/* Testimonial CSS */
 #testimonial-box{clear:both;margin-top:10px;position:relative; width:100%; height:auto;}
/*  .headline h2{padding-top: 10px; text-align: center; color:white; font-family: helvetica;} */





#testimonial-box:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/testimonial/testimonial.png"); 
     background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity : 0.5;
    z-index: -1;
}


.testimonial{
    margin: 0 15px;
}
.pic{
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}
.pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial-title {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.testimonial-review{
    background: #37a6a4;
    border-radius: 10px;
    padding: 25px;
    position: relative;
}
.testimonial-review:before{
    content: "";
    border-bottom: 20px solid #37a6a4;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    top: -15px;
    left: 46%;
}

.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #37a6a4;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #37a6a4;
}
@media screen and (max-width: 990px){
    .testimonial{
        margin: 0;
    }
}




