
.hover-secondary:hover {
    background: #ed1c24 !important;
    color: #fff;
    transition: all 0.25s ease-out;
}

.hover-secondary:hover .fas,
.hover-secondary:hover .fab,
.hover-secondary:hover .text-muted
{
    color: #fff !important;
}