
/** testimonial-section **/

.testimonial-section{
  position: relative;
}

.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{
  position: relative;
  display: block;
}

.testimonial-block-one .inner-box .text-box{
  position: relative;
  display: block;
  background: #FFFFFF;
  /* box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1); */
  border-radius: 20px;
  padding: 35px 40px 35px 40px;
  margin-bottom: 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.testimonial-block-one .inner-box .text-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #FF8A00;
  margin: 0px 1px;
}

.testimonial-block-one .inner-box .text-box .rating{
  margin-bottom: 15px;
}

.testimonial-block-one .inner-box .text-box p{
  margin-bottom: 0px;
}

.testimonial-block-one .inner-box .thumb-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: -49px;
}

.testimonial-block-one .inner-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h3{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 6px;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
}

.testimonial-section .owl-nav{
  margin-top: 50px;
}

.testimonial-page-section .testimonial-block-one .inner-box .thumb-box{
  margin-bottom: -27px;
  top: 10px;
}

.testimonial-page-section .testimonial-block-one .inner-box .text-box p{
  margin-bottom: 20px;
}

.testimonial-page-section .testimonial-block-one .inner-box{
  margin-bottom: 40px;
}












































