/**** CUSTOM PLUGIN CSS ****/
.style-6 .testimonial .pic{
    width: 22%;
    padding: 20px 0;
    margin: 0 2% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}
.style-6 .testimonial .pic:before,
.style-6 .testimonial .pic:after{
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    z-index: -1;
}
.style-6 .testimonial .pic:before{
    top: 0;
    right: -19px;
}
.style-6 .testimonial .pic:after{
    bottom: 0;
    left: -19px;
}
.style-6 .testimonial .pic img{
    width: 100%;
    height: auto;
}
.style-6 .testimonial .testimonial-content{
    width: 70%;
    float: right;
}
.style-6 .testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #6c6a6a;
    margin: 0;
    text-transform: uppercase;
    padding-top: 65px;
    padding-left: 15px;
}
.style-6 .testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #6c6a6a;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 10px;
}
.style-6 .testimonial .description{
    font-size: 16px;
    color: #6c6a6a;
    padding: 0 15px;
    margin: 0;
    position: relative;
}
.style-6 .testimonial .description:before,
.style-6 .testimonial .description:after{
    font-family: "FontAwesome"; font-weight: 900;
    font-size: 17px;
    position: relative;
}
.style-6 .testimonial .description:before{
    content: "\f10d";
    margin-right: 15px;
    top: 0;
    left: 0;
}
.style-6 .testimonial .description:after{
    content: "\f10e";
    margin-left: 15px;
    position: relative;
    bottom: 0;
    right: 0;
}
.style-6 .owl-next{
	right: 0px;
}
.style-6 .owl-prev{
	left: 0px;
}
@media only screen and (max-width: 990px){
    .style-6 .testimonial{ text-align: center; }
    .style-6 .testimonial .pic{
        width: 200px;
        margin: 0 auto;
        float: none;
    }
    .style-6 .testimonial .pic:before,
    .style-6 .testimonial .pic:after{
        width: 80px;
        height: 100px;
    }
    .style-6 .testimonial .testimonial-content{
        width: 100%;
        float: none;
    }
    .style-6 .testimonial .title{
        padding: 15px 0 0 0;
    }
    .style-6 .testimonial .post{
        padding: 0;
        margin-bottom: 10px;
    }
    .style-6.owl-theme .owl-controls{
        width: 100%;
        position: static;
        text-align: center;
    }
    .style-6.owl-theme .owl-controls .owl-buttons div{
        height: 50px;
        line-height: 50px;
    }
}

.style-6 .testimonial .title {
    padding-top: 20px!important;
    display: inline-block!important;
}
.style-6 .testimonial span.post {
    display: inline-block!important;
    font-style: italic;
}

