/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:   Fit Five - Gym & Fitness HTML Template
Version:      1.0.0
Author:       wpoceans
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> 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 Shop Page

12.0 Shop Single Page

13.0 Cart Page

14.0 Checkout Page

15.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;
}
/* 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: "Inter Display";
  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;
}

.section-padding {
  padding: 150px 0;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 60px 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: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  transition: all 0.2s;
}
@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%);
}

/** 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: 100%;
    border: 1px solid #C3FF00;
    transition: all 300ms linear;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 1111111;
  }
  .cursor2 {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: #9D9D9D;
    opacity: 0.3;
    position: fixed;
    transform: translate(-50%, -50%);
    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;
  }
}
.wpo-section-title,
.wpo-section-title-s2,
.wpo-section-title-s3 {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 991px) {
  .wpo-section-title,
  .wpo-section-title-s2,
  .wpo-section-title-s3 {
    margin-bottom: 35px;
  }
}
.wpo-section-title .title-text,
.wpo-section-title-s2 .title-text,
.wpo-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) {
  .wpo-section-title .title-text,
  .wpo-section-title-s2 .title-text,
  .wpo-section-title-s3 .title-text {
    font-size: 18px;
    line-height: 120%;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-section-title .title-text,
  .wpo-section-title-s2 .title-text,
  .wpo-section-title-s3 .title-text {
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 15px;
  }
}
.wpo-section-title h2,
.wpo-section-title-s2 h2,
.wpo-section-title-s3 h2 {
  margin: 0;
  font-weight: 800;
  font-size: 128px;
  line-height: 79%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.wpo-section-title h2 span,
.wpo-section-title-s2 h2 span,
.wpo-section-title-s3 h2 span {
  display: inline-block;
}
.wpo-section-title h2 span::first-letter,
.wpo-section-title-s2 h2 span::first-letter,
.wpo-section-title-s3 h2 span::first-letter {
  font-style: italic;
}
@media (max-width: 1399px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 40px;
  }
}
@media (max-width: 425px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 35px;
  }
}
.wpo-section-title p,
.wpo-section-title-s2 p,
.wpo-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) {
  .wpo-section-title p,
  .wpo-section-title-s2 p,
  .wpo-section-title-s3 p {
    font-size: 20px;
    margin: 0 auto;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-section-title p,
  .wpo-section-title-s2 p,
  .wpo-section-title-s3 p {
    font-size: 18px;
    padding-top: 15px;
  }
}
@media (max-width: 575px) {
  .wpo-section-title p,
  .wpo-section-title-s2 p,
  .wpo-section-title-s3 p {
    font-size: 16px;
  }
}
.wpo-section-title .theme-btn,
.wpo-section-title-s2 .theme-btn,
.wpo-section-title-s3 .theme-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .wpo-section-title .theme-btn,
  .wpo-section-title-s2 .theme-btn,
  .wpo-section-title-s3 .theme-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-section-title .theme-btn,
  .wpo-section-title-s2 .theme-btn,
  .wpo-section-title-s3 .theme-btn {
    margin-top: 15px;
  }
}

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

.wpo-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) {
  .wpo-section-title-s3 .title-text {
    padding: 0 20px;
    padding-bottom: 15px;
    font-size: 12px;
  }
}
.wpo-section-title-s3 .title-text::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 16px;
  height: 1px;
  background: #FFCC00;
  z-index: -1;
}
.wpo-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: 40px;
  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: 50%;
  font-size: 15px;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(-45deg);
  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: 40px;
  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.png) 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;
}

.wpo-page-title,
.wpo-page-title-s2 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  overflow: hidden;
  padding: 130px 0 120px;
}
@media (max-width: 991px) {
  .wpo-page-title,
  .wpo-page-title-s2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-page-title,
  .wpo-page-title-s2 {
    padding: 60px 0;
  }
}
.wpo-page-title .wpo-breadcumb-wrap,
.wpo-page-title-s2 .wpo-breadcumb-wrap {
  text-align: center;
}
.wpo-page-title .wpo-breadcumb-wrap h1,
.wpo-page-title-s2 .wpo-breadcumb-wrap h1 {
  margin: 0;
  font-weight: 900;
  font-size: 231.33px;
  line-height: 79%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.wpo-page-title .wpo-breadcumb-wrap h1 span,
.wpo-page-title-s2 .wpo-breadcumb-wrap h1 span {
  display: inline-block;
}
.wpo-page-title .wpo-breadcumb-wrap h1 span::first-letter,
.wpo-page-title-s2 .wpo-breadcumb-wrap h1 span::first-letter {
  font-style: italic;
}
@media (max-width: 1399px) {
  .wpo-page-title .wpo-breadcumb-wrap h1,
  .wpo-page-title-s2 .wpo-breadcumb-wrap h1 {
    font-size: 180px;
  }
}
@media (max-width: 1199px) {
  .wpo-page-title .wpo-breadcumb-wrap h1,
  .wpo-page-title-s2 .wpo-breadcumb-wrap h1 {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .wpo-page-title .wpo-breadcumb-wrap h1,
  .wpo-page-title-s2 .wpo-breadcumb-wrap h1 {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap h1,
  .wpo-page-title-s2 .wpo-breadcumb-wrap h1 {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .wpo-page-title .wpo-breadcumb-wrap h1,
  .wpo-page-title-s2 .wpo-breadcumb-wrap h1 {
    font-size: 70px;
  }
}
@media (max-width: 425px) {
  .wpo-page-title .wpo-breadcumb-wrap h1,
  .wpo-page-title-s2 .wpo-breadcumb-wrap h1 {
    font-size: 50px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap p,
.wpo-page-title-s2 .wpo-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) {
  .wpo-page-title .wpo-breadcumb-wrap p,
  .wpo-page-title-s2 .wpo-breadcumb-wrap p {
    font-size: 14px;
    line-height: 140%;
    padding-top: 5px;
  }
}

.wpo-page-title-s2 .wpo-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;
  text-align: left;
  font-size: 0;
}
.preloader * {
  transition: all 0.3s;
}
.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  animation: rotate 1.2s infinite linear;
}
.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.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);
  }
}
.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 */
.wpo-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) {
  .wpo-site-header {
    top: 0;
  }
}

.wpo-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;
}

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

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

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

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

@media screen and (min-width: 992px) {
  .wpo-site-header .site-navbar {
    /*** hover effect ***/
    justify-content: center;
  }
  .wpo-site-header .site-navbar li {
    position: relative;
  }
  .wpo-site-header .site-navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-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%);
  }
  .wpo-site-header .site-navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.wpo-site-header .container-fluid {
  padding-right: 0;
}

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

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

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

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

@media (max-width: 450px) {
  .wpo-site-header .header-right > div {
    margin-right: 5px;
  }
  .wpo-site-header .header-right {
    right: -20px;
  }
}
@media (max-width: 450px) {
  .wpo-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 .address {
  width: 100%;
  max-width: 160px;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .header-left .address {
    display: none;
  }
}
.header-left .address p {
  margin: 0;
  color: #CECECE;
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
}
@media (max-width: 1399px) {
  .header-left .address p {
    font-size: 14px;
    max-width: 100px;
  }
}
@media (max-width: 1199px) {
  .header-left .address p {
    font-size: 12px;
  }
}

/*** cart-search-contact ***/
.cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}
.cart-search-contact .fi {
  font-size: 25px;
  font-size: 1.3888888889rem;
  color: #181818;
}
.cart-search-contact > div {
  float: left;
  position: relative;
}
.cart-search-contact > div + div {
  margin-left: 12px;
}

.mini-cart {
  margin-left: 5px;
}
@media (max-width: 1199px) {
  .mini-cart {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .mini-cart {
    display: none;
  }
}
.mini-cart .fi {
  font-size: 35px;
  color: #fff;
}
.mini-cart .cart-toggle-btn {
  background-color: transparent;
}

.mini-cart-content {
  background: #252525;
  width: 320px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -320px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px rgb(46, 43, 43);
}
@media (max-width: 575px) {
  .mini-cart-content {
    width: 290px;
  }
}
.mini-cart-content .mini-cart-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  font-size: 0px;
  text-align: center;
  overflow: hidden;
  position: relative;
  float: right;
  line-height: 54px;
  border-radius: 3px;
  right: 10px;
  top: 20px;
}
.mini-cart-content .mini-cart-close i {
  font-size: 15px;
}
.mini-cart-content p {
  font-size: 15px;
  font-size: 0.8333333333rem;
  font-weight: 500;
  color: #F2F2F2;
  margin: 0;
  text-transform: uppercase;
}
.mini-cart-content .mini-cart-items {
  padding: 100px 20px 25px;
}
.mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 1px solid #0A0E0D;
  float: left;
  margin-right: 15px;
}
.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img {
  display: block;
  width: 46px;
  height: 46px;
}
.mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}
.mini-cart-content .mini-cart-item-des a {
  font-size: 15px;
  font-size: 0.8333333333rem;
  font-weight: 600;
  text-align: left;
  color: #F2F2F2;
}
.mini-cart-content .mini-cart-item-des a:hover {
  color: #0A0E0D;
}
.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.7222222222rem;
  color: #CECECE;
  display: block;
  margin-top: 3px;
}
.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.6666666667rem;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.mini-cart-content .visible-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  opacity: 0.02;
  z-index: -1;
}
.mini-cart-content .mini-cart-action {
  padding: 20px 0 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.mini-cart-content .mini-cart-action .theme-btn-s2 {
  float: right;
}
.mini-cart-content .mini-cart-action .mini-btn {
  width: 240px;
}
.mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  color: #F2F2F2;
  display: block;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mini-cart-content .mini-cart-action .mini-checkout-price span {
  color: #C3FF00;
  font-size: 20px;
}

.mini-cart-content-toggle,
.mini-wislist-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

@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;
  }
}
.wpo-site-header .navigation {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.wpo-site-header .navigation.sticky-header {
  background: #0A0E0D;
}
.wpo-site-header .navigation > .container {
  position: relative;
}
@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 15px 0;
  }
}
.wpo-site-header .site-navbar {
  transition: all 0.5s;
}
.wpo-site-header .site-navbar > ul li a:hover {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .wpo-site-header .site-navbar li {
    position: relative;
  }
  .wpo-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;
  }
  .wpo-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;
  }
  .wpo-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;
  }
  .wpo-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;
  }
  .wpo-site-header .site-navbar > ul > li .sub-menu a.active {
    font-weight: 500;
  }
  .wpo-site-header .site-navbar > ul > li .sub-menu a.active:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .wpo-site-header .site-navbar > ul > li .sub-menu a:hover:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .wpo-site-header .site-navbar > ul > li > .sub-menu .sub-menu {
    left: 120%;
    top: 0;
    transform: unset;
  }
  .wpo-site-header .site-navbar {
    /*** hover effect ***/
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .wpo-site-header .site-navbar > ul > li:last-child .sub-menu .sub-menu {
    right: 110%;
    left: auto;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header .site-navbar > ul > li > .sub-menu > .menu-item-has-children {
    position: relative;
  }
  .wpo-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;
  }
  .wpo-site-header .site-navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .wpo-site-header .site-navbar .sub-menu > li:hover > .sub-menu {
    left: 110%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .site-navbar > ul > li a {
    display: block;
    font-size: 15px;
    font-size: 0.8333333333rem;
    color: #fff;
    font-weight: 400;
  }
  .wpo-site-header .site-navbar > ul > li a:hover, .wpo-site-header .site-navbar > ul > li a.active {
    color: #fff;
  }
  .wpo-site-header .site-navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .wpo-site-header .site-navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .wpo-site-header .site-navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .wpo-site-header .site-navbar > ul .menu-item-has-children {
    position: relative;
  }
  .wpo-site-header .site-navbar > ul .menu-item-has-children > a {
    position: relative;
    color: #fff;
  }
  .wpo-site-header .site-navbar > ul .menu-item-has-children > a:hover, .wpo-site-header .site-navbar > ul .menu-item-has-children > a.active {
    color: #fff;
  }
  .wpo-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;
  }
  .wpo-site-header .site-navbar > ul .menu-item-has-children > a.rotate:before {
    transform: rotate(90deg);
    top: 29%;
  }
  .wpo-site-header .site-navbar > ul .menu-item-has-children > a.rotate {
    color: #fff;
  }
}
.wpo-site-header {
  /* navigation open and close btn hide for width screen */
}
@media screen and (min-width: 992px) {
  .wpo-site-header .navbar-header .open-btn {
    display: none;
  }
  .wpo-site-header .site-navbar .close-navbar {
    display: none;
  }
}
.wpo-site-header .menu-close {
  display: none;
}
.wpo-site-header {
  /* style for navigation less than 992px */
}
@media (max-width: 991px) {
  .wpo-site-header .container {
    width: 100%;
  }
  .wpo-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;
  }
  .wpo-site-header .mobile-menu button:focus {
    outline: none;
    box-shadow: none;
  }
  .wpo-site-header .mobile-menu button span {
    background-color: #000;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .wpo-site-header .mobile-menu button span.first-angle {
    margin-top: 2px;
  }
  .wpo-site-header .mobile-menu button span:last-child {
    margin: 0;
  }
  .wpo-site-header .mobile-menu button .sr-only {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .wpo-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;
  }
  .wpo-site-header .site-navbar .navbar-nav {
    display: block;
  }
  .wpo-site-header .site-navbar > ul {
    position: relative;
    z-index: 101;
  }
  .wpo-site-header .site-navbar ul a {
    color: #000;
  }
  .wpo-site-header .site-navbar ul a:hover,
  .wpo-site-header .site-navbar ul li.current a {
    color: #0A0E0D;
  }
  .wpo-site-header .site-navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  .wpo-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;
  }
  .wpo-site-header .site-navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .wpo-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;
  }
  .wpo-site-header {
    /* class for show hide navigation */
  }
  .wpo-site-header .site-navbar.slideIn {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }
  .wpo-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .wpo-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .wpo-site-header .site-navbar .navbar-nav {
    margin: 0;
  }
}
.wpo-site-header .navbar-header .navbar-brand {
  display: block;
}
.wpo-site-header {
  /*navbar collaps less then 992px*/
}
@media (max-width: 991px) {
  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }
  .wpo-site-header .navbar-header {
    float: none;
  }
  .wpo-site-header .navbar-right {
    float: none;
  }
  .wpo-site-header .navbar-nav {
    float: none;
  }
  .wpo-site-header .navbar-nav > li {
    float: none;
  }
}

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

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

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

