
/** 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;
  }
  
/** feature-section **/

.feature-section{
  position: relative;
  padding-bottom: 130px;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 80px;
}

.feature-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.feature-block-one .inner-box .image-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.feature-block-one .inner-box:hover .image-box::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.feature-block-one .inner-box .image-box img{
  width: 100%;
}

.feature-block-one .inner-box .lower-content{
  position: relative;
}

.feature-block-one .inner-box .lower-content .inner{
  position: absolute;
  display: block;
  overflow: hidden;
  top: -20px;
  width: calc(100% - 30px);
  left: 15px;
  background: #fff;
  text-align: center;
  padding: 32px 15px 36px 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  z-index: 2;
}

.feature-block-one .inner-box .lower-content .inner:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  right: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .lower-content .inner:before{
  height: 100%;
}

.feature-block-one .inner-box:hover .lower-content .inner{
  padding-bottom: 66px;
}

.feature-block-one .inner-box .lower-content .inner h3{
  margin-bottom: 0px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .lower-content .inner h3{
  color: #fff;
}

.feature-block-one .inner-box .lower-content .inner a{
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 33px;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
}

.feature-block-one .inner-box:hover .lower-content .inner a{
  opacity: 1;
}

.feature-block-one .inner-box .lower-content .inner a span{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.feature-block-one .inner-box .lower-content .inner a i{
  font-size: 12px;
  color: #fff;
  margin-left: 7px;
}






/** feature-style-two **/

.feature-style-two{
  position: relative;
  padding: 110px 0px;
}

.feature-block-two .inner-box{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 44px;
}

.feature-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: -webkit-linear-gradient(90deg, rgba(4,23,48,1) 50%, rgba(4,23,48,0.6) 100%);
}

.feature-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .image-box img{
  opacity: 0.2;
}

.feature-block-two .inner-box .overlay-box{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 15px 25px;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .overlay-box{
  opacity: 1;
}

.feature-block-two .inner-box .overlay-box p{
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.feature-block-two .inner-box:hover .overlay-box p{
  transform: translateY(0px);
  opacity: 1;
}

.feature-block-two .inner-box .lower-content{
  position: relative;
}

.feature-block-two .inner-box .lower-content h4{
  font-weight: 400;
}

.feature-block-two .inner-box .lower-content h4 a{
  color: #222;
}

.feature-block-two .inner-box:hover .lower-content h4 a{
  color: #fff;
}

.feature-block-two .inner-box .lower-content .inner {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -26px;
  width: calc(100% - 30px);
  left: 15px;
  background: #fff;
  text-align: center;
  padding: 20px 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.feature-block-two .inner-box .lower-content .inner:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .lower-content .inner:before{
  top: 0px;
  height: 100%;
  opacity: 1;
}


/** info-section **/

.info-section{
  position: relative;
  padding: 100px 0px;
}

.info-section .title-inner{
  position: relative;
  padding-left: 250px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  min-height: 180px;
}

.info-section .title-inner .year-box{
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  max-width: 220px;
  width: 100%;
  text-align: center;
  padding: 27px 15px 29px 15px;
}

.info-section .title-inner .year-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 180px;
  overflow: hidden;
}

.info-section .title-inner .year-box h2{
  position: relative;
  font-size: 110px;
  line-height: 94px;
  font-weight: 700;
}

.info-section .title-inner .year-box h3{
  font-size: 22px;
  line-height: 30px;
  color: #204669;
  text-transform: uppercase;
  font-weight: 400;
}

.info-section .title-inner .title h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #222;
}

.info-section .title-inner .title h2 span{

}

.info-section .text-column .text p{
  margin-bottom: 22px;
}

.info-section .text-column .text a{
  position: relative;
  display: inline-block;
}

.info-section .text-column .text a i{
  position: relative;
  font-size: 12px;
  margin-right: 10px;
}

.info-section .text-column .text a span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #222;
  font-weight: 700;
  border-bottom: 1px solid #222;
  transition: all 500ms ease;
}

.info-section .text-column .text a:hover span{

}

.info-section .text-column .text{
  position: relative;
  display: block;
  margin-top: 18px;
}


/** info-style-two **/

.info-style-two{
  position: relative;
  padding: 72px 0px;
}

#video_block_two .video-content{
  position: relative;
  display: block;
}

.info-style-two #video_block_two .video-content{
  margin-right: 55px;
  margin-top: -112px;
}

#video_block_two .video-inner{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 190px 0px 230px 0px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%, 0% 0%);
}

#video_block_two .video-inner: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);
}

#video_block_two .video-inner:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#video_block_two .video-content .pattern-layer{
  position: absolute;
  left: -210px;
  top: 140px;
  width: 283px;
  height: 363px;
  background-repeat: no-repeat;
}

