@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 305px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --primary: #b73d33;
  --lightred: #fff6f5;
  --secondary: #f4f6fc;
  --gray: #777;
  --darkgray: #1e242f;
}

body, html {
  font-size: 17px;
  line-height: 1.6em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

p a, p a:visited {
  line-height: inherit;
}

li {
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  line-height: 1.3em;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

small {
  font-size: 65%;
}

sup {
  font-size: 75%;
  vertical-align: super;
  line-height: 1;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  flex: 1 0 auto;
}

.no-touch a[href^="tel:"], .noLink {
  pointer-events: none;
  cursor: text;
}

.text-center {
  text-align: center;
}

#sapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 96%;
  max-width: 1360px;
  z-index: 1;
}

.content {
  padding: 40px 0px;
  position: relative;
  min-height: 300px;
}

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
}

.bigfont {
  font-size: 1.2em;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 30.666%;
}

.col14 {
  width: 23%;
}

.col40 {
  width: 40%;
}

.col60 {
  width: 60%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.spaceBottom {
  position: relative;
  padding-bottom: 70px;
}

.spaceTop {
  position: relative;
  padding-top: 70px;
}

.uppercase {
  text-transform: uppercase;
}

/* ~~~~~~~~~~~~~~~ */
.header {
  position: relative;
  background-color: var(--primary);
  width: 100%;
  z-index: 5;
  box-shadow: 0 1px 4px 2px rgb(0 0 0 / 10%);
}

.logo {
  width: 170px;
  margin-bottom: -80px;
  margin-top: 5px;
}

.logo img, .flogo img {
  width: 100%;
  height: auto;
}


.translatorWrap {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: var(--primary);
  box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
}

.translatorWrap a {
  color: #fff;
  padding: 0.5em 1em;
  display: block;
}

.translatorWrap a:hover {
  background-color: rgb(0 0 0 / 10%);
}

.translatorWrap .translate {
  background-color: rgb(255 255 255 / 15%);
}

.translatorWrap .translate:last-child {
  margin-left: 1px;
}

.banner {
  position: relative;
}

.banner img, .staffWrap>* img, .sleList>article img {
  width: 100%;
}

.bannerInn {
  width: 100%;
  position: relative;
}

.bannerInn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.bannerInn .pageTitle {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 0;
  right: 0;
}

.bannerInn .titletext {
  position: relative;
  color: var(--secondary);
  z-index: 3;
  line-height: 1.2;
  margin: auto;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}

.redTitle {
  background-image: linear-gradient(-180deg, #ffffff, #eceff9);
  padding: 80px 20px;
  color: var(--primary);
}

.titletext {
  font-weight: 700;
  font-size: 2.8em;
  letter-spacing: 2px;
}

.content h2, .content h3 {
  color: var(--primary);
  font-weight: 700;
}

.overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(0 0 0 / 40%);
  background: linear-gradient(0deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 50%) 30%, rgb(0 0 0 / 0%) 100%);
}

#myVideo {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 70vh;
  position: relative;
  display: block;
}

/* 
.bannerHeight {
  overflow: hidden;
  height: 80vh;
} */

.bannerText {
  position: absolute;
  bottom: 30px;
  color: #fff;
  z-index: 2;
  left: 0;
  right: 0;
}

.bannerText.btn a {
  border-color: #fff;
  color: #fff;
}

.title h2 {
  font-size: 2.2rem;
}

.welcomeWrap p {
  font-weight: 500;
  letter-spacing: 1px;
}

.welcomeWrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  left: 0;
  right: 0;
  bottom: 5%;
  background-image: url(scb-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.06;
  z-index: -1;
}

/* .welcomeWrap pre {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Serif", serif;
  color: var(--gray);
}

.welcomeWrap pre:before, .welcomeWrap h2:after {
  content: "";
  display: inline-block;
  width: 10%;
  height: 1px;
  background-color: var(--gray);
  vertical-align: middle;
  margin-right: 15px;
} */

