
/** banner-section **/

.banner-section{
  position: relative;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  overflow: hidden;
  padding: 282px 0px 223px 0px;
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.banner-carousel .slide-item .image-layer{
  position:absolute;
  left:0px;
  top:0px;
  right: 0px;
  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;
  z-index:5;
  width: 100%;
  min-height: 300px;
}

.banner-carousel .content-box h5{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 17px;
  text-transform: uppercase;
  opacity: 0;
  padding-right: 55px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.banner-carousel .content-box h5:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 45px;
  height: 2px;
  top: 13px;
  right: 0px;
}

.banner-carousel .active .content-box h5{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box h1{
  position: relative;
  display: block;
  color: #fff;
  font-size: 68px;
  line-height: 70px;
  font-weight: 700;
  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 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms 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: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.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 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms 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: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.banner-carousel .content-box .btn-box .theme-btn{
  padding: 13px 35px;
  margin-right: 35px;
}

.banner-carousel .content-box .btn-box .user-btn{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 20px 0px 22px 85px;
}

.banner-carousel .content-box .btn-box .user-btn i{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 0 5px rgba(0,0,0,0.3);
  transition: all 500ms ease;
}

.banner-carousel .content-box .btn-box .user-btn span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  border-bottom: 1px solid #fff;
}

.banner-carousel .content-box .btn-box .banner-btn-two{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 13px 34px;
}

.banner-carousel .content-box .btn-box .banner-btn-two:hover{

}

.banner-carousel .content-box .btn-box .banner-btn-two:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.banner-carousel .content-box .btn-box .banner-btn-two:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.banner-carousel .content-box .btn-box .banner-btn-two:hover:before,
.banner-carousel .content-box .btn-box .banner-btn-two:hover:after{
  width: 50%;
}

.banner-carousel .content-box .list-item{
  position: relative;
  display: block;
  margin-bottom: 17px;
  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 .content-box .list-item{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.banner-carousel .content-box .list-item li{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}

.banner-carousel .content-box .list-item li a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}

.mr-10{
  margin-right: 10px !important;
}

.mar-0{
  margin: 0px !important
}

.banner-carousel .owl-dots{
  display: none !important;
}

.banner-section .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

.banner-section .owl-theme .owl-nav .owl-prev{
  position: absolute;
  left: 50px;
  top: 0;
  background: rgba(255, 255, 255, 0.15);
  height: 56px;
  width: 56px;
  border-radius: 50%;
  border: none;
  text-align: center;
  color: rgba(0, 0, 0, 0);
  line-height: 56px;
  font-size: 0px;
  opacity: 1;
  margin-top: -30px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-prev:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  top: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  left: 0;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 50px;
  top: 0;
  background: rgba(255, 255, 255, 0.15);
  height: 56px;
  width: 56px;
  border-radius: 50%;
  border: none;
  text-align: center;
  line-height: 56px;
  color: rgba(0, 0, 0, 0);
  font-size: 0px;
  opacity: 1;
  cursor: pointer;
  margin-top: -30px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  top: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  right: 0;
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-prev:hover,
.banner-section .owl-theme .owl-nav .owl-next:hover{

}








/** banner-style-two **/

.banner-section.style-two .content-box p{
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 41px;
}

.banner-carousel .content-box p{
  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 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms 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: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.banner-section.style-two .content-box .btn-box .theme-btn{
  border-radius: 5px;
  overflow: hidden;
  padding: 13px 30px;
  margin-right: 11px;
  text-transform: uppercase;
}

.banner-section.style-two .content-box .btn-box .theme-btn i{
  margin-right: 10px;
}

.banner-section.style-two .content-box .btn-box .user-btn-two{
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 13px 28px;
  text-align: center;
  z-index: 1;
}

.banner-section.style-two .content-box .btn-box .user-btn-two i{
  margin-right: 10px;
}

.banner-section.style-two .content-box .btn-box .user-btn-two:hover{

}

.banner-section.style-two .content-box .btn-box .user-btn-two:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: -1;
}

.banner-section.style-two .content-box .btn-box .user-btn-two:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: -1;
}

.banner-section.style-two .content-box .btn-box .user-btn-two:hover:before,
.banner-section.style-two .content-box .btn-box .user-btn-two:hover:after{
  width: 100%;
}

.banner-section.style-two .banner-carousel .content-box h5{
  padding-right: 0px;
  padding-left: 55px;
}

.banner-section.style-two .banner-carousel .content-box h5:before{
  right: inherit;
  left: 0px;
}

.banner-section.style-two .banner-carousel .content-box h1{
  font-size: 66px;
  line-height: 60px;
  margin-bottom: 17px;
}

.banner-section.style-two .banner-carousel .slide-item{
  padding: 214px 0px 142px 0px;
}

.banner-section.style-two .banner-carousel .slide-item:before{
  background: -webkit-linear-gradient(0deg, rgba(4,23,48,1) 0%, rgba(0,0,0,0.10) 100%);
}

.banner-section.style-two .owl-theme .owl-nav .owl-prev:hover, 
.banner-section.style-two .owl-theme .owl-nav .owl-next:hover {
  
}


/** banner-style-three **/

.banner-section.style-three{
  position: relative;
}

.banner-section.style-three .content-box h1{
  margin-bottom: 18px;
}

.banner-section.style-three .content-box p{
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 41px;
}

.banner-section.style-three .content-box .btn-box .banner-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  margin: 0px 5px;
  border-radius: 32.5px;
  padding: 12px 30px;
}

.banner-section.style-three .content-box .btn-box .banner-btn:hover{

}

.banner-section.style-three .content-box .btn-box .banner-btn:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: -1;
}

.banner-section.style-three .content-box .btn-box .banner-btn:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: -1;
}

.banner-section.style-three .content-box .btn-box .banner-btn:hover:before,
.banner-section.style-three .content-box .btn-box .banner-btn:hover:after{
  width: 100%;
}

.banner-section.style-three .banner-carousel .content-box .btn-box .theme-btn{
  margin-right: 0px;
  margin: 0px 5px;
}

.banner-section.style-three .banner-carousel .slide-item{
  padding: 280px 0px 240px 0px;
}

.banner-section.style-three .owl-theme .owl-nav .owl-prev:hover, 
.banner-section.style-three .owl-theme .owl-nav .owl-next:hover {

}



/** banner-style-four **/

.banner-section.style-four{
  position: relative;
}

.banner-section.style-four .banner-carousel .slide-item{
  padding: 210px 0px 215px 0px;
}

.banner-section.style-four .banner-carousel .slide-item:before{
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.10) 100%);
}

