footer a {
    color: #ffffff;
    text-decoration: none;
}
footer a:hover {
    color: #b4934a;
    text-decoration: none;
}
footer .copyright {
    color: #ffffff;
}
footer i, footer svg {
    color: #ffffff;
}
footer .fa-1x {
    font-size: 1.4em;
}
footer #menu-footer-menu li {
    list-style: none;
}
footer #menu-footer-menu {
    padding-left: 0px !important;
}
footer ul#menu-footer-navigation {
    list-style: none;
}
footer .svg-inline--fa.fa-phone.fa-w-16.fa-1x.d-block.mb-1 {
    font-size: 22px;
}
footer .svg-inline--fa.fa-envelope.fa-w-16.d-block {
    font-size: 27px;
}
footer .tel-rw {
    border-top: 1px solid #b4934a;
    padding-top: 30px;
    border-bottom: 1px solid #b4934a;
    padding-bottom: 30px;
}
footer span.h5.text-light {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 600px) {
    footer span.h5.text-light {
        font-size: 16px !important;
    }
}

#to_top {
    font-size: 2rem;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 50px;
    text-align: center;
    opacity: 0;
    transition: 0.5s ease-in;
    color: white;
    cursor: pointer;
}
#to_top .fal {
    background: #b4934aab;
    border-radius: 100%;
    padding: 5px;
}
#to_top.totop-fadein {
    opacity: 1;
}