@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400..700;1,400..700&family=Shadows+Into+Light&display=swap');

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;
}

:root {
  --primary: #000098;
  --secondary: #e6ce32;
  --darkblue: #04004e;
  --maincolor: #0000fe;
  --red: #cb0112;
  --lightblue: #00abe0;
  --white: #fff;
  --textcolor: #000;
  --heading: "Libre Baskerville", serif;
  --cursive: "Shadows Into Light", cursive;
  --text: "Lora", serif;
  --bgcolor: #f1efe2;
  --lightbox: #fefcf1;
}

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;
}

body,
html {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.5;
  font-family: var(--primary);
  font-weight: 500;
  color: var(--textcolor);
  background-color: var(--bgcolor);
  -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.3em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading);
  font-weight: 600;
  line-height: 1.4em;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

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;
}

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

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

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

.mediumwrap {
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  z-index: 1;
}

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.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: 31.666%;
}

.col40 {
  width: 40%;
}

.col56 {
  width: 56%;
}

.col60 {
  width: 60%;
}

.col50 {
  width: 50%;
}

.col22 {
  width: 22%;
}

.col75 {
  width: 75%;
}

.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;
}

.flexend {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

.bigfont {
  font-size: 1.2em;
  line-height: 1.6em;
}

.leftimg {
  float: left;
  margin: 0 30px 10px 0;
  max-width: 30%;
}

.rightimg {
  float: right;
  margin: 0 0 10px 30px;
  max-width: 30%;
}

.rightimg img, .leftimg img {
  padding: 10px !important;
  margin-bottom: 10px;
  -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);
  background-color: var(--white);
}

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

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1.2em;
}

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: var(--text);
  background: #fff;
}

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

table tr td {
  padding: 10px;
  border: 1px solid #d3dee7;
}

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;
}

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

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

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

hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 30px 0;
  border: 0px;
  border-top: 2px solid var(--secondary);
  opacity: .25;
  clear: both;
}

.fulltable {
  width: 100%;
}

.btn a {
  padding: 12px 24px;
  border: 1px solid var(--primary);
  color: var(--primary);
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  letter-spacing: 0;
}

.btn a:not(:last-child) {
  margin-right: 15px;
}

.whtext .btn a {
  color: var(--white);
  border-color: var(--white);
}

.btn a:hover {
  z-index: 1;
  color: var(--darkblue);
  border-color: var(--secondary);
}

.btn a::before {
  content: "";
  display: block;
  background-color: var(--secondary);
  position: absolute;
  width: 200%;
  height: 500%;
  border-radius: 100%;
  transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
  transform: translate(-110%, -110%) translateZ(0);
  z-index: -1;
}

.btn a:hover::before {
  transform: translate(-45%, -34%) translateZ(0);
}

.title p {
  font-family: var(--cursive);
  font-size: 2em;
  color: var(--secondary);
  font-weight: 600;
  margin-bottom: 0;
}

.title h2 {
  font-size: 3.2em;
  text-transform: uppercase;
  margin: 0 0 15px;
  color: var(--primary);
}

.whtext .title h2 {
  color: var(--white);
}

.title span {
  color: var(--secondary);
  font-family: var(--cursive);
  text-transform: lowercase;
  font-size: 1.1em;
}

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

.content ul, .content ol {
  margin: 10px 0;
}

.content ul li, .content ol li {
  margin-bottom: 8px;
  list-style-type: square;
  padding: 0;
  margin-left: 20px;
  display: list-item;
}

.content ol li {
  list-style-type: decimal;
}

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

.banner img {
  width: 100%;
}

.content h2 {
  color: var(--primary);
}

.innerttl {
  background-color: var(--lightbox);
  text-transform: uppercase;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}