.sleWrap {
  background-color: var(--secondary);
}

.sleList {
  font-weight: 500;
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 40px;
  margin-bottom: 30px;
}

.sleList>article, .sleDetails {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sleList>article {
  position: relative;
  border-radius: 300px 300px 0 0;
  overflow: hidden;
  color: #fff;
}

.sleList h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 8px 8px;
  background-image: linear-gradient(to bottom, rgb(183 61 51 / 0%), #b73d33);
}

.sleList h3::first-letter {
  font-size: 150%;
}

.sleList i {
  position: absolute;
  right: 0;
  font-size: 9px;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 1;
  height: 18px;
}

.sleDetails {
  position: absolute;
  overflow: hidden;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary);
  padding: 15px 15px 5px;
  text-align: left;
  font-size: 90%;
  justify-content: flex-end;
  opacity: 0;
  z-index: 1;
}

.sleList img, .sleDetails, .sleList h3 {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sleList>article:hover .sleDetails {
  top: 0;
  opacity: 1;
}

.sleList>article:hover img {
  transform: scale(1.1);
}

.sleList>article:hover h3 {
  opacity: 0;
}

.sleList .sleTitle {
  margin-left: 15px;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  margin-bottom: 0;
}

.testimonialsWrap {
  /* background-position: center top;
  background-size: cover;
  background-attachment: fixed; */
  padding: 100px 0;
  background-color: var(--primary);
}

.testimonials {
  position: relative;
  width: 100%;
  /* max-width: 600px;
  background-color: rgb(183 61 51 / 90%); */
  padding: 30px 40px;
  letter-spacing: 0.5px;
  color: #fff;
  margin: auto;
}

.testimonials h2 {
  color: #fff;
  margin: 10px 0 30px !important;
}

.testimonials .bi-quote {
  font-size: 2em;
  display: block;
}

.testimonials .splide__pagination {
  bottom: -20px;
}

.author:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: var(--primary);
  vertical-align: middle;
  margin-right: 5px;
}

.author {
  font-weight: 500;
}

.footer {
  position: relative;
  background: var(--secondary);
}

.footerInn>div {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 30%;
}

.footer .flogo {
  width: 170px;
}

.footer .accLogo {
  gap: 15px;
  justify-content: end;
}

.footer .accLogo img {
  height: 60px;
}

.footer a {
  color: var(--primary);
}

.footer a:hover {
  color: var(--darkgray);
}

.footer .copyright {
  width: 100%;
  text-align: center;
  font-size: 85%;
  gap: 10px;
  line-height: 22px;
}

.footer .socialIcon a {
  font-size: 9px;
  padding: 10px;
  background-color: var(--primary);
  border: 2px solid var(--primary);
  line-height: 1;
  border-radius: 50%;
  color: #fff;
  margin-right: 5px;
}

.footer .socialIcon a:hover {
  color: var(--primary);
  background-color: #fff;
}

/* ~~~~~~~~~~~~~~~~~~~~~ */
h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 1.5em;
  color: var(--primary);
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: 15px;
}

h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
  margin-bottom: 15px;
}

table {
  margin: 10px 0;
  font-size: 0.9em;
  color: #333;
  background: #fff;
}

table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: var(--primary);
  color: #fff;
  font-weight: 700;
  border: 1px solid var(--secondary);
}

table thead tr td {
  background-color: var(--primary);
  color: #fff;
  font-weight: 700;
  border: 1px solid var(--secondary);
}

table tr td {
  padding: 6px 10px;
  border: 1px solid var(--primary);
  background-color: var(--secondary);
}

table tr:nth-child(even) td {
  background-color: #fff;
}

table td.bnone {
  border: none;
}

table a {
  word-break: break-word;
}

.content a {
  color: var(--primary);
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
}

.content a:hover {
  color: var(--darkgray);
}

table th a {
  color: #cbdbe6;
}

