.footer-top {
    background-color: #F4F3F1;
    color: #000000;
    padding: 2rem 4rem;
}

.footer-top p {
    color: #000000;
}

.footer-top ul li {
    color: #000000;
}

.footer-top ul li::marker {
    color: #000000;
}

.footer-copyright {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer-bottom {
    background-color: #000000;
    color: #fff;
}

ul {
    list-style: none;
    padding: 0;
}

.footer a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: inherit;
}

.footer a:hover,
.footer a:hover li {
    color: #31adee !important;
}

.footer-bottom .remove-tag-a:hover {
    color: #31adee !important;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer .col-lg-3 a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.footer .col-lg-3 a:hover,
.footer .col-lg-3 a:hover p {
    color: #31adee !important;
}

.footer .col-lg-3 a:hover img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(85%) saturate(1453%) hue-rotate(174deg) brightness(97%) contrast(92%);
}