
/* Icon Box 14
-------------------------------------------------- */

.icon-box14 {
    text-align: center;
    padding: 37px 30px 29px;
    border: 1px solid #fff;
    transition: all .38s ease;
    border-radius: 2px;
}

.icon-box14:hover {
    border: 1px solid #ededed;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.025);
}

.icon-box14 i {
    font-size: 62px;
    color: #437df9;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 16px 20px;
    display: block;
    position: relative;
    transition: all .36s ease;
}

.icon-box14 i:after {
    background: #437df9;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    font-size: 6px;
    content: "";
    margin: 0 auto;
    display: block;
    width: 48px;
    height: 1px;
    margin-bottom: -1px;
    margin-top: 25px;
}

.icon-box14 h4 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    padding: 10px;
}

.icon-box14 p {
    color: #616161;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
}
