.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 {
  font-size: 38px;
  margin-bottom: 24px;
}
.acm-testimonials .testimonial-text {
  font-size: 19px;
  margin-bottom: 0;
  min-height: 120px;
  line-height: 1.618;
}
@media screen and (max-width: 767px) {
  .acm-testimonials .testimonial-text {
    min-height: 0;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acm-testimonials .testimonial-text {
    font-size: 19px;
    min-height: 140px;
  }
}
.acm-testimonials .author-info {
  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;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 28px;
  display: block;
  font-size: 15px;
}
.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-2 .item {
  margin: 0 auto;
  text-align: center;
}
.acm-testimonials.style-2 .item .fa {
  margin: 0 12px 0 0;
}
.acm-testimonials.style-2 .item .testimonial-text {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .acm-testimonials.style-2 .item .testimonial-text {
    font-size: 19px;
  }
}
.acm-testimonials.style-2 .item .author-info .author-image {
  border-radius: 50%;
  display: inline-block;
  height: 64px;
  margin-bottom: 12px;
  overflow: hidden;
  width: 64px;
}
.acm-testimonials.style-2 .item .author-info .author-image img {
  border-radius: 50%;
  height: 64px;
  width: 64px;
}
.acm-testimonials.style-2 .item .author-info .author-info-text {
  font-size: 13px;
  margin-bottom: 24px;
}
.acm-testimonials.style-2 .item .author-info .author-info-text .author-title {
  color: #428bca;
  font-size: 26px;
}
.acm-testimonials.style-2 .item .author-info .author-info-text span.author-name {
  color: #555555;
  font-weight: normal;
  font-size: 19px;
}
.acm-testimonials.style-2 .carousel-indicators {
  bottom: auto;
  margin-top: 48px;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}
.acm-testimonials.style-2 .carousel-indicators li {
  background: #999999;
  border-color: #999999;
  margin: 0 5px;
}
.acm-testimonials.style-2 .carousel-indicators li.active {
  background: #428bca;
  border-color: #428bca;
}