
/** banner-section **/

.banner-section{
  position: relative;
  overflow: hidden;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 235px 0px 150px 0px;
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #1f2327;
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.5;
}

.banner-carousel .slide-item .image-layer{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -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 .active .slide-item .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}

.banner-carousel .content-box{
  position: relative;
  display: block;
  max-width: 750px;
  margin: 0 auto;
  z-index:5;
}

.banner-carousel .content-box h6{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #22272b;
  line-height: 30px;
  font-weight: 500;
  padding: 6.5px 20px;
  margin-bottom: 29px;
  text-align: center;
  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 h6{
  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 h1{
  position: relative;
  display: block;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
  margin-bottom: 26px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms 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: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.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 1600ms ease;
  -moz-transition: all 1600ms ease;
  -ms-transition: all 1600ms ease;
  -o-transition: all 1600ms ease;
  transition: all 1600ms 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: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}


.banner-carousel .owl-nav .owl-prev{
  position: absolute;
  left: 150px;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background: #fff;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 600;
  color: #22272b;
  cursor: pointer;
  opacity: 0.2;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-next{
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background: #fff;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 600;
  color: #22272b;
  cursor: pointer;
  opacity: 0.2;
  transition: all 500ms ease;
}

.banner-carousel:hover .owl-nav .owl-prev,
.banner-carousel:hover .owl-nav .owl-next{
  opacity: 1;
}

.banner-carousel .owl-nav .owl-prev:hover,
.banner-carousel .owl-nav .owl-next:hover{
  color: #fff;
}

/** banner-style-two **/

.banner-section.style-two .slide-item{
  padding: 200px 0px 220px 0px;
}

.banner-section.style-two .slide-item:before{
  background: #fff;
}

.banner-section.style-two .banner-carousel .content-box{
  margin: 0px;
  max-width: 720px;
}

.banner-section.style-two .banner-carousel .content-box h1{
  color: #22272b;
  font-weight: 300;
  margin-bottom: 30px;
}

.banner-section.style-two .banner-carousel .content-box h1 span{
  display: inline-block;
  font-weight: 700;
  border-bottom: 8px solid #22272b;
  line-height: 78px;
}

.banner-carousel .content-box p{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 36px;
  color: #8a8c8c;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 43px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1450ms ease;
  -moz-transition: all 1450ms ease;
  -ms-transition: all 1450ms ease;
  -o-transition: all 1450ms ease;
  transition: all 1450ms ease;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1450ms;
  -moz-transition-delay: 1450ms;
  -ms-transition-delay: 1450ms;
  -o-transition-delay: 1450ms;
  transition-delay: 1450ms;
}
/** proudly-section **/

.proudly-section{
  position: relative;
  padding: 94px 0px 91px 0px;
}

.proudly-section .image-layer{
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
}

.proudly-section .image-layer: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);
}

.proudly-section .image-layer:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#content_block_2 .content-box .text{
  position: relative;
  margin-bottom: 34px;
}

#content_block_2 .content-box p{
  font-size: 18px;
  line-height: 34px;
  color: #7c8389;
}

#content_block_2 .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  padding-left: 32px;
}

#content_block_2 .content-box .list-item li:before{
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-weight: 700;
  left: 0px;
  top: -1px;
}

#content_block_2 .content-box .list-item{
  position: relative;
  display: block;
  padding-bottom: 49px;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

#content_block_2 .content-box .counter-inner .counter-block{
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
}

#content_block_2 .content-box .counter-inner .counter-block .inner-box{
  position: relative;
  padding-left: 65px;
}

#content_block_2 .content-box .counter-inner .counter-block .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 60px;
  line-height: 60px;
}

#content_block_2 .content-box .counter-inner .counter-block .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}

#content_block_2 .content-box .sec-title{
  margin-bottom: 37px;
}

#content_block_2 .content-box .counter-inner{
  position: relative;
  margin-right: -45px;
}

.proudly-section .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 509px;
  height: 582px;
  background-repeat: no-repeat;
}

#content_block_2 .content-box .counter-inner .counter-block .inner-box .icon-box svg {
  font-size: 85px;
  height: 85px;
  width: 85px;
  left: -15px;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
/** cta-section **/

.cta-section{
  position: relative;
  padding: 80px 0px;
}

.cta-section .inner-box .theme-btn-one{
  color: #22272b !important;
}

.cta-section .inner-box .theme-btn-one:hover{
  color: #fff !important;
}

.cta-section .inner-box .text h2{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
}

.cta-section .inner-box .btn-box{
  display: flex;
}

/** cta-style-two **/

.cta-style-two{
  position: relative;
}

.cta-style-two .inner-container{
  position: relative;
  padding: 80px 80px;
  margin-bottom: -110px;
  z-index: 1;
}

.cta-style-two .inner-container .text{
  position: relative;
  padding-left: 80px;
  min-height: 68px;
}