table th a:hover {
  color: #fff;
}

p:not(:last-child) {
  margin-bottom: 15px;
}

hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 40px 0;
  border: 0px;
  border-top: 2px solid #5399a1;
}

.fulltable {
  width: 100%;
}

.btn a {
  display: inline-block;
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 8px 25px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  margin-top: 15px;
  position: relative;
  -webkit-transform: perspective(1px);
  transform: perspective(1px);
  overflow: hidden;
}

.btn a:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 51%;
  transform-origin: 51%;
}

.btn a:hover {
  color: #fff;
  border-color: transparent;
}

.btn a:hover:before {
  background-color: var(--primary);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.leftimg {
  float: left;
  margin: 0 20px 20px 0;
}

.rightimg {
  float: right;
  margin: 0 0 20px 20px;
}

.leftimg, .rightimg {
  max-width: 30%;
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 6px;
}

iframe {
  padding: 6px;
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.accordion .accordion-item .accordion-panel.expanded-panel {
  background-color: var(--secondary);
  padding: 15px 20px;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.innercontent {
  padding: 40px 0px;
  position: relative;
  min-height: 300px;
}

.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.content ul, .content ol {
  padding-bottom: 15px;
}

.content ul ul, .content ol ul, .content ol ol {
  padding-top: 10px;
}

.content ul li {
  position: relative;
  padding: 0 0 15px 15px;
  list-style: unset;
  margin: 0;
}

.content ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--primary);
  left: 0;
  top: 8px;
}

.content ol li {
  list-style: decimal;
  padding-bottom: 15px;
  margin-left: 20px;
}

.content ul li:last-child, .content ol li:last-child {
  padding-bottom: 0;
}

.staffWrap {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.staffWrap>* {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}

.staffWrap>* .text {
  padding: 1em;
  line-height: 1.2;
}

.staffWrap>* .text h4 {
  margin-bottom: 10px;
  color: var(--primary);
}

.staffWrap>* .text .position {
  font-size: 90%;
  font-weight: 500;
}

/* student council */
.council-box {
  background-color: var(--secondary);
  padding: 20px 10px;
  margin: 10px 0;
  color: var(--primary);
  border: 2px solid;
  width: 19%;
  margin-right: 1%;
}

.extracru span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid var(--primary);
}

.extracru span:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

/* student-enroll */
.student-enroll .row {
  padding: 30px;
  margin: 30px 0;
  background-color: var(--secondary);
  border-bottom: 2px solid var(--primary);
}

.student-enroll .row h5 {
  line-height: 1.6em;
}

/* mission statement */
.missionWrap .missionCol {
  width: 24%;
  background-color: var(--secondary);
  padding: 15px;
  position: relative;
  border: 2px solid var(--primary);
  z-index: 1;
  border-radius: 10px 10px 0 0;
}

.missionWrap .missionCol img {
  width: 60px;
}

.missionWrap .missionCol .mission-large-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0.1;
  width: 80px;
  z-index: 0;
}

/* parent testimonial */
.testimonialsParent .testimonialBox {
  padding: 40px 30px;
  background-color: var(--secondary);
  position: relative;
  z-index: 1;
}

.testimonialsParent .testimonialBox .quote-icon {
  width: 80px;
  opacity: 0.1;
  left: 10px;
  top: 10px;
  z-index: 0;
  position: absolute;
}

/* Navigation */
.menu, .menu>li, .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu>li {
  position: relative;
}

.menu>li:not(:last-child) {
  margin-right: 1px;
}

.menu li a {
  color: var(--darkgray);
  font-weight: 500;
}

