@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;
  background-color: #fbf8f1;
}

ol, ul {
  list-style: none;
}

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

:root {
  --primary: #711e1b;
  --secondary: #d4a62d;
  --lightbg: #ffede4;
  --black: #000;
  --white: #fff;
  --text: #333;
  --headertext: "League Spartan", sans-serif;
  --bodytext: "Libre Baskerville", serif;
}

body, html {
  font-size: 18px;
  line-height: 1.6em;
  font-family: var(--bodytext);
  font-weight: 400;
  font-style: normal;
  color: var(--primary);
  -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-weight: 600;
  line-height: 1.1em;
  font-family: var(--headertext);
}

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

#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: 1360px;
  z-index: 1;
}

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

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

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

.col60 {
  width: 60%;
}

.col40 {
  width: 40%;
}

.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: 60px;
}

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

.uppercase {
  text-transform: uppercase;
}

.title h2 {
  color: var(--primary);
  font-size: 3.5em;
  font-weight: 700;
  margin-bottom: 25px !important
}

.title h2 strong {
  color: var(--secondary);
  font-style: italic;
  font-family: var(--bodytext);
}

.flex-1 {
  flex: 1 1 0%;
}

.relative {
  position: relative;
}

.z2 {
  z-index: 2;
}

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

h2 {
  font-size: 2.3em;
}

h3 {
  font-size: 1.9em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.35em;
}

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: var(--primary);
  background-color: var(--white);
}

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

table tr td {
  padding: 6px 10px;
  border: 1px solid #ffe0d1;
  background-color: #fff9f6;
}

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

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

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

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

table th a, .content th a {
  color: var(--lightbg);
}

table th a:hover {
  color: var(--white);
}

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

.btn a {
  display: inline-block;
  color: var(--white);
  background-color: var(--primary);
  padding: 10px 30px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 15px;
  border-radius: 5px;
  font-weight: 600;
}

.btn a:hover {
  background-color: var(--secondary);
  color: white;
}

.leftimg {
  float: left;
  margin: 10px 50px 20px 0;
  max-width: 40%;
  position: relative;
  z-index: 2;
  padding: 20px;
}

.rightimg {
  float: right;
  margin: 10px 0px 20px 50px;
  max-width: 40%;
  position: relative;
  z-index: 2;
  padding: 20px;
}

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

.leftimg:after, .rightimg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--secondary);
  z-index: -1;
  clip-path: polygon(0 0, 24% 0, 100% 100%, 0% 100%);
}

/* ~~~~~~~~~~~~~~~ */
.topbar {
  margin-top: -54px;
  margin-left: auto;
  background-color: #f2e7d0;
}

.home .topbar {
  background-color: transparent;
}

.topbar ul>li>a {
  color: var(--text);
  font-size: 10px;
  display: inline-block;
  padding: 8px 7px;
  line-height: 1em;
  height: 40px;
}

.home .topbar ul>li>a {
  background-color: transparent;
}

.topbar ul>li>a i {
  display: inline-block;
  line-height: 1
}

.home .topbar ul>li>a {
  color: var(--white);
}

