:root {
  --theme-color1: #0e3639;
  --theme-color2: #202020;
  --theme-color3: #f2f3ec;
  --theme-color4: #b4e717;
  --theme-color1-rgb: 14, 54, 57;
  --theme-color2-rgb: 32, 32, 32;
  --theme-color3-rgb: 242, 243, 236;
  --theme-color4-rgb: 180, 231, 23;
  --theme-color1-text-color: #fff;
  --theme-color2-text-color: #fff;
  --theme-color3-text-color: #fff;
  --theme-color1-border: rgba(16, 16, 16, 0.2);
  --body-font-family: "GT Walsheim Pro", sans-serif;
  --heading-font-family: "GT Walsheim Pro", sans-serif;
}

@font-face {
  font-family: "GT Walsheim Pro";
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regular.eot");
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regular.woff2") format("woff2"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regular.woff") format("woff"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regular.ttf") format("truetype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regular.html#GTWalsheimPro-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim Pro";
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Medium.eot");
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Medium.woff2") format("woff2"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Medium.woff") format("woff"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Medium.ttf") format("truetype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Medium.html#GTWalsheimPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim Pro";
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Bold.eot");
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Bold.woff2") format("woff2"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Bold.woff") format("woff"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Bold.ttf") format("truetype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Bold.html#GTWalsheimPro-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.container-fluid {
  padding: 0 70px;
}
@media (max-width: 1199.98px) {
  .container-fluid {
    padding: 0 20px;
  }
}

p {
  color: rgba(16, 16, 16, 0.6);
  font-weight: 400;
  line-height: 24px;
}

.header-2.header-style-two .header-top {
  padding: 7px 70px;
}
.header-2.header-style-two .header-top-note {
  color: var(--theme-color-white);
  font-weight: 400;
}
.header-2.header-style-two .header-top-note i {
  padding-right: 10px;
}
.header-2.header-style-two .header-top-social {
  gap: 16px;
}
.header-2.header-style-two .header-top-social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color-white);
  font-size: 16px;
}
.header-2.header-style-two .header-top-social li a:hover {
  color: var(--theme-color4);
}
.header-2.header-style-two .header-top-social .header-top-whatsapp {
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .header-2.header-style-two .header-top {
    padding: 15px 20px;
  }
}

.header-brand {
  background-color: var(--theme-color3);
  background-color: color-mix(in srgb, var(--theme-color3) 88%, var(--theme-color1) 12%);
  width: 100%;
}
.header-brand-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 70px;
}
@media (max-width: 1199.98px) {
  .header-brand-inner {
    padding: 8px 20px;
  }
}
.header-brand .logo-box {
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 400px);
  text-align: left;
}
.header-brand .logo {
  display: inline-block;
  text-align: left;
}
.header-brand .logo a {
  display: inline-block;
}
.header-brand .logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90px;
}
@media (max-width: 767.98px) {
  .header-brand .logo img {
    max-height: 56px;
  }
}
.header-brand-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex: 0 0 auto;
  margin-left: auto;
  gap: 8px;
  background-color: #e2e2e0;
  border-radius: 10px;
  padding: 10px 0;
}
.header-brand-media img {
  display: block;
  width: 55px;
  height: 55px;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .header-brand-inner {
    flex-wrap: wrap;
  }
  .header-brand .logo-box {
    max-width: 100%;
  }
  .header-brand-media {
    width: 100%;
  }
}

.header-2.header-style-two .header-lower {
  margin-top: 0;
}
.header-2.header-style-two .main-box .outer-box {
  gap: 0;
  flex: 1 1 auto;
}
.header-2.header-style-two .main-box .main-menu .navigation > li {
  margin-right: 16px;
  padding: 22px 0;
}
.header-2.header-style-two .main-menu .navigation > li > a {
  font-size: 14px;
  white-space: nowrap;
}
.header-2.header-style-two .main-menu .navigation > li > ul,
.header-2.header-style-two .main-menu .navigation > li > ul > li > ul {
  width: 280px;
}
.header-2.header-style-two .main-menu .navigation > li > ul > li > a,
.header-2.header-style-two .main-menu .navigation > li > ul > li > ul > li > a {
  text-transform: none;
}
.header-2.header-style-two .main-menu .navigation > li > ul.from-right > li.dropdown > ul {
  left: auto;
  right: 100%;
}
@media (max-width: 1599.98px) {
  .header-2.header-style-two .main-box .main-menu .navigation > li {
    margin-right: 17px;
  }
  .header-2.header-style-two .main-menu .navigation > li > a {
    font-size: 14px;
  }
}

