:root {
  --theme-primary-color: #194c52;
  --theme-secondary-color: #f83e3e;
  --theme-text-color: #000000;
  --theme-text-color-1: #ffffff;
  --lh: 1.4rem;
  line-height: var(--lh);
}

@font-face {
  font-family: Museo300;
  src: url(../fonts//Museo300-Regular.otf);
}

@font-face {
  font-family: Museo700;
  src: url(../fonts//Museo700-Regular.otf);
}

@font-face {
  font-family: Museo900;
  src: url(../fonts/Museo-900.otf);
}

body {
  font-family: "Archivo", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

::-moz-selection {
  background: #edccb5;
  color: #2b2b2b;
}

::selection {
  background: #edccb5;
  color: #2b2b2b;
}

a,
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.section-head p {
  margin: 0;
  font-family: Museo300;
  color: var(--theme-text-color);
  font-size: 2rem;
}

.section-head h3 {
  margin: 0;
  font-family: Museo900;
  color: var(--theme-text-color);
  font-size: 3.5rem;
  font-weight: 900;
}

.bg-green {
  background: var(--theme-primary-color);
}

.border {
  border-radius: 0 6rem 0 0;
}

/* --------------------- Navbar Starts --------------------- */
.navbar-nav .nav-item {
  padding: 0 0 0 1rem;
  /* font-size: 18px; */
  font-weight: 600;
  color: var(--theme-primary-color);
}

.navbar-nav .nav-item .active {
  border-bottom: 3px solid var(--theme-secondary-color);
  border-radius: 0;
}

.apply-btn {
  background: var(--theme-secondary-color);
  border: 1px solid var(--theme-secondary-color);
  color: var(--theme-text-color-1);
  border-radius: 2rem;
  padding: 0.5rem 2rem !important;
  transition: all 0.5s ease-in-out;
}

.apply-btn:hover {
  background: transparent;
  color: var(--theme-secondary-color);
  transition: all 0.5s ease-in-out;
}

marquee p {
  padding: 1rem 0;
}

marquee p a {
  text-decoration: none;
  color: var(--theme-secondary-color);
}

marquee p a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* --------------------- Navbar Ends --------------------- */

/* --------------------- Hero Area Starts --------------------- */
.hero-section {
  padding: 8rem 0 4rem;
  position: relative;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 85%;
  width: 100%;
  z-index: -5;
}

.hero-overlay img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 0 10rem;
}

.hero-section .hero-text-block {
  font-family: Museo900;
  color: var(--theme-text-color-1);
}

.hero-section .hero-text-block h1 {
  font-family: Museo900;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
}

.hero-section .hero-text-block h3 {
  font-family: Museo300;
}

.hero-btn {
  display: inline-flex;
  place-items: center;
  padding: 0 0rem 0 1.5rem;
  background: var(--theme-secondary-color);
  text-decoration: none;
  color: var(--theme-text-color-1);
  border-radius: 2rem;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 1.15rem;
  transition: all 0.5s ease-in-out;
}

.hero-btn span {
  background: var(--theme-text-color-1);
  color: var(--theme-text-color);
  padding: 1rem 1rem 0.5rem;
  margin-left: 2rem;
  vertical-align: text-bottom;
  font-size: 1.25rem;
  transition: all 0.5s ease-in-out;
}

.hero-btn:hover {
  background: var(--theme-text-color-1);
  color: var(--theme-secondary-color);
  transition: all 0.5s ease-in-out;
}

.hero-btn:hover span {
  background: var(--theme-secondary-color);
  transition: all 0.5s ease-in-out;
}

.hero-btn:hover span ion-icon {
  color: var(--theme-text-color-1);
  transition: all 0.5s ease-in-out;
}

.ha-enquiry-block {
  background: var(--theme-text-color-1);
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 3px 13px 13px 3px #2d53db1a;
}

.enquiry-block-inner {
  background: var(--theme-text-color-1);
  padding: 2rem;
  min-height: 30rem;
  -webkit-box-shadow: 5px 5px 10px rgb(112 60 25 / 12%);
  box-shadow: 5px 5px 10px rgb(112 60 25 / 12%);
  border-radius: 1.5rem;
}

.enquiry-block-heading {
  font-weight: 900;
  color: var(--theme-primary-color);
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.enquiry-block-subheading {
  font-size: 1rem;
  color: var(--theme-text-color);
  margin-bottom: 0rem;
  text-align: center;
}

.ha-enquiry-form .form-control {
  border: none;
  border-bottom: 1px solid #f4f4f4;
  border-radius: 0;
}

.ha-enquiry-form .form-control:focus {
  box-shadow: none;
}

.ha-enquiry-form .form-floating > label {
  padding: 0.4rem 1.5rem;
  color: #9a9ab0;
  font-size: 14px;

  font-weight: 400;
  line-height: 21.306px;
}

.ha-enquiry-form .form-floating > .form-control,
.ha-enquiry-form .form-floating > .form-select {
  height: calc(2.5rem + 2px);
}

.ha-enquiry-form .form-floating > .form-select {
  padding-top: 0.625rem;
}

.ha-enquiry-form .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 0.8rem;
  padding-bottom: 0.625rem;
  color: var(--theme-text-color);
}

.ha-enquiry-form .form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 0.8rem;
  padding-bottom: 0.625rem;
  color: var(--theme-text-color);
}

.ha-enquiry-form .form-floating > .form-control:focus,
.ha-enquiry-form .form-floating > .form-control:not(:placeholder-shown) {
  padding: 1rem 0 1rem 1.7rem;
  color: var(--theme-text-color);
}

.ha-enquiry-form
  .form-floating
  > .form-control:not(:-moz-placeholder-shown)
  ~ label {
  opacity: 1;
  margin-top: -4px;
  background: #fff;
  padding: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 1rem;
  height: auto;
  color: rgb(112 60 25 / 50%);
}

.ha-enquiry-form
  .form-floating
  > .form-control:not(:-ms-input-placeholder)
  ~ label {
  opacity: 1;
  margin-top: -4px;
  background: #fff;
  padding: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 1rem;
  height: auto;
  color: rgb(112 60 25 / 50%);
}

.ha-enquiry-form .form-floating > .form-control:focus ~ label,
.ha-enquiry-form .form-floating > .form-control:not(:placeholder-shown) ~ label,
.ha-enquiry-form .form-floating > .form-select ~ label {
  opacity: 1;
  margin-top: -4px;
  background: #fff;
  padding: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 1rem;
  height: auto;
  color: rgb(112 60 25 / 50%);
}

.ha-enquiry-form .btn,
.btn-cta,
.btn-cta:hover {
  padding: 0.6rem 0;
  background: var(--theme-secondary-color);
  border-color: var(--theme-secondary-color);
  font-size: 1rem;
  color: var(--theme-text-color-1);
}

.ha-enquiry-form .btn:hover {
  background: transparent;
  color: var(--theme-secondary-color);
  border: 1px solid var(--theme-secondary-color);
}

.ha-enquiry-form .btn:focus,
.ha-enquiry-form .btn:active,
.btn-cta:focus,
.btn-cta:active {
  box-shadow: none;
}

.ha-enquiry-form .btn ion-icon,
.btn-cta ion-icon {
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
}

.btn-cta {
  color: var(--theme-text-color);
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

.btn-cta::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    hsla(0, 0%, 100%, 0) 30%,
    hsla(0, 0%, 100%, 0.425),
    hsla(0, 0%, 100%, 0) 70%
  );
  top: 0;
  left: -100px;
  animation: shine 3s linear infinite;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  20% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.shake {
  animation: shake-animation 3.72s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes shake-animation {
  0% {
    transform: translate(0);
  }

  1.78571% {
    transform: translate(5px);
  }

  2.57143% {
    transform: translate(0);
  }

  4.35714% {
    transform: translate(5px);
  }

  6.14286% {
    transform: translate(0);
  }

  7.92857% {
    transform: translate(5px);
  }

  10.7143% {
    transform: translate(0);
  }

  100% {
    transform: translate(0);
  }
}

.tnc-checkbox label {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.form-arithmetic-captcha-label {
  font-size: 0.9rem;
  font-weight: 700;
}

.form-arithmetic-captcha-label span {
  color: #2b2b2b;
  font-weight: 400;
}

.captcha-keyword {
  color: var(--theme-secondary-color);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

.form-check-input:checked {
  background-color: #12b28c;
  border-color: #12b28c;
}

.form-check-input:focus {
  box-shadow: none;
}

.form-floating > .form-select {
  border: none;
  border-bottom: 1px solid #f4f4f4;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding-left: 1.5rem;
  font-size: 0.9rem;
}

.form-floating > .form-select:active,
.form-floating > .form-select:focus {
  box-shadow: none;
}

.enquiry-block-success {
  color: #292929;
}

.enquiry-block-success ion-icon {
  font-size: 5rem;
}

.enquiry-block-success h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

.enquiry-block-success h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

.enquiry-block-success p {
  font-size: 0.8rem;
}

.enquiry-block-success .btn {
  padding: 0.8rem 0;
}

.parsley-errors-list {
  padding: 0;
  margin: 0;
}

.parsley-custom-error-message,
.parsley-required {
  font-size: 0.8rem;
  margin-top: 0.25rem;
  color: red;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* --------------------- Hero Area Ends --------------------- */

.announcement-area {
  padding: 4rem 0 2rem;
  background: var(--theme-secondary-color);
}

.announcement-area .section-title h2 {
  font-size: 1.5rem;
  color: #ffffff;
}

.announcement-area .section-title p {
  color: var(--theme-text-color-1);
}

.aa-block {
  text-align: center;
}

.aa-block h3 {
  font-weight: 700;
  color: var(--theme-text-color-1);
  font-size: 1.5rem;
  font-family: Astro;
}

.aa-block p {
  font-size: 1rem;
  color: var(--theme-text-color-1);
}

/* --------------------- Program Section Starts --------------------- */
.programs-section {
  padding: 4rem 0;
  z-index: 0;
  background: var(--theme-primary-color);
  position: relative;
  border-radius: 0 0 10rem 0;
}

.programs-section::before {
  position: absolute;
  content: "";
  width: 50rem;
  height: 100%;
  right: 0;
  top: 10%;
  background: url(../images/footer-bg.png?v=1.0.05);
  background-repeat: no-repeat;
  z-index: -5;
}

.programs-section .swiper {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 2rem;
}

.course-nav {
  border: none;
  padding: 0;
  margin: 0;
}

.course-nav .nav-link {
  padding: 1rem 3rem;
  color: var(--theme-secondary-color);
  background: var(--theme-text-color-1);
  border-radius: 1rem;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  margin: 0.5rem;
  border: none;
}

.course-nav .nav-link:hover {
  background: var(--theme-secondary-color);
  color: var(--theme-text-color-1);
  transition: all 0.5s ease-in-out;
}

.course-nav .active {
  background: var(--theme-secondary-color) !important;
  color: var(--theme-text-color-1) !important;
}

.po-block {
  background: var(--theme-text-color-1);
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 3px 13px 13px 3px #2d53db1a;
}

.po-block a:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.po-block .po-img {
  overflow: hidden;
}

.po-block .po-img img {
  height: 18rem;
  width: 100%;
  transition: all 0.5s ease-in-out;
  object-fit: cover;
}

.po-block .po-text {
  padding: 1rem;
  color: var(--theme-text-color);
  border-bottom: 1px solid var(--theme-secondary-color);
}

.po-block .po-text h3 {
  font-size: 1.25rem;
  font-weight: 700;
  --max-lines: 1;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
}

.po-block .po-text p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.po-block .po-text p span ion-icon {
  vertical-align: text-bottom;
  margin-right: 0.2rem;
}

.po-block a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 0.75rem;
  background: var(--theme-secondary-color);
  color: var(--theme-text-color-1);
  transition: all 0.5s ease-in-out;
}

.po-block a:hover {
  background: var(--theme-text-color-1);
  color: var(--theme-secondary-color);
  transition: all 0.5s ease-in-out;
}

/* --------------------- Program Section Ends --------------------- */

/* --------------------- statistics Section Starts --------------------- */
.statistics-section {
  padding: 24rem 0 4rem;
  background: #eef1fc;
  margin-top: -20rem;
  z-index: -100;
}

.statistics-block .sb-img svg {
  background: var(--theme-text-color-1);
  height: 7rem;
  width: 7rem;
  padding: 1.5rem;
  border-radius: 2.5rem 0 0 0;
}

.statistics-block .sb-text {
  padding: 0.5rem 0;
  font-family: Museo;
}

.statistics-block .sb-text h3 {
  font-size: 5rem;
  font-family: Museo900;
  color: var(--theme-primary-color);
  margin: 0;
}

.statistics-block .sb-text p {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}

/* --------------------- statistics Section Ends --------------------- */

/* --------------------- About Instiute Starts --------------------- */
.about-instiute {
  padding: 4rem 0 0;
  position: relative;
}

.about-overlay {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 25rem;
  z-index: -5;
}

.ai-img img {
  height: 25rem;
  width: 100%;
  object-fit: cover;
}

.ai-dark {
  background: #eef1fc;
  padding: 3rem;
}

.ai-light {
  background: #fafbff;
  padding: 3rem;
}

.program-head {
  font-family: Museo;
  font-weight: 800;
}

.program-type {
  font-family: Museo;
  margin: 0;
}

.ai-text {
  padding: 2rem;
}

.ai-text p {
  color: var(--theme-text-color-1);
}

.fac-block {
  padding: 2rem 0 0;
}

.fac-block .fb-img img {
  height: 4rem;
  width: 4rem;
  object-fit: cover;
}

.fac-block .fb-text {
  padding: 1rem 0;
}

.fac-block .fb-text p {
  font-weight: 600;
  width: 70%;
  font-size: 18px;
}

/* --------------------- About Instiute Ends --------------------- */

/* --------------------- About Trust Starts --------------------- */
.about-trust {
  padding: 4rem 0 0;
}

.about-trust img {
  height: 28rem;
  width: 100%;
  object-fit: cover;
}

/* --------------------- About Trust Ends --------------------- */

/* --------------------- Trustees Starts --------------------- */
.trustees {
  padding: 4rem 0;
}

.trustees .swiper {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 2rem;
}

.trustee-block {
  background: var(--theme-primary-color);
  border-radius: 0 0 4rem 0;
}

.trustee-block .tb-img img {
  border-radius: 0 0 0 5rem;
  width: 100%;
}

.trustee-block .tb-text {
  padding: 1rem;
  color: var(--theme-text-color-1);
}

.trustee-block .tb-text h5 {
  font-size: 1.05rem;
}

.trustee-block .tb-text p {
  font-size: 0.9rem;
}

/* --------------------- Trustees Ends --------------------- */

/* --------------------- Footer Starts --------------------- */
footer {
  background: url(../images/footer-bg-1.png?v=1.0.05);
  background-repeat: no-repeat;
  background-size: cover;
}

/* .footer-overlay {
  position: absolute;
  right: 0;
  top: 10%;
  height: 100%;
  width: 50rem;
  z-index: -2;
} */

.footer-content {
  padding: 4rem 0 0;
  border-bottom: 1px solid #10373c;
  z-index: 5;
}

.footer-header {
  background: var(--theme-text-color-1);
  padding: 2rem 1rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.footer-social .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-list li {
  display: inline-block;
  padding: 0 0.5rem;
}

.social-list li .social-link {
  text-decoration: none;
  color: var(--theme-text-color);
  font-size: 1.5rem;
}

.social-list li .social-link ion-icon {
  vertical-align: middle;
  color: var(--theme-primary-color);
  transition: all 0.5s ease-in-out;
}

.social-list li .social-link:hover ion-icon {
  color: var(--theme-secondary-color);
  transition: all 0.5s ease-in-out;
}

.footer-navigation {
  padding: 2rem 0;
}

.footer-title {
  color: var(--theme-text-color-1);
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links li {
  padding: 0 0 0.5rem;
}

.footer-links .footer-link {
  text-decoration: none;
  color: var(--theme-text-color-1);
  transition: all 0.5s ease-in-out;
}

.footer-links .footer-link:hover {
  text-decoration: dotted;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  transition: all 0.5s ease-in-out;
}

.newsletter-form {
  position: relative;
  width: 100%;
  max-width: 500px;
  border-radius: 50px;
}

.footer-form .form-floating .form-control {
  height: 55px;
  border-radius: 50px;
  border: none;
  box-shadow: none;
  padding-left: 20px;
}

.form-floating label {
  padding-left: 20px;
  color: #999;
}

.submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background-color: var(--theme-secondary-color);
  border: none;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-text-color-1);
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.submit-btn ion-icon {
  vertical-align: middle;
  font-size: 1.5rem;
}

.submit-btn:hover {
  background-color: #d32f2f;
}

.submit-btn:hover span {
  transform: translateX(2px);
  transition: all 0.3s ease-in-out;
}

.footer-contact {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-contact li {
  padding: 0 0 1rem;
  color: var(--theme-text-color-1);
}

.footer-contact li ion-icon {
  font-size: 1.5rem;
  margin-right: 0.2rem;
  vertical-align: middle;
}

.footer-contact li .contact-link {
  text-decoration: none;
  color: var(--theme-text-color-1);
}

.footer-contact li .contact-link:hover {
  text-decoration: dotted;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  transition: all 0.5s ease-in-out;
}

.footer-secondary {
  text-align: center;
  padding: 2rem 0;
}

/* --------------------- Footer Ends --------------------- */

/* --------------------- Modal Starts --------------------- */
.modal-body img {
  height: 40rem;
  width: 100%;
  object-fit: cover;
}

.modal-title {
  font-size: 1.5rem;
}
/* --------------------- Modal Ends --------------------- */

/*---------------------------------------------*/
/*-- Media Querry 540 --*/
/*---------------------------------------------*/
@media (max-width: 540px) {
  .section-head h3 {
    font-size: 3rem;
  }

  .hero-section .hero-text-block h1 {
    font-size: 3rem;
    line-height: 1;
  }

  .statistics-block {
    padding: 1rem;
  }

  .statistics-block .sb-text h3 {
    font-size: 4rem;
  }

  .programs-section {
    border-radius: 0;
  }

  .course-nav {
    display: block;
  }

  .trustee-block .tb-img img {
    width: 100%;
    height: 25rem;
    object-fit: cover;
  }

  .about-overlay {
    display: none;
  }
}