@media (max-width: 991px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 10px 0;
  }
}
@media (max-width: 1785px) {
  .wpo-site-header .site-navbar > ul > li > a {
    padding: 30px 30px;
  }
}
@media (max-width: 1600px) {
  .wpo-site-header .site-navbar > ul > li > a {
    padding: 30px 20px;
  }
}
@media (max-width: 1399px) {
  .wpo-site-header .site-navbar > ul > li > a {
    padding: 30px 18px;
  }
}
@media (max-width: 1199px) {
  .wpo-site-header .site-navbar > ul > li > a {
    padding: 30px 14px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .site-navbar > ul > li > a {
    padding: 15px 20px;
  }
  .wpo-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 */
.wpo-hero-static,
.wpo-hero-static-s2 {
  position: relative;
  background: url(../images/hero/img-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  padding-top: 135px;
  padding-bottom: 30px;
  height: 960px;
  display: flex;
}
@media (max-width: 991px) {
  .wpo-hero-static,
  .wpo-hero-static-s2 {
    height: auto;
    padding-top: 180px;
    padding-bottom: 130px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static,
  .wpo-hero-static-s2 {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}
.wpo-hero-static::after,
.wpo-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) {
  .wpo-hero-static::after,
  .wpo-hero-static-s2::after {
    height: 100%;
  }
}
.wpo-hero-static .shape,
.wpo-hero-static-s2 .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.wpo-hero-static .hero-wrapper,
.wpo-hero-static-s2 .hero-wrapper {
  height: 100%;
}
.wpo-hero-static .hero-wrapper .hero-content,
.wpo-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) {
  .wpo-hero-static .hero-wrapper .hero-content,
  .wpo-hero-static-s2 .hero-wrapper .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.wpo-hero-static .hero-wrapper .hero-content h1,
.wpo-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) {
  .wpo-hero-static .hero-wrapper .hero-content h1,
  .wpo-hero-static-s2 .hero-wrapper .hero-content h1 {
    font-size: 180px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static .hero-wrapper .hero-content h1,
  .wpo-hero-static-s2 .hero-wrapper .hero-content h1 {
    font-size: 160px;
    max-width: 820px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static .hero-wrapper .hero-content h1,
  .wpo-hero-static-s2 .hero-wrapper .hero-content h1 {
    font-size: 130px;
    max-width: 650px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-wrapper .hero-content h1,
  .wpo-hero-static-s2 .hero-wrapper .hero-content h1 {
    font-size: 110px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static .hero-wrapper .hero-content h1,
  .wpo-hero-static-s2 .hero-wrapper .hero-content h1 {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static .hero-wrapper .hero-content h1,
  .wpo-hero-static-s2 .hero-wrapper .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static .hero-wrapper .hero-content h1,
  .wpo-hero-static-s2 .hero-wrapper .hero-content h1 {
    font-size: 60px;
  }
}
.wpo-hero-static .hero-wrapper .hero-content h1 span,
.wpo-hero-static-s2 .hero-wrapper .hero-content h1 span {
  display: inline-block;
}
.wpo-hero-static .hero-wrapper .hero-content h1 span::first-letter,
.wpo-hero-static-s2 .hero-wrapper .hero-content h1 span::first-letter {
  font-style: italic;
}
.wpo-hero-static .hero-wrapper .hero-content h1 .metal-text,
.wpo-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: 425px) {
  .wpo-hero-static .hero-wrapper .hero-content h1 .metal-text,
  .wpo-hero-static-s2 .hero-wrapper .hero-content h1 .metal-text {
    -webkit-text-fill-color: #fff;
  }
}
.wpo-hero-static .hero-wrapper .hero-content .hero-right,
.wpo-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) {
  .wpo-hero-static .hero-wrapper .hero-content .hero-right,
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-right {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-wrapper .hero-content .hero-right,
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-right {
    width: 100%;
    justify-content: center;
    padding: 0;
  }
}
.wpo-hero-static .hero-wrapper .hero-content .hero-right::before,
.wpo-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) {
  .wpo-hero-static .hero-wrapper .hero-content .hero-right::before,
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-right::before {
    right: -50px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-wrapper .hero-content .hero-right::before,
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-right::before {
    display: none;
  }
}
.wpo-hero-static .hero-wrapper .hero-content .hero-right .grid h2,
.wpo-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) {
  .wpo-hero-static .hero-wrapper .hero-content .hero-right .grid h2,
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-right .grid h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static .hero-wrapper .hero-content .hero-right .grid h2,
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-right .grid h2 {
    font-size: 35px;
  }
}
.wpo-hero-static .hero-wrapper .hero-content .hero-right .grid h2 span,
.wpo-hero-static-s2 .hero-wrapper .hero-content .hero-right .grid h2 span {
  font-family: "Inter Display";
}
.wpo-hero-static .hero-wrapper .hero-content .hero-right .grid p,
.wpo-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) {
  .wpo-hero-static .hero-wrapper .hero-content .hero-right .grid p,
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-right .grid p {
    font-size: 16px;
  }
}

/* Hero Static Section Style 2 */
.wpo-hero-static-s2 {
  background-image: none;
  padding-bottom: 65px;
  padding-top: 100px;
  height: 890px;
  overflow: hidden;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 {
    height: auto;
    padding: 90px 0;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 {
    padding: 60px 0;
  }
}
.wpo-hero-static-s2.box-style::before {
  top: 30px;
}
.wpo-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) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content {
    justify-content: center;
    padding-bottom: 0;
  }
}
.wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left {
  position: relative;
  padding-left: 150px;
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left {
    padding-left: 60px;
    max-width: 1150px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left {
    padding-left: 0;
  }
}
.wpo-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) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 {
    font-size: 230px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 {
    font-size: 200px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 {
    font-size: 185px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 {
    font-size: 130px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 {
    font-size: 90px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 {
    font-size: 70px;
  }
}
.wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 b {
  display: inline-block;
  padding-left: 290px;
}
@media (max-width: 1600px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 b {
    padding-left: 165px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 b {
    padding: 0;
  }
}
.wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 b::first-letter {
  font-style: italic;
}
.wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 .tro {
  position: relative;
  display: inline-block;
}
.wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 .tro .tro-fill {
  position: relative;
  z-index: 1;
}
.wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 .tro .tro-fill::first-letter {
  font-style: normal;
}
.wpo-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) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 .tro .tro-stroke {
    display: none;
  }
}
.wpo-hero-static-s2 .hero-wrapper .hero-content .hero-left h1 .tro .tro-stroke::first-letter {
  font-style: normal;
}
.wpo-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) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-top {
    padding-left: 200px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-top {
    padding-left: 140px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-top {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-top {
    padding-left: 0;
    border: 0;
    padding-bottom: 30px;
  }
}
.wpo-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) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content p {
    margin: 0 auto;
  }
}
.wpo-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) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-right {
    right: 300px;
  }
}
@media (max-width: 1600px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-right {
    right: 190px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-right {
    right: 100px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-right {
    right: 0;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-wrapper .hero-content .hero-right {
    position: unset;
    margin-top: 30px;
  }
}
.wpo-hero-static-s2 .hero-wrapper .hero-content .hero-right::before {
  display: none;
}
.wpo-hero-static-s2 .hero-image {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-image {
    display: none;
  }
}
.wpo-hero-static-s2 .shape {
  position: absolute;
  left: 220px;
}
@media (max-width: 1199px) {
  .wpo-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
--------------------------------------------------------------*/
/* wpo-site-footer */
.wpo-site-footer,
.wpo-site-footer-s2,
.wpo-site-footer-s3 {
  background: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
  padding-bottom: 40px;
  padding-top: 120px;
}
@media (max-width: 991px) {
  .wpo-site-footer,
  .wpo-site-footer-s2,
  .wpo-site-footer-s3 {
    padding-bottom: 30px;
    padding-top: 0;
  }
}
.wpo-site-footer::after,
.wpo-site-footer-s2::after,
.wpo-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) {
  .wpo-site-footer::after,
  .wpo-site-footer-s2::after,
  .wpo-site-footer-s3::after {
    height: 100%;
    background: linear-gradient(180deg, #0A0E0D 0%, rgba(10, 14, 13, 0) 220%);
  }
}
.wpo-site-footer ul,
.wpo-site-footer-s2 ul,
.wpo-site-footer-s3 ul {
  list-style: none;
}
.wpo-site-footer p,
.wpo-site-footer-s2 p,
.wpo-site-footer-s3 p {
  color: #fff;
}
.wpo-site-footer li,
.wpo-site-footer-s2 li,
.wpo-site-footer-s3 li {
  color: #fff;
}
.wpo-site-footer .wpo-footer-wrapper,
.wpo-site-footer-s2 .wpo-footer-wrapper,
.wpo-site-footer-s3 .wpo-footer-wrapper {
  max-width: 1745px;
  margin: 0 auto;
}
.wpo-site-footer .widget-title,
.wpo-site-footer-s2 .widget-title,
.wpo-site-footer-s3 .widget-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wpo-site-footer .widget-title,
  .wpo-site-footer-s2 .widget-title,
  .wpo-site-footer-s3 .widget-title {
    margin-bottom: 20px;
  }
}
.wpo-site-footer .widget-title h3,
.wpo-site-footer-s2 .widget-title h3,
.wpo-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;
}
.wpo-site-footer .footer-top-item,
.wpo-site-footer-s2 .footer-top-item,
.wpo-site-footer-s3 .footer-top-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .wpo-site-footer .footer-top-item,
  .wpo-site-footer-s2 .footer-top-item,
  .wpo-site-footer-s3 .footer-top-item {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.wpo-site-footer .footer-top-item .footer-content,
.wpo-site-footer-s2 .footer-top-item .footer-content,
.wpo-site-footer-s3 .footer-top-item .footer-content {
  max-width: 620px;
}
@media (max-width: 1199px) {
  .wpo-site-footer .footer-top-item .footer-content,
  .wpo-site-footer-s2 .footer-top-item .footer-content,
  .wpo-site-footer-s3 .footer-top-item .footer-content {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .footer-top-item .footer-content,
  .wpo-site-footer-s2 .footer-top-item .footer-content,
  .wpo-site-footer-s3 .footer-top-item .footer-content {
    width: 50%;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .footer-top-item .footer-content,
  .wpo-site-footer-s2 .footer-top-item .footer-content,
  .wpo-site-footer-s3 .footer-top-item .footer-content {
    width: 100%;
  }
}
.wpo-site-footer .footer-top-item .footer-content h2,
.wpo-site-footer-s2 .footer-top-item .footer-content h2,
.wpo-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) {
  .wpo-site-footer .footer-top-item .footer-content h2,
  .wpo-site-footer-s2 .footer-top-item .footer-content h2,
  .wpo-site-footer-s3 .footer-top-item .footer-content h2 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .wpo-site-footer .footer-top-item .footer-content h2,
  .wpo-site-footer-s2 .footer-top-item .footer-content h2,
  .wpo-site-footer-s3 .footer-top-item .footer-content h2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .footer-top-item .footer-content h2,
  .wpo-site-footer-s2 .footer-top-item .footer-content h2,
  .wpo-site-footer-s3 .footer-top-item .footer-content h2 {
    font-size: 60px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .footer-top-item .footer-content h2,
  .wpo-site-footer-s2 .footer-top-item .footer-content h2,
  .wpo-site-footer-s3 .footer-top-item .footer-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-site-footer .footer-top-item .footer-content h2,
  .wpo-site-footer-s2 .footer-top-item .footer-content h2,
  .wpo-site-footer-s3 .footer-top-item .footer-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 425px) {
  .wpo-site-footer .footer-top-item .footer-content h2,
  .wpo-site-footer-s2 .footer-top-item .footer-content h2,
  .wpo-site-footer-s3 .footer-top-item .footer-content h2 {
    font-size: 35px;
  }
}
.wpo-site-footer .footer-link-widget,
.wpo-site-footer-s2 .footer-link-widget,
.wpo-site-footer-s3 .footer-link-widget {
  overflow: hidden;
  padding-right: 140px;
  margin-bottom: 60px;
  max-width: 370px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .wpo-site-footer .footer-link-widget,
  .wpo-site-footer-s2 .footer-link-widget,
  .wpo-site-footer-s3 .footer-link-widget {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .footer-link-widget,
  .wpo-site-footer-s2 .footer-link-widget,
  .wpo-site-footer-s3 .footer-link-widget {
    margin: 0;
    padding: 0;
    width: 50%;
    padding-bottom: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .footer-link-widget,
  .wpo-site-footer-s2 .footer-link-widget,
  .wpo-site-footer-s3 .footer-link-widget {
    width: 100%;
    padding-left: 0;
    padding-bottom: 50px;
  }
}
.wpo-site-footer .footer-link-widget .link-wrap,
.wpo-site-footer-s2 .footer-link-widget .link-wrap,
.wpo-site-footer-s3 .footer-link-widget .link-wrap {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .wpo-site-footer .footer-link-widget .link-wrap,
  .wpo-site-footer-s2 .footer-link-widget .link-wrap,
  .wpo-site-footer-s3 .footer-link-widget .link-wrap {
    display: block;
  }
}
.wpo-site-footer .footer-link-widget .link-wrap ul + ul,
.wpo-site-footer-s2 .footer-link-widget .link-wrap ul + ul,
.wpo-site-footer-s3 .footer-link-widget .link-wrap ul + ul {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .wpo-site-footer .footer-link-widget .link-wrap ul + ul,
  .wpo-site-footer-s2 .footer-link-widget .link-wrap ul + ul,
  .wpo-site-footer-s3 .footer-link-widget .link-wrap ul + ul {
    margin-left: 0;
    padding-top: 14px;
  }
}
.wpo-site-footer .footer-link-widget ul li,
.wpo-site-footer-s2 .footer-link-widget ul li,
.wpo-site-footer-s3 .footer-link-widget ul li {
  color: #F2F2F2;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0.32px;
}
.wpo-site-footer .footer-link-widget ul li a,
.wpo-site-footer-s2 .footer-link-widget ul li a,
.wpo-site-footer-s3 .footer-link-widget ul li a {
  color: #F2F2F2;
  transition: all ease-in-out 0.3s;
}
.wpo-site-footer .footer-link-widget ul li a:hover,
.wpo-site-footer-s2 .footer-link-widget ul li a:hover,
.wpo-site-footer-s3 .footer-link-widget ul li a:hover {
  text-decoration: underline;
  color: #F2F2F2;
}
.wpo-site-footer .footer-link-widget ul li + li,
.wpo-site-footer-s2 .footer-link-widget ul li + li,
.wpo-site-footer-s3 .footer-link-widget ul li + li {
  padding-top: 14px;
}
@media (max-width: 991px) {
  .wpo-site-footer .footer-contact,
  .wpo-site-footer-s2 .footer-contact,
  .wpo-site-footer-s3 .footer-contact {
    width: 50%;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .footer-contact,
  .wpo-site-footer-s2 .footer-contact,
  .wpo-site-footer-s3 .footer-contact {
    width: 100%;
    padding-bottom: 50px;
  }
}
.wpo-site-footer .footer-contact ul li,
.wpo-site-footer-s2 .footer-contact ul li,
.wpo-site-footer-s3 .footer-contact ul li {
  font-weight: 500;
  font-size: 20px;
  line-height: 129%;
  padding-bottom: 10px;
}
.wpo-site-footer .footer-contact ul li:last-child,
.wpo-site-footer-s2 .footer-contact ul li:last-child,
.wpo-site-footer-s3 .footer-contact ul li:last-child {
  padding-bottom: 0;
  color: #C3FF00;
  text-decoration: underline;
}
.wpo-site-footer .footer-middle-item,
.wpo-site-footer-s2 .footer-middle-item,
.wpo-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) {
  .wpo-site-footer .footer-middle-item,
  .wpo-site-footer-s2 .footer-middle-item,
  .wpo-site-footer-s3 .footer-middle-item {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
  }
}
.wpo-site-footer .footer-middle-item p,
.wpo-site-footer-s2 .footer-middle-item p,
.wpo-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;
}
.wpo-site-footer .footer-middle-item .social-link ul li a,
.wpo-site-footer-s2 .footer-middle-item .social-link ul li a,
.wpo-site-footer-s3 .footer-middle-item .social-link ul li a {
  color: #CECECE;
}
.wpo-site-footer .footer-middle-item ul,
.wpo-site-footer-s2 .footer-middle-item ul,
.wpo-site-footer-s3 .footer-middle-item ul {
  display: flex;
  gap: 20px;
}
.wpo-site-footer .footer-middle-item .text-link ul li a,
.wpo-site-footer-s2 .footer-middle-item .text-link ul li a,
.wpo-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;
}
.wpo-site-footer .footer-middle-item .text-link ul li a:hover,
.wpo-site-footer-s2 .footer-middle-item .text-link ul li a:hover,
.wpo-site-footer-s3 .footer-middle-item .text-link ul li a:hover {
  text-decoration: underline;
  color: #F2F2F2;
}
.wpo-site-footer .footer-bottom,
.wpo-site-footer-s2 .footer-bottom,
.wpo-site-footer-s3 .footer-bottom {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .wpo-site-footer .footer-bottom,
  .wpo-site-footer-s2 .footer-bottom,
  .wpo-site-footer-s3 .footer-bottom {
    padding-top: 30px;
  }
}
.wpo-site-footer .shape,
.wpo-site-footer-s2 .shape,
.wpo-site-footer-s3 .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  text-align: center;
}

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

@media (max-width: 991px) {
  .wpo-site-footer-s3 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-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 */
.wpo-about-section .wpo-about-wrap .title-text h2,
.wpo-about-section-s2 .wpo-about-wrap .title-text h2,
.wpo-about-section-s3 .wpo-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) {
  .wpo-about-section .wpo-about-wrap .title-text h2,
  .wpo-about-section-s2 .wpo-about-wrap .title-text h2,
  .wpo-about-section-s3 .wpo-about-wrap .title-text h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .wpo-about-wrap .title-text h2,
  .wpo-about-section-s2 .wpo-about-wrap .title-text h2,
  .wpo-about-section-s3 .wpo-about-wrap .title-text h2 {
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .wpo-about-wrap .title-text h2,
  .wpo-about-section-s2 .wpo-about-wrap .title-text h2,
  .wpo-about-section-s3 .wpo-about-wrap .title-text h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section .wpo-about-wrap .title-text h2,
  .wpo-about-section-s2 .wpo-about-wrap .title-text h2,
  .wpo-about-section-s3 .wpo-about-wrap .title-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .wpo-about-section .wpo-about-wrap .title-text h2,
  .wpo-about-section-s2 .wpo-about-wrap .title-text h2,
  .wpo-about-section-s3 .wpo-about-wrap .title-text h2 {
    font-size: 25px;
  }
}
.wpo-about-section .about-all-content,
.wpo-about-section-s2 .about-all-content,
.wpo-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) {
  .wpo-about-section .about-all-content,
  .wpo-about-section-s2 .about-all-content,
  .wpo-about-section-s3 .about-all-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .about-all-content,
  .wpo-about-section-s2 .about-all-content,
  .wpo-about-section-s3 .about-all-content {
    gap: 20px;
  }
}
.wpo-about-section .about-all-content .about-image,
.wpo-about-section-s2 .about-all-content .about-image,
.wpo-about-section-s3 .about-all-content .about-image {
  border-radius: 12px;
}
@media (max-width: 991px) {
  .wpo-about-section .about-all-content .about-image,
  .wpo-about-section-s2 .about-all-content .about-image,
  .wpo-about-section-s3 .about-all-content .about-image {
    height: 100%;
  }
}
.wpo-about-section .about-all-content .about-image img,
.wpo-about-section-s2 .about-all-content .about-image img,
.wpo-about-section-s3 .about-all-content .about-image img {
  border-radius: 12px;
}
@media (max-width: 991px) {
  .wpo-about-section .about-all-content .about-image img,
  .wpo-about-section-s2 .about-all-content .about-image img,
  .wpo-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) {
  .wpo-about-section .about-all-content .about-image img,
  .wpo-about-section-s2 .about-all-content .about-image img,
  .wpo-about-section-s3 .about-all-content .about-image img {
    min-height: 270px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .about-left,
  .wpo-about-section-s2 .about-left,
  .wpo-about-section-s3 .about-left {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .about-left,
  .wpo-about-section-s2 .about-left,
  .wpo-about-section-s3 .about-left {
    width: 100%;
  }
}
.wpo-about-section .about-items,
.wpo-about-section-s2 .about-items,
.wpo-about-section-s3 .about-items {
  display: flex;
  background-color: #252525;
  padding: 20px;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .wpo-about-section .about-items,
  .wpo-about-section-s2 .about-items,
  .wpo-about-section-s3 .about-items {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .about-items,
  .wpo-about-section-s2 .about-items,
  .wpo-about-section-s3 .about-items {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .about-items,
  .wpo-about-section-s2 .about-items,
  .wpo-about-section-s3 .about-items {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    text-align: center;
    padding: 15px;
  }
}
.wpo-about-section .about-items .about-card,
.wpo-about-section-s2 .about-items .about-card,
.wpo-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) {
  .wpo-about-section .about-items .about-card,
  .wpo-about-section-s2 .about-items .about-card,
  .wpo-about-section-s3 .about-items .about-card {
    padding: 5px 5px 5px 0px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .about-items .about-card,
  .wpo-about-section-s2 .about-items .about-card,
  .wpo-about-section-s3 .about-items .about-card {
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.wpo-about-section .about-items .about-card p,
.wpo-about-section-s2 .about-items .about-card p,
.wpo-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) {
  .wpo-about-section .about-items .about-card p,
  .wpo-about-section-s2 .about-items .about-card p,
  .wpo-about-section-s3 .about-items .about-card p {
    font-size: 18px;
    line-height: 115%;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .about-items .about-card p,
  .wpo-about-section-s2 .about-items .about-card p,
  .wpo-about-section-s3 .about-items .about-card p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .about-items .about-card p,
  .wpo-about-section-s2 .about-items .about-card p,
  .wpo-about-section-s3 .about-items .about-card p {
    margin: 0 auto;
  }
}
.wpo-about-section .about-items .about-card .video-wrap .video-btn,
.wpo-about-section-s2 .about-items .about-card .video-wrap .video-btn,
.wpo-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: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .wpo-about-section .about-items .about-card .video-wrap .video-btn,
  .wpo-about-section-s2 .about-items .about-card .video-wrap .video-btn,
  .wpo-about-section-s3 .about-items .about-card .video-wrap .video-btn {
    width: 45px;
    height: 45px;
  }
}
.wpo-about-section .about-items .about-card .video-wrap .video-btn .fi::before,
.wpo-about-section-s2 .about-items .about-card .video-wrap .video-btn .fi::before,
.wpo-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) {
  .wpo-about-section .about-items .about-card .video-wrap .video-btn .fi::before,
  .wpo-about-section-s2 .about-items .about-card .video-wrap .video-btn .fi::before,
  .wpo-about-section-s3 .about-items .about-card .video-wrap .video-btn .fi::before {
    font-size: 12px;
  }
}
.wpo-about-section .about-right,
.wpo-about-section-s2 .about-right,
.wpo-about-section-s3 .about-right {
  max-width: 380px;
  width: 100%;
  margin-left: 40px;
  padding-left: 10px;
}
@media (max-width: 1399px) {
  .wpo-about-section .about-right,
  .wpo-about-section-s2 .about-right,
  .wpo-about-section-s3 .about-right {
    margin-left: 0;
  }
}
.wpo-about-section .about-right .client-team,
.wpo-about-section-s2 .about-right .client-team,
.wpo-about-section-s3 .about-right .client-team {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wpo-about-section .about-funfact,
.wpo-about-section-s2 .about-funfact,
.wpo-about-section-s3 .about-funfact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 50px;
}
.wpo-about-section .about-funfact .grid h3,
.wpo-about-section-s2 .about-funfact .grid h3,
.wpo-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) {
  .wpo-about-section .about-funfact .grid h3,
  .wpo-about-section-s2 .about-funfact .grid h3,
  .wpo-about-section-s3 .about-funfact .grid h3 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .about-funfact .grid h3,
  .wpo-about-section-s2 .about-funfact .grid h3,
  .wpo-about-section-s3 .about-funfact .grid h3 {
    font-size: 40px;
  }
}
.wpo-about-section .about-funfact .grid P,
.wpo-about-section-s2 .about-funfact .grid P,
.wpo-about-section-s3 .about-funfact .grid P {
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 125%;
  color: #CECECE;
}
@media (max-width: 991px) {
  .wpo-about-section .about-funfact .grid P,
  .wpo-about-section-s2 .about-funfact .grid P,
  .wpo-about-section-s3 .about-funfact .grid P {
    font-size: 16px;
  }
}

/* 3.3 Service Section */
.wpo-service-section .wpo-service-wrap {
  position: relative;
  z-index: 1111;
}
.wpo-service-section h4 {
  margin: 0;
  color: #0A0E0D;
  font-weight: 600;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: -0.64px;
}
@media (max-width: 991px) {
  .wpo-service-section h4 {
    font-size: 20px;
  }
}
.wpo-service-section h4 a {
  color: #0A0E0D;
}
.wpo-service-section .service-card .icon img {
  transition: all 0.5s ease-in-out;
}
.wpo-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) {
  .wpo-service-section .service-card h3 {
    font-size: 25px;
  }
}
.wpo-service-section .service-card h3 a {
  color: #F2F2F2;
}
.wpo-service-section .service-card P {
  margin: 0;
  color: #D6D6D6;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
}
@media (max-width: 575px) {
  .wpo-service-section .service-card P {
    font-size: 14px;
  }
}
.wpo-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;
}
.wpo-service-section .service-card .read-more i {
  transform: rotate(-45deg);
  font-weight: 700;
  font-size: 16px;
}
.wpo-service-section .service-card:hover .icon img {
  transform: rotateY(360deg);
}
.wpo-service-section .service-right-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 991px) {
  .wpo-service-section .service-right-item {
    flex-direction: row;
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-service-section .service-right-item {
    flex-direction: column;
  }
}
.wpo-service-section .service-right-item .service-card {
  background-color: #F2F2F2;
  padding: 60px;
  border-radius: 12px;
}
@media (max-width: 1399px) {
  .wpo-service-section .service-right-item .service-card {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section .service-right-item .service-card {
    padding: 25px;
  }
}
.wpo-service-section .service-right-item .service-card .icon {
  padding-bottom: 40px;
}
@media (max-width: 575px) {
  .wpo-service-section .service-right-item .service-card .icon {
    padding-bottom: 25px;
  }
}
.wpo-service-section .service-right-item .service-card p {
  color: #4B4B4B;
  padding-top: 12px;
}
.wpo-service-section .service-right-item .service-card .read-more {
  color: #000;
}
.wpo-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 */
.wpo-why-choose-section,
.wpo-why-choose-section-s2 {
  background-color: #151D1B;
}
.wpo-why-choose-section .why-choose-left-item .top-title,
.wpo-why-choose-section-s2 .why-choose-left-item .top-title {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .wpo-why-choose-section .why-choose-left-item .top-title,
  .wpo-why-choose-section-s2 .why-choose-left-item .top-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.wpo-why-choose-section .why-choose-left-item .top-title h2,
.wpo-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) {
  .wpo-why-choose-section .why-choose-left-item .top-title h2,
  .wpo-why-choose-section-s2 .why-choose-left-item .top-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-why-choose-section .why-choose-left-item .top-title h2,
  .wpo-why-choose-section-s2 .why-choose-left-item .top-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .wpo-why-choose-section .why-choose-left-item .top-title h2,
  .wpo-why-choose-section-s2 .why-choose-left-item .top-title h2 {
    font-size: 40px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-why-choose-section .why-choose-left-item .top-title h2,
  .wpo-why-choose-section-s2 .why-choose-left-item .top-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-why-choose-section .why-choose-left-item .top-title h2,
  .wpo-why-choose-section-s2 .why-choose-left-item .top-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .wpo-why-choose-section .why-choose-left-item .top-title h2,
  .wpo-why-choose-section-s2 .why-choose-left-item .top-title h2 {
    font-size: 25px;
  }
}
.wpo-why-choose-section .why-choose-right-item,
.wpo-why-choose-section-s2 .why-choose-right-item {
  padding-top: 50px;
}
.wpo-why-choose-section .why-choose-right-item .image,
.wpo-why-choose-section-s2 .why-choose-right-item .image {
  position: relative;
  border-radius: 12px;
  text-align: center;
  z-index: 1111;
}
.wpo-why-choose-section .why-choose-right-item .image img,
.wpo-why-choose-section-s2 .why-choose-right-item .image img {
  border-radius: 12px;
}
@media (max-width: 991px) {
  .wpo-why-choose-section .why-choose-right-item .image img,
  .wpo-why-choose-section-s2 .why-choose-right-item .image img {
    width: 100%;
  }
}
.wpo-why-choose-section .why-choose-right-item .image .image-2,
.wpo-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) {
  .wpo-why-choose-section .why-choose-right-item .image .image-2,
  .wpo-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 */
.wpo-pricing-section,
.wpo-pricing-section-s2,
.wpo-pricing-section-s3 {
  background-color: #151D1B;
}

.wpo-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) {
  .wpo-pricing-wrap .pricing-all-content {
    display: block;
  }
}
.wpo-pricing-wrap .pricing-all-content .pricing-item {
  border-radius: 8px;
  width: 100%;
  padding: 40px;
  padding-right: 70px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 1199px) {
  .wpo-pricing-wrap .pricing-all-content .pricing-item {
    padding: 40px 20px;
  }
}
@media (max-width: 575px) {
  .wpo-pricing-wrap .pricing-all-content .pricing-item {
    padding: 30px 20px;
  }
}
.wpo-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-top {
  text-align: start;
}
.wpo-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;
}
.wpo-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) {
  .wpo-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-top p {
    font-size: 16px;
  }
}
.wpo-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%;
}
.wpo-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) {
  .wpo-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-top h3 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .wpo-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-top h3 {
    font-size: 45px;
  }
}
.wpo-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;
}
.wpo-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom {
  padding-top: 90px;
}
@media (max-width: 1199px) {
  .wpo-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom {
    padding-top: 40px;
  }
}
.wpo-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom ul {
  list-style: none;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .wpo-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom ul {
    padding-bottom: 30px;
  }
}
.wpo-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) {
  .wpo-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom ul li {
    font-size: 16px;
  }
}
.wpo-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);
}
.wpo-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) {
  .wpo-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom .theme-btn {
    padding: 18px 30px;
  }
}
@media (max-width: 767px) {
  .wpo-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom .theme-btn {
    padding: 15px 30px;
  }
}
.wpo-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom .theme-btn::before {
  background-color: #F2F2F2;
  color: #0A0E0D;
}
.wpo-pricing-wrap .pricing-all-content .pricing-item .pricing-item-inner .pricing-bottom .theme-btn:hover {
  color: #fff;
}
.wpo-pricing-wrap .pricing-all-content .pricing-item:hover, .wpo-pricing-wrap .pricing-all-content .pricing-item.active {
  background-color: #151D1B;
}
.wpo-pricing-wrap .pricing-all-content .pricing-item:hover .pricing-item-inner .pricing-bottom .theme-btn, .wpo-pricing-wrap .pricing-all-content .pricing-item.active .pricing-item-inner .pricing-bottom .theme-btn {
  background-color: #C3FF00;
  color: #181818;
}
.wpo-pricing-wrap .pricing-all-content .pricing-item:hover .pricing-item-inner .pricing-bottom .theme-btn::before, .wpo-pricing-wrap .pricing-all-content .pricing-item.active .pricing-item-inner .pricing-bottom .theme-btn::before {
  background-color: #0A0E0D;
  color: #C3FF00;
}
.wpo-pricing-wrap .pricing-all-content .pricing-item:hover .pricing-item-inner .pricing-bottom .theme-btn::after, .wpo-pricing-wrap .pricing-all-content .pricing-item.active .pricing-item-inner .pricing-bottom .theme-btn::after {
  background-color: transparent;
}

/* 3.6 Transformation Section */
.wpo-transformation-section .transformation-left-item .wpo-section-title-s2 {
  margin-bottom: 100px;
}
.wpo-transformation-section .transformation-left-item .transformation-content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1199px) {
  .wpo-transformation-section .transformation-left-item .transformation-content {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-transformation-section .transformation-left-item .transformation-content {
    justify-content: space-between;
    gap: 0;
  }
}
@media (max-width: 425px) {
  .wpo-transformation-section .transformation-left-item .transformation-content {
    display: block;
  }
}
.wpo-transformation-section .transformation-left-item .transformation-content .transformation-item {
  display: flex;
  gap: 30px;
  max-width: 290px;
  width: 100%;
}
@media (max-width: 1199px) {
  .wpo-transformation-section .transformation-left-item .transformation-content .transformation-item {
    max-width: 250px;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .wpo-transformation-section .transformation-left-item .transformation-content .transformation-item {
    max-width: 310px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-transformation-section .transformation-left-item .transformation-content .transformation-item {
    max-width: 250px;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .wpo-transformation-section .transformation-left-item .transformation-content .transformation-item {
    max-width: 190px;
  }
}
@media (max-width: 575px) {
  .wpo-transformation-section .transformation-left-item .transformation-content .transformation-item {
    max-width: 190px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.wpo-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) {
  .wpo-transformation-section .transformation-left-item .transformation-content .transformation-item .transformation-icon {
    margin: 0 auto;
  }
}
.wpo-transformation-section .transformation-left-item .transformation-content .transformation-item .transformation-icon img {
  transition: all 0.5s ease-in-out;
}
.wpo-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) {
  .wpo-transformation-section .transformation-left-item .transformation-content .transformation-item .transformation-card h3 {
    font-size: 22px;
    max-width: 115px;
  }
}
@media (max-width: 991px) {
  .wpo-transformation-section .transformation-left-item .transformation-content .transformation-item .transformation-card h3 {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .wpo-transformation-section .transformation-left-item .transformation-content .transformation-item .transformation-card h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-transformation-section .transformation-left-item .transformation-content .transformation-item .transformation-card h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.wpo-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) {
  .wpo-transformation-section .transformation-left-item .transformation-content .transformation-item .transformation-card p {
    font-size: 15px;
  }
}
.wpo-transformation-section .transformation-left-item .transformation-content .transformation-item:hover .transformation-icon img {
  transform: rotateY(360deg);
}
.wpo-transformation-section .transformation-right-item .image {
  position: relative;
  border-radius: 12px;
  text-align: center;
  z-index: 111;
}
.wpo-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;
}
.wpo-transformation-section .transformation-right-item .image img {
  border-radius: 12px;
}
@media (max-width: 991px) {
  .wpo-transformation-section .transformation-right-item .image img {
    width: 100%;
  }
}
.wpo-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) {
  .wpo-transformation-section .transformation-right-item .image .transformation-btn {
    padding: 20px;
  }
}
.wpo-transformation-section .transformation-right-item .image .transformation-btn .theme-btn-s2 {
  display: block;
  text-align: center;
}

/* 3.7 Team Section */
@media (max-width: 991px) {
  .wpo-team-section,
  .wpo-team-section-s2,
  .wpo-team-section-s3 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-team-section,
  .wpo-team-section-s2,
  .wpo-team-section-s3 {
    padding-bottom: 30px;
  }
}
.wpo-team-section .team-all-item,
.wpo-team-section-s2 .team-all-item,
.wpo-team-section-s3 .team-all-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1760px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-team-section .team-all-item,
  .wpo-team-section-s2 .team-all-item,
  .wpo-team-section-s3 .team-all-item {
    flex-wrap: wrap;
  }
}
.wpo-team-section .team-card,
.wpo-team-section-s2 .team-card,
.wpo-team-section-s3 .team-card {
  position: relative;
  z-index: 1111;
}
@media (max-width: 991px) {
  .wpo-team-section .team-card,
  .wpo-team-section-s2 .team-card,
  .wpo-team-section-s3 .team-card {
    width: 48%;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-team-section .team-card,
  .wpo-team-section-s2 .team-card,
  .wpo-team-section-s3 .team-card {
    width: 100%;
    text-align: center;
  }
}
.wpo-team-section .team-card .team-item,
.wpo-team-section-s2 .team-card .team-item,
.wpo-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) {
  .wpo-team-section .team-card .team-item,
  .wpo-team-section-s2 .team-card .team-item,
  .wpo-team-section-s3 .team-card .team-item {
    padding: 15px;
  }
}
.wpo-team-section .team-card .team-item .team-content span,
.wpo-team-section-s2 .team-card .team-item .team-content span,
.wpo-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) {
  .wpo-team-section .team-card .team-item .team-content span,
  .wpo-team-section-s2 .team-card .team-item .team-content span,
  .wpo-team-section-s3 .team-card .team-item .team-content span {
    font-size: 21px;
    line-height: 110%;
  }
}
.wpo-team-section .team-card .team-item .team-content span a,
.wpo-team-section-s2 .team-card .team-item .team-content span a,
.wpo-team-section-s3 .team-card .team-item .team-content span a {
  color: #0A0E0D;
}
.wpo-team-section .team-card .team-item .team-content p,
.wpo-team-section-s2 .team-card .team-item .team-content p,
.wpo-team-section-s3 .team-card .team-item .team-content p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #4B4B4B;
}
.wpo-team-section .team-card.active .team-item, .wpo-team-section .team-card:hover .team-item,
.wpo-team-section-s2 .team-card.active .team-item,
.wpo-team-section-s2 .team-card:hover .team-item,
.wpo-team-section-s3 .team-card.active .team-item,
.wpo-team-section-s3 .team-card:hover .team-item {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .wpo-team-section .team-card.active .team-item, .wpo-team-section .team-card:hover .team-item,
  .wpo-team-section-s2 .team-card.active .team-item,
  .wpo-team-section-s2 .team-card:hover .team-item,
  .wpo-team-section-s3 .team-card.active .team-item,
  .wpo-team-section-s3 .team-card:hover .team-item {
    bottom: 40px;
  }
}

