
/* header nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
} */
nav {
    padding: 10px 0px;
}
.head-menu{
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e3e3e37a;
    justify-content: space-between;
}

.logo {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
}

.bartoggle,
#menubrop {
    display: none;
}

.NavMenu {
    flex: 0 0 47%;
    list-style: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.NavMenu li {
    /* display: inline-block; */
    margin-right: 55px;
}

.NavMenu li input {
    display: none;
}

.NavMenu li a {
    display: block;
    position: relative;
    color: #000000b2;
    font-size: 13px;
    /* line-height: 25px; */
    text-decoration: none;
    font-family: "aeonik-light";
    text-transform: uppercase;
    font-weight: 600;
}

.NavMenu li a label {
    cursor: pointer;
    appearance: none;
    display: block;
    position: relative;
}

.NavMenu li a label::after {
    /* content: "";
  
  background: url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 20 20'%3E%3Cg fill='%23000'%3E%3Cpath d='m15.68 7.116l-6 5l.64.768l6-5z'/%3E%3Cpath d='m16.32 7.884l-6 5c-.512.427-1.152-.341-.64-.768l6-5c.512-.427 1.152.341.64.768'/%3E%3Cpath d='m3.68 7.884l6 5l.64-.768l-6-5z'/%3E%3Cpath d='m4.32 7.116l6 5c.512.427-.128 1.195-.64.768l-6-5c-.512-.427.128-1.195.64-.768'/%3E%3C/g%3E%3C/svg%3E');
  position: absolute;
  right: -10%;
  top: 0;
  font-size: 20px; */
    position: absolute;
    content: "";
    right: -20px;
    top: 0;
    width: 18px;
    height: 18px;
    background: url(../../images/main/staff/drop.png) no-repeat center center /
        contain;
}

.NavMenu .main_submenu li a label::after {
    position: absolute;
    content: "";
    right: -20px;
    top: 0;
    width: 18px;
    height: 18px;
    background: url(../../images/main/staff/right.png) no-repeat center center /
        contain;
}

.NavMenu li ul {
    list-style: none;
    z-index: 9999;
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: #d96a1e;
    min-width: 220px;
    top: 44px;
    left: 24%;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgb(0 0 0/20%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
}

.NavMenu li ul li {
    position: relative;
}

.NavMenu li ul li a {
    color: #ffffff !important;
    width: 89%;
    margin: auto;
    padding: 12px 10px 10px 10px;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-bottom: 1px solid #ffffff54;
}

.NavMenu li ul li ul {
    position: absolute;
    left: 99%;
    top: -5%;
}

.main_submenu li a {
    font-size: 15px;
    font-family: "aeonik-light";
    font-weight: 100;
    letter-spacing: 0.03rem;
    margin-right: 10px;
}

@media (min-width: 992px) {
    .NavMenu li:hover > ul,
    .NavMenu li ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .NavMenu li {
        margin-right: 36px;
    }

    .nav_btn {
        margin-right: 0 !important;
    }
}

@media (max-width: 991px) {
    .nav_btn{
        position: absolute;
        right: 61px;
    }
    .res_hide {
        display: none!important;
    }
    .stu-icon {
        background: unset;
    }
    .login-right .stu-name {
        display: none;
    }
    .main_submenu li {
        min-width: unset !important;
    }
    .NavMenu li {
        width: 100%;
        margin-right: 0;
    }
    #hamburger {
        display: none;
    }
    .hide_btn {
        display: block !important;
    }
    .hide_mob {
        display: none !important;
    }
    .bartoggle {
        display: flex;
        justify-content: center;
        font-size: 38px;
        align-items: center;
        cursor: pointer;
    }

    .NavMenu {
        width: 500px;
        flex: 12;
        position: fixed;
        flex-direction: column;
        background-color: #0d0c0c;
        left: 0;
        top: 0;
        height: 100vh;
        z-index: -1;
        padding: 15px 0 50px 0;
        justify-content: start;
        overflow-y: scroll;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }

    .NavMenu li ul,
    .NavMenu li ul li ul {
        position: initial;
        left: 0;
        visibility: visible;
        opacity: 1;
        top: 0;
        display: none;
        background: #0d0c0c;
    }

    .NavMenu li a {
        padding: 16px 15px;
        border-bottom: 1px solid #ffffff26;
        line-height: 25px;
        color: #fff;
        font-weight: 400;
    }

    .NavMenu li ul li a {
        color: #ffffff;
        text-align: left !important;
        width: 100%;
        margin: unset;
        padding: 6px 11px 6px 26px;
        border-bottom: none;
        font-size: 14px;
    }
    /* .NavMenu li:nth-child(8) a {
        border-bottom: 0;
    } */

    .NavMenu li ul li ul {
        background: #d96a1e;
        position: inherit;
        margin-top: -10px;
    }

    .NavMenu li ul li ul li a {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-transform: initial;
        /* padding: 7px 15px 7px 30px; */
    }

    .NavMenu li a label::after {
        right: 32px;
        top: 5px;
    }
    .NavMenu li a label::after {
        right: -4px;
    }
    .NavMenu .main_submenu li a label::after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: 18px;
        height: 18px;
        background: url(../../images/main/staff/right_res.png) no-repeat center
            center / contain;
    }

    .NavMenu li input:checked + ul.main_submenu,
    .NavMenu li ul li input:checked + ul.second_submenu {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
        border-bottom: 1px solid #ffffff1a;
    }
    input:checked + .NavMenu {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        z-index: 9999;
    }
}

