
/* Icon Box 1
-------------------------------------------------- */

.icon-box1 {
    margin-bottom: 20px;
    text-align: left;
}

.icon-box10 img {
    font-size: 32px;
    color: #484f54;
    margin-bottom: 23px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.icon-box1 h4 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 18px;
    transition: all .23s ease-in-out;
}

.icon-box1 h5 {
    margin: 19px 0 0;
    font-size: 23px;
    color: #437df9;
    font-family: 'Playfair Display', lora, serif;
    font-style: italic;
}

.icon-box1 p {
    color: #525249;
    font-size: 15px;
    line-height: 2;
}

.icon-box1 img {
    margin-bottom: 10px;
}

.icon-box1 h4 strong {
    font-weight: 600;
}

.icon-box1 i {
    color: #363842;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 13px;
    font-weight: 500;
    margin-right: 0;
}

.icon-box1 a {
    text-align: center;
    min-height: 10px;
}

.aligncenter .icon-box1 p {
    padding: 0 25px;
}
