*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul li{
    list-style: none;
    padding-bottom: 20px;
    align-items: center;

} 

.navbar{
    background-color: antiquewhite !important;
    border-bottom: 1px solid black;
}


ul li:hover{
    color:red;
}
.menu-bar h6 i:hover{
      color: red;
      border: red !important;
      
}
.menu-bar{
    display: none;
    width: 20%;
    position: relative;
    z-index: 2;
    background-color: red !important;
}
.map{
    position: relative;
    width: 100%;
}



.map i{
   color: black !important;
   z-index: 1;
   padding: 15px 19px;
   background-color: rgb(231, 155, 61);
   border-radius: 100%;
   position: absolute;
   top: 0;
   left: 5%;
   font-size: 30px;
}