#video_block_two .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 135px;
  height: 135px;
  line-height: 135px;
  text-align: center;
  background: rgba(255,255,255,0.9);
  font-size: 30px;
  border-radius: 50%;
}

#video_block_two .video-inner .video-btn a:after, 
#video_block_two .video-inner .video-btn a:before {
  width: 135px;
  height: 135px;
  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(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#video_block_two .video-inner .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

#content_block_seven .content-box{
  position: relative;
}

#content_block_seven .content-box .info-list{
  position: relative;
  display: block;
  margin-bottom: 28px;
}


#content_block_seven .content-box .info-list li{
  position: relative;
  display: block;
  padding-left: 90px;
  padding-bottom: 29px;
  margin-bottom: 27px;
  border-bottom: 1px dashed #5e5588;
}

#content_block_seven .content-box .info-list li:last-child{
  margin-bottom: 0px;
}

#content_block_seven .content-box .info-list li i{
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 70px;
  line-height: 70px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content_block_seven .content-box .info-list li h3{
  color: #fff;
  margin-bottom: 14px;
}

#content_block_seven .content-box .info-list li p{
  color: #8c86aa;
}

#content_block_seven .content-box .support-box p{
  color: #8c86aa;
  margin-bottom: 6px;
}

#content_block_seven .content-box .support-box .box{
  position: relative;
  padding-left: 90px;
}

#content_block_seven .content-box .support-box .box i{
  position: absolute;
  left: 0px;
  top: 13px;
  font-size: 70px;
  line-height: 70px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content_block_seven .content-box .support-box .box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
}

#content_block_seven .content-box .support-box .box h3 a{
  display: inline-block;
  color: #fff;
}

#content_block_seven .content-box .support-box .box h3 a:hover{
  text-decoration: underline;
}


/** 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;
}

/** support-section **/

.support-section{
  position: relative;
  margin-bottom: -663px;
}

.support-section .inner-container{
  position: relative;
  margin-top: -169px;
  z-index: 1;
}

.support-section .inner-container .inner-box{
  position: relative;
  display: block;
  margin-right: 10px;
  padding: 73px 80px 80px 80px;
}

.support-section .inner-container .inner-box .sec-title p{
  color: #fff;
}

.support-section .inner-container .inner-box .submit-form .form-group{
  position: relative;
  margin-bottom: 25px;
}

.support-section .inner-container .inner-box .submit-form .form-group:last-child{
  margin-bottom: 0px;
}

.support-section .inner-container .inner-box .submit-form .form-group input[type='text'],
.support-section .inner-container .inner-box .submit-form .form-group input[type='email'],
.support-section .inner-container .inner-box .submit-form .form-group textarea{
  position: relative;
  width: 100%;
  height: 55px;
  background: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #fff;
  transition: all 500ms ease;
}

.support-section .inner-container .inner-box .submit-form .form-group textarea{
  display: block;
  height: 168px;
  resize: none;
}

.support-section .inner-container .inner-box .submit-form .form-group input:focus,
.support-section .inner-container .inner-box .submit-form .form-group textarea:focus{

}

.support-section .inner-container .inner-box .submit-form .form-group button{
  display: block;
  width: 100%;
  padding: 12.5px 30px;
  text-transform: uppercase;
}

.support-section .inner-container .inner-box .sec-title{
  margin-bottom: 39px;
}

.support-section .inner-container .inner-box .sec-title h2{
  margin-bottom: 14px;
}

.support-section .inner-container .info-inner{
  position: relative;
  display: block;
  margin-left: -42px;
}

.support-section .inner-container .info-inner .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.support-section .inner-container .info-inner .image-box img{
  width: 100%;
}

.support-section .inner-container .info-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);
}

.support-section .inner-container .info-inner .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.support-section .inner-container .info-inner .info-box{
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
  padding: 45px 30px 44px 30px;
}

.support-section .inner-container .info-inner .info-box .info-logo{
  position: absolute;
  right: -50px;
  bottom: 25px;
}

.support-section .inner-container .info-inner .info-box .icon-box{
  position: relative;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 34px;
}

.support-section .inner-container .info-inner .info-box h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}

.support-section .inner-container .info-inner .info-box h2 a{
  display: inline-block;
  color: #fff;
}

.support-section .inner-container .info-inner a:hover{
  text-decoration: underline;
}

.support-section .inner-container .info-inner .info-box .email{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.support-section .inner-container .info-inner .info-box .email a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.support-section .inner-container .info-inner .info-box .list-item li{
  position: relative;
  display: inline-block;
  margin: 0px 1px;
  font-size: 18px;
  color: #fff;
}

.support-section .inner-container .info-inner .info-box .list-item li a{
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
