.footer-nav {
    position: fixed;
    z-index: 99999;
    bottom: -120px;
    transition: all 500ms ease-out;
}

.show {
    bottom: 0px;
}