@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css);
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  line-height: inherit;
}
:root {
  --theme-primary: #090d40;
  --theme-secondary: #b69b64;
  --theme-orange: #ed8934;
  --theme-orange-light: rgba(237, 137, 52, 0.2);
  --theme-primary-light: #f5f6f8;
  --theme-primary-dark: #112541;
  --theme-warning: #fddd17;
  --theme-danger: #e23f36;
  --theme-green: #34a345;
  --font-family: "Calibri", sans-serif;
  --theme-gray: rgb(248, 248, 248);
  --theme-primary-accent: rgba(43, 147, 208, 0.1);
  --theme-dark: #0a0a0a;
  --step--2: clamp(0.6076rem, 0.5964rem + 0.0563vw, 0.64rem);
  --step--1: clamp(0.7292rem, 0.7045rem + 0.1232vw, 0.8rem);
  --step-0: clamp(0.875rem, 0.8315rem + 0.2174vw, 1rem);
  --step-1: clamp(1.05rem, 0.9804rem + 0.3478vw, 1.25rem);
  --step-2: clamp(1.26rem, 1.1548rem + 0.5261vw, 1.5625rem);
  --step-3: clamp(1.512rem, 1.3586rem + 0.7672vw, 1.9531rem);
  --step-4: clamp(1.8144rem, 1.5963rem + 1.0904vw, 2.4414rem);
  --step-5: clamp(2.1773rem, 1.8731rem + 1.5208vw, 3.0518rem);
}
body,
html {
  font-size: var(--step-0);
  color: var(--theme-dark);
  line-height: 1.6em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-family: var(--font-family);
  scroll-behavior: auto;
}
@media (min-width: 1400px) {
  body,
  html {
    font-size: 17px;
  }
}
.fs-14 {
  font-size: 0.8rem;
}
.border-white-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.border-theme-primary {
  border-color: var(--theme-primary) !important;
}
.font-segoe {
  font-family: "Segoe UI", sans-serif !important;
}
.font-base {
  font-family: Calibri, sans-serif !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Segoe UI", sans-serif;
}
.h1,
h1 {
  font-size: var(--step-5);
}
.h2,
h2 {
  font-size: var(--step-4);
}
.h3,
h3 {
  font-size: var(--step-3);
}
.h4,
h4 {
  font-size: var(--step-2);
}
.h5,
h5 {
  font-size: var(--step-1);
}
.h6,
h6 {
  font-size: var(--step-0);
}
@media (min-width: 1400px) {
  .h4,
  h4 {
    font-size: var(--step-3);
  }
  .h5,
  h5 {
    font-size: var(--step-2);
  }
}
.small,
small {
  font-size: var(--step--1);
}
.smallest {
  font-size: var(--step--2);
}
.bg-theme-primary-accent {
  background-color: var(--theme-primary-accent) !important;
}
.bg-theme-primary-light {
  background-color: var(--theme-primary-light) !important;
}
.bg-primary {
  background: #2b93d0 !important;
}
.bg-theme-primary {
  background-color: var(--theme-primary);
}
.bg-theme-orange-light {
  background-color: var(--theme-orange-light) !important;
}
.bg-theme-secondary {
  background-color: var(--theme-secondary) !important;
}
.bg-theme-danger {
  background-color: var(--theme-danger) !important;
}
.bg-theme-orange {
  background-color: var(--theme-orange) !important;
}
.bg-theme-warning {
  background-color: var(--theme-warning) !important;
}
.bg-opacity-30 {
  --bs-bg-opacity: 0.3;
}
.text-theme-primary {
  color: var(--theme-primary) !important;
}
.text-theme-secondary {
  color: var(--theme-secondary) !important;
}
.text-theme-orange {
  color: var(--theme-orange) !important;
}
.border-4 {
  border: 4px solid;
}
.btn-link {
  text-decoration: none !important;
}
.btn-link:hover {
  text-decoration: underline !important;
}
.btn-theme-secondary {
  background-color: var(--theme-secondary) !important;
  color: #fff !important;
  border: 1px solid var(--theme-secondary) !important;
}
.btn-theme-secondary:hover {
  filter: brightness(90%);
}
.border-theme-warning {
  border-color: var(--theme-warning) !important;
}
.border-theme-secondary {
  border-color: var(--theme-secondary) !important;
}
.text-theme-primary-dark {
  color: var(--theme-primary-dark) !important;
}
.text-theme-warning {
  color: var(--theme-warning) !important;
}
.ls-1 {
  letter-spacing: 1px;
}
.ls-2 {
  letter-spacing: 2px;
}
.lh-13 {
  line-height: 1.3;
}
.lh-1 {
  line-height: 1;
}
.page-wrapper {
  position: relative;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  margin: 0 auto;
}
.text-black {
  color: #000 !important;
}
.text-shadow {
  text-shadow: 0 0 #000;
}
body.mobile-menu-visible .page-wrapper {
  z-index: 999999;
}
a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  color: var(--blue-color);
}
a:focus,
a:hover,
a:visited {
  text-decoration: none !important;
  outline: 0;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
}
.auto-container {
  position: static;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
.main-header li,
.main-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
figure {
  margin-bottom: 0;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.dropdown-toggle::after {
  display: none;
}
.btn,
button {
  outline: 0 !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.scroll-to-top {
  position: fixed;
  right: 10px;
  bottom: 90px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lh {
  line-height: 1.4;
}
.scroll-to-top.style-two {
  background-color: #2d3247;
}
.scroll-to-top:hover {
  color: #fff;
  background: var(--theme-primary-dark);
}
.circular_card_sec .circular_title {
  font-size: 0.875rem;
}
.circular_card_sec {
  height: 350px;
  overflow: hidden auto;
}
.circular_card_sec .btn-link {
  color: var(--theme-primary);
  transition: all 0.3s;
}
.circular_card_sec .circular_viewAll {
  margin-bottom: -1em;
}
.circular_card_sec .btn-link:hover {
  filter: brightness(70%);
}
.circular_card_sec::-webkit-scrollbar {
  width: 5px;
}
.circular_card_sec::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.circular_card_sec::-webkit-scrollbar-thumb {
  background: var(--theme-warning);
  border-radius: 45px;
}
.circular_card_sec::-webkit-scrollbar-thumb:hover {
  background-color: #ffc000;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 27px;
}
.btn_top-links img.edunext-logo {
  width: 13px;
}
.list-style-auto {
  list-style-type: auto;
}
.list-style-auto li {
  list-style-type: auto;
}
.activity-gal-card {
  position: relative;
  box-shadow: 0 3px 6px #0000000f;
  border: 1px solid #70707040;
}
.activity-gal-card:hover .activity-gal-content {
  bottom: 100%;
  transform: translateY(100%);
}
.activity-gal-content {
  background: var(--theme-primary);
  padding: 10px 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: all 1s;
}
.activity-gal-content .act-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.activity-gal-img {
  height: 250px;
  width: 100%;
  overflow: hidden;
}
.activity-gal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes scrollDown {
  0% {
    transform: translate3d(0, -70px, 0);
  }
  50% {
    animation-timing-function: ease-in-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in-out;
    transform: translate3d(0, 65px, 0);
  }
}
.main-header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  clear: both;
}
.container.auto-container,
.header-upper .auto-container,
.main-header.header-style-one .auto-container {
  max-width: 1520px;
}
.main-header.header-style-one {
  position: relative;
}
.rs-toolbar {
  padding: 4px 0 5px;
  font-size: 12px;
  position: relative;
  background-color: var(--theme-primary);
}
.rs-toolbar .container {
  position: relative;
  z-index: 2;
}
.top-bar a {
  color: rgba(255, 255, 255, 0.863);
  transition: all 0.3s;
}
.top-bar a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .top-bar a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px !important;
  }
  .top-bar a:hover {
    background: var(--theme-primary);
    color: #fff !important;
  }
}
.left-img-column img {
  max-width: 80px;
}
a.fb-color {
  background: #3e5c9a !important;
}
a.ld-color {
  background: #0c63bc !important;
}
a.tw-color {
  background: #1c9cea !important;
}
a.ins-color {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.fb-bg {
  background: #3e5c9a;
}
.ins-bg {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.fb-bg:hover {
  background: #3e5c9a !important;
}
.insta-bg:hover {
  background: -moz-linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  ) !important;
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  ) !important;
  background: linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  ) !important;
}
.ld-bg:hover {
  background: #0c63bc !important;
}
.yb-bg:hover {
  background: #c3271a !important;
}
ul.btns-link {
  max-width: 100%;
  text-align: right;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
ul.btns-link li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 8px;
}
.add-enq {
  position: relative;
}
.add-enq:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 1px;
  height: 36px;
  background: #84858f63;
}
ul.btns-link li:first-child {
  margin-left: 0;
}
ul.btns-link li a {
  padding: 6px 6px;
  font-size: 12px;
  font-weight: 400;
}
ul.btns-link li .cbse-btn {
  color: #001742;
  background: #f9fbff;
  box-shadow: 2px 3px 3px #0000000d;
  border: 1px solid var(--blue-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  transition: 0.3s;
}
ul.btns-link li .cbse-btn:hover {
  background: var(--gold-color);
  color: #fff;
  border: 1px solid #fff;
}
ul.btns-link li:hover .cbse-btn img {
  filter: brightness(20);
}
.border-primary-btn {
  border: 1px solid #343f64 !important;
  color: #343f64 !important;
}
.h-container {
  width: fit-content;
  margin: 0 auto;
}
.header-upper .navbar-right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 50px;
}
@keyframes rotateText {
  0%,
  10% {
    opacity: 0;
    transform: translateY(-20px);
  }
  15%,
  45% {
    opacity: 1;
    transform: translateY(0);
  }
  100%,
  50% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.logo-text h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  animation: rotateText 4s linear infinite;
}
@media (max-width: 576px) {
  .logo-text h2 {
    font-size: 14px;
  }
}
.top-header-btn {
  font-size: 0.875rem;
  padding: 0.2rem 0.5rem;
}
@media (min-width: 768px) {
  .top-header-btn {
    font-size: 1.02rem;
    padding: 0.2rem 0.5rem;
  }
}
.top-header-btn:hover,
.top_header-btn:hover i {
  color: var(--theme-primary) !important;
}
@media (min-width: 1400px) {
  .logo-text h2 {
    font-weight: 700;
    font-size: 1.4rem;
  }
  .logo-text p {
    font-size: 1.2em;
    margin-top: 1.8rem !important;
  }
}
.logo-text h2:nth-child(1) {
  animation-delay: 0s;
}
.logo-text h2:nth-child(2) {
  animation-delay: 2s;
}
.header-upper {
  position: relative;
  z-index: 222;
}
.header-internal .header-upper {
  background: #fff;
}
.header-upper .inner-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-upper .logo-box {
  z-index: 10;
}
.header-upper .logo-box .logo {
  position: relative;
  display: block;
  padding: 6px 0;
}
.header-upper .right-column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-upper .search-btn {
  margin-left: 35px;
  padding-left: 20px;
  line-height: 20px;
  border-left: 1px solid #919191;
  margin-right: 20px;
}
.header-upper .link-btn a {
  vertical-align: middle;
}
.header-upper .search-toggler {
  color: #000;
  background: 0 0;
  font-size: 22px;
}
.nav-outer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mobile-nav-toggler {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-left: 30px;
  cursor: pointer;
  border-radius: 50%;
}
.main-header .nav-outer .main-menu {
  position: relative;
}
.main-menu .inner-container {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: -25px;
  background: #fff;
}
.main-menu .navbar-collapse {
  padding: 0;
  display: block !important;
}
.main-menu .navigation {
  position: relative;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}
