﻿
.testimonial{
    margin:0 10px;
    position:relative;
}
.testimonial .testimonial-review{
    overflow: hidden;
    margin-bottom:25px;
    border-bottom:3px solid #077080;
    padding-bottom:36px;
    position:relative;
}
.testimonial .testimonial-review:after{
    content: "";
    border-bottom: 20px solid #077080;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: 0;
    left: 14%;
    color: #aaa;
    font-size: 20px;
}
.testimonial .pic{
    float: left;
}
.testimonial .pic img{
    width:100%;
    height: auto;
    border-radius:10px;
}
.testimonial .testimonial-title{
    color: #333;
    display: inline-block;
    font-size:19px;
    margin:40px 8px 15px;
    font-weight:bold;
    text-transform: uppercase;
}
.testimonial .testimonial-title > small{
    color:#077080;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.testimonial .description{
    color:#808080;
    text-align:left;
    font-size: 14px;
    line-height:24px;
    margin-top:10px;
}
.owl-theme .owl-controls{
    margin-top: 30px;
    float: left;
    display:none;
}
.owl-theme .owl-controls .owl-page span{
    background: #3e3e3e;
    display: block;
    height: 8px;
    margin: 5px 2.5px;
    width: 30px;
    border-radius: 0;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #077080;
}
@media screen and (max-width: 480px) {
    .testimonial .testimonial-title{
        font-size:13px;
        margin: 40px 10px 10px;
    }
}

