@font-face {
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-family: Polymath;
  src:
    url("../font/Polymath-Bold.woff2") format("woff2"),
    url("../font/Polymath-Black.woff") format("woff");
}

@font-face {
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  font-family: Polymath;
  src:
    url("../font/Polymath-BlackIt.woff2") format("woff2"),
    url("../font/Polymath-BlackIt.woff") format("woff");
}

@font-face {
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-family: Polymath;
  src:
    url("../font/Polymath-Bold.woff2") format("woff2"),
    url("../font/Polymath-Bold.woff") format("woff");
}

@font-face {
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  font-family: Polymath;
  src:
    url("../font/Polymath-BoldIt.woff2") format("woff2"),
    url("../font/Polymath-BoldIt.woff") format("woff");
}

@font-face {
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  font-family: Polymath;
  src:
    url("../font/Polymath-Italic.woff2") format("woff2"),
    url("../font/Polymath-Italic.woff") format("woff");
}

@font-face {
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-family: Polymath;
  src:
    url("../font/Polymath-Light.woff2") format("woff2"),
    url("../font/Polymath-Light.woff") format("woff");
}

@font-face {
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  font-family: Polymath;
  src:
    url("../font/Polymath-LightIt.woff2") format("woff2"),
    url("../font/Polymath-LightIt.woff") format("woff");
}

@font-face {
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-family: Polymath;
  src:
    url("../font/Polymath-Medium.woff2") format("woff2"),
    url("../font/Polymath-Medium.woff") format("woff");
}

@font-face {
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  font-family: Polymath;
  src:
    url("../font/Polymath-MediumIt.woff2") format("woff2"),
    url("../font/Polymath-MediumIt.woff") format("woff");
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-family: Polymath;
  src:
    url("../font/Polymath-Regular.woff2") format("woff2"),
    url("../font/Polymath-Regular.woff") format("woff");
}

@font-face {
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-family: Polymath;
  src:
    url("../font/Polymath-Semibold.woff2") format("woff2"),
    url("../font/Polymath-Semibold.woff") format("woff");
}

@font-face {
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  font-family: Polymath;
  src:
    url("../font/Polymath-SemiboldIt.woff2") format("woff2"),
    url("../font/Polymath-SemiboldIt.woff") format("woff");
}

@font-face {
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  font-family: Polymath;
  src:
    url("../font/Polymath-Super.woff2") format("woff2"),
    url("../font/Polymath-Super.woff") format("woff");
}

@font-face {
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  font-family: Polymath;
  src:
    url("../font/Polymath-SuperIt.woff2") format("woff2"),
    url("../font/Polymath-SuperIt.woff") format("woff");
}

@font-face {
  font-weight: 100;
  font-style: italic;
  font-display: swap;
  font-family: Polymath;
  src:
    url("../font/Polymath-ThinIt.woff2") format("woff2"),
    url("../font/Polymath-ThinIt.woff") format("woff");
}

@font-face {
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  font-family: Polymath;
  src:
    url("../font/Polymath-XLight.woff2") format("woff2"),
    url("../font/Polymath-XLight.woff") format("woff");
}

@font-face {
  font-weight: 200;
  font-style: italic;
  font-display: swap;
  font-family: Polymath;
  src:
    url("../font/Polymath-XLightIt.woff2") format("woff2"),
    url("../font/Polymath-XLightIt.woff") format("woff");
}

:root {
  --theme-color: #123985;
  --theme-color2: #b39759;
  --theme-dark: #333333;
  --theme-light: #f4f5f6;
  --bg_section: #eceff5;
}

html,
body {
  background: transparent;
  background: #ffffff !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Polymath", serif;
  position: relative;
  z-index: 0;
  font-size: 17px;
  font-weight: 500;
  overflow-x: hidden;
  color: #333333;
}

