/** 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;
  padding: 230px 0px 210px 0px;
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #111111;
  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: 700px;
  z-index:5;
}

.banner-carousel .content-box h4{
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 58px;
  margin-bottom: 29px;
  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 h4{
  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 h4:before{
  position: absolute;
  content: '';
  width: 48px;
  height: 3px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-carousel .content-box h1{
  position: relative;
  display: block;
  color: #fff;
  font-size: 100px;
  line-height: 90px;
  font-weight: 700;
  margin-bottom: 44px;
  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;
  right: 100px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 75px;
  height: 75px;
  background: #fff;
  text-align: center;
  line-height: 75px;
  font-size: 24px;
  font-weight: 600;
  color: #1c1c1c;
  cursor: pointer;
  opacity: 0.3;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-next{
  position: absolute;
  right: 100px;
  top: 50%;
  margin-top: 85px;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  background: #fff;
  text-align: center;
  line-height: 75px;
  font-size: 24px;
  font-weight: 600;
  color: #1c1c1c;
  cursor: pointer;
  opacity: 0.3;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-prev:hover,
.banner-carousel .owl-nav .owl-next:hover{
  opacity: 1;
}


/** banner-style-two **/

.banner-section.style-two{
  position: relative;
}

.banner-section.style-two .banner-carousel .content-box h1{
  font-size: 90px;
  line-height: 80px;
  text-transform: uppercase;
  margin-bottom: 39px;
}

.banner-carousel .content-box ul li{
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  padding-left: 35px;
  margin-bottom: 12px;
}

.banner-carousel .content-box ul li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 700;
  left: 0px;
  top: 0px;
}

.banner-carousel .content-box ul{
  position: relative;
  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 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 ul{
  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;
}

.banner-section.style-two .banner-carousel .slide-item {
  padding: 202px 0px 210px 0px;
}

.banner-section .slide-item .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 80px;
  width: 492px;
  height: 619px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-section .slide-item .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 714px;
  height: 277px;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-section .title-text{
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.banner-section .title-text span{
  position: relative;
  display: block;
  font-size: 200px;
  line-height: 150px;
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.08);
  transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-prev,.banner-carousel .owl-nav .owl-next{
  opacity: 1;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-prev:hover,.banner-carousel .owl-nav .owl-next:hover{
  background: #1b1b1b;
  color:#fff;
} 
/** feature-section **/

.feature-section{
  position: relative;
}

.feature-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 699px;
  height: 636px;
  background-repeat: no-repeat;
}

.feature-section .inner-container{
  position: relative;
  background: #1c1c1c;
  margin-top: -60px;
  z-index: 1;
}

.feature-section .inner-container .single-item{
  position: relative;
  float: left;
  width: 50%;
}

.feature-section .inner-container .single-item .inner-box{
  position: relative;
  padding: 32px 30px 34px 145px;
}

.feature-section .inner-container .single-item:first-child .inner-box{

}

.feature-section .inner-container .single-item .inner-box .icon-box{
  position: absolute;
  left: 50px;
  top: 28px;
  font-size: 65px;
  line-height: 65px;
}

.feature-section .inner-container .single-item:first-child .inner-box .icon-box{
  color: #fff;
}

.feature-section .inner-container .single-item .inner-box p{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.feature-section .inner-container .single-item .inner-box h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}


/** feature-style-two **/


.feature-style-two{
  position: relative;
}

.feature-style-two .inner-container{
  position: relative;
  margin-top: -120px;
  z-index: 1;
}

.feature-style-two .inner-container .header-box,
.feature-style-two .inner-container .feature-block-one{
  position: relative;
  float: left;
  width: 25%;
}

.feature-style-two .header-box .inner-box{
  position: relative;
  display: block;
  padding: 53px 50px 60px 50px;
}

.feature-style-two .header-box .inner-box:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: -10px;
  z-index: 1;
}

.feature-style-two .header-box .inner-box h3{
  display: block;
  font-size: 25px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 80px;
}

.feature-style-two .header-box .inner-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  background: #ffffff;
  text-align: center;
  padding: 6px 21px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}

