﻿ 

 
 
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #949BB7;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #ff6a00;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p {
    content: "\f10d";
    font-size:15px;
    float: left;
    margin-right: 10px;
}

.back_q{
    background-color:rgba(255, 255, 255, 0.68);
    border-radius:15px;
    
}
.item blockquote h5 {
    color:#949BB7;
    font-size:17px;
     
}








 