.banner-section.style-four .owl-theme .owl-nav .owl-prev:hover, 
.banner-section.style-four .owl-theme .owl-nav .owl-next:hover {

}

.banner-section.style-four .content-box h1{
  margin-bottom: 20px;
}

.banner-section.style-four .content-box p{
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 40px;
}

.banner-section.style-four .content-box .btn-box .theme-btn{
  overflow: hidden;
  border-radius: 5px;
  margin-right: 15px;
}

.banner-section.style-four .content-box .btn-box .banner-btn-two{
  overflow: hidden;
  border-radius: 5px;
  padding: 13px 28px;
}

.banner-section.style-four .content-box .btn-box .banner-btn-two:hover{

}

.banner-section.style-four .content-box .btn-box .banner-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  padding: 14px 35px;
  text-align: center;
  z-index: 1;
}

.banner-section.style-four .content-box .btn-box .banner-btn:hover{

}

.banner-section.style-four .content-box .btn-box .banner-btn:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.banner-section.style-four .content-box .btn-box .banner-btn:hover:before{
  left: 0px;
  width: 100%;
}





  /** banner-style-five **/
  
  .banner-section.style-five{
    position: relative;
  }
  
  .banner-section.style-five .banner-carousel .slide-item:before{
    background: rgba(0,0,0,0.7);
  }
  
  .banner-section.style-five .content-box h1{
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 37px;
  }
  
  .banner-section.style-five .content-box .btn-box .theme-btn{
    border-radius: 5px;
    margin-right: 25px;
  }
  
  .banner-section.style-five .content-box .btn-box .theme-btn:before,
  .banner-section.style-five .content-box .btn-box .theme-btn:after{
    border-radius: 5px;
  }
  
  .banner-section.style-five .banner-carousel .content-box h5{
    padding-right: 0px;
    padding-left: 35px;
    font-size: 22px;
    margin-bottom: 7px;
  }
  
  .banner-section.style-five .banner-carousel .content-box h5:before{
    width: 25px;
    left: 0px;
    right: inherit;
  }
  
  .banner-section.style-five .banner-carousel .content-box .btn-box .user-btn i{
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    box-shadow: none;
  }
  
  .banner-section.style-five .banner-carousel .content-box .btn-box .user-btn.style-two i{
    background: transparent;
    border-color: #fff;
  }
  
  .banner-section.style-five .banner-carousel .content-box .list-item{
    margin-bottom: 30px;
  }
  
  .banner-section.style-five .banner-carousel .content-box .btn-box .banner-btn-two{
    border-radius: 5px;
  }
  
  .banner-section.style-five .banner-carousel .content-box .btn-box .user-btn{
    padding: 15px 0px 22px 77px;
  }
  
  .banner-section.style-five .banner-carousel .slide-item{
    padding: 360px 0px 170px 0px;
  }
  

/** about-style-three **/

.about-style-three{
  position: relative;
  padding: 104px 0px 110px 0px;
}

#content_block_ten .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 39px;
}

#content_block_ten .content-box .text p{
  margin-bottom: 28px;
}

#content_block_ten .content-box .text p:last-child{
  margin-bottom: 0px;
}

#content_block_ten .content-box .year-box{
  position: relative;
  padding-left: 160px;
}

#content_block_ten .content-box .year-box .image-box{
  position: absolute;
  left: 0px;
  top: -1px;
}

#content_block_ten .content-box .year-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
  margin: 0px;
  padding: 19px 0px 20px 15px;
}

#image_block_three .image-box{
  position: relative;
  display: block;
  margin-right: -175px;
  margin-top: 27px;
}

#image_block_three .image-box .image img{
  width: 100%;
}

#image_block_three .image-box .icon-box .icon{
  position: absolute;
  background-repeat: no-repeat;
}

#image_block_three .image-box .icon-box .icon-1{
  left: 170px;
  top: 50px;
  width: 50px;
  height: 50px;
}

#image_block_three .image-box .icon-box .icon-2{
  right: 280px;
  top: 0px;
  width: 112px;
  height: 83px;
}

#image_block_three .image-box .icon-box .icon-3{
  right: -15px;
  top: 80px;
  width: 105px;
  height: 108px;
}


/** about-style-two **/

.about-style-two{
  position: relative;
  padding-bottom: 90px;
}

.sec-title.style-two h5{
  padding-left: 55px;
}

.sec-title.style-two h5:before{
  left: 0px;
}

#content_block_three .content-box .sec-title{
  margin-bottom: 27px;
}

#content_block_three .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 36px;
}

#content_block_three .content-box  .inner-box .single-item{
  position: relative;
  display: block;
  padding-left: 50px;
  margin-bottom: 26px;
}

#content_block_three .content-box  .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 35px;
  line-height: 35px;
}

#content_block_three .content-box  .inner-box .single-item h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}

#content_block_three .content-box  .inner-box .single-item h5 a{
  display: inline-block;
  color: #222;
}

#content_block_three .content-box  .inner-box .single-item h5 a:hover{

}

.about-style-two .content-box{
  margin-right: 60px;
}

#image_block_two .image-box{
  position: relative;
}

#image_block_two .image-box .image{
  position: relative;
  overflow: hidden;
  display: block;
}

#image_block_two .image-box .image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  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_two .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#image_block_two .image-box .image img{
  width: 100%;
}

#image_block_two .image-box .content-box{
  position: absolute;
  left: 70px;
  bottom: 45px;
  max-width: 420px;
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 29px 50px 34px 50px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

#image_block_two .image-box .content-box i{
  position: absolute;
  left: 30px;
  top: 20px;
  font-size: 90px;
  line-height: 90px;
  color: #e5e5e5;
}

#image_block_two .image-box .content-box h4{
  margin-bottom: 0px;
}

#image_block_two .image-box .content-box h5{
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 400;
}

#image_block_two .image-box .content-box h5 a{
  font-size: 22px;
  font-weight: 700;
}

#image_block_two .image-box .content-box h5 a:hover{

}

.about-style-two .pattern-layer{
  position: absolute;
  right: 0px;
  bottom: -150px;
  width: 572px;
  height: 684px;
  background-repeat: no-repeat;
}

.about-style-two .image-box{
  margin-top: 44px;
}


/** about-section **/

.about-section{
  position: relative;
  padding: 100px 0px;
}

.bg-color-1{
  background: #f0f5f9;
}

.about-section .video-inner{
  position: relative;
  display: block;
  margin-right: 70px;
}

.about-section .video-inner .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%, 0% 0%);
}

.about-section .video-inner .image-box:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  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-section .video-inner .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.about-section .video-inner .image-box img{
  width: 100%;
}

