
/** clients-section **/

.clients-section{
  border-top: 1px solid #d8d8df;
}

.clients-section .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  opacity: 0.3;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section .clients-logo-box img:hover{
  opacity: 1;
}/** testimonial-section **/

.testimonial-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-block-one .inner-box .designation{
  text-transform: uppercase;
}

.testimonial-block-one .inner-box .testimonial-thumb{
  margin-bottom: -50px;
}

.testimonial-block-one .inner-box .testimonial-thumb img{
  border-radius: 50%;
}

.testimonial-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  left: 0px;
  right: 0px;
  bottom: -10px;
  transform: scaleX(0);
  transition: all 500ms ease;
}

.testimonial-block-one .inner-box:hover:before{
  transform: scaleX(1);
}

.testimonial-section .pattern-layer{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}/** cta-section **/

.cta-section .theme-btn:before{
  background: #222;
}

.cta-section .pattern-layer{
  width: 433px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}