/* 3.8 Testimonial Section */
.wpo-testimonial-section,
.wpo-testimonial-section-s2 {
  background: url(../images/testimonial/bg.jpg) no-repeat center;
  background-size: cover;
  background-color: transparent;
  position: relative;
  z-index: 1111;
  min-height: 1050px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wpo-testimonial-section,
  .wpo-testimonial-section-s2 {
    min-height: 880px;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section,
  .wpo-testimonial-section-s2 {
    min-height: 100%;
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-testimonial-section,
  .wpo-testimonial-section-s2 {
    padding: 60px 0;
  }
}
.wpo-testimonial-section .testimonial-slider,
.wpo-testimonial-section-s2 .testimonial-slider {
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
}
.wpo-testimonial-section .testimonial-slider .owl-nav,
.wpo-testimonial-section-s2 .testimonial-slider .owl-nav {
  display: none;
}
.wpo-testimonial-section .testimonial-slider .owl-dots,
.wpo-testimonial-section-s2 .testimonial-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .wpo-testimonial-section .testimonial-slider .owl-dots,
  .wpo-testimonial-section-s2 .testimonial-slider .owl-dots {
    display: none;
  }
}
.wpo-testimonial-section .testimonial-slider .owl-dots button,
.wpo-testimonial-section-s2 .testimonial-slider .owl-dots button {
  border: 0;
  width: 10px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  background-color: #C3FF00;
}
.wpo-testimonial-section .testimonial-slider .owl-dots button.active,
.wpo-testimonial-section-s2 .testimonial-slider .owl-dots button.active {
  background: #0A0E0D;
}
.wpo-testimonial-section .testimonial-item,
.wpo-testimonial-section-s2 .testimonial-item {
  max-width: 600px;
  margin: 0 auto;
}
.wpo-testimonial-section .testimonial-item .testimonial-content,
.wpo-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) {
  .wpo-testimonial-section .testimonial-item .testimonial-content,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content {
    padding: 30px 20px;
  }
}
.wpo-testimonial-section .testimonial-item .testimonial-content .shape,
.wpo-testimonial-section-s2 .testimonial-item .testimonial-content .shape {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .wpo-testimonial-section .testimonial-item .testimonial-content .shape,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content .shape {
    padding-bottom: 40px;
  }
}
.wpo-testimonial-section .testimonial-item .testimonial-content p,
.wpo-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) {
  .wpo-testimonial-section .testimonial-item .testimonial-content p,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section .testimonial-item .testimonial-content p,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content p {
    font-size: 17px;
  }
}
@media (max-width: 425px) {
  .wpo-testimonial-section .testimonial-item .testimonial-content p,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content p {
    font-size: 15px;
  }
}
.wpo-testimonial-section .testimonial-item .testimonial-content .testimonial-client,
.wpo-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client {
  display: flex;
  align-items: center;
  padding-top: 30px;
  gap: 20px;
}
@media (max-width: 575px) {
  .wpo-testimonial-section .testimonial-item .testimonial-content .testimonial-client,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client {
    gap: 10px;
  }
}
.wpo-testimonial-section .testimonial-item .testimonial-content .testimonial-client img,
.wpo-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client img {
  border-radius: 50%;
}
.wpo-testimonial-section .testimonial-item .testimonial-content .testimonial-client h3,
.wpo-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client h3 {
  margin: 0;
}
.wpo-testimonial-section .testimonial-item .testimonial-content .testimonial-client span,
.wpo-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) {
  .wpo-testimonial-section .testimonial-item .testimonial-content .testimonial-client span,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client span {
    font-size: 16px;
  }
}
.wpo-testimonial-section .testimonial-item .testimonial-content .testimonial-client .client-text,
.wpo-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) {
  .wpo-testimonial-section .testimonial-item .testimonial-content .testimonial-client .client-text,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client .client-text {
    font-size: 12px;
  }
}