.about-section .video-inner .video-btn{
  position: absolute;
  left: 35px;
  bottom: -10px;
  width: 175px;
  height: 175px;
  text-align: center;
  background: #f0f5f9;
  padding: 10px;
  border-radius: 50%;
}

.about-section .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 155px;
  height: 155px;
  line-height: 155px;
  text-align: center;
  border-radius: 50%;
  font-size: 36px;
  color: #fff;
  z-index: 1;
}

.about-section .video-inner .video-btn a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  opacity: 0.85;
  z-index: -1;
}

.about-section .video-inner .video-btn:after, 
.about-section .video-inner .video-btn:before {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(218, 44, 70, 0.6);
  box-shadow: 0 0 0 0 rgba(218, 44, 70, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.about-section .video-inner .video-btn:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

h4{
  font-size: 20px;
  line-height: 30px;
  color: #222;
  font-weight: 700;
}

h4 a{
  color: #222;
}

#content_block_one .content-box{
  position: relative;
  display: block;
}

.about-section .content-box{
  margin-right: -15px;
}

#content_block_one .content-box .sec-title{
  margin-bottom: 27px;
}

#content_block_one .content-box .text{
  margin-bottom: 33px;
  position: relative;
}

#content_block_one .content-box .inner-box .single-item{
  position: relative;
  padding: 0px 0px 0px 85px;
  margin-bottom: 31px;
}

#content_block_one .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

#content_block_one .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 60px;
  line-height: 60px;
}

#content_block_one .content-box .inner-box .single-item .icon-box i{
  position: relative;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content_block_one .content-box .inner-box .single-item .icon-box .bg-box{
  position: absolute;
  content: '';
  background: #f3dfe5;
  width: 40px;
  height: 60px;
  left: 10px;
  bottom: -15px;
  transform: rotate(-45deg);
  transition: all 500ms ease;
}

#content_block_one .content-box .inner-box .single-item:hover .icon-box .bg-box{
  transform: rotate(-90deg);
}

#content_block_one .content-box .inner-box .single-item h4 a:hover{

}

#content_block_one .content-box .inner-box .single-item h4{
  margin-bottom: 10px;
}

/** service-section **/
.service-section{
  position: relative;
  padding-top: 93px;
}
.service-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 43px;
  margin-right: 60px;
  padding-bottom: 44px;
}
.service-section .inner-content .service-block:first-child .service-block-one .inner-box,
.service-section .inner-content .service-block:nth-child(2) .service-block-one .inner-box,
.service-section .inner-content .service-block:nth-child(3) .service-block-one .inner-box{
  border-bottom: 1px solid #dddddd;
}
.service-block-one .inner-box h4{
  margin-bottom: 24px;
}
.service-block-one .inner-box .inner{
  position: relative;
  padding-left: 100px;
}
.service-block-one .inner-box .inner .icon-box{
  position: absolute;
  left: 0px;
  top: 10px;
  font-size: 60px;
  line-height: 60px;
}

.service-block-one .inner-box .inner .icon-box:before{
  position: absolute;
  content: '';
  background: #f0f5f9;
  width: 70px;
  height: 70px;
  left: -5px;
  top: -5px;
  transform: rotate(15deg);
  transition: all 500ms ease;
}
.service-block-one .inner-box .inner .icon-box:after{
  position: absolute;
  content: '';
  background: #dee6ed;
  width: 70px;
  height: 70px;
  left: -5px;
  top: -5px;
  z-index: -1;
  opacity: 0;
  transform: rotate(0deg);
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover .inner .icon-box:after{
  opacity: 1;
  transform: rotate(-15deg);
}
.service-block-one .inner-box .inner .icon-box i{
  position: relative;
  position: relative;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-block-one .inner-box .inner p{
  margin-bottom: 10px;
}
.service-block-one .inner-box .inner a{
  position: relative;
  display: inline-block;
}
.service-block-one .inner-box .inner a span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #222;
  border-bottom: 1px solid #222;
  transition: all 500ms ease;
}
.service-block-one .inner-box .inner a i{
  position: relative;
  font-size: 12px;
  margin-right: 8px;
}



/** service-style-two **/

.service-style-two{
  position: relative;
  padding: 100px 0px 100px 0px;
}

.service-style-two .pattern-layer{
  position: absolute;
  left: 50%;
  top: 0px;
  width: 283px;
  height: 95px;
  transform: translateX(-50%);
}

.service-style-two .sec-title{
  margin-bottom: 70px;
}

.service-style-two .sec-title h2{
  margin-bottom: 15px;
}

.service-style-two .sec-title p{
  line-height: 28px;
  color: rgb(255,255,255,0.4);
}

.service-block-two .inner-box{
  position: relative;
  padding-left: 136px;
  margin-bottom: 48px;
}

.service-block-two .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  border: 3px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-two .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 110px;
  height: 110px;
  left: -3px;
  top: -3px;
  right: 0px;
  transform: scale(0,0);
  opacity: 0;
  z-index: -1;
  border-radius: 50%;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .icon-box:before{
  transform: scale(1,1);
  opacity: 1;
}

.service-block-two .inner-box h4{
  color: #fff;
  margin-bottom: 10px;
}

.service-block-two .inner-box h4 a{
  color: #fff;
}

.service-block-two .inner-box h4 a:hover{

}

.service-block-two .inner-box p{
  color: rgba(255,255,255,0.4);
  margin-bottom: 10px;
}

.service-block-two .inner-box .link a{
  position: relative;
  display: inline-block;
  padding-left: 0px;
}

.service-block-two .inner-box .link a:hover{
  padding-left: 20px;
}

.service-block-two .inner-box .link a i{
  position: absolute;
  font-size: 12px;
  color: #fff;
  left: 0px;
  top: 9px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-two .inner-box .link a:hover i{
  opacity: 1;
}

.service-block-two .inner-box .link a span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255,255,255,0.4);
  border-bottom: 1px solid rgba(255,255,255,0.4);
  transition: all 500ms ease;
}

.service-block-two .inner-box .link a:hover span{

}

/** service-style-three **/

.service-style-three{
  position: relative;
  padding: 93px 0px 90px 0px;
}

.service-style-three .upper-box .title-inner{
  position: relative;
  display: block;
  max-width: 900px;
  width: 100%;
}

.service-style-three .upper-box .title-inner .sec-title{
  width: 50%;
}

.service-style-three .upper-box .title-inner .text{
  position: relative;
  padding-left: 30px;
  margin-top: 4px;
  width: 50%;
}

.service-style-three .upper-box .title-inner .text:before{
  position: absolute;
  content: '';
  background: #8db6d6;
  width: 1px;
  height: 75px;
  left: -40px;
  top: 3px;
}


