.cspt-ihbox-style-1,
.cspt-ihbox-style-1 .cspt-ihbox-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-ihbox-style-1 {
    background-color: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 40px 35px 40px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
    border-bottom: 3px solid transparent;
    transform: translateY(0);
}

.cspt-ihbox-style-1.cspt-ihbox h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.cspt-ihbox-style-1 .cspt-ihbox-icon-wrapper {
    height: 70px;
    width: 70px;
    font-size: 40px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #222;
    margin: 0 auto 30px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}

.cspt-ihbox-style-1 .cspt-heading-desc,
.cspt-ihbox-style-1 .cspt-ihbox-content {
    margin-top: 15px;
    margin-bottom: 40px;
}

.cspt-ihbox-style-1 .vc_btn3-container.vc_btn3-inline {
    margin: 0;
}

.cspt-ihbox-style-1:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px);
}

.cspt-ihbox-style-1:hover .cspt-ihbox-icon-wrapper {
    background: #222 !important;
}

.cspt-ihbox-style-1 .cspt-ihbox-btn a {
    position: relative;
}

.cspt-ihbox-style-1 .cspt-ihbox-btn a,
body .cspt-ihbox-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3 {
    background: none;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: 700;
}

body .cspt-ihbox-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3 .vc_btn3-icon {
    right: -24px;
}

.single-cspt-service .cspt-ihbox-style-1 {
    border: 1px solid #edf1f3;
    text-align: left;
}

.single-cspt-service .cspt-ihbox-style-1 .cspt-ihbox-icon-wrapper {
    margin: 0 0 30px;
}

.cspt-ihbox-style-1 .vc_btn3 .vc_btn3-icon {
    color: var(--cspt-greenly-global-color);
}

body .cspt-ihbox-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after,
.cspt-ihbox-style-1 .cspt-ihbox-icon-wrapper {
    background-color: var(--cspt-greenly-global-color);
}

.cspt-ihbox-style-1:hover {
    border-bottom: var(--cspt-greenly-global-color);
}

@media(max-width:991px) {
    .elementor-section .creativesplanet-element-viewtype-row-column .cspt-ihbox-style-1 {
        margin-bottom: 30px;
    }
}