 



.bg_nav1{
  background-color: #00467f5c;
  /* color: #ffffff !important; */
}





.navbar {
  float: right;
  color: black;
  position: relative;
   

}



.nav-item {
  padding: 0.5rem 0px;
  font-size: 14px;
  color: rgb(0, 0, 0);
  font-family: 'Raleway', Helvetica, sans-serif;
  font-weight: 400;


}

.dropdown-hover:hover>.dropdown-menu {
  display: inline-block;


}

.dropdown-hover>.dropdown-toggle:active {
  pointer-events: none;
}

/* Image slider styles */
.slider {
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
  height: 450px;
}


@media (max-width: 768px) {
  .slider {
    margin-top: 300px;
    display: block;
    /* Change display to block */
    height: auto;
  }
}

.slider-inner {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
}

.slide img {
  width: 100%;
  height: auto;
}

#first {
  /* float: right; */
  margin-right: 0px;
  width: 100%;
  text-align: center;
  /* padding-right: 100px; */
  /* background-color: rgb(255, 255, 255); */
  
  background-color: rgb(4, 4, 91);
  justify-content: center;
  flex-wrap: wrap;
  /* color: #0f018d */
 
}

/* Basic styles for the nav links */
/* Basic styles for the nav links */
/* Basic styles for the nav links */
/* Import Google Fonts for the exact font family used */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Roboto:wght@400;700&display=swap');

/* Basic styles for the nav links */
.navbar .nav-link {
  color: rgb(255, 255, 255);
  /* Set the color to white */
  font-family: 'Montserrat', 'Roboto', sans-serif;
  /* Font family used on the website */
  font-style: normal;
  /* Font style */
  font-size: 0.9vw;
  /* font-size: calc(4px + 0.3vw); Adjust base size and scale */
  /* Font size (adjust as needed) */
  text-decoration: none;
  /* Remove default underline */
  position: relative;
  /* Position relative to use pseudo-element for underline */
  display: inline-block;
  /* Ensure transform works properly */
  transition: transform 0.3s ease, color 0.3s ease;
  /* Smooth transition for transform and color */
  float: right;
}

/* Custom underline effect with pseudo-element */
.navbar .nav-link::after {
  content: '';
  /* Empty content for the pseudo-element */
  position: absolute;
  /* Absolute positioning to place it below the text */
  left: 0;
  
  bottom: -5px;
  /* Position the underline slightly below the text */
  width: 100%;
  /* Full width of the link */
  height: 3px;
  /* Height of the underline */
  /* background-color: rgb(0, 0, 255); */
  background-color: rgb(215, 215, 247);
  /* background-color: rgb(69, 69, 71); */
  
  /* Color for the underline (black) */
  transform: scaleX(0);
  /* Start with the underline collapsed */
  transform-origin: bottom right;
  /* Set the transformation origin for scaling */
  transition: transform 0.9s ease;
  /* Smooth transition for the underline effect */

}


/* first */




/* Hover effect for underline and link */
.navbar .nav-link:hover::after {
  transform: scaleX(1);
  /* Expand the underline on hover */
  transform-origin: bottom left;
  /* Change the origin for scaling to start from the left */
}

.navbar .nav-link:hover {
  color: rgb(255, 255, 255);
  /* Maintain text color */
  transform: translateY(-3px);
  /* Slightly move the link up on hover */
}

/* Basic container styling */
.container-news {
  padding: 20px;
  /* Padding around the content */
  margin: 0 auto;
  /* Center the container horizontally */
  max-width: auto;
  /* Max width for larger screens */



  font-family: 'Montserrat', 'Roboto', sans-serif;
  /* Font family */
  text-align: left;
  /* Center align text */
  color: #0a0266;
  /* Text color */
  font-size: 24px;
  /* Font size */
  font-weight: 600;
  /* Font weight */
  letter-spacing: 1px;
  /* Letter spacing for a modern look */
  transition: background-color 0.3s ease, color 0.3s ease;
  /* Smooth transitions */
  text-decoration: underline;
}

/* Hover effect (if needed) */



