@import url(https://fonts.googleapis.com/);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Serif:wght@200;300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap);
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Flamenco:wght@300;400&family=Inconsolata:wght@200..900&family=Inter:wght@100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+KR:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Nova+Square&family=Pacifico&family=Playwrite+VN:wght@100..400&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
.goToTop {
  display: none;
  position: fixed;
  bottom: 45px;
  right: 50px;
  z-index: 99;
  font-size: 19px;
  border: none;
  outline: 0;
  background-color: #ba251e;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  padding: 5px 9px;
  transition: 0.6s ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.goToTop:hover {
  color: #fff;
}
.remove-back-top a.goToTop {
  display: none !important;
}
* {
  margin: 0;
  padding: 0;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://media.istockphoto.com/id/1218737747/vector/learning-online-e-learning-video-call-chat-with-class-distance-education.jpg?s=612x612&w=0&k=20&c=fFFwc3CTP4XtvmruZLiK8EzAbzvAxJL_kw5BsA7z7w8=");
  background-size: cover;
  background-position: center;
  opacity: 0.1; /* Adjust opacity as needed */
  z-index: -1;
}

ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  list-style-type: none;
}
body {
  font-family: Raleway, sans-serif;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}
a.trigger_popup {
  transform: rotate(270deg);
  position: fixed;
  top: 38%;
  right: -79px;
  z-index: 999;
  cursor: pointer;
  background-color: #fffa32;
  border-color: #fffa32;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 8px 20px;
  font-size: 17.5px;
  color: #161616;
  line-height: 1.33;
  font-weight: 700;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
a.trigger_popup:hover {
  color: #121212;
}
.modal_flyer {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
.modal_flyer button.close {
  position: absolute;
  top: 12px;
  right: -30px;
  font-size: 42px;
  color: #fff;
  opacity: 1;
  padding: 0 !important;
}
.modal_flyer button.close:hover {
  opacity: 1 !important;
}
@media (min-width: 576px) {
  .modal_flyer .modal-dialog {
    max-width: 550px;
    margin: 10px auto 0;
  }
}
.modal_flyer .modal-body {
  border: 5px solid #fff;
  border-radius: 6px;
}
.modal_flyer .modal-header {
  border: 0;
}
.modal_flyer .modal-body .owl-theme .owl-nav {
  margin-top: 0;
}
.modal_flyer .modal-body .owl-theme .owl-nav button.owl-next,
.modal_flyer .modal-body .owl-theme .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #000;
  background: #fff;
  font-size: 18px;
  text-shadow: 1px 0.5px #000;
  margin: auto;
  padding: 8px 2px;
  border-radius: 0;
}
.modal_flyer .modal-body .owl-theme .owl-nav button.owl-prev {
  left: -5px;
}
.modal_flyer .modal-body .owl-theme .owl-nav button.owl-next {
  right: -5px;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  transition: 0.2s;
}
.preloader .loader {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  transform: translateY(-43%);
  text-align: center;
  margin: 0 auto;
  transition: 0.6s;
}
.preloader .box {
  width: 100%;
  height: 100%;
  background: #fff;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}
.preloader .shadow {
  width: 100%;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}
.preloader::after,
.preloader::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  transition: 0.6s;
}
.preloader .box img {
  background: 0 0;
  width: 180px;
  border-radius: 4px;
}
.preloader::after {
  left: auto;
  right: 0;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}
.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0 0;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0);
  }
}
.top-navbar-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}
.ext-btn-group a svg,
.top-navbar-block ul.navbar-nav.top_navbar li a svg {
  width: 22px;
  fill: #fff;
  margin-right: 2px;
  position: relative;
  margin-top: -4px;
  border-radius: 50px;
  border: 1.5px solid #fff;
  padding: 2px;
}
.top-navbar-block ul.navbar-nav.top_navbar li a.nav-link {
  padding: 8px 12px 6px;
  font-size: 14.5px;
  font-family: "Roboto Serif", serif;
  font-weight: 400;
  border-right: 1px solid #717879;
  letter-spacing: 0.5px;
}
.top-navbar-block ul.navbar-nav.top_navbar li:last-child a.nav-link {
  border-right: 0;
}
.top-navbar-block nav.navbar {
  padding: 3px 0;
}
.main-navbar ul.main-navbar-nav li.nav-item a.nav-link {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 13px 12px 12px !important;
  color: #fff !important;
  letter-spacing: 1px;
  text-shadow: 1px 1px #000;
  font-family: "Roboto Serif", serif;
}
.main-navbar ul.main-navbar-nav li.nav-item.nav-item-menu a.nav-link {
  padding: 0 12px !important;
}
.main-navbar li.nav-item.nav-item-menu {
  position: absolute;
  right: 20px;
}
.main-navbar ul.main-navbar-nav li.nav-item-menu a.nav-link span {
  position: relative;
  top: 2px;
  right: -14px;
  background: #fff;
  color: #000;
  padding: 5px 16px;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 17px;
}
.main-navbar ul.main-navbar-nav li.nav-item a.nav-link i.menu-icon-img {
  z-index: 9;
  position: relative;
  color: #fff;
  font-size: 42px;
  padding: 3px 0 2px;
}
.main-navbar
  ul.main-navbar-nav
  li.nav-item.dropdown
  ul.dropdown-menu
  a.dropdown-item {
  font-size: 15.5px;
  font-weight: 500;
  color: #111;
  padding: 6px 14px;
  font-family: "Open Sans", sans-serif;
}
.main-navbar ul.main-navbar-nav li.nav-item.dropdown ul.dropdown-menu {
  border-left: 5px solid #015b37;
  border-radius: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.86);
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.main-navbar ul.main-navbar-nav .dropdown-item.active,
.main-navbar ul.main-navbar-nav .dropdown-item:active {
  background-color: #fff;
}
.main-navbar ul.main-navbar-nav .dropdown-item:focus,
.main-navbar ul.main-navbar-nav .dropdown-item:hover {
  background-color: rgba(239, 241, 255, 0.9);
}
:focus-visible {
  outline: -webkit-focus-ring-color auto 0;
}
.main-navbar ul.main-navbar-nav {
  width: 100%;
  margin-top: 8px;
}
.main-navbar .navbar {
  align-items: flex-start;
}
@media (min-width: 992px) {
  .main-navbar .navbar-expand-lg .navbar-collapse {
    display: grid !important;
  }
}
.main-navbar {
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  padding: 42px 30px 12px;
  background: linear-gradient(560deg, #5b3a20, transparent);
  transition: background-color 0.3s ease, padding 0.3s ease;
}

.main-navbar.sticky {
  position: fixed;
  top: 0;
  background: linear-gradient(150deg, #5b3a20 49%, #ffffff 100%);
  padding: 2px 15px;
  /* Reduce padding for a compact look when sticky */
}

.main-navbar a.navbar-brand.navbar-brand-logo2 {
  display: none;
}
/* img.navbar-brand-logo-img {
  width: 301px;
} */
ul.navbar-nav.linked-icons {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
ul.navbar-nav.linked-icons li a img {
  width: 100px;
}
ul.navbar-nav.linked-icons li a img.fit {
  width: 40px;
}
ul.navbar-nav.linked-icons li a {
  margin-right: 10px;
}
.main-navbar .navbar.fixed-top {
  background: #004372;
  padding: 8px 20px !important;
}
.main-navbar .navbar.fixed-top a.navbar-brand {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #004372;
  border-radius: 50%;
}
.main-navbar .navbar.fixed-top a.navbar-brand img.navbar-brand-logo-img {
  width: 100px;
  padding: 5px;
}
.main-navbar .navbar.fixed-top ul.main-navbar-nav {
  margin-top: 0;
}
.main-navbar .navbar.fixed-top ul.main-navbar-nav li.nav-item a.nav-link {
  font-size: 16px;
  padding: 4px 12px 4px !important;
}
.main-navbar
  .navbar.fixed-top
  ul.main-navbar-nav
  li.nav-item.nav-item-menu
  a.nav-link {
  padding: 0 12px !important;
}
.main-navbar
  .navbar.fixed-top
  ul.main-navbar-nav
  li.nav-item
  a.nav-link
  i.menu-icon-img {
  font-size: 40px;
  padding: 0;
  top: -3px;
}
.mydiv {
  display: none;
  height: 100%;
  z-index: 99;
  position: relative;
}
.main-header {
  position: relative;
  z-index: 9999;
}
.navigation {
  position: fixed;
  right: 0;
  height: 100%;
  z-index: 9999999;
  top: 0;
  visibility: hidden;
  transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  transform: translateX(200%);
  width: calc(100% + 0px);
  background: #111;
  overflow: hidden;
  overflow-y: scroll;
}
.navigation.open-nav {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transform: translateX(0);
}
.navigation:before {
  background: #6f4a00;
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 0;
  top: 0;
  width: 100%;
  transform: translateY(-300px);
  transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  display: none;
}
.navigation.open-nav:before {
  transform: translateY(0);
}
img.navigation-bg-img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  border-top-right-radius: 100px;
}
.navigation nav {
  display: table;
  margin: 0;
  text-align: left;
  width: 100%;
  height: 100vh;
  padding: 30px 30px 0 30px;
}
.navigation nav ul.main-ul {
  position: relative;
  width: 340px;
  float: right;
  /* margin-bottom: 50px; */
  margin-top: 25px;
  border-left: 3px dashed #222;
  padding: 12px;
  padding-right: 0;
}
.ext-btn-group {
  position: relative;
  z-index: 99;
  margin-top: 40px;
  text-align: right;
  background: #1e1e1e;
  padding: 0;
  margin-right: 20px;
}
.ext-btn-group a:hover {
  color: #fff;
}
.ext-btn-group a.ext-btn3 {
  background: #b7261b;
}
.ext-btn-group a {
  color: #f1f1f1;
  font-family: "Roboto Serif", serif;
  padding: 8px 14px;
  display: inline-block;
  font-size: 17px;
  transition: 0.6s ease-in-out;
}
.ext-btn-group a.ext-btn2 {
  border-left: 1px solid #404040;
}
.navigation nav:after {
  content: "";
  width: 100%;
  display: table;
  margin: 0;
  text-align: left;
  width: 100%;
  background: #111;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.navigation nav .navbar-brand.brand-logo,
.navigation nav ul {
  position: relative;
  z-index: 1;
}
.navigation:after {
  position: absolute;
  content: "";
  top: 0;
  right: -280px;
  height: 100%;
  width: 320px;
  background: #fffb78;
  padding: 150px 30px 30px 30px;
  z-index: 0;
  display: none;
}
.navigation nav .btn-group {
  position: relative;
  margin-top: 10px;
  z-index: 1;
  padding: 10px 15px;
}
.socials {
  z-index: 99;
  position: relative;
  left: 0;
  display: inline-block;
  margin-top: 12px;
}
.socials a {
  display: inline-block;
  margin: 0 6px 0 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 3px 7px 3px 8px;
  border-radius: 50%;
}
.navigation nav .socials p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.submenu-wrap ul {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-in-out;
  display: none;
}
.submenu-wrap ul.hoverShowing {
  display: block;
}
.submenu-wrap ul li a {
  font-size: 16px;
  padding: 6px 10px;
  display: inline-block;
  color: #000;
  text-transform: capitalize;
}
.navigation nav ul ul,
.navigation nav > ul {
  padding-top: 0;
  position: relative;
}
.navigation nav > ul > li {
  transition: 0.4s ease-in-out;
  opacity: 0;
  padding-left: 10px;
}
.navigation nav > ul > li > a {
  position: relative;
}
.navigation nav > ul > li > a:after,
.navigation nav > ul > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 14px);
  transition: 0.4s ease-in-out;
  display: none;
}
.navigation nav > ul > li > a:before {
  height: 15px;
  width: 15px;
  border: 2px solid #fffdb2;
  border-radius: 50%;
  z-index: 1;
  background: #004372;
  display: none;
}
.navigation nav > ul > li:not(:last-child) > a:after {
  height: 100%;
  width: 3px;
  background: #fffdb2;
  top: 10px;
  left: 5.5px;
  z-index: 0;
  display: none;
}
.navigation nav > ul > li.nav_active > a:before,
.navigation nav > ul > li > a:hover:before {
  background: #fffdb2;
}
.navigation.open-nav nav > ul > li {
  opacity: 1;
  line-height: normal;
}
.navigation nav > ul > li > a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 8px 20px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Roboto Serif", serif;
  letter-spacing: 0.5px;
}
.navigation nav > ul > li.nav_active > a {
  color: #fffd9f;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}
.navigation nav ul ul li a {
  color: #fffd9f;
  padding: 6px 20px;
  font-size: 17px;
  line-height: 25px;
  display: block;
  font-weight: 300;
  font-family: "Roboto Serif", serif;
  position: relative;
  letter-spacing: 0.5px;
}
.navigation nav ul ul li a:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  border-radius: 50%;
  border: 7px double #fffd9f;
}
@media screen and (min-width: 767px) {
  .navigation nav ul ul {
    position: absolute;
    right: 340px;
    padding: 12px;
    height: 100%;
    top: 0;
    opacity: 0;
    width: 310px;
    visibility: hidden;
    transform: translateY(0);
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }
  .navigation nav ul ul:after {
    content: "";
    right: -16px;
    top: 0;
    border-top: 26px solid transparent;
    border-bottom: 0 solid transparent;
    position: absolute;
    border-left: 16px solid #cac6c6;
    display: none;
  }
  .navigation nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navigation nav ul ul li a {
    color: #fff;
    padding: 8px 25px;
  }
}
.navigation nav ul li.nav_active ul,
.navigation nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
.close-nav-panel {
  position: absolute;
  right: 13px;
  top: 8px;
  z-index: 99;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.close-nav-panel span {
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto Serif", serif;
  letter-spacing: 0.5px;
  font-size: 16px;
}
.navigation a img {
  width: 350px;
}
.navigation a.navbar-brand.brand-logo.desk-menu-logo {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -190px;
  filter: opacity(0.05);
  margin: 0;
  cursor: auto;
  z-index: 9;
}
.fixed-social-icons {
  position: fixed;
  top: 35%;
  transform: translate(0, -50%);
  right: 0;
  z-index: 999;
}
.fixed-social-icons nav ul li a {
  color: #fff;
  font-size: 20px;
  padding: 3px 5px 3px 15px;
  margin: 8px 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  display: block;
  transition: 0.6s ease-in-out;
}
.fixed-social-icons nav ul li a i {
  padding-right: 8px;
}
.fixed-social-icons nav ul li a.youtube,
.socials a.youtube {
  background: #ff2121;
}
.fixed-social-icons nav ul li a.instagram,
.socials a.instagram {
  background: linear-gradient(30deg, #de1130, #8e4bc3);
}
.fixed-social-icons nav ul li a.facebook,
.socials a.facebook {
  background: #4267b2;
}
.fixed-social-icons nav ul li a.twitter,
.socials a.twitter {
  background: #1c9cea;
}
.fixed-social-icons nav ul li a.linkedin,
.socials a.linkedin {
  background: #2464ad;
}
.fixed-social-icons nav ul li a span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto Serif", serif;
  position: relative;
  top: -3px;
}
.fixed-social-icons nav ul li {
  transform: translateX(80px);
  transition: 0.2s ease-in-out;
}
.fixed-social-icons nav ul li:hover {
  transform: translateX(0);
}
.main-slider {
  overflow: hidden;
  position: relative;
}
.main-slider img.carousel-img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  animation: pulse 12s infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.main-slider .carousel-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/stripe-overlay.png), rgba(0, 0, 0, 0.5);
  background: #000;
  z-index: 2;
  opacity: 0.3;
}
.main-slider .carousel-button {
  position: absolute;
  bottom: 5%;
  right: 6%;
}
.main-slider button.carousel-control-next i,
.main-slider button.carousel-control-prev i {
  font-size: 22px;
  color: #fff;
  padding: 6px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.main-slider button.carousel-control-prev {
  left: auto;
  opacity: 1;
  z-index: 99;
  top: auto;
  width: 0;
  position: relative;
  display: inline-block;
  margin: 0 20px;
}
.main-slider button.carousel-control-next {
  right: auto;
  opacity: 1;
  z-index: 99;
  top: auto;
  width: 0;
  position: relative;
  display: inline-block;
  margin: 0 20px;
}
.main-slider .carousel-caption {
  right: auto;
  left: 4%;
  text-align: left;
  padding: 0;
  bottom: 4%;
  width: 70%;
  display: flex;
}
.main-slider .carousel-caption h5:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #fff !important;
  content: "";
}
.main-slider .carousel-caption h5:after {
  position: absolute;
  left: 10px;
  top: 0;
  height: 70%;
  width: 2px;
  background-color: #fff !important;
  content: "";
}
.main-slider .carousel-caption h5 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
  text-shadow: 2px 2px #000;
  letter-spacing: 3px;
  font-family: "Roboto Serif", serif;
  color: #fff;
  position: relative;
  padding-left: 30px;
  margin: auto 0;
}
.slider-main {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
#myVideo {
  position: relative;
  width: 100%;
}
.admissions-btn {
  background-color: #fffa50;
  text-align: center;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  height: 100%;
  padding: 3px 0;
  position: relative;
  right: -15px;
  animation-name: example;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes example {
  0% {
    background-color: #fff700;
  }
  50% {
    background-color: #fff91d;
  }
  100% {
    background-color: #bdb80a;
  }
}
.admissions-btn a {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto Serif", serif;
  font-weight: 600;
  padding: 2px 0;
  display: block;
}
.external_links_block {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.external_links_block .item a img {
  padding: 12px 6px;
}
.external_links_block .item {
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
section {
  padding: 18px 0;
  position: relative;
}
.homepage-about-section {
  position: relative;
  padding: 0 40px;
}
.homepage-about-section h1.main-heading {
  color: #002d4e;
}
.homepage-about-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url("../cjm-images/favicon.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  filter: grayscale(1);
  background-size: contain;
}
img.icon-shape {
  width: 90px;
  position: relative;
  margin-bottom: 12px;
}
h1.main-heading,
h4.main-heading.mob-main-heading {
  font-size: 38px;
  line-height: 52px;
  color: #222;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
  font-family: "Roboto Serif", serif;
  font-weight: 500;
  text-align: start;
}
h1.main-heading small {
  font-size: 60%;
  font-weight: 500;
}
p.main-para {
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 14px;
  position: relative;
  letter-spacing: 0.3px;
}
a.main-link {
  margin-top: 30px;
  background: linear-gradient(150deg, #052b67 49%, #ffffff 100%);
  display: inline-block;
  color: white;
  padding: 9px 25px 7px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  border: 1.5px solid #262626;
  transition: 0.6s ease-in-out;
}
a.main-link:hover {
  opacity: 0.9;
}
a:hover {
  text-decoration: none;
}
.bg1 {
  background: #f1f1f1;
}
.get_direction {
  padding: 50px 0 115px 0;
  position: relative;
  background: #f1f1f1;
}
.get_direction:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/get-direction.jpg) no-repeat fixed center
    center/cover;
  opacity: 0.08;
}
form.get-directions {
  position: relative;
  z-index: 9;
}
.get-directions .input-group-prepend span {
  background: #035937;
  color: #fff;
  font-size: 38px;
  padding: 8px 10px;
  border: 0;
}
.get-directions input.form-control {
  height: 60px;
  font-size: 22px;
  font-weight: 600;
  padding: 8px 16px;
}
.get-directions button img {
  width: 38px;
}
.get-directions button {
  border: 0;
}
.get-directions button {
  background: #ba231f;
}
.get-directions button:active,
.get-directions button:focus,
.get-directions button:hover {
  background: #ba231f;
}
.get-directions .btn-outline-secondary:not(:disabled):not(.disabled).active,
.get-directions .btn-outline-secondary:not(:disabled):not(.disabled):active,
.get-directions .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ba231f;
  border-color: #ba231f;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: none;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.get-directions .form-control:focus {
  border-color: #ededed;
  box-shadow: none;
}
.get_direction h1.main-heading {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 16px;
}
.calToAction {
  padding: 0 8%;
}
.calToAction .container {
  padding: 20px 30px;
  background: #004372;
  position: relative;
  margin-bottom: -50px;
  border-radius: 60px;
  box-shadow: 10px 10px 0 #285372;
  margin-top: -60px;
}
.visit-media i {
  font-size: 64px;
  color: #fff;
  vertical-align: middle;
}
.visit-media .visit-content {
  line-height: normal;
  padding-left: 72px;
  padding-top: 4px;
  vertical-align: middle;
}
.calToAction h2,
.calToAction p {
  color: #fff;
}
.calToAction h2 {
  margin-bottom: 2px;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.calToAction p {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.calToAction a {
  font-size: 19.5px;
  background: #fff;
  color: #000;
  margin-left: 12px;
  border-radius: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.calToAction a.custom-btn1 {
  background: #fbfcb2;
}
.custom-btn {
  background: #efb440;
  display: inline-block;
  color: #000;
  padding: 5px 20px 4px;
  border-radius: 0;
  transition: 0.3s;
  font-weight: 600;
}
.school-tour {
  position: relative;
  background: url(../cjm-images/cjmFull.png);
  height: 560px;
  background-position: center;
  background-size: cover;
  border-radius: 519px;
  border: 20px solid #f1f1f1;
}
.school-tour svg {
  position: absolute;
  fill: #f1f1f1;
  width: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.school-tour-content {
  padding: 40px 35px;
  background: #fff;
  position: absolute;
  top: 50%;
  opacity: 0.7;
  max-width: 530px;
  right: 30%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translate(50%, -50%);
}
.school-tour-img img {
  position: absolute;
  bottom: 20px;
  width: 200px;
  right: 20px;
  filter: opacity(0.2);
}
.playbtn {
  position: absolute;
  top: 50%;
  left: 26%;
  transform: translate(-50%, -50%);
}
.play-btn {
  width: 85px;
  height: 85px;
  background: radial-gradient(#ba231f 60%, #fff 65%);
  border-radius: 50%;
  position: relative;
  display: block;
  box-shadow: 0 0 25px 3px #ba231f;
}
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  animation-delay: 0s;
  animation: pulsate1 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}
@keyframes pulsate1 {
  0% {
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, 0.75),
      0 0 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
a.explore-video-link {
  font-size: 17px;
  text-transform: capitalize;
  color: #b6221d;
  font-weight: 500;
  display: inline-block;
}
.social-icons ul {
  display: flex;
  margin-bottom: 0;
}
.gallery-section-box img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.6s ease-in-out;
  transform: scale(1);
}
.gallery-section:hover .gallery-section-box img {
  transform: scale(1.2);
}
.gallery-section-box {
  border: 8px solid #cdcdcd;
  position: relative;
  overflow: hidden;
}
.gallery-section {
  margin: 0 4px;
}
.gallery-section-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #000;
  opacity: 0.1;
}
.gallery-section-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 20px;
  width: 100%;
  z-index: 99;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  transition: 0.6s ease-in-out;
}
.gallery-section:hover .gallery-section-box-content {
  padding: 50px 20px;
}
.gallery-section h1 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Roboto Serif", serif;
  position: relative;
  text-align: center;
}
.gallery-section h1:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 4px;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.gallery-section h1:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 4px;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.gallery-section-box h2 {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 9;
  font-size: 26px;
  margin-bottom: 0;
  text-align: center;
  background: rgba(186, 35, 31, 0.9);
  color: #fffec7;
  padding: 5px;
  font-family: "Roboto Serif", serif;
  border: 1.8px solid #fffec7;
  border-radius: 4px;
  font-weight: 500;
}
.gallery-section-box h2 small {
  font-size: 42%;
  text-transform: uppercase;
  color: #fff;
}
.gallery-homepage {
  height: 480px;
  background: #004372;
  padding: 90px 20px 30px 30px;
  -webkit-clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 98%);
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 89%);
  margin-right: 10px;
  border-right: 10px solid #003860;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.gallery-homepage p.main-text {
  font-weight: 400;
}
.gallery-homepage i.las.la-photo-video {
  position: absolute;
  top: -6px;
  font-size: 160px;
  opacity: 0.1;
  right: 5px;
  color: #fff;
}
h1.sub-heading {
  font-size: 38px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600;
  color: #333;
}
p.main-text {
  text-align: justify;
  font-size: 19.5px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #000;
  letter-spacing: 0.3px;
}
p.main-text b {
  font-weight: 500;
}
.gallery-homepage a.explore-video-link {
  color: #fdfbb7;
}
.homepageGallery .owl-theme.gallery_carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translate(200%, -50%);
  transition: 0.6s ease-in-out;
  opacity: 0;
}
.homepageGallery {
  position: relative;
  overflow: hidden;
}
.homepageGallery:hover .owl-theme.gallery_carousel .owl-nav {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.owl-theme.gallery_carousel .owl-nav button.owl-prev {
  display: none;
}
.owl-theme.gallery_carousel .owl-nav button.owl-next,
.owl-theme.gallery_carousel .owl-nav button.owl-prev {
  background: #fff;
  padding: 2px 20px 6px;
  font-size: 30px;
  color: #b8302c;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.news_updates {
  background: #b7261b;
  position: relative;
  border-radius: 50px;
  margin: 0px 74px 1px;

  /* margin: -55px 30px 14px; */
}
.news_updates marquee {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto Serif", serif;
  font-weight: 400;
  padding: 8px 0 0;
}
.news_updates marquee span {
  color: #ffffff;
  font-size: 17px;
  padding: 1px 4px;
  border-radius: 4px;
  font-weight: 500;
  position: relative;
  top: -7px;
  margin-right: 4px;
}
.news_updates marquee p {
  display: inline-block;
}
.news_updates marquee p {
  display: inline-block;
  border-right: 2px solid #fff;
  padding: 0 12px;
}
.news_updates marquee p a {
  color: #fff;
  transition: 0.6s ease-in-out;
}
.news_updates marquee p a:hover {
  color: #fffb61;
}
.news_updates marquee p:last-child {
  border-right: 0;
}
@media screen and (max-width: 700px) {
  .news_updates marquee span {
    font-size: 12px;
  }
  .news_updates marquee {
    color: #fff;
    font-size: 18px;
    line-height: 16px;
    font-family: "Roboto Serif", serif;
    font-weight: 400;
    padding: 8px 0 0;
  }
}
.print_updates {
  position: relative;
  background-color: rgba(0, 0, 0, 0.6); 
  border-radius: 50px;
  margin: -187px 30px 14px;
  padding: 20px;
}

.print-h {
  width: 14%;
  padding-right: 15px;
  display: inline-block; /* Ensure that it only takes space when visible */
}

.print_updates h1 {
  color: white;
  padding-left: 12px;
  font-family: "Roboto Serif", serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contentr {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
  background: transparent;
  padding: 4px 20px;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-left: 12px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .print_updates {
    background: #004372;
    display: none;
  }

  .print-h {
    display: none; /* Hide the image on small screens */
  }

  .print_updates h1 {
    font-size: 1.2rem;
    padding-left: 0;
  }

  .contentr {
    font-size: 14px;
    margin-left: 10px;
    padding: 4px 15px;
  }
}

@media (max-width: 576px) {
  .print_updates {
    margin: -100px 20px 10px;
  }

  .print_updates h1 {
    font-size: 1.1rem;
  }

  .contentr {
    font-size: 12px;
    padding: 4px 12px;
  }
}

.our-toppers {
  background: #004372;
  position: relative;
  padding: 70px 0 90px;
}
.our-toppers:before,
.sub-hero-section:before {
  background: url(../images/books-pattern.png);
  background-position: center;
  background-size: 50%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.04;
}
.our-toppers h1.main-heading span {
  display: inline-block;
  position: relative;
  top: 23px;
}
.cbse-block-head {
  display: flex;
  justify-content: space-between;
}
.owl-theme.results-block .owl-nav {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 0;
  background: #fff;
}
.cbse-block2 .owl-theme.results-block .owl-nav {
  right: auto;
  left: auto;
}
.owl-theme.results-block .owl-nav button.owl-next,
.owl-theme.results-block .owl-nav button.owl-prev {
  background: #004372;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  padding: 2px 0 4px;
  transform: translateX(0);
  opacity: 1;
  transition: 0.6s ease-in-out;
  width: 50%;
  margin: auto;
  border-radius: 0;
}
.owl-theme.results-block .owl-nav button.owl-next {
  text-align: right;
}
.owl-theme.results-block .owl-nav button.owl-prev {
  text-align: left;
}
.owl-theme.results-block .owl-nav button.owl-next:hover,
.owl-theme.results-block .owl-nav button.owl-prev:hover {
  color: #fffdb2;
}
.view-all-result {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.view-all-result a {
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 6px 20px 5px;
  font-size: 16px;
  border: 1.5px dotted #fff;
  transition: 0.6s ease-in-out;
  border-radius: 50px;
}
.view-all-result a:hover {
  color: #fff;
}
.result-text {
  height: 44px;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  overflow: hidden;
}
.results-box {
  background: #fff;
  text-align: center;
  padding: 8px;
  border: 1.5px dotted #004372;
}
.result-text h2 {
  font-size: 14px;
  margin-bottom: 0;
  color: #b7261b;
  font-weight: 500;
  line-height: 22px;
  font-family: "Roboto Serif", serif;
  text-transform: capitalize;
}
.results-box p {
  font-size: 15px;
  margin-bottom: 0;
  color: #121212;
  font-weight: 400;
  font-family: "Open Sans", san-serif;
  border: 2px dotted #004372;
  display: inline-block;
  padding: 0 10px;
  border-radius: 30px;
  position: relative;
  top: -14px;
  background: #fffdb2;
  border-top: 0;
}
.results-box img {
  width: 100px !important;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border: 2px dotted #004372;
}
.our-toppers h1.sub-head span {
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
  color: #c5e7ff;
  padding: 10px;
  position: relative;
  filter: opacity(0.5);
  font-family: "Roboto Serif", serif;
}
section.sub-about-section {
  padding: 0 1px 0 !important;
}
.sub-about-box {
  padding: 3px 2px;
  cursor: pointer;
}
.sub-about-box:hover img {
  -o-object-position: left;
  object-position: left;
  transform: scale(1.2);
}
.sub-about-box img {
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.6s ease-in-out;
  -o-object-position: center;
  object-position: center;
  transform: scale(1);
}
.sub-about-box-content {
  position: absolute;
  bottom: 0;
  padding: 150px 20px 30px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
}
.sub-about-box-content h1:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 22%;
  height: 3px;
  background: #fff;
}
.sub-about-box-content h1 {
  color: #fff;
  font-family: "Roboto Serif", serif;
  font-weight: 500;
  font-size: 30px;
  text-shadow: 1px 1px #000;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  position: relative;
}
.sub-about-box-content h2 {
  color: #fffdb2;
  font-family: "Roboto Serif", serif;
  font-size: 48px;
  margin-bottom: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.sub-about-block:hover .sub-about-box-content p {
  opacity: 1;
}
.sub-about-box-content p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 16px;
  opacity: 0;
  transition: 0.6s ease-in-out;
}
.sub-about-block:hover .sub-about-box-content a {
  background: #fff;
  color: #b7261b;
}
.sub-about-box-content a {
  background: 0 0;
  color: #fff;
  border: 2px solid #fff;
  padding: 2px 8px;
  font-size: 22px;
  display: inline-block;
  transition: 0.6s ease-in-out;
}
.sub-about-block {
  position: relative;
  overflow: hidden;
}
.sub-about-block:hover .sub-about-box-content1 {
  transform: translateY(0);
}
.sub-about-block .sub-about-box-content1 {
  transform: translateY(70px);
  transition: 0.6s ease-in-out;
}
section.sub-hero-section {
  background: #004372;
  padding: 79px 0 19px;
  margin: 0px 0 0;
}
section.sub-hero-section lord-icon {
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 97px;
}
.sub-hero-shape {
  width: 100%;
  height: 116px;
  background: #004372;
  position: absolute;
  top: -17%;
  left: 0;
  border-radius: 1%;
}

.sub-hero-box {
  padding: 0 10px;
  height: 560px;
  position: relative;
  overflow: hidden;
}
.sub-hero-box-info {
  padding: 30px 0 0;
  position: relative;
  overflow: hidden;
}
.sub-hero-box-info h1 {
  font-family: "Roboto Serif", serif;
  color: #c5e7ff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 0;
}
.sub-hero-box-info svg {
  width: 80px;
  fill: #fff;
  position: absolute;
  top: 14px;
  right: 20px;
  opacity: 0.2;
}
.sub-hero-box-data img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  -webkit-clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
  transition: 0.6s ease-in-out;
  border: 4px solid #fff;
  border-top: 0;
}
.sub-hero-box-data:hover img {
  -o-object-position: left;
  object-position: left;
}
.sub-hero-section1 .col-lg-3 {
  flex: 0 0 20%;
  max-width: 20%;
}
.col-lg-3:nth-child(1) .sub-hero-box-data img {
  height: 350px;
}
.col-lg-3:nth-child(2) .sub-hero-box-data img {
  height: 380px;
}
.col-lg-3:nth-child(3) .sub-hero-box-data img {
  height: 410px;
}
.col-lg-3:nth-child(4) .sub-hero-box-data img {
  height: 440px;
}
.col-lg-3:nth-child(5) .sub-hero-box-data img {
  height: 470px;
}
.col-lg-3:nth-child(1) .sub-hero-box-info {
  height: 220px;
}
.col-lg-3:nth-child(2) .sub-hero-box-info {
  height: 190px;
}
.col-lg-3:nth-child(3) .sub-hero-box-info {
  height: 160px;
}
.col-lg-3:nth-child(4) .sub-hero-box-info {
  height: 130px;
}
.col-lg-3:nth-child(5) .sub-hero-box-info {
  height: 100px;
}
.sub-hero-box-content i {
  position: absolute;
  bottom: 20px;
  right: 25px;
  color: #fffa50;
  background: #b7261b;
  border: 2px solid #fff;
  padding: 8px;
  border-radius: 50%;
  font-size: 22px;
}
.news-section-block {
  position: relative;
  border-bottom: 0;
  overflow: hidden;
  margin-right: 30px;
}
.news-section-block:hover .news-section img {
  transform: scale(1.1);
}
.news-section img {
  height: 510px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  transition: 0.6s ease-in-out;
  transform: scale(1);
}
.news-section-content {
  padding: 20px;
  background: #fff;
  position: absolute;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  bottom: 8%;
  left: 5%;
  width: 90%;
}
.news-section-content h1 {
  font-size: 21px;
  color: #111;
  line-height: 28px;
  font-family: "Roboto Serif", serif;
  font-weight: 600;
  margin-bottom: 6px;
}
.news-section-content p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  letter-spacing: 0.3px;
}
.news-section {
  position: relative;
}
.news-section h6 {
  font-size: 13px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  position: absolute;
  top: 8%;
  left: 5%;
  background: rgba(255, 255, 255, 0.9);
  color: #ba231f;
  padding: 10px;
  z-index: 99;
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
}
.news-section h6 span {
  display: block;
  font-size: 46px;
  font-weight: 700;
  line-height: 44px;
  font-family: "Roboto Serif", serif;
}
.news-section-content h6 i {
  font-size: 15px;
  position: relative;
  top: 1px;
}
.news_carousel {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.news_carousel li {
  width: 50%;
  padding: 6px;
}
.news-thumbnails-view {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
}
.news-section-thumbnails {
  background: #fff;
  border: 1px solid #dfdfdf;
  height: 100%;
  position: relative;
}
.news-section-thumbnails2 {
  outline: 1.5px dashed #fffee7;
  outline-offset: -15px;
  background: rgba(0, 67, 114, 0.5490196078);
}
.news-section-thumbnails2:hover h1 {
  color: #fffee7;
}
.news-thumbnails-view h1 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  transition: 0.6s ease-in-out;
}
.news-thumbnails:hover img {
  transform: scale(1.1);
}
.news-thumbnails img {
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  transition: 0.6s ease-in-out;
  transform: scale(1);
}
.news-thumbnails-content h1 {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  font-weight: 600;
  font-family: "Roboto Serif", serif;
  margin-bottom: 0;
  height: 45px;
  overflow: hidden;
}
.news-thumbnails-img {
  overflow: hidden;
}
.news-thumbnails-content h6 {
  font-size: 12px;
  color: #4e4e4e;
  margin-bottom: 1px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.news-thumbnails-content {
  padding: 12px;
}
.news_carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(0, -50%) rotate(-90deg);
  margin-top: 0 !important;
}
.news_carousel.owl-theme button.owl-next,
.news_carousel.owl-theme button.owl-prev {
  background: #ba231f !important;
  padding: 0 12px !important;
  color: #fff !important;
  font-size: 17px !important;
}
.homepageNews h1.main-heading {
  font-size: 60px;
  text-align: right !important;
  color: #ba231f;
  opacity: 0.9;
}
h1.subHeading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
  background: #e55f55;
  width: 7%;
  height: 4px;
}
h1.subHeading {
  font-size: 34px;
  margin-bottom: 12px;
  line-height: 44px;
  padding-left: 50px;
  position: relative;
}
.homepageCalendar {
  padding-top: 12px;
}
.calendar-block {
  padding: 20px 16px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  min-height: 246px;
}
.calendar-block h1 {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: rotate(180deg) translate(0, 50%);
  font-size: 52px;
  font-family: "Roboto Serif", serif;
  font-weight: 600;
  color: #000;
  writing-mode: vertical-rl;
  opacity: 0.2;
}
.calendar-block-box {
  padding-left: 40px;
  position: relative;
}
.calendar-block-box ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
}
.calendar-block-box ul li {
  width: 46%;
  text-align: center;
  border: 1px solid #cdcdcd;
  border-radius: 12px;
  padding: 10px 12px 30px;
  position: relative;
  margin: 0 2%;
  background: #fff;
}
.calendar-block-box ul li b {
  display: block;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto Serif", serif;
  border-bottom: 1px solid #cfcfcf;
}
.calendar-block-box ul li span {
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  font-family: "Roboto Serif", serif;
  color: #004372;
  filter: opacity(0.8);
}
.calendar-block-box ul li:nth-child(2) span {
  color: #ba231f;
}
.calendar-block-box ul li:nth-child(1) small {
  background: #004372;
}
.calendar-block-box ul li small {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ba231f;
  color: #fff;
  font-family: "Roboto Serif";
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  filter: opacity(0.8);
}
.calendar-block p,
.calendar_carousel .item p {
  font-size: 17px;
  font-family: "Roboto Serif", serif;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 25px;
  color: #000;
}
.owl-carousel.calendar_carousel .owl-stage {
  height: 100%;
  background: #f7f7f7;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.calendar-block-fixed p {
  color: #fff;
}
.calendar-block-fixed svg {
  fill: #fff;
  width: 140px;
  position: absolute;
  opacity: 0.1;
  top: -30px;
  left: -18px;
}
.calendar-block-fixed h1 {
  color: #fff;
}
.calendar-block-fixed {
  background: #004372;
  padding: 65px 25px;
  border: 0;
  height: 100%;
}
.calendar-block-fixed h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 25px;
  height: 2px;
  background: #fffdbd;
}
.calendar-block-fixed h2 {
  color: #fffdbd;
  font-family: "Roboto Serif", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 30px;
}
.owl-theme.calendar_carousel .owl-nav button.owl-next,
.owl-theme.calendar_carousel .owl-nav button.owl-prev {
  background: #464646;
  color: #fff;
  padding: 0 12px 2px;
  font-size: 22px;
  opacity: 0.7;
  transition: 0.6s ease-in-out;
}
.owl-theme.calendar_carousel .owl-nav button.owl-next:hover,
.owl-theme.calendar_carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
}
.school-calendar-box {
  margin-top: 15px;
  padding: 0 0 0 30px;
}
.homepageCalendars a.explore-video-link {
  color: #000;
  padding: 12px 16px;
  border-radius: 40px;
  line-height: 20px;
  font-size: 16px;
  opacity: 1;
}
.homepageCalendar h1.main-heading {
  font-size: 42px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.virtualTour button.close {
  position: absolute;
  top: -12px;
  color: #fff;
  right: -40px;
  z-index: 99;
  opacity: 1;
  font-size: 50px;
  text-shadow: 2px 0 #fff;
  padding: 0;
}
.virtualTour iframe {
  margin-bottom: -7px;
  height: 550px;
}
.virtualTour .modal-header {
  border-bottom: 0;
}
.modal.virtualTour {
  background: #004372;
}
.modal.virtualTour:before {
  background: url(../images/books-pattern.png);
  background-position: center;
  background-size: 50%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.04;
}
.inner-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.inner-banner-of {
  position: relative;
  overflow: hidden;
}
.inner-banner {
  height: 100vh;
  position: relative;
  animation: zoom-in-zoom-out 10s ease-in-out 1;
}
.inner-banner img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.inner-banner-content {
  background: #f1f1f1;
  padding: 17px 0 0;
  position: relative;
  margin-top: -117px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}
.inner-banner-content h1 {
  color: #121212;
  font-family: "Roboto Serif", serif;
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 0;
  font-style: italic;
}
.inner-banner-content h6:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translate(0, -50%);
  width: 30px;
  height: 2px;
  background: rgba(183, 38, 27, 0.7490196078);
}
.inner-banner-content h6:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translate(0, -50%);
  width: 30px;
  height: 2px;
  background: rgba(183, 38, 27, 0.7490196078);
}
.inner-banner-content h6 {
  color: #b7261b;
  text-transform: uppercase;
  font-family: "Roboto Serif", serif;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
  position: relative;
  display: inline-block;
}
section.inner-page-sec figure.media img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}
section.inner-page-sec .content-text {
  background: #fff;
  /* max-width: 560px; */
  width: 100%;
  padding: 50px 35px 40px;
  box-shadow: -20px 20px 0 #f8f8f8;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  float: right;
  height: 100%;
  border: 2px solid #efefef;
  z-index: 9;
}
section.inner-page-sec .content-text h3 {
  color: #b7261b;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  font-family: "Roboto Serif", serif;
  position: relative;
  font-weight: 500;
}
section.inner-page-sec figure.media {
  position: sticky;
  top: 0;
}
section.inner-page-sec .content-text p {
  color: #000;
  /* font-size: 19.5px; */
  line-height: 31px;
  margin-bottom: 0;
  margin-top: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-align: justify;
}
section.inner-page-sec .content-text p b {
  font-weight: 600;
}
.innerCalToAction {
  padding-top: 100px;
  background: #f1f1f1;
}
.content-text-intro {
  position: absolute;
  bottom: 12%;
  left: 0;
  background: #003860;
  padding: 10px 40px 10px 30px;
  border: 8px solid #004372;
  border-left: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.content-text-intro h2 {
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 0;
  font-style: italic;
  letter-spacing: 0.3px;
}
.content-text-intro h2 small {
  font-size: 70%;
  font-weight: 400;
}
section.inner-page-sec.inner-page-sec2 .content-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  float: left;
  box-shadow: 20px 20px 0 #f8f8f8;
}
section.inner-page-sec.inner-page-sec2 .content-text h3 {
  color: #003860;
}
section.inner-page-sec.inner-page-sec2 .content-text h3:before {
  background: #003860;
}
section.inner-page-sec.inner-page-sec2 .content-text-intro {
  right: 0;
  left: auto;
  background: #fff;
  border: 10px solid #f1f1f1;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 10px 30px 10px 40px;
}
section.inner-page-sec.inner-page-sec2 .content-text-intro h2 {
  color: #111;
  font-weight: 600;
}
section.inner-page-sec.inner-page-sec2 .content-text-intro h2 small {
  font-weight: 600;
}
section.about-awards {
  overflow: hidden;
}
.about-awards-content {
  background: #004372;
  padding: 30px 40px 100px 110px;
  box-shadow: 15px 15px 0 #00233c;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.about-awards-content h1.main-heading a {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  color: #fff;
  float: right;
  text-transform: none;
  border: 1px solid #fff;
  line-height: 20px;
  padding: 1px 12px;
  border-radius: 30px;
  margin-top: 5px;
}
.about-awards-content h1.main-heading {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  color: #fffdc6;
}
.about-awards-content p.main-text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 4px;
  letter-spacing: 0.3px;
}
.about-awards-content i {
  font-size: 190px;
  color: #fff;
  position: absolute;
  bottom: -20px;
  left: -26px;
  filter: opacity(0.05);
}
.about-awards-slide {
  background: #fff;
  position: relative;
  margin-top: -80px;
  margin-right: 5%;
}
.about-awards-img {
  border: 5px solid #c0d1dd;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 99%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 99%);
}
.about-awards-box:hover .about-awards-img img {
  transform: scale(1.2);
}
.about-awards-img img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.6s ease-in-out;
}
.about-awards-info {
  padding: 20px 0 20px 18px;
  height: 100%;
}
.about-awards-info h1 {
  font-size: 19px;
  line-height: 26px;
  color: #b7261b;
  font-weight: 500;
  font-family: "Roboto Serif", serif;
  margin-bottom: 0;
  position: relative;
  border-left: 4px solid #004372;
  padding-left: 12px;
}
.about-awards-info p {
  color: #000;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 12px;
  letter-spacing: 0.3px;
}
.about-awards-info p b {
  font-weight: 600;
}
.owl-theme.about_awards_carousel .owl-nav button.owl-next,
.owl-theme.about_awards_carousel .owl-nav button.owl-prev {
  background: #3e3e3e;
  color: #fff;
  padding: 0 12px 4px;
  border-radius: 0;
  font-size: 22px;
  line-height: 25px;
  margin: 1px;
}
.owl-theme.about_awards_carousel .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.6s ease-in-out;
  margin-top: 0;
}
.about-awards-box {
  padding: 30px 10px 20px 30px;
}
.about-awards-video-box iframe {
  height: 400px;
  margin-top: 20px;
  border: 8px solid #ffeceb;
  border-radius: 8px;
}
.about-awards-video-box.ideology-video-box iframe {
  height: 250px;
}
.about-awards-video-box.ideology-video-box iframe {
  height: 300px;
  border: 4px solid #ffeceb;
  margin: 0;
}
.about-awards-video-box.ideology-video-box {
  padding: 0 4px;
}
.about-awards-video-box h2 {
  font-size: 20px;
  color: #000;
  padding: 0 12px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 26px;
}
a.pdf_anchor {
  display: inline-flex;
  margin-top: 20px;
}
a.pdf_anchor img {
  width: 41px !important;
  background: #fff;
  position: absolute;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  border: 1px solid #dfdfdf;
  padding: 4px 0;
  border-radius: 5px;
}
a.pdf_anchor span {
  background: #e00b13;
  color: #fff;
  padding: 2px 16px;
  border-radius: 20px;
  margin-left: 32px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 9px;
}
a.video_anchor {
  color: #505050;
  border: 1px solid #ababab;
  font-size: 14px;
  padding: 4px 15px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
}
.inner-banner-content.inner-banner-content2 {
  margin-top: 0;
  border-radius: 0;
  padding: 21px 0 9px;
}
h1.gallery-head {
  font-size: 28px;
  line-height: 35px;
  color: #000;
  font-family: "Roboto Serif", serif;
  margin-bottom: 14px;
  position: relative;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.shop-wrap.photo-gallery,
.shop-wrap.school-news-box {
  background: #fff;
  padding: 30px 30px;
  height: 100%;
}
.inner-header .top-navbar-block {
  display: none;
}
.inner-header .main-navbar {
  position: relative;
  padding: 11px 0;
  background: linear-gradient(150deg, #5b3a20, 83%, #ffffff 100%);
}
.inner-header .main-navbar .nav_d_none {
  display: none;
}
.inner-header .navbar .col-lg-2.centeredMenu {
  flex: 0 0 60%;
  max-width: 60%;
}
.main-navbar .centeredMenu {
  display: none;
}
.inner-header .navbar .col-lg-2.centeredMenu {
  display: block;
}
.inner-header .navbar .col-lg-2,
.inner-header .navbar .col-lg-5 {
  flex: 0 0 20%;
  max-width: 20%;
}
.inner-header .main-header-logo {
  text-align: left !important;
}
.inner-header .row {
  width: 100%;
  margin: 0;
}
.inner-header img.navbar-brand-logo-img {
  position: absolute;
  top: -5px;
  left: 40px;
}
.inner-header .main-navbar li.nav-item.nav-item-menu {
  position: relative;
  right: 20px;
}
.inner-header .main-navbar ul.main-navbar-nav {
  margin-top: 0;
  flex-direction: row-reverse;
}
.inner-header .main-navbar .centeredMenu ul.main-navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.inner-header .main-navbar a.navbar-brand.navbar-brand-logo1 {
  display: none;
}
.inner-header .main-navbar a.navbar-brand.navbar-brand-logo2 {
  display: block;
}
.inner-header
  .main-navbar
  .centeredMenu
  ul.main-navbar-nav
  li.nav-item
  a.nav-link {
  font-size: 17px;
  padding: 12px 10px 10px !important;
}
.shop-wrap.school-news-box .shop > li {
  width: calc(33.33% - 0px);
  margin-bottom: 6px;
  padding: 0 3px;
}
.gallery-sidebar-sticky {
  position: sticky;
  top: 0;
}
.gallery-sidebar::-webkit-scrollbar {
  width: 10px;
  border-radius: 6px;
}
.gallery-sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.gallery-sidebar::-webkit-scrollbar-thumb {
  background-color: #005795;
  border-radius: 20px;
}
.gallery-sidebar {
  background: #003860;
  padding: 35px 30px;
  height: 100vh;
  overflow: scroll;
  overflow-x: hidden;
}
.gallery-sidebar h1 {
  font-size: 25px;
  font-family: "Roboto Serif", serif;
  color: #fff;
  font-weight: 400;
  margin-bottom: 35px;
  position: relative;
  letter-spacing: 0.5px;
}
.gallery-sidebar h1:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #fff;
}
.gallery-sidebar-block {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1.5px solid #294960;
}
.gallery-sidebar-block a {
  display: flex;
}
.gallery-sidebar-block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.gallery-sidebar-img img {
  width: 80px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #bde4ff;
  border-radius: 4px;
}
.gallery-sidebar-content {
  padding-left: 14px;
  padding-top: 2px;
  width: 100%;
}
.gallery-sidebar-content h2 {
  font-size: 17px;
  font-weight: 400;
  font-family: "Roboto Serif", serif;
  color: #fff;
  line-height: 23px;
  margin-bottom: 1px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.gallery-sidebar-content p {
  font-size: 13px;
  font-family: "Roboto Serif", serif;
  font-weight: 300;
  color: #fffcc0;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.innerGallery_row {
  display: flex;
  flex-wrap: wrap;
}
.innerGallery_row1 {
  flex: 0 0 28%;
  max-width: 28%;
}
.innerGallery_row2 {
  flex: 0 0 72%;
  max-width: 72%;
}
.inner-gallery {
  position: relative;
  overflow: hidden;
  margin: 8px;
  border-radius: 6px;
  transition: 0.6s ease-in-out;
}
.inner-gallery:hover img {
  transform: scale(1.2);
  filter: blur(1px);
}
.inner-gallery img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.6s ease-in-out;
}
.inner-gallery-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 20px 15px;
  background: linear-gradient(0deg, #000, transparent);
}
.inner-gallery-info h1 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
  font-family: "Roboto Serif", serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-shadow: 0.5px 0.5px #000;
  text-transform: capitalize;
}
.inner-gallery h2 {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 9;
  font-size: 26px;
  margin-bottom: 0;
  text-align: center;
  background: rgba(186, 35, 31, 0.9);
  color: #fffec7;
  padding: 5px;
  font-family: "Roboto Serif", serif;
  border: 1.8px solid #fffec7;
  border-radius: 4px;
  font-weight: 500;
}
.inner-gallery h2 small {
  font-size: 42%;
  text-transform: uppercase;
  color: #fff;
}
.reveal-effect {
  position: relative;
}
.reveal-effect.animated:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  animation: 1s reveal linear forwards;
  -webkit-animation-duration: 1s;
  z-index: 1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.reveal-effect.animated > * {
  animation: 1s reveal-inner linear forwards;
}
@keyframes reveal {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes reveal-inner {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: hidden;
    opacity: 0;
  }
  51% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.school_awards .tab-content ul li i {
  position: absolute;
  margin-left: -24px;
  margin-top: 4px;
  font-size: 16px;
  color: #b7261b;
}
.school_awards .tab-content ul li {
  font-size: 19.5px;
  line-height: 31px;
  margin-bottom: 14px;
  font-weight: 400;
  color: #000;
  padding-left: 25px;
}
.school_awards .nav-pills .nav-link.active,
.school_awards .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #004372;
  font-size: 42px;
  line-height: 54px;
  transition: 0.6s ease-in-out;
}
.school_awards .nav-pills .nav-link.active:before,
.school_awards .nav-pills .show > .nav-link:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 50px;
  height: 4px;
  background: #fff;
}
.school_awards_sidebar a.nav-link {
  color: #2c7bb3;
  font-size: 30px;
  font-family: "Roboto Serif", serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 38px;
  transition: 0.6s ease-in-out;
  padding-left: 0;
  position: relative;
}
.school_awards_sidebar {
  position: relative;
  background: #004372;
  padding: 40px 30px;
  height: 100%;
  border-radius: 10px;
}
.school_awards .tab-content {
  background: #fff;
  padding: 40px 30px 30px;
  height: 100%;
  position: relative;
  left: -30px;
  top: 30px;
  box-shadow: 15px 15px 0 #dfdfdf;
  border: 1px solid #dfdfdf;
  border-top-left-radius: 12px;
}
.school_awards .tab-content i.las.la-trophy {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 350px;
  filter: opacity(0.07);
}
h1.inner-head {
  color: #002d4e;
  font-family: "Roboto Serif", serif;
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 0;
}
p.inner-para {
  font-size: 22px;
  line-height: 33px;
  color: #000;
  font-weight: 400;
  margin-top: 16px;
  position: relative;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}