.header-2.header-style-two .nav-right {
  overflow: visible;
  gap: 16px;
}
.header-2.header-style-two .nav-right .theme-btn-two {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-2.header-style-two .mobile-nav-toggler {
  display: none;
}
@media (max-width: 1199.98px) {
  .header-2.header-style-two .mobile-nav-toggler {
    display: inline-flex;
  }
}

.whatsapp-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  font-size: 22px;
  flex-shrink: 0;
}
.whatsapp-btn i {
  position: relative;
  z-index: 1;
  color: #fff;
}
.whatsapp-btn::before,
.whatsapp-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #25d366;
  z-index: -1;
  animation: whatsapp-wave 2.4s ease-out infinite;
}
.whatsapp-btn::after {
  animation-delay: 1.2s;
}
@keyframes whatsapp-wave {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}

.header-2.header-style-two .sticky-header {
  overflow: visible;
  padding: 6px 0;
  width: 100%;
}
.header-2.header-style-two .sticky-header .container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.header-2.header-style-two .sticky-header .inner-container {
  min-height: 75px;
  width: 100%;
}
.header-2.header-style-two .sticky-header .nav-right {
  overflow: visible;
  gap: 12px;
}
.header-2.header-style-two .sticky-header .whatsapp-btn,
.sticky-header [aria-label="WhatsApp"] {
  display: none;
}
.header-2.header-style-two .sticky-header .nav-right .theme-btn-two {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 11px;
}
.header-2.header-style-two .sticky-header .main-menu .navigation > li {
  margin-right: 34px;
}
@media (max-width: 1899.98px) {
  .header-2.header-style-two .sticky-header .main-menu .navigation > li {
    margin-right: 32px;
  }
}
.sticky-logo-icon {
  width: 75px;
  height: 75px;
  flex: 0 0 75px;
}
.sticky-logo-icon a {
  display: block;
  width: 100%;
  height: 100%;
}
.sticky-logo-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-section-title .sub-title,
.site-section-title .sub-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 18px;
  border-radius: 50px;
  background-color: color-mix(in srgb, var(--theme-color4) 20%, #fff);
  color: var(--theme-color1);
  border: 1px solid color-mix(in srgb, var(--theme-color1) 40%, var(--theme-color4));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--theme-color4) 65%, transparent);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
}

.about-four.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.funfact-four .row > [class*="col-"] {
  padding: 0;
}

.testimonial-five {
  padding-top: 50px;
  padding-bottom: 50px;
}

.news-four.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid var(--theme-color1-border);
}

.work-three__items {
  grid-template-columns: repeat(4, max-content);
  justify-content: center;
  justify-items: center;
  column-gap: 10px;
  row-gap: 10px;
}
.work-three__single-item .content .text {
  line-height: 24px;
}
@media (max-width: 1399.98px) {
  .work-three__items {
    grid-template-columns: repeat(4, max-content);
    column-gap: 10px;
  }
  .work-three__single-item {
    width: 250px;
    height: 250px;
  }
  .work-three__single-item::before {
    width: 270px;
    height: 270px;
  }
  .work-three__single-item .content .title {
    line-height: 26px;
  }
}
@media (max-width: 1199.98px) {
  .work-three__items {
    grid-template-columns: repeat(4, max-content);
    column-gap: 10px;
  }
  .work-three__single-item {
    width: 210px;
    height: 210px;
    padding: 12px;
  }
  .work-three__single-item::before {
    width: 228px;
    height: 228px;
  }
  .work-three__single-item .content .num {
    margin-bottom: 10px;
  }
  .work-three__single-item .content .title {
    line-height: 22px;
    margin-bottom: 6px;
  }
}
@media (max-width: 991.98px) {
  .work-three__items {
    grid-template-columns: repeat(2, max-content);
    column-gap: 10px;
    row-gap: 10px;
  }
}

.explore-feature.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.explore-feature__items {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  justify-content: stretch;
  column-gap: 40px;
  row-gap: 36px;
}
@media (max-width: 1399.98px) {
  .explore-feature__items {
    row-gap: 28px;
  }
}
.explore-feature__items::after {
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  width: 1px;
  height: auto;
  transform: none;
}
.explore-feature__items::before {
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  width: auto;
  height: 1px;
  transform: none;
}
.explore-feature__single-item {
  align-items: flex-start;
  min-width: 0;
}
.explore-feature__single-item .title-info {
  flex: 1 1 auto;
  min-width: 0;
}
.explore-feature__single-item .title-info p {
  margin-bottom: 0;
}

