@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

.about_main_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 250px;
}
.about_main_container .about_wrapper {
  width: 90%;
  background: url(../images/ed_1.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 70vh;
  border-radius: 10px;
  margin: auto;
}
.about_main_container .about_wrapper .about_content {
  display: flex;
  justify-content: center;
}
.about_main_container .about_wrapper .about_content .about_us {
  width: 45%;
  height: 500px;
  position: relative;
  top: 120px;
  background: rgba(243, 243, 243, 0.6705882353);
  padding: 10px;
  border-radius: 50px 0 0 10px;
  color: rgba(35, 35, 35, 0.8274509804);
}
.about_main_container .about_wrapper .about_content .about_us h1 {
  text-align: center;
  padding: 20px;
  margin: 10px;
  font-size: 38px;
  color: #10497E;
}
.about_main_container .about_wrapper .about_content .about_us span {
  padding: 0 0 10px 10px;
  line-height: normal;
  letter-spacing: 1.5;
  min-width: 10px;
  text-align: justify;
}
.about_main_container .about_wrapper .about_content .ed_proud {
  width: 45%;
  height: 500px;
  position: relative;
  top: 220px;
  background: #f3f3f3;
  padding: 10px;
  border-radius: 0 50px 10px 0;
}
.about_main_container .about_wrapper .about_content .ed_proud h1 {
  color: #10497E;
  padding: 10px, 0 0 0;
  font-size: 38px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.about_main_container .about_wrapper .about_content .ed_proud ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 50%;
  margin: auto;
}
.about_main_container .about_wrapper .about_content .ed_proud ul li {
  font-size: 22px;
  padding: 10px;
  margin: 10px;
}

.main_about_us .min_about_us {
  display: flex;
  width: 100%;
  flex-direction: column;
  background: url(../images/select2.jpg) repeat;
  height: 80vh;
  background-size: cover;
  background-position: center;
}
.main_about_us .min_about_us h1 {
  display: flex;
  justify-content: center;
  height: 100%;
  position: relative;
  top: 400px;
  color: #fff;
  font-size: 50px;
}
.main_about_us section {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  width: 90%;
}
.main_about_us section .left_section {
  display: flex;
  flex-direction: column;
}
.main_about_us section .left_section .section_title {
  background: #10497E;
  color: #fff;
}
.main_about_us section .left_section .section_title h1 {
  font-size: 38px;
  padding: 10px;
}
.main_about_us section .left_section .links_inside_the_section {
  background: #10497E;
  margin-top: 20px;
}
.main_about_us section .left_section .links_inside_the_section .links {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}
.main_about_us section .left_section .links_inside_the_section .links a {
  margin: 10px;
  color: #f3f3f3;
  text-decoration: none;
  font-size: 25px;
  font-weight: 600px;
  cursor: pointer;
}
.main_about_us section .left_section .links_inside_the_section .links a:hover {
  color: rgba(138, 137, 137, 0.8274509804);
  padding: 10px;
  transition: all ease-in-out 0.8s;
}
.main_about_us section .right_section {
  background: url(../images/ed_2.jpg) no-repeat;
  background-size: cover;
  height: 80vh;
  width: 40%;
  background-position: center center;
  border-radius: 10px;
  background-position-x: right;
  background-attachment: fixed;
}
.main_about_us section .right_section h1 {
  padding: 20px;
  color: #f3f3f3;
}
.main_about_us section .right_section ol {
  padding: 20px;
}
.main_about_us section .right_section ol li {
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: justify;
  display: flex;
  justify-content: flex-start;
}
.main_about_us section .right_section ol li i {
  margin-right: 5px;
  font-weight: bold;
}

.contact_wrapper {
  display: flex;
  flex-direction: column;
}
.contact_wrapper .min_contact {
  height: 70vh;
  background: url(../images/contact.jpg);
  background-size: cover;
  background-position: 10% 10%;
  width: 100%;
}
.contact_wrapper .min_contact h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 38px;
}
.contact_wrapper .contact_container {
  width: 100%;
  display: flex;
}
.contact_wrapper .contact_container .contact_personell {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 90%;
  padding: 30px;
}
.contact_wrapper .contact_container .contact_personell .headmaster, .contact_wrapper .contact_container .contact_personell .academic, .contact_wrapper .contact_container .contact_personell .brother, .contact_wrapper .contact_container .contact_personell .Sister, .contact_wrapper .contact_container .contact_personell .Accountant, .contact_wrapper .contact_container .contact_personell .Secretary {
  padding: 10px;
  border-bottom: 4px solid #10497E;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.contact_wrapper .contact_container .contact_personell .headmaster h1, .contact_wrapper .contact_container .contact_personell .academic h1, .contact_wrapper .contact_container .contact_personell .brother h1, .contact_wrapper .contact_container .contact_personell .Sister h1, .contact_wrapper .contact_container .contact_personell .Accountant h1, .contact_wrapper .contact_container .contact_personell .Secretary h1 {
  color: #A41E22;
}
.contact_wrapper .contact_container .contact_personell .headmaster h2, .contact_wrapper .contact_container .contact_personell .academic h2, .contact_wrapper .contact_container .contact_personell .brother h2, .contact_wrapper .contact_container .contact_personell .Sister h2, .contact_wrapper .contact_container .contact_personell .Accountant h2, .contact_wrapper .contact_container .contact_personell .Secretary h2 {
  color: #10497E;
  padding: 10px;
}
.contact_wrapper .contact_container .contact_personell .headmaster span, .contact_wrapper .contact_container .contact_personell .academic span, .contact_wrapper .contact_container .contact_personell .brother span, .contact_wrapper .contact_container .contact_personell .Sister span, .contact_wrapper .contact_container .contact_personell .Accountant span, .contact_wrapper .contact_container .contact_personell .Secretary span {
  font-size: large;
  color: rgba(35, 35, 35, 0.8274509804);
  padding: 15px;
}
.contact_wrapper .contact_container .contact_personell .headmaster span b i, .contact_wrapper .contact_container .contact_personell .academic span b i, .contact_wrapper .contact_container .contact_personell .brother span b i, .contact_wrapper .contact_container .contact_personell .Sister span b i, .contact_wrapper .contact_container .contact_personell .Accountant span b i, .contact_wrapper .contact_container .contact_personell .Secretary span b i {
  color: #A41E22;
}
.contact_wrapper .contact_container .direction {
  margin-right: 63px;
  width: 35%;
  position: relative;
}
.contact_wrapper .contact_container .direction h1 {
  color: #fff;
  text-align: center;
  padding: 20px;
  background: #10497E;
  text-transform: uppercase;
  position: absolute;
  top: -60px;
  width: 100%;
}
.contact_wrapper .contact_container .direction .map {
  background: #10497E;
  margin-top: 40px;
  color: #fff;
  padding: 30px;
  text-align: right;
  height: 500px;
  border-radius: 5px;
}

