
#testimonial .fa.fa-quote-right{
    color:#D8B533;
    font-size:30px;
}

#testimonial  p{
    font-family: 'lato', sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
}

#testimonial img{
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid #ebebeb;
    object-fit: cover;
}

#testimonial .carousel-indicators  li {
    background-color: #6b6b6b;
    height: 13px;
    width: 13px;
    margin: 5px;
}

#testimonial .carousel-indicators li.active {
    background-color: #000;
}

#testimonial .carousel-indicators {
    bottom: -50px;
}

    
    