
/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 140px 0px 125px 0px;
}

.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;
  background: #F6F9FF;
  border: 10px solid #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  padding: 40px 30px 62px 40px;
}

.testimonial-block-one .inner-box .icon-box{
  position: absolute;
  top: 50px;
  right: 50px;
}

.testimonial-block-one .inner-box .author-box{
  position: relative;
  display: block;
  padding: 2px 0px 3px 130px;
  margin-bottom: 22px;
}

.testimonial-block-one .inner-box .author-box .author-thumb{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  border: 5px solid var(--theme-color);
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.05));
}

.testimonial-block-one .inner-box .author-box .author-thumb img{
  width: 100%;
}

.testimonial-block-one .inner-box .author-box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-color);
  margin-bottom: 6px;
}

.testimonial-block-one .inner-box .author-box .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #212121;
  margin-right: 8px;
}

.testimonial-block-one .inner-box .author-box .rating li:last-child{
  margin: 0px !important;
}

.testimonial-section .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 35px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  margin: 0px 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot span:hover{
  border-color: #fff !important;
  background: var(--secondary-color) !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.testimonial-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 406px;
  height: 666px;
  background-repeat: no-repeat;
}

.testimonial-section .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 505px;
  height: 633px;
  background-repeat: no-repeat;
}

.testimonial-section.home-4{
  background: #F6F9FF;
}














































