.section-inner {
  background-size: cover;
  background-position: center center;
}
.acm-testimonials {
  text-align: center;
}
.acm-testimonials .carousel-inner .item {
  padding: 0 96px;
}
@media screen and (max-width: 991px) {
  .acm-testimonials .carousel-inner .item {
    padding: 0 24px;
  }
}
.acm-testimonials .fa {
  color: #333333;
  font-size: 36px;
  margin-bottom: 24px;
}
.acm-testimonials .testimonial-text {
  color: #333333;
  font-size: 27px;
  margin-bottom: 0;
  min-height: 120px;
  line-height: 1.715;
}
@media screen and (max-width: 767px) {
  .acm-testimonials .testimonial-text {
    min-height: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acm-testimonials .testimonial-text {
    font-size: 18px;
    min-height: 140px;
  }
}
.acm-testimonials .author-info {
  color: #999999;
  margin-top: 24px;
}
.acm-testimonials .carousel-control {
  background: none;
  width: auto;
  bottom: auto;
  top: 50%;
  margin-top: -16px;
  text-shadow: none;
}
.acm-testimonials .carousel-control .fa {
  margin-bottom: 0;
  border: 2px solid #333333;
  color: #333333;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 28px;
  display: block;
  font-size: 14px;
}
.ie8 .acm-testimonials.style-6 div.carousel .carousel-inner .item {
  display: none;
}
.ie8 .acm-testimonials.style-6 div.carousel .carousel-inner .item.active {
  display: block;
}
.acm-testimonials.style-1 .item {
  margin: 0 auto;
  text-align: left;
  background: #ffffff;
  padding: 0 24px 24px;
}
@media (max-width: 767px) {
  .acm-testimonials.style-1 .item {
    padding: 0;
  }
}
.acm-testimonials.style-1 .item .fa {
  margin: 0 12px 0 0;
}
.acm-testimonials.style-1 .item .testimonial-text {
  font-size: 14px;
  min-height: 0;
  margin-bottom: 12px;
}
.acm-testimonials.style-1 .item .author-image {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 50%;
  left: 50%;
  margin: 0 auto;
  overflow: hidden;
  width: 72px;
  height: 72px;
}
.acm-testimonials.style-1 .item .author-image img {
  width: 100%;
}
.acm-testimonials.style-1 .item .author-info {
  font-size: 18px;
  text-align: center;
}
.acm-testimonials.style-1 .item .author-info .author-info-text {
  letter-spacing: 1px;
}
.acm-testimonials.style-1 .item .author-info .author-info-text span.author-name {
  font-weight: 700;
  font-style: italic;
}
.acm-testimonials.style-1 .item .author-info .testimonial-text {
  font-size: 22px;
  padding: 0 15%;
}
@media (max-width: 767px) {
  .acm-testimonials.style-1 .item .author-info .testimonial-text {
    font-size: 14px;
    padding: 0;
  }
}
.acm-testimonials.style-1 .testimonial-content {
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .acm-testimonials.style-1 .testimonial-content {
    padding: 24px;
  }
}
.acm-testimonials.style-1 .carousel-control {
  left: 0;
  right: auto;
  top: 0;
  margin-top: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
.acm-testimonials.style-1 .carousel-control.right {
  margin-top: 42px;
}
.acm-testimonials.style-1 .carousel-control .fa {
  border-radius: 0;
  background: #01579b;
  color: #ffffff;
  border: 0;
  line-height: 32px;
}
.acm-testimonials.style-1 .carousel-indicators {
  bottom: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}
.acm-testimonials.style-1 .carousel-indicators li {
  background: #999999;
  border-color: #999999;
  margin: 0 5px;
}
.acm-testimonials.style-1 .carousel-indicators li.active {
  background: #01579b;
  border-color: #01579b;
}