/*** cspt-testimonial-style 8 ***/
.cspt-testimonial-style-8:hover::after,
.cspt-testimonial-style-8 {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.cspt-testimonial-style-8 {
	position: relative;
}
.cspt-testimonial-style-8 .creativesplanet-box-img .cspt-featured-wrapper {
	width: 193px;
	height: 193px;
	margin-right: 35px;
}
.cspt-testimonial-style-8 .creativesplanet-box-title {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
}
.cspt-testimonial-style-8 blockquote {
	font-size: 20px;
	line-height: 30px;
	padding: 0;
	margin: 10px 0 20px 0;
	border: 0;
	color: var(--cspt-greenly-secondary-color);
}
.cspt-testimonial-style-8 span.cspt-designation {
	font-size: 13px;
	line-height: 23px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cspt-testimonial-style-8::after {
	position: absolute;
	content: "\e824";
	font-family: "creativesplanet-base-icons";
	font-size: 80px;
	line-height: 80px;
	bottom: -10px;
	right: 60px;
	color: #cacaca;
	transform: rotate(180deg) scaleY(-1);
}
.cspt-testimonial-style-8 .creativesplanet-box-star-ratings i {
	color: var(--cspt-greenly-secondary-color)!important;
	font-size: 17px;
}
.cspt-testimonial-style-8 .creativesplanet-box-star-ratings i.cspt-active {
	color: #feb437!important;
}
.creativesplanet-element-viewtype-carousel.cspt-element-testimonial-style-8 .owl-carousel button.owl-dot {
	height: 10px;
	width: 10px;
	border-radius: 0;
	background-color: var(--cspt-greenly-blackish-color);
}
.creativesplanet-element-viewtype-carousel.cspt-element-testimonial-style-8[data-columns="1"] .owl-carousel button.owl-dot{
	display: block;
	margin: 5px 0;
}
.creativesplanet-element-viewtype-carousel.cspt-element-testimonial-style-8 .owl-carousel button.owl-dot.active {
	background-color: var(--cspt-greenly-global-color);
}
.creativesplanet-element-viewtype-carousel.cspt-element-testimonial-style-8[data-columns="1"] .owl-carousel .owl-dots {
	position: absolute;
	right: 0;
	top: calc(100% - 190px);
}
.cspt-testimonial-style-8 .creativesplanet-box-content .creativesplanet-box-desc {
	padding: 0 30px 0 0;
}
.cspt-element-testimonial-style-8[data-columns="3"] .creativesplanet-box-img .cspt-featured-wrapper {
	width: 120px;
	height: 120px;
	margin-right: 25px;
}
.cspt-element-testimonial-style-8[data-columns="6"] .cspt-testimonial-style-8::after,
.cspt-element-testimonial-style-8[data-columns="5"] .cspt-testimonial-style-8::after,
.cspt-element-testimonial-style-8[data-columns="4"] .cspt-testimonial-style-8::after,
.cspt-element-testimonial-style-8[data-columns="3"] .cspt-testimonial-style-8::after {
	font-size: 55px;
	line-height: 55px;
	bottom: 0;
	right: 25px;
}
.cspt-element-testimonial-style-8[data-columns="4"] .creativesplanet-box-img .cspt-featured-wrapper {
	width: 80px;
	height: 80px;
	margin-right: 25px;
}
.cspt-element-testimonial-style-8[data-columns="4"] .creativesplanet-box-title {
	margin: 0;
	font-size: 17px;
	line-height: 26px;
}
.cspt-element-testimonial-style-8[data-columns="6"] .creativesplanet-box-author.d-flex.align-items-center,
.cspt-element-testimonial-style-8[data-columns="5"] .creativesplanet-box-author.d-flex.align-items-center {
	display: block !important;
}
/*--- Responsive ---*/
@media (max-width:675px) {
	.cspt-testimonial-style-8::after {
		font-size: 50px;
		line-height: 60px;
		bottom: 0px;
		right: 0;
	}
}
@media (max-width:575px) {
	.cspt-testimonial-style-8 .creativesplanet-box-author.d-flex {
		display: block!important;
	}
	.cspt-testimonial-style-8 .creativesplanet-box-img .cspt-featured-wrapper {
		margin-right: 0;
		margin-bottom: 30px;
	}
}