.service-style-three .upper-box .btn-box{
  position: absolute;
  top: 25px;
  right: 0px;
}

.service-style-three .upper-box .btn-box .theme-btn i{
  font-size: 12px;
  margin-left: 10px;
}

.service-style-three .upper-box .btn-box .theme-btn{
  padding: 13px 38px;
}

.service-style-three .upper-box{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.service-block-three .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #f5faff;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover{
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.service-block-three .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover:before{
  transform: scale(1,1);
}

.service-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-three .inner-box .image-box img{
  width: 100%;
}

.service-block-three .inner-box .image-box .overlay-box-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-three .inner-box .image-box .overlay-box-2{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover .image-box .overlay-box-1,
.service-block-three .inner-box:hover .image-box .overlay-box-2{
  width: 50%
}

.service-block-three .inner-box .image-box a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.service-block-three .inner-box:hover .image-box a{
  opacity: 1;
}

.service-block-three .inner-box .lower-content{
  position: relative;
  padding: 37px 45px 38px 45px;
}

.service-block-three .inner-box .lower-content h3{
  display: block;
  margin-bottom: 3px;
}

.service-block-three .inner-box .lower-content h3 a{
  display: inline-block;
  color: #222;
}

.service-block-three .inner-box .lower-content h3 a:hover{

}

.service-block-three .inner-box .lower-content p{
  margin-bottom: 29px;
}

.service-block-three .inner-box .lower-content .link{
  position: relative;
  display: block;
  padding-top: 16px;
}

.service-block-three .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
}

.service-block-three .inner-box .lower-content .link a span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #222;
  border-bottom: 1px solid #222;
  transition: all 500ms ease;
}

.service-block-three .inner-box .lower-content .link a:hover span{

}

.service-block-three .inner-box .lower-content .link a i{
  font-size: 12px;
  margin-right: 10px;
}

.service-style-three .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  padding-top: 15px;
}

.service-style-three .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  background: #dddddd;
  width: 20px;
  height: 4px;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-style-three .owl-theme .owl-dots .owl-dot.active span,
.service-style-three .owl-theme .owl-dots .owl-dot span:hover{
  background: #180c54;
}











/** service-style-four **/

.service-style-four{
  position: relative;
  padding: 104px 0px 50px 0px;
}

.service-block-four .inner-box{
  position: relative;
  display: block;
  margin-bottom: 54px;
}

.service-block-four .inner-box .icon-box{
  position: relative;
  display: inline-block;
  margin-bottom: 29px !important;
  transition: all 500ms ease;
}

.service-block-four .inner-box:hover .icon-box{
  transform: rotateY(360deg);
}

.service-block-four .inner-box h4{
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.service-block-four .inner-box h4 a:hover{

}

.service-block-four .inner-box p{
  margin-bottom: 20px;
}

.service-block-four .inner-box .link a{
  position: relative;
  display: inline-block;
}

.service-block-four .inner-box .link a i{
  position: relative;
  font-size: 12px;
  margin-right: 8px;
}

.service-block-four .inner-box .link a span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #222;
  border-bottom: 1px solid #222;
  transition: all 500ms ease;
}

.service-block-four .inner-box .link a:hover span{

}

.service-style-four .sec-title-two{
  margin-bottom: 57px;
}

.service-style-four .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 612px;
  height: 497px;
  background-repeat: no-repeat;
}


/** project-section **/

.project-section{
  position: relative;
}

.project-block-one .inner-box{
  position: relative;
}

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  box-shadow: inset 0px -200px 100px -40px rgba(0, 0, 0, 0.8);
  z-index: 1;
  transition: all 500ms ease;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 5s ease;
}

.project-block-one .inner-box:hover .image-box img{
  transform: scale(1.5);
}

.project-block-one .inner-box .lower-content{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 30px 75px 57px 75px;
  z-index: 1;
}

.project-block-one .inner-box .lower-content p{
  position: relative;
  display: inline-block;
  color: #fff;
  margin-bottom: 5px;
  padding-right: 58px;
}

.project-block-one .inner-box .lower-content p:before{
  position: absolute;
  content: '';
  width: 45px;
  height: 2px;
  top: 12px;
  right: 0px;
}

.project-block-one .inner-box .lower-content h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  margin: 0px;
}

.project-block-one .inner-box .lower-content h2 a{
  display: inline-block;
  color: #fff;
}

.project-block-one .inner-box .lower-content h2 a:hover{

}



/** project-style-two **/

.project-style-two{
  position: relative;
  padding: 93px 0px 100px 0px;
}

.project-style-two .project-inner{
  position: relative;
  display: block;
  max-width: 1040px;
  width: 100%;
  padding: 0px 30px;
}

.project-style-two .project-inner .image-box{
  position: relative;
  display: block;
  max-width: 650px;
  width: 100%;
}

.project-style-two .project-inner .image-box img{
  width: 100%;
}

.project-style-two .project-inner .content-box{
  position: absolute;
  top: 45px;
  right: 38px;
  background: #fff;
  max-width: 390px;
  width: 100%;
  padding: 53px 40px 42px 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.project-style-two .project-inner .content-box span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 18px;
}

.project-style-two .project-inner .content-box h3{
  margin-bottom: 10px;
  line-height: 30px;
}

.project-style-two .project-inner .content-box p{
  margin-bottom: 30px;
}

.project-style-two .project-inner .content-box a{
  position: relative;
  display: inline-block;
}

.project-style-two .project-inner .content-box a i{
  position: relative;
  font-size: 12px;
  margin-right: 10px;
}

.project-style-two .project-inner .content-box a span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #222;
  border-bottom: 1px solid #222;
  transition: all 500ms ease;
}

.project-style-two .project-inner .content-box a:hover span{

}

.project-style-two .owl-dots{
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  display: inline-block;
  counter-reset:count;
}

