/**** CUSTOM PLUGIN CSS ****/
.style-5 .testimonial{
    margin: 0 20px 40px;
}
.style-5 .testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #d37602;
    position: relative;
}
.style-5 .testimonial .testimonial-content:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #d37602;
    content: "";
    position: absolute;
    bottom: -21px;
    left: 10px;
    z-index: 999999;
}
	
.style-5 .testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #d37602;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.style-5 .testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #d37602;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.style-5 .testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #736d6d;
    line-height: 23px;
    margin: 0;
}
.style-5 .testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #d37602;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.style-5 .testimonial .post, .style-5 .testimonial .post a{
    display: block;
    font-size: 14px;
    color: #736d6d;
	font-style:italic;
}
.style-5.owl-theme .owl-controls{ margin-top: 0; margin-right:70px; }
.style-5.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-5.owl-theme .owl-controls .owl-page.active span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #d37602;
}

.style-5 .owl-buttons{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 40%;
	left: 0;
}
.style-5 .owl-prev,
.style-5 .owl-next{
	position: absolute;
	left: -50px;
	transition: all 0.4s ease-in-out 0s;
	color:transparent !important;
}
.style-5 .owl-next{
	left: auto;
	right: -75px;
}
.style-5 .owl-buttons .owl-prev:before,
.style-5 .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-5 .owl-buttons .owl-next:before{
	content: "\f105";
}
.style-5 .owl-buttons .owl-prev:hover:before,
.style-5 .owl-buttons .owl-next:hover:before{
	opacity: 1;
}
.style-5.owl-theme .owl-controls .owl-buttons div{
	background: transparent;
}
.style-5.owl-theme .owl-controls{
	margin-top: 40px;
}
.style-5 .testimonial .rating{
    margin: 10px auto 5px !important;
}
.style-5 .testimonial .rating li{
    display: inline-block;
    font-size: 20px;
    color: #ED9F01;
	padding:0 2px;
}
@media only screen and (max-width: 1365px){
.style-5 .owl-next{
	right: -29px;
}
.style-5 .owl-prev{
	left: -23px;
}

}
@media only screen and (max-width: 390px){
	.style-5 .owl-next{right: -29px;}
	.style-5 .owl-prev{left: -25px;}

}