.admin_main_container {
  display: flex;
  width: 100%;
}
.admin_main_container .main_container {
  background: url(../images/lab2.jpg) no-repeat;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
.admin_main_container .main_container h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #73603c;
  font-weight: bold;
  font-size: 50px;
}

.alumni_main_container .alumni_container {
  background: url(../images/lab3.jpg) no-repeat;
  height: 70vh;
  background-position: center;
  background-size: cover;
}
.alumni_main_container .alumni_list {
  display: flex;
  width: 100%;
  padding: 30px;
}
.alumni_main_container .alumni_list .in_container {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
}
.alumni_main_container .alumni_list .in_container div {
  padding: 10px;
  background: #10497E;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 250px;
  width: 30%;
  border-radius: 10px;
  margin-bottom: 200px;
}
.alumni_main_container .alumni_list .in_container div img {
  width: 100%;
  height: 400px;
  border-radius: 5px;
}
.alumni_main_container .alumni_list .in_container div span {
  color: #10497E;
  font-size: larger;
  font-weight: bold;
  padding: 10px;
}

.school_main_container .school_container {
  background: url(../images/lab4.jpg) no-repeat;
  height: 100vh;
  background-position: center;
  background-size: cover;
}

.text_align {
  text-align: center;
  font-size: small;
}
.text_align h1 {
  color: rgba(35, 35, 35, 0.8274509804);
}
.text_align h1 a {
  text-decoration: none;
  color: #10497E;
}

.history_container {
  width: 100%;
  padding: 30px;
}
.history_container .history_wrapper {
  width: 90%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: 50px auto 50px auto;
}
.history_container .history_wrapper h1 {
  color: #10497E;
  padding: 10px;
}
.history_container .history_wrapper span {
  padding: 5px;
  margin: 0 0 1.9em;
  line-height: 1.9em;
  border-radius: 10px;
  font-size: 15px;
  text-align: justify;
}