.feature-style-two .header-box .inner-box a:before{
  position: absolute;
  content: '';
  background: #1c1c1c;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.feature-style-two .header-box .inner-box a:hover{
  color: #fff;
}

.feature-style-two .header-box .inner-box a:hover:before{
  width: 100%;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 50px 41px 60px;
  border-right: 1px solid #dfdfdf;
}

.feature-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: #dfdfdf;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before{
  height: 100%;
  top: 0px;
}

.feature-block-one:last-child .inner-box{
  border-right: none;
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #f6f6f6;
  font-size: 40px;
  text-align: center;
  margin-bottom: 25px;
}

.feature-block-one .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 28px;
}

.feature-block-one .inner-box p{
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
}
/** about-section **/

.about-section{
  position: relative;
  padding: 120px 0px;
}

.about-section .icon-layer{
  position: absolute;
  right: 270px;
  bottom: 0px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  margin-right: 60px;
  padding-bottom: 110px;
}

.image_block_1 .image-box img{
  width: 100%;
}

.image_block_1 .image-box .image-2{
  position: absolute;
  right: -30px;
  bottom: 0px;
  border: 30px solid #fff;
  border-bottom: none;
}

.image_block_1 .image-box .image-1{
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}

.image_block_1 .image-box .image-1:after{
  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_1 .image-box:hover .image-1:after{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_1 .image-box .image-1:before{
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 110px;
  height: 10px;
}

.image_block_1 .image-box .image-content{
  position: absolute;
  left: -60px;
  top: 60px;
  background: #fff;
  border: 1px solid #dfdfdf;
  width: 170px;
  padding: 15px;
  text-align: center;
  z-index: 1;
}

.image_block_1 .image-box .image-content:before{
  position: absolute;
  content: '';
  background: #dfdfdf;
  width: 60px;
  height: 50px;
  left: 0px;
  bottom: -50px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0px 0px);
}

.image_block_1 .image-box .image-content .inner{
  position: relative;
  display: block;
  padding: 20px 15px 19px 15px;
  border: 1px dashed #dfdfdf;
}

.image_block_1 .image-box .image-content .inner h2{
  display: block;
  font-size: 54px;
  line-height: 47px;
  font-weight: 700;
  margin-bottom: 0px;
}

.image_block_1 .image-box .image-content .inner h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600
}

.content_block_1 .content-box{
  position: relative;
  margin-top: -10px;
}

.content_block_1 .content-box .text{
  position: relative;
  margin-bottom: 40px;
}

.content_block_1 .content-box .text p{
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}

.content_block_1 .content-box .list-item li{
  position: relative;
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #1c1c1c;
  padding-left: 27px;
}

.content_block_1 .content-box .list-item li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 700;
  left: 0px;
  top: 0px;
}

.content_block_1 .content-box .list-item{
  margin-bottom: 40px;
}

.content_block_1 .content-box blockquote{
  position: relative;
  display: block;
  background: #f6f6f6;
  padding: 31px 50px 32px 50px;
  margin: 0px;
  margin-bottom: 50px;
}

.content_block_1 .content-box blockquote:before {
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 40px;
  height: 30px;
  left: 0px;
  bottom: -30px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0px 0px);
}

.content_block_1 .content-box blockquote .icon{
  position: absolute;
  left: 50px;
  top: -10px;
  font-size: 80px;
  line-height: 60px;
  font-weight: 700;
}

.content_block_1 .content-box blockquote h3{
  display: block;
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
}

.content_block_1 .content-box .author-box{
  position: relative;
  display: block;
  padding-left: 120px;
}

.content_block_1 .content-box .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 87px;
  height: 86px;
  background: #fff;
  padding: 7px;
}

.content_block_1 .content-box .author-box .author-thumb img{
  width: 100%;
}

.content_block_1 .content-box .author-box .signature{
  position: relative;
  margin-bottom: 10px;
}

.content_block_1 .content-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}


/** about-style-two **/

