@media (max-width: 767px) {
  .show-desktop-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .show-mobile-only {
    display: none;
  }
}

.show-toggle {
  display: block;
}

.hide-toggle {
  display: none;
}

@media (max-width: 767px) {
  .toggleNav {
    display: block;
  }
}

.default-heading {
  font-weight: 600;
  font-size: 1.4em;
  color: #f5f5f5;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  .row-margin {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.default-padding {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1180px) {
  .default-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 960px) {
  .default-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .default-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.title {
  font-weight: 600;
}

.title-default {
  font-size: 1.6em;
  margin: 0px;
  padding: 12px 0px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 35px;
  padding-top: 40px;
  font-weight: 700;
  color: #426fa8;
  text-transform: uppercase;
}

.contents-wrapper {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
  padding-top: 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .contents-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 550px) {
  .contents-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.text-dim {
  color: #777;
  font-size: 1.1em;
  margin: 0px;
  padding: 0px;
  margin: 10px 0px;
}

.normal-heading {
  color: #454545;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  margin: 10px 0px;
  margin-top: 5px;
  font-weight: 600;
}
.normal-heading .fa {
  margin-left: 8px;
}

.text-body {
  font-size: 1.2em;
  color: #454545;
  letter-spacing: 0.1px;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  line-height: 1.3em;
}

.text-normal {
  font-size: 1.2em;
  letter-spacing: 0.3px;
  color: #454545;
}

.p,
li {
  word-spacing: 1px;
}

.text-white {
  color: #fff !important;
}

.relative {
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: auto;
  color: #222;
  background-color: #fff;
  font-family: "Bitter", serif;
}

a {
  color: #222;
}

a {
  text-decoration: none !important;
  -webkit-box-shadow: none;
  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;
}

p,
p.p {
  font-size: 1.1em !important;
  word-spacing: 1px !important;
  line-height: 1.8em !important;
}

#main-header {
  min-height: 70px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
#main-header.nothomepage {
  background-color: #fcfcfc;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-header.nothomepage .nav-col nav a {
  color: #454545;
}
#main-header.nothomepage .nav-col nav a:hover {
  color: #426fa8;
}
#main-header.nothomepage .activePage {
  color: #426fa8 !important;
}
@media (max-width: 1207px) {
  #main-header .container {
    width: 100%;
    padding: 0px;
  }
}
@media (min-width: 1206px) {
  #main-header .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1207px) {
  #main-header .container .row {
    margin: 0px;
    padding: 0px;
  }
}
#main-header .logo-col {
  line-height: 70px;
  padding-left: 3px;
  padding-right: 3px;
}
#main-header .logo-col .logo-img {
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 980px) {
  #main-header .logo-col {
    float: left;
    margin-left: 10px;
  }
}
@media (max-width: 800px) {
  #main-header .logo-col {
    width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  #main-header .logo-col {
    width: 160px;
  }
}
#main-header .nav-col {
  height: 100%;
}
@media (max-width: 1107px) {
  #main-header .nav-col {
    padding: 0px;
  }
}
@media (max-width: 992px) {
  #main-header .nav-col {
    display: none;
  }
}
#main-header .nav-col nav {
  text-align: center;
}
#main-header .nav-col nav a {
  color: #454545;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 500;
  line-height: 70px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
}
#main-header .nav-col nav a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #cd0202;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
#main-header .nav-col nav a.button-login::before {
  opacity: 0 !important;
}
@media (max-width: 1200px) {
  #main-header .nav-col nav a {
    font-size: 0.85em;
  }
}
@media (max-width: 1000px) {
  #main-header .nav-col nav a {
    font-size: 0.8em;
  }
}
#main-header .nav-col nav a:hover {
  color: #fff;
}
#main-header .nav-col nav a:hover::before {
  width: 20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}
#main-header .nav-col nav li {
  list-style: none;
  display: inline-block;
  width: auto;
}
#main-header .nav-col .nav-1 {
  margin-right: 20px;
  text-align: right;
  z-index: 99;
}
@media (max-width: 1000px) {
  #main-header .nav-col .nav-1 {
    margin-right: 3px;
    z-index: 99;
  }
}
#main-header .nav-col .nav-1 a {
  margin-left: 14px;
  z-index: 99;
}
#main-header .nav-col .nav-2 {
  margin-left: 20px;
  text-align: left;
}
@media (max-width: 900px) {
  #main-header .nav-col .nav-2 {
    margin-left: 3px;
  }
}
#main-header .nav-col .nav-2 a {
  margin-right: 14px;
}