*,
a {
  text-decoration: none; /* font-size:18px; */
}
a {
  -webkit-transition: 0.5s cubic-bezier(0.9, 0.2, 0.39, 0.97);
  -moz-transition: 0.5s cubic-bezier(0.9, 0.2, 0.39, 0.97);
  -o-transition: 0.5s cubic-bezier(0.9, 0.2, 0.39, 0.97);
  transition: 0.5s cubic-bezier(0.9, 0.2, 0.39, 0.97);
  color: unset;
}
input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus {
  outline: none;
  box-shadow: none;
}
ul,
li,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  font-size: 19px;
  font-weight: 400;
  color: #444444;
  margin-bottom: 25px;
  line-height: 1.48;
}
p:last-child {
  margin-bottom: 0;
}
::selection {
  color: #ffffff;
  background: rgba(18, 57, 135, 0.75);
}
*::-webkit-scrollbar {
  width: 2px;
  cursor: pointer;
}
*::-webkit-scrollbar:horizontal {
  height: 2px;
  cursor: pointer;
}
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #f7f7f7;
  border-radius: 30px;
}
*::-webkit-scrollbar-thumb {
  background: rgba(18, 57, 135, 0.35);
  border-radius: 30px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #444444;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.py-80 {
  padding: 80px 0;
}
.pt-6 {
  padding-top: 4.5rem;
}
.py-6 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.pb-6 {
  padding-bottom: 4.5rem;
}

.px-6 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Polymath", serif;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 97%;
}

.theme_title {
  margin-bottom: 35px;
}

.theme_title .sub-title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.theme_title .title {
  margin: 0 0 15px;
  font-size: 43px;
  font-weight: 600;
  color: var(--theme-color);
  white-space: pre-line;
  line-height: 1.15;
}
.theme_title .title2 {
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: 600;
  color: var(--theme-color);
  white-space: pre-line;
  line-height: 1.15;
}

.theme_title p {
  margin: 5px 0 10px;
}

