/* @font-face{
  font-family:'Titillium Web Bold';
  src:  url(https://amityschooldubai.com/../fonts/Titillium/Font261.woff2) format('woff2'),
        url(https://amityschooldubai.com/../fonts/Titillium/Font261.woff) format('woff');
  font-display:swap;
} */

@font-face {
  font-family: "Titillium Web Bold";
  /* src: url(../font/Font261.woff2) format('woff2'); */
  src: url(/RJ_International_School/RJ_School/asset/font/Font261.woff)
    format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Titillium Web Regular";
  src: url(/RJ_International_School/RJ_School/asset/font/Font258.woff)
    format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Titillium Web Semibold";
  src: url(/RJ_International_School/RJ_School/asset/font/Font259.woff)
    format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Weatpoint";
  src: url(/RJ_International_School/RJ_School/asset/font/Weatpoint.woff)
    format("woff");
  /* 
  url(/RJ_International_School/RJ_School/asset/font/Font261.woff2) format('woff2')
  url(/RJ_International_School/RJ_School/asset/font/Font258.woff2) format('woff2')
   url(/RJ_International_School/RJ_School/asset/font/Weatpoint.woff2) format('woff2'),
  url(/RJ_International_School/RJ_School/asset/font/Font259.woff2) format('woff2'), 

   */
  font-display: swap;
}

:root {
  --primary-clr: #ffc600;
}

html {
  scroll-padding-top: 5.25rem;
  scroll-behavior: smooth;
}

body {
  background: rgb(255, 255, 255);
  color: #0053a1;
  font-family: "Titillium Web Regular", sans-serif;
  font-size: 13px;
  line-height: 24px;
  overflow: hidden scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web Bold", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 550;
  line-height: 1.2;
}

.menu-scroll::-webkit-scrollbar {
  width: 4px;
  border-radius: 12px;
}

.menu-scroll::-webkit-scrollbar-track {
  background-color: transparent;
  /* border-radius: 12px; */
}
.menu-scroll::-webkit-scrollbar-thumb {
  background-color: #0f3051c7;
  border-radius: 12px;
}
.menu-scroll::-webkit-scrollbar-button {
  /* background-color: #ffd545; */
  border-radius: 0 2px 0 0;
}
.menu-scroll::-webkit-scrollbar-corner {
  background-color: black;
  border-radius: 12px;
}
/*  */
#home-popup {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 9999;
  display: none;
  padding: 40px;
}
.popup-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 60px;
  min-width: 400px;
}
.popup-content img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#home-popup .close-button {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #feca16 !important;
  font-size: 22px;
}
.hide {
  display: none !important;
}
.show {
  display: inline-block !important;
}
/*  */

.lazyload {
  opacity: 0;
}
/* ../images/about/loader.gif    */
.lazyloading {
  opacity: 1;
  transition: 600ms opacity;
  background: url("/RJ_International_School/RJ_School/images/about/loader.gif")
    no-repeat center;
  color: #f7f7f7;
  min-height: 60px;
}

.lazyloaded {
  opacity: 1;
  transition: 10ms opacity;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

#applicationFrame {
  min-height: 1100px;
  width: 100%;
  height: 100%;
}
/* search */

.searchContainer {
  background: #ffc600;
  /* background: #4f87a6; */
  height: 100vh;
  width: 100vw;
  z-index: 994;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  user-select: none;
  touch-action: none;

  -moz-box-shadow: inset 0 -110px 130px -120px #000000;
  -webkit-box-shadow: inset 0 -110px 130px -120px #000000;
  box-shadow: inset 0 -110px 130px -120px #000000;
}
#hamburger-menu2:checked ~ .searchContainer {
  display: block;
}
#hamburger-menu2 {
  position: absolute;
  opacity: 0;
}

.searchForm {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 45%;
  transform: translate(-50%, -50%);
}

.searchForm input {
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  outline: none;
  color: white;
  padding: 20px 38px 20px 2px;
  font-size: 30px;
  border-radius: 0;
  background: transparent;
  width: 100%;
  height: auto;
}

.searchForm input:focus {
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #ffc600;
  outline: none;
  color: white;
  padding: 20px 38px 20px 2px;
  border-radius: 0;
  background: transparent;
  width: 80%;
}

.searchForm input::placeholder {
  color: #ffffffb3;
}

.searchForm .input-group-text {
  background: transparent;
  color: white;
  border: none;
  font-size: 32px;
  margin-top: 20px;
}

.search-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 25px 0;
}

.search-item p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rightCorner span {
  height: 3px;
  width: 24px;
  background-color: #ffc600;
  border-radius: 25px;
  display: block;
  margin: 0 0 3px 0;
  transition: 0.7s ease-in-out;
  transform: none;
  cursor: pointer;
}

.rightCorner .span {
  padding: 0 6px;
}

.searchContainer .rightCorner span:nth-of-type(1) {
  transform: rotate(-45deg) translateY(4px) translateX(-3px);
  margin: 0 0 0 0;
  background-color: #ffc600;
}

.searchContainer .rightCorner span:nth-of-type(2) {
  opacity: 0;
}

.searchContainer .rightCorner span:nth-of-type(3) {
  transform: rotate(45deg) translateY(-4px) translateX(-2px);
  margin: 0 0 0 0;
  background-color: #ffc600;
}
/* /*  * */

/*  */
.floating-button {
  list-style: none;
  position: fixed;
  bottom: 10%;
  right: 0px;
  z-index: 880;
}
.floating-button li {
  margin: 40px 0;
}
.floating-button a {
  background: #ffc600;
  color: #fff;
  font-size: 18px;
  border-radius: 45% 0 0 45%;
  padding: 12px 30px 12px 15px;
  margin-right: -20px;
}
.floating-button .ca {
  background: #0170d2;
}
.floating-button .wa {
  background: #00a150;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.floating-button .pa {
  background: #464e96;
}
.floating-button a:hover {
  opacity: 0.9;
}
/* 

.floating-button li:nth-child(1) a:hover {
  padding: 12px 50px 12px 15px;
  transition: padding 0.3s ease;
}

.floating-button li:nth-child(2) a:hover {
  padding: 12px 50px 12px 15px;
  transition: padding 0.3s ease;
}

.floating-button li:nth-child(3) a:hover {
  padding: 12px 50px 12px 15px;
  transition: padding 0.3s ease;
} */

/*  */
/*  */

#hamburger-menu {
  opacity: 0;
  position: fixed;
}
.leftCorner {
  position: absolute;
  left: 0;
  /* width: 135px; */
  height: 130px;
  /* background: #0b2a4a; */
  /* border-bottom-right-radius: 100%; */
  /* z-index: 900; */
  text-align: center;
  padding-top: 40px;
  font-size: 13px;
  color: #ffc600;
  text-transform: uppercase;
}
.leftCorner span {
  height: 3px;
  width: 24px;
  background-color: floralwhite;
  border-radius: 25px;
  display: block;
  margin: 0 0 3px 0;
  transition: 0.7s ease-in-out;
  transform: none;
  cursor: pointer;
}

.leftCorner .span {
  padding: 0 6px;
}

.leftCorner > label {
  left: 40px;
  top: 40px;
  position: fixed;
  cursor: pointer;
  padding: 7px 8px;
  border-radius: 50%;
  color: floralwhite;
  background: #0053a1;
  border: 1px solid #0053a1;
  height: 55px;
  width: 55px;
  z-index: 900;
}
div.open {
  display: inline-block;
}
div.close {
  display: none;
}
.admission-button.trans-effect {
  opacity: 0;
}
#hamburger-menu:checked ~ .menuContainer .admission-button.trans-effect {
  background: floralwhite;
  color: #0053a1;

  transition: opacity 1s ease;
  transition-delay: 0.8s;
  opacity: 1;
}

#hamburger-menu:checked ~ .menuContainer .leftCorner div.open {
  display: none;
}
#hamburger-menu:checked ~ .menuContainer .leftCorner div.close {
  display: inline-block;
}

#hamburger-menu:checked ~ .menuContainer .leftCorner span:nth-of-type(1) {
  transform: rotate(-45deg) translateY(4px) translateX(-3px);
  margin: 0 0 0 0;
  background-color: floralwhite;
}

#hamburger-menu:checked ~ .menuContainer .leftCorner span:nth-of-type(2) {
  opacity: 0;
}

#hamburger-menu:checked ~ .menuContainer .leftCorner span:nth-of-type(3) {
  transform: rotate(45deg) translateY(-4px) translateX(-2px);
  margin: 0 0 0 0;
  background-color: floralwhite;
}

/* #menu .menu-before {
width: 440px;
height: 110%;
background: #ffc600;
position: fixed;
z-index: 2;
top: -30px;
box-shadow: 24px 14px 44px 8px rgba(0,0,0,0.6);
-webkit-box-shadow: 24px 14px 44px 8px rgba(0,0,0,0.6);
-moz-box-shadow: 24px 14px 44px 8px rgba(0,0,0,0.6);
} */

#apply-now {
  font-size: 18px;
  font-weight: 700;
  padding: 5px 10px;
  color: #002b45;
  background: #ffc600;
  border-radius: 25px;
  text-decoration: none;

  border: 1px solid #ffc600;
  letter-spacing: 1px;
  text-align: center;
  width: auto;
  display: inline-block;
  height: auto;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  user-select: none;
  cursor: pointer;
  top: 45px;
  left: 120px;
  transform: translateY(0px);
  position: absolute;
  /* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 3px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
  background: #ffc600;
  /* text-shadow: 0 1px 0 rgba(0,0,0,.3); */
  /* transition: 150ms all; */
  z-index: 10;
  width: 110px;
}

.nav-action {
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  width: 40%;
  padding: 20px 40px;
  /* left: 60px; */
  bottom: 3.35rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #0b2a4a;
  z-index: 5;
  text-align: left;
}
.nav-action .searchBtn {
  float: right;
  cursor: pointer;
}
.nav-action a {
  text-transform: uppercase;
  color: floralwhite;
  text-decoration: none;
  font-size: 14px;
  z-index: 999;
}

.nav-action a:hover {
  color: #fff;
}

#menu {
  z-index: 899;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  width: 100vw;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  height: 100vh;

  background: linear-gradient(to left, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.3));
  box-shadow: 24px 0px 44px 8px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 24px 0px 44px 8px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 24px 0px 44px 8px rgba(0, 0, 0, 0.05);
  color: #0b2a4a;
  background: #fff;

  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

#menu .menu-before a {
  position: absolute;
  left: 455px;
  top: 98px;
  color: #ffc600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  height: 35px;
  width: 35px;
  background: #0b2a4a;
  border-radius: 50%;
  padding: 2px;
}

#menu .menu-before a:hover {
  color: #fff;
}

#menu {
  z-index: 899;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  width: 100vw;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  height: 100vh;

  background: linear-gradient(to left, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.3));
  box-shadow: 24px 0px 44px 8px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 24px 0px 44px 8px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 24px 0px 44px 8px rgba(0, 0, 0, 0.05);
  color: #0b2a4a;
  /* background: #fff; */

  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

#hamburger-menu:checked ~ .menuContainer #menu {
  animation: sliderIn ease 1s;
  -webkit-animation-fill-mode: forwards;
}

