
/* Icon Box 6
-------------------------------------------------- */

.icon-box6 {
    position: relative;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.81);
    /* background-color: #fff\9; */
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 36px 20px 28px;
    text-shadow: 0 0 0 0;
    margin: 40px 0 20px;
}

.icon-box6 * {
    text-shadow: none;
}

.icon-box6 i {
    font-size: 24px;
    width: 56px;
    height: 56px;
    text-align: center;
    padding: 15px 16px 17px;
    background: #437df9;
    color: #fff;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -27px;
    border-radius: 30px;
    cursor: default;
}

.icon-box6 h4,
.blox .icon-box6 h4,
.blox.dark .icon-box6 h4 {
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px
}

.container .icon-box6 p,
.container .blox .icon-box6 p,
.container .blox.dark .icon-box6 p {
    color: #818181;
    margin-bottom: 25px;
}