.main_courses_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 100px;
  margin-top: 100px;
}
.main_courses_container .min_course_container {
  width: 90%;
  background: #10497E;
  margin: auto;
}
.main_courses_container .min_course_container .collapsible {
  border: 1px solid #fff;
}
.main_courses_container .min_course_container .collapsible h2 {
  color: #fff;
  padding: 10px;
}
.main_courses_container .min_course_container .collapsible span {
  float: right;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}
.main_courses_container .min_course_container .collapsible .content p {
  padding: 10px;
  color: #f3f3f3;
}

.school_life_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  margin-top: 50px;
}
.school_life_container .school_life_wrapper h1 {
  color: #10497E;
  font-size: 40px;
  padding: 80px 80px 10px 70px;
}
.school_life_container .school_life_wrapper .inside_school_life {
  display: flex;
  justify-content: space-evenly;
  width: 95%;
  margin: auto;
}
.school_life_container .school_life_wrapper .inside_school_life .pic1 {
  background: url(../images/capacity1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
  transition: all ease 0.8s;
  cursor: pointer;
}
.school_life_container .school_life_wrapper .inside_school_life .pic1:hover {
  background-size: 110%;
}
.school_life_container .school_life_wrapper .inside_school_life .pic2 {
  background: url(../images/capacity2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .pic3 {
  background: url(../images/capcity5.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .pic4 {
  background: url(../images/vs1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .pic5 {
  background: url(../images/vs2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .pic6 {
  background: url(../images/vs4.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .award1 {
  background: url(../images/award.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .award2 {
  background: url(../images/award1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .award3 {
  background: url(../images/award2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .td1 {
  background: url(../images/td.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .td2 {
  background: url(../images/TRADITIONAL\ DANCE.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .td3 {
  background: url(../images/td3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .tk1 {
  background: url(../images/tk1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .tk2 {
  background: url(../images/tk2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .tk3 {
  background: url(../images/tk3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .fn1 {
  background: url(../images/fn1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .fn2 {
  background: url(../images/fn2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .fn3 {
  background: url(../images/fn3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .wdw1 {
  background: url(../images/wdw1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .fnart1 {
  background: url(../images/TAILORING\ MACHINES.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .agr1 {
  background: url(../images/agri2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .agr2 {
  background: url(../images/agri3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}
.school_life_container .school_life_wrapper .inside_school_life .agr3 {
  background: url(../images/agri4.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 30%;
  height: 40vh;
}

.gallery_container {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 30px;
  margin-top: 60px;
}
.gallery_container .gallery_wrapper h1 {
  color: #10497E;
  padding: 10px;
  text-align: center;
}
.gallery_container .here_2024_gallery {
  margin-bottom: 100px;
}
.gallery_container .here_2024_gallery h1 {
  color: #8b0000;
  padding: 20px;
}
.gallery_container .here_2024_gallery .event_year h1 {
  color: #10497E;
  padding: 20px;
  text-align: right;
  font-size: large;
}
.gallery_container .here_2024_gallery .event_year .__current_year {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.gallery_container .here_2024_gallery .event_year .__current_year img {
  width: 30%;
  border-radius: 10px;
  margin-top: 20px;
}
.gallery_container .all_memories h1 {
  color: #8b0000;
  padding: 10px;
}
.gallery_container .galler_pics {
  display: flex;
  justify-content: space-evenly;
  width: 96%;
  margin: auto;
  background: #10497E;
  background: 10px;
}
.gallery_container .galler_pics .galery1, .gallery_container .galler_pics .galery2, .gallery_container .galler_pics .galery3 {
  display: flex;
  flex-direction: column;
  width: 32%;
}
.gallery_container .galler_pics .galery1 div, .gallery_container .galler_pics .galery2 div, .gallery_container .galler_pics .galery3 div {
  padding: 10px;
  margin: 5px;
}
.gallery_container .galler_pics .galery1 .one, .gallery_container .galler_pics .galery2 .one, .gallery_container .galler_pics .galery3 .one {
  background: url(../images/select1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 45vh;
}
.gallery_container .galler_pics .galery1 .two, .gallery_container .galler_pics .galery2 .two, .gallery_container .galler_pics .galery3 .two {
  background: url(../images/select2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 70vh;
}
.gallery_container .galler_pics .galery1 .thr, .gallery_container .galler_pics .galery2 .thr, .gallery_container .galler_pics .galery3 .thr {
  background: url(../images/capcity4.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .fou, .gallery_container .galler_pics .galery2 .fou, .gallery_container .galler_pics .galery3 .fou {
  background: url(../images/agri2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 65vh;
}
.gallery_container .galler_pics .galery1 .fiv, .gallery_container .galler_pics .galery2 .fiv, .gallery_container .galler_pics .galery3 .fiv {
  background: url(../images/select5.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .six, .gallery_container .galler_pics .galery2 .six, .gallery_container .galler_pics .galery3 .six {
  background: url(../images/select4.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .svn, .gallery_container .galler_pics .galery2 .svn, .gallery_container .galler_pics .galery3 .svn {
  background: url(../images/select3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .eig, .gallery_container .galler_pics .galery2 .eig, .gallery_container .galler_pics .galery3 .eig {
  background: url(../images/STUDENTS\ TAEKWONDO\ GROUP\ PERFORMING.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .nin, .gallery_container .galler_pics .galery2 .nin, .gallery_container .galler_pics .galery3 .nin {
  background: url(../images/vs3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .Ten, .gallery_container .galler_pics .galery2 .Ten, .gallery_container .galler_pics .galery3 .Ten {
  background: url(../images/tk3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .one2, .gallery_container .galler_pics .galery2 .one2, .gallery_container .galler_pics .galery3 .one2 {
  background: url(../images/vs2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 65vh;
}
.gallery_container .galler_pics .galery1 .two2, .gallery_container .galler_pics .galery2 .two2, .gallery_container .galler_pics .galery3 .two2 {
  background: url(../images/vs4.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .thr2, .gallery_container .galler_pics .galery2 .thr2, .gallery_container .galler_pics .galery3 .thr2 {
  background: url(../images/tk1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 65vh;
}
.gallery_container .galler_pics .galery1 .fou2, .gallery_container .galler_pics .galery2 .fou2, .gallery_container .galler_pics .galery3 .fou2 {
  background: url(../images/tk2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .fiv2, .gallery_container .galler_pics .galery2 .fiv2, .gallery_container .galler_pics .galery3 .fiv2 {
  background: url(../images/award1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .six2, .gallery_container .galler_pics .galery2 .six2, .gallery_container .galler_pics .galery3 .six2 {
  background: url(../images/award2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .svn2, .gallery_container .galler_pics .galery2 .svn2, .gallery_container .galler_pics .galery3 .svn2 {
  background: url(../images/capacity1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .eig2, .gallery_container .galler_pics .galery2 .eig2, .gallery_container .galler_pics .galery3 .eig2 {
  background: url(../images/capacity7.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .nin2, .gallery_container .galler_pics .galery2 .nin2, .gallery_container .galler_pics .galery3 .nin2 {
  background: url(../images/vs4.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .Ten2, .gallery_container .galler_pics .galery2 .Ten2, .gallery_container .galler_pics .galery3 .Ten2 {
  background: url(../images/td3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .one3, .gallery_container .galler_pics .galery2 .one3, .gallery_container .galler_pics .galery3 .one3 {
  background: url(../images/fn1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 45vh;
}
.gallery_container .galler_pics .galery1 .two3, .gallery_container .galler_pics .galery2 .two3, .gallery_container .galler_pics .galery3 .two3 {
  background: url(../images/s2.JPG) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 65vh;
}
.gallery_container .galler_pics .galery1 .thr3, .gallery_container .galler_pics .galery2 .thr3, .gallery_container .galler_pics .galery3 .thr3 {
  background: url(../images/St.\ Aidans\ \ immersion\ gropu\ from\ Ireland.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .fou3, .gallery_container .galler_pics .galery2 .fou3, .gallery_container .galler_pics .galery3 .fou3 {
  background: url(../images/wdw1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .fiv3, .gallery_container .galler_pics .galery2 .fiv3, .gallery_container .galler_pics .galery3 .fiv3 {
  background: url(../images/lab3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .six3, .gallery_container .galler_pics .galery2 .six3, .gallery_container .galler_pics .galery3 .six3 {
  background: url(../images/td3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .svn3, .gallery_container .galler_pics .galery2 .svn3, .gallery_container .galler_pics .galery3 .svn3 {
  background: url(../images/TAILORING\ MACHINES.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .eig3, .gallery_container .galler_pics .galery2 .eig3, .gallery_container .galler_pics .galery3 .eig3 {
  background: url(../images/td.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .nin3, .gallery_container .galler_pics .galery2 .nin3, .gallery_container .galler_pics .galery3 .nin3 {
  background: url(../images/s3.JPG) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}
.gallery_container .galler_pics .galery1 .Ten3, .gallery_container .galler_pics .galery2 .Ten3, .gallery_container .galler_pics .galery3 .Ten3 {
  background: url(../images/bg8.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
}

.packages {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.packages .o_level {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 100%;
  border-bottom: 2px solid gray;
}
.packages .o_level h1 {
  padding: 10px 10px 10px 30px;
  color: #10497E;
  margin-top: 30px;
}
.packages .o_level .form_1, .packages .o_level .form_2, .packages .o_level .form_3, .packages .o_level .form_4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10px;
  padding: 30px;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 20px;
}
.packages .o_level .form_1 .subjects, .packages .o_level .form_2 .subjects, .packages .o_level .form_3 .subjects, .packages .o_level .form_4 .subjects {
  display: flex;
  justify-content: space-evenly;
  width: 95%;
  flex-wrap: wrap;
  padding: 20px;
  cursor: pointer;
}
.packages .o_level .form_1 .subjects .subject, .packages .o_level .form_2 .subjects .subject, .packages .o_level .form_3 .subjects .subject, .packages .o_level .form_4 .subjects .subject {
  padding: 10px;
  font-size: large;
  width: -moz-max-content;
  width: max-content;
  color: #A41E22;
  font-weight: 600;
  background: whitesmoke;
  margin: 10px;
  border-radius: 10px;
  border: 1px solid #10497E;
  margin-top: 30px;
}
.packages .o_level .form_1 .subjects .subject a, .packages .o_level .form_2 .subjects .subject a, .packages .o_level .form_3 .subjects .subject a, .packages .o_level .form_4 .subjects .subject a {
  text-decoration: none;
  color: #A41E22;
}
.packages .A_level {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 100%;
}
.packages .A_level .a_level_subjects {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.packages .A_level .a_level_subjects h1 {
  padding: 10px 10px 10px 30px;
  color: #A41E22;
  margin-top: 30px;
}
.packages .A_level .a_level_subjects .form_v {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 20px;
  cursor: pointer;
  background: #f3f3f3;
  padding: 30px;
  width: 95%;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 20px;
}
.packages .A_level .a_level_subjects .form_v .subject {
  padding: 10px;
  font-size: large;
  color: #10497E;
  font-weight: 600;
  margin: 10px;
  background: whitesmoke;
  border-radius: 10px;
  border: 1px solid #10497E;
}
.packages .A_level .a_level_subjects .form_v .subject a {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .main_about_us {
    width: 100%;
  }
  .main_about_us .min_about_us {
    background: center center;
  }
  .main_about_us .min_about_us h1 {
    font-size: 30px;
  }
  .main_about_us section {
    flex-direction: column;
    width: 100%;
  }
  .main_about_us section .left_section {
    margin: auto;
  }
  .main_about_us section .left_section .section_title {
    background: #8b0000;
    color: white;
  }
  .main_about_us section .left_section .section_title h1 {
    font-size: 30px;
  }
  .main_about_us section .left_section .links_inside_the_section {
    background-color: #8b0000;
  }
  .main_about_us section .left_section .links_inside_the_section .links a {
    color: white;
    cursor: pointer;
  }
  .main_about_us section .left_section .links_inside_the_section .links a:hover {
    color: #8b0000;
    padding: 10px;
  }
  .main_about_us section .right_section {
    height: 70vh;
    background-position: 50% 10%;
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
  .main_about_us section .right_section ol li {
    font-size: 16px;
  }
  .main_about_us section .right_section ol li i {
    font-size: x-large;
  }
  .about_main_container .about_wrapper {
    height: -moz-fit-content;
    height: fit-content;
  }
  .about_main_container .about_wrapper .about_content {
    flex-direction: column;
  }
  .about_main_container .about_wrapper .about_content .about_us, .about_main_container .about_wrapper .about_content .ed_proud {
    width: 95%;
    margin: auto;
    border-radius: 10px;
    text-align: justify;
  }
  .about_main_container .about_wrapper .about_content .about_us span, .about_main_container .about_wrapper .about_content .ed_proud span {
    font-size: 20px;
    padding: 10px;
  }
  .about_main_container .about_wrapper .about_content .about_us h1, .about_main_container .about_wrapper .about_content .ed_proud h1 {
    text-align: center;
  }
  .history_container {
    padding: 10px;
  }
  .history_container .history_wrapper {
    width: 95%;
    margin: auto;
    padding: 10px;
  }
  .history_container .history_wrapper h1 {
    font-size: 50px;
  }
  .admin_main_container {
    margin-bottom: 50px;
  }
  .admin_main_container .main_container {
    height: 70vh;
    width: 95%;
    margin: auto;
    border-radius: 10px;
  }
  .admin_main_container .main_container h1 {
    font-size: 30px;
  }
  .alumni_main_container .alumni_container {
    height: 70vh;
  }
  .alumni_main_container .alumni_list .in_container {
    flex-direction: column;
    width: 100%;
  }
  .alumni_main_container .alumni_list .in_container div {
    width: 100%;
    margin-bottom: 200px;
  }
  .alumni_main_container .alumni_list .in_container div img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
  }
  .school_main_container .school_container {
    height: 70vh;
  }
  .contact_wrapper .contact_container {
    flex-direction: column-reverse;
  }
  .contact_wrapper .contact_container .contact_personell {
    display: flex;
  }
  .contact_wrapper .contact_container .contact_personell .headmaster, .contact_wrapper .contact_container .contact_personell .academic, .contact_wrapper .contact_container .contact_personell .brother, .contact_wrapper .contact_container .contact_personell .Sister, .contact_wrapper .contact_container .contact_personell .Accountant, .contact_wrapper .contact_container .contact_personell .Secretary {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .contact_wrapper .contact_container .direction {
    width: 90%;
    margin: auto;
    top: 20px;
  }
  .school_life_container {
    width: 100%;
  }
  .school_life_container .school_life_wrapper {
    width: 100%;
  }
  .school_life_container .school_life_wrapper h1 {
    font-size: 30px;
    text-align: center;
    width: 100%;
    padding: 10px;
  }
  .school_life_container .school_life_wrapper .inside_school_life {
    flex-direction: column;
    width: 100%;
  }
  .school_life_container .school_life_wrapper .inside_school_life .pic1, .school_life_container .school_life_wrapper .inside_school_life .pic2, .school_life_container .school_life_wrapper .inside_school_life .pic3, .school_life_container .school_life_wrapper .inside_school_life .pic4, .school_life_container .school_life_wrapper .inside_school_life .pic5, .school_life_container .school_life_wrapper .inside_school_life .pic6, .school_life_container .school_life_wrapper .inside_school_life .award1, .school_life_container .school_life_wrapper .inside_school_life .award2, .school_life_container .school_life_wrapper .inside_school_life .award3, .school_life_container .school_life_wrapper .inside_school_life .td1, .school_life_container .school_life_wrapper .inside_school_life .td2, .school_life_container .school_life_wrapper .inside_school_life .td3, .school_life_container .school_life_wrapper .inside_school_life .tk1, .school_life_container .school_life_wrapper .inside_school_life .tk2, .school_life_container .school_life_wrapper .inside_school_life .tk3, .school_life_container .school_life_wrapper .inside_school_life .fn1, .school_life_container .school_life_wrapper .inside_school_life .fn2, .school_life_container .school_life_wrapper .inside_school_life .fn3, .school_life_container .school_life_wrapper .inside_school_life .wdw1, .school_life_container .school_life_wrapper .inside_school_life .fnart1, .school_life_container .school_life_wrapper .inside_school_life .agr1, .school_life_container .school_life_wrapper .inside_school_life .agr2, .school_life_container .school_life_wrapper .inside_school_life .agr3 {
    width: 100%;
    margin-top: 20px;
  }
  .packages .o_level .form_1, .packages .o_level .form_2, .packages .o_level .form_3, .packages .o_level .form_4 {
    all: unset;
  }
  .packages .o_level .form_1 .subjects, .packages .o_level .form_2 .subjects, .packages .o_level .form_3 .subjects, .packages .o_level .form_4 .subjects {
    width: 95%;
    padding: 10px;
    margin: auto;
  }
  .packages .o_level .form_1 .subjects .subject, .packages .o_level .form_2 .subjects .subject, .packages .o_level .form_3 .subjects .subject, .packages .o_level .form_4 .subjects .subject {
    padding: 10px;
  }
}/*# sourceMappingURL=all_pages.css.map */