.acm-testimonial.style-1 .owl-dots {
  margin-top: 6px;
}
.acm-testimonial.style-1 .owl-dots > div {
  background: #000;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  margin: 0 4px;
  height: 6px;
  width: 6px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.acm-testimonial.style-1 .owl-dots > div.active,
.acm-testimonial.style-1 .owl-dots > div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.acm-testimonial.style-1 .owl-dots > div.active {
  height: 8px;
  width: 8px;
  position: relative;
  top: 1px;
}
.acm-testimonial.style-1 .testimonial-content {
  color: #111111;
  font-size: 24px;
 /* font-family: 'Butler', "Times New Roman", Times, serif;*/
 /* max-width: 560px;*/
 width:100%;
}
@media (max-width: 767px) {
  .acm-testimonial.style-1 .testimonial-content {
    font-size: 18px;
  }
}
.acm-testimonial.style-1 .testimonial-info {
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 32px;
}
.acm-testimonial.style-1 .testimonial-info span {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.t3-footer .acm-testimonial.style-1 .testimonial-content,
.t3-footer .acm-testimonial.style-1 .testimonial-info {
  color: #ffffff;
}