/*=== Testimonial style 13 ===*/
.cspt-testimonial-style-13 {
	position: relative;
    padding: 126px 45px 35px 40px;
    background-color: var(--cspt-emphires-light-bg-color);
    border-radius: 6px;
}
.cspt-elementor-bg-color-white .creativesplanet-element-viewtype-carousel .cspt-testimonial-style-13{
	margin-left: 10px;
}
.cspt-elementor-bg-color-white .cspt-element-testimonial-style-13 .owl-stage-outer{
	margin-left: -5px;
}
.owl-carousel .owl-item .cspt-testimonial-style-13 img,
.cspt-testimonial-style-13 .creativesplanet-box-img img {
	border-radius: 50%;
	height: 70px;
	width: 70px;
}
.cspt-testimonial-style-13 .creativesplanet-box-desc {
	padding-bottom: 66px;
    padding-top: 0;
}
.cspt-testimonial-style-13 .creativesplanet-box-author {
	position: relative;
	text-align: left;
	display: inline-block;
	color: var(--cspt-emphires-global-color);
}
.cspt-testimonial-style-13 .creativesplanet-box-author-details.d-flex {
	align-items: center;
}
.cspt-testimonial-style-13 span.cspt-designation {
    line-height: 28px;
    letter-spacing: 0.91px;
    text-transform: uppercase;
    font-size: 13px;
    color: #6D7A8C;
	padding-left: 16px;
	position: relative;
}
.cspt-testimonial-style-13 span.cspt-designation::after {
	transform: rotate(12deg);
    content: '';
    width: 2px;
    height: 16px;
    background-color: var(--cspt-emphires-blackish-color);
    position: absolute;
    left: 7px;
    top: 6px;
}
.cspt-testimonial-style-13 .creativesplanet-box-title {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 0;
	color: var(--cspt-emphires-blackish-color);
}
.cspt-testimonial-style-13 blockquote {
	font-size: 17px;
    line-height: 27px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-style: normal;
}
.cspt-testimonial-style-13 .creativesplanet-box-img {
	padding-right: 15px;
}
.cspt-testimonial-style-13 .creativesplanet-box-desc {
	position: relative;
}
.cspt-testimonial-style-13::after {
	position: absolute;
	content: "\e84b";
	font-family: "creativesplanet-base-icons";
	font-size: 40px;
	top: 40px;
	left: 40px;
	border-radius: 50%;
	color: var(--cspt-emphires-global-color);
	transform: scaleX(-1);
}
.cspt-element-testimonial-style-13 .owl-carousel .owl-dots {
	margin-top: 0;
}
.cspt-element-testimonial-style-13-arrow .cspt-element-testimonial-style-13.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
    right: inherit;
    left: -12px;
}
.cspt-element-testimonial-style-13-arrow .cspt-element-testimonial-style-13.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
	top: inherit;
    bottom: 100px;
    left: -200px;
}
.cspt-element-testimonial-style-13-arrow .cspt-element-testimonial-style-13.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next, 
.cspt-element-testimonial-style-13-arrow .cspt-element-testimonial-style-13.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
	border: 1px solid #fff;
}
.cspt-element-testimonial-style-13-arrow .cspt-element-testimonial-style-13.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next, 
.cspt-element-testimonial-style-13-arrow .cspt-element-testimonial-style-13.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
	color:#fff;
}
.cspt-elementor-bg-color-light .cspt-element-testimonial-style-13.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot,
.cspt-text-color-white .cspt-element-testimonial-style-13.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot {
	background: var(--cspt-emphires-white-color);
}

.cspt-elementor-bg-color-light .cspt-testimonial-style-13 {
	background: var(--cspt-emphires-white-color);
}

@media (max-width:1400px){
	.cspt-testimonial-style-13 {
	    padding: 80px 30px 30px 30px;
	}
	.cspt-testimonial-style-13::after {
		top: 10px;
		left: 30px;
	}
	.cspt-testimonial-style-13 .creativesplanet-box-desc {
    	padding-bottom: 30px;
	}
	.cspt-element-testimonial-style-13.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
        left: -70px;
    }
	.cspt-element-testimonial-style-13-arrow .cspt-element-testimonial-style-13.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
    	bottom: 80px;
	}
}