


#fade-quote-carousel.carousel .carousel-indicators > li {
    border: 2px solid;
    width: 12px;
    height: 12px;
    margin: 10px;

}

#fade-quote-carousel .testimonial_content {
    text-align: center;
}

#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

.carousel-indicators .active {

}


/*Custom Style*/

.profile-circle img {
    border-radius: 50%;
}

.profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    top: 50px;
    z-index: 2
}

.testimonial_content {
    padding-right:20px;
    margin: 30px 15px;
    font-size: 17.5px;
    position: relative;
    background: rgba(0, 56, 96, 0.71);
    z-index: 1;
    height: 220px;
    overflow: hidden;
    -webkit-box-shadow: 3px 5px 39px -7px rgba(82,82,82,1);
    -moz-box-shadow: 3px 5px 39px -7px rgba(82,82,82,1);
    box-shadow: 3px 5px 39px -7px rgba(82,82,82,1);
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

.testimonial_content i {
    z-index: 99999;
    color: #FFF !important;
    left: 10px;
    position: absolute;
    top: 10px;
    font-size: 30px;
}

.testimonial_content p {
    color: #FFF !important;
    padding:10px;
    font-size: 14px;
    text-align: left !important;
    font-style: italic;
}

.testimonial_content h5 {
    color: #FFF !important;
    font-size: 12px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align:right;
}


.testimonial_author h5 {
    font-size: 12px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align:right;
}

.testimonial_author p {
    color: #43a906;
    font-size: 12px;
    font-weight: 700;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 0px 5px 5px;
    border: 2px solid #fff;
    position: relative;
    top: 50px;
    margin:5px;
}

.carousel-indicators .active {
    margin: 0 0px 0px 5px;
}

