@media only screen and (min-width: 601px){
    #custom_directors{
        justify-content: center !important;
        align-items: center !important;
        display: flex !important;
    }
}

#top-header{
    background-color: #fff;
}
.menus ul li a {
    color: #000; /* Default color, adjust as needed */
    text-decoration: none;
    padding: 5px 10px;
}

.menus ul li a:hover {
    color: #555; /* Hover color, adjust as needed */
}

.menus ul li a.active {
    color: #f00; /* Active link color, adjust as needed */
}

.heading h6{
    color: dimgrey !important;
}

@media only screen and (max-width: 600px){
    .custom_br{
        display: none;
    }

    #custom_logo{
        justify-content: center;
    }
}
    
.btn:hover{
    background-color: #000 !important;
}

.group:hover .group-hover\:text-secondary{
    color: dimgrey !important;
}

header .menus>ul li>a.active{
    color: dimgrey !important;
}

header .menus>ul li>a:hover{
    color: dimgrey !important;

}
/* overlay effect on about us section */
/* #about_us::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#about_us > * {
    z-index: 2;
    position: relative;
} */
#about_us .font-semibold{
    color: #fff;
}

/* style.css */
.banner {
    position: relative;
    height: 100%;
  }
  
  .banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  