
/** 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;
}