.project-style-two .owl-dots .owl-dot{
  position:relative;
  display:block;
  margin: 15px 0px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.project-style-two .owl-dots .owl-dot:before{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #bcbcbc;
  font-weight: 400;
  counter-increment: count;
  content: "0" counter(count);
}

.project-style-two .owl-dots .owl-dot.active:before{
  
}

.project-style-two .owl-dots .owl-dot span{
  display: none;
}

.project-style-two .sec-title{
  margin-bottom: 60px;
}


/** project-style-three **/

.project-style-three{
  position: relative;
  padding: 100px 0px 110px 0px;
}

.project-style-three .sec-title-two{
  margin-bottom: 50px;
}

.project-style-three .filters{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.project-style-three .more-btn{
  position: relative;
  display: block;
  margin-top: 30px;
}

.project-style-three .more-btn .theme-btn{
  border-radius: 5px;
  overflow: hidden;
  padding: 12.5px 31px;
}

.project-style-three .more-btn .theme-btn i{
  font-size: 14px;
  margin-right: 8px;
}

.project-style-three .filters .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #909090;
  margin: 0px 20px;
  cursor: pointer;
  transition: all 500ms ease;
}

.project-style-three .filters .filter-tabs li.active,
.project-style-three .filters .filter-tabs li:hover{

}

.project-block-two .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.project-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-two .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0;
  z-index: 1;
  box-shadow: inset 0px -200px 100px -40px rgba(0, 0, 0, 0.9);
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box:before{
  opacity: 1;
}

.project-block-two .inner-box .image-box a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  opacity: 0;
  z-index: 2;
  transition: all 500ms ease;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.project-block-two .inner-box:hover .image-box a{
  opacity: 1;
}

.project-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.project-block-two .inner-box .content-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 2;
  text-align: center;
  padding: 0px 15px 16px 15px;
}

.project-block-two .inner-box .content-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 500ms ease;
}

.project-block-two .inner-box .content-box a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(30px);
}

.project-block-two .inner-box:hover .content-box h5,
.project-block-two .inner-box:hover .content-box a{
  transform: translateY(0px);
  opacity: 1;
}

.project-block-two .inner-box .content-box a:hover{
  color: #fff;
}

/** project-style-four **/

.project-style-four{
  position: relative;
  padding: 103px 0px 100px 0px;
}

.project-block-three .inner-box{
  position: relative;
  display: block;
  margin-bottom: 180px;
}

.project-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #000;
}

.project-block-three .inner-box .image-box img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.project-block-three .inner-box:hover .image-box img{
  opacity: 0.2;
  transform: scale(1.05);
}

.project-block-three .inner-box .lower-content{
  position: relative;
}

.project-block-three .inner-box .lower-content .inner{
  position: absolute;
  left: 30px;
  top: -150px;
  width: calc(100% - 60px);
  background: #fff;
  padding: 43px 50px 44px 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.project-block-three .inner-box .lower-content .inner span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 22px;
}

.project-block-three .inner-box .lower-content .inner h3{
  margin-bottom: 8px;
}

.project-block-three .inner-box .lower-content .inner p{
  margin-bottom: 20px;
}

.project-block-three .inner-box .lower-content .inner a{
  position: relative;
  display: inline-block;
}

.project-block-three .inner-box .lower-content .inner a i{
  position: relative;
  font-size: 12px;
  margin-right: 10px;
}

.project-block-three .inner-box .lower-content .inner a span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #222;
  border-bottom: 1px solid #222;
  margin: 0px;
  transition: all 500ms ease;
}

.project-block-three .inner-box .lower-content .inner a:hover span{

}

.project-style-four .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.project-style-four .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #dddddd;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.project-style-four .owl-theme .owl-dots .owl-dot.active span,
.project-style-four .owl-theme .owl-dots .owl-dot span:hover{

}

.project-style-four .title-inner{
  position: relative;
  margin-bottom: 30px;
}

.project-style-four .title-inner .btn-box a{
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #222;
  border-radius: 5px;
  padding: 13px 27px;
  text-align: center;
  z-index: 1;
}

.project-style-four .title-inner .btn-box a:hover{
  color: #fff;
}

.project-style-four .title-inner .btn-box a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: -1;
}

.project-style-four .title-inner .btn-box a:after{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: -1;
}

.project-style-four .title-inner .btn-box a:hover:before,
.project-style-four .title-inner .btn-box a:hover:after{
  width: 100%;
}

.project-style-four .title-inner .btn-box{
  position: relative;
  margin-top: 17px;
}

/** clients-section **/

.clients-section{
  position: relative;
  padding: 80px 0px;
}

.clients-section .client-logo img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section .client-logo:hover img{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

  .clients-section.alternet-2{
    background: #f9f9f9;
    padding: 65px 0px;
  }
  
  .clients-section.alternet-2 .client-logo img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
  }
  
  .clients-section.alternet-2 .client-logo:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
  }
/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 755px 0px 90px 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.testimonial-section:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.85;
}

.testimonial-section .client-thumb-outer{
  position:relative;
  max-width:510px;
  margin:0 auto;
  overflow:hidden;
  padding-top: 43px;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer{
  overflow:visible;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item{
  position:relative;
  width:70px;
  border-radius:50%;
  margin: 0 auto;
}

.testimonial-section .client-thumb-outer .thumb-item .info-box{
  text-align: center;
  opacity: 0;
}

.testimonial-section .client-thumb-outer .thumb-item.is-active .info-box{
  opacity: 1;
}
.testimonial-section .client-thumb-outer .thumb-item .thumb-box{
  width:70px;
  height:70px;
  background: #fff;
  opacity: 0.4;
  cursor:pointer;
  overflow: hidden;
  border-radius:50%;
  margin-bottom: 18px;
  margin:  0 auto !important;
}

.testimonial-section .owl-item.active .thumb-item .thumb-box{
  width: 100px;
  height: 100px;
  opacity: 1;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item.is-active .thumb-box {
  width: 100px;
  height: 100px;
  opacity: 1;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item img{
  overflow:hidden;
  width:100%;
  height:100%;
  display:block;
  border-radius:50%;
}

.testimonial-section .owl-item .thumb-item .info-box{
  position: relative;
  min-width: 140px;
  text-align: center;
  left: -15px;
  display: none;
}

.testimonial-section .owl-item .thumb-item .info-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #204669;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.testimonial-section .owl-item.active .thumb-item .info-box{
  display: block;
}

.testimonial-section .owl-item .thumb-item .info-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.testimonial-section .client-thumb-outer .owl-theme .owl-dots{
  min-width: 150px;
  margin-left: -25px;
  margin-top: 23px;
  height: 30px;
  overflow: hidden;
}

.testimonial-section .client-thumb-outer .owl-theme .owl-dots .owl-dot{
  position: relative;
  display: inline-block;
}

.testimonial-section .client-thumb-outer .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #dddddd;
  border-radius: 0px;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}



.testimonial-section .testimonial-block{
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 16px;
}

.testimonial-section .testimonial-block p{
  font-size: 18px;
  line-height: 32px;
  color: #222;
}

.testimonial-section .title-box{
  margin-bottom: 70px;
}

/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  padding: 100px 0px 100px 0px;
}

.testimonial-style-two .testimonial-content .inner-box{
  position: relative;
  display: block;
}

.testimonial-style-two .testimonial-content .inner-box .text{
  position: relative;
  display: block;
  padding: 37px 40px 54px 40px;
  border: 1px solid #cdd8e6;
  border-radius: 10px;
  margin-bottom: 45px;
  transition: all 500ms ease;
}

.testimonial-style-two .testimonial-content .inner-box .text:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 29px;
  height: 29px;
  left: 54px;
  bottom: -14px;
  transform: rotate(45deg);
  box-shadow: 1px 1px #cdd8e6;
}