/* .navbar .nav-link {
      color: rgb(255, 255, 255); 
      font-family: 'Raleway', Helvetica, sans-serif;
      font-style: normal;
    } */
/* Basic styles for the nav links */


@media only screen and (max-width: 600px) {
  .navbar .nav-link {
    float: right;
    /* Remove float to stop floating right */
    /* margin: 10 auto;   Center the element horizontally */
    text-align: left;
    /* Align text to the left within the element */
    padding-left: 20px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    color: rgb(4, 4, 91);
    font-size: 1vw;
    font-style: normal;
    font-weight: 700;

  }
}


/* Media query for smaller screens */
@media only screen and (max-width: 600px) {
  #first {
    font-size: 1vw;
    /* float: left; */
    /* Remove float to stop floating right */
    /* margin: 10 auto;   Center the element horizontally */
    text-align: left;
    /* Align text to the left within the element */
    padding-left: 20px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    color: rgb(4, 4, 91);

  }
}

@media only screen and (max-width: 600px) {
  #bars {
    position: absolute;
    /* Position absolute to take it out of the normal document flow */
    top: 10px;
    /* Adjust top distance as needed */
    right: 1010px;
    /* Adjust right distance as needed */
    display: flex;
    /* Display as a block element */
    max-width: 100%;
    /* Ensure it doesn't exceed container width */
    /* padding-left: 500000px; */
    /* Remove this line as it doesn't position the element */

    /* Additional styles if needed */
    /* Example: */
   color: rgb(4, 4, 91); 
    /* border: 1px solid #ccc; */
    /* padding: 5px; */
    /* border-radius: 50%; */
  }
}

#second {
  float: right;
  margin-right: auto;

}

.t_nav {
  display: block;
}

.container-fluid {
  /* float: right; */
  background-color: rgb(255, 255, 255);
  color: #eee;
 /* background: linear-gradient(to right, #ffffff 10%, #000066 25%); */

}

.container {
  color: black;
}

/* Styles for the image */
img.rounded {
  margin-top: 0px;
  /* Initial margin-top */
  display: block;
  /* Ensure the image is displayed as a block element */
  margin-left: 0px;
  /* Center the image horizontally */
  margin-right: auto;
  /* Center the image horizontally */
  /* display: flex; */
 
}

/* Media query for smaller screens */
@media only screen and (max-width: 600px) {
  img.rounded {
    display: inline-flex;
    /* Ensure the image remains a block element */
    /* margin: 0 auto; Center the image horizontally with zero top margin */
    max-width: 100%;
    /* Ensure the image doesn't exceed the container width */
    padding-left: -20px;
    margin-left: -200px;
    /* width: 59%; */
    margin-right: 260px;
    width: 100px;
    height: 100px;
    padding-bottom: 10px;
   
  }
}

@media only screen and (max-width: 600px) {
  #bars {
    display: flex;
    /* Ensure the image remains a block element */
    /* margin: 0 auto; Center the image horizontally with zero top margin */
    max-width: 100%;
    /* Ensure the image doesn't exceed the container width */
    /* padding-left: 100px; */
    margin-left: 10px;
    /* width: 60%; */
    margin-right: -1000px;
    /* padding-right: -100000px; */
  }
}


.jumbotron.jumbotron-fluid.bg-primary {
  background-color: #00629B !important;
  color: #fff;
  width: 100%;
}

.jumbotron .btn-light {
  color: #00629B;
  background-color: #fff;
  border-color: #fff;
}

.jumbotron .btn-light:hover {
  background-color: #00629B;
  border-color: #00629B;
}

.btn {
  background-color: rgba(255, 155, 5, 0.863);
  column-gap: 200px;
  /* background-color: rgba(204, 156, 0, 0.5); Adjust color values as needed */

}

.container {
  width: 100%;
}


/* Container for the gallery */
div.gallery {
  border: 1px solid #ccc;
  overflow: hidden;
  /* Hide overflowing parts of the image */
  position: relative;
  /* Position relative to apply absolute positioning to overlay */
}

/* Zoom effect on hover */
div.gallery img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  /* Smooth transition for zoom effect */
}

