/*=== Testimonial style 1 ===*/
.cspt-testimonial-style-1{
    position: relative;    
    padding-left: 0;
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .row{
    flex-direction: row-reverse;
}
.owl-carousel .owl-item .cspt-testimonial-style-1 img,
.cspt-testimonial-style-1 .creativesplanet-box-img img{
    border-radius: 50%;
    height: 85px;
    width: 85px;
    display: inline-block;
}
.cspt-testimonial-style-1 .creativesplanet-box-author {
    position: relative;
    text-align: center;
    display: inline-block; 
    font-size: 14px;    
    margin-top: 15px;
}
.cspt-testimonial-style-1 .creativesplanet-box-star-ratings{
    font-size: 15px;
    margin-bottom: 30px;
}
.cspt-testimonial-style-1 .creativesplanet-box-title{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;      
}
.cspt-testimonial-style-1 blockquote{
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-style: normal;
    font-weight: 600;
    color: #0c0732;
}
.cspt-bg-color-blackish .cspt-testimonial-style-1 .creativesplanet-box-title,
.cspt-bg-color-blackish .cspt-testimonial-style-1 blockquote{
    color: #fff;
}
.cspt-testimonial-style-1 .creativesplanet-box-img{
    padding-left: 25px;
    min-width: 150px;
    text-align: center;
    margin-top: 15px;
}
.cspt-testimonial-style-1 .creativesplanet-box-desc{
    position: relative;
    border-radius: 0;
    background: #fff;
    padding: 30px;
    padding-bottom: 25px;
    margin-right: 5px;
}
.cspt-testimonial-style-1 .creativesplanet-box-desc:before {    
    content: '';
    border: 12px solid transparent;
    position: absolute;
    top: 50px;
    right: -12px;
    transform: rotate(180deg);
    border-left: none;
    border-left-color: #fff;
    border-right-color: #fff;
}
.cspt-testimonial-style-1 .creativesplanet-box-desc:after {
    position: absolute;
    content: '"';
    font-size: 60px;
    line-height: 80px;
    bottom: 10px;
    right: 25px;
    color: #202426; 
    opacity: 0.1;
    font-family: "creativesplanet-base-icons";
    content: '\e80d';
    transform: rotate(180deg);
}
.cspt-testimonial-style-1 .creativesplanet-box-star-ratings{
    margin-left: auto !important;
    margin-top: 15px;
    margin-bottom: 0;
}
.cspt-testimonial-style-1 .creativesplanet-box-star-ratings i{
    font-size: 18px;
}
.cspt-testimonial-style-1 .creativesplanet-box-star-ratings i.cspt-active{
    color: var(--cspt-leblix-global-color);
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .cspt-carousel-navs{
    position: relative;
    text-align: center;
    margin-top: -25px;
}
.cspt-testimonial-style-1 .creativesplanet-box-title{
	color: var(--cspt-leblix-secondary-color);
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot{
    background-color: var(--cspt-leblix-secondary-color);
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .cspt-carousel-navs a{
    font-size: 22px;
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .cspt-carousel-navs a.cspt-carousel-prev{
    background-color: var(--cspt-leblix-global-color);
    color: #fff;
} 
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .cspt-carousel-navs a:hover.cspt-carousel-prev{
    background-color: var(--cspt-leblix-secondary-color);
    color: #fff;
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .cspt-carousel-navs a.cspt-carousel-next{
    background-color: var(--cspt-leblix-secondary-color);
    color: #fff;
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .cspt-carousel-navs a:hover.cspt-carousel-next{
    background-color: var(--cspt-leblix-global-color);
}