/* school annoucements heading */
.school_announcements {
  display: flex;
  padding: 13px 12px 12px 24px;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  background: var(--seconder-color);
  box-shadow: 0px 4px 8px 0px rgba(79, 94, 113, 0.1),
    0px 2px 4px 0px rgba(79, 94, 113, 0.11),
    0px 0px 2px 0px rgba(79, 94, 113, 0.12);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
	position: fixed;
	top: 135px;
	left: 0;
	width: 100%;
	z-index: 1;

}
.fixed-text {
  font-weight: bold;
  color: white;
  z-index: 1;
}
.scrolling-container {
  width: 100%;
  overflow: hidden;
}
.scrolling-text div {
  display: flex !important;
  color: var(--white);
  gap: 20px;
}

.scrolling-text {
  display: flex;
  white-space: nowrap;
}

.scrolling-text a {
  display: flex;
  gap: 6px;
  align-items: center;
  color: var(--white);
}
@media (max-width: 1024px) {
  .school_announcements {
		top: 165px;
	}
}
@media (max-width: 500px) {
  .school_announcements {
    padding: 10px;
    font-size: 14px;
		top: 134px;
  }
  .scrolling-text div {
    gap: 8px;
  }
}



/* school annoucements heading */
/* app  contect */
/* home first section start */
.slick-dots li button:before {
  font-size: 28px !important;
  color: var(--primary-color);
}
.home-first-section {
  width: 100%;
  overflow: hidden;
	padding-top: 40px;
}
.home-first-section .single-item:last-child {
  display: none;
}

.single-item-image {
  position: relative;
}

.single-item-image img {
  width: 100%;
  display: block;
}

@media (max-width: 500px) {
  .home-first-section .single-item:last-child {
    display: block;
  }
  .home-first-section .single-item:first-child {
    display: none;
  }
  .home-first-section {
    padding-top: 38px;
  }
}

/* .image-button-one {
  position: absolute;
  bottom: 21%;
  left: 13%;
  transform: translateX(-50%);
  width: 160px;
  height: 54px;
  background-color: black;
}
.image-button-two{
  position: absolute;
  bottom: 13%;
  right: 32%;
  transform: translateX(-50%);
  width: 160px;
  height: 54px;
  background-color: black;

} */

/* home first section end */
/* welcome_to_school section start */
.welcome_to_school {
 background-image: url("../images/home/welcome_bg.png"); 
  /* background-color: white; */
  padding: 30px 0;
  transition: all 0.5s;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  position: relative;
}

