
/* Icon box 17
-------------------------------------------------- */

.icon-box17 {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 45px 10px 35px;
    text-align: center;
    margin-bottom: 30px;
    color: #437df9;
    border: 3px solid #f3f3f3;
    border-top: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 -4px 0 0;
    box-shadow: 0 -4px 0 0;
}

.icon-box17:hover {
    background: transparent;
    -webkit-box-shadow: 0 3px 0 0, 0 -4px 0 0;
    box-shadow: 0 3px 0 0, 0 -4px 0 0;
}

.icon-box17:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -8px;
    border: none;
}

.icon-box17:hover:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid;
    border-top-color: inherit;
}

.icon-box17 .icon-wrap {
    display: inline-block;
    background-color: #437df9;
    border-radius: 50%;
    margin-bottom: 32px;
    border: 1px solid transparent;
}

.icon-box17 i {
    width: 108px;
    height: 108px;
    padding: 30px;
    background: #fff;
    color: #437df9;
    border-radius: 50%;
    cursor: default;
    font-size: 48px;
    line-height: 48px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.icon-box17 h4 {
    margin-bottom: 13px;
    font-size: 18px;
    letter-spacing: -0.3px;
    font-weight: bold;
    text-transform: uppercase;
}

.icon-box17 p {
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
    padding: 0 15px;
}

.icon-box17:hover i {
    background: none;
    color: #fff !important;
    box-shadow: none;
}

.icon-box17 h4 strong {
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
}

.icon-box17:hover h4 strong:after {
    content: "";
    margin: 7px auto 0;
    width: 65%;
    height: 0;
    display: block;
    position: relative;
    border-bottom: 1px solid;
    border-color: inherit;
}