.innerttl::before {
  content: '';
  position: absolute;
  background-image: url(feather.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  width: 100%;
  height: 120%;
  right: 0;
  bottom: -10px;
  opacity: 0.2;
}

.innerttl h1 {
  font-size: 2em;
  color: var(--primary);
  margin-bottom: 5px;
}

.bgcolor {
  background-color: var(--primary);
  padding: 30px;
  margin: 15px 0;
  color: var(--white);
}

.bgcolor h2, .bgcolor h3, .bgcolor h4, .bgcolor h5, .bgcolor h6 {
  color: var(--white);
}

.bgcolor hr {
  border-top-color: var(--white);
}

.bgcolor a {
  color: var(--white);
}

.grid {
  margin: 0 -10px 10px;
}

.grid .grid-item {
  width: calc(25% - 20px);
  margin: 10px;
  position: absolute;
  line-height: 1.3em;
  text-decoration: none;
  text-align: center;
}

.grid .grid-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.gslide .gslide-media.gslide-image img {
  width: auto !important;
}

table.fulltable.boardtbl a {
  text-decoration: underline;
}

.testimonial article {
  position: relative;
  padding: 40px;
  border: 1px solid var(--primary);
  margin: 40px 0;
}

.testimonial article::before, .testimonial article::after {
  content: "\f131";
  font-family: beehivelyicons;
  font-size: 2em;
  font-style: normal;
  line-height: 1em;
  width: 60px;
  height: 50px;
  background-color: var(--bgcolor);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: -20px;
  position: absolute;
  top: -20px;
}

.testimonial article::after {
  left: auto;
  right: -20px;
  top: auto;
  bottom: -20px;
  transform: rotate(180deg);
}

.testimonial cite {
  width: 100%;
  text-align: right;
  display: block;
}

/* ~~~~~breadcrumns~~~~~~~~ */
.content .sublist, .content .sublist ul {
  position: relative;
  margin: 0;
}

.content .sublist li {
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: inline-flex;
  background: unset;
  padding: 0;
}

.content .sublist li a {
  color: var(--textcolor);
  line-height: 22px;
  padding: 12px 20px 12px 15px;
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  text-transform: capitalize;
}

.content .sublist li a:hover {
  color: var(--secondary);
}

.content .sublist li.home a {
  padding-left: 0
}

.home>a:before, .content .sublist li ul li a:before {
  content: "\f115";
  font-family: beehivelyicons;
  position: absolute;
  font-size: 9px;
  line-height: 20px;
  z-index: 1;
  left: -5px;
  top: 14px;
}

.home>a:before {
  left: inherit;
  right: -5px;
}

/*  */
.quote {
  padding: 30px 25px;
  background-color: var(--primary);
  color: var(--white);
  font-size: 1.2em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.quote::before {
  content: "\f131";
  font-family: beehivelyicons;
  font-size: 3em;
  font-style: normal;
  position: absolute;
  color: var(--white);
  z-index: -1;
  top: 5px;
  left: 10px;
  line-height: 1;
  opacity: 0.2;
}

.quote cite {
  display: block;
  text-align: right;
  font-size: 0.9em;
  font-family: var(--cursive);
  text-transform: uppercase;
  margin-top: 10px;
}

.banner {
  position: relative;
  /* margin-top: 30px; */
}

.banner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(0, var(--darkblue), transparent);
  opacity: 0.8;
}

.banner .bannercontent {
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: var(--white);
}

.banner .bannercontent h2 {
  font-size: 3.8em;
  text-transform: uppercase;
  margin: 0;
}

.banner .bannercontent p {
  font-size: 0.95em;
  margin-bottom: 0;
}

.banner .bannercontent span {
  color: var(--secondary);
  font-family: var(--cursive);
  text-transform: capitalize;
}

/* 
.banner .buildingbox {
  background-color: var(--textcolor);
  padding: 30px;
  color: var(--white);
  position: absolute;
  top: -30px;
  left: -30px;
}

.banner .buildingbox h2 {
  font-size: 3.8em;
  text-transform: uppercase;
  margin: 0;
}

.banner .buildingbox p {
  font-size: 0.95em;
}

.banner .buildingbox span {
  color: var(--secondary);
  font-family: var(--cursive);
  text-transform: capitalize;
} */

.banner .quote {
  position: absolute;
  width: 420px;
  right: -30px;
  bottom: -80px;
}

.ourschl {
  margin-top: 40px;
}

.ourschl, .map {
  background-color: var(--lightbox);
  padding: 40px;
  color: var(--primary);
  position: relative;
  z-index: 0;
}

.ourschl::before, .map::before {
  content: '';
  position: absolute;
  background-image: url(one-icon.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  left: 10px;
  bottom: 10px;
  opacity: 0.06;
  width: 40%;
  height: 40%;
  z-index: -1;
}

.ourschl .col60 {
  padding-left: 30px;
}

.ourschl img {
  margin-bottom: 10px;
  width: 100%;
}

.ourschl img:last-child {
  margin-bottom: 0;
}

.ourschl .col40 {
  position: relative;
}

.map .title h2 span {
  display: block;
}

.map img {
  width: 100%;
}

.cursive-quote {
  padding: 40px 0;
  position: relative;
  font-family: var(--cursive);
  color: var(--primary);
  font-weight: 500;
}

.cursive-quote p {
  font-size: 3.2em;
  line-height: 1.2;
}

.cursive-quote cite {
  text-align: right;
  text-transform: uppercase;
  font-family: var(--text);
  margin-top: 10px;
  font-size: 14px;
}

.cursive-quote::before, .cursive-quote::after {
  content: "\f131";
  font-family: beehivelyicons;
  font-size: 5em;
  font-style: normal;
  position: absolute;
  color: var(--primary);
  z-index: -1;
  top: 25px;
  left: 10px;
  line-height: 1;
  opacity: 0.2;
}

.cursive-quote::after {
  left: auto;
  right: 10px;
  transform: rotate(180deg);
}

.cadetbox img {
  margin: 30px 0 0;
}

.academicWrap {
  padding: 40px;
  background-color: var(--lightbox);
}

.academicWrap p {
  color: var(--primary);
}

.academicWrap .acdrightimg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.academicWrap img {
  width: 100%;
}

.cadetbox .title h2 {
  font-size: 2.4em;
}

.growthWrap {
  position: relative;
  color: var(--maincolor);
  padding: 40px 0;
}

.growthWrap h2 {
  font-size: 3.4em;
  opacity: 0.4;
  text-transform: uppercase;
}

.growthWrap h3 {
  font-family: var(--cursive);
  font-weight: 500;
  font-size: 3.4em;
  margin: -60px 0 15px;
}

.growthWrap p {
  color: var(--primary);
}

.believeBox {
  position: relative;
}

.believeBox::before {
  content: '';
  position: absolute;
  background-image: url(feather.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  width: 180px;
  height: 320px;
  right: -40px;
  bottom: -40px;
  opacity: 0.2;
}

.believeBox img {
  margin: 30px 0;
}

.believeBox p {
  color: var(--primary);
}

.leader {
  background-color: var(--lightbox);
  padding: 40px;
}

.leader .title h2 {
  font-size: 3.8em;
}

.boxesWrap {
  padding: 40px 0;
}

.boximg, .leaderimg {
  position: relative;
}

.boximg::before, .leaderimg::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0, var(--darkblue), transparent);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0.8;
}

.boximg:hover:before, .leaderimg:hover::before {
  opacity: 1;
}

.boximg h3, .leaderimg h3 {
  color: var(--white);
  font-size: 1.4em;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 10px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-transform: uppercase;
}

.leaderimg h3 span {
  display: block;
}

.boximg:hover h3, .leaderimg:hover h3 {
  bottom: 6%;
}

.leaderimg img, .believeBox img, .boximg img {
  width: 100%;
}

.staffGroup {
  margin-bottom: 30px;
}

.staff {
  margin: 0 -15px;
}

.staff .staffBox {
  width: calc(25% - 30px);
  margin: 30px 15px;
  padding: 10px;
  position: relative;
  color: var(--textcolor);
}

.staff .staffBox:hover {
  color: var(--textcolor);
}

.staff .staffBox::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: var(--lightbox);
  z-index: -1;
}

