.enquiry-form .modal-body,
body {
  padding: 0;
}
.Header,
.Header:before {
  position: absolute;
  width: 100%;
}
.mobile-aside,
body,
html {
  overflow-x: hidden;
}
.head-portal-link a,
.header-homeicon a,
.header-menu > ul > li > a {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
body {
  margin: 0;
  font-family: "Hind Guntur", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato;
}
.page-description,
p {
  font-family: "Hind Guntur", sans-serif;
  font-weight: 400;
}
a {
  text-decoration: none !important;
}
p {
  font-size: 16px;
}
img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.enquiry-form .modal-dialog {
  max-width: 700px;
}
.enquiry-form .form-content > img {
  width: 60px;
  margin: 0 auto;
}
.enquiry-form .form-wraper {
  padding: 0 25px 0 10px;
}
.enquiry-form .modal-header .close {
  padding: 0 7px 0 0;
  margin: 5px;
  font-size: 21px;
  opacity: 1;
}
.absolute_section .theme-button2:hover,
.aside-trigger:hover,
.copyright-link li a:hover,
.enquiry-form .modal-header .close:hover,
.footer h3:hover,
.footer p a:hover,
.general-information td a,
.head-portal-link a:hover,
.header-link > li > a:hover,
.header-menu > ul > li li a:hover,
.header-menu > ul > li > a:hover,
.key-links-wrap .footer-link ul > li > a:hover,
.mobile-aside .menu-item li a:hover,
.new-spots .admission-time sup,
.smoothscroll-up:hover {
  color: #d1181f;
}
.enquiry-form .form-control,
.enquiry-form label,
.enquiry-form select {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.84px;
  color: #000;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: Lato;
  font-style: normal;
}
.enquiry-form .modal-header {
  border: 0;
  padding: 0;
  justify-content: flex-end;
}
.enquiry-form input:-internal-autofill-selected {
  background-color: transparent !important;
}
.enquiry-form .form-control,
.enquiry-form select {
  box-shadow: none;
  height: 33px;
  border: 0;
  border-bottom: 1px solid #a3a3a3;
  border-radius: 0;
  padding-left: 3px;
  width: 100%;
}
.enquiry-form .form-btn {
  text-align: center;
  padding-top: 10px;
}
.enquiry-form .theme-button span,
.load-model .theme-button span {
  transform-origin: center;
}
.enquiry-form .theme-button {
  display: inline-block;
  border: 1px solid #d1181f;
}
.enquiry-form .form-control:focus,
.enquiry-form select:focus {
  outline: 0;
}
.enquiry-form #message {
  border: 1px solid #a2a2a2;
  background: #fff;
  height: 56px;
  padding-left: 10px;
}
.enquiry-form .form-control::placeholder {
  color: #000;
  opacity: 1;
}
.enquiry-form .form-field {
  margin-bottom: 12px;
}
.Header {
  padding: 9px 0;
  z-index: 15;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.3s ease-out;
}
.Header:before {
  content: "";
  height: 110%;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(360deg, transparent, rgb(16 16 16 / 40%));
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#back-to-top,
.banner-section .banner-Ncontent,
.no-banner .Header,
.pathway-inner .image {
  position: relative;
}
.Header.header-sticky {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 16;
  top: 0;
  background: #fff;
  transition: 0.3s ease-out;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.header-menu > ul > li {
  margin: 0 5px;
  line-height: 1;
}
.header-menu > ul > li > a {
  color: #fff;
  font-family: Lato;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.08px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.header-menu > ul > li > a:after,
.header-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -8px;
  background: #fff;
}
.header-menu > ul > li > a:after,
.key-links-wrap .footer-link ul > li > a:after {
  right: 0;
  background: #d1181f;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header-menu > ul > li > a:before,
.key-links-wrap .footer-link ul > li > a:before {
  left: 0;
}
.header-menu > ul > li > a:hover:before,
.key-links-wrap .footer-link ul > li > a:hover:before {
  background: #d1181f;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header-menu > ul > li > a:hover:after,
.key-links-wrap .footer-link ul > li > a:hover:after {
  background: 0;
  width: 100%;
  transition: none;
}
.header-menu > ul .dropdown,
.mobile-aside .menu-item li.has-dropdown {
  position: static;
}
.dropdown:hover .dropdown-menus {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  opacity: 1;
  pointer-events: unset;
}
.header-menu .page-info {
  background: 0;
  text-align: left;
  z-index: 300;
  width: 100%;
  color: #fff;
  right: 0;
  left: auto;
  display: flex;
  padding: 0 50px;
  width: calc(100vw - 80px);
  max-width: 1000px;
  transform: none;
  position: absolute;
  top: 100%;
  max-height: 0;
  overflow: hidden;
}
.header-menu .page-info.inner-headers {
  width: calc(76vw - 80px);
}
.header-menu .page-info:before {
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  top: 30px;
  left: 0;
  position: absolute;
  background-color: #231f20;
  opacity: 0.8;
}
.page-description {
  position: relative;
  width: 290px;
  padding-top: 66px;
  padding-bottom: 30px;
  color: #fff;
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.page-description h3 {
  margin-bottom: 8px;
  text-transform: none;
  color: #d1181f;
  font-family: Lato;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.96px;
}
.drop-nav-wrapper {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  padding-top: 83px;
  padding-bottom: 17px;
}
.drop-nav-wrapper .menu-col {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: calc(50% - 20px);
}
.new-width .drop-nav-wrapper .menu-col {
  width: calc(100% - 20px);
}
.header-menu .page-info.new-width {
  max-width: 900px;
}
.new-width .page-description {
  width: 360px;
  font-size: 15px;
  text-align: left;
  padding-bottom: 20px;
}
.page-info .drop-nav-wrapper {
  padding-left: 46px;
}
.drop-nav-wrapper .menu-col li,
.institution-dropdown .menu-col li {
  box-shadow: 0 1px 0 0 rgb(217 217 217 / 57%);
}
.institution-dropdown .menu-col {
  padding: 0;
  list-style: none;
}
.institution-dropdown .page-description {
  padding-top: 70px;
  width: 390px;
}
.head-portal-link.header-link-wrap,
.mandory-sec-page .general-information td,
.mandory-sec-page .general-information th {
  text-align: left;
}
.drop-nav-wrapper .menu-col li:last-child {
  box-shadow: unset;
}
.hamburger-icon {
  margin-left: 6px;
  width: 30px;
  height: 20px;
  transition: opacity 0.25s;
  cursor: pointer;
  position: relative;
  background: #d1181f;
  padding: 16px 16px 12px;
}
.down-caret,
.head-portal-link a i {
  margin-left: 5px;
}
.drop-nav-wrapper .menu-col li a,
.institution-dropdown .menu-col li a {
  display: block;
  color: #fff;
  background: 0;
  padding: 10px 0;
  text-align: justify;
  font-family: "Hind Guntur", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
}
.header-link > li > a,
.mobile-aside .menu-item li a {
  font-family: Lato;
  font-size: 11px;
  letter-spacing: 1.08px;
  line-height: 1.4;
}
.header-menu > ul .dropdown:hover .page-info {
  max-height: 9999px;
}
.hamburger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 63%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 5px;
  transform: rotate(0);
  transition: 0.25s ease-in-out;
}
.hamburger-icon span:first-child {
  top: 7px;
}
.hamburger-icon span:nth-child(2) {
  top: 13.5px;
  width: 55%;
}
.hamburger-icon span:nth-child(3) {
  top: 20px;
}
.header-menu {
  display: flex;
  align-items: end;
  justify-content: space-between;
  transition: 0.3s ease-out;
}
.down-caret {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #fff transparent transparent;
  display: inline-block;
  top: -2px;
  position: relative;
  transform: rotate(0);
}
.mobile-aside {
  position: fixed;
  top: 89px;
  width: 342px;
  height: 100%;
  right: -342px;
  transition: 0.3s;
  z-index: 999;
  overflow-y: auto;
  background: rgb(32 32 32 / 87%);
}
.active .mobile-aside {
  right: 0;
}
.mobile-aside ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.aside-trigger,
.header-social-area span {
  font-family: "Hind Guntur", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.mobile-aside .menu-item {
  position: relative;
  z-index: 99;
  padding: 0 20px 20px;
  height: 355px;
  overflow: hidden;
  overflow-y: auto;
}
.scroll-inner::-webkit-scrollbar,
.sort-category::-webkit-scrollbar {
  width: 6px;
}
.scroll-inner::-webkit-scrollbar-thumb,
.sort-category::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #d1181f;
}
.scroll-inner::-webkit-scrollbar-track,
.sort-category::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.mobile-aside ul ul {
  background: rgb(32 32 32 / 87%);
  display: none;
  padding: 10px;
}
.header-link > li > a,
.header-social-area span {
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}
.absolute-widget-container ul li,
.mobile-aside .menu-item ul li {
  margin-bottom: 5px;
}
.mobile-aside .menu-item li {
  margin-bottom: 7px;
}
.mobile-toggler > i {
  transform: rotate(90deg);
}
.mobile-aside .has-dropdown i {
  display: flex;
  justify-content: center;
  font-size: 10px;
  font-family: FontAwesome;
  text-align: center;
  line-height: 1.1;
  border: 1.5px solid #d1181f;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  color: #fff;
  background: #000;
  align-items: center;
}
.mobile-aside .menu-item li a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  transition: 0.4s;
  display: block;
  padding: 3px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
}
.footer-social ul li a,
.header-social-area .header-social > li > a {
  font-size: 12px;
  padding: 1px;
  background: 0;
  text-align: center;
  margin-right: 4px;
  text-decoration: none;
  overflow: hidden;
}
.mobile-aside .menu-item li a.active {
  color: #d1181f;
  line-height: 35px;
  font-weight: 600;
}
.mobile-aside .menu-item li a.active:after {
  content: "";
  height: 2px;
  width: 15%;
  background: #d1181f;
  left: 0;
  position: absolute;
  bottom: 3px;
}
.mobile-aside .menu-item li a:hover {
  padding-left: 5px;
}
.header-link > li > a {
  font-weight: 400;
}
.aside-trigger:hover:after,
.aside-trigger:hover:before,
.presence-section .slick-dots li.slick-active button {
  background-color: #d1181f;
}
.footer-social ul li a.facebook,
.header-social-area ul li a.facebook {
  background-color: #415894;
}
.footer-social ul li a.instagram,
.header-social-area ul li a.instagram {
  background-color: #7e0e81;
}
.footer-social ul li a.youtube,
.header-social-area ul li a.youtube {
  background-color: #d40000;
}
.aravali-life .theme-button2:after,
.aravali-life .theme-button2:before,
.header-social-area .header-social li:hover a {
  border-radius: 0;
}
.header-social-area .header-social > li > a {
  display: flex;
  width: 30px;
  height: 30px;
  color: #fff;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.6s;
}
.copyright-link li a,
.footer .copyright-text p a {
  text-decoration: underline !important;
}
.header-social-area .header-social > li {
  margin-right: 10px;
  margin-bottom: 0;
}
.header-social {
  padding: 0;
  display: flex;
}
.header-link {
  padding: 0;
  display: flex;
  align-items: center;
}
.header-link > li:first-child > a {
  border-right: 1px solid #cccccc63;
  padding-right: 10px;
}
ul.header-link li {
  margin-right: 10px;
}
.aside-trigger {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  text-align: right;
  cursor: pointer;
  position: relative;
  padding: 20px 14px 14px;
}
.aside-trigger span,
.theme-button.first-btn {
  margin-right: 30px;
}
.aside-trigger:after,
.aside-trigger:before {
  position: absolute;
  right: 25px;
  content: " ";
  height: 16px;
  width: 2px;
  background-color: #fff;
}
.aside-trigger:before {
  transform: rotate(45deg);
}
.aside-trigger:after {
  transform: rotate(-45deg);
}
.mobile-overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 98;
}
.active .mobile-overlay {
  opacity: 0.1;
  visibility: visible;
}
.header-social-area span {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.header-social-area {
  position: fixed;
  bottom: 5px;
  padding: 20px 20px 4px;
  max-width: 342px;
}
.border.border-wrap {
  border: 1px solid #757575 !important;
  margin-right: 19px;
  width: 115%;
  margin-bottom: 14px;
}
.header-homeicon {
  line-height: 1;
}
.header-homeicon a {
  color: #fff;
}
.header-homeicon a:hover {
  color: #d1181f !important;
}
.header-logo .header-onlylogo {
  width: 65px;
  margin: 0 auto 8px;
}
.header-logo .header-logoline {
  width: 260px;
  margin: 0 auto;
  transform-origin: 50% 0;
  transition: 0.3s ease-out;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.7));
}
.banner-section .slick-dots li button:before,
.header-sticky.Header:before,
.index-chairmain ul li:last-child p:after,
.new-spots .whyaravali-learn-box h4:before {
  display: none;
}
.header-sticky .header-menu {
  transform: translateY(-10px);
}
.header-sticky .header-logo .header-logoline {
  opacity: 0;
  transform: rotateX(-80deg);
  margin-bottom: -21px;
}
.header-sticky .header-homeicon a,
.header-sticky .header-menu > ul > li > a {
  color: #000;
  text-shadow: none;
}
.header-sticky .down-caret {
  border-color: #000 transparent transparent;
}
.left-headermenu .page-info {
  right: auto;
  left: 0;
}
.head-portal-link {
  text-align: right;
  margin-bottom: 15px;
  line-height: 1;
  transition: 0.3s ease-out;
}
.head-portal-link a {
  color: #fff;
  font-family: Lato;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.08px;
}
.footer h3,
.footer p,
.footer p a {
  color: #fff;
  font-family: "Hind Guntur", sans-serif;
}
.aravali-life .card-text h3,
.author-name,
.event-section .content h4,
.home-newvideo-box p,
.pathway-inner .content h5 {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.header-sticky .head-portal-link {
  opacity: 0;
  transform: translateY(-32px);
}
.footer {
  position: relative;
  background: url("../images/footer-bg.webp") 0 0 / cover no-repeat;
  object-fit: cover;
  height: 100%;
}
.footer h3 {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.36px;
  font-weight: 700;
  cursor: pointer;
}
.footer ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.footer p,
.footer p a {
  font-size: 12.8px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.8px;
  margin-bottom: 5px;
  text-align: left;
}
.copyright-link li a,
.key-links-wrap .footer-link ul > li > a {
  font-family: "Hind Guntur", sans-serif;
  letter-spacing: 0.36px;
  position: relative;
  display: inline-block;
  line-height: 1.4;
  font-size: 13px;
}
.footer .content {
  margin-bottom: 26px;
  min-height: 100px;
}
.footer p:first-of-type {
  margin-bottom: 11px;
}
.middle-footer {
  padding: 30px 0 0;
}
.footer h2 {
  color: #d1181f;
  font-family: Lato;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.42px;
  margin-bottom: 14px;
}
.footer .theme-button span {
  transform: scaleX(0.7);
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
}
.footer .theme-button {
  padding: 6px 24px;
  line-height: normal;
}
.footer-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding: 0 12px;
}
.key-links-wrap .footer-link ul > li {
  margin-bottom: 3px;
}
.key-links-wrap .footer-link ul > li > a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.key-links-wrap .footer-link ul > li > a:after,
.key-links-wrap .footer-link ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  background: #fff;
}
.footer .footer-social {
  margin-top: 10px;
  width: 100%;
  max-width: 100%;
  padding: 0 12px 0 0;
}
.footer-social ul {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.footer-social ul li a {
  display: flex;
  width: 27px;
  height: 27px;
  color: #fff;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.footer-social ul li:hover a {
  border-radius: 0;
  background: #6a1b9a;
}
.footer-social ul li a.linkdin {
  background-color: #0077b4;
}
.footer-social ul li {
  margin-right: 11px;
}
.copyright-section .copyright-link {
  display: flex;
  align-items: center;
  margin-left: 50px !important;
}
.copyright-text {
  text-align: right;
}
.copyright-text p,
.copyright-text p a,
.pathway-inner .theme-button2:hover,
.video-btn:hover i {
  color: #fff;
}
.footer .copyright-text p {
  margin: 0;
  text-align: right;
}
.copyright-link li a {
  color: #fff;
  font-weight: 500;
}
.absolute-widget-container h3 a,
.presence-content h3 a {
  line-height: 16px;
  text-transform: capitalize;
  padding-top: 5px;
}
.copyright-link li {
  margin-right: 20px;
}
.copyright-section {
  padding: 0 0 12px;
  margin-top: -10px;
}
.smoothscroll-up {
  position: fixed;
  opacity: 1;
  bottom: 0;
  left: 15px;
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
  padding: 12px;
  font-weight: 500;
  z-index: 99;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  display: none;
}
.enq-wrap span,
.footer-btn,
.theme-button,
.theme-button span {
  display: inline-block;
}
.smoothscroll-up .smoothscroll-inner {
  -webkit-transition: 0.2s ease-in;
  -webkit-transform: scale(1);
  -ms-transition: 0.2s ease-in;
  -ms-transform: scale(1);
  -moz-transition: 0.2s ease-in;
  -moz-transform: scale(1);
  transition: 0.2s ease-in;
  transform: scale(1);
}
.smoothscroll-up .smoothscroll-inner:focus,
.smoothscroll-up .smoothscroll-inner:hover {
  box-shadow: 0 0 10px #d1181f;
  z-index: 2;
  -webkit-transition: 0.2s ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: 0.2s ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: 0.2s ease-in;
  -moz-transform: scale(1.1);
  transition: 0.2s ease-in;
  transform: scale(1.1);
  color: #fff;
  outline: 0;
  background: #fff;
}
.smoothscroll-up .smoothscroll-inner:hover img {
  -webkit-filter: invert(70%);
  filter: invert(70%);
}
.smoothscroll-up.show {
  opacity: 1;
  visibility: visible;
}
.smoothscroll-up .smoothscroll-inner {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d1181f;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 12px;
}
.smoothscroll-inner img {
  width: 17px;
  height: 31px;
  vertical-align: bottom;
  margin-top: 31px;
}
.footer .top-footer {
  padding: 20px 0;
}
.footer .footer-logo img {
  width: 378px;
}
.theme-button {
  cursor: pointer;
  padding: 9px 30px;
  line-height: 1.2;
  position: relative;
  z-index: 0;
  border-radius: 37px;
  background: #d1181f;
}
.theme-button i {
  color: #fff;
  font-size: 11px;
  vertical-align: middle;
  position: absolute;
  right: 28px;
  top: 16px;
  z-index: 9;
}
.theme-button span {
  color: #fff;
  padding-left: 0;
  text-transform: uppercase;
  transform: scaleX(0.6);
  letter-spacing: 3px;
  transform-origin: center left;
  transition: color 0.3s;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-family: lato;
  font-weight: 800;
  letter-spacing: 6px;
}
.author-name,
.designation {
  letter-spacing: 1px;
  padding-left: 60px;
}
.aravali-life .red .theme-button2:hover,
.theme-button2:hover,
.theme-button:hover i,
.theme-button:hover span {
  color: #000;
}
.theme-button:after,
.theme-button:before {
  content: "";
  background: #fff;
  height: 51%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.theme-button:before {
  top: 0;
  left: 0;
  right: auto;
}
.theme-button:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.theme-button:hover:before {
  width: 100%;
  right: 0;
  left: auto;
  border-radius: 34px 34px 0 0;
}
.theme-button:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  border-radius: 0 0 34px 34px;
}
.footer-btn {
  width: 100%;
  text-align: right;
}
.slick-arrow {
  background: #d1181f;
  width: 40px;
  height: 40px;
  border: 1px solid #d1181f;
  z-index: 1;
  transition: 0.2s ease-in;
  position: absolute;
  bottom: 40px;
  border-radius: 20px;
  top: auto;
  -webkit-transition: 0.2s ease-in;
  -webkit-transform: scale(1);
  -ms-transition: 0.2s ease-in;
  -ms-transform: scale(1);
  -moz-transition: 0.2s ease-in;
  -moz-transform: scale(1);
  transform: scale(1);
}
.banner-section .slick-dots li {
  margin: 0 0.2rem;
}
.banner-section .slick-dots button {
  border: 1.5px solid #d1181f;
  display: flex;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  left: 5px;
  top: 5px;
}
.banner-section .slick-dots .slick-active {
  border: 1.5px solid #d1181f;
  width: 23px;
  height: 23px;
  background: 0;
  border-radius: 50%;
  display: inline-block;
}
.banner-section .banner-Ncontent::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #0000001c;
  z-index: 1;
}
.banner-section .banner-content {
  z-index: 1;
}
.banner-section .slick-dots {
  position: absolute;
  bottom: 15px;
  right: -41%;
}
.banner-section .slick-next:hover,
.banner-section .slick-prev:hover,
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  box-shadow: 0 0 10px #d1181f;
  z-index: 2;
  -webkit-transition: 0.2s ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: 0.2s ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: 0.2s ease-in;
  -moz-transform: scale(1.1);
  transition: 0.2s ease-in;
  transform: scale(1.1);
  color: #fff;
  outline: 0;
  background: #000;
}
.banner-section .slick-prev {
  left: 47px;
}


