/* WRITE HERE YOUR CUSTOM CSS IN ORDER TO MAKE ITEM UPDATES EASY */


#feat_home .box_feat span {
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

#feat_home .box_feat span img {
    width: 38px;
    height: 38px;
    display: block;
    filter: brightness(0) saturate(100%) invert(72%) sepia(54%) saturate(1662%) hue-rotate(345deg) brightness(99%) contrast(92%);
}

#social_footer ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

#social_footer ul li a i {
    line-height: 1;
}

footer .row.justify-content-between > .col-lg-3 ul li {
    margin-bottom: 10px;
}

footer .row.justify-content-between > .col-lg-3 ul li:last-child {
    margin-bottom: 0;
}

.services_grid > div {
    margin-bottom: 20px;
}

.services_grid img.img-fluid {
    width: 100%;
    height: 190px;
    object-fit: cover;
}