p.inner-para b,
p.inner-para strong {
  font-weight: 600;
}
.school_awards_info {
  margin-bottom: 20px;
}
.plain-text h4 {
  font-size: 24px;
  margin-top: 30px;
  font-family: "Roboto Serif", serif;
  color: #b7261b;
  font-weight: 500;
  margin-bottom: 3px;
}
.smc-block {
  position: relative;
  margin-bottom: 30px;
}
.smc-info {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-clip-path: polygon(0 0, 100% 10%, 101% 100%, -1% 100%);
  clip-path: polygon(0 0, 100% 10%, 101% 100%, -1% 100%);
  transition: 0.6s ease-in-out;
}
.smc-block:hover .smc-info {
  -webkit-clip-path: polygon(0 10%, 100% 0, 101% 100%, -1% 100%);
  clip-path: polygon(0 10%, 100% 0, 101% 100%, -1% 100%);
}
.smc-block img {
  height: 330px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}
.smc-info h1 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Roboto Serif", serif;
  color: #fff;
  background: #00233c;
  padding: 18px 12px 8px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: 0.6s ease-in-out;
}
.smc-info p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 10px 12px;
  font-family: "Roboto Serif", serif;
}
.school_rules_sidebar {
  background: #002d4e;
  padding: 60px 30px 30px 50px;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
}
.school_rules_sidebar::-webkit-scrollbar {
  width: 10px;
  border-radius: 6px;
}
.school_rules_sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.school_rules_sidebar::-webkit-scrollbar-thumb {
  background-color: #002d4e;
  border-radius: 20px;
}
.school_rules_sidebar-bar {
  overflow-y: scroll;
}
.school_rules_sidebar-bar::-webkit-scrollbar {
  width: 10px;
  border-radius: 6px;
}
.school_rules_sidebar-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.school_rules_sidebar-bar::-webkit-scrollbar-thumb {
  background-color: #005795;
  border-radius: 20px;
}
.school_rules_sidebar ul li a {
  color: #fff;
  font-family: "Roboto Serif", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding: 8px 0 8px 30px;
  display: block;
  border-bottom: 2px solid #12354e;
}
.school_rules_sidebar ul li:last-child a {
  border-bottom: 0;
}
.school_rules_sidebar ul li {
  position: relative;
}
.school_rules_sidebar ul li:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #e4f3ff;
}
.school_rules_info {
  padding: 40px;
  background: #fff;
  margin-right: 60px;
}
h1.inner-h1 {
  font-size: 24px;
  font-family: "Roboto Serif", serif;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #00233c;
  font-weight: 500;
}
h4.inner-h4 {
  font-size: 20px;
  color: #282828;
  font-weight: 500;
  font-family: "Roboto Serif", serif;
  margin-bottom: 10px;
}
.school_rules_text ul li {
  /* font-size: 19.5px; */
  line-height: 31px;
  color: #000;
  font-weight: 400;
  margin-top: 10px;
  position: relative;
  letter-spacing: 0.3px;
  margin-bottom: 0;
  text-align: justify;
}
.school_rules_text ul li b {
  font-weight: 600;
}

