body {
    overflow-x: hidden;
}

.navbar-custom {
    background-color: #02489e;
}
.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: #02489e;
    border: none;
    min-width: 180px;
}
.navbar-custom .dropdown-menu .dropdown-item {
    color: white;
}
.navbar-custom .dropdown-menu .dropdown-item:hover {
    background-color: #013b84;
}