.topbar ul>li>a svg {
  width: 22px;
  height: 22px;
  fill: var(--text);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.home .topbar ul>li>a svg {
  fill: var(--white);
}

.topbar ul>li>a:hover svg {
  fill: var(--secondary);
}

.topbar ul>li>a:hover {
  color: var(--secondary);
}

.header {
  position: relative;
  width: 100%;
  z-index: 9;
  top: 0;
  margin-top: 34px;
}

.header.home {
  position: absolute;
}

.header .container {
  min-height: 100px;
}

.logo {
  position: absolute;
  width: 130px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

.logo img {
  max-width: 110px;
  width: 100%;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.logo span {
  display: block;
  color: var(--white);
  font-size: 2.3em;
  line-height: 1.2em;
}

.banner img, .bannerInn img, .welcomeWrap .welcomeBox span img {
  width: 100%;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner::before, .banner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}

.banner::before {
  top: -70px;
  height: 50%;
  background: linear-gradient(180deg, rgb(0 0 0 / 80%), transparent);
}

.banner:after {
  bottom: 0;
  height: 80%;
  background: linear-gradient(180deg, transparent, rgb(0 0 0 / 80%));
}

#herovideo {
  object-fit: cover;
  width: 100vw;
  height: 90vh;
  position: relative;
  display: block;
}

.controls {
  position: absolute;
  z-index: 2;
  right: 1%;
  bottom: 2%;
}

.controls button {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 20px;
  color: var(--primary);
  padding: 10px;
  background-color: rgb(255 255 255 / 40%);
  cursor: pointer;
  border: none;
  font-size: 18px;
  line-height: 1;
}

.controls button:focus {
  outline: none;
}

.stickyBtn {
  position: absolute;
  top: 50vh;
  right: 0;
  transform: translate(0%, -50%);
  z-index: 5;
}

.quickIcons>li>* {
  position: relative;
  color: var(--primary);
  display: inline-block;
  padding: 15px;
  line-height: 1.4;
  width: 100%;
  max-width: 180px;
  font-size: .85em;
  font-weight: 700;
  background-color: var(--white);
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px 0 0 10px;
}

.quickIcons>li>*:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: var(--secondary);
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.quickIcons>li>*:hover:before {
  width: 100%;
}

.quickIcons>li>*:hover {
  color: var(--white);
}

.quickIcons>li:not(:last-child) a {
  margin-bottom: 10px;
}

.welcomeWrap .welcomeBox {
  position: relative;
}

.welcomeWrap .welcomeBox span {
  display: inline-block;
  border-radius: 30px;
  overflow: hidden;
}

.welcomeWrap .welcomeBox .logoBox {
  position: absolute;
  max-width: 100%;
  width: auto;
  bottom: -20px;
  right: 0;
}

.welcomeWrap .welcomeBox .logoBox .box {
  padding: 20px 20px 0px 0px;
  border-radius: 30px 0px 0px 0px;
  position: relative;
  background-color: #fbf8f1;
}

.welcomeWrap .welcomeBox .logoBox .box img {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  max-width: 200px;
}

.welcomeWrap .col60 {
  padding: 2em 1em 2em 6em;
}

.welcomeWrap .col60 .intro {
  border-left: 5px solid #e9d4c9;
  border-radius: 20px;
  padding: 20px;
  color: var(--primary);
}

.sponsorsWrap .splide__slide>div {
  background-color: var(--white);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.04);
  padding: 10px;
  margin: 5px;
  text-align: center;
}

.sponsorsWrap .splide__slide>div img, .sponsorsInn>article img {
  width: 100%;
  height: 100%;
}

.sponsorsWrap .splide__pagination, .sleWrap .splide__pagination {
  position: relative;
  bottom: inherit;
}

.sponsorsWrap .splide__pagination li, .sleWrap .splide__pagination li {
  margin: 5px;
}

.splide__pagination .splide__pagination__page {
  width: 15px;
  height: 15px;
}

.sponsorsWrap .splide__pagination__page.is-active {
  background-color: #333;
}

.sponsorsInn>article {
  width: 25%;
  padding: 10px;
}

.testimonalIGwraper .col60 {
  padding: 0 1em 2em 6em;
}

.testimonalIGwraper .testimonailBox {
  color: var(--white);
  background-color: var(--primary);
  padding: 2em;
  border-radius: 30px;
}

.testimonalIGwraper.title .testimonailBox header h2 {
  color: var(--white);
}

.testimonalIGwraper .btn a {
  background-color: var(--secondary);
  margin-top: 25px;
}

.testimonalIGwraper .btn a:hover {
  background-color: var(--lightbg);
  color: var(--primary);
}

.testimonailItems h3 {
  font-size: 1.3em;
}

.testimonailItems .splide__arrows .splide__arrow--prev {
  left: -30px;
}

.testimonailItems .splide__arrows .splide__arrow--next {
  right: -30px;
}

.gradsLogos>* {
  display: inline-block;
  margin: 0 10px;
}

.gradsLogos>* img {
  width: 100px;
  filter: grayscale(1);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.gradsLogos>*:hover img {
  filter: none;
  transform: scale(1.1);
}

/* ~~~~~~~~ */
.footer {
  position: relative;
  background-color: var(--primary);
  color: var(--white);
  line-height: 1.3;
  /* border-radius: 30px 30px 0 0; */
  padding: 20px 0;
}

.footer .container .row>div {
  padding: 10px 0 25px 0;
}

.footer h4 {
  font-size: 1.8em;
  max-width: 250px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
}

.footer .ftInfo .ftlogo img {
  display: inline-block;
  width: 64px;
  margin-right: 10px !important;
}

.footer .ftInfo strong {
  color: var(--secondary);
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer .ftInfo p {
  margin-bottom: 0;
}

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

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

.footer .fsmall-text {
  margin-bottom: 20px;
  line-height: 1.3em;
  font-size: 75%;
  text-align: justify;
}

.footer .accLogos img {
  max-width: 200px;
  width: 100%;
  height: 80px;
  filter: brightness(0) invert(1);
  opacity: .95;
  margin-left: 10px;
}

.copyrights {
  position: relative;
  padding: 15px 10px;
  font-size: 80%;
  line-height: 22px;
  z-index: 1;
  background-color: rgb(0 0 0 / 13%);
  border-radius: 20px;
}

.copyrights span {
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.5;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.content .navLinks {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

.content .navLinks li {
  list-style: none;
}

.content .navLinks li>a {
  min-width: 70%;
  text-align: center;
}

.pgtitle {
  position: relative;
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  padding: 50px 0;
  color: var(--white);
  overflow: hidden;
}

.pgtitle h1 {
  margin-bottom: 0;
}

.pgtitle .sgslogo {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  bottom: -20px;
  opacity: .2;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

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

.content ol ul {
  margin-top: 10px
}

blockquote {
  position: relative;
  font-size: 1.3em;
  margin: 30px auto !important;
  padding: 20px !important;
  max-width: 900px;
  clear: both;
  font-weight: 500;
  background-color: var(--lightbg);
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}

blockquote cite {
  display: block;
  padding-top: 15px;
  font-size: 1.1rem;
  color: var(--secondary);
}

.back_top {
  position: fixed;
  bottom: 0;
  right: 10px;
  width: 54px;
  background-color: var(--secondary);
  border-radius: 50% 50% 0 0;
  font-size: 12px;
  text-transform: uppercase;
  padding: 16px 16px 10px;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  z-index: 11;
  font-weight: 500;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.back_top .arrow {
  font-size: 18px;
}

.back_top:hover {
  background-color: var(--white);
}

.highlighted {
  position: relative;
  background: linear-gradient(130deg, rgb(212 166 44 / 21%) 38%, #ffe0d170 60%);
  padding: 2em;
  border-left: 5px solid #e9d4c9;
  border-radius: 20px;
  max-width: 430px;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}

.highlighted strong {
  position: relative;
  font-size: 1.4em;
  font-weight: 600;
  font-family: var(--headertext);
  color: var(--primary);
  background-image: linear-gradient(to right, var(--primary), var(--secondary));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.acgradeList {
  border: 2px solid #e9d4c9;
  padding: 20px;
  margin-bottom: 1rem;
  border-radius: 15px;
}

.content .acgradeList li {
  margin-bottom: 15px;
}

.content .acgradeList a {
  text-decoration: none;
}

.acaItem:not(:last-child) {
  margin: 30px 0;
}

.acaItem {
  border-left: 5px solid #e9d4c9;
  border-radius: 20px;
  padding: 20px;
  color: var(--primary);
}

.acTitle {
  position: relative;
  padding-left: 30px;
}

.acTitle:before, .acTitle:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
}

.acTitle:before {
  transform: rotate(45deg);
  height: 9px;
  width: 5px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: var(--white);
  left: 7px;
  top: 10px;
}

.acTitle:after {
  height: 20px;
  width: 20px;
  background-color: var(--primary);
  z-index: -1;
  border-radius: 50%;
}

.sleItem {
  position: relative;
  margin-bottom: 15px;
}

.sleItem .shield {
  position: relative;
  width: 80px;
  height: 90px;
  margin-right: 16px;
  background-image: url(sle-shield.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  color: var(--white);
  padding: 20px;
  font-size: 2.3em;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  display: inline-block;
}

.sleItem .sletext {
  width: calc(100% - 70px);
}

.sleItem .sletext h4 {
  margin-bottom: 0;
}

.menu #admission .admission_sub-menu {
  display: none;
}

.admBoxesWrap {
  gap: 20px;
}

.admBoxesWrap, .admBoxesWrap>* {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.admBoxesWrap>* .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admBoxesWrap>* .text, .admBoxesWrap>* .text h4 {
  color: var(--white);
}

.admBoxesWrap>* .text {
  padding: 20px;
  background-color: var(--primary);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.admBoxesWrap>*:hover .text {
  background-color: var(--secondary);
}

.admBoxesWrap>* .text>* {
  width: 100%;
}

.admBoxesWrap>* .text h4 {
  max-width: 200px;
}

.admBoxesWrap>*:hover .text h4 {
  text-decoration: none;
}

.admBoxesWrap>* .text .boxicon {
  display: block;
  font-size: 1.5em;
  text-align: right;
  line-height: 1;
}

.admBoxesWrap>*:nth-child(3) .boximg, .admBoxesWrap>*:nth-child(4) .boximg {
  order: 2;
}

.admBoxesWrap>*:nth-child(3) .text, .admBoxesWrap>*:nth-child(4) .text {
  order: 1;
}

.admBoxesWrap>* .text .more {
  font-size: 0;
  padding: 5px 7px;
  border-top: 1px solid #fff;
  display: inline-block;
  max-width: 114px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.admBoxesWrap>*:hover .text .more {
  height: auto;
  font-size: .9em;
}

.statsWlcsection {
  margin-bottom: 50px;
}

.statsWlcsection img {
  border-radius: 10px;
  max-width: 560px !important;
}

.statsWrap {
  gap: 20px;
}

.statsWrap>article {
  width: calc(32% - 10px);
  background-color: var(--primary);
  background: linear-gradient(130deg, rgb(212 166 44 / 21%) 38%, #ffe0d170 60%);
  padding: 2em;
  border-left: 5px solid #e9d4c9;
  border-radius: 20px;
}

.statsWrap>article h4 {
  position: relative;
  margin-bottom: 25px;
}

.statsWrap>article h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50px;
  height: 3px;
  background-color: var(--secondary);
}

.content .statsWrap>article ul li {
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #dbb9b7;
}

.sgstestimonials {
  margin-top: 50px;
  padding: 2em;
  background: #fbefeb url(testimonials-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 20px;
}

.sgstestimonials .sgstestimonialText {
  position: relative;
  max-width: 650px;
  padding: 2vw 1vw 1vw 4vw;
}

.sgstestimonials .sgstestimonialText .quoteIcon {
  position: absolute;
  font-size: 3.6em;
  top: -20px;
  left: -20px;
  opacity: 0.4;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.sgstestimonialText .splide__pagination {
  bottom: -2em;
}

.content .sgstestimonialText .splide__pagination li {
  margin-left: 10px;
}

.sgstestimonialText .splide__pagination__page.is-active {
  background: var(--secondary);
}

/* ~~~~~~~~~~ */
.fullcal table {
  margin: 0;
}

.fullcal table tr td {
  background-color: transparent;
}

.fullcal .fc-event {
  background-color: #f7d8d7;
  color: var(--text);
  text-decoration: none;
  border: none;
  padding: 2px 5px;
  font-size: 75%;
}

.fullcal .fc-event, .fullcal .fc-event:hover {
  background-image: none;
}

.fullcal .fc-button-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  text-transform: capitalize;
}

.fullcal .fc-button-primary:hover, .fullcal .fc-button-primary:disabled {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.fullcal .fc-today .fc-day-number {
  color: var(--white);
  font-weight: 700;
  padding: 5px;
  background-color: var(--secondary);
}

#detail h1.title {
  font-size: 1.7em;
  color: var(--primary);
}

#detail .date {
  color: var(--text);
}

#detail .url>a {
  color: var(--primary);
}

/* Navigation */
.nav {
  width: 100%;
}

.menu {
  gap: 24px;
  width: calc(50% - 80px);
  align-items: flex-end;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}

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

.menu>li {
  position: relative;
}

.menu li a {
  color: var(--text);
  margin: 0;
  display: block;
  font-weight: 500;
  font-size: .95em;
  font-family: var(--headertext);
}

.menu>li>a {
  line-height: 44px;
  position: relative;
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
}

.home .menu>li>a {
  color: var(--white);
}

.menu>li>a: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;
}

.home .menu>li>a:after {
  background-color: var(--white);
}

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

.menu ul {
  display: none;
  width: 200px;
  padding: 6px;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 1;
  background-color: var(--white);
  -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:nth-last-child(-n+2)>ul {
  right: 0;
  left: inherit;
}

.menu>li.mega-menu>ul {
  width: 420px;
}

.menu>li:hover>ul {
  display: block;
  animation: menuDropdownShow .3s ease-in-out;
}

.menu>.mega-menu:hover>ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.submenu-list {
  width: 48%;
}

.menu>li li:hover>ul {
  left: inherit;
  right: 100%;
  top: 0;
  animation: menuDropdownShow .3s ease-in-out;
  display: block;
}

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

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

.menu li ul li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid #eee;
}

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

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

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

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

.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(--secondary);
  background-color: var(--primary);
}

#menu-trigger {
  display: none;
}

@media screen and (max-width:1199px) {
  .menu {
    gap: 15px;
  }

  .testimonalIGwraper .col60 {
    padding-left: 2em;
    padding-top: 2em;
  }
}

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

  .logo {
    position: relative;
    width: 80px;
    margin: 0 0 -30px 0;
    top: 10px;
  }

  .header .container {
    min-height: inherit;
  }

  .header {
    margin-top: 0;
    background-color: #f2e7d0;
  }

  .topbar {
    margin-top: 0;
  }

  .home .topbar ul>li>a {
    color: var(--black);
  }

  .home .topbar ul>li>a svg {
    fill: var(--black);
  }

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

  .spaceTop {
    padding-top: 35px;
  }

  .spaceBottom, .testimonialWrap .col12:first-child {
    padding-bottom: 35px;
  }

  h1 {
    font-size: 1.8em;
  }

  .menu>li>a:after {
    display: none;
  }

  .col12, .col13, .col23, .col60, .col40, .statsWrap>article {
    width: 100%;
  }

  .homeSlider .col40 .homeRound {
    margin-bottom: 70px;
  }

  .statsWlcsection img {
    width: 100%;
    max-width: inherit !important;
  }

  .sgstestimonials {
    background-size: 60%;
    background-position: right bottom;
  }

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

  #menu-trigger {
    display: block;
    width: 100%;
  }

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

  .nav.showMobiNav, .menu #admission .admission_sub-menu {
    display: block;
  }

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

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

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

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

  .menu li a, .menu li ul li a {
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px;
    color: var(--white);
    line-height: 1.3em;
  }

  .menu li ul li a {
    padding: 8px 10px 8px 8px;
  }

  .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;
    padding: 0 0 0 17px;
    border: none;
    background-color: transparent;
  }

  .menu>li.active:hover>a, .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(--secondary);
    background-color: rgb(42 53 76 / 8%)
  }

  .menu li .droparrow {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    cursor: pointer;
    background-color: rgb(105 28 25);
  }

  .menu li .droparrow:after, .menu li .droparrow:before {
    top: 50%;
    content: " ";
    height: 2px;
    width: 8px;
    position: absolute;
    background-color: var(--secondary);
    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: 44px;
    height: 44px;
    cursor: pointer;
    align-self: center;
  }

  #menu-trigger span, #menu-trigger span:after, #menu-trigger span:before {
    position: absolute;
    width: 28px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--black);
    -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: 9px;
    content: "";
  }

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

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

  .welcomeWrap .col60 {
    padding: 2em;
  }

  .sponsorsInn>article {
    width: 50%;
  }
}

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

  .spaceTop {
    padding-top: 25px;
  }

  .spaceBottom, .testimonialWrap .col12:first-child {
    padding-bottom: 25px;
  }

  hr {
    margin: 20px 0;
  }

  .col12, .col13, .col23 {
    width: 100%;
  }

  .col12+*, .col13+*, .col23+* {
    margin-top: 20px;
  }

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

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

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

  .copyrights span {
    opacity: 0;
    width: 100%;
    line-height: .7;
  }

  .sgstestimonials {
    background-image: none;
  }

  .content .navLinks {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .content .navLinks li>a {
    min-width: inherit;
    width: 100%;
  }

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

@media screen and (max-width:479px) {
  .content .navLinks {
    -moz-column-count: inherit;
    -webkit-column-count: inherit;
    column-count: inherit;
  }

  .content .navLinks li {
    margin-left: 0;
  }

  .sponsorsInn>article {
    width: 100%;
  }
}

@-webkit-keyframes menuDropdownShow {
  0% {
    opacity: 0;
    transform: translateY(-0.8rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menuDropdownShow {
  0% {
    opacity: 0;
    transform: translateY(-0.8rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}