/*====================== Theme Button ======================*/
.theme-button {
  display: inline-block;
  padding: 15px 27px;
  min-width: 180px;
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.theme-button:hover {
  background: transparent;
  color: var(--theme-color);
}
.theme-button.btn_gold {
  background: var(--theme-color2);
  border-color: var(--theme-color2);
}
.theme-button.btn_gold:hover {
  background: transparent;
  color: #ffffff;
}
.theme_title.title_white .sub-title {
  color: var(--theme-color2);
}
.theme_title.title_white .title {
  color: #ffffff;
}
.theme_title.title_white p {
  color: #ffffff;
}
.theme_title.text-center p {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 900px;
}
.theme-button.border_button {
  background: transparent;
  border-width: 2px;
  color: var(--theme-color);
}
.theme-button.btn_gold.border_button:hover {
  background: var(--theme-color2);
}
.theme-button.border_button.btn_gold {
  color: #ffffff;
}
header {
  position: relative;
  width: 100%;
  top: 0;
  padding: 0 0;
  background: #ffffff;
  z-index: 10;
}
header .logo {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px 0 20px;
      max-width: 435px;
}
header .header_right {
  width: 100%;
  position: relative;
  border-left: 1px solid #cccccc;
}
header .header_right .topbar {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px 15px 40px;
  border-bottom: 1px solid #cccccc;
}
header .header_right .topbar ul li {
  padding: 3px 0;
  font-size: 16px;
  position: relative;
}
header .header_right .topbar ul:first-child {
  display: flex;
  gap: 12px;
  align-items: center;
}
header .header_right .topbar ul:first-child li {
  border-right: 1px solid #cccccc;
  padding-right: 12px;
}
header .header_right .topbar ul:first-child li:last-child {
  padding-right: 0;
  border: none;
}
header .header_right .topbar ul:first-child li img {
  width: 29px;
  margin-right: 8px;
  height: 24px;
}
header .header_right .topbar ul li a {
  font-size: 16px;
  letter-spacing: 0.2px;
  display: block;
}
header .header_right .topbar ul:last-child {
  display: flex;
}
header .header_right .topbar ul:last-child li:first-child {
  padding-left: 10px;
}
header .header_right .topbar ul:last-child li + li {
  padding-left: 20px;
}
header .header_right .topbar ul:last-child li + li:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 46%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: var(--theme-color2);
}
header .header_right .topbar ul:last-child li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}
header .header_right .navigation {
  padding: 5px 0px 5px 5px;
  display: block;
  position: relative;
}
header .header_right .navigation div#navbarNavDropdown {
  justify-content: end;
}
header .header_right .navigation .navbar-nav .nav-item:last-child {
  border: none;
}
header .header_right .navigation .navbar-nav .nav-link {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  padding: 20px 15px;
  text-transform: uppercase;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  letter-spacing: 0;
}
header .header_right .navigation .navbar-nav .nav-item .nav-link:hover,
header .header_right .navigation .navbar-nav .nav-item.active .nav-link {
  color: var(--theme-color);
}
header .header_right .navigation .dropdown-menu li {
  margin: 0px 0px;
  padding: 0px 0px;
  border-bottom: 1px solid rgb(18 57 133 / 15%);
}
header .header_right .navigation .dropdown-menu li a {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 15px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  background: transparent;
  display: block;
  width: auto;
}
header .header_right .navigation .dropdown-menu li:last-child {
  border: none;
}
header .header_right .navigation .dropdown-menu li a:hover {
  transform: translateX(3px);
  color: var(--theme-color);
}
section {
  position: relative;
  z-index: 1;
}
footer .footer_nav_scssn {
  padding: 60px 0 0;
  background: var(--theme-color);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
footer .footer_nav_scssn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/cta-img.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 4%;
  z-index: -1;
}
footer .footer_nav_scssn .theme_title {
  margin: 0;
}
footer .footer_nav_scssn .sub-title {
  color: rgb(255 255 255/80%);
}
footer .footer_nav_scssn .footer_contact h4,
footer .footer_nav_scssn .f_nav h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.2px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5;
}
footer .footer_nav_scssn .footer_contact ul li {
  padding: 0px 0 18px 0;
}
footer .footer_nav_scssn .footer_contact ul li h5 {
  color: #ffffff;
  font-family: "Plus Jakarta Sans";
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.2px;
  font-weight: 500;
  display: block;
}
footer .footer_nav_scssn .footer_contact ul li p,
footer .footer_nav_scssn .footer_contact ul li a {
  padding: 0 0;
  font-size: 16px;
  color: rgb(255 255 255 / 75%);
  font-weight: 400;
  position: relative;
  z-index: 0;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .footer_nav_scssn .footer_contact ul li a:hover {
  color: #ffffff;
}
footer .footer_nav_scssn .footer_contact ul li p a.directions {
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 15px;
}
footer .footer_nav_scssn .footer_contact ul li p a.directions:hover {
  background: var(--theme-color2);
  border-color: var(--theme-color2);
}
footer .footer_nav_scssn .f_nav ul li {
  display: block;
  padding: 4px 0px;
}
footer .footer_nav_scssn .f_nav ul li a {
  padding: 0 0;
  font-size: 16px;
  color: rgb(255 255 255 / 75%);
  font-weight: 400;
  position: relative;
  z-index: 0;
  letter-spacing: 0.5px;
}
footer .footer_nav_scssn .f_nav ul li a:hover {
  color: #ffffff;
}
footer .footer_nav_scssn .f_nav ul li a:before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: #ffffff;
  left: 0;
  transition: 0.5s all;
  opacity: 0;
  z-index: -1;
}
footer .footer_nav_scssn .f_nav ul li a:hover:before {
  bottom: -4px;
  opacity: 1;
}
/*====================== Admissions Section ======================*/
footer .admissions-section {
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  margin-top: 55px;
}
footer .admissions-section:before {
  content: "";
  background: var(--theme-color2);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
}
footer .admissions-section .theme_title p {
  margin-inline: 0;
}
footer .admissions-section .admissions-area {
  padding: 50px 30px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
  position: relative;
  flex-wrap: wrap;
  row-gap: 15px;
}
footer .admissions-section .admissions-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/texture.jpg);
  background-blend-mode: multiply;
  z-index: 0;
  opacity: 3%;
}
footer .admissions-section .admissions-area::after {
  content: "";
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: auto;
  background: var(--theme-color);
  transform: translateX(calc(-50% - 0px));
  z-index: -3;
}
footer .admissions-section .admissions-area .theme_title {
  margin: 0;
  z-index: 2;
}
footer .admissions-section .admissions-area .theme_title .title {
  font-size: 36px;
}
footer .admissions-section .admissions-area .theme_title p {
  width: 100%;
}
footer .admissions-section .admissions-area .theme-button {
  z-index: 2;
}
/*====================== Footer Bottom ======================*/
footer .copyright {
  padding: 30px 0 30px 0;
  background: var(--theme-color2);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .copyright p {
  margin: 0px;
  font-size: 17px;
  font-weight: 400;
  color: rgb(255 255 255 / 90%);
  display: flex;
  justify-content: center;
}
footer .copyright p.webplus img {
  filter: invert(1) grayscale(1) brightness(2);
  opacity: 0.55;
  transition: 0.5s all;
}
footer .copyright p.webplus:before {
  content: "|";
  padding: 0 5px;
}
footer .copyright p.webplus:hover img {
  opacity: 0.8;
}
footer .copyright p a {
  color: unset;
  padding: 0 7px;
}
.custom_arrows.bottom_arrows {
  display: flex;
  padding: 0 0 20px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 340px;
  margin: 0 auto;
}
.custom_arrows.bottom_arrows .swiper-button-white {
  position: relative;
  left: 0;
  right: 0;
  transform: none;
  top: auto;
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: flex;
  background: transparent;
  align-items: center;
  justify-content: center;
  border-radius: 25%;
  border: 1px solid var(--theme-color2);
  padding: 8px;
  margin: 0;
  -webkit-transition: 0.5s cubic-bezier(0.9, 0.2, 0.39, 0.97);
  -moz-transition: 0.5s cubic-bezier(0.9, 0.2, 0.39, 0.97);
  -o-transition: 0.5s cubic-bezier(0.9, 0.2, 0.39, 0.97);
  transition: 0.5s cubic-bezier(0.9, 0.2, 0.39, 0.97);
}
.custom_arrows.bottom_arrows .swiper-button-white:hover {
  background: var(--theme-color2);
}
.custom_arrows.bottom_arrows .swiper-button-white:after {
  display: none;
}
.custom_arrows.bottom_arrows .swiper-button-prev img {
  transform: rotate(90deg);
}
.custom_arrows.bottom_arrows .swiper-button-next img {
  transform: rotate(-90deg);
}
.custom_arrows.bottom_arrows .swiper-button-white img {
  width: 85%;
  height: 85%;
  filter: invert(0) grayscale(0) brightness(1);
  transition: 0.5s all;
}
.custom_arrows.bottom_arrows .swiper-button-white:hover img {
  filter: invert(1) grayscale(1) brightness(2);
}
.custom_arrows.bottom_arrows .swiper-pagination-progressbar {
  position: relative;
  margin: 0;
  height: 2px;
  background: #d5d5d5;
  right: 0;
  margin: 0 0 0 auto;
}
.custom_arrows.bottom_arrows
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #666666;
}
#admission_modal .modal-dialog {
  max-width: 900px;
  padding: 0px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
