.aoe-title{
  text-transform: uppercase;
      text-align: center;
    font-weight: 600;
    color: #19b5fe;
}

.testimonials-title {
    text-align: center;
    margin-bottom: 10px;
}
.testimonials-title h2{color:#fff;}

/*=================================================== TESTIMONIALS SECTION ==========================================================*/

.testimonials-section{
  padding: 50px 0px 50px 0px;
  background-color:#383838;
}


/*-------------------------------------------------------- Carousel ----------------------------------------------------------*/
.col-center {
  margin: 0 auto;
  float: none !important;
}
.carousel {
  margin: 20px auto;
  padding: 0 100px;
}
.carousel .item {
  color: #999;
  font-size: 14px;
    text-align: center;
  overflow: hidden;
    min-height: 160px;
}
.carousel .item .img-box {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.carousel .testimonial {
  padding: 20px 0 20px;
  color: #fff;
  font-size:16px;
}

.carousel-inner {
    text-align: center;
}


.carousel .overview { 
    font-size: 18px;
    margin-bottom: 5px;
}

.carousel .overview{
  color: #1a76d1;
font-size: 18px;
}

.company-name{
    color: #d4d4d4;
}

.carousel .carousel-control {
  width: 0px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
  background: none;
}
.carousel-control i {
    font-size: 46px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: #d0d0d0;
}
.carousel .carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}
.carousel-indicators li { 
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {  
  background: #555;   
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

.testimonial span{
    font-size: 62px;
    position: absolute;
    top: 57%;
    left: 0;
    font-family: 'Emblema One', cursive;
    color: #333;
}

.carousel-control-prev span{
    position: absolute;
    font-size: 14px;
    top: 29%;
    left: 20px;
    color: #89c4f4;
    text-shadow: none;
    font-weight: bolder;
}

.carousel-control-next span{
    position: absolute;
    font-size: 14px;
    top: 29%;
    right: 20px;
    color: #89c4f4;
    text-shadow: none;
    font-weight: bolder;
}

@media only screen and (max-width: 768px) {
.carousel {
    margin: 20px auto;
    padding: 0 50px;
}
.carousel .testimonial {
    padding: 20px 0 20px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
height: auto;
padding-top: 0px!important;
}
.company-name {
    position: relative;
    margin-top: 0px;
    font-style: italic;
    margin-left: -20px;
left: 0%!important;
    font-size: 14px!important;

}
.carousel .overview {
    font-size: 16px;
}
.testimonials {
    padding-bottom: 0px!important;


}

/*-------------------------------------------------------- Carousel ----------------------------------------------------------*/

/*=================================================== END TESTIMONIALS SECTION ==========================================================*/