.footer-left-container {
    background-color: #333333;
}

.footer-title-section {
    font-family: 'Quicksand', sans-serif;
}

.footer-text-info, .footer-text-copyright {
    color: #ccc;
}

.footer-text-info-subitem {
    font-size: 0.85rem;
}

.footer-text-info a {
    color: unset;
}

.footer-text-info-link a:hover {
    color: #ed8600;
}

.animated__bottom__top__bg {
    overflow: hidden;
    position: relative;
}

.animated__bottom__top__bg .animated__bottom__top__bg-content {
    position: relative;
}

.animated__bottom__top__bg::before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    bottom: 0;
    transition: 0.25s ease top;
}

.bg-color-dark-on-over::before {
    background-color: #333333;
}

.bg-color-city::before {
    background-color: #ed8600;
}

.bg-color-facebook::before {
    background-color: #3b5998;
}

.bg-color-twitter::before {
    background-color: #55acee;
}

.bg-color-instagram::before {
    background-color: #ac2bac;
}

.bg-color-whatsapp::before {
    background-color: #47c756;
}

.animated__bottom__top__bg:hover::before {
    top: 0%;
}