
/** 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;
  }
  

/** 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;
}




/** 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;
}

/** about-style-four **/

.about-style-four{
  position: relative;
  padding: 108px 0px 100px 0px;
}

.sec-title.style-four h5{
  padding-left: 35px;
}

.sec-title.style-four h5:before{
  width: 25px;
}

.about-style-four #content_block_13 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 38px;
}

.about-style-four #content_block_13 .content-box .text p{
  margin-bottom: 28px;
}

.about-style-four #content_block_13 .content-box .text p:last-child{
  margin-bottom: 0px;
}

.about-style-four #content_block_13 .content-box .progress-content .progress-box p{
  font-size: 14px;
  margin-bottom: 5px;
}

.about-style-four #content_block_13 .content-box .progress-content .progress-box{
  margin-bottom: 39px;
}

.about-style-four #content_block_13 .content-box .progress-content .progress-box:last-child{
  margin-bottom: 0px;
}

.about-style-four #content_block_13 .content-box{
  margin-right: 30px;
}

.about-style-four #content_block_13 .content-box .progress-content .progress-box .bar-inner{

}

.about-style-four #content_block_13 .content-box .progress-content .progress-box:nth-child(2) .bar-inner{
  
}

.about-style-four #content_block_13 .content-box .progress-content .progress-box:nth-child(3) .bar-inner{
  
}

.about-style-four #content_block_13 .content-box .progress-content .progress-box:last-child .bar-inner{
  
}

.about-style-four #content_block_13 .content-box .progress-content .progress-box .count-text{
  font-size: 16px;
}

.about-style-four #content_block_13 .content-box .progress-content .progress-box:nth-child(2) .count-text{
  
}

.about-style-four #content_block_13 .content-box .progress-content .progress-box:nth-child(3) .count-text{
  
}

.about-style-four #content_block_13 .content-box .progress-content .progress-box:last-child .count-text{
  
}

#image_block_four .image-box{
  position: relative;
  display: block;
  margin-left: 55px;
  margin-top: 44px;
}

#image_block_four .image-box .pattern-layer{
  position: absolute;
  top: 175px;
  right: -250px;
  width: 347px;
  height: 271px;
  background-repeat: no-repeat;
}

#image_block_four .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%, 0% 0%);
}

#image_block_four .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_four .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#image_block_four .image-box .image img{
  width: 100%;
}

/** 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;
}
/** service-style-five **/

.service-style-five{
  position: relative;
  padding: 103px 0px 110px 0px;
}

.service-style-five .sec-title{
  text-align: center;
  margin-bottom: 66px;
}

.service-style-five .tabs-box .tab-btn-box{
  position: relative;
  display: block;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 60px;
}

.service-style-five .tabs-box .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #666;
  padding: 15px 63px 15px 40px;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-style-five .tabs-box .tab-btn-box .tab-btns li.active-btn,
.service-style-five .tabs-box .tab-btn-box .tab-btns li:hover{
  color: #222;
}

.service-style-five .tabs-box .tab-btn-box .tab-btns li:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: -1px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.service-style-five .tabs-box .tab-btn-box .tab-btns li.active-btn:before,
.service-style-five .tabs-box .tab-btn-box .tab-btns li:hover:before{
  transform: scale(1,1);
}

.service-style-five .tabs-box .tab-btn-box .tab-btns li:last-child{
  padding-right: 0px;
}

.service-style-five .tabs-box .tab-btn-box .tab-btns li i{
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 30px;
  line-height: 30px;
  color: #666;
  transition: all 500ms ease;
}

.service-style-five .tabs-box .tab-btn-box .tab-btns li.active-btn i,
.service-style-five .tabs-box .tab-btn-box .tab-btns li:hover i{
  
}

.service-style-five .tabs-content .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 5px;
}

.service-style-five .tabs-content .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);
}

.service-style-five .tabs-content .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.service-style-five .tabs-content .image-box img{
  width: 100%;
  border-radius: 5px;
}

.service-style-five .tabs-content .content-box{
  position: relative;
  display: block;
  margin-left: 15px;
}

.service-style-five .tabs-content .content-box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 18px;
}

.service-style-five .tabs-content .content-box p{
  margin-bottom: 29px;
}

.service-style-five .tabs-content .content-box ul li{
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 25px;
}

.service-style-five .tabs-content .content-box ul li:last-child{
  margin-bottom: 0px;
}

.service-style-five .tabs-content .content-box ul li:before{
  position: absolute;
  content: "\f101";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 12px;
  left: 0px;
  top: 0px;
}













