/**** CUSTOM PLUGIN CSS ****/
.style-4 .testimonial{
    padding: 20px 20px 20px 68px;
    margin: 10px 20px 50px 50px;
    border-left: 2px solid #d37602;
    position: relative;
	text-align: left; width:100%; float:left;
}
/*.style-4 .testimonial:after{
    content: "";
    border-bottom: 25px solid #d37602;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    bottom: -24px;
    left: -26px;
}*/
.style-4 .testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #d37602;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -50px;
	margin-bottom: 35px; float:left; text-align:center;
}

.style-4 .testimonial .title{
    color: #71334a;
	font-style: normal;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
}

.style-4 .testimonial .pic > img{
    border-radius: 50%; margin:0 auto; width:100%; max-width:150px;
}
.style-4 .testimonial .testimonial-review{
    color:#736d6d;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 14px;
	padding-right:15px;
}
.style-4 .testimonial-review > .description{
    font-style: italic;
}
.style-4 .testimonial .post, .style-4 .testimonial .post a{
    color:#736d6d;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
	text-decoration:none;
	font-style:italic;
}
.style-4.owl-theme .owl-controls .owl-page span{
    width: 35px;
    height: 15px;
    background: #553e4e;
    border-radius: 0;
    opacity: 0.8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    transition: all 0.3s ease 0s;
}
.style-4.owl-theme .owl-controls .owl-page.active span,
.style-4.owl-theme .owl-controls.clickable .owl-page:hover span{
   width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #d37602;
}

.style-4 .testimonial .rating{   
    margin: 10px auto 5px !important;
}
.style-4 .testimonial .rating li{
    display: inline-block;
    font-size: 20px;
    color: #ED9F01;
	padding:0 2px;
}

.style-4 .owl-buttons{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 40%;
	left: 0;
}
.style-4 .owl-prev,
.style-4 .owl-next{
	position: absolute;
	left: -50px;
	transition: all 0.4s ease-in-out 0s;
	color:transparent !important;
}
.style-4 .owl-next{
	left: auto;
	right: -75px;
}
.style-4 .owl-buttons .owl-prev:before,
.style-4 .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-4 .owl-buttons .owl-next:before{
	content: "\f105";
}
.style-4 .owl-buttons .owl-prev:hover:before,
.style-4 .owl-buttons .owl-next:hover:before{
	opacity: 1;
}
.style-4.owl-theme .owl-controls .owl-buttons div{
	background: transparent;
}
.style-4.owl-theme .owl-controls{
	margin-top: 0px;
}
@media only screen and (max-width: 1365px){
.style-4 .owl-next{
	right: -29px;
}
.style-4 .owl-prev{
	left: -23px;
}

}
@media only screen and (max-width: 479px){
    .style-4.testimonial{
        padding: 20px 0 20px 60px;
        margin: 10px 20px 50px 50px;
    }
    .style-4.testimonial .title{ font-size: 20px; }
}

@media only screen and (max-width: 390px){
    .style-4 .testimonial {padding: 20px 20px 20px 53px; margin: 10px 20px 50px 33px;}
    .style-4.testimonial .title{ font-size: 20px; }
	.style-4 .owl-next{right: -29px;}
	.style-4 .owl-prev{left: -25px;}

}
