/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:   Form Lab - Gym & Fitness Astro Theme
Version:      1.0.0
Author:       AeroLaunch
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1.0 General
   1.1 Theme Reset Style
   1.2 Global Elements

2.0 Header
   2.1 Navigation 

3.0 Home Page One
   3.1 Hero Static Section
   3.2 About Section
   3.3 Service Section
   3.4 Why Choose Section
   3.5 Pricing Section
   3.6 Transformation Section
   3.7 Team Section
   3.8 Testimonial Section
   3.9 Fitness Section
   3.10 Blog Section

4.0 Footer

5.0 Home Page Two
   5.1 About Section Style 2
   5.2 Program Section
   5.3 Why Choose Section Style 2
   5.4 Testimonial Section Style 2
   5.5 Pricing Section Style 2
   5.6 Team Section Style 2
   5.7 Fitness Section Style 2
   5.8 Blog Section Style 2

6.0 About Page

7.0 Team Single Page

8.0 Program Single Page

9.0 Blog Single Page

10.0 Contact Page

11.0 404 Error Page


----------------------------------------------------------------*/
/*---------------------------------------------------------------
1.0 General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/InterDisplay-Light.woff2") format("woff2"), url("../fonts/InterDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/InterDisplay-Regular.woff2") format("woff2"), url("../fonts/InterDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/InterDisplay-Medium.woff2") format("woff2"), url("../fonts/InterDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/InterDisplay-SemiBold.woff2") format("woff2"), url("../fonts/InterDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/InterDisplay-Bold.woff2") format("woff2"), url("../fonts/InterDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/InterDisplay-ExtraBold.woff2") format("woff2"), url("../fonts/InterDisplay-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/InterDisplay-Black.woff2") format("woff2"), url("../fonts/InterDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/InterDisplay-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/InterDisplay-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/InterDisplay-BlackItalic.woff2") format("woff2"), url("../fonts/InterDisplay-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Geist FormLab";
  src: url("../fonts/Geist-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist FormLab";
  src: url("../fonts/Geist-Variable-Italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
/* 1.1 Theme Reset Style */
html {
  font-size: 18px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Inter Display";
  color: #fff;
  background-color: #0A0E0D;
  font-size: 18px;
  font-size: 1rem;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

p {
  font-size: 18px;
  color: #fff;
  line-height: 1.8em;
  font-weight: 400;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #F2F2F2;
  font-family: "Geist FormLab", "Arial Black", sans-serif;
  font-weight: 500;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sr-only {
  display: none;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1350px) {
  .container {
    max-width: 1350px;
  }
}

/* 1.2 Global Elements */
.page-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 991px) {
  .page-wrap {
    overflow: hidden;
  }
}

.box-style {
  position: relative;
}
.box-style::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0.3px;
  top: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .box-style::before {
    display: none;
  }
}

.line-bg {
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1755px;
  margin: 0 auto;
  z-index: -1;
  position: fixed;
  inset: 0;
  width: 100%;
  display: flex;
  pointer-events: none;
  z-index: 999;
}
@media (max-width: 991px) {
  .line-bg {
    display: none;
  }
}
.line-bg .line {
  width: 1px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.08);
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100%;
  margin-top: 15px;
}
.contact-validation-active label.error,
.contact-validation-active label.error2 {
  color: red;
  font-size: 0.7777777778rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}
.contact-validation-active #c-loader,
.contact-validation-active #loader,
.contact-validation-active #loader2 {
  display: none;
  margin-top: 10px;
}
.contact-validation-active #c-loader i,
.contact-validation-active #loader i,
.contact-validation-active #loader2 i {
  font-size: 30px;
  font-size: 1.6666666667rem;
  color: #0A0E0D;
  display: inline-block;
  animation: rotating linear 2s infinite;
}
.contact-validation-active #success,
.contact-validation-active #success2,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error,
.contact-validation-active #error2 {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #success2,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error,
  .contact-validation-active #error2 {
    font-size: 15px;
  }
}
.contact-validation-active #c-success,
.contact-validation-active #success,
.contact-validation-active #success2 {
  background-color: rgb(0, 153.5, 0);
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-validation-active #c-error,
.contact-validation-active #error,
.contact-validation-active #error2 {
  background-color: rgb(255, 25.5, 25.5);
  border-left: 5px solid red;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 5s alternate infinite;
}
@keyframes margin {
  0% {
    transform: translateY(-60px);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(-60px);
  }
}
@keyframes marginOdd {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
/*** back to top **/
.back-to-top {
  background-color: rgba(195, 255, 0, 0.8);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #C3FF00;
  border-radius: 0;
  text-align: center;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  transform: rotate(45deg);
  transition: opacity 0.25s ease, visibility 0.25s ease, background-color 0.2s;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.back-to-top:hover {
  background-color: #C3FF00;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1rem;
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}

.fancybox-wrap {
  z-index: 99999;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 999999;
}

.fancybox-wrap {
  z-index: 9999999;
}

.new_img-animet {
  visibility: hidden;
  overflow: hidden;
}

.inner-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.inner-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-image::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.inner-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/* cursor css */
@media (min-width: 992px) {
  .cursor {
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #C3FF00;
    /* Transform is driven by mousemove, so it must not animate on `all` or the
       marker visibly trails the pointer. State changes (hover/click) keep the
       slower easing; position gets a very short one so it stays tight. */
    transition: width 300ms linear, height 300ms linear,
      background-color 300ms linear, border-color 300ms linear,
      opacity 300ms linear, transform 70ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 1111111;
  }
  .cursor2 {
    width: 13px;
    height: 13px;
    border-radius: 0;
    background-color: #9D9D9D;
    opacity: 0.3;
    position: fixed;
    transform: translate(-50%, -50%) rotate(45deg);
    pointer-events: none;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 111111;
  }
  .hover {
    background-color: #9D9D9D;
    opacity: 0.2;
    border: 1px solid transparent;
  }
  .cursorinnerhover {
    width: 45px;
    height: 45px;
    opacity: 0.5;
  }
}
.fl-section-title,
.fl-section-title-s2,
.fl-section-title-s3 {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 991px) {
  .fl-section-title,
  .fl-section-title-s2,
  .fl-section-title-s3 {
    margin-bottom: 35px;
  }
}
.fl-section-title .title-text,
.fl-section-title-s2 .title-text,
.fl-section-title-s3 .title-text {
  display: block;
  padding-bottom: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 114%;
  letter-spacing: -0.64px;
  color: #C3FF00;
}
@media (max-width: 991px) {
  .fl-section-title .title-text,
  .fl-section-title-s2 .title-text,
  .fl-section-title-s3 .title-text {
    font-size: 18px;
    line-height: 120%;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .fl-section-title .title-text,
  .fl-section-title-s2 .title-text,
  .fl-section-title-s3 .title-text {
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 15px;
  }
}
.fl-section-title h2,
.fl-section-title-s2 h2,
.fl-section-title-s3 h2 {
  margin: 0;
  font-weight: 800;
  font-size: 128px;
  line-height: 79%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.fl-section-title h2 span,
.fl-section-title-s2 h2 span,
.fl-section-title-s3 h2 span {
  display: inline-block;
}
.fl-section-title h2 span::first-letter,
.fl-section-title-s2 h2 span::first-letter,
.fl-section-title-s3 h2 span::first-letter {
  font-style: italic;
}
@media (max-width: 1399px) {
  .fl-section-title h2,
  .fl-section-title-s2 h2,
  .fl-section-title-s3 h2 {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .fl-section-title h2,
  .fl-section-title-s2 h2,
  .fl-section-title-s3 h2 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .fl-section-title h2,
  .fl-section-title-s2 h2,
  .fl-section-title-s3 h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .fl-section-title h2,
  .fl-section-title-s2 h2,
  .fl-section-title-s3 h2 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .fl-section-title h2,
  .fl-section-title-s2 h2,
  .fl-section-title-s3 h2 {
    font-size: 40px;
  }
}
@media (max-width: 425px) {
  .fl-section-title h2,
  .fl-section-title-s2 h2,
  .fl-section-title-s3 h2 {
    font-size: 35px;
  }
}
.fl-section-title p,
.fl-section-title-s2 p,
.fl-section-title-s3 p {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 128%;
  letter-spacing: -0.64px;
  color: #CECECE;
  max-width: 560px;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .fl-section-title p,
  .fl-section-title-s2 p,
  .fl-section-title-s3 p {
    font-size: 20px;
    margin: 0 auto;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .fl-section-title p,
  .fl-section-title-s2 p,
  .fl-section-title-s3 p {
    font-size: 18px;
    padding-top: 15px;
  }
}
@media (max-width: 575px) {
  .fl-section-title p,
  .fl-section-title-s2 p,
  .fl-section-title-s3 p {
    font-size: 16px;
  }
}
.fl-section-title .theme-btn,
.fl-section-title-s2 .theme-btn,
.fl-section-title-s3 .theme-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .fl-section-title .theme-btn,
  .fl-section-title-s2 .theme-btn,
  .fl-section-title-s3 .theme-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .fl-section-title .theme-btn,
  .fl-section-title-s2 .theme-btn,
  .fl-section-title-s3 .theme-btn {
    margin-top: 15px;
  }
}

.fl-section-title-s2 {
  text-align: start;
}
@media (max-width: 991px) {
  .fl-section-title-s2 {
    text-align: center;
  }
}

.fl-section-title-s3 .title-text {
  position: relative;
  color: #FFCC00;
  display: inline-block;
  padding: 0 25px;
  z-index: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 111%;
  letter-spacing: 15%;
  text-transform: uppercase;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .fl-section-title-s3 .title-text {
    padding: 0 20px;
    padding-bottom: 15px;
    font-size: 12px;
  }
}
.fl-section-title-s3 .title-text::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 16px;
  height: 1px;
  background: #FFCC00;
  z-index: -1;
}
.fl-section-title-s3 .title-text::before {
  position: absolute;
  content: "";
  top: 7px;
  right: 0;
  width: 16px;
  height: 1px;
  background: #FFCC00;
  z-index: -1;
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4 {
  display: inline-block;
  padding: 21px 30px;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  color: #181818;
  background: #C3FF00;
  border-radius: 0;
  font-family: "Inter Display";
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  padding-right: 70px;
}
.theme-btn::before,
.theme-btn-s2::before,
.theme-btn-s3::before,
.theme-btn-s4::before {
  position: absolute;
  content: "\e628";
  font-family: "themify";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0A0E0D;
  color: #C3FF00;
  top: 50%;
  right: 3px;
  width: 50px;
  height: 50px;
  border-radius: 0;
  font-size: 15px;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .theme-btn::before,
  .theme-btn-s2::before,
  .theme-btn-s3::before,
  .theme-btn-s4::before {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .theme-btn::before,
  .theme-btn-s2::before,
  .theme-btn-s3::before,
  .theme-btn-s4::before {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
.theme-btn::after,
.theme-btn-s2::after,
.theme-btn-s3::after,
.theme-btn-s4::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  width: 0;
  height: 100%;
  border-radius: 0;
  opacity: 0;
  background-color: rgb(136.5, 178.5, 0);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.theme-btn:hover, .theme-btn:focus, .theme-btn:active,
.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active,
.theme-btn-s3:hover,
.theme-btn-s3:focus,
.theme-btn-s3:active,
.theme-btn-s4:hover,
.theme-btn-s4:focus,
.theme-btn-s4:active {
  background-color: transparent;
  background-color: #C3FF00;
  color: #fff;
}
.theme-btn:hover::after, .theme-btn:focus::after, .theme-btn:active::after,
.theme-btn-s2:hover::after,
.theme-btn-s2:focus::after,
.theme-btn-s2:active::after,
.theme-btn-s3:hover::after,
.theme-btn-s3:focus::after,
.theme-btn-s3:active::after,
.theme-btn-s4:hover::after,
.theme-btn-s4:focus::after,
.theme-btn-s4:active::after {
  width: 100%;
  left: 0;
  right: 0;
  opacity: 1;
}
.theme-btn:hover::before, .theme-btn:focus::before, .theme-btn:active::before,
.theme-btn-s2:hover::before,
.theme-btn-s2:focus::before,
.theme-btn-s2:active::before,
.theme-btn-s3:hover::before,
.theme-btn-s3:focus::before,
.theme-btn-s3:active::before,
.theme-btn-s4:hover::before,
.theme-btn-s4:focus::before,
.theme-btn-s4:active::before {
  transform: translateY(-50%);
  color: #fff;
}
@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3,
  .theme-btn-s4 {
    padding: 17px 30px;
    padding-right: 55px;
  }
}
@media (max-width: 767px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3,
  .theme-btn-s4 {
    padding: 14px 20px;
    padding-right: 46px;
    font-size: 12px;
  }
}

.theme-btn-s2 {
  background-color: #F2F2F2;
  color: #0A0E0D;
}
.theme-btn-s2::before {
  color: #F2F2F2;
}

.theme-btn-s3 {
  background-color: #FFCC00;
  color: #0A0E0D;
}
.theme-btn-s3::after {
  background-color: rgb(178.5, 142.8, 0);
}
.theme-btn-s3::before {
  color: #FFCC00;
}
.theme-btn-s3:hover, .theme-btn-s3:focus, .theme-btn-s3:active {
  background-color: #FFCC00;
}

.view-cart-btn {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px 45px;
  background: #C3FF00;
  color: #181818;
  text-transform: capitalize;
}
.view-cart-btn::before {
  display: none;
}
.view-cart-btn:hover {
  color: #181818;
  background-color: rgb(175.5, 229.5, 0);
}
.view-cart-btn.s1 {
  background: #F2F2F2;
}

.form input,
.form textarea,
.form select {
  border-color: rgb(191.25, 191.25, 191.25);
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: rgb(89.25, 89.25, 89.25);
  font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #0A0E0D;
  -o-box-shadow: 0 0 5px 0 rgb(31.25, 43.75, 40.625);
  -ms-box-shadow: 0 0 5px 0 rgb(31.25, 43.75, 40.625);
  box-shadow: 0 0 5px 0 rgb(31.25, 43.75, 40.625);
}
.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: rgb(89.25, 89.25, 89.25);
}
.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: rgb(89.25, 89.25, 89.25);
}
.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: rgb(89.25, 89.25, 89.25);
}
.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: rgb(89.25, 89.25, 89.25);
}
.form select {
  font-style: normal;
  background: url(../images/select-icon.webp) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.form ::-moz-placeholder {
  font-style: normal;
}
.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}
.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}
.social-links li a {
  background-color: rgb(31.25, 43.75, 40.625);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #0A0E0D;
}

.fl-page-title .fl-breadcumb-wrap,
.fl-page-title-s2 .fl-breadcumb-wrap {
  text-align: center;
}
.fl-page-title .fl-breadcumb-wrap h1,
.fl-page-title-s2 .fl-breadcumb-wrap h1 {
  margin: 0;
  font-weight: 900;
  font-size: 231.33px;
  line-height: 79%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.fl-page-title .fl-breadcumb-wrap h1 span,
.fl-page-title-s2 .fl-breadcumb-wrap h1 span {
  display: inline-block;
}
.fl-page-title .fl-breadcumb-wrap h1 span::first-letter,
.fl-page-title-s2 .fl-breadcumb-wrap h1 span::first-letter {
  font-style: italic;
}
@media (max-width: 1399px) {
  .fl-page-title .fl-breadcumb-wrap h1,
  .fl-page-title-s2 .fl-breadcumb-wrap h1 {
    font-size: 180px;
  }
}
@media (max-width: 1199px) {
  .fl-page-title .fl-breadcumb-wrap h1,
  .fl-page-title-s2 .fl-breadcumb-wrap h1 {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .fl-page-title .fl-breadcumb-wrap h1,
  .fl-page-title-s2 .fl-breadcumb-wrap h1 {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .fl-page-title .fl-breadcumb-wrap h1,
  .fl-page-title-s2 .fl-breadcumb-wrap h1 {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .fl-page-title .fl-breadcumb-wrap h1,
  .fl-page-title-s2 .fl-breadcumb-wrap h1 {
    font-size: 70px;
  }
}
@media (max-width: 425px) {
  .fl-page-title .fl-breadcumb-wrap h1,
  .fl-page-title-s2 .fl-breadcumb-wrap h1 {
    font-size: 50px;
  }
}
.fl-page-title .fl-breadcumb-wrap p,
.fl-page-title-s2 .fl-breadcumb-wrap p {
  margin: 0;
  text-align: center;
  padding-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  max-width: 440px;
  margin: 0 auto;
  color: #CECECE;
}
@media (max-width: 767px) {
  .fl-page-title .fl-breadcumb-wrap p,
  .fl-page-title-s2 .fl-breadcumb-wrap p {
    font-size: 14px;
    line-height: 140%;
    padding-top: 5px;
  }
}

.fl-page-title-s2 .fl-breadcumb-wrap {
  text-align: start;
}

.preloader {
  background-color: #0b0e0d;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 111111111111111100000000000000;
  overflow: hidden;
}
.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.preloader .vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 0;
}
.preloader * {
  transition: all 0.3s;
}
.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 168px;
  height: 168px;
  border: 1px solid rgba(195, 255, 0, 0.45);
  border-radius: 0;
  box-shadow: 0 0 45px rgba(195, 255, 0, 0.08);
  margin-left: -84px;
  margin-top: -84px;
  transform: rotate(45deg);
  animation: preloader-diamond-pulse 1.4s infinite ease-in-out;
}
.preloader .loader-circle::before {
  position: absolute;
  content: "";
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.preloader .vertical-centered-box .content img {
  display: block;
  width: 132px;
  height: auto;
  animation: preloader-logo-pulse 1.4s infinite ease-in-out;
}
.preloader .loader-line-mask {
  display: none;
}
.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(0.5, 0.5, 1);
}
.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader-diamond-pulse {
  0%, 100% {
    opacity: 0.55;
    transform: rotate(45deg) scale(0.92);
  }
  50% {
    opacity: 1;
    transform: rotate(45deg) scale(1);
  }
}
@keyframes preloader-logo-pulse {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.preloader [not-existing] {
  zoom: 1;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}
.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}
.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}
.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 600;
  color: #fff;
  background: #4B4B4B;
  display: block;
}
@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 0.8333333333rem;
  }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #C3FF00;
  border-color: #0A0E0D;
  color: #000;
}
.pagination-wrapper .pg-pagination .fi:before {
  font-size: 17px;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*--------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/
/* 2.1 Navigation */
.fl-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 991px) {
  .fl-site-header {
    top: 0;
  }
}

