/*===  cspt-testimonial-style 2 ===*/

.cspt-testimonial-style-2 {
    padding: 40px 130px 0;
    text-align: center;
    overflow: hidden;
}

.cspt-testimonial-style-2 .creativesplanet-box-img {
    position: relative;
    display: inline-block;
}

.owl-carousel .owl-item .cspt-testimonial-style-2 .creativesplanet-box-img img,
.cspt-testimonial-style-2 .creativesplanet-box-img img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    max-width: none;
}

.cspt-testimonial-style-2 .creativesplanet-box-img:after {
    position: absolute;
    content: "\e805" !important;
    font-family: "creativesplanet-base-icons";
    font-size: 10px;
    line-height: 30px;
    top: 10px;
    left: 65px;
    background-color: #272727;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--cspt-emphires-white-color);
    border-radius: 50%;
}

.cspt-testimonial-style-2 .creativesplanet-box-author {
    position: relative;
    padding-left: 0;
    text-align: center;
    padding-top: 5px;
}

.cspt-testimonial-style-2 .creativesplanet-box-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 0;
}

.cspt-testimonial-style-2 span.cspt-designation {
    letter-spacing: 0.5px;
}

.cspt-testimonial-style-2 .creativesplanet-box-star-ratings i {
    font-size: 22px;
}

.cspt-testimonial-style-2 blockquote {
    font-size: 24px;
    line-height: 36px;
    font-family: 'Nunito', serif;
    font-weight: 100;
    font-style: normal;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}

.cspt-testimonial-style-2 .creativesplanet-box-content {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}

.cspt-testimonial-style-2 .creativesplanet-box-author * {
    margin-bottom: 7px;
}

.cspt-testimonial-style-2 .creativesplanet-post-item {
    position: relative;
    padding-top: 90px
}

.cspt-testimonial-style-2 .creativesplanet-post-item:after {
    position: absolute;
    content: "\e805";
    font-family: "creativesplanet-base-icons";
    font-size: 26px;
    line-height: 50px;
    top: 10px;
    left: 50%;
    color: var(--cspt-emphires-white-color);
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin-left: -40px;
    color: #000;
    background: var(--cspt-emphires-white-color);
}

.cspt-testimonial-style-2 .creativesplanet-post-item:before {
    position: absolute;
    content: "\e805";
    display: inline-block;
    top: 0;
    left: 50%;
    border: 10px solid rgba(255, 255, 255, 0.10);
    margin-left: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.cspt-testimonial-style-2 .creativesplanet-post-item:after,
.cspt-testimonial-style-2 .creativesplanet-box-title {
    color: var(--cspt-emphires-global-color);
}