.main-menu .navigation > li {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 0.1em;
}
.main-menu .navigation > li.current:before {
  opacity: 1;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  line-height: 26px;
  color: #fff;
  opacity: 1;
  letter-spacing: 0.5px;
  padding: 2px 8px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.sticky-header .main-menu .navigation > li > a {
  color: #000;
}
.sticky-header .main-menu .navigation > li > a:hover {
  color: #fff;
}
.toggle-btn label {
  cursor: pointer;
  font-size: 0.875rem;
}
.toggle-btn input:checked + label {
  color: var(--theme-primary);
}
.header_links > a {
  font-size: 0.8rem;
  transition: all 0.3s;
  padding: 0 0.7em;
}
@media (max-width: 768px) {
  .header_links > a {
    width: 49%;
  }
}
.header_links .link_contact {
  background: #386d51;
  color: #fff;
}
.header_links .link_mandatory {
  background: #79318a;
  color: #fff;
}
.link_enquiry {
  background: #d26e1f;
  color: #fff;
}
.link_fee {
  background: var(--theme-warning);
  color: #fff;
}
.header_links a:hover,
.slider-bottom-links a:hover {
  color: #fff;
  filter: brightness(90%);
}
.header-social a {
  width: 27px;
  height: 27px;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border-radius: 50% !important;
  font-size: 12px;
  transition: all 0.2s;
}
.header-social .social-face:hover {
  background: #fff;
  color: #3d5c99 !important;
}
.header-social .social-you:hover {
  background: #fff;
  color: red !important;
}
.header-social .social-insta:hover {
  background: #fff;
}
.header-social .social-insta:hover i {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-menu .navigation li:last-child a::before {
  display: none;
}
li.dropdown ul li a::before {
  display: none !important;
}
.header-internal .main-menu .navigation > li > a {
  color: #070707;
}
.header-internal .main-menu .navigation > li.current:not(:last-child) > a,
.header-internal .main-menu .navigation > li > a:hover,
.main-menu .navigation > li.current:not(:last-child):not(:first-child) > a,
.main-menu .navigation > li > a:hover {
  background-color: var(--theme-secondary);
  color: #fff;
}
.main-menu .navigation > li > a img {
  filter: invert(1) brightness(0);
  width: 15px;
  margin-bottom: 2px;
}
.main-menu .navigation > li.current > a img,
.main-menu .navigation > li:hover > a img {
  filter: unset;
}
.sticky-header .navigation > li.current > a img {
  filter: invert(1) brightness(0);
}
.sticky-header .navigation > li:hover > a img {
  filter: unset;
}
.main-menu .navigation .home-icon img {
  max-width: 18px;
}
.search-input {
  background-color: transparent;
  color: #fff !important;
  border: none;
}
.search-input::placeholder {
  color: #fff;
}
.search-input:focus {
  background-color: rgba(var(--bs-black-rgb), 0.3);
  border: none;
  box-shadow: none;
}
.imp-links .input-group {
  border: 1px solid #fff;
  max-width: 230px;
}
.imp-links .input-group .input-group-text {
  background-color: transparent !important;
  border: none;
  color: #fff;
}
.imp-links a.edu-btn {
  color: #fff !important;
  background-color: transparent;
  border: 1px solid #fff !important;
}
.imp-links a.edu-btn:hover {
  border: 1px solid var(--theme-secondary) !important;
  background-color: var(--theme-secondary) !important;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 0.5rem;
  bottom: auto;
  width: 215px;
  min-width: 200px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: 0.5s;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li:last-child > ul {
  right: 0;
  left: unset;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0 15px;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation .dropdown ul li.current:after {
  display: none;
}
.main-menu .navigation > li > ul > li:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #e9e5df;
  line-height: 20px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--theme-primary);
  text-align: left;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .navigation .dropdown li {
  transition: all 0.3s ease;
}
.main-menu .navigation .dropdown li:hover {
  background-color: var(--theme-secondary);
}
.main-menu .navigation .dropdown li:hover > a {
  color: #fff !important;
  border-color: var(--theme-secondary);
}
.about_left {
  background: #f7f7f7
    url(https://resources.edunexttechnologies.com/web-data/idps-assets/images/about-bg-min.png)
    no-repeat center;
  background-size: cover;
}
.activity-sec {
  background: #f7f7f7;
}
.mission-card {
  background: var(--theme-primary)
    url(https://resources.edunexttechnologies.com/web-data/idps-assets/images/mission-bg.png)
    no-repeat center;
  background-size: 100%;
}
.key_left-col {
  background: var(--theme-primary)
    url(https://resources.edunexttechnologies.com/web-data/idps-assets/images/kc-bg.png)
    no-repeat center;
  background-size: 100%;
}
.key-char .heading-img {
  max-width: min(640px, 90%);
}
.key-char .card-item {
  background: #f0fcf6;
  transition: background 0.3s;
}
.key-char .card-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: var(--theme-primary);
  background: linear-gradient(
    145deg,
    var(--theme-primary) 35%,
    rgba(250, 207, 15, 1) 100%
  );
  transition: all 0.5s;
}
.key-char .card-item:hover::after {
  height: 7px;
  bottom: -7px;
}
.key-char .card-item:hover {
  background: #f0fcf6;
  background: linear-gradient(
    145deg,
    rgba(240, 252, 246, 1) 41%,
    rgba(250, 207, 15, 0.5914740896358543) 100%
  );
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.key-char .key-char_sub-h {
  margin-top: -20px;
  line-height: 1.3;
}
.message-sec .heading-img {
  max-width: min(410px, 80%);
}
.heading-img {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 90%;
  max-width: min(850px, 80%);
}
.acitvity-school-title {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  width: fit-content;
}
.activity-sec .a_card-item {
  position: relative;
  transition: all 0.3s;
}
.activity-sec .a_card-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 50%;
  transform: translateY(-50%);
  background-color: var(--theme-primary);
  transition: all 0.3s;
}
.activity-sec .a_card-item:hover {
  background-color: var(--theme-warning);
  border-color: var(--theme-primary) !important;
}
.activity-sec .a_card-item:hover::before {
  transform: translateY(-60%);
}
@media (min-width: 768px) {
  .activity_card {
    padding-right: 4rem !important;
  }
  .acitvity-school-title {
    margin-right: 40px;
    margin-left: unset;
  }
  .mission-card {
    transform: translate(-70px, 10px);
  }
}
@media (min-width: 992px) {
  .activity-sec {
    padding-bottom: 9rem;
  }
  .key_right-thumb img {
    transform: scaleX(1.1);
    transform-origin: top right;
  }
  .activity-sec {
    background: #f7f7f7
      url(https://resources.edunexttechnologies.com/web-data/idps-assets/images/as-bg-min.png)
      no-repeat center;
    background-size: 100%;
  }
}
.main-menu .navigation > li > ul > li:last-child > a {
  border-bottom: 0;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  content: "\f105";
  right: 0;
  top: 5px;
  display: block;
  line-height: 24px;
  font-size: 17px;
  font-family: FontAwesome;
  font-weight: 400;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  z-index: 100;
  display: none;
  background-color: #fff;
  transition: 0.5s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0 15px;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 0;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid #e9e5df;
  font-size: 1em;
  color: var(--theme-primary) !important;
  text-align: left;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: 0;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 30px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  display: none;
}
.main-header .header-upper .contact-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #eee;
}
.main-header .header-upper .contact-info .icon {
  position: relative;
  font-size: 24px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: #e1eeeb;
  border-radius: 50%;
  margin-right: 15px;
  color: #126051;
  transition: 0.5s;
}
.main-header .header-upper .contact-info:hover .icon {
  color: #fff;
}
.main-header .header-upper .contact-info .icon:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.main-header .header-upper .contact-info:hover .icon:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.main-header .header-upper .contact-info .icon span {
  position: relative;
}
.main-header .header-upper .contact-info h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.main-header .header-upper .contact-info h4 {
  font-size: 26px;
  font-weight: 700;
}
.main-header .header-upper .contact-info h4 a {
  color: #222;
}
.menuup .main-menu .navigation > li > ul {
  top: auto;
  bottom: 100%;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
.header-internal .menuup .main-menu .navigation > li > ul {
  top: 100%;
  bottom: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 0;
  z-index: -1;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99901;
  visibility: visible;
}
.mobile-nav-toggler {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  float: right;
  margin: 13px 0;
  margin-left: 0;
  display: none;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .mCSB_scrollTools {
  right: -6px;
}
.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 25px;
  text-align: left;
  margin: 0;
  background: #fff;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  background-color: #000;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.3;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--theme-primary);
  padding: 0 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu .close-btn {
  position: absolute;
  right: 5px;
  top: 10px;
  line-height: 10px;
  width: 24px;
  text-align: center;
  font-size: 20px;
  color: var(--theme-primary-dark);
  cursor: pointer;
  z-index: 10;
  font-weight: 400;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 7px 25px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mobile-menu .navigation li a img {
  max-width: 18px;
}
.mobile-menu .navigation li ul li > a {
  font-size: 13px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li ul li:before {
  position: absolute;
  left: 22px;
  font-family: FontAwesome;
  font-weight: 800;
  content: "\f178";
  top: 11px;
  line-height: 15px;
  color: #fff;
}
.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 0.2em;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}
.mobile-menu .navigation li > ul > li > ul {
  padding-left: 1.3rem;
}
.mobile-menu .navigation li > ul > li > ul li.current a {
  background-color: var(--theme-secondary);
}
.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 5px 10px;
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  display: none;
  background: rgba(20, 20, 20, 0.7);
  overflow: hidden;
  cursor: none;
}
#mainSlider img,
#mainSlider video {
  aspect-ratio: 9/5;
  object-fit: cover;
}
@media (min-width: 768px) {
  #mainSlider img,
  #mainSlider video {
    height: calc(100dvh - 40px);
    /* aspect-ratio: 9/4; */
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  #mainSlider {
    padding-top: 40px;
  }
}
.banner-section {
  position: relative;
}
.banner-section .background-text {
  position: absolute;
  right: -280px;
  bottom: 190px;
  z-index: 99;
  text-transform: uppercase;
  font-size: 240px;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 200px;
  color: rgb(255 255 255 / 0.1);
  transform: rotate(-30deg);
}
.banner-section .background-text .text-2 {
  position: absolute;
  top: -5px;
  left: 15px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
  color: transparent;
}
.banner-slider,
.three-item-carousel {
  position: relative;
  height: 100% !important;
  z-index: 9;
}
.banner-section .swiper-slide {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slider-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  padding: 20px 0;
  width: 100%;
  background: transparent linear-gradient(180deg, #00000000 0, #222 100%);
}
.slider-overlay .main-head-text {
  font-size: 16px;
  font-weight: 400;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-decoration: underline;
}
.slider-overlay .slider-con-text {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  font-style: italic;
  text-shadow: 0 3px 6px #0000004f;
}
.slider-logo-img img {
  max-width: 60px;
  margin: 0 10px;
}
.sec-title {
  position: relative;
  margin-bottom: 50px;
}
.preloader-close,
.scroll-to-top:hover,
.search-popup .search-form fieldset input[type="submit"] {
  background-color: var(--theme-secondary);
  color: var(--them-primary);
}
.scroll-to-top {
  color: var(--theme-primary-dark);
  background: #fff;
  border: 2px dashed var(--theme-primary-dark);
}
.font-itallic {
  font-style: italic;
}
.fw-500 {
  font-weight: 500 !important;
}
.page-title {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  background-color: #2b93d0;
  color: #fff;
  background-size: 100%;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
}
.page-title h1 {
  font-size: 2.4rem;
  color: #fff;
  line-height: 42px;
  margin-bottom: 0;
  font-weight: 500;
}
.page-title .bread-crumb {
  position: relative;
}
.page-title .bread-crumb li {
  color: #fff;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 500;
  padding-right: 35px;
}
.page-title .bread-crumb li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.page-title .bread-crumb li:before {
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  right: 0;
  top: 2px;
  line-height: 25px;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
}
.page-title .bread-crumb li:last-child:before {
  display: none;
}
.page-title .bread-crumb li a {
  color: #fff;
}
.main-menu .navigation > li.dropdown:nth-child(10) .dropdown-btn,
.main-menu .navigation > li.dropdown:nth-child(8) .dropdown-btn,
.main-menu .navigation > li.dropdown:nth-child(9) .dropdown-btn {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  #newmodal .modal-dialog {
    max-width: 580px;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-menu .navigation {
    max-height: 70vh;
    overflow: auto;
  }
}
#enquirymodal,
#newmodal {
  z-index: 9999;
  background: rgb(0 0 0 / 74%);
}
#enquirymodal .modal-header {
  background: var(--blue-color);
  padding: 0.2rem 1rem;
  border-bottom: none;
}
#enquirymodal .modal-content {
  border-radius: 10px;
}
#enquirymodal h4 {
  color: #fff;
  font-size: 20px;
}
#enquirymodal .close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 18px;
  background: #343f64;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  display: inline-block;
  padding: 0 4px 8px 8px;
  border-radius: 0 0 0 42px;
  cursor: pointer;
  z-index: 22;
}
.btn-send {
  background: var(--blue-color);
  color: #fff;
  padding: 6px;
  width: 125px;
  border-radius: 5px;
}
.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  background: #343f64;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  display: inline-block;
  padding: 0 4px 8px 8px;
  border-radius: 0 0 0 42px;
  cursor: pointer;
  z-index: 22;
}
#newmodal .modal-dialog .modal-dialog-centered {
  width: 100%;
}
.ser-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a29161cf;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 10px 40px;
}
.page-inner-heading:after {
  display: block;
  content: "";
  height: 1px;
  width: 50px;
  background: #89764b;
  margin: 0;
  margin-top: 10px;
  position: relative;
}
.enquiry-btn-page {
  background: #001744;
  color: #fff !important;
  padding: 10px 15px;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.inner-page-card ol {
  color: #000;
  font-size: 16px !important;
  line-height: 26px;
  font-weight: 400 !important;
}
.inner-page-card ol li {
  list-style-type: decimal;
  padding-left: 5px;
}
.inner-page-card ol li::marker {
  color: var(--gold-color);
  font-weight: 700;
}
.submenu {
  display: none;
  margin-top: 15px;
  padding: 15px;
  padding-top: 5px;
}
.submenu_second {
  display: none;
  margin-top: 15px;
  padding: 15px;
  padding-top: 5px;
}
.whats-img {
  bottom: 45px;
  right: 10px;
  width: 40px;
  position: fixed;
  z-index: 22;
}
.owl-dots {
  text-align: center;
  margin-top: 0.7rem;
}
.owl-dots button:not(:last-child) {
  margin-right: 5px;
}
.owl-dots button {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: var(--theme-primary-light) !important;
  transition: all 0.3s ease-in-out;
}
.owl-dots button.active {
  width: 12px;
  background: var(--theme-primary) !important;
}
.owl-prev {
  position: absolute;
  top: 50%;
  left: 10% !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #fff !important;
  border-radius: 130px;
}
.owl-next {
  position: absolute;
  top: 50%;
  right: 10% !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #fff !important;
  border-radius: 130px;
}
.list-style-disc {
  list-style-type: disc !important;
}
.list-style-disc li {
  list-style-type: disc !important;
}
.card-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--theme-secondary);
  z-index: 1;
  transition: all 0.3s ease;
}
.card:hover .card-footer::before {
  width: 100%;
}
.card a {
  color: var(--theme-secondary);
  font-weight: 500;
  transition: all 0.3s;
}
.card:hover .card-footer a {
  color: #fff;
}
.card-img-overlay {
  background: linear-gradient(180deg, #00000000 0, var(--theme-primary) 100%);
  color: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  transition: all 0.3s;
}
.recent-event-slider .owl-dots button {
  width: 1.5rem;
  height: 0.4rem;
}
.upcoming-event-list li:nth-child(4n + 1) div:first-child {
  background-color: #2b93d0;
}
.upcoming-event-list li:nth-child(4n + 2) div:first-child {
  background-color: var(--theme-danger);
}
.upcoming-event-list li:nth-child(4n + 3) div:first-child {
  background-color: var(--theme-primary);
}
.upcoming-event-list li:nth-child(4n + 4) div:first-child {
  background-color: var(--theme-secondary);
}
.scroll-events {
  max-height: 320px;
  min-height: 200px;
  overflow: auto;
}
@media (min-width: 1440px) {
  .scroll-events {
    max-height: 28rem;
  }
}
.scroll-events::-webkit-scrollbar {
  width: 5px;
}
.scroll-events::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scroll-events::-webkit-scrollbar-thumb {
  background: var(--theme-secondary);
}
.rm-sec {
  background-color: var(--theme-danger);
}
.rm-title {
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .rm-sec {
    background: url(https://resources.edunexttechnologies.com/web-data/lksg/images/rm-bg.png)
      no-repeat center;
    background-size: cover;
  }
}
.rm-slider .owl-dots button {
  width: 1.5rem;
  height: 0.4rem;
  background: rgba(255, 255, 255, 0.5) !important;
}
.rm-slider .owl-dots button.active {
  background: #fff !important;
}
@media (min-width: 992px) {
  .main-header {
    position: absolute;
  }
}
.sticky-header .left-img-column {
  position: absolute;
  top: 0;
  aspect-ratio: 9/9;
  border-radius: 50%;
}
.sticky-header .main-menu .navigation > li > a {
  padding: 12px 6px;
}
.logo-text-subtitle {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .logo-text-subtitle {
    font-size: 18px;
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  .main-header > .header-top {
    background: linear-gradient(to bottom, #000000b8 0, transparent 100%);
  }
  .logo-text {
    color: #fff;
  }
}
.thought-sec {
  background: url(https://resources.edunexttechnologies.com/web-data/lksg/images/thought-of.svg)
    no-repeat center;
  background-size: cover;
}
.word-sec {
  background: url(https://resources.edunexttechnologies.com/web-data/lksg/images/word-of.svg)
    no-repeat center;
  background-size: cover;
}
.frame {
  position: relative;
}
.frame-title {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--theme-primary);
  color: #fff;
  padding: 5px 10px;
  border-bottom-left-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-sec {
  background: var(--theme-primary-light);
}
@media (min-width: 767px) {
  .footer-sec {
    background: url(https://resources.edunexttechnologies.com/web-data/lksg/images/footer-bg.png)
      no-repeat center;
    background-size: 100% 100%;
  }
}
.f-social-links a:hover {
  color: var(--theme-primary) !important;
}
.notice-list {
  overflow-y: auto;
  min-height: 200px;
  max-height: 315px;
  padding-right: .5rem;
}
.notice-list::-webkit-scrollbar {
  width: 5px;
  transition: all .3s;
}
.notice-list::-webkit-scrollbar-track {
  background: #f1f1f15d;
}
.notice-list::-webkit-scrollbar-thumb {
  border-radius: 45px;
  background: var(--theme-secondary);
}
.notice-list::-webkit-scrollbar-thumb:hover {
  width: 10px;
}
.president-img {
  max-width: 380px;
  margin: auto;
}
#leftSideMenu {
  list-style: none;
  padding: 0 0.5rem;
  margin: 0;
  font-size: 0.875rem;
}
#leftSideMenu li {
  display: block;
  cursor: pointer;
  position: relative;
}
#leftSideMenu li.leftMenuBtn {
  padding-right: 1rem;
}
#leftSideMenu li a {
  display: block;
}
#leftSideMenu li > a {
  padding: 0.25em 0.5em;
  border-radius: 4px;
  transition: all 0.3s;
}
#leftSideMenu li:hover > a {
  color: var(--theme-secondary);
}
#leftSideMenu > li.leftMenuBtn::after {
  content: "\F285";
  font-family: bootstrap-icons;
  font-size: 0.9em;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0.4em;
  transition: all 0.3s;
}
#leftSideMenu > li.leftMenuBtnActive::after {
  transform: rotate(90deg);
}
#leftSideMenu li:hover::after {
  color: var(--theme-secondary);
}
#leftSideMenu .active-leftPage {
  background-color: var(--theme-secondary);
  color: #fff !important;
}
#leftSideMenu li:not(:last-child) {
  border-bottom: 1px solid var(--bs-border-color);
}
#leftSideMenu .leftMenu-drop {
  display: block;
  padding-left: 1em;
  font-size: 0.9em;
}
.student-council .card {
  overflow: hidden;
}
.student-council .card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0, var(--theme-primary) 100%);
  z-index: 1;
  opacity: 0.9;
  transition: all 0.3s ease;
}
.student-council .card .card_content {
  position: relative;
  color: #fff;
  z-index: 1;
}
.sc-card {
  border-bottom-width: 7px !important;
}
.goog-te-banner-frame {
  display: none !important;
}
body {
  top: 0 !important;
}
#google_translate_element {
  display: none;
}
.goog-te-gadget-simple {
  background: 0 0;
  color: #fff;
  border: 0;
}
.goog-te-gadget-simple .goog-te-menu-value {
  color: #fff !important;
}
.goog-te-gadget-icon {
  display: none;
}
.goog-te-menu-value span {
  border: 0 !important;
  color: #fff !important;
}
.goog-te-menu-frame {
  z-index: 10000002;
  position: fixed;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  _position: absolute;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  visibility: hidden !important;
}
.input-suggestion {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  animation: slide 0.3s forwards;
}
.input-suggestion ul li {
  margin: 0;
  width: 100%;
}
.input-suggestion ul li a {
  padding: 10px 14px;
  display: block;
  width: 100%;
  line-height: 1.3;
  color: #000;
}
.input-suggestion ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#wrapperid .table thead {
  --bs-table-bg: var(--theme-primary);
  --bs-table-color: #fff;
  border-color: var(--theme-primary-dark);
}
.faculty-card {
  transition: all 0.3s;
  background-color: #0000001a;
}
.bg-card {
  background: #f3f3f3;
}
.small-div-card:hover {
  background: var(--theme-primary) !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.news-slider .owl-item img {
  display: block;
  width: 100%;
  aspect-ratio: 9/6;
  object-fit: cover !important;
}
.cardHeight {
  min-height: 100px;
}
.upcomingH {
  display: flex;
  align-items: center;
  padding: 14px 10px;
}
.upcomingH i {
  font-size: 22px !important;
}
.testimonial-title {
  z-index: 5;
  font-size: 0.9rem;
  font-family: Montserrat, sans-serif;
  position: relative;
  padding-left: 140px !important;
}
.testimonial-img-dv {
  position: absolute;
  top: 8px;
  left: 16px;
  z-index: 6;
}
.testimonial-img {
  border: 8px solid #fff;
  width: 100px !important;
  height: 100px;
  object-fit: cover;
}
.testimonial-sec .item:hover .testimonial-title {
  background-color: var(--theme-secondary);
}
.testimonial-sec .slider-btn button {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #28bae634;
  color: var(--theme-primary-light);
  transition: all 0.3s;
}
.testimonial-sec .slider-btn button:hover {
  background: #28bae68a;
  color: var(--theme-primary);
}
.wing-card,
.wing-card > div {
  position: relative;
  height: 100%;
  transition: all 0.3s ease-out;
}
.wing-card > div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090d40;
  background: linear-gradient(
    90deg,
    rgb(9 13 64 / 80%) 0,
    rgba(243, 250, 255, 0) 100%
  );
}
.wing-card .wing-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .wing-card:hover > div {
  transform: scale(0.95, 0.98);
  transform-origin: top;
} */
.wing-card:hover {
  padding: 0 7% 7%;
}
.wing-card .wing-title {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-90deg);
  transform-origin: left top;
  z-index: 5;
}
.wing-link {
  background: #11254138;
  border-radius: 0;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.3s;
  position: absolute;
  padding: 0.25rem 0.5rem;
  bottom: 0;
  right: 0;
  margin: 1rem;
  gap: 5px;
  z-index: 1;
  opacity: 0;
}
.wing-link:hover {
  background: #090d40;
  color: #fff;
}
.wing-card:hover .wing-link {
  opacity: 1;
}
.owl-stage {
  display: flex;
}
.owl-stage .owl-item {
  display: flex;
  justify-content: center;
}
.datepicker {
  background-image: url(https://resources.edunexttechnologies.com/default-form/img/calendar-icon.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-position: right 12px center;
  background-size: 12px;
}
.dudp__wrapper[data-theme="blue"] .dudp__calendar-header {
  background-color: var(--theme-secondary) !important;
}
.dudp__wrapper[data-theme="blue"]
  .dudp__calendar
  .dudp__cal-week
  .dudp__date.range-from:before,
.dudp__wrapper[data-theme="blue"]
  .dudp__calendar
  .dudp__cal-week
  .dudp__date.range-to:before,
.dudp__wrapper[data-theme="blue"]
  .dudp__calendar
  .dudp__cal-week
  .dudp__date.selected:before {
  background-color: var(--theme-secondary) !important;
}
.dudp__wrapper[data-theme="blue"]
  .dudp__calendar
  .dudp__cal-week
  .dudp__date.current {
  color: var(--theme-secondary) !important;
}
.lh-16 {
  line-height: 1.6;
}
.bg-primary {
  background-color: #2b93d0 !important;
}
.text-primary {
  color: #2b93d0 !important;
}
.mobile-menu .active-leftPage {
  background-color: var(--theme-secondary);
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}
@keyframes flashLink {
  0% {
    background: var(--theme-danger) !important;
    color: white;
  }
  100% {
    background: var(--theme-primary) !important;
    color: white;
  }
}
.flash-btn {
  color: white;
  animation: flashLink 0.6s ease infinite alternate;
}
.flash-btn:hover {
  color: white !important;
}
.bg-theme-warning-light {
  background: #f7de3946 !important;
}
.scroll-down-link , .scroll-down-link:active, .scroll-down-link:focus{
  background: #090d4085 !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0 !important;
}
.scroll-down-link:hover {
  background: var(--theme-primary) !important;
  color: #fff !important;
}
.about-sec a{
  transition: all 0.3s;
}
.about-sec a:hover{
  font-weight: 600;
}