/*.cspt-service-style-2*/

.cspt-service-style-2 {
    margin-bottom: 80px;
}

.cspt-service-style-2,
.cspt-service-style-2 .creativesplanet-box-content,
.cspt-service-style-2 .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-2 img {
    border-radius: 2px;
}

.cspt-service-style-2 .creativesplanet-box-content {
    background-color: #fff;
    border-radius: 2px;
    margin: -30px 15px 0;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    position: absolute;
    width: calc(100% - 30px);
    transform: translateY(0);
}

.cspt-service-style-2 .creativesplanet-box-content-inner {
    padding: 20px 30px;
}

.cspt-service-style-2 .cspt-service-icon-wrapper img {
    height: 25px;
    width: 25px;
    margin-bottom: 5px;
}

.cspt-service-style-2 .cspt-service-title {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
}

.cspt-service-style-2 .cspt-service-category {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 500;
    padding-bottom: 3px;
    letter-spacing: 1px;
}

.cspt-service-style-2 .vc_btn3-container {
    margin-bottom: 0;
}

.cspt-service-style-2 .cspt-service-icon-wrapper {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.cspt-service-style-2:hover .creativesplanet-box-content {
    transform: translateY(-10px);
}

.cspt-service-style-2:hover .cspt-service-icon-wrapper {
    background: #222 !important;
}

.cspt-service-style-2 .creativesplanet-post-item {
    position: relative;
}

.cspt-service-style-2 .cspt-service-icon-wrapper {
    background-color: var(--cspt-greenly-global-color);
}

@media(max-width:991px) {
    .cspt-service-style-2 .cspt-service-btn {
        display: none;
    }
    .cspt-service-style-2 .cspt-portfolio-title {
        font-size: 16px;
    }
}

@media(max-width:991px) {
    .cspt-service-style-2 {
        margin-bottom: 110px;
    }
}