.activePage {
  color: #fff !important;
}
.activePage::before {
  width: 20px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 5px #afafaf;
  box-shadow: 0 0 5px #afafaf;
  z-index: 999999;
}

.mobile-nav {
  width: 100%;
  height: auto;
  display: none;
  margin-top: 70px;
}
.mobile-nav nav {
  width: 97%;
  margin: 0 auto;
}
.mobile-nav nav li {
  width: 100%;
  min-height: 40px;
  list-style: none;
}
.mobile-nav nav a {
  padding-left: 8%;
  display: block;
  width: 100%;
  height: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  color: #222;
  line-height: 40px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #afafaf;
  border-radius: 3px;
  margin-top: 3px;
  font-weight: 600;
}
.mobile-nav nav a:hover {
  background-color: #426fa8;
  color: #fff;
  border-color: #426fa8;
}

#menu-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 3px;
  display: none;
}
@media (max-width: 992px) {
  #menu-icon {
    display: block;
  }
}
#menu-icon .fa {
  font-size: 1.3em;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 992px) {
  .toggle-mobile-nav {
    display: block;
  }
}

.desktop-dropdown {
  border-radius: 0px;
  top: 96.2%;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 210px;
  padding: 0px;
}
.desktop-dropdown li {
  width: 100% !important;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #eee;
}
.desktop-dropdown li a {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px !important;
  padding: 0px;
  font-size: 0.8em !important;
}