.welcome_to_school .welcome_box {
  display: flex;
  width: 100%;
  padding: 33px 52px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 24px;
  background:var(--white);
  border: 3px solid var(--seconder-color);
}
.welcome_to_school .welcome_box p {
  color: var(--black)_;
  text-align: center;
  font-size: var(--large-font-size);
  font-weight: 500;
}
.welcome_to_school .welcome_box h1 {
  color: var(--seconder-color);
  text-align: center;
  font-size: 32px;
  font-weight: 800;
}
.welcome_to_school .welcome_box span {
  display: flex;
  padding: 14px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: var(--seconder-color);
}
.welcome_to_school .welcome_box span a {
  color: var(--white);
  font-size: var(--normal-font-size);
  font-weight: var(--bold--font-weight);
  line-height: 14px;
}
@media (max-width: 1250px) {
  .welcome_to_school .welcome_box {
    width: 85%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .welcome_to_school .welcome_box {
    padding: 25px;
  }
  .welcome_to_school .welcome_box p {
    font-size: var(----normal-font-family);
  }
  .welcome_to_school .welcome_box h1 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .welcome_to_school .welcome_box {
    width: 95%;
    padding: 24px 14px;
    gap: 10px;
  }
  .welcome_to_school .welcome_box h1 {
    font-size: 18px;
  }
}
/* welcome_to_school section end */

/* Premium Learning section */
.premium_learning {
  background: #fdf8ee;
  padding: 40px 0;
  height: auto;
}
.premium_learning .pre-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.premium_learning_image {
  width: auto;
}
.premium_learning_image img {
  height: auto;
  width: 100%;
}
.premium_learning .content {
  display: flex;
  width: 850px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.premium_learning .content h3 {
  color: var(--seconder-color);
  font-size: 36px;
  font-weight: var(--bold--font-weight);
  line-height: 135%;
}
.premium_learning .content h3 span {
  color: var(--primary-color);
}
.premium_learning .premium_learning_set {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 44px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.premium_learning .premium_learning_set .content_box {
  display: flex;
  width: 394px;
  padding: 20px 15px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 29px;
  background: var(--white);
  box-shadow: 0px 4px 23.8px 0px rgba(0, 0, 0, 0.2);
	height: 207px;
}
.premium_learning .premium_learning_set .content_box:hover {
  box-shadow: 0px 4px 4.8px 0px rgba(0, 0, 0, 0.2);
}
.premium_learning .premium_learning_set .content_box img {
  height: auto;
  width: auto;
}
.premium_learning .premium_learning_set .content_box h4 {
  color: var(--black);
  text-align: center;
  font-size: 20px;
  font-weight: var(--bold--font-weight);
  line-height: 135%;
}
.premium_learning .premium_learning_set .content_box p {
  color: var(--black);
  text-align: center;
  font-size: var(--normal-font-size);
  font-weight: var(--light-font-weight);
  line-height: 135%;
	margin-bottom: 0;
}
@media (max-width: 1440px) {
  .premium_learning .premium_learning_set {
    gap: 20px;
  }
  .premium_learning .premium_learning_set .content_box {
    width: 340px;
  }
  .premium_learning .content h3 {
    font-size: 32px;
  }
  .premium_learning .content {
    width: 810px;
    gap: 18px;
  }
  .premium_learning .premium_learning_set .content_box p {
    font-size: var(--normal-font-size);
  }
}
@media (max-width: 1200px) {
  .premium_learning .premium_learning_set .content_box h4 {
    font-size: 16px;
  }
  .premium_learning .premium_learning_set .content_box {
    width: 286px;
  }
  .premium_learning .content h3 {
    font-size: 28px;
  }
  .premium_learning .premium_learning_set {
    justify-content: start;
  }
}
@media (max-width: 1024px) {
  .premium_learning .pre-container {
    flex-direction: column;
  }
  .premium_learning .content {
    width: 100%;
  }
  .premium_learning .premium_learning_set .content_box {
    width: 47%;
  }
}
@media (max-width: 500px) {
  .premium_learning_image {
    width: 80%;
    margin: auto;
  }
  .premium_learning .content h3 {
    font-size: 22px;
    text-align: center;
  }
  .premium_learning .premium_learning_set .content_box {
    width: 90%;
    margin: auto;
    padding: 6px 12px;
}
  .premium_learning .premium_learning_set {
    gap: 14px;
  }
}
/* Premium Learning end */
/* art_facilities start */
.art_facilities {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  padding: 40px 0;
}
.art_facilities h2 {
  color: var(--primary-color);
  text-align: center;
  font-size: 36px;
  font-weight: var(--bold--font-weight);
  text-transform: capitalize;
}
.art_facilities h2 span {
  color: var(--seconder-color);
}
.art_facilities .art_facilities_content {
  display: flex;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}
.art_facilities .art_facilities_content .image_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.art_facilities .art_facilities_content .image_box img {
  width: 338px;
  height: 338px;
}
.art_facilities .slick-dots {
  bottom: -40px;
}
@media (max-width: 1440px) {
  .art_facilities .art_facilities_content .image_box img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .art_facilities .art_facilities_content .image_box img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1024px) {
  .art_facilities {
    gap: 28px;
  }
  .art_facilities h2 {
    font-size: var(--m-heading-size);
  }
}
@media (max-width: 500px) {
  .art_facilities h2 {
    font-size: 20px;
  }
  .art_facilities {
    padding: 20px 6px;
  }
}
/* art_facilities end */
/* What makes  awesome section start */
.ideal_choice {
  background-image: url("../images/home/bg.png");
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 60px 0;
}
.ideal_choice .pre-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.ideal_choice .pre-container h1 {
  display: flex;
  width: 906px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: var(--seconder-color);
  color: var(--white);
  text-align: center;
  font-size: 30px;
  font-weight: var(--bold--font-weight);
  letter-spacing: 0.083px;
}
.ideal_choice .pre-container .awesome_ideas {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 40px;
  gap: 20px;
}
.ideal_choice .pre-container .content_box {
  display: flex;
  width: 430px;
  height: 235px;
  padding: 45px 34px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 0px 60px 0px 0px;
  border-bottom: 5px solid var(--seconder-color);
  background: var(--white);
  box-shadow: 0px 10.84px 20.1px 0px rgba(0, 0, 0, 0.15);
}

.ideal_choice .pre-container .content_box .box_heading {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ideal_choice .pre-container .content_box .box_heading h3 {
  color: var(--seconder-color);
  font-size: var(--m-heading-size);
  font-weight: var(--bold--font-weight);
}
.ideal_choice .pre-container .content_box .box_text p {
  color: var(--black);
  text-align: justify;
  font-size: 12px;
  font-weight: var(--light-font-weight);
  line-height: 16px;
}

@media (max-width: 1440px) {
  .ideal_choice {
    height: 100%;
    padding: 50px 0;
  }
  .ideal_choice .pre-container .content_box {
    width: 360px;
  }
}
@media (max-width: 1200px) {
  .ideal_choice .pre-container .content_box {
    width: 314px;
    padding: 20px;
    height: 220px;
  }
  .ideal_choice .pre-container h1 {
    width: max-content;
  }
}
@media (max-width: 1024px) {
  .ideal_choice .pre-container .content_box {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .ideal_choice .pre-container .content_box {
    width: 70%;
    height: 200px;
    margin: auto;
  }
  .ideal_choice .pre-container h1 {
    width: 100%;
  }
  .ideal_choice {
    padding: 24px 0;
  }
}
@media (max-width: 500px) {
  .ideal_choice .pre-container .content_box .box_heading h3 {
    font-size: 18px;
  }
  .ideal_choice .pre-container .content_box {
    width: 100%;
    height: 186px;
  }
  .ideal_choice .pre-container h1 {
    font-size: 18px;
  }
}

/* What makes  awesome section end */
/* school level section start */
.school_level {
  padding: 50px 0;
}
.school_level .pre-container {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.school_level h2 {
  color: var(--seconder-color);
  text-align: center;
  font-size: 36px;
  font-weight: var(--bold--font-weight);
}
.school_level .school_level_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.school_level .school_level_content .content_box {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  border-top-right-radius: 60px;
}
.school_level .school_level_content .content_box img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
.school_level .school_level_content .content_box img:hover {
  transform: scale(1.1);
}
.school_level .school_level_content .content_box .content_text {
  width: 100%;
}
.school_level .school_level_content .content_box p {
  color: var(--primary-color);
  text-align: center;
  font-size: var(--m-heading-size);
  font-weight: var(--bold--font-weight);
  padding: 6px;
  border-bottom: 1px solid white;
}
.school_level .school_level_content .content_box p:last-child {
  font-size: var(--large-font-size);
}
@media (max-width: 768px) {
  .school_level .school_level_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .school_level .school_level_content .content_box {
    width: 70%;
    margin: auto;
    gap: 6px;
  }
  .school_level {
    padding: 25px 0;
  }
  .school_level h2 {
    font-size: 30px;
  }
  .school_level .pre-container {
    gap: 16px;
  }
  .school_level .school_level_content .content_box img {
    width: 100%;
    height: 230px;
  }
  .school_level .school_level_content .content_box p {
    font-size: 18px;
    padding: 0;
  }
  .school_level .school_level_content .content_box p:last-child {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .school_level .school_level_content .content_box {
    width: 100%;
  }
  .school_level .school_level_content .content_box img {
    height: auto;
  }
  .school_level h2 {
    font-size: var(--m-heading-size);
  }
  .school_level .school_level_content .content_box p:last-child {
    font-size: 14px;
  }
}

/* school level section end */
/* What Parents say section start */
.what_parents_say {
  background-image: url("../images/home/welcome_bg.png");
  transition: all 0.5s;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}
.what_parents_say .about_us {
  padding: 20px 0 40px 0;
}
.what_parents_say .parent_content_area .parents_say_box p {
  color: var(--black);
  font-size: var(--normal-font-size);
  font-weight: var(--light-font-weight);
  line-height: 156.5%;
}
.what_parents_say .about_us .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.what_parents_say .about_us h2 {
  color: var(--seconder-color);
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 167.5%;
}
.what_parents_say .about_us h3 {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.what_parents_say .about_us .parent_content_area {
  display: flex;
  align-items: center;
  gap: 64px;
  justify-content: center;
}
.what_parents_say .about_us .parent_content_area .parents_say_box {
	display: flex;
	width: 476px;
	height: 234px;
	padding: 32px;
	justify-content: space-between;
	align-items: start;
	background: #fff;
	box-shadow: 0px 4px 30px 0px rgba(5, 42, 117, 0.15);
	flex-direction: column;
	gap: 24px;
	margin: 20px;
}
.what_parents_say .about_us .parent_content_area .parents_say_box .parent_info {
  display: flex;
  gap: 20px;
  align-items: start;
}
.what_parents_say .about_us .parent_content_area .parents_say_box .parent_info h4{
	color: var(--primary-color);
font-size: 17px;
font-weight: var(--bold--font-weight);
letter-spacing: 0.34px;
}
.what_parents_say .about_us .parent_content_area .parents_say_box .parent_info h5{
	color: var(--seconder-color);
	font-size: 13px;
	font-weight: 400;
}
.join_alpha {
  padding: 40px 0;
  display: none;
}

.join_alpha .our_family {
  background-image: url("../images/home/join_alpha_bg.png");
  transition: all 0.5s;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  padding: 30px 20px 50px 20px;
  border-radius: 14px;
}
.join_alpha .our_family h2 {
  color: var(--white);
  font-size: 32px;
  font-weight: var(--bold--font-weight);
  line-height: 144.5%;
  text-align: center;
  margin-bottom: 10px;
}
.join_alpha .our_family p {
  color: var(--white);
  text-align: center;
  font-size: var(--normal-font-size);
  font-weight: 500;
  margin-bottom: 20px;
}
.join_alpha .our_family .subscribe {
  display: flex;
  width: 549px;
  height: auto;
  padding: 4px 8px 4px 26px;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
  background: var(--white);
  margin: auto;
}
.join_alpha .our_family .subscribe input {
  width: 380px;
  height: 40px;
  border: none;
}
.join_alpha .our_family .subscribe span {
  width: 122px;
  height: 42px;
  border-radius: 40px;
  background: var(--seconder-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.join_alpha .our_family .subscribe span a {
  color: var(--white);
  text-align: center;
  font-size: var(--large-font-size);
  font-weight: 500;
  line-height: 144.5%;
}

@media (max-width: 1440px) {
  .what_parents_say .about_us .container {
    max-width: 1200px;
    width: 100%;
  }
  .what_parents_say .about_us .parent_content_area {
    gap: 40px;
  }
}
@media (max-width: 1250px) {
  .what_parents_say .about_us .container {
    padding: 0 20px;
    transition: all 0.5s;
  }
}
@media (max-width: 680px) {
  .join_alpha .our_family .subscribe {
    width: 100%;
  }
  .join_alpha .our_family .subscribe input {
    width: auto;
  }
  .join_alpha .our_family h2 {
    font-size: 28px;
  }
  .join_alpha .our_family p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .what_parents_say .about_us .container {
    gap: 10px;
  }
  .what_parents_say .about_us h2 {
    font-size: 24px;
  }
  .what_parents_say .about_us h3 {
    font-size: 16px;
  }
  .what_parents_say .parent_content_area .parents_say_box p {
    font-size: 16px;
  }
  .what_parents_say .about_us .parent_content_area .parents_say_box {
    padding: 22px;
  }
  .join_alpha .our_family h2 {
    font-size: 22px;
  }
  .join_alpha .our_family p {
    font-size: 14px;
  }
  .join_alpha .our_family .subscribe input {
    width: 50%;
  }
  .join_alpha .our_family {
    padding: 20px;
  }
  .join_alpha {
    padding: 0px 0px 30px 0;
  }
}

/* What Parents say section end */
/* website pop up section start */
.website_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  font-family: var(----normal-font-family);
  z-index: 9999999;
}
.showing_popup {
  display: inline-flex;
  padding: 26px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 16px;
  background: var(--beige, #fdf8ee);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  max-width: 883px;
  width: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 60%;
  transition: all 0.5s;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--seconder-color);
  color: white;
  border: none;
  padding: 0px 8px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 24px;
}
.website_popup .alpha_admission {
  display: flex;
  align-items: start;
  gap: 35px;
}
.website_popup .alpha_admission img {
  width: 100%;
  height: auto;
}
.website_popup .alpha_admission .content_area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.website_popup .alpha_admission .content_area h1 {
  color: var(--seconder-color);
  font-size: 32px;
  font-weight: 800;
}
.website_popup .alpha_admission .content_area h1 span {
  color: var(--primary-color);
}
.website_popup .alpha_admission .content_area p {
  color: var(--black);
  text-align: justify;
  font-size: var(--normal-font-size);
  font-weight: var(--light-font-weight);
}
.website_popup .alpha_admission .content_area h3 {
  color: var(--seconder-color);
  text-align: justify;
  font-size: 18px;
  font-weight: var(--bold--font-weight);
}
.website_popup .alpha_admission .content_area .conntent_website {
  display: flex;
  align-items: center;
  gap: 19px;
}
.website_popup .alpha_admission .content_area .conntent_website span {
  display: flex;
  padding: 8.038px 16.076px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--primary-color);
	border: 2px solid var(--primary-color);
}
.website_popup .alpha_admission .content_area .conntent_website span a {
  color: var(--white);
  font-size: var(--normal-font-size);
  font-weight: 600;
}
.website_popup
  .alpha_admission
  .content_area
  .conntent_website
  span:last-child {
  border-radius: 8px;
  border: 2px solid var(--primary-color);
  background: #fdf8ee;
}
.website_popup
  .alpha_admission
  .content_area
  .conntent_website
  span:last-child
  a {
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .website_popup {
    padding: 20px;
  }
  .website_popup .alpha_admission img {
    width: 50%;
  }
  .website_popup .alpha_admission {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 500px) {
  .website_popup .alpha_admission .content_area h1 {
    font-size: 16px;
  }
  .website_popup .alpha_admission .content_area p {
    font-size: 14px;
  }
  .website_popup .alpha_admission .content_area h3 {
    font-size: 16px;
  }
  .website_popup .alpha_admission .content_area {
    gap: 8px;
  }
  .showing_popup{
    top:50%;
    transform: translate(-50%, -40%);
  }
}
/* website pop up section end */
/* social media icons on screen start */
.social-icons {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0px;
  z-index: 1;
}

.social-icons .icon img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s;
}

.social-icons .icon:hover img {
  transform: scale(1.2);
}
/* social media icons on screen end */
.bulb_animation {
  position: absolute;
  bottom: 40px;
  left: 80px;
}
.bulb_animation img {
  width: 140px;
  height: 140px;
  transition: transform 0.3s;
}
.bulb_animation:hover img {
  transform: scale(1.2);
}
.arrow_right_animation {
  position: absolute;
  right: 30px;
  top: 40%;
}
.arrow_right_animation img {
  width: 140px;
  height: 140px;
  transition: transform 0.3s;
}
.arrow_right_animation:hover img {
  transform: scale(1.2);
}
@media (max-width: 1360px) {
  .bulb_animation,
  .arrow_right_animation {
    display: none;
  }
}
@media (max-width: 600px) {
  .social-icons {
    display: none;
  }

}

/* overview Page Start */
/* overview first section */
.overview_first_section {
  background-image: url("../images/overview/first_section_bg.png");
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 480px;
  font-family: var(----normal-font-family);
  z-index: -1;
}
.overview_first_section p,
.contactus_first_section p,
.academic_first_section p {
  color: var(--white);
  text-align: center;
  font-size: 34px;
  font-weight: var(--bold--font-weight);
  letter-spacing: 0.2px;
}

@media (max-width: 500px) {
  .overview_first_section {
    height: 240px;
  }

}

/* overview first section */
.brighter_futures {
  padding-top: 80px;
  padding-bottom: 60px;
}
.brighter_futures .pre-container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
}
.brighter_futures .content_heading p {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.brighter_futures .content_heading h2 {
  color: var(--seconder-color);
  font-size: 28px;
  font-weight: var(--bold--font-weight);
  width: 100%;
  max-width: 289px;
  text-align: left;
}
.brighter_futures .content_text p {
  color: #000;
  text-align: justify;
  font-size: var(--normal-font-size);
  font-weight: 500;
  line-height: 171%;
  width: 100%;
  max-width: 923px;
}
.brighter_futures .content_text {
  display: flex;
  justify-content: start;
  flex-direction: column;
  gap: 24px;
}

/* @media (max-width: 1440px) {
  .brighter_futures .content_text p {
    max-width: 690px;
  }
} */
@media (max-width: 1024px) {
 
  .brighter_futures {
    padding: 40px 0;
  }
  .brighter_futures .content_heading h2 {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .brighter_futures .pre-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
  .brighter_futures .content_heading h2 {
    max-width: 100%;
  }
  .brighter_futures {
    padding: 30px 0;
  }
}
@media (max-width: 500px) {
  .brighter_futures .content_heading h2 {
    font-size: 24px;
  }
  .brighter_futures .content_text p {
    font-size: 14px;
  }
}
/* our target section */
.our_target {
  padding: 70px 0;
}
.our_target .pre-container {
  display: flex;
  justify-content: space-between;
  gap: 38px;
}
.our_target .our_target_box {
  display: flex;
  max-width: 742px;
  width: 100%;
  padding: 16px 24px;
  justify-content: start;
  align-items: center;
  gap: 40px;
  border-radius: 16px;
  background: var(--primary-color);
  min-height: 230px;
}
.our_target .our_target_box .target_content h2 {
  color: var(--white);
  font-size: 20px;
  font-weight: var(--bold--font-weight);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.our_target .our_target_box .target_image {
  max-width: 87px;
  max-height: 87px;
  width: 100%;
  height: 100%;
  padding: 18px;
  background-color: var(--white);
  border-radius: 50%;
}
.our_target .our_target_box .target_image img {
  width: 100%;
  height: auto;
}
.our_target .our_target_box .target_content li,
.our_target .our_target_box .target_content p {
  color: var(--white);
  font-size: var(--normal-font-size);
}
.our_target .our_target_box .target_content ul {
  padding-left: 20px;
  max-width: 480px;
  width: 100%;
}
.our_target .our_target_box .target_content p {
  max-width: 417px;
  width: 100%;
}
.our_target .our_target_box:last-child {
  background-color: var(--seconder-color);
}
/* our target section */
/* school activity section */
.school_activity {
  padding: 20px 0 70px 0;
}
.school_activity .pre-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.school_activity .pre-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out;
  object-fit: cover;
}
.school_activity .pre-container img:hover {
  transform: scale(1.1);
}
.school_activity .activity_images {
  width: calc(33.33% - 10px);
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 500px) {
  .school_activity .pre-container {
    flex-direction: column;
  }
  .school_activity .activity_images {
    width: 100%;
  }
}

/* school activity section */

/* directors desk section */
.directors_desk {
  padding: 40px 0;
  background: #fdf8ee;
  margin-bottom: 48px;
}
.directors_desk .pre-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.directors_desk .directors_desk_image img {
  width: 100%;
  height: auto;
}
.content h2 {
  color: var(--seconder-color);
  font-size: 28px;
  font-weight: var(--bold--font-weight);
  letter-spacing: 0.2px;
  position: relative;
  margin-bottom: 30px;
}
.content p {
  color: #000;
  text-align: justify;
  font-size: var(--normal-font-size);
  font-weight: var(--light-font-weight);
  margin-bottom: 24px;
}
.content ul,
.content ol {
  margin-bottom: 24px;
  margin-left: 20px;
}
.content ul li {
  color: var(--black);
  font-size: var(--normal-font-size);
  font-weight: var(--light-font-weight);
}
.directors_desk .content {
  max-width: 900px;
  width: 100%;
}
.content h2::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 281px;
  border-bottom: 2px solid var(--seconder-color);
}
.directors_desk .content h4 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: var(--bold--font-weight);
}
.directors_desk .content h5 {
  color: var(--seconder-color);
  font-size: var(--normal-font-size);
  font-weight: var(--light-font-weight);
}
@media (max-width: 1024px) {
  .content h2 {
    font-size: 24px;
  }
}
@media (max-width: 900px) {
  .directors_desk .pre-container {
    flex-direction: column;
  }
  .directors_desk .directors_desk_image {
    width: 100%;
  }
  .directors_desk .directors_desk_image img {
    width: 30%;
    height: auto;
  }
}
@media (max-width: 500px) {
  .content h2 {
    font-size: 22px;
  
  }
  .content h2::after {
    width: 200px;
  }
  .content p {
    margin-bottom: 10px;
  }
  .directors_desk .directors_desk_image img {
    width: 100%;
  }
}
/* directors desk section */
/* target counter section */
.target_counter {
  background-image: url("../images/overview/target_counter_bg.png");
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  /* height: 300px; */
  padding: 50px 0;
}
.target_counter .pre-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.target_counter .target_counter_box img {
  width: auto;
  height: auto;
}
.target_counter .target_counter_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: var(--white);
}
.target_counter .target_counter_box h5 {
  color: var(--white);
  font-size: 28px;
  font-weight: var(--bold--font-weight);
  letter-spacing: 0.068px;
}
.target_counter .target_counter_box p {
  font-size: 18px;
  letter-spacing: 0.068px;
  width: 100%;
  max-width: 248px;
}
@media (max-width: 1024px) {
  .target_counter .pre-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .target_counter .target_counter_box p {
    font-size: var(--normal-font-size);
  }

}
@media (max-width: 400px) {
	.target_counter .target_counter_box img{
		width: 70%;
	}
}
/* target counter section */
/* leadership team section */
.leadership_team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 80px 0;
  background: #fdf8ee;
}
.leadership_team h1 {
  color: var(--seconder-color);
  text-align: center;
  font-size: 28px;
  font-weight: var(--bold--font-weight);
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}
.leadership_team .team_box {
  display: flex;
  width: 329px;
  padding: 20px;
  flex-direction: column;
  align-items: center;

  border-radius: 50px 0px;
  background: var(--white);
  box-shadow: 0px 4px 8px 0px rgba(79, 94, 113, 0.1);
}
.leadership_team .team_box:hover {
  box-shadow: 2px 4px 12px 10px rgba(79, 94, 113, 0.1);
}
.leadership_team .team_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px 24px;
}
.leadership_team .team_box img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.leadership_team .team_box h4 {
  color: var(--primary-color);
  font-size: var(--large-font-size);
  font-weight: var(--bold--font-weight);
  text-align: left;
  width: 100%;
  margin-bottom: 6px;
}
.leadership_team .team_box h5 {
  color: var(--seconder-color);
  font-size: var(--normal-font-size);
  font-weight: 500;
  text-align: left;
  width: 100%;
}
@media (max-width: 1440px) {
  .leadership_team .team_container {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .our_target .pre-container {
    flex-direction: column;
  }
  .our_target .our_target_box .target_content p {
    max-width: 100%;
    text-align: justify;
  }
  .our_target {
    padding: 30px 0 40px 0;
  }
}
@media (max-width: 500px) {
  .leadership_team {
    padding: 30px 0;
  }
  .leadership_team .team_container {
    gap: 20px;
  }
}

/* leadership team section */
/* guiding future section */
.guiding_future {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
}
.our_target .our_target_box,
.our_target .our_target_box .target_content ul {
  max-width: 100%;
}
@media (max-width: 500px) {
  .our_target .our_target_box {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
  .our_target {
    padding: 0px 0px 20px 0;
  }
  .guiding_future {
    padding: 30px 0;
  }
	.our_target .our_target_box .target_image {
    max-width: 60px;
    max-height: 60px;
    padding: 14px;

}

}

/* guiding future section */
/* facilites first section   */
.facilites_first_section {
  background-image: url("../images/facilities/facilities_first_section_bg.png");
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 130px 0;
  text-align: center;
}
.facilites_first_section .school_facilities {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  display: inline-flex;
  padding: 30px 55px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 790px;
  width: 100%;
}
.facilites_first_section .school_facilities .content h2::after {
  transform: translate(-50%);
  left: 50%;
}
@media (max-width: 500px) {
  .facilites_first_section .school_facilities {
    padding: 24px 32px;
  }
}

/* facilites first section   */
/* academic lab section */
.academic_lab,
.sports_facilites {
  padding: 60px 0 20px 0;
  text-align: center;
}

.academic_lab h2,
.sports_facilites h2 {
  color: var(--seconder-color);
  text-align: center;
  font-size: 28px;
  font-weight: var(--bold--font-weight);
  letter-spacing: 0.2px;
  margin-bottom: 24px;
}
.academic_lab_images {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.academic_lab_images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.academic_lab_images .adm_pic:nth-child(4) {
  grid-column: span 3;
}

.academic_lab_images .adm_pic:nth-child(5) {
  grid-column: span 3;
}

.academic_lab_images .adm_pic {
  position: relative;
  overflow: hidden;
  grid-column: span 2;
}

.academic_lab_images .adm_hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  transition: bottom 0.8s ease-in-out;
}

.academic_lab_images .adm_pic:hover .adm_hover {
  bottom: 0;
}

.sports_facilites_images {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  padding-top: 40px;
}
.sports_facilites_images img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  transition: transform 0.8s ease-in-out;
}
.sports_facilites_images .sport_pic {
  position: relative;
  /* background: linear-gradient(3deg, #192857 2.56%, rgba(0, 35, 123, 0) 98.19%); */
  border-radius: 20px;
  overflow: hidden;
}
.sports_facilites_images .sport_pic p,
.indoor_facilites_images .indoor_pic p {
  position: absolute;
  bottom: 20px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.sports_facilites_images img:hover {
  transform: scale(1.1);
}

.indoor_facilites_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding-top: 40px;
}
.indoor_facilites_images img {
  width: 100%;
  border-radius: 20px;
  transition: transform 0.8s ease-in-out;
  display: block;
  height: auto;
}
.indoor_facilites_images .indoor_pic {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.indoor_facilites_images img:hover {
  transform: scale(1.1);
}

.adm-div-pic .adm-pic:nth-child(9) {
  grid-area: i;
}
@media (max-width: 1440px) {
  .sports_facilites_images {
    gap: 10px 10px;
  }
	.indoor_facilites_images {
gap:10px;
	}
}
@media (max-width: 900px) {
  .sports_facilites_images {
    grid-template-columns: 1fr 1fr;
  }
  .indoor_facilites_images .indoor_pic {
    width: 49%;
  }
  .academic_lab_images {
    grid-template-columns: repeat(6, 1fr);
  }

  .academic_lab_images .adm_pic:nth-child(1),
  .academic_lab_images .adm_pic:nth-child(2) {
    grid-column: span 3;
  }

  .academic_lab_images .adm_pic:nth-child(3),
  .academic_lab_images .adm_pic:nth-child(6) {
    grid-column: span 6;
    order: 5;
  }

  .academic_lab_images .adm_pic:nth-child(4),
  .academic_lab_images .adm_pic:nth-child(5) {
    grid-column: span 3;
  }

  .academic_lab_images .adm_pic:nth-child(7),
  .academic_lab_images .adm_pic:nth-child(8) {
    grid-column: span 3;
  }
  .facilites_first_section {
    padding: 100px 20px;
  }
}

@media (max-width: 500px) {
  .sports_facilites_images {
    grid-template-columns: 1fr;
  }
  .indoor_facilites_images .indoor_pic {
    width: 100%;
  }
  .academic_lab h2,
  .sports_facilites h2 {
    font-size: 22px;
  }
  .academic_lab,
  .sports_facilites {
    padding: 30px 0 20px 0;
  }
  .academic_lab_images {
    display: contents;
  }
}

/* academic lab section */

/* cctv surveillance section */
.cctv_surveillance {
  width: 100%;
  padding: 90px 0;
}
.cctv_surveillance .pre-container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
.cctv_surveillance .content .content_image img {
  width: 100%;
  height: auto;
  max-width: 565px;
}
.cctv_surveillance .content .content_text {
  max-width: 790px;
  width: 100%;
}
.gps_traking {
  background: #fdf8ee;
}
@media (max-width: 900px) {
  .cctv_surveillance .pre-container .content {
    flex-direction: column;
    gap: 30px;
  }
  .cctv_surveillance {
    padding: 30px 0;
  }
  .cctv_surveillance .content .content_image{
    order: 2;
  }
}

/* cctv surveillance section */
/* facilites section  */
.facilites_section {
  background-image: url("../images/facilities/facilities_section_bg.png");
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  padding: 70px 0;
  margin-top: 50px;
}
.facilites_section .pre-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.facilites_section .content {
  max-width: 886px;
  width: 100%;
}
.facilites_section p,
.facilites_section h2 {
  text-align: center;
}
.facilites_section .content h2::after {
  transform: translate(-50%);
  left: 50%;
}

/* facilites section  */

/* content page :start */
.contactus_timimg .pre-container{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:30px;
  padding-bottom: 40px;
}
.contactus_timimg .contect_info_box {
  display: flex;
  height: 140px;
  padding: 20px 42px;
  justify-content: center;
  align-items: center;
  gap: 35px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 4.84px 9.68px 0px rgba(79, 94, 113, 0.1),
    0px 2.42px 4.84px 0px rgba(79, 94, 113, 0.11),
    0px 0px 2.42px 0px rgba(79, 94, 113, 0.12);
    max-width: 660px;
    width: 100%;
}
.contactus_timimg .contect_info_box img {
  height: auto;
  width: auto;
}
.contactus_timimg .contect_info_box .info_text {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}
.content_heading h2{
  text-align: center;
  margin-bottom: 40px !important;
}
/* .content_heading{
  padding-top: 50px;
} */


/* content page :start */
/* contact us first section */

.contactus_timimg .content_text {
  display: flex;
  max-width: 678px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}


.contactus_timimg iframe {
  width: 100%;
  /* height: 100%; */
}
.we_help {
  padding:60px 0 40px 0;
  background-color:var(--white);
}
.we_help .pre-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
   
}
.we_help_container {
  max-width: 540px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.we_help_container h2 {
  color: var(--seconder-color);
  font-size: var(--heading-size);
  font-weight: 700;
}
.we_help_container p {
  color:var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}
.we_help_container .social_media {
  display: flex;
  gap: 15px;
  align-items: center;
}
.contact_school {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_school label {
  color: #344054;
  font-size: 16px;
  font-weight: 400;
}
.contact_school label span {
  color: #e21414;
}
.contact_school button {
  display: flex;
  max-width: 152px;
  height: 42px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  background: var(--seconder-color);
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.contact_school button:hover{
  background-color: var(--primary-color);
  color: var(--white);
}
.input_flex {
  display: flex !important;
  justify-content: space-between;
  flex-direction: row !important;
  gap: 32px !important;
}
.input_flex div {
  flex-direction: column;
  display: flex;
  width: 100%;
  gap: 6px;
}
.we_help form {
  max-width: 586px;
  width: 100%;
}
.contact_school input,
.contact_school textarea {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  width: 100%;
}
.contact_school textarea {
  height: 108px;
}
.contact_school div {
  flex-direction: column;
  display: flex;
  gap: 6px;
}
.contactus_timimg .contect_info_box .info_text  h4{
  color: var(--primary-color) !important;
}
.contactus_timimg .contect_info_box .info_text p{
  margin: 0;
}
.contactus_timimg .contect_info_box .info_text p a{
 color:var(--black);
}
@media (max-width: 900px) {
  .contactus_timimg .pre-container ,
  .we_help .pre-container{
    flex-direction: column;
  }
  .contactus_timimg .contect_info_box{
    max-width: 100%;
  }
  .contactus_timimg .contect_info_box .info_text{
    max-width: 100%;
  }
  .contactus_timimg .content_text{
    max-width: 100%;
  }
  .we_help form{
    max-width: 100%;
  }

}
@media (max-width: 500px) {
  .contactus_first_section{
    height: 320px;
  }
  .contactus_timimg .pre-container{
    gap:20px;
  }
  .contactus_timimg .contect_info_box{
    padding: 20px 10px;
    height: auto;
    gap:14px;
  }
  .content_heading{
    padding-top: 30px;
  }
  .content_heading h2{
    margin-bottom: 20px !important;
  }
  .contactus_timimg iframe {
    width: 100%;
    height: 100%;
}
.contactus_timimg .contect_info_box img {
  height: 50px;
  width: 50px;
}
.contactus_timimg .contect_info_box .info_text h4{
  margin: 0;
}
.contactus_timimg .contect_info_box .info_text p{
 font-size: 12px;
 line-height: 120%;
}
.contactus_timimg .contect_info_box .info_text  h4{
font-size: 16px;
}
.we_help_container{
  gap:10px;
}
.we_help{
  padding: 30px 0;
}

}
/* contact us first section */
/* us school info section */
.us_school_info {
  padding: 40px 0;
}
.us_school_info .pre-container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  gap: 20px;
}
.us_school_info .contect_info_box {
  display: flex;
  height: 140px;
  padding: 20px 42px;
  justify-content: center;
  align-items: center;
  gap: 35px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 4.84px 9.68px 0px rgba(79, 94, 113, 0.1),
    0px 2.42px 4.84px 0px rgba(79, 94, 113, 0.11),
    0px 0px 2.42px 0px rgba(79, 94, 113, 0.12);
		min-width: 450px;
}
.us_school_info .contect_info_box img {
  height: auto;
  width: auto;
}
.us_school_info .contect_info_box .info_text {
  max-width: 284px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}
.us_school_info p {
  font-size: var(--normal-font-size);
}
@media (max-width: 1440px) {
  .us_school_info .contect_info_box {
    padding: 20px 20px;
  }
	.us_school_info .contect_info_box {
		min-width: 100%;
	}
}
@media (max-width: 1200px) {
  .us_school_info .contect_info_box {
    padding: 14px;
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .us_school_info .pre-container {
    flex-direction: column;
  }
  .us_school_info .contect_info_box {
    justify-content: start;
    align-items: center;
    height: auto;
  }
  .us_school_info .contect_info_box .info_text {
    max-width: 100%;
  }
  .contactus_timimg .pre-container {
    display: grid;
    grid-template-columns: 1fr;
  }
  .contactus_timimg .content_text {
    max-width: 100%;
  }
  .we_help .pre-container {
    flex-direction: column;
  }
  .we_help form {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .contactus_timimg .content_text .timing_text p {
    flex-direction: column;
    gap:2px;
  }
  .us_school_info .contect_info_box img {
    height: 50px;
    width: 50px;
  }
  .us_school_info{
    padding: 20px 0;
  }
  .contactus_timimg{
    padding-bottom: 30px;
  }
}
/* us school info section */
/* academic page section */
.academic_first_section {
  background-image: url("../images/academics/banner.png");
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 396px;
  font-family: var(----normal-font-family);
  z-index: -1;
}
.academic_headline {
  padding: 14px;
  background: var(--seconder-color);
  text-align: center;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.academic_section .pre-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap:20px;
}
.beyond_section{

    background: rgba(248, 189, 2, 0.50) !important;
}
.beyond_section .pre-container .content {
    flex-direction: row !important;
    width: 100%;
    max-width: 100% !important;
}
.academic_section,
.careers_section {
  width: 100%;
  padding: 90px 0;
}
.academic_section .pre-container .content,
.careers_section .pre-container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  flex-direction: column;
  max-width: 630px;
}

.academic_section .content .content_image img,
.careers_section .content .content_image img {
  width: 100%;
  height: auto;
  max-width: 565px;
}
.academic_section .content .content_text,
.careers_section .content .content_text {
  max-width: 790px;
  width: 100%;
}
.academic_section .content ul li{
  padding-bottom: 4px;
}
.academic_section:nth-child(even) {
  background: #fdf8ee;
}
@media (max-width: 1024px) {
  .academic_section,
  .careers_section {
    width: 100%;
    padding: 40px 0;
  }
  .academic_section .pre-container .content,
  .careers_section .pre-container .content {
    gap: 30px;
  }
  .academic_section .pre-container{
    flex-direction: column;
  }
  .academic_section .pre-container .content, .careers_section .pre-container .content{
    max-width: 100%;
    align-items: start;
    flex-direction: column !important;

  }
  .academic_section .content .content_text, .careers_section .content .content_text{
    max-width: 100%;
  }
  .academic_section .content .content_image img, .careers_section .content .content_image img{
    max-width: 400px;
  }
}

@media (max-width: 900px) {
  .academic_section .pre-container .content,
  .careers_section .pre-container .content {
    flex-direction: column;
    gap: 24px;
  }
  .academic_section,
  .careers_section {
    width: 100%;
    padding: 40px 0;
  }
  .academic_section .content .content_image,
  .careers_section .content .content_image {
    display: flex;
    justify-content: center;
    order: 2;
  }
}
@media (max-width: 500px) {
  .academic_headline {
    font-size: 14px;
    font-weight: 500;
  }
  .academic_first_section {
    height: 240px;
  }
}
/* academic page section */
/* carress page section */
.careers_first_section {
  background-image: url("../images/careers/career_bg.png");
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 480px;
  font-family: var(----normal-font-family);
  z-index: -1;
}
.search_opportunities {
  padding: 40px 0;
}
.search_opportunities .pre-container {
  border-radius: 5px;
  background: #fdf8ee;
  display: flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 43px;
}
.search_opportunities input {
  display: flex;
  width: 100%;
  max-width: 500px;
  height: 60px;
  padding: 10px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.search_opportunities button {
  display: flex;
  width: 134px;
  height: 61px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: var(--seconder-color);
  color: var(--white);
  font-size: var(--normal-font-size);
  font-weight: 700;
  font-family: var(--normal-font-family);
}

.explore_opportunities h2 {
  color: var(--seconder-color);
  margin-bottom: 50px;
}
.explore_opportunities .explore_box {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(79, 94, 113, 0.1),
    0px 2px 4px 0px rgba(79, 94, 113, 0.11),
    0px 0px 2px 0px rgba(79, 94, 113, 0.12);
  max-width: 413px;
  height: 303px;
  width: 100%;
  padding: 34px 55px;
}
.explore_opportunities .explore_box h3 {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: var(--bold--font-weight);
  margin-bottom: 20px;
}
.explore_opportunities .explore_box .explore_box_line {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  margin-bottom: 5px;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}
.explore_opportunities .explore_box .explore_box_line p {
  font-size: var(--normal-font-size);
}
.explore_opportunities .explore_box .explore_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 10px;
}
.explore_opportunities .explore_box .explore_btn button {
  display: flex;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  background: var(--primary-color);
  height: 42px;
  border: 1px solid var(--primary-color);
}
.explore_opportunities .explore_box .explore_btn button:hover {
  background-color: white;
  color: var(--primary-color);
}

.explore_opportunities .explore_box .explore_btn a:last-child button {
  background-color: white;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.explore_opportunities .explore_box .explore_btn a:last-child button:hover {
  background: var(--primary-color);
  color: var(--white);
}
.explore_opportunities .explore_box .explore_btn p{
  font-size: 14px;
}
.explore_opportunities .explore_box_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.join_us{
	padding: 50px 0;
}
.join_us h3 {
	color: var(--primary-color);
	text-align: center;
	font-size: var(--heading-size);
	font-weight: var(--bold--font-weight);
}
.join_us p{
	color: #000;
text-align: center;
font-size: var(--normal-font-size);
font-weight: var(--light-font-weight);
}
.join_us .join_us_box{
	display: flex;
height: auto;
padding: 23px 52px;
flex-direction: column;
align-items: center;
gap: 14px;
align-self: stretch;
border-radius: 15px;
border: 1px solid var(--primary-color);
background: var(--white);
}
.select_position{
	padding: 20px 0 50px 0;
}

.select_position table{
	border-collapse: collapse;
	width: 100%;
	box-shadow: 0px 4px 8px 0px rgba(79, 94, 113, 0.10);
	border-radius: 18px;
	overflow: hidden;
}
.select_position thead th{
	background-color: var(--primary-color);
	color: var(--white);
	text-align: center;
	font-size: var(--normal-font-size);
	font-weight: 600;
}
.select_position  th,
.select_position td{
	border: 1px solid #ddd;
	padding: 20px;
	font-size: var(--normal-font-size);

}
.select_position a{
	color:var(--primary-color);
font-size: var(--normal-font-size);
font-weight: var(--bold--font-weight);
letter-spacing: 0.214px;
}
.select_position a span{
	display: flex;
	align-items: center;
	gap:10px;
}
@media (max-width: 1440px) {
  .explore_opportunities .explore_box .explore_btn button {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .explore_opportunities .explore_box {
    height: auto;
    padding: 24px 40px;
  }
  .explore_opportunities .explore_box_container {
    justify-content: start;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 900px) {
	.select_position  th,
	.select_position td{

		padding: 10px 6px;
	}
}
@media (max-width: 650px) {
  .explore_opportunities .explore_box_container {
    justify-content: start;
    display: grid;
    grid-template-columns: 1fr;
  }
  .search_opportunities .pre-container {
    gap: 10px;
    padding: 16px 10px;
  }
  .search_opportunities button {
    display: flex;
    width: auto;
    height: auto;
    padding: 10px 20px;
  }
  .search_opportunities input {
    height: auto;
    padding: 10px 4px;
    font-size: 12px;
  }
  .careers_first_section {
    height: 300px;
  }
}
@media (max-width: 500px) {
	.select_position  th, .select_position td {
    padding: 10px 0px;
    font-size: 10px;
    text-align: center;
}
	.select_position thead th{
		font-size: 10px;
	}
	.select_position a{
		font-size: 10px;
	}
	.select_position a img{
		height: 10px;
	}
	.select_position a span{
		gap:4px;
	}
	.join_us{
		padding: 20px 0;
	}
	.join_us .join_us_box{
		padding: 24px 30px;
	}

}
@media (max-width: 450px) {
  .explore_opportunities .explore_box {
    max-width: 100%;
    padding: 24px 20px;
  }
  .explore_opportunities .explore_box .explore_btn {
    margin-top: 20px;
  }
  .explore_opportunities h2 {
    margin-bottom: 20px;
  }
  .search_opportunities input {
    font-size: 10px;
  }
  .explore_opportunities .explore_box .explore_btn p{
    font-size: 12px;
  }
}
/* carress page section */

/* enquiry form page start */
.enquiry_first_section {
  background-image: url("../images/section_bg/enquiry_bg.png");
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 480px;
  font-family: var(----normal-font-family);
  z-index: -1;
}
.enquiry_form {
  padding-top: 40px;
  padding-bottom: 50px;
}
.enquiry_form .pre-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.enquiry_form .form_heading {
  display: flex;
  width: 100%;
  padding: 8px 38px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--seconder-color);
  color: var(--white);
  text-align: center;
  font-size: var(--m-heading-size);
  font-weight: 700;
}

.form_container {
  display: flex;
  max-width: 1160px;
  width: 100%;
  padding: 60px 110px;
  justify-content: center;
  align-items: center;
  background: #f0faff;
  box-shadow: 0px 8px 8px 0px rgba(79, 94, 113, 0.1),
    0px 2px 4px 0px rgba(79, 94, 113, 0.11),
    0px 0px 2px 0px rgba(79, 94, 113, 0.12);
}
.form_container form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form_container .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form_container label {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400;
}
.form_container input,
.form_container select,
.form_container textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: var(--white);
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #667085;
}
.form_container .btn {
  display: flex;
  max-width: 184px;
  width: 100%;
  height: 54px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: var(--primary-color);
  color: #fdfeff;
  font-size: var(--normal-font-size);
  font-weight: 500;
}
.form_container .btn:hover {
  background: #333;
}
.form_container .required {
  color: #e21414;
}
.form_container .d_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 900px) {
  .form_container {
    padding: 40px 20px;
  }
}
@media (max-width: 500px) {
  .form_container .d_flex {
    flex-direction: column;
    gap: 24px;
  }
  .enquiry_form .form_heading {
    font-size: 18px;
    padding: 6px 10px;
  }
  .enquiry_form .pre-container {
    gap: 16px;
  }
  .form_container {
    padding: 20px;
  }
  .form_container .btn {
    width: 100%;
    max-width: max-content;
    padding: 8px 12px;
    font-size: 14px;
    height: auto;
  }
  .form_container label {
    font-size: 14px;
  }
  .enquiry_first_section{
    height: 300px;
  }
}
/* enquiry form page start */
/* event page start */
.gallery_page {
  padding: 60px 0;
}
.gallery_page h2 {
  font-weight: 800;
  font-size: 28px;
  text-align: center;
  color: var(--seconder-color);
  margin-bottom: 50px;
}
.gallery_page .gallery_page_container img {
  width: 100%;
  border-radius: 20px;
  display: block;
  transition: transform 0.8s ease-in-out;
  height: 100%;
}
.gallery_page .gallery_page_container img:hover{
  transform: scale(1.1);
}
.gallery_page .gallery_page_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 60px 10px;
}
.gallery_page .gallery_page_container p {
  font-weight: var(--bold--font-weight);
  font-size: 18px;
  text-align: center;
  position: absolute;
  bottom: 6px;
  height: 50px;
  width: 100%;
  color: var(--white);
}
.gallery_page_container .event_img {
  position: relative;
  border-radius: 20px;
  margin: auto;
  max-width: 380px;
  height: 100%;
  overflow: hidden;
}
.img_shadow {
  position: absolute;
  background: linear-gradient(
    2.63deg,
    #192857 2.56%,
    rgba(0, 35, 123, 0) 98.19%
  );
  height: 109px;
  width: 100%;
  bottom: 0;
  border-radius:0px 0px 20px 20px;
}
@media (max-width: 1024px) {
  .gallery_page .gallery_page_container {
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
  }
}
@media (max-width: 500px) {
  .gallery_page .gallery_page_container {
    grid-template-columns: 1fr;
    gap: 20px 10px;
  }
}
/* event page start */
/* publication page start */
.publication_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 60px 30px;
}
.publication_container .card img {
  width: 100%;
  height: auto;
}
.publication_container .card {
  max-width: 360px;
  max-height: 100%;
  gap: 16px;
  border-radius: 7px;
  padding: 14px;
  background: #c30000;
  margin: auto;
  box-shadow: 2px 2px 6px 3px #4f5e711f;
}
.publication_container .card:nth-child(even) {
  background: #fdf8ee;
}
.publication_container .card:nth-child(even) h4,
.publication_container .card:nth-child(even) h6 {
  color: var(--primary-color);
}

.publication_container .card h4 {
  font-weight: var(--bold--font-weight);
  font-size: 18px;
  color: var(--white);
  margin-bottom: 5px;
}
.publication_container .card h6 {
  font-size: var(--normal-font-size);
  color: var(--white);
}
@media (max-width: 1200px) {
  .publication_container {
    justify-content: center;
  }
  .gallery_page {
    padding: 40px 0;
  }
  .gallery_page h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 900px) {
  .publication_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .publication_container {
    grid-template-columns: 1fr;
  }
  .gallery_page h2 {
    font-size: 20px;
  }
  .publication_container .card h4 {
    font-size: var(--normal-font-size);
  }
  .publication_container .card h6 {
    font-size: 14px;
  }
}
/* publication page end */
/* fee structure page  */
.fee_first_section {
  background-image: url("../images/section_bg/fee_bg.png");
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 388px;
  font-family: var(----normal-font-family);
  z-index: -1;
}
.fee_structure_table table {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border-collapse: collapse;
  margin-bottom: 50px;
}
.fee_structure_table table thead th {
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  font-size: var(--normal-font-size);
  font-weight: 600;
}
.fee_structure_table td,
.fee_structure_table th {
  padding: 8px;
  text-align: center;
  border: 1px solid #b8b7b7;
  width: 50%;
  color: #333;
  font-size: var(--normal-font-size);
  font-weight: 400;
}
.fee_structure_table tr:nth-child(even) {
  background: #f4f4f4;
}
.disclaimer_note {
  background: #fdf8ee;
  padding: 30px 0;
}
.disclaimer_note .content h2::after {
  width: 140px;
}
.additional_info {
  padding: 50px 0;
}
@media (max-width: 500px) {
  .fee_structure_table table {
    margin-bottom: 16px;
  }
  .fee_structure_table td,
  .fee_structure_table th {
    padding: 4px;
  }
  .additional_info {
    padding: 20px 0;
  }
}

/* fee structure page  */
/* job description page  */
.job_description {
  padding-bottom: 40px;
  
}
.job_description .pre-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.job_description .details_box {
  display: flex;
  padding: 24px 27px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: var(--primary-color);
  color: var(--white);
  max-width: 362px;
  width: 100%;
  height: max-content;
}
.job_description .details_box h2 {
  color: #fdf8ee;
  font-size: 20px;
  font-weight: var(--bold--font-weight);
  margin-bottom: 6px;
}
.job_description .details_box h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150.24%;
  margin-bottom: 2px;
}
.job_description .details_box h5 strong {
  font-weight: var(--bold--font-weight);
}
.job_description .content {
  width: 100%;
}
.job_description .content h3 {
  display: flex;
  padding: 6px 14px;
  justify-content: start;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #e9e9e9 0%, rgba(236, 236, 236, 0) 100%);
  color: var(--primary-color);
  font-size: 20px;
  font-weight: var(--bold--font-weight);
  margin-bottom: 16px;
  margin-top: 50px;
}

.job_description .content li {
  margin-bottom: 10px;
  text-align: justify;
}
.job_description button {
  display: inline-flex;
  height: auto;
  padding: 14px 26px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: var(--seconder-color);
  color: #fdfeff;
  font-size: var(--normal-font-size);
  font-weight: var(--bold--font-weight);
  cursor:pointer ;
}

@media (max-width: 1024px) {
  .job_description .pre-container {
    flex-direction: column;
  }
  .job_description .content {
    order: 2;
  }
}
@media (max-width: 500px) {
  .job_description .content h3 {
    margin-top: 30px;
  }
  .job_description .content h3{
    font-size: 16px;
  }

}
/* job description page  */
/* apply now page  */
.apply_now_first_section {
  background-image: url("../images/section_bg/apply_now_bg.png");
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 130px 20px;
  text-align: center;
}
.apply_now_first_section .school_facilities {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  display: inline-flex;
  padding: 30px 55px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 790px;
  width: 100%;
}
.apply_now_first_section .school_facilities .content h2::after {
  transform: translate(-50%);
  left: 50%;
}
.apply_form .form_heading p {
  color: var(--seconder-color);
  text-align: center;
  font-size: 28px;
  font-weight: var(--bold--font-weight);
}
.apply_form {
  padding: 40px 0;
}
.apply_form .pre-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.apply_form .form_container .btn {
  max-width: 100%;
  width: max-content;
  margin: auto;
  margin-top: 40px;
}
.apply_form img {
  height: 18px;
  width: 18px;
}
@media (max-width: 500px) {
  .apply_now_first_section {
    padding: 45px 16px;
  }
  .apply_now_first_section .school_facilities {
    padding: 30px;
  }
  .apply_form .form_heading p {
    font-size: 24px;
  }
  .apply_form .pre-container {
    gap: 20px;
  }
  .apply_form .form_container .btn {
    margin-top: 0;
  }
}
/* apply now page  */
/* admission process page  */
.process_first_section {
  background-image: url(../images/section_bg/process_bg.png);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 525px;
  font-family: var(----normal-font-family);
  z-index: -1;
}
.admission_first_section{
    background-image: url(../images/careers/banner.png);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 525px;
  font-family: var(----normal-font-family);
  z-index: -1;
}
.process_box {
  width: 36%;
}
.job_description .details_box .process_box_content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.job_description .details_box .box {
  display: flex;
  padding: 15px 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  background: #fff;
  width: 100%;
}
.job_description .details_box .box h4 {
  color: var(--primary-color);
  text-align: center;
  font-size: var(--normal-font-size);
  font-weight: 500;
}
.job_description .details_box .box h5 {
  color: var(--seconder-color);
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}
.job_description .details_box .heading p {
  color: var(--white);
  text-align: center;
  font-size: var(--m-heading-size);
  font-weight: var(--bold--font-weight);
  margin-bottom: 16px;
}
.job_description .details_box .heading {
  width: 100%;
}

@media (max-width: 1024px) {
  .process_box {
    width: 100%;
  }
  .process_box .details_box {
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }
  .job_description .details_box .process_box_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .job_description .details_box .process_box_content {
    display: grid;
    grid-template-columns: 1fr;
  }
  .process_box .details_box {
    max-width: max-content;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .process_first_section {
    background-image: url(../images/section_bg/process_bg_mobile.png);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 620px;
    font-family: var(----normal-font-family);
    z-index: -1;
  }
}
@media (max-width: 375px) {
  .process_first_section {
    background-image: url(../images/section_bg/process_bg_mobile.png);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 460px;
    font-family: var(----normal-font-family);
    z-index: -1;
  }
}
/* admission process page  */
/* newsfeed page */
.newsfeed_first_section {
  background-image: url("../images/section_bg/newsfeed_bg.png");
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 388px;
  font-family: var(----normal-font-family);
  z-index: -1;
}
.news_heading {
  padding: 40px 0;
}
.news_heading h3 {
  color: var(--seconder-color);
  font-weight: 500;
}
.news_heading .pre-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.school_news{
  padding-bottom: 40px;
}
.school_news .box_img {
  width: 170px;
  height: 105px;
  /* border-radius: 6px; */
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}
.school_news .box_img img {
  height: 100%;
  width: auto;
}
.school_news .box_content h3 {
  color: var(--primary-color);
  font-size: var(--large-font-size);
  font-weight: 500;
}
.school_news .box_content h4 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.school_news .box_content h5 {
  color: #000;
  font-size: 10px;
  font-weight: 400;
}
.school_news .news_box {
  width: 100%;
  display: flex;
  justify-content: start;
  gap: 40px;
  align-items: center;
  padding: 20px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.news_heading .news_menu{
  display: flex;
  align-items: center;
  gap:16px;
}
@media (max-width: 500px) {
  .news_heading .news_menu{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:8px;
  }
  .school_news .news_box{
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap:8px;
    padding: 14px 0;
    
  }
  .school_news .box_img{
    border: 0;
    padding: 0';
  }
  .news_heading h3{
    font-size: 14px;
  }

}
/* newsfeed page */

/* disclosure section start */
.disclosure-section .pre-container {
  padding: 30px 0;
}
.information-container h6 {
  font-size: 24px;
  color: var(--seconder-color);
}
.disclosure-section table {
  border-collapse: collapse;
  width: 100%;
}

.disclosure-section .disclosure-table th,
.disclosure-section .disclosure-table td {
  border: 1px solid var(--primary-color);
  padding: 10px 16px;
  text-align: center;
}
.disclosure-section .information-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}
.disclosure-section .information-container i {
  color: var(--grey-color);
}
.disclosure-section .disclosure-table td:nth-child(2) {
  text-align: left;
}
.disclosure-table thead {
  background-color: var(--primary-color);
  border: 1px solid var(--white);
  color: var(--white);
}
@media (max-width: 1440px) {
  .disclosure-section .pre-container {
    min-width: 1200px;
    padding: 30px;
  }
}

@media (max-width: 1240px) {
  .disclosure-section .pre-container {
    min-width: 100%;
  }
}
@media (max-width: 500px) {
  .disclosure-section .disclosure-table th,
  .disclosure-section .disclosure-table td {
    padding: 6px 10px;
    font-size: 14px;
  }
  .disclosure-section .pre-container {
    padding: 20px;
  }
  .information-container h6 {
    font-size: 20px;
  }
  .disclosure-section .disclosure-table td:nth-child(3) {
    width: 70px;
  }
}

/* disclosure section end */
.terms_page{
  padding-top: 50px;
}