.common_form.gdg-form .wf-parent {
  padding: 0;
  height: auto;
  overflow: visible;
}
.common_form.gdg-form .wf-parent .wf-wrapper {
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
  color: #333333;
  width: 100% !important;
}
.common_form.gdg-form .wf-parent .wf-wrapper .wf-form-component {
  padding: 16px 30px 30px 30px;
}
.common_form.gdg-form .wf-parent .wf-wrapper .wf-form-component * {
  font-family: "Polymath", serif !important;
  font-weight: 500;
}
.common_form.gdg-form .wf-parent .wf-wrapper .wf-form-component .wf-logo {
  display: none;
}
.common_form.gdg-form .wf-parent .wf-wrapper .wf-form-component .wf-header {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: "Polymath", serif;
  font-size: 40px;
  font-weight: 600;
  color: var(--theme-color);
  white-space: pre-line;
  line-height: 1.15;
}
.common_form.gdg-form .wf-parent .wf-wrapper .wf-sec-head {
  text-align: center;
  position: relative;
  z-index: 0;
  width: 100%;
}
.common_form.gdg-form .wf-parent .wf-wrapper .wf-sec-head:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--theme-color2);
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.common_form.gdg-form .wf-parent .wf-wrapper .wf-sec-head .wf-sec-title {
  text-align: center;
  display: inline-block;
  padding: 3px 20px;
  background: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
.common_form.gdg-form .wf-parent .wf-wrapper .wf-sec-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.common_form.gdg-form .wf-parent .wf-wrapper .wf-sec-wrap .wf-row:nth-child(2),
.common_form.gdg-form .wf-parent .wf-wrapper .wf-sec-wrap .wf-row:nth-child(3),
.common_form.gdg-form
  .wf-parent
  .wf-wrapper
  .wf-sec-wrap
  .wf-row:nth-last-child(3),
.common_form.gdg-form
  .wf-parent
  .wf-wrapper
  .wf-sec-wrap
  .wf-row:nth-last-child(4) {
  width: calc(50% - 15px);
}
.common_form.gdg-form .wf-parent .wf-wrapper .wf-sec-wrap .wf-row {
  width: calc(100% - 15px);
  margin: 0 auto 15px auto;
  position: relative;
  display: block;
  height: 100%;
}
.common_form.gdg-form
  .wf-parent
  .wf-wrapper
  .wf-sec-wrap
  .wf-row
  .wf-field-item {
  appearance: none;
  background: transparent;
  border: none;
  padding: 20px 25px 8px 15px;
  border: none;
  border-bottom: 1px solid var(--theme-color2);
  height: 65px;
  background: transparent;
  box-shadow: 0px 8px 15px -10px rgb(0 0 0 / 5%);
  transition: 0.8s all;
  z-index: 1;
  border-radius: 0px 0px 17px 17px;
  position: relative;
}
.common_form.gdg-form .wf-parent .wf-wrapper .wf-sec-wrap .wf-row .wf-label {
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 13px;
  transition: 0.4s all;
  z-index: 0;
  font-weight: 500;
  color: #666666;
  background: #ffffff;
  padding: 2px 10px 2px 7px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.common_form.gdg-form .wf-parent .wf-wrapper .wf-sec-wrap .wf-row .wf-field {
  border-radius: 0px 0px 17px 17px;
}
.common_form.gdg-form
  .wf-parent
  .wf-wrapper
  .wf-sec-wrap
  .wf-row
  .date-input-container {
  appearance: none;
  padding: 20px 25px 8px 15px;
  border: none;
  border-bottom: 1px solid var(--theme-color2);
  height: 65px;
  background: transparent;
  box-shadow: 0px 8px 15px -10px rgb(0 0 0 / 5%);
  transition: 0.8s all;
  z-index: 1;
  border-radius: 0px 0px 17px 17px;
  position: relative;
}
.common_form.gdg-form
  .wf-parent
  .wf-wrapper
  .wf-sec-wrap
  .wf-row
  .date-input-container
  .wf-field-item {
  width: 100%;
  border-radius: 4px;
  padding: 3px 0px;
  font-size: 15px;
  height: auto;
  color: #333333;
  border: none;
  width: 35px;
  height: 35px;
  max-width: max-content !important;
  text-align: center;
}
.common_form.gdg-form
  .wf-parent
  .wf-wrapper
  .wf-sec-wrap
  .wf-row
  .date-input-container
  .wf-date-containers {
  padding: 0;
}
.common_form.gdg-form
  .wf-parent
  .wf-wrapper
  .wf-form-component
  .wf-field-mandatory
  .wf-field-inner::before {
  position: relative;
  content: "*";
  background: transparent;
  color: #ff6a6a;
  height: auto;
  width: auto;
  font-size: 18px;
  font-weight: 700;
  bottom: auto;
}

/* Loader Styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: 0.5s;
}
#preloader.active {
  transform: translateY(-100%);
  opacity: 0;
}
.preloader-inr {
  margin: 0 50px;
}
.site-logo {
  text-align: center;
}
.site-logo svg,
.site-logo img {
  max-width: 400px;
  width: 80%;
  margin: 0 auto;
  height: auto;
  object-fit: contain;
}
.progress {
  width: calc(100% - 16vw);
  height: 5px;
  background-color: #d8d8d8;
  position: absolute;
  bottom: 4rem;
  border-radius: 50px;
  overflow: hidden;
}
.progress span {
  display: block;
  height: 100%;
  width: 0;
  background-color: var(--theme-color);
  transition: width 0.1s linear;
}
.counter {
  font-size: 16px;
  position: absolute;
  bottom: 5rem;
  right: 8vw;
  direction: rtl;
}
.counter span {
  font-size: 50px;
  padding-right: 4px;
}

#admission_modal .modal-content .modal-body {
  background: rgb(255 255 255);
  padding: 45px 0px 40px 0px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  outline: 10px solid rgb(255 255 255 / 17%);
  outline-offset: 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 40px -4px rgb(0 0 0 / 12%);
  border-radius: 20px;
}

#admission_modal .modal-content {
  background: transparent;
  border: none;
  padding: 30px 0;
  margin: 0;
}

#admission_modal .modal-content .modal-header {
  margin: 0;
  border: none;
  padding: 0;
}

#admission_modal .modal-content button.btn-close {
  position: absolute;
  right: 25px;
  top: 10px;
  z-index: 2;
  opacity: 1;
  width: 35px;
  height: 35px;
  background-color: #c7a357;
  border-radius: 50px;
  filter: invert(7);
  border: 2px solid #000000;
}

div#admission_modal ~ .modal-backdrop {
  background: var(--theme-color);
  opacity: 0.9;
}

#admission_modal {
  backdrop-filter: blur(2px);
}

.thanks_page {
  max-width: 850px;
  width: 100%;
  background: #fff;
  text-align: center;
  margin: 0px auto 0px auto;
  position: relative;
}
.thanks_page h2 {
  font-size: 90px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #123985;
  text-shadow: 8px 6px 10px rgb(95 7 15 / 17%);
}
.thanks_page p {
  /* font-size: 19px; */ /* padding: 11px 44px; */
  margin-bottom: 11px;
}
.thanks_page svg {
  width: 130px;
  display: block;
  margin: 0 auto;
  top: 0;
  padding: 0 10px 20px 10px;
  left: 0;
  right: 0;
}
.thanks_page .path {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  stroke: #123985;
}
.thanks_page .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.thanks_page .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.thanks_page .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.error_page h2 {
  font-size: 12vw;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0px;
  color: #123985;
  text-shadow: 8px 6px 10px rgb(95 7 15 / 17%);
}
.error_page h3 {
  font-weight: 600;
  font-size: 25px;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0 10px;
}

.thanks_contact {
  background: var(--bg_section);
  padding: 35px 10px;
  border-radius: 10px;
  display: block;
  position: relative;
  margin-top: 30px;
}

.thanks_contact p strong {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 21px;
  display: block;
  padding-bottom: 10px;
}
.thanks_contact p a {
  white-space: pre-line;
  font-size: 17px;
  color: #333333;
  font-weight: 600;
}
.wform-btn-wrap #formsubmit {
  background-color: #123985 !important;
  border: 2px solid #123985 !important;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  padding: 10px 15px;
  min-width: 150px;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.5s;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.wform-btn-wrap #formsubmit:hover {
  background-color: #fff !important;
  color: #122985 !important;
}


