/**** CUSTOM PLUGIN CSS ****/
.style-2 .testimonial{
    margin: 0 70px 20px 0;
    text-align: center;
    position: relative;
}
.style-2 .testimonial:before{
    content: "\f10e";
    font-family: fontawesome;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #d37602;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 0;
    right: -52px;
}
.style-2 .testimonial .description{
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid #736d6d;
    font-size: 16px;
    color: #736d6d;
    line-height: 26px;
    position: relative;
}
.style-2 .testimonial .description:before{
    content: "";
    border-top: 8px solid #d37602;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
}
.style-2 .testimonial .description:after{
    content: "";
    width: 17px;
    height: 18px;
    border: 1px solid #553e4e;
    border-top: none;
    border-left: none;
    margin-left: -2.5px;
    position: absolute;
    bottom: -17.5px;
    left: 50%;
    z-index: -1;
    transform: rotate(45deg) translateX(-50%);
}
.style-2 .testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
	padding:5px;
    border-radius: 50%;
    border: 3px solid #d37602;
    margin-bottom: 15px;
}
.style-2 .testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.style-2 .testimonial .title{
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #d37602;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.style-2 .testimonial .post, .style-2 .testimonial .post a{
    display: block;
    font-size: 15px;
    color: #736d6d;
    text-transform: capitalize;
	text-decoration:none;
}
.style-2.owl-theme .owl-controls{ margin-top: 0; margin-right:70px; }
.style-2.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-2.owl-theme .owl-controls .owl-page.active span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #d37602;
}
@media only screen and (max-width: 479px){
    .style-2 .testimonial .description{ padding: 10px; }
}

.style-2 .owl-buttons{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 40%;
	left: 0;
}
.style-2 .owl-prev,
.style-2 .owl-next{
	position: absolute;
	left: 0;
	transition: all 0.4s ease-in-out 0s;
	color:transparent !important;
}
.style-2 .owl-next{
	left: auto;
	right: 0;
}
.style-2 .owl-buttons .owl-prev:before,
.style-2 .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-2 .owl-buttons .owl-next:before{
	content: "\f105";
}
.style-2 .owl-buttons .owl-prev:hover:before,
.style-2 .owl-buttons .owl-next:hover:before{
	opacity: 1;
}
.style-2.owl-theme .owl-controls .owl-buttons div{
	background: transparent;
}
.style-2.owl-theme .owl-controls{
	margin-top: 40px;
}
.style-2 .testimonial .rating{
    margin: 10px auto 5px !important;
}
.style-2 .testimonial .rating li{
    display: inline-block;
    font-size: 20px;
    color: #ED9F01;
	padding:0 2px;
}