div.gallery:hover img {
  transform: scale(1.2);
  /* Scale image to 110% on hover */
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.footer {
  background-color: #f8f9fa;
  color: #ffffff;
  

}

.footer .social-icons {
  align-items: center;
  margin-left: auto;
}

.footer .social-icons a {
  color: #6c757d;
  margin: 0 10px;
  font-size: 18px;
}

.footer .social-icons a:hover {
  color: #495057;
}

.footer .text-reset {
  color: #ffffff;
  text-decoration: none;
}

.footer .text-reset:hover {
  color: #495057;
  text-decoration: underline;
}

.footer .fw-bold {
  font-weight: 700;
}

.footer .border-bottom {
  border-bottom: 1px solid #dee2e6;
}

.footer .bg-body-tertiary {
  background-color: #e9ecef;
}

.footer .container {
  padding: 0 15px;
}

h3 {
  display: flex;
}

.row1 {
  display: flex;
  column-gap: 100px;
  margin-left: 50px;
  color: #eee;
}

/* Medium screens (e.g., tablets) */
@media (max-width: 1024px) {
  .row1 {
    display: block;
    column-gap: 50px;
    /* Reduced gap for medium screens */
    margin-left: 50px;
    /* Reduced margin for medium screens */
  }
}

/* Small screens (e.g., smartphones) */
@media (max-width: 768px) {
  .row1 {
    display: block;
    flex-direction: column;
    /* Stack items vertically */
    column-gap: 20px;
    /* Reduced gap for small screens */
    margin-left: 0;
    /* Remove margin on small screens */
  }
}

.partners {
  text-align: center;
  /* padding: 50px 0; */
  color: rgb(1, 1, 93);
  padding-top: 1px !important;
}


.logo-container {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .logo-container {
    display: block;
    flex-direction: column;
    /* Stack items vertically */
    column-gap: 20px;
    /* Reduced gap for small screens */
    margin-left: 0;
    /* Remove margin on small screens */
  }
}

.logo {
  width: 150px;
  /* Adjust width as needed */
  /* animation: rotate 5s infinite linear; */
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.blink {
  animation: blink 1s infinite;
}

/* Ensure header does not expand */
.header-content {
  display: inline-block;
  column-gap: 5000px;

}




/* find_member */

 /* .search-container input[type=text] {
      width: calc(30% - 50px);
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 5px;
      font-size: 16px;
    } */
    .search-container button {
      width: 90px;
      padding: 5px;
      border: none;
      background-color: #0f018d;
      color: #fff;
      border-radius: 20px;
      cursor: pointer;
      font-size: 16px;
    }
    .results {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 5px;
      padding: 20px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .results-item {
      padding: 10px 0;
      border-bottom: 1px solid #ddd;
      display: flex;
      align-items: center;
    }
    .results-item:last-child {
      border-bottom: none;
    }
    .results-item .avatar {
      width: 110px;
      height: 110px;
      border-radius: 50%;
      margin-right: 15px;
      border: 2px rgb(55, 4, 148) solid;
      padding: 10px;
    }

      /* Media query for smaller screens */
  @media (max-width: 768px) {
    .results-item .avatar {
      width: 80px;
      height: 80px;
      padding: 10px;
    }
  }

  /* Media query for mobile screens */
  @media (max-width: 480px) {
    .results-item .avatar {
      width: 60px;
      height: 60px;
      padding: 5px;
    }
  }
    .results-item .details {
      flex: 1;
    }

  /* Media query for smaller screens */
  @media (max-width: 768px) {
    .results-item .details {
      font-size: 11px; /* Example adjustment */
    }
  }

  /* Media query for mobile screens */
  @media (max-width: 480px) {
    .results-item .details {
      font-size: 12px; /* Further adjustment */
    }
  }
    .results-item .name {
      font-size: 18px;
      margin: 0;
      color: #00467F;
    }
    .results-item .location {
      margin: 5px 0;
    }
    .results-item .expertise {
      margin: 5px 0;
    }
    .results-item .membership {
      margin: 5px 0;
    }
    .results-item a {
      color: #00467F;
      text-decoration: none;
      font-weight: bold;
    }
    .results-item a:hover {
      text-decoration: underline;
    }
   



/* loolol */

