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