#mapIndia1 {
    margin: auto;
    height: 143vh;
    width: 100%;
}

.hero-text {
    background-color: rgb(0, 0, 0, 0.1);
    padding: 1rem;
    width: 50%;
    color: #000;
}

.hero-text-2 {
    width: 60%;
    background-color: rgb(0, 0, 0, 0.1);
    padding: 1rem;
    color: #000;
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
    height: 10rem !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50%;
    filter: grayscale(1);
    background: gray;
    border: 1px solid #e5e5e5;
}

.testimonial-img {
    height: 80px !important;
    width: 80px !important;
}

.align-items-center {
    display: flex;
    align-items: center;
}

.icon-box:hover .read-more {
    color: #fff;
    text-decoration-line: underline;
}

.leaflet-top,
.leaflet-bottom {
    z-index: 996 !important;
}

.
 .dropdown:hover>ul {
    z-index: 9999;
}

.leaflet-tile-pane {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.leaflet-draw-edit-remove {
    background-image: url(../img/reset.png);
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    padding: 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
    cursor: auto;
    text-align: center;
    background-color: #FFFFFF;
    background-size: cover;
}

.leaflet-draw-edit-remove:hover {
    background-color: #F4F4F4;
}


/*========= sample video bg */


/* Video Parallax Section*/

.ParallaxVideo video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-video {
    background: none !important;
}