.c-map {
    height: 84%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("../images/homebanner/map.png");
    background-size: contain;
    border-radius: 66px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.ftco-section img-collage{
    padding-bottom: 50px;
    padding: 0em 0;
    padding-bottom: 0em;
    position: relative;
}
.image-collage {
border-radius: 16px;
overflow: hidden;
margin: 28px 24px 0 24px;

.row {
    .col-2 {
    overflow: hidden;
    padding: 0;
    }

    .col-4 {
    overflow: hidden;
    padding: 0;
    }
}
}

.image-collage-item-container {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
width: 100%;
height: 100%;
}


.ftco-footer .ftco-footer-widget h2 {
font-weight: normal;
color: #fff;
margin-bottom: 27px;
font-size: 18px;
font-weight: 400;
}

.ftco-section {
padding: 3em 0;
position: relative;
}


/* Logo Slider */

    .logo-slider {
        background: white;
        -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
        box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
        margin: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .logo-slider::before, .logo-slider::after {
        background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 175px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

    .logo-slider::after {
        right: 0;
        top: 0;
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }

    .logo-slider::before {
        left: 0;
        top: 0;
    }

    .logo-slider .logo-slide-track {
        -webkit-animation: logo-scroll 60s linear infinite;
        animation: logo-scroll 60s linear infinite;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(250px * 14);
    animation-duration: 30s;
    animation-iteration-count: infinite;
    }

    .logo-slider .slide {
        height: 150px;
        width: 250px;
        padding: 2px;
    }

    @-webkit-keyframes logo-scroll {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
        }
    }

    @keyframes logo-scroll {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
        }
    }

    #popmake-3319 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: none; /* Initially hidden */
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
}

.pum-container button.pum-close {
    background: #e74c3c;
    border: none;
    color: white;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 10px;
    float: right;
}

.pum-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none; /* Initially hidden */
}

.foothead-1{
    margin-bottom: 10px;
}


    .block-23 ul li, .block-23 ul li > a {
        display: table;
        line-height: 1.5;
        margin-bottom: 8px;
    }
    

    .custom-left-shift{
        margin-left: -20px; /* Adjust the value as needed */

    }

.full-wrap .one-third {
    width: calc(100% - 25%);
    /* background: #3e4095; */
    margin-top: 6em;
    /* padding: 20px; */
    /* text-align: center; */
    height: 165px;
    margin-left: 9em;
    /* padding-left: 40px; */
    /* border-radius: 15px; */
}
.hero-wrap {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease-in-out; /* Smooth transition */
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
}

.carousel-inner {
    position: relative;
    height: 100vh; /* Make sure carousel items fill the viewport */
}

.carousel-item img {
    object-fit: cover; /* Ensure images cover the carousel */
    height: 100vh;
}



/* Left section with navigation links */
.ed-com-t1-left ul.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    float: inline-start;
}

.ed-com-t1-left ul.nav-list li {
    margin-right: 20px;
}

.ed-com-t1-left ul.nav-list li a {
    text-decoration: none;
    color: white;
    font-weight: 400;
    padding: 5px 10px;
}


/* for the navbar left side in the mobile view  */

#sidebarMenu {
  position: fixed;
  top: 0;
  right: -260px;
  width: 260px;
  height: 100%;
  background-color: #343a40;
  overflow-y: auto;
  transition: right 0.3s ease;
  z-index: 9999;
  padding-top: 60px;
}

#sidebarMenu.active {
  right: 0;
}

#sidebarMenu ul {
  padding: 0;
}

#sidebarMenu li {
  padding: 12px 20px;
}

#sidebarMenu a {
  color: #fff;
  font-size: 18px;
  display: block;
  text-decoration: none;
}

#sidebarMenu a:hover {
  background: #495057;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

@media (min-width: 992px) {
  #sidebarMenu {
    display: none;
  }
}


    





