* {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  font-size: 100%;
  line-height: inherit;
}

:root {
  /* --theme-primary-dark: #0D1D51; */
  --theme-primary: #0a85c5;
  --theme-primary-light: #f1f8fc;
  --theme-primary-dark: #112541;
  --theme-warning: #fddd17;
  --theme-danger: #eb1d27;
  --theme-green: #34a345;
  --font-family: "DM 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.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: smooth;
}

/* !
==============================================
 * Design and developed by Edunext Technology
 * Designer Donald Singh
==============================================
*/
.bg-primary-theme {
  background: #3e4095 !important;
  color: #fff !important;
}

.arrow-bullet,
.arrow-bullet li {
  list-style-type: none;
  padding-left: 1rem;
}

.policy-line {
  line-height: 2.5;
}

.arrow-bullet li {
  background: url(https://resources.edunexttechnologies.com/web-data/mlzs-roorkee/images/arrowhead-bullet.svg) no-repeat left 0.4rem;
  background-size: 1rem;
  padding-left: 1.5rem;
  list-style-type: none;
  line-height: 28px;
}

.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-tiffin {
  font-family: var("--font-family");
}

.font-dm {
  font-family: "DM Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700 !important;
  font-family: var("--font-family");
  /* letter-spacing: 2px */
}

.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-accent {
  background-color: var(--theme-primary-accent) !important;
}

.bg-theme-primary-light {
  background-color: var(--theme-primary-light) !important;
}

.bg-theme-primary {
  background-color: var(--theme-primary);
}

.bg-theme-primary-dark {
  background-color: var(--theme-primary-dark);
}

.bg-theme-warning {
  background-color: var(--theme-warning) !important;
}

.text-theme-primary {
  color: var(--theme-primary) !important;
}

.border-4 {
  border: 4px solid;
}

.border-theme-warning {
  border-color: var(--theme-warning) !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 black;
}

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%);
}

/* width */
.circular_card_sec::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.circular_card_sec::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.circular_card_sec::-webkit-scrollbar-thumb {
  background: var(--theme-warning);
}

/* Handle on hover */
.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;
}

/* marque section end */

.list-style-auto {
  list-style-type: auto;
}

.list-style-auto li {
  list-style-type: auto;
}

/* gallery section  */

.activity-gal-card {
  position: relative;
  box-shadow: 0px 3px 6px #0000000f;
  border: 1px solid #70707040;
}

.activity-gal-card:hover .activity-gal-content {
  bottom: 100%;
  transform: translateY(100%);
}

.activity-gal-content {
  background: #3e4095;
  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);
  }
}

/* end about section */

.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: url(https://resources.edunexttechnologies.com/web-data/amenity-school/img/header-strip.png) no-repeat; */
  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: white;
}

@media (min-width: 1024px) {
  .mission-left img {
    width: 15rem;
  }
}

@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-danger);
    color: white;
  }

  img.arrowgalpre {
    display: none;
  }
}

.left-img-column img {
  max-width: 200px;
}

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;
}

.header-upper .navbar-right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 50px;
}

.header-upper {
  position: relative;
  z-index: 222;
  /* background: #fff */
}

.header-internal .header-upper {
  background: #fff;
}

.header-upper .inner-container {
  position: relative;
  display: flex;
  /* flex-wrap: wrap-reverse; */
  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;
  justify-content: center;
}

.navbar-right-info .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:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 50%;
    top: calc(50% - 25%);
    background: rgb(0 0 0 / 19%);
} */

.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;
  font-size: 14px;
  line-height: 26px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* font-family: Aleo, serif; */
  letter-spacing: 0.5px;
  font-weight: 400;
  padding: 2px 25px;
  /* border-bottom: 2px solid transparent; */
  transition: all 0.3s;
  color: #ffffff;
  font-family: "jost";
}

.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: white;
}

.header_links .link_mandatory {
  background: #79318a;
  color: white;
}

.link_enquiry {
  background: #d26e1f;
  color: white;
}

.link_fee {
  background: var(--theme-warning);
  color: white;
}

.header_links a:hover,
.slider-bottom-links a:hover {
  color: white;
  filter: brightness(90%);
}

.header-social a {
  /* width: 27px;
    height: 27px; */
  border: 2px solid white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  border-radius: 50% !important;
  font-size: 12px;
  transition: all 0.2s;
}

.header-social .social-face:hover {
  background: white;
  color: #3d5c99 !important;
}

.header-social .social-you:hover {
  background: white;
  color: #ff0000 !important;
}

.header-social .social-insta:hover {
  background: white;
}

.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)>a,
.main-menu .navigation>li>a:hover {
  color: var(--theme-primary) !important;
  border-bottom: 2px solid var(--theme-primary);
  /* background-color: var(--theme-warning); */
  /* border-radius: 3px */
}

.main-menu .navigation>li>a img {
  width: 15px;
  margin-bottom: 2px;
}

.main-menu .navigation>li.current>a img,
.main-menu .navigation>li:hover>a img {
  filter: unset;
}

.main-menu .navigation .home-icon img {
  max-width: 18px;
}

@media (min-width: 992px) {
  .main-header .inner-container .inner-container::after {
    content: "";
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: #ffffffc4;
  }
}

/* .main-menu .navigation li.dropdown:hover>a:after {
    color: #fff
} */

/* .main-menu .navigation li.current>a:after {
    color: #fff !important
} */

.main-menu .navigation>li>ul {
  position: absolute;
  left: 0;
  top: 100%;
  bottom: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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: 14px;
  font-weight: 500;
  font-family: Aleo, sans-serif;
  /* 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;
  color: #000 !important;
}
.main-menu .navigation .dropdown li.current{
  color: #000 !important;
}

.main-menu .navigation .dropdown li:hover {
  padding-left: 1.5rem;
  color: #fff !important;
  background-color: var(--theme-danger);
}

.main-menu .navigation .dropdown li:hover a {
  color: white;
  border-color: var(--theme-danger);
}

.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: rgb(240, 252, 246);
  /* background: linear-gradient(145deg, rgba(240, 252, 246, 1) 35%, rgba(250, 207, 15, 1) 100%); */
  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: rgb(240, 252, 246);
  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: 11px;
  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;
  color: #000 !important;
  font-weight: 400;
  border-bottom: 1px solid #e9e5df;
  font-size: 14px;
  font-weight: 500;
  color: var(--blue-color);
  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;
}

