﻿@charset "utf-8";
/* CSS Document */

.testimonial{
    padding: 0 15px;
    text-align: center;
}

.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 25px;
    overflow: hidden;
}

.testimonial .pic img{
    width: 100%;
    height: auto;
}

.testimonial .description {
    padding: 0 0px;
    text-align: justify;
    font-size: 13px;
	 font-family: 'Open Sans', sans-serif;  
    color: #222;
    line-height: 20px;
}
.testimonial .testimonial-title{
    font-size: 18px;
    letter-spacing: 1px;
    color: #63a537;
	text-align: left;
    text-transform: uppercase;
    position: relative;
}
.testimonial h5 {
    font-size: 13px;
    letter-spacing: 1px;
    color: #777;
    text-align: left;
}



/*.testimonial .testimonial-title:after{
    content: "\f10d";
    font-family: 'FontAwesome';
    display: inline-block;
    width: 100%;
    font-size: 40px;
    color: #54478a;
    margin-top: 30px;
}
*/
.owl-theme .owl-controls .owl-page span{
    display: none;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: #f3904d;
    margin: 5px 7px;
    opacity: 0.5;
}