/* ===== footer body ==== */
.footer_social_part .followus_part {
    border-top: 1px solid rgb(255 255 255 / 22%);
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    gap: 15px 70px;
}
.footer_social_part .followus_part a.footer_logo {
    display: inline-block;
    filter: invert(1) brightness(11);
}
.footer_social_part .followus_part a.footer_logo img {
    width: 100%;
    height: 100%;
    max-width: fit-content;
    max-height: 65px;
}
footer .list_of_followus ul.followus_list {
    display: flex;
    gap: 10px 12px;
}
footer .list_of_followus ul.followus_list li {
    margin: 0;
    padding: 0;
    max-width: fit-content;
}
footer .list_of_followus ul.followus_list li a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    border-radius: 100%;
    border: 1px solid #ffffff;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    background: var(--theme-color2);
    border-color: var(--theme-color2);
}
footer .list_of_followus ul.followus_list li a img {
    max-width: 24px;
    max-height: 21px;
    object-fit: contain;
    height: 100%;
    width: 100%;
    transition: all 0.4s;
}
footer .list_of_followus ul.followus_list li a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    z-index: -1;
    transition: all 0.4s;
    opacity: 0;
}
footer .list_of_followus ul.followus_list li a:hover:before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
footer .list_of_followus ul.followus_list li a:hover {
    border-color: #ffffff;
}
footer .list_of_followus ul.followus_list li a:hover img {
    filter: invert(1);
    opacity: 0.75;
}
footer .list_of_followus h5 {
    color: #ffffff;
    font-family: "Plus Jakarta Sans";
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.2px;
    font-weight: 500;
    display: block;
}

/* ==== header ==== */
header .logo {
    padding: 0 20px 0 20px;
    max-width: 435px;
}
.site-logo svg, .site-logo img {
    max-width: 480px;
}