.fl-site-header .navigation {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.navbar-header .navbar-brand {
  font-size: 35px;
  font-weight: 400;
  line-height: normal;
  font-family: "Inter Display";
  color: #0A0E0D;
  margin: 0;
  padding: 0;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 999999999;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  box-shadow: 0 -5px 15px rgba(8, 106, 216, 0.2901960784);
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.fl-site-header .navigation > .container {
  position: relative;
}

.fl-site-header .row {
  width: 100%;
}

.fl-site-header .site-navbar {
  transition: all 0.5s;
}

.fl-site-header .site-navbar > ul li a:hover,
.fl-site-header .site-navbar > ul li a.active {
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .fl-site-header .site-navbar {
    /*** hover effect ***/
    justify-content: center;
  }
  .fl-site-header .site-navbar > .navbar-nav {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .fl-site-header .site-navbar li {
    position: relative;
  }
  .fl-site-header .site-navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .fl-site-header .site-navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
    -moz-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
  }
  .fl-site-header .site-navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.fl-site-header .navigation > .container-fluid {
  width: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
}
@media (max-width: 1023px) {
  .fl-site-header .navigation > .container-fluid {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (max-width: 639px) {
  .fl-site-header .navigation > .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .fl-site-header {
    /* class for show hide navigation */
  }
  .fl-site-header .row {
    flex-wrap: nowrap;
  }
  .fl-site-header .container {
    width: 100%;
    max-width: 100%;
  }
  .fl-site-header .header-right {
    right: -10px;
  }
  .fl-site-header .navbar-header button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .fl-site-header .navbar-header button span:last-child {
    margin: 0;
  }
}
.fl-site-header .site-navbar ul {
  list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
  .fl-site-header .site-navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .fl-site-header .site-navbar > ul {
    z-index: 101;
  }
  .fl-site-header .site-navbar ul a {
    color: #000;
  }
  .fl-site-header .site-navbar ul a:hover,
  .fl-site-header .site-navbar ul li.current a {
    color: #0A0E0D;
  }
  .fl-site-header .site-navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .fl-site-header .navbar-toggler .first-angle,
  .fl-site-header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }
  .fl-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .fl-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .fl-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .fl-site-header .site-navbar .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .fl-site-header .navbar-header .collapse,
  .fl-site-header .navbar-toggle {
    display: block;
  }
  .fl-site-header .navbar-right {
    float: none;
  }
  .fl-site-header .navbar-nav {
    float: none;
  }
  .fl-site-header .navbar-nav > li {
    float: none;
  }
}
.fl-site-header .header-right {
  display: flex;
  justify-content: end;
  z-index: 991;
  position: relative;
  align-items: center;
  padding-left: 0;
}
.fl-site-header .header-right .close-form {
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .fl-site-header .header-right .close-form {
    padding-right: 5px;
  }
}

.fl-site-header .header-right button {
  padding: 0;
  border: 0;
  outline: 0;
}

.fl-site-header .header-right > div {
  float: left;
  position: relative;
}

@media (max-width: 450px) {
  .fl-site-header .header-right > div {
    margin-right: 5px;
  }
  .fl-site-header .header-right {
    right: -20px;
  }
}
@media (max-width: 450px) {
  .fl-site-header .header-right .cart-toggle-btn {
    display: none;
  }
}

.header-left {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1500px) {
  .header-left {
    gap: 10px;
  }
}
.header-left .header-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-left .header-social a {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all 0.25s ease-in-out;
}
.header-left .header-social a:hover {
  color: #0A0E0D;
  border-color: #C3FF00;
  background-color: #C3FF00;
}
@media (max-width: 1199px) {
  .header-left .header-social {
    gap: 5px;
  }
  .header-left .header-social a {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .header-left .header-social {
    display: none;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all 0.3s;
  }
}
.fl-site-header .navigation {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.fl-site-header .navigation.sticky-header {
  background: #0A0E0D;
}
.fl-site-header .navigation > .container {
  position: relative;
}
@media (max-width: 991px) {
  .fl-site-header .navigation {
    padding: 15px 0;
  }
}
.fl-site-header .site-navbar {
  transition: all 0.5s;
}
.fl-site-header .site-navbar > ul li a:hover {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .fl-site-header .site-navbar li {
    position: relative;
  }
  .fl-site-header .site-navbar > ul > li > a {
    padding: 30px 40px;
    display: block;
    position: relative;
    color: #F2F2F2;
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: -0.32px;
  }
  .fl-site-header .site-navbar > ul .sub-menu {
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 250px;
    position: absolute;
    padding: 20px;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  }
  .fl-site-header .site-navbar > ul > li .sub-menu a {
    font-size: 16px;
    font-size: 0.8888888889rem;
    display: inline-block;
    padding: 5px 0px;
    color: #181818;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
  }
  .fl-site-header .site-navbar > ul > li .sub-menu a:after {
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 0px;
    height: 1px;
    content: "";
    background: #000;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .fl-site-header .site-navbar > ul > li .sub-menu a.active {
    font-weight: 500;
  }
  .fl-site-header .site-navbar > ul > li .sub-menu a.active:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .fl-site-header .site-navbar > ul > li .sub-menu a:hover:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .fl-site-header .site-navbar > ul > li > .sub-menu .sub-menu {
    left: 120%;
    top: 0;
    transform: unset;
  }
  .fl-site-header .site-navbar {
    /*** hover effect ***/
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .fl-site-header .site-navbar > ul > li:last-child .sub-menu .sub-menu {
    right: 110%;
    left: auto;
  }
}
@media screen and (min-width: 992px) {
  .fl-site-header .site-navbar > ul > li > .sub-menu > .menu-item-has-children {
    position: relative;
  }
  .fl-site-header .site-navbar > ul > li > .sub-menu > .menu-item-has-children:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6111111111rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
  }
  .fl-site-header .site-navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .fl-site-header .site-navbar .sub-menu > li:hover > .sub-menu {
    left: 110%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .fl-site-header .site-navbar > ul > li a {
    display: block;
    font-size: 15px;
    font-size: 0.8333333333rem;
    color: #fff;
    font-weight: 400;
  }
  .fl-site-header .site-navbar > ul > li a:hover, .fl-site-header .site-navbar > ul > li a.active {
    color: #fff;
  }
  .fl-site-header .site-navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .fl-site-header .site-navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .fl-site-header .site-navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .fl-site-header .site-navbar > ul .menu-item-has-children {
    position: relative;
  }
  .fl-site-header .site-navbar > ul .menu-item-has-children > a {
    position: relative;
    color: #fff;
  }
  .fl-site-header .site-navbar > ul .menu-item-has-children > a:hover, .fl-site-header .site-navbar > ul .menu-item-has-children > a.active {
    color: #fff;
  }
  .fl-site-header .site-navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6111111111rem;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  .fl-site-header .site-navbar > ul .menu-item-has-children > a.rotate:before {
    transform: rotate(90deg);
    top: 29%;
  }
  .fl-site-header .site-navbar > ul .menu-item-has-children > a.rotate {
    color: #fff;
  }
}
.fl-site-header {
  /* navigation open and close btn hide for width screen */
}
@media screen and (min-width: 992px) {
  .fl-site-header .navbar-header .open-btn {
    display: none;
  }
  .fl-site-header .site-navbar .close-navbar {
    display: none;
  }
}
.fl-site-header .menu-close {
  display: none;
}
.fl-site-header {
  /* style for navigation less than 992px */
}
@media (max-width: 991px) {
  .fl-site-header .container {
    width: 100%;
  }
  .fl-site-header .mobile-menu {
    display: flex;
    justify-content: flex-end;
  }
  .fl-site-header .mobile-menu button {
    background-color: #fff;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: relative;
    z-index: 20;
    display: block;
  }
  .fl-site-header .mobile-menu button:focus {
    outline: none;
    box-shadow: none;
  }
  .fl-site-header .mobile-menu button span {
    background-color: #000;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .fl-site-header .mobile-menu button span.first-angle {
    margin-top: 2px;
  }
  .fl-site-header .mobile-menu button span:last-child {
    margin: 0;
  }
  .fl-site-header .mobile-menu button .sr-only {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .fl-site-header .site-navbar {
    background: #252525;
    display: block;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    left: -320px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
  }
  .fl-site-header .site-navbar .navbar-nav {
    display: block;
  }
  .fl-site-header .site-navbar > ul {
    position: relative;
    z-index: 101;
  }
  .fl-site-header .site-navbar ul a {
    color: #000;
  }
  .fl-site-header .site-navbar ul a:hover,
  .fl-site-header .site-navbar ul li.current a {
    color: #0A0E0D;
  }
  .fl-site-header .site-navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  .fl-site-header .site-navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .fl-site-header .site-navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .fl-site-header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
  }
  .fl-site-header {
    /* class for show hide navigation */
  }
  .fl-site-header .site-navbar.slideIn {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .fl-site-header .navbar-toggler .first-angle,
  .fl-site-header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }
  .fl-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .fl-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .fl-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .fl-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .fl-site-header .site-navbar .navbar-nav {
    margin: 0;
  }
}
.fl-site-header .navbar-header .navbar-brand {
  display: block;
}
.fl-site-header {
  /*navbar collaps less then 992px*/
}
@media (max-width: 991px) {
  .fl-site-header .navbar-header .collapse,
  .fl-site-header .navbar-toggle {
    display: block;
  }
  .fl-site-header .navbar-header {
    float: none;
  }
  .fl-site-header .navbar-right {
    float: none;
  }
  .fl-site-header .navbar-nav {
    float: none;
  }
  .fl-site-header .navbar-nav > li {
    float: none;
  }
}

.navbar-header {
  text-align: start;
  width: 100%;
}
@media (max-width: 991px) {
  .navbar-header {
    text-align: start;
    float: none;
    position: relative;
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .navbar-header {
    left: 0;
    text-align: start;
  }
}

.fl-site-header {
  padding-left: 70px;
  padding-right: 50px;
}
@media (max-width: 1700px) {
  .fl-site-header {
    padding-left: 50px;
    padding-right: 30px;
  }
}
@media (max-width: 1500px) {
  .fl-site-header {
    padding-left: 30px;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  .fl-site-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.fl-site-header .navigation.sticky-header {
  padding: 0 80px;
}
@media (max-width: 1825px) {
  .fl-site-header .navigation.sticky-header {
    padding: 0 50px;
  }
}
@media (max-width: 1400px) {
  .fl-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .fl-site-header .navigation.sticky-header {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .fl-site-header .navigation.sticky-header {
    padding: 10px 0;
  }
}
@media (max-width: 1785px) {
  .fl-site-header .site-navbar > ul > li > a {
    padding: 30px 30px;
  }
}
@media (max-width: 1600px) {
  .fl-site-header .site-navbar > ul > li > a {
    padding: 30px 20px;
  }
}
@media (max-width: 1399px) {
  .fl-site-header .site-navbar > ul > li > a {
    padding: 30px 18px;
  }
}
@media (max-width: 1199px) {
  .fl-site-header .site-navbar > ul > li > a {
    padding: 30px 14px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .fl-site-header .site-navbar > ul > li > a {
    padding: 15px 20px;
  }
  .fl-site-header {
    padding: 0;
  }
}
.header-style-s3 {
  position: relative;
}

/* Header Style 3 */
.header-style-s2 {
  position: relative;
  top: 30px;
  left: 0;
  background: transparent;
  z-index: 999;
  padding: 0;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .header-style-s2 {
    padding-left: 0;
    top: 0;
  }
}
.header-style-s2 .site-navbar > ul > li > a {
  padding: 25px 120px;
  color: #F2F2F2;
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
@media (max-width: 1775px) {
  .header-style-s2 .site-navbar > ul > li > a {
    padding: 25px 100px;
  }
}
@media (max-width: 1600px) {
  .header-style-s2 .site-navbar > ul > li > a {
    padding: 25px 80px;
  }
}
@media (max-width: 1399px) {
  .header-style-s2 .site-navbar > ul > li > a {
    padding: 25px 60px;
  }
}
@media (max-width: 1199px) {
  .header-style-s2 .site-navbar > ul > li > a {
    padding: 25px 50px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .header-style-s2 .site-navbar > ul > li > a {
    padding: 15px 20px;
    color: #fff;
    text-transform: capitalize;
  }
}
.header-style-s2 .navigation.sticky-header {
  padding: 0 40px;
  background: #000;
}
@media (max-width: 1835px) {
  .header-style-s2 .navigation.sticky-header {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .header-style-s2 .navigation.sticky-header {
    padding: 15px 0;
  }
}
@media (max-width: 1845px) {
  .header-style-s2 .navigation.sticky-header .brand-logo {
    padding: 0 180px;
    padding-right: 140px;
  }
}
@media (max-width: 1600px) {
  .header-style-s2 .navigation.sticky-header .brand-logo {
    padding: 0px 130px;
    padding-right: 90px;
  }
}
@media (max-width: 1199px) {
  .header-style-s2 .navigation.sticky-header .brand-logo {
    padding: 0px 100px;
    padding-right: 50px;
  }
}
@media (max-width: 1845px) {
  .header-style-s2 .navigation.sticky-header .site-navbar > ul > li > a {
    padding: 30px 40px;
  }
}
@media (max-width: 1399px) {
  .header-style-s2 .navigation.sticky-header .site-navbar > ul > li > a {
    padding: 30px 25px;
  }
}
@media (max-width: 1199px) {
  .header-style-s2 .navigation.sticky-header .site-navbar > ul > li > a {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .header-style-s2 .navigation.sticky-header .site-navbar > ul > li > a {
    padding: 15px 20px;
    color: #fff;
  }
}
.header-style-s2 .navigation.sticky-header .site-navbar ul {
  border: none;
}
.header-style-s2 .mobile-menu button {
  background-color: #fff;
}
.header-style-s2 .mobile-menu button span {
  background-color: #000;
}
.header-style-s2 .site-navbar ul li a:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .header-style-s2 .site-navbar ul li a:first-child {
    padding: 15px 20px;
    color: #fff;
  }
}
.header-style-s2 .site-navbar ul li a:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .header-style-s2 .site-navbar ul li a:last-child {
    padding: 15px 20px;
    color: #fff;
  }
}
@media (max-width: 991px) {
  .header-style-s2 #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
}
.header-style-s2 .brand-logo {
  padding: 0 250px;
  padding-right: 350px;
}
@media (max-width: 1775px) {
  .header-style-s2 .brand-logo {
    padding: 0 200px;
    padding-right: 280px;
  }
}
@media (max-width: 1600px) {
  .header-style-s2 .brand-logo {
    padding: 0 180px;
    padding-right: 225px;
  }
}
@media (max-width: 1399px) {
  .header-style-s2 .brand-logo {
    padding: 0 150px;
    padding-right: 170px;
  }
}
@media (max-width: 1199px) {
  .header-style-s2 .brand-logo {
    padding: 0 90px;
    padding-right: 100px;
  }
}
@media (max-width: 991px) {
  .header-style-s2 .brand-logo {
    padding: 0;
  }
}
.header-style-s2 .site-navbar {
  justify-content: center;
}
.header-style-s2 .site-navbar ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  flex-direction: row;
}
@media (max-width: 991px) {
  .header-style-s2 .site-navbar ul {
    border: 0;
  }
}
.header-style-s2 .navbar-brand {
  padding-bottom: 0 !important;
  padding-top: 0;
  top: 0;
}
@media (max-width: 991px) {
  .header-style-s2 .navbar-brand {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .header-style-s2 .navbar-header {
    text-align: end;
  }
}
@media (max-width: 425px) {
  .header-style-s2 .navbar-header {
    left: 10px;
  }
}

/*--------------------------------------------------------------
3.0 Home Page One
--------------------------------------------------------------*/
/* 3.1 Hero Static Section */
.fl-hero-static-s2 {
  position: relative;
  background: url(../images/hero/img-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  padding-top: 135px;
  padding-bottom: 30px;
  height: 100dvh;
  min-height: 720px;
  display: flex;
}

@media (max-width: 991px) {
  .fl-hero-static-s2 {
    min-height: 100svh;
    height: auto;
    padding-top: 180px;
    padding-bottom: 130px;
  }
}
@media (max-width: 575px) {
  .fl-hero-static-s2 {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}
.fl-hero-static::after,
.fl-hero-static-s2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background: linear-gradient(180deg, #0A0E0D 0%, rgba(10, 14, 13, 0) 100%);
  z-index: -1;
}
@media (max-width: 991px) {
  .fl-hero-static::after,
  .fl-hero-static-s2::after {
    height: 100%;
  }
}
.fl-hero-static .shape,
.fl-hero-static-s2 .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.fl-hero-static .shape img,
.fl-hero-static-s2 .shape img {
  display: block;
  width: 100%;
  max-width: none;
}
.fl-hero-static .hero-wrapper,
.fl-hero-static-s2 .hero-wrapper {
  height: 100%;
}
.fl-hero-static .hero-wrapper .hero-content,
.fl-hero-static-s2 .hero-wrapper .hero-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  max-width: 1730px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .fl-hero-static .hero-wrapper .hero-content,
  .fl-hero-static-s2 .hero-wrapper .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.fl-hero-static .hero-wrapper .hero-content h1,
.fl-hero-static-s2 .hero-wrapper .hero-content h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-weight: 900;
  font-size: 231px;
  line-height: 79%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  max-width: 1110px;
}
@media (max-width: 1600px) {
  .fl-hero-static .hero-wrapper .hero-content h1,
  .fl-hero-static-s2 .hero-wrapper .hero-content h1 {
    font-size: 180px;
  }
}
@media (max-width: 1399px) {
  .fl-hero-static .hero-wrapper .hero-content h1,
  .fl-hero-static-s2 .hero-wrapper .hero-content h1 {
    font-size: 160px;
    max-width: 820px;
  }
}
@media (max-width: 1199px) {
  .fl-hero-static .hero-wrapper .hero-content h1,
  .fl-hero-static-s2 .hero-wrapper .hero-content h1 {
    font-size: 130px;
    max-width: 650px;
  }
}
@media (max-width: 991px) {
  .fl-hero-static .hero-wrapper .hero-content h1,
  .fl-hero-static-s2 .hero-wrapper .hero-content h1 {
    font-size: 110px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .fl-hero-static .hero-wrapper .hero-content h1,
  .fl-hero-static-s2 .hero-wrapper .hero-content h1 {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .fl-hero-static .hero-wrapper .hero-content h1,
  .fl-hero-static-s2 .hero-wrapper .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 425px) {
  .fl-hero-static .hero-wrapper .hero-content h1,
  .fl-hero-static-s2 .hero-wrapper .hero-content h1 {
    font-size: 60px;
  }
}
.fl-hero-static .hero-wrapper .hero-content h1 span,
.fl-hero-static-s2 .hero-wrapper .hero-content h1 span {
  display: inline-block;
}
.fl-hero-static .hero-wrapper .hero-content h1 span::first-letter,
.fl-hero-static-s2 .hero-wrapper .hero-content h1 span::first-letter {
  font-style: italic;
}
.fl-hero-static .hero-wrapper .hero-content h1 .metal-text,
.fl-hero-static-s2 .hero-wrapper .hero-content h1 .metal-text {
  background-image: repeating-radial-gradient(rgba(255, 255, 255, 0) 0.0001%, #e0e0e0 0.0002%), repeating-conic-gradient(rgba(255, 255, 255, 0.7) 0.0001%, #cecece 0.0004%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  color: rgba(0, 0, 0, 0.25);
  color: #fff;
}
@media (max-width: 767px) {
  .fl-hero-static .hero-wrapper .hero-content h1 .metal-text,
  .fl-hero-static-s2 .hero-wrapper .hero-content h1 .metal-text {
    background-image: none;
    -webkit-text-fill-color: #fff;
    color: #fff;
  }
}
.fl-hero-static .hero-wrapper .hero-content .hero-right,
.fl-hero-static-s2 .hero-wrapper .hero-content .hero-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 50px;
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
@media (max-width: 1399px) {
  .fl-hero-static .hero-wrapper .hero-content .hero-right,
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-right {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .fl-hero-static .hero-wrapper .hero-content .hero-right,
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-right {
    width: 100%;
    justify-content: center;
    padding: 0;
  }
}
.fl-hero-static .hero-wrapper .hero-content .hero-right::before,
.fl-hero-static-s2 .hero-wrapper .hero-content .hero-right::before {
  position: absolute;
  content: "";
  top: 0;
  right: -88px;
  width: 700px;
  height: 100%;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 80%);
  backdrop-filter: blur(1px);
  z-index: -1;
}
@media (max-width: 1750px) {
  .fl-hero-static .hero-wrapper .hero-content .hero-right::before,
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-right::before {
    right: -50px;
  }
}
@media (max-width: 991px) {
  .fl-hero-static .hero-wrapper .hero-content .hero-right::before,
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-right::before {
    display: none;
  }
}
.fl-hero-static .hero-wrapper .hero-content .hero-right .grid h2,
.fl-hero-static-s2 .hero-wrapper .hero-content .hero-right .grid h2 {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 48px;
  line-height: 102%;
  letter-spacing: 1.6px;
}
@media (max-width: 1399px) {
  .fl-hero-static .hero-wrapper .hero-content .hero-right .grid h2,
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-right .grid h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .fl-hero-static .hero-wrapper .hero-content .hero-right .grid h2,
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-right .grid h2 {
    font-size: 35px;
  }
}
.fl-hero-static .hero-wrapper .hero-content .hero-right .grid h2 span,
.fl-hero-static-s2 .hero-wrapper .hero-content .hero-right .grid h2 span {
  font-family: "Geist FormLab", "Arial Black", sans-serif;
}
.fl-hero-static .hero-wrapper .hero-content .hero-right .grid p,
.fl-hero-static-s2 .hero-wrapper .hero-content .hero-right .grid p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: #CECECE;
}
@media (max-width: 575px) {
  .fl-hero-static .hero-wrapper .hero-content .hero-right .grid p,
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-right .grid p {
    font-size: 16px;
  }
}

/* Hero Static Section Style 2 */
.fl-hero-static-s2 {
  background-image: none;
  padding-bottom: 65px;
  padding-top: 100px;
  height: 890px;
  overflow: hidden;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .fl-hero-static-s2 {
    height: auto;
    padding: 90px 0;
  }
}
@media (max-width: 575px) {
  .fl-hero-static-s2 {
    padding: 60px 0;
  }
}
.fl-hero-static-s2.box-style::before {
  top: 30px;
}
.fl-hero-static-s2 .hero-wrapper .hero-content {
  flex-direction: column;
  justify-content: end;
  align-items: center;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content {
    justify-content: center;
    padding-bottom: 0;
  }
}
.fl-hero-static-s2 .hero-wrapper .hero-content .hero-left {
  position: relative;
  padding-left: 150px;
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1399px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-left {
    padding-left: 60px;
    max-width: 1150px;
  }
}
@media (max-width: 1199px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-left {
    padding-left: 0;
  }
}
.fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 {
  position: relative;
  z-index: 1;
  display: contents;
  font-size: 247px;
  line-height: 84%;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 1600px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 {
    font-size: 230px;
  }
}
@media (max-width: 1399px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 {
    font-size: 200px;
  }
}
@media (max-width: 1199px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 {
    font-size: 185px;
  }
}
@media (max-width: 991px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 {
    font-size: 130px;
  }
}
@media (max-width: 575px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 {
    font-size: 90px;
  }
}
@media (max-width: 425px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 {
    font-size: 70px;
  }
}
.fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 b {
  display: inline-block;
  padding-left: 290px;
}
@media (max-width: 1600px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 b {
    padding-left: 165px;
  }
}
@media (max-width: 991px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 b {
    padding: 0;
  }
}
.fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 b::first-letter {
  font-style: italic;
}
.fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 .tro {
  position: relative;
  display: inline-block;
}
.fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 .tro .tro-fill {
  position: relative;
  z-index: 1;
}
.fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 .tro .tro-fill::first-letter {
  font-style: normal;
}
.fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 .tro .tro-stroke {
  position: absolute;
  inset: 0;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 991px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 .tro .tro-stroke {
    display: none;
  }
}
.fl-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 .tro .tro-stroke::first-letter {
  font-style: normal;
}
.fl-hero-static-s2 .hero-wrapper .hero-content .hero-top {
  width: 100%;
  padding-left: 350px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1600px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-top {
    padding-left: 200px;
  }
}
@media (max-width: 1399px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-top {
    padding-left: 140px;
  }
}
@media (max-width: 1199px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-top {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-top {
    padding-left: 0;
    border: 0;
    padding-bottom: 30px;
  }
}
.fl-hero-static-s2 .hero-wrapper .hero-content p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  text-transform: uppercase;
  color: #D3D3D3;
  max-width: 300px;
}
@media (max-width: 991px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content p {
    margin: 0 auto;
  }
}
.fl-hero-static-s2 .hero-wrapper .hero-content .hero-right {
  padding: 0;
  background: transparent;
  backdrop-filter: blur(0);
  position: absolute;
  bottom: 285px;
  right: 340px;
  display: block;
  width: auto;
}
@media (max-width: 1700px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-right {
    right: 300px;
  }
}
@media (max-width: 1600px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-right {
    right: 190px;
  }
}
@media (max-width: 1399px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-right {
    right: 100px;
  }
}
@media (max-width: 1199px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-right {
    right: 0;
  }
}
@media (max-width: 991px) {
  .fl-hero-static-s2 .hero-wrapper .hero-content .hero-right {
    position: unset;
    margin-top: 30px;
  }
}
.fl-hero-static-s2 .hero-wrapper .hero-content .hero-right::before {
  display: none;
}
.fl-hero-static-s2 .hero-image {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .fl-hero-static-s2 .hero-image {
    display: none;
  }
}
.fl-hero-static-s2 .shape {
  position: absolute;
  left: 220px;
}
@media (max-width: 1199px) {
  .fl-hero-static-s2 .shape {
    left: 0;
  }
}

.client-team {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .client-team {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
}
.client-team ul {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .client-team ul {
    justify-content: center;
    margin-left: 0;
  }
}
.client-team ul li {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  margin: 0 -7px;
  text-align: center;
  padding: 2px;
  background: #181A1A;
}
.client-team ul li img {
  width: 100%;
  height: 100%;
  border-radius: 56px;
}
.client-team .client-text {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .client-team .client-text {
    padding-left: 20px;
  }
}
.client-team .client-text h3 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .client-team .client-text h3 {
    font-size: 21px;
  }
}
.client-team .client-text p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #CECECE;
}
@media (max-width: 991px) {
  .client-team .client-text p {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/
/* fl-site-footer */
.fl-site-footer,
.fl-site-footer-s2,
.fl-site-footer-s3 {
  background: url(../images/footer-bg-v2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
  padding-bottom: 40px;
  padding-top: 120px;
}
@media (max-width: 991px) {
  .fl-site-footer,
  .fl-site-footer-s2,
  .fl-site-footer-s3 {
    padding-bottom: 30px;
    padding-top: 0;
  }
}
.fl-site-footer::after,
.fl-site-footer-s2::after,
.fl-site-footer-s3::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 540px;
  background: linear-gradient(180deg, #0A0E0D 0%, rgba(10, 14, 13, 0) 100%);
  z-index: -1;
}
@media (max-width: 991px) {
  .fl-site-footer::after,
  .fl-site-footer-s2::after,
  .fl-site-footer-s3::after {
    height: 100%;
    background: linear-gradient(180deg, #0A0E0D 0%, rgba(10, 14, 13, 0) 220%);
  }
}
.fl-site-footer ul,
.fl-site-footer-s2 ul,
.fl-site-footer-s3 ul {
  list-style: none;
}
.fl-site-footer p,
.fl-site-footer-s2 p,
.fl-site-footer-s3 p {
  color: #fff;
}
.fl-site-footer li,
.fl-site-footer-s2 li,
.fl-site-footer-s3 li {
  color: #fff;
}
.fl-site-footer .fl-footer-wrapper,
.fl-site-footer-s2 .fl-footer-wrapper,
.fl-site-footer-s3 .fl-footer-wrapper {
  max-width: 1745px;
  margin: 0 auto;
}
.fl-site-footer .widget-title,
.fl-site-footer-s2 .widget-title,
.fl-site-footer-s3 .widget-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .fl-site-footer .widget-title,
  .fl-site-footer-s2 .widget-title,
  .fl-site-footer-s3 .widget-title {
    margin-bottom: 20px;
  }
}
.fl-site-footer .widget-title h3,
.fl-site-footer-s2 .widget-title h3,
.fl-site-footer-s3 .widget-title h3 {
  margin: 0;
  color: #CECECE;
  font-weight: 500;
  font-size: 14px;
  line-height: 128%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.fl-site-footer .footer-top-item,
.fl-site-footer-s2 .footer-top-item,
.fl-site-footer-s3 .footer-top-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .fl-site-footer .footer-top-item,
  .fl-site-footer-s2 .footer-top-item,
  .fl-site-footer-s3 .footer-top-item {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.fl-site-footer .footer-top-item .footer-content,
.fl-site-footer-s2 .footer-top-item .footer-content,
.fl-site-footer-s3 .footer-top-item .footer-content {
  max-width: 620px;
}
@media (max-width: 1199px) {
  .fl-site-footer .footer-top-item .footer-content,
  .fl-site-footer-s2 .footer-top-item .footer-content,
  .fl-site-footer-s3 .footer-top-item .footer-content {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .fl-site-footer .footer-top-item .footer-content,
  .fl-site-footer-s2 .footer-top-item .footer-content,
  .fl-site-footer-s3 .footer-top-item .footer-content {
    width: 50%;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .fl-site-footer .footer-top-item .footer-content,
  .fl-site-footer-s2 .footer-top-item .footer-content,
  .fl-site-footer-s3 .footer-top-item .footer-content {
    width: 100%;
  }
}
.fl-site-footer .footer-top-item .footer-content h2,
.fl-site-footer-s2 .footer-top-item .footer-content h2,
.fl-site-footer-s3 .footer-top-item .footer-content h2 {
  margin: 0;
  font-weight: 800;
  font-size: 96px;
  line-height: 98%;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  padding-bottom: 70px;
}
@media (max-width: 1399px) {
  .fl-site-footer .footer-top-item .footer-content h2,
  .fl-site-footer-s2 .footer-top-item .footer-content h2,
  .fl-site-footer-s3 .footer-top-item .footer-content h2 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .fl-site-footer .footer-top-item .footer-content h2,
  .fl-site-footer-s2 .footer-top-item .footer-content h2,
  .fl-site-footer-s3 .footer-top-item .footer-content h2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .fl-site-footer .footer-top-item .footer-content h2,
  .fl-site-footer-s2 .footer-top-item .footer-content h2,
  .fl-site-footer-s3 .footer-top-item .footer-content h2 {
    font-size: 60px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .fl-site-footer .footer-top-item .footer-content h2,
  .fl-site-footer-s2 .footer-top-item .footer-content h2,
  .fl-site-footer-s3 .footer-top-item .footer-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .fl-site-footer .footer-top-item .footer-content h2,
  .fl-site-footer-s2 .footer-top-item .footer-content h2,
  .fl-site-footer-s3 .footer-top-item .footer-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 425px) {
  .fl-site-footer .footer-top-item .footer-content h2,
  .fl-site-footer-s2 .footer-top-item .footer-content h2,
  .fl-site-footer-s3 .footer-top-item .footer-content h2 {
    font-size: 35px;
  }
}
.fl-site-footer .footer-link-widget,
.fl-site-footer-s2 .footer-link-widget,
.fl-site-footer-s3 .footer-link-widget {
  overflow: hidden;
  padding-right: 140px;
  margin-bottom: 60px;
  max-width: 370px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .fl-site-footer .footer-link-widget,
  .fl-site-footer-s2 .footer-link-widget,
  .fl-site-footer-s3 .footer-link-widget {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .fl-site-footer .footer-link-widget,
  .fl-site-footer-s2 .footer-link-widget,
  .fl-site-footer-s3 .footer-link-widget {
    margin: 0;
    padding: 0;
    width: 50%;
    padding-bottom: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .fl-site-footer .footer-link-widget,
  .fl-site-footer-s2 .footer-link-widget,
  .fl-site-footer-s3 .footer-link-widget {
    width: 100%;
    padding-left: 0;
    padding-bottom: 50px;
  }
}
.fl-site-footer .footer-link-widget .link-wrap,
.fl-site-footer-s2 .footer-link-widget .link-wrap,
.fl-site-footer-s3 .footer-link-widget .link-wrap {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .fl-site-footer .footer-link-widget .link-wrap,
  .fl-site-footer-s2 .footer-link-widget .link-wrap,
  .fl-site-footer-s3 .footer-link-widget .link-wrap {
    display: block;
  }
}
.fl-site-footer .footer-link-widget .link-wrap ul + ul,
.fl-site-footer-s2 .footer-link-widget .link-wrap ul + ul,
.fl-site-footer-s3 .footer-link-widget .link-wrap ul + ul {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .fl-site-footer .footer-link-widget .link-wrap ul + ul,
  .fl-site-footer-s2 .footer-link-widget .link-wrap ul + ul,
  .fl-site-footer-s3 .footer-link-widget .link-wrap ul + ul {
    margin-left: 0;
    padding-top: 14px;
  }
}
.fl-site-footer .footer-link-widget ul li,
.fl-site-footer-s2 .footer-link-widget ul li,
.fl-site-footer-s3 .footer-link-widget ul li {
  color: #F2F2F2;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0.32px;
}
.fl-site-footer .footer-link-widget ul li a,
.fl-site-footer-s2 .footer-link-widget ul li a,
.fl-site-footer-s3 .footer-link-widget ul li a {
  color: #F2F2F2;
  transition: all ease-in-out 0.3s;
}
.fl-site-footer .footer-link-widget ul li a:hover,
.fl-site-footer-s2 .footer-link-widget ul li a:hover,
.fl-site-footer-s3 .footer-link-widget ul li a:hover {
  text-decoration: underline;
  color: #F2F2F2;
}
.fl-site-footer .footer-link-widget ul li + li,
.fl-site-footer-s2 .footer-link-widget ul li + li,
.fl-site-footer-s3 .footer-link-widget ul li + li {
  padding-top: 14px;
}
@media (max-width: 991px) {
  .fl-site-footer .footer-contact,
  .fl-site-footer-s2 .footer-contact,
  .fl-site-footer-s3 .footer-contact {
    width: 50%;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .fl-site-footer .footer-contact,
  .fl-site-footer-s2 .footer-contact,
  .fl-site-footer-s3 .footer-contact {
    width: 100%;
    padding-bottom: 50px;
  }
}
.fl-site-footer .footer-contact ul li,
.fl-site-footer-s2 .footer-contact ul li,
.fl-site-footer-s3 .footer-contact ul li {
  font-weight: 500;
  font-size: 20px;
  line-height: 129%;
  padding-bottom: 10px;
}
.fl-site-footer .footer-contact ul li:last-child,
.fl-site-footer-s2 .footer-contact ul li:last-child,
.fl-site-footer-s3 .footer-contact ul li:last-child {
  padding-bottom: 0;
  color: #C3FF00;
  text-decoration: underline;
}
.fl-site-footer .footer-middle-item,
.fl-site-footer-s2 .footer-middle-item,
.fl-site-footer-s3 .footer-middle-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .fl-site-footer .footer-middle-item,
  .fl-site-footer-s2 .footer-middle-item,
  .fl-site-footer-s3 .footer-middle-item {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
  }
}
.fl-site-footer .footer-middle-item p,
.fl-site-footer-s2 .footer-middle-item p,
.fl-site-footer-s3 .footer-middle-item p {
  margin: 0;
  color: #CECECE;
  font-weight: 400;
  font-size: 14px;
  line-height: 128%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.fl-site-footer .footer-middle-item .social-link ul li a,
.fl-site-footer-s2 .footer-middle-item .social-link ul li a,
.fl-site-footer-s3 .footer-middle-item .social-link ul li a {
  color: #CECECE;
}
.fl-site-footer .footer-middle-item ul,
.fl-site-footer-s2 .footer-middle-item ul,
.fl-site-footer-s3 .footer-middle-item ul {
  display: flex;
  gap: 20px;
}
.fl-site-footer .footer-middle-item .text-link ul li a,
.fl-site-footer-s2 .footer-middle-item .text-link ul li a,
.fl-site-footer-s3 .footer-middle-item .text-link ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 128%;
  letter-spacing: 0.32px;
  color: #CECECE;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
}
.fl-site-footer .footer-middle-item .text-link ul li a:hover,
.fl-site-footer-s2 .footer-middle-item .text-link ul li a:hover,
.fl-site-footer-s3 .footer-middle-item .text-link ul li a:hover {
  text-decoration: underline;
  color: #F2F2F2;
}
.fl-site-footer .footer-bottom,
.fl-site-footer-s2 .footer-bottom,
.fl-site-footer-s3 .footer-bottom {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .fl-site-footer .footer-bottom,
  .fl-site-footer-s2 .footer-bottom,
  .fl-site-footer-s3 .footer-bottom {
    padding-top: 30px;
  }
}
.fl-site-footer .shape,
.fl-site-footer-s2 .shape,
.fl-site-footer-s3 .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  text-align: center;
}

.fl-site-footer-s2 {
  background-image: none;
}
@media (max-width: 991px) {
  .fl-site-footer-s2 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .fl-site-footer-s2 {
    padding-top: 60px;
  }
}
.fl-site-footer-s2::after {
  height: 100%;
}
.fl-site-footer-s2 .footer-top-item {
  max-width: 1440px;
  margin: 0 auto;
}
.fl-site-footer-s2 .footer-top-item .footer-content {
  order: 2;
  text-align: center;
}
@media (max-width: 991px) {
  .fl-site-footer-s2 .footer-top-item .footer-content {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .fl-site-footer-s2 .footer-top-item .footer-content {
    order: 1;
  }
}
.fl-site-footer-s2 .footer-top-item .footer-link-widget {
  margin-left: 0;
  order: 3;
  padding: 0;
}
@media (max-width: 991px) {
  .fl-site-footer-s2 .footer-top-item .footer-link-widget {
    padding-bottom: 60px;
  }
}
.fl-site-footer-s2 .footer-top-item .footer-contact {
  order: 1;
}
.fl-site-footer-s2 .footer-top-item .footer-contact ul li:last-child {
  color: #FFCC00;
}
.fl-site-footer-s2 .shape {
  left: 150px;
}
@media (max-width: 1399px) {
  .fl-site-footer-s2 .shape {
    left: 0;
  }
}

@media (max-width: 991px) {
  .fl-site-footer-s3 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .fl-site-footer-s3 {
    padding-top: 60px;
  }
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 1111;
  opacity: 0;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

/* 3.2 About Section */
.fl-about-section .fl-about-wrap .title-text h2,
.fl-about-section-s2 .fl-about-wrap .title-text h2,
.fl-about-section-s3 .fl-about-wrap .title-text h2 {
  margin: 0;
  font-weight: 600;
  font-size: 64px;
  line-height: 115%;
  letter-spacing: -0.64px;
  max-width: 1045px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .fl-about-section .fl-about-wrap .title-text h2,
  .fl-about-section-s2 .fl-about-wrap .title-text h2,
  .fl-about-section-s3 .fl-about-wrap .title-text h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .fl-about-section .fl-about-wrap .title-text h2,
  .fl-about-section-s2 .fl-about-wrap .title-text h2,
  .fl-about-section-s3 .fl-about-wrap .title-text h2 {
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .fl-about-section .fl-about-wrap .title-text h2,
  .fl-about-section-s2 .fl-about-wrap .title-text h2,
  .fl-about-section-s3 .fl-about-wrap .title-text h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .fl-about-section .fl-about-wrap .title-text h2,
  .fl-about-section-s2 .fl-about-wrap .title-text h2,
  .fl-about-section-s3 .fl-about-wrap .title-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .fl-about-section .fl-about-wrap .title-text h2,
  .fl-about-section-s2 .fl-about-wrap .title-text h2,
  .fl-about-section-s3 .fl-about-wrap .title-text h2 {
    font-size: 25px;
  }
}
.fl-about-section .about-all-content,
.fl-about-section-s2 .about-all-content,
.fl-about-section-s3 .about-all-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  position: relative;
  z-index: 1111;
}
@media (max-width: 991px) {
  .fl-about-section .about-all-content,
  .fl-about-section-s2 .about-all-content,
  .fl-about-section-s3 .about-all-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .fl-about-section .about-all-content,
  .fl-about-section-s2 .about-all-content,
  .fl-about-section-s3 .about-all-content {
    gap: 20px;
  }
}
.fl-about-section .about-all-content .about-image,
.fl-about-section-s2 .about-all-content .about-image,
.fl-about-section-s3 .about-all-content .about-image {
  border-radius: 12px;
}
@media (max-width: 991px) {
  .fl-about-section .about-all-content .about-image,
  .fl-about-section-s2 .about-all-content .about-image,
  .fl-about-section-s3 .about-all-content .about-image {
    height: 100%;
  }
}
.fl-about-section .about-all-content .about-image img,
.fl-about-section-s2 .about-all-content .about-image img,
.fl-about-section-s3 .about-all-content .about-image img {
  border-radius: 12px;
}
@media (max-width: 991px) {
  .fl-about-section .about-all-content .about-image img,
  .fl-about-section-s2 .about-all-content .about-image img,
  .fl-about-section-s3 .about-all-content .about-image img {
    height: 100%;
    min-height: 365px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .fl-about-section .about-all-content .about-image img,
  .fl-about-section-s2 .about-all-content .about-image img,
  .fl-about-section-s3 .about-all-content .about-image img {
    min-height: 270px;
  }
}
@media (max-width: 991px) {
  .fl-about-section .about-left,
  .fl-about-section-s2 .about-left,
  .fl-about-section-s3 .about-left {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .fl-about-section .about-left,
  .fl-about-section-s2 .about-left,
  .fl-about-section-s3 .about-left {
    width: 100%;
  }
}
.fl-about-section .about-items,
.fl-about-section-s2 .about-items,
.fl-about-section-s3 .about-items {
  display: flex;
  background-color: #252525;
  padding: 20px;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .fl-about-section .about-items,
  .fl-about-section-s2 .about-items,
  .fl-about-section-s3 .about-items {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .fl-about-section .about-items,
  .fl-about-section-s2 .about-items,
  .fl-about-section-s3 .about-items {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .fl-about-section .about-items,
  .fl-about-section-s2 .about-items,
  .fl-about-section-s3 .about-items {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    text-align: center;
    padding: 15px;
  }
}
.fl-about-section .about-items .about-card,
.fl-about-section-s2 .about-items .about-card,
.fl-about-section-s3 .about-items .about-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 30px;
  padding-left: 10px;
  padding: 10px 30px 10px 10px;
}
@media (max-width: 1199px) {
  .fl-about-section .about-items .about-card,
  .fl-about-section-s2 .about-items .about-card,
  .fl-about-section-s3 .about-items .about-card {
    padding: 5px 5px 5px 0px;
  }
}
@media (max-width: 767px) {
  .fl-about-section .about-items .about-card,
  .fl-about-section-s2 .about-items .about-card,
  .fl-about-section-s3 .about-items .about-card {
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.fl-about-section .about-items .about-card p,
.fl-about-section-s2 .about-items .about-card p,
.fl-about-section-s3 .about-items .about-card p {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: -0.64px;
  max-width: 185px;
}
@media (max-width: 1199px) {
  .fl-about-section .about-items .about-card p,
  .fl-about-section-s2 .about-items .about-card p,
  .fl-about-section-s3 .about-items .about-card p {
    font-size: 18px;
    line-height: 115%;
  }
}
@media (max-width: 991px) {
  .fl-about-section .about-items .about-card p,
  .fl-about-section-s2 .about-items .about-card p,
  .fl-about-section-s3 .about-items .about-card p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fl-about-section .about-items .about-card p,
  .fl-about-section-s2 .about-items .about-card p,
  .fl-about-section-s3 .about-items .about-card p {
    margin: 0 auto;
  }
}
.fl-about-section .about-items .about-card .video-wrap .video-btn,
.fl-about-section-s2 .about-items .about-card .video-wrap .video-btn,
.fl-about-section-s3 .about-items .about-card .video-wrap .video-btn {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C3FF00;
  border-radius: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .fl-about-section .about-items .about-card .video-wrap .video-btn,
  .fl-about-section-s2 .about-items .about-card .video-wrap .video-btn,
  .fl-about-section-s3 .about-items .about-card .video-wrap .video-btn {
    width: 45px;
    height: 45px;
  }
}
.fl-about-section .about-items .about-card .video-wrap .video-btn .fi::before,
.fl-about-section-s2 .about-items .about-card .video-wrap .video-btn .fi::before,
.fl-about-section-s3 .about-items .about-card .video-wrap .video-btn .fi::before {
  font-size: 15px;
  position: relative;
  color: #000;
  z-index: 1;
}
@media (max-width: 767px) {
  .fl-about-section .about-items .about-card .video-wrap .video-btn .fi::before,
  .fl-about-section-s2 .about-items .about-card .video-wrap .video-btn .fi::before,
  .fl-about-section-s3 .about-items .about-card .video-wrap .video-btn .fi::before {
    font-size: 12px;
  }
}
.fl-about-section .about-right,
.fl-about-section-s2 .about-right,
.fl-about-section-s3 .about-right {
  max-width: 380px;
  width: 100%;
  margin-left: 40px;
  padding-left: 10px;
}
@media (max-width: 1399px) {
  .fl-about-section .about-right,
  .fl-about-section-s2 .about-right,
  .fl-about-section-s3 .about-right {
    margin-left: 0;
  }
}
/* Tablet: image and stats side by side, video card full width below.
   Without this the stats column keeps its 380px cap next to a 48% image and
   the video card wraps under both, leaving the right half of the row empty. */
@media (max-width: 991px) {
  .fl-about-section .about-right,
  .fl-about-section-s2 .about-right,
  .fl-about-section-s3 .about-right {
    max-width: none;
    width: 48%;
    padding-left: 0;
  }
  .fl-about-section .about-items,
  .fl-about-section-s2 .about-items,
  .fl-about-section-s3 .about-items {
    width: 100%;
  }
  .fl-about-section .about-items .about-card,
  .fl-about-section-s2 .about-items .about-card,
  .fl-about-section-s3 .about-items .about-card {
    flex: 0 0 200px;
    padding: 10px 20px 10px 10px;
  }
}
@media (max-width: 767px) {
  .fl-about-section .about-right,
  .fl-about-section-s2 .about-right,
  .fl-about-section-s3 .about-right {
    width: 100%;
  }
}
.fl-about-section .about-right .client-team,
.fl-about-section-s2 .about-right .client-team,
.fl-about-section-s3 .about-right .client-team {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fl-about-section .about-funfact,
.fl-about-section-s2 .about-funfact,
.fl-about-section-s3 .about-funfact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 50px;
}
.fl-about-section .about-funfact .grid h3,
.fl-about-section-s2 .about-funfact .grid h3,
.fl-about-section-s3 .about-funfact .grid h3 {
  margin: 0;
  font-weight: 600;
  font-size: 64px;
  line-height: 95%;
  letter-spacing: -0.48px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .fl-about-section .about-funfact .grid h3,
  .fl-about-section-s2 .about-funfact .grid h3,
  .fl-about-section-s3 .about-funfact .grid h3 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .fl-about-section .about-funfact .grid h3,
  .fl-about-section-s2 .about-funfact .grid h3,
  .fl-about-section-s3 .about-funfact .grid h3 {
    font-size: 40px;
  }
}
.fl-about-section .about-funfact .grid P,
.fl-about-section-s2 .about-funfact .grid P,
.fl-about-section-s3 .about-funfact .grid P {
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 125%;
  color: #CECECE;
}
@media (max-width: 991px) {
  .fl-about-section .about-funfact .grid P,
  .fl-about-section-s2 .about-funfact .grid P,
  .fl-about-section-s3 .about-funfact .grid P {
    font-size: 16px;
  }
}

/* 3.3 Service Section */
.fl-service-section .fl-service-wrap {
  position: relative;
  z-index: 1111;
}
.fl-service-section h4 {
  margin: 0;
  color: #0A0E0D;
  font-weight: 600;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: -0.64px;
}
@media (max-width: 991px) {
  .fl-service-section h4 {
    font-size: 20px;
  }
}
.fl-service-section h4 a {
  color: #0A0E0D;
}
.fl-service-section .service-card .icon img {
  transition: all 0.5s ease-in-out;
}
.fl-service-section .service-card h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 114%;
  letter-spacing: -0.64px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .fl-service-section .service-card h3 {
    font-size: 25px;
  }
}
.fl-service-section .service-card h3 a {
  color: #F2F2F2;
}
.fl-service-section .service-card P {
  margin: 0;
  color: #D6D6D6;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
}
@media (max-width: 575px) {
  .fl-service-section .service-card P {
    font-size: 14px;
  }
}
.fl-service-section .service-card .read-more {
  padding-top: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all ease-in-out 0.3s;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 120px;
}
.fl-service-section .service-card .read-more i {
  transform: rotate(-45deg);
  font-weight: 700;
  font-size: 16px;
}
.fl-service-section .service-card:hover .icon img {
  transform: rotateY(360deg);
}
.fl-service-section .service-right-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 991px) {
  .fl-service-section .service-right-item {
    flex-direction: row;
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .fl-service-section .service-right-item {
    flex-direction: column;
  }
}
.fl-service-section .service-right-item .service-card {
  background-color: #F2F2F2;
  padding: 60px;
  border-radius: 12px;
}
@media (max-width: 1399px) {
  .fl-service-section .service-right-item .service-card {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .fl-service-section .service-right-item .service-card {
    padding: 25px;
  }
}
.fl-service-section .service-right-item .service-card .icon {
  padding-bottom: 40px;
}
@media (max-width: 575px) {
  .fl-service-section .service-right-item .service-card .icon {
    padding-bottom: 25px;
  }
}
.fl-service-section .service-right-item .service-card p {
  color: #4B4B4B;
  padding-top: 12px;
}
.fl-service-section .service-right-item .service-card .read-more {
  color: #000;
}
.fl-service-section .col {
  min-height: 100%;
}

.service-card .icon img {
  transition: all 0.5s ease-in-out;
}
.service-card h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 114%;
  letter-spacing: -0.64px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .service-card h3 {
    font-size: 25px;
  }
}
.service-card h3 a {
  color: #F2F2F2;
}
.service-card P {
  margin: 0;
  color: #D6D6D6;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
}
@media (max-width: 575px) {
  .service-card P {
    font-size: 14px;
  }
}
.service-card .read-more {
  padding-top: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all ease-in-out 0.3s;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 120px;
}
.service-card .read-more i {
  transform: rotate(-45deg);
  font-weight: 700;
  font-size: 16px;
}
.service-card:hover .icon img {
  transform: rotateY(360deg);
}

.service-left-item {
  height: 100%;
}
.service-left-item .service-bg-image {
  position: relative;
  border-radius: 12px;
  height: 100%;
}
.service-left-item .service-bg-image img {
  border-radius: 12px;
  height: 100%;
}
@media (max-width: 767px) {
  .service-left-item .service-bg-image img {
    min-height: 500px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .service-left-item .service-bg-image img {
    min-height: 420px;
  }
}
.service-left-item .service-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1399px) {
  .service-left-item .service-content {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .service-left-item .service-content {
    padding: 20px;
  }
}
.service-left-item .service-content .item-2 {
  max-width: 250px;
}
.service-left-item .service-progress-area {
  padding-top: 100px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 8px 8px 32px 0px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  width: 100%;
  border-radius: 8px;
  padding: 30px 40px;
}
@media (max-width: 575px) {
  .service-left-item .service-progress-area {
    padding: 20px;
  }
}
.service-left-item .service-progress-area .title {
  margin-bottom: 22px;
}
@media (max-width: 575px) {
  .service-left-item .service-progress-area .title {
    margin-bottom: 10px;
  }
}
.service-left-item .service-progress-area .progress-item {
  margin-bottom: 5px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 575px) {
  .service-left-item .service-progress-area .progress-item {
    gap: 10px;
  }
}
.service-left-item .service-progress-area .progress-item:last-child {
  margin-bottom: 0;
}
.service-left-item .service-progress-area .progress-item .progress-text {
  max-width: 80px;
  width: 100%;
}
@media (max-width: 575px) {
  .service-left-item .service-progress-area .progress-item .progress-text {
    max-width: 55px;
  }
}
.service-left-item .service-progress-area .progress-item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  color: #0A0E0D;
}
@media (max-width: 575px) {
  .service-left-item .service-progress-area .progress-item span {
    font-size: 12px;
  }
}
.service-left-item .service-progress-area .progress-item .progress {
  background: rgba(0, 0, 0, 0.1);
  height: 10px;
  width: 100%;
  border-radius: 40px;
}
@media (max-width: 425px) {
  .service-left-item .service-progress-area .progress-item .progress {
    height: 8px;
  }
}
.service-left-item .service-progress-area .progress-item .progress .progress-bar {
  background: linear-gradient(90deg, #C3FF00 0%, #7CA300 100%);
  border-radius: 56px;
}

/* 3.4 Why Choose Section */
.fl-why-choose-section .why-choose-left-item .top-title,
.fl-why-choose-section-s2 .why-choose-left-item .top-title {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .fl-why-choose-section .why-choose-left-item .top-title,
  .fl-why-choose-section-s2 .why-choose-left-item .top-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.fl-why-choose-section .why-choose-left-item .top-title h2,
.fl-why-choose-section-s2 .why-choose-left-item .top-title h2 {
  margin: 0;
  font-weight: 600;
  font-size: 64px;
  line-height: 106%;
  letter-spacing: -0.64px;
  padding-top: 50px;
}
@media (max-width: 1399px) {
  .fl-why-choose-section .why-choose-left-item .top-title h2,
  .fl-why-choose-section-s2 .why-choose-left-item .top-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .fl-why-choose-section .why-choose-left-item .top-title h2,
  .fl-why-choose-section-s2 .why-choose-left-item .top-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .fl-why-choose-section .why-choose-left-item .top-title h2,
  .fl-why-choose-section-s2 .why-choose-left-item .top-title h2 {
    font-size: 40px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .fl-why-choose-section .why-choose-left-item .top-title h2,
  .fl-why-choose-section-s2 .why-choose-left-item .top-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .fl-why-choose-section .why-choose-left-item .top-title h2,
  .fl-why-choose-section-s2 .why-choose-left-item .top-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .fl-why-choose-section .why-choose-left-item .top-title h2,
  .fl-why-choose-section-s2 .why-choose-left-item .top-title h2 {
    font-size: 25px;
  }
}
.fl-why-choose-section .why-choose-right-item,
.fl-why-choose-section-s2 .why-choose-right-item {
  padding-top: 50px;
}
.fl-why-choose-section .why-choose-right-item .image,
.fl-why-choose-section-s2 .why-choose-right-item .image {
  position: relative;
  border-radius: 12px;
  text-align: center;
  z-index: 1111;
}
.fl-why-choose-section .why-choose-right-item .image img,
.fl-why-choose-section-s2 .why-choose-right-item .image img {
  border-radius: 12px;
}
@media (max-width: 991px) {
  .fl-why-choose-section .why-choose-right-item .image img,
  .fl-why-choose-section-s2 .why-choose-right-item .image img {
    width: 100%;
  }
}
.fl-why-choose-section .why-choose-right-item .image .image-2,
.fl-why-choose-section-s2 .why-choose-right-item .image .image-2 {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 20px 20px 40px;
}
@media (max-width: 991px) {
  .fl-why-choose-section .why-choose-right-item .image .image-2,
  .fl-why-choose-section-s2 .why-choose-right-item .image .image-2 {
    padding: 20px;
  }
}

.why-choose-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1399px) {
  .why-choose-content {
    gap: 30px;
  }
}
.why-choose-content .why-choose-item {
  display: flex;
  gap: 45px;
  max-width: 303px;
}
@media (max-width: 1399px) {
  .why-choose-content .why-choose-item {
    gap: 15px;
    max-width: 281px;
  }
}
@media (max-width: 1199px) {
  .why-choose-content .why-choose-item {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .why-choose-content .why-choose-item {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .why-choose-content .why-choose-item {
    max-width: 240px;
  }
}
@media (max-width: 575px) {
  .why-choose-content .why-choose-item {
    max-width: 250px;
    margin: 0 auto;
    flex-direction: column;
    text-align: center;
  }
}
.why-choose-content .why-choose-item span {
  font-weight: 800;
  font-size: 48px;
  line-height: 79%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  color: rgba(242, 242, 242, 0.1);
  display: block;
}
@media (max-width: 1199px) {
  .why-choose-content .why-choose-item span {
    font-size: 40px;
  }
}
.why-choose-content .why-choose-item span::first-letter {
  font-style: italic;
}
.why-choose-content .why-choose-item h3 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 114%;
  letter-spacing: -0.64px;
  max-width: 150px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .why-choose-content .why-choose-item h3 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .why-choose-content .why-choose-item h3 {
    max-width: unset;
  }
}
@media (max-width: 575px) {
  .why-choose-content .why-choose-item h3 {
    font-size: 19px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.why-choose-content .why-choose-item .why-choose-card p {
  margin: 0;
  color: #CECECE;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
}
@media (max-width: 1199px) {
  .why-choose-content .why-choose-item .why-choose-card p {
    font-size: 15px;
  }
}

/* 3.5 Pricing Section */
.fl-pricing-wrap .pricing-all-content {
  background: #0A0E0D;
  display: flex;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
  border-radius: 12px;
  padding: 15px;
  position: relative;
  z-index: 1111;
}
@media (max-width: 767px) {
  .fl-pricing-wrap .pricing-all-content {
    display: block;
  }
}
.fl-pricing-wrap .pricing-all-content .pricing-item {
  border-radius: 8px;
  width: 100%;
  padding: 40px;
  padding-right: 70px;
  transition: all ease-in-out 0.3s;
}
.fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1199px) {
  .fl-pricing-wrap .pricing-all-content .pricing-item {
    padding: 40px 20px;
  }
}
@media (max-width: 575px) {
  .fl-pricing-wrap .pricing-all-content .pricing-item {
    padding: 30px 20px;
  }
}
.fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-top {
  text-align: start;
}
.fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-top .text-top {
  color: #F2F2F2;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0.32px;
}
.fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-top p {
  margin: 0;
  color: #CECECE;
  font-weight: 400;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: -0.48px;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  .fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-top p {
    font-size: 16px;
  }
}
.fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-top h3 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 64px;
  line-height: 125%;
}
.fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-top h3 span::first-letter {
  font-style: italic;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-top h3 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-top h3 {
    font-size: 45px;
  }
}
.fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-top h3 small {
  display: inline-block;
  margin-left: 10px;
  margin-top: 30px;
  color: #949494;
  font-weight: 500;
  font-size: 16px;
  line-height: 146%;
  letter-spacing: -0.48px;
}
.fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom {
  padding-top: 90px;
  margin-top: auto;
}
@media (max-width: 1199px) {
  .fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom {
    padding-top: 40px;
  }
}
.fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom ul {
  list-style: none;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom ul {
    padding-bottom: 30px;
  }
}
.fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom ul li {
  color: #F2F2F2;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: -0.48px;
}
@media (max-width: 1199px) {
  .fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom ul li {
    font-size: 16px;
  }
}
.fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom ul li::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(242, 242, 242, 0.25);
}
.fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom .theme-btn {
  display: block;
  text-align: center;
  background-color: #232424;
  color: #F2F2F2;
}
@media (max-width: 991px) {
  .fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom .theme-btn {
    padding: 18px 30px;
  }
}
@media (max-width: 767px) {
  .fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom .theme-btn {
    padding: 15px 30px;
  }
}
.fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom .theme-btn::before {
  background-color: #F2F2F2;
  color: #0A0E0D;
}
.fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom .theme-btn:hover {
  color: #fff;
}
.fl-pricing-wrap .pricing-all-content .pricing-item:hover, .fl-pricing-wrap .pricing-all-content .pricing-item.active {
  background-color: #1b1b1b;
}
.fl-pricing-wrap .pricing-all-content .pricing-item:hover .pricing-item-inner .pricing-bottom .theme-btn, .fl-pricing-wrap .pricing-all-content .pricing-item.active .pricing-item-inner .pricing-bottom .theme-btn {
  background-color: #C3FF00;
  color: #181818;
}
.fl-pricing-wrap .pricing-all-content .pricing-item:hover .pricing-item-inner .pricing-bottom .theme-btn::before, .fl-pricing-wrap .pricing-all-content .pricing-item.active .pricing-item-inner .pricing-bottom .theme-btn::before {
  background-color: #0A0E0D;
  color: #C3FF00;
}
.fl-pricing-wrap .pricing-all-content .pricing-item:hover .pricing-item-inner .pricing-bottom .theme-btn::after, .fl-pricing-wrap .pricing-all-content .pricing-item.active .pricing-item-inner .pricing-bottom .theme-btn::after {
  background-color: transparent;
}

/* 3.6 Transformation Section */
.fl-transformation-section .transformation-left-item .fl-section-title-s2 {
  margin-bottom: 100px;
}
.fl-transformation-section .transformation-left-item .transformation-content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1199px) {
  .fl-transformation-section .transformation-left-item .transformation-content {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .fl-transformation-section .transformation-left-item .transformation-content {
    justify-content: space-between;
    gap: 0;
  }
}
@media (max-width: 425px) {
  .fl-transformation-section .transformation-left-item .transformation-content {
    display: block;
  }
}
.fl-transformation-section .transformation-left-item .transformation-content .transformation-item {
  display: flex;
  gap: 30px;
  max-width: 290px;
  width: 100%;
}
@media (max-width: 1199px) {
  .fl-transformation-section .transformation-left-item .transformation-content .transformation-item {
    max-width: 250px;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .fl-transformation-section .transformation-left-item .transformation-content .transformation-item {
    max-width: 310px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .fl-transformation-section .transformation-left-item .transformation-content .transformation-item {
    max-width: 250px;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .fl-transformation-section .transformation-left-item .transformation-content .transformation-item {
    max-width: 190px;
  }
}
@media (max-width: 575px) {
  .fl-transformation-section .transformation-left-item .transformation-content .transformation-item {
    max-width: 190px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.fl-transformation-section .transformation-left-item .transformation-content .transformation-item .transformation-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(195, 255, 0, 0.07);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .fl-transformation-section .transformation-left-item .transformation-content .transformation-item .transformation-icon {
    margin: 0 auto;
  }
}
.fl-transformation-section .transformation-left-item .transformation-content .transformation-item .transformation-icon img {
  transition: all 0.5s ease-in-out;
}
.fl-transformation-section .transformation-left-item .transformation-content .transformation-item .transformation-card h3 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 114%;
  letter-spacing: -0.64px;
  max-width: 120px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .fl-transformation-section .transformation-left-item .transformation-content .transformation-item .transformation-card h3 {
    font-size: 22px;
    max-width: 115px;
  }
}
@media (max-width: 991px) {
  .fl-transformation-section .transformation-left-item .transformation-content .transformation-item .transformation-card h3 {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .fl-transformation-section .transformation-left-item .transformation-content .transformation-item .transformation-card h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .fl-transformation-section .transformation-left-item .transformation-content .transformation-item .transformation-card h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.fl-transformation-section .transformation-left-item .transformation-content .transformation-item .transformation-card p {
  margin: 0;
  color: #CECECE;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
}
@media (max-width: 575px) {
  .fl-transformation-section .transformation-left-item .transformation-content .transformation-item .transformation-card p {
    font-size: 15px;
  }
}
.fl-transformation-section .transformation-left-item .transformation-content .transformation-item:hover .transformation-icon img {
  transform: rotateY(360deg);
}
.fl-transformation-section .transformation-right-item .image {
  position: relative;
  border-radius: 12px;
  text-align: center;
  z-index: 111;
}
.fl-transformation-section .transformation-right-item .image::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(180deg, rgba(10, 14, 13, 0) 0%, rgba(10, 14, 13, 0.58) 100%);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  opacity: 0.4;
  z-index: 1;
}
.fl-transformation-section .transformation-right-item .image img {
  border-radius: 12px;
}
@media (max-width: 991px) {
  .fl-transformation-section .transformation-right-item .image img {
    width: 100%;
  }
}
.fl-transformation-section .transformation-right-item .image .transformation-btn {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 20px 20px 40px;
  z-index: 11;
}
@media (max-width: 991px) {
  .fl-transformation-section .transformation-right-item .image .transformation-btn {
    padding: 20px;
  }
}
.fl-transformation-section .transformation-right-item .image .transformation-btn .theme-btn-s2 {
  display: block;
  text-align: center;
}

/* 3.7 Team Section */
.fl-team-section .team-all-item,
.fl-team-section-s2 .team-all-item,
.fl-team-section-s3 .team-all-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1760px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .fl-team-section .team-all-item,
  .fl-team-section-s2 .team-all-item,
  .fl-team-section-s3 .team-all-item {
    flex-wrap: wrap;
  }
}
.fl-team-section .team-card,
.fl-team-section-s2 .team-card,
.fl-team-section-s3 .team-card {
  position: relative;
  z-index: 1111;
}
@media (max-width: 991px) {
  .fl-team-section .team-card,
  .fl-team-section-s2 .team-card,
  .fl-team-section-s3 .team-card {
    width: 48%;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .fl-team-section .team-card,
  .fl-team-section-s2 .team-card,
  .fl-team-section-s3 .team-card {
    width: 100%;
    text-align: center;
  }
}
.fl-team-section .team-card .team-item,
.fl-team-section-s2 .team-card .team-item,
.fl-team-section-s3 .team-card .team-item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 8px 8px 32px 0px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 575px) {
  .fl-team-section .team-card .team-item,
  .fl-team-section-s2 .team-card .team-item,
  .fl-team-section-s3 .team-card .team-item {
    padding: 15px;
  }
}
.fl-team-section .team-card .team-item .team-content span,
.fl-team-section-s2 .team-card .team-item .team-content span,
.fl-team-section-s3 .team-card .team-item .team-content span {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.64px;
  padding-bottom: 0;
  color: #0A0E0D;
}
@media (max-width: 1199px) {
  .fl-team-section .team-card .team-item .team-content span,
  .fl-team-section-s2 .team-card .team-item .team-content span,
  .fl-team-section-s3 .team-card .team-item .team-content span {
    font-size: 21px;
    line-height: 110%;
  }
}
.fl-team-section .team-card .team-item .team-content span a,
.fl-team-section-s2 .team-card .team-item .team-content span a,
.fl-team-section-s3 .team-card .team-item .team-content span a {
  color: #0A0E0D;
}
.fl-team-section .team-card .team-item .team-content p,
.fl-team-section-s2 .team-card .team-item .team-content p,
.fl-team-section-s3 .team-card .team-item .team-content p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #4B4B4B;
}
.fl-team-section .team-card.active .team-item, .fl-team-section .team-card:hover .team-item,
.fl-team-section-s2 .team-card.active .team-item,
.fl-team-section-s2 .team-card:hover .team-item,
.fl-team-section-s3 .team-card.active .team-item,
.fl-team-section-s3 .team-card:hover .team-item {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .fl-team-section .team-card.active .team-item, .fl-team-section .team-card:hover .team-item,
  .fl-team-section-s2 .team-card.active .team-item,
  .fl-team-section-s2 .team-card:hover .team-item,
  .fl-team-section-s3 .team-card.active .team-item,
  .fl-team-section-s3 .team-card:hover .team-item {
    bottom: 40px;
  }
}

/* 3.8 Testimonial Section */
.fl-testimonial-section .testimonial-slider,
.fl-testimonial-section-s2 .testimonial-slider {
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
}
.fl-testimonial-section .testimonial-slider .slider-nav,
.fl-testimonial-section-s2 .testimonial-slider .slider-nav {
  display: none;
}
.fl-testimonial-section .testimonial-slider .slider-dots,
.fl-testimonial-section-s2 .testimonial-slider .slider-dots {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .fl-testimonial-section .testimonial-slider .slider-dots,
  .fl-testimonial-section-s2 .testimonial-slider .slider-dots {
    display: none;
  }
}
.fl-testimonial-section .testimonial-slider .slider-dot,
.fl-testimonial-section-s2 .testimonial-slider .slider-dot {
  border: 0;
  width: 10px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  background-color: #C3FF00;
}
.fl-testimonial-section .testimonial-slider .slider-dot.is-active,
.fl-testimonial-section-s2 .testimonial-slider .slider-dot.is-active {
  background: #0A0E0D;
}
.fl-testimonial-section .testimonial-item,
.fl-testimonial-section-s2 .testimonial-item {
  max-width: 600px;
  margin: 0 auto;
}
.fl-testimonial-section .testimonial-item .testimonial-content,
.fl-testimonial-section-s2 .testimonial-item .testimonial-content {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 8px 8px 24px 0px rgba(10, 13, 13, 0.07);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 50px;
}
@media (max-width: 575px) {
  .fl-testimonial-section .testimonial-item .testimonial-content,
  .fl-testimonial-section-s2 .testimonial-item .testimonial-content {
    padding: 30px 20px;
  }
}
.fl-testimonial-section .testimonial-item .testimonial-content .shape,
.fl-testimonial-section-s2 .testimonial-item .testimonial-content .shape {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .fl-testimonial-section .testimonial-item .testimonial-content .shape,
  .fl-testimonial-section-s2 .testimonial-item .testimonial-content .shape {
    padding-bottom: 40px;
  }
}
.fl-testimonial-section .testimonial-item .testimonial-content p,
.fl-testimonial-section-s2 .testimonial-item .testimonial-content p {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
  color: #0A0E0D;
}
@media (max-width: 991px) {
  .fl-testimonial-section .testimonial-item .testimonial-content p,
  .fl-testimonial-section-s2 .testimonial-item .testimonial-content p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .fl-testimonial-section .testimonial-item .testimonial-content p,
  .fl-testimonial-section-s2 .testimonial-item .testimonial-content p {
    font-size: 17px;
  }
}
@media (max-width: 425px) {
  .fl-testimonial-section .testimonial-item .testimonial-content p,
  .fl-testimonial-section-s2 .testimonial-item .testimonial-content p {
    font-size: 15px;
  }
}
.fl-testimonial-section .testimonial-item .testimonial-content .testimonial-client,
.fl-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client {
  display: flex;
  align-items: center;
  padding-top: 30px;
  gap: 20px;
}
@media (max-width: 575px) {
  .fl-testimonial-section .testimonial-item .testimonial-content .testimonial-client,
  .fl-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client {
    gap: 10px;
  }
}
.fl-testimonial-section .testimonial-item .testimonial-content .testimonial-client img,
.fl-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client img {
  border-radius: 50%;
}
.fl-testimonial-section .testimonial-item .testimonial-content .testimonial-client h3,
.fl-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client h3 {
  margin: 0;
}
.fl-testimonial-section .testimonial-item .testimonial-content .testimonial-client span,
.fl-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client span {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
  color: #0A0E0D;
  padding-bottom: 5px;
}
@media (max-width: 575px) {
  .fl-testimonial-section .testimonial-item .testimonial-content .testimonial-client span,
  .fl-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client span {
    font-size: 16px;
  }
}
.fl-testimonial-section .testimonial-item .testimonial-content .testimonial-client .client-text,
.fl-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client .client-text {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #4B4B4B;
}
@media (max-width: 575px) {
  .fl-testimonial-section .testimonial-item .testimonial-content .testimonial-client .client-text,
  .fl-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client .client-text {
    font-size: 12px;
  }
}

/* 3.9 Fitness Section */
.fl-fitness-section .fitness-left .fl-section-title-s2 h2,
.fl-fitness-section-s2 .fitness-left .fl-section-title-s2 h2 {
  max-width: 640px;
}
.fl-fitness-section .contact-form-area,
.fl-fitness-section-s2 .contact-form-area {
  max-width: 540px;
  border-radius: 24px;
  background-color: #252525;
  padding: 60px 50px 50px;
  position: relative;
  z-index: 999;
}
@media (max-width: 1399px) {
  .fl-fitness-section .contact-form-area,
  .fl-fitness-section-s2 .contact-form-area {
    padding: 45px 30px 35px;
  }
}
@media (max-width: 991px) {
  .fl-fitness-section .contact-form-area,
  .fl-fitness-section-s2 .contact-form-area {
    max-width: unset;
  }
}
@media (max-width: 575px) {
  .fl-fitness-section .contact-form-area,
  .fl-fitness-section-s2 .contact-form-area {
    padding: 30px 20px 20px;
  }
}
.fl-fitness-section .contact-form-area .col,
.fl-fitness-section-s2 .contact-form-area .col {
  padding: 0 15px;
}
.fl-fitness-section .contact-form-area .input-item label,
.fl-fitness-section-s2 .contact-form-area .input-item label {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 144%;
  letter-spacing: -0.48px;
  margin-bottom: 10px;
}
.fl-fitness-section .contact-form-area .form-control,
.fl-fitness-section-s2 .contact-form-area .form-control {
  width: 100%;
  height: 45px;
  margin-bottom: 35px;
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.4);
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 144%;
  letter-spacing: -0.48px;
}
.fl-fitness-section .contact-form-area .form-control:focus,
.fl-fitness-section-s2 .contact-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}
.fl-fitness-section .contact-form-area .submit-area,
.fl-fitness-section-s2 .contact-form-area .submit-area {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .fl-fitness-section .contact-form-area .submit-area,
  .fl-fitness-section-s2 .contact-form-area .submit-area {
    display: block;
    margin-top: 10px;
  }
}
.fl-fitness-section .contact-form-area .submit-area .theme-btn,
.fl-fitness-section-s2 .contact-form-area .submit-area .theme-btn {
  border: 0;
}
.fl-fitness-section .contact-form-area .form-control::-moz-placeholder, .fl-fitness-section-s2 .contact-form-area .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.fl-fitness-section .contact-form-area .form-control::placeholder,
.fl-fitness-section-s2 .contact-form-area .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.fl-fitness-section .contact-form-area select.form-control,
.fl-fitness-section-s2 .contact-form-area select.form-control {
  color: rgba(255, 255, 255, 0.4);
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon.webp) no-repeat calc(100% - 0px) center;
  position: relative;
}
.fl-fitness-section .contact-form-area select.form-control option,
.fl-fitness-section-s2 .contact-form-area select.form-control option {
  color: #000;
}
.fl-fitness-section .contact-form-area .contact-validation-active label.error,
.fl-fitness-section-s2 .contact-form-area .contact-validation-active label.error {
  margin-top: -25px;
  margin-bottom: 20px;
  color: red;
  font-size: 12px;
}

/* 3.10 Blog Section */
.fl-blog-section .blog-card,
.fl-blog-section-s2 .blog-card,
.fl-blog-section-s3 .blog-card {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #252525;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 999;
}
@media (max-width: 1199px) {
  .fl-blog-section .blog-card,
  .fl-blog-section-s2 .blog-card,
  .fl-blog-section-s3 .blog-card {
    display: block;
  }
}
.fl-blog-section .blog-card img,
.fl-blog-section-s2 .blog-card img,
.fl-blog-section-s3 .blog-card img {
  border-radius: 8px;
}
.fl-blog-section .blog-card .blog-content,
.fl-blog-section-s2 .blog-card .blog-content,
.fl-blog-section-s3 .blog-card .blog-content {
  max-width: 266px;
  margin-left: 40px;
}
@media (max-width: 1399px) {
  .fl-blog-section .blog-card .blog-content,
  .fl-blog-section-s2 .blog-card .blog-content,
  .fl-blog-section-s3 .blog-card .blog-content {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .fl-blog-section .blog-card .blog-content,
  .fl-blog-section-s2 .blog-card .blog-content,
  .fl-blog-section-s3 .blog-card .blog-content {
    margin-left: 0;
    max-width: unset;
    align-items: start;
    padding-top: 20px;
    padding-left: 10px;
    padding: 20px 10px 20px;
  }
}
.fl-blog-section .blog-card .blog-content span,
.fl-blog-section-s2 .blog-card .blog-content span,
.fl-blog-section-s3 .blog-card .blog-content span {
  margin: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 105%;
  letter-spacing: -0.48px;
  color: #F2F2F2;
  padding-bottom: 45px;
  display: block;
}
@media (max-width: 1399px) {
  .fl-blog-section .blog-card .blog-content span,
  .fl-blog-section-s2 .blog-card .blog-content span,
  .fl-blog-section-s3 .blog-card .blog-content span {
    font-size: 26px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .fl-blog-section .blog-card .blog-content span,
  .fl-blog-section-s2 .blog-card .blog-content span,
  .fl-blog-section-s3 .blog-card .blog-content span {
    font-size: 22px;
    max-width: 355px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .fl-blog-section .blog-card .blog-content span,
  .fl-blog-section-s2 .blog-card .blog-content span,
  .fl-blog-section-s3 .blog-card .blog-content span {
    max-width: unset;
    font-size: 20px;
  }
}
.fl-blog-section .blog-card .blog-content span a,
.fl-blog-section-s2 .blog-card .blog-content span a,
.fl-blog-section-s3 .blog-card .blog-content span a {
  color: #F2F2F2;
  transition: all ease-in-out 0.3s;
}
.fl-blog-section .blog-card .blog-content span a:hover,
.fl-blog-section-s2 .blog-card .blog-content span a:hover,
.fl-blog-section-s3 .blog-card .blog-content span a:hover {
  color: #C3FF00;
}
.fl-blog-section .blog-card .blog-content p,
.fl-blog-section-s2 .blog-card .blog-content p,
.fl-blog-section-s3 .blog-card .blog-content p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #CECECE;
  padding-bottom: 85px;
  max-width: 210px;
}
@media (max-width: 1399px) {
  .fl-blog-section .blog-card .blog-content p,
  .fl-blog-section-s2 .blog-card .blog-content p,
  .fl-blog-section-s3 .blog-card .blog-content p {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .fl-blog-section .blog-card .blog-content p,
  .fl-blog-section-s2 .blog-card .blog-content p,
  .fl-blog-section-s3 .blog-card .blog-content p {
    max-width: unset;
    padding-bottom: 15px;
  }
}
.fl-blog-section .blog-card .blog-content .blog-top,
.fl-blog-section-s2 .blog-card .blog-content .blog-top,
.fl-blog-section-s3 .blog-card .blog-content .blog-top {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-bottom: 25px;
}
@media (max-width: 1199px) {
  .fl-blog-section .blog-card .blog-content .blog-top,
  .fl-blog-section-s2 .blog-card .blog-content .blog-top,
  .fl-blog-section-s3 .blog-card .blog-content .blog-top {
    padding-bottom: 15px;
  }
}
.fl-blog-section .blog-card .blog-content .blog-top li,
.fl-blog-section-s2 .blog-card .blog-content .blog-top li,
.fl-blog-section-s3 .blog-card .blog-content .blog-top li {
  font-weight: 500;
  font-size: 12px;
  line-height: 128%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #CECECE;
  position: relative;
}
.fl-blog-section .blog-card .blog-content .blog-top li::after,
.fl-blog-section-s2 .blog-card .blog-content .blog-top li::after,
.fl-blog-section-s3 .blog-card .blog-content .blog-top li::after {
  position: absolute;
  content: "";
  top: 4px;
  left: -15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #BBBBBB;
}
.fl-blog-section .blog-card .blog-content .blog-top li a,
.fl-blog-section-s2 .blog-card .blog-content .blog-top li a,
.fl-blog-section-s3 .blog-card .blog-content .blog-top li a {
  color: #CECECE;
  transition: all ease-in-out 0.3s;
}
.fl-blog-section .blog-card .blog-content .blog-top li a:hover,
.fl-blog-section-s2 .blog-card .blog-content .blog-top li a:hover,
.fl-blog-section-s3 .blog-card .blog-content .blog-top li a:hover {
  color: #C3FF00;
}
.fl-blog-section .blog-card .blog-content .blog-top li:first-child::after,
.fl-blog-section-s2 .blog-card .blog-content .blog-top li:first-child::after,
.fl-blog-section-s3 .blog-card .blog-content .blog-top li:first-child::after {
  display: none;
}
.fl-blog-section .more,
.fl-blog-section-s2 .more,
.fl-blog-section-s3 .more {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all ease-in-out 0.3s;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 120px;
}
.fl-blog-section .more i,
.fl-blog-section-s2 .more i,
.fl-blog-section-s3 .more i {
  transform: rotate(-45deg);
  font-weight: 700;
  font-size: 16px;
}
.fl-blog-section .more:hover,
.fl-blog-section-s2 .more:hover,
.fl-blog-section-s3 .more:hover {
  color: #C3FF00;
}
@media (min-width: 1200px) {
  .fl-blog-section .blog-card .blog-content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .fl-blog-section .blog-card .blog-content p {
    padding-bottom: 0;
  }
}

/*--------------------------------------------------------------
5.0 Home Page Two
--------------------------------------------------------------*/
/* 5.1 About Section Style 2 */
.fl-about-section-s2,
.fl-about-section-s3 {
  background-color: #181A1A;
}
.fl-about-section-s2 .fl-about-wrap,
.fl-about-section-s3 .fl-about-wrap {
  max-width: 1420px;
  margin: 0 auto;
}
.fl-about-section-s2 .fl-about-wrap .title-text h2,
.fl-about-section-s3 .fl-about-wrap .title-text h2 {
  font-weight: 900;
  font-size: 72px;
  line-height: 110%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .fl-about-section-s2 .fl-about-wrap .title-text h2,
  .fl-about-section-s3 .fl-about-wrap .title-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .fl-about-section-s2 .fl-about-wrap .title-text h2,
  .fl-about-section-s3 .fl-about-wrap .title-text h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .fl-about-section-s2 .fl-about-wrap .title-text h2,
  .fl-about-section-s3 .fl-about-wrap .title-text h2 {
    font-size: 45px;
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .fl-about-section-s2 .fl-about-wrap .title-text h2,
  .fl-about-section-s3 .fl-about-wrap .title-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .fl-about-section-s2 .fl-about-wrap .title-text h2,
  .fl-about-section-s3 .fl-about-wrap .title-text h2 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .fl-about-section-s2 .fl-about-wrap .about-left-item,
  .fl-about-section-s3 .fl-about-wrap .about-left-item {
    text-align: center;
    padding-bottom: 30px;
  }
}
.fl-about-section-s2 .about-all-content,
.fl-about-section-s3 .about-all-content {
  flex-direction: column;
  max-width: 570px;
  margin-left: auto;
  gap: 45px;
  z-index: 111;
}
@media (max-width: 991px) {
  .fl-about-section-s2 .about-all-content,
  .fl-about-section-s3 .about-all-content {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .fl-about-section-s2 .about-all-content,
  .fl-about-section-s3 .about-all-content {
    gap: 30px;
  }
}
.fl-about-section-s2 .about-all-content .about-items,
.fl-about-section-s3 .about-all-content .about-items {
  order: 2;
  width: 100%;
  justify-content: space-between;
}
.fl-about-section-s2 .about-all-content .about-items .about-card .video-wrap .video-btn {
  background-color: #FFCC00;
}
.fl-about-section-s3 .about-all-content .about-items .about-card .video-wrap .video-btn {
  background-color: #C3FF00;
}
.fl-about-section-s2 .about-all-content .about-right,
.fl-about-section-s3 .about-all-content .about-right {
  order: 1;
  max-width: unset;
  margin: 0;
}
@media (max-width: 991px) {
  .fl-about-section-s2 .about-all-content .about-right .client-team,
  .fl-about-section-s3 .about-all-content .about-right .client-team {
    justify-content: center;
  }
}
.fl-about-section-s2 .about-funfact,
.fl-about-section-s3 .about-funfact {
  padding: 0;
  max-width: 550px;
}
@media (max-width: 991px) {
  .fl-about-section-s2 .about-funfact,
  .fl-about-section-s3 .about-funfact {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .fl-about-section-s2 .about-funfact,
  .fl-about-section-s3 .about-funfact {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .fl-about-section-s2 .about-funfact,
  .fl-about-section-s3 .about-funfact {
    flex-direction: column;
  }
}
.fl-about-section-s2 .about-funfact .grid h3,
.fl-about-section-s3 .about-funfact .grid h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 105%;
  letter-spacing: -0.48px;
  align-items: start;
}
@media (max-width: 991px) {
  .fl-about-section-s2 .about-funfact .grid h3,
  .fl-about-section-s3 .about-funfact .grid h3 {
    font-size: 40px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .fl-about-section-s2 .about-funfact .grid h3,
  .fl-about-section-s3 .about-funfact .grid h3 {
    font-size: 35px;
  }
}

/* 5.2 Program Section */
.fl-program-section {
  background-color: #181A1A;
  margin: 0;
  max-width: unset;
}
.fl-program-section .fl-program-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 60px;
}
@media (max-width: 1865px) {
  .fl-program-section .fl-program-wrap {
    margin: 0 20px;
  }
}
@media (max-width: 1600px) {
  .fl-program-section .fl-program-wrap {
    margin: 0;
  }
}
.fl-program-section .fl-program-wrap .program-card {
  max-width: 1745px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.fl-program-section .fl-program-wrap .program-card .program-item {
  position: relative;
  max-width: 860px;
}
@media (max-width: 1865px) {
  .fl-program-section .fl-program-wrap .program-card .program-item {
    max-width: 810px;
  }
}
@media (max-width: 1700px) {
  .fl-program-section .fl-program-wrap .program-card .program-item {
    max-width: 764px;
  }
}
@media (max-width: 1600px) {
  .fl-program-section .fl-program-wrap .program-card .program-item {
    max-width: 684px;
  }
}
@media (max-width: 1399px) {
  .fl-program-section .fl-program-wrap .program-card .program-item {
    max-width: 584px;
  }
}
@media (max-width: 1199px) {
  .fl-program-section .fl-program-wrap .program-card .program-item {
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .fl-program-section .fl-program-wrap .program-card .program-item {
    max-width: unset;
  }
}
.fl-program-section .fl-program-wrap .program-card .program-item img {
  border-radius: 12px;
}
.fl-program-section .fl-program-wrap .program-card .program-item .program-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 45px;
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}
@media (max-width: 1600px) {
  .fl-program-section .fl-program-wrap .program-card .program-item .program-content {
    padding: 25px;
  }
}
@media (max-width: 1199px) {
  .fl-program-section .fl-program-wrap .program-card .program-item .program-content {
    padding: 20px 15px;
  }
}
@media (max-width: 425px) {
  .fl-program-section .fl-program-wrap .program-card .program-item .program-content {
    padding: 15px;
  }
}
.fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-top span {
  font-weight: 600;
  font-size: 36px;
  line-height: 114%;
  letter-spacing: -0.64px;
  color: #0A0E0D;
  max-width: 220px;
  display: block;
}
@media (max-width: 1199px) {
  .fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-top span {
    font-size: 30px;
    max-width: 185px;
  }
}
@media (max-width: 425px) {
  .fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-top span {
    font-size: 25px;
    max-width: 185px;
  }
}
.fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-top span a {
  color: #0A0E0D;
}
.fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-bottom {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 991px) {
  .fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-bottom {
    text-align: center;
  }
}
.fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-bottom .program-text {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 8px 8px 32px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  width: 100%;
}
@media (max-width: 1199px) {
  .fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-bottom .program-text {
    padding: 15px 10px;
  }
}
@media (max-width: 425px) {
  .fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-bottom .program-text {
    padding: 10px;
  }
}
@media (max-width: 425px) {
  .fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-bottom .program-text:last-child {
    display: none;
  }
}
.fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-bottom .program-text ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-bottom .program-text ul {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-bottom .program-text ul {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-bottom .program-text ul {
    flex-direction: column;
    gap: 0;
  }
}
.fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-bottom .program-text ul li {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.64px;
  color: #0A0E0D;
}
@media (max-width: 1199px) {
  .fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-bottom .program-text ul li {
    font-size: 18px;
  }
}
.fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-bottom .program-text ul li span {
  font-weight: 500;
  font-size: 14px;
  line-height: 131%;
  letter-spacing: -0.64px;
  display: block;
  background: rgba(10, 14, 13, 0.09);
  padding: 5px 10px;
  border-radius: 30px;
}
.fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-bottom .program-text p {
  margin: 0;
  color: #0A0E0D;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 1199px) {
  .fl-program-section .fl-program-wrap .program-card .program-item .program-content .program-bottom .program-text p {
    font-size: 15px;
  }
}
.fl-program-section .fl-program-wrap .program-card .program-item:hover .program-bottom {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

/* 5.3 Why Choose Section Style 2 */
.fl-why-choose-section-s2 {
  background-color: transparent;
}
.fl-why-choose-section-s2 .fl-why-choose-wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.fl-why-choose-section-s2 .why-choose-left-item .why-choose-content {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (max-width: 991px) {
  .fl-why-choose-section-s2 .why-choose-left-item .why-choose-content {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }
}
.fl-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item {
  max-width: unset;
  gap: 25px;
  display: block;
  max-width: 270px;
}
@media (max-width: 991px) {
  .fl-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item {
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .fl-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item {
    max-width: 245px;
  }
}
@media (max-width: 991px) {
  .fl-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item h3 {
    margin: 0 auto;
    max-width: unset;
    margin-bottom: 5px;
  }
}
.fl-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item .why-choose-number {
  display: flex;
  gap: 25px;
}
@media (max-width: 991px) {
  .fl-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item .why-choose-number {
    flex-direction: column;
    gap: 15px;
  }
}
.fl-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item .why-choose-card p {
  max-width: 245px;
}
@media (max-width: 991px) {
  .fl-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item .why-choose-card p {
    margin: 0 auto;
  }
}
.fl-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item span {
  font-weight: 900;
  font-style: italic;
  font-size: 67px;
  line-height: 80%;
  letter-spacing: 0%;
  color: rgba(234, 234, 234, 0.12);
}
@media (max-width: 1199px) {
  .fl-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item span {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .fl-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .fl-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item span {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .fl-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item span {
    font-size: 40px;
  }
}

/* 5.4 Testimonial Section Style 2 */
.fl-testimonial-section-s2 {
  background: none;
  min-height: 100%;
}
.fl-testimonial-section-s2 .testimonial-slider {
  max-width: 570px;
  margin: 0;
  margin-left: auto;
}
@media (max-width: 991px) {
  .fl-testimonial-section-s2 .testimonial-slider {
    margin: 0 auto;
    margin-top: 40px;
  }
}
.fl-testimonial-section-s2 .testimonial-slider .slider-dot {
  background-color: #9D9D9D;
}
.fl-testimonial-section-s2 .testimonial-slider .slider-dot.is-active {
  background: #FFCC00;
}
.fl-testimonial-section-s2 .testimonial-wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.fl-testimonial-section-s2 .testimonial-item .testimonial-content {
  padding: 0;
  background-color: transparent;
}
.fl-testimonial-section-s2 .testimonial-item .testimonial-content h2 {
  margin: 0;
  font-weight: 900;
  font-size: 72px;
  line-height: 111%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 65px;
}
@media (max-width: 1199px) {
  .fl-testimonial-section-s2 .testimonial-item .testimonial-content h2 {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .fl-testimonial-section-s2 .testimonial-item .testimonial-content h2 {
    font-size: 55px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .fl-testimonial-section-s2 .testimonial-item .testimonial-content h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .fl-testimonial-section-s2 .testimonial-item .testimonial-content h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
.fl-testimonial-section-s2 .testimonial-item .testimonial-content p {
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}
.fl-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client .right-content {
  display: flex;
  align-items: center;
  gap: 5px;
}
.fl-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client .right-content span {
  padding: 0;
  color: #9D9D9D;
  display: block;
  text-transform: uppercase;
}
.fl-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client .right-content .client-text {
  color: #9D9D9D;
}
.fl-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client .client-text {
  color: #fff;
}

/* 5.5 Pricing Section Style 2 */
.fl-pricing-section-s2 {
  background-color: transparent;
}
@media (max-width: 991px) {
  .fl-pricing-section-s2 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .fl-pricing-section-s2 {
    padding-bottom: 60px;
  }
}
.fl-pricing-section-s2 .fl-pricing-wrapper {
  max-width: 1720px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.fl-pricing-section-s2 .fl-pricing-wrapper .fl-pricing-item {
  max-width: 1400px;
  margin: 0 auto;
}
.fl-pricing-section-s2 .fl-pricing-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 991px) {
  .fl-pricing-section-s2 .fl-pricing-left {
    padding-bottom: 40px;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
  }
}
.fl-pricing-section-s2 .fl-pricing-left .pricing-logo {
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  .fl-pricing-section-s2 .fl-pricing-left .pricing-logo {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .fl-pricing-section-s2 .fl-pricing-left .client-team {
    justify-content: center;
    padding-bottom: 15px;
    margin: 0;
  }
}
.fl-pricing-section-s2 .fl-pricing-left .pricing-left-bottom p {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 126%;
  letter-spacing: -0.32px;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .fl-pricing-section-s2 .fl-pricing-left .pricing-left-bottom p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .fl-pricing-section-s2 .fl-pricing-left .pricing-left-bottom p {
    font-size: 18px;
    padding-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .fl-pricing-section-s2 .fl-pricing-left .pricing-left-bottom p {
    font-size: 16px;
  }
}
.fl-pricing-section-s2 .fl-pricing-left .pricing-left-bottom h3 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #9D9D9D;
}
@media (max-width: 1199px) {
  .fl-pricing-section-s2 .fl-pricing-left .pricing-left-bottom h3 {
    font-size: 14px;
  }
}
.fl-pricing-section-s2 .fl-pricing-left .pricing-left-bottom h3 span {
  font-weight: 700;
  line-height: 160%;
}
.fl-pricing-section-s2 .fl-pricing-wrap .pricing-all-content {
  margin: 0;
  margin-left: auto;
  background-color: #1D1D1D;
  position: relative;
}
.fl-pricing-section-s2 .fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-top p {
  color: #9D9D9D;
}
.fl-pricing-section-s2 .fl-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom .theme-btn {
  background-color: #3A3838;
}
.fl-pricing-section-s2 .fl-pricing-wrap .pricing-all-content .pricing-item:hover, .fl-pricing-section-s2 .fl-pricing-wrap .pricing-all-content .pricing-item.active {
  background-color: #0A0E0D;
}
.fl-pricing-section-s2 .fl-pricing-wrap .pricing-all-content .pricing-item:hover .pricing-item-inner .pricing-bottom .theme-btn, .fl-pricing-section-s2 .fl-pricing-wrap .pricing-all-content .pricing-item.active .pricing-item-inner .pricing-bottom .theme-btn {
  background-color: #FFCC00;
}
.fl-pricing-section-s2 .fl-pricing-wrap .pricing-all-content .pricing-item:hover .pricing-item-inner .pricing-bottom .theme-btn::before, .fl-pricing-section-s2 .fl-pricing-wrap .pricing-all-content .pricing-item.active .pricing-item-inner .pricing-bottom .theme-btn::before {
  color: #FFCC00;
}

/* 5.6 Team Section Style 2 */
.fl-team-section-s2 {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .fl-team-section-s2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .fl-team-section-s2 {
    padding-bottom: 30px;
  }
}
.fl-team-section-s2 .owl-nav {
  display: none;
}
.fl-team-section-s2 .owl-dots {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .fl-team-section-s2 .owl-dots {
    display: none;
  }
}
.fl-team-section-s2 .owl-dots button {
  border: 0;
  width: 12px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  background-color: #9D9D9D;
}
.fl-team-section-s2 .owl-dots button.active {
  background-color: #FFCC00;
}
.fl-team-section-s2 .team-slider {
  position: relative;
}
.fl-team-section-s2 .team-slider .owl-item {
  max-width: 450px;
}
@media (max-width: 991px) {
  .fl-team-section-s2 .team-slider .owl-item {
    max-width: unset;
  }
}
.fl-team-section-s2 .team-left-side {
  margin-left: 240px;
}
@media (max-width: 1800px) {
  .fl-team-section-s2 .team-left-side {
    margin-left: 100px;
  }
}
@media (max-width: 1600px) {
  .fl-team-section-s2 .team-left-side {
    margin-left: 30px;
  }
}
@media (max-width: 1399px) {
  .fl-team-section-s2 .team-left-side {
    margin-left: 0;
  }
}
.fl-team-section-s2 .team-left-side .fl-section-title-s3 {
  text-align: start;
}
@media (max-width: 991px) {
  .fl-team-section-s2 .team-left-side .fl-section-title-s3 {
    text-align: center;
  }
}
.fl-team-section-s2 .team-left-side .fl-section-title-s3 h2 {
  font-weight: 900;
  font-size: 72px;
  line-height: 111%;
  letter-spacing: -0.32px;
}
@media (max-width: 1399px) {
  .fl-team-section-s2 .team-left-side .fl-section-title-s3 h2 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .fl-team-section-s2 .team-left-side .fl-section-title-s3 h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .fl-team-section-s2 .team-left-side .fl-section-title-s3 h2 {
    font-size: 40px;
    line-height: 105%;
  }
}
@media (max-width: 575px) {
  .fl-team-section-s2 .team-left-side .fl-section-title-s3 h2 {
    font-size: 30px;
  }
}
.fl-team-section-s2 .team-all-item {
  display: block;
}
.fl-team-section-s2 .team-card {
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.fl-team-section-s2 .team-card img {
  border-radius: 12px;
}
.fl-team-section-s2 .team-card .team-item {
  visibility: visible;
  opacity: 1;
  position: unset;
  background-color: transparent;
  padding: 0;
  padding-top: 20px;
}
.fl-team-section-s2 .team-card .team-item .team-content span {
  font-weight: 600;
  font-size: 28px;
  line-height: 145%;
  letter-spacing: -0.64px;
  color: #fff;
}
@media (max-width: 1199px) {
  .fl-team-section-s2 .team-card .team-item .team-content span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fl-team-section-s2 .team-card .team-item .team-content span {
    font-size: 20px;
  }
}
.fl-team-section-s2 .team-card .team-item .team-content span a {
  color: #fff;
}
.fl-team-section-s2 .team-card .team-item .team-content p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #9D9D9D;
}
@media (max-width: 767px) {
  .fl-team-section-s2 .team-card .team-item .team-content p {
    font-size: 16px;
  }
}

/* 5.7 Fitness Section Style 2 */
.fl-fitness-section-s2 {
  background-color: #181A1A;
}
.fl-fitness-section-s2 .fl-fitness-wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.fl-fitness-section-s2 .fitness-left {
  max-width: 535px;
  height: 100%;
}
@media (max-width: 991px) {
  .fl-fitness-section-s2 .fitness-left {
    margin: 0 auto;
    height: auto;
    margin-bottom: 40px;
    max-width: unset;
  }
}
.fl-fitness-section-s2 .fitness-left .image {
  height: 100%;
}
.fl-fitness-section-s2 .fitness-right {
  max-width: 690px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .fl-fitness-section-s2 .fitness-right {
    margin: 0 auto;
  }
}
.fl-fitness-section-s2 .fitness-right .fl-section-title-s2 h2 {
  max-width: 640px;
}
@media (max-width: 991px) {
  .fl-fitness-section-s2 .fitness-right .fl-section-title-s2 h2 {
    margin: 0 auto;
    text-align: center;
  }
}
.fl-fitness-section-s2 .image {
  position: relative;
  z-index: 1;
}
.fl-fitness-section-s2 .image .fitness-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  padding-top: 0;
  width: 100%;
  text-align: center;
  z-index: 11;
}
.fl-fitness-section-s2 .image .fitness-btn .theme-btn-s3 {
  width: 100%;
  text-align: center;
}
.fl-fitness-section-s2 .image::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 205px;
  background: linear-gradient(180deg, rgba(10, 14, 13, 0) 0%, rgba(10, 14, 13, 0.58) 100%);
  backdrop-filter: blur(2px);
  border-radius: 12px;
  z-index: 1;
}
@media (max-width: 767px) {
  .fl-fitness-section-s2 .image::before {
    height: 100px;
  }
}
.fl-fitness-section-s2 .contact-form-area {
  max-width: unset;
  z-index: 9;
}
.fl-fitness-section-s2 .contact-form-area .submit-area {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .fl-fitness-section-s2 .contact-form-area .submit-area {
    margin-top: 0;
  }
}
.fl-fitness-section-s2 .contact-form-area .submit-area .theme-btn {
  background-color: #3A3838;
  color: #F2F2F2;
  text-align: center;
  width: 100%;
}
.fl-fitness-section-s2 .contact-form-area .submit-area .theme-btn::before {
  color: #F2F2F2;
}
.fl-fitness-section-s2 .contact-form-area .submit-area .theme-btn::after {
  background-color: rgb(178.5, 142.8, 0);
}
.fl-fitness-section-s2 .col {
  min-height: 100%;
}

/* 5.8 Blog Section Style 2 */
.fl-blog-section-s2,
.fl-blog-section-s3 {
  background-color: #181A1A;
}
.fl-blog-section-s2 .blog-border,
.fl-blog-section-s3 .blog-border {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 1720px;
  margin: 0 auto;
}
.fl-blog-section-s2 .fl-blog-wrap,
.fl-blog-section-s3 .fl-blog-wrap {
  max-width: 1410px;
  margin: 0 auto;
}
.fl-blog-section-s2 .blog-card,
.fl-blog-section-s3 .blog-card {
  display: block;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  z-index: 11;
  position: relative;
}
.fl-blog-section-s2 .blog-card .blog-date,
.fl-blog-section-s3 .blog-card .blog-date {
  padding: 12px 20px;
  text-align: center;
  background-color: #F2F2F2;
  max-width: 80px;
  margin-left: auto;
  border-radius: 8px;
  margin-top: -65px;
  position: relative;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .fl-blog-section-s2 .blog-card .blog-date,
  .fl-blog-section-s3 .blog-card .blog-date {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .fl-blog-section-s2 .blog-card .blog-date,
  .fl-blog-section-s3 .blog-card .blog-date {
    max-width: 60px;
    padding: 10px;
  }
}
.fl-blog-section-s2 .blog-card .blog-date h3,
.fl-blog-section-s3 .blog-card .blog-date h3 {
  color: #181818;
  margin: 0;
}
.fl-blog-section-s2 .blog-card .blog-date small,
.fl-blog-section-s3 .blog-card .blog-date small {
  font-weight: 500;
  font-size: 14px;
  line-height: 124%;
  letter-spacing: 18%;
  text-transform: uppercase;
  color: #181818;
}
@media (max-width: 1199px) {
  .fl-blog-section-s2 .blog-card .blog-date small,
  .fl-blog-section-s3 .blog-card .blog-date small {
    font-size: 12px;
  }
}
.fl-blog-section-s2 .blog-card .blog-content,
.fl-blog-section-s3 .blog-card .blog-content {
  margin-left: 30px;
  max-width: unset;
  max-width: 410px;
  padding: 0;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .fl-blog-section-s2 .blog-card .blog-content,
  .fl-blog-section-s3 .blog-card .blog-content {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .fl-blog-section-s2 .blog-card .blog-content,
  .fl-blog-section-s3 .blog-card .blog-content {
    max-width: 600px;
  }
}
.fl-blog-section-s2 .blog-card .blog-content span,
.fl-blog-section-s3 .blog-card .blog-content span {
  padding: 0;
}
.fl-blog-section-s2 .blog-card .blog-content .blog-top,
.fl-blog-section-s3 .blog-card .blog-content .blog-top {
  padding-bottom: 15px;
}

/* Program Section Style 2 */
.fl-program-section.style-2 {
  background-color: transparent;
}
.fl-program-section.style-2 .fl-program-wrap {
  border: 0;
}

.fl-pricing-section-s2.style-3 .fl-pricing-wrapper {
  border: 0;
}

/*--------------------------------------------------------------
6.0 About Page
--------------------------------------------------------------*/
/* About Section Style 3 */
.fl-about-section-s3 {
  background-color: transparent;
}
.fl-about-section-s3 .fl-about-wrap {
  background-color: #1b1b1b;
  max-width: 1740px;
  padding: 10px;
  border-radius: 12px;
}
.fl-about-section-s3 .fl-about-wrap .client-team {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .fl-about-section-s3 .fl-about-wrap .client-team {
    justify-content: center;
    padding-bottom: 30px;
  }
}
.fl-about-section-s3 .fl-about-wrap .title-text h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.64px;
  text-transform: capitalize;
  margin-bottom: 35px;
}
@media (max-width: 1730px) {
  .fl-about-section-s3 .fl-about-wrap .title-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 1600px) {
  .fl-about-section-s3 .fl-about-wrap .title-text h2 {
    font-size: 50px;
  }
}
@media (max-width: 1399px) {
  .fl-about-section-s3 .fl-about-wrap .title-text h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .fl-about-section-s3 .fl-about-wrap .title-text h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .fl-about-section-s3 .fl-about-wrap .title-text h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.fl-about-section-s3 .fl-about-wrap .title-text p {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  color: #CECECE;
  max-width: 655px;
}
@media (max-width: 1199px) {
  .fl-about-section-s3 .fl-about-wrap .title-text p {
    font-size: 18px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .fl-about-section-s3 .fl-about-wrap .title-text p {
    font-size: 16px;
    line-height: 135%;
  }
}
.fl-about-section-s3 .fl-about-wrap .about-funfact {
  padding-top: 50px;
  max-width: unset;
}
@media (max-width: 1199px) {
  .fl-about-section-s3 .fl-about-wrap .about-funfact {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .fl-about-section-s3 .fl-about-wrap .about-funfact {
    padding-top: 30px;
  }
}
.fl-about-section-s3 .fl-about-wrap .about-funfact .grid h3 {
  font-weight: 600;
  font-size: 72px;
  line-height: 111%;
  letter-spacing: -0.48px;
}
@media (max-width: 1600px) {
  .fl-about-section-s3 .fl-about-wrap .about-funfact .grid h3 {
    font-size: 65px;
  }
}
@media (max-width: 1399px) {
  .fl-about-section-s3 .fl-about-wrap .about-funfact .grid h3 {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  .fl-about-section-s3 .fl-about-wrap .about-funfact .grid h3 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .fl-about-section-s3 .fl-about-wrap .about-funfact p {
    font-size: 15px;
  }
}
.fl-about-section-s3 .fl-about-wrap .about-left-item {
  padding: 80px;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1730px) {
  .fl-about-section-s3 .fl-about-wrap .about-left-item {
    padding: 50px;
    padding-right: 60px;
  }
}
@media (max-width: 1399px) {
  .fl-about-section-s3 .fl-about-wrap .about-left-item {
    padding: 30px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .fl-about-section-s3 .fl-about-wrap .about-left-item {
    padding: 20px;
  }
}
@media (max-width: 425px) {
  .fl-about-section-s3 .fl-about-wrap .about-left-item {
    padding: 20px 0;
  }
}
.fl-about-section-s3 .fl-about-wrap .about-left-item .title-text {
  order: 2;
}
.fl-about-section-s3 .fl-about-wrap .about-left-item .client-team {
  order: 1;
}
.fl-about-section-s3 .fl-about-wrap .about-left-item .about-funfact {
  order: 3;
}
.fl-about-section-s3 .fl-about-wrap .about-right-bg {
  background-color: #D9D9D9;
  width: 100%;
  height: 100%;
  padding: 300px 60px 40px;
  text-align: center;
  border-radius: 8px;
}
@media (max-width: 1730px) {
  .fl-about-section-s3 .fl-about-wrap .about-right-bg {
    padding: 210px 60px 40px;
  }
}
@media (max-width: 1399px) {
  .fl-about-section-s3 .fl-about-wrap .about-right-bg {
    padding: 165px 60px 40px;
  }
}
@media (max-width: 991px) {
  .fl-about-section-s3 .fl-about-wrap .about-right-bg {
    padding: 25px;
    margin-top: 10px;
  }
}
.fl-about-section-s3 .fl-about-wrap .about-right-bg img {
  border-radius: 12px;
}
.fl-about-section-s3 .fl-about-wrap .col {
  min-height: 100%;
}
.fl-about-section-s3 .fl-middle-content {
  max-width: 1325px;
  margin: 0 auto;
  padding-top: 120px;
}
@media (max-width: 991px) {
  .fl-about-section-s3 .fl-middle-content {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .fl-about-section-s3 .fl-middle-content {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .fl-about-section-s3 .fl-middle-content .about-middle-left {
    margin-bottom: 40px;
    text-align: center;
  }
}
.fl-about-section-s3 .fl-middle-content .about-middle-left h2 {
  margin: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 105%;
  letter-spacing: -0.48px;
  max-width: 315px;
}
@media (max-width: 991px) {
  .fl-about-section-s3 .fl-middle-content .about-middle-left h2 {
    margin: 0 auto;
    font-size: 25px;
  }
}
.fl-about-section-s3 .fl-middle-content .about-right-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1399px) {
  .fl-about-section-s3 .fl-middle-content .about-right-item {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .fl-about-section-s3 .fl-middle-content .about-right-item {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .fl-about-section-s3 .fl-middle-content .about-right-item {
    gap: 30px;
  }
}
.fl-about-section-s3 .fl-middle-content .about-right-item .about-right-content {
  display: flex;
  gap: 45px;
  max-width: 295px;
}
@media (max-width: 1199px) {
  .fl-about-section-s3 .fl-middle-content .about-right-item .about-right-content {
    gap: 20px;
    max-width: 250px;
  }
}
@media (max-width: 575px) {
  .fl-about-section-s3 .fl-middle-content .about-right-item .about-right-content {
    max-width: 250px;
    margin: 0 auto;
    flex-direction: column;
    text-align: center;
  }
}
.fl-about-section-s3 .fl-middle-content .about-right-item .about-right-content span {
  font-weight: 800;
  font-size: 48px;
  line-height: 79%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  color: rgba(242, 242, 242, 0.1);
  display: block;
}
@media (max-width: 1199px) {
  .fl-about-section-s3 .fl-middle-content .about-right-item .about-right-content span {
    font-size: 40px;
  }
}
.fl-about-section-s3 .fl-middle-content .about-right-item .about-right-content span::first-letter {
  font-style: italic;
}
.fl-about-section-s3 .fl-middle-content .about-right-item .about-right-content .about-right-text h3 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 114%;
  letter-spacing: -0.64px;
  max-width: 230px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .fl-about-section-s3 .fl-middle-content .about-right-item .about-right-content .about-right-text h3 {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .fl-about-section-s3 .fl-middle-content .about-right-item .about-right-content .about-right-text h3 {
    font-size: 19px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.fl-about-section-s3 .fl-middle-content .about-right-item .about-right-content .about-right-text p {
  margin: 0;
  color: #CECECE;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
}
@media (max-width: 1199px) {
  .fl-about-section-s3 .fl-middle-content .about-right-item .about-right-content .about-right-text p {
    font-size: 15px;
  }
}
.fl-about-section-s3 .about-all-content {
  max-width: unset;
  max-width: 1325px;
  margin: 0 auto;
  flex-direction: row;
  gap: 25px;
  padding-top: 120px;
  min-height: 100%;
}
@media (max-width: 991px) {
  .fl-about-section-s3 .about-all-content {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .fl-about-section-s3 .about-all-content {
    padding-top: 60px;
  }
}
.fl-about-section-s3 .about-all-content .about-items {
  order: 1;
  max-width: none;
  width: calc(50% - 12.5px);
}
@media (max-width: 991px) {
  .fl-about-section-s3 .about-all-content .about-items {
    max-width: unset;
    width: 48%;
  }
}
@media (max-width: 767px) {
  .fl-about-section-s3 .about-all-content .about-items {
    width: 100%;
  }
}
.fl-about-section-s3 .about-all-content .about-bottom-image {
  order: 2;
  width: calc(50% - 12.5px);
}
@media (max-width: 991px) {
  .fl-about-section-s3 .about-all-content .about-bottom-image {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .fl-about-section-s3 .about-all-content .about-bottom-image {
    width: 100%;
  }
}
.fl-about-section-s3 .about-all-content .about-bottom-image img {
  min-height: 358px;
  height: 100%;
}
@media (max-width: 1199px) {
  .fl-about-section-s3 .about-all-content .about-bottom-image img {
    min-height: 338px;
  }
}
@media (max-width: 991px) {
  .fl-about-section-s3 .about-all-content .about-bottom-image img {
    min-height: 380px;
  }
}
@media (max-width: 767px) {
  .fl-about-section-s3 .about-all-content .about-bottom-image img {
    min-height: 100%;
  }
}
.fl-about-section-s3 .about-all-content .about-card .video-wrap .video-btn {
  background-color: #C3FF00;
}

/* Mission Section Style 3 */
.fl-mission-section .mission-item {
  background-color: #F2F2F2;
  border-radius: 12px;
  padding: 50px 60px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .fl-mission-section .mission-item {
    padding: 40px 35px;
  }
}
@media (max-width: 575px) {
  .fl-mission-section .mission-item {
    padding: 30px 20px;
  }
}
.fl-mission-section .mission-item .icon {
  padding-bottom: 40px;
}
.fl-mission-section .mission-item .icon img {
  transition: all 0.5s ease-in-out;
}
.fl-mission-section .mission-item .mission-text h3 {
  margin: 0;
  color: #0A0E0D;
  font-weight: 600;
  font-size: 24px;
  line-height: 114%;
  letter-spacing: -0.64px;
  padding-bottom: 20px;
  max-width: 160px;
}
@media (max-width: 1199px) {
  .fl-mission-section .mission-item .mission-text h3 {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .fl-mission-section .mission-item .mission-text h3 {
    max-width: unset;
  }
}
.fl-mission-section .mission-item .mission-text p {
  margin: 0;
  color: #4B4B4B;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
}
@media (max-width: 1199px) {
  .fl-mission-section .mission-item .mission-text p {
    font-size: 15px;
  }
}
.fl-mission-section .mission-item:hover .icon img {
  transform: rotateY(360deg);
}
.fl-mission-section .mission-bottom {
  text-align: center;
  padding-top: 20px;
  max-width: 540px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .fl-mission-section .mission-bottom {
    padding-top: 0;
  }
}
.fl-mission-section .mission-bottom h4 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.64px;
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .fl-mission-section .mission-bottom h4 {
    font-size: 18px;
  }
}
.fl-mission-section .mission-bottom .mission-link {
  color: #C3FF00;
  transition: all ease-in-out 0.3s;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
}
@media (max-width: 575px) {
  .fl-mission-section .mission-bottom .mission-link {
    font-size: 12px;
    max-width: 276px;
  }
}
.fl-mission-section .mission-bottom .mission-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #C3FF00;
}
.fl-mission-section .mission-bottom .mission-link i {
  transform: rotate(-45deg);
  font-weight: 700;
  font-size: 16px;
}
.fl-mission-section .mission-bottom .mission-link:hover {
  color: #C3FF00;
}

/* Team Section Style 3 */
.fl-team-section-s3 {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .fl-team-section-s3 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .fl-team-section-s3 {
    padding-bottom: 30px;
  }
}

/* Blog Section Style 3 */
.fl-blog-section-s3 {
  background-color: transparent;
}
.fl-blog-section-s3 .blog-border {
  border: 0;
}
.fl-blog-section-s3 .blog-card {
  position: relative;
  z-index: 1111;
}
.fl-blog-section-s3 .blog-card .blog-content {
  margin-top: 25px;
}

/*==========================================
7.0 Team Single Page
===========================================*/
.team-pg-area .container {
  max-width: 1500px;
}
@media (max-width: 991px) {
  .team-pg-area .container {
    max-width: 697px;
    margin: 0 auto;
  }
}
.team-pg-area h2 {
  font-weight: 600;
  font-size: 65px;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .team-pg-area h2 {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  .team-pg-area h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .team-pg-area h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .team-pg-area h2 {
    font-size: 30px;
  }
}
.team-pg-area p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #CECECE;
}
@media (max-width: 767px) {
  .team-pg-area p {
    font-size: 16px;
  }
}
.team-pg-area .fl-contact-area {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .team-pg-area .fl-contact-area {
    padding-top: 80px;
  }
}
@media (max-width: 575px) {
  .team-pg-area .fl-contact-area {
    padding-top: 60px;
  }
}
.team-pg-area .fl-contact-area .fl-contact-title {
  margin-bottom: 40px;
  text-align: start;
}
@media (max-width: 991px) {
  .team-pg-area .fl-contact-area .fl-contact-title {
    margin-bottom: 30px;
  }
}
.team-pg-area .fl-contact-area .fl-contact-title p {
  max-width: 600px;
}
.team-pg-area .fl-contact-area .theme-btn {
  outline: 0;
  border: 0;
}
.team-pg-area .fl-contact-area .quote-form .form-control {
  height: 60px;
  border: 0;
  padding: 15px;
  background: transparent;
  font-size: 16px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #CECECE;
}
@media (max-width: 767px) {
  .team-pg-area .fl-contact-area .quote-form .form-control {
    height: 48px;
    font-size: 15px;
  }
}
.team-pg-area .fl-contact-area .quote-form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.team-pg-area .fl-contact-area .quote-form textarea.form-control {
  height: 170px;
}
.team-pg-area .fl-contact-area .quote-form select.form-control {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.webp) no-repeat calc(100% - 15px) center;
  position: relative;
  color: #CECECE;
}
.team-pg-area .quote-form .form-control::-moz-placeholder {
  color: #CECECE;
}
.team-pg-area .quote-form .form-control::placeholder {
  color: #CECECE;
}
.team-pg-area option {
  background-color: #000;
}
.team-pg-area .half-col {
  float: left;
  width: 50%;
  padding: 0 15px 5px;
  padding-left: 0;
}
@media (max-width: 575px) {
  .team-pg-area .half-col {
    width: 100%;
  }
}
.team-pg-area .full-col {
  padding: 0 15px 5px;
  padding-left: 0;
}
.team-pg-area .exprience-area {
  padding-top: 60px;
}

.team-info-img {
  min-height: 100%;
}
.team-info-img .team-info-img-sticky {
  position: sticky;
  top: 0;
}
.team-info-img img {
  width: 100%;
  border-radius: 12px;
}

.team-info-all-text {
  padding-left: 70px;
}
@media (max-width: 1399px) {
  .team-info-all-text {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .team-info-all-text {
    padding-left: 0;
  }
}

.team-info-text {
  padding-top: 80px;
}
@media (max-width: 575px) {
  .team-info-text {
    padding-top: 40px;
  }
}
.team-info-text ul {
  max-width: 720px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .team-info-text ul {
    padding-top: 0;
  }
}
.team-info-text ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #CECECE;
  margin-bottom: 30px;
  list-style: none;
}
@media (max-width: 767px) {
  .team-info-text ul li {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 425px) {
  .team-info-text ul li {
    display: block;
    font-size: 16px;
  }
}
.team-info-text ul li:last-child {
  margin-bottom: 0;
}
.team-info-text ul li span {
  color: #CECECE;
  display: inline-block;
  position: relative;
  flex-basis: 62%;
}
.team-info-text ul li:last-child {
  margin-bottom: 0;
}

.team-widget {
  padding-top: 80px;
}
@media (max-width: 575px) {
  .team-widget {
    padding-top: 60px;
  }
}

.skills-area {
  padding-top: 70px;
}
@media (max-width: 991px) {
  .skills-area {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .skills-area {
    padding-top: 40px;
  }
}
.skills-area .fl-skill-progress .fl-progress-single {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .skills-area .fl-skill-progress .fl-progress-single {
    margin-bottom: 20px;
  }
}
.skills-area .fl-skill-progress .fl-progress-single h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #CECECE;
  font-family: "Geist FormLab", "Arial Black", sans-serif;
}
@media (max-width: 767px) {
  .skills-area .fl-skill-progress .fl-progress-single h3 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .skills-area .fl-skill-progress .fl-progress-single h3 {
    font-size: 16px;
  }
}
.skills-area .fl-skill-progress .fl-progress-single:last-child {
  margin-bottom: 0;
}
.skills-area .fl-skill-progress .fl-progress-single .progress {
  background: #E8E8E8;
  height: 10px;
  width: 100%;
  border-radius: 40px;
  position: relative;
}
.skills-area .fl-skill-progress .fl-progress-single .progress .progress-bar {
  background: linear-gradient(90deg, #C3FF00 0%, #7CA300 100%);
  border-radius: 56px;
}
.skills-area .fl-skill-progress .progress-number {
  position: absolute;
  right: 0;
  top: -10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #CECECE;
}
@media (max-width: 767px) {
  .skills-area .fl-skill-progress .progress-number {
    font-size: 18px;
    top: -5px;
  }
}
@media (max-width: 425px) {
  .skills-area .fl-skill-progress .progress-number {
    font-size: 16px;
    top: 0;
  }
}

/*--------------------------------------------------------------
8.0 Program Single Page
--------------------------------------------------------------*/
.fl-program-single-page .fl-program-wrapper .program-top-image {
  display: flex;
  align-items: center;
  gap: 25px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .fl-program-single-page .fl-program-wrapper .program-top-image {
    flex-direction: column;
    gap: 15px;
  }
}
.fl-program-single-page .fl-program-wrapper .program-top-image .image {
  position: relative;
  z-index: 11;
}
.fl-program-single-page .fl-program-wrapper .program-top-image .image::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 230px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  backdrop-filter: blur(1px);
  z-index: 1;
}
@media (max-width: 991px) {
  .fl-program-single-page .fl-program-wrapper .program-top-image .image::before {
    height: 120px;
  }
}
.fl-program-single-page .fl-program-wrapper .program-top-image .image:first-child::before {
  display: none;
}
.fl-program-single-page .fl-program-wrapper .program-top-image .image .image-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px;
  padding-top: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .fl-program-single-page .fl-program-wrapper .program-top-image .image .image-content {
    padding: 0 40px 40px;
  }
}
@media (max-width: 991px) {
  .fl-program-single-page .fl-program-wrapper .program-top-image .image .image-content {
    padding: 0 20px 20px;
  }
}
.fl-program-single-page .fl-program-wrapper .program-top-image .image .image-content p {
  margin: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 105%;
  letter-spacing: -0.48px;
  color: #fff;
  max-width: 475px;
}
@media (max-width: 1199px) {
  .fl-program-single-page .fl-program-wrapper .program-top-image .image .image-content p {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .fl-program-single-page .fl-program-wrapper .program-top-image .image .image-content p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .fl-program-single-page .fl-program-wrapper .program-top-image .image .image-content p {
    font-size: 17px;
  }
}
.fl-program-single-page .fl-program-wrapper .program-single-content {
  max-width: 910px;
  margin: 0 auto;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .fl-program-single-page .fl-program-wrapper .program-single-content {
    padding-top: 60px;
  }
}
.fl-program-single-page .fl-program-wrapper .program-single-content .program-single-item {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .fl-program-single-page .fl-program-wrapper .program-single-content .program-single-item {
    padding-bottom: 60px;
  }
}
.fl-program-single-page .fl-program-wrapper .program-single-content .program-single-item .program-single-text h2 {
  margin: 0;
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.64px;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .fl-program-single-page .fl-program-wrapper .program-single-content .program-single-item .program-single-text h2 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .fl-program-single-page .fl-program-wrapper .program-single-content .program-single-item .program-single-text h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .fl-program-single-page .fl-program-wrapper .program-single-content .program-single-item .program-single-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .fl-program-single-page .fl-program-wrapper .program-single-content .program-single-item .program-single-text h2 {
    font-size: 30px;
    padding-bottom: 25px;
  }
}
.fl-program-single-page .fl-program-wrapper .program-single-content .program-single-item .program-single-text p {
  margin: 0;
  color: #CECECE;
  font-weight: 300;
  font-size: 18px;
  line-height: 145%;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .fl-program-single-page .fl-program-wrapper .program-single-content .program-single-item .program-single-text p {
    font-size: 16px;
    padding-bottom: 25px;
  }
}
.fl-program-single-page .fl-program-wrapper .program-single-content .program-single-item .program-single-text ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 145%;
  color: #CECECE;
  position: relative;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .fl-program-single-page .fl-program-wrapper .program-single-content .program-single-item .program-single-text ul li {
    font-size: 16px;
  }
}
.fl-program-single-page .fl-program-wrapper .program-single-content .program-single-item .program-single-text ul li::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CECECE;
}
.fl-program-single-page .fl-program-wrapper .program-single-content .program-single-item .program-single-text ul li a {
  color: #CECECE;
  transition: all ease-in-out 0.3s;
}
.fl-program-single-page .fl-program-wrapper .program-single-content .program-single-item .program-single-text ul li a:hover {
  color: #C3FF00;
}
.fl-program-single-page .why-choose-content .why-choose-item {
  max-width: 355px;
}
@media (max-width: 991px) {
  .fl-program-single-page .why-choose-content .why-choose-item {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .fl-program-single-page .why-choose-content .why-choose-item {
    max-width: 225px;
  }
}
.fl-program-single-page .why-choose-content .why-choose-item .why-choose-card p {
  padding: 0;
}
.fl-program-single-page .card-item {
  gap: 25px;
}
@media (max-width: 991px) {
  .fl-program-single-page .card-item {
    gap: 10px;
  }
}
.fl-program-single-page .card-item .why-choose-item {
  background-color: #1e1212;
  padding: 40px 30px;
  max-width: 440px;
  width: 100%;
  border-radius: 12px;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 991px) {
  .fl-program-single-page .card-item .why-choose-item {
    max-width: 334px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .fl-program-single-page .card-item .why-choose-item {
    max-width: 250px;
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .fl-program-single-page .card-item .why-choose-item {
    max-width: unset;
  }
}
.fl-program-single-page .card-item .why-choose-item .why-choose-card h3 {
  max-width: 140px;
}
@media (max-width: 991px) {
  .fl-program-single-page .card-item .why-choose-item .why-choose-card h3 {
    max-width: unset;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
.fl-program-single-page .card-item .why-choose-item .why-choose-card p {
  max-width: 265px;
}
@media (max-width: 991px) {
  .fl-program-single-page .card-item .why-choose-item .why-choose-card p {
    margin: 0 auto;
  }
}
.fl-program-single-page .service-left-item {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .fl-program-single-page .service-left-item {
    flex-direction: column;
    gap: 20px;
  }
}
.fl-program-single-page .service-left-item img {
  width: 100%;
  border-radius: 12px;
}
.fl-program-single-page .service-left-item .service-progress-area .title h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: -0.32px;
  color: #0A0E0D;
}
@media (max-width: 991px) {
  .fl-program-single-page .service-left-item .service-progress-area .title h3 {
    font-size: 20px;
  }
}
.fl-program-single-page .service-left-item .service-bg-image {
  width: 100%;
}
.fl-program-single-page .service-left-item .service-bg-image .service-content {
  padding: 30px;
  bottom: 0;
  display: block;
  top: auto;
  height: auto;
}
@media (max-width: 991px) {
  .fl-program-single-page .service-left-item .service-bg-image .service-content {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .fl-program-single-page .service-left-item .service-bg-image .service-content .service-progress-area {
    padding: 20px;
  }
}
.fl-program-single-page .service-left-item .image-right {
  width: 100%;
}
.fl-program-single-page .program-schedule {
  background-color: #1e1212;
}
.fl-program-single-page .program-schedule .schedule-card li {
  font-weight: 300;
  font-size: 18px;
  line-height: 114%;
  letter-spacing: -0.64px;
  color: #CECECE;
  padding: 20px 25px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 767px) {
  .fl-program-single-page .program-schedule .schedule-card li {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .fl-program-single-page .program-schedule .schedule-card li {
    justify-content: space-between;
    text-align: start;
    padding: 15px;
  }
}
.fl-program-single-page .program-schedule .schedule-card li span {
  width: 28%;
  display: inline;
}
.fl-program-single-page .program-schedule .schedule-card li:first-child {
  background: rgba(255, 255, 255, 0.04);
  font-weight: 400;
  color: #F2F2F2;
}
.fl-program-single-page .fl-pricing-wrap .pricing-all-content {
  background-color: #1e1212;
}
.fl-program-single-page .fl-pricing-wrap .pricing-all-content .active,
.fl-program-single-page .fl-pricing-wrap .pricing-all-content :hover {
  background-color: #0A0E0D;
}
/*======================================
9.0 Blog Single Page
 =======================================*/
/* Blog Single Section */
.fl-blog-single-section .fl-blog-wraper {
  max-width: 660px;
  margin: 0 auto;
}
.fl-blog-single-section .blog-tag {
  list-style: none;
  overflow: hidden;
}
.fl-blog-single-section .blog-tag ul {
  list-style: none;
  padding: 15px 0 10px 15px;
}
@media (max-width: 440px) {
  .fl-blog-single-section .blog-tag ul {
    padding: 10px 0 0px 10px;
  }
}
.fl-blog-single-section .blog-tag ul li {
  color: #CECECE;
  font-size: 14px;
  font-weight: 500;
  line-height: 134%;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.64px;
}
@media (max-width: 440px) {
  .fl-blog-single-section .blog-tag ul li {
    font-size: 12px;
    line-height: 125%;
  }
}
.fl-blog-single-section .blog-tag ul li i {
  position: relative;
  margin-right: 5px;
}
.fl-blog-single-section .blog-tag ul li i:before {
  font-size: 13px;
}
.fl-blog-single-section .blog-tag ul li + li {
  margin-left: 18px;
  padding-left: 18px;
  position: relative;
}
@media (max-width: 440px) {
  .fl-blog-single-section .blog-tag ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 440px) {
  .fl-blog-single-section .blog-tag ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.fl-blog-single-section .format-standard-image {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .fl-blog-single-section .format-standard-image {
    margin-bottom: 30px;
  }
}
.fl-blog-single-section .format-standard-image .image-top {
  border-radius: 12px;
  padding: 8px;
  background-color: #252525;
  backdrop-filter: blur(20px);
  margin-bottom: 35px;
  position: relative;
  z-index: 1111;
}
.fl-blog-single-section .format-standard-image .image-top img {
  border-radius: 12px;
}
.fl-blog-single-section .format-standard-image .image-top .image {
  position: relative;
}
.fl-blog-single-section .format-standard-image .image-top .image .social-icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media (max-width: 440px) {
  .fl-blog-single-section .format-standard-image .image-top .image .social-icon {
    bottom: 10px;
    left: 10px;
  }
}
.fl-blog-single-section .format-standard-image .image-top .image .social-icon ul {
  display: flex;
  gap: 15px;
}
.fl-blog-single-section .format-standard-image .image-top .image .social-icon ul li {
  color: #CECECE;
  font-size: 20px;
}
@media (max-width: 575px) {
  .fl-blog-single-section .format-standard-image .image-top .image .social-icon ul li {
    font-size: 15px;
  }
}
.fl-blog-single-section .format-standard-image .image-top .image .social-icon ul li a {
  color: #CECECE;
  transition: all ease-in-out 0.3s;
}
.fl-blog-single-section .format-standard-image .image-top .image .social-icon ul li a:hover {
  color: #C3FF00;
}
.fl-blog-single-section p {
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 145%;
  color: #CECECE;
}
@media (max-width: 575px) {
  .fl-blog-single-section p {
    font-size: 16px;
    line-height: 135%;
  }
}
.fl-blog-single-section .post {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .fl-blog-single-section .post {
    margin-bottom: 30px;
  }
}
.fl-blog-single-section .post:last-child {
  margin-bottom: 0;
}
.fl-blog-single-section .post h2 {
  margin: 0;
  color: #F2F2F2;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 50px;
  line-height: 110%;
}
@media (max-width: 991px) {
  .fl-blog-single-section .post h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .fl-blog-single-section .post h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.fl-blog-single-section .post h3 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 106%;
  letter-spacing: -0.48px;
}
@media (max-width: 575px) {
  .fl-blog-single-section .post h3 {
    font-size: 17px;
    font-size: 0.9444444444rem;
  }
}
.fl-blog-single-section .post .blog-list {
  padding-top: 20px;
}
@media (max-width: 575px) {
  .fl-blog-single-section .post .blog-list {
    padding-top: 10px;
  }
}
.fl-blog-single-section .post .blog-list:last-child {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
10.0 Contact Page
--------------------------------------------------------------*/
.fl-contact-pg-section {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .fl-contact-pg-section {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .fl-contact-pg-section {
    padding-bottom: 60px;
  }
}
.fl-contact-pg-section .fl-contact-title {
  text-align: start;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .fl-contact-pg-section .fl-contact-title {
    margin-bottom: 25px;
  }
}
.fl-contact-pg-section .fl-contact-title p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #CECECE;
  max-width: 630px;
}
@media (max-width: 767px) {
  .fl-contact-pg-section .fl-contact-title p {
    font-size: 16px;
  }
}
.fl-contact-pg-section .fl-contact-title h2 {
  margin: 0;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.64px;
  padding-bottom: 30px;
}
@media (max-width: 1399px) {
  .fl-contact-pg-section .fl-contact-title h2 {
    font-size: 55px;
    line-height: 95%;
  }
}
@media (max-width: 1199px) {
  .fl-contact-pg-section .fl-contact-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .fl-contact-pg-section .fl-contact-title h2 {
    font-size: 35px;
    padding-bottom: 15px;
  }
}
.fl-contact-pg-section .fl-top-office-info {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .fl-contact-pg-section .fl-top-office-info {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .fl-contact-pg-section .fl-top-office-info {
    padding-bottom: 40px;
  }
}
.fl-contact-pg-section .fl-top-office-info .office-info-all {
  height: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
  padding-left: 40px;
}
@media (max-width: 1399px) {
  .fl-contact-pg-section .fl-top-office-info .office-info-all {
    padding-left: 0;
  }
}
.fl-contact-pg-section .fl-top-office-info .office-info-item {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .fl-contact-pg-section .fl-top-office-info .office-info-item {
    padding: 20px 0;
  }
}
.fl-contact-pg-section .fl-top-office-info .office-info-item:last-child {
  border: 0;
}
.fl-contact-pg-section .fl-top-office-info .office-info-item .office-info-content {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1199px) {
  .fl-contact-pg-section .fl-top-office-info .office-info-item .office-info-content {
    gap: 15px;
  }
}
.fl-contact-pg-section .fl-top-office-info .office-info-item .office-info-content .icon {
  width: 60px;
  height: 60px;
  background: #252525;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .fl-contact-pg-section .fl-top-office-info .office-info-item .office-info-content .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.fl-contact-pg-section .fl-top-office-info .office-info-item .office-info-content .icon .icon .fi:before {
  font-size: 40px;
  color: #3A3838;
  font-weight: 700;
}
@media (max-width: 767px) {
  .fl-contact-pg-section .fl-top-office-info .office-info-item .office-info-content .icon .icon .fi:before {
    font-size: 28px;
  }
}
.fl-contact-pg-section .fl-top-office-info .office-info-item .office-info-text h3 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #9D9D9D;
  padding-bottom: 5px;
}
@media (max-width: 575px) {
  .fl-contact-pg-section .fl-top-office-info .office-info-item .office-info-text h3 {
    font-size: 14px;
    line-height: 130%;
  }
}
.fl-contact-pg-section .fl-top-office-info .office-info-item .office-info-text p {
  margin-bottom: 0;
  color: #CECECE;
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
}
@media (max-width: 1199px) {
  .fl-contact-pg-section .fl-top-office-info .office-info-item .office-info-text p {
    font-size: 20px;
    line-height: 115%;
  }
}
@media (max-width: 575px) {
  .fl-contact-pg-section .fl-top-office-info .office-info-item .office-info-text p {
    font-size: 16px;
    line-height: 115%;
  }
}
.fl-contact-pg-section .fl-top-office-info .office-info-item .office-info-text .item {
  color: #C3FF00;
}
.fl-contact-pg-section .fl-top-office-info .col {
  min-height: 100%;
}
.fl-contact-pg-section .fl-contact-bottom {
  position: relative;
  z-index: 1111;
}
.fl-contact-pg-section .fl-contact-form-area {
  max-width: 865px;
  margin: 0 auto;
  background-color: #252525;
  padding: 40px 40px 30px;
}
@media (max-width: 1199px) {
  .fl-contact-pg-section .fl-contact-form-area {
    padding: 30px 30px 20px;
  }
}
@media (max-width: 991px) {
  .fl-contact-pg-section .fl-contact-form-area {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .fl-contact-pg-section .fl-contact-form-area {
    padding: 30px 20px 20px;
  }
}
.fl-contact-pg-section .fl-contact-form-area .col {
  padding: 0 10px;
}
.fl-contact-pg-section .fl-contact-form-area .form-control {
  background-color: transparent;
  width: 100%;
  height: 57px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #CECECE;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
}
@media (max-width: 575px) {
  .fl-contact-pg-section .fl-contact-form-area .form-control {
    font-size: 15px;
    height: 48px;
  }
}
.fl-contact-pg-section .fl-contact-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}
.fl-contact-pg-section .fl-contact-form-area .form-control::-moz-placeholder {
  color: #CECECE;
}
.fl-contact-pg-section .fl-contact-form-area .form-control::placeholder {
  color: #CECECE;
}
.fl-contact-pg-section .fl-contact-form-area textarea.form-control {
  height: 170px;
  padding-top: 15px;
}
@media (max-width: 575px) {
  .fl-contact-pg-section .fl-contact-form-area textarea.form-control {
    height: 100px;
  }
}
.fl-contact-pg-section .fl-contact-form-area .submit-area {
  margin-top: 10px;
}
.fl-contact-pg-section .fl-contact-form-area .submit-area .theme-btn {
  border: 0;
}
.fl-contact-pg-section .fl-contact-form-area .contact-validation-active label.error {
  margin-top: -8px;
  margin-bottom: 20px;
}
.fl-contact-pg-section .fl-contact-form-area label.error,
.fl-contact-pg-section .fl-contact-form-area label.error2 {
  color: red;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.fl-contact-map {
  height: 650px;
  max-width: 550px;
  margin-left: auto;
}
@media (max-width: 1350px) {
  .fl-contact-map {
    height: 640px;
  }
}
@media (max-width: 1199px) {
  .fl-contact-map {
    height: 610px;
  }
}
@media (max-width: 991px) {
  .fl-contact-map {
    height: 350px;
    max-width: unset;
    margin: 0;
  }
}
.fl-contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

/*--------------------------------------------------------------
11.0 404 Error Page
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}
.error-404-section .error img {
  width: 100%;
  max-width: 600px;
}
.error-404-section .error-message {
  margin-top: 50px;
  padding: 0 200px;
}
@media (max-width: 1199px) {
  .error-404-section .error-message {
    padding: 0 100px;
  }
}
@media (max-width: 991px) {
  .error-404-section .error-message {
    padding: 0 15px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}
.error-404-section .error-message h2 {
  font-size: 60px;
  line-height: 105%;
  font-weight: 600;
  font-size: 3.3333333333rem;
  margin: 0 0 0.8em;
  text-transform: uppercase;
  font-family: "Geist FormLab", "Arial Black", sans-serif;
}
@media (max-width: 1199px) {
  .error-404-section .error-message h2 {
    font-size: 55px;
    font-size: 3.0555555556rem;
  }
}
@media (max-width: 991px) {
  .error-404-section .error-message h2 {
    font-size: 50px;
    font-size: 2.7777777778rem;
  }
}
@media (max-width: 575px) {
  .error-404-section .error-message h2 {
    font-size: 40px;
    font-size: 2.2222222222rem;
  }
}
@media (max-width: 425px) {
  .error-404-section .error-message h2 {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}
.error-404-section .error-message .theme-btn {
  display: inline-flex;
}
