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

html, body {
  background-color: #fff;
  scroll-behavior: smooth;
  font-feature-settings: "liga" 0;
  font-kerning: normal;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font: 400 16px/1.3 "Poppins", sans-serif;
  color: #4B4952; }

ul, ol {
  list-style: none; }

a, img {
  text-decoration: none;
  outline: none; }

/* media Queries */
h1 {
  text-align: center;
  font: 600 49px/1 "Poppins", sans-serif;
  color: #2A272F; }
  @media (max-width: 834px) {
    h1 {
      font-size: 39px; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 31px; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 25px; } }

.disable-scroll {
  overflow: hidden; }

.startTemplate {
  width: 100%;
  min-height: 100vh;
  padding: 24px 6vw;
  display: flex;
  flex-flow: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  background: url(../images/startbg.jpg) no-repeat left top #fff;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999; }
  .startTemplate .startContainer {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 40px;
    align-items: center; }
    .startTemplate .startContainer .logo {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .startTemplate .startContainer .logo img {
        display: block;
        width: 100%;
        max-width: 458px; }
        @media (max-width: 1440px) {
          .startTemplate .startContainer .logo img {
            max-width: 360px; } }
    .startTemplate .startContainer h1 {
      font-weight: 700; }
      @media (max-width: 1440px) {
        .startTemplate .startContainer h1 {
          font-size: 36px; } }
    .startTemplate .startContainer ul {
      width: 100%;
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      align-items: center; }
      @media (max-width: 1440px) {
        .startTemplate .startContainer ul {
          gap: 8px; } }
      @media (max-width: 768px) {
        .startTemplate .startContainer ul {
          grid-template-columns: repeat(1, minmax(0, 1fr));
          gap: 8px; } }
      .startTemplate .startContainer ul li {
        width: 100%;
        height: 100%;
        padding: 24px;
        border-radius: 16px;
        gap: 16px;
        background-color: #AD1E24;
        display: flex;
        align-items: center; }
        @media (max-width: 1024px) {
          .startTemplate .startContainer ul li {
            flex-flow: column; } }
        @media (max-width: 768px) {
          .startTemplate .startContainer ul li {
            flex-flow: row; } }
        .startTemplate .startContainer ul li span {
          display: block;
          width: 48px;
          flex-shrink: 0; }
          .startTemplate .startContainer ul li span img {
            display: block;
            width: 100%; }
        .startTemplate .startContainer ul li b {
          display: block;
          width: 100%;
          text-align: left;
          font: 600 25px/1.2 "Poppins", sans-serif;
          color: #fff; }
          @media (max-width: 1440px) {
            .startTemplate .startContainer ul li b {
              font-size: 18px;
              text-align: left; } }
          @media (max-width: 1024px) {
            .startTemplate .startContainer ul li b {
              text-align: center; } }
          @media (max-width: 768px) {
            .startTemplate .startContainer ul li b {
              text-align: left; } }
          .startTemplate .startContainer ul li b small {
            display: block;
            width: 100%;
            text-align: left;
            font: 400 16px/1.2 "Poppins", sans-serif;
            color: rgba(255, 255, 255, 0.7);
            margin: 8px 0 0 0; }
            @media (max-width: 1440px) {
              .startTemplate .startContainer ul li b small {
                font-size: 14px;
                text-align: left; } }
            @media (max-width: 1024px) {
              .startTemplate .startContainer ul li b small {
                text-align: center; } }
            @media (max-width: 768px) {
              .startTemplate .startContainer ul li b small {
                text-align: left; } }

.header {
  width: 100%; }
  .header .top_links {
    width: 100%;
    padding: 8px 6vw;
    background-color: #282461; }
    .header .top_links ul {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 1024px) {
        .header .top_links ul {
          justify-content: center; } }
      .header .top_links ul li {
        width: auto;
        display: inline-flex;
        align-items: center;
        gap: 24px; }
        .header .top_links ul li b {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          text-align: left;
          color: #fff;
          line-height: 1;
          font-weight: 400;
          font-size: 14px; }
          @media (max-width: 1440px) {
            .header .top_links ul li b {
              font-size: 12px; } }
          .header .top_links ul li b i {
            display: block;
            width: 20px; }
            .header .top_links ul li b i img {
              display: block;
              width: 100%; }
        .header .top_links ul li dl {
          width: auto;
          display: inline-flex;
          align-items: center;
          gap: 8px; }
          @media (max-width: 1024px) {
            .header .top_links ul li dl {
              display: none; } }
          .header .top_links ul li dl dt {
            width: auto;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1;
            font-size: 14px; }
            .header .top_links ul li dl dt a {
              display: inline-block;
              width: auto;
              padding: 12px 16px;
              font-size: 14px;
              border-radius: 8px;
              color: rgba(255, 255, 255, 0.7); }
              @media (max-width: 1440px) {
                .header .top_links ul li dl dt a {
                  font-size: 12px; } }
              .header .top_links ul li dl dt a:hover {
                background-color: rgba(255, 255, 255, 0.15); }
              .header .top_links ul li dl dt a.mandatory {
                background-color: #F5CF54;
                color: #2A272F; }
                .header .top_links ul li dl dt a.mandatory:hover {
                  background-color: #f9f6a4; }
  .header header {
    width: 100%;
    padding: 16px 6vw;
    background-color: #F3F0E8;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header header .logo {
      width: auto; }
      .header header .logo a {
        display: inline-block;
        width: auto; }
        .header header .logo a img {
          display: block;
          width: 100%;
          max-width: 256px; }
          @media (max-width: 480px) {
            .header header .logo a img {
              max-width: 172px; } }
    .header header nav {
      display: inline-block;
      width: auto; }
      @media (max-width: 1440px) {
        .header header nav {
          width: 100%;
          height: 100vh;
          position: fixed;
          right: 0;
          top: 0;
          background-color: rgba(0, 0, 0, 0.58);
          backdrop-filter: blur(6px);
          display: flex;
          flex-flow: column;
          align-items: flex-end;
          transform: translateX(100%);
          transition: 1s ease;
          z-index: 9999;
          overflow: hidden; } }
      .header header nav ul {
        width: auto;
        display: inline-flex;
        gap: 8px; }
        @media (max-width: 1440px) {
          .header header nav ul {
            flex-flow: column;
            justify-content: center;
            max-width: 300px;
            width: 100%;
            background-color: #fff;
            height: 100%;
            padding: 1.5rem;
            gap: .825rem; } }
        .header header nav ul li {
          width: auto;
          position: relative; }
          @media (max-width: 1440px) {
            .header header nav ul li {
              width: 100%; } }
          .header header nav ul li.more {
            display: none; }
            @media (max-width: 1024px) {
              .header header nav ul li.more {
                display: block; } }
          .header header nav ul li:hover a {
            background-color: #808080;
            color: #fff; }
          .header header nav ul li a {
            display: inline-block;
            width: auto;
            font: 400 14px/40px "Poppins", sans-serif;
            color: #4B4952;
            padding: 0 16px;
            border-radius: 8px; }
            @media (max-width: 1440px) {
              .header header nav ul li a {
                width: 100%;
                display: block;
                text-align: center;
                color: #4B4952; } }
            .header header nav ul li a.active {
              background-color: #AD1E24;
              color: #fff; }
          .header header nav ul li .sub_menu {
            width: auto;
            min-width: 260px;
            display: none;
            position: absolute;
            left: 0;
            top: 0px;
            z-index: 98;
            padding: 48px 0 0 0; }
            @media (max-width: 1440px) {
              .header header nav ul li .sub_menu {
                position: relative;
                padding: 0;
                top: 4px;
                min-width: unset; } }
            .header header nav ul li .sub_menu.right {
              left: unset;
              right: 0; }
            .header header nav ul li .sub_menu .submenuinenr {
              width: 100%;
              padding: 12px;
              border-radius: 12px;
              background-color: #fff;
              display: flex;
              flex-flow: column;
              gap: 6px; }
              .header header nav ul li .sub_menu .submenuinenr a {
                display: block;
                width: 100%;
                color: #2A272F;
                border-radius: 8px;
                transition: .5s ease;
                border: none;
                padding: 0 12px;
                background-color: transparent; }
                .header header nav ul li .sub_menu .submenuinenr a:hover {
                  color: #fff;
                  transition: .5s ease;
                  background-color: #AD1E24; }
      .header header nav .closePop {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        display: none;
        align-items: center;
        justify-content: center;
        background-color: #F5CF54;
        cursor: pointer; }
        .header header nav .closePop:hover {
          background-color: #f9f6a4; }
        @media (max-width: 1440px) {
          .header header nav .closePop {
            position: absolute;
            right: 24px;
            top: 24px;
            display: flex; } }
        .header header nav .closePop img {
          display: block;
          width: 20px; }
    .header header .popMenu {
      width: 2.75rem;
      height: 2.75rem;
      border-radius: 50%;
      background: #AD1E24;
      display: none;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .header header .popMenu:hover {
        background-color: #d03e45; }
      @media (max-width: 1440px) {
        .header header .popMenu {
          display: flex; } }
      .header header .popMenu img {
        display: block;
        width: 22px; }

.slider {
  width: 100%;
  position: relative; }
  .slider .social_links {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 24px;
    padding: 8px;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    gap: 8px;
    right: 16px;
    z-index: 99; }
    .slider .social_links a {
      display: block;
      width: 40px; }
      .slider .social_links a img {
        display: block;
        width: 100%; }
  .slider .sliderPhoto {
    width: 100%; }
    .slider .sliderPhoto img {
      display: block;
      width: 100%;
      min-height: 300px;
      object-fit: cover; }

.welcome {
  width: 100%;
  min-height: 100vh;
  padding: 72px 6vw;
  background-color: #282461;
  display: grid;
  align-items: center;
  gap: 48px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow-x: hidden; }
  @media (max-width: 834px) {
    .welcome {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }
  .welcome .welcome_left {
    width: 100%; }
    .welcome .welcome_left .heading {
      width: 100%;
      display: flex;
      flex-flow: column;
      gap: 48px; }
      .welcome .welcome_left .heading h1 {
        color: #fff;
        text-align: left; }
      .welcome .welcome_left .heading .text {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 8px; }
        .welcome .welcome_left .heading .text p {
          text-align: left;
          font: 400 1rem/1.4 "Poppins", sans-serif;
          color: rgba(255, 255, 255, 0.7); }
    .welcome .welcome_left .welcome_wrapper {
      width: 100%;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding: 32px 0 0 0;
      margin: 21px 0 0 0;
      display: flex;
      flex-flow: column;
      gap: 32px; }
      .welcome .welcome_left .welcome_wrapper .heading {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 16px; }
        .welcome .welcome_left .welcome_wrapper .heading h2 {
          text-align: left;
          font: 600 21px "Poppins", sans-serif;
          color: #fff;
          flex-shrink: 0; }
          @media (max-width: 768px) {
            .welcome .welcome_left .welcome_wrapper .heading h2 {
              font-size: 18px; } }
        .welcome .welcome_left .welcome_wrapper .heading p {
          text-align: left;
          font: 400 1rem/1.4 "Poppins", sans-serif;
          color: rgba(255, 255, 255, 0.78); }
          @media (max-width: 768px) {
            .welcome .welcome_left .welcome_wrapper .heading p {
              font-size: 14px; } }
          .welcome .welcome_left .welcome_wrapper .heading p span {
            display: inline-block;
            width: auto;
            color: #fff;
            font-weight: 600; }
      .welcome .welcome_left .welcome_wrapper ul {
        width: 100%;
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(3, minmax(0, 1fr)); }
        .welcome .welcome_left .welcome_wrapper ul li {
          width: 100%;
          padding: 4px;
          border-radius: 16px;
          overflow: hidden;
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          background-color: #fff; }
          .welcome .welcome_left .welcome_wrapper ul li .photo {
            width: 100%;
            aspect-ratio: 4 / 3; }
            .welcome .welcome_left .welcome_wrapper ul li .photo img {
              display: block;
              width: 100%;
              height: 100%;
              object-fit: cover;
              border-radius: 12px; }
  .welcome .welcome_right {
    width: 100%; }
    .welcome .welcome_right img {
      width: 100%;
      display: block; }

.pricipal_wrapper {
  width: 100%;
  min-height: 100vh;
  padding: 72px 6vw;
  background: url(../../images/principalBg.jpg) no-repeat left top #fff;
  background-size: cover;
  display: grid;
  gap: 48px;
  grid-template-columns: 482px auto;
  align-items: center;
  overflow-x: hidden; }
  @media (max-width: 1440px) {
    .pricipal_wrapper {
      grid-template-columns: repeat(2, 1fr);
      gap: 24px; } }
  @media (max-width: 768px) {
    .pricipal_wrapper {
      grid-template-columns: repeat(1, 1fr);
      gap: 24px; } }
  .pricipal_wrapper .pricipal_photo {
    width: 100%;
    padding: 8px;
    background-color: #AD1E24;
    border-radius: 16px 16px 72px 16px;
    aspect-ratio: 1 / 1; }
    .pricipal_wrapper .pricipal_photo .photo {
      width: 100%;
      aspect-ratio: 1 / 1;
      border-radius: 8px 8px 64px 8px;
      overflow: hidden;
      border: 4px solid #fff; }
      .pricipal_wrapper .pricipal_photo .photo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .pricipal_wrapper .principal_text {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 48px; }
    .pricipal_wrapper .principal_text .text {
      width: 100%;
      display: flex;
      flex-flow: column;
      gap: 16px; }
      .pricipal_wrapper .principal_text .text p {
        text-align: left;
        font: 400 20px/1.3 "Poppins", sans-serif;
        color: #4B4952; }
        @media (max-width: 1440px) {
          .pricipal_wrapper .principal_text .text p {
            font-size: 16px; } }
    .pricipal_wrapper .principal_text ul {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 8px;
      justify-content: space-between; }
      @media (max-width: 1440px) {
        .pricipal_wrapper .principal_text ul {
          flex-flow: column;
          align-items: flex-start;
          gap: 16px; } }
      .pricipal_wrapper .principal_text ul li {
        display: inline-flex;
        flex-flow: column;
        gap: 8px; }
        @media (max-width: 768px) {
          .pricipal_wrapper .principal_text ul li {
            width: 100%; } }
        .pricipal_wrapper .principal_text ul li b {
          display: inline-block;
          width: auto;
          text-align: left;
          font: 600 24px/1 "Poppins", sans-serif;
          color: #2A272F; }
          @media (max-width: 480px) {
            .pricipal_wrapper .principal_text ul li b {
              width: 100%;
              font-size: 18px; } }
        .pricipal_wrapper .principal_text ul li small {
          display: inline-block;
          width: auto;
          text-align: left;
          font: 400 16px "Poppins", sans-serif;
          color: #4B4952; }
        .pricipal_wrapper .principal_text ul li a {
          display: inline-block;
          text-align: center;
          width: auto;
          padding: 22px 56px 22px 36px;
          border-radius: 50px;
          background: url(../icons/right_arrow.svg) no-repeat right 24px center #AD1E24;
          background-size: 12px;
          font: 400 16px/1 "Poppins", sans-serif;
          color: #fff; }
          @media (max-width: 768px) {
            .pricipal_wrapper .principal_text ul li a {
              display: block;
              width: 100%; } }
          .pricipal_wrapper .principal_text ul li a:hover {
            background-color: #d03e45; }

.achieversWrapper {
  width: 100%;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 72px 6vw;
  background-color: #fff;
  overflow-x: hidden; }
  @media (max-width: 1024px) {
    .achieversWrapper {
      display: flex;
      flex-flow: column; } }
  .achieversWrapper .annWrapper {
    width: 100%;
    background-color: #fff;
    border-radius: 24px;
    border: 1px solid #AD1E24; }
    .achieversWrapper .annWrapper .heading {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 8px;
      justify-content: space-between;
      padding: 16px 24px;
      background-color: #AD1E24;
      border-radius: 24px 24px 0 0; }
      .achieversWrapper .annWrapper .heading b {
        display: inline-block;
        width: auto;
        text-align: left;
        font: 600 25px/1 "Poppins", sans-serif;
        color: #fff; }
      .achieversWrapper .annWrapper .heading a {
        display: inline-block;
        width: auto;
        font: 500 14px/32px "Poppins", sans-serif;
        color: #2A272F;
        background-color: #F5CF54;
        padding: 0 16px;
        border-radius: 50px; }
        .achieversWrapper .annWrapper .heading a:hover {
          background-color: #f9f6a4; }
    .achieversWrapper .annWrapper .achContainer {
      padding: 24px 24px 32px 24px; }
      .achieversWrapper .annWrapper .achContainer .ach_wrapp {
        width: 100%; }
        .achieversWrapper .annWrapper .achContainer .ach_wrapp a {
          width: 100%;
          display: flex;
          flex-flow: column;
          gap: 16px; }
          .achieversWrapper .annWrapper .achContainer .ach_wrapp a .photo {
            width: 100%;
            max-width: 224px;
            aspect-ratio: 1 / 1;
            overflow: hidden;
            border-radius: 8px; }
            .achieversWrapper .annWrapper .achContainer .ach_wrapp a .photo img {
              display: block;
              width: 100%;
              height: 100%;
              object-fit: cover; }
          .achieversWrapper .annWrapper .achContainer .ach_wrapp a .text {
            width: 100%;
            display: flex;
            flex-flow: column;
            gap: 16px; }
            .achieversWrapper .annWrapper .achContainer .ach_wrapp a .text .text_inner {
              width: 100%;
              display: flex;
              flex-flow: column;
              gap: 8px; }
              .achieversWrapper .annWrapper .achContainer .ach_wrapp a .text .text_inner b {
                display: block;
                width: 100%;
                text-align: left;
                font: 600 25px/1.2 "Poppins", sans-serif;
                color: #2A272F; }
              .achieversWrapper .annWrapper .achContainer .ach_wrapp a .text .text_inner .date {
                width: 100%;
                display: flex;
                align-items: center;
                gap: 8px; }
                .achieversWrapper .annWrapper .achContainer .ach_wrapp a .text .text_inner .date span {
                  display: block;
                  width: 32px;
                  flex-shrink: 0; }
                  .achieversWrapper .annWrapper .achContainer .ach_wrapp a .text .text_inner .date span img {
                    display: block;
                    width: 100%; }
                .achieversWrapper .annWrapper .achContainer .ach_wrapp a .text .text_inner .date small {
                  display: inline-block;
                  width: auto;
                  text-align: left;
                  font: 400 14px "Poppins", sans-serif;
                  color: #4B4952; }
            .achieversWrapper .annWrapper .achContainer .ach_wrapp a .text p {
              text-align: left;
              font: 500 16px/1.3 "Poppins", sans-serif;
              color: #2A272F;
              border-left: 2px solid #AD1E24;
              padding: 0 0 0 8px; }
  .achieversWrapper .achWrapper {
    width: 100%;
    background-color: #fff;
    border-radius: 24px;
    border: 1px solid #282461; }
    .achieversWrapper .achWrapper .heading {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 8px;
      justify-content: space-between;
      padding: 16px 24px;
      background-color: #282461;
      border-radius: 24px 24px 0 0; }
      .achieversWrapper .achWrapper .heading b {
        display: inline-block;
        width: auto;
        text-align: left;
        font: 600 25px/1 "Poppins", sans-serif;
        color: #fff; }
      .achieversWrapper .achWrapper .heading a {
        display: inline-block;
        width: auto;
        font: 500 14px/32px "Poppins", sans-serif;
        color: #2A272F;
        background-color: #F5CF54;
        padding: 0 16px;
        border-radius: 50px; }
        .achieversWrapper .achWrapper .heading a:hover {
          background-color: #f9f6a4; }
    .achieversWrapper .achWrapper .annContainer {
      padding: 24px;
      width: 100%; }
      .achieversWrapper .achWrapper .annContainer .ann_con {
        width: 100%; }
        .achieversWrapper .achWrapper .annContainer .ann_con a {
          width: 100%;
          display: flex;
          flex-flow: column;
          align-items: center;
          gap: 32px;
          padding: 0 24px 24px 24px;
          border-radius: 16px;
          background: linear-gradient(180deg, white 0%, white 35%, #e7f2ff 35%, #e7f2ff 100%); }
          .achieversWrapper .achWrapper .annContainer .ann_con a .photo {
            width: 190px;
            aspect-ratio: 1 / 1;
            border-radius: 50%;
            overflow: hidden;
            border: 4px solid #fff; }
            .achieversWrapper .achWrapper .annContainer .ann_con a .photo img {
              display: block;
              width: 100%;
              height: 100%;
              object-fit: cover; }
          .achieversWrapper .achWrapper .annContainer .ann_con a .text {
            width: 100%;
            display: flex;
            flex-flow: column;
            gap: 16px; }
            .achieversWrapper .achWrapper .annContainer .ann_con a .text b {
              display: block;
              width: 100%;
              text-align: center;
              font: 600 25px/1.2 "Poppins", sans-serif;
              color: #2A272F; }
            .achieversWrapper .achWrapper .annContainer .ann_con a .text p {
              text-align: center;
              color: #4B4952; }

.newsWrapper {
  width: 100%;
  padding: 72px 6vw 124px 6vw;
  background-color: #E7F2FF;
  display: flex;
  flex-flow: column;
  gap: 48px;
  overflow-x: hidden; }
  .newsWrapper .heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px; }
    @media (max-width: 480px) {
      .newsWrapper .heading {
        flex-flow: column;
        gap: 16px; } }
    .newsWrapper .heading h1 {
      text-align: left; }
    .newsWrapper .heading a {
      display: inline-block;
      width: auto;
      font: 500 16px/48px "Poppins", sans-serif;
      color: #fff;
      background-color: #282461;
      padding: 0 40px;
      border-radius: 8px; }
      @media (max-width: 480px) {
        .newsWrapper .heading a {
          display: block;
          width: 100%;
          text-align: center; } }
      .newsWrapper .heading a:hover {
        background-color: #433d9a; }
  .newsWrapper .newsContainer {
    width: 100%; }
    .newsWrapper .newsContainer .newsWrapp {
      width: 100%;
      background-color: #fff; }
      .newsWrapper .newsContainer .newsWrapp .photo {
        width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden; }
        .newsWrapper .newsContainer .newsWrapp .photo img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .newsWrapper .newsContainer .newsWrapp .text {
        width: 100%;
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        gap: 24px;
        padding: 24px; }
        .newsWrapper .newsContainer .newsWrapp .text .textInner {
          width: 100%;
          display: flex;
          flex-flow: column;
          gap: 8px; }
          .newsWrapper .newsContainer .newsWrapp .text .textInner b {
            display: block;
            width: 100%;
            text-align: left;
            font: 600 20px/1.2 "Poppins", sans-serif;
            color: #2A272F; }
          .newsWrapper .newsContainer .newsWrapp .text .textInner p {
            text-align: left;
            min-height: 63px; }
        .newsWrapper .newsContainer .newsWrapp .text a {
          display: inline-block;
          width: auto;
          font: 500 15px/42px "Poppins", sans-serif;
          color: #282461;
          padding: 0 32px;
          border-radius: 50px;
          border: 1.5px solid #282461; }
          .newsWrapper .newsContainer .newsWrapp .text a:hover {
            background-color: #282461;
            color: #fff; }

.chooseWrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  gap: 48px;
  padding: 72px 6vw;
  background-color: #F5CF54; }
  @media (max-width: 768px) {
    .chooseWrapper {
      min-height: auto; } }
  .chooseWrapper .chooseContainer {
    width: 100%; }
    .chooseWrapper .chooseContainer .whyContainer {
      width: 100%;
      padding: 32px 32px 0 32px;
      background-color: #fff;
      border-radius: 24px;
      display: grid;
      gap: 48px;
      grid-template-columns: repeat(2, 1fr);
      position: sticky;
      top: 24px; }
      @media (max-width: 768px) {
        .chooseWrapper .chooseContainer .whyContainer {
          grid-template-columns: repeat(1, 1fr);
          gap: 24px;
          padding: 24px 24px 0 24px; } }
      .chooseWrapper .chooseContainer .whyContainer:nth-child(2) {
        top: calc(16px + 24px); }
      .chooseWrapper .chooseContainer .whyContainer:nth-child(3) {
        top: calc(32px + 24px); }
      .chooseWrapper .chooseContainer .whyContainer:nth-child(4) {
        top: calc(48px + 24px); }
      .chooseWrapper .chooseContainer .whyContainer:nth-child(5) {
        top: calc(64px + 24px); }
      .chooseWrapper .chooseContainer .whyContainer:nth-child(6) {
        top: calc(80px + 24px); }
      .chooseWrapper .chooseContainer .whyContainer:nth-child(even) {
        background-color: #282461; }
        .chooseWrapper .chooseContainer .whyContainer:nth-child(even) .text b {
          color: #fff; }
        .chooseWrapper .chooseContainer .whyContainer:nth-child(even) .text .innertext p {
          color: rgba(255, 255, 255, 0.78); }
      .chooseWrapper .chooseContainer .whyContainer .text {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 24px; }
        .chooseWrapper .chooseContainer .whyContainer .text b {
          display: block;
          width: 100%;
          text-align: left;
          font: 600 39px/1.2 "Poppins", sans-serif;
          color: #2A272F; }
          @media (max-width: 1024px) {
            .chooseWrapper .chooseContainer .whyContainer .text b {
              font-size: 25px; } }
          @media (max-width: 768px) {
            .chooseWrapper .chooseContainer .whyContainer .text b {
              font-size: 18px; } }
        .chooseWrapper .chooseContainer .whyContainer .text .innertext {
          width: 100%;
          display: flex;
          flex-flow: column;
          gap: 16px; }
          .chooseWrapper .chooseContainer .whyContainer .text .innertext p {
            text-align: left;
            font: 400 16px/1.3 "Poppins", sans-serif;
            color: #4B4952; }
            @media (max-width: 1024px) {
              .chooseWrapper .chooseContainer .whyContainer .text .innertext p {
                font-size: 14px; } }
      .chooseWrapper .chooseContainer .whyContainer .photo {
        width: 100%; }
        .chooseWrapper .chooseContainer .whyContainer .photo img {
          display: block;
          width: 100%;
          border-radius: 16px 16px 0 0; }

.schoolLifeWrapper {
  width: 100%;
  padding: 96px 6vw;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 72px;
  overflow-x: hidden; }
  @media (max-width: 1024px) {
    .schoolLifeWrapper {
      grid-template-columns: repeat(1, 1fr);
      min-height: auto;
      align-items: center;
      justify-content: center;
      gap: 24px; } }
  .schoolLifeWrapper .text {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 24px; }
    .schoolLifeWrapper .text h1 {
      text-align: left; }
    .schoolLifeWrapper .text p {
      text-align: left; }
      @media (max-width: 768px) {
        .schoolLifeWrapper .text p {
          font-size: 14px; } }
  .schoolLifeWrapper ul {
    width: 100%;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    align-items: center; }
    @media (max-width: 480px) {
      .schoolLifeWrapper ul {
        gap: 8px; } }
    .schoolLifeWrapper ul li {
      width: 100%;
      display: flex;
      flex-flow: column;
      gap: 16px; }
      .schoolLifeWrapper ul li:nth-child(2) .icon {
        background-color: #AD1E24; }
      .schoolLifeWrapper ul li:nth-child(3) .icon {
        background-color: #F5CF54; }
      .schoolLifeWrapper ul li .icon {
        width: 100%;
        border-radius: 24px;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #282461; }
        .schoolLifeWrapper ul li .icon span {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 70%;
          aspect-ratio: 1 / 1;
          background-color: #fff;
          border-radius: 50%; }
          @media (max-width: 480px) {
            .schoolLifeWrapper ul li .icon span {
              width: 70%; } }
          .schoolLifeWrapper ul li .icon span img {
            display: block;
            width: 50%; }
      .schoolLifeWrapper ul li small {
        display: block;
        width: 100%;
        text-align: center;
        font: 400 18px "Poppins", sans-serif;
        color: #2A272F; }
        @media (max-width: 1440px) {
          .schoolLifeWrapper ul li small {
            font-size: 16px; } }
        @media (max-width: 768px) {
          .schoolLifeWrapper ul li small {
            font-size: 14px; } }
        @media (max-width: 480px) {
          .schoolLifeWrapper ul li small {
            font-size: 12px; } }

.performingArtsWrapper {
  width: 100%;
  padding: 72px 6vw;
  background: radial-gradient(circle, #282461 0%, #1e1a54 100%);
  display: flex;
  flex-flow: column;
  gap: 48px;
  overflow-x: hidden; }
  .performingArtsWrapper .heading {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 24px;
    padding: 0 15%; }
    @media (max-width: 480px) {
      .performingArtsWrapper .heading {
        padding: 0; } }
    .performingArtsWrapper .heading h1 {
      color: #fff; }
    .performingArtsWrapper .heading p {
      text-align: center;
      color: rgba(255, 255, 255, 0.7); }
  .performingArtsWrapper .performingArtsContainer {
    width: 100%;
    display: grid;
    gap: 48px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center; }
    @media (max-width: 768px) {
      .performingArtsWrapper .performingArtsContainer {
        grid-template-columns: repeat(1, 1fr); } }
    .performingArtsWrapper .performingArtsContainer .photo {
      width: 100%; }
      .performingArtsWrapper .performingArtsContainer .photo img {
        display: block;
        width: 100%; }
    .performingArtsWrapper .performingArtsContainer ul {
      width: 100%;
      display: flex;
      flex-flow: column;
      gap: 24px; }
      .performingArtsWrapper .performingArtsContainer ul li {
        width: 100%;
        background-color: #fff;
        border-radius: 16px;
        padding: 8px;
        display: flex;
        flex-flow: column;
        gap: 8px; }
        .performingArtsWrapper .performingArtsContainer ul li .photo {
          width: 100%;
          aspect-ratio: 4 / 3;
          overflow: hidden;
          border-radius: 8px; }
        .performingArtsWrapper .performingArtsContainer ul li .text {
          width: 100%;
          display: flex;
          flex-flow: column;
          gap: 8px;
          padding: 16px; }
          @media (max-width: 1440px) {
            .performingArtsWrapper .performingArtsContainer ul li .text {
              padding: 8px; } }
          .performingArtsWrapper .performingArtsContainer ul li .text b {
            display: block;
            width: 100%;
            text-align: left;
            font: 600 25px/1 "Poppins", sans-serif;
            color: #2A272F; }
            @media (max-width: 1440px) {
              .performingArtsWrapper .performingArtsContainer ul li .text b {
                font-size: 20px; } }
          .performingArtsWrapper .performingArtsContainer ul li .text p {
            text-align: left;
            font: 400 16px/1.3 "Poppins", sans-serif;
            color: #4B4952; }
            @media (max-width: 1440px) {
              .performingArtsWrapper .performingArtsContainer ul li .text p {
                font-size: 14px; } }

.athletic_skillWrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow-x: hidden; }
  @media (max-width: 1024px) {
    .athletic_skillWrapper {
      grid-template-columns: repeat(1, 1fr); } }
  .athletic_skillWrapper .athleticWrapper {
    width: 100%;
    padding: 72px 48px 72px 6vw;
    display: flex;
    flex-flow: column;
    gap: 48px;
    background-color: #282461; }
    @media (max-width: 1024px) {
      .athletic_skillWrapper .athleticWrapper {
        padding: 72px 6vw; } }
    .athletic_skillWrapper .athleticWrapper .heading {
      width: 100%;
      display: flex;
      flex-flow: column;
      gap: 16px; }
      .athletic_skillWrapper .athleticWrapper .heading h1 {
        text-align: left;
        color: #fff; }
      .athletic_skillWrapper .athleticWrapper .heading p {
        text-align: left;
        color: rgba(255, 255, 255, 0.78); }
        @media (max-width: 768px) {
          .athletic_skillWrapper .athleticWrapper .heading p {
            font-size: 14px; } }
    .athletic_skillWrapper .athleticWrapper ul {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px; }
      .athletic_skillWrapper .athleticWrapper ul li {
        width: 100%;
        border-radius: 12px;
        background-color: #fff;
        display: flex;
        flex-flow: column;
        padding: 4px; }
        .athletic_skillWrapper .athleticWrapper ul li .photo {
          width: 100%;
          aspect-ratio: 4 / 3;
          border-radius: 8px;
          overflow: hidden; }
          .athletic_skillWrapper .athleticWrapper ul li .photo img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .athletic_skillWrapper .athleticWrapper ul li b {
          display: block;
          width: 100%;
          text-align: center;
          font: 600 16px/1 "Poppins", sans-serif;
          color: #2A272F;
          padding: 16px 8px; }
          @media (max-width: 480px) {
            .athletic_skillWrapper .athleticWrapper ul li b {
              font-size: 14px;
              font-weight: 500; } }
  .athletic_skillWrapper .skillWrapper {
    width: 100%;
    padding: 72px 6vw 72px 48px;
    display: flex;
    flex-flow: column;
    gap: 48px;
    background-color: #AD1E24; }
    @media (max-width: 1024px) {
      .athletic_skillWrapper .skillWrapper {
        padding: 72px 6vw; } }
    .athletic_skillWrapper .skillWrapper h1 {
      text-align: left;
      color: #fff; }
    .athletic_skillWrapper .skillWrapper ul {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px; }
      .athletic_skillWrapper .skillWrapper ul li {
        width: 100%;
        aspect-ratio: 4 / 3;
        border-radius: 8px;
        background-color: #fff;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        gap: 16px; }
        .athletic_skillWrapper .skillWrapper ul li span {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .athletic_skillWrapper .skillWrapper ul li span img {
            display: block;
            width: 100%;
            max-width: 48px; }
        .athletic_skillWrapper .skillWrapper ul li b {
          display: block;
          width: 100%;
          text-align: center;
          font: 400 16px/1 "Poppins", sans-serif; }
          @media (max-width: 480px) {
            .athletic_skillWrapper .skillWrapper ul li b {
              font-size: 14px; } }
    .athletic_skillWrapper .skillWrapper p {
      text-align: left;
      color: rgba(255, 255, 255, 0.78); }
      @media (max-width: 768px) {
        .athletic_skillWrapper .skillWrapper p {
          font-size: 14px; } }

.schoolGalleryWrapper {
  width: 100%;
  padding: 72px 6vw;
  background: url(../images/schoolGalBg.jpg) no-repeat left top #AD1E24;
  background-size: cover;
  display: flex;
  flex-flow: column;
  gap: 48px;
  overflow-x: hidden; }
  .schoolGalleryWrapper h1 {
    color: #fff; }
  .schoolGalleryWrapper .schoolGalleryContainer {
    width: 100%;
    display: flex;
    align-items: flex-start; }
    @media (max-width: 768px) {
      .schoolGalleryWrapper .schoolGalleryContainer {
        flex-flow: column;
        gap: 16px; } }
    .schoolGalleryWrapper .schoolGalleryContainer .schoolGalleryLinks {
      width: 280px;
      display: flex;
      flex-flow: column;
      gap: 8px;
      padding: 16px 0; }
      @media (max-width: 768px) {
        .schoolGalleryWrapper .schoolGalleryContainer .schoolGalleryLinks {
          width: 100%;
          flex-flow: row wrap;
          align-items: center;
          justify-content: center; } }
      .schoolGalleryWrapper .schoolGalleryContainer .schoolGalleryLinks .tab {
        display: block;
        width: 100%;
        font: 400 16px/48px "Poppins", sans-serif;
        color: #fff;
        padding: 0 24px;
        border-radius: 50px 0 0 50px;
        cursor: pointer; }
        @media (max-width: 768px) {
          .schoolGalleryWrapper .schoolGalleryContainer .schoolGalleryLinks .tab {
            border-radius: 50px;
            width: auto;
            display: inline-block; } }
        @media (max-width: 480px) {
          .schoolGalleryWrapper .schoolGalleryContainer .schoolGalleryLinks .tab {
            padding: 0 16px;
            font: 400 14px/32px "Poppins", sans-serif; } }
        .schoolGalleryWrapper .schoolGalleryContainer .schoolGalleryLinks .tab:hover {
          background-color: #fff;
          color: #2A272F; }
        .schoolGalleryWrapper .schoolGalleryContainer .schoolGalleryLinks .tab.active {
          background-color: #F5CF54;
          color: #2A272F; }
    .schoolGalleryWrapper .schoolGalleryContainer .schoolGalleryContainer {
      width: 100%;
      height: 100%;
      padding: 24px;
      border-radius: 16px;
      border: 1px solid #F5CF54; }
      .schoolGalleryWrapper .schoolGalleryContainer .schoolGalleryContainer ul.schGal {
        width: 100%;
        display: none;
        gap: 16px;
        grid-template-columns: repeat(4, minmax(0, 1fr)); }
        @media (max-width: 1440px) {
          .schoolGalleryWrapper .schoolGalleryContainer .schoolGalleryContainer ul.schGal {
            grid-template-columns: repeat(3, minmax(0, 1fr)); } }
        @media (max-width: 834px) {
          .schoolGalleryWrapper .schoolGalleryContainer .schoolGalleryContainer ul.schGal {
            grid-template-columns: repeat(2, minmax(0, 1fr)); } }
        @media (max-width: 768px) {
          .schoolGalleryWrapper .schoolGalleryContainer .schoolGalleryContainer ul.schGal {
            grid-template-columns: repeat(3, minmax(0, 1fr)); } }
        @media (max-width: 480px) {
          .schoolGalleryWrapper .schoolGalleryContainer .schoolGalleryContainer ul.schGal {
            grid-template-columns: repeat(2, minmax(0, 1fr)); } }
        .schoolGalleryWrapper .schoolGalleryContainer .schoolGalleryContainer ul.schGal.active {
          display: grid; }
        .schoolGalleryWrapper .schoolGalleryContainer .schoolGalleryContainer ul.schGal li {
          width: 100%;
          aspect-ratio: 4 / 3;
          border-radius: 8px;
          overflow: hidden; }
          .schoolGalleryWrapper .schoolGalleryContainer .schoolGalleryContainer ul.schGal li img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }

.shapesWrapper {
  width: 100%;
  padding: 72px 6vw;
  background-color: #fff;
  display: grid;
  gap: 72px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  overflow-x: hidden; }
  @media (max-width: 1440px) {
    .shapesWrapper {
      gap: 48px; } }
  @media (max-width: 1024px) {
    .shapesWrapper {
      gap: 32px; } }
  @media (max-width: 834px) {
    .shapesWrapper {
      gap: 24px; } }
  @media (max-width: 768px) {
    .shapesWrapper {
      gap: 48px;
      grid-template-columns: repeat(1, 1fr); } }
  .shapesWrapper .text {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 40px; }
    .shapesWrapper .text h1 {
      text-align: left; }
      .shapesWrapper .text h1 span {
        font-weight: 500;
        font-size: 31px;
        color: #4B4952;
        display: block;
        width: 100%;
        line-height: 1.5; }
        @media (max-width: 768px) {
          .shapesWrapper .text h1 span {
            font-size: 16px; } }
    .shapesWrapper .text .logo {
      text-align: left; }
      .shapesWrapper .text .logo img {
        display: block;
        width: 100%;
        max-width: 276px; }
  .shapesWrapper .text_inner {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 16px; }
    .shapesWrapper .text_inner p {
      text-align: left; }

.copyright {
  width: 100%;
  padding: 24px 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #101010; }
  @media (max-width: 768px) {
    .copyright {
      flex-flow: column; } }
  .copyright p {
    text-align: left;
    font: 400 14px "Poppins", sans-serif;
    color: rgba(255, 255, 255, 0.78); }
    .copyright p a {
      display: inline-block;
      width: auto;
      font: 500 14px "Poppins", sans-serif;
      color: #F5CF54; }
      .copyright p a:hover {
        text-decoration: underline; }

.aboutWrapp {
  width: 100%;
  padding: 48px 6vw; }
  .aboutWrapp .aboutus {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 1.5rem; }
    .aboutWrapp .aboutus h1 {
      text-align: left;
      font: 600 2rem "Poppins", sans-serif;
      color: #2A272F; }
    .aboutWrapp .aboutus h2 {
      text-align: left;
      font: 600 32px "Poppins", sans-serif;
      color: #313131; }
    .aboutWrapp .aboutus .photo {
      width: 100%;
      margin: 0 0 40px 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .aboutWrapp .aboutus .photo img {
        display: block;
        width: 100%;
        max-width: 560px; }
    .aboutWrapp .aboutus p {
      text-align: left;
      font: 400 15px/1.4 "Poppins", sans-serif;
      color: #505055;
      margin: 24px 0 0 0; }
    .aboutWrapp .aboutus .share {
      height: auto;
      width: 100%;
      margin-top: 60px; }
      .aboutWrapp .aboutus .share h4 {
        text-align: left;
        font: 600 14px "Poppins", sans-serif;
        color: #4B4952;
        text-transform: uppercase; }
      .aboutWrapp .aboutus .share .share_infra {
        height: auto;
        width: 100%;
        margin-top: 15px;
        display: flex;
        flex-flow: row nowrap;
        align-items: center; }
        .aboutWrapp .aboutus .share .share_infra a {
          height: 30px;
          width: 30px;
          display: block;
          margin-right: 2px;
          border-radius: 2px;
          background: url(../icons/share_links.png) no-repeat #ddd;
          font-size: 0px; }
          .aboutWrapp .aboutus .share .share_infra a.face {
            background-position: 0 0; }
          .aboutWrapp .aboutus .share .share_infra a.twi {
            background-position: -32px 0; }
          .aboutWrapp .aboutus .share .share_infra a.in {
            background-position: -64px 0; }
          .aboutWrapp .aboutus .share .share_infra a.wapp {
            background-position: -96px 0; }

.contentWrapp {
  width: 100%;
  padding: 3rem 6vw; }
  .contentWrapp .content {
    width: 100%; }
    .contentWrapp .content h1 {
      text-align: left;
      font: 600 3rem "Poppins", sans-serif;
      color: #2A272F; }
    .contentWrapp .content .photo {
      width: 100%;
      margin: 24px 0 0 0;
      align-items: center;
      text-align: center; }
      .contentWrapp .content .photo img {
        width: 40%; }
    .contentWrapp .content p {
      text-align: left;
      margin: 24px 0 0 0;
      font: 500 13px "Poppins", sans-serif; }
      .contentWrapp .content p span {
        width: auto; }
    .contentWrapp .content .contentTable {
      width: 100%;
      margin: 24px 0 0 0;
      overflow-x: auto; }
      .contentWrapp .content .contentTable embed {
        display: block;
        width: 100%;
        height: 100vh; }
      .contentWrapp .content .contentTable table {
        width: 100%;
        border-collapse: collapse; }
        .contentWrapp .content .contentTable table th {
          text-align: center;
          font: 500 13px "Poppins", sans-serif;
          color: #000;
          border: 1px solid #d0d0d0;
          padding: 8px 6px;
          background-color: #f2f2f2; }
        .contentWrapp .content .contentTable table td {
          text-align: center;
          font: 400 13px "Poppins", sans-serif;
          color: #505050;
          border: 1px solid #d0d0d0;
          padding: 8px 6px;
          background-color: #fff; }

.docWrapp {
  width: 100%;
  padding: 3rem 6vw; }
  .docWrapp .docCon {
    width: 100%; }
    .docWrapp .docCon h1 {
      text-align: left;
      font: 600 3rem "Poppins", sans-serif;
      color: #2A272F; }
    .docWrapp .docCon table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0 32px 0; }
      .docWrapp .docCon table tbody {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 36px; }
        .docWrapp .docCon table tbody tr {
          display: block;
          width: 100%; }
          .docWrapp .docCon table tbody tr td {
            display: block;
            width: 100%; }
            .docWrapp .docCon table tbody tr td h3 {
              text-align: left;
              font: 600 24px "Poppins", sans-serif;
              color: #2A272F; }
            .docWrapp .docCon table tbody tr td table {
              width: 100%;
              border-collapse: collapse;
              margin: 16px 0 0 0; }
              .docWrapp .docCon table tbody tr td table tbody {
                width: 100%;
                display: grid;
                grid-gap: 24px;
                grid-template-columns: repeat(4, 1fr); }
                @media (max-width: 834px) {
                  .docWrapp .docCon table tbody tr td table tbody {
                    grid-template-columns: repeat(3, 1fr); } }
                @media (max-width: 768px) {
                  .docWrapp .docCon table tbody tr td table tbody {
                    grid-template-columns: repeat(2, 1fr); } }
                @media (max-width: 480px) {
                  .docWrapp .docCon table tbody tr td table tbody {
                    grid-template-columns: repeat(1, 1fr); } }
                .docWrapp .docCon table tbody tr td table tbody tr {
                  display: block;
                  width: 100%; }
                  .docWrapp .docCon table tbody tr td table tbody tr td {
                    display: block;
                    width: 100%; }
                    .docWrapp .docCon table tbody tr td table tbody tr td .doc {
                      width: 100%; }
                      .docWrapp .docCon table tbody tr td table tbody tr td .doc a {
                        display: block;
                        width: 100%;
                        border: 1px solid #e0e0e0; }
                        .docWrapp .docCon table tbody tr td table tbody tr td .doc a:hover {
                          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }
                        .docWrapp .docCon table tbody tr td table tbody tr td .doc a span {
                          height: 148px;
                          width: 100%;
                          display: flex;
                          align-items: center;
                          justify-content: center;
                          border-bottom: 1px solid #e0e0e0; }
                          .docWrapp .docCon table tbody tr td table tbody tr td .doc a span.pdf {
                            background-color: #FFF7E4; }
                          .docWrapp .docCon table tbody tr td table tbody tr td .doc a span.excel {
                            background-color: #D6FFE3; }
                          .docWrapp .docCon table tbody tr td table tbody tr td .doc a span.xls {
                            background-color: #E9F0FF; }
                          .docWrapp .docCon table tbody tr td table tbody tr td .doc a span.ppt {
                            background-color: #FADFFF; }
                          .docWrapp .docCon table tbody tr td table tbody tr td .doc a span img {
                            display: block;
                            width: 100%;
                            max-width: 62px; }
                        .docWrapp .docCon table tbody tr td table tbody tr td .doc a b {
                          display: block;
                          text-align: left;
                          font: 500 14px "Poppins", sans-serif;
                          color: #000;
                          padding: 16px 20px;
                          box-sizing: border-box; }

.contact_us {
  width: 100%;
  padding: 3rem 6vw; }
  .contact_us .contact_us_inner {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 24px; }
    .contact_us .contact_us_inner .heading {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 48px; }
      @media (max-width: 768px) {
        .contact_us .contact_us_inner .heading {
          flex-flow: column; } }
      .contact_us .contact_us_inner .heading .heading_left {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 16px; }
        .contact_us .contact_us_inner .heading .heading_left b {
          display: block;
          width: 100%;
          text-align: left;
          font: 500 14px "Poppins", sans-serif;
          color: #4B4952;
          text-transform: uppercase;
          letter-spacing: 1px; }
        .contact_us .contact_us_inner .heading .heading_left h1 {
          text-align: left;
          font: 500 3rem/1.2 "Poppins", sans-serif;
          color: #2A272F;
          white-space: pre-line; }
          @media (max-width: 768px) {
            .contact_us .contact_us_inner .heading .heading_left h1 {
              font-size: 2rem; } }
      .contact_us .contact_us_inner .heading .heading_right {
        width: 100%;
        max-width: 354px; }
        .contact_us .contact_us_inner .heading .heading_right img {
          display: block;
          width: 100%; }
    .contact_us .contact_us_inner .map {
      width: 100%; }
      .contact_us .contact_us_inner .map a {
        display: block;
        width: 100%; }
        .contact_us .contact_us_inner .map a img {
          display: block;
          width: 100%;
          border-radius: 16px; }
    .contact_us .contact_us_inner .contactInfo {
      width: 100%; }
      .contact_us .contact_us_inner .contactInfo ul {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 32px;
        align-items: flex-start; }
        @media (max-width: 1024px) {
          .contact_us .contact_us_inner .contactInfo ul {
            grid-template-columns: repeat(2, minmax(0, 1fr)); } }
        @media (max-width: 768px) {
          .contact_us .contact_us_inner .contactInfo ul {
            grid-template-columns: repeat(1, minmax(0, 1fr)); } }
        .contact_us .contact_us_inner .contactInfo ul li {
          display: flex;
          flex-flow: column;
          align-items: center;
          width: 100%;
          height: 100%;
          padding: 48px;
          background-color: #fff;
          border-radius: 16px; }
          .contact_us .contact_us_inner .contactInfo ul li.add {
            background-color: #eee; }
            .contact_us .contact_us_inner .contactInfo ul li.add span {
              background-color: #B4670E; }
          .contact_us .contact_us_inner .contactInfo ul li.call {
            background-color: #eee; }
            .contact_us .contact_us_inner .contactInfo ul li.call span {
              background-color: #0367AB; }
          .contact_us .contact_us_inner .contactInfo ul li.whatsapp {
            background-color: #eee; }
            .contact_us .contact_us_inner .contactInfo ul li.whatsapp span {
              background-color: #2A272F; }
          .contact_us .contact_us_inner .contactInfo ul li.email {
            background-color: #eee; }
            .contact_us .contact_us_inner .contactInfo ul li.email span {
              background-color: #19983B; }
          .contact_us .contact_us_inner .contactInfo ul li span {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 6rem;
            background-color: #000;
            aspect-ratio: 1 / 1;
            margin: 0 0 2rem 0;
            border-radius: 4px 32px 4px 32px; }
            .contact_us .contact_us_inner .contactInfo ul li span img {
              display: block;
              width: 100%;
              max-width: 32px; }
          .contact_us .contact_us_inner .contactInfo ul li b {
            display: block;
            width: 100%;
            text-align: center;
            font: 700 16px "Poppins", sans-serif;
            color: #2A272F;
            text-transform: uppercase;
            margin: 0 0 8px 0; }
          .contact_us .contact_us_inner .contactInfo ul li p {
            text-align: center;
            font: 500 15px/1.2 "Poppins", sans-serif;
            color: #4B4952; }
    .contact_us .contact_us_inner .contactForm {
      width: 100%;
      max-width: 660px;
      margin: 0 auto;
      padding: 0 24px;
      display: flex;
      flex-flow: column;
      gap: 40px; }
      .contact_us .contact_us_inner .contactForm h2 {
        text-align: center;
        font: 500 36px "Poppins", sans-serif;
        color: #20202d; }
      .contact_us .contact_us_inner .contactForm ul {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 16px; }
        .contact_us .contact_us_inner .contactForm ul li {
          width: 100%;
          display: flex;
          flex-flow: column;
          align-items: center;
          gap: 8px; }
          .contact_us .contact_us_inner .contactForm ul li label {
            display: block;
            width: 100%;
            text-align: left;
            font: 400 14px "Poppins", sans-serif;
            color: #505055; }
            .contact_us .contact_us_inner .contactForm ul li label span {
              display: inline-block;
              font-size: 16px;
              color: red; }
          .contact_us .contact_us_inner .contactForm ul li input[type=text], .contact_us .contact_us_inner .contactForm ul li input[type=email] {
            display: block;
            width: 100%;
            height: 48px;
            border-radius: 8px;
            border: 1px solid #d0d0d0;
            padding: 8px 12px;
            text-align: left;
            font: 400 14px "Poppins", sans-serif;
            color: #2A272F; }
            .contact_us .contact_us_inner .contactForm ul li input[type=text]:focus, .contact_us .contact_us_inner .contactForm ul li input[type=email]:focus {
              outline: none;
              border-color: #2A272F;
              color: #fff; }
          .contact_us .contact_us_inner .contactForm ul li textarea {
            display: block;
            width: 100%;
            height: 72px;
            border-radius: 8px;
            border: 1px solid #d0d0d0;
            padding: 8px 12px;
            text-align: left;
            font: 400 14px "Poppins", sans-serif;
            color: #2A272F; }
            .contact_us .contact_us_inner .contactForm ul li textarea:focus {
              outline: none;
              border-color: #2A272F; }
          .contact_us .contact_us_inner .contactForm ul li select {
            display: block;
            width: 100%;
            height: 48px;
            border-radius: 8px;
            border: 1px solid #d0d0d0;
            padding: 8px 12px;
            text-align: left;
            font: 400 14px "Poppins", sans-serif;
            color: #2A272F; }
            .contact_us .contact_us_inner .contactForm ul li select:focus {
              outline: none;
              border-color: #2A272F; }
          .contact_us .contact_us_inner .contactForm ul li input[type=submit] {
            width: 100%;
            max-width: 180px;
            height: 48px;
            border-radius: 8px;
            text-align: center;
            font: 400 14px "Poppins", sans-serif;
            color: #2A272F;
            background-color: #F5CF54;
            cursor: pointer;
            border: none;
            margin: 8px 0 0 0; }
            @media (max-width: 480px) {
              .contact_us .contact_us_inner .contactForm ul li input[type=submit] {
                max-width: 100%; } }
            .contact_us .contact_us_inner .contactForm ul li input[type=submit]:focus {
              outline: none; }
            .contact_us .contact_us_inner .contactForm ul li input[type=submit]:hover {
              background-color: #f9f6a4; }

.allNewsWrapp {
  width: 100%;
  padding: 3rem 6vw;
  display: flex;
  flex-flow: column;
  gap: 24px; }
  .allNewsWrapp h1 {
    text-align: left;
    font: 600 3rem "Poppins", sans-serif;
    color: #2A272F; }
    @media (max-width: 768px) {
      .allNewsWrapp h1 {
        font-size: 2rem; } }
  .allNewsWrapp .allNewscon {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 24px; }
    .allNewsWrapp .allNewscon table {
      width: 100%;
      border-collapse: collapse; }
      .allNewsWrapp .allNewscon table tbody {
        width: 100%;
        display: grid;
        grid-gap: 24px;
        grid-template-columns: repeat(3, 1fr); }
        @media (max-width: 834px) {
          .allNewsWrapp .allNewscon table tbody {
            grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 480px) {
          .allNewsWrapp .allNewscon table tbody {
            grid-template-columns: repeat(1, 1fr); } }
        .allNewsWrapp .allNewscon table tbody tr {
          display: block;
          width: 100%;
          height: 100%; }
          .allNewsWrapp .allNewscon table tbody tr td {
            display: block;
            width: 100%;
            height: 100%; }
            .allNewsWrapp .allNewscon table tbody tr td .news {
              width: 100%;
              height: 100%; }
              .allNewsWrapp .allNewscon table tbody tr td .news a {
                display: block;
                width: 100%;
                height: 100%;
                border-radius: 8px;
                overflow: hidden;
                border: 1px solid #a0a0a0;
                padding: 0 0 16px 0; }
                .allNewsWrapp .allNewscon table tbody tr td .news a:hover {
                  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }
                .allNewsWrapp .allNewscon table tbody tr td .news a .photo {
                  width: 100%;
                  aspect-ratio: 4 / 3;
                  overflow: hidden;
                  display: flex;
                  align-items: flex-start; }
                  .allNewsWrapp .allNewscon table tbody tr td .news a .photo img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    object-fit: cover; }
                .allNewsWrapp .allNewscon table tbody tr td .news a b {
                  display: block;
                  width: 100%;
                  text-align: left;
                  font: 500 1rem "Poppins", sans-serif;
                  color: #313131;
                  padding: 16px 16px 8px 16px; }
                .allNewsWrapp .allNewscon table tbody tr td .news a span {
                  display: block;
                  width: 100%;
                  text-align: left;
                  font: 400 0.775rem/18px "Poppins", sans-serif;
                  color: #53524E;
                  padding: 0 0 0 42px;
                  background: url(../icons/calendar.png) no-repeat left 16px center;
                  background-size: 16px;
                  box-sizing: border-box; }

.about_photo {
  width: 100%; }
  .about_photo img {
    display: block;
    width: 100%; }

.about_links {
  width: 100%;
  padding: 0 6vw;
  background-color: #282461;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1024px) {
    .about_links {
      padding: 0; } }
  @media (max-width: 480px) {
    .about_links {
      flex-flow: column;
      padding: 0; } }
  .about_links a {
    display: inline-block;
    width: auto;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    padding: 1.5rem 3rem;
    border-bottom: 3px solid #282461;
    font-family: "Poppins", sans-serif; }
    @media (max-width: 1440px) {
      .about_links a {
        flex: 1;
        text-align: center;
        padding: 1.5rem 0; } }
    @media (max-width: 768px) {
      .about_links a {
        flex: unset;
        width: 50%;
        text-align: center;
        padding: 1.5rem; } }
    @media (max-width: 480px) {
      .about_links a {
        display: block;
        width: 100%;
        text-align: center; } }
    .about_links a:hover {
      background-color: rgba(0, 0, 0, 0.1);
      border-color: rgba(255, 255, 255, 0.5); }
    .about_links a.active {
      background-color: rgba(0, 0, 0, 0.25);
      border-color: #F5CF54; }

.about_us_wrapper {
  width: 100%;
  padding: 4.5rem 6vw;
  display: flex;
  flex-flow: column;
  gap: 3rem; }
  .about_us_wrapper .heading {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 1.5rem; }
    .about_us_wrapper .heading h1 {
      text-align: left;
      color: #2A272F; }
    .about_us_wrapper .heading b {
      display: block;
      width: 100%;
      text-align: left;
      font-size: 1.05rem;
      font-weight: 500;
      line-height: 1.4;
      font-family: "Poppins", sans-serif; }
  .about_us_wrapper ul {
    width: 100%;
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center; }
    @media (max-width: 768px) {
      .about_us_wrapper ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1.5rem; } }
    .about_us_wrapper ul li {
      width: 100%;
      display: flex;
      flex-flow: column;
      gap: 3rem; }
      @media (max-width: 768px) {
        .about_us_wrapper ul li {
          gap: 1.5rem; } }
      .about_us_wrapper ul li .photo {
        width: 100%; }
        .about_us_wrapper ul li .photo img {
          display: block;
          width: 100%; }
      .about_us_wrapper ul li p {
        text-align: left;
        font-size: 1.05rem;
        font-weight: 500;
        line-height: 1.4;
        font-family: "Poppins", sans-serif; }

.visionary_wrapper {
  width: 100%;
  display: flex;
  flex-flow: column; }
  .visionary_wrapper .chairperson_cc {
    width: 100%;
    padding: 4.5rem 6vw;
    display: flex;
    gap: 2.5rem;
    align-items: center;
    justify-content: center; }
    .visionary_wrapper .chairperson_cc.trustee {
      background-color: #F8F0FF; }
      .visionary_wrapper .chairperson_cc.trustee .cc_txt h1 {
        color: #2A272F; }
    .visionary_wrapper .chairperson_cc.principal {
      background-color: #F5F3ED; }
      .visionary_wrapper .chairperson_cc.principal .cc_txt h1 {
        color: #7A776B; }
    @media (max-width: 1440px) {
      .visionary_wrapper .chairperson_cc {
        padding: 3rem 6vw;
        align-items: flex-start; } }
    @media (max-width: 768px) {
      .visionary_wrapper .chairperson_cc {
        flex-flow: column; } }
    .visionary_wrapper .chairperson_cc .cc_photo {
      width: 100%;
      max-width: 200px; }
      .visionary_wrapper .chairperson_cc .cc_photo img {
        display: block;
        width: 100%; }
    .visionary_wrapper .chairperson_cc .cc_txt {
      width: 100%;
      display: flex;
      flex-flow: column;
      gap: 3rem; }
      .visionary_wrapper .chairperson_cc .cc_txt h1 {
        width: 100%;
        flex-shrink: 0;
        color: #818181;
        text-align: left;
        font-size: 3.5rem;
        line-height: 1; }
        @media (max-width: 1440px) {
          .visionary_wrapper .chairperson_cc .cc_txt h1 {
            font-size: 3rem; } }
        @media (max-width: 768px) {
          .visionary_wrapper .chairperson_cc .cc_txt h1 {
            font-size: 2.5rem; } }
      .visionary_wrapper .chairperson_cc .cc_txt p {
        text-align: left;
        font-size: 1.05rem;
        line-height: 1.4;
        font-weight: 500;
        font-family: "Poppins", sans-serif; }
      .visionary_wrapper .chairperson_cc .cc_txt .by {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 1rem; }
        .visionary_wrapper .chairperson_cc .cc_txt .by .photo {
          width: 4.5rem;
          aspect-ratio: 1 / 1;
          flex-shrink: 0;
          overflow: hidden;
          border-radius: 50%; }
          .visionary_wrapper .chairperson_cc .cc_txt .by .photo img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .visionary_wrapper .chairperson_cc .cc_txt .by .text {
          display: flex;
          flex-flow: column;
          gap: .25rem;
          width: 100%; }
          .visionary_wrapper .chairperson_cc .cc_txt .by .text b {
            display: block;
            width: 100%;
            text-align: left;
            font-weight: 600;
            font-size: 1.5rem;
            color: #313131;
            font-family: "Poppins", sans-serif; }
          .visionary_wrapper .chairperson_cc .cc_txt .by .text small {
            display: block;
            width: 100%;
            text-align: left;
            font-size: 1rem;
            font-family: "Poppins", sans-serif; }
  .visionary_wrapper ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    @media (max-width: 834px) {
      .visionary_wrapper ul {
        grid-template-columns: repeat(1, minmax(0, 1fr)); } }
    .visionary_wrapper ul li {
      width: 100%;
      padding: 3rem 6vw;
      background-color: #F8F0FF;
      display: flex;
      flex-flow: column;
      gap: 1.5rem;
      height: 100%; }
      .visionary_wrapper ul li:last-child {
        background-color: #F5F3ED; }
        .visionary_wrapper ul li:last-child b {
          color: #7A776B; }
      .visionary_wrapper ul li b {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 2rem;
        font-weight: 600;
        color: #2A272F;
        font-family: "Poppins", sans-serif; }
      .visionary_wrapper ul li p {
        text-align: left;
        line-height: 1.4;
        font-size: 1.125rem;
        font-family: "Poppins", sans-serif; }
      .visionary_wrapper ul li .by {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 1rem; }
        .visionary_wrapper ul li .by .photo {
          width: 4.5rem;
          aspect-ratio: 1 / 1;
          flex-shrink: 0;
          overflow: hidden;
          border-radius: 50%; }
          .visionary_wrapper ul li .by .photo img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .visionary_wrapper ul li .by .text {
          display: flex;
          flex-flow: column;
          gap: .25rem;
          width: 100%; }
          .visionary_wrapper ul li .by .text b {
            display: block;
            width: 100%;
            text-align: left;
            font-weight: 600;
            font-size: 1.5rem;
            color: #313131;
            font-family: "Poppins", sans-serif; }
          .visionary_wrapper ul li .by .text small {
            display: block;
            width: 100%;
            text-align: left;
            font-size: 1rem;
            font-family: "Poppins", sans-serif; }

.v_m_m_wrapper {
  width: 100%;
  padding: 4.5rem 6vw;
  display: flex;
  flex-flow: column;
  gap: 3rem; }
  .v_m_m_wrapper .heading {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 1.5rem; }
    .v_m_m_wrapper .heading h1 {
      text-align: left;
      color: #2A272F; }
    .v_m_m_wrapper .heading b {
      display: block;
      width: 100%;
      text-align: left;
      font-size: 1.75rem;
      font-weight: 500;
      line-height: 1.4;
      font-family: "Poppins", sans-serif; }
  .v_m_m_wrapper ul {
    width: 100%;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    @media (max-width: 834px) {
      .v_m_m_wrapper ul {
        grid-template-columns: repeat(1, minmax(0, 1fr)); } }
    .v_m_m_wrapper ul li {
      width: 100%;
      padding: 2rem;
      background-color: #F5F3ED;
      display: flex;
      flex-flow: column;
      gap: 1.5rem;
      height: 100%; }
      .v_m_m_wrapper ul li:last-child {
        background-color: #F8F0FF; }
      .v_m_m_wrapper ul li b {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 2rem;
        font-weight: 600;
        color: #313131;
        font-family: "Poppins", sans-serif; }
      .v_m_m_wrapper ul li .text {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 1rem; }
        .v_m_m_wrapper ul li .text p {
          text-align: left;
          line-height: 1.4;
          font-size: 1.125rem;
          font-family: "Poppins", sans-serif; }

.photo_gallery_wrapper {
  width: 100%;
  padding: 4.5rem 6vw;
  background-color: #F3F0E8;
  display: flex;
  flex-flow: column;
  gap: 48px;
  overflow: hidden; }
  .photo_gallery_wrapper .heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px; }
    .photo_gallery_wrapper .heading h1 {
      text-align: left; }
    .photo_gallery_wrapper .heading a {
      display: inline-block;
      text-align: center;
      font: 500 15px/48px "Poppins", sans-serif;
      color: #fff;
      padding: 0 40px;
      background-color: #282461;
      flex-shrink: 0; }
      @media (max-width: 480px) {
        .photo_gallery_wrapper .heading a {
          padding: 0 16px;
          font-size: 14px;
          line-height: 36px; } }
      .photo_gallery_wrapper .heading a:hover {
        background-color: #433d9a; }
  .photo_gallery_wrapper .photo_gallery_container {
    width: 100%;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
    @media (max-width: 834px) {
      .photo_gallery_wrapper .photo_gallery_container {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (max-width: 480px) {
      .photo_gallery_wrapper .photo_gallery_container {
        grid-template-columns: repeat(1, minmax(0, 1fr)); } }
    .photo_gallery_wrapper .photo_gallery_container .photo_gallery_box {
      width: 100%;
      height: 100%; }
      .photo_gallery_wrapper .photo_gallery_container .photo_gallery_box .photo_gallery_link {
        width: 100%;
        height: 100%; }
        .photo_gallery_wrapper .photo_gallery_container .photo_gallery_box .photo_gallery_link a {
          width: 100%;
          height: 100%;
          display: flex;
          flex-flow: column;
          gap: 12px;
          background-color: #fff;
          padding: 16px; }
          .photo_gallery_wrapper .photo_gallery_container .photo_gallery_box .photo_gallery_link a:hover .photo img {
            transform: scale(1.2);
            transition: .25s ease; }
          .photo_gallery_wrapper .photo_gallery_container .photo_gallery_box .photo_gallery_link a .photo {
            width: 100%;
            position: relative;
            aspect-ratio: 4 / 3;
            overflow: hidden; }
            .photo_gallery_wrapper .photo_gallery_container .photo_gallery_box .photo_gallery_link a .photo img {
              display: block;
              width: 100%;
              height: 100%;
              object-fit: cover;
              transition: .25s ease; }
          .photo_gallery_wrapper .photo_gallery_container .photo_gallery_box .photo_gallery_link a .text {
            width: 100%;
            padding: 8px; }
            .photo_gallery_wrapper .photo_gallery_container .photo_gallery_box .photo_gallery_link a .text b {
              display: block;
              width: 100%;
              text-align: left;
              font: 500 15px "Poppins", sans-serif;
              color: #2A272F;
              letter-spacing: -.25px; }

.photoGalleryWrapp {
  width: 100%;
  padding: 2rem 6vw 4.5rem 6vw; }
  .photoGalleryWrapp .photogalleryCon {
    width: 100%; }
    .photoGalleryWrapp .photogalleryCon h1 {
      text-align: left; }
    .photoGalleryWrapp .photogalleryCon .photo_gallery_inner {
      width: 100%;
      margin: 32px auto;
      display: grid;
      grid-gap: 16px;
      grid-template-columns: repeat(4, 1fr);
      box-sizing: border-box; }
      @media (max-width: 834px) {
        .photoGalleryWrapp .photogalleryCon .photo_gallery_inner {
          grid-template-columns: repeat(3, 1fr); } }
      @media (max-width: 768px) {
        .photoGalleryWrapp .photogalleryCon .photo_gallery_inner {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 480px) {
        .photoGalleryWrapp .photogalleryCon .photo_gallery_inner {
          grid-template-columns: repeat(1, 1fr); } }
      .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box {
        width: 100%;
        height: auto;
        aspect-ratio: 4 /3; }
        .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link {
          height: 100%;
          width: 100%;
          position: relative;
          overflow: hidden; }
          .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link span {
            width: 100%;
            display: block;
            text-align: left;
            font: 500 15px "Poppins", sans-serif;
            color: #fff;
            background: black;
            background: linear-gradient(180deg, transparent 0%, black 100%);
            position: absolute;
            left: 0;
            bottom: 0;
            padding: 62px 16px 16px 16px;
            box-sizing: border-box; }
          .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link a {
            display: block;
            width: 100%;
            height: 100%; }
            .photoGalleryWrapp .photogalleryCon .photo_gallery_inner .photo_gallery_box .photo_gallery_link a img {
              display: block;
              width: 100%;
              height: 100%;
              object-fit: contain; }

.slider_bottom_links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  gap: 2px;
  background-color: #FFDA00;
  padding: 0 6vw; }
  .slider_bottom_links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font: 500 14px/62px "Poppins", sans-serif;
    padding: 0 24px;
    height: 62px;
    color: #101010; }
    @media (max-width: 768px) {
      .slider_bottom_links a {
        line-height: 48px;
        height: 48px; } }
    @media (max-width: 480px) {
      .slider_bottom_links a {
        width: 100%;
        justify-content: center; } }
    .slider_bottom_links a:hover {
      background-color: rgba(0, 0, 0, 0.1); }
    .slider_bottom_links a img {
      display: block;
      width: 24px; }

.accreditation_wrapper {
  width: 100%;
  padding: 72px 20vw;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 72px; }
  @media (max-width: 1440px) {
    .accreditation_wrapper {
      gap: 48px;
      padding: 72px 12vw; } }
  @media (max-width: 834px) {
    .accreditation_wrapper {
      gap: 32px;
      padding: 72px 6vw; } }
  @media (max-width: 768px) {
    .accreditation_wrapper {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (max-width: 480px) {
    .accreditation_wrapper {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  .accreditation_wrapper .icons_con {
    width: 100%; }
    .accreditation_wrapper .icons_con img {
      display: block;
      width: 100%; }

footer {
  width: 100%;
  padding: 72px 6vw;
  background-color: #151515; }
  footer ul {
    width: 100%;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
    @media (max-width: 1440px) {
      footer ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 32px; } }
    @media (max-width: 768px) {
      footer ul {
        grid-template-columns: repeat(1, minmax(0, 1fr)); } }
    footer ul li {
      width: 100%;
      display: flex;
      flex-flow: column;
      gap: 24px; }
      footer ul li .logo_footer {
        width: 100%; }
        @media (max-width: 480px) {
          footer ul li .logo_footer {
            text-align: center; } }
        footer ul li .logo_footer img {
          display: inline-block;
          width: 100%;
          max-width: 240px; }
      footer ul li h2 {
        text-align: left;
        font: 600 24px "Poppins", sans-serif;
        color: #fff; }
      footer ul li .contact_content {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 16px; }
        footer ul li .contact_content p {
          width: 100%;
          display: flex;
          gap: 16px;
          font: 400 14px "Poppins", sans-serif;
          color: rgba(255, 255, 255, 0.78); }
          footer ul li .contact_content p i {
            display: block;
            width: 20px;
            flex-shrink: 0; }
            footer ul li .contact_content p i img {
              display: block;
              width: 24px; }
      footer ul li dl {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 24px; }
        footer ul li dl dt {
          width: 100%;
          display: flex;
          gap: 16px;
          align-items: center; }
          footer ul li dl dt i {
            display: block;
            width: 60px;
            flex-shrink: 0; }
            footer ul li dl dt i img {
              display: block;
              width: 100%; }
          footer ul li dl dt p {
            text-align: left;
            font: 400 14px "Poppins", sans-serif;
            color: rgba(255, 255, 255, 0.78); }
      footer ul li ol {
        width: 100%;
        display: flex;
        gap: 48px;
        align-items: flex-start; }
        footer ul li ol li {
          width: auto;
          display: inline-flex;
          flex-flow: column;
          gap: 16px; }
          footer ul li ol li a {
            display: inline-block;
            width: auto;
            text-align: left;
            font: 400 14px "Poppins", sans-serif;
            color: rgba(255, 255, 255, 0.58); }
            footer ul li ol li a:hover {
              color: #fff; }

.ratioWrapper {
  width: 100%;
  padding: 72px 6vw;
  background-color: #282461; }
  .ratioWrapper ul {
    width: 100%;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
    @media (max-width: 1440px) {
      .ratioWrapper ul {
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    @media (max-width: 768px) {
      .ratioWrapper ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (max-width: 480px) {
      .ratioWrapper ul {
        grid-template-columns: repeat(1, minmax(0, 1fr)); } }
    .ratioWrapper ul li {
      width: 100%;
      padding: 40px;
      border-radius: 16px;
      display: flex;
      flex-flow: column;
      gap: 24px;
      align-items: center;
      justify-content: center;
      background-color: #F5CF54; }
      .ratioWrapper ul li .icon {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .ratioWrapper ul li .icon img {
          display: block;
          width: 100%;
          max-width: 48px; }
      .ratioWrapper ul li b {
        display: block;
        width: 100%;
        text-align: center;
        font: 500 18px/1.2 "Poppins", sans-serif;
        color: #2A272F; }

.vision_missionWrapper {
  width: 100%;
  padding: 48px 6vw;
  display: flex;
  flex-flow: column;
  gap: 24px; }
  .vision_missionWrapper .heading {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 16px; }
    .vision_missionWrapper .heading h1 {
      text-align: left; }
    .vision_missionWrapper .heading b {
      display: block;
      width: 100%;
      text-align: left;
      font: 400 25px "Poppins", sans-serif; }
  .vision_missionWrapper .vision_missionContainer {
    width: 100%;
    display: grid;
    gap: 24px;
    margin: 24px 0 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    @media (max-width: 1024px) {
      .vision_missionWrapper .vision_missionContainer {
        grid-template-columns: repeat(1, minmax(0, 1fr)); } }
    .vision_missionWrapper .vision_missionContainer .visionContainer {
      width: 100%;
      height: 100%;
      padding: 24px;
      background-color: #F5F3ED;
      display: flex;
      gap: 16px; }
      .vision_missionWrapper .vision_missionContainer .visionContainer .icon {
        width: 72px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #AD1E24;
        flex-shrink: 0; }
        .vision_missionWrapper .vision_missionContainer .visionContainer .icon img {
          display: block;
          width: 100%; }
      .vision_missionWrapper .vision_missionContainer .visionContainer .text {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 16px; }
        .vision_missionWrapper .vision_missionContainer .visionContainer .text h3 {
          text-align: left;
          font: 600 25px "Poppins", sans-serif;
          color: #2A272F; }
        .vision_missionWrapper .vision_missionContainer .visionContainer .text .textInner {
          width: 100%;
          display: flex;
          flex-flow: column;
          gap: 8px; }
          .vision_missionWrapper .vision_missionContainer .visionContainer .text .textInner p {
            text-align: left;
            font: 400 14px "Poppins", sans-serif;
            color: #4B4952; }
    .vision_missionWrapper .vision_missionContainer .missionContainer {
      width: 100%;
      height: 100%;
      padding: 24px;
      background-color: #DAEFFF;
      display: flex;
      gap: 16px; }
      .vision_missionWrapper .vision_missionContainer .missionContainer .icon {
        width: 72px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #282461;
        flex-shrink: 0; }
        .vision_missionWrapper .vision_missionContainer .missionContainer .icon img {
          display: block;
          width: 100%; }
      .vision_missionWrapper .vision_missionContainer .missionContainer .text {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 16px; }
        .vision_missionWrapper .vision_missionContainer .missionContainer .text h3 {
          text-align: left;
          font: 600 25px "Poppins", sans-serif;
          color: #2A272F; }
        .vision_missionWrapper .vision_missionContainer .missionContainer .text .textInner {
          width: 100%;
          display: flex;
          flex-flow: column;
          gap: 8px; }
          .vision_missionWrapper .vision_missionContainer .missionContainer .text .textInner p {
            text-align: left;
            font: 400 14px "Poppins", sans-serif;
            color: #4B4952; }
  .vision_missionWrapper .our_values_container {
    width: 100%; }
    .vision_missionWrapper .our_values_container ul {
      width: 100%;
      display: grid;
      gap: 24px;
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
      @media (max-width: 1440px) {
        .vision_missionWrapper .our_values_container ul {
          grid-template-columns: repeat(2, minmax(0, 1fr)); } }
      @media (max-width: 768px) {
        .vision_missionWrapper .our_values_container ul {
          grid-template-columns: repeat(1, minmax(0, 1fr)); } }
      .vision_missionWrapper .our_values_container ul li {
        width: 100%;
        aspect-ratio: 1 / 1;
        perspective: 150rem;
        position: relative; }
        .vision_missionWrapper .our_values_container ul li.green .front {
          background-color: #d3f8df; }
        .vision_missionWrapper .our_values_container ul li.green .back {
          background-color: #d3f8df; }
        .vision_missionWrapper .our_values_container ul li.red .front {
          background-color: #f4d7d9; }
        .vision_missionWrapper .our_values_container ul li.red .back {
          background-color: #f4d7d9; }
        .vision_missionWrapper .our_values_container ul li.blue .front {
          background-color: #d8e6f3; }
        .vision_missionWrapper .our_values_container ul li.blue .back {
          background-color: #d8e6f3; }
        .vision_missionWrapper .our_values_container ul li.violet .front {
          background-color: #e3d1fa; }
        .vision_missionWrapper .our_values_container ul li.violet .back {
          background-color: #e3d1fa; }
        .vision_missionWrapper .our_values_container ul li:hover .front {
          transform: rotateY(-180deg); }
        .vision_missionWrapper .our_values_container ul li:hover .back {
          transform: rotateY(0); }
        .vision_missionWrapper .our_values_container ul li .front {
          width: 100%;
          aspect-ratio: 1 / 1;
          background-color: #F5F3ED;
          padding: 24px 48px;
          display: flex;
          flex-flow: column;
          gap: 24px;
          align-items: center;
          justify-content: center;
          transition: all 0.8s ease;
          position: absolute;
          top: 0;
          left: 0;
          backface-visibility: hidden; }
          .vision_missionWrapper .our_values_container ul li .front .icon {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            .vision_missionWrapper .our_values_container ul li .front .icon img {
              display: block;
              width: 100%;
              max-width: 72px; }
          .vision_missionWrapper .our_values_container ul li .front h3 {
            text-align: center;
            font: 600 20px "Poppins", sans-serif;
            color: #000; }
        .vision_missionWrapper .our_values_container ul li .back {
          width: 100%;
          aspect-ratio: 1 / 1;
          background-color: #F5F3ED;
          padding: 24px;
          display: flex;
          flex-flow: column;
          gap: 16px;
          align-items: center;
          justify-content: center;
          transition: all 0.8s ease;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          backface-visibility: hidden;
          transform: rotateY(180deg); }
          .vision_missionWrapper .our_values_container ul li .back b {
            text-align: center;
            font: 600 16px "Poppins", sans-serif;
            color: #2A272F; }
          .vision_missionWrapper .our_values_container ul li .back p {
            text-align: center;
            font: 400 14px "Poppins", sans-serif;
            color: #4B4952; }
