.footer-wrapper {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.footer-menu ul {
    padding: inherit;
}

.footer-menu h5 {
    color: #fff;
}

.footer-menu ul li {
    list-style: none;

    padding-top: 1rem;

}

.footer-menu ul li a {
    color: #fff;
    text-decoration: none;
}

hr {
    color: #fff;
}

.end-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.end-content ul {
    display: flex;
    align-items: center;
}

.end-content ul li {
    list-style: none;
}

.end-content ul li a {
    text-decoration: none;
    padding-right: 20px;
    color: #fff;

}

.end-content p {
    color: #fff;
}

.social-menu ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px;
    justify-content: start;
}

.social-menu li {
    list-style: none;
    padding-right: 20px;
}

.social-menu i {
    color: #fff;
    padding-right: 10px;
}