/*** Team Member style 1 ***/

.cspt-element-testimonial-style-1 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.cspt-element-testimonial-style-1 .cspt-car-arrows-heading {
    position: absolute;
    right: 15px;
}

.cspt-element-testimonial-style-1 .cspt-car-arrows-heading a {
    color: #fff;
}

.cspt-element-testimonial-style-1 .cspt-car-arrows-heading a,
.cspt-element-testimonial-style-1 .cspt-car-arrows-heading i {
    line-height: normal !important;
}

.cspt-element-testimonial-style-1 .cspt-car-arrows-heading i {
    font-size: 20px !important;
}

.cspt-element-testimonial-style-1 .cspt-ihbox-heading {
    color: #fff;
    padding: 30px 90px 30px 0px;
    display: inline-block;
    margin-bottom: 0 !important;
}

.cspt-element-testimonial-style-1 .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading {
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 0 !important;
    color: #fff;
}

.cspt-element-testimonial-style-1 .cspt-ihbox.cspt-ihbox-style-hsbox {
    margin-bottom: 0;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}

.cspt-testimonial-style-1 {
    position: relative;
    padding: 80px 40px 50px;
    background: #fff;
    margin-top: 30px;
}

.cspt-testimonial-style-1 .creativesplanet-box-img {
    position: absolute;
    width: 70px;
    height: 70px;
    overflow: hidden;
    left: 0;
}

.cspt-testimonial-style-1 .creativesplanet-box-img img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.cspt-testimonial-style-1 .creativesplanet-box-author {
    position: relative;
    padding-left: 85px;
    padding-top: 50px;
    text-align: left;
    display: flex;
    align-items: center;
}

.cspt-testimonial-style-1 .creativesplanet-box-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
}

.cspt-testimonial-style-1 span.cspt-designation {
    font-size: 13px;
}

.cspt-testimonial-style-1 blockquote {
    font-size: 22px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: "Playfair Display";
    font-style: italic;
    background: transparent;
}

.cspt-testimonial-style-1 .creativesplanet-box-desc {
    position: relative;
}

.cspt-testimonial-style-1:after {
    position: absolute;
    content: "\e805";
    font-family: "creativesplanet-base-icons";
    font-size: 35px;
    line-height: 85px;
    top: -30px;
    left: 40px;
    color: #fff;
    width: 85px;
    height: 85px;
    text-align: center;
    border-radius: 50px;
}

.elementor-widget-cspt_testimonial_element .cspt-element-testimonial-style-1 .owl-carousel .owl-dots,
.creativesplanet-element-viewtype-carousel.cspt-dot-bottom-right .owl-carousel .owl-dots {
    text-align: right;
    margin-top: 0;
    position: absolute;
    bottom: 80px;
    right: 40px;
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel.cspt-dot-bottom-right .owl-carousel .owl-dots,
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .owl-carousel .owl-dots {
	display: none;
}

.cspt-testimonial-style-1:after {
    background-color: var(--cspt-greenly-global-color);
}
.cspt-testimonial-style-1 .creativesplanet-box-star-rating {
    margin-left: auto;
} 
.cspt-element-testimonial-style-1[data-columns="6"] .cspt-testimonial-style-1,
.cspt-element-testimonial-style-1[data-columns="5"] .cspt-testimonial-style-1 {
	padding: 80px 25px 40px;
}
.cspt-element-testimonial-style-1[data-columns="6"] .creativesplanet-box-author,
.cspt-element-testimonial-style-1[data-columns="5"] .creativesplanet-box-author {
	display: block !important;
}
.cspt-element-testimonial-style-1[data-columns="6"] .creativesplanet-box-img img,
.cspt-element-testimonial-style-1[data-columns="5"] .creativesplanet-box-img img {
	height: 50px;
    width: 50px;
}
.cspt-element-testimonial-style-1[data-columns="6"] .creativesplanet-box-author,
.cspt-element-testimonial-style-1[data-columns="5"] .creativesplanet-box-author {
	padding-left: 65px;
    padding-top: 40px;
}

@media (max-width: 1200px) {
    .cspt-testimonial-style-1 .creativesplanet-box-author {
        padding-left: 0px;
        display: block;
    }
    .cspt-testimonial-style-1 .creativesplanet-box-img {
        display: none;
    }
}