.testimonial{
    margin: 0 15px;
    overflow: hidden;
	
	border-radius:20px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.testimonial  h3{
    font-family: 'Montserrat', sans-serif;
	font-weight:600;
	color:#ca3032;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:0px;
}
.testimonial .socialMedia{
	padding-top:20px;
	color:#aeaeae;
}
.testimonial i{
	padding-right:5px;
	padding-left:5px;
}

.demo
{
	padding: 100px 0;
}
.heading-title
{
	margin-bottom: 100px;
        color: #fff;
}
.testimonial .description{
	width:80%;
	margin-left:auto;
	margin-right:auto;
    position: relative;
    font-size: 0.8em;
    line-height: 20px;
    color: #6b6b6b;
   font-weight:400;
	font-family: 'Montserrat', sans-serif;
}

/*.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: 200px;
    height: 200px;
    border-radius: 120%;
    overflow: hidden;
    display: inline-block;
    border: 12px solid  #f5f5f5;
}

.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:15px;	
}

.owl-theme .owl-controls .owl-buttons div{
    border-radius: 0;
    background: #e5e6e6;
    padding: 12px;
    opacity: 1;
    border: 1px solid transparent;
    transition: all 0.30s linear 0s;
}

.owl-theme .owl-controls .owl-buttons div:hover{
    background: transparent;
    border: 1px solid #a7a9ac;
}

.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: 'FontAwesome';
    color: #aeaeae;
	font-weight:100;
	font-size:1em;
}

.owl-next:before{
    content: "\f054";
}

@media only screen and (max-width: 480px){
.owl-controls{
        margin-top: 5px;
		
    }
	.owl-theme .owl-controls .owl-buttons div{
		display:none;
	}
	.testimonial{
    margin: 0 0px;
    overflow: hidden;
	
	border-radius:20px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	
}
}