p.inner-p {
  /* font-size: 19.5px; */
  line-height: 31px;
  color: #000;
  font-weight: 400;
  margin-top: 10px;
  position: relative;
  letter-spacing: 0.3px;
  margin-bottom: 0;
  text-align: justify;
}
.school_rules_text ul {
  -webkit-padding-start: 25px;
  padding-inline-start: 25px;
}
.school_rules_text ul li i {
  position: absolute;
  top: 6px;
  left: -22px;
  color: #b82f35;
  font-size: 15px;
}
.admission-list-block a {
  display: block;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #cbcbcb;
  color: #505050;
  padding: 16px 16px;
  margin-top: 16px;
  border-radius: 4px;
  transition: 0.5s ease-in-out;
}
.admission-list-block a:hover {
  color: #007bff;
  background: #f9f9f9;
}
.admission-list-block a i {
  color: #e1000a;
  font-size: 46px;
  margin-bottom: 8px;
}
.school_rules_text ol {
  list-style-type: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
.school_rules_text ol li {
  padding-left: 30px;
}
.school_rules_text ol li span {
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.school_rules_text ol li span::before {
  content: "";
  position: absolute;
  width: 3px;
  top: 50%;
  height: 50%;
  border-radius: 2px;
  background-color: #b82f35;
  transform: translateX(12px) rotate(-45deg);
  transform-origin: left bottom;
  z-index: 1;
}
.school_rules_text ol li span::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  background-color: #b82f35;
  transform: translateX(12px) rotate(-45deg);
  transform-origin: left bottom;
}
p.inner-p b {
  font-weight: 600;
}
.school_rules_sidebar i {
  position: absolute;
  color: #fff;
  font-size: 250px;
  top: -10px;
  left: -28px;
  filter: opacity(0.03);
}
.school_rules_sidebar h1 {
  font-family: "Roboto Serif", serif;
  color: #fff;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 16px;
  font-weight: 500;
}
.alumni-block img {
  border-radius: 50%;
  width: 160px !important;
  height: 160px;
  margin: auto;
  border: 6px double #fff;
  outline: 4px solid #b7261b;
  outline-offset: -8px;
  -o-object-fit: cover;
  object-fit: cover;
}
.alumni-info {
  padding: 15px 0 0;
  position: relative;
}
.alumni-info h1 {
  font-size: 18px;
  line-height: 26px;
  font-family: "Roboto Serif", serif;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}
.alumni-info h2 {
  font-size: 15px;
  font-family: "Roboto Serif", serif;
  margin-bottom: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #b7261b;
  color: #fffeda;
  padding: 2px 12px;
  border-radius: 30px;
  font-weight: 300;
  border: 2px solid #b75c55;
  border-top: 0;
}
.alumni-info p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 2px;
  font-weight: 200;
}
.owl-theme.alumni_carousel .owl-nav button.owl-next,
.owl-theme.alumni_carousel .owl-nav button.owl-prev {
  background: #d5d5d5;
  padding: 0 12px 4px;
  line-height: 30px;
  color: #362c2b;
  font-size: 22px;
}
section.alumni-lists {
  background: #362c2b;
  padding: 50px 0;
}
section.alumni-lists:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/alumni/alumni-pattern.png);
  background-size: inherit;
  filter: opacity(0.03);
}
.main-table table thead th {
  font-size: 19.5px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 16px;
  background: #004372;
  color: #fff;
  vertical-align: middle;
  letter-spacing: 0.3px;
}
.main-table.main-fonts table thead th {
  font-size: 19px;
  line-height: 30px;
}
.main-table table tbody td {
  padding: 8px 16px;
  font-size: 19.5px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  vertical-align: middle;
  letter-spacing: 0.3px;
}
.main-table table tbody td i.las.la-rupee-sign {
  font-size: 70%;
}
.main-table.main-fonts table tbody td {
  font-size: 19px;
  line-height: 30px;
}
.main-table table tbody tr {
  background: #fff;
}
.main-table table tbody td b {
  font-weight: 600;
}
.main-table .table-hover tbody tr:hover {
  color: #000;
  background-color: #f7f7f7;
}
.main-table table {
  margin-bottom: 40px;
}
.main-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.sports-img img {
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}
.sports-img {
  margin: 0 6px;
  position: relative;
}
.sports-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 20px 15px;
  background: linear-gradient(0deg, #00233c, transparent);
}
.sports-info h1 {
  font-size: 30px;
  color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #fff;
  font-family: "Roboto Serif", serif;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.international_dimension_alert {
  width: 100%;
  background: #af2318;
  margin-bottom: 0;
  z-index: 9;
  border-radius: 0;
  padding: 30px 20px;
  text-align: center;
}
.international_dimension_alert h1 {
  font-family: "Roboto Serif", serif;
  font-size: 24px;
  color: #fbfcbc;
  font-weight: 400;
  line-height: 32px;
}
.international_dimension_alert p {
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
.international_dimension_alert p b {
  font-weight: 500;
}
.international_dimension_alert p a {
  color: #ddd;
  transition: 0.6s ease-in-out;
}
.international_dimension_alert p a:hover {
  color: #fff;
}
.international_dimension_alert button.close,
.international_dimension_alert button.close:hover {
  opacity: 1;
  font-size: 34px;
  text-shadow: none;
  transition: 0.6s ease-in-out;
}
.international_dimension_alert button.close i {
  color: #fff;
  text-shadow: 1px 0 #fff;
}
a.ad-btn {
  display: inline-block;
  background: #b7261b;
  color: #fff;
  font-size: 18px;
  padding: 8px 16px;
  font-weight: 500;
  transition: 0.6s ease-in-out;
}
.text-dangers {
  color: #b82f35;
}
.admission-block {
  position: relative;
  background: #262c30;
  /* border-top: 28px solid #fff; */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  outline: 3px solid #262c30;
  transition: 0.6s ease-in-out;
}
.admission-block:hover {
  filter: opacity(0.9);
}
.admission-block h1 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Roboto Serif", serif;
  font-weight: 500;
  text-align: center;
  height: 100%;
  margin-bottom: 0;
  padding: 80px 25px;
  line-height: 30px;
  letter-spacing: 1px;
}
.admission-block i.la-graduation-cap {
  position: absolute;
  top: -9%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #999;
  background: #fff;
  font-size: 50px;
  border-radius: 50%;
  padding: 8px;
  border-top: 4px solid #344048;
}
.admission-block h1 span {
  margin-bottom: 0;
  font-size: 40px;
  color: #fffeca;
  font-family: "Roboto Serif", serif;
  font-weight: 400;
  font-style: italic;
  line-height: 50px;
  text-transform: capitalize;
}
a.admis-btn {
  background: #b7261b;
  display: block;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  font-family: "Roboto Serif", serif;
}
.news-category .news-thumbnails img {
  height: 210px;
}
.news-category .news-thumbnails-content h1 {
  font-size: 18px;
  line-height: 26px;
  height: 50px;
}
.news-category .news-thumbnails-content {
  padding: 16px;
}
.news-category h6 {
  font-size: 11px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  position: absolute;
  top: 5%;
  left: 5%;
  background: rgba(255, 255, 255, 0.9);
  color: #ba231f;
  padding: 6px;
  z-index: 99;
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
}
.news-category span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Roboto Serif", serif;
}
.inner-banner-of.inner-banner-news-details .inner-banner {
  height: 70vh;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.event-details {
  padding: 30px 25px 30px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  margin-top: -150px;
  border-radius: 20px;
  border-top-left-radius: 0;
}
.event-details:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 20px 20px 0 #f7f7f7;
  border-radius: 20px;
  border-top-left-radius: 0;
}
.event-details h1 {
  font-family: "Roboto Serif", serif;
  font-size: 25px;
  line-height: 32px;
  color: #000;
  font-weight: 500;
  margin-bottom: 18px;
  border-left: 6px double #363636;
  padding-left: 12px;
}
.event-details p {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
  color: #000;
  font-weight: 400;
}
.event-details h2 {
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  background: #ba251e;
  color: #fdfbb1;
  padding: 8px 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-top-right-radius: 20px;
  margin-bottom: 0;
  border: 4px solid #fff;
}
.fest-block img {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border: 10px solid #fed453;
}
.about-awards-video-box.fit-video-box iframe {
  height: 250px;
}
.vacancy_text p.inner-p {
  font-size: 20px;
  line-height: 33px;
}
.school_rules_text.vacancy_text ul li {
  font-size: 20px;
  line-height: 33px;
}
.school_rules_text.vacancy_text ul li i {
  top: 8px;
}
.school_rules_text.vacancy_text .main-table table tbody td,
.school_rules_text.vacancy_text .main-table table thead th {
  font-size: 18px;
  line-height: 28px;
}
a.apply-btn {
  background: #ba251e;
  color: #fff;
  display: inline-block;
  padding: 4px 16px 6px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 3px;
  transition: 0.6s ease-in-out;
}
a.apply-btn:hover {
  opacity: 0.9;
}
.inner-second-banner {
  position: relative;
  height: 60vh;
}
.inner-second-banner img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.transfer-certificate-block {
  padding: 40px 30px 60px;
  background: #fff1f0;
  height: 100%;
  outline: 1.5px solid #b9b9b9;
  outline-offset: -6px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  border: 2px solid #b9b9b9;
}
.transfer-certificate-block2 {
  background: #e5fff4;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
.transfer-certificate-block2 h1 {
  background: #0a7a4a !important;
}
.transfer-certificate-block h1 {
  font-family: "Roboto Serif", serif;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 8px 12px 6px;
  background: #bb3f36;
}
.transfer-certificate-block .main-table table tbody td {
  font-size: 18px;
  padding: 8px 16px;
  font-weight: 500;
}
form.main-form label {
  color: #000;
  font-size: 16px;
  margin-bottom: 4px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
}
form.main-form .form-group {
  margin-bottom: 20px;
}
form.main-form .form-control {
  border-radius: 0;
  height: 44px;
  padding: 6px 16px;
  color: #000;
  font-weight: 500;
  font-size: 17px;
}
form.main-form .form-control:focus {
  border-color: #777;
  box-shadow: none;
}
form.main-form .form-control::-moz-placeholder {
  color: #444;
  opacity: 1;
  font-weight: 500;
}
form.main-form .form-control::placeholder {
  color: #444;
  opacity: 1;
  font-weight: 500;
}
h2.not-found {
  font-size: 48px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin-bottom: 0;
  padding: 65px 0;
  filter: opacity(0.2);
  font-weight: 700;
}
a.btn.tc-btn,
button.btn.tc-btn,
input.btn.tc-btn {
  background: #003860;
  color: #fff;
  border-radius: 0;
  padding: 6px 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}
.contact-maps iframe {
  height: 62vh;
  position: relative;
  margin-bottom: -7px;
}
form.main-form .form-group textarea {
  height: 120px;
}
form.contact-form {
  background: #fff;
  padding: 50px 40px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  height: 100%;
  border-bottom-right-radius: 30px;
}
form.contact-form button.btn.tc-btn {
  width: 50%;
  border-radius: 20px;
  font-size: 16px;
  padding: 8px 12px;
  background: #b7261b;
}
.contact-form-details {
  background: #002d4e;
  padding: 40px 30px 40px 55px;
  position: relative;
  z-index: 99;
}
.contact-form-details1 h1 {
  color: #fdf9b0;
  font-family: "Roboto Serif", serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 4px;
}
.contact-form-details1 p {
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 0;
}
.contact-form-details1 a {
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  transition: 0.6s ease-in-out;
}
.contact-form-details1 a:hover {
  color: #fdfab1;
}
.contact-form-details1 {
  border-bottom: 2px solid #003760;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.contact-form-details1:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.contact-form-details1 p b {
  font-weight: 600;
}
.contact-form-details1 i {
  color: #c7c7c7;
  position: absolute;
  top: 0;
  font-size: 24px;
  left: -35px;
}
.school-connect-box {
  margin-bottom: 20px;
  position: relative;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.school-connect-box1 {
  border: 3px solid transparent;
  position: relative;
  padding: 4px;
  z-index: 9;
  text-align: center;
  display: block;
  flex: none;
  color: #ffffff;
}
.school-connect-box:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.35) 0,
    rgba(255, 255, 255, 0) 80%
  );
  transition: all 0.3s ease-in-out;
}
.school-connect-box:active:before,
.school-connect-box:focus:before,
.school-connect-box:hover:before {
  opacity: 1;
  transform: translateY(5px);
}
.school-connect-box:active,
.school-connect-box:focus,
.school-connect-box:hover {
  transform: translateY(-5px);
}
.school-connect-box1:hover:after,
.school-connect-box1:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.school-connect-box1:before {
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
}
.school-connect-box1:after,
.school-connect-box1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}
.school-connect-box1:after {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
}
.school-connect-box img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.school-connect-box h1 {
  font-size: 16px;
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 0 0;
  text-align: center;
}
.eConnectPublication {
  background: #003860;
  padding: 40px 40px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  position: relative;
}
.eConnectPublication i.las.la-book,
.eConnectPublication i.las.la-school {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 200px;
  filter: opacity(0.06);
}
.eConnectPublication h2 {
  color: #fbfbc3;
  font-family: "Roboto Serif", serif;
  position: relative;
  margin-bottom: 12px;
  font-size: 42px;
  font-weight: 500;
  font-style: italic;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 0.5px;
}
.eConnectPublication ul.nav {
  display: flex;
  justify-content: center;
  border: 0;
  margin-bottom: 30px;
  border-bottom: 2px solid #fff;
  padding-bottom: 30px;
}
.eConnectPublication ul.nav li a {
  color: #fff;
  font-family: "Roboto Serif", serif;
  font-size: 13.6px;
  padding: 0 12px;
  font-weight: 500;
  border: 0;
  filter: opacity(0.5);
  position: relative;
}
.eConnectPublication ul.nav li a.active:before {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5px;
  height: 35px;
  background: #fff;
}
.eConnectPublication ul.nav li a.active {
  color: #fff;
  background: 0 0;
  border: 0;
  filter: opacity(1);
}
.eConnectPublication .nav-tabs .nav-link:focus,
.eConnectPublication .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.eConnectPublication.boardResults ul.nav li a.active {
  color: #003860;
}
.eConnectPublication.boardResults ul.nav li a {
  color: #003860;
}
.eConnectPublication.boardResults ul.nav li a.active:before {
  background: #d4d4d4;
}
.eConnectPublication.boardResults ul.nav {
  border-bottom: 2px solid #e6e6e6;
}
.eConnectPublication.boardResults i.las.la-book,
.eConnectPublication.boardResults i.las.la-school {
  color: #000;
  filter: opacity(0.1);
}
hr.main_hr {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin: 25px 0;
}
h1.result-head {
  font-size: 30px;
  color: #000;
  font-family: "Roboto Serif", serif;
  font-weight: 400;
  margin-bottom: 12px;
}
.school_rules_sidebar #accordion {
  position: relative;
  z-index: 9;
}
.school_rules_sidebar #accordion h3 {
  font-size: 28px;
  color: #fff;
  font-family: "Roboto Serif", serif;
  font-weight: 300;
  margin-bottom: 8px;
}
.visitors-opinion-block {
  display: flex;
  width: 100%;
  background: #fff;
  padding: 25px 30px;
  border-bottom: 15px solid #f1f1f1;
  position: relative;
  overflow: hidden;
}
.col-lg-10 .visitors-opinion-block:last-child {
  border-bottom: 0;
}
.visitors-opinion-block-img img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.visitors-opinion-block-info h2 {
  font-size: 21px;
  color: #000;
  font-weight: 400;
  line-height: 32px;
  font-style: oblique;
  margin-bottom: 16px;
}
.visitors-opinion-block-info {
  margin-left: 40px !important;
  width: 100%;
  position: relative;
}
.visitors-opinion-block-info p {
  font-size: 22px;
  color: #111;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
}
.visitors-opinion-block-info p small {
  display: block;
  font-size: 68%;
  font-weight: 600;
  color: #333;
}
.visitors-opinion-block-img {
  position: relative;
  transition: 0.6s ease-in-out;
  width: 200px;
  height: 200px;
}
.visitors-opinion-block-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(45deg) scale(0.77);
  transition: 0.6s ease-in-out;
  background: #fcfab3;
  outline: 3px dotted #fff;
}
.visitors-opinion-block-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(45deg) scale(0.77);
  outline: 2px solid #fff;
  outline-offset: -15px;
  transition: 0.6s ease-in-out;
}
.visitors-opinion-block:hover .visitors-opinion-block-img:before {
  outline: 3px dotted #809cb0;
  outline-offset: -32px;
  transform: rotate(0);
  background: radial-gradient(#fcfab3, transparent);
  transition: 0.6s ease-in-out;
}
.visitors-opinion-block:hover .visitors-opinion-block-img:after {
  outline: 6px solid #dc928e;
  outline-offset: -37px;
  transform: rotate(45deg);
  transition: 0.6s ease-in-out;
}
.visitors-opinion-block svg {
  width: 140px;
  fill: #b9241c;
  filter: opacity(0.07);
  position: absolute;
  bottom: 0;
  right: 30px;
}
.visitors-opinion-block.visitors-opinion-block2 svg {
  right: auto;
  left: 0;
}
.visitors-opinion-block.visitors-opinion-block2 .visitors-opinion-block-info {
  margin-right: 40px !important;
  margin-left: 0 !important;
}
.visitsExcursionsImg img {
  border: 4px double #8f8f8f;
  border-radius: 5px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
.visitsExcursionsImg {
  margin: 5px 0;
}
section.school-news {
  background: #002e4e;
}
section.school-news:before {
  background: url(../images/books-pattern.png);
  background-position: center;
  background-size: 50%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.04;
}
.schoolnewscutting .gallery-sidebar-block {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.schoolnewscutting .gallery-sidebar-content h2 {
  font-size: 24px;
  line-height: 28px;
}
.schoolnewscutting .gallery-sidebar-content {
  align-items: center;
  justify-content: space-between;
}
.lg-sub-html h4 {
  margin: 0 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  font-family: Raleway, sans-serif !important;
  line-height: 26px !important;
  color: #fff !important;
}
.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.innerSchoolNews .innerGallery_row1 {
  flex: 0 0 22%;
  max-width: 22%;
}
.innerSchoolNews .innerGallery_row2 {
  flex: 0 0 78%;
  max-width: 78%;
  margin: auto;
}
.school-news-box .shop .thumb {
  border: 2px solid #979797;
  border-width: 30px;
  border-style: solid;
  -o-border-image: url(https://interactive-examples.mdn.mozilla.net/media/examples/border-diamonds.png);
  border-image: url(https://interactive-examples.mdn.mozilla.net/media/examples/border-diamonds.png);
  border-image-slice: 34;
  border-image-repeat: round;
  border-width: 8px;
  border-image-slice: 16;
  height: 280px !important;
}
.school-news-box .shop .thumb img {
  height: 280px !important;
  -o-object-position: top;
  object-position: top;
}
.house-system-section .content-text {
  max-width: 100% !important;
  border-radius: 0 !important;
  float: none !important;
  box-shadow: none !important;
}
.house-system-section .col-lg-6:nth-child(1) .content-text {
  background: #17124a;
}
.house-system-section .col-lg-6:nth-child(2) .content-text {
  background: #f3e638;
}
.house-system-section .col-lg-6:nth-child(3) .content-text {
  background: #015144;
}
.house-system-section .col-lg-6:nth-child(4) .content-text {
  background: #ba251e;
}
.about-awards-scroller {
  overflow-y: scroll;
  max-height: 250px;
}
.main-table.uniform-table table.table tbody tr td.design-th {
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #004372;
  background: #f1f1f1;
  text-transform: uppercase;
}
.main-table.uniform-table h1.uniform-text {
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  background: #015b37;
  margin-bottom: 0;
  padding: 10px 16px;
  border-right: 0;
  border-left: 0;
  text-transform: uppercase;
}
.main-table.uniform-table table tbody td span {
  display: block;
  margin-bottom: 8px;
}
.main-table.uniform-table table tbody td.design-td {
  background: #c4e7ff;
  font-weight: 600;
}
.text-pher {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .main-table.uniform-table h1.uniform-text {
    font-size: 20px;
  }
  .main-footer {
    padding-top: 5px !important;
  }
  .text-pher {
    font-size: 16px;
    width: 90%;
  }
  .main-table.uniform-table table.table tbody tr td.design-th {
    font-size: 17px;
    line-height: 23px;
  }
}
footer {
  background: #090909;
}
.main-footer {
  padding-top: 25px;
}
.inner-footer .main-footer {
  padding-top: 60px;
}
.main-footer-side h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 20%;
  border-bottom: 2px solid #e4e2ae;
}
.main-footer-side {
  padding-bottom: 50px;
}
.main-footer-side iframe {
  height: 220px;
}
.main-footer-side ul {
  margin-bottom: 0;
  -moz-column-count: 1;
  column-count: 1;
}
.main-footer-side ul li {
  margin-bottom: 4px;
}
.main-footer-side ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.quickLinks.main-footer-side ul {
  -moz-column-count: 2;
  column-count: 2;
}
.main-footer-side ul li a:hover {
  text-decoration: none;
}
.main-footer-side h2 {
  font-size: 17px;
  color: #fefcc2;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
  font-family: "Roboto Serif", serif;
  letter-spacing: 1px;
}
.main-footer-middle {
  text-align: center;
  padding: 0px 30px 20px;
  background: #111;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-right: 0;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
}
.main-footer-middle img {
  margin-bottom: 15px;
}
.main-footer-middle p {
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  margin-bottom: 0;
  letter-spacing: 0.3px;
  text-align: justify;
}
ul.contt-info {
  -webkit-padding-start: 35px;
  padding-inline-start: 35px;
}
ul.contt-info li {
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
ul.contt-info li:last-child {
  margin-bottom: 0;
}
ul.contt-info li i {
  position: absolute;
  left: -33px;
  background: 0 0;
  padding: 5px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
  font-size: 15px;
  margin-top: -1px;
}
.footer-copyright {
  text-align: center;
  background: #111;
  padding: 8px 0;
}
.footer-copyright p {
  font-size: 13px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
}
.footer-copyright p a {
  color: #fff;
}
@keyframes blinking-text {
  0% {
    background-color: #fffa50;
  }
  75% {
    background-color: #fff71d;
  }
  100% {
    background-color: #e0da20;
  }
}
.impLinks {
  position: absolute;
  bottom: 38%;
  left: 0;
  transform: translate(30px, 0);
  z-index: 9999;
  transition: 0.7s;
  display: flex;
  align-items: center;
}
.impLinks.open-impl {
  transform: translate(60px, -50px);
}
.impLinks .Icongroup {
  font-size: 50px;
  display: flex;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  color: #ddd;
  box-shadow: 0 0 25px 3px #fff;
  text-align: center;
  transition: 0.7s;
  cursor: pointer;
  padding: 14px;
  z-index: 10;
  background: radial-gradient(#b7261b 60%, #fff 65%);
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
}
.impLinks .Icongroup:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  animation-delay: 0s;
  animation: pulsate1 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}
.impLinks .Icongroup::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-35%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 100;
  transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.impLinks div {
  background: #000;
}
.impLinks div a {
  display: block;
  padding: 5px 15px;
  color: #b34138;
  width: 225px;
  position: absolute;
  opacity: 0;
  transition: 0.4s;
  z-index: 1;
  background: #fff;
  top: -46px;
  visibility: hidden;
  font-size: 16px;
  font-weight: 600;
}
.impLinks div a i {
  font-size: 27px;
  margin-right: 5px;
}
.impLinks div a:first-child {
  border-radius: 4px 4px 0 0;
  padding-top: 14px;
}
.impLinks div a:last-child {
  border-radius: 0 0 4px 4px;
  padding-bottom: 14px;
}
.impLinks:hover div a {
  opacity: 1;
  visibility: visible;
}
.impLinks:hover div a:nth-child(5) {
  top: -52px;
}
.impLinks:hover div a:nth-child(4) {
  top: -95px;
}
.impLinks:hover div a:nth-child(3) {
  top: -138px;
}
.impLinks:hover div a:nth-child(2) {
  top: -181px;
}
.impLinks:hover div a:nth-child(1) {
  top: -233px;
}
.contact-form-details2 {
  padding: 25px 10px 26px 49px !important;
  border-radius: 4px;
}
span.chess-title {
  padding: 10px;
  font-size: 19px;
  font-weight: 600;
  margin-left: 11px;
  margin-top: 0;
  border-radius: 4px;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
  background: #fff;
  color: #b7261b;
}
.school_rules_text1 p.inner-p {
  display: flex;
  margin-bottom: 10px;
}
span.rules-number {
  margin-right: 10px;
}
.participants-block a i {
  font-size: 50px;
}
.participants-block a {
  font-size: 20px;
  background: #003860;
  color: #fff;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 6px 20px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 130px;
  gap: 8px;
  justify-content: center;
}
@media (min-width: 768px) {
  .admissEnquiry,
  .mobile_menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .school-tour {
    background: url(../cjm-images/CJM-img.png);
  }
  .admissEnquiry {
    display: block;
  }
  .col-lg-3:nth-child(1) .sub-hero-box-info {
    height: 190px;
  }
  .main-header .navigation a.navbar-brand.brand-logo.desk-menu-logo {
    display: none;
  }
  .main-header .navigation a.navbar-brand.brand-logo.mob-menu-logo {
    display: block;
  }
  .impLinks {
    transform: translate(20px, 0);
    bottom: 35px;
    left: 0;
  }
  .impLinks .Icongroup {
    font-size: 30px;
    height: 65px;
    width: 65px;
  }
  span.chess-title {
    padding: 7px;
    font-size: 15px;
    margin-left: 11px;
    line-height: 19px;
    background: #b94139;
    color: #fff;
  }
  .impLinks .Icongroup:before {
    border: 5px solid #cd7c75;
  }
  .impLinks .Icongroup::after {
    border-top: 15px solid #b1a5a5;
    border-bottom: 15px solid transparent;
  }
  .impLinks div a {
    padding: 5px 9px;
    width: 200px;
    top: -46px;
    font-size: 14px;
  }
  .impLinks:hover div a:nth-child(1) {
    top: -205px;
  }
  .impLinks:hover div a:nth-child(2) {
    top: -160px;
  }
  .impLinks:hover div a:nth-child(3) {
    top: -125px;
  }
  .impLinks:hover div a:nth-child(4) {
    top: -90px;
  }
  .participants-block a {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .main-header .navigation a.navbar-brand.brand-logo.desk-menu-logo {
    display: none;
  }
  .main-header .navigation a.navbar-brand.brand-logo.mob-menu-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .inner-header .navbar .col-lg-2,
  .inner-header .navbar .col-lg-5 {
    flex: auto;
    max-width: initial;
  }
  .news-category .news-thumbnails-content h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .inner-gallery-info {
    padding: 50px 12px 20px;
  }
  .inner-gallery h2 {
    top: 12px;
    left: 12px;
    font-size: 24px;
  }
  .inner-gallery-info h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .inner-gallery img {
    height: 260px;
  }
  .news-category .news-thumbnails-content h1 {
    height: 45px;
  }
  .mobile_menu {
    border-top: 1px solid #282828;
    margin: 30px 0 0;
  }
  .mobile_menu .card {
    background: 0 0;
    border: 0;
  }
  .mobile_menu .card .card-header {
    padding: 0 0;
  }
  .mobile_menu .card .card-header button.btn {
    color: #fff;
    font-family: "Roboto Serif", serif;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #282828;
    padding: 10px 20px;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 17px;
    justify-content: space-between;
    display: inline-flex;
  }
  .mobile_menu .card .card-body ul {
    margin-bottom: 0;
  }
  .mobile_menu .card .card-body ul li a {
    color: #fff;
    font-family: "Roboto Serif", serif;
    font-weight: 200;
    padding: 8px 0 8px 10px;
    display: block;
    font-size: 17px;
  }
  .mobile_menu .card .card-body {
    padding: 6px 30px;
    background: #181818;
    border-bottom: 1px solid #282828;
  }
  .mobile_menu .card .btn-link.focus,
  .mobile_menu .card .btn-link:focus,
  .mobile_menu .card .btn-link:hover {
    text-decoration: none;
  }
  .mobile_menu .card .card-header button.btn a {
    color: #fff;
  }
  .mobile_menu .card .card-body ul li {
    position: relative;
  }
  .mobile_menu .card .card-body ul li span {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: 16px;
  }
  .mobile_menu .card .card-header button.btn i {
    position: relative;
    margin-top: 2px;
    font-size: 21px;
  }
  .menu-bottom a.btn {
    background: #b7261b;
    color: #fff;
    font-family: "Roboto Serif", serif;
    border-radius: 4px;
    padding: 6px 15px;
    font-size: 17px;
    text-transform: uppercase;
    transition: 0.6s ease-in-out;
  }
  .menu-bottom a.btn:hover {
    opacity: 0.9;
  }
  .menu-bottom {
    padding: 30px 20px;
  }
  .menu-bottom .mobile_socials {
    margin-top: 20px;
  }
  .menu-bottom .mobile_socials p {
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .menu-bottom .mobile_socials p b {
    font-weight: 500;
    text-transform: uppercase;
  }
  .menu-bottom .mobile_socials a {
    display: inline-block;
    color: #fff;
    font-size: 23px;
    padding: 1px 7px;
    margin: 0 4px;
  }
  .menu-bottom .mobile_socials a.facebook {
    background: #4267b2;
  }
  .menu-bottom .mobile_socials a.twitter {
    background: #1c9cea;
  }
  .menu-bottom .mobile_socials a.instagram {
    background: linear-gradient(30deg, #de1130, #8e4bc3);
  }
  .menu-bottom .mobile_socials a.linkedin {
    background: #2464ad;
  }
  .menu-bottom .mobile_socials a.youtube {
    background: #ff2121;
  }
}
@media (max-width: 991px) {
  .inner-header .navbar .col-lg-2.centeredMenu {
    display: none;
  }
}
@media (min-width: 1400px) {
  /* .school-tour {
    background: url(../images/get-direction-xxl.jpg);
  } */
  .schoolnewscutting .gallery-sidebar-content h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .schoolnewscutting .gallery-sidebar-content p {
    font-size: 16px;
  }
  .ext-btn-group {
    margin-top: 100px;
  }
  .ext-btn-group a {
    padding: 9px 20px;
    font-size: 20px;
  }
  .goToTop {
    font-size: 23px;
    padding: 6px 12px;
  }
  .inner-header
    .main-navbar
    .centeredMenu
    ul.main-navbar-nav
    li.nav-item
    a.nav-link {
    font-size: 19px;
    padding: 15px 16px 13px !important;
  }
  .inner-footer .main-footer {
    padding-top: 80px;
  }
  .photo-gallery .shop .thumb,
  .photo-gallery .shop .thumb img {
    height: 350px !important;
  }
  .inner-banner-of.inner-banner-news-details .inner-banner {
    height: 65vh;
  }
  .event-details h1 {
    font-size: 28px;
    line-height: 36px;
    padding-left: 16px;
  }
  .event-details h2 {
    font-size: 15px;
    padding: 10px 20px;
  }
  .event-details p {
    font-size: 19px;
    line-height: 32px;
  }
  .preloader .box img {
    width: 230px;
  }
  .main-footer-side iframe {
    height: 240px;
  }
  .navigation a img {
    width: 450px;
  }
  nav.top_navbar li a.nav-link {
    padding: 10px 20px 8px;
    font-size: 16px;
  }
  .top-navbar-block ul.navbar-nav.top_navbar li a.nav-link {
    padding: 10px 20px 8px;
    font-size: 16px;
  }
  .visitors-opinion-block-img img {
    width: 250px;
    height: 250px;
  }
  .visitors-opinion-block-img {
    width: 250px;
    height: 250px;
  }
  .visitors-opinion-block-info svg {
    width: 170px;
    top: -100px;
  }
  .visitors-opinion-block-info {
    margin-left: 60px !important;
  }
  .visitors-opinion-block.visitors-opinion-block2 .visitors-opinion-block-info {
    margin-right: 60px !important;
  }
  .visitors-opinion-block:hover .visitors-opinion-block-img:after {
    outline-offset: -45px;
  }
  .visitors-opinion-block {
    padding: 40px;
  }
  .visitors-opinion-block-info h2 {
    font-size: 22px;
    line-height: 34px;
  }
  .visitors-opinion-block-info p {
    font-size: 23px;
    line-height: 28px;
  }
  .inner-banner-content.inner-banner-content2 {
    padding: 75px 0 50px;
  }
  .about-awards-video-box.fit-video-box iframe {
    height: 300px;
  }
  .fest-block img {
    height: 300px;
  }
  .eConnectPublication h2 {
    margin-bottom: 20px;
    font-size: 46px;
  }
  .school-connect-box img {
    height: 380px;
  }
  .school-connect-box h1 {
    font-size: 19px;
    padding: 20px 0 6px;
  }
  .contact-form-details1 h1 {
    font-size: 24px;
  }
  .contact-form-details1 p {
    font-size: 20px;
    line-height: 32px;
  }
  .contact-form-details1 i {
    font-size: 30px;
    left: -40px;
  }
  .contact-form-details1 {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .contact-form-details {
    padding: 50px 40px 50px 65px;
  }
  .contact-form-details1 a {
    font-size: 20px;
  }
  form.main-form .form-control {
    height: 50px;
    font-size: 21px;
  }
  form.main-form .form-group {
    margin-bottom: 25px;
  }
  form.main-form .form-group textarea {
    height: 180px;
  }
  form.contact-form button.btn.tc-btn {
    border-radius: 40px;
    font-size: 20px;
    padding: 10px 20px;
  }
  .vacancy_text p.inner-p {
    font-size: 23px;
    line-height: 36px;
  }
  .school_rules_info {
    padding: 50px;
  }
  .school_rules_text.vacancy_text .main-table table tbody td,
  .school_rules_text.vacancy_text .main-table table thead th {
    font-size: 23px;
    line-height: 36px;
  }
  .school_rules_text.vacancy_text ul li {
    font-size: 23px;
    line-height: 36px;
    margin-top: 10px;
  }
  .inner-second-banner {
    height: 60vh;
  }
  a.apply-btn {
    padding: 5px 20px 7px;
    font-size: 19px;
  }
  .international_dimension_alert h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .international_dimension_alert p {
    font-size: 26px;
  }
  .international_dimension_alert {
    padding: 40px 30px;
  }
  .international-dimension-img .shop .thumb,
  .international-dimension-img .shop .thumb img {
    height: 200px !important;
  }
  .admission-block i.la-graduation-cap {
    font-size: 60px;
    top: -30px;
  }
  .inner-header
    .main-navbar
    ul.main-navbar-nav
    li.nav-item.nav-item-menu
    a.nav-link {
    padding: 0 30px !important;
  }
  .admission-block h1 {
    font-size: 23px;
    padding: 130px 20px;
    line-height: 32px;
  }
  .admission-block h1 span {
    font-size: 48px;
    line-height: 58px;
  }
  .admission-block {
    border-top: 0px solid #fff;
  }
  a.admis-btn {
    font-size: 16px;
    padding: 8px 20px;
  }
  a.ad-btn {
    font-size: 20px;
    padding: 16px 30px;
  }
  .main-table.main-fonts table tbody td,
  .main-table.main-fonts table thead th {
    font-size: 23px;
    line-height: 38px;
  }
  .main-table table tbody td,
  .main-table table thead th {
    font-size: 22px;
    line-height: 34px;
  }
  .eConnectPublication ul.nav li a {
    font-size: 40px;
    padding: 0 20px;
  }
  .eConnectPublication {
    padding: 60px 50px;
  }
  h4.inner-h4 {
    font-size: 24px;
  }
  h1.result-head {
    font-size: 40px;
  }
  .sports-img img {
    height: 350px;
  }
  .sports-info h1 {
    font-size: 34px;
  }
  .eConnectPublication ul.nav {
    margin-bottom: 40px;
  }
  .alumni-block img {
    width: 190px !important;
    height: 190px;
  }
  .alumni-info {
    padding: 25px 0 0;
  }
  .alumni-info h1 {
    font-size: 22px;
    line-height: 34px;
  }
  .alumni-info h2 {
    font-size: 18px;
    padding: 3px 16px;
  }
  .school_rules_sidebar h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .alumni-info p {
    font-size: 17px;
    line-height: 26px;
    margin-top: 5px;
  }
  .owl-theme.alumni_carousel .owl-nav button.owl-next,
  .owl-theme.alumni_carousel .owl-nav button.owl-prev {
    padding: 0 18px 4px;
    line-height: 40px;
    font-size: 28px;
  }
  .school_rules_sidebar ul li a {
    font-size: 22px;
    line-height: 36px;
    padding: 12px 0 12px 40px;
  }
  .school_rules_sidebar ul li:before {
    top: 28px;
    width: 25px;
  }
  .school_rules_sidebar {
    padding: 100px 50px 40px 60px;
  }
  p.inner-p {
    font-size: 22px;
    line-height: 34px;
    margin-top: 20px;
  }
  h1.inner-h1 {
    font-size: 28px;
    margin-bottom: 16px;
    margin-top: 30px;
  }
  .school_rules_text ul li {
    font-size: 22px;
    line-height: 34px;
    margin-top: 16px;
  }
  .school_rules_text ul li i {
    top: 9px;
    left: -28px;
    font-size: 18px;
  }
  .school_rules_text ol li span {
    top: 9px;
    width: 16px;
    height: 16px;
  }
  .school_rules_text ul {
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
  }
  .smc-info h1 {
    font-size: 21px;
    line-height: 30px;
    padding: 24px 12px 12px;
  }
  .smc-info p {
    font-size: 18px;
    padding: 12px 20px;
  }
  .smc-block img {
    height: 400px;
  }
  h1.inner-head {
    font-size: 44px;
  }
  .school_awards .tab-content ul li {
    font-size: 22px;
    line-height: 36px;
    padding-left: 35px;
  }
  .school_awards .tab-content ul li i {
    margin-top: 9px;
    font-size: 19px;
    margin-left: -28px;
  }
  .school_awards_sidebar a.nav-link {
    font-size: 38px;
    line-height: 44px;
    padding: 14px 0;
  }
  .about-awards-video-box.ideology-video-box iframe {
    height: 350px;
  }
  .about-awards-video-box h2 {
    font-size: 24px;
    padding: 0 20px;
    margin-bottom: 35px;
    line-height: 33px;
  }
  a.video_anchor {
    font-size: 16px;
    margin-top: 20px;
  }
  .about-awards-content h1.main-heading a {
    font-size: 16px;
    padding: 4px 20px;
  }
  .school_awards .nav-pills .nav-link.active,
  .school_awards .nav-pills .show > .nav-link {
    font-size: 56px;
    line-height: 60px;
  }
  .socials {
    margin-top: 25px;
    top: -39px;
  }
  h1.gallery-head {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 25px;
  }
  .gallery-sidebar {
    padding: 50px 35px;
  }
  .gallery-sidebar h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .gallery-sidebar-img img {
    width: 100px;
    height: 80px;
  }
  .gallery-sidebar-content p {
    font-size: 15px;
  }
  .gallery-sidebar-content h2 {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 3px;
  }
  .shop .thumb i {
    top: 20px !important;
    left: 20px !important;
    font-size: 32px !important;
    padding: 8px 9px !important;
  }
  .shop .thumb,
  .shop .thumb img {
    height: 350px !important;
  }
  .inner-header img.navbar-brand-logo-img {
    width: 150px;
  }
  .inner-gallery-info {
    padding: 50px 30px 25px;
  }
  .inner-gallery-info h1 {
    font-size: 26px;
    line-height: 34px;
  }
  .inner-gallery img {
    height: 350px;
  }
  .inner-gallery h2 {
    top: 30px;
    left: 30px;
    font-size: 32px;
  }
  .calToAction {
    padding: 0 4%;
  }
  section.inner-page-sec .content-text h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .homepage-about-section {
    padding: 0 0px;
  }
  .sub-hero-shape {
    height: 290px;
  }
  .about-awards-img img {
    height: 350px;
  }
  .about-awards-info h1 {
    font-size: 24px;
    line-height: 32px;
    border-left: 6px solid #548eb7;
    padding-left: 16px;
  }
  .main-navbar ul.main-navbar-nav li.nav-item.nav-item-menu a.nav-link {
    padding: 12px 30px !important;
  }
  .owl-theme.about_awards_carousel .owl-nav button.owl-next,
  .owl-theme.about_awards_carousel .owl-nav button.owl-prev {
    padding: 0 16px 8px;
    font-size: 40px;
    line-height: 40px;
  }
  .about-awards-img {
    border: 8px solid #c0d1dd;
  }
  .about-awards-info p {
    font-size: 19px;
    line-height: 30px;
    margin-top: 20px;
  }
  .about-awards-info {
    padding: 30px 25px;
  }
  .about-awards-content h1.main-heading {
    font-size: 44px;
    line-height: 54px;
  }
  .about-awards-content p.main-text {
    font-size: 20px;
    line-height: 30px;
  }
  .about-awards-content {
    padding: 50px 40px 110px 158px;
  }
  .about-awards-content i {
    font-size: 210px;
  }
  .about-awards-video-box iframe {
    height: 480px;
  }
  section.inner-page-sec .content-text {
    max-width: 700px;
    padding: 60px 40px 50px;
  }
  section.inner-page-sec .content-text p {
    font-size: 22px;
    line-height: 36px;
    margin-top: 20px;
  }
  section.inner-page-sec.inner-page-sec2 .content-text-intro {
    padding: 12px 40px 12px 50px;
  }
  .content-text-intro h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .content-text-intro h2 small {
    font-size: 75%;
  }
  .inner-banner-content {
    padding: 45px 0 35px;
    margin-top: -180px;
  }
  .inner-banner-content h1 {
    font-size: 52px;
  }
  .inner-banner-content h6 {
    margin-bottom: 8px;
    font-size: 19px;
  }
  .close-nav-panel {
    position: absolute;
    right: 22px;
    top: 1px;
    font-size: 28px;
  }
  .navigation nav ul.main-ul {
    width: 440px;
    margin-top: 0px;
  }
  .close-nav-panel span {
    font-size: 20px;
  }
  .close-nav-panel i {
    position: relative;
    top: 3px;
  }
  .socials a {
    font-size: 19px;
    padding: 5px 10px;
    margin: 0 8px 0 0;
  }
  .modal_flyer .modal-dialog {
    max-width: 650px;
  }
  .modal_flyer .modal-body .owl-theme .owl-nav button.owl-next,
  .modal_flyer .modal-body .owl-theme .owl-nav button.owl-prev {
    font-size: 22px;
    padding: 12px 5px;
  }
  .navigation nav > ul > li > a {
    font-size: 24px;
    padding: 4px 20px;
    line-height: 34px;
  }
  .navigation nav ul ul {
    right: 450px;
    width: 500px;
  }
  .navigation nav ul ul li a {
    font-size: 21px;
    line-height: 32px;
  }
  .navigation nav ul ul li a {
    padding: 12px 35px;
  }
  .navigation nav ul ul li a:before {
    top: 22px;
    border: 8px double #fffd9f;
  }
  .our-toppers {
    padding: 100px 7%;
  }
  img.navbar-brand-logo-img {
    width: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-navbar ul.main-navbar-nav li.nav-item a.nav-link {
    font-size: 22px;
    padding: 30px 20px 12px !important;
  }
  .main-navbar ul.main-navbar-nav li.nav-item a.nav-link i.menu-icon-img {
    font-size: 52px;
  }
  p.inner-para {
    font-size: 26px;
    line-height: 42px;
    margin-top: 25px;
  }
  .main-navbar {
    padding: 54px 0px 15px;
  }
  .fixed-social-icons nav ul li a {
    font-size: 24px;
    padding: 5px 6px 5px 20px;
    margin: 16px 0;
  }
  .fixed-social-icons nav ul li a span {
    font-size: 17px;
  }
  .fixed-social-icons nav ul li {
    transform: translateX(96px);
  }
  .news_updates marquee {
    font-size: 22px;
    line-height: 28px;
    padding: 14px 0 0;
  }
  .admissions-btn a {
    font-size: 28px;
    line-height: 40px;
    padding: 6px 0;
  }
  .news_updates {
    /* margin: -70px 30px 14px; */
    margin-bottom: 12px;
  }
  .news_updates marquee span {
    font-size: 15px;
  }
  .external_links_block .item a img {
    padding: 12px 30px;
  }
  section {
    padding: 100px 0;
  }
  img.icon-shape {
    width: 115px;
    margin-bottom: 16px;
  }
  h1.main-heading {
    font-size: 52px;
    line-height: 66px;
  }
  p.main-para {
    font-size: 18px;
    line-height: 34px;
  }
  a.main-link {
    padding: 9px 30px 10px;
    font-size: 17px;
  }
  section.sub-hero-section lord-icon {
    height: 150px;
  }
  .sub-hero-box-info h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .col-lg-3:nth-child(1) .sub-hero-box-data img {
    height: 470px;
  }
  .col-lg-3:nth-child(2) .sub-hero-box-data img {
    height: 500px;
  }
  .col-lg-3:nth-child(3) .sub-hero-box-data img {
    height: 530px;
  }
  .col-lg-3:nth-child(4) .sub-hero-box-data img {
    height: 560px;
  }
  .col-lg-3:nth-child(5) .sub-hero-box-data img {
    height: 600px;
  }
  .col-lg-3:nth-child(1) .sub-hero-box-info {
    height: 268px;
  }
  .col-lg-3:nth-child(2) .sub-hero-box-info {
    height: 235px;
  }
  .col-lg-3:nth-child(3) .sub-hero-box-info {
    height: 198px;
  }
  .col-lg-3:nth-child(4) .sub-hero-box-info {
    height: 160px;
  }
  .col-lg-3:nth-child(5) .sub-hero-box-info {
    height: 120px;
  }
  .sub-hero-box {
    height: 700px;
  }
  section.sub-hero-section {
    padding: 80px 5% 90px;
  }
  .sub-hero-box-content a {
    bottom: 30px;
    right: 30px;
    padding: 4px 12px;
    font-size: 30px;
  }
  .our-toppers lord-icon {
    width: 150px !important;
    height: 150px !important;
  }
  .our-toppers h1.sub-head span {
    font-size: 95px;
    line-height: 60px;
  }
  .results-box {
    padding: 16px;
  }
  .results-box img {
    width: 130px !important;
    height: 130px;
  }
  .results-box p {
    font-size: 17px;
  }
  .result-text h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .owl-theme.results-block .owl-nav button.owl-next,
  .owl-theme.results-block .owl-nav button.owl-prev {
    font-size: 17px;
    line-height: 26px;
  }
  .result-text {
    min-height: 54px;
  }
  .view-all-result a {
    font-size: 18px;
  }
  .container {
    max-width: 85%;
  }
  .calendar-block-fixed {
    padding: 90px 40px !important;
  }
  .calendar-block-fixed h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .calendar-block p,
  .calendar_carousel .item p {
    font-size: 19px;
    line-height: 28px;
  }
  .calendar-block-box ul li b,
  .calendar-block-box ul li small {
    font-size: 14px;
  }
  .calendar-block-box ul li span {
    font-size: 52px;
    line-height: 74px;
  }
  .calendar-block h1 {
    font-size: 56px;
  }
  .calendar-block-box {
    padding-left: 50px;
  }
  .homepageCalendar h1.main-heading {
    font-size: 52px;
  }
  .calendar-block {
    padding: 30px;
    min-height: 290px;
  }
  .homepageCalendars a.explore-video-link {
    font-size: 19px;
  }
  .owl-theme.calendar_carousel .owl-nav button.owl-next,
  .owl-theme.calendar_carousel .owl-nav button.owl-prev {
    padding: 2px 16px 4px;
    font-size: 26px;
  }
  .owl-theme.calendar_carousel .owl-nav {
    bottom: -70px;
  }
  .school-calendar-box {
    margin-top: 12px;
    padding: 0 0 0 50px;
  }
  .news-section img {
    height: 600px;
  }
  .news-section h6 span {
    font-size: 53px;
    line-height: 54px;
  }
  .news-section h6 {
    font-size: 16px;
    padding: 12px;
  }
  .news-section-content {
    padding: 30px;
  }
  .news-section-content h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .news-section-content p {
    font-size: 19px;
    line-height: 28px;
  }
  .news-thumbnails-content h1 {
    font-size: 18px;
    line-height: 26px;
  }
  .news-thumbnails-content h6 {
    font-size: 14px;
  }
  .homepageNews h1.main-heading {
    font-size: 70px;
  }
  .news-thumbnails-content {
    padding: 14px;
  }
  .news-thumbnails img {
    height: 140px;
  }
  .news-thumbnails-view h1 {
    font-size: 28px;
  }
  .gallery-homepage {
    height: 630px;
    padding: 120px 60px 40px 40px;
  }
  p.main-text {
    font-size: 21px;
    line-height: 33px;
  }
  .gallery_carousel {
    padding-right: 10%;
    padding-left: 3%;
  }
  .gallery-section-box img {
    height: 520px;
  }
  .gallery-section-box-content {
    padding: 40px 20px;
  }
  .gallery-section h1 {
    font-size: 26px;
  }
  .gallery-section h1:before {
    bottom: -10px;
  }
  .gallery-section h1:after {
    top: -10px;
  }
  .gallery-section:hover .gallery-section-box-content {
    padding: 80px 20px;
  }
  .gallery-section-box h2 {
    top: 20px;
    left: 20px;
    font-size: 34px;
    padding: 7px;
  }
  .homepageGallery:hover .owl-theme.gallery_carousel .owl-nav {
    transform: translate(-140%, -50%);
  }
  .owl-theme.gallery_carousel .owl-nav button.owl-next,
  .owl-theme.gallery_carousel .owl-nav button.owl-prev {
    padding: 2px 23px 6px;
    font-size: 40px;
  }
  a.explore-video-link {
    font-size: 20px;
  }
  .gallery-homepage i.las.la-photo-video {
    font-size: 200px;
  }
  .school-tour {
    height: 600px;
  }
  .play-btn {
    width: 100px;
    height: 100px;
  }
  .school-tour-content {
    max-width: 650px;
    right: 35%;
    padding: 50px 45px;
  }
  .get_direction h1.main-heading {
    font-size: 44px;
    margin-bottom: 20px;
  }
  .get-directions input.form-control {
    height: 74px;
    font-size: 24px;
    padding: 10px 25px;
  }
  .get-directions .input-group-prepend span {
    font-size: 50px;
    padding: 10px 12px;
  }
  .get-directions button img {
    width: 48px;
  }
  .calToAction h2 {
    font-size: 36px;
    line-height: 38px;
  }
  .calToAction a {
    font-size: 23px;
    margin-left: 16px;
  }
  .calToAction .container {
    padding: 30px 40px;
  }
  .main-footer-side h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main-footer-side ul li {
    margin-bottom: 8px;
  }
  .main-footer-middle img {
    width: 130px;
    margin-bottom: 20px;
  }
  .main-footer-side ul li a {
    font-size: 17px;
  }
  ul.contt-info li {
    font-size: 17px;
    line-height: 28px;
  }
  .main-footer-middle p {
    font-size: 17px;
    line-height: 28px;
  }
  .main-footer {
    padding-top: 140px;
  }
  .main-footer-side {
    padding-bottom: 70px;
  }
  .footer-copyright {
    padding: 12px 0;
  }
  .footer-copyright p {
    font-size: 15px;
  }
  .virtualTour iframe {
    height: 680px;
  }
  .main-footer-side.quickLinks {
    padding-left: 50px !important;
  }
  .visit-media i {
    font-size: 80px;
  }
  .visit-media .visit-content {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .house-system-section .content-text {
    margin: 0 !important;
  }
  .innerSchoolNews .innerGallery_row2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sub-hero-section1 .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .innerSchoolNews .innerGallery_row1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .shop-wrap.school-news-box .shop > li {
    width: calc(50% - 0px);
  }
  .shop-wrap.school-news-box {
    padding: 20px !important;
  }
  .school-news-box .shop .thumb,
  .school-news-box .shop .thumb img {
    height: 200px !important;
  }
  .lg-sub-html h4 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .quickLinks.main-footer-side ul {
    -moz-column-count: 1;
    column-count: 1;
  }
  .transfer-certificate-block {
    padding: 40px 20px 40px;
    height: auto;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .transfer-certificate-block h1 {
    font-size: 21px;
    line-height: 32px;
    padding: 12px 16px 10px;
  }
  .transfer-certificate-block .main-table table tbody td {
    font-size: 17px;
    padding: 8px 12px;
  }
  .transfer-certificate-block2 {
    -webkit-clip-path: none;
    clip-path: none;
    margin-top: 20px;
  }
  .school-news-block .shop > li {
    width: 50% !important;
    margin-bottom: 12px !important;
    padding: 0 6px !important;
  }
  .innerGallery_row {
    flex-direction: column-reverse;
  }
  .innerGallery_row2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .innerGallery_row1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .shop-wrap.photo-gallery {
    padding: 30px 20px !important;
  }
  .photo-gallery .shop > li {
    width: 50%;
  }
  .photo-gallery .shop .thumb,
  .photo-gallery .shop .thumb img {
    height: 250px;
  }
  .photo-gallery .shop .thumb {
    border: 4px double #b3b3b3;
  }
  h1.gallery-head {
    font-size: 26px;
    line-height: 33px;
  }
  .gallery-sidebar {
    padding: 40px 20px;
    height: auto;
    overflow: auto;
  }
  .event-details {
    padding: 25px 20px 25px;
    margin-top: -100px;
  }
  .event-details h1 {
    font-size: 24px;
  }
  .event-details p {
    font-size: 17px;
    line-height: 27px;
  }
  .inner-banner-of.inner-banner-news-details .inner-banner {
    height: 60vh;
  }
  .goToTop {
    right: 12px;
  }
  .preloader .box img {
    width: 150px;
  }
  .navigation {
    right: auto;
    left: 0;
    transform: translateX(-200%);
  }
  .eConnectPublication h2 {
    font-size: 32px;
  }
  .school-connect-box img {
    height: 200px;
  }
  .school-connect-box1 {
    border: 0;
  }
  .navigation a.navbar-brand img {
    width: 130px;
    padding: 16px 20px 0;
  }
  .school-connect-box h1 {
    font-size: 15px;
  }
  .eConnectPublication ul.nav {
    border-bottom: 0;
  }
  .close-nav-panel span {
    display: none;
  }
  .close-nav-panel i {
    text-shadow: 1px 0 #fff;
  }
  .close-nav-panel {
    left: auto;
    right: 20px;
    top: 5px;
    font-size: 42px;
    border-radius: 50%;
  }
  .navigation {
    width: 100%;
  }
  .main-header .mydiv {
    display: none !important;
  }
  .main-header .navbar_desktop {
    display: none;
  }
  section.inner-page-sec figure.media {
    position: relative;
  }
  p.main-text {
    font-size: 19px;
    line-height: 28px;
  }
  .slider-main {
    height: auto;
  }
  .school-tour-content {
    padding: 30px 20px;
    position: relative;
    top: auto;
    max-width: 100%;
    right: auto;
    transform: none;
    background: rgba(255, 255, 255, 0.95);
  }
  .news-section-block {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .main-footer-middle {
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 40px 30px;
  }
  .main-footer {
    /* padding-top: 200px; */
    padding-bottom: 30px;
  }
  .news_updates {
    margin: -5px 0px 10px 0px;
    border-radius: 0;
    padding: 0 12px;
    position: relative;
    top: 0;
  }
  .admissions-btn a {
    line-height: 28px;
  }
  .fixed-social-icons nav ul li a {
    font-size: 21px;
    margin: 12px 0;
  }
  .modal_flyer button.close {
    top: 0;
    right: 0;
    font-size: 28px;
    z-index: 99;
    background: #cb2d2d;
    color: #fff;
    border-radius: 50%;
    padding: 4px !important;
    border: 2px solid #fff;
  }
  .admissions-btn {
    padding: 4px 30px;
    right: 0;
    border-radius: 50px;
    display: none;
  }
  .modal_flyer .modal-dialog {
    margin: auto;
  }
  .external_links_block .item a img {
    padding: 12px 10px;
  }
  section.sub-hero-section .container-fluid {
    padding: 0 16px !important;
  }
  section {
    padding: 15px 0;
  }
  .homepage-about-section {
    padding: 0 0;
  }
  img.icon-shape {
    width: 80px;
  }
  h1.main-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .sub-hero-shape {
    height: 100px;
    top: -3%;
  }
  a.main-link {
    font-size: 15px;
  }
  .sub-hero-box {
    padding: 0 3px;
    height: 480px;
  }
  .sub-hero-box-info {
    padding: 40px 0 20px;
  }
  .col-lg-3:nth-child(4) .sub-hero-box-info {
    height: 125px;
  }
  .col-lg-3:nth-child(3) .sub-hero-box-info {
    height: 150px;
  }
  .col-lg-3:nth-child(2) .sub-hero-box-info {
    height: 170px;
  }
  section.sub-hero-section {
    margin: 80px 0 0;
  }
  .col-lg-3:nth-child(1) .sub-hero-box-data img {
    height: 290px;
  }
  .col-lg-3:nth-child(2) .sub-hero-box-data img {
    height: 315px;
  }
  .col-lg-3:nth-child(3) .sub-hero-box-data img {
    height: 330px;
  }
  .col-lg-3:nth-child(4) .sub-hero-box-data img {
    height: 360px;
  }
  .results-box {
    padding: 12px 6px;
  }
  .results-box img {
    width: 90px !important;
    height: 90px;
  }
  .results-box p {
    font-size: 14px;
  }
  .cbse-block-head h1.sub-head {
    padding-left: 0 !important;
  }
  .our-toppers .cbse-block2 {
    margin-top: 70px;
  }
  .view-all-result a {
    padding: 6px 25px;
    font-size: 15px;
  }
  .view-all-result {
    position: relative;
    bottom: -50px;
  }
  .our-toppers {
    padding: 70px 0 70px;
  }
  h1.main-heading.mob-main-heading,
  h4.main-heading.mob-main-heading {
    display: block !important;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
    text-align: center;
  }
  .our-toppers h1.sub-head span {
    font-size: 65px;
  }
  section.homepageCalendars h1.main-heading,
  section.homepageNews h1.main-heading {
    display: none;
  }
  .calendar-block-fixed {
    padding: 40px 25px;
    height: auto;
  }
  .calendar-block {
    min-height: auto;
    padding: 50px 16px;
  }
  .school-calendar-box {
    padding: 0;
  }
  .news-section-content {
    padding: 16px;
    background: rgba(255, 255, 255, 0.9);
    bottom: 4%;
  }
  .news-section-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .news-section img {
    height: 450px;
  }
  .news-section-content h1 {
    font-size: 19px;
    line-height: 26px;
  }
  .news-thumbnails-content h1 {
    height: 65px;
  }
  .gallery-homepage {
    height: auto;
    padding: 60px 50px 80px;
    -webkit-clip-path: none;
    clip-path: none;
    margin-right: 0;
    border-right: 0;
    border-bottom: 10px solid #003860;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
  }
  .homepageGallery .owl-theme.gallery_carousel .owl-nav {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .gallery-section-box img {
    height: 300px;
  }
  .owl-carousel.owl-theme.gallery_carousel {
    width: 90%;
    margin: -60px auto 0;
  }
  .gallery-section-box {
    border: 8px solid #fff;
    border-radius: 8px;
  }
  .homepageGallery .container-fluid {
    padding: 0 !important;
  }
  .school-tour {
    height: auto;
    background-size: cover;
    border-radius: 0;
    border: 0;
    padding: 20px 20px 200px;
  }
  .playbtn {
    top: auto;
    left: 50%;
    bottom: 30px;
  }
  .play-btn {
    width: 70px;
    height: 70px;
  }
  .calToAction {
    padding: 0 12px;
  }
  .calToAction .container {
    margin-bottom: -145px;
    border-radius: 70px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .calToAction {
    text-align: center;
  }
  .visit-media .visit-content {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 6px;
  }
  .visit-media i {
    font-size: 76px;
    display: contents;
  }
  .calToAction a {
    font-size: 20px;
    display: inline-block;
    margin: 8px 0;
  }
  .main-footer-middle p {
    font-size: 16px;
    line-height: 26px;
  }
  .main-footer-side h2 {
    font-size: 18px;
    margin-bottom: 27px;
  }
  .main-footer-side h2:before {
    bottom: -9px;
    border-bottom: 3px solid #e4e2ae;
  }
  .main-footer-side ul li {
    margin-bottom: 0;
    margin-top: 8px;
  }
  .main-footer-side ul li a {
    font-size: 16px;
  }
  .main-footer-side {
    padding-left: 0 !important;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 0;
  }
  ul.contt-info li {
    font-size: 16px;
    line-height: 26px;
  }
  ul.contt-info li i {
    margin-top: 3px;
  }
  .main-footer-side iframe {
    height: 250px;
  }
  .footer-copyright {
    padding: 12px 0;
  }
  .news-thumbnails img {
    height: 100px;
  }
  .news_updates marquee {
    font-size: 17px;
  }
  .main-navbar .main-header-logo {
    text-align: left !important;
  }
  .main-navbar {
    padding: 0px 16px;
  }
  .fixed-social-icons nav ul li {
    transform: translateX(0);
  }
  .fixed-social-icons nav ul li a span {
    display: none;
  }
  .fixed-social-icons nav ul li {
    transform: translateX(0);
  }
  .fixed-social-icons nav ul li a i {
    padding-right: 2px;
  }
  .virtualTour iframe {
    height: 300px;
  }
  .virtualTour button.close {
    top: -12px;
    right: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
  }
  .about-awards-video-box iframe {
    height: 250px;
  }
  .inner-banner {
    height: 60vh;
  }
  .inner-banner-content {
    padding: 16px 16px 0;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .inner-banner-content h6 {
    font-size: 15px;
  }
  .inner-banner-content h1 {
    font-size: 22px;
  }
  section.inner-page-sec figure.media img {
    -webkit-clip-path: none;
    clip-path: none;
  }
  section.inner-page-sec figure.media {
    margin-bottom: 0;
  }
  section.inner-page-sec .content-text {
    max-width: 96%;
    position: relative;
    height: auto;
  }
  section.inner-page-sec .content-text h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .inner-page-sec .container-fluid {
    padding: 0 !important;
  }
  section.inner-page-sec.inner-page-sec2 .content-text-intro {
    right: auto;
    left: 0;
    bottom: 50px;
    border: 6px solid #f1f1f1;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 30px 10px 20px;
  }
  .content-text-intro h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .inner-banner-content h6:after,
  .inner-banner-content h6:before {
    display: none;
  }
  .about-awards-content {
    padding: 40px 30px;
  }
  .about-awards-content i {
    top: 0;
    bottom: auto;
  }
  .about-awards-slide {
    margin-top: 0;
    margin-right: 0;
  }
  .owl-theme.about_awards_carousel .owl-nav {
    right: 20px;
    margin-top: 25px;
  }
  .about-awards-box {
    padding: 20px 16px 20px 16px;
  }
  .owl-theme.about_awards_carousel .owl-nav button.owl-next,
  .owl-theme.about_awards_carousel .owl-nav button.owl-prev {
    font-size: 26px;
    line-height: 32px;
  }
  .about-awards-content p.main-text {
    font-size: 17px;
    line-height: 26px;
  }
  .about-awards-content h1.main-heading {
    font-size: 28px;
    line-height: 38px;
  }
  .main-navbar ul.main-navbar-nav li.nav-item.nav-item-menu a.nav-link {
    padding: 0 0 0 12px !important;
  }
  .main-navbar ul.main-navbar-nav li.nav-item a.nav-link i.menu-icon-img {
    font-size: 46px;
  }
  h1.inner-head {
    font-size: 32px;
    text-align: center;
  }
  .school_awards_info-sam h1.inner-head {
    text-align: left;
  }
  .school_awards_sidebar .flex-column {
    flex-direction: row !important;
    justify-content: center;
  }
  .school_awards_sidebar {
    padding: 16px;
    border-radius: 0;
  }
  .school_awards .nav-pills .nav-link.active,
  .school_awards .nav-pills .show > .nav-link {
    font-size: 30px;
    line-height: 38px;
  }
  .school_awards .nav-pills .nav-link.active:before,
  .school_awards .nav-pills .show > .nav-link:before {
    display: none;
  }
  .school_awards_sidebar a.nav-link {
    padding: 4px 12px !important;
  }
  .school_awards .tab-content {
    padding: 30px 20px 20px;
    left: 0;
    top: 0;
  }
  .school_awards .tab-content ul li {
    font-size: 18.5px;
    line-height: 29px;
    padding-left: 20px;
  }
  .school_awards .tab-content ul li i {
    margin-top: 6px;
  }
  .school_awards .tab-content i.las.la-trophy {
    font-size: 180px;
  }
  .about-awards-video-box.ideology-video-box iframe {
    height: 200px;
  }
  .about-awards-img img {
    height: 240px;
  }
  .inner-banner-content {
    overflow: hidden;
  }
  section.inner-page-sec .content-text p {
    font-size: 18.5px;
    line-height: 29px;
    margin-top: 16px;
  }
  .school_awards_sidebar:before {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #004372;
    position: absolute;
    content: "";
    bottom: 0;
    z-index: 9;
    left: 50%;
    transform: rotate(180deg) translate(50%, -50%);
  }
  .about-awards-video-box h2 {
    font-size: 19px;
  }
  .plain-text h4 {
    font-size: 21px;
    margin-top: 20px;
  }
  .inner-header .main-navbar {
    padding: 9px 0;
  }
  .inner-header img.navbar-brand-logo-img {
    /* width: 214px;
    top: 15px;
    left: 15px; */
    top: -1px;
  }
  .inner-banner-content.inner-banner-content2 {
    padding: 14px 0 0px;
  }
  .main-table table tbody td,
  .main-table table thead th {
    padding: 8px 12px;
    font-size: 18.5px;
    line-height: 28px;
  }
  .school_rules_info {
    padding: 40px 20px;
    margin-right: 0;
  }
  .school_rules_text ul li {
    font-size: 18.5px;
    line-height: 29px;
    margin-top: 12px;
  }
  h1.inner-h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .inner-header
    .main-navbar
    ul.main-navbar-nav
    li.nav-item.nav-item-menu
    a.nav-link.icon-bar {
    position: relative;
    right: -20px;
  }
  .school_rules_sidebar {
    padding: 40px 20px 30px 30px;
    position: relative;
    height: auto;
  }
  .school_rules_sidebar i {
    font-size: 200px;
  }
  .school_rules_sidebar h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .school_rules_sidebar ul li a {
    padding: 6px 0 6px 30px;
  }
  p.inner-p {
    font-size: 18.5px;
    line-height: 29px;
  }
  .school_rules_text ol li span {
    left: -8px;
  }
  .school_rules_text ol li {
    padding-left: 20px;
  }
  p.inner-para {
    font-size: 21px;
    line-height: 33px;
  }
  .alumni-block img {
    width: 140px !important;
    height: 140px;
  }
  section.school_rules .container-fluid {
    padding: 0 15px !important;
  }
  .about-awards-info {
    padding: 20px 0 20px 0;
    height: auto;
  }
  h1.result-head {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .main-table.main-fonts table tbody td,
  .main-table.main-fonts table thead th {
    font-size: 18.5px;
    line-height: 28px;
  }
  .eConnectPublication {
    padding: 40px 20px;
  }
  .eConnectPublication ul.nav li a.active:before {
    display: none;
  }
  .sports-info h1 {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: center;
  }
  .sports_carousel button.owl-next,
  .sports_carousel button.owl-prev {
    background: #4e4e4e !important;
    color: #fff !important;
    padding: 6px 12px !important;
  }
  .eConnectPublication ul.nav {
    padding-bottom: 0;
  }
  .eConnectPublication.boardResults ul.nav {
    border-bottom: 0;
  }
  .international_dimension_alert h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .international_dimension_alert p {
    font-size: 19px;
    line-height: 24px;
  }
  a.admis-btn {
    font-size: 12px;
    padding: 4px 8px;
  }
  .admission-block h1 {
    font-size: 18px;
    padding: 80px 12px;
    line-height: 28px;
  }
  .admission-block h1 span {
    font-size: 30px;
    line-height: 40px;
  }
  .admission-block {
    border-top: 20px solid #fff;
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .admission-block i.la-graduation-cap {
    top: -6%;
    font-size: 38px;
  }
  a.ad-btn {
    font-size: 18px;
    line-height: 26px;
    padding: 8px 20px;
    margin: 8px 0;
    display: inline-block;
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }
  @keyframes example {
    0% {
      background-color: #b7261b;
    }
    50% {
      background-color: #f61505;
    }
    100% {
      background-color: #ce564d;
    }
  }
  .school-news-block .shop .thumb,
  .school-news-block .shop .thumb img {
    height: 200px !important;
  }
  .school-news-block .shop .thumb {
    border-width: 7px !important;
  }
  .shop-wrap {
    padding-left: 0 !important;
  }
  form.contact-form {
    padding: 40px 20px 40px;
  }
  .contact-maps iframe {
    height: 40vh;
  }
  section.inner-page-sec .content-text,
  section.inner-page-sec.inner-page-sec2 .content-text {
    float: initial;
  }
  .fit-india-img .shop > li {
    width: calc(50% - 0px) !important;
    border: 4px double #003860 !important;
  }
  .fit-india-img .shop .thumb,
  .fit-india-img .shop .thumb img {
    height: 150px !important;
  }
  .about-awards-video-box.fit-video-box iframe {
    height: 200px;
  }
  .visitors-opinion-block {
    flex-wrap: wrap;
    padding: 30px 20px;
  }
  .visitors-opinion-block-info {
    margin-left: 0 !important;
  }
  .visitors-opinion-block-img,
  .visitors-opinion-block-img img {
    width: 150px;
    height: 150px;
  }
  .visitors-opinion-block-info h2 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .visitors-opinion-block-img {
    margin: 0 0 20px 0 !important;
  }
  .visitors-opinion-block-info p {
    font-size: 20px;
    line-height: 24px;
  }
  .visitors-opinion-block:hover .visitors-opinion-block-img:after {
    outline: 3px solid #dc928e;
    outline-offset: -29px;
  }
  .visitors-opinion-block:hover .visitors-opinion-block-img:before {
    outline: 2px dotted #809cb0;
    outline-offset: -20px;
  }
  .visitors-opinion-block.visitors-opinion-block2 .visitors-opinion-block-info {
    margin-right: 20px !important;
  }
  .visitors-opinion-block.visitors-opinion-block2 {
    justify-content: end;
  }
  .visitors-opinion-block-info p small {
    font-size: 70%;
    line-height: 20px;
  }
  .visitors-opinion-block svg {
    bottom: auto;
    right: 0;
    top: 0;
    transform: rotate(180deg);
  }
  .vacancy_text p.inner-p {
    font-size: 19px;
    line-height: 30px;
  }
  .school_rules_text.vacancy_text ul li {
    font-size: 19px;
    line-height: 30px;
  }
  section.school_awards .container-fluid {
    padding: 0 15px !important;
  }
}
@media (min-width: 1200px) {
  h1.main-haeading.mob-main-heading,
  h4.main-heading.mob-main-heading {
    display: none;
  }
  .mobile_d_none {
    display: block;
  }
}
@media (max-width: 1199px) {
  .main-navbar .collapse:not(.show) {
    display: block;
  }
  .mobile_d_none {
    display: none;
  }
}
@media (max-width: 575px) {
  .get-directions .input-group-prepend span {
    font-size: 30px;
    padding: 8px 8px;
  }
  .get-directions button img {
    width: 30px;
  }
  .get-directions input.form-control {
    font-size: 20px;
  }
  /* img.navbar-brand-logo-img {
    width: 210px;
  } */
  .sub-hero-box-info h1 {
    font-size: 26px;
    line-height: 36px;
  }
  section.sub-hero-section lord-icon {
    height: 120px;
    top: -14px;
  }
  .col-lg-3:nth-child(5) .sub-hero-box-info {
    height: 107px;
  }
  .visit-media {
    margin-bottom: 20px;
  }
  .calToAction .col-lg-6 {
    text-align: center !important;
  }
  .calToAction .container {
    padding: 20px 35px;
  }
  .modal_flyer .modal-dialog {
    max-width: 90%;
  }
  section.inner-page-sec figure.media img {
    height: 400px;
  }
  .international-dimension-img .shop .thumb,
  .international-dimension-img .shop .thumb img {
    height: 100px !important;
  }
  .visitsExcursionsImg img {
    height: 150px;
  }
  section.inner-page-sec .content-text {
    padding: 30px 20px 30px;
    margin: -30px 12px 0;
  }
  .eConnectPublication ul.nav li a {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mainadmission .col-lg-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  /* img.navbar-brand-logo-img {
    width: 301px;
  } */
  .main-navbar ul.main-navbar-nav li.nav-item a.nav-link i.menu-icon-img {
    font-size: 52px;
  }
  .sub-hero-box-info h1 {
    font-size: 30px;
    line-height: 40px;
  }
  section.sub-hero-section lord-icon {
    height: 130px;
  }
  .main-footer-side.quickLinks ul {
    -moz-column-count: 2;
    column-count: 2;
  }
  .main-footer-middle {
    width: 70%;
    margin: auto;
  }
  .calToAction .col-lg-6:first-child {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .calToAction .col-lg-6:last-child {
    text-align: right !important;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .calToAction .container {
    padding: 20px 10px;
  }
  .modal_flyer .modal-dialog {
    max-width: 80%;
  }
  section.inner-page-sec figure.media img {
    height: 500px;
  }
  .international-dimension-img .shop > li {
    width: calc(33.33% - 0px) !important;
  }
  .international-dimension-img .shop .thumb,
  .international-dimension-img .shop .thumb img {
    height: 140px !important;
  }
  .visitsExcursionsImg img {
    height: 200px;
  }
  section.inner-page-sec .content-text {
    padding: 40px 30px 40px;
    margin: -60px 40px 0;
  }
  .eConnectPublication ul.nav li a {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-second-banner {
    height: 400px;
  }
  .navigation nav ul ul {
    right: 360px !important;
    width: 350px !important;
  }
  .sub-hero-section1 .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .navigation nav ul.main-ul {
    margin-top: 110px;
  }
  .ext-btn-group {
    margin-top: 70px;
  }
  .innerSchoolNews .innerGallery_row1 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .innerSchoolNews .innerGallery_row2 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .school-news-box .shop .thumb,
  .school-news-box .shop .thumb img {
    height: 210px !important;
  }
  .shop-wrap.school-news-box .shop > li {
    width: calc(50% - 0px);
  }
  .navigation .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .inner-footer .main-footer {
    padding-top: 40px;
  }
  .school-connect-box img {
    height: 250px;
  }
  .main-footer {
    padding-top: 130px;
    padding-bottom: 40px;
  }
  .view-all-result a {
    padding: 6px 20px;
    font-size: 15px;
  }
  .goToTop {
    right: 20px;
  }
  .innerGallery_row1 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .transfer-certificate-block {
    padding: 40px 20px 60px;
  }
  .transfer-certificate-block h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .innerGallery_row2 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .shop-wrap.photo-gallery {
    padding: 30px 20px;
  }
  .gallery-sidebar {
    padding: 40px 20px;
  }
  .photo-gallery .shop .thumb {
    border: 4px double #b3b3b3;
    height: 250px;
  }
  .photo-gallery .shop .thumb,
  .photo-gallery .shop .thumb img {
    height: 250px;
  }
  .inner-gallery-info {
    padding: 50px 20px 20px;
  }
  .inner-gallery img {
    height: 280px;
  }
  .inner-gallery-info h1 {
    font-size: 21px;
    line-height: 26px;
  }
  .news-category .news-thumbnails img {
    height: 170px;
  }
  .news-category .news-thumbnails-content h1 {
    font-size: 16px;
    height: 50px;
  }
  .inner-banner-of.inner-banner-news-details .inner-banner {
    height: 60vh;
  }
  .event-details h1 {
    font-size: 24px;
    line-height: 33px;
  }
  .event-details p {
    font-size: 17px;
  }
  .eConnectPublication h2 {
    font-size: 34px;
  }
  .school-connect-box1 {
    border: 0;
  }
  .eConnectPublication ul.nav li a {
    font-size: 30px;
  }
  .eConnectPublication {
    padding: 30px 20px;
  }
  .main-header .navigation a.navbar-brand.brand-logo.desk-menu-logo {
    left: -450px;
  }
  .main-header .mydiv {
    display: none !important;
  }
  .slider-main {
    height: auto;
  }
  /* img.navbar-brand-logo-img {
    width: 301px;
  } */
  .main-navbar {
    padding: 30px 20px 30px;
  }
  .main-navbar .collapse:not(.show) .row {
    justify-content: space-between;
  }
  .main-navbar ul.main-navbar-nav li.nav-item a.nav-link i.menu-icon-img {
    font-size: 52px;
  }
  h1.main-heading,
  h4.main-heading.mob-main-heading {
    font-size: 37px;
    line-height: 50px;
  }
  .homepage-about-section {
    position: relative;
    padding: 0 0px;
  }
  section {
    padding: 11px 0;
  }
  .sub-hero-shape {
    height: 148px;
    top: -4%;
  }
  h1.main-heading.mob-main-heading,
  h4.main-heading.mob-main-heading {
    display: none;
  }
  .results-box img {
    width: 85px !important;
    height: 85px;
  }
  .results-box p {
    font-size: 14px;
  }
  .our-toppers h1.sub-head span {
    font-size: 70px;
    line-height: 70px;
  }
  .cbse-block-head h1.sub-head {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .result-text {
    min-height: 70px;
  }
  .col-lg-3:nth-child(1) .sub-hero-box-info {
    height: 200px;
  }
  .col-lg-3:nth-child(2) .sub-hero-box-info {
    height: 170px;
  }
  .col-lg-3:nth-child(3) .sub-hero-box-info {
    height: 140px;
  }
  .col-lg-3:nth-child(4) .sub-hero-box-info {
    height: 110px;
  }
  .col-lg-3:nth-child(1) .sub-hero-box-data img {
    height: 360px;
  }
  .col-lg-3:nth-child(2) .sub-hero-box-data img {
    height: 390px;
  }
  .col-lg-3:nth-child(3) .sub-hero-box-data img {
    height: 420px;
  }
  .col-lg-3:nth-child(4) .sub-hero-box-data img {
    height: 450px;
  }
  .homepageCalendar h1.main-heading {
    font-size: 37px;
  }
  .owl-carousel.owl-theme.calendar_carousel {
    padding-right: 80px;
  }
  .calendar-block-fixed {
    padding: 40px 25px;
    height: 100%;
  }
  .homepageNews h1.main-heading {
    font-size: 50px;
    line-height: 54px;
    text-align: left !important;
  }
  .news-thumbnails img {
    height: 90px;
  }
  .news-thumbnails-content h6 {
    font-size: 11px;
  }
  .news-thumbnails-content h1 {
    font-size: 14px;
    height: 40px;
  }
  .news-thumbnails-view h1 {
    font-size: 20px;
  }
  .news-section-content h1 {
    font-size: 19px;
    line-height: 26px;
  }
  .news-section-content p {
    font-size: 16px;
    line-height: 23px;
  }
  p.main-text {
    line-height: 28px;
  }
  .owl-carousel.owl-theme.gallery_carousel {
    padding-right: 70px;
  }
  .homepageGallery .owl-theme.gallery_carousel .owl-nav {
    right: 20%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .playbtn {
    top: auto;
    bottom: 10px;
    left: 50%;
  }
  .school-tour-content {
    padding: 30px 25px;
    position: relative;
    top: auto;
    max-width: 70%;
    right: auto;
    transform: none;
    margin: 50px auto 0;
  }
  .school-tour {
    height: 600px;
    border-radius: 50px;
    border-top-left-radius: 0;
    border: 16px solid #f1f1f1;
    border-top-right-radius: 0;
  }
  .virtualTour iframe {
    height: 300px;
  }
  .visit-media .visit-content {
    margin-bottom: 20px;
  }
  .calToAction .container {
    border-radius: 10px;
    margin-bottom: -100px;
    margin-top: -60px;
  }
  .main-footer-middle {
    position: relative;
    margin-top: 20px;
    transform: translate(0, -50%);
    left: 55%;
    top: 50%;
    padding: 40px 30px 30px;
    height: auto;
  }
  .main-footer-side {
    padding-bottom: 0;
  }
  .main-footer-side.quickLinks ul {
    -moz-column-count: 2;
    column-count: 2;
  }
  .main-footer-side {
    padding-left: 0 !important;
    padding-top: 50px;
  }
  .main-footer-side iframe {
    height: 170px;
    padding-right: 40px;
  }
  .footer-copyright {
    padding: 10px 0;
  }
  ul.contt-info li i {
    left: 16px;
    padding: 3px;
    font-size: 14px;
    margin-top: 2px;
  }
  ul.contt-info {
    -webkit-padding-start: 34px;
    padding-inline-start: 34px;
  }
  .main-footer-side ul li a {
    font-size: 16px;
  }
  .main-footer-side h2 {
    font-size: 18px;
  }
  ul.contt-info li {
    font-size: 15px;
    line-height: 24px;
  }
  .main-footer-middle p {
    font-size: 16px;
    line-height: 26px;
  }
  .play-btn {
    width: 75px;
    height: 75px;
  }
  .inner-banner {
    height: 70vh;
  }
  .inner-banner-content {
    margin-top: -75px;
    border-top-left-radius: 60%;
    border-top-right-radius: 59%;
  }
  section.inner-page-sec .content-text {
    max-width: 100%;
    padding: 40px 25px 40px;
  }
  section.inner-page-sec .content-text h3 {
    font-size: 30px;
  }
  .content-text-intro h2 {
    font-size: 24px;
    line-height: 26px;
  }
  section.inner-page-sec.inner-page-sec2 .content-text-intro {
    padding: 10px 20px 10px 30px;
  }
  .about-awards-video-box iframe {
    height: 350px;
  }
  .about-awards-img img {
    height: 280px;
  }
  .about-awards-content {
    padding: 30px 20% 100px 70px;
  }
  .about-awards-video-box.ideology-video-box iframe {
    height: 200px;
  }
  .plain-text h4 {
    font-size: 22px;
  }
  .inner-banner-content.inner-banner-content2 {
    padding: 70px 0 40px;
  }
  section.school_awards .container-fluid {
    padding: 0 15px !important;
  }
  .school_rules_info {
    padding: 30px;
    margin-right: 20px;
  }
  .alumni-info h2 {
    font-size: 14px;
    padding: 2px 8px;
  }
  .alumni-block img {
    width: 130px !important;
    height: 130px;
  }
  .alumni-info h1 {
    font-size: 17px;
    line-height: 24px;
  }
  .alumni-info p {
    font-size: 13px;
    line-height: 19px;
  }
  p.inner-para {
    font-size: 21px;
    line-height: 34px;
    margin-top: 12px;
  }
  .inner-header img.navbar-brand-logo-img {
    top: -1px;
  }
  /* .inner-header img.navbar-brand-logo-img {
    width: 201px;
    top: 12px;
    left: 30px;
  } */
  .inner-header .main-navbar {
    padding: 2px 0;
  }
  h1.result-head {
    font-size: 28px;
  }
  .school_rules_sidebar {
    padding: 50px 20px 20px 30px;
  }
  .school_rules_sidebar i {
    font-size: 200px;
  }
  .school_rules_sidebar h1 {
    font-size: 32px;
    line-height: 42px;
  }
  h1.inner-h1 {
    font-size: 24px;
  }
  .main-table table thead td,
  .main-table table thead th {
    line-height: 28px;
  }
  .sports-info h1 {
    font-size: 24px;
    text-align: center;
  }
  .international-dimension-img .shop .thumb,
  .international-dimension-img .shop .thumb img {
    height: 110px;
  }
  .visitsExcursionsImg img {
    height: 200px;
  }
  .admission-block h1 span {
    font-size: 32px;
    line-height: 44px;
  }
  .col-lg-7.mainadmission {
    flex: 0 0 90%;
    max-width: 90%;
  }
  a.ad-btn {
    margin: 8px 0;
  }
  .school-news-block .shop .thumb,
  .school-news-block .shop .thumb img {
    height: 230px !important;
  }
  form.contact-form {
    padding: 40px 20px 20px;
  }
  .contact-maps iframe {
    height: 45vh;
  }
  .fit-india-img .shop > li {
    width: calc(33.33% - 0px) !important;
  }
  .about-awards-video-box.fit-video-box iframe {
    height: 220px;
  }
  .visitors-opinion-block-info h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .visitors-opinion-block-img,
  .visitors-opinion-block-img img {
    width: 170px;
    height: 170px;
  }
  .visitors-opinion-block-info p {
    font-size: 21px;
    line-height: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-header
    .main-navbar
    .centeredMenu
    ul.main-navbar-nav
    li.nav-item
    a.nav-link {
    padding: 15px 10px 13px !important;
  }
  .innerSchoolNews .innerGallery_row1 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .innerSchoolNews .innerGallery_row2 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .inner-header .navbar .col-lg-2.centeredMenu {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .inner-header .navbar .col-lg-2,
  .inner-header .navbar .col-lg-5 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-lg-7.mainadmission {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .transfer-certificate-block h1 {
    line-height: 30px;
    font-size: 22px;
  }
  .gallery-sidebar {
    padding: 35px 20px;
  }
  .gallery-sidebar-img img {
    width: 70px;
    height: 60px;
  }
  .gallery-sidebar-content h2 {
    font-size: 16px;
  }
  .photo-gallery .shop .thumb,
  .photo-gallery .shop .thumb img {
    height: 250px;
  }
  .school-connect-box img {
    height: 220px;
  }
  .navigation a.navbar-brand.brand-logo.desk-menu-logo {
    left: -450px;
  }
  .calToAction {
    padding: 0 4%;
  }
  .calToAction .col-lg-6.visit-media1 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .calToAction .col-lg-6.visit-media2 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .slider-main {
    height: auto;
  }
  .top-navbar-block ul.navbar-nav.top_navbar {
    margin: auto !important;
  }
  /* img.navbar-brand-logo-img {
    width: 301px;
  } */
  .main-navbar .navbar-collapse .row {
    justify-content: space-between;
  }
  .sub-hero-box {
    padding: 0 4px;
  }
  .modal_flyer .modal-dialog {
    max-width: 400px !important;
  }
  h4.main-heading.mob-main-heading {
    display: none;
  }
  .homepageNews h1.main-heading {
    font-size: 52px;
    line-height: 58px;
  }
  .news-section img {
    height: 590px;
  }
  .homepageGallery .col-lg-3 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .homepageGallery .col-lg-9 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  p.main-text {
    font-size: 19.5px;
    line-height: 28px;
  }
  .gallery-homepage {
    height: 450px;
    padding: 60px 30px 30px 30px;
  }
  .gallery-section-box img {
    height: 350px;
  }
  .school-tour {
    border: 12px solid #f1f1f1;
  }
  .school-tour-content {
    padding: 35px 25px;
    max-width: 450px;
    right: 40%;
  }
  .playbtn {
    left: 20%;
  }
  .main-footer-middle img {
    width: 80px;
  }
  .main-footer-middle {
    padding: 30px 20px 12px;
  }
  .main-footer-side {
    padding-bottom: 50px;
    padding-left: 12px !important;
  }
  ul.contt-info {
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
  }
  .homepageCalendar .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .homepageCalendar .col-lg-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .calendar-block-fixed {
    padding: 40px 25px;
    height: 100%;
  }
  .school-calendar-box {
    margin-top: 25px;
    padding: 0 50px 0 30px;
  }
  .school_rules_info {
    padding: 30px;
    margin-right: 40px;
  }
  .school_rules_sidebar {
    padding: 50px 20px 20px 30px;
  }
  h1.inner-h1 {
    font-size: 26px;
  }
  .alumni-block img {
    width: 140px !important;
    height: 140px;
  }
  .alumni-info h2 {
    left: 45%;
    transform: translate(-45%, -50%);
  }
  .inner-banner-content.inner-banner-content2 {
    padding: 65px 0 40px;
  }
  .sports-info h1 {
    font-size: 24px;
    text-align: center;
  }
  .international-dimension-img .shop .thumb,
  .international-dimension-img .shop .thumb img {
    height: 120px;
  }
  .visitsExcursionsImg img {
    height: 200px;
  }
  a.ad-btn {
    margin: 8px 0;
  }
  .admission-block h1 span {
    font-size: 36px;
  }
  .main-navbar ul.main-navbar-nav li.nav-item a.nav-link i.menu-icon-img {
    font-size: 48px;
  }
  .school-news-block .shop .thumb,
  .school-news-block .shop .thumb img {
    height: 300px !important;
  }
  .contact-maps iframe {
    height: 50vh;
  }
  form.contact-form {
    padding: 60px 30px 30px;
  }
  /* .inner-header img.navbar-brand-logo-img {
    width: 197px;
    top: 12px;
  } */
  .main-header .navigation .col-lg-4 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .main-header .navigation .col-lg-8 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .navigation nav ul.main-ul {
    margin-top: 120px;
  }
  .ext-btn-group {
    margin-top: 70px;
  }
  img.navigation-bg-img {
    width: 100%;
  }
  .visitors-opinion-block-img,
  .visitors-opinion-block-img img {
    width: 175px;
    height: 175px;
  }
  .visitors-opinion-block-info h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .virtualTour iframe {
    height: 400px;
  }
}
@media (min-width: 991px) {
  h1.main-heading.mob-main-heading {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .mydiv {
    width: 80%;
  }
  .navigation a.navbar-brand.brand-logo.desk-menu-logo {
    left: -350px;
  }
  .slider-main {
    height: auto;
  }
  .calToAction {
    padding: 0 5%;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  11.1%,
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
.prin-img {
  position: relative;
  top: -8px;
  left: -7px;
  border-radius: 12px;
  transition: all 0.4s ease-in-out; /* Smooth transition for .prin-img */
}

.prin-img-card {
  cursor: pointer;
  padding-bottom: 15px;
  padding-right: 15px;
  border-radius: 12px;
  border: 3px solid #002d4e;
  transition: all 0.4s ease-in-out; /* Smooth transition for .prin-img-card */
}

.prin-img-card:hover {
  padding-bottom: 0;
  padding-right: 0;
}

.prin-img-card:hover .prin-img {
  top: 0;
  left: 0;
  border-radius: 12px; /* Optional: Keep border-radius or update it smoothly */
}

.our-toppers h1.sub-head .student-teacher {
  font-size: 44px !important;
  font-weight: 500;
  line-height: 90px;
  color: #c5e7ff;
  padding: 0px !important;
  position: relative;
  filter: opacity(0.5);
  font-family: "Roboto Serif", serif;
}
.rank-birthday {
  font-family: "Pacifico", serif !important;
  color: #f7494b;
  font-weight: 300;
}

.notice-board .notice {
  justify-content: space-between;
}

.filter-section {
  padding: 9px;
  background-color: #f8f9fa; /* Light background */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.form-check-label {
  font-weight: bold;
  color: #333; /* Darker text */
  margin-right: 20px;
}

.form-check-input {
  margin-right: 8px;
  color: #b7261b;
}

.btn-go {
  background-color: #b7261b; /* Primary blue */
  color: white;
  font-weight: bold;
  padding: 6px 20px;
  border-radius: 5px;
}

.btn-go:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

.filter-section input[type="text"] {
  max-width: 300px; /* Limit input field width on larger screens */
  margin: auto; /* Centered input field */
}

@media (max-width: 768px) {
  .filter-section {
    text-align: center;
    padding: 15px;
    margin: 0px;
  }

  .filter-section .form-check {
    margin-bottom: 10px;
  }

  .filter-section .col-lg-4 {
    justify-content: center;
  }

  .filter-section input[type="text"] {
    width: 100%; /* Full width on smaller screens */
  }
}

.album-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease,
    background-color 0.4s ease;
}

.album-image:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}

.album-gallery-card-view {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.album-gallery-card-thumbnails {
  display: block;
  overflow: hidden;
  width: 100%;
}

.album-gallery-card-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.album-gallery-card-inner:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 0, 0, 0.1);
}

.album-gallery-card-inner img {
  width: 100%;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.album-gallery-card-inner:hover img {
  transform: scale(1.1);
  filter: brightness(0.7) saturate(1.2);
}

.album-gallery-card-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 12px 15px;
  border-radius: 8px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.album-gallery-card-info:hover {
  background: rgba(255, 0, 0, 0.8);
  color: white;
  transform: translateY(-5px);
}

.album-gallery-card-info h1 {
  font-size: 20px;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.album-gallery-card-info h1:hover {
  color: yellow;
}

.album-gallery-card-info h2 {
  font-size: 16px;
  transition: color 0.3s ease;
}

.album-gallery-card-info h2:hover {
  color: lightyellow;
}

/* Custom Styling for Achievement Cards */
.achievement-card {
  border-radius: 15px; /* Rounded corners */
  overflow: hidden; /* Ensure image corners also stay rounded */
  transition: transform 0.3s ease-in-out; /* Smooth scale effect */
  margin: 4px; /* Add margin around each card */
}

.achievement-card .card-img-top {
  object-fit: cover;
  height: 200px; /* Set fixed height for the image */
  border-top-left-radius: 15px; /* Rounded top-left corner */
  border-top-right-radius: 15px; /* Rounded top-right corner */
}

.achievement-card .card-body {
  padding: 20px;
}

.achievement-card .card-title {
  font-size: 1.25rem; /* Larger font size */
  color: #2c3e50; /* Darker color for better readability */
  font-weight: 600; /* Bold title */
  margin-bottom: 15px; /* Space below title */
}

.achievement-card .card-body p {
  font-size: 0.9rem; /* Slightly smaller font size for description */
  color: #7f8c8d; /* Lighter color for paragraph text */
}

.achievement-card .btn {
  background-color: #e74c3c; /* Red button */
  color: white;
  font-weight: 600; /* Bold text on button */
  text-transform: uppercase; /* Uppercase text */
  padding: 10px 20px; /* More padding for the button */
}

.achievement-card .btn:hover {
  background-color: #c0392b; /* Darker red on hover */
}

.magazine-card {
  background-color: #f9f9f9;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
}

.magazine-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-title {
  font-size: 1rem;
  font-weight: bold;
}
.btn {
  font-size: 0.85rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn i {
  font-size: 0.9rem;
}

.btn:hover {
  transform: scale(1.05);
}

.btn-danger {
  background-color: #b7261b;
  border-color: #b7261b;
}
.magazine-card:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}

.responsive-video {
  border-radius: 8px; /* Optional: for rounded corners */
  overflow: hidden;
}

#pic-display {
  width: 100%;
  height: 415px;
  margin: 4px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-image: initial;
}
.card-header-news {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: auto; /* Allow height to adjust based on content */
  background-color: rgb(183, 38, 27);
  padding: 15px 20px; /* Increased padding for better spacing */
  font-size: 1.2rem; /* Slightly larger font for readability */
  border-radius: 8px; /* Rounded corners for a modern look */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .new-icon {
    display: none;
  }
}

.fw-bold-activity {
  font-weight: 600;
}
.rank-birthday {
  color: rgb(247, 73, 75);
  font-weight: 400; /* Slightly heavier weight for visibility */
  font-family: "Pacifico", serif !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .card-header-news {
    font-size: 1rem; /* Adjust font size for tablets */
    padding: 10px 15px; /* Compact padding for smaller screens */
  }
}

@media (max-width: 576px) {
  .card-header-news {
    font-size: 0.9rem; /* Smaller font size for mobile devices */
    padding: 8px 10px;
    text-align: center; /* Center align text for better readability */
  }
}

.notice-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 22px; /* Consistent border-radius */
  padding: 25px; /* Increased padding for a bigger card */
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-size: 1.1rem; /* Slightly bigger font */
}

.notice-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
}

/* General Article Styling */
.event-card {
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 16px;
  background-color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}
/* General Article Styling */
.event-card {
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 12px !important;
  padding: 16px;
  background-color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

/* Date Section Styling */
.date-b {
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  margin-right: 16px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  text-align: center;
  color: #5f5f5f;
  font-weight: bold;
}

.date-b .day {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 1.5rem;
  width: 100%;
  padding: 5px 0;
  border-radius: 50% 50% 0 0;
}

.date-b .month {
  font-size: 0.75rem;
  color: #5f5f5f;
  padding: 2px 0;
}

/* Event Description */
.event-description span {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #f27c66;
}

/* Details Section with Icons */
.details p {
  font-size: 1rem;
  color: #333;
  margin: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px; /* Space between icon and text */
}

.details i {
  color: #f27c66;
  font-size: 1.2rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .event-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
  }

  .date-b {
    margin-right: 0;
    margin-bottom: 8px;
    align-self: center;
  }

  .details p {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .event-card {
    padding: 10px;
  }

  .date-b {
    width: 60px;
    height: 60px;
  }

  .date-b .day {
    font-size: 1.2rem;
  }

  .details p {
    font-size: 0.85rem;
  }
}

.description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: calc(1.5em * 3);
}

@media (max-width: 768px) {
  .description {
    -webkit-line-clamp: 4;
    max-height: calc(1.5em * 4);
  }
}

.items-center{
  align-items: center;
}

.custom-box-shadow {
  box-shadow: 0 10px 55px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #ffffff; /* Optional for better contrast */
  padding: 20px;
}

.custom-box-shadow:hover {
  transform: translateY(-5px); /* Gives a lift effect */
  box-shadow: 0 15px 55px rgba(0, 0, 0, 0.15), 0 2px 5px rgba(0, 0, 0, 0.1);
}