.nav-outer .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 55px;
  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: #e50019;
  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 {
  /* 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: 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 .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;
}

.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-warning);
  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;
  padding: 38px 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* 
.page-title {
  position: relative;
  padding: 85px 0;
  text-align: center !important;
  border-top: 1px solid var(--gold-color);
  background: linear-gradient(
      180deg,
      hsl(353.45deg 100% 44.9% / 33%) 0%,
      hsl(238.62deg 41.23% 41.37% / 71%) 100%
    ),
    url(https://resources.edunexttechnologies.com/web-data/vanasthali-public-school/img/about3.png)
      no-repeat;
  background-size: 100%;
  background-position: 100% 55%;
} */
.student-carousel.owl-carousel .owl-nav.disabled,
.teacher-carousel.owl-carousel .owl-nav.disabled {
  display: block;
}

.student-carousel.owl-carousel .owl-nav i,
.teacher-carousel.owl-carousel .owl-nav i {
  color: #1e2f4b;
}

.page-title h1 {
  font-size: 32px;
  color: #fff;
  line-height: 32px;
  margin-bottom: 0px;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-family: "jost";
  font-weight: 600 !important;
}

.page-title h1:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 76px;
  bottom: 50px;
  left: 0;
  background-image: url(https://resources.edunexttechnologies.com/website-clients-img/dpsrudrapur/images/shape/shape-1.png);
  left: 50%;
  transform: translateX(-50%);
}

/* .page-title h1 {
  font-size: 32px;
  color: #fff;
  line-height: 50px;
  margin-bottom: 0;
  font-weight: 500;
  font-family: var(--font-family);
} */

.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-prev {
  position: absolute;
  top: 50%;
  left: 10% !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid white !important;
  border-radius: 130px;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: 10% !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid white !important;
  border-radius: 130px;
}

.list-style-disc {
  list-style-type: disc !important;
}

.list-style-disc li {
  list-style-type: disc !important;
}

html,
body {
  overflow-x: hidden;
}

.main-header .inner-container .inner-container::after {
  display: none;
}

.cnt-dtl.phone a {
  font-size: 11px !important;
  font-weight: 500;
}

.partnerslide .item img {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 50%;
}

.blue_card .view-all-btn {
  color: #fff;
  font-size: 12px;
  display: block;
  text-align: right;
}

.photo-maskMV {
  position: relative;
}

.truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jost {
  font-family: "Jost";
}

.mhead {
  line-height: 18px;
  font-family: "Jost";
}

/* start satya css */
.z-1 h6 {
  font-size: 16px;
  font-family: "Jost";
}

.z-1 p {
  font-size: 14px;
}

.z-1 button {
  font-size: 12px;
  font-weight: 500;
  display: block;
  float: right;
}

/* ***************sneak peak */

/* end sneak peak */

.mobile-nav-toggler {
  display: none;
}

.notice-title {
  padding-left: 7%;
}

/* ******************for circular */

.event-sec {
  background: url(https://resources.edunexttechnologies.com/web-data/vanasthali-public-school/img/vanshthali/bgBlue.png) no-repeat;
  background-size: cover;
  background-position: top;
  padding: 30px 15px;
}

/* end circular */
.text_red {
  color: #e50019;
}

.text_blue {
  color: #3e4095;
}

.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)>a,
.main-menu .navigation>li>a:hover {
  color: #fff;
}

span.text-brand {
  color: #3e4095;
  font-size: 16px;
  font-family: "Jost";
}

a.btn-vansh {
  border: 1.5px solid #e50019;
  border-radius: 22px;
  font-size: 12px;
  font-family: "Jost";
  font-weight: 500;
  padding: 8px 32px;
}

a.btn-vansh:hover {
  border: 1.5px solid #e50019;
  background: red;
  color: #fff;
}

/* for notice section view */

.z-2 p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Jost";
}

.z-2 button {
  font-size: 12px;
  font-weight: 500;
  font-family: "Jost";
}

section.notice {
  background: #fff;
  margin-top: -53px;
  display: block;
  position: relative;
  margin-bottom: 0px;
  box-shadow: 0px -3px 6px #49268c2e;
}

.news_discription h4 {
  font-size: 14px;
  font-weight: 500 !important;
  color: #000;
  font-family: "Jost";
}

.news_date {
  border: 1px solid #3e4095;
  padding: 0px;
  text-align: center;
  margin-right: 10px;
  border-radius: 4px;
}

.news1-ul {
  padding: 0px;
  margin: 0px;
}

.news1-ul li {
  list-style: none;
}

.news_date h2 {
  font-size: 12px;
  font-weight: 400 !important;
  background: #3e4095;
  border: 1px solid #3e4095;
  color: #fff;
  padding: 0 4px;
  font-family: "Jost";
}

.news_date h3 {
  font-size: 12px;
  font-weight: 500 !important;
  font-family: "Jost";
}

img.notice-img {
  height: 45px;
  max-width: 100%;
  width: 200px;
  margin-top: -11px;
}

p.head-notice {
  position: absolute;
  top: 8px;
  left: 43px;
  color: #fff;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Jost";
}

/* end notice section view */

/* ***********************about********* */

.photo-mask.position-relative {
  transform: translate(0%, 10%);
}

.main-heading {
  font-size: 14px;
  font-family: "Jost";
  color: #373435;
  font-weight: 400;
  padding-bottom: 0px;
  letter-spacing: 0px;
  position: relative;
  display: inline-block;
}

.main-heading::before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 1.5px;
  width: 22px;
  background: #e50019;
  transform: translate(-50%, -2px);
  left: 50%;
}

.main-heading1 {
  font-size: 14px;
  font-family: "Jost";
  color: #373435;
  font-weight: 400;
  padding-bottom: 0px;
  letter-spacing: 0px;
  position: relative;
  display: inline-block;
}

.main-heading1::before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1.5px;
  width: 100%;
  background: #e50019;
}

.subheading1 {
  font-size: 26px;
  font-family: "Jost";
  color: #3e4095;
  font-weight: 600;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0;
  letter-spacing: 0px;
}