.about-style-two{
  position: relative;
}

.about-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 707px;
  height: 636px;
  background-repeat: no-repeat;
}

.about-style-two .content_block_6 .content-box{
  padding: 110px 0px 120px 0px;
}

.content_block_6 .content-box .text{
  margin-bottom: 47px;
}

.content_block_6 .content-box .text p{
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}

.content_block_6 .content-box .two-column{
  position: relative;
  display: block;
  margin-bottom: 53px;
  border-bottom: 1px solid #dfdfdf;
}

.content_block_6 .content-box .two-column .single-item{
  position: relative;
  display: block;
  padding-right: 20px;
  padding-bottom: 38px;
  border-right: 1px solid #dfdfdf;
}

.content_block_6 .content-box .two-column .single-column:last-child .single-item{
  border: none !important;
  padding-left: 15px;
}

.content_block_6 .content-box .two-column .single-item .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 15px;
}

.content_block_6 .content-box .two-column .single-item h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

.content_block_6 .content-box .two-column .single-item p{
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
}

.image_block_3 .image-box{
  position: relative;
  display: block;
  margin: 0px -362px 0px 40px;
  padding-left: 60px;
}

.image_block_3 .image-box:before{
  position: absolute;
  content: '';
  width: calc(100% - 60px);
  height: 25px;
  left: 60px;
  top: -25px;
  z-index: 1;
}

.image_block_3 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_3 .image-box .image:after{
  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:after{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_3 .image-box .image img{
  width: 100%;
}

.image_block_3 .image-box .image-content{
  position: absolute;
  left: 0px;
  bottom: 310px;
  width: 390px;
  padding: 46px 30px 43px 60px;
}

.image_block_3 .image-box .image-content:before{
  position: absolute;
  content: '';
  width: 60px;
  height: 50px;
  left: 0px;
  bottom: -50px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0px 0px);
}

.image_block_3 .image-box .image-content h3{
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
}

.image_block_3 .image-box .image-content h3 span{
  font-weight: 700;
  color: #fff;
}


/** about-style-three **/

.about-style-three{
  position: relative;
  padding: 120px 0px;
}

.image_block_5 .image-box{
  position: relative;
  display: block;
}

.about-style-three .image_block_5 .image-box{
  margin-right: 60px;
  padding-bottom: 30px;
}

.image_block_5 .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  left: 0px;
  bottom: 0px;
}

.image_block_5 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_5 .image-box .image img{
  width: 100%;
}

.image_block_5 .image-box .image:after{
  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_5 .image-box:hover .image:after{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.content_block_8 .content-box .text{
  position: relative;
  margin-bottom: 39px;
}

.content_block_8 .content-box .text p{
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}

.content_block_8 .content-box .inner-box{
  position: relative;
  padding-right: 280px;
}

.content_block_8 .content-box .inner-box .inner{
  position: absolute;
  top: -18px;
  right: 0px;
  width: 270px;
  background: #f6f6f6;
  padding: 49px 30px 42px 50px;
}

.content_block_8 .content-box .inner-box .list-item li{
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #1c1c1c;
  padding-left: 27px;
}

.content_block_8 .content-box .inner-box .list-item li:last-child{
  margin-bottom: 0px;
}

.content_block_8 .content-box .inner-box .list-item li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 700;
  left: 0px;
  top: 0px;
}

.content_block_8 .content-box .inner-box .inner .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 17px;
}

.content_block_8 .content-box .inner-box .inner h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}

.content_block_8 .content-box .inner-box .inner h3 span{

}

.about-style-three .content_block_8 .content-box{
  margin-top: -10px;
}/** service-section **/

.service-section{
  position: relative;
  padding: 110px 0px 120px 0px;
}

.service-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 570px;
}

.service-section .title-inner .sec-title,
.service-section .title-inner .text{
  position: relative;
  width: 50%;
}

.service-section .title-inner .text{
  padding-left: 100px;
  margin-top: 26px;
}

.service-section .title-inner .text p{
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
}

.service-section .title-inner .sec-title{
  margin-bottom: 0px;
}

