
/** banner-section **/

.banner-carousel .slide-item{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-carousel .content-box{
  position: relative;
  width: 100%;
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.5;
}

.banner-carousel .slide-item .image-layer{
  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 h1{
  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: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box h3{
  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 h3{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.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: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.banner-carousel .content-box .info-list li{
  position: relative;
  display: inline-block;
  width: 32%;
  text-align: center;
  padding-top: 34px;
}

.banner-carousel .content-box .info-list li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: calc(100% - 30px);
  left: 0px;
  top: 0px;
  height: 1px;
}

.owl-nav button{
  background: transparent;
}

.banner-carousel .owl-nav{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.banner-carousel .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav button:hover{

}

.banner-carousel .owl-nav button.owl-prev{
  left: 60px;
}

.banner-carousel .owl-nav button.owl-next{
  right: 60px;
}
/** feature-section **/

.feature-block-one .inner-box .image-box{
  overflow: hidden;
}

.feature-block-one .inner-box .image-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.feature-block-one .inner-box:hover .image-box::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.feature-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box img{
  transform: scaleY(1.05);
}

.feature-block-one .inner-box .lower-content{
  margin-top: -20px;
}

.feature-block-one .inner-box .lower-content .link a{
  background: #f4f4fa;
}

.feature-block-one .inner-box .lower-content .link a:hover{
  color: #fff;
}

.feature-section .inner-container{
  margin-top: -60px;
}

.feature-section .inner-container:before{
  position: absolute;
  content: '';
  background: #fff2f2;
  width: calc(100% + 240px);
  left: -140px;
  height: 643px;
  top: 0px;
}

.feature-section .pattern-layer{
  width: 248px;
  height: 243px;
  background-repeat: no-repeat;
}

/** about-section **/

.content_block_1 .content-box .inner-box .single-item h5:before{
  position: absolute;
  content: '\f0da';
  font-family: 'Font Awesome 5 pro';
  font-size: 18px;
  left: 0px;
  top: 0px;
}

.image_block_1 .image-box img{
  width: 100%;
}

.image_block_1 .image-box .image{
  overflow: hidden;
}

.image_block_1 .image-box .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  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:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_1 .image-box .text{
  position: absolute;
  left: -50%;
  margin-left: 13px;
  top: 290px;
  padding-top: 10px;
  background: #fff;
  text-align: center;
  transform: rotate(90deg);
  padding-left: 100px;
  padding-right: 100px;
  letter-spacing: 7px;
  text-transform: uppercase;
}

/** about-style-two **/

.progress-box .bar{
  position:relative;
  width:100%;
  height:7px;
  background:#f4f4fa;
  border-radius:0px;
}

.progress-box .bar-inner{
  position:relative;
  display:block;
  border-radius:0px;
  width:0px;
  height:7px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.content_block_3 .content-box .video-btn a{
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 90px;
}

.content_block_3 .content-box .video-btn a i{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 68px;
  height: 68px;
  line-height: 68px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.about-style-two .image-box .image-2{
  right: -120px;
}

.about-style-two .image-box img{
  width: 100%;
}

.about-style-two .image-box .image-1{
  position: relative;
  overflow: hidden;
}

.about-style-two .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);
}

.about-style-two .image-box:hover .image-1:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-two .image-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 20px;
  height: 280px;
  top: 0px;
  right: 20px;
}

.about-style-two:before{
  position: absolute;
  content: '';
  width: calc(50% - 15px);
  height: 490px;
  top: 0px;
  right: 0px;
}

.about-style-two .pattern-layer{
  top: -344px;
  width: 442px;
  height: 621px;
  background-repeat: no-repeat;
  z-index: -1;
}

/** about-style-three **/

.about-style-three .image-box{
  overflow: hidden;
  margin-left: -30px;
}

.about-style-three .image-box:before{
  position: absolute;
  top: 0;
  left: -75%;
  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);
}

.about-style-three .image-box:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-three .image-box img{
  width: 100%;
}

.about-style-three .image-box:after{
  position: absolute;
  content: '';
  width: 30px;
  height: calc(100% - 60px);
  left: 0px;
  top: 30px;
}

.content_block_1 .content-box .list li{
  width: 50%;
}

.content_block_1 .content-box .list li:before {
  position: absolute;
  content: '\f0da';
  font-family: 'Font Awesome 5 pro';
  font-size: 18px;
  left: 0px;
  top: -5px;
}

.clients-section.about-page{
  border-top: none;
  background: #f4f4fa;
}

.about-style-three .pattern-layer{
  bottom: -50px;
  width: 210px;
  height: 408px;
  background-repeat: no-repeat;
  z-index: 1;
}
/** service-section **/

.service-section{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-section:before{
  position: absolute;
  content: '';
  background: #f4f4fa;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.95;
}

.service-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #fff2f2;
  width: 44px;
  height: 44px;
  right: -9px;
  bottom: 11px;
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box:before{
  background: rgba(0, 0, 0, .10);
}

.service-block-one .inner-box:hover .icon-box,
.service-block-one .inner-box:hover h4 a{
  color: #fff;
}

.service-block-one .inner-box::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover::before{
  top: 0%;
  height: 100%;
}

/** service-style-two **/

.service-style-two:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 440px;
  left: 0px;
  top: 0px;
  right: 0px;
}

.service-style-two .service-block-one .inner-box{
  border: 1px solid #e4eaea;
  transition: all 500ms ease;
}

.service-style-two .service-block-one .inner-box:hover{

}

.service-style-two .title-inner .text p{
  color: #9d9ec2;
}/** news-section **/

.news-section .pattern-layer{
  top: -200px;
  width: 221px;
  height: 416px;
  background-repeat: no-repeat;
}

.news-block-one .inner-box .image{
  overflow: hidden;
}

.news-block-one .inner-box .post-date{
  text-transform: uppercase;
}

.news-block-one .inner-box .lower-content .post-info li i{
  position: absolute;
  left: 0px;
  top: 10px;
}

.news-block-one .inner-box .lower-content .post-info li a{
  color: #797989;
}

.news-block-one .inner-box .lower-content .link a{
  color: #797989;
}

.news-block-one .inner-box .lower-content .link a:hover{

}

.news-block-one .inner-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image img{
  opacity: 0.6;
  transform: scaleY(1.05);
}

.news-block-one .inner-box .lower-content .link a:before{
  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content .link a:hover:before{
  width: 15px;
}