.banner-section .slick-arrow{
  bottom: 15px;

}
.banner-section .slick-next {
  right: 88%;
}
.slick-prev:before {
  content: "\f053";
}
.slick-next:before,
.slick-prev:before {
  opacity: 1;
  color: #fff;
  font-family: FontAwesome;
  font-size: 13px;
}
.slick-next:before {
  content: "\f054";
}
.banner-section,
.heading.home-bio {
  position: relative;
  z-index: 2;
}
.enq-wrap {
  top: 55%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  left: -68px;
  position: fixed;
  z-index: 99;
  font-size: 15px;
  width: 170px;
  height: 34px;
  overflow: hidden;
  background: #1f1f1f;
  color: #fff;
  text-align: center;
  transform: rotate(-90deg);
  text-transform: uppercase;
  border-bottom: 2px solid #d1181f;
}
.enq-wrap span {
  margin-top: 5px;
}
.notification-wrap {
  position: absolute;
  cursor: pointer;
  transition: 2s ease-in-out;
}
.notification-wrap img {
  transition: 2s ease-in-out;
  width: 80%;
}
.notification-wrap img:hover {
  transform: scale(1.2);
}
.section {
  padding: 50px 0;
}
.fee-down-sec h3,
.heading {
  color: #d1181f;
  text-align: center;
  font-family: Lato;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.chairman_bio .content p,
.index-chairmain ul {
  color: #000;
  font-family: "Hind Guntur", sans-serif;
  font-weight: 400;
}
.index-chairmain .quotes {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 30px;
}
.index-chairmain {
  position: relative;
  padding: 120px 0;
}
.chairmain-vector {
  position: absolute;
  width: 70%;
  left: 15%;
  top: -52%;
  -webkit-animation: 70s linear infinite loaderRotate;
  -moz-animation: 70s linear infinite loaderRotate;
  -o-animation: 70s linear infinite loaderRotate;
  animation: 70s linear infinite loaderRotate;
  object-fit: cover;
}
.index-chairmain ul {
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  font-size: 23px;
  letter-spacing: 4.12px;
  line-height: normal;
  margin: 0;
}
.author-name,
.home-newvideo-box p,
.presence-content h3 {
  font-family: Lato;
  font-weight: 700;
}
.index-chairmain ul li {
  margin-right: 16px;
}
.index-chairmain p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.index-chairmain ul li p {
  margin: 0;
  font-size: 14px;
  color: #d1181f;
  text-align: justify;
  font-family: "Hind Guntur", sans-serif;
  font-weight: 500;
  position: relative;
  line-height: 1.8;
}
.index-chairmain .quotes img {
  width: 82%;
  margin: 0 auto;
}
.index-chairmain ul p:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #d1181f;
  border-radius: 50%;
  top: 9px;
  left: 57px;
}
.index-chairmain ul li:nth-child(2) p:after {
  left: 61px;
}
.ais-chairmain-vector {
  width: 15%;
  margin: 0 auto;
  position: absolute;
  left: 42%;
  top: 10%;
  z-index: -1;
}
.chairman_bio .image img {
  width: 80%;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
}
.chairman_bio .image img:hover {
  transform: scale(1.06);
}
.chairman_bio .content p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 60px;
  padding-right: 40px;
}
.author-name {
  color: #d1181f;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 4px;
}
.designation {
  color: #000;
  font-family: "Hind Guntur", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}
