/*=== Testimonial style 1 ===*/

.cspt-testimonial-style-1 {
    position: relative;
    padding: 70px 28px 40px;
    background: var(--cspt-emphires-white-color);
    border-radius: 6px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
    margin: 50px 0 40px 0;
}

.owl-carousel .owl-item .cspt-testimonial-style-1 img,
.cspt-testimonial-style-1 .creativesplanet-box-img img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.cspt-testimonial-style-1 .creativesplanet-box-desc {
    padding-bottom: 30px;
    padding-top: 0;
}

.cspt-testimonial-style-1 .creativesplanet-box-author {
    position: relative;
    text-align: left;
    display: inline-block;
    color: var(--cspt-emphires-global-color);
}

.cspt-testimonial-style-1 .creativesplanet-box-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 12px;
    color: var(--cspt-emphires-blackish-color);
}

.cspt-testimonial-style-1 blockquote {
    font-size: 18px;
    color: #6d7a8c;
    line-height: 28px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-style: normal;
}

.cspt-testimonial-style-1 .creativesplanet-box-img {
    padding-right: 15px;
}

.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: 26px;
    line-height: 50px;
    top: -40px;
    left: 40px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: var(--cspt-emphires-white-color);
    background: var(--cspt-emphires-secondary-color);
}

.cspt-element-testimonial-style-1 .owl-carousel .owl-dots {
    margin-top: 0;
}

.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot {
    background: var(--cspt-emphires-white-color);
}

.cspt-testimonial-style-1:before {
    border-color: rgba(var(--cspt-emphires-global-color-rgb), 0.10);
}

.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot.active {
    background-color: var(--cspt-emphires-secondary-color);
}