/**** CUSTOM PLUGIN CSS ****/
.style-1#testimonial-slider{
	padding: 50px 2% 35px;
	background: transparent;
	text-align: center;
	width:96%;	
}
.style-1 .testimonial{
	text-align:center;
}
.style-1 .testimonial .description{
	font-size: 16px;
	color: #677882;
	line-height: 26px;
	text-indent: 30px;
	position: relative;
}
.style-1 .testimonial .description:before{
	content: "\f10d";
	font-family: "fontAwesome";
	position: absolute;
	top: 0;
	left: -15px;
}
.style-1 .testimonial .title{
	font-size: 24px;
	font-weight: 400;
	color: #1c97cb;
	text-transform: capitalize;
	margin: 0;
}
.style-1 .testimonial .post, .style-1 .testimonial .post a{
	display: block;
	font-size: 15px;
	color: #1c97cb;
	font-style:italic;
	text-decoration:none;
}
.style-1 .owl-buttons{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 40%;
	left: 0;
}
.style-1 .owl-prev,
.style-1 .owl-next{
	position: absolute;
	left: 0;
	transition: all 0.4s ease-in-out 0s;
	color:transparent !important;
}
.style-1 .owl-next{
	left: auto;
	right: 0;
}
.style-1 .owl-buttons .owl-prev:before,
.style-1 .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-1 .owl-buttons .owl-next:before{
	content: "\f105";
}
.style-1 .owl-buttons .owl-prev:hover:before,
.style-1 .owl-buttons .owl-next:hover:before{
	opacity: 1;
}
.style-1.owl-theme .owl-controls .owl-buttons div{
	background: transparent;
}
.style-1.owl-theme .owl-controls{
	margin-top: 40px;
}
.style-1.owl-theme .owl-controls .owl-page{
	width: 103px;
	height: 103px;
	margin-top: 15px;
}
.style-1.owl-theme .owl-controls .owl-page span{
	float:left;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	border: 4px solid #ccc;
	background: url("../images/img-1.jpg") no-repeat;
	background-size: cover;
	transition: all 0.3s ease-in-out 0s;
}
.style-1.owl-theme .owl-controls.clickable .owl-page:hover span{
	opacity: 0.5;
}
.style-1.owl-theme .owl-controls .owl-page.active span,
.style-1.owl-theme .owl-controls .owl-page.active:hover span{
	border-color: #1c97cb;
	width:100px;
	height:100px;
	margin-left:-5px;
	margin-top:-10px;
	opacity: 1;
}
@media only screen and (max-width: 479px){
	.style-1 .owl-buttons{ bottom: 30%; }
	.style-1.owl-theme .owl-controls .owl-page{
		width: 53px;
		height: 53px;
		margin-top: 10px;
	}
	.style-1.owl-theme .owl-controls .owl-page span{
		width: 30px;
		height: 30px;
	}
	.style-1.owl-theme .owl-controls .owl-page.active span,
	.style-1.owl-theme .owl-controls .owl-page.active:hover span{
		width:45px;
		height:45px;
		margin-left:0px;
		margin-top:0px;
	}
}

.style-1 .testimonial .rating{
    margin: 10px auto 5px !important;
}
.style-1 .testimonial .rating li{
    display: inline-block;
    font-size: 20px;
    color: #ED9F01;
	padding:0 2px;
}