
/* Icon Box 11
-------------------------------------------------- */

.icon-box11 {
    background: #f8f8f8;
    padding: 40px 40px 60px;
    position: relative;
    border-bottom: 5px solid #ddd;
    box-shadow: 0 0 170px #f8f8f8 inset;
    transition: box-shadow 0.21s ease 0s;
    -webkit-transition: box-shadow 0.21s ease 0s;
}

.icon-box11 i {
    display: inline-block;
    float: none;
    font-size: 48px;
    color: #437df9;
    margin-bottom: 40px;
}

.icon-box11 h4 {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 30px;
}

.icon-box11 h4 strong {
    font-weight: 700;
}

.icon-box11:hover {
    color: #fff;
    border-color: #437df9;
    box-shadow: 600px 190px 170px #4a4a4a inset;
}

.icon-box11:hover * {
    color: #fff;
}

#wrap .icon-box11 a.magicmore {
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 20px;
}

#wrap .icon-box11 a.magicmore:after {
    display: inline;
    font-family: simple-line-icons;
    content: "\e606";
    font-size: 11px;
    padding-left: 3px;
    position: static;
    opacity: 1;
}

#wrap .icon-box11:hover i {
    background: none;
}
