/*================================================================================================
	  Testimonial Area
==================================================================================================*/

.testimonial-area.style-3 {
  background: #f3f7fe;
}
.testimonial-area.style-3 .section-head-sm-title {
  font-size: 16px;
  margin-left: 0;
  font-weight: 400;
}
.testimonial-area.style-3 .testimonial-single {
  background: #fff;
  padding: 32px 24px;
  text-align: center;
}
.testimonial-area.style-3 .testimonial-rattings-list li {
  display: inline-block;
  margin-right: 8px;
}
.testimonial-area.style-3 .testimonial-rattings-list li:last-child {
  margin: 0;
}
.testimonial-area.style-3 .testimonial-rattings-list li img {
  width: 16px;
  height: 16px;
}
.testimonial-area.style-3 .testimonial-img img {
  width: 94px !important;
  height: 94px;
  object-fit: cover;
  border-radius: 100%;
  display: inline-block !important;
  max-width: 94px;
}
.testimonial-area.style-3 .testimonial-content-info {
  margin-top: 14px;
}
.testimonial-area.style-3 .testimonial-info-name {
  font-size: 20px;
  font-weight: 600 !important;
  margin-bottom: 2px;
}
.testimonial-area.style-3 .testimonial-info-label {
  font-size: 14px;
  color: var(--primary-color);
  margin: 0;
}
.testimonial-area.style-3 .testimonial-single-bottom {
  margin-top: 24px;
}
.testimonial-area.style-3 .testimonial-single-top i {
  font-size: 54px;
  line-height: 30px;
  color: var(--primary-color);
  margin-bottom: 12px;
  display: inline-block;
}
.testimonial-area.style-3 .testimonial-content-text {
  line-height: 140% !important;
  margin-bottom: 12px;
}
.testimonial-area.style-3 .testimonial-slider-inner {
  margin-top: 40px;
}

/* Slider Dot */
.testimonial-area.style-3 .owl-dots {
  position: relative;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  line-height: 4px;
  margin-top: 32px;
}
.testimonial-area.style-3 .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0;
  margin-right: 6px;
  background: var(--primary-color) !important;
  opacity: 0.4;
  display: block;
  border-radius: 100%;
  transition: all 0.4s ease;
}
.testimonial-area.style-3 .owl-theme .owl-dots .owl-dot.active span,
.testimonial-area.style-3 .owl-theme .owl-dots .owl-dot span:hover {
  background: var(--primary-color) !important;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .testimonial-area.style-3 .section-head-big-title::before {
    top: initial;
    left: 50%;
    bottom: -1.5px;
    margin-left: -24px;
  }
}
/*================================================================================================
	  End Testimonial Area
==================================================================================================*/