.testimonial-style-two .testimonial-content .inner-box .text i{
  position: absolute;
  right: 25px;
  bottom: 20px;
  color: #e4ecf3;
  font-size: 50px;
  line-height: 50px;
}

.testimonial-style-two .testimonial-content .inner-box .text p{
  line-height: 28px;
  color: #222;
  margin: 0px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info{
  position: relative;
  margin-left: 30px;
  padding: 14px 0px 20px 100px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .image-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-two .testimonial-content .inner-box .author-info h5{
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #222;
  margin: 0px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}


.testimonial-style-two .sec-title{
  margin-bottom: 60px;
}

.testimonial-style-two .owl-theme .owl-dots{
  display: block;
  text-align: center;
  margin-top: 45px;
}

.testimonial-section.alternet-3{
  padding: 100px 0px 90px 0px;
}

.testimonial-section.alternet-3 .client-thumb-outer{
  max-width: 290px;
}

.testimonial-section.alternet-3 .testimonial-inner{
  position: relative;
}

.testimonial-section.alternet-3 .testimonial-inner .quote-box{
  position: absolute;
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
}

.testimonial-section.alternet-3 .sec-title-two{
  margin-bottom: 50px;
}

.testimonial-section.alternet-3 .testimonial-block p{
  font-size: 20px;
  font-style: italic;
  font-family: 'Georgia', sans-serif;
}

.testimonial-section.alternet-3 .testimonial-block{
  max-width: 870px;
}

.testimonial-section.alternet-3 .client-thumb-outer{
  padding-top: 58px;
}




/** testimonial-style-three **/

.testimonial-section.alternet-2 {
  position: relative;
  padding: 93px 0px 80px 0px;
}

.testimonial-section.alternet-2 .testimonial-block .text {
  position: relative;
  padding-top: 45px;
}

.testimonial-section.alternet-2 .testimonial-block .text i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  font-size: 100px;
  line-height: 100px;
  color: #e2f0ff;
}

.testimonial-section.alternet-2 .sec-title {
  margin-bottom: 35px;
}

.testimonial-section.alternet-2 .client-testimonial-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

.testimonial-section.alternet-2 .client-testimonial-carousel .owl-dots .owl-dot {
  display: block;
  width: 40px;
  margin: 0 auto;
  text-align: center;
  height: 15px;
}

.testimonial-section.alternet-2 .client-testimonial-carousel .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  background: #dddddd;
  width: 10px;
  height: 2px;
  margin: 0px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section.alternet-2 .client-testimonial-carousel .owl-dots .owl-dot.active span,
.testimonial-section.alternet-2 .client-testimonial-carousel .owl-dots .owl-dot span:hover {
  width: 40px;
}
.elementor-widget-fionca_testimonial .splide__list {
  margin: 0 auto !important;
}



/** feature-style-three **/

.feature-style-three{
  position: relative;
  padding: 94px 0px;
  border-bottom: 1px solid #dddddd;
}

.feature-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-style-three .anim-icon .icon-1{
  left: 160px;
  bottom: 40px;
  width: 60px;
  height: 60px;
}

.feature-style-three .anim-icon .icon-2{
  top: 25px;
  right: 100px;
  width: 68px;
  height: 68px;
}


.feature-block-three .inner-box{
  position: relative;
  display: block;
  padding-left: 75px;
}

.feature-block-three .inner-box:before{
  position: absolute;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 120px;
  top: -14px;
  right: 0px;
}

.feature-style-three .feature-block:last-child .feature-block-three .inner-box:before{
  display: none;
}

.feature-block-three .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 60px;
  line-height: 60px;
  transition: all 500ms ease;
}

.feature-block-three .inner-box:hover .icon-box{
  transform: rotateY(360deg);
  color: #222 !important;
}

.feature-style-three .feature-block:nth-child(2) .feature-block-three .inner-box .icon-box{

}

.feature-style-three .feature-block:last-child .feature-block-three .inner-box .icon-box{
  
}

.feature-block-three .inner-box h3{
  margin-bottom: 4px;
}




/** feature-style-three **/

.feature-style-three {
  position: relative;
  padding: 94px 0px;
  border-bottom: 1px solid #dddddd;
}

.feature-style-three .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}

.anim-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.anim-icon .icon {
  position: absolute;
  background-repeat: no-repeat;
}

.feature-style-three .anim-icon .icon-1 {
  left: 160px;
  bottom: 40px;
  width: 60px;
  height: 60px;
}

.feature-style-three .anim-icon .icon-2 {
  top: 25px;
  right: 100px;
  width: 68px;
  height: 68px;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.feature-block-three .inner-box {
  position: relative;
  display: block;
  padding-left: 75px;
}

.feature-block-three .inner-box:before {
  position: absolute;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 120px;
  top: -14px;
  right: 0px;
}

.feature-style-three .feature-block:last-child .feature-block-three .inner-box:before {
  display: none;
}

.feature-block-three .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 60px;
  line-height: 60px;
  transition: all 500ms ease;
}

.feature-block-three .inner-box:hover .icon-box {
  transform: rotateY(360deg);
  color: #222 !important;
}

.feature-block-three .inner-box h3 {
  margin-bottom: 4px;
}
/** feature-style-four **/

.feature-style-four{
  position: relative;
}

.feature-block-four{
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
}

.feature-block-four .inner-box{
  position: relative;
  display: block;
  background: #244c73;
  padding: 61px 80px 58px 80px;
}

.feature-block-four .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.feature-block-four .inner-box:hover:before{
  height: calc(100% + 5px);
}

.feature-block-four:nth-child(2) .inner-box{
  background: #25425f;
}

.feature-block-four:nth-child(3) .inner-box{
  background: #1c3b59;
}

.feature-block-four:last-child .inner-box{
  background: #18334d;
}


