/* =================================================== */
/* ========== TESTIMONIALS   ===================== */
/* =================================================== */
.service-box {
  margin-bottom: 40px;
}
.service-boxes {
  margin-bottom: 40px;
  background: #28146f;
    min-height: 127px;
    padding: 4px 4px 4px 4px;
    
}
.service-icons {
    margin: 4px 20px 20px 8px;
    float: left;
    background: #fff;
    padding: 0.3em;
    border-radius: 50%;
}
.service-icon {
    float: left;
    background: #fff;
    padding: 0.5em;
    border-radius: 17%;
} 

.service-desc h5 {
  margin-bottom: 10px;
}

.testimonials {
  background-color: #3d3f95;
}
.carousel {
  margin: 50px auto;
}
.carousel .item {
  color: #fff;
  overflow: hidden;
    min-height: 120px;
  font-size: 17px;
}

.carousel .media img {
  width: 60%;
    height: 60%;
    margin: auto;
    display: block;
    border-radius: 50%;
    background: #fff;
    border: 10px solid #eee;
    padding: 10px 20px;
}
.carousel .testimonial {
  /*padding: 0 15px 0 60px ;*/
  position: relative;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #eeeeee;
}
.carousel .carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 18px;
    height: 18px;
  border-radius: 50%;
  margin: 1px 3px;
}
.carousel-indicators li { 
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
  color: #fff;
    background: #1c47e3;    
    border: 5px double;    
}
/*
.testimonials .quote-icon img {
  height: 168px;
  width: 168px;
  margin-left: -12px;
}
.testimonials .lead {
  color: white;
  padding-top: 24px;
}
.testimonials cite {
  color: #ecf0f1;
  font-size: 18px;
  font-weight: 300;
}
.testimonials cite a {
  color: #ecf0f1;
  border-bottom: dotted 1px #ecf0f1;
}

.testimonials {
    text-align: center;
  }
  .testimonials .quote-icon {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .testimonials img {
    margin-left: auto;
  }*/