/**** CUSTOM PLUGIN CSS ****/
.style-3 .testimonial{
    text-align: center; width:100%; float:left;
}
.style-3 .testimonial .pic{
    margin-bottom: 35px;  width:100%; float:left; text-align:center;
}
.style-3 .testimonial .pic > img{
    border-radius: 50%; margin:0 auto; width:150px; max-width:150px;
}
.style-3 .testimonial .testimonial-review{
    color:#736d6d;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 14px;
}
.style-3 .testimonial-review > .description{
    font-style: italic;
}
.style-3 .testimonial .title{
    color:#d37602;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
}
.style-3 .testimonial .post, .style-3 .testimonial .post a{
    color:#736d6d;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
	text-decoration:none;
}
.style-3 .owl-theme .owl-controls .owl-page span{
    width: 9px;
    height: 9px;
    background: transparent;
    border: 1px solid #553e4e;
    margin: 5px;
}
.style-3 .owl-theme .owl-controls .owl-page.active span,
.style-3 .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #d37602;
}

.style-3 .testimonial .rating{   
    margin: 10px auto 5px !important;
}
.style-3 .testimonial .rating li{
    display: inline-block;
    font-size: 20px;
    color: #ED9F01;
	padding:0 2px;
}

.style-3 .owl-buttons{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 40%;
	left: 0;
}
.style-3 .owl-prev,
.style-3 .owl-next{
	position: absolute;
	left: -50px;
	transition: all 0.4s ease-in-out 0s;
	color:transparent !important;
}
.style-3 .owl-next{
	left: auto;
	right: -75px;
}
.style-3 .owl-buttons .owl-prev:before,
.style-3 .owl-buttons .owl-next:before{
	content: "\f104";
	font-family: "fontAwesome";
	font-size: 60px;
	font-weight: 900;
	color: #cacaca;
	line-height: 20px;
	opacity: 0.8;
}
.style-3 .owl-buttons .owl-next:before{
	content: "\f105";
}
.style-3 .owl-buttons .owl-prev:hover:before,
.style-3 .owl-buttons .owl-next:hover:before{
	opacity: 1;
}
.style-3.owl-theme .owl-controls .owl-buttons div{
	background: transparent;
}
.style-3.owl-theme .owl-controls{
	margin-top: 0px;
}
@media only screen and (max-width: 1365px){
.style-3 .owl-next{
	right: 0px;
}
.style-3 .owl-prev{
	left: 0px;
}

}