/* 3.9 Fitness Section */
.wpo-fitness-section .fitness-left .wpo-section-title-s2 h2,
.wpo-fitness-section-s2 .fitness-left .wpo-section-title-s2 h2 {
  max-width: 640px;
}
.wpo-fitness-section .contact-form-area,
.wpo-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) {
  .wpo-fitness-section .contact-form-area,
  .wpo-fitness-section-s2 .contact-form-area {
    padding: 45px 30px 35px;
  }
}
@media (max-width: 991px) {
  .wpo-fitness-section .contact-form-area,
  .wpo-fitness-section-s2 .contact-form-area {
    max-width: unset;
  }
}
@media (max-width: 575px) {
  .wpo-fitness-section .contact-form-area,
  .wpo-fitness-section-s2 .contact-form-area {
    padding: 30px 20px 20px;
  }
}
.wpo-fitness-section .contact-form-area .col,
.wpo-fitness-section-s2 .contact-form-area .col {
  padding: 0 15px;
}
.wpo-fitness-section .contact-form-area .input-item label,
.wpo-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;
}
.wpo-fitness-section .contact-form-area .form-control,
.wpo-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;
}
.wpo-fitness-section .contact-form-area .form-control:focus,
.wpo-fitness-section-s2 .contact-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}
.wpo-fitness-section .contact-form-area .submit-area,
.wpo-fitness-section-s2 .contact-form-area .submit-area {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .wpo-fitness-section .contact-form-area .submit-area,
  .wpo-fitness-section-s2 .contact-form-area .submit-area {
    display: block;
    margin-top: 10px;
  }
}
.wpo-fitness-section .contact-form-area .submit-area .theme-btn,
.wpo-fitness-section-s2 .contact-form-area .submit-area .theme-btn {
  border: 0;
}
.wpo-fitness-section .contact-form-area .form-control::-moz-placeholder, .wpo-fitness-section-s2 .contact-form-area .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.wpo-fitness-section .contact-form-area .form-control::placeholder,
.wpo-fitness-section-s2 .contact-form-area .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.wpo-fitness-section .contact-form-area select.form-control,
.wpo-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.png) no-repeat calc(100% - 0px) center;
  position: relative;
}
.wpo-fitness-section .contact-form-area select.form-control option,
.wpo-fitness-section-s2 .contact-form-area select.form-control option {
  color: #000;
}
.wpo-fitness-section .contact-form-area .contact-validation-active label.error,
.wpo-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 */
.wpo-blog-section,
.wpo-blog-section-s2,
.wpo-blog-section-s3 {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .wpo-blog-section,
  .wpo-blog-section-s2,
  .wpo-blog-section-s3 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-section,
  .wpo-blog-section-s2,
  .wpo-blog-section-s3 {
    padding-bottom: 30px;
  }
}
.wpo-blog-section .blog-card,
.wpo-blog-section-s2 .blog-card,
.wpo-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) {
  .wpo-blog-section .blog-card,
  .wpo-blog-section-s2 .blog-card,
  .wpo-blog-section-s3 .blog-card {
    display: block;
  }
}
.wpo-blog-section .blog-card img,
.wpo-blog-section-s2 .blog-card img,
.wpo-blog-section-s3 .blog-card img {
  border-radius: 8px;
}
.wpo-blog-section .blog-card .blog-content,
.wpo-blog-section-s2 .blog-card .blog-content,
.wpo-blog-section-s3 .blog-card .blog-content {
  max-width: 266px;
  margin-left: 40px;
}
@media (max-width: 1399px) {
  .wpo-blog-section .blog-card .blog-content,
  .wpo-blog-section-s2 .blog-card .blog-content,
  .wpo-blog-section-s3 .blog-card .blog-content {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-card .blog-content,
  .wpo-blog-section-s2 .blog-card .blog-content,
  .wpo-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;
  }
}
.wpo-blog-section .blog-card .blog-content span,
.wpo-blog-section-s2 .blog-card .blog-content span,
.wpo-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) {
  .wpo-blog-section .blog-card .blog-content span,
  .wpo-blog-section-s2 .blog-card .blog-content span,
  .wpo-blog-section-s3 .blog-card .blog-content span {
    font-size: 26px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-card .blog-content span,
  .wpo-blog-section-s2 .blog-card .blog-content span,
  .wpo-blog-section-s3 .blog-card .blog-content span {
    font-size: 22px;
    max-width: 355px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-section .blog-card .blog-content span,
  .wpo-blog-section-s2 .blog-card .blog-content span,
  .wpo-blog-section-s3 .blog-card .blog-content span {
    max-width: unset;
    font-size: 20px;
  }
}
.wpo-blog-section .blog-card .blog-content span a,
.wpo-blog-section-s2 .blog-card .blog-content span a,
.wpo-blog-section-s3 .blog-card .blog-content span a {
  color: #F2F2F2;
  transition: all ease-in-out 0.3s;
}
.wpo-blog-section .blog-card .blog-content span a:hover,
.wpo-blog-section-s2 .blog-card .blog-content span a:hover,
.wpo-blog-section-s3 .blog-card .blog-content span a:hover {
  color: #C3FF00;
}
.wpo-blog-section .blog-card .blog-content p,
.wpo-blog-section-s2 .blog-card .blog-content p,
.wpo-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) {
  .wpo-blog-section .blog-card .blog-content p,
  .wpo-blog-section-s2 .blog-card .blog-content p,
  .wpo-blog-section-s3 .blog-card .blog-content p {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-card .blog-content p,
  .wpo-blog-section-s2 .blog-card .blog-content p,
  .wpo-blog-section-s3 .blog-card .blog-content p {
    max-width: unset;
    padding-bottom: 15px;
  }
}
.wpo-blog-section .blog-card .blog-content .blog-top,
.wpo-blog-section-s2 .blog-card .blog-content .blog-top,
.wpo-blog-section-s3 .blog-card .blog-content .blog-top {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-bottom: 25px;
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-card .blog-content .blog-top,
  .wpo-blog-section-s2 .blog-card .blog-content .blog-top,
  .wpo-blog-section-s3 .blog-card .blog-content .blog-top {
    padding-bottom: 15px;
  }
}
.wpo-blog-section .blog-card .blog-content .blog-top li,
.wpo-blog-section-s2 .blog-card .blog-content .blog-top li,
.wpo-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;
}
.wpo-blog-section .blog-card .blog-content .blog-top li::after,
.wpo-blog-section-s2 .blog-card .blog-content .blog-top li::after,
.wpo-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;
}
.wpo-blog-section .blog-card .blog-content .blog-top li a,
.wpo-blog-section-s2 .blog-card .blog-content .blog-top li a,
.wpo-blog-section-s3 .blog-card .blog-content .blog-top li a {
  color: #CECECE;
  transition: all ease-in-out 0.3s;
}
.wpo-blog-section .blog-card .blog-content .blog-top li a:hover,
.wpo-blog-section-s2 .blog-card .blog-content .blog-top li a:hover,
.wpo-blog-section-s3 .blog-card .blog-content .blog-top li a:hover {
  color: #C3FF00;
}
.wpo-blog-section .blog-card .blog-content .blog-top li:first-child::after,
.wpo-blog-section-s2 .blog-card .blog-content .blog-top li:first-child::after,
.wpo-blog-section-s3 .blog-card .blog-content .blog-top li:first-child::after {
  display: none;
}
.wpo-blog-section .more,
.wpo-blog-section-s2 .more,
.wpo-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;
}
.wpo-blog-section .more i,
.wpo-blog-section-s2 .more i,
.wpo-blog-section-s3 .more i {
  transform: rotate(-45deg);
  font-weight: 700;
  font-size: 16px;
}
.wpo-blog-section .more:hover,
.wpo-blog-section-s2 .more:hover,
.wpo-blog-section-s3 .more:hover {
  color: #C3FF00;
}