.staff .staffBox div {
  padding: 15px 0 0;
}

.staff .staffBox div h4 {
  font-size: 1.1em;
  margin-bottom: 5px;
  color: var(--primary);
}

.staff .staffBox div p {
  margin-bottom: 5px;
}

.staff .staffBox div .morearrow {
  width: 100%;
  margin-bottom: 0;
  opacity: 0;
}

.staff .staffBox div a, .staffContent a {
  color: var(--primary);
}

.staff .staffBox div a:hover, .staffContent a:hover {
  color: var(--secondary);
}

.staff .staffBox:hover div .morearrow {
  opacity: 1;
}

.staff .staffBox div .morearrow i {
  font-size: 10px;
  display: inline-flex;
}

/* footer */
.footer {
  background-color: var(--lightbox);
  color: var(--primary);
  padding-top: 40px;
}

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

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

.footlogo img {
  width: 120px;
}

.footer .footsocial a {
  margin-left: 10px;
}

.footer .footsocial a i {
  font-size: 10px;
}

.footer .copyright {
  border-top: 1px solid var(--bgcolor);
  padding: 15px 0;
  font-size: 0.9em;
  margin-top: 40px;
}

.footer .copyright span {
  margin: 0 5px;
}

/*  */
.header {
  width: 100%;
  z-index: 11;
  position: relative;
  padding: 10px 0;
}

