* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  background: white;
}

.no-scroll {
  overflow: hidden;
}

.main_container {
  width: 100%;
}
.main_container .main_wrapper {
  width: 100%;
  margin: auto;
}
.main_container .main_wrapper .Connect {
  display: flex;
  position: absolute;
  padding: 30px;
}
.main_container .main_wrapper .Connect .whatsapp {
  position: fixed;
  top: 50%;
  left: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  margin: 5px;
}
.main_container .main_wrapper .Connect .whatsapp .chip {
  color: green;
}
.main_container .main_wrapper .Connect .whatsapp a {
  text-decoration: none;
  color: green;
  font-size: larger;
  z-index: 999;
}
.main_container .main_wrapper .Connect .whatsapp a i {
  font-size: 70px;
  color: green;
}
.main_container .main_wrapper section {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #10497E;
  width: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 4;
}
.main_container .main_wrapper section .time_management {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_container .main_wrapper section .menu-btn {
  cursor: pointer;
  padding: 15px;
  display: none;
  flex-direction: column;
}
.main_container .main_wrapper section body.no-scroll {
  overflow: hidden;
}
.main_container .main_wrapper section .hidden {
  display: none;
}
.main_container .main_wrapper section #overlay.hidden {
  display: none;
}
.main_container .main_wrapper section .bar {
  width: 30px;
  height: 3px;
  margin: 6px 0;
  transition: 0.4s;
}
.main_container .main_wrapper section div.time_management, .main_container .main_wrapper section .quick_contact {
  padding: 5px;
}
.main_container .main_wrapper section div.time_management a, .main_container .main_wrapper section .quick_contact a {
  text-decoration: none;
  color: white;
  padding: 10px;
  font-weight: 600;
}
.main_container .main_wrapper section .quick_contact {
  display: flex;
  align-items: center;
}
.main_container .main_wrapper section .quick_contact .__closet h4 {
  padding: 0;
  cursor: pointer;
  color: white;
  display: none;
}
.main_container .main_wrapper section .quick_contact .__closet span {
  display: none;
  min-height: 100px;
  position: absolute;
  background-color: #fff;
  width: 100%;
}
.main_container .main_wrapper section .quick_contact .__closet:hover {
  cursor: pointer;
}
.main_container .main_wrapper section .quick_contact .__closet:hover span {
  display: flex;
  align-items: center;
  text-align: center;
}
.main_container .main_wrapper section .quick_contact .__social_media svg {
  width: 20px;
  height: 20px;
  fill: rgba(190, 187, 187, 0.662745098);
  cursor: pointer;
  margin-right: 10px;
}
.main_container .main_wrapper section .quick_contact .__social_media svg:hover {
  fill: white;
  transition: all ease-in-out 0.8s;
}
.main_container .main_wrapper section .quick_contact:hover {
  transition: all ease-in 0.5s;
  z-index: 4;
}
.main_container .main_wrapper .ed_link_headers {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  margin-top: 70px;
}
.main_container .main_wrapper .ed_link_headers .menu-close {
  display: none;
}
.main_container .main_wrapper .ed_link_headers .outer_link_header {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: white;
  position: absolute;
  top: 60px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3764705882);
  padding: 15px;
}
.main_container .main_wrapper .ed_link_headers .outer_link_header div.contact_chip img {
  width: 70px;
  height: 63px;
}
.main_container .main_wrapper .ed_link_headers .outer_link_header .link_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}
.main_container .main_wrapper .ed_link_headers .outer_link_header .link_header .menu-close {
  display: none;
}
.main_container .main_wrapper .ed_link_headers .outer_link_header .link_header div > a {
  text-decoration: none;
  color: #10497E;
  font-weight: 900;
  font-size: 20px;
  margin: auto;
  font-weight: 400;
  letter-spacing: 0.03em;
  transition: color 0.3s;
}
.main_container .main_wrapper .ed_link_headers .outer_link_header .link_header div > a:hover {
  color: #A41E22;
  transition: all ease-in 0.3s;
  font-size: 18px;
}
.main_container .main_wrapper .ed_link_headers .outer_link_header .link_header div.dropdown_menu span {
  display: none;
  position: absolute;
  min-width: 300px;
  z-index: 999;
  transition-delay: 0.5s;
  padding: 10px;
}
.main_container .main_wrapper .ed_link_headers .outer_link_header .link_header div.dropdown_menu:hover span {
  display: flex;
  background: #fff;
  flex-direction: column;
  transition: all ease-out 0.5s;
  transition-delay: 0.5s;
  border-radius: 10px;
  z-index: 3;
}
.main_container .main_wrapper .ed_link_headers .outer_link_header .link_header div.dropdown_menu:hover span a {
  padding: 10px 0 10px 20px;
  text-decoration: none;
  color: #10497E;
  font-weight: 600;
}
.main_container .main_wrapper .ed_link_headers .outer_link_header .link_header div.dropdown_menu:hover span a:hover {
  color: rgba(190, 187, 187, 0.9529411765);
  border-left: 5px solid #A41E22;
  height: 40px;
  margin-left: 2px;
  transition: all ease-in-out 0.5s;
}
.main_container .main_wrapper .ed_link_header {
  position: relative;
  width: 100%;
  background: url(../images/New_gate.JPG) no-repeat;
  background-position: 120% -5%;
  background-size: cover;
  height: 100vh;
}
.main_container .main_wrapper .ed_link_header .menu-close {
  display: none;
}
.main_container .main_wrapper .ed_link_header .outer_link_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.4941176471);
  position: absolute;
  top: 60px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3764705882);
  padding: 15px;
}
.main_container .main_wrapper .ed_link_header .outer_link_header div.contact_chip img {
  width: 70px;
  height: 63px;
  color: #A41E22;
}
.main_container .main_wrapper .ed_link_header .outer_link_header .link_header {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.main_container .main_wrapper .ed_link_header .outer_link_header .link_header .menu-close {
  display: none;
}
.main_container .main_wrapper .ed_link_header .outer_link_header .link_header div > a {
  text-decoration: none;
  color: #10497E;
  font-weight: bolder;
  font-size: 20px;
  margin: auto;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: color 0.3s;
}
.main_container .main_wrapper .ed_link_header .outer_link_header .link_header div > a:hover {
  border-bottom: 4px solid #A41E22;
  transition: all ease-in 0.3s;
  font-size: 21px;
}
.main_container .main_wrapper .ed_link_header .outer_link_header .link_header div.dropdown_menu span {
  display: none;
  position: absolute;
  min-width: 300px;
  z-index: 9999;
  transition-delay: 0.5s;
  padding: 10px;
}
.main_container .main_wrapper .ed_link_header .outer_link_header .link_header div.dropdown_menu:hover span {
  display: flex;
  background: rgba(255, 255, 255, 0.9843137255);
  color: #10497E;
  border-radius: 0 10px 10px 10px;
  flex-direction: column;
  transition: all ease-out 0.5s;
  transition-delay: 0.5s;
  z-index: 3;
}
.main_container .main_wrapper .ed_link_header .outer_link_header .link_header div.dropdown_menu:hover span a {
  padding: 10px 0 10px 20px;
  text-decoration: none;
  color: #10497E;
  font-weight: 600;
}
.main_container .main_wrapper .ed_link_header .outer_link_header .link_header div.dropdown_menu:hover span a:hover {
  color: #585858;
  border-left: 4px solid rgba(164, 30, 34, 0.6980392157);
  height: 40px;
  margin-left: 2px;
  transition: all ease-in-out 0.5s;
}
.main_container .main_wrapper #main-header.scroll {
  background-color: rgba(255, 187, 0, 0.231372549) transparent;
  background: url(../images/bg7.jpg) no-repeat;
  height: 150px;
  transition: all ease-in-out 0.8s;
  position: static;
}
.main_container .main_wrapper #main-header.scroll #logo img {
  height: 70px;
  width: 70px;
  transition: all ease-in-out 0.8s;
  border: 1px solid #232323;
  border-radius: 50%;
  padding: 10px;
}
.main_container .main_wrapper #main-header.scroll .link_header a {
  color: #555;
}