/*--------------------------------------------------------------
5.0 Home Page Two
--------------------------------------------------------------*/
/* 5.1 About Section Style 2 */
.wpo-about-section-s2,
.wpo-about-section-s3 {
  background-color: #181A1A;
}
.wpo-about-section-s2 .wpo-about-wrap,
.wpo-about-section-s3 .wpo-about-wrap {
  max-width: 1420px;
  margin: 0 auto;
}
.wpo-about-section-s2 .wpo-about-wrap .title-text h2,
.wpo-about-section-s3 .wpo-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) {
  .wpo-about-section-s2 .wpo-about-wrap .title-text h2,
  .wpo-about-section-s3 .wpo-about-wrap .title-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s2 .wpo-about-wrap .title-text h2,
  .wpo-about-section-s3 .wpo-about-wrap .title-text h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .wpo-about-wrap .title-text h2,
  .wpo-about-section-s3 .wpo-about-wrap .title-text h2 {
    font-size: 45px;
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .wpo-about-wrap .title-text h2,
  .wpo-about-section-s3 .wpo-about-wrap .title-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .wpo-about-section-s2 .wpo-about-wrap .title-text h2,
  .wpo-about-section-s3 .wpo-about-wrap .title-text h2 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .wpo-about-wrap .about-left-item,
  .wpo-about-section-s3 .wpo-about-wrap .about-left-item {
    text-align: center;
    padding-bottom: 30px;
  }
}
.wpo-about-section-s2 .about-all-content,
.wpo-about-section-s3 .about-all-content {
  flex-direction: column;
  max-width: 570px;
  margin-left: auto;
  gap: 45px;
  z-index: 111;
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-all-content,
  .wpo-about-section-s3 .about-all-content {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .about-all-content,
  .wpo-about-section-s3 .about-all-content {
    gap: 30px;
  }
}
.wpo-about-section-s2 .about-all-content .about-items,
.wpo-about-section-s3 .about-all-content .about-items {
  order: 2;
  width: 100%;
  justify-content: space-between;
}
.wpo-about-section-s2 .about-all-content .about-items .about-card .video-wrap .video-btn,
.wpo-about-section-s3 .about-all-content .about-items .about-card .video-wrap .video-btn {
  background-color: #FFCC00;
}
.wpo-about-section-s2 .about-all-content .about-right,
.wpo-about-section-s3 .about-all-content .about-right {
  order: 1;
  max-width: unset;
  margin: 0;
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-all-content .about-right .client-team,
  .wpo-about-section-s3 .about-all-content .about-right .client-team {
    justify-content: center;
  }
}
.wpo-about-section-s2 .about-funfact,
.wpo-about-section-s3 .about-funfact {
  padding: 0;
  max-width: 550px;
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-funfact,
  .wpo-about-section-s3 .about-funfact {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .about-funfact,
  .wpo-about-section-s3 .about-funfact {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .wpo-about-section-s2 .about-funfact,
  .wpo-about-section-s3 .about-funfact {
    flex-direction: column;
  }
}
.wpo-about-section-s2 .about-funfact .grid h3,
.wpo-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) {
  .wpo-about-section-s2 .about-funfact .grid h3,
  .wpo-about-section-s3 .about-funfact .grid h3 {
    font-size: 40px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .about-funfact .grid h3,
  .wpo-about-section-s3 .about-funfact .grid h3 {
    font-size: 35px;
  }
}

/* 5.2 Program Section */
.wpo-program-section {
  background-color: #181A1A;
  margin: 0;
  max-width: unset;
}
.wpo-program-section .wpo-program-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 60px;
}
@media (max-width: 1865px) {
  .wpo-program-section .wpo-program-wrap {
    margin: 0 20px;
  }
}
@media (max-width: 1600px) {
  .wpo-program-section .wpo-program-wrap {
    margin: 0;
  }
}
.wpo-program-section .wpo-program-wrap .program-card {
  max-width: 1745px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.wpo-program-section .wpo-program-wrap .program-card .program-item {
  position: relative;
  max-width: 860px;
}
@media (max-width: 1865px) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item {
    max-width: 810px;
  }
}
@media (max-width: 1700px) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item {
    max-width: 764px;
  }
}
@media (max-width: 1600px) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item {
    max-width: 684px;
  }
}
@media (max-width: 1399px) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item {
    max-width: 584px;
  }
}
@media (max-width: 1199px) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item {
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item {
    max-width: unset;
  }
}
.wpo-program-section .wpo-program-wrap .program-card .program-item img {
  border-radius: 12px;
}
.wpo-program-section .wpo-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) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item .program-content {
    padding: 25px;
  }
}
@media (max-width: 1199px) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item .program-content {
    padding: 20px 15px;
  }
}
@media (max-width: 425px) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item .program-content {
    padding: 15px;
  }
}
.wpo-program-section .wpo-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) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item .program-content .program-top span {
    font-size: 30px;
    max-width: 185px;
  }
}
@media (max-width: 425px) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item .program-content .program-top span {
    font-size: 25px;
    max-width: 185px;
  }
}
.wpo-program-section .wpo-program-wrap .program-card .program-item .program-content .program-top span a {
  color: #0A0E0D;
}
.wpo-program-section .wpo-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) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item .program-content .program-bottom {
    text-align: center;
  }
}
.wpo-program-section .wpo-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) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item .program-content .program-bottom .program-text {
    padding: 15px 10px;
  }
}
@media (max-width: 425px) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item .program-content .program-bottom .program-text {
    padding: 10px;
  }
}
@media (max-width: 425px) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item .program-content .program-bottom .program-text:last-child {
    display: none;
  }
}
.wpo-program-section .wpo-program-wrap .program-card .program-item .program-content .program-bottom .program-text ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item .program-content .program-bottom .program-text ul {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item .program-content .program-bottom .program-text ul {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item .program-content .program-bottom .program-text ul {
    flex-direction: column;
    gap: 0;
  }
}
.wpo-program-section .wpo-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) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item .program-content .program-bottom .program-text ul li {
    font-size: 18px;
  }
}
.wpo-program-section .wpo-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;
}
.wpo-program-section .wpo-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) {
  .wpo-program-section .wpo-program-wrap .program-card .program-item .program-content .program-bottom .program-text p {
    font-size: 15px;
  }
}
.wpo-program-section .wpo-program-wrap .program-card .program-item:hover .program-bottom {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

/* 5.3 Why Choose Section Style 2 */
.wpo-why-choose-section-s2 {
  background-color: transparent;
}
.wpo-why-choose-section-s2 .wpo-why-choose-wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.wpo-why-choose-section-s2 .why-choose-left-item .why-choose-content {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (max-width: 991px) {
  .wpo-why-choose-section-s2 .why-choose-left-item .why-choose-content {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }
}
.wpo-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) {
  .wpo-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item {
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .wpo-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item {
    max-width: 245px;
  }
}
@media (max-width: 991px) {
  .wpo-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item h3 {
    margin: 0 auto;
    max-width: unset;
    margin-bottom: 5px;
  }
}
.wpo-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) {
  .wpo-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item .why-choose-number {
    flex-direction: column;
    gap: 15px;
  }
}
.wpo-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) {
  .wpo-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item .why-choose-card p {
    margin: 0 auto;
  }
}
.wpo-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) {
  .wpo-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item span {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .wpo-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item span {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-why-choose-section-s2 .why-choose-left-item .why-choose-content .why-choose-item span {
    font-size: 40px;
  }
}

/* 5.4 Testimonial Section Style 2 */
.wpo-testimonial-section-s2 {
  background: none;
  min-height: 100%;
}
.wpo-testimonial-section-s2 .testimonial-slider {
  max-width: 570px;
  margin: 0;
  margin-left: auto;
}
@media (max-width: 991px) {
  .wpo-testimonial-section-s2 .testimonial-slider {
    margin: 0 auto;
    margin-top: 40px;
  }
}
.wpo-testimonial-section-s2 .testimonial-slider .owl-dots button {
  background-color: #9D9D9D;
}
.wpo-testimonial-section-s2 .testimonial-slider .owl-dots button.active {
  background: #FFCC00;
}
.wpo-testimonial-section-s2 .testimonial-wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.wpo-testimonial-section-s2 .testimonial-item .testimonial-content {
  padding: 0;
  background-color: transparent;
}
.wpo-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) {
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content h2 {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content h2 {
    font-size: 55px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
.wpo-testimonial-section-s2 .testimonial-item .testimonial-content p {
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}
.wpo-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client .right-content {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wpo-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client .right-content span {
  padding: 0;
  color: #9D9D9D;
  display: block;
  text-transform: uppercase;
}
.wpo-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client .right-content .client-text {
  color: #9D9D9D;
}
.wpo-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-client .client-text {
  color: #fff;
}

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

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

/* 5.7 Fitness Section Style 2 */
.wpo-fitness-section-s2 {
  background-color: #181A1A;
}
.wpo-fitness-section-s2 .wpo-fitness-wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.wpo-fitness-section-s2 .fitness-left {
  max-width: 535px;
  height: 100%;
}
@media (max-width: 991px) {
  .wpo-fitness-section-s2 .fitness-left {
    margin: 0 auto;
    height: auto;
    margin-bottom: 40px;
    max-width: unset;
  }
}
.wpo-fitness-section-s2 .fitness-left .image {
  height: 100%;
}
.wpo-fitness-section-s2 .fitness-right {
  max-width: 690px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .wpo-fitness-section-s2 .fitness-right {
    margin: 0 auto;
  }
}
.wpo-fitness-section-s2 .fitness-right .wpo-section-title-s2 h2 {
  max-width: 640px;
}
@media (max-width: 991px) {
  .wpo-fitness-section-s2 .fitness-right .wpo-section-title-s2 h2 {
    margin: 0 auto;
    text-align: center;
  }
}
.wpo-fitness-section-s2 .image {
  position: relative;
  z-index: 1;
}
.wpo-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;
}
.wpo-fitness-section-s2 .image .fitness-btn .theme-btn-s3 {
  width: 100%;
  text-align: center;
}
.wpo-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) {
  .wpo-fitness-section-s2 .image::before {
    height: 100px;
  }
}
.wpo-fitness-section-s2 .contact-form-area {
  max-width: unset;
  z-index: 9;
}
.wpo-fitness-section-s2 .contact-form-area .submit-area {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .wpo-fitness-section-s2 .contact-form-area .submit-area {
    margin-top: 0;
  }
}
.wpo-fitness-section-s2 .contact-form-area .submit-area .theme-btn {
  background-color: #3A3838;
  color: #F2F2F2;
  text-align: center;
  width: 100%;
}
.wpo-fitness-section-s2 .contact-form-area .submit-area .theme-btn::before {
  color: #F2F2F2;
}
.wpo-fitness-section-s2 .contact-form-area .submit-area .theme-btn::after {
  background-color: rgb(178.5, 142.8, 0);
}
.wpo-fitness-section-s2 .col {
  min-height: 100%;
}

/* 5.8 Blog Section Style 2 */
.wpo-blog-section-s2,
.wpo-blog-section-s3 {
  background-color: #181A1A;
}
.wpo-blog-section-s2 .blog-border,
.wpo-blog-section-s3 .blog-border {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 1720px;
  margin: 0 auto;
}
.wpo-blog-section-s2 .wpo-blog-wrap,
.wpo-blog-section-s3 .wpo-blog-wrap {
  max-width: 1410px;
  margin: 0 auto;
}
.wpo-blog-section-s2 .blog-card,
.wpo-blog-section-s3 .blog-card {
  display: block;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  z-index: 11;
  position: relative;
}
.wpo-blog-section-s2 .blog-card .blog-date,
.wpo-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) {
  .wpo-blog-section-s2 .blog-card .blog-date,
  .wpo-blog-section-s3 .blog-card .blog-date {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-section-s2 .blog-card .blog-date,
  .wpo-blog-section-s3 .blog-card .blog-date {
    max-width: 60px;
    padding: 10px;
  }
}
.wpo-blog-section-s2 .blog-card .blog-date h3,
.wpo-blog-section-s3 .blog-card .blog-date h3 {
  color: #181818;
  margin: 0;
}
.wpo-blog-section-s2 .blog-card .blog-date small,
.wpo-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) {
  .wpo-blog-section-s2 .blog-card .blog-date small,
  .wpo-blog-section-s3 .blog-card .blog-date small {
    font-size: 12px;
  }
}
.wpo-blog-section-s2 .blog-card .blog-content,
.wpo-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) {
  .wpo-blog-section-s2 .blog-card .blog-content,
  .wpo-blog-section-s3 .blog-card .blog-content {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-section-s2 .blog-card .blog-content,
  .wpo-blog-section-s3 .blog-card .blog-content {
    max-width: 600px;
  }
}
.wpo-blog-section-s2 .blog-card .blog-content span,
.wpo-blog-section-s3 .blog-card .blog-content span {
  padding: 0;
}
.wpo-blog-section-s2 .blog-card .blog-content .blog-top,
.wpo-blog-section-s3 .blog-card .blog-content .blog-top {
  padding-bottom: 15px;
}

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

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

/*--------------------------------------------------------------
6.0 About Page
--------------------------------------------------------------*/
/* About Section Style 3 */
.wpo-about-section-s3 {
  background-color: transparent;
}
.wpo-about-section-s3 .wpo-about-wrap {
  background-color: #151D1B;
  max-width: 1740px;
  padding: 10px;
  border-radius: 12px;
}
.wpo-about-section-s3 .wpo-about-wrap .client-team {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .wpo-about-wrap .client-team {
    justify-content: center;
    padding-bottom: 30px;
  }
}
.wpo-about-section-s3 .wpo-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) {
  .wpo-about-section-s3 .wpo-about-wrap .title-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 1600px) {
  .wpo-about-section-s3 .wpo-about-wrap .title-text h2 {
    font-size: 50px;
  }
}
@media (max-width: 1399px) {
  .wpo-about-section-s3 .wpo-about-wrap .title-text h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .wpo-about-wrap .title-text h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section-s3 .wpo-about-wrap .title-text h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.wpo-about-section-s3 .wpo-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) {
  .wpo-about-section-s3 .wpo-about-wrap .title-text p {
    font-size: 18px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .wpo-about-section-s3 .wpo-about-wrap .title-text p {
    font-size: 16px;
    line-height: 135%;
  }
}
.wpo-about-section-s3 .wpo-about-wrap .about-funfact {
  padding-top: 50px;
  max-width: unset;
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .wpo-about-wrap .about-funfact {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .wpo-about-wrap .about-funfact {
    padding-top: 30px;
  }
}
.wpo-about-section-s3 .wpo-about-wrap .about-funfact .grid h3 {
  font-weight: 600;
  font-size: 72px;
  line-height: 111%;
  letter-spacing: -0.48px;
}
@media (max-width: 1600px) {
  .wpo-about-section-s3 .wpo-about-wrap .about-funfact .grid h3 {
    font-size: 65px;
  }
}
@media (max-width: 1399px) {
  .wpo-about-section-s3 .wpo-about-wrap .about-funfact .grid h3 {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .wpo-about-wrap .about-funfact .grid h3 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .wpo-about-wrap .about-funfact p {
    font-size: 15px;
  }
}
.wpo-about-section-s3 .wpo-about-wrap .about-left-item {
  padding: 80px;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1730px) {
  .wpo-about-section-s3 .wpo-about-wrap .about-left-item {
    padding: 50px;
    padding-right: 60px;
  }
}
@media (max-width: 1399px) {
  .wpo-about-section-s3 .wpo-about-wrap .about-left-item {
    padding: 30px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section-s3 .wpo-about-wrap .about-left-item {
    padding: 20px;
  }
}
@media (max-width: 425px) {
  .wpo-about-section-s3 .wpo-about-wrap .about-left-item {
    padding: 20px 0;
  }
}
.wpo-about-section-s3 .wpo-about-wrap .about-left-item .title-text {
  order: 2;
}
.wpo-about-section-s3 .wpo-about-wrap .about-left-item .client-team {
  order: 1;
}
.wpo-about-section-s3 .wpo-about-wrap .about-left-item .about-funfact {
  order: 3;
}
.wpo-about-section-s3 .wpo-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) {
  .wpo-about-section-s3 .wpo-about-wrap .about-right-bg {
    padding: 210px 60px 40px;
  }
}
@media (max-width: 1399px) {
  .wpo-about-section-s3 .wpo-about-wrap .about-right-bg {
    padding: 165px 60px 40px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .wpo-about-wrap .about-right-bg {
    padding: 25px;
    margin-top: 10px;
  }
}
.wpo-about-section-s3 .wpo-about-wrap .about-right-bg img {
  border-radius: 12px;
}
.wpo-about-section-s3 .wpo-about-wrap .col {
  min-height: 100%;
}
.wpo-about-section-s3 .wpo-middle-content {
  max-width: 1325px;
  margin: 0 auto;
  padding-top: 120px;
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .wpo-middle-content {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section-s3 .wpo-middle-content {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .wpo-middle-content .about-middle-left {
    margin-bottom: 40px;
    text-align: center;
  }
}
.wpo-about-section-s3 .wpo-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) {
  .wpo-about-section-s3 .wpo-middle-content .about-middle-left h2 {
    margin: 0 auto;
    font-size: 25px;
  }
}
.wpo-about-section-s3 .wpo-middle-content .about-right-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1399px) {
  .wpo-about-section-s3 .wpo-middle-content .about-right-item {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .wpo-middle-content .about-right-item {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section-s3 .wpo-middle-content .about-right-item {
    gap: 30px;
  }
}
.wpo-about-section-s3 .wpo-middle-content .about-right-item .about-right-content {
  display: flex;
  gap: 45px;
  max-width: 295px;
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .wpo-middle-content .about-right-item .about-right-content {
    gap: 20px;
    max-width: 250px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section-s3 .wpo-middle-content .about-right-item .about-right-content {
    max-width: 250px;
    margin: 0 auto;
    flex-direction: column;
    text-align: center;
  }
}
.wpo-about-section-s3 .wpo-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) {
  .wpo-about-section-s3 .wpo-middle-content .about-right-item .about-right-content span {
    font-size: 40px;
  }
}
.wpo-about-section-s3 .wpo-middle-content .about-right-item .about-right-content span::first-letter {
  font-style: italic;
}
.wpo-about-section-s3 .wpo-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) {
  .wpo-about-section-s3 .wpo-middle-content .about-right-item .about-right-content .about-right-text h3 {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section-s3 .wpo-middle-content .about-right-item .about-right-content .about-right-text h3 {
    font-size: 19px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.wpo-about-section-s3 .wpo-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) {
  .wpo-about-section-s3 .wpo-middle-content .about-right-item .about-right-content .about-right-text p {
    font-size: 15px;
  }
}
.wpo-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) {
  .wpo-about-section-s3 .about-all-content {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section-s3 .about-all-content {
    padding-top: 60px;
  }
}
.wpo-about-section-s3 .about-all-content .about-items {
  order: 1;
  max-width: 540px;
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .about-all-content .about-items {
    max-width: unset;
    width: 48%;
  }
}
@media (max-width: 767px) {
  .wpo-about-section-s3 .about-all-content .about-items {
    width: 100%;
  }
}
.wpo-about-section-s3 .about-all-content .about-bottom-image {
  order: 2;
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .about-all-content .about-bottom-image {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .wpo-about-section-s3 .about-all-content .about-bottom-image {
    width: 100%;
  }
}
.wpo-about-section-s3 .about-all-content .about-bottom-image img {
  min-height: 358px;
  height: 100%;
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .about-all-content .about-bottom-image img {
    min-height: 338px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .about-all-content .about-bottom-image img {
    min-height: 380px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section-s3 .about-all-content .about-bottom-image img {
    min-height: 100%;
  }
}
.wpo-about-section-s3 .about-all-content .about-card .video-wrap .video-btn {
  background-color: #C3FF00;
}

/* Mission Section Style 3 */
.wpo-mission-section .mission-item {
  background-color: #F2F2F2;
  border-radius: 12px;
  padding: 50px 60px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .wpo-mission-section .mission-item {
    padding: 40px 35px;
  }
}
@media (max-width: 575px) {
  .wpo-mission-section .mission-item {
    padding: 30px 20px;
  }
}
.wpo-mission-section .mission-item .icon {
  padding-bottom: 40px;
}
.wpo-mission-section .mission-item .icon img {
  transition: all 0.5s ease-in-out;
}
.wpo-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: 120px;
}
@media (max-width: 1199px) {
  .wpo-mission-section .mission-item .mission-text h3 {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .wpo-mission-section .mission-item .mission-text h3 {
    max-width: unset;
  }
}
.wpo-mission-section .mission-item .mission-text p {
  margin: 0;
  color: #4B4B4B;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
}
@media (max-width: 1199px) {
  .wpo-mission-section .mission-item .mission-text p {
    font-size: 15px;
  }
}
.wpo-mission-section .mission-item:hover .icon img {
  transform: rotateY(360deg);
}
.wpo-mission-section .mission-bottom {
  text-align: center;
  padding-top: 20px;
  max-width: 540px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-mission-section .mission-bottom {
    padding-top: 0;
  }
}
.wpo-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) {
  .wpo-mission-section .mission-bottom h4 {
    font-size: 18px;
  }
}
.wpo-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) {
  .wpo-mission-section .mission-bottom .mission-link {
    font-size: 12px;
    max-width: 276px;
  }
}
.wpo-mission-section .mission-bottom .mission-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #C3FF00;
}
.wpo-mission-section .mission-bottom .mission-link i {
  transform: rotate(-45deg);
  font-weight: 700;
  font-size: 16px;
}
.wpo-mission-section .mission-bottom .mission-link:hover {
  color: #C3FF00;
}

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

/* Blog Section Style 3 */
.wpo-blog-section-s3 {
  background-color: transparent;
}
.wpo-blog-section-s3 .blog-border {
  border: 0;
}
.wpo-blog-section-s3 .blog-card {
  position: relative;
  z-index: 1111;
}
.wpo-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 .wpo-contact-area {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .team-pg-area .wpo-contact-area {
    padding-top: 80px;
  }
}
@media (max-width: 575px) {
  .team-pg-area .wpo-contact-area {
    padding-top: 60px;
  }
}
.team-pg-area .wpo-contact-area .wpo-contact-title {
  margin-bottom: 40px;
  text-align: start;
}
@media (max-width: 991px) {
  .team-pg-area .wpo-contact-area .wpo-contact-title {
    margin-bottom: 30px;
  }
}
.team-pg-area .wpo-contact-area .wpo-contact-title p {
  max-width: 600px;
}
.team-pg-area .wpo-contact-area .theme-btn {
  outline: 0;
  border: 0;
}
.team-pg-area .wpo-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 .wpo-contact-area .quote-form .form-control {
    height: 48px;
    font-size: 15px;
  }
}
.team-pg-area .wpo-contact-area .quote-form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.team-pg-area .wpo-contact-area .quote-form textarea.form-control {
  height: 170px;
}
.team-pg-area .wpo-contact-area .quote-form select.form-control {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.png) 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 .wpo-skill-progress .wpo-progress-single {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .skills-area .wpo-skill-progress .wpo-progress-single {
    margin-bottom: 20px;
  }
}
.skills-area .wpo-skill-progress .wpo-progress-single h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #CECECE;
  font-family: "Inter Display";
}
@media (max-width: 767px) {
  .skills-area .wpo-skill-progress .wpo-progress-single h3 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .skills-area .wpo-skill-progress .wpo-progress-single h3 {
    font-size: 16px;
  }
}
.skills-area .wpo-skill-progress .wpo-progress-single:last-child {
  margin-bottom: 0;
}
.skills-area .wpo-skill-progress .wpo-progress-single .progress {
  background: #E8E8E8;
  height: 10px;
  width: 100%;
  border-radius: 40px;
  position: relative;
}
.skills-area .wpo-skill-progress .wpo-progress-single .progress .progress-bar {
  background: linear-gradient(90deg, #C3FF00 0%, #7CA300 100%);
  border-radius: 56px;
}
.skills-area .wpo-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 .wpo-skill-progress .progress-number {
    font-size: 18px;
    top: -5px;
  }
}
@media (max-width: 425px) {
  .skills-area .wpo-skill-progress .progress-number {
    font-size: 16px;
    top: 0;
  }
}

/*--------------------------------------------------------------
8.0 Program Single Page
--------------------------------------------------------------*/
.wpo-program-single-page .wpo-program-wrapper .program-top-image {
  display: flex;
  align-items: center;
  gap: 25px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .wpo-program-single-page .wpo-program-wrapper .program-top-image {
    flex-direction: column;
    gap: 15px;
  }
}
.wpo-program-single-page .wpo-program-wrapper .program-top-image .image {
  position: relative;
  z-index: 11;
}
.wpo-program-single-page .wpo-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) {
  .wpo-program-single-page .wpo-program-wrapper .program-top-image .image::before {
    height: 120px;
  }
}
.wpo-program-single-page .wpo-program-wrapper .program-top-image .image:first-child::before {
  display: none;
}
.wpo-program-single-page .wpo-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) {
  .wpo-program-single-page .wpo-program-wrapper .program-top-image .image .image-content {
    padding: 0 40px 40px;
  }
}
@media (max-width: 991px) {
  .wpo-program-single-page .wpo-program-wrapper .program-top-image .image .image-content {
    padding: 0 20px 20px;
  }
}
.wpo-program-single-page .wpo-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) {
  .wpo-program-single-page .wpo-program-wrapper .program-top-image .image .image-content p {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .wpo-program-single-page .wpo-program-wrapper .program-top-image .image .image-content p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-program-single-page .wpo-program-wrapper .program-top-image .image .image-content p {
    font-size: 17px;
  }
}
.wpo-program-single-page .wpo-program-wrapper .program-single-content {
  max-width: 910px;
  margin: 0 auto;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .wpo-program-single-page .wpo-program-wrapper .program-single-content {
    padding-top: 60px;
  }
}
.wpo-program-single-page .wpo-program-wrapper .program-single-content .program-single-item {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .wpo-program-single-page .wpo-program-wrapper .program-single-content .program-single-item {
    padding-bottom: 60px;
  }
}
.wpo-program-single-page .wpo-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) {
  .wpo-program-single-page .wpo-program-wrapper .program-single-content .program-single-item .program-single-text h2 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .wpo-program-single-page .wpo-program-wrapper .program-single-content .program-single-item .program-single-text h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .wpo-program-single-page .wpo-program-wrapper .program-single-content .program-single-item .program-single-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-program-single-page .wpo-program-wrapper .program-single-content .program-single-item .program-single-text h2 {
    font-size: 30px;
    padding-bottom: 25px;
  }
}
.wpo-program-single-page .wpo-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) {
  .wpo-program-single-page .wpo-program-wrapper .program-single-content .program-single-item .program-single-text p {
    font-size: 16px;
    padding-bottom: 25px;
  }
}
.wpo-program-single-page .wpo-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) {
  .wpo-program-single-page .wpo-program-wrapper .program-single-content .program-single-item .program-single-text ul li {
    font-size: 16px;
  }
}
.wpo-program-single-page .wpo-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;
}
.wpo-program-single-page .wpo-program-wrapper .program-single-content .program-single-item .program-single-text ul li a {
  color: #CECECE;
  transition: all ease-in-out 0.3s;
}
.wpo-program-single-page .wpo-program-wrapper .program-single-content .program-single-item .program-single-text ul li a:hover {
  color: #C3FF00;
}
.wpo-program-single-page .why-choose-content .why-choose-item {
  max-width: 355px;
}
@media (max-width: 991px) {
  .wpo-program-single-page .why-choose-content .why-choose-item {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .wpo-program-single-page .why-choose-content .why-choose-item {
    max-width: 225px;
  }
}
.wpo-program-single-page .why-choose-content .why-choose-item .why-choose-card p {
  padding: 0;
}
.wpo-program-single-page .card-item {
  gap: 25px;
}
@media (max-width: 991px) {
  .wpo-program-single-page .card-item {
    gap: 10px;
  }
}
.wpo-program-single-page .card-item .why-choose-item {
  background-color: #151D1B;
  padding: 40px 30px;
  max-width: 440px;
  width: 100%;
  border-radius: 12px;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 991px) {
  .wpo-program-single-page .card-item .why-choose-item {
    max-width: 334px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-program-single-page .card-item .why-choose-item {
    max-width: 250px;
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .wpo-program-single-page .card-item .why-choose-item {
    max-width: unset;
  }
}
.wpo-program-single-page .card-item .why-choose-item .why-choose-card h3 {
  max-width: 140px;
}
@media (max-width: 991px) {
  .wpo-program-single-page .card-item .why-choose-item .why-choose-card h3 {
    max-width: unset;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
.wpo-program-single-page .card-item .why-choose-item .why-choose-card p {
  max-width: 265px;
}
@media (max-width: 991px) {
  .wpo-program-single-page .card-item .why-choose-item .why-choose-card p {
    margin: 0 auto;
  }
}
.wpo-program-single-page .service-left-item {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .wpo-program-single-page .service-left-item {
    flex-direction: column;
    gap: 20px;
  }
}
.wpo-program-single-page .service-left-item img {
  width: 100%;
  border-radius: 12px;
}
.wpo-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) {
  .wpo-program-single-page .service-left-item .service-progress-area .title h3 {
    font-size: 20px;
  }
}
.wpo-program-single-page .service-left-item .service-bg-image {
  width: 100%;
}
.wpo-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) {
  .wpo-program-single-page .service-left-item .service-bg-image .service-content {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-program-single-page .service-left-item .service-bg-image .service-content .service-progress-area {
    padding: 20px;
  }
}
.wpo-program-single-page .service-left-item .image-right {
  width: 100%;
}
.wpo-program-single-page .program-schedule {
  background-color: #151D1B;
}
.wpo-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) {
  .wpo-program-single-page .program-schedule .schedule-card li {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .wpo-program-single-page .program-schedule .schedule-card li {
    justify-content: space-between;
    text-align: start;
    padding: 15px;
  }
}
.wpo-program-single-page .program-schedule .schedule-card li span {
  width: 28%;
  display: inline;
}
.wpo-program-single-page .program-schedule .schedule-card li:first-child {
  background: rgba(255, 255, 255, 0.04);
  font-weight: 400;
  color: #F2F2F2;
}
.wpo-program-single-page .wpo-pricing-wrap .pricing-all-content {
  background-color: #151D1B;
}
.wpo-program-single-page .wpo-pricing-wrap .pricing-all-content .active,
.wpo-program-single-page .wpo-pricing-wrap .pricing-all-content :hover {
  background-color: #0A0E0D;
}
/*======================================
9.0 Blog Single Page
 =======================================*/
/* Blog Single Section */
.wpo-blog-single-section .wpo-blog-wraper {
  max-width: 660px;
  margin: 0 auto;
}
.wpo-blog-single-section .blog-tag {
  list-style: none;
  overflow: hidden;
}
.wpo-blog-single-section .blog-tag ul {
  list-style: none;
  padding: 15px 0 10px 15px;
}
@media (max-width: 440px) {
  .wpo-blog-single-section .blog-tag ul {
    padding: 10px 0 0px 10px;
  }
}
.wpo-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) {
  .wpo-blog-single-section .blog-tag ul li {
    font-size: 12px;
    line-height: 125%;
  }
}
.wpo-blog-single-section .blog-tag ul li i {
  position: relative;
  margin-right: 5px;
}
.wpo-blog-single-section .blog-tag ul li i:before {
  font-size: 13px;
}
.wpo-blog-single-section .blog-tag ul li + li {
  margin-left: 18px;
  padding-left: 18px;
  position: relative;
}
@media (max-width: 440px) {
  .wpo-blog-single-section .blog-tag ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 440px) {
  .wpo-blog-single-section .blog-tag ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.wpo-blog-single-section .format-standard-image {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .format-standard-image {
    margin-bottom: 30px;
  }
}
.wpo-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;
}
.wpo-blog-single-section .format-standard-image .image-top img {
  border-radius: 12px;
}
.wpo-blog-single-section .format-standard-image .image-top .image {
  position: relative;
}
.wpo-blog-single-section .format-standard-image .image-top .image .social-icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media (max-width: 440px) {
  .wpo-blog-single-section .format-standard-image .image-top .image .social-icon {
    bottom: 10px;
    left: 10px;
  }
}
.wpo-blog-single-section .format-standard-image .image-top .image .social-icon ul {
  display: flex;
  gap: 15px;
}
.wpo-blog-single-section .format-standard-image .image-top .image .social-icon ul li {
  color: #CECECE;
  font-size: 20px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .format-standard-image .image-top .image .social-icon ul li {
    font-size: 15px;
  }
}
.wpo-blog-single-section .format-standard-image .image-top .image .social-icon ul li a {
  color: #CECECE;
  transition: all ease-in-out 0.3s;
}
.wpo-blog-single-section .format-standard-image .image-top .image .social-icon ul li a:hover {
  color: #C3FF00;
}
.wpo-blog-single-section p {
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 145%;
  color: #CECECE;
}
@media (max-width: 575px) {
  .wpo-blog-single-section p {
    font-size: 16px;
    line-height: 135%;
  }
}
.wpo-blog-single-section .post {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .post {
    margin-bottom: 30px;
  }
}
.wpo-blog-single-section .post:last-child {
  margin-bottom: 0;
}
.wpo-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) {
  .wpo-blog-single-section .post h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-blog-single-section .post h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.wpo-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) {
  .wpo-blog-single-section .post h3 {
    font-size: 17px;
    font-size: 0.9444444444rem;
  }
}
.wpo-blog-single-section .post .blog-list {
  padding-top: 20px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .post .blog-list {
    padding-top: 10px;
  }
}
.wpo-blog-single-section .post .blog-list:last-child {
  padding-bottom: 0;
}

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

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

/*--------------------------------------------------------------
11.0 Shop Page
--------------------------------------------------------------*/
.wpo-shop-section .shop-grids {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .wpo-shop-section .shop-grids {
    margin: 0 -7px;
  }
}
.wpo-shop-section .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  position: relative;
  z-index: 1111;
}
@media (max-width: 991px) {
  .wpo-shop-section .grid {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .wpo-shop-section .grid {
    width: calc(50% - 15px);
    margin: 0 7px 15px;
  }
}
@media (max-width: 550px) {
  .wpo-shop-section .grid {
    width: calc(100% - 15px);
    float: none;
  }
}
.wpo-shop-section .grid img {
  width: 100%;
}
.wpo-shop-section .grid .img-holder {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.wpo-shop-section .details {
  background-color: #151D1B;
  border-top: 0;
  text-align: center;
  padding: 35px 15px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.wpo-shop-section .details h2 {
  font-size: 30px;
  font-size: 1.6666666667rem;
  margin: 0 0 0.5em;
  font-weight: 400;
}
@media (max-width: 1350px) {
  .wpo-shop-section .details h2 {
    font-size: 27px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .wpo-shop-section .details h2 {
    font-size: 22px;
    font-size: 1.2222222222rem;
  }
}
@media (max-width: 767px) {
  .wpo-shop-section .details h2 {
    font-size: 19px;
    font-size: 1.0555555556rem;
  }
}
.wpo-shop-section .details h2 a {
  color: #F2F2F2;
}
.wpo-shop-section .details h3 a:hover {
  color: #C3FF00;
}
.wpo-shop-section .details del {
  color: #9D9D9D;
}
.wpo-shop-section .details del + span {
  display: inline-block;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .wpo-shop-section .details del + span {
    font-size: 15px;
    font-size: 0.8333333333rem;
  }
}
.wpo-shop-section .add-to-cart {
  margin-top: 20px;
}
.wpo-shop-section .add-to-cart a {
  font-family: "Inter Display";
  font-size: 16px;
  font-size: 0.8888888889rem;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: inline-block;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .wpo-shop-section .add-to-cart a {
    font-size: 13px;
    font-size: 0.7222222222rem;
    padding: 8px 18px;
  }
}
.wpo-shop-section .add-to-cart a:hover {
  background-color: #C3FF00;
  color: #fff;
}
.wpo-shop-section .add-to-cart a i {
  font-size: 15px;
  font-size: 0.8333333333rem;
  display: inline-block;
  padding-left: 5px;
}
.wpo-shop-section .grid:hover .add-to-cart a {
  background-color: #C3FF00;
  color: #000;
}

/*--------------------------------------------------------------
12.0 Shop Single Page
--------------------------------------------------------------*/
.shop-single-section .shop-single-wrap {
  max-width: 1520px;
  margin: 0 auto;
}
.shop-single-section .shop-single-wrap h2 {
  font-size: 50px;
  font-size: 2.7777777778rem;
  line-height: 1.4em;
  margin: 0 0 0.33em;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .shop-single-section .shop-single-wrap h2 {
    font-size: 45px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .shop-single-section .shop-single-wrap h2 {
    font-size: 40px;
    font-size: 2.2222222222rem;
  }
}
@media (max-width: 991px) {
  .shop-single-section .shop-single-wrap h2 {
    font-size: 35px;
    font-size: 1.9444444444rem;
  }
}
@media (max-width: 575px) {
  .shop-single-section .shop-single-wrap h2 {
    font-size: 28px;
    font-size: 1.5555555556rem;
  }
}
.shop-single-section {
  /*** product slider ***/
}
.shop-single-section .shop-single-slider .slider-for {
  text-align: center;
}
.shop-single-section .shop-single-slider .slider-for img {
  display: inline-block;
  max-width: 650px;
  width: 100%;
}
.shop-single-section .shop-single-slider .slider-nav {
  padding: 0 25px;
  margin-top: 35px;
}
.shop-single-section .shop-single-slider .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 100;
}
.shop-single-section .shop-single-slider .slider-nav > i:hover {
  cursor: pointer;
}
.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}
.shop-single-section .shop-single-slider .slider-nav .slick-slide {
  text-align: center;
}
.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
}
.shop-single-section .product-details {
  padding: 15px 30px 80px;
}
@media (max-width: 1199px) {
  .shop-single-section .product-details {
    padding: 10px 15px 15px;
  }
}
@media (max-width: 991px) {
  .shop-single-section .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .shop-single-section .product-details {
    padding: 0;
  }
}
.shop-single-section .product-details .price {
  font-size: 25px;
  font-size: 1.3888888889rem;
  color: #CECECE;
  margin: 7px 0 20px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .shop-single-section .product-details .price {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
@media (max-width: 767px) {
  .shop-single-section .product-details .price {
    font-size: 25px;
    font-size: 1.3888888889rem;
  }
}
.shop-single-section .product-details .price .old {
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: normal;
  color: #9D9D9D;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .shop-single-section .product-details .price .old {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
@media (max-width: 767px) {
  .shop-single-section .product-details .price .old {
    font-size: 18px;
    font-size: 1rem;
  }
}
.shop-single-section .product-details .product-rt {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.shop-single-section .product-details .product-rt .rating {
  margin-right: 10px;
}
@media (max-width: 575px) {
  .shop-single-section .product-details .product-rt .rating {
    margin-right: 5px;
  }
}
.shop-single-section .product-details .product-rt .rating i {
  color: #f9d322;
  font-size: 22px;
  font-style: normal;
}
.shop-single-section .product-details .product-rt .rating i:last-child {
  color: #ddd;
}
.shop-single-section .product-details .product-rt span {
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  color: #9D9D9D;
}
@media (max-width: 1199px) {
  .shop-single-section .product-details .product-rt span {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
@media (max-width: 575px) {
  .shop-single-section .product-details .product-rt span {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.shop-single-section .product-details p {
  margin-bottom: 1.3em;
  color: #CECECE;
}
.shop-single-section .product-details ul {
  list-style: none;
}
.shop-single-section .product-details ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  color: #CECECE;
}
.shop-single-section .product-details ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #C3FF00;
  content: "";
  border-radius: 50%;
}
.shop-single-section .product-details {
  /*** product option ***/
}
.shop-single-section .product-details .product-option {
  margin-top: 40px;
}
.shop-single-section .product-details .tg-btm {
  margin-top: 25px;
}
.shop-single-section .product-details .tg-btm p {
  margin-bottom: 0px;
  color: #9D9D9D;
}
.shop-single-section .product-details .tg-btm p span {
  color: #CECECE;
  font-weight: 500;
  margin-right: 5px;
}
.shop-single-section .product-details .product-option .product-row button:after {
  display: none;
}
.shop-single-section .product-details .product-option .product-row > div {
  height: 35px;
  display: inline-block;
}
.shop-single-section .product-details .product-option .product-row > div + div {
  margin-left: 15px;
}
.shop-single-section .product-details .product-option .product-row > div + div .theme-btn-s2 {
  border-radius: 0;
  border-width: 1px;
  padding: 14px 25px;
  font-size: 15px;
  border: 1px solid #E8E8E8;
}
.shop-single-section .product-details .product-option .product-row > div + div .theme-btn-s2::after {
  display: none;
}
.shop-single-section .product-details .product-option .product-row > div + div .theme-btn-s2:before {
  display: none;
}
.shop-single-section .product-details .product-option .product-row > div + div .theme-btn-s2:hover {
  background-color: #C3FF00;
  color: #000;
  border-color: #C3FF00;
}
.shop-single-section .product-details .product-option .product-row > div:first-child {
  width: 85px;
}
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn:hover {
  background: #0A0E0D;
  border-color: #0A0E0D;
  color: #fff;
}
.shop-single-section .product-details .product-option .theme-btn {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-size: 0.7777777778rem;
  padding: 0 20px;
  height: 35px;
  line-height: 32px;
  outline: 0;
  border: 2px solid #E8E8E8;
  border-radius: 0;
}
.shop-single-section .product-details .product-option .theme-btn:hover {
  background-color: #0A0E0D;
  color: #fff;
  border-color: #fff;
}
@media (max-width: 767px) {
  .shop-single-section .product-details .product-option .theme-btn {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}
.shop-single-section .product-details .product-option .theme-btn::after {
  display: none;
}
.shop-single-section .product-details .product-option .theme-btn:before {
  display: none;
}
.shop-single-section .product-details .product-option .heart-btn i {
  font-size: 15px;
  font-size: 0.8333333333rem;
  color: #fff;
}
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn {
  background-color: #fff;
  font-size: 18px;
  font-size: 1rem;
  color: #CECECE;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.shop-single-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.shop-single-section .product-details #product-count:focus {
  box-shadow: none;
  outline: none;
}
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  border-color: rgb(229.5, 229.5, 229.5);
  display: block;
  padding: 2px 4px;
  font-size: 10px;
  color: #fff;
}
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
  background-color: #0A0E0D;
  color: #fff;
}
.shop-single-section {
  /*** product info ***/
}
.shop-single-section .product-info {
  margin-top: 75px;
}
@media (max-width: 991px) {
  .shop-single-section .product-info {
    margin-top: 40px;
  }
}
.shop-single-section .product-info h3 {
  font-size: 20px;
  font-size: 1.1111111111rem;
  margin: 0;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
.shop-single-section .product-info p {
  margin-bottom: 1.3em;
  color: #CECECE;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 767px) {
  .shop-single-section .product-info p {
    font-size: 16px;
    line-height: 26px;
  }
}
.shop-single-section .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}
.shop-single-section .product-info {
  /*** tabs ***/
}
@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}
.shop-single-section .product-info .nav-tabs li {
  margin-right: 1px;
}
.shop-single-section .product-info .nav-tabs li a.active {
  border: 0;
  outline: 0;
  background-color: transparent;
}
.shop-single-section .product-info .nav-tabs a {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  color: #CECECE;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 12px 20px 11px;
  font-family: "Inter Display";
  position: relative;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs a {
    font-size: 14px;
    font-size: 0.7777777778rem;
    font-weight: normal;
    padding: 10px 10px 8px;
    text-transform: none;
  }
}
.shop-single-section .product-info .nav-tabs a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #C3FF00;
  border-radius: 4px;
  content: "";
  opacity: 0;
  visibility: hidden;
}
.shop-single-section .product-info .nav-tabs a:hover:before,
.shop-single-section .product-info .nav-tabs a.active:before {
  opacity: 1;
  visibility: visible;
}
.shop-single-section .product-info .nav-tabs .active,
.shop-single-section .product-info .nav-tabs li:hover {
  border-color: #C3FF00;
}
.shop-single-section .product-info .tab-content {
  border-top: 1px solid rgba(75, 75, 75, 0.9);
  padding-top: 30px;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0;
  }
}
.shop-single-section .product-info {
  /*** client rv ***/
}
.shop-single-section .product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}
.shop-single-section .product-info .client-rv:last-child {
  margin-bottom: 0;
}
.shop-single-section .product-info .client-rv .client-pic {
  width: 100px;
  float: left;
}
.shop-single-section .product-info .client-rv .client-pic img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.shop-single-section .product-info .client-rv .details {
  width: calc(100% - 130px);
  float: right;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .details {
    width: 100%;
    float: none;
  }
}
.shop-single-section .product-info .client-rv .name-rating .product-rt {
  display: flex;
  align-items: center;
}
.shop-single-section .product-info .client-rv .name-rating .product-rt span {
  color: #9D9D9D;
}
.shop-single-section .product-info .client-rv .name-rating .rating {
  margin-right: 10px;
}
.shop-single-section .product-info .client-rv .name-rating .rating i {
  color: #f9d322;
  font-size: 16px;
  font-style: normal;
}
.shop-single-section .product-info .client-rv .name-rating .rating i:last-child {
  color: #ddd;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}
.shop-single-section .product-info .client-rv .name-rating-time > div,
.shop-single-section .product-info .client-rv .name-rating > div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.7777777778rem;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time > div,
  .shop-single-section .product-info .client-rv .name-rating > div {
    display: block;
  }
}
.shop-single-section .product-info .client-rv .rating {
  padding-left: 12px;
}
.shop-single-section .product-info .client-rv .rating i {
  color: #0A0E0D;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .rating {
    padding-left: 5px;
  }
}
.shop-single-section .product-info .client-rv .name-rating-time .time {
  float: right;
  color: rgb(178.5, 178.5, 178.5);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time .time {
    float: none;
  }
}
.shop-single-section .product-info .client-rv .review-body {
  padding-top: 12px;
}
.shop-single-section .product-info {
  /*** review form ***/
}
.shop-single-section .product-info .review-form {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .review-form {
    margin-top: 30px;
  }
}
.shop-single-section .product-info .review-form p {
  margin-bottom: 1.73em;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #CECECE;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .review-form p {
    font-size: 16px;
    line-height: 26px;
  }
}
.shop-single-section .product-info .review-form .give-rat-sec {
  margin-bottom: 10px;
}
.shop-single-section .product-info .review-form .give-rat-sec p {
  margin-bottom: 0;
}
.shop-single-section .product-info .review-form .give-rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  margin-bottom: 10px;
}
.shop-single-section .product-info .review-form .give-rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.shop-single-section .product-info .review-form .give-rating label:last-child {
  position: static;
}
.shop-single-section .product-info .review-form .give-rating label:nth-child(1) {
  z-index: 5;
}
.shop-single-section .product-info .review-form .give-rating label:nth-child(2) {
  z-index: 4;
}
.shop-single-section .product-info .review-form .give-rating label:nth-child(3) {
  z-index: 3;
}
.shop-single-section .product-info .review-form .give-rating label:nth-child(4) {
  z-index: 2;
}
.shop-single-section .product-info .review-form .give-rating label:nth-child(5) {
  z-index: 1;
}
.shop-single-section .product-info .review-form .give-rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.shop-single-section .product-info .review-form .give-rating label .icon {
  float: left;
  color: transparent;
}
.shop-single-section .product-info .review-form .give-rating label:last-child .icon {
  color: #ddd;
}
.shop-single-section .product-info .review-form .give-rating:not(:hover) label input:checked ~ .icon,
.shop-single-section .product-info .review-form .give-rating:hover label:hover input ~ .icon {
  color: #FFD400;
}
.shop-single-section .product-info .review-form .give-rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #ddd;
  text-shadow: 0 0 5px #FFD400;
}
.shop-single-section .product-info .review-form .contact-review {
  background-color: #252525;
  padding: 40px 30px;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .review-form .contact-review {
    padding: 30px 20px;
  }
}
.shop-single-section .product-info .review-form form {
  position: relative;
  z-index: 1111;
}
.shop-single-section .product-info .review-form form input,
.shop-single-section .product-info .review-form form textarea {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .shop-single-section .product-info .review-form form input,
  .shop-single-section .product-info .review-form form textarea {
    font-size: 16px;
  }
}
.shop-single-section .product-info .review-form form input:focus,
.shop-single-section .product-info .review-form form textarea:focus {
  box-shadow: none;
  outline: none;
}
.shop-single-section .product-info .review-form form .form-control::-moz-placeholder {
  color: #CECECE;
}
.shop-single-section .product-info .review-form form .form-control::placeholder {
  color: #CECECE;
}
.shop-single-section .product-info .review-form form textarea {
  height: 130px;
}
.shop-single-section .product-info .review-form form > div {
  margin-bottom: 27px;
}
.shop-single-section .product-info .review-form form > div:last-child {
  margin-bottom: 0;
}
.shop-single-section .product-info .review-form form > div:last-child .theme-btn {
  border: 0;
}
.shop-single-section .slider-nav .slick-slide:focus {
  outline: none;
}