.logo {
  width: 150px;
  z-index: 1;
}

nav {
  margin-top: 70px;
}

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

.menu {
  position: relative;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.menu>li {
  position: relative;
  margin-left: 30px;
}

.menu>li>a {
  color: var(--primary);
  position: relative;
  z-index: 1;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.menu>li#contact-us a {
  background-color: var(--secondary);
  padding: 10px 30px;
  color: var(--primary);
  position: relative;
  overflow: hidden;
  line-height: 30px;
}

.menu>li#contact-us a:hover {
  color: var(--white);
}

.menu>li#contact-us a::before {
  content: "";
  display: block;
  background-color: var(--primary);
  position: absolute;
  width: 200%;
  height: 500%;
  border-radius: 100%;
  transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
  transform: translate(-110%, -110%) translateZ(0);
  z-index: -1;
}

.menu>li#contact-us a:hover::before {
  transform: translate(-45%, -34%) translateZ(0);
}

.headerinfo, .topicons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.headerinfo p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  margin-bottom: 0;
  position: relative;
  font-size: 0.9em;
  color: var(--primary)
}

.headerinfo p::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--textcolor);
  left: -15px;
  top: 0;
  opacity: 0.5;
}

.headerinfo p:first-child::before {
  content: unset;
}

.headerinfo p i {
  font-size: 8px;
  margin-right: 5px;
  display: inline-flex;
}

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

.headerinfo p a:hover {
  color: var(--secondary);
}

.topicons {
  top: 35px;
}

.topicons::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vw;
  right: -100vw;
  bottom: 0;
  z-index: -1;
  background-color: var(--maincolor);
}

.topicons .calicon {
  color: var(--white);
  margin-left: 30px;
}

.topicons .calicon:hover {
  color: var(--secondary);
}

.topicons .calicon i {
  font-size: 10px;
  display: inline-flex;
  align-items: center;
}

.menu.topmenu>li>a {
  color: var(--white);
  line-height: 40px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 0.9em;
}

.menu li a:hover {
  color: var(--secondary);
}

.menu>li:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--secondary);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

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

