* {
  box-sizing: border-box;
}

body {
  width: 100%;
  height: auto;
  color: #232323;
  background-color: #fff;
  font-family: "Questrial", sans-serif;
  font-size: 1.6em;
  position: relative;
  background: #f4f7f6;
}

a {
  color: #232323;
}

a {
  text-decoration: none !important;
  box-shadow: none;
  outline: none;
}
a:link {
  text-decoration: none !important;
}
a:visited {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a:active {
  text-decoration: none !important;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

ul {
  list-style: none;
  padding: 0px;
}

.max-width-true {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

p {
  font-size: 1.1em;
  line-height: 1.6em;
  word-spacing: 1px;
}

.title {
  font-size: 2.5em;
  font-family: "Work Sans", sans-serif;
  color: #232323;
  margin: 20px 0px;
  font-weight: 600;
  text-transform: uppercase;
}

.title-s {
  font-size: 1.5em;
}

.hero-title {
  font-size: 2.4em;
  color: #fff;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
  letter-spacing: 1px;
  word-spacing: 2px;
}
.events-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.event-card {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}
.event-card:hover {
  transform: translateY(-5px);
}
.event-card h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.event-card p {
  margin: 5px 0;
  font-size: 16px;
  color: #555;
}
@media (max-width: 780px) {
  .hero-title {
    font-size: 2em;
  }
}
@media (max-width: 600px) {
  .hero-title {
    font-size: 1.6em;
  }
}
@media (max-width: 500px) {
  .hero-title {
    font-size: 1.5em;
  }
}

.top-title {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .top-title {
    margin-top: 90px;
  }
}
@media (max-width: 700px) {
  .top-title {
    margin-top: 105px;
  }
}

.sub-title {
  font-size: 1.2em;
  color: #6d6d6d;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-family: "Questrial", sans-serif;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 6px;
  line-height: 1.4em;
  font-weight: 500 !important;
}

.text-dim {
  color: #474747;
}

.text-dim-plus {
  color: #666;
}

.color-primary {
  color: #474747;
  font-weight: 500;
}

.primary-color-true {
  color: #232555;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.box-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.col-md-12 {
  float: none !important;
}

.hidden-overflow {
  overflow: hidden;
}

.p {
  font-size: 1.2em;
  color: #232323;
  line-height: 1.6em;
}

.gutterX {
  padding-left: 3%;
  padding-right: 3%;
}

.gutterY {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contents {
  min-height: 528px;
  padding-top: 64px;
  transition: transform 0.3s;
}

.main-header {
  height: 83px;
  padding-left: 3%;
  padding-right: 3%;
  width: 100%;
  padding-top: 15px;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 999;
  transition: background 0.3s ease-in;
}
.main-header .logo-content > a {
  display: block;
  width: auto;
  height: auto;
}
.main-header .logo-content > a img {
  float: left;
  width: 56px;
}
.main-header .logo-content > a h1 {
  font-size: 1.4em;
  padding-left: 5px;
  color: #fff;
  float: right;
  margin: 0px;
  position: relative;
  top: 17px;
}
@media (max-width: 600px) {
  .main-header .logo-content > a h1 {
    display: none;
  }
}

/*accordian*/

.accordion {
  /* border: 1px solid #ccc; */
  max-width: 1200px;
  width: 100%;
  border-radius: 5px;
}
.faq-div-container {
  display: flex;
  justify-content: center;
}
.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-header {
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
}

.accordion-content {
  display: none;
  padding: 10px;
  padding-left: 25px;
}

.arrow {
  transition: transform 0.3s ease;
}

ol {
  margin-left: 2.5em;
}

.active .arrow {
  transform: rotate(135deg);
}
/* .active .arrow svg {
  fill: red;
  stroke: red;
} */

.background-main-header {
  background: #232555;
  height: 64px;
  padding-top: 5px;
}

.navigation nav ul {
  list-style: none;
  padding-top: 5px;
}
.navigation nav ul li {
  display: inline-block;
  margin-right: 24px;
}
.navigation nav ul li a {
  color: #ddd;
}
.navigation nav ul li a.active {
  color: #fff;
}
.navigation nav ul li a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .navigation nav ul li {
    display: none;
  }
}
.navigation nav ul .menu {
  margin-right: 0px;
}
.navigation nav ul .menu .menu-icon {
  position: relative;
  top: 3px;
  cursor: pointer;
}
.navigation nav ul .menu .menu-icon .fa {
  color: #eee;
  font-size: 1.4em;
}
@media (max-width: 767px) {
  .navigation nav ul .menu {
    display: block;
  }
  /* .top-header > ul .online-registration {
    display: none;
  } */
  .top-header > ul {
    display: none;
  }
}
.top-header-mobile > ul {
  display: none;
}
@media (max-width: 767px) {
  .top-header-mobile > ul {
    display: flex;
    z-index: 99999;
  }
}

/* Menu Button */
.menu-button {
  position: fixed;
  z-index: 1000;
  margin: 1em;
  padding: 0;
  width: 2.5em;
  height: 2.25em;
  border: none;
  text-indent: 2.5em;
  font-size: 1.5em;
  color: transparent;
  background: transparent;
}

.menu-button::before {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  background: linear-gradient(
    #21224c 20%,
    transparent 20%,
    transparent 40%,
    #21224c 40%,
    #21224c 60%,
    transparent 60%,
    transparent 80%,
    #21224c 80%
  );
  content: "";
}

.menu-button:hover {
  opacity: 0.6;
}

/* Close Button */
.close-button {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 16px;
  border: none;
  z-index: 1001;
  background: transparent;
  color: transparent;
}
@media (min-width: 980px) {
  .close-button {
    right: 43px;
    top: 31px;
  }
}

.close-button::before,
.close-button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #fff;
}

.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Menu */
.menu-wrap {
  position: fixed;
  z-index: 999999;
  width: 300px;
  right: -300px;
  overflow-y: auto;
  top: 50px;
  height: 100%;
  font-size: 1.15em;
  transition: right 0.3s;
}
.menu-wrap nav {
  height: 100%;
  float: right;
}
.menu-wrap .menu {
  background: #21224c;
  width: calc(100% - 100px);
  height: 100%;
  padding: 2em 1em;
  padding-left: 5px;
}

.icon-list {
  width: 390px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.icon-list a {
  display: block;
  padding: 10px;
  color: #ddd;
  font-size: 0.8em;
  font-weight: 400;
  padding-left: 0px;
}
.icon-list a:hover {
  color: #fff;
}
.icon-list a.active {
  color: #f0a424;
}
.icon-list a.show-in-mobile {
  display: none;
}
.navigation nav ul .menu {
  display: none;
}
@media (max-width: 767px) {
  .icon-list a.show-in-mobile {
    display: block;
  }
  .navigation nav ul .menu {
    display: block;
  }
}

/* Morph Shape */
.morph-shape {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  left: 0;
  fill: #21224c;
  z-index: 1000;
}

/* Shown menu */
.show-menu {
  overflow-x: hidden;
}
.show-menu .contents,
.show-menu .main-header,
.show-menu footer {
  transform: translate3d(-299px, 0, 0);
}
.show-menu .menu-wrap {
  right: 0px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.main {
  width: 100%;
  /* height: 570px; */
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .main {
    height: 400px;
  }
}
.main .main-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main .main-image-container:after {
  content: "";
  opacity: 0.7;
  background-image: linear-gradient(
    -45deg,
    #d79245 0%,
    #161733 67%,
    #161733 99%,
    #1d2050 100%,
    #191c55 100%
  );
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .main-overlay-low:after {
  opacity: 0.2;
}
.main .wave-container {
  position: absolute;
  bottom: -2px;
  left: 50%;
  min-width: 130%;
  max-width: 9999px;
  transform: translateX(-50%);
  z-index: 99;
}
@media (min-width: 1600px) {
  .main .wave-container img {
    width: 100%;
  }
}
.main article {
  position: absolute;
  top: 32%;
  left: 0;
  z-index: 3;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
}
.main article h1 {
  color: #fff;
  font-weight: 700;
  font-size: 4.1em;
  word-spacing: 2px;
  letter-spacing: 1px;
  line-height: 1.2em;
  animation-name: fadeInUp;
  animation-duration: 1s;
  text-align: center;
  user-select: none;
}
@media (max-width: 780px) {
  .main article h1 {
    font-size: 2.8em;
  }
}
@media (max-width: 680px) {
  .main article h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 600px) {
  .main article h1 {
    font-size: 1.8em;
    text-align: left;
  }
}

.main-plus {
  height: 600px;
}
@media (max-width: 1058px) {
  .main-plus {
    height: 520px;
  }
}
@media (max-width: 910px) {
  .main-plus {
    height: 500px;
  }
}
@media (max-width: 500px) {
  .main-plus {
    height: 420px;
  }
}

.slider-about-wrap {
  width: 100%;
  position: relative;
  height: auto;
}
.slider-about-wrap .abs-wrp {
  background: #ebecec;
}
.slider-about-wrap .slider {
  width: 50%;
  float: left;
  margin-bottom: 0px;
}
@media (max-width: 1100px) {
  .slider-about-wrap .slider {
    width: 100%;
    float: none;
  }
}
.slider-about-wrap .slider li {
  width: 100%;
  position: relative;
  padding-bottom: 70%;
}
.slider-about-wrap .slider li > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-about-wrap .slider .owl-nav {
  background: #232555;
  height: 50px;
  width: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 600px) {
  .slider-about-wrap .slider .owl-nav {
    height: 40px;
    width: 140px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.slider-about-wrap .slider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  margin: 0px;
  background: none;
  line-height: 40px;
  border-radius: 0px;
}
.slider-about-wrap .slider .owl-nav .owl-prev:hover {
  background: #d79245;
}
@media (max-width: 600px) {
  .slider-about-wrap .slider .owl-nav .owl-prev {
    line-height: 40px;
  }
}
.slider-about-wrap .slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  margin: 0px;
  background: none;
  line-height: 40px;
  border-radius: 0px;
}
.slider-about-wrap .slider .owl-nav .owl-next:hover {
  background: #d79245;
}
@media (max-width: 600px) {
  .slider-about-wrap .slider .owl-nav .owl-next {
    line-height: 40px;
  }
}
.slider-about-wrap .about-article {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
@media (max-width: 1100px) {
  .slider-about-wrap .about-article {
    width: 100%;
    float: none;
  }
}
.slider-about-wrap .about-article article {
  width: 450px;
  margin: 0 auto;
  max-width: 98%;
  margin-top: 120px;
  line-height: 1.4em;
}
@media (max-width: 1100px) {
  .slider-about-wrap .about-article article {
    padding: 40px 4%;
    width: 700px;
    margin-top: 0px;
  }
}
.slider-about-wrap .about-article article p {
  margin-top: 14px;
}
.slider-about-wrap .about-article article h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3em;
}

@media (max-width: 767px) {
  .facility-home {
    overflow-x: scroll;
  }
}

.fcbtn {
  margin-bottom: 30px;
}

.facility-ul {
  padding: 20px 0px;
  padding-top: 20px;
  padding-bottom: 33px;
}
@media (max-width: 767px) {
  .facility-ul {
    width: 1410px;
    overflow: hidden;
  }
}
.facility-ul .grid-true {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .facility-ul .grid-true {
    width: 350px;
    float: left !important;
  }
}
.facility-ul .grid-padding {
  padding-bottom: 100% !important;
}
@media (max-width: 600px) {
  .facility-ul .grid-padding {
    padding-bottom: 85%;
  }
}
.facility-ul .grid-padding:before {
  content: "";
  cursor: pointer;
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  transition: background 0.8s ease;
}
@media (max-width: 600px) {
  .facility-ul .grid-padding:before {
    background: rgba(0, 0, 0, 0.6);
  }
}
.facility-ul .grid-padding:hover:before {
  background: rgba(0, 0, 0, 0.6);
}
.facility-ul .facility-grid {
  padding: 0px;
}
@media (max-width: 600px) {
  .facility-ul .facility-grid {
    padding: 0;
    padding-left: 8px;
  }
}
.facility-ul .grid-scale {
  transition: all 0.8s ease !important;
}
.facility-ul .grid-section {
  overflow: hidden;
  position: relative;
}
.facility-ul .grid-section:hover {
  cursor: pointer;
}
.facility-ul .grid-section:hover .grid-scale {
  transform: scale(1.05);
}
.facility-ul .grid-section:hover .facility-article {
  height: auto;
  max-height: 100%;
  overflow: visible;
}
.facility-ul .grid-section:hover .facility-article article {
  opacity: 1 !important;
  max-height: 100%;
}
.facility-ul .facility-article {
  position: absolute;
  bottom: 0;
  padding: 4%;
  padding-top: 8%;
  z-index: 99;
  transition: all 0.8s ease;
  width: 100%;
  max-height: 86px;
  background: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0),
    rgba(17, 18, 19, 0.7)
  );
  overflow: hidden;
}
@media (max-width: 600px) {
  .facility-ul .facility-article {
    max-height: 100%;
  }
}
.facility-ul .facility-article .f-title {
  font-size: 1.3em;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  max-height: 59px;
  margin: 0px;
  padding-bottom: 8px;
}
@media (max-width: 1100px) {
  .facility-ul .facility-article .f-title {
    font-size: 1.1em;
  }
}
@media (max-width: 880px) {
  .facility-ul .facility-article .f-title {
    font-size: 1em;
  }
}
@media (max-width: 780px) {
  .facility-ul .facility-article .f-title {
    font-size: 0.95em;
  }
}
.facility-ul .facility-article article {
  transition: all 0.8s ease;
  opacity: 0;
  max-height: 0px;
}
.facility-ul .facility-article article p {
  color: #fff;
}
@media (max-width: 600px) {
  .facility-ul .facility-article article {
    opacity: 1;
    max-height: 100%;
  }
}

.banner-title {
  width: 100%;
  height: 200px;
}
.banner-title h1 {
  margin: 0px;
  font-family: "Work Sans", sans-serif;
  color: #fff;
  background: #232555;
  font-size: 1.4em;
  text-align: center;
}

.home-event-calender-section {
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .home-event-calender-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 980px) {
  .home-event-calender-section .button-view-all {
    margin-bottom: 50px;
  }
}

.home-mission {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 80px;
  background: #fff;
}
.home-mission article {
  max-width: 960px;
  margin: 0 auto;
}
.home-mission article .p {
  font-size: 1.2em;
}

.home-about-us {
  width: 100%;
}
.home-about-us > section {
  padding-top: 60px;
  padding-bottom: 20px;
}
.home-about-us > section p {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7em;
  text-align: center;
}

.notification-ul .grid-heading {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
}
.notification-ul .grid-heading .fa {
  width: 25px;
  padding-top: 5px;
  color: #232555;
  margin-right: 5px;
}
.notification-ul .grid-heading span {
  width: calc(100% - 30px);
}

.modal-title {
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  color: #232323;
  font-family: 600;
  width: 95%;
}

.modal-header .close {
  position: absolute;
  top: 15px;
  right: 20px;
}

.downloads {
  margin-top: 45px;
  margin-bottom: 30px;
}

.gallery-sidebar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 5px;
}
.gallery-sidebar .left-image {
  width: 100px;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
}
.gallery-sidebar .left-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.gallery-sidebar .right-g-title {
  float: right;
  width: calc(100% - 120px);
}
.gallery-sidebar .right-g-title .grid-heading {
  font-size: 1em;
  margin: 0px !important;
  max-height: 100%;
}

#video-player {
  position: absolute;
  top: -7%;
  left: 0;
  width: 100%;
  padding-bottom: 56.25%;
}
@media (max-width: 900px) {
  #video-player {
    transform: scale(1.7);
    top: 0;
  }
}
@media (max-width: 660px) {
  #video-player {
    transform: scale(2.2);
  }
}
@media (max-width: 560px) {
  #video-player {
    transform: scale(2.8);
  }
}
@media (max-width: 370px) {
  #video-player {
    transform: scale(3.2);
  }
}
@media (max-width: 320px) {
  #video-player {
    transform: scale(3.5);
  }
}
#video-player > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#facebook-box .fb-page {
  width: 100% !important;
}