.feature-block-four .inner-box .hidden-icon{
  position: absolute;
  right: 15px;
  bottom: 36px;
  font-size: 200px;
  line-height: 150px;
  color: rgba(255,255,255,0.1);
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-four .inner-box:hover .hidden-icon{
  opacity: 1;
}

.feature-block-four .inner-box .inner{
  position: relative;
  padding-left: 95px;
}

.feature-block-four .inner-box .inner .icon-box{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  transition: all 500ms ease;
}

.feature-block-four .inner-box .inner h3{
  color: #fff;
  line-height: 27px;
  margin-bottom: 11px;
  transition: all 500ms ease;
}

.feature-block-four .inner-box .inner p{
  color: #fff;
  margin: 0px;
}


/** working-section **/

.working-section{
  position: relative;
  width: 100%;
  padding: 110px 0px 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.working-section:before{
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.working-block-one .inner-box{
  position: relative;
  display: inline-block;
  width: 232px;
  height: 232px;
  margin: 0 auto;
  padding: 70px 40px 50px 40px;
}

.working-block-one .inner-box .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 232px;
  height: 232px;
  background-repeat: no-repeat;
}

.working-block-one .inner-box .count{
  position: absolute;
  left: 10px;
  top: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  font-size: 22px;
  font-weight: 700;
  color: #222;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.working-block-one .inner-box:hover .count{
  color: #fff;
}

.working-block-one .inner-box .count:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.working-section .working-block:nth-child(2) .working-block-one .inner-box .count:before{

}

.working-section .working-block:nth-child(3) .working-block-one .inner-box .count:before{
  
}

.working-section .working-block:last-child .working-block-one .inner-box .count:before{
  
}

.working-block-one .inner-box:hover .count:before{
  transform: scale(1,1);
}

.working-block-one .inner-box .icon-box{
  position: relative;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.working-block-one .inner-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.working-section .sec-title-two{
  margin-bottom: 57px;
}

/** working-style-two **/

.working-style-two{
  position: relative;
  padding: 103px 0px 104px 0px;
}

.working-style-two .sec-title{
  text-align: center;
  margin-bottom: 74px;
}

.working-style-two .sec-title h2{
  margin-bottom: 17px;
}

.working-block-two .inner-box{
  position: relative;
  display: block;
  text-align: center;
  padding: 0px 30px;
}

.working-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  line-height: 140px;
  font-size: 80px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 48px;
  box-shadow: 0px 0px 0px 20px rgba(255, 205, 212, 0.2);
}

.working-style-two .working-block:nth-child(2) .working-block-two .inner-box .icon-box{
  box-shadow: 0px 0px 0px 20px rgba(233, 205, 255, 0.3);
}

.working-style-two .working-block:last-child .working-block-two .inner-box .icon-box{
  box-shadow: 0px 0px 0px 20px rgba(197, 251, 222, 0.3);
}

.working-block-two .inner-box h3{
  font-size: 24px;
  margin-bottom: 9px;
}

.working-block-two .inner-box h3 a{
  color: #222;
}

.working-block-two .inner-box h3 a:hover{

}

.working-block-two .inner-box .border-box{
  position: absolute;
  right: -110px;
  top: 0px;
  width: 181px;
  height: 32px;
  background-repeat: no-repeat;
}

.working-style-two .working-block:first-child .working-block-two .inner-box .border-box{
  top: 175px;
}

/** funfact-style-two **/

.funfact-style-two{
  position: relative;
  padding-bottom: 105px;
}

.funfact-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: -250px;
  right: 0px;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
}

.counter-block-two{
  position: relative;
  display: inline-block;
  text-align: left;
}

.counter-block-two .count-outer{
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 90px;
  font-weight: 400;
  margin-bottom: 6px;
}

.counter-block-two h3{
  font-weight: 400;
  color: #204669;
  line-height: 27px;
  margin: 0px;
}


/** funfact-style-three **/

.funfact-style-three{
  position: relative;
  padding: 104px 0px 72px 0px;
}

.funfact-style-three .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.funfact-style-three .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

.bg-color-4{
  background: #1b62db;
}

#content_block_11 .content-box .sec-title-two{
  margin-bottom: 15px;
}

#content_block_11 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 39px;
}

#content_block_11 .content-box .text p{
  color: #fff;
  margin: 0px;
}

#content_block_11 .content-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 200px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

#content_block_11 .content-box .video-btn a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
  z-index: -1;
}

#content_block_12 .content-box{
  position: relative;
  display: block;
}

.funfact-style-three #content_block_12 .content-box{
  margin-right: -100px;
  margin-top: 35px;
}

.counter-block-three{
  position: relative;
  padding-left: 105px;
  margin-bottom: 74px;
}

.counter-block-three .icon-box{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
}

.counter-block-three .count-outer{
  position: relative;
  display: block;
  font-size: 56px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.counter-block-three h3{
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
}




/** funfact-style-four **/

.funfact-style-four{
  position: relative;
  padding-bottom: 105px;
}

.funfact-style-four .pattern-layer{
  position: absolute;
  left: 0px;
  top: -100px;
  right: 0px;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
}

.counter-block-four{
  position: relative;
  display: inline-block;
  text-align: left;
}

.counter-block-four .count-outer{
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 90px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #222;
  margin-bottom: 10px;
}

.counter-block-four h3{
  font-weight: 400;
  line-height: 27px;
  color: #666666;
  margin-bottom: 0px;
}





.counter-block-four .count-outer {
  margin-left: -5px;
  color: #204669;
}

.counter-block-four h3 {
  font-size: 20px;
}

.counter-block-four .icon {
  position: absolute;
  top: 20px;
  left: 0;
}

.counter-block-four {
  display: block;
  padding-left: 114px;
}

.funfact-style-four.about-page-1 .auto-container {
  max-width: 1450px;
}

/** skills-section **/

.skills-section{
  position: relative;
  padding: 110px 0px;
}

.skills-section .image-box{
  position: relative;
  margin-right: 35px;
}

.skills-section .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.skills-section .image-box .anim-icon .icon-1{
  left: -30px;
  bottom: -30px;
  width: 68px;
  height: 68px;
}

.skills-section .image-box .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  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);
}

.skills-section .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.skills-section .image-box .image img{
  width: 100%;
}

.skills-section #content_block_13 .content-box{
  margin-left: 35px;
  margin-right: 40px;
}


/** skills-section **/

#content_block_13 .content-box {
  position: relative;
  display: block;
}

#content_block_13 .content-box .text {
  position: relative;
  margin-bottom: 33px;
}

#content_block_13 .content-box .progress-content h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 700;
  margin-bottom: 23px;
}

#content_block_13 .content-box .progress-content .progress-box {
  position: relative;
  margin-bottom: 20px;
}

#content_block_13 .content-box .progress-content .progress-box p {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #222;
  font-weight: 400;
  margin-bottom: 9px;
}

#content_block_13 .content-box .progress-content .progress-box:last-child {
  margin-bottom: 0px;
}

