@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
* {
  font-family: "Montserrat", sans-serif;
}

p,
a,
li,
td {
  font-size: 14px;
  font-size: 0.875rem;
}

p {
  line-height: 24px;
}

#dvLoading {
  background: url(../images/page-loader.gif) no-repeat center center #ffffff;
  background-size: 150px;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
}

#header {
  background: #107e7e;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 576px) {
  #header .utility-nav-box {
    display: none;
  }
}
#header .utility-nav {
  color: #ffffff;
}
#header .utility-nav a:first-child,
#header .top-contact a:first-child {
  padding-left: 0;
}
@media (max-width: 576px) {
  #header .utility-nav a:first-child,
  #header .top-contact a:first-child {
    float: left;
  }
}
@media (max-width: 576px) {
  #header .utility-nav a:last-child,
  #header .top-contact a:last-child {
    float: right;
  }
}
#header .utility-nav a,
#header .top-contact a {
  color: #ffffff;
  padding: 12px 8px;
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
#header .top-contact {
  text-align: right;
}
#header .top-contact a:last-child {
  padding-right: 0;
}
#header .top-contact a img {
  width: 20px;
  height: 21px;
  margin-right: 6px;
}
@media (max-width: 576px) {
  #header .top-contact a {
    padding: 16px 0;
  }
}
@media (max-width: 576px) {
  #header .top-contact {
    text-align: center;
  }
}
@media (min-width: 1367px) {
  #header {
    max-width: 1440px;
  }
}

#header-navigation {
  background: #088F8F;
}
#header-navigation .container {
  padding-top: 1em;
  padding-bottom: 1em;
}
#header-navigation .container .sra-logo a img {
  width: 100%;
}
@media (max-width: 576px) {
  #header-navigation .container .header-nav {
    padding: 0;
  }
}
#header-navigation .container .header-nav .navbar-toggler {
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
#header-navigation .container .header-nav .menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 8px;
}
#header-navigation .container .header-nav .menu li {
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 600;
}
#header-navigation .container .header-nav .menu li a {
  color: #ffffff;
  font-size: 13px;
  padding: 4px 11px;
  text-decoration: none;
}
#header-navigation .container .header-nav .menu li .sub-menu {
  width: 230px;
  display: none;
  position: absolute;
  margin-top: 15px;
  z-index: 2;
  background: none;
  padding-left: 0;
  padding-top: 42px;
}
#header-navigation .container .header-nav .menu li .sub-menu li {
  display: block;
}
#header-navigation .container .header-nav .menu li .sub-menu li:hover {
  background: #f7f7f7;
}
#header-navigation .container .header-nav .menu li .sub-menu li a {
  padding: 8px 16px;
  text-transform: capitalize;
  display: block;
  color: #333333;
  background: #ffffff;
}
#header-navigation .container .header-nav .menu li:hover .sub-menu {
  display: inline-block;
}
#header-navigation .container .header-nav .menu .menu-item a:hover {
  background: #ade9e9;
  color: #088F8F;
  border-radius: 0.25rem;
}
#header-navigation .container .header-nav .menu .menu-item.current-menu-item > a {
  background: #ffffff;
  color: #088F8F;
  border-radius: 0.25rem;
}
#header-navigation .container .header-nav .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 24px 24px;
}
#header-navigation .container .motto-box .motto {
  margin-top: 0;
  margin-left: auto;
}
#header-navigation .container .motto-box .motto a img {
  width: 100%;
}
@media (max-width: 576px) {
  #header-navigation .container .motto-box {
    display: none;
  }
}
@media (min-width: 1367px) {
  #header-navigation {
    max-width: 1440px;
  }
}

#hero-banner {
  background: #f7f7f7;
  height: 450px;
}
@media (min-width: 1367px) {
  #hero-banner {
    max-width: 1440px;
  }
}

#inner-hero-banner {
  background: #107e7e;
  padding-top: 4em;
  padding-bottom: 4em;
  text-align: center;
}
@media (min-width: 1367px) {
  #inner-hero-banner {
    max-width: 1440px;
  }
}
#inner-hero-banner h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
}
#inner-hero-banner p {
  margin-bottom: 0;
  color: #ffffff;
}
#inner-hero-banner p a {
  color: #ffffff;
}
@media (max-width: 576px) {
  #inner-hero-banner {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

#admission {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dadada;
  background: #f7f7f7;
}
#admission .apply-now {
  width: 36px;
}
#admission p {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 18px;
}
#admission .btn {
  background: #088F8F;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
}
@media (min-width: 1367px) {
  #admission {
    max-width: 1440px;
  }
}

#banner-container {
  padding-left: 0;
  padding-right: 0;
}
#banner-container .carousel-item img {
  width: 100%;
  display: block;
}
@media (min-width: 1367px) {
  #banner-container {
    max-width: 1440px;
  }
}
#banner-container h5 {
  color: #ffffff;
  background: #000000;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 16px;
}

