/** 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;
}


/** 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;
}
/** 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;
}