.service-section .title-inner{
  position: relative;
  margin-bottom: 54px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #151515;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
  opacity: 0.7;
  transform: scale(1.1);
}

.service-block-one .inner-box .lower-content{
  position: relative;
  margin: 0px 15px;
}

.service-block-one .inner-box .lower-content .inner{
  position: relative;
  background: #fff;
  margin-top: -20px;
  border: 1px solid #dfdfdf;
  z-index: 1;
}

.service-block-one .inner-box .lower-content .inner:before{
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 100%;
  height: 0%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .inner:before{
  height: 100%;
  top: 0px;
}

.service-block-one .inner-box .lower-content .inner .text{
  position: relative;
  padding: 43px 30px 31px 30px;
}

.service-block-one .inner-box .lower-content .inner .category-box{
  position: absolute;
  left: 0px;
  top: -21px;
  width: 100%;
  text-align: center;
}

.service-block-one .inner-box .lower-content .inner .category-box span{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 28.5px;
  letter-spacing: 1px;
}

.service-block-one .inner-box .lower-content .inner .category-box .category{
  position: relative;
  display: inline-block;
}

.service-block-one .inner-box .lower-content .inner .category-box .category .shape{
  position: absolute;
  width: 10px;
  height: 19px;
}

.service-block-one .inner-box .lower-content .inner .category-box .category .shape-1{
  left: -10px;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0px 0px);
}

.service-block-one .inner-box .lower-content .inner .category-box .category .shape-2{
  left: -10px;
  bottom: 0px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0px 0px);
}

.service-block-one .inner-box .lower-content .inner .category-box .category .shape-3{
  right: -10px;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0px 0px);
}

.service-block-one .inner-box .lower-content .inner .category-box .category .shape-4{
  right: -10px;
  bottom: 0px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0px 0px);
}

.service-block-one .inner-box .lower-content .inner h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.service-block-one .inner-box .lower-content .inner h3 a{
  display: inline-block;
  color: #1c1c1c;
}
.service-block-one .inner-box .lower-content .inner p{
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.service-block-one .inner-box .lower-content .inner .link{
  position: relative;
  display: block;
  background: #f6f6f6;
  padding: 9px 30px 8px 30px;
}

.service-block-one .inner-box .lower-content .inner .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #868686;
  font-weight: 700;
  text-transform: uppercase;
}

.service-block-one .inner-box .lower-content .inner .link a i{
  font-size: 12px;
  margin-right: 10px;
  font-weight: 700;
}


.service-section .chat-box{
  position: relative;
  display: block;
  margin-top: 63px;
}

.service-page-section{
  position: relative;
  padding: 120px 0px 90px 0px;
}

.service-page-section .service-block-one .inner-box{
  margin-bottom: 30px;
}
/** cta-section **/

.cta-section{
    position: relative;
    padding: 100px 0px;
  }
  
  .cta-section .inner-box{
    position: relative;
    display: block;
  }
  
  .cta-section .inner-box .icon-box{
    position: absolute;
    left: -70px;
    bottom: -100px;
  }
  
  .cta-section .inner-box .text h2{
    position: relative;
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
  }
  
  .cta-section .inner-box .btn-box a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    color: #fff !important;
    background: #1c1c1c;
    text-align: center;
    padding: 22px 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1;
  }
  
  .cta-section .inner-box .btn-box a:hover{
    background: #fff;
  }
  
  
  .cta-style-two{
    position: relative;
    background: #151515;
  }
  
  .cta-style-two .single-item{
    position: relative;
    float: left;
    width: 50%;
  }
  
  .cta-style-two .single-item:first-child{
  
  }
  
  .cta-style-two .single-item .inner-box{
    position: relative;
    padding: 71px 50px 80px 360px;
  }
  
  .cta-style-two .single-item .inner-box .image-box{
    position: absolute;
    left: 60px;
    top: 0px;
    width: 242px;
    height: 264px;
  }
  
  .cta-style-two .single-item .inner-box h2{
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 27px;
  }
  
  .cta-style-two .single-item .inner-box a{
    padding: 22px 53px;
  }
  
  .cta-style-two .single-item:first-child .inner-box a{
    background: #1c1c1c;
  }
  
  .cta-style-two .single-item:first-child .inner-box a:before,
  .cta-style-two .single-item:first-child .inner-box a:after{
    background: #fff;
  }
  
  .cta-style-two .single-item:first-child .inner-box a:hover{
  
  }