.main_footer {
  position: static;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #10497E;
  color: #fff;
  text-align: left;
  padding: 50px;
}
.main_footer .footer_content {
  padding: 30px;
  display: flex;
  justify-content: space-evenly;
  width: 70%;
}
.main_footer .footer_content .school_info .school_logo_footer img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: white;
  padding: 5px;
}
.main_footer .footer_content .school_info .head_teacher {
  padding: 30px;
  font-size: larger;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.main_footer .footer_content .school_info .head_teacher span.head_t {
  padding: 5px;
  font-size: large;
  font-weight: 600;
  color: #fff;
}
.main_footer .footer_content .school_info .head_teacher h2 {
  border-bottom: 1px solid white;
  width: -moz-fit-content;
  width: fit-content;
}
.main_footer .footer_content .school_info .head_teacher section {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.main_footer .footer_content .school_info .head_teacher section span {
  cursor: pointer;
  margin-right: 8px;
}
.main_footer .footer_content .school_info .head_teacher section span i {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
  margin-top: 3px;
}
.main_footer .footer_content .school_info .head_teacher section span a {
  color: white;
  text-decoration: none;
}
.main_footer .footer_content .school_info .head_teacher section span:hover {
  color: #fff;
  transition: all ease-in-out 0.5s;
  font-size: large;
}
.main_footer .footer_content .footer_contacts {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_footer .footer_content .footer_contacts h2 {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-bottom: 1px solid white;
}
.main_footer .footer_content .footer_contacts .contacts_info {
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin: 10px;
}
.main_footer .footer_content .footer_contacts .contacts_info span {
  padding: 10px;
  font-size: 15px;
  cursor: pointer;
}
.main_footer .footer_content .footer_contacts .contacts_info span a {
  color: white;
  text-decoration: none;
}
.main_footer .footer_content .footer_contacts .contacts_info span:hover {
  font-weight: 500;
  transition: all ease-in 0.8s;
}
.main_footer .footer_content #cookieBanner {
  position: fixed;
  bottom: 20px;
  left: 30px;
  width: 30%;
  padding: 10px;
  background-color: #10497E;
  color: white;
  text-align: center;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_footer .footer_content #cookieBanner p {
  margin: 0;
}
.main_footer .footer_content #cookieBanner button {
  margin: 5px;
  width: 40%;
  height: 40px;
  padding: 8px 15px;
  background-color: white;
  color: rgba(16, 73, 126, 0.7607843137);
  border: none;
  cursor: pointer;
}
.main_footer .footer_content #cookieBanner button:hover {
  transition: all ease-in-out 0.5s;
  border: 1px solid #fff;
  padding: 10px 18px;
  background: rgba(16, 73, 126, 0.7607843137);
  color: #fff;
  font-weight: bold;
}
.main_footer .last_footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 10px;
}
.main_footer .last_footer .left_last {
  display: flex;
  justify-content: space-around;
  width: 70%;
  cursor: pointer;
}
.main_footer .last_footer .left_last div a {
  color: white;
  text-decoration: none;
}
.main_footer .last_footer .right_last {
  cursor: pointer;
}
.main_footer .last_footer .right_last span a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.main_footer .last_footer .left_last div:hover, .main_footer .last_footer .right_last div:hover {
  color: rgba(35, 35, 35, 0.4117647059);
  font-size: medium;
  transition: all ease-in 0.5s;
}