/*===========================
13.0 Cart Page
===========================*/
.wpo-cart-area .cart-wrapper {
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  background-color: #252525;
  position: relative;
  z-index: 1111;
}
@media (max-width: 991px) {
  .wpo-cart-area .cart-wrapper table {
    width: 1022px;
  }
}
@media (max-width: 991px) {
  .wpo-cart-area .cart-wrapper form {
    overflow: scroll;
    overflow-y: hidden;
  }
}
.wpo-cart-area .cart-wrap td,
.wpo-cart-area .cart-wrap th {
  width: 10%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-weight: 400;
  color: #CECECE;
  background-color: #252525;
}
.wpo-cart-area .cart-wrap td ul,
.wpo-cart-area .cart-wrap th ul {
  list-style: none;
}
.wpo-cart-area .cart-wrap th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0;
  color: #fff;
}
.wpo-cart-area .cart-wrap thead {
  background: #fff;
  color: #CECECE;
  padding: 40px;
}
.wpo-cart-area .wpo-cart-area form {
  margin: auto;
  text-align: center;
  background: #fff;
}
.wpo-cart-area .cart-wrap .product {
  width: 15%;
}
.wpo-cart-area .cart-wrap .product ul {
  text-align: left;
  padding-left: 25px;
  list-style: none;
}
.wpo-cart-area .cart-wrap .product ul li {
  padding-bottom: 5px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .wpo-cart-area .cart-wrap .product ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}