/** certified-section **/

.certified-section{
  position: relative;
  padding: 111px 0px 116px 0px;
}

.certified-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1652px;
  height: 749px;
  background-repeat: no-repeat;
}

.certified-section .icon-layer{
  position: absolute;
  right: 140px;
  bottom: 0px;
}

.certified-section .author-box .image-box{
  position: absolute;
  left: 270px;
  bottom: 0px;
  z-index: 1;
}

.certified-section .author-box .signature{
  position: absolute;
  left: 400px;
  bottom: 140px;
  z-index: 2;
}

.certified-section .author-box .text{
  position: absolute;
  left: 140px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 37px 30px 35px 100px;
  z-index: 2;
  width: 285px;
}

.certified-section .author-box .text:before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 30px;
  height: 20px;
  right: 0px;
  bottom: -20px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0px 0px);
}

.certified-section .author-box .text .icon-box{
  position: absolute;
  left: 27px;
  top: 30px;
  font-size: 65px;
  line-height: 65px;
}

.certified-section .author-box .text h4{
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.content_block_2 .content-box{
  position: relative;
  margin-left: 70px;
}

.content_block_2 .content-box .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 41px;
}

.content_block_2 .content-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: #232323;
  border: 1px solid #2e2e2e;
  cursor: pointer;
  padding: 13px 26.5px;
  text-align: center;
  letter-spacing: 1px;
  margin-right: 15px;
  transition: all 500ms ease;
}

.content_block_2 .content-box .tab-btns li:last-child{
  margin: 0px !important;
}

.content_block_2 .content-box .tab-btns li:hover,
.content_block_2 .content-box .tab-btns li.active-btn{

}

.content_block_2 .content-box .tabs-content .text{
  margin-bottom: 37px;
}

.content_block_2 .content-box .tabs-content .text p{
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
}

.content_block_2 .content-box .tabs-content .inner{
  position: relative;
  display: block;
  padding-left: 238px;
}

.content_block_2 .content-box .tabs-content .inner .image-box{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 198px;
  height: 198px;
}

.content_block_2 .content-box .tabs-content .inner .image-box img{
  width: 100%;
}

.content_block_2 .content-box .tabs-content .inner .list-item li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 14px;
  padding-left: 14px;
}

.content_block_2 .content-box .tabs-content .inner .list-item li:last-child{
  margin-bottom: 0px;
}

.content_block_2 .content-box .tabs-content .inner .list-item li:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 14px;
  width: 4px;
  height: 1px;
}

.content_block_2 .content-box .sec-title{
  margin-bottom: 45px;
}
/** chooseus-section **/

.chooseus-section{
  position: relative;
  padding-bottom: 80px;
}

.chooseus-section .image-layer{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.image_block_2 .image-box{
  position: relative;
  display: block;
  margin-right: 100px;
}

.image_block_2 .image-box .bg-layer{
  position: absolute;
  left: 160px;
  top: 0px;
  width: 5000px;
  height: calc(100% + 120px);
  z-index: -1;
}

.image_block_2 .image-box img{
  position: relative;
  float: right;
  max-width: none;
}

.image_block_2 .image-box .text{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 310px;
  padding: 54px 50px 52px 70px;
}

.image_block_2 .image-box .text h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
}

.image_block_2 .image-box .btn-box{
  position: absolute;
  left: 0px;
  bottom: 300px;
}

.image_block_2 .image-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  color: #1c1c1c !important;
  background: #fff;
  text-align: center;
  padding: 22px 52px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
}

.image_block_2 .image-box .btn-box a:hover{
  color: #fff !important;
  background: #1c1c1c;
}