@keyframes sliderIn {
  0% {
    transform: translateX(-20%);
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.menu-box {
  background: rgba(0, 0, 0, 0.45);
  align-self: center;
  height: 100%;
  display: grid;
  width: 60%;
  box-sizing: border-box;
}

.menu-box label {
  width: 100%;
  height: 100%;
}

.menuBParent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  width: 345px;
  height: 345px;
  margin: auto auto 20px;
}
.menuBParent > div {
  background: #ffc600;
}

.menuBParent > div > a {
  text-decoration: none;
}

.menuBParent > div > a > div {
  background: #ffc600;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  color: #0b2a4a;
  font-weight: 700;
}

.menuBDiv1 {
  grid-area: 1 / 1 / 2 / 2;
}
.menuBDiv2 {
  grid-area: 1 / 2 / 2 / 3;
}
.menuBDiv3 {
  grid-area: 2 / 1 / 3 / 2;
}
.menuBDiv4 {
  grid-area: 2 / 2 / 3 / 3;
}

.menuBLocation {
  color: #fff;
  margin: auto;
  text-align: center;
  position: relative;
}

.mbl1 {
  color: #fff;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.mbl2 {
  color: #fff;
  float: left;
  text-decoration: none;
  margin: 10px 15px;
  cursor: pointer;
}
.mbl1:hover,
.mbl2:hover,
.mbl3:hover,
.mbl2 i,
.mbl3 i {
  color: #ffc600;
}
.mbl2 span,
.mbl3 span {
  border-bottom: 1px solid #ffc600;
  margin-left: 5px;
}
.mbl3 {
  color: #fff;
  float: right;
  text-decoration: none;
  margin: 10px 15px;
  cursor: pointer;
}

.menu-links {
  box-sizing: border-box;
  background: #0053a1;
  height: 100%;
  vertical-align: middle;
  z-index: 999;
  margin-top: auto;
  display: flex;
  z-index: 900;
  width: 40%;
  box-shadow: 24px 14px 44px 8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 24px 14px 44px 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 24px 14px 44px 8px rgba(0, 0, 0, 0.6);
}

.menu-links ul {
  display: inline-block;
  align-self: center;
  padding-left: 100px;
  list-style: none;
  z-index: 900;
  width: 400px;
  position: relative;
}
.menu-links ul li {
  background: #0053a1;
  border-bottom: 1px solid floralwhite;
  border-bottom: 1px solid floralwhite;
  padding: 10px 0px 10px 25px;
  font-size: 18px;
  /* position: relative; */
}

.menu-links ul li.nav-hashtag {
  background: #ffc600;
  border-bottom: 1px solid #e8b400;
  padding: 8px 55px 8px 25px;
  font-size: 18px;
  position: relative;
  color: #0b2a4a;
}

.menu-links ul li a {
  text-decoration: none;
  color: floralwhite;
  display: block;
  padding-right: 55px;
  width: 100%;
}
.menu-links ul li {
  text-decoration: none;
  color: floralwhite;
  display: block;
  padding-right: 55px;
  width: 100%;
}

.menu-links > ul > li.mainmenu > a:after {
  content: "";
  color: floralwhite;
  position: absolute;
  right: 20px;
  /* top: 50%; */
  font-size: 28px;
  /* transform: translateY(-50%); */
  transition: all 0.5s ease;
}

.menu-links ul li:hover:not(:last-child) {
  background: #3e8dd6;
  border-bottom: 1px solid #3e8dd6;
  border-radius: 25px;
  font-size: 18px;
  cursor: pointer;
}

.menu-links ul li.mainmenu:hover {
  background: #1e71bd;
  border-radius: 25px 0 0 25px;
  font-size: 18px;
  cursor: pointer;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -5px;
  margin-bottom: -1px;
}

.menu-links ul li > ul {
  position: absolute;
  overflow: hidden auto;
  background: #1e71bd;
  padding-left: 0;
  margin-left: 270px;
  width: 300px;
  font-size: 17px;
  border-radius: 25px;
  padding: 20px 0;
  opacity: 0;
  transform: translateY(400%);
  transition: 0.5s all ease;
  top: 60px;
  height: 400px;
  z-index: 902;
}

.menu-links .mainmenu.active > ul {
  opacity: 1;
  transform: translateY(-65px);
}

.menu-links ul li > ul li {
  background: #1e71bd;
  border-bottom: 1px solid #1e71bd;
  padding: 8px 25px;
  font-size: 18px;
  /* position: relative; */
}

.menu-links ul li > ul li a {
  text-decoration: none;
  color: floralwhite;
}

.menu-links ul li > ul li:hover {
  /* background: #2e76b8;
border-bottom: 1px solid #2e76b8;
border-radius: 0;
font-size: 18px; */
  background: #3e8dd6;
  border-bottom: 1px solid #3e8dd6;
  border-radius: 25px;
  font-size: 18px;
  cursor: pointer;
}
.menu-links ul li > ul li:hover a {
  color: floralwhite;
}

.rightCorner {
  position: absolute;
  right: 0;
  width: 140px;
  height: 130px;
  background: #0b2a4a;
  border-bottom-left-radius: 100%;
  z-index: 900;
  text-align: center;
  color: #ffc600;
  font-size: 13px;
  vertical-align: middle;
  padding-top: 40px;
  text-transform: uppercase;
}

.rightCorner > a {
  display: inline-block;
  color: #ffc600;
  text-decoration: none;
  transform: translateX(10px);
}

.rightCorner > a > div {
  text-align: right;
  transform: translateY(-3px);
}

.top-logo {
  position: absolute;
  z-index: 99;
  top: 40px;
  left: 120px;
  margin-left: auto;
  background: #fffaf0;
  padding: 10px 30px;
  border-radius: 50px;
}

/*  */
/*  */
.banner {
  height: 100vh;
  background: #0b2a4a;
  margin: auto;
}

.banner::before {
  content: "";
  position: absolute;
  z-index: 2;
  /* box-shadow: inset 1px 120px 115px -10px #000; */
  box-shadow: 0px 100px 100px 0px rgba(0, 0, 0, 0.3) inset;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
}

.bannerCarousel .item {
  height: 100%;
  overflow: hidden;
}

.bannerCarousel img {
  display: inline-block;
  object-fit: cover;
  width: auto;
  height: 100%;
}

.bannerCarousel .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.bannerCarousel .owl-nav button.owl-prev {
  left: 0;
}
.bannerCarousel .owl-nav button.owl-next {
  right: 0;
}

.bannerCarousel .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.bannerCarousel .owl-dots button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  outline: none;
  border: 1px solid #d9d9d9;
  background: #d9d9d9;
  margin: 0 6px;
  padding: 4px;
}
.bannerCarousel .owl-dots button.owl-dot.active {
  background-color: floralwhite;
}
.bannerCarousel .owl-dots button.owl-dot:focus {
  outline: none;
}
.bannerCarousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.bannerCarousel span {
  font-size: 60px;
  position: relative;
  top: -5px;
  letter-spacing: -12px;
  font-weight: bolder;
  font-family: "Titillium Web Bold";
}
.bannerCarousel .owl-nav button:focus {
  outline: none;
}

.bannerCarousel .owl-dots {
  bottom: 40px;
  right: 40px;
  position: absolute;
  z-index: 900;
}

.bannerCarousel .carousel-caption {
  text-align: right;
  right: 60px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
}

.bannerCarousel .carousel-caption p {
  display: inline-block;
  text-wrap: wrap;
  margin-top: 20px;
  line-height: 16px;
  width: 190px;
  text-align: center;
}

.bannerCarousel .owl-item {
  height: 100vh;
}

.bannerCarousel .owl-item a {
  text-decoration: none;
}

.bannerCarousel .carousel-hashtag {
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  left: 60px;
  bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  z-index: 900;
  text-align: center;
}
.bannerCarousel .carousel-hashtag div {
  padding-left: 15px;
}
.carousel-action {
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  left: 60px;
  bottom: 3.35rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  z-index: 90;
  text-align: center;
}
.carousel-action a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  z-index: 90;
}

.carousel-action a:hover {
  color: #ffc600;
}

.payButton {
  padding: 5px 15px;
  font-size: 17.5px;
  font-weight: 600;
  background: #0053a1;
  border-radius: 25px;
  color: floralwhite;
  text-decoration: none;
  transition: color 0.3s;
  position: absolute;
  text-transform: uppercase;
  bottom: 40px;
  left: 40px;
  min-width: 120px;
  text-align: center;
  z-index: 898;
}

.payButton:hover {
  color: floralwhite;
  background: green;
}

#hamburger-menu:checked ~ .banner .carousel-action a,
#hamburger-menu:checked ~ .banner .carousel-action {
  color: transparent;
}

/*  */
.slogan {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  z-index: 100;
  user-select: none;
  z-index: 2;
  max-width: 700px;
}

.st1 {
  text-align: center;
  color: #ffc600;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 50px;
  text-transform: uppercase;
  display:none;
}

.st3 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin-top: 40px;
}

.st3 i {
  cursor: pointer;
  color: #fff;
  animation: arrowMove 1.5s infinite;
}

.st3 a:hover i {
  transform: scale(1.1);
  animation: none;
}

@keyframes arrowMove {
  to {
    transform: translateY(2rem);
    opacity: 0;
  }
}

.st2 {
  font-size: 60px;
  text-align: center;
  margin: 0px auto 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Titillium Web Regular";
  color: #ffc600;
  text-transform: uppercase;
}

.st2 span {
  /* text-shadow: -1px 0 0px #d7a804, 0 1px 0px #c69c07, -2px 1px 0px #d7a804, -1px 2px 0px #c69c07, -3px 2px 0px #d7a804, -2px 3px 0px #c69c07, -4px 3px 0px #d7a804, -3px 4px 0px #c69c07, -5px 4px 0px #d7a804, -4px 5px 0px #c69c07, -6px 5px 0px #d7a804, -5px 6px 15px #000000; */
  display: inline-block;
  position: relative;
  padding: 0;
  transition: 1s;
  user-select: none;
}

/*  */

div.right > div.sectionContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  background: #0053a1;
  transition: all 1s ease;
  background-size: 0;
  margin: auto;
  color: floralwhite;
}

div.left > div.sectionContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  background: transparent;
  transition: all 1s ease;
  background-size: 0;
  color: #0053a1;

  /* color:#fff; */
  margin: auto;
}

div.left,
div.right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  background: white;
  transition: all 1s ease;
  background-size: 0;
  margin: auto;
}

div.right {
  background: #0053a1;
  color: floralwhite;
}

div.right div.column1 {
  box-sizing: border-box;
  width: 50%;
  align-self: center;
  align-content: center;
  /* padding: 0px 80px 0px 80px; */
  /* margin: 80px 0px 70px 0px; */
}

div.right div.column2 {
  box-sizing: border-box;
  width: 50%;
  text-align: right;
  margin-left: auto;
}

div.right div.image-container {
  /* overflow: hidden;
  position: relative;
  width: 445px;
  height: 100%;
  transition: 0.5s all ease;
  margin-left: auto; */
  overflow: hidden;
  position: relative;
  width: 505px;
  height: 100%;
  /* border-bottom-left-radius: 100%; */
  transition: 0.5s all ease;
  /* margin-left: auto;
}

div.right h1,
div.left h2 {
  width: 315px;
  font-size: 36.6px;
  text-transform: uppercase;
}

div.right p,
div.left p {
  font-size: 18.5px;
  line-height: 32px;
}

div.right img,
div.left img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

div.left div.column1 {
  box-sizing: border-box;
  width: 50%;
}

div.left div.column2 {
  box-sizing: border-box;
  width: 50%;
  align-self: center;
  align-content: center;
  padding: 40px 120px 40px 40px;
}

div.left div.image-container {
  overflow: hidden;
  width: 445px;
  height: 100%;
  /* border-bottom-right-radius: 85%; */
  transition: 0.5s all ease;
}
/* 
#cbseButton {
  padding: 5px 15px;
  font-size: 17.5px;
  font-weight: 600;
  color: #0b2a4a;
  border-radius: 25px;
  background: #ffc600;
  text-decoration: none;
  transition: color 0.3s;
  position: absolute;
  text-transform: uppercase;
  top: 120px;
  right: 50px;
  z-index: 890;
  min-width: 120px;
  text-align: center;

  -webkit-user-select: none;
  -ms-user-select: none; 
  user-select: none; 
} */

#cbseButton {
  padding: 5px 15px;
  font-size: 17.5px;
  font-weight: 600;
  color: #0053a1;
  border-radius: 25px;
  background: floralwhite;
  text-decoration: none;
  transition: color 0.3s;
  position: absolute;
  text-transform: uppercase;
  top: 165px;
  right: 65px;
  z-index: 890;
  min-width: 120px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#admissionButton {
  padding: 5px 15px;
  font-size: 17.5px;
  font-weight: 600;
  color: #0053a1;
  border-radius: 25px;
  background: floralwhite;
  text-decoration: none;
  transition: color 0.3s;
  position: absolute;
  text-transform: uppercase;
  top: 50px;
  right: 120px;
  z-index: 890;
}

#admissionButton:hover {
  background: green;
  color: floralwhite;
}

/*  */
/*  */
div.section3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #0053a1;
}

div.section3 h3 {
  color: floralwhite;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.section3-stories {
  width: 830px;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  */
  margin-left: auto;
  margin-right: auto;
}

.section3-stories .owl-dots button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  outline: none;
  border: 1px solid #d9d9d9;
  background: #d9d9d9;
  margin: 0 6px;
  padding: 4px;
}
.section3-stories .owl-dots button.owl-dot.active {
  background-color: floralwhite;
}
.section3-stories .owl-dots button.owl-dot:focus {
  outline: none;
}

.section3-stories .owl-dots {
  margin-top: 40px;
  text-align: center;
  z-index: 900;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  /* font: inherit; */
}

.stories {
  color: floralwhite;
  border-radius: 12px;
  position: relative;
  min-height: 475px;
  background: rgb(0, 17, 33);
  background: linear-gradient(
    90deg,
    rgba(0, 17, 33, 1) 0%,
    rgba(0, 59, 115, 1) 0%,
    rgba(0, 61, 120, 1) 0%,
    rgba(0, 65, 127, 1) 0%,
    rgba(0, 40, 78, 1) 0%,
    rgba(0, 58, 114, 1) 1%,
    rgba(0, 69, 135, 1) 3%,
    rgba(0, 72, 140, 1) 6%,
    rgba(0, 81, 158, 1) 15%,
    rgba(0, 80, 157, 1) 28%,
    rgba(0, 80, 156, 1) 33%,
    rgba(0, 83, 161, 1) 65%,
    rgba(0, 78, 151, 1) 76%,
    rgba(0, 75, 145, 1) 78%,
    rgba(0, 71, 137, 1) 89%,
    rgba(0, 66, 128, 1) 94%,
    rgba(0, 62, 121, 1) 98%,
    rgba(0, 45, 88, 1) 100%,
    rgba(0, 66, 129, 1) 100%,
    rgba(0, 32, 63, 1) 100%,
    rgba(0, 0, 0, 1) 100%
  );

  /* background: rgb(255, 250, 240);
  background: linear-gradient(
    45deg,
    rgba(255, 250, 240, 1) 0%,
    rgba(255, 250, 240, 1) 0%,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 253, 248, 1) 0%,
    rgba(248, 244, 236, 1) 27%,
    rgba(255, 250, 240, 1) 49%,
    rgba(197, 197, 204, 1) 100%,
    rgba(187, 187, 196, 1) 100%,
    rgba(186, 186, 195, 1) 100%,
    rgba(161, 160, 173, 1) 100%,
    rgba(232, 233, 235, 1) 100%,
    rgba(0, 212, 255, 1) 100%
  ); */
}
.stories img {
  border-radius: 12px 12px 0 0;
}
.owl-carousel.off {
  display: block;
}
.stories .stories-desc {
  position: relative;
  padding: 0px 20px 10px;
  /* background: linear-gradient(131deg, #728998 0%, #3d5c6e 50%, #33556a 100%); */
  background: transparent;
  font-size: 13px;
  border-radius: 0 0 12px 12px;
  text-align: justify;
  padding-bottom: 50px;
  height: 100%;
  /* min-height: 226px; */
  /* position: absolute;
  bottom: 0;
  left: 0; */
}
.stories .stories-href {
  text-decoration: none;
  height: 30px;
  width: 30px;
  background: #ffc600;
  color: #0b2a4a;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  padding: 5px;
  margin-left: 50%;
  transform: translateX(-50%) translateY(-15px);
}

