@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan|Francois+One|Open+Sans+Condensed:300|Raleway|Ubuntu|Righteous');
.testimonial{
    margin: 0 15px;
    overflow: hidden;
	background-color:#fff;
	border-radius:8px;
	border:1px solid #aeaeae;
}
.demo
{
	padding: 100px 0;
}
.heading-title
{
	margin-bottom: 100px;
        color: #fff;
}
.testimonial .description{
    position: relative;
    font-size: 1em;
    line-height: 26px;
    color: #fff;
    padding: 30px 20px;
}

/*.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #3d3d3d;
    border-bottom: 1px solid #767070;
    border-left: 1px solid #767070;
    position: absolute;
    bottom: -11px;
    left: 65px;
    transform: skewY(-45deg);
}
*/
.testimonial .pic{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 30px 10px;
    display: inline-block;
    border: 2px solid  #aeaeae;
}
.testimonial h2{
	margin:0px;
	padding:0px;
	font-family: 'Righteous', cursive;
	color:#434343;
}
.testimonial p{
	margin-left:10%;
	margin-right: 10%;
	font-family: 'calibri';
	color:#333333;
}
.testimonial ul{
	
	margin:0px;
	padding:0px;
	list-style-type: none;
	font-family: 'calibri';
	padding-bottom: 15px;
}
.testimonial ul li{
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px dotted #aeaeae;
	padding-top:8px;
	padding-bottom:8px;
	margin-left:10%;
	margin-right: 10%;
	color:#345392;
}
.testimonial ul li a{
	text-decoration: none;
	color:#e3000f;
}
.testimonial ul li:last-child{
	border-bottom:none;
	color:#e3000f;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}

.testimonial .testimonial-prof{
    text-transform: capitalize;
    margin: 0 30px;
}

.testimonial .testimonial-prof h4{
    color: #ffc33c;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.testimonial .testimonial-prof small{
    display: block;
    font-size: 14px;
    color: #fff;
}

.owl-theme .owl-controls{
    margin-top:12px;
}

.owl-theme .owl-controls .owl-buttons div{
	border-radius: 0;
	background: #434343;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:18px;
	padding-right:18px;
	opacity: 1;
	border: 1px solid transparent;
	transition: all 0.30s linear 0s;
}

.owl-theme .owl-controls .owl-buttons div:hover{
    
    border: 1px solid #aeaeae;
	color:#434343;
}

.owl-prev:before,
.owl-next:before{
    content: "<<";
    font-family: 'Righteous', cursive;
    color: #fff;
}

.owl-next:before{
    content: ">>";
}

@media only screen and (max-width: 480px){
    .owl-theme .owl-controls{
        margin-top: 25px;
    }
}
@charset "utf-8";
/* CSS Document */

