/***
TESTIMONIAL ELEMENT
***/
.testimonial-post{
	padding: 40px 80px;
	border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #fff;
	text-align: center;
	margin-top: 40px;
	color: #333;
}
.testimonial-post h3{
	color: #6128B0;
    font-family: "Hind", Sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: -0.1px;
    margin-bottom: 0;
}
.testimonial-post span{
	display: inline-block;
	color: #AE96CE;
    font-family: "Hind", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 20px;
}
.testimonial-post img{
	
	margin-top: -70px;
}
.testimonial-box.style2 .item{
	padding-left: 15px;
	padding-right: 15px;
}
.testimonial-box.style2 .testimonial-post{
	padding-left: 20px;
	padding-right: 20px;
}
.owl-theme .owl-controls .owl-buttons div{
	float: left;
	opacity: 1;
	-webkit-border-radius: 50%;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 0;
	color: #6228b1;
	font-size: 20px;
	line-height: 40px;
	background: transparent;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.owl-buttons{
	overflow: hidden;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	background: #6228b1;
	color: #fff;
}
.owl-theme .owl-controls .owl-page span{
	border-color: #8b53d7;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #8b53d7;
	background-color: #8b53d7;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
	float: right;
}
/***
BLOG COLUMN
***/
a:hover{
	color: #6228b1;
}
.news-box{
	padding-left: 15px;
	padding-right: 15px;
}
.news-box .news-post{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e2e6f5;
	text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.news-box .news-post:hover{
	box-shadow: 0 8px 20px rgba(87, 37, 156, 0.2);
}
.news-box .news-post img{
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
}

.news-box .news-post .news-content{
	padding: 10px 15px 30px;
}
.news-box .news-post .auth-paragraph{
	color: #999;
    font-family: "Hind", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.1px;
    margin-bottom: 0;
}
.swiper-slide-image{
	margin-bottom: 10px;
}
@media(max-width: 767px){
	.testimonial-post{
		padding: 20px 10px;
	}
}