
/* Icon Box 15
-------------------------------------------------- */

.icon-box15 {
    min-height: 414px;
    position: relative;
    background: rgba( 250, 250, 250, .80);
    padding: 66px 86px 68px 95px;
    box-shadow: 0 0 74px #f8f8f8 inset;
    transition: all .3s cubic-bezier(0.21, 0.35, 0.37, 0.72);
    -webkit-transition: all .3s cubic-bezier(0.21, 0.35, 0.37, 0.72);
}

.icon-box15:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: 1px;
    height: 50%;
    background: rgba(52, 52, 46, 0.17);
}

.icon-box15.w-border-right:after {
    display: none;
}

.icon-box15 img,
.icon-box15 i {
    margin-bottom: 27px;
    display: inline-block;
    font-size: 40px;
    color: #437df9;
}

#wrap .icon-box15:hover i {
    color: #fff;
}

.icon-box15:hover * {
    transition: box-shadow 0.3s ease 0s;
    -webkit-transition: box-shadow 0.3s ease 0s;
}

.icon-box15 h5 {
    font-family: 'Playfair Display', 'Lora', serif;
    font-style: italic;
    color: #31312c;
    line-height: 21px;
    margin-bottom: 15px;
}

.icon-box15 h4 {
    font-size: 29px;
    color: #31312c;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 9px;
}

.icon-box15 p {
    color: #525249;
}

.icon-box15:hover {
    box-shadow: -620px -450px 50px #4a4a4a inset;
}

#wrap .icon-box15:hover * {
    color: #fff;
}

#wrap .icon-box15:hover .magicmore:after {
    color: #fff;
}

#wrap .icon-box15 .magicmore:hover:after {
    color: #437df9;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .icon-box15 {
        padding: 40px;
    }
    .icon-box15 h5 {
        font-size: 15px;
    }
    .icon-box15 h4 {
        font-size: 24px;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .icon-box15 {
        padding: 30px;
    }
    .icon-box15 h5 {
        font-size: 15px;
    }
    .icon-box15 h4 {
        font-size: 20px;
        line-height: 29px;
    }
}

@media (max-width: 640px) {
    .icon-box15 {
        text-align: center;
        padding: 20px;
        min-height: auto;
    }
    .icon-box15 h5 {
        font-size: 15px;
    }
    .icon-box15 h4 {
        font-size: 20px;
        line-height: 29px;
    }
}
