/*=== Testimonial style 6 ===*/
.cspt-testimonial-style-6 {
	position: relative;
	padding-top: 20px;
	padding-right: 170px;
}
.owl-carousel .owl-item .cspt-testimonial-style-6 img,
.cspt-testimonial-style-6 .creativesplanet-box-img img {
	border-radius: 50%;
	height: 80px;
	width: 80px;
}
.cspt-testimonial-style-6 .creativesplanet-box-desc {
	padding-bottom: 40px;
	padding-top: 0;
}
.cspt-testimonial-style-6 .creativesplanet-box-author {
	position: relative;
	text-align: left;
	display: inline-block;
	padding-bottom: 20px;
}
.cspt-testimonial-style-6 .creativesplanet-box-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	margin-bottom: 0;
	margin-top: 15px;
	color: var(--cspt-emphires-global-color);
}
.cspt-testimonial-style-6 blockquote {
	font-size: 28px;
	line-height: 42px;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	border: 0;
	font-weight: 300;
	font-style: normal;
	background: transparent;
}
.cspt-testimonial-style-6 .creativesplanet-box-img {
	padding-right: 20px;
}
.cspt-testimonial-style-6 .creativesplanet-box-desc {
	position: relative;
}
.cspt-testimonial-style-6::after {
	position: absolute;
	content: "\e805";
	font-family: "creativesplanet-base-icons";
	font-size: 100px;
	line-height: 100px;
	top: 50px;
	right: 130px;
	color: transparent;
	-webkit-text-stroke: 1px #ffffff44;
	transform: rotate(180deg);
}
.cspt-element-testimonial-style-6 .creativesplanet-box-star-ratings i {
	font-size: 22px;
}
.cspt-element-testimonial-style-6 .cspt-ihbox {
	padding-left: 20px;
}
.cspt-element-testimonial-style-6.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button {
	opacity: 0.2;
	background: var(--cspt-emphires-white-color);
	color: #1c232f !important;
}
.cspt-element-testimonial-style-6.creativesplanet-element-viewtype-carousel[data-columns="1"] .owl-carousel .owl-nav .owl-next {
	right: 0;
	top: -60px;
}
.cspt-element-testimonial-style-6.creativesplanet-element-viewtype-carousel[data-columns="1"] .owl-carousel .owl-nav .owl-prev {
	left: inherit;
	right: 0;
}
.cspt-testimonial-style-6 .creativesplanet-box-star-ratings i.cspt-active {
	color: var(--cspt-emphires-global-color);
}
/*=== Responsive ===*/
@media (max-width: 767px){
	.cspt-testimonial-style-6 {
		padding-right: 0;
	}
	.cspt-element-testimonial-style-6.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
		display: none;
	}
	.cspt-testimonial-style-6:after {
		top: 20px;
		right: 10px;
	}
}