#navbar-section{
    height: 93px;
    background-color: #0066FF;
}
#sidebar {
    background-color: #e7f1ff;
    color: black;
    font-weight: 600;
}
#sidebar li{
    padding: 15px 8px;
}
#navbar-section .logoimg{
    height: 56px;
    /* margin-left: -53px; */
    margin-top: 26px;
}
#navbar-section a{
    color: white;
    font-size: 28px;
    margin-left: 11px;
}

#navbar-section input{
    margin-right: 157px;
    margin-top: 30px;
    border-radius: 6px;
    padding: 8px 23px;
    width: 500px;
}
.navbar-nav .nav-link {
    font-size: 1rem;
    margin-left: 1rem;
}
#navbar-section .pages{
    margin-right: -7px;
}
#navbar-section .pages a:hover{
  border-bottom: 1px solid #FF8400;
  color: #FF8400;
}
.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.sidebar {
    width: 223px;
    transition: all 0.3s ease;
}
.sidebar-collapsed .menu-text {
    display: none;
}
.sidebar-collapsed .menu-item {
    justify-content: center;
}
#footer-section{
    background:url("../Assets/Footer/footer-bg.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 32px;
    color: white;
  
  }

@media (max-width: 768px) {
    .navbar-nav .nav-link {
        margin-left: 0;
        text-align: center;
    }
    #navbar-section .pages{
        margin-right: 0;
    }
    #navbar-section img{
        width: auto;
        margin-top: 10px;
        height: 100px;
    }
    .navbar-toggler {
        border: none;
        border-bottom: 1px solid white;
        outline: none;
        box-shadow: none;
        margin-left: 246px;
        margin-top: -208px;
    }
    .header-section aside {
      top: 532px;
  }

}