@media (max-width: 768px) {
    .NavMenu {
        width: 83%;
    }
}

/* overlay */
#check {
    display: none;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
nav.navbar .active {
    color: #d96a1e;
}

.nav-item {
    position: relative;
    color: #000000b2;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
    margin-right: 56px;
    font-family: "aeonik-light";
    text-transform: uppercase;
    font-weight: 600;
}
.nav-item:last-child {
    margin-right: 0;
}
.nav-item:hover {
    color: #000000b2;
}
/* nav trial */
.navbar-toggler {
    outline: transparent !important;
    border-color: transparent !important;
    background-color: transparent !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-toggler[aria-expanded*="false"] {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navbar-toggler[aria-expanded*="true"] {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* hamburger */

#overlay {
    position: fixed;
    width: 100%;
    height: 828px;
    min-height: 71%;
    background-color: #d96a1e;
    z-index: 9999;
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 20px;
    top: 0;
    left: 0;
}

#overlay.menu {
    transform: translateY(0%);
}

#overlay a {
    text-decoration: none;
    color: #ffffff;
    font-size: 25px;
    /* margin: 10px; */
    transition: opacity 0.2s linear;
    text-transform: uppercase;
    font-family: "aeonik-light";
    border-bottom: 1px solid #ffffff33;
    padding: 20px 51px 20px 10px;
    width: 100%;
    letter-spacing: 0.03rem;
    font-weight: 100;
}
.nav-height {
    height: 76px !important;
}

/* Hamburger icon styles */
.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 26px;
    height: 21px;
    cursor: pointer;
    z-index: 9999;
    position: relative;
}

#hamburger span {
    width: 83%;
    height: 2px;
    background-color: #d96a1e;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

/* When the menu is open, change the appearance of the icon */
.hamburger.open span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: top left;
    background-color: #ffffff !important;
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: bottom left;
    background-color: #ffffff !important;
}

/* Optional: styling the icon when hovered */
.hamburger:hover span {
    background-color: #ff6347; /* Change color on hover (tomato) */
}

.right-navbar-div {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: right;
}

/* demo nav */

.page-wrapper li {
    white-space: nowrap;
}
.page-wrapper ul,
li {
    margin: 0;
    padding: 0;
}

.nav-utilities {
    position: relative;
    z-index: 9;
}
/* header {
  margin:25px 0 25px 0;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    color: #000000B2;
    transition: all 0.4s ease-out;
} */
.nav-link {
    color: inherit;
    transition: all 0.4s;
    text-decoration: none;
}
.nav-brand {
    flex: 1 auto;
    font-size: 1.5rem;
    line-height: 1.5;
    height: 50px;
    display: flex;
    align-items: center;
}
.nav-brand a {
    display: inline-block;
    text-decoration: none;
    color: #8dcde8;
}
.nav-brand img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
@media (min-width: 768px) {
    .nav-brand {
        flex: 0 1 auto;
    }

    .nav-toggle {
        display: none;
    }
}
.nav-collapse {
    flex: 1 1 auto;
    order: 0;
    height: 100%;
}
.nav-list {
    display: flex;
    padding: 0;
    list-style-type: none;
}
.nav-list__item {
    display: flex;
    align-items: center;
    height: 50px;
    margin-right: 56px;
}
/* .nav-list__item:first-child {
  margin: 0;
} */
.nav-list__item:last-child {
    margin-right: 0;
}
.submenu .nav-list__item {
    margin-right: 0;
}
.submenu--trigger {
    position: relative;
    cursor: pointer;
}
.submenu--trigger:hover .submenu {
    visibility: visible;
    opacity: 1;
}
.third-submenu--trigger {
    position: relative;
    cursor: pointer;
}
.third-submenu--trigger:hover .third-submenu {
    visibility: visible;
    opacity: 1;
}
.submenu--trigger i {
    position: absolute;
    top: calc(50% - 6px);
    right: -18px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
}
ul#collapse li i {
    border-right: 2px solid #000000b2;
    border-bottom: 2px solid #000000b2;
}
#overlay {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}
.third-submenu--trigger i {
    position: absolute;
    top: calc(50% - 6px);
    right: 36px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    transform: rotate(45deg);
}
.third-submenu--trigger i {
    transform: rotate(-45deg);
}
.submenu,
.third-submenu {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    background: #d96a1e;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
    transition: 0.2s ease-out;
    z-index: 999999;
}

