.footer{
    background: #ffffff;
    text-align: center;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    display: block;
    line-height: 2rem;
}

.footer-socials .facebook a{
    text-decoration: none;
    color: #000000;
}

.footer-socials a i {
    font-size: 2rem;
    transition: color .4s ease;
}

.footer-socials .facebook a:hover i{
    color: #4267B2;
}

.footer-links li {
    list-style: none;
}

.footer-links a{
    text-decoration: none;
}

footer .logo_footer {
    margin-left: auto;
    margin-right: auto;
    width: 50vw;
}

footer .logo_footer img {
    width: 30%;
    height: auto;
}

.top-buffer {
    margin-top: 10px;
}

.gotopbtn {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #ca981d;
    bottom: 40px;
    right: 40px;

    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 22px;
}

.gotopbtn:hover, .gotopbtn:active {
    color: #4e4e4e !important;
}

.footer .love {
    text-align: center;
    font-size: 15px;
    color: #4e4e4e;
}

.section form p {
    font-size: 1rem;
}

.vmlink {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .gotopbtn {
        display: none;
    }
}