.content_block_3 .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 34px 30px 31px 115px;
  transition: all 500ms ease;
}

.content_block_3 .content-box .inner-box .single-item:hover{
  background: #fff;
  box-shadow: 0 0px 40px rgba(0,0,0,0.05);
}

.content_block_3 .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 26px;
  top: 40px;
  font-size: 65px;
  line-height: 65px;
}

.content_block_3 .content-box .inner-box .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 17px;
}

.content_block_3 .content-box .inner-box .single-item h3 span{

}

.content_block_3 .content-box .inner-box .single-item p{
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
}

.content_block_3 .content-box{
  position: relative;
  padding-top: 111px;
}

.content_block_3 .content-box .sec-title{
  margin-bottom: 5px;
}
/** funfact-section **/

.funfact-section{
  position: relative;
  padding-top: 115px;
}

.content_block_4 .content-box h3{
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 39px;
}

.content_block_4 .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  padding-left: 27px;
  margin-bottom: 10px;
}

.content_block_4 .content-box .list-item li a{
  display: inline-block;
  color: #1c1c1c;
  line-height: 16px;
  border-bottom: 1px solid #1c1c1c;
}

.content_block_4 .content-box .list-item li a:hover{

}

.content_block_4 .content-box .list-item li:before {
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 700;
  left: 0px;
  top: 0px;
}

.content_block_4 .content-box .list-item{
  margin-bottom: 48px;
}

.content_block_4 .content-box{
  margin-right: 70px;
}

.content_block_4 .content-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.content_block_4 .content-box .image-box:after{
  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);
}

.content_block_4 .content-box:hover .image-box:after{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.content_block_4 .content-box .image-box img{
  width: 100%;
}

.content_block_5 .content-box{
  position: relative;
  display: block;
  margin-top: 7px;
}

.counter-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3px;
}

.counter-block-one .inner-box p{
  font-size: 18px;
  line-height: 30px;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.counter-block-one .inner-box{
  position: relative;
  padding: 75px 30px 77px 30px;
}

.counter-block:first-child .counter-block-one .inner-box,
.counter-block:nth-child(2) .counter-block-one .inner-box{
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.content_block_5 .content-box .counter-block{
  padding: 0px 0px;
}

.counter-block:first-child .counter-block-one .inner-box,
.counter-block:nth-child(3) .counter-block-one .inner-box{
  border-right: 1px solid rgba(255,255,255,0.2);
}

.content_block_5 .content-box .icon-box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.funfact-section .inner-container{
  position: relative;
  margin-bottom: -120px;
  z-index: 1;
}
/** testimonial-section **/

.testimonial-section{
  position: relative;
}

.testimonial-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 698px;
  height: 582px;
  background-repeat: no-repeat;
}

.testimonial-section .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 577px;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-section .sec-title{
  margin-bottom: 45px;
}

.testimonial-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  transition: all 500ms ease;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 50px 60px 60px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
  max-width: 570px;
  margin-bottom: 40px;
}

.testimonial-block-one .inner-box .pattern{
  position: absolute;
  top: 10px;
  right: 0px;
  width: 560px;
  height: 376px;
  background-repeat: no-repeat;
  z-index: -1;
}

.testimonial-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 60px;
  height: 40px;
  left: 0px;
  bottom: -39px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0px 0px);
}

.testimonial-block-one .inner-box .icon-box{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 160px;
  line-height: 90px;
  font-weight: 700;
  z-index: 1;
}

.testimonial-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 130px;
  height: 130px;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.testimonial-block-one .inner-box p{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 32px;
  z-index: 1;
}

.testimonial-block-one .inner-box .author-box{
  position: relative;
  padding: 15px 0px 12px 125px;
}

.testimonial-block-one .inner-box .author-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 87px;
  height: 86px;
  background: #fff;
  padding: 7px;
}

.testimonial-block-one .inner-box .author-box .image-box img{
  width: 100%;
}

.testimonial-block-one .inner-box .author-box h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}