@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --theme-primary: #003c68;
  --theme-primary-light: #f8c301;
  --theme-secondary: #da251c;
  --theme-secondary-light: #ee4136;
  /* --theme-primary-light: #f1f8fc;
  --theme-primary-dark: #112541;
  --theme-warning: #fddd17;
  --theme-danger: #eb1d27;
  --theme-green: #34a345;
  --font-family: "DM Sans", sans-serif;
  --theme-gray: rgb(248, 248, 248);
  --theme-primary-accent: #f1f3f2;
  --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.75rem, 0.75rem + 0.2532vw, 1em);
  --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) !important;
  color: #000;
  line-height: 1.6em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme-primary-light);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background: var(--theme-primary);
  border-radius: 4px;
  animation-duration: 0.3s;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--theme-secondary);
  animation-duration: 0.3s;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-roboto {
  font-family: "Roboto", sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Roboto", sans-serif !important;
}
.opacity-80 {
  opacity: 80%;
}
.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);
}
.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;
}
.bg-theme-primary {
  background-color: var(--theme-primary) !important;
}
.bg-theme-secondary {
  background-color: var(--theme-secondary) !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-shadow {
  text-shadow: 0 4px #00000087;
}
a {
  text-decoration: none;
}
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: 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;
  transition: 0.3s;
}
.scroll-to-top:hover {
  color: #fff;
  background: var(--theme-primary-dark);
}
.gal-card {
  position: relative;
  box-shadow: 0 3px 6px #0000000f;
  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);
  }
}

.mobile-menu,
.sticky-header {
  position: fixed;
  visibility: hidden;
  top: 0;
}

.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: 20px 25px;
  text-align: left;
  margin: 0;
  background: #fff;
}
.nav-logo img {
  height: 7.5rem;
}

.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: #000;
}
.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;
}
.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 25px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.mobile-menu .navigation li a img {
  filter: invert(1) brightness(100);
  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: 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-dark);
  background: #fff;
  border: 2px dashed var(--theme-primary-dark);
}
.page-title {
  position: relative;
  padding: 36px 0;
  text-align: center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  border-top: 1px solid var(--gold-color);
  background: var(--theme-secondary)
    url(https://resources.edunexttechnologies.com/web-data/tapti-valley/img/strip-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title h1 {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
.page-title h2 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}
.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.25) 0%,
    rgba(0, 0, 0, 0) 15%,
    rgba(0, 0, 0, 0) 85%,
    rgba(0, 0, 0, 0.25) 100%
  );
}
.menuBox {
  position: relative;
  border: 2px solid var(--theme-secondary);
  border-radius: 2px;
}
.menuTitle {
  position: absolute;
  top: 0%;
  /* left: 50%; */
  transform: translate(0%, -50%);
  background: #fff;
}
@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: 45px;
  right: 10px;
  width: 40px;
  position: fixed;
  z-index: 22;
}
.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;
}
/* menu style  */

.navigation {
  display: none;
  font-weight: 500;
  /* justify-content: space-between; */
}

@media screen and (min-width: 768px) {
  .navigation {
    display: flex;
    gap: 0.4rem;
  }
}

.navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navigation .dropdown {
  position: relative;
  padding-right: 15px;
}
/* .navbar .navigation ul a {
  padding: 0.4em 1em;
} */
@keyframes slideUp {
  from {
    transform: translateY(10px);
  }
  to {
    transform: none;
  }
}
.navbar .navigation .dropdown ul {
  position: absolute;
  /* padding: 0 .75em; */
  font-size: 0.9rem;
  width: max-content;
  left: 0;
  background-color: var(--theme-primary);
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 11;
  transition: all 0.3s;
  animation: slideUp 0.6s ease alternate;
}

.navbar .navigation .dropdown:hover > ul {
  display: block;
}
.navigation .home-icon img {
  width: 1.2em;
}
.navbar .navigation .dropdown ul .dropdown ul {
  left: 100%;
  margin: 0;
  top: 0;
}

.navbar .dropdown::after {
  content: "\f078";
  position: absolute;
  right: 5px;
  top: 55%;
  translate: 0 -50%;
  font-size: 0.7em;
  font-weight: bold;
  font-family: "FontAwesome";
}
.navbar .dropdown .dropdown::after {
  top: 50%;
  font-family: "FontAwesome";
  content: "\f054";
  right: 5px;
}
.navbar .dropdown-btn {
  display: none;
}

