
/* Icon Box 30
-------------------------------------------------- */

.icon-box30 {
    padding: 109px 54px;
    transition: all .5s cubic-bezier(0, 0.31, 0.29, 1.01);
    -webkit-transition: all .5s cubic-bezier(0, 0.31, 0.29, 1.01);
    position: relative;
    text-align: center;
    overflow: hidden;
}

.icon-box30.light {
    background-color: #3e74e7;
}

.icon-box30.dark {
    background-color: #f8f8f8;
}

.icon-box30 i,
.icon-box30 p,
.icon-box30 h4 {
    z-index: 2;
    position: relative;
}

.icon-box30.dark i,
.icon-box30.dark p,
.icon-box30.dark h4 {
    color: #000;
}

.icon-box30.light i,
.icon-box30.light p,
.icon-box30.light h4 {
    color: #fff;
}

.icon-box30 i {
    font-size: 75px;
    margin-bottom: 19px;
    display: block;
}

.ico1n-box30 h4 {
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.icon-box30 p {
    font-size: 15px;
}

.icon-box30 span.after {
    transition: all .3s ease;
    position: absolute;
    background: #f8f8f8;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    z-index: 0;
}

.icon-box30:hover span.after {
    height: 100%;
}

.icon-box30.light:hover * {
    color: #000 !important;
}