.fa-news {
  transform: rotate(45deg) translateX(1px) translateY(2px);
}

.fa-news:before {
  content: "\f1eb";
}

.stories .stories-caption {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stories hr {
  color: #617785;
  border: 1px solid #617785;
  margin: 1rem 0 10px;
}

.paragraph-container {
  max-height: 118px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.owl-item.active .paragraph-container.expanded {
  max-height: none;
}

.paragraph {
  margin: 0;
  position: relative;
  padding-bottom: 40px;
}

.read-more-button {
  cursor: pointer;
  text-align: center;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #617785;
  padding: 10px 15px;
}

.section3-stories .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}
.section3-stories .owl-nav .owl-prev {
  background-color: floralwhite !important;
  border-radius: 50%;
  width: 40px;
  transform: translateX(-60px);
  height: 40px;

  font-weight: 700;
  padding: 5px 25px;
  color: #0053a1 !important;
  text-decoration: none;

  border: 1px solid floralwhite;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  outline: none;
  user-select: none;
  cursor: pointer;
  /* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 3px 0 #31526b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1);
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    transition: 150ms all; */
}

.section3-stories .owl-nav .owl-next {
  background-color: floralwhite !important;
  border-radius: 50%;
  width: 40px;
  transform: translateX(60px);
  height: 40px;
  float: right;

  font-weight: 700;
  padding: 5px 25px;
  color: #0053a1 !important;
  background: #0053a1;
  text-decoration: none;

  border: 1px solid floralwhite;
  letter-spacing: 1px;
  text-align: center;
  /* display: inline-block; */
  line-height: 30px;
  text-transform: uppercase;
  outline: none;
  user-select: none;
  cursor: pointer;
  /* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 3px 0 #31526b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1);

    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    transition: 150ms all; */
}

.section3-stories .owl-nav .owl-prev span,
.section3-stories .owl-nav .owl-next span {
  font-size: 42px;
  color: #002b45 !important;
  display: table;
  top: -17px;
  position: relative;
  left: 15px;
}

.section3-stories .owl-nav .owl-prev:hover span,
.section3-stories .owl-nav .owl-next:hover span {
  font-size: 42px;
  color: #0053a1 !important;
}
/* .story1 { 
  grid-area: 1 / 1 / 2 / 2; 
}
.story2 { 
  grid-area: 1 / 2 / 2 / 3;
}
.story3 { 
  grid-area: 1 / 3 / 2 / 4;
} */

.parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.div10 {
  grid-area: 1 / 1 / 2 / 2;
  padding-top: 40px;
}
.div11 {
  grid-area: 1 / 2 / 2 / 3;
  padding-top: 40px;
  text-align: right;
}
.gx {
  overflow: hidden;
  border-radius: 18px;
  height: 180px;
  position: relative;
}

.gx-icon {
  border-bottom-right-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 3px 5px 0px;
  line-height: 26px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: white;
  color: #002b45;
  z-index: 14;
}

.gx-media {
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 15px;
  z-index: 10;
}

.gx::after {
  content: "";
  background: rgba(0, 0, 0, 0.275);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.gx:hover .gx-overlay {
  opacity: 1;
  transform: translateY(0px);
}

.gx:hover .gx-media {
  opacity: 0;
}

.gx img {
  height: 100%;
  object-fit: cover;
}

.gx-overlay {
  content: "";
  background: rgba(255, 198, 0, 0.34);
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  opacity: 0;
  transform: translateY(100%);
}

.gx-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 15px;
  z-index: 10;
}

.gx-action {
  border-bottom-left-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 0px 5px 3px;
  line-height: 26px;
  text-align: center;
  width: 40px;
  height: 40px;

  background: #ffc600;
  color: #002b45;
  z-index: 14;
  text-align: center;
  text-decoration: none;
}

.gx-action:hover {
  color: #fff;
}

.gx-date {
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 15px;
  z-index: 10;
}

.gx-social-media {
  list-style: none;
  color: #ffc600;
}

.gx-button {
  font-size: 18px;
  font-weight: 700;
  padding: 5px 25px;
  color: #002b45;
  background: #ffc600;
  border-radius: 25px;
  text-decoration: none;

  border: 1px solid #ffc600;
  letter-spacing: 1px;
  text-align: center;
  width: auto;
  display: inline-block;
  height: auto;
  line-height: 30px;
  text-transform: uppercase;
  outline: none;
  user-select: none;
  cursor: pointer;
  top: 20px;
  transform: translateY(0px);
  position: relative;
  /* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 3px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
  background: #ffc600;
  /* text-shadow: 0 1px 0 rgba(0,0,0,.3); */
  transition: 150ms all;
}

.gx-button:hover {
  color: white;
  /* transform: translateY(-3px); */

  /* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 5px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
}

.gx-button:active {
  /* transform: translateY(3px); */
  /* box-shadow: inset 0 16px 2px -15px rgba(0,0,0,0), inset 0 0 0 1px rgba(255,255,255,.15), inset 0 1px 20px rgba(0,0,0,.1), 0 0 0 #94770b, 0 0 0 2px rgba(255,255,255,.5), 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0); */
}

.gx-social-media li {
  display: inline-block;
  padding: 5px 10px;
}

.shareButton {
  outline: none;
  border: none;
  background: transparent;
  color: #ffc600;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 24px;
}

.shareButton.tw svg {
  vertical-align: top;
  fill: #ffc600;
}

.shareButton.tw:hover svg {
  fill: #fff;
}

.shareButton a {
  color: #ffc600;
}
.shareButton:hover a {
  color: white;
}

.shareButton:hover,
.shareButton.open:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 3px 6px rgba(255, 198, 0, 0.45);
  background: #ffc600;
  color: white;
}
/*  */

/*  */
.section4 {
  padding: 0px 0px 0;
}

.carousel4 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.carousel4 .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}
.carousel4 .owl-nav .owl-prev {
  background-color: #ffc600 !important;
  border-radius: 50%;
  width: 40px;
  transform: translateX(-60px);
  height: 40px;

  font-weight: 700;
  padding: 5px 25px;
  color: #002b45;
  background: #ffc600;
  text-decoration: none;

  border: 1px solid #ffc600;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  outline: none;
  user-select: none;
  cursor: pointer;
  box-shadow: inset 0 30px 30px -15px rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3), inset 0 4px 20px rgba(0, 0, 0, 0),
    0 3px 0 #94770b, 0 3px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.1),
    0 10px 20px rgba(0, 0, 0, 0.1);
  background: #ffc600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  transition: 150ms all;
}

.carousel4 .owl-nav .owl-next {
  background-color: #ffc600 !important;
  border-radius: 50%;
  width: 40px;
  transform: translateX(60px);
  height: 40px;
  float: right;

  font-weight: 700;
  padding: 5px 25px;
  color: #002b45;
  background: #ffc600;
  text-decoration: none;

  border: 1px solid #ffc600;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  outline: none;
  user-select: none;
  cursor: pointer;
  box-shadow: inset 0 30px 30px -15px rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3), inset 0 4px 20px rgba(0, 0, 0, 0),
    0 3px 0 #94770b, 0 3px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.1),
    0 10px 20px rgba(0, 0, 0, 0.1);
  background: #ffc600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  transition: 150ms all;
}

.carousel4 .owl-nav .owl-prev span,
.carousel4 .owl-nav .owl-next span {
  font-size: 42px;
  color: #002b45 !important;
}

.carousel4 .owl-nav .owl-prev:hover {
  transform: translateX(-60px) translateY(-3px);
  box-shadow: inset 0 30px 30px -15px rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3), inset 0 4px 20px rgba(0, 0, 0, 0),
    0 5px 0 #94770b, 0 3px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.1),
    0 10px 20px rgba(0, 0, 0, 0.1);
}
.carousel4 .owl-nav .owl-prev:hover span {
  color: #fff !important;
}
.carousel4 .owl-nav .owl-prev:active {
  transform: translateX(-60px) translateY(3px);
  box-shadow: inset 0 16px 2px -15px rgba(0, 0, 0, 0),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    inset 0 1px 20px rgba(0, 0, 0, 0.1), 0 0 0 #94770b,
    0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 rgba(0, 0, 0, 0),
    0 0 0 rgba(0, 0, 0, 0);
}

.carousel4 .owl-nav .owl-next:hover {
  transform: translateX(60px) translateY(-3px);
  box-shadow: inset 0 30px 30px -15px rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3), inset 0 4px 20px rgba(0, 0, 0, 0),
    0 5px 0 #94770b, 0 3px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.1),
    0 10px 20px rgba(0, 0, 0, 0.1);
}
.carousel4 .owl-nav .owl-next:hover span {
  color: #fff !important;
}
.carousel4 .owl-nav .owl-next:active {
  transform: translateX(60px) translateY(3px);
  box-shadow: inset 0 16px 2px -15px rgba(0, 0, 0, 0),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    inset 0 1px 20px rgba(0, 0, 0, 0.1), 0 0 0 #94770b,
    0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 rgba(0, 0, 0, 0),
    0 0 0 rgba(0, 0, 0, 0);
}

.image-border {
  border-radius: 100%;
  width: 230px;
  height: 230px;
  margin: auto;
  background-color: #ffc600;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.image-border:after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  left: 5px;
  top: 5px;
  background-color: #0b2a4a;
  border-radius: 50%;
  overflow: hidden;
}
.image-border .main-image {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}
.image-border:hover > .main-image {
  transform: translate(-15px, -15px);
  transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}

.image-border:hover > p.title:after {
  transform: scale3d(1, 1, 1);
  transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}
.image-border p.title {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  text-transform: uppercase;
}
.image-border p.title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffc600;
  bottom: -10px;
  left: 0;
  transform: scale3d(0, 1, 1);
  transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}
.img-holder {
  overflow: hidden;
}

.section4 {
  position: relative;
}

.mapImage {
  object-fit: cover;
  display: block;
  margin-top: 60px;
  margin-bottom: 50px;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px 40px 0 0;
}

