.footer-wrapper {
    background-image: url(../images/foot-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-logo h2 {
    color: #fff;
}

.footer-wrapper h5 {
    color: #fff;
}

.footer-wrapper li {
    color: #fff;
    padding-top: 1rem;
}

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

.social-menu ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px;
    justify-content: center;
}

.social-menu li {
    list-style: none;
    padding-right: 20px;
}

.social-menu i {
    color: #fff;
    padding-right: 10px;
}

.footer-logo p {
    color: #fff !important;
}

.footer-wrapper a {
    color: #fff;
    text-decoration: none;
}

.end-content {
    text-align: center;
}