@charset "utf-8";
/* CSS Document */

 
.testimonial{
    text-align:justify;
}
.description{
    color:#656565;
 
    
    margin-bottom: 30px;
    padding:0px 11%;
    position: relative;
}
.description:before{
    content: "\f10d";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    top:-10px;
    left: 2%;
    color:#3498db;
    font-size: 30px;
}
.description:after{
    content: "\f10e";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    top:50px;
    right: 2%;
    color:#3498db;
    font-size: 30px;
}
.pic{
    width: 94px;
    height: 94px;
    margin: 0 auto;
}
.pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial-title{
    font-size: 18px;
    color:#333;
    font-weight: bolder;
    text-transform: capitalize;
}
.testimonial-title > small{
    display: block;
    color:#656565;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page span{
    background:none;
}
.owl-theme .owl-controls .owl-page span{
    background:none;
	display:none;
}
.owl-page{
	background:none !important;
}
@media screen and (max-width: 480px) {
    .description{
      
    }
    .description:before,
    .description:after{
        font-size: 25px;
    }
}