.menu>li>a {
  position: relative;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  background-color: var(--primary);
  bottom: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu>li:hover>a:after, .menu>li.active>a:after {
  height: 100%;
  opacity: 1;
}

.menu>li.active>a, .menu>li:hover>a {
  color: var(--primary);
  background-color: var(--secondary);
}

.menu ul {
  width: 224px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: white;
  -moz-transition: visibility 0s linear 0.25s;
  -ms-transition: visibility 0s linear 0.25s;
  transition: visibility 0s linear 0.25s;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.menu>li:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li li:hover>ul {
  left: 100%;
  right: 100%;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li:last-child>ul {
  right: 0;
  left: inherit;
}

.menu li ul li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu ul li:last-child {
  border-bottom: none;
}

.menu li ul li a {
  display: block;
  padding: 10px 15px;
  line-height: 1.3em;
  color: #333;
  font-size: 0.9em;
}

.menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu li.active li.active>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a {
  color: var(--primary);
  background-color: var(--secondary);
}

#menu-trigger, .mobile {
  display: none;
}

@media screen and (max-width:1335px) {
  .sleList h3 {
    font-size: 1.4em;
  }

  .sleList {
    gap: 20px;
  }
}

@media screen and (max-width:1240px) {
  .sleList h3 {
    font-size: 1.3em;
  }

  .sleList {
    gap: 15px;
  }

  .council-box {
    width: 24%;
  }
}

@media screen and (max-width:1140px) {
  .logo {
    width: 150px;
    margin-bottom: -60px;
  }

  .menu>li>a {
    padding: 8px 10px;
    font-size: 0.9em;
  }

  .sleList h3 {
    font-size: 1.2em;
  }

  .titletext {
    font-size: 2.4em;
    letter-spacing: 1px;
  }

  .missionWrap .missionCol {
    width: 49%;
    margin-bottom: 15px;
  }

  .staffWrap {
    gap: 25px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (max-width:1023px) {
  .container {
    width: calc(100% - 40px);
  }

  .spaceTop {
    padding-top: 35px;
  }

  .spaceBottom {
    padding-bottom: 35px;
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    width: 288px;
    bottom: inherit;
    padding-left: 0;
  }

  .nav:before {
    display: none;
  }

  .menu, .nav.showMobiNav {
    display: block;
  }

  .menu>li {
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu>li:not(:last-child) {
    margin-right: 0;
  }

  .menu li a, .menu>li:last-child>a, .menu>li:last-child:hover>a, .menu>li:last-child.active>a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 0px 10px 10px;
    color: #222;
    background-color: transparent;
    border-bottom: 1px solid #fff;
  }

  .menu>li#donate a {
    padding: 10px 0px 10px 10px;
  }

  .menu li ul li {
    border-bottom: none;
  }

  .menu li ul li a {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.8em;
  }

  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    display: block;
    width: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    min-height: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
    background-color: inherit;
  }

  .menu ul {
    padding-left: 10px;
  }

  .menu>li:hover>a, .menu>li.active>a, .menu li.active li.active li.active>a, .menu li.active li.active>a {
    color: var(--primary);
    background-color: var(--secondary);
  }

  .menu li .droparrow {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    cursor: pointer;
  }

  .menu li .droparrow:after, .menu li .droparrow:before {
    top: 50%;
    content: " ";
    height: 2px;
    width: 8px;
    position: absolute;
    background-color: var(--primary);
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }

  .menu li .droparrow:after {
    right: 14px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu li .droparrow:before {
    left: 13px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menu-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 34px;
    height: 34px;
    cursor: pointer;
    border-radius: 5px;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 26px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #menu-trigger span {
    top: 50%;
    margin: -1px auto auto;
    display: block;
    font-size: 0px;
  }

  #menu-trigger span:after {
    top: 7px;
    content: "";
  }

  #menu-trigger span:before {
    top: -7px;
    content: "";
  }

  .showMobiNav#menu-trigger span {
    background-color: transparent;
  }

  .showMobiNav#menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    left: 0;
  }

  .showMobiNav#menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    left: 0;
  }

  .logo {
    width: 120px;
    margin-bottom: -40px;
  }

  .translatorWrap a {
    padding: 6px 12px;
    font-size: 0.9em;
  }

  .sleList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sleList>article {
    margin-bottom: 10px;
    border-radius: 30px 30px 0 0;
  }

  .sleList>article img {
    height: 320px;
    object-fit: cover;
    object-position: top;
  }

  .footer .accLogo img {
    height: 40px;
  }

  .titletext {
    font-size: 2.2em;
  }

  .leftimg, .rightimg {
    max-width: 40%;
  }

  .student-enroll .col13, .student-enroll .col23 {
    width: 100%;
  }

  .student-enroll .col23 {
    padding-top: 20px;
  }

  .student-enroll .row {
    padding: 20px;
    margin: 20px 0;
  }

  .bigfont {
    font-size: 1.1em;
  }

  .council-box {
    width: 32%;
  }

  .staffWrap {
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width:767px) {
  body, html {
    font-size: 16px;
  }

  .container {
    width: calc(100% - 20px);
  }

  .spaceTop {
    padding-top: 25px;
  }

  .spaceBottom {
    padding-bottom: 25px;
  }

  .editor hr {
    margin: 20px 0;
  }

  .col12 {
    width: 100%;
  }

  .col12+.col12 {
    margin-top: 20px;
  }

  h2 {
    font-size: 1.4em;
  }

  h3 {
    font-size: 1.3em;
  }

  h4 {
    font-size: 1.2em;
  }

  h5 {
    font-size: 1.1em;
  }

  .twocolumn {
    -moz-column-count: inherit;
    -webkit-column-count: inherit;
    column-count: inherit;
  }

  .editor table td a {
    word-break: break-word;
  }

  .editor .leftimg, .editor .rightimg {
    float: none;
    margin: 15px auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .logo {
    width: 80px;
    margin-bottom: 0;
  }

  .bannerInn .pageTitle {
    position: relative;
    bottom: 0;
    background-color: var(--primary);
    padding: 15px 0;
  }

  .translatorWrap a {
    padding: 5px 10px;
    font-size: 0.8em;
  }

  .sleList {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  h1, .title h2 {
    font-size: 1.8em;
  }

  .testimonials {
    padding: 20px 20px 40px 20px;
    letter-spacing: 0.2px;
  }

  .testimonials h2 {
    margin: 10px 0 10px !important;
  }

  .testimonials .bi-quote {
    font-size: 1.6em;
  }

  .welcomeWrap p {
    letter-spacing: 0.2px;
  }

  .footerInn, .footer .socialIcon, .footer .accLogo {
    justify-content: center;
    text-align: center;
  }

  .footerInn>div {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }

  .footer .flogo {
    width: 120px;
  }

  .footer .footLogo {
    order: 2;
  }

  .footer .accLogo {
    order: 3;
  }

  .footer .copyright {
    order: 4;
    display: block;
  }

  .footer .socialIcon a {
    font-size: 8px;
    padding: 8px;
    margin-right: 0;
  }

  .redTitle {
    padding: 80px 15px 60px;
  }

  .titletext {
    font-size: 1.8em;
    letter-spacing: normal;
  }

  .missionWrap .missionCol {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
  }

  .missionWrap .missionCol img {
    width: 40px;
  }

  .missionWrap .missionCol .mission-large-icon {
    right: 5px;
    bottom: 5px;
    width: 60px;
  }

  .testimonialsParent .testimonialBox .quote-icon {
    width: 60px;
  }

  .testimonialsParent .testimonialBox {
    padding: 20px 10px;
  }

  .accordion .accordion-item .accordion-header-button {
    font-size: 1.1em !important;
  }

  .council-box {
    width: 48%;
    margin: 1%;
    font-size: 0.9em;
    padding: 10px 4px;
  }

  .staffWrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width:360px) {
  .logo {
    width: 100px;
  }

  .translatorWrap a {
    padding: 4px 8px;
    font-size: 0.7em;
  }

  .staffWrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}