.rd {
  font-size: 0.9em;
  color: #232555;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  cursor: pointer;
  margin-left: 5px;
}

.header-heading {
  width: 100%;
  padding-bottom: 20px;
  margin: 20px 0px;
  margin-top: 0px;
  border-bottom: 1px solid #bfbfbf;
}
.header-heading h1 {
  margin: 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: 0.5px;
  font-family: "Work Sans", sans-serif;
}
.header-heading h2 {
  margin: 0px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1em;
  letter-spacing: 0.5px;
  padding-top: 20px;
  font-family: "Work Sans", sans-serif;
  padding-left: 10px;
}
.header-heading-less {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .header-heading-less {
    width: 100%;
  }
}

.flex-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 30px;
}
.flex-ul .grid-true {
  display: flex;
  flex-wrap: wrap;
}

.news-ul .grid-article {
  padding-top: 13px !important;
}

.grid-true {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .grid-true {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.grid-true .grid-shadow:hover {
  box-shadow: 0 0 10px #dcdcdc;
}
.grid-true .grid-border {
  border: 1px solid #dad5d5;
}
.grid-true .grid-hover-border {
  border: 1px solid #f4f7f6;
}
.grid-true .grid-hover-border:hover {
  border: 1px solid #dad5d5;
}
.grid-true .grid-link {
  cursor: pointer;
  display: block;
  background: #fff;
  border-radius: 3px;
  width: 100%;
}
.grid-true .grid-link:hover .button-true {
  background: #232555;
  color: #fff;
}
.grid-true .grid-padding {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
}
.grid-true .grid-padding .grid-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.grid-true .grid-padding .grid-image-bg.placeholder {
  background-image: url("excelsior_placeholder_image.jpg");
}
.grid-true .grid-scale {
  transition: all 0.2s linear;
}
.grid-true .grid-overflow {
  overflow: hidden;
}
.grid-true .grid-article {
  padding: 10px;
}
.grid-true .grid-article .grid-heading {
  font-size: 1.1em;
  color: #232323;
  margin-top: 8px;
  font-family: "Work Sans", sans-serif;
  line-height: 1.4em;
}
.grid-true .grid-article .grid-heading.max-height {
  max-height: 50px;
  overflow: hidden;
}
.grid-true .grid-article .grid-text {
  font-size: 0.9em;
  max-height: 42px;
  overflow: hidden;
  margin-bottom: 5px;
}
.grid-true .grid-article .grid-text.fixed-height {
  height: 41px;
}
@media (max-width: 600px) {
  .grid-true .grid-article .grid-text.fixed-height {
    height: auto;
  }
}
.grid-true .grid-article .grid-date {
  font-size: 0.8em;
  color: #858585;
  margin-bottom: 5px;
}
.grid-true .grid-article .button-true {
  margin-top: 5px;
}

.grid-sidebar {
  margin-bottom: 10px;
}

.gallery-ul .grid-link {
  position: relative;
}
.gallery-ul .grid-link:hover .view-photo {
  opacity: 1;
}

.view-photo {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  transition: all 0.3s ease;
}
.view-photo > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.view-photo > span .fa {
  color: #fff;
  font-size: 1.8em;
}

@media (max-width: 767px) {
  .notification-ul .grid-true {
    width: 100%;
  }
}
.notification-ul .grid-true .grid-article .grid-text {
  max-height: 100%;
}
@media (max-width: 600px) {
  .notification-ul .grid-true .grid-article .grid-text {
    max-height: 100%;
  }
}
.notification-ul .grid-true .grid-article .max-false {
  max-height: 100%;
}

@media (max-width: 767px) {
  .news-ul .grid-true {
    width: 100%;
  }
}

.slbContent {
  max-width: 800px !important;
}

.slbContentOuter {
  top: 40px;
}

.slbCloseBtn {
  top: 14px;
}

.button-true {
  border: 1px solid #232555;
  padding: 10px 20px;
  margin: 10px 0px;
  text-align: center;
  color: #232555;
  font-size: 1.2em;
  display: inline-block;
  transition: all 0.3s linear;
  letter-spacing: 0.5px;
}
.button-true:hover {
  background: #232555;
  color: #fff;
  transform: translateY(-2px);
}

.button-small {
  padding: 6px 8px;
  font-size: 1em;
}

.button-fill {
  background: #232555;
  color: #fff;
}
.button-fill:hover {
  background: #161733;
}

.button-all {
  margin-top: 0px;
}

.calendar-view {
  display: flex;
  flex-wrap: wrap;
  min-height: 630px;
}
@media (max-width: 767px) {
  .calendar-view {
    display: block;
  }
}

.monthly-tab-view {
  padding-bottom: 30px;
}

.monthly-tabs {
  background: #fff;
  padding: 0px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .monthly-tabs {
    padding-top: 0px;
    overflow-x: scroll;
    padding-bottom: 4px;
    background: none;
  }
}
.monthly-tabs .tab-navigation {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 767px) {
  .monthly-tabs .tab-navigation {
    overflow-x: hidden;
    width: 1440px;
  }
}
.monthly-tabs .tab-navigation > li {
  width: 100%;
  padding: 0px;
  margin: 0px;
  height: 40px;
  border-radius: 0px;
  background: none !important;
  border-bottom: 1px solid #ddd;
  transition: all 0.2s linear;
  text-transform: capitalize !important;
}
@media (min-width: 768px) {
  .monthly-tabs .tab-navigation > li:first-child {
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 767px) {
  .monthly-tabs .tab-navigation > li {
    width: 120px;
    float: left;
    text-align: center;
    border: none;
    border: 1px solid #ddd !important;
    border-left: none !important;
  }
}
.monthly-tabs .tab-navigation > li:hover {
  border-color: #232555;
}
.monthly-tabs .tab-navigation > li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  font-size: 0.96em;
  color: #232323;
  padding-left: 10%;
  transition: all 0.2s linear;
}
.monthly-tabs .tab-navigation > li a:hover {
  background: #232555;
  color: #fff;
}
@media (max-width: 767px) {
  .monthly-tabs .tab-navigation > li a {
    background: #f4f7f6;
    font-size: 0.9em;
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.monthly-tabs .tab-navigation > .active a {
  background: #232555;
  color: #fff;
}
@media (max-width: 767px) {
  .monthly-tabs .tab-navigation > .active a {
    background: #fff !important;
    color: #232555 !important;
  }
}
.monthly-tabs .tab-navigation > .active:hover {
  background: none;
}

@media (max-width: 767px) {
  .fv .fv-ul {
    overflow-x: hidden;
    width: 2800px !important;
  }
}
@media (max-width: 767px) {
  .fv .fv-ul > li {
    width: 170px !important;
  }
  .fv .fv-ul > li.less {
    width: 155px !important;
  }
}

.monthly-true {
  padding: 20px;
  padding-top: 40px;
}
@media (max-width: 1000px) {
  .monthly-true {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.monthly-true .calendar-header {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 15px 0px;
  padding-left: 3%;
  margin-bottom: 20px;
}
.monthly-true .calendar-header h3 {
  font-family: "Work Sans", sans-serif;
  color: #232323;
  margin: 0px;
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
}

.calendar-grid-true {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .calendar-grid-true {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .calendar-grid-true {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.calendar-grid-true > section {
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 18px 10px;
  box-shadow: 0 0 4px #eee;
  border-radius: 4px;
  transition: all 0.2s linear;
  border: 1px solid #dad5d5;
  width: 100%;
}
.calendar-grid-true .cleft {
  float: left;
  width: 50px;
  height: 47px;
  padding-top: 6px;
  text-align: center;
  background: #232555;
  margin-top: 2px;
}
.calendar-grid-true .cleft h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 0.9em;
  margin: 0px;
  color: #fff;
}
.calendar-grid-true .cleft p {
  font-size: 0.9em;
  margin: 0px;
  color: #fff;
}
.calendar-grid-true .cright {
  float: right;
  width: calc(100% - 75px);
}
.calendar-grid-true .cright h4 {
  font-size: 1em;
  margin: 0px;
  margin-bottom: 3px;
  color: #232323;
  font-family: "Work Sans", sans-serif;
}
.calendar-grid-true .cright p {
  margin: 0px;
  color: #545454;
  font-size: 0.9em;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #232555;
}

.fc-detail-view .fc-img {
  width: auto;
  max-width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  height: auto;
}
.fc-detail-view .fc-header {
  width: 100%;
}

.left-detail-right-sidebar {
  width: 100%;
  min-height: 529px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.left-detail-right-sidebar .left-article {
  padding-bottom: 50px;
  background: #fff;
}
.left-detail-right-sidebar .left-article .title {
  text-transform: none;
}
.left-detail-right-sidebar .left-article > section {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.left-detail-right-sidebar .left-article > section article {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.left-detail-right-sidebar .left-article > section article img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.left-detail-right-sidebar .right-sidebar > section {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.left-detail-right-sidebar .right-sidebar > section .grid-heading {
  font-size: 1.2em !important;
}
.left-detail-right-sidebar .right-sidebar .sidebar-title {
  font-size: 1.3em;
  font-family: "Work Sans", sans-serif;
  padding-left: 16px;
}
@media (max-width: 600px) {
  .left-detail-right-sidebar .right-sidebar .sidebar-title {
    padding-left: 0px;
  }
}

.about {
  margin-top: 110px;
}
.about .about-padding {
  padding-bottom: 30%;
}
@media (max-width: 800px) {
  .about .about-padding {
    padding-bottom: 35%;
  }
}
@media (max-width: 600px) {
  .about .about-padding {
    padding-bottom: 90%;
  }
}
.about .about-padding:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.about .about-padding h1 {
  font-size: 2.7em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  position: absolute;
  width: 97%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  margin: 0px;
}
@media (max-width: 800px) {
  .about .about-padding h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 600px) {
  .about .about-padding h1 {
    font-size: 1.8em;
  }
}
.about .about-ul {
  margin: 0px;
  background: #fff;
}
@media (max-width: 767px) {
  .about .about-ul {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .about .about-ul .make-left {
    float: left;
  }
}
@media (min-width: 768px) {
  .about .about-ul .make-right {
    float: right;
  }
}
.about .about-ul .ab-img {
  padding: 0px;
}
@media (max-width: 768px) {
  .about .about-ul .ab-img {
    float: none !important;
    width: 100%;
  }
}
.about .about-ul .grid-true {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .about .about-ul .ab-text {
    float: none !important;
    text-align: center;
    width: 100%;
    padding: 30px 0px;
  }
}
.about .about-ul .ab-text > section {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
}
@media (max-width: 1120px) {
  .about .about-ul .ab-text > section {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .about .about-ul .ab-text > section {
    padding-top: 0px;
  }
}

.message-article {
  padding-bottom: 50px;
}
.message-article img {
  float: left;
  width: 220px;
  max-width: 100%;
  margin-right: 15px;
}
@media (max-width: 550px) {
  .message-article img {
    float: none;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.message-article p {
  line-height: 1.6em;
  margin-bottom: 0px;
}
.message-article h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
}
.message-article .pullable {
  float: right;
  width: calc(100% - 240px);
}
/* .pullable-principle {
  width: calc(100% - 406px);
} */
@media (max-width: 550px) {
  .message-article .pullable {
    float: none;
    width: 100%;
  }
}

.admission-text {
  max-width: 1020px;
  font-size: 1.2em;
}
.admission-text .title-s {
  font-size: 1em;
}
.admission-text ul {
  list-style: disc;
  padding-left: 17px;
}
.admission-text ul li {
  font-size: 0.95em;
  margin: 7px 0px;
}
.admission-text table td,
.admission-text table tr {
  font-size: 0.95em;
}

@media (max-width: 1080px) {
  .intro-p {
    max-height: 120px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .intro-p {
    max-height: 100%;
  }
}

.routine {
  height: auto;
  min-height: 250px;
  margin-top: 30px;
  font-size: 1.15em;
}
.routine .tab {
  transition: all 0.3s linear;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  height: 40px;
  background-color: #eee;
  font-size: 0.8em;
}
.routine .tab:hover {
  background: #0f3b69;
  color: #fff;
  cursor: pointer;
}
.routine .active-tab {
  color: #fff;
  background-color: #232555;
}
.routine .tab-content {
  padding: 20px;
  min-height: 330px;
  background: #fff;
}
.routine .select-input {
  width: 250px;
  height: 45px;
  border: 1px solid #232555;
  float: left;
  margin-top: 30px;
}
.routine .select-input:nth-child(1) {
  margin-right: 14px;
}
@media (max-width: 600px) {
  .routine .select-input {
    width: 90%;
  }
}
.routine .please-select-msg {
  line-height: 1.6em;
  text-align: left;
  margin: 20px 0px;
  font-size: 1em;
  color: #555;
}

.exam-tabs {
  margin-top: 20px;
}

.contact {
  padding: 40px 0px;
}

.contact-form .form-group {
  transition: all 0.2s linear;
}
.contact-form .form-group label {
  color: #454545;
  font-size: 0.9em;
}
.contact-form .form-group input {
  height: 45px;
}
.contact-form .form-group textarea {
  height: 100px;
}
.contact-form .form-group .form-error {
  margin-top: 3px;
  font-size: 0.9em;
  transition: all 0.2s linear;
}
.contact-form .submit {
  background: none;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .contact-form .submit {
    width: 100%;
  }
}

.contact-details {
  padding: 20px 0px;
  padding-top: 4px;
}
.contact-details .p {
  display: flex;
}
.contact-details .p .fa {
  margin-right: 10px;
  color: #454545;
  margin-top: 4px;
}
.contact-details .contact-style {
  line-height: 1.9em;
  font-size: 1.2em;
}
.social-media-icon {
  margin-bottom: 20px;
}

.social-net {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

.social-icon {
  display: inline-block;
  text-align: center;
  font-size: 1.2em;
  margin: 20px 20px 20px 0px;
  transition: all 0.3s linear;
}
.social-icon:hover {
  color: #232555;
}

.fb:hover {
  color: #3b5999;
}

.twitter:hover {
  color: #55acee;
}

.insta:hover {
  color: #e4405f;
}

.youtube:hover {
  color: #cd201f;
}

#map {
  width: 100%;
  height: 310px;
  margin-top: 80px;
  margin-bottom: 40px;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.notification-popup {
  cursor: pointer;
  visibility: hidden;
  position: fixed;
  bottom: 15px;
  right: 7px;
  width: 360px;
  max-width: 95%;
  height: auto;
  background: #232555;
  z-index: 9999999999999;
  padding: 20px 15px;
  border-radius: 4px;
  color: #fff;
}
.notification-popup .notify-title {
  font-size: 0.95em;
  margin: 0px;
  margin-bottom: 7px;
  margin-top: 10px;
  font-weight: 500;
  font-family: "Questrial", sans-serif;
  display: flex;
}
@media (max-width: 500px) {
  .notification-popup .notify-title {
    margin-top: 8px;
  }
}
.notification-popup .notify-title .fa {
  position: relative;
}
.notification-popup .notify-body {
  margin-bottom: 0px;
  margin-bottom: 7px;
  font-size: 0.8em;
}
.notification-popup a {
  text-decoration: underline !important;
  color: #eee;
}
.notification-popup .notify-end {
  position: absolute;
  right: 5px;
  top: 7px;
  width: 30px;
  height: 20px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
}
.notification-popup .notify-end .fa {
  font-size: 1.2em;
}
.notification-popup .notify-date {
  font-size: 0.8em;
}

.slide-anm {
  animation-name: slideInRight;
  animation-duration: 1s;
  visibility: visible;
}

footer {
  background-color: #161733;
  padding: 30px 0px;
  padding-left: 4%;
  padding-right: 4%;
  transition: transform 0.3s;
}
footer .footer-title {
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.5em;
  margin-bottom: 25px;
  font-weight: 500;
}
footer .f-links nav a {
  color: #d8d4d4;
  display: block;
  margin-bottom: 12px;
  letter-spacing: 1px;
  font-size: 1.2em;
  transition: all 0.2s linear;
}
footer .f-links nav a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  footer .f-links nav a {
    padding-right: 10px;
  }
}
footer .flex-contact {
  display: flex;
  margin-bottom: 12px;
  color: #d8d4d4;
  /* font-size: 0.9em; */
}
footer .flex-contact .f-icons i {
  width: 19px;
  font-size: 0.9em;
}
footer .flex-contact .f-icons .fa-envelope-o {
  margin-top: 5px;
}
footer .flex-contact .f-icons .fa-phone {
  margin-top: 6px;
}
footer .flex-contact .f-icons .fa-map-marker {
  margin-top: 5px;
}
footer .flex-contact .f-c-content {
  font-size: 0.95em;
  letter-spacing: 1px;
  line-height: 1.6em;
}
footer .flex-contact > a:hover {
  color: #fff !important;
}
footer .social-icons-list {
  display: flex;
  align-items: center;
}
footer .social-icons-list a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #282943;
  text-align: center;
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 7px;
  transiton: all 0.3s linear;
}
footer .social-icons-list a:hover {
  color: #fff;
  transform: scale(1.2);
  background: #fff;
}
footer .social-icons-list a:hover .fa,
footer .social-icons-list a:hover .fa-brands {
  fotn-size: 0.9em;
}
footer .social-icons-list a:hover .fa-facebook {
  color: #3b5998;
}
footer .social-icons-list a:hover .fa-instagram {
  color: #bb0000;
}
footer .social-icons-list a:hover .fa-youtube {
  color: #bb0000;
}
footer .social-icons-list a:hover .tiktok-icon > svg path {
  color: #bb0000;
  fill: #bb0000;
  stroke: #bb0000;
}
footer .social-icons-list a .fa,
footer .social-icons-list a .fa-brands {
  line-height: 28px;
  font-size: 0.8em;
  color: #d8d4d4;
}
footer .copy-icon {
  margin-top: 50px;
}
footer .footer-bottom-div {
  margin-top: 30px;
}
footer .footer-bottom-div .f-copy {
  color: #d8d4d4;
  font-size: 1em;
}
footer .footer-bottom-div .footer-desc h4 {
  font-size: 1.1em;
  color: #d8d4d4;
}
footer .footer-bottom-div .footer-desc p {
  font-size: 0.9em;
  color: #d8d4d4;
}
footer .footer-bottom-div .f-btn {
  padding: 10px 18px;
  text-align: center;
  font-size: 0.9em;
  background-color: #fff;
  border-radius: 4px;
}
footer .f-form {
  width: 310px;
  max-width: 100%;
}
footer .f-form .f-input {
  float: left;
  width: 200px;
  outline: none;
  box-shadow: none;
  border: none;
  height: 40px;
  background: #28292d;
  padding-left: 5px;
  border-radius: 4px;
  color: #ddd;
}
footer .f-form .f-btn {
  float: right;
}

@media (max-width: 767px) {
  footer .f-links nav a {
    display: inline-block;
  }
  footer .footer-title {
    margin-top: 20px;
    border-top: 1px solid #222;
    padding-top: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