.menu ul {
  width: 224px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: var(--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 ul li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid rgba(237, 241, 253, 1);
}

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

.menu li ul li a {
  display: block;
  padding: 10px 15px;
  font-size: 0.9em;
  line-height: 1.15em;
  color: var(--textcolor);
  font-weight: 500;
  text-transform: capitalize;
}

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

.menu li ul li.active ul li a {
  background-color: var(--white);
}

#menu-trigger {
  display: none;
}

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

  h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.3em;
  }

  h5 {
    font-size: 1.2em;
  }

  h6 {
    font-size: 1.1em;
  }

  .menu>li {
    margin-left: 20px;
  }

  .menu>li>a {
    line-height: 40px;
    font-size: 0.95em;
  }

  .menu>li#contact-us a {
    padding: 8px 20px;
    line-height: 25px;
  }

  .logo {
    width: 140px;
  }

  .ourschl, .map, .academicWrap, .leader {
    padding: 30px;
  }

  .title h2, .cursive-quote p, .growthWrap h2, .leader .title h2 {
    font-size: 2.5em;
  }

  .growthWrap h3 {
    font-size: 2.6em;
    margin: -40px 0 15px;
  }

  .staff .staffBox {
    width: calc(33.33% - 30px);
  }
}

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

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

  .headerinfo {
    display: none;
  }

  .logo {
    width: 100px;
  }

  .staff .staffBox {
    width: calc(50% - 30px);
  }

  .staff .staffBox div h4 {
    font-size: 1em;
  }

  .staffGroup h2 {
    font-size: 1.4em;
  }

  .grid .grid-item {
    width: calc(33.33% - 20px);
  }

  .innerttl {
    padding: 15px;
    margin-bottom: 20px;
  }

  .nav, .menu>li:after {
    display: none;
  }

  #menu-trigger {
    display: block;
  }

  .banner .bannercontent h2 {
    font-size: 2.8em;
  }

  .title h2, .cursive-quote p, .growthWrap h2, .leader .title h2 {
    font-size: 2em;
  }

  .btn a {
    padding: 12px;
    margin-top: 10px;
    font-size: 0.9em;
  }

  .cursive-quote::before, .cursive-quote::after {
    font-size: 4em;
  }

  .growthWrap h3 {
    font-size: 2em;
    margin: -30px 0 15px;
  }

  .boximg h3, .leaderimg h3 {
    font-size: 1em;
    padding: 10px 5px;
  }

  .testimonial article {
    padding: 25px 15px;
    margin: 30px 0;
  }

  .testimonial article::before, .testimonial article::after {
    font-size: 1.4em;
    width: 50px;
    height: 40px;
    left: -10px;
  }

  .testimonial article::after {
    left: auto;
    right: -10px;
  }

  .nav {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: #eaf6fb;
    width: 288px;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.2);
    margin-top: 0;
  }

  .menu {
    display: block;
    width: 100%;
  }

  .nav.showMobiNav {
    display: block;
  }

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

  .menu>li>a {
    line-height: 1.3em;
    font-size: 1em;
  }

  .menu li a {
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 10px 10px 15px;
    color: var(--textcolor);
  }

  .menu>li#contact-us a {
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 10px 10px 15px;
    color: var(--textcolor);
    background-color: transparent;
  }

  .menu li ul li a {
    padding: 8px 10px 8px 15px;
    line-height: 1.3em;
  }

  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    width: inherit;
    padding-right: 40px;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
    padding: 5px 10px 5px;
  }

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

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

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

  .menu li .droparrow:after, .menu li .droparrow:before {
    left: 50%;
    top: 50%;
    content: " ";
    height: 2px;
    width: 12px;
    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: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: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.open:before {
    -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-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 30px;
    height: 34px;
    cursor: pointer;
    align-self: center;
  }

  #menu-trigger span, #menu-trigger span:after, #menu-trigger span:before {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--maincolor);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

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

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

  #menu-trigger span:before {
    top: -10px;
    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;
  }

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

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

  .logo {
    width: 60px;
  }

  .banner .bannercontent {
    position: relative;
    bottom: 0;
    background-color: var(--primary);
    padding: 10px;
  }

  .banner .bannercontent h2 {
    font-size: 2em;
  }

  .ourschl, .map, .academicWrap, .leader {
    padding: 15px;
  }

  .content .sublist li a {
    padding: 10px 12px 10px 10px;
    font-size: 0.8em;
  }

  .home>a:before, .content .sublist li ul li a:before {
    top: 10px;
  }

  .col12, .col13, .col40, .col60, .col75, .col20, .col23 {
    width: 100%;
  }

  .ourschl .col60 {
    padding-left: 0;
  }

  .title h2, .cursive-quote p, .growthWrap h2, .leader .title h2 {
    font-size: 1.6em;
  }

  .boximg h3, .leaderimg h3 {
    font-size: 1em;
    padding: 10px 5px;
    position: relative;
    background-color: var(--primary);
    bottom: 0;
    margin: 0;
  }

  .cursive-quote::before, .cursive-quote::after {
    font-size: 3em;
  }

  .logoname.title h2 {
    font-size: 1.2em;
  }

  .rightimg, .leftimg {
    float: unset;
    margin: 15px 0;
    max-width: 100%;
  }

  .rightimg img, .leftimg img {
    width: 100%;
  }

  .innerttl h1 {
    font-size: 1.6em;
  }

  .staff {
    margin: 0;
  }

  .staff .staffBox {
    width: 100%;
    margin: 15px 0;
  }

  .staffGroup h2 {
    text-align: center;
  }

  .grid .grid-item {
    width: calc(50% - 20px);
  }

  .footer {
    padding-top: 20px;
  }

  .footer .footlogo, .footer .fottadd, .footer .footcont, .footer .footsocial {
    text-align: center;
    width: 100%;
  }

  .footer .fottadd {
    order: 2;
  }

  .footer .footcont {
    order: 3;
  }

  .footlogo img {
    width: 100px;
    margin-bottom: 10px;
  }

  .footer .footsocial {
    margin-top: 10px;
  }

  .footer .copyright {
    padding: 10px 0;
    font-size: 0.8em;
    margin-top: 20px;
  }

  .footer .copyright span {
    display: none;
  }
}

@-webkit-keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}