/*-------------- cspt-ihbox-style-4 ----------------*/

.cspt-ihbox-style-4 .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-4 {
    position: relative;
    margin-bottom: 20px;
    padding-right: 20px;
}

.cspt-ihbox-style-4 .cspt-ihbox-contents,
.cspt-ihbox-style-4 * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.cspt-ihbox-style-4 .cspt-ihbox-icon {
    padding-right: 30px;
    padding-top: 5px;
}

.cspt-text-color-white .cspt-ihbox-style-4 .cspt-ihbox-icon i {
    color: rgba(255, 255, 255, 0.8);
}

.cspt-ihbox-style-4 .cspt-ihbox-icon-wrapper {
    height: 65px;
    width: 65px;
    font-size: 30px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #222;
}

.cspt-ihbox-style-4 h2 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px
}

.cspt-ihbox-style-4 h4 {
    font-size: 16px;
    line-height: 26px;
}

.cspt-ihbox-style-4:hover .cspt-ihbox-icon-wrapper {
    background: #222 !important;
}

.cspt-ihbox-style-4 .cspt-ihbox-icon-wrapper {
    background-color: var(--cspt-greenly-global-color);
}