.navbar {
 background-color: #40b2cd !important;
   position: sticky;
  top: 0;
  z-index: 1000;



}

.navbar-brand {
    font-family: 'nt-m' !important;
    color: #ffffff !important;
    font-size: 24px !important;
  
 
}

.navbar-nav .nav-link,
.navbar-nav .nav-link a,
.navbar-nav .nav-link.show {
    color: #fff !important;
}

.navHeader {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px;
}


.nav-item a {
    color: #fff !important;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -ms-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    border: #40b2cd solid 2px;
}

.menuList {
    border-left: #aab0e9 solid 1px;
}
.menuList:first-of-type {
    border-left: none;  
}
.nav-link.active {
    color: #40b2cd !important;
    background-color: #fff !important;
    border-radius: 10px;
    margin-right: 5px;
    margin-left: 5px;
    box-shadow: 0px 0px 10px #7c7c7c65;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.nav-item a:hover {
     background-color: #2797b3 !important;
     border-radius: 25px;
     -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
     -ms-border-radius: 25px;
     -o-border-radius: 25px;
}
.nav-item.active a:hover {
     background-color: #ffffff !important;
     border-radius: 10px !important    ;
     -webkit-border-radius: 10px !important    ;
     -moz-border-radius: 10px !important    ;
     -ms-border-radius: 10px !important    ;
     -o-border-radius: 10px !important    ;
}

.navbar-toggler-icon {
   color: #fff !important;
}

.navLogo {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: 0px 0px 10px #7c7c7c65;
    width: 300px;
    border-bottom: 4px solid #ffffff;
}
/* #B800FF */

@media screen and (max-width: 991px) {
    .menuList{
        border-left: none;  
        border-top: #ffffff7c solid 1px;
    }
    .menuList:first-of-type {
        border-top: none;  
    }   
    .nav-link  {
        padding-left: 15px;
    }
    .navbar-brand  {
        width: 75%;
    }
}