:root {
  --thm-font: "Prompt", sans-serif;
  --thm-b-font: "Prompt", sans-serif;
  --thm-black: #1a3546;
  --thm-text: #6b7881;
  --thm-base: #7f1416;
}

#message-container {
  margin-top: 16px;
}

.success {
  color: #008000;
}

.error {
  color: #ff0000;
}

/* dark mode css */
/* .body-dark,
.body-dark .page-wrapper.boxed-wrapper {
  background-color: #212225;
} */

/* @media only screen and (max-width: 600px) {
  body .about-seven__summery {
    font-size: 14px;
  }
} */

@media (max-width: 768px) {
  .page-wrapper.boxed-wrapper {
    max-width: 100%;
  }
}

.scroll-to-top {
  color: #fff;
}

.footer-container {
  position: static;
  max-width: 1201px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.footer-container .row {
  padding: 20px;
  text-align: center;
}

.footer-logo {
  position: relative;
  margin-top: -10px;
  margin-bottom: 20px;
}

.footer_address {
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 2.5em;
  /*   margin-top: -12px; */
  text-decoration: none;
  transition: color 0.3s, text-decoration 0.3s;
}

.footer_address a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.footer_address ul li a:hover {
  color: var(--thm-base);
  text-decoration: underline;
}

.service-six__icon {
  width: 10px;
  height: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  top: -4px;
  right: 40px;
  z-index: 10;
}

.service-six__item {
  margin-bottom: 58px;
  margin-top: auto;
}

@media (max-width: 767px) {
  .service-six__item {
    margin-bottom: 8px;
    margin-top: 8px;
    /* Apply the desired margin on mobile devices */
  }

  .service-six__icon {
    display: none;
  }
}

/* @media (min-width: 1100px) {
  .header-six__info,
  .header-six__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1100px) {
  .header-six .mobile-nav-toggler {
    display: none;
  }
} */

.service-six__icon i {
  font-size: 50px;
  color: var(--thm-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-six__item:hover .service-six__icon {
  background-color: var(--thm-base);
}

.service-six__item:hover .service-six__icon i {
  color: #272222;
}

.placer {
  width: 208px;
  height: 208px;
}

.mainmenu-six {
  display: block;
}

.funfact-six {
  padding-top: 26px;
  padding-bottom: 90px;
}

.header-six__logo {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.auto-container {
  position: static;
  max-width: 1201px;
  padding: 0px 46px;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .auto-container {
    position: static;
    max-width: 1201px;
    padding: 0.5rem;
    margin: 0 auto;
  }
}

/* Mobile Side Menu */
.side-menu__block-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 520px;
  height: 100%;
  overflow-y: auto;
  background-color: #b2c6d0;
  z-index: 999999;
  padding: 40px 0;
  padding-top: 20px;
}

.side-menu__sep {
  margin-top: 24px;
  margin-bottom: 17px;
  width: calc(100% - 100px);
}

.mobile-nav__container li a {
  text-transform: uppercase;
  color: #1d191c;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}

.sec-title-six__text {
  color: var(--thm-base);
  font-size: 18px;
  margin: 0;
  line-height: 1;
  margin-bottom: 26px;
}

.footer-six {
  background-color: var(--thm-black);
  padding: 10px 0 10px;
}

@media (max-width: 992px) {
  .about-six {
    padding-bottom: 70px;
    padding-top: 40px;
  }
}

.about-six__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
}

.footer-six__about__text {
  margin: 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.2em;
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: -webkit-center;
}

@media screen and (max-width: 1200px) {
  .team-three {
    padding: 0px;
  }

  .footer-six__title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 20px;
  }

  .footer_address {
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 1.8rem;
    margin-top: -12px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-six__widget {
    margin-bottom: 1rem;
  }
}

/* sponsor six */
.sponsor-six {
  border-bottom: 1px solid #e2e7ea;
  padding-bottom: 120px;
  padding-top: 120px;
}

.sponsor-six img {
  opacity: 0.2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sponsor-six img:hover {
  opacity: 0.6;
}

@media (max-width: 992px) {
  .sponsor-six {
    padding: 40px;
  }
}

/* Team Page */
.page-banner {
  position: relative;
  padding: 0;
  color: #ffffff;
  background: var(--thm-black);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-container {
  position: static;
  max-width: 1201px;
  margin: 0 auto;
}

/* Adjust padding for smaller screens */
@media (min-width: 1201px) {
  .team-container {
    padding: 0 200px;
  }
}

@media (max-width: 1200px) {
  .team-container {
    padding: 0 80px;
    /* Adjust this value based on your design needs */
  }
}

/* Additional styles for smaller screens (e.g., mobile) */
@media (max-width: 767px) {
  .team-container {
    padding: 0 40px;
    /* Adjust this value based on your design needs */
  }

  .history-timeline__date::before {
    display: none;
  }

  .history-timeline__card:nth-child(even)
    .row:nth-child(odd)
    .history-timeline__date::before {
    display: none;
    position: static;
    max-width: 1201px;
    padding: 0px 100px;
    margin: 0 auto;
  }
}

.page-banner .inner-container {
  position: relative;
  padding: 130px 0px 64px;
}

.page-banner h1 {
  position: relative;
  font-size: 46px;
  color: #ffffff;
  line-height: 0.9em;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

/* Contat US */

.contact-section .info-block .inner-box {
  position: relative;
  display: block;
  height: 100%;
  min-height: 100%;
  padding: 10px 24px 10px;
  background: #ffffff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-section .upper-info {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .page-banner .inner-container {
    position: relative;
    padding: 40px;
    /* Adjust the value to your desired uniform padding size */
  }
}

@media (max-width: 1197px) {
  .page-banner .inner-container {
    position: relative;
    padding: 64px 0px 64px;
  }
}

/* main menu six */
.mainmenu-six {
  position: relative;
  z-index: 99;
  display: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 1200px) {
  .mainmenu-six {
    display: block;
  }
}

.btn-style-one {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #7f1416;
  color: #e1e1e1;
  border-radius: 5px;
  overflow: hidden;
  font-family: var(--thm-font);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-container {
  position: static;
  max-width: max-content;
  padding: 0 20px;
  margin: 0 20px;
}

@media only screen and (max-width: 767px) {
  .services-container {
    padding: 0px 15px;
    margin: 0 10px;
  }

  .service-six__item {
    height: 100%;
  }
}

.row_services {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* To center them horizontally */
  /* OR */
  display: grid;
  grid-template-columns: 4fr;
  /* To display in a single column */
  justify-items: center;
  /* To center them horizontally */
}

/* LOGO */
/* CSS for responsive logo */
.responsive-logo {
  max-width: 100%;
  /* Ensure the logo doesn't exceed its container */
  height: auto;
  /* Maintain the aspect ratio */
}

@media (max-width: 992px) {
  .about-seven__images {
    margin-bottom: 0;
    display: none;
  }
}

/* Media query for mobile devices */
@media only screen and (max-width: 767px) {
  .about-seven,
  .about-six {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  img {
    max-width: 60%;
  }
}

/* Service Six */
.service-six {
  background-color: #edf1f3;
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
}

.about-seven__list {
  margin: 0;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  .service-six {
    padding: 40px 0;
  }
}

@media (min-width: 1200px) {
  .service-six {
    padding-bottom: 205px;
  }
}

@media (max-width: 992px) {
  .about-six__box {
    padding: 20px;
  }

  .about-six__box__title {
    font-size: 16px;
  }
}

.about-six__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #fff;
  height: 90px;
  border-radius: 10px;
}

.about-six__box:hover {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.about-six__box__title {
  color: var(--thm-black);
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-six__title {
  margin: 0;
  color: var(--thm-black);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .service-six__title {
    padding: 0px;
    margin: auto;
    font-size: 16px;
  }

  .service-six__content {
    display: flex;
    /* padding: 10px; */
  }
}

.service-six__content {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 47px 36px;
  height: 90%;
  flex: 1;
  margin: 0 10px 20px;
  /* Adjust margin as needed */
}

.service-six__item {
  height: 100%;
  /* Ensure the item takes the full height */
}

.service-six__text {
  text-align: justify;
  word-spacing: -1px;
  /* Adjust spacing */
  line-height: 1.6em;
  font-size: 18px;
  display: block;
}

/* Adjustments for better text layout */
.service-six__title {
  padding: 0.5rem;
}

@media (max-width: 767px) {
  .service-six__content {
    padding: 10px;
  }
}

.sec-title-six__title {
  font-weight: bold;
  color: var(--thm-black);
  margin: 0;
  line-height: 2em;
}

.about-six__text {
  font-size: 18px;
  line-height: 2em;
  text-align: initial;
}

@media (max-width: 767px) {
  .service-six__text {
    display: none;
  }

  .history-timeline__text {
    margin: 0;
    color: var(--thm-text);
    font-size: 16px;
    line-height: 30px;
    margin-top: 26px;
    text-align: justify;
  }

  .history-timeline__card .row {
    position: relative;
    padding-top: 0px;
  }

  .team-four {
    padding: 0px;
  }
}

@media (max-width: 992px) {
  .sec-title-six__title {
    font-size: 18px;
    text-align: center;
  }
}

.history-timeline__text {
  margin: 0;
  color: var(--thm-text);
  font-size: 18px;
  line-height: 30px;
  margin-top: 26px;
  text-align: justify;
}

.history-timeline__title {
  margin: 0;
  text-transform: uppercase;
  color: var(--thm-black);
  font-size: 25px;
  padding: 10px 0 10px 0;
  line-height: 1;
}

.history-timeline__card:after {
  content: "";
  height: 86%;
  background-color: #ffffff;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  left: 107%;
}

.history-timeline__date::before {
  content: "";
  width: 23px;
  height: 24px;
  background-color: var(--thm-base);
  border-radius: 50%;
  position: absolute;
  top: -46px;
  left: -25px;
  -webkit-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
  z-index: 10;
}

.history-timeline__card:nth-child(even)
  .row:nth-child(odd)
  .history-timeline__date::before {
  right: -24px;
  left: auto;
  -webkit-transform: translateY(50%) translateX(50%);
  transform: translateY(50%) translateX(50%);
}

.history-timeline__card .row {
  position: relative;
  padding-top: 0;
}

@media (min-width: 1200px) {
  .history-timeline__card .row {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .history-timeline {
    padding-top: 0;
    padding-bottom: 50px;
    margin-top: -53.5px;
  }
}

.history-timeline__card {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.team-heading {
  color: var(--thm-base);
  font-size: 25px;
  margin: 0;
  line-height: 1;
  margin-bottom: 26px;
}

.team-heading span {
  border-bottom: 2px solid currentColor;
  padding-bottom: 6px;
}

/* team-card */
.team-card-three {
  margin-bottom: 30px;
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* Temporary hide all images until we get profile phots */
.team-card-three__image img {
  display: none !important;
  /* Add !important to ensure it takes precedence */
}

.team-four__image {
  display: none !important;
  /* Add !important to ensure it takes precedence */
}

/* Temporary hide all images until we get profile phots */

.team-card-three:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
}

.team-card-three__inner {
  overflow: hidden;
  width: 100%;

  border-radius: 8px;
  position: relative;
}

.team-card-three__image img {
  max-height: 500px;
  border-image: round;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  object-fit: cover;
  object-position: top;
}

.team-card-three__hover,
.team-card-three__content {
  border: 1px solid #e9ebee;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease,
    -webkit-transform 500ms ease;
}

.team-card-three__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.team-card-three:hover .team-card-three__content {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.team-card-three__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.team-card-three:hover .team-card-three__hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.team-card-three__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.team-card-three__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f4f5f8;
  font-size: 16px;
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.team-card-three__social a:hover {
  background-color: var(--thm-base);
  color: var(--thm-black);
}

.team-card-three__social li + li {
  margin-left: 10px;
}

.team-card-three__name {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--thm-black);
  letter-spacing: 0.1em;
  line-height: 1;
}

.team-card-three__designation {
  text-transform: uppercase;
  color: #686a6f;
  font-size: 16px;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-family: var(--thm-font);
}

/* team-card */

/* team four */
.team-four {
  padding-top: 10px;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .team-four {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.team-four__card {
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #e9ebee;
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-left: 30px;
  padding-right: 30px;
}

.team-four__card:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
}

.team-four__image {
  width: 192px;
  height: 192px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 23px;
  background-color: var(--thm-black);
}

.team-four__image img {
  width: 100%;
  mix-blend-mode: luminosity;
  object-fit: cover;
  object-position: top;
}

.team-four__name {
  margin: 0;
  font-size: 18px;
  color: var(--thm-black);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}

.team-four__designation {
  color: #686a6f;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--thm-font);
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
  margin-bottom: 15px;
}

.team-four__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f5f8;
  border-radius: 8px;
  padding: 11.5px 0;
}

.team-four__social a {
  color: #686a6f;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-four__social a:hover {
  color: var(--thm-base);
}

.team-four__social a + a {
  margin-left: 20px;
}


.slider-six__title {
  font-size: 35px;
  letter-spacing: -0.02em;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  opacity: 0;
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
  -webkit-transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease,
    -webkit-transform 1500ms ease;
}

@media (min-width: 992px) {
  .slider-six__title {
    font-size: 60px;
  }
}

@media (min-width: 1200px) {
  .slider-six__title {
    font-size: 40px;
    margin-bottom: 50px;
  }
}