.pera {
  font-size: 15px;
  font-family: "Jost" !important;
  color: #02182b;
  font-weight: 400;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 5px;
  letter-spacing: 0px;
  line-height: 21px;
}

.subheading2 {
  font-size: 21px;
  font-family: "Jost";
  color: #e50019;
  font-weight: 500;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0;
  letter-spacing: 0px;
}

.photo-mask img {
  position: relative;
  z-index: 999;
  box-shadow: 0px 0px 5px #00000017;
}

.photo-mask::before {
  content: "";
  width: 75px;
  height: 75px;
  background: #e50019;
  top: -12px;
  left: -12px;
  position: absolute;
}

.photo-mask::after {
  content: "";
  width: 75px;
  height: 75px;
  background: #3e4095;
  bottom: -12px;
  right: -12px;
  position: absolute;
}

.about-section a.view-all-btn2 {
  display: block;
  text-align: end;
  font-size: 13px;
  font-weight: 500;
  color: #3e4095;
}

/* end about view */

/* *************mission and vission */

.mission-left img {
  width: 150px;
  max-width: 100%;
}

.blue_card {
  background-color: #3e4095;
  width: 95%;
  padding: 30px 20px;
  position: relative;
  left: 215px;
  z-index: 9999;
  top: 235px;
  box-shadow: -2px 5px 7px #c1c1c1;
  min-height: 360px;
}

.owl-mission.owl-carousel .owl-stage {
  margin: 50px 0px;
}

.blue_card:before {
  content: "";
  background: red;
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: -8px;
  top: 0;
}

.blue_card p {
  font-size: 12px;
  line-height: 15px;
  font-family: "Jost" !important;
}

.photo-maskMV {
  width: 60%;
  position: relative;
}

section.mission-section {
  background-image: url(https://resources.edunexttechnologies.com/web-data/vanasthali-public-school/img/vanshthali/mvBgAll.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -20px;
  margin-top: -60px;
  padding: 30px 100px;
}

.photo-maskMV::before {
  content: "";
  width: 75px;
  height: 75px;
  background: #e50019;
  top: -12px;
  right: -12px;
  position: absolute;
}

.photo-maskMV img {
  position: relative;
  z-index: 999;
  box-shadow: 0px 0px 5px #00000017;
}

/* end mission and vission view */

/* ***********upcoming event  view***** */

.d-flex.circular-header.justify-content-between.align-items-center img {
  width: 25px;
}

.circular-header {
  background-color: #e9e9e9;
  padding: 10px 20px;
  width: -webkit-fill-available;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 18px;
  margin-top: 0px;
  text-align: center;
  font-family: "Jost" !important;
}

.intro iframe {
  background: #fff;
  box-shadow: 0px 3px 6px #1e73be1a;
  position: relative;
}

.intro>ul {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  list-style: none;
  display: block;
  overflow: hidden;
  height: 240px;
}

.intro>ul li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding: 10px 15px 0px 15px;
  border-bottom: 1px #e4e4e4 solid;
}

.intro>ul li>.in-image {
  width: 45px;
  height: 50px;
  border-top: 1px solid #e9e9e9;
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 10px;
  box-shadow: 0px 3px 6px #00000012;
  text-align: center;
}

.in-image .tt-news-r {
  background: #f79530;
  color: #fff;
}

.intro>ul li>.in-image:after {
  content: "" "";
  width: 85%;
  height: 77%;
  top: 6px;
  left: 6px;
  position: absolute;
}

.tt-b-day-r,
.tt-b-amp {
  float: left;
  font-size: 10px;
  line-height: 12px;
  padding: 5px 0;
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #03834b;
}

.tt-b-month,
.tt-b-date {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  font-family: "Josefin Sans", sans-serif !important;
  /* font-family: 'Jost', sans-serif; */
}

.rem-border {
  border-left: none;
}

.tt-b-day {
  font-size: 16px;
  float: left;
  padding-left: 0;
  line-height: 23px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  width: 100%;
  color: #2a2a2a;
  text-align: center;
  font-family: "Jost", sans-serif;
}

/* .intro{
background-color: #fff;
} */

.intro>ul li>.in-content {
  width: 100%;
  box-sizing: border-box;
  padding: 2px 0 5px 56px;
  position: relative;
}

.intro>ul li>.in-content>h2 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 100;
  width: 100%;
  color: #2a2a2a;
  display: block;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.intro>ul li>.in-content>div {
  padding: 0;
  margin: 0;
  font-size: 13px;
  height: 33px;
  display: block;
  margin-top: -6px;
  text-overflow: ellipsis;
  width: 100%;
}

.in-content h2 {
  font-size: 14px !important;
  font-weight: bold;
}

.intro>ul li>.in-content>div>p {
  color: #313131;
  line-height: 18px;
  margin-bottom: 0px !important;
}

/* end upcoming event view */

/* start gallery view section */

.social_media {
  position: relative;
}

.social_name {
  position: absolute;
  top: -6px;
  background: transparent;
  padding: 0px 0px;
  font-size: 14px;
  font-weight: 600;
  left: -10px;
}

