#logo {
    clip-path: circle(50% at 50% 50%);
    margin-top:-35px;
    width:128px;
    height:120px;
}
.footer {
        flex-shrink: 0;
}
.bg-body-tertiary {
  background-color:white !important;
}

/*-----------*/


  .mtop {
    margin-top:-10px;
  }
  .mtop-t {
    margin-top:-18px;
  }
  .mtop-v {
    margin-top: -28px;
  }
  .mtop-slick {
    margin-top: -7px;
  }
  .homeSlider {
    margin: 0 auto;
    max-width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .homeSlider img {
    max-height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
  }

  /* Default arrow styles */
  .slick-prev,
  .slick-next {
      background-color: rgba(0, 0, 0, 0);
      color: white;
      border: none;
      padding: 10px;
      font-size: 18px;
      border-radius: 50%;
      z-index: 1000;
      display: none;
  }

  .slick-prev {
      left:2px;
  }

  .slick-next {
      right:23px;
  }

  .slick-prev:hover,
  .slick-next:hover {
      background-color: rgba(0, 0, 0, 0);
  }
  .custom-shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.fixed-under-first {
    position: fixed;
    top: 56px;
    z-index: 1029;
    left: 0;
    width: 100%;

}
a.navItemx {
    position: relative;
    display: inline-block;
}
a.navItemx::after {
    content: ''; 
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #F8F9FA   ; 
    transition: width 0.3s ease; 
}
a.navItemx:hover::after {
    width: 100%;
}
a.navItemxActive {
    position: relative; /* Ensure it behaves like the navItemx class */
}

a.navItemxActive::after {
    content: ''; 
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; /* Keep the line full under active links */
    height: 2px;
    background-color: #F8F9FA; 
}

.navItem a {
    color: #000000;
    transition: color 0.3s ease, background-color 0.3s ease; 
}

.navItem a {
    color: black; 
    text-decoration: none; 
    position: relative; 
}

.navItem a::after {
    content: ''; 
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background-color: #5564A6; 
    transition: width 0.3s ease; 
}
.navItem a:hover {
    color: #5564A6;
}

.navItem a:hover::after {
    width: 100%;
}

.navItemActive a {
    color: #5564A6; 
}

.navItemActive a::after {
    width: 100%;
    background-color: #5564A6;
}

.bg-white {
    background-color: #F8F9FA !important; 
}

.bg-primary {
  background-color: #5564A6 !important;
}

.text-primary {
    color: #007bff; /* Replace with your primary color */

.navbar-nav .nav-link{
    color: #007bff; /* Ensure nav links have the primary color when fixed */
    transition: color 2s ease-in-out;
}

.fixed-under-first .nav-link {
    color: #007bff; /* Ensure nav links change color when the navbar is fixed */
    transition: color 2s ease-in-out;
}

#second-navbar {
            position: fixed;
            top: 0px; /* Adjust this based on your first navbar's height */
            left: 0;
            width: 100%;
            background-color: white;
            z-index: 999;
            transition: top 0.3s ease-in-out;
        }

nav #logohidden {
            display: none; 
        }

        .show-logo #logohidden {
            display: block;
            opacity: 1;
        }

        .hide-logo #logohidden {
            display: none;
            opacity: 0;
        }
.alpha-list {
    list-style-type: lower-alpha !important;
}
.text-white {
  text-decoration:none;
}