/* blog */
.blog-item {
  /* position: relative;
  display: inline-flex;
  width: 48%;
  flex-grow: 1; */

  position: relative;
  display: flex;
  width: 50%;
  /* flex-grow: 1; */
  /* flex-basis: 100%; */
  flex: 1;
  flex-direction: column;
}
.blog-item.w-full {
  width: 100%;
  flex: auto;
}
.blog-item img {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.blog-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
  flex-direction: row;
}
.text-wrap {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.viewAllPost {
  color: #002b45 !important;
  font-weight: bold;
  float: right;
  font-size: 1.5rem;
  font-family: "Titillium Web Bold";
  border: none;
  background: none;
}
.blog-title {
  color: #002b45 !important;
}
/* end blog */
/*  */

footer {
  color: #002b45;
  padding-top: 100px;
  padding-bottom: 40px;
  background: #f5f5f5;
  position: relative;
}

.directionButton {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(20px);

  font-size: 18px;
  font-weight: 700;
  padding: 5px 25px;
  color: floralwhite;
  background: #0053a1;
  border-radius: 25px;
  text-decoration: none;

  border: 1px solid #0053a1;
  letter-spacing: 1px;
  text-align: center;
  width: auto;
  display: inline-block;
  height: auto;
  line-height: 30px;
  text-transform: uppercase;
  outline: none;
  user-select: none;
  cursor: pointer;
  /* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 3px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
  /* background: #ffc600; */
  /* text-shadow: 0 1px 0 rgba(0,0,0,.3); */
  transition: 150ms all;
  z-index: 2;
}

.directionButton:hover {
  color: green;
  background-color: white;
  border: 1px solid green;

  /* transform: translateX(-50%) translateY(17px); */

  /* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 5px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
}

/* .directionButton:active {
transform: translateX(-50%) translateY(23px);
box-shadow: inset 0 16px 2px -15px rgba(0,0,0,0), inset 0 0 0 1px rgba(255,255,255,.15), inset 0 1px 20px rgba(0,0,0,.1), 0 0 0 #94770b, 0 0 0 2px rgba(255,255,255,.5), 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
} */
footer h4 {
  font-size: 16.5px;
  color: #0053a1;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li {
  font-size: 13px;
  line-height: 18px;
}

footer ul a {
  text-decoration: none;
  color: #0053a1;
}

footer ul a:hover {
  color: green;
}
.footer-logo {
  margin-top: auto;
  margin-bottom: auto;
}
.footer-logo img {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}

.footer-contact {
}

.footer-links li {
  line-height: 23px;
}

.footer-newsletter {
}

.footer-newsletter .subscribeBtn {
  font-weight: 700;
  padding: 2px 10px;
  color: floralwhite;
  background: #0053a1;
  /* border-radius: 5px; */
  text-decoration: none;
  font-family: "Titillium Web Semibold";
  border: 1px solid #0053a1;
  letter-spacing: 1px;
  text-align: center;
  width: auto;
  display: inline-block;
  height: auto;
  line-height: 20px;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
  user-select: none;
  cursor: pointer;
  /* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 3px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
  /* background: #0053A1; */
  /* text-shadow: 0 1px 0 rgba(0,0,0,.3); */
  transition: 150ms all;
}

.footer-newsletter .subscribeBtn:hover {
  background: green;
  color: floralwhite;
  /* transform: translateY(-3px); */

  /* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 5px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
}

/* .footer-newsletter .subscribeBtn:active {
transform: translateY(3px);
box-shadow: inset 0 16px 2px -15px rgba(0,0,0,0), inset 0 0 0 1px rgba(255,255,255,.15), inset 0 1px 20px rgba(0,0,0,.1), 0 0 0 #94770b, 0 0 0 2px rgba(255,255,255,.5), 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
} */

.footer-newsletter input {
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 15px;
}

.copyright {
  background: #0053a1;
  color: floralwhite;
  text-align: center;
  font-size: 11px;
  padding: 20px;
}
/*  */
/* media screen and (max-width: 1600px) */
/* .inner-banner .radial-border {
  -webkit-border-radius: 2752px;
  -moz-border-radius: 2752px;
  border-radius: 2752px;
  height: 2780px;
  right: -700px;
  width: 2890px;
} */
.inner-banner {
  position: relative;
  width: 100%;
  height: 110vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 2;
}

.inner-banner::before {
  content: "";
  position: absolute;
  z-index: 800;
  /* box-shadow: inset 1px 120px 115px -10px #000; */
  box-shadow: inset 0 165px 80px -70px rgba(0, 0, 0, 0.2),
    inset 0 185px 80px -70px rgba(0, 0, 0, 0.02);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 220px;
  pointer-events: none;
}

.inner-banner .img {
  margin-left: -25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  background: #fff;
  border-radius: 0 0 65% 35% / 0 0 60% 25%;
  margin-right: -25px;
  overflow: hidden;
  z-index: 2;
}

.inner-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.inner-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: -140px;
  z-index: -1;
}

.inner-column1 {
  background: #0053a1;
  position: relative;
  width: 28%;

  padding: 400px 40px 40px;
  margin-top: -220px;
}

.inner-column2 {
  background: #fff;
  width: 72%;
  padding: 180px 40px 40px;
  font-size: 18.5px;
  line-height: 32px;
  color: #0053a1;
}

.breadcrumb-item a {
  color: #0053a1;
}

.breadcrumb-item a:hover {
  color: #ffc600;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0rem 0rem !important;
  margin-bottom: 2rem !important;
  list-style: none;
  background-color: white !important;
  border-radius: 0.25rem;
}

.inner-image {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.inner-content {
  font-size: 18.5px;
  line-height: 32px;
}

.inner-content p {
  text-align: justify;
}

.inner-content table td {
  font-size: 18.5px !important;
  line-height: 32px !important;
  color: #002b45;
  font-family: "Titillium Web Regular" !important;
  padding: 4px 8px;
}

.inner-content table td p span,
.inner-content table td p {
  font-size: 18.5px !important;
  line-height: 32px !important;
  color: #002b45;
  font-family: "Titillium Web Regular" !important;
}

.inner-content img {
  display: inline-block;
  width: 100% !important;
}

.sidebar {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: auto;
  color: #fff;
}

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.sidebar ul > li > ul {
  margin-left: 20px;
}

.sidebar .main-tab::after {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 15px;
  right: 20px;
}
.sidebar .main-tab.open::after {
  content: "\f077";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 15px;
  right: 20px;
}

.sidebar a {
  display: block;
  color: floralwhite;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}

.sidebar a.active {
  color: #ffc600;
  text-decoration: none;
}

.sidebar a:hover:not(.active) {
  color: #ffc600;
  text-decoration: none;
}

.sidebar .main-tab {
  cursor: pointer;
}

.sidebar .main-tab ~ ul {
  display: none;
}

.inner-carousel {
  width: 100%;
  padding: 20px 35px 20px 35px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}
.inner-carousel .owl-nav .owl-prev {
  background-color: #ffc600 !important;
  border-radius: 50%;
  width: 40px;
  transform: translateX(-60px);
  height: 40px;

  font-weight: 700;
  padding: 5px 25px;
  color: #002b45;
  background: #ffc600;
  text-decoration: none;

  border: 1px solid #ffc600;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  outline: none;
  user-select: none;
  cursor: pointer;
  box-shadow: inset 0 30px 30px -15px rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3), inset 0 4px 20px rgba(0, 0, 0, 0),
    0 3px 0 #94770b, 0 3px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.1),
    0 10px 20px rgba(0, 0, 0, 0.1);
  background: #ffc600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  transition: 150ms all;
}

.inner-carousel .owl-nav .owl-next {
  background-color: #ffc600 !important;
  border-radius: 50%;
  width: 40px;
  transform: translateX(-10px);
  height: 40px;
  float: right;

  font-weight: 700;
  padding: 5px 25px;
  color: #002b45;
  background: #ffc600;
  text-decoration: none;

  border: 1px solid #ffc600;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  outline: none;
  user-select: none;
  cursor: pointer;
  box-shadow: inset 0 30px 30px -15px rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3), inset 0 4px 20px rgba(0, 0, 0, 0),
    0 3px 0 #94770b, 0 3px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.1),
    0 10px 20px rgba(0, 0, 0, 0.1);
  background: #ffc600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  transition: 150ms all;
}

.inner-carousel .owl-nav .owl-prev span,
.inner-carousel .owl-nav .owl-next span {
  font-size: 42px;
  color: #002b45 !important;
}

.inner-carousel .owl-nav .owl-prev:hover {
  transform: translateX(-60px) translateY(-3px);
  box-shadow: inset 0 30px 30px -15px rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3), inset 0 4px 20px rgba(0, 0, 0, 0),
    0 5px 0 #94770b, 0 3px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.1),
    0 10px 20px rgba(0, 0, 0, 0.1);
}
.inner-carousel .owl-nav .owl-prev:hover span {
  color: #fff !important;
}
.inner-carousel .owl-nav .owl-prev:active {
  transform: translateX(-60px) translateY(3px);
  box-shadow: inset 0 16px 2px -15px rgba(0, 0, 0, 0),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    inset 0 1px 20px rgba(0, 0, 0, 0.1), 0 0 0 #94770b,
    0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 rgba(0, 0, 0, 0),
    0 0 0 rgba(0, 0, 0, 0);
}

.inner-carousel .owl-nav .owl-next:hover {
  transform: translateX(-10px) translateY(-3px);
  box-shadow: inset 0 30px 30px -15px rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3), inset 0 4px 20px rgba(0, 0, 0, 0),
    0 5px 0 #94770b, 0 3px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.1),
    0 10px 20px rgba(0, 0, 0, 0.1);
}
.inner-carousel .owl-nav .owl-next:hover span {
  color: #fff !important;
}
.inner-carousel .owl-nav .owl-next:active {
  transform: translateX(-10px) translateY(3px);
  box-shadow: inset 0 16px 2px -15px rgba(0, 0, 0, 0),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    inset 0 1px 20px rgba(0, 0, 0, 0.1), 0 0 0 #94770b,
    0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 rgba(0, 0, 0, 0),
    0 0 0 rgba(0, 0, 0, 0);
}

.inner-carousel .image-border {
  border-radius: 100%;
  width: 210px;
  height: 210px;
  margin: auto;
  background-color: #ffc600;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.inner-carousel .image-border:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  left: 5px;
  top: 5px;
  background-color: #0b2a4a;
  border-radius: 50%;
  overflow: hidden;
}
.inner-carousel .image-border .main-image {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}
.inner-carousel .image-border:hover > .main-image {
  transform: translate(-15px, -15px);
  transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}

.inner-carousel .image-border:hover > p.title:after {
  transform: scale3d(1, 1, 1);
  transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}
.inner-carousel .image-border p.title {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  text-transform: uppercase;
}
.inner-carousel .image-border p.title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffc600;
  bottom: -10px;
  left: 0;
  transform: scale3d(0, 1, 1);
  transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}
.inner-carousel .img-holder {
  overflow: hidden;
}

.inner-carousel .owl-dots {
  text-align: center;
  padding-top: 20px;
}

.inner-carousel .owl-dots button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  outline: none;
  border: 1px solid #0b2a4abf;
  background: #0b2a4abf;
  margin: 0 6px;
  padding: 4px;
}
.inner-carousel .owl-dots button.owl-dot.active {
  background-color: #0b2a4a;
}
.inner-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}

.form-column1 {
  background: #0053a1;
  position: relative;
  width: 35%;
  color: floralwhite;

  padding: 400px 40px 40px;
  margin-top: -220px;
}

.form-column2 {
  background: #fff;
  width: 65%;
  padding: 180px 40px 40px;
  font-size: 18.5px;
  line-height: 32px;
  color: #0053a1;
}

.breadcrumb-item,
.breadcrumb-item a {
  font-size: 16px;
  text-decoration: none;
}

.info-wrap {
  width: 100%;
  padding: 0px;
  /* margin-top: 5px; */
}
.info-wrap .dbox .icon span {
  font-size: 20px;
}
.info-wrap .dbox {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
  align-items: center !important;
  display: flex;
}

.info-wrap .contact_list p span {
  height: 35px;
  width: 35px;
  line-height: 25px;
  padding: 5px;
  margin-right: 15px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.info-wrap .contact_list p a {
  text-decoration: none;
  color: #fff;
}
.info-wrap .contact_list p a:hover {
  color: #ffc600;
}
.info-wrap .contact_list h4 {
  margin-bottom: 20px;
}
.info-wrap .contact_list > div {
  margin-bottom: 35px;
}
.info-wrap .contact_list .contact_title {
  font-weight: 600;
  font-size: 17px;
}

.info-wrap .dbox .text {
  padding-left: 20px;
}

.info-wrap .dbox .icon {
  width: 50px;
  height: 50px;
  padding: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  align-items: center !important;
  justify-content: center !important;
  display: flex;
}
.info-wrap .dbox p {
  margin-bottom: 0;
}
.info-wrap .dbox a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  align-items: center !important;
  justify-content: center !important;
  display: inline-flex;
}
.info-wrap .dbox p span {
  font-weight: 500;
  font-size: 15px;
  margin-right: 5px;
}

.info-wrap .dbox a:hover {
  color: #ffc600;
}

.info-wrap .dbox a:hover .icon {
  color: #ffc600;
  border: 2px solid #ffc600;
}

.form-group {
  margin-bottom: 1rem;
}

#contactForm .form-control {
  font-size: 16px;
}
.contactForm .form-control {
  border: none;
  border-bottom: 1px solid #002b455e;
  padding: 0;
}
.form-control:focus,
.form-control:active {
  border-color: #002b45 !important;
}
.form-control {
  height: 36px;
  background: #fff;
  color: #0053a1;
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#message {
  resize: vertical;
  height: 120px;
}

.contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.submitButton {
  font-size: 18px;
  font-weight: 700;
  padding: 5px 25px;
  color: #002b45;
  background: #ffc600;
  border-radius: 25px;
  text-decoration: none;
  border: 1px solid #ffc600;
  letter-spacing: 1px;
  text-align: center;
  width: auto;
  display: inline-block;
  height: auto;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  user-select: none;
  cursor: pointer;
  /* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 3px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
  background: #ffc600;
  /* text-shadow: 0 1px 0 rgba(0,0,0,.3); */
  transition: 150ms all;
  z-index: 2;
  margin-top: 20px;
}

.submitButton:hover {
  color: white;
  /* transform: translateY(-3px); */

  /* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 5px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
}

.submitButton:active {
  /* transform: translateY(3px); */
  /* box-shadow: inset 0 16px 2px -15px rgba(0,0,0,0), inset 0 0 0 1px rgba(255,255,255,.15), inset 0 1px 20px rgba(0,0,0,.1), 0 0 0 #94770b, 0 0 0 2px rgba(255,255,255,.5), 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0); */
}

/* School Calendar */
/* nice scroll bar */
.events::-webkit-scrollbar {
  width: 5px;
}
.events::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 50px;
}
.events::-webkit-scrollbar-thumb {
  background: var(--primary-clr);
  border-radius: 50px;
}

