/*Template Name: Vani - Minimal Portfolio Template
   Author: Uniquecrew
   E-mail: uniquecrewdesign@gmail.com
   Version: 2.0.0
   Created: March 2020
   File Description: Main Css file of the template
*/

body {
  font-family: 'Asap', sans-serif;
  color: #5a5757;
  font-size: 16.5px;
  line-height: 28px;
  overflow-x:hidden;
}
p {
  font-family: 'Asap', sans-serif;
  letter-spacing: 0.8px;
}
a {
  text-decoration: none !important;
}

.shadow {
  box-shadow: 0 0 3px rgba(22, 28, 45, 0.15) !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}
.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
}

.btn-custom, .btn-outline-white:hover {
  color: #fff;
  background: #ff5722;
  border: 1px solid #ff5722;
}

.btn-custom:hover, .btn-outline-white {
  background-color: #ffffff;
  color: #ff5722;
  border-color: #ffffff;
}
/*******HOME*******/
.bg-home-half {
  position: relative;
  padding: 90px 0;
}
.bg-home-half > img {
  position: absolute;
  bottom: -3px;
  height: 280px;
  width: 100%;
}
.danger {
  color: #d9534f;
}
.home-danger {
  font-size: 45px;
}
.text-custom {
  color: #f5aa55;
}
.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.section-title h3 {
  font-size: 22px;
  font-weight: 600;
}

.section-title h2 {
  font-size: 33px;
  letter-spacing: 1px;
  font-weight: 600;
}
.section-title .line-bot {
  display: inline-block;
  width: 50px;
  height: 2px;
  border-radius: 30px;
  margin: 15px 0 10px;
  background: #5a5757;
}

.bg-overlay {
  background-color: rgba(35, 37, 47, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

.section {
  padding: 60px 0;
  position: relative;
}

/******DEMOS*******/
h1 {
  font-weight: 700;
  font-size: 90px;
  line-height: 104px;
}
.padding-ten {
  padding-left: 10%;
  padding-right: 10%;
}

.demos-box img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  border-radius: 30px;
}

.demos-box img:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
          box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}

.demos-box .title {
  font-weight: 600;
  letter-spacing: 1px !important;
  font-size: 18px;
}

.footer-three {
  padding: 40px 0;
  position: relative;
}

.copy-rights {
  font-size: 15px;
  color: #adb5bd !important;
}

.border {
  height: 4px;
  width: 60px;
  border-radius: 5px;
  margin: 0 auto 30px;
  background-color: #f5aa55;
}

.title {
  margin-bottom: 15px;
  font-size: 22px;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #f8f9fa;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.back-to-top i {
  font-size: 16px;
}

.social-icon li a {
  color: #32363b;
  border: 1px solid #32363b;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.social-icon li a:hover {
  background-color: #f5aa55;
  border-color: #f5aa55 !important;
  color: #ffffff !important;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.back-to-top:hover, .back-to-top:focus {
  background-color: #f5aa55;
}

.back-to-top:hover i, .back-to-top:focus i {
  color: #ffffff !important;
}


.twentytwenty-before-label,
.twentytwenty-after-label {
  display: none !important;
}
.twentytwenty-overlay:hover {
    background: rgba(60, 72, 88, 0.05); 
}
.twentytwenty-handle {
    background: #f5aa55;
    border-color: #f1f3f9 !important;
}

@media (max-width: 768px) {
  .bg-home-half {
    padding: 60px 0;
  }
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
}