/*=== cspt-service-style-4 ===*/

.cspt-service-style-4 {
    position: relative;
    background-color: var(--cspt-emphires-white-color);
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #dce5e7;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
    margin-bottom: 24px;
}

.cspt-service-style-4,
.cspt-service-style-4 .cspt-service-icon,
.cspt-service-style-4 .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-4 .cspt-featured-wrapper {
    padding: 10px;
    padding-bottom: 0;
}

.cspt-service-style-4 .cspt-featured-wrapper img {
    border-radius: 6px;
}

.cspt-service-style-4 .creativesplanet-box-content {
    position: relative;
}

.cspt-service-style-4 .creativesplanet-box-content-inner {
    padding: 35px 30px 35px;
    text-align: center;
}

.cspt-service-style-4 .cspt-service-icon-wrapper img {
    width: 36px;
    height: 36px;
    margin-bottom: 5px;
}

.cspt-service-style-4 .cspt-service-title {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin: 0px 0 12px;
}

.cspt-service-style-4 .cspt-service-icon-wrapper {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 4px;
    color: var(--cspt-emphires-white-color);
    background-color: var(--cspt-emphires-global-color);
}

.cspt-service-style-4 .cspt-service-icon-wrapper i {
    font-size: 36px;
}

.cspt-service-style-4 .cspt-service-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.cspt-service-style-4:hover {
    box-shadow: 0px 9px 30px 0px rgba(26, 47, 106, 0.07);
}

.cspt-service-style-4:hover .cspt-service-icon-wrapper {
    background-color: var(--cspt-emphires-secondary-color);
}