/* cspt-client-style-1 */

.cspt-client-style-1 {
    padding: 30px 0px;
}

.cspt-elementor-bg-color-blackish .cspt-element-client-style-1 img {
    padding: 0 20px;
}

.cspt-elementor-bg-color-blackish .cspt-element-client-style-1 img,
.cspt-bg-color-blackish .cspt-client-style-1 img {
    opacity: 0.5;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}

.cspt-elementor-bg-color-blackish .cspt-element-client-style-1 img:hover,
.cspt-bg-color-blackish .cspt-client-style-1:hover img {
    opacity: 1;
}

.cspt-client-style-1 .cspt-client-wrapper.cspt-client-with-hover-img .cspt-client-hover-img {
    position: absolute;
    opacity: 0;
    left: 7px;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cspt-client-style-1 .cspt-client-wrapper.cspt-client-with-hover-img {
    position: relative;
}

.cspt-client-style-1 .cspt-client-wrapper.cspt-client-with-hover-img:hover .cspt-client-hover-img {
    opacity: 1;
}

.cspt-client-style-1 .cspt-client-wrapper.cspt-client-with-hover-img:hover .cspt-featured-wrapper {
    opacity: 0;
}