/*** Testimonial style 4 ***/

.cspt-testimonial-style-4 .creativesplanet-box-content {
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    position: relative;
    padding: 39px 45px 45px;
    text-align: center;
    margin-bottom: 40px;
}

.cspt-testimonial-style-4 .creativesplanet-box-content:before {
    content: '';
    position: absolute;
    left: 30%;
    bottom: 0;
    margin-bottom: -20px;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid;
    border-top-color: #ffffff;
}

.cspt-testimonial-style-4 blockquote {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    padding-top: 10px;
}

.cspt-testimonial-style-4 .cspt-ihbox-icon-wrapper {
    display: block;
    width: 51px;
    height: 51px;
    margin: 0 auto;
    padding: 4px;
    border: 1px dashed;
    border-radius: 100%;
    margin-bottom: 15px;
    position: relative;
}

.cspt-testimonial-style-4 .cspt-ihbox-icon-wrapper:before,
.cspt-testimonial-style-4 .cspt-ihbox-icon-wrapper:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    display: block;
    width: 50px;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
}

.cspt-testimonial-style-4 .cspt-ihbox-icon-wrapper:before {
    margin-left: -80px;
}

.cspt-testimonial-style-4 .cspt-ihbox-icon-wrapper:after {
    margin-right: -80px;
    left: auto;
    right: 0;
}

.cspt-testimonial-style-4 .cspt-ihbox-icon-wrapper i {
    width: 41px;
    height: 41px;
    line-height: 41px;
    display: block;
    border-radius: 100%;
    background: #222;
    color: #fff;
}

.cspt-testimonial-style-4 .creativesplanet-box-author {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    margin-left: 20%;
}

.cspt-testimonial-style-4 .creativesplanet-box-img {
    margin-right: 15px;
}

.cspt-testimonial-style-4 .creativesplanet-box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.owl-carousel .owl-item .cspt-testimonial-style-4 .creativesplanet-box-img img {
    width: 70px;
}

.cspt-testimonial-style-4 .creativesplanet-box-title {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
}

.cspt-testimonial-style-4 .cspt-designation {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.cspt-testimonial-style-4:after,
.cspt-testimonial-style-4 .cspt-ihbox-icon-wrapper i {
    background-color: var(--cspt-greenly-global-color);
}

.cspt-testimonial-style-4 span.cspt-designation {
    color: var(--cspt-greenly-global-color);
}

.cspt-element-testimonial-style-4[data-columns="6"] .creativesplanet-box-author {
	margin-left: 5%;
}