.mobile-drop-down {
  position: static !important;
  float: none !important;
  width: 85%;
  min-width: auto;
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.mobile-drop-down li a {
  border: 1px solid #dcdcdc !important;
}
.mobile-drop-down a {
  padding-left: 16px !important;
  border: none !important;
}

.dropdown-to-hover:hover .dropdown-hover-show {
  display: block !important;
}
.scroll-top {
  position: fixed;
  bottom: 120px; /* Increased from 70px to 120px to raise it above the chat widget */
  right: 30px;
  background: rgba(66, 111, 168, 0.67);
  z-index: 999999; /* Ensure it remains above other elements */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px #afafaf;
}

.scroll-top .fa {
  font-size: 1.5em;
  color: #fff;
}

.contents-wrapper {
  min-height: 350px;
}

.gallery-slider {
  position: relative;
  margin-bottom: 0px;
}
.gallery-slider .owl-item.active .caption {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery-slider .gallery-slider-image-holder {
  width: 100%;
  position: relative;
  padding-bottom: 100vh;
}
.gallery-slider .gallery-slider-image-holder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
}
.gallery-slider .gallery-slider-image-holder .slider-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery-slider .gallery-slider-image-holder .caption {
  position: absolute;
  top: 70%;
  left: 50%;
  z-index: 99;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 3px;
}
.gallery-slider .gallery-slider-image-holder .caption .font-small {
  font-size: 16px !important;
  font-weight: 300;
}

.owl-next {
  background: none !important;
  width: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff !important;
  right: 2% !important;
}
.owl-next i {
  font-size: 2em;
}
.owl-next i:hover {
  color: #426fa8;
}
@media (max-width: 650px) {
  .owl-next i {
    font-size: 1em;
  }
}
@media (max-width: 650px) {
  .owl-next {
    right: 4px;
  }
}

.owl-prev {
  background: none !important;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff !important;
}
.owl-prev i {
  font-size: 2em;
}
.owl-prev i:hover {
  color: #426fa8;
}
@media (max-width: 650px) {
  .owl-prev i {
    font-size: 1em;
  }
}
@media (max-width: 650px) {
  .owl-prev {
    left: 4px;
  }
}

.welcome-section {
  width: 100%;
  min-height: 200px;
}
.welcome-section h1 {
  font-size: 2.2em;
  margin: 0px;
  padding: 12px 0px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 35px;
  padding-top: 30px;
  font-weight: 400;
  color: #426fa8;
}

/* news notificcatiion container  */
.news-notify-container {
  min-height: 200px;
  padding: 40px 0px;
}
.news-notify-container > section {
  border: 1px solid #000;
}

.nn-header {
  width: 100%;
  height: 40px;
  background-color: #f5f5f7;
}
.nn-header h4 {
  color: #454545;
  line-height: 40px;
  margin: 0px;
  padding: 0px;
  font-size: 1.2em;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  padding-left: 20px;
  font-weight: 600;
}
.nn-header h4 span {
  color: #426fa8;
}
.nn-header a {
  line-height: 40px;
  color: #426fa8;
  font-weight: 500;
  text-decoration: underline !important;
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  padding-right: 20px;
}

@media (max-width: 600px) {
  .nn {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.nn-list {
  width: calc(100% - 6px);
  margin: 0 auto;
  min-height: 350px;
}
.nn-list a:hover .title {
  color: #426fa8 !important;
}
.nn-list .title {
  font-family: "Poppins", sans-serif;
  color: #222;
  font-size: 1.2em;
  height: 20px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 6px;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 20px;
}
@media (max-width: 990px) {
  .nn-list .title {
    height: auto !important;
  }
}
.nn-list .body {
  color: #666;
  height: 23px;
  overflow: hidden;
  font-size: 1.1em;
}
@media (max-width: 990px) {
  .nn-list .body {
    height: auto !important;
  }
}

.news-box {
  padding-top: 18px;
  padding-bottom: 9px;
  border: 1px solid #cfcfcf;
  margin-bottom: 5px;
  margin-top: 6px;
  padding-left: 13px;
}
.news-box .news-img {
  width: 100%;
  position: relative;
  padding-bottom: 70%;
  background: url("../image/fallback.png") no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.news-box .news-img .news-img-true {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.notify-box {
  -webkit-box-shadow: 0 0 3px #dcdcdc;
  box-shadow: 0 0 3px #dcdcdc;
  padding: 10px 10px 6px 10px;
  margin-bottom: 5px;
}
.notify-box .title {
  margin-top: 4px;
}
.notify-box .body {
  height: 45px;
}

.download-heading {
  padding-left: 14px;
  margin-bottom: 20px;
  margin-top: 50px;
  color: #426fa8;
}

@media (max-width: 600px) {
  .download-box {
    width: 100%;
  }
}

.flow-calendar {
  height: 357px;
  overflow-y: auto;
  padding: 0px 7px;
}
.flow-calendar li {
  background: #fafafa;
}

.flow-calendar::-webkit-scrollbar {
  width: 6px;
}

.flow-calendar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.flow-calendar::-webkit-scrollbar-thumb {
  background-color: #426fa8;
  border-radius: 3px;
  outline: 1px solid #454545;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    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: #232323;
  z-index: 9999999999999;
  padding: 20px 10px 10px 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px #afafaf;
  box-shadow: 0 0 4px #afafaf;
  color: #fff;
}
.notification-popup h3 {
  font-size: 1.1em;
  margin: 0px;
  margin-bottom: 7px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 500px) {
  .notification-popup h3 {
    margin-top: 8px;
  }
}
.notification-popup p {
  margin-bottom: 0px;
  margin-bottom: 7px;
  font-size: 0.9em !important;
}
.notification-popup a {
  text-decoration: underline !important;
  color: #eee;
  font-size: 0.9em;
}
.notification-popup .end {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 20px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
}
.notification-popup .end .fa {
  font-size: 1.3em;
}

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

.rm {
  color: #426fa8;
  font-size: 0.9em;
  display: block;
  font-weight: 600;
  margin-top: 10px;
}

.mw {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.quic-link-about-us {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #426fa8;
}
@media (max-width: 768px) {
  .quic-link-about-us {
    display: block;
  }
}
.quic-link-about-us .about-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 230px);
}
@media (max-width: 910px) {
  .quic-link-about-us .about-home {
    padding: 30px 5px;
  }
}
@media (max-width: 768px) {
  .quic-link-about-us .about-home {
    width: 100%;
    display: block;
  }
}
.quic-link-about-us .about-home article {
  max-width: 768px;
  width: 93%;
  margin: 0 auto;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
}
.quic-link-about-us .about-home article p {
  font-size: 1.2em;
  line-height: 1.8em !important;
}
.quic-link-about-us .about-home .title-default {
  font-weight: 700;
  padding-top: 0px;
  margin-bottom: 4px;
  text-transform: none;
}

#quick-links {
  position: fixed;
  top: 50%;
  left: -250px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* z-index: 99; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#quick-links.active {
  left: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#quick-links #quick-link-trigger {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  display: block;
  font-size: 1.5em;
  color: #fff;
  padding: 8px 12px;
  letter-spacing: 3px;
  font-weight: 500;
  background-color: #193355;
  margin: 0;
  margin-left: -75px;
  width: 180px;
  text-align: center;
  border-radius: 15px;
}
#quick-links #quick-link-trigger:hover {
  cursor: pointer;
}
#quick-links nav {
  width: 250px;
  height: 320px;
  background-color: rgba(25, 51, 85, 0.5);
  padding: 8px 32px 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
}
#quick-links nav a {
  padding: 7px 5px 7px 18px;
  color: #fff;
  background-color: #193355;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
}
#quick-links nav a i {
  margin-right: 10px;
}
#quick-links nav a:not(:last-child) {
  margin-bottom: 6px;
}