#content_block_13 .content-box .progress-content .progress-box .bar {
  position: relative;
  width: 100%;
  height: 5px;
  background: #eaeaea;
}

#content_block_13 .content-box .progress-content .progress-box .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 5px;
  -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_13 .content-box .progress-content .progress-box .count-text {
  position: absolute;
  top: -33px;
  right: 0px;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  color: #222;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

#content_block_13 .content-box .anim-icon .icon-1 {
  top: 40%;
  right: -80px;
  width: 60px;
  height: 60px;
}

#content_block_13 .content-box .anim-icon .icon-2 {
  left: -75px;
  top: -35px;
  width: 50px;
  height: 50px;
}

/** cta-style-two **/

.cta-style-two{
  position: relative;
  padding: 70px 0px;
}

.cta-style-two .sec-title-two{
  margin: 0px;
}

.cta-style-two .sec-title-two h2{
  margin-bottom: 6px;
}

.cta-style-two .sec-title-two h2:before{
  background: #fff;
}

.cta-style-two .sec-title-two h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
}

.cta-style-two .inner-box .btn-box{
  position: relative;
  margin-top: 13px;
}

.cta-style-two .inner-box .btn-box .theme-btn{
  font-size: 20px;
  border-radius: 5px;
  overflow: hidden;
  padding: 18px 40px;
}

.cta-style-two .pattern-layer{
  position: absolute;
  top: 0px;
  right: 200px;
  width: 283px;
  height: 100%;
  background-repeat: no-repeat;
}


/** team-section **/

.team-section{
  position: relative;
  padding: 95px 0px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 100px;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #063c83;
}

.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.2;
}

.team-block-one .inner-box .lower-content{
  position: relative;
  padding-top: 27px;
}

.team-block-one .inner-box .lower-content h3{
  margin-bottom: 0px;
}

.team-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #222;
}

.team-block-one .inner-box .lower-content h3 a:hover{

}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
}

.team-block-one .inner-box .lower-content .ovellay-box{
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0px;
  width: calc(100% - 30px);
  left: 15px;
  background: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  padding: 37px 15px 40px 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .lower-content .ovellay-box{
  top: -20px;
  opacity: 1;
  visibility: visible;
}

.team-block-one .inner-box .lower-content .ovellay-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 15px;
}

.team-block-one .inner-box .lower-content .ovellay-box .social-links{
  position: relative;
  display: block;
  padding-top: 7px;
}

.team-block-one .inner-box .lower-content .ovellay-box .social-links li:before{
  position: absolute;
  content: '';
  background: #cdd8e6;
  width: 1px;
  height: 22px;
  top: 2px;
  right: -17px;
}

.team-block-one .inner-box .lower-content .ovellay-box .social-links li:last-child:before{
  display: none;
}

.team-block-one .inner-box .lower-content .ovellay-box .social-links li a{
  display: inline-block;
  font-size: 15px;
  color: #bcbcbc;
}

.team-block-one .inner-box .lower-content .ovellay-box .social-links li a:hover{

}

.team-section .owl-theme .owl-dots{
  position: relative;
  display: block;
  text-align: center;
}

.owl-dot-style-one .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #dddddd;
  border-radius: 0px;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.owl-dot-style-one .owl-dots .owl-dot.active span,
.owl-dot-style-one .owl-dots .owl-dot span:hover{

}

.team-section .upper-box{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.team-section .upper-box .btn-box{
  position: relative;
  margin-top: 13px;
}

.team-section .upper-box .btn-box a{
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 27.5px;
  border-radius: 5px;
  z-index: 1;
}

.team-section .upper-box .btn-box a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.team-section .upper-box .btn-box a:after{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.team-section .upper-box .btn-box a:hover:before{
  left: 0px;
  width: 50%;
}

.team-section .upper-box .btn-box a:hover:after{
  right: 0px;
  width: 50%
}

.team-section .upper-box .btn-box a i{
  margin-right: 10px;
}

.team-section .upper-box .btn-box a:hover{
  color: #fff;
}

.team-block-one .inner-box .lower-content .ovellay-box{
  position: relative;
  top: -20px;
  opacity: 1;
  visibility: visible;
  }
  
  .team-block-one .inner-box .lower-content {
    padding: 0;
  }
  
  .team-block-one .inner-box .lower-content h3 a {
    color: #204669;
  }
  
  .team-block-one .inner-box {
    margin-bottom: 30px;
  }

/** team-style-two **/

.team-style-two{
  position: relative;
  padding: 104px 0px 105px 0px;
}

.team-style-two .sec-title-two{
  max-width: 510px;
  margin-bottom: 57px;
}

.team-block-two .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.team-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-two .inner-box .image-box img{
  width: 100%;
}

.team-block-two .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 50%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0.8;
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box:before{
  height: 100%;
}

.team-block-two .inner-box .image-box:after{
  position: absolute;
  content: '';
  width: 50%;
  height: 0%;
  right: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0.8;
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box:after{
  height: 100%;
}

.team-block-two .inner-box .image-box .social-links{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.team-block-two .inner-box:hover .image-box .social-links{
  opacity: 1;
}

.team-block-two .inner-box .image-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 20px;
}

.team-block-two .inner-box .image-box .social-links li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 1px;
  height: 22px;
  top: 2px;
  right: -20px;
  opacity: 0.8;
}

.team-block-two .inner-box .image-box .social-links li:last-child:before{
  display: none;
}

.team-block-two .inner-box .image-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

.team-block-two .inner-box .lower-content{
  position: relative;
  padding-top: 27px;
}

.team-block-two .inner-box .lower-content h3{
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.team-block-two .inner-box .lower-content h3 a{
  display: inline-block;
  color: #222;
}

.team-block-two .inner-box .lower-content h3 a:hover{

}

.team-block-two .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
}

.team-style-two .owl-nav{
  position: absolute;
  top: 35%;
  width: 100%;
}

.team-style-two .owl-nav .owl-prev,
.team-style-two .owl-nav .owl-next{
  position: absolute;
  display: inline-block;
  font-size: 14px;
  background: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.team-style-two .owl-nav .owl-prev{
  left: -95px;
}

.team-style-two .owl-nav .owl-next{
  right: -95px;
}

.team-style-two .owl-nav .owl-prev:hover,
.team-style-two .owl-nav .owl-next:hover{
  color: #fff;
}

.team-style-two .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 514px;
  height: 600px;
  background-repeat: no-repeat;
}

.team-style-two .anim-icon .icon-1 {
  left: 250px;
  bottom: 80px;
  width: 60px;
  height: 60px;
}

.team-style-two .anim-icon .icon-2 {
  right: 30%;
  top: 130px;
  width: 50px;
  height: 50px;
}