/** banner-section **/
  .banner-section{
    position: relative;
    overflow: hidden;
    background-color: #fef6ef;
  }
  .banner-carousel{
    position: relative;
  }
  .banner-carousel .slide-item{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 285px 0px 340px 0px;
  }
  .banner-carousel .content-inner{
    position: relative;
    display: block;
    width: 100%;
  }
  .banner-carousel .image{
    position: absolute;
    bottom: -100px;
    right: -135px;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  .banner-carousel .active .image{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  .banner-carousel .slide-item .image-layer{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
  }
  .banner-carousel .content-box{
    position: relative;
    display: block;
    max-width: 660px;
    z-index:5;
  }
  .banner-carousel .content-box h1{
    position: relative;
    display: block;
    color: #fff;
    font-size: 100px;
    line-height: 105px;
    margin-bottom: 35px;
    font-weight: 700;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  .banner-carousel .active .content-box h1{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
  }
  .banner-carousel .content-box h2{
    position: relative;
    display: block;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  .banner-carousel .active .content-box h2{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  .banner-carousel .content-box .btn-box{
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  .banner-carousel .active .content-box .btn-box{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
  }
  .banner-carousel .theme-btn-one{
    margin-right: 11px;
  }
  .banner-btn-one{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #131313 !important;
    text-align: center;
    background: #fff;
    padding: 17px 43px;
    text-transform: uppercase;
    z-index: 1;
  }
  .banner-btn-one:hover{
    color: #fff !important;
  }
  .banner-btn-one:before{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
  }
  .banner-btn-one:hover:before{
    width: 100%;
  }

  .banner-section.style-one .banner-carousel .owl-nav .owl-prev {
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #131313;
    cursor: pointer;
    border-radius: 50%;
    transition: all 500ms ease;
}
  
.banner-section.style-one .banner-carousel .owl-nav .owl-next {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #131313;
  cursor: pointer;
  border-radius: 50%;
  transition: all 500ms ease;
}
  
  .banner-section.style-one .banner-carousel .owl-nav .owl-prev:hover,
  .banner-section.style-one .banner-carousel .owl-nav .owl-next:hover{
    color: #fff;
  }
  


/** banner-style-two **/

.banner-section.style-two{
  position: relative;
}

.banner-section.style-two .banner-carousel .content-box{
  max-width: 650px;
}

.banner-section.style-two .banner-carousel .content-box h1{
  font-size: 130px;
  line-height: 135px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  height: auto;
  margin-bottom: 46px;
}

.banner-section.style-two .banner-carousel .content-box h1 span{
  font-weight: 700;
}

.banner-section.style-two .banner-carousel .slide-item{
  position: relative;
  padding: 175px 0px 195px 0px;
}

.banner-section.style-two .banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  background: #131313;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
  z-index: 1;
}

.banner-section.style-two .banner-carousel .content-box h2{
  font-weight: 400;
}

.banner-section.style-two .owl-nav{
  position: absolute;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section.style-two .owl-nav .owl-prev,
.banner-section.style-two .owl-nav .owl-next{
  position: relative;
  display: block;
  font-size: 20px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 2px solid rgba(255,255,255,0.2);
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-section.style-two .owl-nav .owl-prev{
  margin-bottom: 30px;
}

.banner-section.style-two .owl-nav .owl-prev:hover,
.banner-section.style-two .owl-nav .owl-next:hover{

}

.banner-section.style-two .owl-nav .owl-prev:before,
.banner-section.style-two .owl-nav .owl-next:before{
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  left: -12px;
  top: -12px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.banner-section.style-two .owl-nav .owl-prev:hover:before,
.banner-section.style-two .owl-nav .owl-next:hover:before{
  transform: scale(1,1);
}

.banner-section.style-two .banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}

.banner-section.style-two .theme-btn-two{
  margin-right: 11px;
}

/** feature-section **/

.feature-section{
  position: relative;
  padding: 125px 0px 120px 0px;
}

.feature-section .sec-title{
  margin-bottom: 75px;
}

.feature-section .image-layer{
  position: absolute;
  left: 35px;
  top: -150px;
  z-index: 1;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.feature-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.feature-block-one .inner-box{
  position: relative;
  padding: 0px 30px;
}

.feature-block-one .inner-box .image-box{
  position: relative;
  min-height: 132px;
  margin-bottom:25px !important;
}

.feature-block-one .inner-box .image-box img{
  display: inline-block;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
}

.feature-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.feature-block-one .inner-box p{
  margin-bottom: 17px;
}

.feature-block-one .inner-box a{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: #131313;
}

.feature-block-one .inner-box a:hover{

}


/** feature-style-two **/

.feature-style-two{
  position: relative;
  padding: 125px 0px 100px 0px;
}

.feature-block-two .inner-box{
  position: relative;
  display: block;
}

.feature-block-two .inner-box .content-box{
  position: relative;
  display: block;
  padding: 48px 30px 46px 30px;
  border: 2px solid #ebebeb;
  opacity: 1;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .content-box{
  opacity: 0;
}

.feature-block-two .inner-box .content-box .icon-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  font-size: 40px;
  margin-bottom: 23px;
}

.feature-block-two .inner-box .content-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.feature-block-two .inner-box .content-box .link{
  position: absolute;
  right: 20px;
  bottom: -28px;
}

.feature-block-two .inner-box .content-box .link a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #5b5858;
  border: 2px solid #ebebeb;
  background: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  z-index: 1;
}

.feature-block-two .inner-box .overlay-content{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 45px 40px 38px 40px;
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .overlay-content{
  top: -30px;
  opacity: 1;
}

.feature-block-two .inner-box .overlay-content:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.feature-block-two .inner-box .overlay-content .icon-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 40px;
  margin-bottom: 28px;
}

.feature-block-two .inner-box .overlay-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.feature-block-two .inner-box .overlay-content p{
  position: relative;
  color: #fff;
  margin-bottom: 15px;
}

.feature-block-two .inner-box .overlay-content .link a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
}


/** feature-style-three **/

.feature-style-three{
  position: relative;
  padding: 130px 0px 100px 0px;
}

.content_block_4 .content-box .sec-title{
  margin-bottom: 33px;
}

.content_block_4 .content-box .text{
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 32px;
}

.content_block_4 .content-box .text:before{
  position: absolute;
  content: '';
  width: 5px;
  height: calc(100% - 16px);
  left: 0px;
  top: 8px;
}

.content_block_4 .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #585858;
  margin-bottom: 15px;
  padding-left: 37px;
}

.content_block_4 .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.content_block_4 .content-box .list-item li:before {
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 24px;
  left: 0px;
  top: 2px;
}

.content_block_4 .content-box .list-item{
  margin-bottom: 40px;
}

.feature-block-three .inner-box{
  position: relative;
  display: block;
  background: #faf4ec;
  border-radius: 20px;
  padding: 50px 40px 46px 40px;
  text-align: center;
  margin-bottom: 30px;
}

.feature-block-three .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 130px;
  height: 130px;
  line-height: 130px;
  background: #fff;
  text-align: center;
  font-size: 60px;
  color: #161616;
  margin-bottom: 32px;
  border-radius: 50%;
  box-shadow: 0 10px 20px #f3eade;
  transition: all 500ms ease;
  z-index: 1;
}

.feature-block-three .inner-box:hover .icon-box{
  color: #fff;
}

.feature-block-three .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0,0);
  z-index: -1;
  border-radius: 50%;
  transition: all 500ms ease;
}

.feature-block-three .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.feature-block-three .inner-box h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.feature-style-three .feature-column{
  margin-left: 60px;
}

.feature-block-three.small-block .inner-box{
  max-width: 270px;
  padding: 40px 25px 36px 25px;
}

.feature-block-three.small-block .inner-box h3{
  margin-bottom: 5px;
}

.feature-block-three.small-block .inner-box .icon-box{
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 50px;
  margin-bottom: 22px;
}

.feature-style-three .feature-column .feature-block:first-child .feature-block-three.small-block .inner-box{
  float: right;
}

.image_block_3 .image-box{
  position: relative;
  display: block;
  padding-left: 130px;
}

.feature-style-three .image_block_3 .image-box{
  margin-left: 70px;
}

.image_block_3 .image-box img{
  width: 100%;
}

.image_block_3 .image-box .image-1{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_3 .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.image_block_3 .image-box:hover .image-1:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.image_block_3 .image-box .image-2{
  position: absolute;
  left: 0px;
  top: 48px;
}
.feature-block-one .inner-box a {
  background: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 48px;
  color: #cb9744;
  box-shadow: inset 0 0 7px 3px #cb974426;
  border: 1px solid #cb97442e;
  transition: .3s;
}
.feature-block-one .inner-box a:hover {
  background: #cb9744;
  color: #fff;
}
.feature-block-one .inner-box a:hover i{
  color: #fff;
}
/** working-process **/

.working-process{
  position: relative;
  background: #131313;
  padding: 390px 0px 125px 0px;
}

.process-block-one .inner-box{
  position: relative;
  display: block;
  padding: 66px 40px 0px 40px;
}

.process-block-one .inner-box .count-text{
  position: absolute;
  left: 35px;
  top: 0px;
  font-size: 150px;
  line-height: 150px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #131313;
  text-shadow: -1px -1px 0 #232323, 1px -1px 0 #232323, -1px 1px 0 #232323, 1px 1px 0 #232323;
}

.process-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 95px;
  line-height: 100px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.process-block-one .inner-box:hover .icon-box{
  transform: scale(1.1);
}

.process-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.process-block-one .inner-box p{
  color: rgba(255,255,255,0.6);
}

.working-process .sec-title{
  margin-bottom: 5px;
}

.working-process.alternat-2{
  position: relative;
  padding: 125px 0px;
  background: #fff;
}

.working-process.alternat-2 .process-block-one .inner-box .count-text{
  color: #fff;
  text-shadow: -1px -1px 0 #ebebeb, 1px -1px 0 #ebebeb, -1px 1px 0 #ebebeb, 1px 1px 0 #ebebeb;
}

.working-process.alternat-2 .process-block-one .inner-box h3{
  color: #131313;
}

.working-process.alternat-2 .process-block-one .inner-box p{
  color: #5b5858;
}
/** about-section **/

.about-section{
  position: relative;
  padding: 130px 0px;
}

.image_block_1 .image-box{
  position: relative;
  display: inline-block;
  width: 788px;
  height: 788px;
  line-height: 730px;
  background: #fef6ef;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

.about-section .image_block_1 .image-box{
  margin: 0px -11px 0px -107px;
}

.content_block_1 .content-box{
  position: relative;
  display: block;
}

.about-section .content_block_1 .content-box{
  margin-left: 70px;
}

.content_block_1 .content-box .year-box{
  position: relative;
  margin-bottom: 31px!important;
}

.content_block_1 .content-box .text{
  margin-bottom: 36px;
}

.content_block_1 .content-box .sec-title{
  margin-bottom: 25px;
}

.about-section .image-layer{
  position: absolute;
  top: 0px;
  right: 135px;
}


/** about-style-two **/

.about-style-two{
  position: relative;
  padding: 60px 0px 130px 0px;
}

.image_block_2 .image-box{
  position: relative;
  display: block;
  margin-left: 70px;
  margin-right: 10px;
  padding-right: 60px;
  padding-bottom: 80px;
}

.image_block_2 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%, 0% 0%);
}

.image_block_2 .image-box .image img{
  width: 100%;
}

.image_block_2 .image-box .image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.image_block_2 .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_2 .image-box:hover .image-1:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.content_block_3 .content-box{
  position: relative;
  display: block;
  margin: 0px 70px;
}

.content_block_3 .content-box .tab-btns li{
  position: relative;
  display: inline-block;
  padding-left: 26px;
  margin-right: 35px;
  padding-bottom: 16px;
  cursor: pointer;
}

.content_block_3 .content-box .tab-btns li:last-child{
  margin: 0px !important;
}

.content_block_3 .content-box .tab-btns li:before{
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 18px;
  left: 0px;
  top: 0px;
  color: #131313;
}

.content_block_3 .content-box .tab-btns li h5{
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.content_block_3 .content-box .tab-btns{
  position: relative;
  margin-bottom: 27px;
  border-bottom: 2px solid #ebebeb;
}

.content_block_3 .content-box .tab-btns li:after{
  position: absolute;
  content: '';
  width: 0%;
  height: 4px;
  left: 0px;
  bottom: -3px;
  transition: all 500ms ease;
}

.content_block_3 .content-box .tab-btns li.active-btn:after,
.content_block_3 .content-box .tab-btns li:hover:after{
  width: 100%;
}

.content_block_3 .content-box .tabs-content .inner-box .inner{
  position: relative;
  display: block;
  padding-left: 130px;
  margin-bottom: 35px;
  min-height: 100px;
}

.content_block_3 .content-box .tabs-content .inner-box .inner .image-box{
  position: absolute;
  left: 0px;
  top: 9px;
  width: 100px;
  height: 100px;
}

.content_block_3 .content-box .tabs-content .inner-box .inner .image-box img{
  width: 100%;
}

.content_block_3 .content-box .sec-title{
  margin-bottom: 40px;
}
/** chooseus-section **/

.chooseus-section{
  position: relative;
  padding: 20px 0px 100px 0px;
}

.content_block_2 .content-box .text{
  position: relative;
  margin-bottom: 27px;
}

.content_block_2 .content-box .inner-box .single-item{
  position: relative;
  padding: 0px 10px 0px 100px;
  margin-bottom: 43px;
  min-height: 87px;
}

.content_block_2 .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.content_block_2 .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 7px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #f8ebe5;
  font-size: 40px;
  color: #131313;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.content_block_2 .content-box .inner-box .single-item:hover .icon-box{
  color: #fff;
}

.content_block_2 .content-box .inner-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.content_block_2 .content-box .inner-box .single-item:hover .icon-box:before{
  transform: scale(1,1);
}

.content_block_2 .content-box .inner-box .single-item h5{
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.content_block_2 .content-box .inner-box .single-item h5 a{
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color:#131313;
}

.content_block_2 .content-box .sec-title{
  margin-bottom: 35px;
}

.chooseus-section .image-box{
  position: relative;
  display: block;
  margin: 35px -180px 0px 20px;
}

.chooseus-section .image-box img{
  width: 100%;
}

.chooseus-section .image-box:before{
  position: absolute;
  content: '';
  border: 30px solid #faf1ed;
  width: 435px;
  height: 645px;
  top: -53px;
  right: 80px;
  z-index: -1;
}

.chooseus-section .image-box .image-2{
  position: absolute;
  top: -170px;
  right: 0px;
}

/** chooseus-style-two **/

.chooseus-style-two{
  position: relative;
  padding: 125px 0px 100px 0px;
}

.chooseus-style-two .single-item{
  position: relative;
  display: block;
  background: #fff;
  padding: 33px 30px 36px 130px;
  margin-bottom: 30px;
}

.chooseus-style-two .single-item .icon-box{
  position: absolute;
  left: 30px;
  top: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #faf4ec;
  font-size: 40px;
  color: #131313;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.chooseus-style-two .single-item:hover .icon-box{
  color: #fff;
}

.chooseus-style-two .single-item .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.chooseus-style-two .single-item:hover .icon-box:before{
  transform: scale(1,1);
}

.chooseus-style-two .single-item h5{
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.chooseus-style-two .sec-title .btn-box{
  position: absolute;
  top: 35px;
  right: 0px;
  z-index: 1;
}
/** project-section **/

.project-section{
  position: relative;
  padding-top: 45px;
}

.project-section .outer-container{
  position: relative;
  padding: 0px 70px;
}

.project-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img{
  opacity: 0.1;
  transform: scale(1.1);
}

.project-block-one .inner-box .content-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.project-block-one .inner-box .content-box .text{
  position: relative;
  padding: 15px 15px;
  top: 15px;
  opacity: 0;
  transition: all 500ms ease;

}

.project-block-one .inner-box:hover .content-box .text{
  top: 0px;
  opacity: 1;
}

.project-block-one .inner-box .content-box .text h2{
  font-size: 35px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.project-block-one .inner-box .content-box .text h2 a{
  display: inline-block;
  color: #fff;
}

.project-block-one .inner-box .content-box .text h2 a:hover{
  text-decoration: underline;
}

.project-block-one .inner-box .content-box .text p{
  font-size: 15px;
  color: #faf1ed;
  font-weight: 600;
}

.project-block-one.small-block .inner-box{
  max-width: 281px;
}

.project-block-one .inner-box .link{
  position: absolute;
  right: 45px;
  bottom: 15px;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .link{
  right: 30px;
  opacity: 1;
}

.project-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  z-index: 1;
}
/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 90px 0px 120px 0px;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
}

.testimonial-block-one .inner-box .text img{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.testimonial-block-one .inner-box .text p{
  display: inline-block;
  font-size: 18px;
  line-height: 35px;
}

.testimonial-block-one .inner-box .text{
  margin-bottom: 33px;
}

.testimonial-block-one .inner-box .author-info{
  position: relative;
  padding: 10px 0px 11px 95px;
}

.testimonial-block-one .inner-box .author-info .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-info .author-thumb img{
  width: 100%;
  border-radius: 50px;
}

.testimonial-block-one .inner-box .author-info h4{
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.testimonial-block-one .inner-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  margin: 0px;
}

.testimonial-section .owl-nav{
  position: absolute;
  top: -130px;
  right: 0px;
}

.testimonial-section .owl-nav .owl-prev{
  margin-right: 10px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #5b5858;
  background: #f8ebe5;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover{
  color: #fff;
}

.testimonial-section .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 100px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 5px;
  opacity: 0.2;
  transition: all 500ms ease;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot span:hover{
  opacity: 1;
}

.testimonial-section .sec-title{
  margin-bottom: 55px;
}

.testimonial-section .testimonial-inner{
  position: relative;
}

.testimonial-section .testimonial-inner .border-shape{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  width: 5px;
  height: 380px;
  background-repeat: no-repeat;
}

.testimonial-section.alternat-2 .testimonial-block-one .inner-box .author-info{
  padding: 0px;
}

.testimonial-section.alternat-2 .testimonial-block-one .inner-box{
  position: relative;
  padding-left: 200px;
}

.testimonial-section.alternat-2 .testimonial-block-one .inner-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 13px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.testimonial-section.alternat-2 .testimonial-block-one .inner-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-section.alternat-2 .testimonial-block-one .inner-box .text p{
  font-size: 35px;
  line-height: 50px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  color: #131313;
}

.testimonial-section.alternat-2 .testimonial-inner{
  margin: 0px 70px;
}

.testimonial-section.alternat-2 .sec-title{
  margin-bottom: 70px;
}

.testimonial-section.alternat-2 .testimonial-block-one .inner-box .text{
  margin-bottom: 23px;
}

.testimonial-section.alternat-2 .testimonial-section .owl-dots{
  margin-top: 75px;
}

.testimonial-section.alternat-2 .owl-theme .owl-dots .owl-dot span{

}

.testimonial-section.alternat-2 .owl-nav .owl-prev, 
.testimonial-section.alternat-2 .owl-nav .owl-next{
  background: #faf4ec;
}

.testimonial-section.alternat-2 .owl-nav .owl-prev:hover, 
.testimonial-section.alternat-2 .owl-nav .owl-next:hover{
  
}

.testimonial-section.alternat-3 .testimonial-block-one .inner-box .author-info .designation{

}

.testimonial-section.alternat-3 .owl-theme .owl-dots .owl-dot span{

}

.testimonial-section.alternat-3 .owl-nav .owl-prev, 
.testimonial-section.alternat-3 .owl-nav .owl-next{
  font-weight: 700;
  background: #faf4ec;
}

.testimonial-section.alternat-3{
  padding-bottom: 0px;
}

.testimonial-section.alternat-3 .owl-nav .owl-prev:hover, 
.testimonial-section.alternat-3 .owl-nav .owl-next:hover{

}
/** funfact-section **/


.funfact-section{
  position: relative;
}

.funfact-section .outer-container{
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  background: #fdf3e8;
  padding: 78px 20px 80px 20px;
}

.counter-block-one .icon-box{
  position: relative;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 12px;
}

.counter-block-one .count-outer{
  position: relative;
  display: block;
  font-size: 45px;
  line-height: 50px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #131313;
  margin-bottom: 6px;
}

.counter-block-one p{
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
/** cta-section **/

.cta-section{
  position: relative;
  padding: 123px 0px 390px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.cta-section:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.cta-section .inner-box p{
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.cta-section .inner-box h2{
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 34px;
}