.navigation li a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 0.3em 0.5em;
  transition: all 0.3s;
  font-size: var(--step--0);
  font-weight: 700;
}

/* .navigation .dropdown > ul li:before{
  content: "\276F";
  color: white;
} */
.navigation .dropdown > ul li a {
  font-size: var(--step--1);
}

.navigation .dropdown > ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 5px;
  transition-duration: 0.1s;
  position: relative;
}
.navigation .dropdown > ul .current:first-child {
  content: "";
  display: inline-flex;
  height: 1rem;
  width: 1rem;
  position: absolute;
  background-color: var(--theme-primary);
  left: 5%;
  top: -50%;
  transform: translate(0%, -50%);
}
.navigation .dropdown > ul li:not(:last-child) {
  border-bottom: 0.05rem solid #f1f1f1;
}
.navigation .dropdown > ul li:hover {
  background-color: #fff;
  color: var(--theme-primary);
  transition-duration: 0.1s;
}
.navigation .dropdown > ul li a {
  font-weight: 500 !important;
}

/* .navigation li a:hover {
  color: var(--theme-primary);
} */

.mobile-menu-toggler {
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color);
}
/* internal page left menu style  */
#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: 2px;
  transition: all 0.3s;
  color: var(--theme-primary);
}
#leftSideMenu li > a:hover {
  transition: all 0.3s;
  color: #fff !important;
  background-color: var(--theme-primary);
}

#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 #f1f1f1;
  transition-duration: 0.3s;
  border-radius: 2px;
}
#leftSideMenu li:hover:not(:last-child) {
  border-bottom: 1px solid var(--theme-primary);
  transition-duration: 0.3s;
}
#leftSideMenu .leftMenu-drop {
  display: block;
  padding-left: 1em;
  font-size: 0.9em;
}

/* =================== Ramanand Dubey =================== */