.hide {
  display: none;
}
.show {
  display: block !important;
}
.calendarContainer {
  position: relative;
  /* width: 1200px; */
  padding: 40px;
  margin: 0 auto;
  /* background: rgb(0,55,85); */
  /* background: linear-gradient(124deg, #002b45 5%,#003c5d 94%); */
  background: rgb(0, 83, 161);
  background: linear-gradient(
    90deg,
    rgba(0, 83, 161, 1) 0%,
    rgba(20, 92, 159, 1) 64%,
    rgba(29, 96, 158, 1) 84%,
    rgba(38, 100, 157, 1) 91%,
    rgba(76, 116, 153, 1) 100%,
    rgba(45, 104, 158, 1) 100%,
    rgba(126, 140, 153, 1) 100%
  );
  border-radius: 35px;
}
.calendarHeader {
  display: flex;
}
.calendarContainer .month {
  width: 50%;
  height: 60px;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  padding: 0 50px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: capitalize;
}
.calendarContainer .month .prev,
.calendarContainer .month .next {
  cursor: pointer;
  color: #fff;
  font-size: 2rem;
  background: transparent;
  outline: none;
  border: none;
}
.calendarContainer .month .prev:disabled,
.calendarContainer .month .next:disabled {
  color: #3d5c6e;
  cursor: not-allowed;
}
.calendarContainer .month .prev:hover,
.calendarContainer .month .next:hover {
  color: var(--primary-clr);
}

.calendarContainer .goto-today {
  width: 50%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  padding: 0 50px;
  margin-bottom: 20px;
  color: var(--primary-clr);
}

.calendarContainer .date {
  color: #fff;
  font-size: 45px;
}

.calendarContainer .goto-today select {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 31.9px;
}

.calendarContainer .goto-today select option {
  background: #fff;
  color: #002b45;
  font-size: 24px;
  text-align: center;
}

.calendarBody {
  position: relative;
  padding: 5px;
  color: #fff;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
}
.calendarLeft {
  flex: 50%;
  padding: 20px;
}
.calendar {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #ffc600;
  border-radius: 5px;
}

.calendar .weekdays {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;

  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.weekdays div span {
  width: 45px;
  height: 45px;
  display: block;
}
.weekdays div:nth-child(7n),
.weekdays div:nth-child(7n - 1) {
  /* color: #1c6490; */
  color: #3581b0;
}

.calendar .days {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 500;

  display: grid;
  grid-template-columns: repeat(7, 1fr);
  /* grid-template-rows: repeat(6, 1fr); */
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.calendar .days .day {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--primary-clr);
}

.calendar .days .day span {
  height: 45px;
  width: 45px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 45px;
  position: relative;
  border-radius: 50%;
  border: 1px solid transparent;
  display: inline-block;
}

.calendar .days .day span:hover {
  border: 1px solid #fff;
  color: #fff;
}

.calendar .days .day:nth-child(7n -1),
.calendar .days .day:nth-child(7n) {
  /* color: #1c6490; */
  color: #3581b0;
}

.calendar .days .prev-date,
.calendar .days .next-date {
  color: #ffc600a1;
}

.calendar .days .today span {
  color: #002b45;
  background-color: #fff;
}

.calendar .days span.active,
.calendar .days span.active:hover,
.calendar .days .today span:hover {
  color: #002b45;
  background-color: #fff;
}

.calendar .days .event span {
  border: 1px solid var(--primary-clr);
}

.calendar .days .today span {
  border: 1px solid #fff;
}
.calendar .days .event {
  position: relative;
}

.calendar .days .day:hover.event::after {
  background-color: #fff;
}

.calendarBody .calendarRight {
  position: relative;
  flex: 50%;
  min-height: 100%;
  padding: 20px 0;
}

.calendarRight .today-date {
  width: 100%;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  padding-left: 70px;
  margin-top: 50px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.calendarRight .today-date .event-day {
  font-size: 2rem;
  font-weight: 500;
}
.calendarRight .today-date .event-date {
  font-size: 1rem;
  font-weight: 400;
  color: #878895;
}
.eventsContainer {
  width: 100%;
  height: 100%;
  /* max-height: 600px; */
  min-height: 300px;
  display: flex;
  /* flex-direction: column; */
  padding-left: 4px;
  text-align: center;
  position: relative;
}

.events-box {
  width: 100%;
  max-width: 450px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  position: absolute;
  display: none;
}

.events-date {
  background: #ffc600;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  color: #002b45;
  font-size: 21.72px;
  padding: 15px;
}

.events {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #002b45;
  padding: 30px;
  max-height: 30vh;
  margin-bottom: 100px;
  overflow: hidden auto;
}

.events .event {
  text-align: left;
  position: relative;
  width: 95%;
  min-height: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;

  color: #fff;
  cursor: pointer;
}
.events .event:not(:first-child) {
  border-top: 1px solid #61778548;
}
.events-box.show ~ .no-events-box {
  display: none;
}
.no-events-box {
  width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.no-event-no {
  font-size: 147.15px;
  margin-bottom: 55px;
}
.no-event-date,
.no-event-day {
  color: #ffc600;
  font-size: 26px;
}
/* even event */
.events .event:nth-child(even) {
  background: transparent;
}

.events .event .title {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.events .event .title .event-title {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 20px;
}
.events .event i {
  color: var(--primary-clr);
  font-size: 0.5rem;
}
.events .event:hover i {
  color: #fff;
}
.events .event .event-time {
  display: none;
  font-size: 0.8rem;
  font-weight: 400;
  color: #878895;
  margin-left: 15px;
  pointer-events: none;
}
.events .event:hover .event-time {
  color: #fff;
}

.events .no-event {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #878895;
}
.calendarLoader {
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  z-index: 800;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 35px;
  display: none;
}

.calendarLoader.show {
  display: block;
}

.calendarLoader img {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
/* end School Calendar */

/*  */
@media (max-width: 1280px) {
  #applicationFrame {
    min-height: 1500px;
  }
  .events-box {
    width: 100%;
  }
  .calendarContainer .month,
  .calendarContainer .goto-today {
    padding: 0;
  }
  .calendarLeft {
    padding: 0;
  }
  .calendar .days,
  .calendar .week {
    padding: 0 0;
  }
}
@media (max-width: 1190px) {
  .calendarBody {
    flex-wrap: wrap;
  }
  .events-box {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  div.right > div.sectionContainer {
    max-width: 1320px;
  }

  div.left > div.sectionContainer {
    max-width: 1320px;
  }
}
/*  */
@media (min-width: 1920px) {
  body {
    font-size: 1rem;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3,
  .page-title1 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.95rem;
  }
  h5,
  .page-title2 {
    font-size: 1.75rem;
  }
  .leftCorner > label {
    left: 40px;
    top: 40px;
    /* padding: 12px 8px; */
    height: 55px;
    width: 55px;
  }
  .leftCorner .span {
    /* padding: 0 16px; */
  }
  .bannerCarousel .owl-dots button.owl-dot {
    width: 16px;
    height: 16px;
  }

  .bannerCarousel span {
    font-size: 84px;
  }
  .st1 {
    font-size: 64px;
    margin-bottom: 70px;
  }
  .st3 {
    font-size: 36px;
  }

  div.sectionContainer {
    max-width: none !important;
    width: 100%;
  }
  div.right p,
  div.left p {
    font-size: 18.5px;
    line-height: 32px;
  }
  div.right img,
  div.left img {
    display: block;
    width: 100%;
    height: 60vh;
    /* object-fit: cover; */
  }
  div.right div.image-container,
  div.left div.image-container {
    width: 30vw;
    height: 100%;
  }
  .section3-stories,
  .section3 .parent {
    width: 1240px;
  }
  .stories {
    min-height: 630px;
  }
  .stories img {
    /* height: 300px; */
  }
  .stories .stories-desc {
    font-size: 16px;
  }
  .shareButton {
    width: 45px;
    height: 45px;
    font-size: 24px;
  }
  .div10 {
    padding-top: 60px;
  }
  .mapImage {
    height: 350px;
  }
  footer .container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
  footer h4 {
    font-size: 16.5px;
  }
  footer ul li {
    font-size: 13px;
    line-height: 18px;
  }

  /* inner content */
  .sidebar a {
    font-size: 18.5px;
  }
  .breadcrumb-item,
  .breadcrumb-item a {
    font-size: 18.5px;
  }
  .inner-content {
    font-size: 18.5px;
    line-height: 38px;
  }
  .inner-content table td p span {
    font-size: 18.5px !important;
    line-height: 38px !important;
    color: #002b45;
  }

  .info-wrap .dbox p span {
    font-size: 18.5px;
  }
  .info-wrap .dbox a {
    font-size: 18.5px;
  }
  .contactForm .label,
  .form-control {
    font-size: 18.5px;
  }
  /*  */
}
/*  */

@media screen and (max-width: 985px) {
  .menu-links ul {
    width: 100%;
    max-width: 300px;
    padding-left: 30px;
  }
  .menu-links ul li > ul {
    margin-left: 240px;
  }
  .st2 {
    font-size: 48px;
  }

  .carousel4 {
    width: 700px;
  }

  /* div.right div.column1   this is removed from below media query  */
  div.left div.column2 {
    padding: 40px 30px 40px 80px;
  }

  div.section3 {
    padding: 40px 80px;
  }

  .section3-stories {
    width: 100%;
  }

  .section3-stories .owl-nav .owl-next {
    transform: translateX(40px);
  }
}
@media screen and (max-width: 900px) {
  .menu-links ul li.mainmenu:hover {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .nav-action {
    right: 0px;
    bottom: unset;
    top: 40px;
    /* background: #fff; */
    width: 100%;
    text-align: right;
  }
  .nav-action .searchBtn {
    float: none;
    padding-left: 10px;
  }
  .menu-links {
    position: relative;
    overflow: hidden auto;
  }
  .menu-links ul {
    align-self: baseline;
    padding-top: 130px;
  }
  .menu-links ul li {
    position: relative;
  }
  .menu-links > ul > li.mainmenu > a:after {
    position: absolute;
    right: 20px;
    top: 10px;
    transform: translateY(0%);
  }
  .menu-links ul li > ul {
    position: relative;
    background: #1e71bd;
    padding-left: 0;
    margin-left: 0px;
    width: 100%;
    border-radius: 25px;
    padding: 20px 0;
    opacity: 1;
    display: none;
    transition: 0.5s all ease;
    height: auto;
    top: 0;
  }
  .menu-links ul li.mainmenu.active:hover > ul {
    display: block;
    transform: translateY(0);
  }

  .menu-links > ul > li.mainmenu.active:hover > a:after {
    transform: translateY(0%) rotate(90deg);
  }

  .menu-links ul li:hover {
    border-radius: 0;
  }

  .menu-links ul li.mainmenu.active:hover {
    border-radius: 0;
  }

  .slogan {
    width: 100%;
    bottom: 120px;
  }

  .st2 {
    font-size: 52px;
  }

  .bannerCarousel .item {
    overflow: hidden;
  }

  .bannerCarousel img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
  }

  .section3-stories {
    width: 100%;
    padding: 20px 10px;
  }

  .stories {
    min-height: 580px;
  }

  .parent {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .div10 {
    text-align: center;
    padding-top: 20px;
    align-self: center;
    display: none;
  }
  .div11 {
    text-align: center;
    padding-top: 20px;
    grid-area: 1 / 1 / 2 / 3;
  }
}
@media screen and (max-width: 834px) and (min-width: 768px) {
  /* div.right img, removed from below */

  div.left img {
    display: inline-block;
  }

  div.right h1,
  div.left h2 {
    width: 100%;
  }
  /*  div.right p, removed from below */

  div.left p {
    padding: 10px 30px;
    text-align: justify;
  }
}
/* below the screen size has changed to 427 from 834px  */
@media screen and (max-width: 427px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .rightCorner {
    padding: 25px 35px;
  }
  .searchForm {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
  }
  .searchForm input {
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    outline: none;
    color: white;
    padding: 0px 28px 0px 2px;
    font-size: 22px;
    border-radius: 0;
    background: transparent;
    width: 100%;
    height: 60px;
  }
  .searchForm input:focus {
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #ffc600;
    outline: none;
    color: white;
    padding: 0px 28px 0px 2px;
    border-radius: 0;
    background: transparent;
    width: 250px;
  }
  .searchForm .input-group-text {
    /* padding: 0 10px; */
    margin-top: 2px;
  }
  .nav-action {
    top: 25px;
    left: 25px;
    bottom: unset;
    z-index: 999;
  }
  .menu-box {
    display: none;
  }
  .menu-links {
    width: 100%;
    height: 100vh;
    margin-top: 0;
    position: relative;
  }
  .menu-links ul {
    width: 100%;
    padding: 100px 25px 40px;
    max-width: unset;
  }
  .inner-banner {
    height: 50vh;
  }
  .inner-banner .img {
    width: 110%;
    border-radius: 0 0 65% 35% / 0 0 40% 15%;
  }
  .inner-column1 {
    display: none;
  }
  .inner-column2 {
    width: 100%;
    padding: 180px 15px 20px;
  }
  .banner {
    height: calc(100vh - 50px);
  }

  .bannerCarousel .owl-item {
    height: calc(100vh - 50px);
  }

  .payButton {
    bottom: 60px;
  }

  .carousel4 {
    width: 100%;
  }
  .slogan {
    width: 100%;
    top: 50%;
    transition: translateY(-50%);
    bottom: unset;
  }

  .st1 {
    font-size: 34px;
    margin-bottom: 40px;
    margin-top: 80px;
  }

  .st3 {
    font-size: 20px;
    margin-top: 0px;
  }

  .st2 {
    font-size: 38px;
  }

  div.right div.column1 {
    width: 100%;
    padding: 0px 45px;
    /* order: 2;  so here the image appears first then title thn text so changed it to 1 */
    order: 1;
  }
  div.right div.column2 {
    width: 100%;
    order: 1;
    padding: 15px 45px;
    margin-bottom: 30px;
  }

  div.right div.column2 .image-container {
    width: 100%;
    /* border-bottom-left-radius: 72%; */
    padding: 40px 15px 15px;
    overflow: hidden;
    box-shadow: 0 10px 8px 0 rgb(30 29 29 / 50%),
      0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    border-radius: 12px;
  }
  div.right div.column2 .image-container img {
    object-fit: cover;
    width: 100%;
    /* height: 350px; */
    /* transform: scale(1.4); */
  }
  div.left div.column1 {
    width: 100%;
    padding: 15px;
  }
  div.left div.column2 {
    width: 100%;
    padding: 20px 15px;
  }
  div.left div.column2 {
    width: 100%;
    padding: 10px;
  }
  /* div.left div.image-container {
    width: 100%;
    border-bottom-right-radius: 72%;
  } */

  div.right div.image-container {
    border-radius: none;
    width: 100%;
  }

  div.right .image-container {
    border-radius: none;
    width: 100%;
    border-bottom-left-radius: 0;
    padding: 40px 20px 20px;
  }
  div.right .image-container img {
    /* box-shadow: 0 10px 8px 0 rgb(30 29 29 / 50%), 0 6px 20px 0 rgba(0,0,0,0.19) !important; */
    /* border-radius: 12px; */
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
  }

  div.left div.image-container {
    border-radius: none;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 8px 0 rgb(30 29 29 / 50%),
      0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    border-radius: 12px;
  }

  div.left .image-container {
    border-radius: none;
    width: 100%;
    border-bottom-left-radius: 0;
    padding: 40px 20px 20px;
  }
  div.left .image-container img {
    box-shadow: 0 10px 8px 0 rgb(30 29 29 / 50%),
      0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    border-radius: 12px;
    transform: scale(1.4);
  }

  div.right h4,
  div.left h4 {
    margin: auto;
    text-align: center;
  }

  .carousel-action {
    left: 30px;
  }

  .bannerCarousel .carousel-caption {
    right: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    top: 30%;
  }

  .bannerCarousel .carousel-action div {
    padding-left: 0;
  }

  .bannerCarousel .carousel-hashtag {
    left: 30px;
  }

  .bannerCarousel .owl-dots {
    bottom: 20px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 900;
  }

  .carousel4 .owl-nav {
    z-index: 900;
  }

  .carousel4 .owl-nav .owl-prev {
    transform: translateX(0);
    margin: 10px;
  }

  .carousel4 .owl-nav .owl-prev:hover,
  .carousel4 .owl-nav .owl-next:hover {
    transform: scale(1.1);
  }

  .carousel4 .owl-nav .owl-next {
    transform: translateX(0);
    margin: 10px;
  }

  .section3-stories {
    width: 100%;
    padding: 20px 10px;
  }

  .stories {
    min-height: 565px;
  }

  .stories img {
    /* height: 300px; */
  }

  .mapImage {
    height: 175px;
    margin-top: 30px;
  }

  .form-column1 {
    width: 100%;
    padding: 180px 20px 20px;
  }

  .form-column2 {
    width: 100%;
    padding: 20px;
  }

  .inner-carousel .owl-nav .owl-prev {
    transform: translateX(-30px);
  }
  .inner-carousel .owl-nav .owl-next {
    transform: translateX(-40px);
  }
  .inner-carousel .owl-nav .owl-prev:hover {
    transform: translateX(-30px) translateY(-3px);
  }
  .inner-carousel .owl-nav .owl-prev:active {
    transform: translateX(-30px) translateY(3px);
  }

  .inner-carousel .owl-nav .owl-next:hover {
    transform: translateX(-40px) translateY(-3px);
  }
  .inner-carousel .owl-nav .owl-next:active {
    transform: translateX(-40px) translateY(3px);
  }

  .info-wrap {
    margin-top: 0;
    padding-top: 220px;
  }

  .blog-item {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #applicationFrame {
    min-height: 1600px;
  }

  .owl-nav {
    display: none;
  }

  #cbseButton {
    top: 90px;
    right: 40px;
  }

  .payButton {
    left: 15px;
  }
  #apply-now {
    top: 35px;
  }
  .top-logo {
    width: 140px;
    height: auto;
    top: 30px;
    display: inline-block;
  }
  .leftCorner {
    width: 95px;
    height: 100px;
    padding-top: 15px;
  }
  .leftCorner > label {
    /* left: 15px;
    top: 30px; */
    left: 10px;
    top: 20px;
  }
  #admissionButton {
    top: 40px;
    left: 80px;
    font-size: 14.5px;
  }
  .rightCorner {
    width: 95px;
    height: 100px;
  }
  .st2 {
    font-size: 38px;
  }
  .section3 {
    padding: 40px 5px !important;
  }
  div.section3 h3 {
    margin-bottom: 20px;
  }
  .section4 {
    padding: 20px 0 0;
  }

  .mapImage {
    margin-top: 30px;
  }

  footer {
    padding: 70px 0px 40px;
  }
  .footer-logo {
    /* margin-bottom: 40px; */
    text-align: center;
  }

  .inner-banner .img {
    border-radius: 0 0 50% 50% / 0 0 110px 85px;
    margin-left: -15px;
    margin-right: -15px;
    width: 110%;
  }

  .calendarContainer {
    padding: 20px 10px;
  }

  .calendarBody .calendarRight {
    padding: 0 0 20px;
  }

  .calendarLeft {
    padding: 0 20px;
  }

  .calendarContainer .date {
    font-size: 30px;
  }

  .calendarContainer .goto-today {
    height: 40px;
    width: 40%;
    justify-content: end;
  }

  .calendarContainer .month {
    justify-content: left;
    width: 60%;
    height: 40px;
    padding: 0px;
  }

  .calendar .weekdays {
    padding: 0 25px;
  }

  .calendarContainer .goto-today select {
    font-size: 28px;
  }

  .calendar .days {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 20px;
    grid-template-rows: none;
  }

  .weekdays div span {
    height: 28px;
    width: 28px;
  }

  .calendar .days .day span {
    height: 28px;
    width: 28px;
    line-height: 28px;
  }

  .eventsContainer {
    min-height: 150px;
  }
  .events {
    padding: 20px;
    max-height: 150px;
    margin-bottom: 0px;
  }
  .events-box {
    width: 100%;
  }
  .events-date {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  #cbseButton {
    top: 90px;
    right: 10px;
    /* newly added */
    max-width: 140px;
    font-size: 12px;
    padding: 7px 7px;
  }
  .st2 {
    font-size: 36px;
  }

  #apply-now {
    left: 86px;
  }

  .bannerCarousel span {
    font-size: 50px;
    letter-spacing: -8px;
  }

  .top-logo {
    width: 140px;
    right: 10px;
    padding: 3px 7px;
  }

  .payButton {
    min-width: 80px;
    padding: 5px 12px;
  }

  #admissionButton {
    font-size: 13.5px;
    padding: 5px 10px;
    top: 30px;
    left: 70px;
    width:40%;
  }

  .gx-button,
  .directionButton {
    font-size: 16px;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 414px) {
  #cbseButton {
    top: 90px;
    right: 10px;
    font-size: 13px;
    padding: 5px 8px;
  }
  .calendarContainer {
    padding: 20px 5px;
  }

  .calendarBody .calendarRight {
    padding: 0 0 20px;
  }

  .calendarLeft {
    padding: 0 0px;
    width: 100%;
  }

  .calendarContainer .date {
    font-size: 24px;
  }

  .calendar .days .day {
    height: 40px;
    width: 40px;
  }

  .calendarContainer .goto-today {
    height: 40px;
    width: 40%;
    justify-content: space-evenly;
  }

  .calendarContainer .month {
    justify-content: left;
    width: 60%;
    height: 40px;
    padding: 0px 5px;
  }

  .calendar .weekdays {
    padding: 0 0px;
  }

  .calendarContainer .goto-today select {
    font-size: 22px;
  }

  .calendar .days {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 0px;
    grid-template-rows: none;
  }

  .weekdays div span {
    height: 28px;
    width: 28px;
  }

  .calendar .days .day span {
    height: 28px;
    width: 28px;
    line-height: 28px;
  }

  .eventsContainer {
    min-height: 150px;
  }
  .events {
    padding: 10px 5px;
    max-height: 110px;
    margin-bottom: 0px;
  }
  .events .event {
    min-height: 40px;
  }
  .events-box {
    width: 100%;
  }
  .events-date {
    font-size: 18px;
    padding: 10px;
  }
  .no-event-no {
    font-size: 70px;
    margin-bottom: 20px;
    margin-top: 50px;
  }

  .inner-banner img {
    object-position: top;
  }
}
@media screen and (max-width: 320px) {
  .calendar .days .day {
    height: 30px;
    width: 30px;
  }

  .inner-banner {
    height: 65vh;
  }

  #cbseButton {
    top: 70px;
    right: 10px;
    font-size: 11px;
    padding: 0px 5px;
    min-width: auto;
  }

  .leftCorner > label {
    top: 10px;
  }

  .top-logo,
  #admissionButton {
    top: 20px;
  }

  .menu-links ul li > ul li a {
    text-decoration: none;
    color: #0b2a4a;
    font-size: 17px;
    padding-right: 25px;
  }
}
/* calenderrrrrrrrrrrrrrrrrrr gfg */