.submenu li,
.third-submenu li {
    border-top: 1px solid #e1884b;
}
.submenu li:hover,
.third-submenu li:hover {
    background: #26302945;
}

.submenu {
    top: 50px;
}

.third-submenu {
    top: 0;
    left: 100%;
}

@media (max-width: 767px) {
   .res_hide{
    display: none;
   }
    /* .newsubmenu .nav-height{
    height: 50px!important;
  } */
    .nav-utilities {
        display: none;
    }
    .nav-toggle {
        display: none;
    }
    ul.newsubmenu {
        left: 10px !important;
    }
    .response li i {
        top: 15px !important;
    }
    .nav-list li {
        border-top: unset;
        background: #d96a1e;
    }
    #overlay a {
        font-size: 14px;
        padding: 8px 51px 12px 10px;
        margin: unset;
    }
    #overlay {
        min-height: 100%;
    }
    header {
        margin: 0;
    }
    #hamburger {
        top: 25px;
        right: 0;
    }
    .nav-list {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        max-height: 0em;
        transition: max-height 0.4s;
    }
    .nav-list.showing {
        max-height: 32em;
        transition: max-height 0.4s;
    }
    .nav-list li {
        display: inline-block;
        width: 100%;
        height: auto !important;
    }
    .nav-collapse {
        margin: 0;
        flex: 1 100%;
        order: 2;
    }
    .nav-list__item {
        padding: 0;
    }
    .nav-link {
        position: relative;
        display: block;
        /* width: 100%; */
        padding: 16px;
        opacity: 1;
    }
    .submenu {
        top: 0;
        height: 0px;
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        transition: 0.4s ease;
    }
    .submenu li {
        display: block;
        padding-left: 0;
    }
    .submenu--trigger.active .submenu {
        height: auto;
    }
    .third-submenu {
        height: 0px;
        display: block;
        position: static;
        overflow: hidden;
        margin-left: -20px;
    }
    .third-submenu li {
        background: #424654;
    }
    .third-submenu--trigger.active .third-submenu {
        height: auto;
    }

    .submenu--trigger i,
    .third-submenu--trigger i {
        right: 15px;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
    }
}

.main-section {
    width: 100%;
    padding: 15px 24px 0;
}
.nav-collapse nav {
    padding: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
}
.topnav-right {
    display: flex;
    justify-content: center;
    align-items: center;
}
li.nav-list__item a {
    color: #000000b2;
    font-size: 13px;
    line-height: 25px;
    text-decoration: none;

    font-family: "aeonik-light";
    text-transform: uppercase;
    font-weight: 600;
}
.nav-list .active a {
    color: #d96a1e;
}
ul.submenu li a {
    margin-right: 0;
    padding: 14px 53px 14px 16px;
    color: #ffffff !important;
    font-family: "aeonik-light";
    font-weight: 100;
}
.response li i {
    top: 31px;
    left: 171px;
}
ul.newsubmenu {
    left: 170px;
}
li.response-sub i {
    top: 30px;
    left: 92%;
}
ul.newsubmenu li {
    border-top: unset;
}

.nav_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_submenu {
    padding: 0;
}
.main_submenu li {
    margin-right: 0;
    min-width: 313px;
}
.second_submenu {
    padding: 0;
}
.hide_btn {
    display: none;
}
ul.main_submenu li:hover {
    background: #00000026;
}
.main_submenu li a {
    text-transform: capitalize;
}
.NavMenu .active a {
    color: #d96a1e;
}
.main_submenu li:last-child a {
    border-bottom: 0;
}
