#map {
    height: 70vh;
    /* Set a height for the map */
    width: 100%;
    /* Make the map take full width */
}

.bg-primary {
    background: #0c137ac9 !important;
}

.text-white {
    color: #fdfdfd !important;
}

.navigation .navbar-light .navbar-nav .active .nav-link {
    color: #0c137ac9;
}
@media (max-width: 1024px) {
    .heading-top {
        margin-left: -40px;
    }
}