.calendar-container {
  width: 100%;
  max-width: 550px; /* Maintain a max-width to control the size */
  border-radius: 35px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  background-size: cover; /* Ensure the entire image fits within the container */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  position: relative;
  /* margin: 0 auto;  */
}

.calendar-container header,
.calendar-body {
  position: relative;
  z-index: 1;
}

.calendar-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
  border-radius: 35px;
}

.calendar-header {
  display: flex;
  align-items: center;
  padding: 25px 30px 10px;
  justify-content: space-between;
}

.calendar-navigation {
  display: flex;
}

.calendar-navigation span {
  height: 38px;
  width: 38px;
  margin: 0 1px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  user-select: none;
  color: #aeabab;
  font-size: 1.9rem;
}

.calendar-navigation span:last-child {
  margin-right: -10px;
}

.calendar-navigation span:hover {
  background: #f2f2f2;
}

.calendar-current-date {
  font-weight: 500;
  font-size: 1.45rem;
}

.calendar-body {
  padding: 20px;
}

.calendar-body ul {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  text-align: center;
}

.calendar-dates {
  margin-bottom: 20px;
}

.calendar-body li {
  width: calc(100% / 7);
  font-size: 1.07rem;
  color: floralwhite;
}

.calendar-weekdays li {
  cursor: default;
  font-weight: 500;
}