#content-container {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
#content-container .article h2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1.5em;
  color: #ffffff;
}
@media (max-width: 576px) {
  #content-container .article h2 {
    margin-top: 0.5em;
  }
}
#content-container .article p {
  color: #ffffff;
}
#content-container .article img {
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#content-container .article a {
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 576px) {
  #content-container .article {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 576px) {
  #content-container .article.last {
    margin-bottom: 0;
  }
}
#content-container .content-right h4 {
  font-size: 1.1em;
  margin-bottom: 1em;
}
#content-container #menu-about-us-sidebar,
#content-container #menu-academic {
  padding-left: 0;
  list-style: none;
}
#content-container #menu-about-us-sidebar li.menu-item,
#content-container #menu-academic li.menu-item {
  text-indent: 16px;
}
#content-container #menu-about-us-sidebar li.menu-item.current-menu-item,
#content-container #menu-academic li.menu-item.current-menu-item {
  background: #088F8F;
  position: relative;
}
#content-container #menu-about-us-sidebar li.menu-item.current-menu-item a,
#content-container #menu-academic li.menu-item.current-menu-item a {
  color: #ffffff;
}
#content-container #menu-about-us-sidebar li.menu-item.current-menu-item::after,
#content-container #menu-academic li.menu-item.current-menu-item::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  left: 100%;
  top: 0;
  border: 18.5px solid transparent;
  border-left: 12px solid #107e7e;
}
#content-container #menu-about-us-sidebar li.menu-item a,
#content-container #menu-academic li.menu-item a {
  color: #333333;
  font-weight: 600;
  display: block;
  padding: 8px 0px;
  text-decoration: none;
}
#content-container #menu-about-us-sidebar li.menu-item:hover,
#content-container #menu-academic li.menu-item:hover {
  background: #f7f7f7;
  transition: all 0.3s;
}
@media (max-width: 576px) {
  #content-container .menu-about-us-sidebar-container {
    display: none;
  }
}
#content-container .contact-page h4 {
  font-size: 1.1em;
  margin-bottom: 1em;
}
@media (min-width: 1367px) {
  #content-container {
    max-width: 1440px;
  }
}

#school-gallery .foogallery .fg-item {
  display: inline-block;
}

#chairman-msg {
  padding-bottom: 2em;
}
#chairman-msg h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
#chairman-msg p {
  color: #ffffff;
}
#chairman-msg .chairman {
  border-radius: 100%;
  width: 100%;
}
#chairman-msg a {
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 576px) {
  #chairman-msg .news-events {
    margin-top: 1.5em;
  }
}
@media (min-width: 1367px) {
  #chairman-msg {
    max-width: 1440px;
  }
}

#utility {
  padding-top: 1em;
  padding-bottom: 1em;
  background: #088F8F;
  border-top: 1px solid #77d1d1;
}
#utility .download a {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  padding-left: 16px;
  padding-right: 16px;
}
#utility .download a img {
  width: 22px;
  margin-right: 6px;
}
@media (max-width: 576px) {
  #utility .download a img {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  #utility .download a {
    width: 25%;
    display: table-cell;
    border-right: 1px solid #337d2e;
  }
}
#utility .download a:last-child {
  border: 0;
}
#utility .download a:hover {
  text-decoration: underline;
}
@media (min-width: 1367px) {
  #utility {
    max-width: 1440px;
  }
}

.theme-bg {
  background: #088F8F;
}

#gmap {
  width: 100%;
}
#gmap iframe {
  width: 100%;
  height: 350px;
}
@media (min-width: 1367px) {
  #gmap {
    max-width: 1440px;
    margin: 0 auto;
  }
}

#footer {
  background: #107e7e;
  color: #ffffff;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 14px;
  font-size: 0.875rem;
}
#footer h2 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1em;
}
#footer a {
  color: #ffffff;
}
#footer ul {
  padding-left: 0;
  list-style: none;
}
#footer ul li {
  display: block;
  width: 100%;
  padding-left: 0;
  line-height: 30px;
}
#footer ul li a {
  text-transform: capitalize;
  color: #ffffff;
  display: block;
}
#footer .copy,
#footer .legal {
  color: #ffffff;
}
#footer .legal {
  text-align: center;
}
#footer .legal a {
  color: #ffffff;
}
@media (max-width: 576px) {
  #footer .legal {
    text-align: left;
  }
}
#footer .design {
  text-align: right;
  color: #ffffff;
}
#footer .design a {
  color: #ffffff;
}
#footer .design a:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  #footer .design {
    text-align: left;
    margin-top: 1em;
  }
}
@media (min-width: 1367px) {
  #footer {
    max-width: 1440px;
  }
}

.scroll-text {
  background: #fcffce;
  font-weight: 500;
  max-width: 1440px;
  font-size: 14px;
}

.menu-item-has-children > a::after {
  content: "▾";
  font-size: 14px;
  margin-left: 2px;
}

.five-s-logo {
  display: block;
  position: absolute;
  margin-top: -100px;
  text-align: right;
  z-index: 1;
  margin-left: 15px;
}
.five-s-logo img {
  width: 80px;
}/*# sourceMappingURL=style.css.map */