.testimonial-carousel.owl-theme .owl-dots {
  margin-top: 20px;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #c2b59b;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  width: 10px;
  height: 10px;
  border: 2px solid #c2b59b;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #c2b59b;
}