/* Header ------------------ */
header .headerTop .header-ul div a {
  padding: 8px 0px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .headerTop .header-ul div a img {
  height: 1.25rem;
  margin-right: 5px;
}
header .headerTop .header-ul div:last-child a {
  color: var(--theme-primary);
  background-color: #fff;
}
header .headerTop .header-ul div a:hover {
  color: var(--theme-primary-light);
  transition-duration: 0.3s;
}
header .headerTop .header-ul div:last-child a:hover {
  background-color: var(--theme-primary-light);
  color: var(--theme-primary);
}
header .headerBottom {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 4px 10px #00000029;
}

/* Slider ------------------ */
.slider-text {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
}
.about-left img:first-child {
  width: 5rem;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn.bg-white {
  border: 1px solid var(--theme-secondary);
  transition-duration: 0.3s;
}
.btn.bg-white:hover {
  border: 1px solid transparent;
  background-color: var(--theme-secondary) !important;
  color: #fff !important;
  transition-duration: 0.3s;
}

/* Mission and Vision ------------- */
.mission-vision {
  background-color: #fff9e5;
}
.mission-vision > div > div {
  box-shadow: 0px 1px 6px #000;
}
.vision,
.mission {
  height: 14rem;
}
.vision > div,
.mission > div {
  width: 60%;
}
.vision {
  background: url(https://resources.edunexttechnologies.com/web-data/tapti-valley/img/vision-bg1.png),
    var(--theme-primary);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #fff;
}
.mission {
  background: url(https://resources.edunexttechnologies.com/web-data/tapti-valley/img/mission-bg1.png),
    var(--theme-secondary);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #fff;
  border-left: none !important;
}
.btn.bg-theme-primary {
  transition-duration: 0.3s;
}
.btn.bg-theme-primary:hover {
  transition-duration: 0.3s;
  background-color: var(--theme-secondary) !important;
}

/* OUR FACILITIES --------------- */
.facilites {
  overflow-x: hidden;
}
/* .facility-btn {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-100%, 0);
} */
.my-card {
  width: fit-content;
}
.myCard {
  overflow: hidden;
  z-index: 3;
}
.myCard-overlay {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 100%;
  width: 100%;
  transition-duration: 0.4s;
}
.myCard-parent > span {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.4s;
  height: fit-content;
  z-index: 6;
  border: 1px solid #fff;
}
.myCard-parent > span.btn:hover {
  border: 1px solid #fff;
  cursor: auto;
}
.myCard .myCard-text {
  position: absolute;
  bottom: 0;
  left: 0;
  align-content: center;
  flex-direction: column;
  height: 0%;
  transition-duration: 0.4s;
  padding: 0px 15px;
  color: #fff;
  z-index: 5;
}
/* -------------------- */
.my-card .myCard-parent1 .myCard .myCard-text {
  background-color: rgba(218, 37, 28, 0.75);
}
.my-card .myCard-parent1 .myCard-circle {
  background-color: #da251c;
}
.my-card .myCard-parent1.myCard-parent > span {
  background-color: #da251c;
}
.facilities-owl .owl-item .my-card:hover .myCard-circle {
  background-color: #fff;
  transition-duration: 0.4s;
}
/* -------------------- */
/* -------------------- */
.my-card .myCard-parent2 .myCard .myCard-text {
  background-color: rgba(0, 60, 104, 0.75);
}
.my-card .myCard-parent2 .myCard-circle {
  background-color: #003c68;
}
.my-card .myCard-parent2.myCard-parent > span {
  background-color: #003c68;
}
/* -------------------- */
/* -------------------- */
.my-card .myCard-parent3 .myCard .myCard-text {
  background-color: rgba(0, 172, 23, 0.75);
}
.my-card .myCard-parent3 .myCard-circle {
  background-color: #00ac17;
}
.my-card .myCard-parent3.myCard-parent > span {
  background-color: #00ac17;
}
/* -------------------- */
/* -------------------- */
.my-card .myCard-parent4 .myCard .myCard-text {
  background-color: rgba(244, 129, 32, 0.75);
}
.my-card .myCard-parent4 .myCard-circle {
  background-color: #f48120;
}
.my-card .myCard-parent4.myCard-parent > span {
  background-color: #f48120;
}
/* -------------------- */
.myCard .myCard-text img {
  height: 1.5rem !important;
  width: 1.5rem !important;
}
.myCard .myCard-text a {
  display: inline-block;
}
.my-card:hover .myCard-text {
  height: 100%;
  transition-duration: 0.4s;
}
.my-card:hover .myCard-overlay {
  height: 0% !important;
  transition-duration: 0.4s;
}
.myCard-circle {
  height: 45%;
  width: 60%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transition-duration: 0.4s;
  z-index: 6;
}
.cardIcon-2,
.cardIcon-1 {
  position: absolute;
  top: 3.5%;
  right: 3.5%;
  height: 10% !important;
  width: 15% !important;
  transform: translate(0, 0);
  z-index: 8;
}
.my-card:hover .cardIcon-2 {
  display: none;
  transition-duration: 0.4s;
}
.my-card:hover .cardIcon-1 {
  display: block;
  transition-duration: 0.4s;
}
.my-card .cardIcon-1 {
  display: block !important;
  transition-duration: 0.4s;
}
.my-card .cardIcon-2 {
  display: none !important;
  transition-duration: 0.4s;
}
.my-card:hover .cardIcon-1 {
  display: none !important;
  transition-duration: 0.4s;
}
.my-card:hover .cardIcon-2 {
  display: block !important;
  transition-duration: 0.4s;
}

/* Our Wings --------------------- */
.wings {
  background-color: rgba(0, 60, 104, 0.1);
}
.wings-card {
  position: relative;
  z-index: 5;
}
.wings-card .card-img-top {
  height: 12rem !important;
  object-fit: cover;
}
.wings .img-content span {
  position: absolute;
  left: 0%;
  bottom: 0%;
  transform: translate(0%, 0%);
  background-color: rgba(218, 37, 28, 0.8);
  color: white;
}
.wings .below-wing {
  height: 8rem;
  width: 100%;
  background-color: var(--theme-primary);
  border-top: 1rem solid var(--theme-secondary);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
}
.wings .box {
  box-sizing: content-box;
}
.wings .box img {
  height: 4rem;
  object-fit: contain;
}
/* Beyond Academics --------------- */
.beyond-academics .row::after {
  content: "";
  height: 90%;
  border: 2px solid var(--theme-secondary);
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.beyond-nav .beyond-prev,
.beyond-nav .beyond-next {
  border: 1px solid var(--theme-primary);
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #fff;
  color: var(--theme-primary);
  transition-duration: 0.3s;
}
.beyond-nav .beyond-prev:hover,
.beyond-nav .beyond-next:hover {
  color: #fff;
  background-color: var(--theme-primary);
  transition-duration: 0.3s;
}
.beyond-academics .card-body p {
  font-size: 0.9rem;
}
/* News and Events --------------- */
.news-events {
  background-color: #fbe8e7;
}
.newsEvents-card {
  box-shadow: 0px 0px 6px #0000001a;
  border: 6px solid #ffffff;
  border-radius: 2px;
  overflow: hidden;
}
.newsEvents-card > img {
  scale: 1;
  transition-duration: 0.4s;
}
.newsEvents-card:hover > img {
  scale: 1.25;
  transition-duration: 0.4s;
}
.newsEvents-nav {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, 0);
}
.newsEvents-nav .newsEvents-prev,
.newsEvents-nav .newsEvents-next {
  border: 1px solid var(--theme-primary);
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #fff;
  color: var(--theme-primary);
  transition-duration: 0.4s;
}
.newsEvents-nav .newsEvents-prev:hover,
.newsEvents-nav .newsEvents-next:hover {
  color: #fff;
  background-color: var(--theme-primary);
  transition-duration: 0.4s;
}
.newsEvents-card .date {
  background-color: rgba(218, 37, 28, 0.8);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-32%, -100%);
  rotate: -90deg;
  padding: 5px 10px;
  z-index: 4;
  font-size: small;
}
.newsEvents-card .newsEvents-overlay {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  transition-duration: 0.4s;
}
.newsEvents-card > div {
  position: absolute;
  bottom: 2.5%;
  left: 0;
  transform: translate(0, 0);
  z-index: 4;
}
/* Voice of Community --------------- */
.community {
  background-color: #e5f7e7;
}
.community .swiper-slide {
  box-shadow: 0px 3px 30px #00000052;
}
.community .swiper-slide .swiper-slide-content {
  position: absolute;
  bottom: 2.5%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.community .swiper-slide.swiper-slide-active .swiper-slide-overlay {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  transition-duration: 0.4s;
}
.community .swiper-slide {
  filter: blur(1px);
}
.community .swiper-slide.swiper-slide-active {
  filter: blur(0);
  transition-duration: 0.4s;
}
.swiper-slide-img img {
  height: 25rem;
}
.swiper-comm-button-next,
.swiper-comm-button-prev {
  border: 1px solid var(--theme-primary);
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #fff;
  color: var(--theme-primary);
  transition-duration: 0.3s;
  margin: auto;
}
.swiper-comm-button-next:hover,
.swiper-comm-button-prev:hover {
  color: #fff;
  background-color: var(--theme-primary);
  transition-duration: 0.4s;
}
/* Social --------------- */
.social-card {
  position: relative;
  overflow: hidden;
}
.social-circle1,
.social-circle2,
.social-circle3,
.social-circle4 {
  display: block;
  height: 7.5rem;
  width: 7.5rem;
  position: absolute;
  top: 0%;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
}
.social-card img:last-child {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 1.25rem;
}
.social-circle1 {
  background-color: #0165e1;
}
.social-circle2 {
  background-color: #e1306c;
}
.social-circle3 {
  background-color: #ff0000;
}
.social-circle4 {
  background-color: #14171a;
}

/* Footer ---------------- */
footer {
  background: #f5f5f5
    url(https://resources.edunexttechnologies.com/web-data/tapti-valley/img/footer-bg-img.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
footer > img {
  position: absolute;
  right: -2.5%;
  top: 0%;
  transform: translate(0%, 50%);
  width: 12rem;
  filter: grayscale(1);
}
footer ul li {
  margin-bottom: 0.5rem;
}
footer ul li a {
  color: #1d1d1b !important;
  text-decoration: none;
  display: inline-flex;
  align-items: start;
  justify-content: start;
  transition-duration: 0.3s;
  font-weight: 600 !important;
  font-size: var(--step--1) !important;
}
footer ul li a:hover {
  color: var(--theme-secondary) !important;
  transition-duration: 0.3s;
}
.footer-map {
  height: 10rem;
}
.footer-map iframe {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.25rem;
  border: 1px solid var(--theme-secondary);
  border-radius: 2px;
}
.footer-bottom ul li a {
  height: 2rem;
  width: 2rem;
  background-color: #fff;
  color: var(--theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition-duration: 0.3s;
}
.footer-bottom ul li:first-child a:hover {
  color: #0165e1;
  transition-duration: 0.3s;
}
.footer-bottom ul li:nth-child(2) a:hover {
  color: #e1306c;
  transition-duration: 0.3s;
}
.footer-bottom ul li:nth-child(3) a:hover {
  color: #ff0000;
  transition-duration: 0.3s;
}
.footer-bottom ul li:nth-child(4) a:hover {
  color: #14171a;
  transition-duration: 0.3s;
}
.inputDiv1,
.inputDiv2 {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
  top: 100%;
  right: 0;
  transform: translate(0, 0);
  transition-duration: 0.3s;
  z-index: 10;
  display: flex;
  align-items: center;
}
.inputDiv1 {
  top: auto;
  right: auto;
  left: 0%;
  top: 50%;
  transform: translate(-100%, -50%);
}
.inputDiv1.active,
.inputDiv2.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition-duration: 0.3s;
}
.inputDiv1 input:focus,
.inputDiv2 input:focus {
  outline: 0;
  transition-duration: 0.3s;
}
.inputDiv1 input,
.inputDiv2 input {
  border: 2px solid var(--theme-secondary);
  transition-duration: 0.3s;
}
.internal-mission,
.internal-vision,
.motto {
  background-color: rgba(0, 60, 104, 0.06);
  min-height: 20rem;
}
.internal-mission img,
.internal-vision img {
  width: 4rem;
}
.motto {
  background-image: url(https://resources.edunexttechnologies.com/web-data/tapti-valley/img/footer-bg-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

table tr {
  vertical-align: middle;
}
table tr th {
  background-color: rgba(0, 60, 104, 0.5) !important;
  color: #000 !important;
  text-align: center;
}
.about-section .content a,
.about-section .content h5,
.about-page h5,
.about-page a {
  color: var(--theme-primary);
}
.about-section .content ul {
  padding-left: 1rem !important;
}
.about-section .content ul li {
  position: relative;
  padding-left: 0.5rem;
}
.about-section .content ul li {
  list-style: none;
  margin-bottom: 0.97rem;
}
.about-section .content ul li::before {
  list-style: none;
  content: "\27BD";
  color: var(--theme-secondary);
  position: absolute;
  left: 0;
  transform: translate(-100%, 0);
}
.about-section .content .no-before li::before {
  content: none;
}
.about-section .content p {
  text-align: justify;
}

.internalBtn {
  background-color: var(--theme-primary);
  color: #fff !important;
  box-shadow: 6px 6px 0px var(--theme-primary-light);
  transition-duration: 0.3s;
  word-wrap: nowrap;
}
.internalBtn:hover {
  background-color: #0f3b5a !important;
  color: var(--theme-primary-light) !important;
  box-shadow: 0px 0px 0px var(--theme-primary-light);
  transition-duration: 0.3s;
}

.accordion-item {
  margin-bottom: 1rem;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
  border: 2px solid var(--theme-primary) !important;
  background: var(--theme-primary);
  color: #fff !important;
}
.accordion-body {
  border: 2px solid var(--theme-primary);
  border-top: none !important;
}
.accordion-button:not(.collapsed)::after {
  filter: invert(1) brightness(100);
}
.accordion-button {
  border: 2px solid var(--theme-primary) !important;
  font-weight: 600 !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}
.map {
  height: 14rem;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid var(--theme-secondary);
  padding: 0.25rem;
  border-radius: 2px;
}
::marker {
  font-weight: 700;
}
.modal-backdrop {
  --bs-backdrop-bg: none;
  position: relative;
  z-index: 9999;
}
.partner-card{
  box-shadow: lightgrey 2px 2px 6px !important;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.partner-card img{
  height: 7.5rem;
  object-fit: contain;
  box-sizing: content-box;
}
.edunext-patner img{
  height: 5rem !important;
}