/* Carousel */

#quote-carousel {
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #eee;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 220px;
}
#quote-carousel .carousel-control.left {
    left: -45px;
}
#quote-carousel .carousel-control.right {
    right: -45px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: 100%;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 4px;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #2a878b;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: white;
    border-color: white;
    opacity: 1;
    overflow: hidden;
}
.about.carousel-inner {
    min-height: 300px;
    padding: 0px !important;
    margin: 0px !important;
    left: 0;
    border-radius: 4px;
    background-color: #1f7e84;
}
.item blockquote {
    width: 100% !important;
    border-left: none;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Noto Sans', sans-serif;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    font-size: 24px;
    float: left;
    margin-right: 10px;
}
.item blockquote small{
    padding-top: 10px;
    color: white;
}
.item, .item.active{
    padding: 0 !important;
    margin: 0 !important;
}
.about_slider{
    background-color: white;
}
#quote-carousel h4{
    padding-left: 15px;
    padding-top: 20px;
}
#quote-carousel h5{
    padding-top: 10px;
}
.quote-img{
    width: 80px !important;
    float: left;
    margin: 10px 10px 20px 0px;
}