/*=== cspt-service-style-7 ===*/

.cspt-service-style-7 {
    position: relative;
    padding: 50px;
}

.cspt-service-style-7,
.cspt-service-style-7 .cspt-service-btn,
.cspt-service-style-7 .cspt-service-btn a,
.cspt-service-style-7 .cspt-service-icon-wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.cspt-service-style-7 .cspt-service-title {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin: 0px 0 20px;
}

.cspt-service-style-7 .creativesplanet-box-content-inner {
    margin-top: 25px;
}

.cspt-service-style-7 .cspt-service-icon {
    display: inline-block;
}

.cspt-service-style-7 .cspt-service-icon-wrapper {
    font-size: 60px;
    line-height: 60px;
    color: #040404;
}

.cspt-service-style-7 .cspt-service-custom-icon-wrapper img {
    width: 60px;
    height: 60px;
}

.cspt-element-service-style-7 .cspt-service-style-7 {
    margin-bottom: 30px;
}

.cspt-service-style-7 .cspt-service-btn {
    visibility: hidden;
    opacity: 0;
}

.cspt-service-style-7:hover .cspt-service-btn {
    visibility: visible;
    opacity: 1;
}

.cspt-element-service-style-7 .cspt-service-style-7:hover {
    background-color: var(--cspt-emphires-white-color);
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 6%);
}

.cspt-element-service-style-7.creativesplanet-element-viewtype-carousel .cspt-element-posts-wrapper.owl-carousel {
    position: unset;
}

.cspt-element-service-style-7.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
    top: 46px;
    right: 0;
    width: auto;
}

.cspt-element-service-style-7.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.cspt-element-service-style-7.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    position: relative;
    border-color: transparent;
}

.cspt-element-service-style-7.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
    left: -10px;
    color: #1c232f;
    background-color: var(--cspt-emphires-white-color);
}

.cspt-element-service-style-7.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
    right: 0;
    color: var(--cspt-emphires-white-color);
    background-color: #1c232f;
}

.elementor-column.cspt-col-stretched-right .cspt-element-service-style-7.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
    right: calc(39% - 13px);
}

.cspt-element-service-style-7 .owl-stage .active:nth-child(4n+2) .cspt-service-style-7 {
    background-color: var(--cspt-emphires-white-color);
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 6%);
}

.cspt-element-service-style-7 .owl-stage .active:nth-child(4n+2) .cspt-service-style-7 .cspt-service-btn {
    visibility: visible;
    opacity: 1;
}

.cspt-element-service-style-7 .owl-stage .active:nth-child(4n+2) .cspt-service-style-7 .cspt-service-icon-wrapper,
.cspt-service-style-7:hover .cspt-service-btn a,
.cspt-service-style-7:hover .cspt-service-icon-wrapper {
    color: var(--cspt-emphires-global-color);
}

.cspt-service-style-7:hover .cspt-service-btn span:after {
    background-color: var(--cspt-emphires-global-color);
}