.wpo-cart-area .cart-wrap .product a {
  font-size: 16px;
  color: #a5a4a4;
}
.wpo-cart-area .cart-wrap .product-2 {
  text-align: left;
  padding-left: 55px;
}
.wpo-cart-area .cart-wrap .product a:hover {
  color: #0A0E0D;
}
.wpo-cart-area .cart-wrap th {
  height: 80px;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  .wpo-cart-area .cart-wrap th {
    font-size: 18px;
    font-size: 1rem;
  }
}
.wpo-cart-area .cart-wrap td {
  padding: 40px 25px;
  font-size: 18px;
  color: #CECECE;
}
@media (max-width: 767px) {
  .wpo-cart-area .cart-wrap td {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.wpo-cart-area .cart-wrap td.action ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.wpo-cart-area .cart-wrap td.action ul .w-btn-view a {
  line-height: 45px;
}
.wpo-cart-area .cart-wrap td span {
  display: block;
  width: 100px;
  height: 38px;
  line-height: 34px;
  color: #ee9902;
  font-size: 14px;
  border: 1.5px solid #ee9902;
  border-radius: 4px;
}
.wpo-cart-area .cart-wrap td.Del span {
  color: #4ABA4E;
  border: 1.5px solid #4ABA4E;
}
.wpo-cart-area .cart-wrap td.can span {
  color: #D85656;
  border: 1.5px solid #D85656;
}
.wpo-cart-area .cart-wrap td.pro span {
  color: #691A5F;
  border: 1.5px solid #691A5F;
}
.wpo-cart-area .cart-wrap .name {
  width: 15%;
}
.wpo-cart-area .cart-wrap .action a {
  display: block;
  width: 40px;
  height: 38px;
  line-height: 45px;
  background: #414141;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
}
.wpo-cart-area .cart-wrap .action a .fi::before {
  font-size: 20px;
}
.wpo-cart-area .cart-wrap .action a:hover {
  background: #0A0E0D;
}
.wpo-cart-area .cart-wrap .action li.c-btn {
  margin-right: 10px;
}
.wpo-cart-area .cart-wrap .action li.c-btn a {
  background-color: #0A0E0D;
}
.wpo-cart-area .order-wrap {
  padding: 0;
}
.wpo-cart-area .cart-wrap tr:nth-child(even) {
  background: #FCFCFC;
}
.wpo-cart-area .cart-wrap .quantity {
  position: relative;
  max-width: 110px;
  margin: 0 auto;
}
.wpo-cart-area .quantity input {
  width: 105px;
  padding: 0px 35px;
  text-align: center;
  height: 36px;
  position: relative;
  background: transparent;
  border: none;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #CECECE;
}
.wpo-cart-area .quantity .qtybutton {
  position: absolute;
  top: 0;
  left: 0px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  cursor: pointer;
  color: #CECECE;
  background: #4B4B4B;
  border-radius: 30px;
}
.wpo-cart-area .cart-wrap .quantity .qtybutton {
  top: 50%;
  left: 5px;
  transform: translateY(-51%);
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
}
.wpo-cart-area .cart-wrap .quantity .qtybutton.dec {
  border-left: none;
}
.wpo-cart-area .cart-wrap .quantity .qtybutton.inc {
  right: 5px;
  left: auto;
  border-right: none;
}
.wpo-cart-area .submit-btn-area {
  padding: 40px;
}
@media (max-width: 575px) {
  .wpo-cart-area .submit-btn-area {
    padding: 30px;
  }
}
.wpo-cart-area .submit-btn-area ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
@media (max-width: 500px) {
  .wpo-cart-area .submit-btn-area ul {
    text-align: center;
    display: block;
  }
}
.wpo-cart-area .submit-btn-area ul li:last-child {
  margin-left: 20px;
}
@media (max-width: 500px) {
  .wpo-cart-area .submit-btn-area ul li:last-child {
    margin-left: 0;
  }
}
.wpo-cart-area .submit-btn-area button {
  border: none;
  transition: all 0.3s;
  outline: none;
}
@media (max-width: 767px) {
  .wpo-cart-area .submit-btn-area .theme-btn {
    padding: 15px 25px;
  }
}
.wpo-cart-area .cart-product-list ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  list-style: none;
}
.wpo-cart-area .cart-product-list ul li {
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
  font-weight: 300;
  font-size: 20px;
  line-height: 21px;
  color: #CECECE;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .wpo-cart-area .cart-product-list ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}
.wpo-cart-area .cart-product-list ul li.cart-b {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}
.wpo-cart-area .cart-product-list ul li.cart-b h2 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #C3FF00;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .wpo-cart-area .cart-product-list ul li.cart-b h2 {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}

/*===============================
14.0 Checkout Page
================================*/
.wpo-checkout-area .checkout-wrap {
  background: transparent;
  position: relative;
  z-index: 1111;
}
.wpo-checkout-area .checkout-wrap ul {
  list-style: none;
}
.wpo-checkout-area #open2 {
  display: block;
}
.wpo-checkout-area #open3 {
  display: none;
}
.wpo-checkout-area #open4 {
  display: none;
}
.wpo-checkout-area .create-account p {
  margin-bottom: 15px;
}
.wpo-checkout-area .create-account {
  display: none;
  padding: 20px;
  background-color: #252525;
}
.wpo-checkout-area .create-account span {
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  color: #CECECE;
}
@media (max-width: 575px) {
  .wpo-checkout-area .create-account span {
    font-size: 14px;
  }
}
.wpo-checkout-area .input-wrap {
  position: relative;
}
.wpo-checkout-area .create-account input {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 25px;
  padding-left: 20px;
  border-radius: 40px;
  background-color: transparent;
}
.wpo-checkout-area .create-account input:focus {
  outline: none;
}
.wpo-checkout-area .create-account button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #333;
  color: #fff;
  width: 108px;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.wpo-checkout-area .create-account button:hover {
  background: #C3FF00;
}
.wpo-checkout-area .coupon {
  position: relative;
  cursor: pointer;
  cursor: pointer;
  background: #252525;
}
.wpo-checkout-area .coupon:before {
  position: absolute;
  right: 30px;
  top: 21px;
  content: "\e64b";
  font-family: "themify";
}
.wpo-checkout-area .coupon span {
  position: absolute;
  right: 30px;
  top: 30px;
}
.wpo-checkout-area .coupon label {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  color: #F2F2F2;
  cursor: pointer;
  padding: 20px 20px;
  border-left: 2px solid #C3FF00;
  transition: all 0.3s;
  width: 100%;
}
@media (max-width: 767px) {
  .wpo-checkout-area .coupon label {
    font-size: 16px;
  }
}
.wpo-checkout-area .caupon-wrap {
  background: #fff;
  margin-bottom: 20px;
  transition: all 0.3s;
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}
.wpo-checkout-area .caupon-wrap:last-child {
  margin-bottom: 0;
}
.wpo-checkout-area .active-border {
  transition: all 0.3s;
}
.wpo-checkout-area .s1.active-border .coupon-active label,
.wpo-checkout-area .s3.coupon-2 .coupon-3 label {
  border-left: none;
  border-top: 2px solid #C3FF00;
  border-bottom: 1px solid #C3FF00;
}
.wpo-checkout-area .s2 .coupon-3 {
  border-top: 2px solid #C3FF00;
}
.wpo-checkout-area .s2.coupon-2 .coupon-3 {
  border-top: 0;
}
.wpo-checkout-area .s2 .coupon-3 label {
  border-left: 0;
  border-bottom: 1px solid #C3FF00;
}
.wpo-checkout-area .s2.coupon-2 .coupon-3 label {
  border-left: 2px solid #C3FF00;
  border-bottom: 0;
}
.wpo-checkout-area .billing-adress .form-style input,
.wpo-checkout-area .billing-adress .form-style select {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  height: 40px;
  background: transparent;
  border-radius: 2px;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  color: #CECECE;
  font-size: 16px;
}
.wpo-checkout-area .billing-adress .form-style input:focus,
.wpo-checkout-area .billing-adress .form-style select:focus {
  outline: none;
  box-shadow: none;
}
.wpo-checkout-area .billing-adress .form-style label {
  font-size: 16px;
  color: #CECECE;
}
@media (max-width: 575px) {
  .wpo-checkout-area .billing-adress .form-style label {
    font-size: 16px;
  }
}
.wpo-checkout-area .billing-adress .form-style select {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.wpo-checkout-area .billing-adress {
  padding: 30px;
  background-color: #252525;
}
.wpo-checkout-area .note-area textarea {
  font-size: 18px;
  color: #CECECE;
  width: 100%;
  height: 150px;
  padding-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background-color: transparent;
}
@media (max-width: 575px) {
  .wpo-checkout-area .note-area textarea {
    font-size: 16px;
  }
}
.wpo-checkout-area .note-area textarea:focus {
  outline: none;
}
.wpo-checkout-area .biling-item-2 {
  margin-top: 20px;
}
.wpo-checkout-area .biling-item-2 label.fontsize {
  margin-bottom: 20px;
}
.wpo-checkout-area .biling-item-2 .billing-adress {
  padding: 0;
}
.wpo-checkout-area .payment-name ul {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-name ul {
    flex-wrap: wrap;
  }
}
.wpo-checkout-area .payment-area form {
  overflow: unset;
}
.wpo-checkout-area .payment-name ul li {
  width: 100px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.wpo-checkout-area .payment-name ul li input {
  margin-right: 0;
}
.wpo-checkout-area .payment-name ul li {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-name ul li {
    margin-bottom: 10px;
  }
}
.wpo-checkout-area .payment-area h2 {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.wpo-checkout-area .payment-select {
  padding: 40px 0;
}
.wpo-checkout-area .payment-select ul {
  display: flex;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-select ul {
    flex-wrap: wrap;
  }
}
.wpo-checkout-area .payment-select ul li {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #5B5B5B;
}
.wpo-checkout-area .payment-select label {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-select label {
    font-size: 16px;
  }
}
.wpo-checkout-area .payment-area h2 {
  font-size: 20px;
  color: #878787;
  font-weight: 700;
}
.wpo-checkout-area .payment-area h2 span {
  font-size: 30px;
  color: #ff493c;
}
.wpo-checkout-area .payment-area {
  width: 100%;
}
.wpo-checkout-area .payment-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
}
.wpo-checkout-area .payment-name ul li input:checked ~ label {
  border: 1px solid #ff493c;
}
.wpo-checkout-area .payment-name label {
  width: 100%;
  border: 1px solid transparent;
}
.wpo-checkout-area .payment-name .visa label {
  border: 1px solid #0057A0;
}
.wpo-checkout-area .payment-name .mas label {
  border: 1px solid #CC0000;
}
.wpo-checkout-area .payment-name .ski label {
  border: 1px solid #691A5F;
}
.wpo-checkout-area .payment-name .pay label {
  border: 1px solid #019CDE;
}
.wpo-checkout-area .payment-option {
  padding: 30px;
  background-color: #252525;
}
.wpo-checkout-area .payment-name {
  display: none;
}
.wpo-checkout-area .payment-name.active {
  display: block;
}
.wpo-checkout-area .payment-option.active .payment-name {
  display: none;
}
.wpo-checkout-area .payment-area .form-style input,
.wpo-checkout-area .payment-area .form-style select {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  height: 40px;
  background: transparent;
  border-radius: 2px;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  font-size: 16px;
  color: #CECECE;
}
.wpo-checkout-area .payment-area .form-style input:focus,
.wpo-checkout-area .payment-area .form-style select:focus {
  outline: none;
}
.wpo-checkout-area .payment-area .form-style label {
  font-size: 16px;
  color: #CECECE;
}
.wpo-checkout-area .payment-area .contact-form {
  margin-top: 40px;
}
.wpo-checkout-area .cout-order-area {
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  background-color: #252525;
}
@media (max-width: 991px) {
  .wpo-checkout-area .cout-order-area {
    margin-top: 20px;
  }
}
.wpo-checkout-area .cout-order-area .oreder-item ul li {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #CECECE;
}
.wpo-checkout-area .cout-order-area .oreder-item ul li.s-total {
  font-weight: 400;
}
.wpo-checkout-area .cout-order-area .oreder-item ul .o-header {
  color: #F2F2F2;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wpo-checkout-area .cout-order-area .oreder-item ul .o-middle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wpo-checkout-area .cout-order-area .oreder-item ul .o-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #0A0E0D;
}
.wpo-checkout-area .cout-order-area .oreder-item ul .o-bottom h2 {
  color: #C3FF00;
  font-family: "Inter Display";
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.wpo-checkout-area .create-account.active {
  display: block;
}
.wpo-checkout-area .contact-form .form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.wpo-checkout-area .contact-form input,
.wpo-checkout-area .contact-form select {
  margin-top: 10px;
}
.wpo-checkout-area .submit-btn-area {
  margin-top: 20px;
}
.wpo-checkout-area .submit-btn-area .theme-btn {
  border: 0;
}

/*--------------------------------------------------------------
15.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: "Inter Display";
}
@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;
}