/*=== Testimonial style 5 ===*/
.cspt-testimonial-style-5 {
	position: relative;
	padding-bottom: 40px;
}
.cspt-testimonial-style-5 .creativesplanet-box-img {
	position: absolute;
	top: 80px;
	left: 20px;
	z-index: 1;
}
.owl-carousel .owl-item .cspt-testimonial-style-5 img,
.cspt-testimonial-style-5 .creativesplanet-box-img img {
	border-radius: 50%;
	height: 100px;
	width: 100px;
}
.cspt-testimonial-style-5 .cspt-featured-wrapper {
	position: relative;
}
.cspt-testimonial-style-5 .cspt-featured-wrapper::before {
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
	content: "";
	border: 10px solid var(--cspt-emphires-white-color);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.cspt-elementor-bg-color-white .cspt-testimonial-style-5 .cspt-featured-wrapper::before{
	border-color: var(--cspt-emphires-light-bg-color);
}
.cspt-element-testimonial-style-5 .creativesplanet-box-inner {
	background: var(--cspt-emphires-white-color);
	padding: 40px 30px 50px 80px;
	border-radius: 4px;
	position: relative;
	box-shadow: 0 0 30px rgba(140, 152, 164, 0.1);
}
.cspt-elementor-bg-color-white .cspt-element-testimonial-style-5 .creativesplanet-box-inner{
	background-color: var(--cspt-emphires-light-bg-color);
	box-shadow: none;
}
.cspt-element-testimonial-style-5 .creativesplanet-box-inner::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15%;
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-top-color: var(--cspt-emphires-white-color);
	border-bottom: 0;
	margin-left: -30px;
	margin-bottom: -30px;
	z-index: -1;
}
.cspt-elementor-bg-color-white .cspt-element-testimonial-style-5 .creativesplanet-box-inner::after{
	border-top-color: var(--cspt-emphires-light-bg-color);
}
.cspt-testimonial-style-5 .creativesplanet-box-desc {
	padding-bottom: 5px;
	padding-top: 0;
}
.cspt-testimonial-style-5 .creativesplanet-box-author {
	position: relative;
	text-align: left;
	display: inline-block;
}
.cspt-testimonial-style-5 .creativesplanet-box-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700 !important;
	display: inline-block;
	margin-bottom: 0;
	margin-top: 20px;
	color: var(--cspt-emphires-global-color);
}
.cspt-text-color-white .cspt-testimonial-style-5 .creativesplanet-box-author-details,
.cspt-text-color-white .cspt-testimonial-style-5 .cspt-designation {
	color: #6d7a8c;
}
.cspt-testimonial-style-5 blockquote {
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	border: 0;
	font-style: normal;
	font-weight: 400;
	background: transparent;
	color: var(--cspt-emphires-blackish-color);
}
.cspt-testimonial-style-5 .creativesplanet-box-content {
	position: relative;
	padding-left: 70px;
}
.cspt-testimonial-style-5::after {
	position: absolute;
	content: "\e805";
	font-family: "creativesplanet-base-icons";
	font-size: 50px;
	line-height: 50px;
	bottom: 80px;
	right: 40px;
	transform: rotate(180deg);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #e6e6e6;
	color: transparent;
}
.cspt-element-testimonial-style-5 .owl-carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
}
.cspt-element-testimonial-style-5.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:hover::before,
.cspt-element-testimonial-style-5.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:hover::before {
	background-color: var(--cspt-emphires-global-color);
}
/*=== cspt-testimonial-style-5 ===*/
@media (max-width: 767px){
    .cspt-testimonial-style-5 .creativesplanet-box-content{
        padding-left: 0;
        padding-top: 70px;
    }
    .cspt-testimonial-style-5 .creativesplanet-box-img{
        top: 20px;
        left: 100px;
    }
    .cspt-element-testimonial-style-5 .creativesplanet-box-inner{
        padding: 70px 30px 50px 30px;
    }
}