@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap);
:root {
  --theme-primary: #303288;
  --theme-primary-light: linear-gradient(
    0deg,
    rgba(48, 50, 136, 0) 0%,
    rgba(48, 50, 136, 0.12) 25%,
    rgba(48, 50, 136, 0.25) 50%,
    rgba(48, 50, 136, 0.37) 75%
  );
  --theme-secondary: #ec1e22;
  --theme-secondary-light: rgba(236, 30, 34, 0.84);
  --font-family1: "DM Sans", sans-serif;
  --font-family2: "Inter", sans-serif;
  --font-family3: "DM Serif Display", serif;
  --theme-dark: #202020;
  --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-family2);
  scroll-behavior: smooth;
}
.font-dmSans {
  font-family: var(--font-family1) !important;
}
.font-inter {
  font-family: var(--font-family2) !important;
}
.font-serif {
  font-family: var(--font-family3) !important;
  letter-spacing: 0.03rem;
}
.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;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
}
.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);
}
.small,
small {
  font-size: var(--step--1);
}
.smallest {
  font-size: var(--step--2);
}
.bg-theme-primary {
  background-color: var(--theme-primary) !important;
}
.bg-theme-primary-light {
  background: var(--theme-primary-light) !important;
}
.bg-theme-secondary {
  background-color: var(--theme-secondary) !important;
}
.bg-theme-secondary-light {
  background-color: var(--theme-secondary-light) !important;
}
.text-theme-primary {
  color: var(--theme-primary) !important;
}
.text-theme-secondary {
  color: var(--theme-secondary) !important;
}
.text-theme-secondary-light {
  color: var(--theme-secondary-light) !important;
}
.ls-1 {
  letter-spacing: 1px;
}
.ls-2 {
  letter-spacing: 2px;
}
.lh-13 {
  line-height: 1.3;
}
.lh-1 {
  line-height: 1;
}
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme-primary-light);
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background: var(--theme-primary);
  border-radius: 0px;
  transition-duration: 0.3s;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--theme-secondary);
  transition-duration: 0.3s;
}
.page-wrapper {
  position: relative;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  margin: 0 auto;
}
.text-black {
  color: #271e21 !important;
}
.text-shadow {
  text-shadow: 0 0 #271e21;
}
a {
  text-decoration: none;
  color: var(--theme-dark);
}
body.mobile-menu-visible .page-wrapper {
  z-index: 999999;
}
.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;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.scroll-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 7.5rem;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  z-index: 9999999999;
  cursor: pointer;
  border-radius: 50%;
  display: none;
  transition: 0.3s;
  border: 2px dashed var(--theme-secondary);
}
.scroll-to-top:hover {
  color: #fff;
  background: var(--theme-secondary);
}
.gal-card {
  position: relative;
  box-shadow: 0 3px 6px #271e21;
  border: 1px solid #70707040;
}
.gal-card:hover .gal-content {
  bottom: 100%;
  transform: translateY(100%);
}
.gal-content {
  background: #0b7c2d;
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: 1s;
}
.gal-content .act-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.gal-img {
  height: 250px;
  width: 100%;
}
.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);
  }
}
body p {
  margin-bottom: 0.5rem;
}
.mobile-menu,
.sticky-header {
  position: fixed;
  visibility: hidden;
  top: 0;
}
.slideInDown {
  animation: slideInDown 0.5s ease-in-out;
}
@keyframes slideInDown {
  from {
    transform: translateY(-100%);
    animation-duration: 0.5s;
  }
  to {
    transform: translateY(0);
    animation-duration: 0.5s;
  }
}
.sticky-header {
  opacity: 0;
  left: 0;
  width: 100%;
  padding: 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;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99901;
  visibility: visible;
}
.mobile-menu {
  right: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  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: 15px 20px;
  text-align: left;
  margin: 0;
  background: var(--theme-secondary);
}
.logo a img {
  max-width: 100%;
}
.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: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  background-color: #271e21;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.3;
  visibility: visible;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -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;
  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: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -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: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.navigation a {
  width: 100%;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 7px 30px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.mobile-menu .navigation li a img {
  max-width: 18px;
}
.mobile-menu .navigation li ul li > a {
  font-size: 13px;
  margin-left: 22px;
  text-transform: capitalize;
}
.mobile-menu .navigation li ul li:before {
  position: absolute;
  left: 32px;
  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: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.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;
  transform: rotate(90deg);
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.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: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 5px 10px;
}
.scroll-to-top {
  color: var(--theme-primary);
  background: #fff;
}
.page-title {
  position: relative;
  padding: 40px 0;
  text-align: center !important;
  background: url(https://sdgsg.edunexttechnologies.com/lighttheme/lib/erp/assets/images/background.png);
}
.page-title h1 {
  font-size: var(--step-2);
  color: #fff;
  padding: 10px 0;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
  z-index: 6;
  background: linear-gradient(
    90deg,
    rgba(48, 50, 136, 0) 0%,
    rgba(48, 50, 136, 1) 25%,
    rgba(48, 50, 136, 1) 75%,
    rgba(48, 50, 136, 0) 100%
  );
}
.page-title .inner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.15) 0,
    rgba(0, 0, 0, 0) 15%,
    rgba(0, 0, 0, 0) 85%,
    rgba(0, 0, 0, 0.15) 100%
  );
  z-index: 5;
}
@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 .close,
.modal .close {
  position: absolute;
  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;
}
#enquirymodal h4 {
  color: #fff;
  font-size: 20px;
}
#enquirymodal .close {
  top: 16px;
  right: 16px;
}
.modal .close {
  top: 0;
  right: 0;
}
#newmodal .modal-dialog .modal-dialog-centered {
  width: 100%;
}
/* .whats-img{bottom:50px;right:1.5rem;width:40px;position:fixed;z-index:999;}
*/
.owl-next,
.owl-prev {
  position: absolute;
  top: 50%;
  width: 40px !important;
  height: 40px !important;
}
.owl-prev {
  left: 10% !important;
  border: 1px solid #fff !important;
  border-radius: 130px;
}
.owl-next {
  right: 10% !important;
  border: 1px solid #fff !important;
  border-radius: 130px;
}
.navigation {
  display: none;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .navigation {
    display: flex;
    gap: 0.4rem;
  }
}
.navigation ul li:not(:last-child) {
  border-bottom: 1px solid var(--theme-primary-light);
}
.navigation .dropdown {
  position: relative;
  padding-right: 0;
}
.navigation > li:hover,
.navigation > li > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.navbar .navigation ul a {
  padding: 0.4em 1em;
}
@keyframes slideUp {
  from {
    transform: translateY(10px);
  }
  to {
    transform: none;
  }
}
.navbar .navigation .dropdown ul {
  position: absolute;
  font-size: 0.9rem;
  width: 200px;
  left: 0;
  background-color: #e7f0ef !important;
  border: 1px solid var(--clr-border);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1;
  transition: all 0.3s;
  animation: slideUp 0.6s ease alternate;
}
.dropdown > ul li a {
  color: var(--theme-primary-light);
}
.navbar .navigation .dropdown:hover > ul {
  display: block;
  background-color: var(--theme-primary-light);
}
.navigation .home-icon img {
  width: 1.2em;
}
.home-icon {
  background-color: #fff !important;
}
.home-icon a:hover {
  background: #fff !important;
}
.navbar .navigation .dropdown ul .dropdown ul {
  left: 100%;
  margin: 0;
  top: 0;
}
.navbar .dropdown::after {
  content: "\f078";
  position: absolute;
  color: #fff;
  right: -1em;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 0.7em;
  font-weight: 700;
  font-family: FontAwesome;
}
.navbar .dropdown .dropdown::after {
  top: 50%;
  font-family: FontAwesome;
  content: "\f054";
  right: 5px;
  color: var(--theme-primary);
}
.navbar .dropdown-btn {
  display: none;
  color: var(--theme-primary-light);
}
.navigation li a {
  color: inherit;
  text-decoration: none;
  display: block;
  color: #fff !important;
  padding: 0.3em 0.5em;
  transition: all 0.3s;
}
.mobile-menu-toggler {
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color);
}
#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-dark);
}
#leftSideMenu > li.leftMenuBtn::after {
  content: "\f054";
  font-family: FontAwesome;
  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: inherit;
}
#leftSideMenu .active-leftPage {
  background-color: var(--theme-primary);
  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;
}
.themeBtn {
  --bs-btn-border-radius: var(--bs-border-radius-sm) !important;
  box-shadow: var(--bs-box-shadow-sm) !important;
  font-size: var(--step--1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 0 !important;
  --bs-bg-opacity: 1 !important;
  padding: 0;
}
.themeBtn > span:first-child,
.themeBtn > span:last-child {
  display: inline;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.themeBtn > span:first-child {
  font-size: var(--step-0);
  background: var(--theme-primary);
  padding: 0.3rem 0.55rem;
}
.themeBtn > span:last-child {
  background: #fff;
  color: var(--theme-dark);
  font-weight: 600;
  padding: 0.45rem 0.55rem;
}
.themeBtn:hover > span:first-child {
  background: #fff !important;
  color: var(--theme-primary) !important;
  transition: all 0.3s ease-in-out;
}
.themeBtn:hover > span:last-child {
  background: var(--theme-primary) !important;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}
.navigation.addHome a {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.55rem;
  background: 0 0;
}
.topBar {
  background-color: rgb(48 50 136 / 10%);
  visibility: hidden;
  opacity: 0;
  transition: all 2s ease;
  z-index: 10;
}
.topBar.show {
  visibility: visible;
  opacity: 1;
  transition: all 2s ease;
}
.marqueeOne,
.marqueeTwo {
  position: absolute;
  top: 50%;
  height: 100%;
  display: flex;
  transform: translate(-50%, -50%);
  align-items: center;
  min-width: max-content;
  padding: 10px 25px;
  z-index: 3;
}
.topBar.show .marqueeOne,
.topBar.show .marqueeTwo {
  transform: translate(0, -50%);
  transition: all 0.75s ease-in-out !important;
}
.topBar .marqueeOne {
  left: 50%;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.topBar .marqueeTwo {
  right: 50%;
  clip-path: polygon(1.2rem 0, 100% 0, 100% 100%, 0 100%);
}
.topBar.show .marqueeOne {
  left: 0;
  transition: all 0.75s ease-in-out !important;
}
.topBar.show .marqueeTwo {
  right: 0;
  transition: all 0.75s ease-in-out;
}
.singleNews > div {
  transform: skewX(-17deg);
  border-left: 2px solid var(--theme-secondary);
  line-height: 1;
  padding: 4px 10px 2px 10px;
}
.singleNews > div > span {
  display: inline-block;
  transform: skewX(17deg);
}
.eduBtn > span:first-child {
  background: transparent linear-gradient(122deg, #007fd0 0, #002348 100%) 0 0
    no-repeat padding-box;
}
.eduBtn:hover > span:last-child {
  background: transparent linear-gradient(122deg, #007fd0 0, #002348 100%) 0 0
    no-repeat padding-box !important;
}
.edu-logo {
  width: 1.25rem;
  padding-bottom: 0.1rem;
}
.eduBtn:hover > span:first-child img:first-child {
  display: none !important;
}
.eduBtn:hover > span:first-child img:last-child {
  display: inline !important;
}
.mainHeader {
  background: linear-gradient(
    0deg,
    rgba(48, 50, 136, 0) 0,
    rgba(48, 50, 136, 0.125) 25%,
    rgba(48, 50, 136, 0.25) 50%,
    rgba(48, 50, 136, 0.5) 75%
  );
}
.mainHeader .navigation.addHome {
  display: none;
}
.mainHeader .nav-outer ul li:not(:last-child) > a {
  margin-right: 15px;
}
.sideMenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  height: 0%;
  width: 0%;
  background-color: rgb(48 50 136 / 97.5%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
.sideMenu.show {
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease-in-out;
}
.close-btn .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  font-size: var(--step-1);
}
.close-btn:hover {
  cursor: pointer;
}
.school-logo3 {
  width: 18rem;
  margin: auto;
}
.sliderText {
  padding: 0.75rem 5rem 0.75rem 2.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 2rem;
  left: 0;
}
.secHeader .h4 {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.75rem;
  color: var(--theme-primary);
}
.about-us .secHeader .h4::before {
  left: 0 !important;
  transform: translateX(0) !important;
}
.secHeader .h4::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.75rem;
  background-color: var(--theme-secondary);
  height: 0.25rem;
  width: 90px;
}
.about-us {
  background: url(https://resources.edunexttechnologies.com/web-data/giridhanva/img/about-bg.png)
    center no-repeat;
  background-size: cover;
}
.simpleBtn {
  background-color: var(--theme-primary);
  color: #fff;
  border-radius: 0 !important;
  transition: 0.3s;
  text-transform: uppercase;
}
.simpleBtn:hover {
  color: #fff !important;
  background-color: #1b1b4b !important;
  transition: 0.3s;
}
.about-img > div > img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}
.about-img:hover > div > img {
  transform: scale(1.1);
}
.about-img > div {
  bottom: 2rem;
  z-index: 1;
}
.about-img::before {
  content: "";
  height: 35%;
  width: 15%;
  position: absolute;
  bottom: -0.35rem;
  left: -0.35rem;
  background-color: var(--theme-primary);
  z-index: -1;
}
.about-img span img:first-child,
.about-img span img:last-child {
  position: absolute;
  width: 5rem;
  object-fit: contain;
  aspect-ratio: 1;
}
.about-img span img:first-child {
  left: -1rem;
  top: -1.25rem;
}
.about-img span img:last-child {
  right: -1rem;
  bottom: -1rem;
  z-index: -1;
}
.wings {
  background-color: #f4f4f9;
}
.wing-strip {
  position: absolute;
  bottom: 0;
  transform: translateY(-75%);
  left: 0;
  width: min-content;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  transition: all 0.1s ease-in-out;
}
.wing-strip.move-down {
  transform: translateY(0);
  transition: transform 0.1s ease-in-out;
}
.wing-strip.expand {
  background: linear-gradient(
    135deg,
    rgb(48 50 136 / 90%) 55%,
    rgba(236 30 34 / 90%) 95%
  );
  width: 100%;
  height: 100%;
  transition:
    width 0.1s ease-in-out,
    height 0.1s ease-in-out;
}
.wing-strip .wingContent {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.wing-strip.expand .wingContent {
  visibility: visible;
  opacity: 1;
  transition: all 0.1s ease-in-out;
}
.wingContent span {
  font-style: italic;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}
.countBox h3 {
  font-weight: 800 !important;
}
.linkCard-icon {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.linkCard-icon:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.linkCard-icon img {
  width: 2.5rem;
}
.blogCard p a i,
.linkCard-icon > div > i {
  transform: translateX(0px);
  transition: all 0.3s;
}
.blogCard p a:hover i,
.linkCard-icon:hover > div > i {
  transform: translateX(2px);
  transition: all 0.3s;
}
.link-strip {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  background-color: #fff;
  height: 2px;
  width: 100%;
}
.aa-img {
  background-color: #f4f4f9;
}
.aa-img > img {
  width: 10rem;
  margin: auto;
}
.aw-ac-img {
  padding: 2px;
}
.aw-ac-img::after,
.aw-ac-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 50%;
  width: 25%;
}
.aw-ac-img::before {
  left: -2px;
  top: -2px;
  background-color: var(--theme-primary);
}
.aw-ac-img::after {
  right: -2px;
  bottom: -2px;
  background-color: var(--theme-secondary);
}
.aw-ac-icon {
  position: absolute;
  bottom: -75%;
  right: 15%;
  width: 7.5rem;
}
.home-page-slider-owl-next,
.home-page-slider-owl-prev {
  border: 1px solid #fff !important;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.home-page-slider-owl-next:hover,
.home-page-slider-owl-prev:hover {
  border: 1px solid var(--theme-primary) !important;
  color: #fff !important;
}
.aw-ac-owl-next,
.aw-ac-owl-prev,
.home-page-slider-owl-next,
.home-page-slider-owl-prev,
.voice-owl-next,
.voice-owl-prev {
  font-size: var(--step-0) !important;
  width: 1.5rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--theme-primary);
  color: var(--theme-primary);
  transition: all 0.3s;
}
.aw-ac-owl-next:hover,
.aw-ac-owl-prev:hover,
.home-page-slider-owl-next:hover,
.home-page-slider-owl-prev:hover,
.voice-owl-next:hover,
.voice-owl-prev:hover {
  color: #fff;
  background-color: var(--theme-primary) !important;
}
.blogCard {
  background-color: #f4f4f9;
  border: 2px solid #d7d7f1;
}
.blogCard > span {
  padding: 2px 5px;
  line-height: 1;
}
.celebration,
.voiceOFcomm {
  background-color: #f4f4f9;
}
.celebration .secHeader .h4::before {
  left: 0 !important;
  transform: translateX(0) !important;
}
.voiceCard > div > div > img {
  aspect-ratio: 9 / 11; /* width:fit-content !important;*/
  /* height:18rem;*/
  object-fit: cover;
  margin: auto;
  object-position: top;
  border-radius: 10px;
}
.awards-achievements a i,
.voiceCard a i {
  transform: translateX(0);
  transition: all 0.3s;
}
.awards-achievements a:hover i,
.voiceCard a:hover i {
  transform: translateX(2px);
  transition: all 0.3s;
}
.bg-transparent {
  background-color: transparent !important;
}
.celebration .simpleBtn,
.voiceOFcomm .simpleBtn {
  border: 1px solid var(--theme-primary) !important;
  color: var(--theme-primary);
  transform: all 0.3s;
}
.contactUl h3::before {
  content: "";
  width: 1.75rem;
  height: 0.175rem;
  background-color: var(--theme-secondary);
  position: absolute;
  bottom: -5px;
  left: 0;
}
.contactUl ul li {
  display: flex;
  align-items: top;
  justify-content: start;
  gap: 8px;
  margin-bottom: 0.5rem;
}
.contactUl ul li div:first-child {
  color: #fff;
}
.contactUl ul li div:last-child a {
  color: #fff;
  opacity: 90%;
  font-family: var(--font-family1);
}
.footer-p {
  text-align: justify;
}
.map {
  background-color: rgba(255, 255, 255, 0.25);
}
.footer-bottom {
  border-top: 1px solid rgba(211, 211, 211, 0.685);
}
.footer-left {
  background: url(https://resources.edunexttechnologies.com/web-data/giridhanva/img/footer-bg.png)
    right no-repeat;
  background-size: contain;
}
.sideMenu-bLeft,
.sideMenu-bRight {
  background: rgba(0, 0, 0, 0.25);
}
.w-fit {
  width: fit-content !important;
}
.socialMedia a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  width: 1.75rem;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.socialMedia .iA {
  color: #e1306c;
}
.socialMedia .yA {
  color: red;
}
.socialMedia .fA {
  color: #1877f2;
}
.socialMedia .iA:hover {
  background-color: #e1306c;
}
.socialMedia .yA:hover {
  background-color: red;
}
.socialMedia .fA:hover {
  background-color: #1877f2;
}
.socialMedia a:hover {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.cirLi {
  background-color: #f4f4f9;
  border: 1px solid #30328833;
  margin-bottom: 0.5rem;
}
.cir-Ul {
  height: 450px;
  overflow-y: scroll;
}
.calendar iframe {
  height: 460px;
}
.social-media {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 8888;
  cursor: pointer;
}
.social-media .social-icons:last-child {
  border-bottom-left-radius: 8px;
  transition-duration: 0.3s;
}
.social-media .social-icons:not(:last-child) {
  border-bottom: 1px solid #d3d3d3;
}
.social-media .social-icons:first-child {
  border-top-left-radius: 8px;
  transition-duration: 0.3s;
}
.social-media .social-icons img {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.social-media a {
  border: 0 !important;
}
.social-media .social-icons:hover {
  transform: translateX(-1rem);
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-duration: 0.3s;
}
.social-media .social-icons {
  width: 2rem;
  padding: 5px 2px;
  background: #fff;
  text-align: center;
  transition-duration: 0.3s;
}
.monthdata {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.monthdata span {
  width: calc(100% - 93.1%);
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .monthdata span {
    width: calc(50% - 8.5rem);
  }
  .calendar iframe {
    height: 400px;
  }
}
.monthdata span {
  border: 1px solid var(--theme-primary);
  color: var(--theme-primary);
  padding: 0.1rem 0.5rem;
  border-radius: var(--bs-border-radius);
  transition: all 0.3s;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
}
.monthdata span.active,
.monthdata span:hover {
  background: var(--theme-primary);
  color: #fff;
}
.eventType {
  font-size: 10px;
  padding: 0 7px;
  background: #f1f1f1;
  color: var(--theme-primary);
  border-radius: 5px;
  cursor: pointer;
}
.event-list li {
  background: #fff;
  padding: 0.8em 0.8em 0.8em 1em;
  position: relative;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
}
.event-list li::before {
  content: "";
  display: inline-block;
  background: var(--theme-warning);
  width: 0.2rem;
  margin-right: 0.5em;
  align-self: normal;
}
.event-list li.divider {
  justify-content: center;
  font-size: 0.9em;
  background: 0 0;
}
.event-list li.divider span {
  background: var(--theme-primary-accent);
  padding-inline: 0.8em;
  z-index: 1;
  font-family: var(--font-heading);
}
.event-list li.divider::before {
  position: absolute;
  display: block;
  height: 2px;
  background: rgba(0, 0%, 0%, 14%);
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.event-list li:not(:last-child) {
  margin-bottom: 0.6em;
}
.event-list li .date {
  text-transform: uppercase;
  color: var(--theme-primary);
  font-family: var(--font-heading);
  font-size: 1.2em;
  margin-right: 1em;
  font-weight: 700;
}
.event-list {
  list-style: none;
  margin: 0;
  padding: 0 0.5em 0 0;
  overflow: auto;
}
.upcoming-event {
  max-height: 390px;
}
.past-event {
  max-height: 196px;
}
.text-right {
  text-align: right !important;
}
.span-border-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  transform: translate(0, 100%);
  height: 0.05rem;
  border-radius: 12px;
  border: 0.1rem solid var(--theme-primary);
  width: 50%;
  border-radius: 50px;
}
.bottomBar::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  background-color: var(--theme-secondary);
  height: 0.25rem;
  width: 90px;
}
.internalStrip1,
.internalStrip2 {
  height: 0.5rem;
  width: 100%;
  position: relative;
  z-index: 10;
}
.internalStrip1 {
  background: linear-gradient(
    0deg,
    rgba(48, 50, 136, 0) 50%,
    rgba(48, 50, 136, 1) 50%
  );
}
.internalStrip2 {
  background: linear-gradient(
    180deg,
    rgba(48, 50, 136, 0) 50%,
    rgba(48, 50, 136, 1) 50%
  );
}
.sticky-header .home-icon.current {
  display: none;
}
.contactCard {
  box-shadow: 0 2px 4px rgba(48, 50, 136, 0.75);
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #ed272a3d;
}
.contactIcon {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--theme-primary);
  margin-bottom: 1rem;
  box-shadow: 0 2px 4px rgba(48, 50, 136, 0.75);
}
.contactLink a {
  color: var(--theme-dark);
  font-weight: 600;
  transition-duration: 0.3s;
}
.about-section {
  background: url("https://resources.edunexttechnologies.com/web-data/kvmschool/about-section-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
/* ==== Dynamic Styles ==== */
.newsRight {
  transform: skewX(-17deg);
  border: 2px solid var(--theme-primary);
  border-left: none;
}
.gallery-overlay {
  background: linear-gradient(
    90deg,
    rgba(48, 50, 136, 1) 0%,
    rgba(255, 255, 255, 1) 24%,
    rgba(255, 255, 255, 1) 75%,
    rgba(48, 50, 136, 1) 100%
  );
  border: 2px solid var(--theme-primary);
}
.gallery-div {
  border: 2px solid var(--theme-primary);
  height: 15rem;
}
.gallery-div img {
  transform: scale(1) rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.gallery-div:hover img {
  transform: scale(1.1) rotate(-2.5deg);
  transition: all 0.3s ease-in-out;
}
.wingImg {
  height: 18rem;
}
.wingImg img {
  object-position: top;
}
.singleTdata {
  height: 18rem;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
#videoModal::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #303288cf;
  z-index: -1;
}
table thead tr th {
  background: #303288 !important;
  color: #fff !important;
}
.zoomView {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.zoomView img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
  transition: 0.4s ease;
  display: block;
}
.zoomView::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.3s ease;
  z-index: 1;
}
.zoomView::after {
  content: "\f00e";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: 0.3s ease;
  z-index: 2;
  backdrop-filter: blur(3px);
}
.zoomView:hover::before {
  opacity: 1;
}
.zoomView:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.zoomView:hover img {
  transform: scale(1.08);
}
