body {
    background-color: #151e54;
}

.bg-footer {
    background-color: #111631;
}

.bg-image-1 {
    background-image: url('../media/undrawco/undraw_moonlight_5ksn.svg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-gradient-grey {
    background-color: #3c333396;
}

.map-sec {
    position: relative;
}

.map-title {
    display:inline-block;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#map {
    height: 400px;
    width: 100%;
}