 nav {
    background: #f5b335;
    height: 60x;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -60px !important;
}
.nav-down {
    top: 0px !important;
    position: fixed;
    z-index: 25;
    float: left;
}
.admmision_menu_btn{
	background: #ffdb00;
    padding: 20px;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
}