.chairman_bio .content p:before {
  content: "";
  background: url("../images/quote-left.png") 0 0 / contain no-repeat;
  position: absolute;
  top: -28px;
  width: 50px;
  height: 50px;
  left: 3px;
  z-index: -1;
}
.chairman_bio .content p:after {
  content: "";
  background: url("../images/quotes-right.png") 0 0 / contain no-repeat;
  position: absolute;
  top: auto;
  width: 40px;
  height: 50px;
  right: 0;
  z-index: -1;
  bottom: -36px;
}
.chairman_bio {
  background: url("../images/bg-image.png") 0 0 / cover no-repeat;
  position: relative;
  margin-top: -4px;
}
.welcome__inner {
  position: relative;
  z-index: 1;
}
.video-main,
.youtube-inner {
  z-index: 9;
  position: relative;
}
.welcome__inner:before {
  -webkit-animation: 70s linear infinite loaderRotate;
  -moz-animation: 70s linear infinite loaderRotate;
  -o-animation: 70s linear infinite loaderRotate;
  animation: 70s linear infinite loaderRotate;
  background: url("../images/aravali-circle.png") top/contain no-repeat;
  content: "";
  left: -14%;
  margin: 0 auto;
  padding-bottom: 95%;
  pointer-events: none;
  position: absolute;
  right: auto;
  top: -387px;
  width: 100%;
  z-index: -1;
}
.chairman_bio .image {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.chairman_bio:after {
  background: url("../images/ais-image.png") 0 0 / cover no-repeat;
  content: "";
  height: 75%;
  position: absolute;
  right: auto;
  top: 3%;
  width: 20%;
  left: 23%;
  z-index: 1;
}
.chairman_bio .content {
  max-width: 550px;
  margin-left: auto;
}
@keyframes loaderRotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.youtube-inner {
  border-radius: 10px;
}
.video-btn,
.waves {
  border-radius: 100%;
}
.youtube-inner .home-newvideo-box {
  transition: 1s ease-in-out;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  flex-direction: column;
  padding: 0 30px;
  position: absolute;
  top: -60px;
  width: 100%;
}
.video-main {
  display: inline-block;
  margin: 0 auto;
}
.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgb(209 24 31 / 50%);
  opacity: 0;
  right: -40px;
  bottom: -39px;
  z-index: -1;
  animation: 3s ease-in-out infinite waves;
}
.wave-1 {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.aravali-vector,
.pathway-vector {
  animation: 70s linear infinite loaderRotate;
}
.video-btn {
  height: 70px;
  width: 70px;
  line-height: 50px;
  text-align: center;
  background: 0;
  color: #fff;
  display: inline-block;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.absolute_section .theme-button2:before,
.slider-populated {
  background-color: #fff;
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}
.youtube-section {
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
.home-newvideo-box p {
  color: #fff;
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 6.32px;
  margin-bottom: 0;
}
.slider-populated {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
  padding: 0 0 10px;
  box-shadow: 2.5px 4.33px 7.68px 0.32px rgb(1 1 1 / 10%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  overflow: hidden;
  min-height: 430px;
  cursor: pointer;
}
.presence-inner {
  width: 100%;
  position: initial;
  height: 100%;
  padding-bottom: 0;
}
.presence-image {
  height: auto;
}
.presence-image img {
  height: auto;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: 0 5px 5px #0003;
  width: 100%;
  position: relative;
}

.partner-img:hover img,
.pathway-col:hover img,
.slider-populated:hover img {
  transform: scale(1.08);
}
.presence-content {
  text-align: left;
  padding: 10px 20px 0;
}
.presence-content h3 {
  color: #000;
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 2px solid #dfdfdf8c;
  padding-bottom: 10px;
}
.presence-content h3 a {
  margin: 0;
  color: #000;
  font-weight: 500;
  transition: 0.3s;
  display: block;
}
.absolute-widget-container h3 a {
  margin: 0;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
  display: block;
}
.absolute-widget-container h3 a span,
.presence-content h3 a span {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.absolute-widget-container h3 a i,
.presence-content h3 a i {
  font-size: 23px;
  margin-right: 5px;
}
.presence-content p {
  margin: 0;
  color: #000;
  font-family: "Hind Guntur", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
}
.absolute-widget-container h3,
.aravali-life .card-text h3 {
  line-height: 1.4;
  font-family: Lato;
  text-transform: uppercase;
}
.absolute_section {
  z-index: 1;
  width: 100%;
  position: absolute;
  bottom: -380px;
  left: 0;
  transition: 0.5s;
  cursor: pointer;
}
.absolute_section .theme-button2 {
  background: #fff;
  border: 0.506px solid #fff;
}
.absolute-widget-container {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    transform var(--e-transform-transition-duration, 0.4s);
  padding: 9px 20px 20px;
  border-radius: 0;
  min-height: auto;
  margin-top: 0;
  border: 0.05px solid #fff;
  border-top: 0;
  position: relative;
  background-color: #d1181f;
}
.absolute-widget-container:after {
  z-index: -1;
  top: 77px;
  width: 100%;
  height: 100%;
  content: "";
  background: #d1181f;
  position: absolute;
  left: 0;
}
.presence-col {
  padding-right: 20px;
}
.aravali-vector {
  position: absolute;
  width: 11%;
  right: 32px;
  top: 12px;
}
.presence-section .slick-track {
  min-height: 450px;
}
.absolute-widget-container h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  transition: 0.5s;
}
.downloadnow-fee a,
.fee-down-sec li {
  font-family: Lato, sans-serif;
  font-weight: 400;
}
.theme-button2 {
  border-radius: 3px;
  border: 0.506px solid #000;
  background: rgba(176, 176, 176, 0.23);
  padding: 5px 12px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  align-items: baseline;
}
.theme-button2:after,
.theme-button2:before {
  left: 0;
  height: 100%;
  border-radius: 3px;
  content: "";
  bottom: 0;
  position: absolute;
}
.theme-button2:after {
  width: 100%;
  background: rgba(176, 176, 176, 0.23);
  z-index: -2;
}
.partner-img img,
.pathway-inner .image img {
  transition: 0.3s ease-in-out;
}
.event-inner:hover .theme-button2:before,
.pathway-col:hover .theme-button2:before,
.theme-button2:hover:before {
  width: 100%;
}
.pathway-col:hover .theme-button2 i,
.theme-button2:hover i {
  background: #fff;
  color: #d1181f;
}
.theme-button2:before {
  width: 0;
  background: #d1181f;
  transition: 0.3s;
  z-index: -1;
}
.theme-button2 i {
  filter: drop-shadow(
    0 2.528301954269409px 2.528301954269409px rgba(0, 0, 0, 0.25)
  );
  background: #d1181f;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 10px;
  font-size: 11px;
}
.presence-slider .button_wrap {
  text-align: right;
  padding-bottom: 10px;
}
.presence-section {
  position: relative;
  padding-bottom: 70px;
  padding-top: 0;
}
.presence-section .slick-dots li {
  margin: 0;
}
.presence-section .slick-dots {
  bottom: -43px;
}
.presence-section .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: #bdbdbd;
  text-indent: -9999px;
}
.presence-section .slick-prev {
  left: 40%;
}
.presence-section .slick-arrow {
  bottom: -48px;
}
.presence-section .slick-next {
  right: 40%;
}
.presence-section:before {
  content: "";
  height: 300px;
  display: inline-block;
  background: url("../images/presence-bg.webp") 0 0 / cover no-repeat;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 52%;
}
.absolute-widget-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-populated:hover .absolute_section {
  bottom: 0;
  transition: 0.5s;
}
.absolute-widget-container ul li a {
  color: #fff;
  font-size: 15px;
  position: relative;
  transition: 0.5s;
  font-weight: 600;
}
.absolute-widget-container h3:hover,
.absolute-widget-container h3:hover a,
.absolute-widget-container ul li a:hover {
  color: #000;
  padding-left: 5px;
}
.absolute-widget-container ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  margin-right: 9px;
}
.aravali-life .card-wrap {
  margin: 10px 10px 20px;
  height: 350px;
  max-width: calc(100vw - 40px);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.aravali-life .card-header-image img {
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 2s ease-in;
  animation-duration: 10s;
}
.aravali-life .card-header-image {
  height: 100%;
}
.aravali-life .card-wrap:hover .card-body.red {
  background-color: #d1181f;
  opacity: 0.8;
}
.aravali-life .card-wrap:hover .card-body.black {
  background-color: #000;
  opacity: 0.8;
}
.aravali-life .card-wrap .card-body {
  position: absolute;
  transition: opacity 0.2s, transform 0.3s;
  top: 60%;
  transform: translate3d(0, 60px, 0);
  text-align: center;
  background-color: transparent;
  height: 100%;
  padding: 40px;
}
.aravali-life .card-wrap:hover .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.aravali-life .card-wrap:hover .card-body {
  transform: scale(1);
  top: 0;
}
.aravali-life .theme-button2 {
  border: 0.506px solid #fff;
  background: 0;
  color: #fff;
  padding: 6px 17px;
  font-size: 14px;
  border-radius: 0;
}
.aravali-life .theme-button2:after {
  background: 0;
}
.aravali-life .red .theme-button2:before {
  background: #ffffffb3;
}
.aravali-life .card-text h3 {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.92px;
  margin-bottom: 20px;
}
.aravali-life .card-text p {
  color: #fff;
  font-size: 15px;
  opacity: 1;
  line-height: 1.6;
  font-family: Lato;
  font-weight: 500;
}
.aravali-life .wrapper {
  margin-left: -64px;
}
.aravali-life {
  position: relative;
  padding-bottom: 90px;
  overflow: hidden;
}
.aravali-life .slick-prev {
  left: 47%;
}
.aravali-life .slick-next {
  right: 41%;
}
.aravali-life .slick-arrow {
  bottom: -56px;
}
.pathway-section .pathway-col {
  width: 25%;
  float: left;
  padding: 0 12px;
}
.pathway-inner .content h5 {
  color: #fff;
  font-family: Lato;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.pathway-inner .content p {
  color: #fff;
  font-family: "Hind Guntur", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.16px;
  margin-bottom: 5px;
  text-align: center;
}
.partner-img.partner-imgg {
  width: 180px;
  margin: 0 auto;
}
.pathway-vector {
  position: absolute;
  right: -28%;
  top: -112px;
  width: 90%;
  z-index: -1;
}
.event-col,
.event-inner,
.event-row,
.fee-sec-page,
.new-spots,
.pathway-section {
  position: relative;
}
.pathway-section {
  padding-bottom: 40px;
  padding-top: 20px;
}
.pathway-inner .theme-button2 {
  background: #b5b5b5;
  border: 1px solid #fff;
  color: #1f1f1f;
  padding-bottom: 8px;
  font-weight: 600;
  align-items: end;
}
.event-img,
.event-inner,
.pathway-inner {
  position: relative;
  cursor: pointer;
}
.pathway-inner .content {
  position: absolute;
  bottom: -20px;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}
.guidetab-image-1,
.guidetab-image-6 {
  background: url("../images/event-left.webp") center/cover no-repeat;
}
.event-col {
  transition: flex 0.2s linear;
  overflow: hidden;
  height: 400px;
  flex: 1 1;
  z-index: 1;
  padding: 30px;
}
.guidetab-image-3 {
  background: url("../images/event2.webp") center/cover no-repeat;
}
.guidetab-image-4 {
  background: url("../images/event3.webp") center/cover no-repeat;
}
.guidetab-image-5 {
  background: url("../images/event4.webp") center/cover no-repeat;
}
.event-col1 {
  flex: 0;
  padding: 20px;
}
.guidetab-image-2 {
  background: url("../images/event1.webp") center/cover no-repeat;
}
.event-section .theme-button2 {
  border-radius: 4px;
  border: 0.8px solid var(--Color, #fff);
  background: rgba(255, 255, 255, 0.23);
  color: #fff;
}
.event-row {
  display: flex;
  flex-flow: column nowrap;
  flex-direction: row;
  margin-top: 30px;
}
.event-section,
.fee-sec-page.mandory-sec-page {
  padding-bottom: 0;
}
.event-section .content h4 {
  font-family: Lato;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
  /* background-color: #ffffff; */
  padding: 5px 5px;
  color: #fff;
}
.event-inner .content {
  position: absolute;
  top: 27%;
}
.event-col:hover {
  -ms-flex-positive: 2.5;
  flex-grow: 2.5;
}
.event-col1:hover {
  flex: 0;
}
.event-section .content p {
  color: #fff;
  font-family: "Hind Guntur", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2px;
  transition: 0.5s;
  min-height: 135px;
  text-align: left;
}
.event-inner {
  transition: visibility 0.3s linear 0.3s, opacity 0.3s linear 0.3s;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.event-img img {
  transition: 0.3s ease-in-out;
  height: auto;
}
.partner-section .partner-row {
  margin-top: 20px;
}
.banner-col img {
  /* height: 760px; */
  object-fit: cover;
}
.banner-col {
  overflow: hidden;
  transition: 0.5s;
}

@keyframes grow {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1.15);
  }
}

.presence-content p {
  margin-bottom: 10px;
}
.notification-wrap {
  bottom: 350px;
}
.partner-img {
  cursor: pointer;
  overflow: hidden;
  margin: 0 10px;
}
.partner-img.air-partner img {
  width: 83%;
  margin: 0 auto;
}
.partner-slider .slick-track {
  display: flex;
  align-items: center;
}
.partner-img.shiksha-img img {
  width: 52%;
  margin: 0 auto;
}
.partner-img.delhi-capital img {
  width: 64%;
  margin: 0 auto;
}
.thank-you-section {
  padding-top: 10rem;
  background-color: #fff;
  padding-bottom: 8rem;
}
.thank-you-section h1 {
  text-align: center;
  font-size: 70px;
}
.thank-you-section p {
  text-align: center;
}
.mobile-aside .mobile-submenu .has-dropdown a {
  width: 103%;
}
.load-model .enquirt-btn,
.mobile-aside .submenu.mobile-submenu ul {
  padding: 10px 0;
}
.mandory-sec-page .fee-down-sec h3 {
  margin-bottom: 13px;
  font-size: 30px;
  text-align: left;
}
.fee-sec-page {
  background: #fff;
}
.fee-down-sec {
  max-width: 980px;
  margin: 0 auto 30px;
  height: auto;
  padding: 0 15px;
  width: 100%;
}
.fee-down-sec li {
  background-color: #fff;
  padding: 0;
  margin-bottom: 15px;
  width: 100%;
  float: left;
}
.fee-txt-down {
  float: left;
  color: #3b3b3b;
  padding: 14px;
}
.downloadnow-fee {
  float: right;
  display: block;
}
.fee-sec-page .bg-color-fee {
  background-color: #e1e1e1;
}
.fee-down-sec ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.downloadnow-fee a {
  font-size: 16px;
  text-transform: initial;
  background: #d1181f;
  display: block;
  padding: 14px;
  color: #fff;
}
.downloadnow-fee a:hover {
  background: #000;
}
.container-custom {
  max-width: 1400px;
  padding: 10px 15px;
  margin: 0 auto;
}
.general-information table {
  border-color: #dcd7ca;
  width: 100%;
}
.general-information td,
.general-information th {
  border: 0.1rem solid #dcd7ca;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 0.5em;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.general-information {
  padding: 30px;
  background: #fff;
  margin-bottom: 12px;
}
.new-spots .theme-button3 {
  padding: 7px 20px 3px;
}
.admission-banner.spots-banner {
  background: url(../images/sports-banners.webp) center/cover no-repeat;
}
.new-spots .whyaravali-learn-box h4 {
  color: #d1181f;
  margin-top: 0;
  margin-bottom: 10px;
}
.new-spots .row {
  margin: 40px 0;
}
.admission-time {
  display: flex;
  justify-content: space-between;
}
.new-spots .admission-time span {
  display: block;
}
.new-spots .address-zone strong span {
  display: inline;
}
.new-spots .time p {
  color: #d1181f;
  font-weight: 700;
}
.new-spots {
  overflow: hidden;
}
.new-spots .spots-vector {
  width: 49%;
  position: absolute;
  top: -174px;
  left: -5%;
  -webkit-animation: 70s linear infinite loaderRotate;
  -moz-animation: 70s linear infinite loaderRotate;
  -o-animation: 70s linear infinite loaderRotate;
  animation: 70s linear infinite loaderRotate;
  height: 100%;
}
.join-campus {
  padding-top: 0;
}
.load-model .modal-bodyy img {
  height: 100%;
  object-fit: cover;
}
.load-model .modal-header {
  background: 0;
  padding: 0;
  border: 0;
}
.load-model .modal-header .close {
  position: absolute;
  right: -25px;
  opacity: 1;
  top: -42px;
  box-shadow: unset;
  text-shadow: unset;
  color: #fff;
  min-width: 48px;
  min-height: 48px;
  padding: 12px;
  margin: 8px;
}
.load-model .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
}
.load-model .modal-bodyy {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.load-model .theme-button {
  display: inline-block;
  border: 1px solid #d1181f;
  text-align: center;
  padding: 9px 0 8px;
}

.playschool-section .rectangle {
  object-fit: fill;
}


.popup-model-new{
  position: relative;
  z-index: 2;

}

.mobile-banner-wrap {
  display: none;

}


.header-logoline.mobile-logoline{
  display: none;

}

@media only screen and (min-width: 993px) {
  .mobile-aside .mobile-submenu,
  .mobile-aside .mobile-submenu li i {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .fee-sec-page .bg-color-fee {
    background-color: #e1e1e1;
    max-width: 1140px;
  }
}
@media only screen and (max-width: 600px) {
  .downloadnow-fee a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .downloadnow-fee {
    float: left;
    margin-bottom: 20px;
  }
  .fee-txt-down {
    width: 100%;
    padding: 10px 0;
  }
  .fee-down-sec li {
    padding: 0 20px;
  }
  .mandory-sec-page .fee-down-sec {
    max-width: 100%;
    padding: 0;
  }
  .mandory-sec-page .fee-down-sec h3 {
    font-size: 18px;
  }
  .fee-sec-page.mandory-sec-page .bg-color-fee {
    background-color: #fff !important;
  }
}
@media only screen and (max-width: 500px) {
  .general-information td {
    background-color: #fff;
    font-size: 14px;
  }
  .general-information {
    padding: 0;
    overflow-y: scroll;
  }
  .fee-down-sec h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 350px) {
  .mandory-sec-page .fee-down-sec h3 {
    font-size: 16px;
  }
}