.calendar-dates li {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.calendar-dates li.inactive {
  color: #aaa;
}

.calendar-dates li.active {
  color: black;
}

.calendar-dates li::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.calendar-dates li.active::before {
  background: beige;
}

.calendar-dates li:not(.active):hover::before {
  border: 1px solid floralwhite;
  color: floralwhite;
}

/* .calendar-container {
  width: 550px;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  background: rgb(0, 83, 161);
  background: linear-gradient(
    90deg,
    rgba(0, 83, 161, 1) 0%,
    rgba(20, 92, 159, 1) 64%,
    rgba(29, 96, 158, 1) 84%,
    rgba(38, 100, 157, 1) 91%,
    rgba(76, 116, 153, 1) 100%,
    rgba(45, 104, 158, 1) 100%,
    rgba(126, 140, 153, 1) 100%
  );
  border-radius: 35px;
  color: floralwhite;

  background-image: url("/RJ_International_School/RJ_School/images/calenderbg1.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.calendar-container header,
.calendar-body {
  position: relative;
  z-index: 1;
}

.calendar-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 35px;
}

.calendar-container header {
  display: flex;
  align-items: center;
  padding: 25px 30px 10px;
  justify-content: space-between;
}

header .calendar-navigation {
  display: flex;
}

header .calendar-navigation span {
  height: 38px;
  width: 38px;
  margin: 0 1px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  user-select: none;
  color: #aeabab;
  font-size: 1.9rem;
}

.calendar-navigation span:last-child {
  margin-right: -10px;
}

header .calendar-navigation span:hover {
  background: #f2f2f2;
}

header .calendar-current-date {
  font-weight: 500;
  font-size: 1.45rem;
}

.calendar-body {
  padding: 20px;
}

.calendar-body ul {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  text-align: center;
}

.calendar-body .calendar-dates {
  margin-bottom: 20px;
}

.calendar-body li {
  width: calc(100% / 7);
  font-size: 1.07rem;
  color: floralwhite;
}

.calendar-body .calendar-weekdays li {
  cursor: default;
  font-weight: 500;
}

.calendar-body .calendar-dates li {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.calendar-dates li.inactive {
  color: #aaa;
}

.calendar-dates li.active {
  color: black;
}

.calendar-dates li::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.calendar-dates li.active::before {
  background: beige;
}

.calendar-dates li:not(.active):hover::before {
  border: 1px solid floralwhite;
  color: floralwhite;
} */
/* 
.calendar .days span.active,
.calendar .days span.active:hover {
  color: #002b45;
  background-color: #fff;
} */
/*  ---------------------------------------------- for image overlay ------------------------------ */
/* 
.img-overlay {
  position: relative;
}

.img-overlay::after {
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 2) 30%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
} */

/*---------------------------- Contact us page -- address section */
/* 
.info-wrap2 {
  width: 100%;
  padding: 0px;
 } */
/*

.info-wrap2 .dbox .icon span {
  font-size: 20px;
}
.info-wrap2 .dbox {
  width: 100%;
  color: #0053a1;
  margin-bottom: 25px;
  align-items: center !important;
  display: flex;
}

.info-wrap2 .dbox .text {
  padding-left: 20px;
}

.info-wrap2 .dbox .icon {
  width: 50px;
  height: 50px;
  padding: 20px;
  border-radius: 50%;
  border: 2px solid #0053a1;
  align-items: center !important;
  justify-content: center !important;
  display: flex;
}
.info-wrap2 .dbox p {
  margin-bottom: 0;
}
.info-wrap2 .dbox a {
  color: #0053a1;
  font-size: 16px;
  text-decoration: none;
  align-items: center !important;
  justify-content: center !important;
  display: inline-flex;
}
.info-wrap2 .dbox p span {
  font-weight: 500;
  font-size: 16px;
  margin-right: 5px;
}

.info-wrap2 .dbox a:hover {
  color: #00a150;
}

.info-wrap2 .dbox a:hover .icon {
  color: #00a150;
  border: 2px solid #00a150;
} */
/* 
.info-wrap2 .dbox .icon span {
  font-size: 20px;
}

.info-wrap2 .dbox {
  width: 100%;
  color: #0053a1;
  margin-bottom: 25px;
  text-align: center;
}

.info-wrap2 .dbox .text {
  font-size: 16px;
  line-height: 1.5;
}


.info-wrap2 .dbox .icon {
  color: #0053a1;
  font-size: 20px;
  width: 50px;
  height: 50px;
  padding: 20px;
  border-radius: 50%;
  border: 2px solid #0053a1;
  align-items: center !important;
  justify-content: center !important;
  display: flex;
}

.info-wrap2 .dbox a {
  color: #0053a1;
  font-size: 16px;
  text-decoration: none;
  align-items: center !important;
  justify-content: center !important;
}

.info-wrap2 .dbox p span {
  font-weight: 500;
  font-size: 16px;
  margin-right: 5px;
}
.info-wrap2 .dbox a:hover {
  color: #00a150;
}

.info-wrap2 .dbox a:hover .icon {
  color: #00a150;
  border: 2px solid #00a150;
}  */

.info-wrap2 {
  width: 100%;
  padding: 0px;
}

.info-wrap2 .dbox {
  width: 100%;
  color: #0053a1;
  margin-bottom: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-wrap2 .dbox .icon {
  font-size: 20px;
  margin-bottom: 10px;
}

.info-wrap2 .dbox .text {
  font-size: 16px;
  line-height: 1.5;
}

.info-wrap2 .dbox .icon {
  color: #0053a1;
  font-size: 20px;
  width: 50px;
  height: 50px;
  padding: 20px;
  border-radius: 50%;
  border: 2px solid #0053a1;
  /* display: flex;   before*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.info-wrap2 .dbox a {
  color: #0053a1;
  font-size: 16px;
  text-decoration: none;
}

.info-wrap2 .dbox p span {
  font-weight: 500;
  font-size: 16px;
  margin-right: 5px;
}

.info-wrap2 .dbox a:hover {
  color: #00a150;
}

.info-wrap2 .dbox a:hover .icon {
  color: #00a150;
  border: 2px solid #00a150;
}

/* -------------------- contact us page- contacts -------------------- */
/* 
.info-wrap3 {
  width: 100%;
  padding: 0px;
  display: flex;
  justify-content: space-around; 
}

.info-wrap3 .dbox {
  color: #0053a1;
  margin-bottom: 25px;
  text-align: center;
}

.info-wrap3 .icon span {
  font-size: 20px;
  display: block;
  margin-bottom: 0px;
}

.info-wrap3 .text {
  font-size: 16px;
}

.info-wrap3 .dbox .icon {
  color: #0053a1;
  font-size: 20px;
  width: 50px;
  height: 50px;
  padding: 20px;
  border-radius: 50%;
  border: 2px solid #0053a1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.info-wrap3 .dbox a {
  color: #0053a1;
  font-size: 16px;
  text-decoration: none;
}

.info-wrap3 .dbox p span {
  font-weight: 500;
  font-size: 16px;
  margin-right: 5px;
}


.info-wrap3 .text a {
  text-decoration: none;
  color: #0053a1;
}

.info-wrap3 .text a:hover {
  color: #00a150;
}


.info-wrap3 .dbox a:hover {
  color: #00a150;
}

.info-wrap3 .dbox a:hover .icon {
  color: #00a150;
  border: 2px solid #00a150;
} */

/* -----------------  Map section - contact us page   -------------------------- */

.map-container {
  position: relative;
  overflow: hidden;
  /* padding-top: 56.25%; */
  padding-top: 50%;

  object-fit: cover;
  display: block;
  margin-top: 20px;
  margin-bottom: 50px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px 40px 0 0;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------ original/ actual code styling of section1 right ---------------------------------------------------- */

div.right1 > div.sectionContainer1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  background: #0b2a4a;
  transition: all 1s ease;
  background-size: 0;
  margin: auto;
}

div.left1 > div.sectionContainer1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  background: transparent;
  transition: all 1s ease;
  background-size: 0;

  /* color:#fff; */
  margin: auto;
}

div.right1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  background: white;
  transition: all 1s ease;
  background-size: 0;
  margin: auto;
}

div.right1 {
  background: #0b2a4a;
  color: white;
}

div.right1 div.column11 {
  box-sizing: border-box;
  width: 50%;
  align-self: center;
  align-content: center;
  padding: 40px 40px 40px 120px;
}

div.right1 div.column21 {
  box-sizing: border-box;
  width: 50%;
  text-align: right;
  margin-left: auto;
}

div.right1 div.image-container1 {
  overflow: hidden;
  position: relative;
  width: 445px;
  height: 100%;
  /* border-bottom-left-radius: 100%; */
  transition: 0.5s all ease;
  margin-left: auto;
}

div.right1 h1,
div.left1 h2 {
  width: 315px;
  font-size: 36.6px;
  text-transform: uppercase;
}

div.right1 p,
div.left1 p {
  font-size: 18.5px;
  line-height: 32px;
}

div.right1 img,
div.left1 img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

@media (min-width: 1400px) {
  div.right1 > div.sectionContainer1 {
    max-width: 1320px;
  }

  div.left1 > div.sectionContainer1 {
    max-width: 1320px;
  }
}

@media (min-width: 1920px) {
  div.sectionContainer1 {
    max-width: none !important;
    width: 100%;
  }
  div.right1 p,
  div.left1 p {
    font-size: 18.5px;
    line-height: 32px;
  }
  div.right1 img,
  div.left1 img {
    display: block;
    width: 100%;
    height: 60vh;
    /* object-fit: cover; */
  }
  div.right1 div.image-container1,
  div.left1 div.image-container1 {
    width: 30vw;
    height: 100%;
  }
}

/*  */
@media screen and (max-width: 985px) {
  div.left1 div.column21,
  div.right1 div.column11 {
    padding: 40px 30px 40px 80px;
  }
}

@media screen and (max-width: 834px) and (min-width: 768px) {
  div.right1 img,
  div.left1 img {
    display: inline-block;
  }

  .sectionContainer1 .image-container1 {
    max-width: 500px;
    max-height: 500px;
    margin: 40px auto;
    padding-bottom: 0 !important;
  }

  div.right1 h1,
  div.left1 h2 {
    width: 100%;
  }

  div.right1 p,
  div.left1 p {
    padding: 10px 30px;
    text-align: justify;
  }
}

@media screen and (max-width: 834px) {
  div.right1 div.column11 {
    width: 100%;
    padding: 20px 15px;
    order: 2;
  }
  div.right1 div.column21 {
    width: 100%;
    order: 1;
    padding: 15px;
  }
  div.right1 div.column21 .image-container1 {
    width: 100%;
    /* border-bottom-left-radius: 72%; */
    padding: 40px 15px 15px;
    overflow: hidden;
    box-shadow: 0 10px 8px 0 rgb(30 29 29 / 50%),
      0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    border-radius: 12px;
  }
  div.right1 div.column21 .image-container1 img {
    object-fit: cover;
    width: 100%;
    /* height: 350px; */
    transform: scale(1.4);
  }
  div.left1 div.column11 {
    width: 100%;
    padding: 15px;
  }
  div.left1 div.column21 {
    width: 100%;
    padding: 20px 15px;
  }
  div.left1 div.column21 {
    width: 100%;
    padding: 10px;
  }
  div.right1 div.image-container1 {
    border-radius: none;
    width: 100%;
  }

  div.right1 .image-container1 {
    border-radius: none;
    width: 100%;
    border-bottom-left-radius: 0;
    padding: 40px 20px 20px;
  }
  div.right1 .image-container1 img {
    /* box-shadow: 0 10px 8px 0 rgb(30 29 29 / 50%), 0 6px 20px 0 rgba(0,0,0,0.19) !important; */
    /* border-radius: 12px; */
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
  }

  div.left1 div.image-container1 {
    border-radius: none;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 8px 0 rgb(30 29 29 / 50%),
      0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    border-radius: 12px;
  }

  div.left1 .image-container1 {
    border-radius: none;
    width: 100%;
    border-bottom-left-radius: 0;
    padding: 40px 20px 20px;
  }
  div.left1 .image-container1 img {
    box-shadow: 0 10px 8px 0 rgb(30 29 29 / 50%),
      0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    border-radius: 12px;
    transform: scale(1.4);
  }

  div.right1 h4,
  div.left1 h4 {
    margin: auto;
    text-align: center;
  }
}

/* --------------------------------------------------------------------------------------------------------- 
   USP of school (styling x slider sdcetion for home page ) 
--------------------- -------------------------------------------------------------------------------------- */

div.rightx > div.sectionContainerx {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  background: #0053a1;
  transition: all 1s ease;
  background-size: 0;
  margin: auto;
}

div.leftx > div.sectionContainerx {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  background: transparent;
  transition: all 1s ease;
  background-size: 0;

  margin: auto;
}

div.rightx {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  background: white;
  transition: all 1s ease;
  background-size: 0;
  margin: auto;
}

div.rightx {
  background: #0053a1;
  color: white;
}

div.rightx div.columnx1 {
  box-sizing: border-box;
  width: 50%;
  align-self: center;
  align-content: center;
  padding: 20px 10px 40px 120px;
  text-align: justify;
}

div.rightx div.columnx2 {
  box-sizing: border-box;
  width: 50%;
  text-align: right;
  margin-left: auto;
}

div.rightx div.image-containerx {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.5s all ease;
  margin-left: auto;
}

div.rightx h1,
div.leftx h2 {
  width: 315px;
  font-size: 36.6px;
  text-transform: uppercase;
}

div.rightx p,
div.leftx p {
  font-size: 18.5px;
  line-height: 32px;
}

div.rightx img,
div.leftx img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 1400px) {
  div.rightx > div.sectionContainerx {
    max-width: 1320px;
  }

  div.leftx > div.sectionContainerx {
    max-width: 1320px;
  }
}

@media (min-width: 1920px) {
  div.sectionContainerx {
    max-width: none !important;
    width: 100%;
  }
  div.rightx p,
  div.leftx p {
    font-size: 18.5px;
    line-height: 32px;
  }
  div.rightx img,
  div.leftx img {
    display: block;
    width: 100%;
    height: 60vh;
  }
  div.rightx div.image-containerx,
  div.leftx div.image-containerx {
    width: 30vw;
    height: 100%;
  }
}

/*  */
@media screen and (max-width: 985px) {
  div.leftx div.columnx2,
  div.rightx div.columnx1 {
    padding: 40px 30px 40px 80px;
  }
}

@media screen and (max-width: 834px) and (min-width: 768px) {
  div.rightx img,
  div.leftx img {
    display: inline-block;
  }

  .sectionContainerx .image-containerx {
    max-width: 500px;
    max-height: 500px;
    margin: 40px auto;
    padding-bottom: 0 !important;
  }

  div.rightx h1,
  div.leftx h2 {
    width: 100%;
  }

  div.rightx p,
  div.leftx p {
    padding: 10px 30px;
    text-align: justify;
  }
}

