footer {
    background-color: #000000;
    color: #fff;

}

footer .link-hover {
    color: #fff;
}

footer .link-hover:hover {
    /* color: #00bd2a !important; */
    font-weight: bold;
    color: #000;
}

footer h5 {
    color: #fff;
}

footer img {
    max-width: 280px;
    width: 100%;
    height: auto;
}

/* Add a media query for tablet screens (e.g., 768px and below) */
@media only screen and (max-width: 768px) {
    footer img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}
/* @media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 18%;
    }
} */



footer ul li {
    margin-bottom: 10px;
}

footer ul li i {
    width: 20px;
}

.list-inline-item a {
    color: #fff;
}

.list-inline-item a:hover {
    color: #fae20a;
}
footer hr{
    background-color: #fff;
    opacity: 0.8;
}
