body {
    overflow-x: hidden;
}

.navbar-custom {
    background-color: #0e9dfc;
}
.navbar-custom .navbar-brand,
.navbar-custom .nav-link,
.navbar-custom .dropdown-toggle {
    color: white !important;
}
.navbar-custom .nav-link:hover,
.navbar-custom .dropdown-toggle:hover {
    color: #d1e8ff !important;
}
.navbar-custom .dropdown-menu {
    background-color: #5ba0fa ;
    border: none;
    min-width: 180px;
}
.navbar-custom .dropdown-menu .dropdown-item {
    color: white;
}
.navbar-custom .dropdown-menu .dropdown-item:hover {
    background-color: #0e9dfc;
}