@media screen and (max-width: 834px) {
  div.rightx div.columnx1 {
    width: 100%;
    padding: 20px 15px;
    order: 1;
  }
  div.rightx div.columnx2 {
    width: 100%;
    order: 2;
    padding: 15px;
  }
  div.rightx div.columnx2 .image-containerx {
    width: 100%;
    /* border-bottom-left-radius: 72%; */
    padding: 40px 15px 15px;
    overflow: hidden;
    box-shadow: 0 10px 8px 0 rgb(30 29 29 / 50%),
      0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    border-radius: 12px;
  }
  div.rightx div.columnx2 .image-containerx img {
    object-fit: cover;
    width: 100%;
    /* height: 350px; */
    transform: scale(1.4);
  }
  div.leftx div.columnx1 {
    width: 100%;
    padding: 15px;
  }
  div.leftx div.columnx2 {
    width: 100%;
    padding: 20px 15px;
  }
  div.leftx div.columnx2 {
    width: 100%;
    padding: 10px;
  }
  div.rightx div.image-containerx {
    border-radius: none;
    width: 100%;
  }

  div.rightx .image-containerx {
    border-radius: none;
    width: 100%;
    border-bottom-left-radius: 0;
    padding: 40px 20px 20px;
  }
  div.rightx .image-containerx img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
  }

  div.leftx div.image-containerx {
    border-radius: none;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 8px 0 rgb(30 29 29 / 50%),
      0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    border-radius: 12px;
  }

  div.leftx .image-containerx {
    border-radius: none;
    width: 100%;
    border-bottom-left-radius: 0;
    padding: 40px 20px 20px;
  }
  div.leftx .image-containerx img {
    box-shadow: 0 10px 8px 0 rgb(30 29 29 / 50%),
      0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    border-radius: 12px;
    transform: scale(1.4);
  }

  div.rightx h4,
  div.leftx h4 {
    margin: auto;
    text-align: center;
  }
}

.carousel-control-prev {
  left: calc(0% + 0px);
}

.carousel-control-next {
  right: 1%;
}

/* ------------------------------------------- WHY ICSE ---------------------------------------- */

#why-icse {
  padding: 2rem 0;
  background-color: #0053a1;
  color: floralwhite;
}

.why-icse-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  text-align: center;
  color: #0053a1;
}

.why-icse-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #0053a1;
}

@media (max-width: 768px) {
  #why-icse .row {
    /* flex-direction: column; */
  }

  .why-icse-title {
    font-size: 1.5rem;
  }

  .why-icse-text {
    font-size: 1rem;
    padding-top: 10px;
    text-align: justify;
  }
}

@media (min-width: 426px) {
  .whyicse img {
    margin-top: 10px;
  }
  .why-icse-text {
    text-align: justify;
  }
}

/* ---------------------------------------- testimonial ---------------------------------------------- */

.testimonial-section {
  display: grid;
  place-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: white;
}

.testimonial-section h3 {
  color: #0053a1;
  font-size: 32px;
  text-align: center;
  /* margin-bottom: 40px; */
}

.testimonial-container {
  border-radius: 5px;
  width: 70vw;
  overflow: hidden;
  height: fit-content;
  font-size: 50px;
  position: relative;
  padding-bottom: 40px;
  /* margin-top: 40px; */
  margin-bottom: 40px;
  font-family: sans-serif;
}

.testimonial-slide {
  width: auto;
  height: fit-content;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px;
  font-family: Nunito;
  /* background-color: white; */
  background: rgb(0, 17, 33);
  background: linear-gradient(
    90deg,
    rgba(0, 17, 33, 1) 0%,
    rgba(0, 59, 115, 1) 0%,
    rgba(0, 61, 120, 1) 0%,
    rgba(0, 65, 127, 1) 0%,
    rgba(0, 40, 78, 1) 0%,
    rgba(0, 58, 114, 1) 1%,
    rgba(0, 69, 135, 1) 3%,
    rgba(0, 72, 140, 1) 6%,
    rgba(0, 81, 158, 1) 15%,
    rgba(0, 80, 157, 1) 28%,
    rgba(0, 80, 156, 1) 33%,
    rgba(0, 83, 161, 1) 65%,
    rgba(0, 78, 151, 1) 76%,
    rgba(0, 75, 145, 1) 78%,
    rgba(0, 71, 137, 1) 89%,
    rgba(0, 66, 128, 1) 94%,
    rgba(0, 62, 121, 1) 98%,
    rgba(0, 45, 88, 1) 100%,
    rgba(0, 66, 129, 1) 100%,
    rgba(0, 32, 63, 1) 100%,
    rgba(0, 0, 0, 1) 100%
  );
}

.testimonial-slide .img-holder {
  background-color: floralwhite;
  display: flex;
  width: 100%;
  padding: 30px;
  border-bottom-left-radius: 20px;
}

.testimonial-section .swiper-pagination {
  margin-top: 20px;
}

.content-holder::before {
  background-color: floralwhite;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  z-index: -1;
  right: 0px;
}

.content-holder {
  position: relative;
  padding: 10px;
  /* background-color: white; */
  border-top-right-radius: 20px;
  background: rgb(0, 17, 33);
  background: linear-gradient(
    90deg,
    rgba(0, 17, 33, 1) 0%,
    rgba(0, 59, 115, 1) 0%,
    rgba(0, 61, 120, 1) 0%,
    rgba(0, 65, 127, 1) 0%,
    rgba(0, 40, 78, 1) 0%,
    rgba(0, 58, 114, 1) 1%,
    rgba(0, 69, 135, 1) 3%,
    rgba(0, 72, 140, 1) 6%,
    rgba(0, 81, 158, 1) 15%,
    rgba(0, 80, 157, 1) 28%,
    rgba(0, 80, 156, 1) 33%,
    rgba(0, 83, 161, 1) 65%,
    rgba(0, 78, 151, 1) 76%,
    rgba(0, 75, 145, 1) 78%,
    rgba(0, 71, 137, 1) 89%,
    rgba(0, 66, 128, 1) 94%,
    rgba(0, 62, 121, 1) 98%,
    rgba(0, 45, 88, 1) 100%,
    rgba(0, 66, 129, 1) 100%,
    rgba(0, 32, 63, 1) 100%,
    rgba(0, 0, 0, 1) 100%
  );
  color: floralwhite;
}

.swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
  border: 1px solid #4361ee;
}

.swiper-pagination-bullet-active {
  background-color: #0053a1;
  color: #0053a1;
}

.swiper-button {
  border: 1px solid white;
}

.testimonial-slide img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  object-fit: cover;
  border: 3px solid #0053a1;
  outline: 2px solid white;
}

.testimonial-slide h3 {
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  color: floralwhite;
}

.testimonial-slide p {
  font-size: 0.9rem;
  padding: 5px;
  font-family: sans-serif;
}

@media (max-width: 638px) {
  .testimonial-container {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .testimonial-container {
    width: 90vw;
  }
}

@media (max-width: 300px) {
  .testimonial-container {
    width: 100%;
  }

  .testimonial-slide {
    border-radius: 0px;
  }

  .testimonial-container .img-holder {
    border-radius: 0px;
  }

  .content-holder {
    border-radius: 0px;
  }
}

/* -------------------------------------------  USP ---------------------------------------------- */
/* .rightx main {
  overflow: hidden;
}

.rightx a,
button {
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none;
  background: none;
}

.rightx h2 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color: floralwhite;
  font-weight: 550;

}

.rightx img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.rightx .section {
  margin: 0 auto;
  padding-block: 5rem;
}

.rightx .container {
  max-width: 75rem;
  height: auto;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.rightx .swiper {

  &-button-next::after,
  &-button-prev::after {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.75rem;
      font-weight: 800;
      padding: 1rem;
      width: 2rem;
      height: 2rem;
      opacity: 0.75;
      border-radius: 50%;
      color: var(--white-100);
      background: var(--black-300);
  }
}

.rightx .section {
  margin: 0 auto;
  padding-block: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.rightx p {
  padding: 5px;
  color: floralwhite;
  font-size: 18.5px;
  line-height: 32px;
  text-align: justify;
}

.rightx h3 {
  color: floralwhite;
  font-size: 32px;
  text-align: left;
}

.rightx h4 {
  color: floralwhite;
  text-align: left;
  font-weight: bold;
  line-height: 32px;
}

.rightx .swiper-button-prev2 {
  color: black;
  background-color: floralwhite;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  opacity: 0.4;
}

.rightx .swiper-button-next2 {
  color: black;
  background-color: floralwhite;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  opacity: 0.4;
}

.rightx .container {
  max-width: 75rem;
  height: auto;
  margin-inline: auto;
  padding-inline: 1.25rem;
} */

/* Double Carousel Section Styles */
.usp {
  background-color: #0053a1;
}

.usp h2 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color: floralwhite;
  font-weight: 550;
}

.usp img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.usp .section {
  margin: 0 auto;
  padding-block: 0rem;
}

.usp .container {
  max-width: 75rem;
  height: auto;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.usp .swiper {
  &-button-next::after,
  &-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 1rem;
    width: 2rem;
    height: 2rem;
    opacity: 0.75;
    border-radius: 50%;
    color: var(--white-100);
    background: var(--black-300);
  }
}

.usp p {
  padding: 5px;
  color: floralwhite;
  font-size: 18.5px;
  line-height: 32px;
  text-align: justify;
}

.usp h3 {
  color: floralwhite;
  font-size: 32px;
  text-align: left;
}

.usp h4 {
  color: floralwhite;
  text-align: justify;
  font-weight: bold;
  line-height: 32px;
}

.usp .swiper-button-prev {
  color: #ffffff00;
  /* background-color: floralwhite; */
  background-color: rgba(255, 250, 240, 0);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  opacity: 0.4;
}

.usp .swiper-button-next {
  color: black;
  /* background-color: floralwhite; */
  background-color: rgba(255, 250, 240, 0.3);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  opacity: 0.4;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 15px !important;
  font-weight: 900;
}

/* --------------------------- FAQ Page ------------------------------------- */

.form-column1 hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

.faq-container {
  width: 100%;
  margin: auto;
  min-height: 100vh;
  /* padding: 2rem; */
  padding: 0rem 1rem;
  display: grid;
  place-items: center;
}

.faq-accordion__wrapper {
  background-color: #fff;
  box-shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05);
  border-radius: 2.5rem;
  width: 100%;
  max-width: 60rem;
  padding: 5rem;
}
.faq-accordion__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0053a1;
  text-align: center;
  margin-bottom: 4rem;
}

.faq-accordion {
  border-bottom: 0.1rem solid #dae1f5;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

.faq-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.faq-accordion__icon {
  background-color: #0053a1;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  flex-shrink: 0;
}

.faq-accordion__question {
  /* font-size: 1.6rem;
  color: #242e4c; */
  font-weight: 500;
  font-size: 18.5px;
  font-weight: 500;
  color: #0053a1;
  line-height: 29px;
}

.faq-accordion__answer {
  padding: 2rem 0;
}

.faq-accordion__content {
  text-align: justify;
  overflow: hidden;
  height: 0;
  transition: 0.4s ease-in-out;
  font-size: 17px;
  line-height: 29px;
  color: #0053a1;
}

@media screen and (min-width: 580px) {
  .faq-accordion__wrapper {
    /* padding: 4rem 3rem; */
    padding: 2rem 3rem 2rem 3rem;
  }
}

/* ------------------------------ School Governance ------------------------------------ */
.governance img {
  /* margin-bottom: 10px;
  padding-top: 10px; */
}

/* ----------------------------------- Career page ------------------------------------------ */
.career-table-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.career-section {
  margin-bottom: 30px;
}

.career-section-title {
  background-color: #0053a1;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
}

.career-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.career-table th,
.career-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.career-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.career-apply-link {
  color: #0053a1;
  text-decoration: none;
}

.career-apply-link:hover {
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .career-table-container {
    padding: 10px;
  }

  .career-section-title {
    font-size: 1.2em;
  }

  .career-table th,
  .career-table td {
    padding: 6px;
  }

  .career-table th {
    font-size: 0.9em;
  }

  .career-table td {
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .career-section-title {
    font-size: 1em;
    padding: 8px;
  }

  .career-table th,
  .career-table td {
    padding: 4px;
  }

  .career-table th,
  .career-table td {
    font-size: 0.8em;
  }
}
/* -------------------------------------------- Apply / Inquiry Form ------------------------------------ */

.admission-contact-form-section {
  /* background-color: white; */
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 2rem 0;
}

.admission-contact-form-section .container {
  max-width: 800px;
  margin: 0 auto;
}

.admission-contact-form-section h2 {
  text-align: center;
  /* margin-bottom: 1.5rem; */
  color: #0053a1;
  margin-bottom: 2.6rem;
  margin-top: 20px;
}

.admission-contact-form-section fieldset {
  border: none;
  margin-bottom: 1.5rem;
}

.admission-contact-form-section legend {
  /* font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #555; */
  background-color: #0053a1;
  color: floralwhite;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
}

.admission-contact-form-section .form-group {
  margin-bottom: 1rem;
}

.admission-contact-form-section label {
  display: block;
  margin-bottom: 0.5rem;
  color: #87929f;
}

.admission-contact-form-section input,
.admission-contact-form-section select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

.admission-contact-form-section .form-buttons {
  text-align: center;
  margin-top: 1.5rem;
}

.admission-contact-form-section .btn {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  margin: 0 0.5rem;
  transition: background-color 0.3s, transform 0.3s;
}

.admission-contact-form-section .btn:hover {
  transform: scale(1.05);
}

.admission-contact-form-section #submitBtn {
  background-color: #28a745;
  color: #fff;
}

.admission-contact-form-section #editBtn {
  background-color: #e8ebef;
  color: black;
}

.admission-contact-form-section .logoschool {
  /* margin-bottom: 20px; */
  margin-bottom: 30px;
  margin-top: 0px;
}

.admission-contact-form-section .title1 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 350px;
    margin: 1.75rem auto;
  }
}

.side-panel {
  height: 100vh;
  width: 340px;
  background-color: #dadada;
  position: fixed;
  right: -500px;
  z-index: 999;
  transition: right 0.3s ease;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 25px;
  color: #fff;
}