.social_img img {
  height: 300px;
  border: 3px #fff solid;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}

@media (max-width: 1024px) {
  .social_img img {
    object-fit: contain;

  }
}

/* end for gallery view section */

/* start partner */

/* .partnerslide .owl-item{
object-fit: contain;
background-size: cover;
max-width: 100px;
max-height: 100px;
min-height: 100px;
min-width: 100px;
}

.partnerslide .owl-item img {
object-fit: contain;
background-size: cover;
max-width: 100px;
max-height: 100px;
min-height: 100px;
min-width: 100px;
} */

.partnerslide.owl-carousel .owl-item img {
  max-width: 100%;
  width: 10rem;
  height: 10rem;
}

.partnerslide.owl-carousel.owl-loaded.owl-drag {
  padding: 25px 175px;
}
.partnerslide .owl-item{
 display: flex;
 justify-content: center;
}

/* end partner */

.our-gallery .owl-item .item {
  transform: translate3d(0, 0, 0);
  transition: all 2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin: 50px 0;
}

.our-gallery .owl-item.active.center .item .gal-overly {}

.our-gallery .owl-item.active.center .item .gal-overly .gal-txt {
  display: block;
}

.activity-card {
  background: #fff;
  box-shadow: 0px 4px 8px hsla(0, 0%, 0%, 0.09);
  border-radius: 0px;
  margin: 5px;
  padding: 20px;
}

.gal-overly {
  /*  */
  transition: all 2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.our-gallery .owl-item .item .gal-overly {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.our-gallery .owl-item.active.center .item .gal-overly {
  transform: scale(1.2);
}

/* .gal-overly:hover .gal-txt img{
display: none;
width: 120px !important;
position: relative;
top: -95px;
right: -70px;
-webkit-transition: 0.1s;
-o-transition: 0.1s;
transition: 0.1s;
}

.gal-overly:hover .gal-txt:hover img{
display: block;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;

} */

.gal-txt {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: justify;
  z-index: 111;
  display: none;
  transition: all 1.9s 6s;
  padding-left: 22px;
}

.gal-overly:hover::after {
  position: absolute;
  background: hsl(28 92% 53% / 0.8);
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  width: 180%;
  height: 180%;
  left: -80%;
  bottom: -80%;
}

.gal-txt p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-family: "Jost";
  line-height: 18px;
  margin-bottom: 0px !important;
}

.gal-txt a {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  font-family: "Jost";
  line-height: 18px;
  visibility: hidden;
  opacity: 0;
}

.owl-item.active.center .item:hover .gal-txt a {
  opacity: 1;
  visibility: visible;
}

.gal-overly:hover .gal-txt {
  display: block;
  transition: all 1.9s 6s;
}

.gal-overly::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(0deg, hsl(0deg 0% 0% / 50%) 0%, hsla(219, 91%, 31%, 0) 100%) 0% 0% no-repeat padding-box;
}

.copyright p {
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost";
  line-height: 24px;
}

.gal-overly::after {
  content: "";
  width: 76px;
  height: 76px;
  border-radius: 50%;
  position: absolute;
  left: -76px;
  background: #f58019;
  bottom: -76px;
  transition: 0.5sease-in-out;
  -webkit-transition: 0.5sease-in-out;
}

img.arrowgalpre {
  height: 370px;
  position: relative;
  top: -50px;
}

section .our-gallery.owl-carousel .owl-nav button.owl-prev {
  border: none !important;
  transform: translate(0px, 0px);
  left: 0px !important;
  top: 80px;
}

section .our-gallery.owl-carousel .owl-nav button.owl-next {
  border: none !important;
  transform: translate(0px, 0px);
  right: 0px !important;
  top: 80px;
}

/* *********** for goal view section*************** */
.vision_cards {
  background: #fff;
  padding: 10px;
  width: 90%;
  transition: 0.3s;
  border: 1px #fff solid;
}

.vision_cards:hover {
  background: #ffffff;
  box-shadow: 0px 3px 5px #e8e8e869;
  border: 1px #077846 solid;
}

.vision_content h6 {
  color: #f79530;
  font-size: 17px;
  font-weight: 600;
  border-bottom: 2px #f79530 solid;
  display: inline-block;
  line-height: 1;
}

.bags_img {
  text-align: center;
}

.plant_content img {
  max-width: 100%;
  width: 45%;
  padding: 15px 0px;
  height: 7.5rem;
  width: 100%;
  object-fit: contain;
}

.plant_content {
  box-shadow: inset 0px 0px 0px #0000001c;
  border-radius: 0px !important;
  background: #dfdae8 !important;
  text-align: center;
  padding: 15px 50px 20px 50px !important;
}

.plant_content h2 {
  font-family: "Jost";
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: -1px;
}

.plant_content h3 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #f79530;
}

.plant_thought {
  background: #3e4095;
  box-shadow: 0px 0px 0px #0000000d !important;
  border: 1px solid #ffffff !important;
  border-radius: 0px !important;
  padding: 18px !important;
  color: #fff;
}

