@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,700,600,500,300,200,100,800);

section{
    background:#fbfbfb;
}
h2 {
    color: #000000;
    word-spacing: 5px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

#testimonial{
    padding:80px 0px;
    color: rgb(126, 126, 126);
}

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

#testimonial  p{
    font-family: 'Raleway', sans-serif;
    margin-bottom:20px;
    margin-top:20px;
}

#testimonial img{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #5db4c0;
}

.carousel-testimonial-indicators {
    bottom: -25px !important;
    background: none!important;
}

.carousel-testimonial-indicators li {
    background: rgb(103, 218, 253) !important;
}

.carousel-testimonial-indicators li.active {
    background: rgb(70, 94, 120) !important;
}

/*#testimonial .carousel-indicators  li {*/
    /*background-color: #5db4c0;*/
    /*height: 13px;*/
    /*width: 13px;*/
    /*margin: 5px;*/
/*}*/

/*#testimonial .carousel-indicators li.active {*/
    /*background-color: #888383;*/
/*}*/

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