.home-page-gallery {
  display: grid;
  grid-template-columns: repeat(4, 24%);
  grid-template-rows: repeat(5, 200px);
  grid-gap: 10px;
}
@media (max-width: 767px) {
  .home-page-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 200px);
  }
}
.home-page-gallery .grid-default-0 {
  grid-area: 1 / 1 / 4 / 3;
}
.home-page-gallery .grid-default-1 {
  grid-area: 1 / 3 / 3 / 5;
}
.home-page-gallery .grid-default-2 {
  grid-area: 3 / 3 / 4 / 4;
}
.home-page-gallery .grid-default-3 {
  grid-area: 3 / 4 / 4 / 5;
}
.home-page-gallery .grid-default-4 {
  grid-area: 4 / 1 / 6 / 2;
}
.home-page-gallery .grid-default-5 {
  grid-area: 4 / 2 / 6 / 5;
}
.home-page-gallery .grid-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .home-page-gallery .grid-box {
    grid-area: auto !important;
  }
}
.home-page-gallery .grid-box:hover .grid-content::before {
  background-color: rgba(66, 111, 168, 0.9);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.home-page-gallery .grid-box:hover .grid-content .grid-title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.home-page-gallery .grid-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-page-gallery .grid-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  background-color: rgba(0, 0, 0, 15%);
}
.home-page-gallery .grid-content .grid-title {
  padding: 8px;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  z-index: 11;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.homepage-video-lists {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 300px;
  grid-gap: 8px;
}
@media (max-width: 767px) {
  .homepage-video-lists {
    grid-template-columns: 1fr;
  }
  .homepage-video-lists .homepage-video {
    grid-area: auto !important;
  }
}
.homepage-video-lists .homepage-video-0 {
  grid-area: 1 / 1 / 4 / 2;
}
.homepage-video-lists .homepage-video-0 .grid-image-bg {
  height: calc(100% - 90px);
}
@media (max-width: 767px) {
  .homepage-video-lists .homepage-video-0 .grid-image-bg {
    height: 200px;
  }
}
.homepage-video-lists .homepage-video-1 {
  grid-area: 1 / 2 / 2 / 3;
}
.homepage-video-lists .homepage-video-2 {
  grid-area: 2 / 2 / 3 / 3;
}
.homepage-video-lists .homepage-video-3 {
  grid-area: 3 / 2 / 4 / 3;
}
.homepage-video-lists .grid-link {
  height: 100%;
}
.homepage-video-lists .grid-image-bg {
  height: 200px;
  position: relative;
}

.news-notify-wrapper {
  background-color: #426fa8;
  padding-top: 80px;
  padding-bottom: 80px;
}
.news-notify-wrapper .nn-list a:hover .title {
  color: #fff !important;
  text-decoration: underline;
}

.grid-list-container .grid-default {
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .grid-list-container .grid-default {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.grid-list-container .grid-default .grid-link {
  -webkit-box-shadow: 0 3px 10px #dcdcdc;
  box-shadow: 0 3px 10px #dcdcdc;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.grid-list-container .grid-default .grid-link:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 3px 10px #ddd;
  box-shadow: 0 3px 10px #ddd;
}
.grid-list-container .grid-default .grid-img-holder {
  background-image: url("../image/fallback.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  padding-bottom: 54%;
}
.grid-list-container .grid-default .grid-img-holder .grid-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.grid-list-container .grid-default .grid-content {
  padding: 5px 8px;
}
.grid-list-container .grid-default .grid-content .grid-title {
  font-family: "Poppins", sans-serif;
  color: #426fa8;
  font-size: 1.2em;
  max-height: 37px;
  overflow: hidden;
  letter-spacing: 0.4px;
  font-weight: 600;
  padding-top: 1px;
}
@media (max-width: 600px) {
  .grid-list-container .grid-default .grid-content .grid-title {
    height: auto;
    max-height: 100%;
  }
}
.grid-list-container .grid-default .grid-content .grid-body {
  height: 23px;
  overflow: hidden;
  font-size: 1.2em;
  color: #222;
}
.grid-list-container .grid-default .grid-content .view-more {
  font-size: 1.02em;
  font-weight: 600;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #222;
  margin-top: 5px;
  margin-bottom: 6px;
  display: block;
}
.grid-list-container .grid-default .grid-content .view-more .fa {
  margin-left: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 0.9em;
}
.grid-list-container .grid-default .grid-content .view-more:hover {
  color: #426fa8;
}
.grid-list-container .grid-default .grid-content .view-more:hover .fa {
  margin-left: 7px;
}
.grid-list-container .grid-default .alumni-content .alumni-name {
  font-size: 1em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.grid-list-container .grid-default .alumni-content .p {
  font-size: 0.9em !important;
  margin: 0px;
}
.grid-list-container .grid-default .alumni-content .p:first-child {
  font-weight: bold;
}

.grid-list-container .news-grid a {
  -webkit-box-shadow: 0 0 5px #ddd !important;
  box-shadow: 0 0 5px #ddd !important;
}

.flex-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-center {
  margin: 0 auto;
}

.button-default {
  width: 240px;
  height: 40px;
  display: block;
  line-height: 40px;
  background-color: #426fa8;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 2px;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Poppins", sans-serif;
}
.button-default:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 5px #eee;
  box-shadow: 0 2px 5px #eee;
  color: #fff;
}
.button-default.light {
  background-color: #fff;
  color: #426fa8;
}
.button-default.light:hover {
  -webkit-box-shadow: 0 2px 5px #426fa8;
  box-shadow: 0 2px 5px #426fa8;
  color: #426fa8;
}

.button-login {
  padding: 8px 10px;
  background-color: #426fa8;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 2px;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Poppins", sans-serif;
}
.button-login.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-login:hover {
  -webkit-box-shadow: 0 2px 5px #eee;
  box-shadow: 0 2px 5px #eee;
  color: #fff;
}

.link-button {
  margin-top: 40px;
  margin-bottom: 50px;
}

.about-main img {
  width: 100%;
  max-width: 100%;
  margin-right: 20px;
  margin-bottom: 7px;
}
@media (max-width: 600px) {
  .about-main img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.about-main p,
.about-main li {
  font-size: 1.2em;
  line-height: 1.7em;
  word-spacing: 1px;
}
.about-main p p,
.about-main li p {
  font-size: 1em;
  color: #afafaf;
}
.about-main p p b,
.about-main li p b {
  color: #666;
  margin-top: 24px;
  margin-bottom: 20px;
  display: block;
}

.about-main h1,
.about-main h2,
.about-main h3,
.about-main h4,
.about-main h5,
.about-main h6 {
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
  color: #454545;
  font-size: 1.3em;
  margin-top: 40px;
  padding-bottom: 4px;
}

.about-main li {
  margin-bottom: 10px;
}

.about-main ul li {
  list-style: disc;
  margin-left: 20px;
}

.about-main ol {
  padding-left: 0px;
}
.about-main ol li {
  margin-left: 20px;
}

.facility .text-normal {
  font-size: 1.2em;
}

.facility .fac-heading {
  padding-left: 13px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.facility .facility-list {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .facility .facility-list p {
    margin-top: 15px;
  }
}
.facility .facility-list img {
  margin: 0 auto;
  display: block;
}

.principal-message {
  max-width: 850px;
  margin: 0 auto;
  width: 98%;
}
.principal-message img {
  float: left;
  width: 280px;
  max-width: 100%;
  margin-right: 15px;
}
.principal-message p {
  color: #454545;
  line-height: 1.7em;
  font-size: 1.2em;
  word-spacing: 1px;
}

.about-bg-holder {
  position: relative;
  width: 100%;
  padding-bottom: 40%;
  margin-bottom: 40px;
}
.about-bg-holder > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.calendar-box {
  margin-bottom: 7px;
  margin-top: 7px;
}
.calendar-box .normal-heading {
  font-size: 1.4em;
}
.calendar-box div {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.calendar-box > section {
  border-left: 3px solid #426fa8;
  -webkit-box-shadow: 0 0 4px #afafaf;
  box-shadow: 0 0 4px #afafaf;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.calendar-box .text-body {
  margin-top: 5px;
  font-size: 1.25em;
}
@media (max-width: 600px) {
  .calendar-box .left-date {
    padding: 0px;
  }
}
.calendar-box .left-date > div {
  border-right: 2px solid #ddd;
  margin-top: 14px;
  text-align: center;
}
.calendar-box .left-date > div b {
  font-size: 1.1em;
}
.calendar-box .left-date > div span {
  display: block;
  font-size: 1.1em;
  color: #454545;
}
.calendar-box .left-date > div p {
  font-size: 1em !important;
}
.calendar-box .left-date > .div-home {
  margin-top: 6px;
}
.calendar-box .left-date > .div-home b {
  font-size: 1em;
}
.calendar-box .left-date > .div-home span {
  display: block;
  font-size: 0.9em;
  color: #454545;
}
.calendar-box .left-date > .div-home p {
  font-size: 0.9em !important;
}

.calendar-heading {
  padding-left: 20px;
}

.each-box {
  margin-bottom: 40px;
}

.flex-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.notification-box {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .notification-box {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.notification-box .end-cross {
  display: none;
}
.notification-box > section {
  border: 1px solid #eee;
  border-radius: 2px;
}
.notification-box .notificaton-header {
  background: #eee;
  line-height: 1.4em;
}
.notification-box .notificaton-header .fa {
  margin-right: 5px;
}
.notification-box .notificaton-header .text-body {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.notification-box .notification-body {
  padding: 10px;
}

@-webkit-keyframes fadeIN {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIN {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.active-notification {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 17, 0.64);
  top: 0;
  left: 0;
}
.active-notification > section {
  width: 600px;
  max-width: 98%;
  background: #fff;
  margin: 0px;
  position: relative;
  -webkit-animation: fadeIN;
  animation: fadeIN;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.active-notification .end-cross {
  display: block;
  position: absolute;
  top: -40px;
  right: 0px;
  color: #fff;
  cursor: pointer;
}
.active-notification .end-cross .fa {
  font-size: 2em;
}

.gallery-grid-title {
  padding: 10px;
}

.detail-view {
  padding: 50px 0px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.detail-view article .t {
  margin-top: 30px;
}

.bottom-border {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
}

.event-heading {
  font-size: 1.35em;
}

.article-body {
  font-size: 1.2em;
}

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

.tab-menu-true {
  overflow-x: auto;
}
.tab-menu-true .tab-navigation {
  text-align: center;
}
.tab-menu-true .tab-navigation li {
  background: none !important;
  float: none !important;
  display: inline-block;
}
.tab-menu-true .tab-navigation li a {
  background: none !important;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: #222 !important;
  text-align: center;
}
@media (max-width: 800px) {
  .tab-menu-true .tab-navigation li a {
    font-size: 0.9em;
  }
}
.tab-menu-true .tab-navigation li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #426fa8;
  margin: 0 auto;
  margin-top: 8px;
  display: none;
}
.tab-menu-true .tab-navigation li a:hover:after {
  display: block;
}
.tab-menu-true .tab-navigation .active a {
  color: #426fa8 !important;
}
.tab-menu-true .tab-navigation .active a:after {
  display: block;
}
.tab-menu-true .inline-navigation li {
  float: none !important;
  display: inline-block;
}
@media (max-width: 850px) {
  .tab-menu-true .adm-ul {
    width: 745px;
  }
}
@media (max-width: 850px) {
  .tab-menu-true .abt-ul {
    width: 520px;
  }
}

.tab-view-true {
  padding: 40px 0px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.tab-view-true .heading {
  font-weight: 700;
  color: #222;
  font-size: 1.3em;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 25px;
  line-height: 1.4em;
}
.tab-view-true p {
  font-size: 1.2em;
  line-height: 1.6em;
}
.tab-view-true b {
  font-size: 0.85em;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}

.admission-text .header-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.admission-text .title-s {
  font-size: 1.3em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 10px 0px;
}

.admission-text ul {
  list-style: disc;
  padding-left: 17px;
}
.admission-text ul li {
  font-size: 1.1em;
  margin: 7px 0px;
  line-height: 1.8em;
}

.admission-text table td,
.admission-text table tr {
  font-size: 0.95em;
}

.article-text ol li {
  font-size: 1.1em;
  margin: 7px 0px;
  line-height: 1.8em;
  padding-left: 10px;
}

.download-body {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  min-height: 60px;
  background: #fdfdfd;
  border: 1px solid #ddd;
}
.download-body:hover {
  background-color: #f5f5f5;
}
.download-body .download-box {
  width: 45px;
  border-left: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.download-body .download-caption {
  width: calc(100% - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}

.routine {
  height: auto;
  min-height: 250px;
  font-size: 1.15em;
}
.routine .tab {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  height: 40px;
  background-color: #eee;
  font-size: 0.9em;
  font-family: "Poppins", sans-serif;
}
.routine .tab:hover {
  background: #0f3b69;
  color: #fff;
  cursor: pointer;
}
.routine .active-tab {
  color: #fff;
  background-color: #426fa8;
}
.routine .tab-content {
  padding: 20px;
  min-height: 230px;
}
.routine .select-input {
  width: 250px;
  height: 45px;
  border: 1px solid #426fa8;
  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: 1.1em;
  color: #555;
}

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

.contact-form .form-group {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.contact-form .form-group label {
  color: #454545;
  font-size: 1.1em;
}
.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;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.contact-form .submit {
  background: #426fa8;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .contact-form .submit {
    width: 100%;
  }
}

.contact-heading {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-top: 7px;
}

.contact-details {
  padding: 20px 0px;
}
.contact-details .contact-style {
  line-height: 1.9em;
  font-size: 1.2em;
}
.contact-details .contact-style .fa {
  margin-right: 10px;
  color: #454545;
}

.social-media-icon {
  margin-bottom: 20px;
}

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

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

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

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

.insta:hover {
  color: #e4405f;
}

.youtube:hover {
  color: #cd201f;
}

#map {
  width: 100%;
  height: 400px;
  margin-top: 80px;
}

.main-footer {
  width: 100%;
  min-height: 200px;
  -webkit-box-shadow: 0 0 4px #eee;
  box-shadow: 0 0 4px #eee;
  background: #426fa8;
  color: #222;
  padding: 40px 0px;
  font-weight: 500;
}
.main-footer .footer-content {
  width: 888px;
  max-width: 98%;
  margin: 0 auto;
}
.main-footer .footer-content .footer-logo {
  width: 250px;
  margin: 0 auto;
}
.main-footer .footer-content p {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
}
@media (max-width: 700px) {
  .main-footer .footer-content p {
    font-size: 0.85em;
  }
}
.main-footer .footer-content .copy {
  font-family: "Bitter", serif;
  font-size: 0.95em !important;
  color: #454545;
  margin-top: 18px;
}

.quick-link {
  margin-top: 28px;
  margin-bottom: 18px;
}
.quick-link nav {
  text-align: center;
}
.quick-link nav a {
  text-align: center;
  color: #426fa8;
  font-size: 1.1em;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 500;
}
@media (max-width: 700px) {
  .quick-link nav a {
    font-size: 0.9em;
    margin-bottom: 10px;
  }
}
.quick-link nav a:hover {
  color: #426fa8;
}

.school-branch {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.school-branch .logo-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.school-branch .branch {
  margin: 1%;
  margin-top: 2%;
}
.school-branch .button-default {
  width: auto;
  height: auto;
  line-height: inherit;
  padding: 8px 10px;
}

.about-message {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
}
/* General Styles */
p {
  text-align: center;
}

.footer {
  background-color: #172e3f;
  min-height: 645px;
  padding: 59px 0;
  width: 100%;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }
}

/* Top Section */
.top-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

@media (max-width: 991px) {
  .top-section {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Heading Styles */
.heading {
  color: #fff;
  font: 300 40px/48px "Museo Sans", sans-serif;
}

/* Navigation Buttons */
.nav-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

@media (max-width: 991px) {
  .nav-buttons {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .nav-buttons {
    flex-direction: column;
  }
}

.nav-button {
  color: #172e3f;
  text-transform: uppercase;
  padding: 11px 25px;
  border-radius: 40px;
  text-decoration: none;
  white-space: nowrap;
  background-color: #8bb1de;
  font: 300 15px "Museo Sans", sans-serif;
}

/* Main Content Layout */
.main-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 68px;
}

@media (max-width: 991px) {
  .main-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .main-content {
    grid-template-columns: 1fr;
  }
}

/* School Logo */
.school-logo {
  width: 197px;
  height: auto;
  margin-bottom: 40px;
}

/* Contact Info */
.contact-info {
  color: #8bb1de;
  font: 14px/25.2px "Museo Sans", sans-serif;
}

.email-link {
  color: #d82c74;
  font-weight: 700;
  text-decoration: underline;
}

/* School Info Column */
.school-info-column {
  color: #fff;
  font: 14px/23.6px "Museo Sans", sans-serif;
}

.address {
  color: rgb(255, 255, 255);
  margin-top: 20px;
  font: 14px/23.6px "Museo Sans", sans-serif;
}

/* Footer Links */
.links-column {
  font: 14px/23.6px "Museo Sans", sans-serif;
  color: rgb(255, 255, 255);
}

.footer-link {
  color: #fff;
  text-decoration: underline;
}

/* Social Media Icons */
.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

@media (max-width: 640px) {
  .social-icons {
    justify-content: center;
  }
}

/* Powered by Section */
.powered-by {
  margin-top: 49px;
}

.powered-by-logo {
  width: 132px;
  height: auto;
}

/* Phone Links */
.phone-link {
  color: var(--button-text-color, #fff);
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  margin: 5px;
}

.phone-link:hover {
  background-color: var(--button-hover-bg-color, rgb(224, 224, 224));
}

/* Icon List */
.icon-list {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

@media (max-width: 640px) {
  .icon-list {
    justify-content: center;
  }
}

/* Branding Section */
.branding-container {
  margin-top: 49px;
}

.branding-image {
  width: 132px;
  height: auto;
}

/* Accessibility for Screen Readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Social Media Icons Styling */
.social-icon {
  font-size: 24px;
  transition: color 0.3s ease;
}

.social-icon[href*="facebook"] {
  color: #3b5998;
}

.social-icon[href*="instagram"] {
  color: #e1306c;
}

.social-icon[href*="twitter"] {
  color: #1da1f2;
}

.social-icon[href*="youtube"] {
  color: #ff0000;
}

.social-icon[href*="whatsapp"] {
  color: #25d366;
}

.social-icon:hover,
.social-icon:focus {
  filter: brightness(0.8);
}

/* Section Styling */
.section {
  margin: 1px auto 0 auto;
}

.section-heading {
  color: var(--button-text-color, #fff);
  margin-bottom: 10px;
}

/* Link List */
.link-list {
  font: 12px/33.6px "Museo Sans", sans-serif;
}

.link-item {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  padding: 0.5rem;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.link-item:focus {
  outline: 2px solid #000;
}

.link-item:hover {
  text-decoration-color: #fff;
}
