* {
  box-sizing: border-box;
}

.logo {
  padding-top: 5px;
  margin-left: 2%;
}

.logo2 {
  margin-left: 2%;
  padding-top: 5px;

}

.text_logo {
  float: left;
  font-family: "Aclonica", Sans-serif;
  width: 1070px;
  height: auto;
  text-align: center;
  color: #214674;
}

.tColor {
  color: #214674;

}

.acolor {
  background-color: #214674;
  color: #fff;
}

.color {
  background-color: #EEEEEE;
  color: #000;
}

.hcolor {
  background-color: #214674;
  color: #fff;
}

.manu-icon {
  color: #214674;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');


.navbar .navbar-nav .nav-link {
  padding: 30px 15px;
  color: var(--dark);
  font-weight: 600;
  outline: none;
}

/* .navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
} */

.navbar.sticky-top {
  top: -100px;
  transition: .5s;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 5px;
  transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(-180deg);
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    margin-top: 15px;
    border-top: 1px solid #EEEEEE;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    top: calc(100% - 15px);
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;

  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}

.menu_bar {
  float: left;
  display: flex;
  position: relative;
  width: 100%;
  background-color: #214674;
  color: #fff;
  height: auto;

}


.middle_container {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.new_bar {
  width: 100%;
  height: 40px;
  background-color: #E15517;
  color: #fff;

}

.new_bar span {
  display: block;
  padding: 10px;
  font-weight: bold;
}

.v_menu {
  float: left;
  width: 25%;
  height: auto;
  margin-left: 9px;
}


li a {
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  color: #fff;
}

h1 a {
  text-decoration: none;
  font-weight: bold;
  color: #214674;
}

h3 a {
  text-decoration: none;
  font-weight: bold;
  color: #214674;
}

img {
  overflow-clip-margin: content-box;
  overflow: clip;
}

.h {
  height: 350px;
}

.info {
  float: left;
  width: 100%;
  display: flex;
  height: auto;
  padding: 0px;
  margin: 8px;
  border: 1px solid #eee;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.school_info {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
}

.school_info h1 {
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: #F65314;
}


.block_container {
  width: 100%;
  height: auto;
  float: left;
}

.block {
  width: 45%;
  height: 380px;
  float: left;
  margin: 20px;
  box-shadow: 3px 3px 3px 3px #666;
  border: 3px solid #eee;
}

.block h4 {
  color: #214674;
  margin: 0px;
}

.block img {
  height: 230px;
  width: 40%;
  margin: 8px;
  float: left;
}

.block span {
  display: flow;
  font-size: 15px;
  margin-right: 22px;
}

.footer {
  float: left;
  width: 100%;
  background-color: #1564c5;
  color: #fff;
  height: auto;
  border-top: 2px solid rgb(18, 19, 18);
  color: rgb(10, 10, 10);
}

.section {
  float: left;
  width: 23%;
  height: auto;
  padding: 7px;
  margin: 10px;
  display: flex;
  margin: 10px;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-evenly;
  align-items: center;
}

.section_bar {
  width: 100%;
  display: flex;
  background-color: #fff;
  color: #F65314;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 5px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.section a {
  text-decoration: none;
  color: #fff;
  line-height: 0.5em;
}

.contact i {
  display: flex;
  justify-content: center;
  float: left;
  margin-inline: 15px;
}

.middle_container {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.left_content {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.left_content span {
  float: left;
  width: 100%;
  display: block;
  padding: 15px;
  margin-left: 10px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 2em;
  text-align: justify;
}

.left_content h3 {
  color: #F65314;
  margin: 15px;
}

.bttn {
  height: auto;
  width: 100px;
  border: none;
  background-color: #F65314;
  color: #fff;
  opacity: 0.9;
  padding: 5px 9px 5px 1px;
  margin-top: 28px;
  border-radius: 5px;
}

.p_section {
  float: left;
  display: flex;
  width: 180px;
  border: 1px solid #ccc;
  margin: 15px;
  padding: 10px;
  height: 212px;
  font-weight: bold;
  font-size: 10px;
  background-color: #fff;
  color: #E15517;
  box-shadow: 3px 3px 3px 3px #666;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.p_section img {
  height: 160px;
  width: 160px;
}

.pp_section {
  float: left;
  margin: 8px;
  padding: 2px;
  padding-top: 8px;

}

.pp_section img {
  height: 180px;
  width: 150px;
  transition: scale 400ms;
}

.pp_section:hover img {
  scale: 120%;
}

img {
  overflow: hidden;
}

.img_container {
  padding: 10px;
  margin: 10px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.img_container h3 {
  color: #F65314;
  margin: 0px;
  font-size: 26px;
  padding: 10px;
}

.img_container img {
  height: 200px;
  width: 200px;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px 3px #666;
}

.inner .a h5 {
  text-decoration: none;
  color: #F65314;
  margin-left: 50px;
  margin-top: 10px;
}

.inner .a {
  text-decoration: none;
  color: #F65314;
}

.notification {
  float: left;
  width: 92%;
  background-color: #ddd;
  margin-bottom: 10px;
  height: auto;
}

.stext {
  float: left;
  width: 8%;
  color: #fff;
  background-color: #333;
  font-weight: bold;
  text-align: center;
}

.atag {
  text-decoration: none;
  color: #F65314;
  font-weight: bold;
}

.img_container img:hover {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  opacity: 0.8;
}

.inner {
  float: left;
  width: 100%;
  padding: 15px;
  margin-left: 10px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 2em;
  text-align: justify;
}

.tender_link {
  display: contents;
  text-decoration: none;
  color: #214674;
  font-size: 18px;
}

.gallery_detail {
  width: 99%;
  text-align: center;
  background-color: #ddd;
  margin: 0 10px 10px 10px;
}

.table_container {
  padding: 10px;
  margin: 10px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 82rem;
}

.quick-link {
  width: 95%;
  height: 30px;
  font-weight: 600;
  padding-left: 11px;
  background-color: #E15517;
  color: #fff;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.8 * var(--bs-gutter-x));
}

@media only screen and (max-width: 600px) {

  .header {
    float: left;
    width: 100%;
    margin: 1%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
  }

  .quick-link {
    width: 100%;
    height: 30px;
    font-weight: 600;
    padding-left: 22px;
    background-color: #E15517;

  }

  .logo {
    float: left;
    margin-left: 2%;
    height: auto;
  }

  .logo img {
    width: 35px;
    height: 90px;
  }

  .logo2 {
    float: left;
    height: auto;
  }

  .logo2 img {
    width: 35px;
    height: 90px;
  }

  .text_logo {
    float: left;
    font-family: "Aclonica", Sans-serif;
    width: 250px;
    height: auto;
    text-align: center;
    color: #214674;
  }

  .h {
    height: 250px;
  }

  .section {
    float: left;
    width: 90%;
    height: auto;
    padding: 7px;
    margin: 10px;
    display: flex;
    margin: 10px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
  }

  .section_bar {
    width: 100%;
    display: flex;
    background-color: #fff;
    color: #F65314;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 5px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
  }

  .block {
    width: 90%;
    height: auto;
    float: left;
    margin: 10px;
    box-shadow: 3px 3px 3px 3px #666;
    border: 3px solid #eee;
  }

  .footer {
    float: left;
    width: 100%;
    display: flex;
    background-color: #214674;
    color: #fff;
    height: auto;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
  }

  .left_content span {
    width: 100%;
    padding: 15px;
    margin-left: 10px;
    border-radius: 5px;
    text-align: justify;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .left_content h3 {
    color: #F65314;
    margin: 0px;
  }

  .notification {
    background-color: #ddd;
    width: 90% !important;
    margin-top: 18px;
    float: left;
    margin-bottom: 10px;
    height: 20px;
  }

  .stext {
    float: left;
    margin-top: 1pc;
    width: 10%;
    color: #fff;
    background-color: #333;
    font-weight: bold;
    font-size: 9px;
  }

  .inner {
    float: left;
    width: 100%;
    padding: 15px;
    margin-left: 10px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 2em;
    text-align: justify;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
  }

  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

}

/*** Facility ***/
/* General Styling */
.facility-card {
  background: #e7b4b4ad;
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-direction: column;

}

.facility-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

*/ .facility-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  perspective: 1000px;
  /* enables 3D effect */
}

.facility-icon img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}

.facility-icon:hover img {
  transform: rotateY(360deg);
}

.facility-icon i {
  font-size: 40px;
  color: #fff;
}

.facility-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.facility-card p {
  font-size: 14px;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .facility-icon img {
    width: 120px;
    height: auto;
  }
}

.facility-icon img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.facility-card h3 {
  font-size: 18px;
}

.facility-icon:hover img {
  transform: rotateX(360deg);
}

.facility-icon:hover img {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.section-bg {
  position: relative;
  background-image: url('public/storage/images/image-slider-4.JPG');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}

.section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('public/storage/images/image-slider-4.JPG');
  z-index: 0;
}

/* Ensure content sits above overlay */
.section-bg .container {
  position: relative;
  z-index: 1;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #474544;
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
  margin: 0 5px;
}

.carousel-indicators .active {
  background-color: #428CC6;
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(100%);
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  opacity: 1;
}

:root {
  --primary-color: #11098aec;
}

.container-xxl {
  background-color: #ecece9da;
}

.navbar {
  background: #d4d3cf7c;
  font-size: 20px;
  font-weight: 700px;

}

a:hover {
  color: var(--primary-color);
}

.btn-outline {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.header_color {
  background: #d4d3cf7c;
}

.static-header {
  text-align: center;
}

.nav {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: (#fff, 0.65) !important;
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1) !important;
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%2833, 37, 41, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e);
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);

  font-weight: bold;


}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0rem;
  --bs-navbar-color: (#fff, 0.65) !important;
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1) !important;
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%2833, 37, 41, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e);
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  /* position: relative !important; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: bold;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-light .navbar-nav .nav-link {
  background-color: #214674;
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
  background-color: #FFF;
  color: #F65314 !important;
}

.wobble-image {
  transform-style: preserve-3d;
  perspective: 400px;
  transform-origin: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.6s ease-in-out;
}

.wobble-image:hover {
  transform: rotateY(180deg) scale(0.95);
}


.carousel-image {
  height: 100vh;
  object-fit: cover;
}

.blur-background {
  backdrop-filter: blur(5px);
  /* Blur intensity */
  -webkit-backdrop-filter: blur(5px);
  /* Safari support */
  background-color: rgba(255, 255, 255, 0.3);
  /* Transparent white */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

:root {
  --a: var(--text-color);
}

* {
  color: var(--text-color);
}

a {
  color: var(--a);
  text-decoration: none;
}

.image-hover {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.image-hover img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.image-hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--text-color);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.image-hover:hover::after {
  opacity: 0.4;
}

.image-hover:hover img {
  transform: scale(1.05);
}

h1.mb-0.text-bold.font-bold {
  font-weight: 800;
  font-size: 30px;
  text-align: center;
}

.card.shadow-lg.border-0.h-100 {
  background: rgba(225, 154, 154, 0.694);
}


.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  border-radius: 5px;
  padding: 6px 12px;
  box-sizing: border-box;
  width: 100%;
  /* full width */
}

.marquee-text {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 7s linear infinite;
}

.marquee-container:hover .marquee-text {
  animation-play-state: paused;
}

.marquee-data {
  font-weight: 900;
  /* color: #be0101; */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.outer-logo {
  background: #ecc983;
  padding: 10px;
}

.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
}

.heading img {
  height: 80px;
  max-width: 100px;
  object-fit: contain;
}

.heading h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  flex: 1 1 auto;
}

.custom-list li {
  position: relative;
  padding-left: 1.5em;
  /* space for the icon */
  margin-bottom: 0.75rem;
}

.custom-list li i {
  position: absolute;
  left: 0;
  top: 0.15em;
  color: #0e3818;
  /* Bootstrap's text-success color */
}

h3.mb-4 {
  color: aliceblue;
}

a.links {
  color: aliceblue;
}

.dropdown-menu.rounded-0.border-0.shadow-sm {
  background-color: rgba(225, 154, 154, 0.694);
  padding:10px;

}
.card.shadow.h-100 {
    background: rgba(225, 154, 154, 0.694);
}

.container.py-4 {
    width: 72rem;
}




