/* Custom Styles */
body {
    font-family: 'Poppins';
}
h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-family: 'Lora', serif;
  }
  h3{
    font-size: 30px;
    font-family: 'Lora', serif;
    font-weight: 700;
  }
  h4{
    font-size: 20px;
    font-family: 'Lora', serif;
    font-weight: 700;
  }
  h5{
    font-size: 18px;
    font-family: 'Lora', serif;
    font-weight: 700;
  }
  h6{
    font-size: 16px;
    font-family: 'Lora', serif;
    font-weight: 700;
  }
  p {
    font-size: 16px;
    margin-bottom: 1.5rem;
    color: #a3a4a7;
    line-height: 2;

  }
  span{
    font-size: 12px;
    margin-bottom: 1.5rem;
    color: #a3a4a7;
  }
  .loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.7); /* Slightly transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  #loader {
    transition: opacity 0.5s ease;
  }
.home-hero {
    background: url('../images/home-bg.png') no-repeat center center;
    background-size: cover;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
    font-family: 'Lora', serif;
    padding-top: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .home-hero h1{
    font-size: 80px;
    font-weight: 700;
  }
  .home-hero span{
    opacity: 0.8;
    font-size: 80px;
  }
  .inner-hero {
    background: url('../images/inner-bg.png') no-repeat center center;
    background-size: cover;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    /* text-shadow: 1px 1px 5px rgba(0,0,0,0.7); */
    font-family: 'Lora', serif;
    padding-top: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: center;
  }
  .inner-hero h1{
    font-size: 80px;
    font-weight: 700;
  }
  .inner-hero span{
    font-size: 20px;
    opacity: 1;
    font-weight: 500;
  }
  .inner-hero span strong{
    color: #06070b
  }
  .logo-text{
    font-size: 14px;
    line-height:1.1
  }
  .home-about {
    padding: 1rem 1rem;

  }
  
  .home-about .text-container{
    padding: 20px 60px;
  }
  .text-container{
    padding: 60px !important;
  }
  .home-about-img {
    
    width: 100%;
    height: auto;
  }

  .navbar-nav .nav-item {
    text-wrap: nowrap;
    font-size: 16px;
    font-weight: 500;
    color: #646464;
  }
  .nav-link.active {
    font-weight: 700;
    
  }
  .footer-link{
    opacity: 0.8;
  }
  .footer-link.active {
    font-weight: 700;
    opacity: 1;
    
  }
  .navbar-brand img{
    width: 60px;
  }
  .home-navbar-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 1rem;

  }
  .facility-card {
    height: 350px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    position: relative;
  }
  
  .facility-img {
    border-radius: 15px;
    transition: 0.4s ease;
  }
  
  .facility-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: 0.4s ease;
    border-radius: 15px;
    pointer-events: none;
  }
  
  .facility-card:hover .facility-overlay {
    opacity: 1;
    pointer-events: all;
  }
  
  .facility-card:hover .facility-img {
    filter: brightness(60%);
  }
  
  .facility-overlay h4 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Lora', serif;
  }
  
  .facility-overlay ul li, .facility-overlay p {
    font-size: 18px;
    margin: 10px;
    color: #fff;
  }
  
  .facility-overlay li {
    margin-bottom: 0.5rem;
  }
  .horizon-list li{
    margin-right :35px !important;
  }
  .overlay-btn, .overlay-btn:hover{
    background-color: #fff;
    color: #000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: none;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    transition: background-color 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 600;
  }
  .btn-drk{
    background-image: linear-gradient(to bottom right,#666666, #000000);
    color: #fff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: none;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    transition: background-color 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 600;
  }
.navbar-brand{
  width: 80%;
}
  .btn-drk:hover {
    background-image: linear-gradient(to bottom right,#000000, #666666);
    color: #fff;
  }
  .btn-facilities{
    background-image: linear-gradient(to bottom right,#666666, #000000);
    color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: none;
    border-radius: 30px;
    padding: 0.7rem 2rem;
    transition: background-color 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 600;
    margin: 5px;
  }
  .btn-facilities:hover {
    background-image: linear-gradient(to bottom right,#000000, #666666);
    color: #fff;
  }
  .home-btn-drk{
    background-image: linear-gradient(to bottom right,#666666, #000000);
    color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: none;
    border-radius: 30px;
    padding: 0.5rem 2rem;
    transition: background-color 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lora', serif;
  }

  .home-btn-drk:hover {
    background-image: linear-gradient(to bottom right,#000000, #666666);
    color: #fff;
  }
  .home-navbar {
    background-color: white;
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 0.5rem 1rem;
    width: 100%;
    max-width: 1350px;
  }

  .home-executive {
    background-color: #fcfaf8;
    padding: 3rem 3rem;
  }
  .home-executive h2{
    font-size: 50px;
    font-family: 'Lora', serif;
    font-weight: 700;
  }
  .home-executive h6{
    font-size: 16px;
    font-family: 'Lora', serif;
    font-weight: 700;
  }
  .home-executive-card p{
    font-size: 12px;
    color: #737373;
    margin: 0px;
  }
  .home-executive-card .card-body{
    padding: 1.5rem 0.5rem;
    display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 40%;
    
  }
  .home-executive .carousel-inner {
    padding: 1rem 0;
  }
  .home-executive .carousel-item{
    padding: 5px 30px;
  }
  .home-executive-card img {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
  }

  .home-executive-card {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: 18%;
  }
  .home-executive .carousel-control-prev{
    left: -100px;
  }
  .home-executive .carousel-control-next{
    right: -100px;
  }
  .carousel-control-prev-icon,
.carousel-control-next-icon {
    background: none;
    font-size: 1rem;
    padding: 3px;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    
  }
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    border: 1px solid #000;
    border-radius: 50%;
    color: #fff;
    background-color: #000;
    
  }

  .carousel-indicators {
    bottom: -40px; /* adjust based on your layout */
    display: flex;
    align-items: center;
  }
  
  .carousel-indicators [data-bs-target] {
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 50%;
    border: none;
    margin: 0 6px;
    position: relative;
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
    transform: none !important; /* disables Bootstrap’s animation transform */
  }
  
  /* Active state - larger ring */
  .carousel-indicators .active {
    background-color: transparent;
    opacity: 1;
    border: 1px solid #000; /* thicker border for a more noticeable ring */
    width: 22px;
    height: 22px;
  }
  
  /* Inner dot inside the ring */
  .carousel-indicators .active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  
  .home-btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
  }

  .home-facilities {
    padding: 1rem 1rem;
  }
  
  .courses-container p{
    font-size: 18px;
    line-height: 2;
    color: #a3a4a7;
  }
  .home-facilities img {
    border-radius: 20px;
    width: 100%;
    height: auto;
  }
  .staff-card {
    /* min-width: 23%; */
    flex: 0 0 23%;
    background-color: #fff;
  }
  .staff-card img {
    position: absolute;
    top: -35px;
    left: 33%;
}
.staff-corousel-control {
  bottom: -40px;
  right: 90px;
}




  .courses-card{
    left: 65%;
    top: 50%;
    width: 70%;
    z-index: 2;
    position: absolute;
  }
  .mandatory{
    background-color: #fcfaf8;
  }
  .contact-text{
    font-size: 20px;
    color: #252b42;
  }
  .footer-section {
    background-color: #191a23;
    font-family: 'Segoe UI', sans-serif;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .footer-section ul li a{
    list-style: none;
    font-family: 'lora', serif;
    font-size: 16px;
   color: #a3a4a7;
  }

  .footer-section ul li a:hover {
    text-decoration: underline;
    color: #fff;
  }

  .footer-section img {
    
    vertical-align: middle;
  }

  .footer-section i {
    vertical-align: middle;
  }

  .footer-section hr {
    opacity: 0.6;
  }

  .footer-logo {
    font-size: 14px;
    width: 19%;
    
  }
  .rights-text{
    font-size: 14px;
    font-family: 'lora', serif;
  }
  /* careers css */

  .career-section {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }

  
  .career-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .career-list li {
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    font-size: 20px;
    font-family: 'lora', serif;
  }

  .career-list li:last-child {
    border-bottom: none;
  }

  /* careere end */

  /*mandatory disclosures css */

  .doc-button {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-family: Poppins;
    font-size: 14px;

  }
  .doc-button:hover,.doc-button:checked {
   color: #fff;
   background-image: linear-gradient(to bottom right,#000000, #666666);
    
  }

  /*mandatory disclosures end */

  /* about us  */

  .about-banner {
    background: url('assets/images/banner-bg.png') no-repeat center center/cover;
    padding: 80px 0;
    text-align: center;
    color: #000;
  }
  .about-section img {
    width: 100%;
    border-radius: 15px;
  }
  .milestones {
    background: #fcfaf8;
    padding: 40px 0;
  }
  .milestone-item h4 {
    font-weight: 600;
  }
  .about-us-indicators{
    top: 0px;
    right: 35px;
  }
  .executive-wrapper {
  position: relative;
  width: 25%;
  margin-bottom: 15px;
  padding-top: 20px;
  margin-top: 60px;
}

.executive-img-floating {
  width: 230px;
  height: 230px;
  object-fit: cover;

  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: white;
}

.executive-card {
  margin-top: 60px;
  padding-top: 78px;
  border-radius: 20px;
  border: 1px solid #979797;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  background-color: #ffffff;
  border-radius: 30px;
  border-bottom: 0px;
}
.executive-card .card-body{
  background-color: #f5f7fe;
  border: 0.5px solid #979797;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 150px;

}
.executive-card .card-body:hover{
  background: linear-gradient(to bottom right,#666666, #000000) !important;
  color: #fff;
  

}
.carousel-control-icon {
  width: 40px;
  height: 40px;
  font-size: 16px;
  padding: 15px;
   color: #fff;
   border:1px solid #000;

}
.carousel-control-icon:hover {
  width: 40px;
  height: 40px;
  font-size: 16px;
  padding: 15px;
   color: #fff !important;
background-color: #000;
border:none;
}

.custom-carousel-btn {
  top: -65px;
  right: -40px;
  bottom: auto;
  left: auto;
  transform: none;
}

.carousel-control-prev.custom-carousel-btn {
  right: 30px;
}

/* .d-flex.gap-5 > * {
  min-width: 0;
} */
.hr-line {
  margin-top: 10px;
}



  .years-btn{
    background-image: linear-gradient(to bottom right,#666666, #000000);
    margin: 0px 15px 15px 15px;
      border-radius: 10px;
  }
  .years-btn:hover{
      color: #fff;
  }
  .years-btn h3{
      font-size: 90px;
      font-family: 'Lora', serif;
  }
  .years-btn h6{
      font-size: 35px;
      font-family: 'Lora', serif;
      font-weight: 500;
      line-height: 1;
      text-align: left;
  }
  .executive-img {
    border-radius: 20px;
    border: 2px solid #ddd;
    padding: 10px;
  }
  .experience-section img {
    width: 100%;
    border-radius: 15px;
  }
  .faq-section .accordion-item {
  border: none !important;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: transparent;
}

.faq-section .accordion-button {
  background-color: #fff;
  box-shadow: none;
  font-weight: 600;
  padding-right: 20px;
  border-radius: 8px;
  font-family: 'Lora', serif;
  font-size: 18px;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
}

.faq-section .accordion-body {
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
  padding: 15px;
  border-radius: 0 0 8px 8px;
}

.faq-icon {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .faq-icon {
  transform: rotate(180deg);
}

.accordion-button::after {
  display: none !important;
}


/* about us end */

/* executive body */
.executive-body-card {
  border-radius: 15px;
  background-color: white;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
}


.executive-body-card img {
  height: 160px;
  object-fit: cover;
}



/* contact  */
.contact-card {
  border-radius: 20px;
  background-color: #fff;
}
.contact-card .info-text{
  font-size: 25px;
  font-family: 'poppins';
}
.contact-card p{
  font-size: 20px;
  color: #252b42;
  line-height: 1.2;
}
.contact-input {
  border-radius: 25px;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  font-size: 14px;
}

.contact-input:focus {
  border-color: #999;
  box-shadow: none;
}
.form-label{
  color: #5c5c5c;
  font-size: 18px;
}
input,textarea{
  font-size: 15px;
}

.contact-btn {
  background: linear-gradient(90deg, #000, #333);
  color: #fff;
  border-radius: 25px;
}

.contact-icon {
  width: 42px;
  height: 42px;
  background-color: #f1f1f1;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.contact-map iframe {
  width: 100%;
  height: 420px;
  border: none;
}

@media (max-width: 768px) {
  .contact-card {
    padding: 1.5rem 1rem;
  }
}


/* contact end */


/* gallery */

.gallery-thumb {
  cursor: pointer;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.gallery-thumb:hover {
  transform: scale(1.03);
}

/* Modal styling */
.modal-backdrop {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal-content-box {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  overflow: hidden;
  background-color: white;
}

.modal-content-box img,
.modal-content-box video {
  width: 700px;
  height: 500px;
  border-radius: 12px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  color: black;
  border-radius: 50%;
  padding: 5px 12px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  z-index: 100;
}
.pagination .page-item.active .page-link {
          background-color: #000;
          color: #fff !important;
          border-color: #000;
        }
        .pagination .page-link {
          color: #000;
        }

/* courses */
/* .tab-button {
  border-radius: 30px;
  background-color: black;
  color: white;
  padding: 8px 30px;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  margin: 20px 10px;
  border: none;
}
.custom-table {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  border-color: #000000 50%;
}
.custom-table table {
  border-collapse: collapse;
  width: 100%;
}
.custom-table td {
  border: none !important;
  vertical-align: middle !important;
  padding: 12px 15px;
}
.bottom-box {
  background-color: black;
  color: white;
  border-radius: 15px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
} */
.tab-button {
  border-radius: 999px;
  padding: 10px 30px;
  margin: 0 10px;
  font-weight: 500;
}
.tab-button.active {
  background-color: black;
  color: white;
}
.table-container {
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #979797;
  margin-left: 50px;
  margin-right: 50px;
}
table thead{
  border-bottom: 1px solid #979797;
}
table thead tr th{
  border-right: 1px solid #979797 !important;
}
table tbody tr td{
  border-right: 1px solid #979797 !important;
}
table thead tr th:last-child,
table tbody tr td:last-child {
  border-right: none !important;
}
table th {
  font-size: 27px;
  text-align: center;
  background: white;
  border-bottom: 1px solid #979797;
  font-family: "Lora", serif;
}
table td {
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
table tbody tr {
  border-bottom: none !important;
}

.fee-box {
  margin: 50px;
  color: white;
  border-radius: 20px;
  padding: 15px 30px;
  
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fee-box span {
  font-size: 27px;
  font-weight: 600;
  font-family: "Lora", serif;
  color: #fff;
  opacity: 1;
  margin-bottom: 0px;
}
/* courses end */

/* animations */
/* Animations for home pageeee */
.animate {
  opacity: 0;
  transform: scale(0.8) translateY(30px);
  transition: all 0.6s ease-out;
  animation-duration: 1s;
  animation-fill-mode: both;
  }
  
  @keyframes slide-left {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Slide-Right Animation */
@keyframes slide-right {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Slide-Top Animation */
@keyframes slide-top {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Slide-Bottom Animation */
@keyframes slide-bottom {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Applying animation classes to each box */
/* Applied classes for animation */
.slide-left.show {
  animation-name: slide-left;
}

.slide-right.show {
  animation-name: slide-right;
}

.slide-top.show {
  animation-name: slide-top;
}

.slide-bottom.show {
  animation-name: slide-bottom;
}
.home-executive-desktop{
  display: block;
}
.home-executive-mobile{
  display: none;
}
@keyframes fade-in {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

.fade-in.show {
  animation-name: fade-in;
  animation-duration: 1s;
}
@keyframes bounce-in {
  0% {
      transform: translateY(-1000px);
      opacity: 0;
  }
  60% {
      transform: translateY(30px);
      opacity: 1;
  }
  80% {
      transform: translateY(-10px);
  }
  100% {
      transform: translateY(0);
  }
}

.bounce-in.show {
  animation-name: bounce-in;
  animation-duration: 1s;
}
/* Zoom-In Animation */
@keyframes zoom-in {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.zoom-in.show {
    animation-name: zoom-in;
    animation-duration: 1s;
}
/* media queries */
.facilities-home{
  height: 50%;
}

@media (max-width: 576px) {
  .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-hero{
    align-items: end;
  }
  .home-hero h1{
    font-size: 40px;
    
  }
  .home-hero span{
    font-size: 40px;
  }
  h2,.home-executive h2,.home-facilities h2{
    font-size: 30px;
  }
  h3{
    font-size: 25px;
  }
  h4{
    font-size: 20px;
  }
  h5{
    font-size: 18px;
  }
  h6{
    font-size: 16px;
  }
  .text-container{
    padding: 20px !important;
  }
}
@media (max-width: 768px) {
  .d-flex.justify-content-between {
   flex-direction: column;
    align-items: center;
  }

  .home-executive-card{
    width: 48%;
   
  }
  .home-executive-desktop{
    display: none;
  }
  .home-executive-mobile{
    display: block;

   
  }
  .home-executive-mobile .d-flex.justify-content-between{
  
    flex-direction: row;
   
  }
  .home-executive-card img {
    height: 100px;
  }
  .home-executive-card .card-body{
    height: 100px;
  }
  .home-executive-card h6{
    font-size: 11px;
  }
  .home-executive-card p{
    font-size: 10px;
    line-height: 1.2;
  }
  .home-hero{
    height: 30vh;
  }
  .navbar-brand{
    width: 75% !important;
  }
  .home-executive .carousel-control-prev{
    left: -50px;
  }
  .home-executive .carousel-control-next{
    right: -50px;
  }
  .facilities-home{
   
    flex-direction: column;
    gap: 10px;
  }
  .executive-wrapper {
    margin-bottom: 40px;
  }
  .translate-middle {
    transform: translate(0%, 0%) !important;
    width: 100%;
    position: static;
}
.inner-hero{
  height: 25vh;
}
.milestone-start{
  align-items: center !important;
  text-align: center !important;
}
.executive-wrapper{
  margin-top: 30px;
  width: 100%;
}
.navbar-toggler-icon{
  margin-bottom: 0px !important;
}
.about-images-mobile{
  flex-direction: column;
}
.table-container{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.staff-card{
  /* width: 70%; */
  flex: 0 0 45%;
  margin-bottom: 30px;
}
.staff-card img{
  
  left: 20%;
}
.staff-card div{
  height: 100px;
  width: 150px;
}
.staff-corousel-control{
  bottom: 0px;
  right: 90px;
}
  .custom-carousel-btn {
    top: 100%;
    bottom: -40px;
  }

  .carousel-control-prev.custom-carousel-btn {
    left: 30%;
    right: auto;
    bottom: 50px;
  }

  .carousel-control-next.custom-carousel-btn {
    left: auto;
    right: -60px;
    bottom: 50px;
  }
  .home-executive .carousel-item {
    padding: 5px 0px;
}
 .home-navbar{
    max-width: 1200px;
}
 
}

@media screen and (max-width: 1366px) {
  .home-navbar{
    max-width: 1200px;
}
 .navbar-nav .nav-item, .navbar-nav .nav-item .btn{
    
    font-size: 13px;
  
  }
  .navbar-brand img{
    width: 45px;
  }
  .logo-text{
    font-size: 12px;
  }
  .footer-section ul li a{
    font-size: 13px;
  }
}