@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  .main_container {
    width: 100%;
  }
  .main_container .main_wrapper section {
    height: 13vh;
    background: #ffffff;
  }
  .main_container .main_wrapper section .time_management {
    display: none;
  }
  .main_container .main_wrapper section .quick_contact {
    display: none;
  }
  .main_container .main_wrapper section .menu-btn {
    display: flex;
  }
  .main_container .main_wrapper section .bar {
    background: black;
  }
  .main_container .main_wrapper .ed_link_header {
    background-position: 38% -20%;
    background-size: cover;
    height: 60vh;
  }
  .main_container .main_wrapper .ed_link_header div.menu-close, .main_container .main_wrapper .ed_link_headers div.menu-close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 10px;
    padding: 10px;
    z-index: 6;
  }
  .main_container .main_wrapper .ed_link_header div.menu-close i, .main_container .main_wrapper .ed_link_headers div.menu-close i {
    color: #10497E;
    font-size: xx-large;
  }
  .main_container .main_wrapper .ed_link_header div.menu-close i:hover, .main_container .main_wrapper .ed_link_headers div.menu-close i:hover {
    color: #A41E22;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_head, .main_container .main_wrapper .ed_link_headers .outer_link_head {
    display: none; /* Initially hidden */
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0); /* Start with scale 0 (invisible) */
    opacity: 0; /* Start with 0 opacity */
    z-index: 1000;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.8s ease, opacity 0.5s ease;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_head .contact_chip, .main_container .main_wrapper .ed_link_headers .outer_link_head .contact_chip {
    display: none;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_head .link_header, .main_container .main_wrapper .ed_link_headers .outer_link_head .link_header {
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    height: 100vh;
    width: 100%;
    z-index: 999;
    /* Dropdown content (hidden by default) */
    /* Show dropdown */
    /* Caret rotation */
  }
  .main_container .main_wrapper .ed_link_header .outer_link_head .link_header .menu-close, .main_container .main_wrapper .ed_link_headers .outer_link_head .link_header .menu-close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 10px;
    padding: 10px;
    z-index: 6;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_head .link_header .menu-close i, .main_container .main_wrapper .ed_link_headers .outer_link_head .link_header .menu-close i {
    color: #10497E;
    font-size: xx-large;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_head .link_header a, .main_container .main_wrapper .ed_link_headers .outer_link_head .link_header a {
    text-decoration: none;
    font-size: x-large;
    color: #10497E;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_head .link_header i, .main_container .main_wrapper .ed_link_headers .outer_link_head .link_header i {
    text-decoration: none;
    color: #10497E;
    font-size: x-large;
    padding: 10px;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_head .link_header .dropdown-content, .main_container .main_wrapper .ed_link_headers .outer_link_head .link_header .dropdown-content {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    gap: 10px;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_head .link_header .dropdown-content a, .main_container .main_wrapper .ed_link_headers .outer_link_head .link_header .dropdown-content a {
    text-decoration: none;
    color: #10497E;
    font-size: large;
    padding: 10px;
    background: whitesmoke;
    width: 90%;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_head .link_header .dropdown-content.show, .main_container .main_wrapper .ed_link_headers .outer_link_head .link_header .dropdown-content.show {
    max-height: 500px;
    opacity: 1;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_head .link_header .caret, .main_container .main_wrapper .ed_link_headers .outer_link_head .link_header .caret {
    transition: transform 0.3s ease;
    cursor: pointer;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_head .link_header .caret.up, .main_container .main_wrapper .ed_link_headers .outer_link_head .link_header .caret.up {
    transform: rotate(180deg);
  }
  .main_container .main_wrapper .ed_link_header .outer_link_head.open, .main_container .main_wrapper .ed_link_headers .outer_link_head.open {
    transform: translate(-50%, -50%) scale(1); /* End at scale 1 (visible) */
    opacity: 1; /* Fully visible */
  }
  .main_container .main_wrapper .ed_link_header .outer_link_header, .main_container .main_wrapper .ed_link_headers .outer_link_header {
    display: none;
    z-index: 5;
    width: 80%;
    position: absolute;
    flex-direction: row-reverse;
    top: 0;
    left: 0;
    height: 100vh;
    background: white;
    justify-content: flex-start;
    box-shadow: unset;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_header div.contact_chip, .main_container .main_wrapper .ed_link_headers .outer_link_header div.contact_chip {
    display: none;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_header .link_header, .main_container .main_wrapper .ed_link_headers .outer_link_header .link_header {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    height: auto;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_header .link_header .menu-close, .main_container .main_wrapper .ed_link_headers .outer_link_header .link_header .menu-close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 10px;
    padding: 10px;
    z-index: 6;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_header .link_header .menu-close i, .main_container .main_wrapper .ed_link_headers .outer_link_header .link_header .menu-close i {
    color: #10497E;
    font-size: xx-large;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_header .link_header .menu-close i:hover, .main_container .main_wrapper .ed_link_headers .outer_link_header .link_header .menu-close i:hover {
    color: #A41E22;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_header .link_header div, .main_container .main_wrapper .ed_link_headers .outer_link_header .link_header div {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
    height: 100%;
  }
  .main_container .main_wrapper .ed_link_header .outer_link_header .link_header div a, .main_container .main_wrapper .ed_link_headers .outer_link_header .link_header div a {
    padding: 20px;
  }
  .main_footer {
    all: unset;
    width: 100%;
    background: #10497E;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main_footer .footer_content {
    all: unset;
    flex-direction: column;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main_footer .footer_content .school_info {
    width: 100%;
    padding: 10px;
  }
  .main_footer .footer_content .school_info .school_logo_footer {
    padding: 10px;
  }
  .main_footer .footer_content .school_info .school_logo_footer img {
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50%;
    padding: 5px;
  }
  .main_footer .footer_content .school_info .head_teacher {
    width: 100%;
  }
  .main_footer .footer_content .school_info .head_teacher span.head_t {
    font-size: large;
  }
  .main_footer .footer_content .footer_contacts {
    flex-direction: column;
    width: 100%;
  }
  .main_footer .footer_content .footer_contacts h2 {
    color: #fff;
    padding: 10px;
  }
  .main_footer .footer_content .footer_contacts .contacts_info {
    all: unset;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main_footer .footer_content .footer_contacts .contacts_info span {
    font-size: 15px;
  }
  .main_footer .footer_content #cookieBanner {
    width: 85%;
    position: center center;
  }
  .main_footer .last_footer {
    width: 100%;
    flex-direction: column;
  }
  .main_footer .last_footer .left_last {
    width: 100%;
    flex-wrap: wrap;
    padding: 20px;
  }
  .main_footer .last_footer .right_last {
    cursor: pointer;
    text-align: center;
    padding: 10px;
  }
  .main_footer .last_footer .right_last span {
    text-align: center;
  }
  .main_footer .last_footer .right_last span a {
    color: #fff;
  }
}/*# sourceMappingURL=all.css.map */