.acm-testimonial.style-1 .testimonial-content {
  margin-left: -15px;
  margin-right: -15px;
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel {
  padding: 0;
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .owl-wrapper {
  display: flex !important;
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .owl-item {
  padding: 0 15px;
  position: relative;
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .owl-item:before {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .testimonial-item {
  background: #ffffff;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  padding: 45px 45px 90px 45px;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .acm-testimonial.style-1 .testimonial-content .owl-carousel .testimonial-item {
    padding: 25px 25px 90px 25px;
  }
}
.mod-bg-white .acm-testimonial.style-1 .testimonial-content .owl-carousel .testimonial-item {
  background: transparent;
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .testimonial-item .testimonial-img {
  position: relative;
  margin: -45px -45px 45px -45px;
}
@media (max-width: 767px) {
  .acm-testimonial.style-1 .testimonial-content .owl-carousel .testimonial-item .testimonial-img {
    margin: -25px -25px 25px -25px;
  }
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .testimonial-item .testimonial-img img {
  width: 100%;
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .testimonial-item .testimonial-img .label-highlight {
  bottom: -15px;
  background: #1b3060;
  border-radius: 4px;
  color: #ffffff;
  position: absolute;
  height: 30px;
  line-height: 30px;
  left: 50%;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  padding: 0 15px;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .testimonial-item h4 {
  margin-top: 0;
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .testimonial-item .action-link-icon {
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -15px;
}
.acm-testimonial.style-1 .testimonial-content .owl-carousel .testimonial-item.no-button {
  padding: 45px;
}
@media (max-width: 767px) {
  .acm-testimonial.style-1 .testimonial-content .owl-carousel .testimonial-item.no-button {
    padding: 25px;
  }
}
.acm-testimonial.style-1 .btn-action {
  text-align: center;
  margin-top: 60px;
}
.acm-testimonial.style-2 .owl-dots {
  justify-content: flex-start;
  margin-top: 25px;
  margin-left: 210px;
}
@media (max-width: 767px) {
  .acm-testimonial.style-2 .owl-dots {
    margin-left: 0;
  }
}
.acm-testimonial.style-2 .owl-dots .owl-dot.active {
  border-color: #ffffff;
}
.acm-testimonial.style-2 .testimonial-item-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .acm-testimonial.style-2 .testimonial-item-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.acm-testimonial.style-2 .testimonial-avatar {
  border-radius: 50%;
  height: 180px;
  overflow: hidden;
  margin-right: 30px;
  width: 180px;
}
@media (max-width: 767px) {
  .acm-testimonial.style-2 .testimonial-avatar {
    margin-bottom: 15px;
    height: 60px;
    width: 60px;
  }
}
.acm-testimonial.style-2 .testimonial-content {
  color: #333333;
  font-size: 24px;
  font-family: "PTRootUI", Helvetica, Arial, sans-serif;
  max-width: 615px;
}
@media (max-width: 767px) {
  .acm-testimonial.style-2 .testimonial-content {
    font-size: 20px;
  }
}
.acm-testimonial.style-2 .testimonial-info {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}
.acm-testimonial.style-2 .testimonial-info span {
  display: block;
  text-transform: none;
  font-size: 13px;
  margin-top: 6.25px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.t3-footer .acm-testimonial.style-2 .testimonial-content,
.t3-footer .acm-testimonial.style-2 .testimonial-info {
  color: #ffffff;
}
.acm-testimonial.style-3 {
  overflow: hidden;
}
.acm-testimonial.style-3 .section-title {
  margin: 0 auto 60px;
  text-align: center;
}
.acm-testimonial.style-3 .section-title h2 {
  font-weight: 400;
}
.acm-testimonial.style-3 .owl-stage-outer {
  overflow: visible;
}
.acm-testimonial.style-3 .testimonial-item-wrap .testimonial-item-inner {
  text-align: center;
}
.acm-testimonial.style-3 .testimonial-item-wrap .testimonial-item-inner .lead-desc {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 50px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .acm-testimonial.style-3 .testimonial-item-wrap .testimonial-item-inner .lead-desc {
    padding: 25px;
  }
}
.acm-testimonial.style-3 .testimonial-item-wrap .testimonial-item-inner .lead-desc:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
}
.acm-testimonial.style-3 .testimonial-item-wrap .testimonial-item-inner .testimonial-img img {
  border-radius: 50%;
  display: inline-block;
  width: auto;
}
.acm-testimonial.style-3 .testimonial-item-wrap .testimonial-item-inner h5 {
  margin: 15px 0 6px 0;
}