.testimonial{
    margin: 0 15px;
    overflow: hidden;
}
.demo
{
	padding: 0px 0;
	margin-top: -10px;
}
.heading-title
{
	margin-bottom: 60px;
    font-size: 30px;
    color: #55555;
    font-family: arial;
    font-weight: 400;
}
.testimonial .description{
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #666666;
    padding: 30px 20px;
    border: 1px solid #dddddd;
    border-left: 3px solid #05a945;
    background: #f4f4f4;
}

.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #f4f4f4;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    position: absolute;
    bottom: -11px;
    left: 65px;
    transform: skewY(-45deg);
}

.testimonial .pic{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 30px 10px;
    display: inline-block;
    border: 3px solid  #05a945;
}

.testimonial .pic img{
    width: 100%;
    height: auto;
}

.testimonial .testimonial-prof{
    text-transform: none;
    margin: 0 30px;
}

.testimonial .testimonial-prof h4{
    color: #666666;
    display: block;
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.testimonial .testimonial-prof small{
    display: block;
    font-size: 14px;
    color: #666666;
}

.owl-theme .owl-controls{
    margin-top:45px;
}

.owl-theme .owl-controls .owl-buttons div{
    border-radius: 0;
    background: #0b65ce;
    padding: 15px 20px;
    opacity: 1;
    border: 1px solid transparent;
    transition: all 0.30s linear 0s;
}

.owl-theme .owl-controls .owl-buttons div:hover{
    background: #0978bf;
    border: 1px solid ##0978bf;
}

.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: 'FontAwesome';
    color: #fff;
}

.owl-next:before{
    content: "\f054";
}

@media only screen and (max-width: 480px){
    .owl-theme .owl-controls{
        margin-top: 25px;
    }
}
@charset "utf-8";
/* CSS Document */