.cta-style-two .inner-container .text i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 60px;
  line-height: 60px;
}

.cta-style-two .inner-container .text h3{
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
}

.cta-style-two .inner-container .subscribe-form .form-group{
  position: relative;
  margin: 0px;
}

.cta-style-two .inner-container .subscribe-form .form-group input[type='email']{
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  font-weight: 500;
  color: #717577;
  transition: all 500ms ease;
}
.cta-style-two .inner-container .subscribe-form .form-group .theme-btn-one{
  position: absolute;
  top: 0px;
  right: 0px;
  color: #22272b !important;
  transition: all 500ms ease;
}

.cta-style-two .inner-container .subscribe-form .form-group .theme-btn-one:hover{
  color: #fff !important;
}
/** team-section **/

.team-section{
  position: relative;
  padding-top: 114px;
}

.team-section .title-inner .sec-title,
.team-section .title-inner .text{
  width: 50%;
}

.team-section .title-inner .sec-title{
  margin-bottom: 56px;
}

.team-section .title-inner .text{
  padding-left: 100px;
}

.team-section .title-inner .text p{
  font-size: 18px;
  line-height: 34px;
}

.team-inner .team-block-one{
  float: left;
  width: 25%;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  background: #22272b;
  overflow: hidden;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img{
  opacity: 0.1;
  transform: scale(1.1);
}

.team-block-one .inner-box .image-box .social-links{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.team-block-one .inner-box .image-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.team-block-one .inner-box .image-box .social-links li a{
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transform: scale(0,0);
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 42px;
  color: #9e0036;
  font-size: 16px;
}

.team-block-one .inner-box .image-box .social-links li a:hover {
  background: #9e0036;
  color: #fff;
}

.team-block-one .inner-box:hover .image-box .social-links li a{
  transform: scale(1,1);
}

.team-block-one .inner-box .lower-content{
  position: relative;
  padding: 23px 15px 25px 15px;
}

.team-block-one .inner-box .lower-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.team-block-one .inner-box .lower-content h5 a{
  display: inline-block;
  color: #22272b;
}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.team-section .team-inner{
  position: relative;
  margin-bottom: -96px;
  z-index: 1;
}
.team-page-section {
  position: relative;
  padding: 120px 0px 90px 0px;
}
.team-page-section .team-block-one .inner-box {
  margin-bottom: 30px;
}
/** service-section **/

.service-section{
  position: relative;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.service-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  background: #22272b;
}

.service-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box .image img{
  opacity: 0.7;
  transform: scale(1.1);
}

.service-block-one .inner-box .image-box .icon-box svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 86px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  font-size: 55px;
  transition: all 500ms ease;
}

.service-block-one .inner-box .image-box .icon-box{
  position: absolute;
  left: -10px;
  bottom: 20px;
  width: 86px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  font-size: 55px;
  transition: all 500ms ease;
}

.service-section .owl-stage-outer{
  overflow: visible;
}

.service-section .owl-item {
  opacity: 0;
  transition: 500ms;
}

.service-section .owl-item.active {
  opacity: 1;
}

.service-block-one .inner-box .image-box .icon-box:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 0px;
  bottom: -10px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
  transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 22px 30px 19px 30px;
  border: 1px solid #ecebe3;
  border-top: none;
}

.service-block-one .inner-box .lower-content h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 12px;
}

.service-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #22272b;
}

.service-block-one .inner-box .lower-content p{
  margin-bottom: 10px;
}

.service-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #22272b;
}

.service-block-one .inner-box .lower-content .link a i{
  margin-right: 4px;
}

.service-section .owl-nav .owl-prev,
.service-section .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  background: #f8f7f3;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 600;
  color: #22272b;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-section .owl-nav{
  position: absolute;
  top: -133px;
  right: 0px;
}

.service-section .owl-nav .owl-prev{
  margin-right: 10px;
}

.service-section .owl-nav .owl-prev:hover,
.service-section .owl-nav .owl-next:hover{
  color: #fff;
}

.service-section .sec-title{
  margin-bottom: 58px;
}

/** service-style-two **/

.service-style-two{
  position: relative;
}

.service-style-two:before{
  position: absolute;
  content: '';
  background: #22272b;
  width: 100%;
  height: 521px;
  left: 0px;
  top: 0px;
}

.service-style-two .owl-nav .owl-prev,
.service-style-two .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  background: #1f2327;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-style-two .owl-nav{
  position: absolute;
  top: -133px;
  right: 0px;
}

.service-style-two .owl-nav .owl-prev{
  margin-right: 10px;
}

.service-style-two .owl-stage-outer{
  overflow: visible;
}

.service-style-two .owl-item {
  opacity: 0;
  transition: 500ms;
}

.service-style-two .owl-item.active {
  opacity: 1;
}

.service-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 521px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-style-two .sec-title{
  margin-bottom: 57px;
}