.service-six {
  background-color: var(--theme-color3);
}
.service-six.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.service-six .row > [class*="col-"] {
  display: flex;
}
.service-six__single-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px;
}
.service-six__single-card .content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
}
.service-six__single-card .content .num {
  position: static;
  top: auto;
  left: auto;
  margin-bottom: 12px;
}
.service-six__placeholder,
.course-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 16px;
  background-color: color-mix(in srgb, var(--theme-color1) 10%, var(--theme-color3));
  color: var(--theme-color1);
  font-size: 28px;
}
.service-six__single-card .content .title {
  writing-mode: horizontal-tb;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 12px;
  color: var(--theme-color2);
}
.service-six__single-card .content .text {
  flex: 1 1 auto;
  padding: 0 0 20px;
}
.service-six__single-card .content .theme-btn-main {
  margin-top: auto;
}
.service-six__single-card:hover .content .title {
  color: var(--theme-color-white);
}

.marquee-three {
  padding: 0;
  height: 100px;
  display: flex;
  align-items: center;
}
.marquee-three .container-fluid {
  padding-top: 0;
  padding-bottom: 0;
}
.marquee-three__single-item .title,
.marquee-three__single-item i {
  color: var(--theme-color4);
}
.marquee-three__single-item .title:hover,
.marquee-three__single-item .title:focus {
  color: var(--theme-color-white);
}

.footer-contact-bar {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  background-color: var(--theme-color1);
  border-top: 1px solid color-mix(in srgb, var(--theme-color4) 35%, transparent);
  border-bottom: none;
}
.footer-contact-bar + .footer-important-bar {
  margin-top: 0;
}
.footer-contact-bar__wrap {
  width: 100%;
  padding: 28px 0;
}
.footer-contact-bar__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--theme-color4);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4px;
}
.footer-contact-bar__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--theme-color4) 18%, transparent);
  border: 1px solid var(--theme-color4);
  color: var(--theme-color4);
}
.footer-contact-bar__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background-color: color-mix(in srgb, #fff 6%, transparent);
  border: 1px solid color-mix(in srgb, var(--theme-color4) 22%, transparent);
  border-radius: 12px;
  color: var(--theme-color-white);
  min-width: 0;
  height: 100%;
}
a.footer-contact-item {
  text-decoration: none;
}
a.footer-contact-item:hover,
.footer-contact-item a:hover {
  color: var(--theme-color4);
}
.footer-contact-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--theme-color4);
  color: var(--theme-color1);
  font-size: 16px;
}
.footer-contact-item__body {
  min-width: 0;
}
.footer-contact-item__label {
  display: block;
  margin-bottom: 4px;
  color: var(--theme-color4);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.footer-contact-item__label--sub {
  margin-top: 12px;
}
.footer-contact-phones {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.footer-contact-item__body .footer-contact-phones a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.2px;
}
.footer-contact-item--map {
  flex-direction: column;
  gap: 10px;
  padding: 12px;
}
.footer-contact-item__head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-contact-item--map .footer-contact-item__label {
  margin-bottom: 0;
}
.footer-contact-map {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 148px;
  border-radius: 8px;
  overflow: hidden;
  background-color: color-mix(in srgb, #000 25%, transparent);
}
.footer-contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.footer-contact-item__body p,
.footer-contact-item__body a {
  margin: 0;
  color: var(--theme-color-white);
  font-size: 15px;
  line-height: 24px;
  word-break: break-word;
}
.footer-contact-item__body a {
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .footer-contact-bar__wrap {
    padding: 24px 0;
  }
}
@media (max-width: 991.98px) {
  .footer-contact-bar__grid {
    grid-template-columns: 1fr;
  }
  .footer-contact-item--map,
  .footer-contact-map {
    min-height: 220px;
  }
}

#smooth-content {
  display: flow-root;
  padding-bottom: 0;
}
#smooth-content .footer-wrapper,
.footer-six,
.footer-important-bar {
  display: flow-root;
  overflow: hidden;
}
#smooth-content .footer-wrapper {
  padding-bottom: 0;
  margin-bottom: 0;
}