section.plant_section {
  background: linear-gradient(84deg, #ecebf4, #f9eaed, transparent);
}

.plant_thought p:first-child {
  font-size: 12px;
  font-weight: 500;
  font-family: "Jost";
  line-height: 20px;
}

.plant_thought p:last-child {
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost";
  line-height: 20px;
}

.plant_img {
  position: relative;
}

.plant_img img {
  width: 67%;
  height: 200px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.gal-overly::after {
  background: #3e4095ba !important;
}

.bags_img img {
  width: 85%;
}

.plant_img {
  position: relative;
}

.plant_img img {
  width: 67%;
  height: 200px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.our-motto img {
  transition: 0.3s;
}

.our-motto .motto-logo {
  text-align: center;
}

.our-motto:hover .motto-logo img {
  transform: scale(1.1);
}

.our-motto:hover .motto-bottom img {
  transform: translateY(-42%);
}

.vision_content div {
  font-size: 14px;
}

.vision_icon img {
  height: 35px;
  width: 35px;
  background: #198754;
  padding: 5px;
  border-radius: 50%;
}

/* ***********************S css***************** */

/* Common Center Heading Starts Here */

.common-center-heading {
  text-align: center;
  margin-bottom: 20px;
}

.common-center-heading h6 {
  color: #373435;
  font-size: 17px;
  position: relative;
  line-height: 2;
}

.common-center-heading h6:before {
  content: "";
  background: red;
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
  display: inline-block;
}

.common-center-heading h4 {
  color: #3e4095;
  font-size: 27px;
  font-weight: 600;
}

/* Common Center Heading Ends Here */

/* VPS Section Starts Here */

.vps-section {
  background: url("https://resources.edunexttechnologies.com/web-data/vanasthali-public-school/img/vanshthali/bg-vps.svg");
  background-size: cover;
}

.vps-tab {
  background: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}

.vps-tab.nav-pills .nav-link.active {
  background: transparent linear-gradient(244deg, #ed3237 0%, #3e4095 100%) 0% 0% no-repeat padding-box;
  border-radius: 6px;
}

.vps-tab .nav-link {
  letter-spacing: 0.38px;
  color: #373435;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 3px;
}

.vps-tab .nav-link:last-child {
  margin-bottom: 0;
}

.bg-right-img {
  position: absolute;
  right: 0;
  top: 0;
  margin: -50px -60px;
  width: 160px;
}

/* VPS Section Ends Here */

/* Topper Section Starts Here */

section.topper-section {
  background: url(https://resources.edunexttechnologies.com/web-data/vanasthali-public-school/img/vanshthali/topshadowbg.svg);
  background-size: 170px;
  background-repeat: no-repeat;
  background-position: left top;
}

section.topper-section:after {
  content: "";
  background: linear-gradient(273deg, #ed3237, #3e4095);
  width: 100%;
  height: 85px;
  position: absolute;
  margin-top: -60px;
}

.topper-carousel .owl-stage {
  /* transform: none !important; */
}

.topper-carousel .item {
  height: 330px;
}

.topper-wrapper {
  background: #ebebf4;
  border-radius: 24px 24px 0px 0px;
  position: relative;
}

.stu-wrapper {
  background: #ebebf4;
}

.topper-wrapper img {
  width: 130px !important;
  height: 160px;
  margin: auto;
  padding-top: 30px;
  border-radius: 12px;
}

.topper-wrapper .stu-marks {
  padding: 3px 10px;
  background: transparent linear-gradient(297deg, #ed3237 0%, #3e4095 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  margin-top: 30px;
  display: inline-block;
}

.stu-details {
  background: #fff;
  margin: 15px;
  border-radius: 16px;
  padding: 10px 0;
  text-align: center;
  margin-top: -35px;
  position: absolute;
  width: 90%;
}

p.stu-name {
  margin-bottom: 0;
  color: #02182b;
  font-size: 15px;
  font-weight: 500;
}

.stu-stream {
  margin-bottom: 0;
  color: #3e4095;
  font-size: 13px;
}

/* Topper Section Ends Here */

.event-wrapper:after {
  content: "";
  background: linear-gradient(6deg, black, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.event-wrapper img {
  height: 310px;
}

.event-wrapper {
  font-size: 14px;
  font-family: "Jost";
  font-weight: 500 !important;
}

.event-wrapper .fa-arrow-right {
  font-size: 11px;
}

.event-section {
  background: url("https://resources.edunexttechnologies.com/web-data/vanasthali-public-school/img/vanshthali/bg-event.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.social_media_details {
  background: url(https://resources.edunexttechnologies.com/web-data/vanasthali-public-school/img/vanshthali/bgBlue.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.event-carousel .owl-prev {
  left: 0 !important;
  margin-left: -215px;
  margin-top: 30px;
  background: #fde9e9 !important;
  width: 35px !important;
  height: 35px !important;
  color: #e50019 !important;
  font-size: 20px !important;
}

.event-carousel .owl-nav {
  position: absolute;
  left: -8%;
  bottom: 135px;
  transform: translate(10%, -10px);
}

.event-carousel .owl-next {
  right: auto !important;
  margin-left: -170px;
  margin-top: 30px;
  background: #3e4095 !important;
  width: 35px !important;
  height: 35px !important;
  color: #fff !important;
  font-size: 20px !important;
}

.event-carousel.owl-carousel .owl-nav button.owl-next:hover {
  background: #fde9e9 !important;
  color: #e50019 !important;
}

.event-carousel.owl-carousel .owl-nav button.owl-prev:hover {
  background: #3e4095 !important;
  color: #fff !important;
}

.event-carousel.owl-carousel .owl-nav button span {
  position: relative;
  top: -2px;
}

/* .event-slider-section {
margin-left:180px;
} */

.overlay_hover {
  position: absolute;
  z-index: 1;
  top: 35px;
  left: 33px;
  width: 100%;
  max-width: 85px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition-delay: 0.1s;
}

.owl-item.active.center .item:hover .overlay_hover {
  opacity: 1;
  visibility: visible;
}

.gal-overly>img {
  min-height: 20rem;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .plant_img img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .event-carousel .owl-next {
    right: 15px !important;
    margin-top: auto !important;
    margin-left: auto !important;
  }

  .conten-detail {
    margin-left: 0;
  }

  .event-carousel .owl-prev {
    margin-left: auto;
    margin-top: auto;
    left: 15px !important;
  }
}

/* end S css */

@media only screen and (max-width: 600px) {
  .mobile-nav-toggler {
    display: block;
  }

  section.notice {
    background: #ede;
    margin-top: 0px;
  }

  .bg-right-img {
    margin: 0px;
  }

  .vps-section {
    background-size: contain;
  }

  /* mission view */
  .mission-left {
    position: static !important;
    width: 100% !important;
    top: 0px;
  }

  .owl-mission.owl-carousel .owl-stage {
    margin: 5px 0px;
  }

  .photo-maskMV img {
    width: 95% !important;
  }

  .photo-maskMV::before {
    content: "";
    width: 75px;
    height: 75px;
    background: #e50019;
    top: -26px;
    right: 8px;
    position: absolute;
  }

  .blue_card {
    background-color: #3e4095;
    width: 100%;
    padding: 15px 10px;
    position: relative;
    left: 0px;
    z-index: 9999;
    top: 0px;
    box-shadow: -2px 5px 7px #c1c1c1;
    min-height: 180px;
  }

  /* end mission view */

  section.topper-section {
    background-size: 28px;
  }

  .notice-title {
    padding-left: 2%;
  }

  span.carousel-control-prev-icon1 {
    width: 28px;
  }

  span.carousel-control-next-icon2 {
    width: 28px;
  }

  .photo-maskMV {
    position: relative;
    width: 100%;
  }

  .mission-left img {
    width: 110px;
  }

  section.mission-section {
    padding: 30px 10px;
    top: 0px;
    margin-top: 0px;
  }

  .community-slider button.owl-prev {
    left: -10% !important;
  }

  .community-slider button.owl-next {
    right: -10% !important;
  }

  .partnerslide.owl-carousel.owl-loaded.owl-drag {
    padding: 25px 0px;
  }

  .plant_img img {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    max-width: 112px;
    margin-left: auto;
    display: table;
    margin-right: -10px;
    margin-top: -100px;
  }

  /* *******for gallery responsive** */

  .event-carousel .owl-nav {
    position: absolute;
    left: 80%;
    bottom: 35px;
    transform: translate(10%, -10px);
  }

  .gal-txt p {
    padding: 0px 20px;
  }

  .gal-txt a {
    padding: 0px 20px;
  }

  /* ***********end for gallery */

  /* **********for partner*** */

  .partnerslide.owl-carousel.owl-loaded.owl-drag {
    padding: 15px 10px;
  }

  .partnerslide .owl-item img {
    width: 80% !important;
  }

  .subheading1 {
    font-size: 18px;
    font-family: "Jost";
    color: #3e4095;
    font-weight: 600;
  }

  .subheading2 {
    font-size: 16px;
  }

  .main-heading {
    font-size: 12px;
  }

  p.head-notice {
    position: absolute;
    top: 10px;
    left: 32px;
    color: #fff;
    margin-bottom: 0px;
    font-size: 10px;
  }

  img.notice-img {
    height: 45px;
    max-width: 100%;
    width: 190px;
    margin-top: -11px;
    margin-left: 1px;
  }

  /* for banner view section  */

  .news_discription h4 {
    font-size: 12px;
  }

  .plant_content img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
  }

  .bags_img img {
    width: 50%;
  }

  .plant_img img {
    width: 20%;
    height: 80px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -36%);
  }

  .plant_thought p:first-child {
    font-size: 10px;
    font-weight: 500;
    font-family: "Jost";
    line-height: 20px;
  }

  .plant_thought p:last-child {
    font-size: 11px;
    font-weight: 500;
    font-family: "Jost";
    line-height: 16px;
  }
}

/* end satya css */

/* ****************************** */

.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)>a,
.main-menu .navigation>li>a:hover {
  color: #fff !important;
  border: none;
}

span.carousel-control-prev-icon1 {
  transform: rotate(180deg);
}

.main-menu2 {
  background-color: #e50019;
  color: #fff;
}

footer#rs-footer {
  background: #3e4095;
  color: #fff !important;
}

ul.social-links.gap-2.justify-content-start.ms-0 {
  display: flex;
  list-style: none;
}

/* **************** sachin********************* */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

:focus {
  outline: none;
}

a {
  text-decoration: none;
  transition: ease 0.3s all;
}

body {
  font-family: "Jost";
}

/* Header css start */

.top-header {
  background: #3e4095;
  padding-bottom: 5px;
}

.header-logo img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  padding: 3px 0px;
}

.header-logo {
  max-width: 400px;
  position: relative;
  padding: 10px 70px 10px 0;
}

.header-logo a {
  display: table;
}

.header-logo:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2000px;
  right: 0;
  background: #fff;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 98.5% 100%, 0% 100%);
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-contact {
  display: flex;
  align-items: center;
  position: relative;
  padding: 7px 0px 7px 50px;
}

.header-contact>div {
  position: relative;
  z-index: 1;
}

.header-contact:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2000px;
  left: 0;
  background: #fff;
  top: 0;
  border-radius: 100px;
}

ul.header-social {
  display: flex;
  list-style: none;
  gap: 5px;
  padding: 0;
  margin: 0;
}

.cnt-dtl+.cnt-dtl {
  border-left: 1px solid #cbcbcb;
  margin-left: 15px;
  padding-left: 15px;
  line-height: 15px;
  height: 15px;
}

.cnt-dtl.phone i,
.cnt-dtl.mail i {
  font-size: 11px;
}

.cnt-dtl.phone a,
.cnt-dtl.mail a {
  font-size: 14px;
  color: #373435;
  letter-spacing: 0.34px;
  font-family: "Jost";
}

ul.header-social li a:hover {
  color: #3e4095 !important;
}

ul.header-social li a {
  width: 22px !important;
  color: #e50019 !important;
  font-size: 15px !important;
  display: inline-flex;
  font-family: "Jost";
}

a.erp-btn img {
  margin-left: -28px;
  width: 34px;
}

a.erp-btn img.whitelogo {
  margin-left: -40px;
  width: 34px;
  position: relative;
  opacity: 0;
}

a.erp-btn:hover img.whitelogo {
  opacity: 1;
}

a.erp-btn {
  background: transparent linear-gradient(240deg, #ed3237 0%, #3e4095 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #ffffff;
  border-radius: 0px 22px 22px 0px;
  opacity: 1;
  display: inline-flex;
  color: #fff;
  font-size: 14px;
  padding: 0 15px 0px 5px;
  height: 32px;
  align-items: center;
  gap: 5px;
  font-family: "Jost";
}

.header-btns {
  padding-top: 10px;
  display: flex;
  gap: 15px;
}

a.hdr-btn img {
  position: absolute;
  top: 50%;
  right: 10px;
  transition: ease 0.2s all;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0;
}

a.hdr-btn {
  box-shadow: 0px 3px 6px #0000004f;
  border: 1px solid #ffffff;
  border-radius: 22px;
  color: #fff;
  font-size: 14px;
  height: 32px;
  display: inline-flex;
  padding: 0 15px;
  position: relative;
  align-items: center;
  font-family: "Jost";
}

a.hdr-btn:hover {
  background: #e50019;
  border-radius: 22px 0px 0px 22px;
}

a.hdr-btn:hover img {
  opacity: 1;
  right: -10px;
}

.bottom-header {
  background: #e50019;
  margin-top: 5px;
  padding: 5px 0;
}

ul.main-menu li a {
  color: #fff;
  font-size: 14px;
  font-family: "Jost";
}

ul.main-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.cnt-dtl.phone i,
.cnt-dtl.mail i {
  font-size: 11px;
  color: #e50019;
}

/* Header css end */

/* community section css start */

section.community-sec {
  background-image: url(https://resources.edunexttechnologies.com/web-data/vanasthali-public-school/img/comm-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.sec-head {
  text-align: center;
}

.sec-head .sub-header {
  font-size: 18px;
  color: #373435;
  font-weight: 400;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.sec-head .sub-header:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #e50019;
  width: 40px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.sec-head .main-heading {
  font-size: 28px;
  color: #3e4095;
  font-weight: 600;
}

.cmm-bx {
  background: #fff;
  padding: 25px;
  text-align: center;
  border-radius: 25px;
  box-shadow: 0px 3px 6px #00000029;
  padding-top: 1px;
  min-height: 260px;
}

.cmm-img img {
  width: 100%;
  height: 100px;
  max-width: 100px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background: #f8ebed;
  padding: 8px;
}

.cmm-img {
  margin-top: -57px;
  margin-bottom: 25px;
}

.cmm-content h4 {
  font-size: 16px;
  color: #3e4095;
  font-weight: 600;
}

.cmm-content h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}

.cmm-content p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cmm-content h4 {
  font-size: 18px;
  color: #3e4095;
  font-family: "Jost" !important;
  font-weight: 500 !important;
  margin-bottom: 5px;
}

.cmm-content h6 {
  font-size: 16px;
  font-family: "Jost" !important;
  font-weight: 500 !important;
  margin-bottom: 10px;
}

.cmm-content p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 18px;
  letter-spacing: 0px;
  font-family: "Jost";
}

.cmm-content a.view-all-btn {
  font-size: 14px;
  color: #3e4095;
  font-weight: 600;
}

.cmm-content a.view-all-btn i {
  font-size: 11px;
  margin-left: 4px;
}

.community-slider .owl-stage-outer {
  padding: 60px 0px 10px;
}

.community-slider .item {
  padding: 0 10px;
}

.cmm-content a.view-all-btn:hover {
  color: #e50019;
}

.community-slider button.owl-next,
.community-slider button.owl-prev {
  background: #3e4095 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff !important;
  font-size: 32px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.community-slider button.owl-next span,
.community-slider button.owl-prev span {
  height: 25px;
  line-height: 20px;
}

.community-slider button.owl-next {
  right: -10% !important;
}

.community-slider button.owl-prev {
  left: -10% !important;
}

section.community-sec .container {
  padding: 0 60px;
}

.community-slider button.owl-next.disabled,
.community-slider button.owl-prev.disabled {
  background: #dbdae9 !important;
  color: #3e4095 !important;
}

/* community section css End */

/* Footer css start */

footer.main-footer {
  background: #3e4095;
  position: relative;
}

.map-are {
  position: absolute;
  width: 30%;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  line-height: 0;
}

.map-are iframe {
  height: 100%;
  width: 100%;
}

.footer-container {
  width: 70%;
  padding-top: 50px;
  padding-bottom: 10px;
  padding-right: 40px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .footer-container {
    padding-left: calc((100% - 1130px) / 2);
  }
}

@media (min-width: 1400px) {
  .footer-container {
    padding-left: calc((100% - 1310px) / 2);
  }
}

img.footer-logo {
  width: 100%;
  max-width: 350px;
  margin-bottom: 20px;
}

.footer-about p {
  font-size: 15px;
  color: #fff;
  max-width: 360px;
}

ul.footer-social {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

ul.footer-social li a {
  font-size: 16px;
  font-family: "Jost";
  padding: 2px 10px;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 25px;
  background: #3e4095;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

ul.footer-social li a:hover {
  color: #e50019;
  background-color: #fff;
}

.link-bx h3.lnk-ttl {
  color: #fff;
  font-size: 20px;
  border-left: 3px solid #e50019;
  padding-left: 10px;
  margin-bottom: 20px;
  font-family: "Jost";
  font-weight: 500 !important;
}

.footer-bottom {
  padding-top: 15px;
  border-top: 1px solid #ffffff3b;
  margin-top: 20px;
  padding-bottom: 10px;
}

.footer-bottom p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}

ul.ftr-links>li+li {
  margin-top: 10px;
}

ul.ftr-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.ftr-links li a {
  font-size: 15px;
  color: #fff;
}

.link-bx.quick-link ul.ftr-links li a:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 6px;
  background: #fff;
  left: 0;
  top: 6px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.link-bx.quick-link ul.ftr-links li a {
  position: relative;
  padding-left: 15px;
}

.link-bx.contact-link ul.ftr-links li a i {
  font-size: 14px;
  margin-top: 6px;
  min-width: 14px;
}

.link-bx.contact-link ul.ftr-links li a {
  display: flex;
  gap: 10px;
}

/* footer css End */

@media (max-width: 1024px) {
  .mission-left img {
    width: 15rem;
  }
}

@media (min-width: 992px) {
  .header-toggle {
    display: none;
  }

  .header-toggle-cross {
    display: none;
  }

  .mob-map-are {
    display: none;
  }
}

@media (max-width: 1199px) {
  img.footer-logo {
    max-width: 270px;
    margin-bottom: 15px;
  }

  .footer-container {
    padding-top: 30px;
    padding-bottom: 5px;
    padding-right: 15px;
  }

  ul.ftr-links li a {
    font-size: 14px;
  }

  ul.footer-social {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .header-contact {
    display: none;
  }

  .header-btns {
    padding-top: 0;
  }

  .header-toggle a.menu-toggle-btn {
    font-size: 30px;
    color: #fff;
  }

  .header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px;
  }

  .header-left-are {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top-header {
    padding-bottom: 0;
  }

  .header-right:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 3000px;
    background: #e50019;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }

  .header-right {
    position: relative;
  }

  a.erp-btn {
    background: transparent linear-gradient(240deg, #ed3237 0%, #3e4095 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    border-radius: 0px 22px 22px 0px;
    opacity: 1;
    display: inline-flex;
    color: #fff;
    font-size: 14px;
    padding: 0 15px 0px 5px;
    height: 32px;
    align-items: center;
    gap: 5px;
    position: relative;
  }

  a.erp-btn {
    position: relative;
  }

  ul.main-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 20px;
    padding: 0;
    margin: 0;
    flex-direction: column;
  }

  /* .bottom-header {
background: #3e4095;
padding: 10px 0;
position: fixed;
top: 0;
margin: 0;
right: -300px;
height: 100vh;
z-index: 99;
padding: 30px 30px;
width: 100%;
max-width: 300px;
transition: ease 0.5s all;
overflow-y: auto;
} */
  /* 
.bottom-header.side-menu-active {
right: 0;
} */

  ul.main-menu li a {
    color: #fff;
    font-size: 18px;
  }

  .bottom-header .container {
    padding: 0;
  }

  .header-toggle-cross a {
    color: #fff;
    font-size: 23px;
    border: 1px solid #ffffff;
    width: 35px;
    display: table;
    text-align: center;
    height: 37px;
    border-radius: 5px;
  }

  .header-toggle-cross {
    margin-bottom: 30px;
  }

  .back-drop {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 50%);
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
    visibility: hidden;
    z-index: 9;
  }

  body.menu-opened .back-drop {
    opacity: 1;
    visibility: visible;
  }

  body.menu-opened {
    overflow: hidden;
  }

  .map-are {
    display: none;
  }

  .footer-container {
    padding-top: 40px;
    padding-bottom: 5px;
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
  }

  .mob-map-are {
    margin-top: 30px;
  }

  .mob-map-are iframe {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 767px) {
  a.hdr-btn {
    padding: 0 10px;
  }

  .link-bx {
    padding-top: 30px;
  }

  .footer-bottom p {
    text-align: center !important;
  }
}

@media (max-width: 576px) {
  .bottom-header {
    margin-top: 0;
    padding: 0;
  }

  .mobile-nav-toggler {
    color: #fff;
    /* width: 29px; */
    font-size: 28px;
    padding-right: 15px;
  }

  section.community-sec .container {
    padding: 0 35px;
  }

  .community-slider button.owl-next {
    right: -26px;
  }

  .community-slider button.owl-prev {
    left: -26px;
  }

  .community-slider button.owl-next,
  .community-slider button.owl-prev {
    width: 30px;
    height: 30px;
    font-size: 25px !important;
  }

  section.community-sec {
    padding: 40px 0 10px;
  }

  .header-logo {
    max-width: 300px;
    padding: 10px 40px 10px 0;
  }

  .header-btns {
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
  }

  a.erp-btn {
    width: 60px !important;
    height: 25px;
    position: relative;
  }

  a.erp-btn img {
    position: relative;
    left: 0;
  }

  a.hdr-btn,
  a.erp-btn {
    padding: 0px 5px;
    height: 30px;
    box-shadow: 0px 0px 0px #0000004f;
    border: 1px solid #ffffff;
    border-radius: 2px;
  }

  a.hdr-btn {
    /* width: calc(50% - 8px); */
    justify-content: center;
  }

  .header-right {
    padding: 7px 0;
  }

  a.erp-btn {
    position: relative;
    width: 100%;
    justify-content: center;
    margin-left: 20px;
  }
}

@media (max-width: 400px) {
  .header-btns {
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
  }

  a.erp-btn {
    width: 60px !important;
    height: 35px;
    position: relative;
  }

  a.erp-btn img {
    position: relative;
    left: 0;
  }

  a.hdr-btn,
  a.erp-btn {
    font-size: 13px;
  }
}

.img_student {
  max-width: 75px;
  width: 100%;
  max-height: 75px;
  height: 100%;
  margin: 0 auto;
}

.bday-section {
  background-image: url(https://resources.edunexttechnologies.com/web-data/vanasthali-public-school/img/vanshthali/birthBg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  margin: 0;
  height: 187px;
}

.bd-section {
  content: "";
  background: linear-gradient(359deg, #ed3237, #3e4095);
  width: 100%;
  padding: 10px;
}

.img_student img {
  border-radius: 50%;
}

.contentView p.mainheading {
  color: #3e4095;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost";
  margin-bottom: 0;
}

.contentView p.subheading {
  color: #373435;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 18px;
  letter-spacing: 0px;
  font-family: "Jost";
}

.contentView1 .mainheading {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost";
  margin: 0;
  padding: 0;
}

.contentView1 .subheading {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  font-family: "Jost";
  margin: 0;
  padding: 0;
}

a.view-all-btn2 {
  font-size: 12px;
  color: #3e4095;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-top: -5px;
  padding: 10px 5px;
  font-family: "Jost";
}

.conten-detail {
  z-index: 999;
  position: relative;
}

.conten-detail {
  background: #3e4095;
  padding: 50px;
  margin-top: 82px;
  margin-left: -20%;
}

.accordion-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 10px auto;
}

.accordion-item>.accordion-header .accordion-button {
  font-size: 16px;
  font-weight: 600;
  font-family: "jost";
}

.about-section .table tr td {
  font-size: 14px;
  font-weight: 400;
}

.about-section .table tr th {
  font-size: 14px;
  font-weight: 500;
}

.accordion-container>h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.accordion-container .set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}

.accordion-container .set>a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.accordion-container .set>a i {
  float: right;
  margin-top: 2px;
}

.accordion-container .set>a.active {
  background-color: #3399cc;
  color: #fff;
}

.accordion-container .content {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
}

.accordion-container .content p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

.news_date1 {
  padding: 0px;
  text-align: center;
  margin-right: 10px;
  border-radius: 4px;
  box-shadow: 0px 3px 6px #0000001c;
}

.news_date1 h2 {
  font-size: 11px;
  background: #e50019;
  border: 1px solid #e50019;
  color: #fff;
  padding: 0px;
  margin: 0px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Jost";
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.news_date1 h3 {
  font-size: 13px;
  font-weight: 500;
  padding: 0px 13px;
  margin: 0px;
  color: #3e4095;
  font-family: "Jost";
}

.cmm-content a.view-all-btn1 {
  font-size: 11px;
  color: #e50019;
  font-weight: 600;
}

a.view-all-btn2 {
  font-size: 12px;
  color: #3e4095;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-top: -5px;
  padding: 10px 5px;
  font-family: "Jost";
}

.align-items-center.d-flex.new_card1 {
  display: flex;
  align-items: baseline;
}

.news_discription1 p {
  font-size: 12px;
  color: #02182b;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-family: "Jost";
  line-height: 14px;
}

ul.circularlist {
  padding: 0px;
  margin: 0px;
}

.news_discription1 a {
  font-size: 11px;
  text-decoration: none;
  color: #e50019;
  font-weight: 500;
  line-height: 12px;
  font-family: "Jost";
}

ul.circularlist li {
  margin-bottom: 15px;
  list-style: none;
  border-bottom: 2px solid #ede;
  padding-bottom: 15px;
}

.in-easing.inneriCircular {
  padding: 10px 15px;
  overflow: auto;
  max-height: 205px;
  height: 100%;
}