/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:  Elito - Creative Portfolio HTML5 Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. General
   1.1 Theme Reset Style
   1.2 Global Elements

2. header
   2.1 topbar
   2.2 navigation

3. content
   3.1 wpo-hero-slider
   3.2 wpo-about-area
   3.3 wpo-service-area
   3.4 wpo-work-area
   3.5 wpo-project-area
   3.6 wpo-testimonial-section
   3.7 wpo-pricing-section
   3.8 wpo-blog-section

4. wpo-footer

5. Home-style-2
   5.1 wpo-about-area-s2
   5.2 wpo-service-area-s2
   5.3 wpo-work-area-s2
   5.4 partners-section

6. wpo-service-single

7. wpo-protfolio-area

8. wpo-project-single

9. wpo-blog-pg-section

10. wpo-blog-single-section

11. wpo-contact-pg-section

12. error-404-section


----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/

/* montserrat-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/montserrat-v31-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v31-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v31-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v31-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v31-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v31-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v31-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v31-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v31-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v31-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat-v31-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v31-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}







/* 1.1	Theme Reset Style */
html {
  font-size: 15px; }

:root {
  scroll-behavior: unset; }

body {
  font-family: "Montserrat", sans-serif;
  color: #888888;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.0666666667rem;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }

p {
  font-size: 16px;
  color: #888888;
  line-height: 1.8em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #202020;
  font-family: "Montserrat", sans-serif;
  font-weight: 600; }

ul {
  padding-left: 0;
  margin: 0; }

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }

a:hover {
  text-decoration: none; }

img {
  max-width: 100%; }

.wpo-box-style {
  padding: 0 130px; }
  @media (max-width: 1700px) {
    .wpo-box-style {
      padding: 0 30px; } }
  @media (max-width: 575px) {
    .wpo-box-style {
      padding: 0 10px; } }

.hidden {
  display: none; }

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

.pb-120 {
  padding-bottom: 120px !important; }
  @media (max-width: 991px) {
    .pb-120 {
      padding-bottom: 90px !important; } }
  @media (max-width: 767px) {
    .pb-120 {
      padding-bottom: 80px !important; } }

.pb-160 {
  padding-bottom: 160px !important; }
  @media (max-width: 991px) {
    .pb-160 {
      padding-bottom: 120px !important; } }
  @media (max-width: 767px) {
    .pb-160 {
      padding-bottom: 90px !important; } }

.pt-120 {
  padding-top: 120px !important; }
  @media (max-width: 991px) {
    .pt-120 {
      padding-top: 90px !important; } }
  @media (max-width: 767px) {
    .pt-120 {
      padding-top: 80px !important; } }

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

.wow {
  visibility: hidden; }

.fi:before {
  margin: 0; }

.section-padding {
  padding: 120px 0; }
  @media (max-width: 991px) {
    .section-padding {
      padding: 90px 0; } }
  @media (max-width: 767px) {
    .section-padding {
      padding: 80px 0; } }

.pt-120 {
  padding-top: 120px; }
  @media (max-width: 991px) {
    .pt-120 {
      padding-top: 90px; } }
  @media (max-width: 767px) {
    .pt-120 {
      padding-top: 80px; } }

.pb-120 {
  padding-bottom: 120px; }
  @media (max-width: 991px) {
    .pb-120 {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .pb-120 {
      padding-bottom: 80px; } }

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important; }
.contact-validation-active label.error {
  color: red;
  font-size: 0.9333333333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block; }
.contact-validation-active #c-loader,
.contact-validation-active #loader {
  display: none;
  margin-top: 10px; }
  .contact-validation-active #c-loader i,
  .contact-validation-active #loader i {
    font-size: 30px;
    font-size: 2rem;
    color: #59C378;
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite; }
.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  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 #c-success,
    .contact-validation-active #c-error,
    .contact-validation-active #error {
      font-size: 15px; } }
.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px; }
.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite; }

/*** back to top **/
.back-to-top {
  background-color: rgb(from var(--theme-accent) r g b / 0.7);;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid var(--theme-accent);
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  @media (max-width: 991px) {
    .back-to-top {
      width: 35px;
      height: 35px;
      line-height: 35px; } }
  .back-to-top:hover {
    background-color: rgb(from var(--theme-accent) r g b / 1.0);;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -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;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  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 !important; }

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

.wpo-section-title,
.wpo-section-title-s2 {
  margin-bottom: 60px;
  text-align: center; }
  @media (max-width: 767px) {
    .wpo-section-title,
    .wpo-section-title-s2 {
      margin-bottom: 40px; } }
  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 48px;
    line-height: 55px;
    margin: 0;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #202020;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    margin-top: 10px; }
    @media (max-width: 1200px) {
      .wpo-section-title h2,
      .wpo-section-title-s2 h2 {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .wpo-section-title h2,
      .wpo-section-title-s2 h2 {
        font-size: 32px;
        line-height: 40px; } }
    @media (max-width: 575px) {
      .wpo-section-title h2,
      .wpo-section-title-s2 h2 {
        font-size: 22px; } }
  .wpo-section-title p,
  .wpo-section-title-s2 p {
    font-size: 18px;
    color: #888888;
    margin-bottom: 0; }

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

.theme-btn, .view-cart-btn {
  background: var(--theme-accent);
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 15px 35px;
  padding-right: 65px;
  border: 0;
  border-radius: 40px;
  /*text-transform: capitalize;*/
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 16px;
  font-size: 1.0666666667rem; 
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

  .theme-btn:before, .view-cart-btn:before {
    position: absolute;
    right: 30px;
    top: 51%;
    content: "\e628";
    font-family: 'themify';
    transform: translateY(-50%);
    font-size: 14px; 
}

/*.theme-btn:after, 
.view-cart-btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border-radius: 40px;
    width: 100%;
    height: 100%;
    background: var(--theme-accent);
    transition: opacity 0.5s ease-out;
    opacity: 0;
    z-index: -1; 
}*/

.theme-btn:hover, 
.view-cart-btn:hover, 
.theme-btn:focus, 
.view-cart-btn:focus, 
.theme-btn:active, 
.view-cart-btn:active {
    background: var(--theme-gold);
    color: #fff;
	-webkit-box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.2);
}

  .theme-btn:hover:after, .view-cart-btn:hover:after {
    opacity: 1; }
  @media (max-width: 991px) {
    .theme-btn, .view-cart-btn {
      font-size: 18px;
      font-size: 1.2rem; } }
  @media (max-width: 767px) {
    .theme-btn, .view-cart-btn {
      padding: 12px 18px;
      font-size: 14px;
      padding-right: 45px; }
      .theme-btn:before, .view-cart-btn:before {
        right: 18px; } }

.theme-btn-s2 {
  background: #fffbfb;
  color: #fff;
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid #59C378;
  border-radius: 55px;
  text-transform: capitalize;
  z-index: 1;
  position: relative; }
  .theme-btn-s2:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 55px;
    background: -webkit-linear-gradient(left, #00ded8, #00a7d5);
    background: -moz-linear-gradient(left, #00ded8, #00a7d5);
    background: -o-linear-gradient(left, #00ded8, #00a7d5);
    background: -ms-linear-gradient(left, #00ded8, #00a7d5);
    background: linear-gradient(left, #00ded8, #00a7d5);
    transition: opacity 0.5s ease-out;
    opacity: 0;
    z-index: -1; }
  @media (max-width: 991px) {
    .theme-btn-s2 {
      font-size: 14px;
      font-size: 0.9333333333rem; } }
  .theme-btn-s2:hover, .theme-btn-s2:focus, .theme-btn-s2:active {
    background: #46bc69;
    color: #fff; }
  .theme-btn-s2:hover:after {
    opacity: 1; }
  @media (max-width: 767px) {
    .theme-btn-s2 {
      padding: 12px 18px;
      font-size: 13px; } }

.view-cart-btn {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px 45px; }
  .view-cart-btn:after, .view-cart-btn:before {
    display: none; }
  .view-cart-btn:hover {
    background-color: #41b362; }
  .view-cart-btn.s1 {
    background: #ddd; }
    .view-cart-btn.s1:hover {
      background-color: #c9c9c9; }

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
  font-style: normal; }
  .form input:focus,
  .form textarea:focus,
  .form select:focus {
    border-color: #59C378;
    -webkit-box-shadow: 0 0 5px 0 #7ed196;
    -moz-box-shadow: 0 0 5px 0 #7ed196;
    -o-box-shadow: 0 0 5px 0 #7ed196;
    -ms-box-shadow: 0 0 5px 0 #7ed196;
    box-shadow: 0 0 5px 0 #7ed196; }
.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959; }
.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959; }
.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959; }
.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959; }
.form select {
  font-style: normal;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #595959; }
.form select::-ms-expand {
  /* for IE 11 */
  display: none; }
.form ::-webkit-input-placeholder {
  /* Edge */
  font-style: normal; }
.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  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: #7ed196;
      width: 35px;
      height: 35px;
      line-height: 35px;
      display: block;
      color: #fff;
      text-align: center; }
      .social-links li a:hover {
        background-color: #59C378; }

.wpo-page-title {
  background: url(../images/page-title2.jpg) no-repeat center top/cover;
  min-height: 350px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1; }
  @media (max-width: 767px) {
    .wpo-page-title {
      min-height: 250px; } }
  .wpo-page-title .wpo-breadcumb-wrap {
    text-align: center; }
    .wpo-page-title .wpo-breadcumb-wrap h2 {
      font-size: 60px;
      color: #fff;
      line-height: 60px;
      margin-top: -10px;
      margin-bottom: 20px;
      font-weight: 900; }
      @media (max-width: 767px) {
        .wpo-page-title .wpo-breadcumb-wrap h2 {
          font-size: 30px;
          line-height: 35px;
          margin-bottom: 10px; } }
    .wpo-page-title .wpo-breadcumb-wrap ol {
      padding-left: 0;
      margin-bottom: 0; }
      .wpo-page-title .wpo-breadcumb-wrap ol li {
        display: inline-block;
        padding: 0px 5px;
        color: #fff;
        position: relative;
        font-size: 20px;
        font-family: "Montserrat", sans-serif; }
        @media (max-width: 767px) {
          .wpo-page-title .wpo-breadcumb-wrap ol li {
            font-size: 18px; } }
        .wpo-page-title .wpo-breadcumb-wrap ol li:after {
          content: "/";
          position: relative;
          left: 7px; }
        .wpo-page-title .wpo-breadcumb-wrap ol li:last-child span {
          color: #cbd4fd; }
        .wpo-page-title .wpo-breadcumb-wrap ol li:last-child:after {
          display: none; }
        .wpo-page-title .wpo-breadcumb-wrap ol li a {
          color: #fff;
          font-size: 20px;
          transition: all .3s; }
          .wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
            color: #59C378; }

.preloader {
  background-color: #202020;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0; }
  .preloader * {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    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;
    -webkit-transform-origin: 60px 60px;
    -moz-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    -o-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    -moz-animation: rotate 1.2s infinite linear;
    -o-animation: rotate 1.2s infinite linear;
    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%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    -moz-transform: scale3d(0.5, 0.5, 1);
    -ms-transform: scale3d(0.5, 0.5, 1);
    -o-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1); }
  .preloader #particles-background {
    background: #2c2d44;
    background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%); }
  .preloader lesshat-selector {
    -lh-property: 0; }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .preloader [not-existing] {
    zoom: 1; }
  .preloader lesshat-selector {
    -lh-property: 0; }
@-webkit-keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.25; } }
@-moz-keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.25; } }
@-o-keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.25; } }
@keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.25; } }
  .preloader [not-existing] {
    zoom: 1; }
  .preloader lesshat-selector {
    -lh-property: 0; }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .preloader [not-existing] {
    zoom: 1; }

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** about-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** instagram-widget ***/
  /*** wpo-newsletter-widget ***/
  /*** tag-widget ***/
  /*** wpo-contact-widget ***/ }
  @media screen and (min-width: 992px) {
    .blog-sidebar {
      padding-left: 45px; } }
  @media (max-width: 991px) {
    .blog-sidebar {
      margin-top: 80px;
      max-width: 400px; } }
  @media (max-width: 767px) {
    .blog-sidebar {
      margin-top: 60px;
      max-width: 400px; } }
  .blog-sidebar .widget h3 {
    font-size: 23px;
    font-size: 1.5333333333rem;
    color: #202020;
    margin: 0 0 1.3em;
    position: relative;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 20px;
    font-weight: 700; }
    .blog-sidebar .widget h3:before {
      content: "";
      background-color: #59C378;
      width: 55px;
      height: 4px;
      position: absolute;
      left: 0;
      bottom: 0;
      border-radius: 10px; }
    .blog-sidebar .widget h3:after {
      content: "";
      background-color: #f1f1f1;
      width: 80%;
      height: 4px;
      position: absolute;
      left: 65px;
      bottom: 0;
      border-radius: 10px; }
  .blog-sidebar > .widget + .widget {
    margin-top: 65px; }
  .blog-sidebar .search-widget form div {
    position: relative; }
  .blog-sidebar .search-widget input {
    background-color: #f3f3f3;
    height: 70px;
    font-size: 16px;
    font-size: 1.0666666667rem;
    padding: 6px 50px 6px 20px;
    border: 0;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff; }
  .blog-sidebar .search-widget input:focus {
    background-color: rgba(89, 195, 120, 0.1); }
  .blog-sidebar .search-widget form button {
    background: transparent;
    font-size: 20px;
    font-size: 1.3333333333rem;
    color: #fff;
    background-color: #59C378;
    border: 0;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 52%;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 6px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .blog-sidebar .about-widget {
    text-align: center;
    background-color: #f3f3f3;
    padding: 45px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1200px) {
      .blog-sidebar .about-widget {
        padding: 35px; } }
    .blog-sidebar .about-widget .aw-shape {
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1;
      display: none; }
    .blog-sidebar .about-widget .img-holder {
      margin-bottom: 25px; }
      .blog-sidebar .about-widget .img-holder img {
        border-radius: 50%;
        width: 100%;
        max-width: 200px; }
    .blog-sidebar .about-widget ul {
      list-style: none;
      display: flex;
      justify-content: center; }
      .blog-sidebar .about-widget ul li {
        margin-right: 10px; }
        .blog-sidebar .about-widget ul li:last-child {
          margin-right: 0; }
        .blog-sidebar .about-widget ul li a {
          text-decoration: none;
          display: block;
          width: 40px;
          height: 40px;
          line-height: 44px;
          background-color: #fffdfd;
          border-radius: 50%; }
    .blog-sidebar .about-widget h4 {
      font-size: 25px;
      font-weight: 700;
      margin-bottom: 15px; }
    .blog-sidebar .about-widget p {
      font-size: 15px;
      font-size: 1rem;
      margin-bottom: 1.2em; }
    .blog-sidebar .about-widget a {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-size: 0.9333333333rem;
      color: #202020;
      text-decoration: underline; }
    .blog-sidebar .about-widget a:hover {
      color: #59C378; }
  .blog-sidebar .category-widget ul {
    list-style: none; }
  .blog-sidebar .category-widget ul li {
    font-size: 19px;
    font-size: 1.2666666667rem;
    position: relative; }
    @media (max-width: 767px) {
      .blog-sidebar .category-widget ul li {
        font-size: 16px;
        font-size: 1.0666666667rem; } }
    .blog-sidebar .category-widget ul li span {
      position: absolute;
      right: 0; }
  .blog-sidebar .category-widget ul > li + li {
    margin-top: 12px;
    padding-top: 12px; }
  .blog-sidebar .category-widget ul a {
    display: block;
    color: #888888;
    font-size: 16px;
    font-weight: 600; }
    .blog-sidebar .category-widget ul a span {
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      background-color: #f3f3f3;
      text-align: center;
      border-radius: 50%;
      font-size: 18px; }
      @media (max-width: 767px) {
        .blog-sidebar .category-widget ul a span {
          font-size: 14px;
          font-size: 0.9333333333rem; } }
  .blog-sidebar .category-widget ul a:hover,
  .blog-sidebar .category-widget ul li:hover:before {
    color: #59C378; }
  .blog-sidebar .recent-post-widget .post {
    overflow: hidden; }
  .blog-sidebar .recent-post-widget .posts > .post + .post {
    margin-top: 15px;
    padding-top: 15px; }
  .blog-sidebar .recent-post-widget .post .img-holder {
    width: 90px;
    float: left; }
    .blog-sidebar .recent-post-widget .post .img-holder img {
      border-radius: 6px; }
  .blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 90px);
    float: left;
    padding-left: 20px; }
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 0.3em;
    font-family: "Montserrat", sans-serif; }
    @media (max-width: 1199px) {
      .blog-sidebar .recent-post-widget .post h4 {
        margin: 0; } }
    @media (max-width: 767px) {
      .blog-sidebar .recent-post-widget .post h4 {
        font-size: 16px;
        font-size: 1.0666666667rem; } }
  .blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #202020; }
  .blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #59C378; }
  .blog-sidebar .recent-post-widget .post .details .date {
    font-size: 13px;
    font-size: 0.8666666667rem;
    color: #888888; }
    .blog-sidebar .recent-post-widget .post .details .date i {
      display: inline-block;
      padding-right: 7px; }
  .blog-sidebar .wpo-instagram-widget ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    .blog-sidebar .wpo-instagram-widget ul li {
      -ms-flex: 0 0 33.33%;
      -webkit-box-flex: 0;
      flex: 0 0 33.33%;
      max-width: 33.33%;
      margin-bottom: 5px;
      padding: 0px 3px; }
      .blog-sidebar .wpo-instagram-widget ul li img {
        width: 100%; }
  .blog-sidebar .wpo-newsletter-widget p {
    font-size: 18px;
    color: #888888;
    text-align: left; }
  .blog-sidebar .wpo-newsletter-widget span {
    font-size: 15px;
    color: #888888; }
    .blog-sidebar .wpo-newsletter-widget span a {
      color: #888888;
      font-weight: 700; }
      .blog-sidebar .wpo-newsletter-widget span a:hover {
        color: #59C378; }
  .blog-sidebar .wpo-newsletter-widget .form input {
    border: 0;
    display: block;
    width: 100%;
    height: 55px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    background-color: #f3f3f3;
    color: #202020; }
    .blog-sidebar .wpo-newsletter-widget .form input::-webkit-input-placeholder {
      /* Edge */
      color: #888888; }
    .blog-sidebar .wpo-newsletter-widget .form input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #888888; }
    .blog-sidebar .wpo-newsletter-widget .form input::placeholder {
      color: #888888; }
  .blog-sidebar .wpo-newsletter-widget .form button {
    background: #59C378;
    width: 100%;
    height: 55px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    border: none;
    margin: 20px 0; }
  .blog-sidebar .tag-widget ul {
    overflow: hidden;
    list-style: none; }
  .blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0; }
  .blog-sidebar .tag-widget ul li a {
    font-size: 15px;
    font-size: 1rem;
    display: inline-block;
    padding: 5px 18px;
    color: #202020;
    background: #f3f3f3;
    border-radius: 5px; }
  .blog-sidebar .tag-widget ul li a:hover {
    background: #59C378;
    color: #fff; }
  .blog-sidebar .wpo-contact-widget {
    border: 0;
    background: url(../images/bg-2.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    z-index: 1;
    padding: 30px 40px; }
    .blog-sidebar .wpo-contact-widget:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(22, 57, 103, 0.9);
      content: "";
      z-index: -1; }
    @media (max-width: 1200px) {
      .blog-sidebar .wpo-contact-widget {
        padding: 20px; } }
    .blog-sidebar .wpo-contact-widget h2 {
      font-size: 36px;
      font-weight: 700;
      text-align: left;
      color: #fff;
      margin-bottom: 20px; }
      .blog-sidebar .wpo-contact-widget h2::before {
        left: 28px;
        background: url(../images/Single-title-shape2.png) no-repeat right center; }
    .blog-sidebar .wpo-contact-widget p {
      color: #fff;
      font-size: 18px; }
    .blog-sidebar .wpo-contact-widget a {
      display: inline-block;
      padding: 10px 20px;
      border: 1px solid #fff;
      font-size: 18px;
      color: #fff;
      padding-right: 90px;
      position: relative;
      margin-top: 10px; }
      .blog-sidebar .wpo-contact-widget a::before {
        font-family: "themify";
        content: "\e628";
        font-size: 18px;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }

@media screen and (min-width: 992px) {
  .wpo-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px; } }

@media screen and (min-width: 992px) {
  .wpo-blog-single-section.wpo-blog-single-left-sidebar-section .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px; } }

/*------------------------------------
	shop sidebar
------------------------------------*/
.wpo-shop-sidebar {
  /*** search-widget ***/
  /*** widget_price_filter ***/
  /*** widget_product_categories ***/ }
  @media (max-width: 991px) {
    .wpo-shop-sidebar {
      margin-top: 50px; } }
  .wpo-shop-sidebar .widget h3 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 1.5em;
    position: relative;
    text-transform: none;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif; }
  .wpo-shop-sidebar > .widget + .widget {
    margin-top: 65px; }
  .wpo-shop-sidebar .search-widget form div {
    position: relative; }
  .wpo-shop-sidebar .search-widget input {
    font-size: 14px;
    font-size: 0.9333333333rem;
    width: 100%;
    height: 60px;
    border: 1px solid #e4ebf2;
    padding: 10px; }
    .wpo-shop-sidebar .search-widget input:focus {
      outline: none;
      border-color: #59C378; }
  .wpo-shop-sidebar .search-widget form button {
    background-color: #59C378;
    color: #fff;
    padding: 0;
    border: 0;
    outline: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0;
    width: 60px;
    height: 60px; }
    .wpo-shop-sidebar .search-widget form button i {
      font-size: 18px;
      font-size: 1.2rem; }
  .wpo-shop-sidebar .widget_price_filter .ui-corner-all,
  .wpo-shop-sidebar .widget_price_filter .ui-corner-bottom,
  .wpo-shop-sidebar .widget_price_filter .ui-corner-right,
  .wpo-shop-sidebar .widget_price_filter .ui-corner-br {
    border-radius: 30px; }
  .wpo-shop-sidebar .widget_price_filter .filter-price {
    position: relative;
    font-size: 14px; }
    .wpo-shop-sidebar .widget_price_filter .filter-price input {
      border: 0;
      padding: 0;
      display: inline-block;
      width: auto;
      position: absolute; }
      .wpo-shop-sidebar .widget_price_filter .filter-price input:focus {
        border: 0;
        outline: none; }
    .wpo-shop-sidebar .widget_price_filter .filter-price button {
      font-family: "Montserrat", sans-serif;
      background: transparent;
      color: #59C378;
      font-size: 18px;
      font-size: 1.2rem;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0;
      display: inline-block;
      border: 0;
      outline: none;
      position: absolute;
      right: 0;
      z-index: 99;
      text-decoration: underline; }
      .wpo-shop-sidebar .widget_price_filter .filter-price button:hover, .wpo-shop-sidebar .widget_price_filter .filter-price button:focus, .wpo-shop-sidebar .widget_price_filter .filter-price button:active {
        text-decoration: underline; }
    .wpo-shop-sidebar .widget_price_filter .filter-price #amount {
      color: #000; }
  .wpo-shop-sidebar .widget_price_filter #slider-range {
    height: 3px;
    background: #f3f8ff;
    border: 0;
    border-radius: 50px;
    margin-bottom: 25px;
    margin-left: 8px; }
  .wpo-shop-sidebar .widget_price_filter .ui-state-default,
  .wpo-shop-sidebar .widget_price_filter .ui-widget-content
  .ui-state-default,
  .wpo-shop-sidebar .widget_price_filter .ui-widget-header
  .ui-state-default {
    width: 10px;
    height: 10px;
    border: none;
    background: #dfca08;
    top: -4px; }
    .wpo-shop-sidebar .widget_price_filter .ui-state-default:focus,
    .wpo-shop-sidebar .widget_price_filter .ui-widget-content
    .ui-state-default:focus,
    .wpo-shop-sidebar .widget_price_filter .ui-widget-header
    .ui-state-default:focus {
      outline: none; }
  .wpo-shop-sidebar .widget_price_filter .ui-widget-header {
    background: #dfca08; }
  .wpo-shop-sidebar .widget_product_categories,
  .wpo-shop-sidebar .woocommerce-widget-layered-nav {
    font-family: "Montserrat", sans-serif; }
    .wpo-shop-sidebar .widget_product_categories .product-categories a,
    .wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list a,
    .wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories a,
    .wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list a {
      color: #585858; }
    .wpo-shop-sidebar .widget_product_categories .product-categories,
    .wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories {
      list-style: none; }
    .wpo-shop-sidebar .widget_product_categories .product-categories li,
    .wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li,
    .wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li,
    .wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li {
      margin-top: 10px;
      position: relative;
      padding-bottom: 10px;
      border-bottom: 1px solid #e4ebf2; }
      .wpo-shop-sidebar .widget_product_categories .product-categories li:first-child,
      .wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li:first-child,
      .wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li:first-child,
      .wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li:first-child {
        margin-top: 0; }
      .wpo-shop-sidebar .widget_product_categories .product-categories li:last-child,
      .wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li:last-child,
      .wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li:last-child,
      .wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
      .wpo-shop-sidebar .widget_product_categories .product-categories li a,
      .wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li a,
      .wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li a,
      .wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a {
        font-size: 16px;
        font-size: 1.0666666667rem;
        font-weight: 500;
        position: relative; }
      .wpo-shop-sidebar .widget_product_categories .product-categories li a:hover,
      .wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li a:hover,
      .wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li a:hover,
      .wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a:hover {
        text-decoration: underline;
        color: #000; }
      .wpo-shop-sidebar .widget_product_categories .product-categories li a:hover:before,
      .wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li a:hover:before,
      .wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li a:hover:before,
      .wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a:hover:before {
        border-color: #000; }

/*** widget_best-seller ***/
.widget_best-seller .wpo-best-seller-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .widget_best-seller .wpo-best-seller-item:last-child {
    margin-bottom: 0; }
  .widget_best-seller .wpo-best-seller-item .wpo-best-seller-text {
    margin-left: 20px; }
    .widget_best-seller .wpo-best-seller-item .wpo-best-seller-text h4 {
      font-size: 18px;
      font-weight: 600;
      color: #585858;
      font-family: "Montserrat", sans-serif; }
    .widget_best-seller .wpo-best-seller-item .wpo-best-seller-text span {
      font-size: 16px;
      color: #8d8d8d; }

/*** instagram-widget ***/
.wpo-instagram-widget ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none; }
  .wpo-instagram-widget ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
    padding: 0px 3px; }
    .wpo-instagram-widget ul li img {
      width: 100%; }

/**** 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: 1.0666666667rem;
      font-weight: 600;
      color: #202020;
      background: #f3f3f3;
      display: block; }
      @media (max-width: 991px) {
        .pagination-wrapper .pg-pagination li a {
          width: 40px;
          height: 40px;
          line-height: 40px;
          font-size: 15px;
          font-size: 1rem; } }
    .pagination-wrapper .pg-pagination .active a,
    .pagination-wrapper .pg-pagination li a:hover {
      background: #59C378;
      border-color: #59C378;
      color: #fff; }
    .pagination-wrapper .pg-pagination .fi:before {
      font-size: 15px;
      font-size: 1rem; }

.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. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
  background: none; }

@media (max-width: 991px) {
  .topbar {
    text-align: center;
    padding: 0; } }
@media (max-width: 767px) {
  .header-style-1 {
    text-align: center;
    padding: 20px 0; } }
.topbar {
  font-size: 16px;
  color: #e5e3e3;
  margin: 0; }

.topbar ul {
  overflow: hidden;
  list-style: none;
  float: right;
  margin-bottom: 0; }

@media (max-width: 991px) {
  .topbar ul {
    float: none;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center; } }
.topbar ul li {
  font-size: 16px;
  float: left;
  padding: 15px 10px;
  color: #fff;
  line-height: 1em; }
  @media (max-width: 991px) {
    .topbar ul li {
      padding: 15px 10px; } }

.topbar .contact-info ul li a {
  color: #fff; }

.topbar .contact-info ul li a:hover {
  color: #59C378; }

.topbar ul li:first-child {
  padding-left: 0; }

.topbar .contact-intro ul {
  float: left;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .topbar .contact-intro ul {
      float: none; } }

@media (max-width: 1200px) {
  .topbar ul li {
    font-size: 12px;
    padding: 15px 10px; } }
@media (max-width: 991px) {
  .topbar ul li {
    font-size: 13px; }

  .topbar {
    padding: 10px 0; } }
@media (max-width: 767px) {
  .topbar ul li {
    float: left;
    border: none;
    padding: 8px 6px;
    font-size: 13px; } }
@media (max-width: 590px) {
  .topbar ul li {
    float: none; }

  .topbar .contact-info ul li {
    float: left; }

  .topbar ul {
    flex-wrap: wrap; } }
.topbar .theme-btn-s2 {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: -3px;
  color: #fff !important; }

.topbar ul .fi {
  position: relative;
  top: 2px;
  display: inline-block;
  padding-right: 6px; }

.topbar ul .fi:before {
  font-size: 15px;
  font-size: 1rem;
  color: #fff; }

/* 2.2 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 ***/
  background-color: #fff; }
  .wpo-site-header .navbar-brand.site-logo {
    font-size: 45px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #202020;
    justify-content: center;
    cursor: pointer; }
    .wpo-site-header .navbar-brand.site-logo img {
      border-radius: 50%;
      margin-right: 10px; }
  @media (min-width: 991px) {
    .wpo-site-header {
      padding: 0 130px; } }

.wpo-site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 -5px 15px #086ad84a;
  box-shadow: 0 -5px 15px #086ad84a; }

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

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

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

@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 5px 0; } }
.wpo-site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }

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

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    /*** hover effect ***/
    justify-content: center; }

  .wpo-site-header #navbar li {
    position: relative; }

  .wpo-site-header #navbar > ul > li > a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: var(--theme-accent);
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    border-radius: 3px; }

  .wpo-site-header #navbar > ul > li > a:hover:before,
  .wpo-site-header #navbar > ul > li.current-menu-item a:before,
  .wpo-site-header #navbar > ul > li > a.active:before {
    opacity: 1;
    visibility: visible; }

  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative; }

  .wpo-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1; }

  .wpo-site-header #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 .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 #navbar ul {
  list-style: none; }

@media (max-width: 991px) and (max-width: 991px) {
  .wpo-site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1; } }
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul {
    z-index: 101; }

  .wpo-site-header #navbar ul a {
    color: #000; }

  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #59C378; }

  .wpo-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px; }

  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    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 #navbar .navbar-nav {
    margin: 0; } }
@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse.collapse {
    display: none; }

  .wpo-site-header .navbar-collapse.collapse.in {
    display: block; }

  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block; }

  .wpo-site-header .navbar-header {
    float: none;
    position: relative;
    z-index: 99;
    text-align: center; }

  .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: flex-end;
  z-index: 991;
  position: relative;
  align-items: center; }

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

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

.wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
  padding: 10px 25px; }
  @media (max-width: 1400px) {
    .wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
      padding: 10px 15px;
      font-size: 15px; } }

@media (max-width: 450px) {
  .wpo-site-header .header-right > div {
    margin-right: 10px; }

  .wpo-site-header .header-right {
    right: -30px; } }
.wpo-site-header .header-right > div:last-child {
  margin: 0 0 0 10px;
  position: relative; }
  @media (max-width: 767px) {
    .wpo-site-header .header-right > div:last-child {
      margin: 3px 0 0 10px; } }

.wpo-site-header .header-right .header-search-form-wrapper {
  position: relative; }

.wpo-site-header .header-right .header-search-form-wrapper .fi:before {
  font-size: 18px; }

@media (max-width: 450px) {
  .wpo-site-header .header-right .cart-toggle-btn {
    display: none; } }

.wpo-site-header .header-right .search-toggle-btn,
.wpo-site-header .header-right .cart-toggle-btn {
  color: #202020;
  background: none; }
  .wpo-site-header .header-right .search-toggle-btn .fi:before,
  .wpo-site-header .header-right .cart-toggle-btn .fi:before {
    font-size: 25px; }
  .wpo-site-header .header-right .search-toggle-btn .ti-close,
  .wpo-site-header .header-right .cart-toggle-btn .ti-close {
    display: block;
    line-height: 20px;
    position: relative;
    top: -2px; }

.wpo-site-header .header-right .search-toggle-btn .fi:before {
  font-size: 20px; }

/*** cart-search-contact ***/
.cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0; }
.cart-search-contact .fi {
  font-size: 30px;
  font-size: 2rem;
  color: #202020; }
.cart-search-contact > div {
  float: left;
  position: relative; }
.cart-search-contact > div + div {
  margin-left: 12px; }
.cart-search-contact .header-search-form {
  position: absolute;
  width: 350px;
  right: 0;
  top: 75px;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px #999999; }
  @media (max-width: 991px) {
    .cart-search-contact .header-search-form {
      top: 65px; } }
  @media (max-width: 767px) {
    .cart-search-contact .header-search-form {
      right: 15px; } }
  @media (max-width: 575px) {
    .cart-search-contact .header-search-form {
      width: 260px;
      padding: 15px; } }
.cart-search-contact .header-search-form-wrapper .fi:before {
  font-size: 18px;
  font-size: 1.2rem; }
.cart-search-contact form div {
  position: relative; }
  .cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .cart-search-contact form div button .fi:before {
      font-size: 18px !important; }
.cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ebebeb; }
  .cart-search-contact input:focus {
    box-shadow: none;
    border-color: #59C378; }

.wpo-site-header .header-right .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
  transform: scale(1); }

.mini-cart .cart-count {
  background: #59C378;
  width: 19px;
  height: 19px;
  font-size: 10px;
  font-size: 0.5333333333rem;
  line-height: 17px;
  color: white;
  position: absolute;
  top: -2px;
  right: -5px;
  border-radius: 50%;
  font-weight: 600; }

.mini-cart-content {
  background: #fff;
  width: 320px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -320px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px #999999; }
  @media (max-width: 575px) {
    .mini-cart-content {
      width: 290px; } }
  .mini-cart-content .mini-cart-close {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #333333;
    color: white;
    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: 1rem;
    font-weight: 500;
    color: #202020;
    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 #efefef; }
  .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: 2px solid #f3f3f3;
    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: 14px;
    font-size: 0.9333333333rem;
    font-weight: 600;
    text-align: left;
    color: #202020; }
  .mini-cart-content .mini-cart-item-des a:hover {
    color: #59C378; }
  .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    font-size: 13px;
    font-size: 0.8666666667rem;
    color: #888;
    display: block;
    margin-top: 3px; }
  .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 12px;
    font-size: 0.8rem;
    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: .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: 16px;
    font-size: 1.0666666667rem;
    font-weight: 600;
    color: #202020;
    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: #dfca08;
      font-size: 20px; }

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

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    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;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; } }
.header-search-area {
  background: #fff;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999; }

.header-search-area h3 {
  font-size: 45px;
  margin: 0 0 1em; }

.header-search-area form {
  position: relative; }

.header-search-area input {
  height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.header-search-area input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #59C378; }

.header-search-area form button {
  background: transparent;
  border: 0;
  font-size: 20px;
  font-size: 1.33333rem;
  position: absolute;
  right: 0;
  bottom: 10px; }

.header-search-area form button:focus {
  border: none;
  outline: none; }

.header-search-area .close-form {
  position: absolute;
  right: 35px;
  top: 35px;
  bottom: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid; }

.header-search-area .close-form button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-size: 0.86667rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  z-index: 99; }

.header-search-area .close-form button:focus {
  border: 0;
  outline: 0; }

.wpo-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/ }
  .wpo-site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .wpo-site-header .navigation > .container {
      position: relative; }
    @media (max-width: 991px) {
      .wpo-site-header .navigation {
        padding: 5px 0; } }
  .wpo-site-header #navbar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    .wpo-site-header #navbar > ul li a:hover,
    .wpo-site-header #navbar > ul li a:focus {
      text-decoration: none;
      color: #46bc69; }
    @media screen and (min-width: 992px) {
      .wpo-site-header #navbar {
        /*** hover effect ***/ }
        .wpo-site-header #navbar li {
          position: relative; }
        .wpo-site-header #navbar > ul > li > a {
          font-size: 16px;
          padding: 35px 20px;
          display: block;
          color: #202020;
          font-weight: 500;
          position: relative;
          font-family: "Montserrat", sans-serif;
          text-transform: capitalize; } }
    @media screen and (min-width: 992px) and (max-width: 1870px) {
      .wpo-site-header #navbar > ul > li > a {
        padding: 35px 18px; } }

@media screen and (min-width: 992px) {
		.wpo-site-header #navbar > ul .sub-menu {
			/*background: var(--theme-surface);*/
			background: rgba(255, 255, 255, 0.82);
			/*box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);*/
			box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
			border: 1px solid var(--theme-border);
			backdrop-filter: blur(12px);
			-webkit-backdrop-filter: blur(12px);
			width: max-content;
			position: absolute;
			padding: 20px;
			border-bottom-right-radius: var(--dj-radius-xl, 16px);
			border-bottom-left-radius: var(--dj-radius-xl, 16px);
			left: 0;
			top: 110%;
			z-index: 10;
			visibility: hidden;
			opacity: 0;
			backdrop-filter: blur(12px);
			-webkit-backdrop-filter: blur(12px);
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-o-transition: all 0.3s;
			-ms-transition: all 0.3s;
			transition: all 0.3s; 
		}
	
	
		/*.wpo-site-header #navbar > ul .sub-menu {
			background: var(--theme-surface);
			border: 1px solid var(--theme-border);
			box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
			backdrop-filter: blur(12px);
			-webkit-backdrop-filter: blur(12px);
		}*/

		
        .wpo-site-header #navbar > ul > li .sub-menu a {
          font-size: 16px;
          font-size: 1.0666666667rem;
          display: inline-block;
          padding: 3px 0px;
          color: #202020;
          position: relative;
          overflow: hidden;
          font-weight: 500;
          transition: all .5s; }
	
          .wpo-site-header #navbar > ul > li .sub-menu a:after {
            position: absolute;
            left: 0px;
            bottom: 5px;
            width: 0px;
            height: 1px;
            content: "";
            background: var(--theme-link-underline);
            transition: all .3s;
            opacity: 0;
            visibility: hidden; }
	
          .wpo-site-header #navbar > ul > li .sub-menu a.active {
            color: #002642;
            font-weight: 700; }
          .wpo-site-header #navbar > ul > li .sub-menu a:hover:after {
            width: 100%;
            opacity: 1;
            visibility: visible; }
        .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu {
          left: 120%;
          top: 0; }
        .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children {
          position: relative; }
		
          .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children:before {
            font-family: "themify";
            content: "\e649";
            font-size: 11px;
            font-size: 0.7333333333rem;
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); 
			color: black;
		}
		
        .wpo-site-header #navbar > ul > li:hover > .sub-menu {
			top: 100%;
			visibility: visible;
			opacity: 1; 
		}
		
		.wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
			left: 110%;
			visibility: visible;
			opacity: 1; 
		} 
}

    @media (max-width: 991px) {
      .wpo-site-header #navbar > ul > li a {
        display: block;
        font-size: 15px;
        font-size: 1rem;
        color: #fff;
        font-weight: 600; }
        .wpo-site-header #navbar > ul > li a:hover, .wpo-site-header #navbar > ul > li a.active {
          color: #fff; }
      .wpo-site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0; }
      .wpo-site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 45px; }
      .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px; }
      .wpo-site-header #navbar > ul .menu-item-has-children {
        position: relative; }
      .wpo-site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
        color: #fff; }
        .wpo-site-header #navbar > ul .menu-item-has-children > a:hover, .wpo-site-header #navbar > ul .menu-item-has-children > a.active {
          color: #fff; }
        .wpo-site-header #navbar > ul .menu-item-has-children > a:before {
          font-family: "themify";
          content: "\e649";
          font-size: 11px;
          font-size: 0.7333333333rem;
          position: absolute;
          right: 30px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
        .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
          transform: rotate(90deg);
          top: 29%; }
        .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate {
          color: #fff; } }
  @media screen and (min-width: 992px) {
    .wpo-site-header .navbar-header .open-btn {
      display: none; }
    .wpo-site-header #navbar .close-navbar {
      display: none; } }
  .wpo-site-header .menu-close {
    display: none; }
  @media (max-width: 991px) {
    .wpo-site-header {
      /* class for show hide navigation */ }
      .wpo-site-header .container {
        width: 100%; }
      .wpo-site-header .mobail-menu button {
        background-color: var(--theme-accent);
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: relative;
        z-index: 20; }
        .wpo-site-header .mobail-menu button:focus {
          outline: none;
          box-shadow: none; }
        .wpo-site-header .mobail-menu button span {
          background-color: #fff;
          width: 20px;
          display: block;
          height: 2px;
          margin-bottom: 5px; }
          .wpo-site-header .mobail-menu button span:last-child {
            margin: 0; }
      .wpo-site-header #navbar {
        background: #1e1e1e;
        display: block !important;
        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 #navbar .navbar-nav {
          display: block; }
        .wpo-site-header #navbar > ul {
          position: relative;
          z-index: 101; }
        .wpo-site-header #navbar ul a {
          color: #000; }
        .wpo-site-header #navbar ul a:hover,
        .wpo-site-header #navbar ul li.current a {
          color: #59C378; }
        .wpo-site-header #navbar .navbar-nav {
          height: 100%;
          overflow: auto;
          padding-bottom: 60px; }
        .wpo-site-header #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 #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 .slideInn {
        left: 0 !important;
        opacity: 1 !important;
        visibility: visible !important; }
      .wpo-site-header .navbar-toggler .first-angle,
      .wpo-site-header .navbar-toggler .last-angle {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        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 #navbar .navbar-nav {
      margin: 0; } }
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 170px; }
  @media (max-width: 991px) {
    .wpo-site-header .navbar-collapse.collapse {
      display: none; }
    .wpo-site-header .navbar-collapse.collapse.in {
      display: block; }
    .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; } }

@media (max-width: 440px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 170px; } }
@media (max-width: 370px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 140px; } }
@media (max-width: 1700px) {
  .wpo-site-header {
    padding: 0 30px; } }
@media (max-width: 1500px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 15px; }

  .wpo-site-header {
    padding: 0 10px; } }
@media (max-width: 1400px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 10px; } }
@media (max-width: 1200px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 6px;
    font-size: 16px; } }
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    font-size: 15px;
    padding: 15px 30px; } }
@media (max-width: 767px) {
  .header-right .theme-btn, .header-right .view-cart-btn {
    padding: 20px 12px; }

  .wpo-site-header .header-right .close-form {
    display: none; } }
.wpo-header-style-1 .wpo-site-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  padding: 0; }

.wpo-header-style-1 .wpo-site-header .navigation {
	background: transparent; 
}

.wpo-header-style-1 .wpo-site-header #navbar > ul > li > a {
	color: #fff;/*202020*/
	cursor: pointer;
}

  .wpo-header-style-1 .wpo-site-header .header-right .search-toggle-btn .fi {
    color: #202020; }
  .wpo-header-style-1 .wpo-site-header .header-right .theme-btn, .wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn {
    padding: 15px 20px;
    padding-right: 50px;
    border-radius: 40px; }
    .wpo-header-style-1 .wpo-site-header .header-right .theme-btn:before, .wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn:before {
      transform: rotate(90deg);
      top: 36%;
      right: 20px; }
    .wpo-header-style-1 .wpo-site-header .header-right .theme-btn:after, .wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn:after {
      border-radius: 40px; }
    @media (max-width: 1400px) {
      .wpo-header-style-1 .wpo-site-header .header-right .theme-btn, .wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn {
        padding: 10px 40px 10px 20px;
        margin-right: -15px; } }
    @media (max-width: 767px) {
      .wpo-header-style-1 .wpo-site-header .header-right .theme-btn, .wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn {
        padding: 10px 30px 10px 15px; }
        .wpo-header-style-1 .wpo-site-header .header-right .theme-btn:before, .wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn:before {
          transform: rotate(90deg);
          top: 33%;
          right: 14px;
          font-size: 12px; } }
    @media (max-width: 450px) {
      .wpo-header-style-1 .wpo-site-header .header-right .theme-btn, .wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn {
        margin-right: 0; } }
    @media (max-width: 375px) {
      .wpo-header-style-1 .wpo-site-header .header-right .theme-btn, .wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn {
        padding: 10px 30px 10px 15px; }
        .wpo-header-style-1 .wpo-site-header .header-right .theme-btn:before, .wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn:before {
          transform: rotate(90deg);
          top: 33%;
          right: 14px;
          font-size: 12px; } }
    .wpo-header-style-1 .wpo-site-header .header-right .theme-btn .hide-img, .wpo-header-style-1 .wpo-site-header .header-right .view-cart-btn .hide-img {
      display: none; }
  .wpo-header-style-1 .wpo-site-header .sticky-header.sticky-on {
    background: #fff; }

.wpo-header-style-2 .wpo-site-header .sticky-header.sticky-on {
  background: #131313; }
.wpo-header-style-2 .navbar-brand.site-logo {
  color: #fff; }
.wpo-header-style-2 .wpo-site-header #navbar > ul > li > a {
  color: #fff; }

.wpo-header-style-3 .wpo-site-header .header-right .theme-btn .hide-img, .wpo-header-style-3 .wpo-site-header .header-right .view-cart-btn .hide-img {
  display: none; }

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 wpo-hero-slider*/
.wpo-hero-slider,
.wpo-hero-style-3,
.static-hero {
  width: 100%;
  height: 1000px;
  display: flex;
  position: relative;
  z-index: 0;
  background: #fff; }
  @media (max-width: 991px) {
    .wpo-hero-slider,
    .wpo-hero-style-3,
    .static-hero {
      height: 600px; } }
  @media (max-width: 767px) {
    .wpo-hero-slider,
    .wpo-hero-style-3,
    .static-hero {
      height: 500px; } }
  .wpo-hero-slider .swiper-slide,
  .wpo-hero-style-3 .swiper-slide,
  .static-hero .swiper-slide {
    overflow: hidden; }
  .wpo-hero-slider .swiper-container,
  .wpo-hero-slider .hero-container,
  .wpo-hero-style-3 .swiper-container,
  .wpo-hero-style-3 .hero-container,
  .static-hero .swiper-container,
  .static-hero .hero-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .wpo-hero-slider .slide-inner,
  .wpo-hero-slider .hero-inner,
  .wpo-hero-style-3 .slide-inner,
  .wpo-hero-style-3 .hero-inner,
  .static-hero .slide-inner,
  .static-hero .hero-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left; }
    .wpo-hero-slider .slide-inner:before,
    .wpo-hero-slider .hero-inner:before,
    .wpo-hero-style-3 .slide-inner:before,
    .wpo-hero-style-3 .hero-inner:before,
    .static-hero .slide-inner:before,
    .static-hero .hero-inner:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #313131;
      content: "";
      opacity: .40;
      z-index: -1; }
    .wpo-hero-slider .slide-inner .slide-content,
    .wpo-hero-slider .hero-inner .slide-content,
    .wpo-hero-style-3 .slide-inner .slide-content,
    .wpo-hero-style-3 .hero-inner .slide-content,
    .static-hero .slide-inner .slide-content,
    .static-hero .hero-inner .slide-content {
      max-width: 550px; }
      @media (max-width: 1199px) {
        .wpo-hero-slider .slide-inner .slide-content .slide-title,
        .wpo-hero-slider .hero-inner .slide-content .slide-title,
        .wpo-hero-style-3 .slide-inner .slide-content .slide-title,
        .wpo-hero-style-3 .hero-inner .slide-content .slide-title,
        .static-hero .slide-inner .slide-content .slide-title,
        .static-hero .hero-inner .slide-content .slide-title {
          padding-top: 90px; } }
      @media (max-width: 991px) {
        .wpo-hero-slider .slide-inner .slide-content .slide-title,
        .wpo-hero-slider .hero-inner .slide-content .slide-title,
        .wpo-hero-style-3 .slide-inner .slide-content .slide-title,
        .wpo-hero-style-3 .hero-inner .slide-content .slide-title,
        .static-hero .slide-inner .slide-content .slide-title,
        .static-hero .hero-inner .slide-content .slide-title {
          padding-top: 115px; } }
      .wpo-hero-slider .slide-inner .slide-content .slide-title h2,
      .wpo-hero-slider .hero-inner .slide-content .slide-title h2,
      .wpo-hero-style-3 .slide-inner .slide-content .slide-title h2,
      .wpo-hero-style-3 .hero-inner .slide-content .slide-title h2,
      .static-hero .slide-inner .slide-content .slide-title h2,
      .static-hero .hero-inner .slide-content .slide-title h2 {
        color: #fff;
        font-size: 90px;
        text-transform: capitalize;
        font-weight: 700;
        line-height: 105%;
        margin-bottom: 10px; }
        @media (max-width: 1199px) {
          .wpo-hero-slider .slide-inner .slide-content .slide-title h2,
          .wpo-hero-slider .hero-inner .slide-content .slide-title h2,
          .wpo-hero-style-3 .slide-inner .slide-content .slide-title h2,
          .wpo-hero-style-3 .hero-inner .slide-content .slide-title h2,
          .static-hero .slide-inner .slide-content .slide-title h2,
          .static-hero .hero-inner .slide-content .slide-title h2 {
            font-size: 65px;
            margin-bottom: 10px;
            line-height: 75px; } }
        @media (max-width: 991px) {
          .wpo-hero-slider .slide-inner .slide-content .slide-title h2,
          .wpo-hero-slider .hero-inner .slide-content .slide-title h2,
          .wpo-hero-style-3 .slide-inner .slide-content .slide-title h2,
          .wpo-hero-style-3 .hero-inner .slide-content .slide-title h2,
          .static-hero .slide-inner .slide-content .slide-title h2,
          .static-hero .hero-inner .slide-content .slide-title h2 {
            font-size: 45px;
            margin-bottom: 10px;
            line-height: 45px; } }
        @media (max-width: 530px) {
          .wpo-hero-slider .slide-inner .slide-content .slide-title h2,
          .wpo-hero-slider .hero-inner .slide-content .slide-title h2,
          .wpo-hero-style-3 .slide-inner .slide-content .slide-title h2,
          .wpo-hero-style-3 .hero-inner .slide-content .slide-title h2,
          .static-hero .slide-inner .slide-content .slide-title h2,
          .static-hero .hero-inner .slide-content .slide-title h2 {
            font-size: 35px;
            line-height: 35px;
            margin-bottom: 0; } }
        .wpo-hero-slider .slide-inner .slide-content .slide-title h2 span,
        .wpo-hero-slider .hero-inner .slide-content .slide-title h2 span,
        .wpo-hero-style-3 .slide-inner .slide-content .slide-title h2 span,
        .wpo-hero-style-3 .hero-inner .slide-content .slide-title h2 span,
        .static-hero .slide-inner .slide-content .slide-title h2 span,
        .static-hero .hero-inner .slide-content .slide-title h2 span {
          display: block;
          font-size: 60px;
          color: #dfca08; }
          @media (max-width: 1199px) {
            .wpo-hero-slider .slide-inner .slide-content .slide-title h2 span,
            .wpo-hero-slider .hero-inner .slide-content .slide-title h2 span,
            .wpo-hero-style-3 .slide-inner .slide-content .slide-title h2 span,
            .wpo-hero-style-3 .hero-inner .slide-content .slide-title h2 span,
            .static-hero .slide-inner .slide-content .slide-title h2 span,
            .static-hero .hero-inner .slide-content .slide-title h2 span {
              font-size: 45px; } }
          @media (max-width: 991px) {
            .wpo-hero-slider .slide-inner .slide-content .slide-title h2 span,
            .wpo-hero-slider .hero-inner .slide-content .slide-title h2 span,
            .wpo-hero-style-3 .slide-inner .slide-content .slide-title h2 span,
            .wpo-hero-style-3 .hero-inner .slide-content .slide-title h2 span,
            .static-hero .slide-inner .slide-content .slide-title h2 span,
            .static-hero .hero-inner .slide-content .slide-title h2 span {
              font-size: 35px; } }
          @media (max-width: 530px) {
            .wpo-hero-slider .slide-inner .slide-content .slide-title h2 span,
            .wpo-hero-slider .hero-inner .slide-content .slide-title h2 span,
            .wpo-hero-style-3 .slide-inner .slide-content .slide-title h2 span,
            .wpo-hero-style-3 .hero-inner .slide-content .slide-title h2 span,
            .static-hero .slide-inner .slide-content .slide-title h2 span,
            .static-hero .hero-inner .slide-content .slide-title h2 span {
              font-size: 25px; } }
      .wpo-hero-slider .slide-inner .slide-content .slide-sub-title h5,
      .wpo-hero-slider .hero-inner .slide-content .slide-sub-title h5,
      .wpo-hero-style-3 .slide-inner .slide-content .slide-sub-title h5,
      .wpo-hero-style-3 .hero-inner .slide-content .slide-sub-title h5,
      .static-hero .slide-inner .slide-content .slide-sub-title h5,
      .static-hero .hero-inner .slide-content .slide-sub-title h5 {
        font-weight: 600;
        font-size: 32px;
        line-height: 39px;
        color: #59C378;
        margin-bottom: 20px; }
        @media (max-width: 1199px) {
          .wpo-hero-slider .slide-inner .slide-content .slide-sub-title h5,
          .wpo-hero-slider .hero-inner .slide-content .slide-sub-title h5,
          .wpo-hero-style-3 .slide-inner .slide-content .slide-sub-title h5,
          .wpo-hero-style-3 .hero-inner .slide-content .slide-sub-title h5,
          .static-hero .slide-inner .slide-content .slide-sub-title h5,
          .static-hero .hero-inner .slide-content .slide-sub-title h5 {
            font-size: 28px; } }
        @media (max-width: 991px) {
          .wpo-hero-slider .slide-inner .slide-content .slide-sub-title h5,
          .wpo-hero-slider .hero-inner .slide-content .slide-sub-title h5,
          .wpo-hero-style-3 .slide-inner .slide-content .slide-sub-title h5,
          .wpo-hero-style-3 .hero-inner .slide-content .slide-sub-title h5,
          .static-hero .slide-inner .slide-content .slide-sub-title h5,
          .static-hero .hero-inner .slide-content .slide-sub-title h5 {
            font-size: 22px;
            margin-bottom: 10px; } }
        @media (max-width: 530px) {
          .wpo-hero-slider .slide-inner .slide-content .slide-sub-title h5,
          .wpo-hero-slider .hero-inner .slide-content .slide-sub-title h5,
          .wpo-hero-style-3 .slide-inner .slide-content .slide-sub-title h5,
          .wpo-hero-style-3 .hero-inner .slide-content .slide-sub-title h5,
          .static-hero .slide-inner .slide-content .slide-sub-title h5,
          .static-hero .hero-inner .slide-content .slide-sub-title h5 {
            font-size: 20px;
            margin-bottom: 5px; } }
      .wpo-hero-slider .slide-inner .slide-content .slide-text p,
      .wpo-hero-slider .hero-inner .slide-content .slide-text p,
      .wpo-hero-style-3 .slide-inner .slide-content .slide-text p,
      .wpo-hero-style-3 .hero-inner .slide-content .slide-text p,
      .static-hero .slide-inner .slide-content .slide-text p,
      .static-hero .hero-inner .slide-content .slide-text p {
        color: #fff;
        margin: 0;
        font-size: 19px;
        line-height: 33px;
        margin-bottom: 30px; }
        @media (max-width: 530px) {
          .wpo-hero-slider .slide-inner .slide-content .slide-text p,
          .wpo-hero-slider .hero-inner .slide-content .slide-text p,
          .wpo-hero-style-3 .slide-inner .slide-content .slide-text p,
          .wpo-hero-style-3 .hero-inner .slide-content .slide-text p,
          .static-hero .slide-inner .slide-content .slide-text p,
          .static-hero .hero-inner .slide-content .slide-text p {
            font-size: 15px;
            line-height: 28px; } }
  .wpo-hero-slider .swiper-button-prev,
  .wpo-hero-slider .swiper-button-next,
  .wpo-hero-style-3 .swiper-button-prev,
  .wpo-hero-style-3 .swiper-button-next,
  .static-hero .swiper-button-prev,
  .static-hero .swiper-button-next {
    background: rgba(255, 255, 255, 0.2);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.7;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .wpo-hero-slider .swiper-button-prev:hover,
    .wpo-hero-slider .swiper-button-next:hover,
    .wpo-hero-style-3 .swiper-button-prev:hover,
    .wpo-hero-style-3 .swiper-button-next:hover,
    .static-hero .swiper-button-prev:hover,
    .static-hero .swiper-button-next:hover {
      opacity: 0.9; }
    @media (max-width: 767px) {
      .wpo-hero-slider .swiper-button-prev,
      .wpo-hero-slider .swiper-button-next,
      .wpo-hero-style-3 .swiper-button-prev,
      .wpo-hero-style-3 .swiper-button-next,
      .static-hero .swiper-button-prev,
      .static-hero .swiper-button-next {
        display: none; } }
  .wpo-hero-slider .swiper-button-prev,
  .wpo-hero-style-3 .swiper-button-prev,
  .static-hero .swiper-button-prev {
    left: 25px; }
    .wpo-hero-slider .swiper-button-prev:before,
    .wpo-hero-style-3 .swiper-button-prev:before,
    .static-hero .swiper-button-prev:before {
      font-family: "themify";
      content: "\e629";
      font-size: 20px;
      color: #fff; }
  .wpo-hero-slider .swiper-button-next,
  .wpo-hero-style-3 .swiper-button-next,
  .static-hero .swiper-button-next {
    right: 25px; }
    .wpo-hero-slider .swiper-button-next:before,
    .wpo-hero-style-3 .swiper-button-next:before,
    .static-hero .swiper-button-next:before {
      font-family: "themify";
      content: "\e628";
      font-size: 20px;
      color: #fff; }
  @media (max-width: 991px) {
    .wpo-hero-slider .swiper-button-prev,
    .wpo-hero-slider .swiper-button-next,
    .wpo-hero-style-3 .swiper-button-prev,
    .wpo-hero-style-3 .swiper-button-next,
    .static-hero .swiper-button-prev,
    .static-hero .swiper-button-next {
      display: none; } }
  .wpo-hero-slider .swiper-pagination-bullet,
  .wpo-hero-style-3 .swiper-pagination-bullet,
  .static-hero .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2); }
    @media screen and (min-width: 992px) {
      .wpo-hero-slider .swiper-pagination-bullet,
      .wpo-hero-style-3 .swiper-pagination-bullet,
      .static-hero .swiper-pagination-bullet {
        display: none; } }
  .wpo-hero-slider .swiper-pagination-bullet-active,
  .wpo-hero-style-3 .swiper-pagination-bullet-active,
  .static-hero .swiper-pagination-bullet-active {
    color: #fff;
    background: #fff;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px; }
  .wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .wpo-hero-slider .swiper-pagination-custom,
  .wpo-hero-slider .swiper-pagination-fraction,
  .wpo-hero-style-3 .swiper-container-horizontal > .swiper-pagination-bullets,
  .wpo-hero-style-3 .swiper-pagination-custom,
  .wpo-hero-style-3 .swiper-pagination-fraction,
  .static-hero .swiper-container-horizontal > .swiper-pagination-bullets,
  .static-hero .swiper-pagination-custom,
  .static-hero .swiper-pagination-fraction {
    bottom: 30px; }
  .wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .wpo-hero-style-3 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .static-hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px; }

/*-------------------------------------------
	hero style 1
--------------------------------------------*/
.static-hero {
	background: #f5f1e7; /*fff*/
	height: 940px;
	display: flex;
	position: relative;
	z-index: 1;
	overflow: hidden; 
}

@media (max-width: 1400px) {
	.static-hero {
		height: 900px;
	} 
}
@media (max-width: 1199px) {
	.static-hero {
		height: 650px;
	}
}
@media (max-width: 991px) {
	.static-hero {
		height: 950px;
	} 
}
  @media (max-width: 767px) {
    .static-hero {
      height: 850px; } }
  @media (max-width: 500px) {
    .static-hero {
      height: 800px; } 
}


.static-hero .shape-1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1; 
}

.static-hero .shape-1 svg circle {
	fill: #f5f1e7; /*#FF4155*/
}

.static-hero .shape-2 {
	position: absolute;
	left: 60%;
	top: 60%;
	transform: translate(-50%, -50%);
	z-index: -1; 
}

.static-hero .shape-2 svg circle {
	fill: #8a8178; 
}

.static-hero .shape-3 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1; 
}

.static-hero .shape-3 svg circle {
	fill: #f5f1e7; /*48C5EA*/
}

.static-hero .line-shape-1 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.static-hero .line-shape-2 {
	position: absolute;
	top: 0;
	right: 0; 
}

/*.static-hero .wpo-static-hero-inner {
	padding-bottom: 85px; 
}*/

    @media (max-width: 991px) {
      .static-hero .wpo-static-hero-inner {
        padding-bottom: 0;
        text-align: center; } }
  @media (max-width: 991px) {
    .static-hero .hero-inner {
      display: block; } }
  .static-hero .slide-title {
    padding-top: 130px; }
    @media (max-width: 1199px) {
      .static-hero .slide-title {
        padding-top: 90px; } }
    @media (max-width: 991px) {
      .static-hero .slide-title {
        padding-top: 115px; } }
    .static-hero .slide-title h2 {
      color: #202020;
      font-size: 90px;
      text-transform: capitalize;
      font-weight: 700;
      line-height: 118%;
      margin-bottom: 10px; }
      @media (max-width: 1199px) {
        .static-hero .slide-title h2 {
          font-size: 65px;
          margin-bottom: 10px;
          line-height: 75px; } }
      @media (max-width: 991px) {
        .static-hero .slide-title h2 {
          font-size: 45px;
          margin-bottom: 10px;
          line-height: 45px; } }
      @media (max-width: 530px) {
        .static-hero .slide-title h2 {
          font-size: 35px;
          line-height: 35px;
          margin-bottom: 0; } 
}

.static-hero .slide-title h1 span,
.static-hero .slide-title h2 span {
	display: block;
	font-size: 60px;
	color: #b99a59; 
}

@media (max-width: 1199px) {
	
	.static-hero .slide-title h2 span {
		font-size: 45px; 
	} 
}
        
@media (max-width: 991px) {
	
	.static-hero .slide-title h1 span{
		font-size: 45px; 
	}
	.static-hero .slide-title h2 span {
		font-size: 35px; 
	} 
}

@media (max-width: 530px) {
	.static-hero .slide-title h2 span {
		font-size: 25px; 
	} 
}


  .static-hero .slide-sub-title h5 {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #59C378;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      .static-hero .slide-sub-title h5 {
        font-size: 28px; } }
    @media (max-width: 991px) {
      .static-hero .slide-sub-title h5 {
        font-size: 22px;
        margin-bottom: 10px; } }
    @media (max-width: 530px) {
      .static-hero .slide-sub-title h5 {
        font-size: 20px;
        margin-bottom: 5px; } }
  .static-hero .hero-inner .container {
    position: relative; }
  .static-hero .hero-inner::before {
    display: none; }
  .static-hero .slide-text p {
    color: #585858;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px; }
    @media (max-width: 530px) {
      .static-hero .slide-text p {
        font-size: 15px;
        line-height: 28px; } }
  .static-hero .static-hero-right {
    position: absolute;
    top: 53%;
    right: 200px;
    z-index: 1;
    transform: translateY(-50%); }
    .static-hero .static-hero-right img {
      border-radius: 50%; }
    @media (max-width: 1600px) {
      .static-hero .static-hero-right {
        right: 100px; } }
    @media (max-width: 1400px) {
      .static-hero .static-hero-right {
        max-width: 500px; } }
    @media (max-width: 1199px) {
      .static-hero .static-hero-right {
        max-width: 450px;
        top: 54%;
        right: 50px; } }
    @media (max-width: 991px) {
      .static-hero .static-hero-right {
        max-width: 450px;
        top: 50%;
        margin: 0 auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%); } }
    @media (max-width: 767px) {
      .static-hero .static-hero-right {
        top: 50%;
        width: 400px;
        height: 400px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0; } }
    @media (max-width: 575px) {
      .static-hero .static-hero-right {
        top: 56%;
        width: 300px;
        height: 300px; } }
    .static-hero .static-hero-right .icon-1,
    .static-hero .static-hero-right .icon-2,
    .static-hero .static-hero-right .icon-3 {
      position: absolute;
      left: 0;
      top: 20%;
      width: 110px;
      height: 110px;
      padding: 20px;
      background: #fff;
      border-radius: 25px;
      -webkit-animation: bounceTop 3s linear infinite;
      animation: bounceTop 3s linear infinite;
      box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15); }
      .static-hero .static-hero-right .icon-1 img,
      .static-hero .static-hero-right .icon-2 img,
      .static-hero .static-hero-right .icon-3 img {
        border-radius: 0; }
      @media (max-width: 991px) {
        .static-hero .static-hero-right .icon-1,
        .static-hero .static-hero-right .icon-2,
        .static-hero .static-hero-right .icon-3 {
          top: 15%;
          width: 95px;
          height: 95px;
          padding: 15px;
          border-radius: 15px; } }
      @media (max-width: 575px) {
        .static-hero .static-hero-right .icon-1,
        .static-hero .static-hero-right .icon-2,
        .static-hero .static-hero-right .icon-3 {
          top: 10%;
          width: 70px;
          height: 70px;
          padding: 15px;
          border-radius: 15px; } }
    .static-hero .static-hero-right .icon-2 {
      left: auto;
      right: 0; }
    .static-hero .static-hero-right .icon-3 {
      left: auto;
      right: 10%;
      top: auto;
      bottom: 0; }
      @media (max-width: 991px) {
        .static-hero .static-hero-right .icon-3 {
          right: 0;
          bottom: 40px; } }
      @media (max-width: 575px) {
        .static-hero .static-hero-right .icon-3 {
          left: auto;
          right: 0;
          top: auto;
          bottom: 25px; } }
    .static-hero .static-hero-right .project {
      position: absolute;
      left: 0;
      bottom: 5%;
      padding: 10px 20px;
      background: #fff;
      border-radius: 40px;
      display: flex;
      align-items: center;
      -webkit-animation: bounceTop 3s linear infinite;
      animation: bounceTop 3s linear infinite; }
      .static-hero .static-hero-right .project .icon .fi {
        margin-right: 10px; }
        .static-hero .static-hero-right .project .icon .fi:before {
          font-size: 50px;
          color: #59C378; }
          @media (max-width: 575px) {
            .static-hero .static-hero-right .project .icon .fi:before {
              font-size: 40px; } }
      .static-hero .static-hero-right .project .p-text h3 {
        font-size: 25px;
        margin-bottom: 0px;
        color: #202020; }
        @media (max-width: 575px) {
          .static-hero .static-hero-right .project .p-text h3 {
            font-size: 20px; } }
      .static-hero .static-hero-right .project .p-text p {
        font-size: 15px;
        margin-bottom: 0;
        color: #585858; }

.wpo-hero-slider.style-2 .slide-inner .slide-content .slide-title h2 {
  color: #fff; }
.wpo-hero-slider.style-2 .slide-inner .slide-content .slide-text p {
  color: #fff; }

/*--------------------------------------------------------------
0.3 hero slider
--------------------------------------------------------------*/
.wpo-hero-style-3 {
  position: relative;
  height: 950px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%; }
  @media (max-width: 991px) {
    .wpo-hero-style-3 {
      max-height: 600px; } }
  @media (max-width: 767px) {
    .wpo-hero-style-3 {
      max-height: 520px; } }
  .wpo-hero-style-3 .hero-inner {
    height: 950px;
    position: relative;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%; }
    @media (max-width: 991px) {
      .wpo-hero-style-3 .hero-inner {
        max-height: 600px; } }
    @media (max-width: 767px) {
      .wpo-hero-style-3 .hero-inner {
        max-height: 520px; } }
    .wpo-hero-style-3 .hero-inner .slider-image {
      width: 100%;
      height: 950px;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-animation: kenburn 25s 2s alternate infinite;
      animation: kenburn 25s 2s alternate infinite; }
      .wpo-hero-style-3 .hero-inner .slider-image img {
        height: 950px;
        object-fit: cover;
        width: 100%; }
        @media (max-width: 991px) {
          .wpo-hero-style-3 .hero-inner .slider-image img {
            max-height: 600px; } }
        @media (max-width: 767px) {
          .wpo-hero-style-3 .hero-inner .slider-image img {
            max-height: 520px; } }
    .wpo-hero-style-3 .hero-inner .slide-content {
      z-index: 99;
      position: relative; }
      @media (max-width: 991px) {
        .wpo-hero-style-3 .hero-inner .slide-content .slide-title {
          padding-top: 0px; } }
      .wpo-hero-style-3 .hero-inner .slide-content .slide-title h2 {
        color: #fff; }
      .wpo-hero-style-3 .hero-inner .slide-content .slide-text p {
        color: #fff; }
      @media (max-width: 991px) {
        .wpo-hero-style-3 .hero-inner .slide-content {
          padding-top: 50px; } }

.dark_svg {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  z-index: 99; }

.dark_svg svg {
  fill: #f8f8f8;
  width: 100%; }

@-webkit-keyframes kenburn {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  to {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3); } }
@keyframes kenburn {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  to {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3); } }
/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.wpo-site-footer,
.wpo-site-footer-s2 {
  background-color: #202020;
  position: relative;
  z-index: 1;
  /*** upper contact area ***/
  /*** about-widget ***/
  /*** link-widget ***/
  /*** service-link-widget ***/
  /*** newsletter-widget ***/
  /*** lower-footer ***/ }
  .wpo-site-footer ul,
  .wpo-site-footer-s2 ul {
    list-style: none; }
  .wpo-site-footer p,
  .wpo-site-footer li,
  .wpo-site-footer-s2 p,
  .wpo-site-footer-s2 li {
    color: #fff; }
  .wpo-site-footer .upper-contact-area,
  .wpo-site-footer-s2 .upper-contact-area {
    position: absolute;
    width: 100%;
    top: -280px;
    z-index: 10; }
    @media (max-width: 991px) {
      .wpo-site-footer .upper-contact-area,
      .wpo-site-footer-s2 .upper-contact-area {
        display: none; } }
    .wpo-site-footer .upper-contact-area .contact-grids,
    .wpo-site-footer-s2 .upper-contact-area .contact-grids {
      background: #FF4155;
      padding: 80px 165px;
      position: relative;
      z-index: 1;
      padding-left: 0; }
      .wpo-site-footer .upper-contact-area .contact-grids:before,
      .wpo-site-footer-s2 .upper-contact-area .contact-grids:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: url(../images/blog/shape.png) no-repeat center center;
        background-size: cover;
        z-index: -1; }
      .wpo-site-footer .upper-contact-area .contact-grids .left-shape,
      .wpo-site-footer-s2 .upper-contact-area .contact-grids .left-shape {
        position: absolute;
        left: -40%;
        top: 0;
        width: 40%;
        height: 100%;
        background: #FF4155;
        z-index: 1; }
        .wpo-site-footer .upper-contact-area .contact-grids .left-shape:before,
        .wpo-site-footer-s2 .upper-contact-area .contact-grids .left-shape:before {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          content: "";
          background: url(../images/blog/shape.png) no-repeat center center;
          background-size: cover;
          z-index: -1; }
    .wpo-site-footer .upper-contact-area .contact-grids h2,
    .wpo-site-footer-s2 .upper-contact-area .contact-grids h2 {
      font-weight: 700;
      font-size: 50px;
      line-height: 60px;
      color: #fff; }
      @media (max-width: 1400px) {
        .wpo-site-footer .upper-contact-area .contact-grids h2,
        .wpo-site-footer-s2 .upper-contact-area .contact-grids h2 {
          font-size: 45px; } }
      @media (max-width: 1200px) {
        .wpo-site-footer .upper-contact-area .contact-grids h2,
        .wpo-site-footer-s2 .upper-contact-area .contact-grids h2 {
          font-size: 36px;
          line-height: 50px; } }
    .wpo-site-footer .upper-contact-area .contact-grids .send-message-btn,
    .wpo-site-footer-s2 .upper-contact-area .contact-grids .send-message-btn {
      text-align: right; }
      .wpo-site-footer .upper-contact-area .contact-grids .send-message-btn .theme-btn, .wpo-site-footer .upper-contact-area .contact-grids .send-message-btn .view-cart-btn,
      .wpo-site-footer-s2 .upper-contact-area .contact-grids .send-message-btn .theme-btn,
      .wpo-site-footer-s2 .upper-contact-area .contact-grids .send-message-btn .view-cart-btn {
        background: #202020;
        border-radius: 5px; }
        .wpo-site-footer .upper-contact-area .contact-grids .send-message-btn .theme-btn:after, .wpo-site-footer .upper-contact-area .contact-grids .send-message-btn .view-cart-btn:after,
        .wpo-site-footer-s2 .upper-contact-area .contact-grids .send-message-btn .theme-btn:after,
        .wpo-site-footer-s2 .upper-contact-area .contact-grids .send-message-btn .view-cart-btn:after {
          display: none; }
        .wpo-site-footer .upper-contact-area .contact-grids .send-message-btn .theme-btn:before, .wpo-site-footer .upper-contact-area .contact-grids .send-message-btn .view-cart-btn:before,
        .wpo-site-footer-s2 .upper-contact-area .contact-grids .send-message-btn .theme-btn:before,
        .wpo-site-footer-s2 .upper-contact-area .contact-grids .send-message-btn .view-cart-btn:before {
          content: "\f10d";
          font-family: 'Flaticon'; }
  .wpo-site-footer .upper-footer,
  .wpo-site-footer-s2 .upper-footer {
    padding: 90px 0;
    z-index: 1;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 992px) {
      .wpo-site-footer .upper-footer,
      .wpo-site-footer-s2 .upper-footer {
        padding-top: 170px; } }
    @media (max-width: 991px) {
      .wpo-site-footer .upper-footer,
      .wpo-site-footer-s2 .upper-footer {
        padding: 90px 0 20px; } }
    @media (max-width: 767px) {
      .wpo-site-footer .upper-footer,
      .wpo-site-footer-s2 .upper-footer {
        padding: 80px 0 10px; } }
    .wpo-site-footer .upper-footer .shadow-shape,
    .wpo-site-footer-s2 .upper-footer .shadow-shape {
      position: absolute;
      top: -140%;
      right: 0;
      z-index: -1; }
      .wpo-site-footer .upper-footer .shadow-shape svg circle,
      .wpo-site-footer-s2 .upper-footer .shadow-shape svg circle {
        fill: #59C378; }
    @media (max-width: 991px) {
      .wpo-site-footer .upper-footer .col,
      .wpo-site-footer-s2 .upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px; } }
    @media (max-width: 767px) {
      .wpo-site-footer .upper-footer .col,
      .wpo-site-footer-s2 .upper-footer .col {
        min-height: auto;
        margin-bottom: 60px; } }
  .wpo-site-footer .widget-title,
  .wpo-site-footer-s2 .widget-title {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .wpo-site-footer .widget-title,
      .wpo-site-footer-s2 .widget-title {
        margin-bottom: 20px; } }
  .wpo-site-footer .widget-title h3,
  .wpo-site-footer-s2 .widget-title h3 {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: blod;
    color: #fff;
    margin: 0;
    padding-bottom: 0.4em;
    text-transform: capitalize;
    position: relative; }
    @media (max-width: 767px) {
      .wpo-site-footer .widget-title h3,
      .wpo-site-footer-s2 .widget-title h3 {
        font-size: 22px;
        font-size: 1.4666666667rem; } }

@media screen and (min-width: 1200px) {
	.wpo-site-footer .about-widget,
	.wpo-site-footer-s2 .about-widget {
		padding-right: 75px;
		position: relative;
	}

	.wpo-site-footer .about-widget:after,
	.wpo-site-footer-s2 .about-widget:after {
		content: "";
		width: 1px;
		height: 100%;
		position: absolute;
		right: 35px;
		top: 0;
		background: var(--footer-divider);
	}
}
  
/*
@media (max-width: 1199px) {
	.wpo-site-footer .about-widget .logo,
	.wpo-site-footer-s2 .about-widget .logo {
		max-width: 90%; 
	} 
}*/

  .wpo-site-footer .about-widget .logo .site-logo,
  .wpo-site-footer-s2 .about-widget .logo .site-logo {
    font-size: 45px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: "Montserrat", sans-serif; }
    .wpo-site-footer .about-widget .logo .site-logo img,
    .wpo-site-footer-s2 .about-widget .logo .site-logo img {
      border-radius: 50%;
      margin-right: 10px; }
  .wpo-site-footer .about-widget p,
  .wpo-site-footer-s2 .about-widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em; }
  .wpo-site-footer .about-widget p:last-child,
  .wpo-site-footer-s2 .about-widget p:last-child {
    margin-bottom: 0; }
  .wpo-site-footer .about-widget .social-icons ul,
  .wpo-site-footer-s2 .about-widget .social-icons ul {
    overflow: hidden;
    padding-top: 15px; }
    @media (max-width: 767px) {
      .wpo-site-footer .about-widget .social-icons ul,
      .wpo-site-footer-s2 .about-widget .social-icons ul {
        padding-top: 8px; } }
    .wpo-site-footer .about-widget .social-icons ul li,
    .wpo-site-footer-s2 .about-widget .social-icons ul li {
      float: left; }
    .wpo-site-footer .about-widget .social-icons ul > li + li,
    .wpo-site-footer-s2 .about-widget .social-icons ul > li + li {
      margin-left: 15px; }


/*    .wpo-site-footer .about-widget .social-icons ul a,
    .wpo-site-footer-s2 .about-widget .social-icons ul a {
      color: #fff; }*/


.wpo-site-footer .about-widget .social-icons ul a:hover,
.wpo-site-footer-s2 .about-widget .social-icons ul a:hover {
	color: var(--theme-gold); 
}

  @media (max-width: 1199px) {
    .wpo-site-footer .link-widget,
    .wpo-site-footer-s2 .link-widget {
      padding-left: 20px; } }
  @media (max-width: 991px) {
    .wpo-site-footer .link-widget,
    .wpo-site-footer-s2 .link-widget {
      padding-left: 0; } }


/*  
.wpo-site-footer .link-widget ul li,
.wpo-site-footer-s2 .link-widget ul li {
    position: relative;
    padding-left: 15px; 
}


.wpo-site-footer .link-widget ul li:before,
.wpo-site-footer-s2 .link-widget ul li:before {
      content: "";
      background-color: #fff;
      width: 5px;
      height: 1px;
      position: absolute;
      left: 0;
      top: 9px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; 
}


    .wpo-site-footer .link-widget ul li:hover:before,
    .wpo-site-footer-s2 .link-widget ul li:hover:before {
      background: #59C378; 
}
*/

/*.wpo-site-footer .link-widget ul a,
.wpo-site-footer-s2 .link-widget ul a {
    color: #fff; 
}*/

  .wpo-site-footer .link-widget ul a:hover,
  .wpo-site-footer .link-widget ul li:hover:before,
  .wpo-site-footer-s2 .link-widget ul a:hover,
  .wpo-site-footer-s2 .link-widget ul li:hover:before {
    color: var(--theme-link-hover); 
}

  .wpo-site-footer .link-widget ul > li + li,
  .wpo-site-footer-s2 .link-widget ul > li + li {
    margin-top: 17px; }
  @media screen and (min-width: 1200px) {
    .wpo-site-footer .service-link-widget,
    .wpo-site-footer-s2 .service-link-widget {
      padding-left: 25px; } }
  .wpo-site-footer .newsletter-widget form,
  .wpo-site-footer-s2 .newsletter-widget form {
    margin-top: 25px;
    position: relative; }
    .wpo-site-footer .newsletter-widget form input,
    .wpo-site-footer-s2 .newsletter-widget form input {
      background-color: #232925;
      height: 50px;
      color: #fff;
      padding: 6px 15px;
      border: 1px solid #222623;
      box-shadow: none; }
    .wpo-site-footer .newsletter-widget form .submit,
    .wpo-site-footer-s2 .newsletter-widget form .submit {
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .wpo-site-footer .newsletter-widget form .submit button,
      .wpo-site-footer-s2 .newsletter-widget form .submit button {
        background: transparent;
        border: 0;
        outline: 0;
        font-size: 20px;
        color: #fff; }
  .wpo-site-footer .lower-footer,
  .wpo-site-footer-s2 .lower-footer {
    text-align: center; }
    .wpo-site-footer .lower-footer .row,
    .wpo-site-footer-s2 .lower-footer .row {
      padding: 20px 0;
      position: relative; }
      .wpo-site-footer .lower-footer .row .separator,
      .wpo-site-footer-s2 .lower-footer .row .separator {
        background: rgba(255, 255, 255, 0.05);
        width: calc(100% - 30px);
        height: 1px;
        position: absolute;
        left: 15px;
        top: 0; }
    .wpo-site-footer .lower-footer .copyright,
    .wpo-site-footer-s2 .lower-footer .copyright {
      text-align: center;
      font-size: 14px;
      font-size: 0.9333333333rem;
      margin: 7px 0 0; }
      @media (max-width: 991px) {
        .wpo-site-footer .lower-footer .copyright,
        .wpo-site-footer-s2 .lower-footer .copyright {
          float: none;
          margin: 7px 0 20px; } }

@media screen and (min-width: 992px) {
  .wpo-site-footer-s2 .upper-footer {
    padding-top: 90px; } }
@media (max-width: 991px) {
  .wpo-site-footer-s2 .upper-footer {
    padding: 90px 0 20px; } }
@media (max-width: 767px) {
  .wpo-site-footer-s2 .upper-footer {
    padding: 80px 0 10px; } }

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

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

/* 3.2 wpo-about-area */
.wpo-about-area,
.wpo-about-area-s2 {
  background: #f8f8f8;
  overflow: hidden;
  z-index: 1;
  position: relative; 
}

.wpo-about-area .ab-shape,
.wpo-about-area-s2 .ab-shape {
    position: absolute;
    left: 0;
    bottom: -15%;
    z-index: -1; 
}

.wpo-about-area .ab-shape svg circle,
.wpo-about-area-s2 .ab-shape svg circle {
	fill: var(--theme-accent-2);
}

.wpo-about-area .ab-shape-s2,
.wpo-about-area-s2 .ab-shape-s2 {
	position: absolute;
	right: -10%;
	bottom: -90%;
	z-index: -1; 
}
    
.wpo-about-area .ab-shape-s2 svg circle,
.wpo-about-area-s2 .ab-shape-s2 svg circle {
	fill: var(--theme-accent-3); 
}

.wpo-about-area .line-shape-1,
.wpo-about-area-s2 .line-shape-1 {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: -1; 
}

.wpo-about-area .line-shape-2,
.wpo-about-area-s2 .line-shape-2 {
	position: absolute;
	right: 0;
	bottom: -100px;
	z-index: -1; 
}

.wpo-about-area .wpo-about-exprience-wrap,
.wpo-about-area-s2 .wpo-about-exprience-wrap {
    position: relative;
    /*max-width: 480px;*/ 
}

@media (max-width: 991px) {
	.wpo-about-area .wpo-about-exprience-wrap,
	.wpo-about-area-s2 .wpo-about-exprience-wrap {
		margin-bottom: 50px; 
	} 
}

.wpo-about-area .wpo-about-exprience-wrap .wpo-about-exprience,
.wpo-about-area-s2 .wpo-about-exprience-wrap .wpo-about-exprience {
	background: linear-gradient(180deg, #fff 0%, #f8f8f8 100%);
	box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);
	border-radius: 10px;
	padding: 50px;
	/*max-width: 350px;*/
	text-align: center;
	padding-bottom: 80px;
}

@media (max-width: 575px) {
	.wpo-about-area .wpo-about-exprience-wrap .wpo-about-exprience,
	.wpo-about-area-s2 .wpo-about-exprience-wrap .wpo-about-exprience {
		padding: 30px;
		/*padding-bottom: 160px;*/
	} 
}

.wpo-about-area .wpo-about-exprience-wrap .wpo-about-exprience h2,
.wpo-about-area-s2 .wpo-about-exprience-wrap .wpo-about-exprience h2 {
	font-size: 140px;
	font-weight: 700;
	color: #b99a59;
}
        
@media (max-width: 575px) {
	.wpo-about-area .wpo-about-exprience-wrap .wpo-about-exprience h2,
	.wpo-about-area-s2 .wpo-about-exprience-wrap .wpo-about-exprience h2 {
		font-size: 90px; 
	} 
}

.wpo-about-area .wpo-about-exprience-wrap .wpo-about-exprience span,
.wpo-about-area-s2 .wpo-about-exprience-wrap .wpo-about-exprience span {
	font-size: 25px;
    color: #585858;
    font-weight: 700;
}

.wpo-about-area .wpo-about-exprience-wrap .client,
.wpo-about-area-s2 .wpo-about-exprience-wrap .client {
	border-radius: 12px;
	padding: 20px;
	position: relative;
	z-index: 1;
	max-width: 350px;
	display: flex;
	align-items: center;
	background: transparent;
	/*position: absolute;*/
	bottom: 40px;
    right: 0px;
    margin: 0 auto;
}

      .wpo-about-area .wpo-about-exprience-wrap .client:after,
      .wpo-about-area-s2 .wpo-about-exprience-wrap .client:after {
        position: absolute;
        left: 0px;
        top: 0%;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.1); /*linear-gradient(90deg, #ddd 0%, rgba(255, 255, 255, 0.3) 100%)*/
        opacity: 1;
        z-index: -2;
        border-radius: 12px; 
}

      .wpo-about-area .wpo-about-exprience-wrap .client:before,
      .wpo-about-area-s2 .wpo-about-exprience-wrap .client:before {
        position: absolute;
        left: 2px;
        top: 2px;
        width: 99%;
        height: 96%;
        content: "";
        background: #fff;
        /*opacity: 0.85;*/
        z-index: -1;
        border-radius: 12px; 
}

      .wpo-about-area .wpo-about-exprience-wrap .client h3,
      .wpo-about-area-s2 .wpo-about-exprience-wrap .client h3 {
        font-weight: 700;
        font-size: 45px;
        line-height: 28px;
        color: #59C378;
        flex-basis: 50%;
        margin-bottom: 0;
        margin-right: 10px; 
}

      .wpo-about-area .wpo-about-exprience-wrap .client p,
      .wpo-about-area-s2 .wpo-about-exprience-wrap .client p {
        margin-bottom: 0;
        flex-basis: 50%;
        color: #585858; 
}

  .wpo-about-area .wpo-about-content .wpo-about-title,
  .wpo-about-area-s2 .wpo-about-content .wpo-about-title {
    margin-bottom: 40px; }
    .wpo-about-area .wpo-about-content .wpo-about-title h2,
    .wpo-about-area-s2 .wpo-about-content .wpo-about-title h2 {
      font-size: 48px;
      /*color: #202020;*/
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .wpo-about-area .wpo-about-content .wpo-about-title h2,
        .wpo-about-area-s2 .wpo-about-content .wpo-about-title h2 {
          font-size: 35px; } }


/*    .wpo-about-area .wpo-about-content .wpo-about-title p,
    .wpo-about-area-s2 .wpo-about-content .wpo-about-title p {
      color: #888888; }*/


  .wpo-about-area .wpo-about-content .wpo-about-funfact,
  .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .wpo-about-area .wpo-about-content .wpo-about-funfact .grid,
    .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid {
      background: linear-gradient(180deg, rgba(255, 230, 0, 0.6) 0%, rgba(255, 255, 255, 0.6) 67.59%);
      flex-basis: 28.33%;
      margin: 0 15px;
      border-radius: 12px;
      margin-bottom: 30px; }
      @media (max-width: 1400px) {
        .wpo-about-area .wpo-about-content .wpo-about-funfact .grid,
        .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid {
          flex-basis: 27.33%; } }
      @media (max-width: 1200px) {
        .wpo-about-area .wpo-about-content .wpo-about-funfact .grid,
        .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid {
          flex-basis: 26.33%; } }
      @media (max-width: 575px) {
        .wpo-about-area .wpo-about-content .wpo-about-funfact .grid,
        .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid {
          flex-basis: 42.33%; } }
      @media (max-width: 400px) {
        .wpo-about-area .wpo-about-content .wpo-about-funfact .grid,
        .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid {
          flex-basis: 40%; } }
      .wpo-about-area .wpo-about-content .wpo-about-funfact .grid .grid-inner,
      .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid .grid-inner {
        padding: 40px;
        background: #fff;
        margin: 3px 3px 0 3px;
        text-align: center;
        border-radius: 12px; }
        @media (max-width: 1200px) {
          .wpo-about-area .wpo-about-content .wpo-about-funfact .grid .grid-inner,
          .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid .grid-inner {
            padding: 20px; } }
        .wpo-about-area .wpo-about-content .wpo-about-funfact .grid .grid-inner h3,
        .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid .grid-inner h3 {
          font-weight: 700;
          font-size: 35px;
          line-height: 42px;
          color: #202020; }
        .wpo-about-area .wpo-about-content .wpo-about-funfact .grid .grid-inner p,
        .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid .grid-inner p {
          margin-bottom: 0;
          color: #dfca08; }
      .wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(2),
      .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(2) {
        background: linear-gradient(180deg, rgba(89, 195, 120, 0.6) 0%, rgba(255, 255, 255, 0.6) 67.59%); }
        .wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(2) .grid-inner p,
        .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(2) .grid-inner p {
          margin-bottom: 0;
          color: #59C378; }
      .wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(3),
      .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(3) {
        background: linear-gradient(180deg, rgba(221, 88, 79, 0.6) 0%, rgba(255, 255, 255, 0.6) 67.59%); }
        .wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(3) .grid-inner p,
        .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(3) .grid-inner p {
          margin-bottom: 0;
          color: #DD584F; }
      .wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(4),
      .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(4) {
        background: linear-gradient(180deg, rgba(255, 154, 0, 0.6) 0%, rgba(255, 255, 255, 0.6) 67.59%); }
        .wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(4) .grid-inner p,
        .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(4) .grid-inner p {
          margin-bottom: 0;
          color: #FF9A00; }
      .wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(5),
      .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(5) {
        background: linear-gradient(180deg, rgba(0, 169, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 67.59%); }
        .wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(5) .grid-inner p,
        .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(5) .grid-inner p {
          margin-bottom: 0;
          color: #00A9FF; }
      .wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(6),
      .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(6) {
        background: linear-gradient(180deg, rgba(158, 0, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 67.59%); }
        .wpo-about-area .wpo-about-content .wpo-about-funfact .grid:nth-child(6) .grid-inner p,
        .wpo-about-area-s2 .wpo-about-content .wpo-about-funfact .grid:nth-child(6) .grid-inner p {
          margin-bottom: 0;
          color: #AD00FF; }

/* 3.3 wpo-service-area */
.wpo-service-area,
.wpo-service-area-s2 {
  background: #fffbfb;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    .wpo-service-area,
    .wpo-service-area-s2 {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .wpo-service-area,
    .wpo-service-area-s2 {
      padding-bottom: 50px; } }
  .wpo-service-area .ab-shape,
  .wpo-service-area-s2 .ab-shape {
    position: absolute;
    left: 0;
    top: -70%;
    z-index: -1; }
  .wpo-service-area .wpo-service-wrap .nav-tabs,
  .wpo-service-area-s2 .wpo-service-wrap .nav-tabs {
    border-bottom: 0;
    justify-content: center;
    margin-bottom: 65px; }
    @media (max-width: 767px) {
      .wpo-service-area .wpo-service-wrap .nav-tabs,
      .wpo-service-area-s2 .wpo-service-wrap .nav-tabs {
        margin-bottom: 35px; } }
    .wpo-service-area .wpo-service-wrap .nav-tabs .nav-item .nav-link,
    .wpo-service-area-s2 .wpo-service-wrap .nav-tabs .nav-item .nav-link {
      width: 250px;
      height: 65px;
      background: #fff;
      text-align: center;
      margin-right: 30px;
      border-radius: 38px;
      text-align: center;
      line-height: 65px;
      padding: 0;
      color: #202020;
      border: 2px solid #dddbdb;
      font-weight: 700;
      font-size: 22px;
      cursor: pointer; }
      @media (max-width: 991px) {
        .wpo-service-area .wpo-service-wrap .nav-tabs .nav-item .nav-link,
        .wpo-service-area-s2 .wpo-service-wrap .nav-tabs .nav-item .nav-link {
          width: 180px;
          height: 55px;
          margin-right: 20px;
          line-height: 55px;
          font-size: 16px; } }
      @media (max-width: 767px) {
        .wpo-service-area .wpo-service-wrap .nav-tabs .nav-item .nav-link,
        .wpo-service-area-s2 .wpo-service-wrap .nav-tabs .nav-item .nav-link {
          width: 120px;
          height: 45px;
          margin-right: 10px;
          line-height: 45px;
          font-size: 14px;
          margin-bottom: 5px; } }
      .wpo-service-area .wpo-service-wrap .nav-tabs .nav-item .nav-link.active,
      .wpo-service-area-s2 .wpo-service-wrap .nav-tabs .nav-item .nav-link.active {
        background: none;
        border: 2px solid #59C378;
        color: #fff;
        background: #59C378; }
  .wpo-service-area .wpo-service-wrap .wpo-service-item,
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item {
    background: #fff;
    border: 2px solid #e7e2e2;
    border-radius: 12px;
    text-align: center;
    padding: 50px 40px;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .wpo-service-area .wpo-service-wrap .wpo-service-item,
      .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item {
        padding: 30px 20px; } }
    .wpo-service-area .wpo-service-wrap .wpo-service-item .icon,
    .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .icon {
      width: 120px;
      height: 120px;
      line-height: 120px;
      background: #fff;
      margin: 0 auto;
      margin-bottom: 30px;
      border-radius: 50%;
      transition: all .3s;
      box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15); }
      .wpo-service-area .wpo-service-wrap .wpo-service-item .icon .fi:before,
      .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .icon .fi:before {
        font-size: 50px;
        color: #dfca08;
        line-height: unset; }
    .wpo-service-area .wpo-service-wrap .wpo-service-item h2,
    .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item h2 {
      font-weight: 700;
      font-size: 26px;
      line-height: 31px;
      color: #202020;
      margin-bottom: 20px; }
      @media (max-width: 1399px) {
        .wpo-service-area .wpo-service-wrap .wpo-service-item h2,
        .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item h2 {
          font-size: 20px;
          line-height: 20px;
          margin-bottom: 10px; } }
    .wpo-service-area .wpo-service-wrap .wpo-service-item p,
    .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item p {
      color: #888888;
      margin: 25px 0; }
      @media (max-width: 1399px) {
        .wpo-service-area .wpo-service-wrap .wpo-service-item p,
        .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item p {
          margin: 15px 0;
          font-size: 14px; } }
    .wpo-service-area .wpo-service-wrap .wpo-service-item a,
    .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item a {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #202020;
      font-weight: 700;
      font-size: 16px;
      line-height: 19px;
      padding: 0;
      padding-left: 30px;
      position: relative;
      display: inline-block; }
      @media (max-width: 1399px) {
        .wpo-service-area .wpo-service-wrap .wpo-service-item a,
        .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item a {
          font-size: 15px; } }
      .wpo-service-area .wpo-service-wrap .wpo-service-item a:before,
      .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item a:before {
        position: absolute;
        left: -5px;
        top: 1px;
        content: "\f10d";
        font-family: 'Flaticon';
        transition: all .3s; }
      .wpo-service-area .wpo-service-wrap .wpo-service-item a:hover,
      .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item a:hover {
        color: #dfca08;
        background: none; }
        .wpo-service-area .wpo-service-wrap .wpo-service-item a:hover:before,
        .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item a:hover:before {
          left: 0; }
      .wpo-service-area .wpo-service-wrap .wpo-service-item a:focus,
      .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item a:focus {
        outline: none;
        box-shadow: none; }
    .wpo-service-area .wpo-service-wrap .wpo-service-item:hover .icon,
    .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item:hover .icon {
      background: #59C378; }
      .wpo-service-area .wpo-service-wrap .wpo-service-item:hover .icon .fi:before,
      .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item:hover .icon .fi:before {
        color: #fff; }

/* 3.4 wpo-work-area  */
.wpo-work-area,
.wpo-work-area-s2 {
  background: #f8f8f8;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .wpo-work-area .shape-wk,
  .wpo-work-area-s2 .shape-wk {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%); }
    .wpo-work-area .shape-wk svg circle,
    .wpo-work-area-s2 .shape-wk svg circle {
      fill: #E34E44; }
  .wpo-work-area .wpo-work-wrap .wpo-work-item,
  .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item {
    padding: 20px 70px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid transparent;
    box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15); }
    @media (max-width: 991px) {
      .wpo-work-area .wpo-work-wrap .wpo-work-item,
      .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item {
        padding: 20px 30px; } }
    .wpo-work-area .wpo-work-wrap .wpo-work-item:hover,
    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item:hover {
      border: 1px solid #494949; }
    .wpo-work-area .wpo-work-wrap .wpo-work-item:last-child,
    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item:last-child {
      margin-bottom: 0; }
    .wpo-work-area .wpo-work-wrap .wpo-work-item ul,
    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul {
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 767px) {
        .wpo-work-area .wpo-work-wrap .wpo-work-item ul,
        .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul {
          flex-wrap: wrap; } }
      @media (max-width: 450px) {
        .wpo-work-area .wpo-work-wrap .wpo-work-item ul,
        .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul {
          justify-content: center; } }
      .wpo-work-area .wpo-work-wrap .wpo-work-item ul li,
      .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li {
        flex-basis: 18%; }
        .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.date,
        .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.date {
          font-weight: 700;
          font-size: 30px;
          line-height: 36px;
          color: #202020;
          flex-basis: 20%;
          display: flex;
          align-items: center; }
          @media (max-width: 1200px) {
            .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.date,
            .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.date {
              font-size: 20px; } }
          @media (max-width: 991px) {
            .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.date,
            .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.date {
              font-size: 16px; } }
          @media (max-width: 767px) {
            .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.date,
            .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.date {
              flex-basis: 50%; } }
          @media (max-width: 450px) {
            .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.date,
            .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.date {
              flex-basis: 100%;
              text-align: center;
              justify-content: center;
              margin-bottom: 10px; } }
          .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.date span,
          .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.date span {
            color: #585858;
            display: inline-block;
            font-size: 15px;
            font-weight: 400;
            margin-left: 3px; }
        .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.logo,
        .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.logo {
          flex-basis: 15%; }
          @media (max-width: 450px) {
            .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.logo,
            .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.logo {
              flex-basis: 100%;
              text-align: center; } }
        .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.position,
        .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position {
          font-weight: 700;
          font-size: 24px;
          line-height: 29px;
          color: #202020;
          flex-basis: 30%; }
          @media (max-width: 1200px) {
            .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.position,
            .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position {
              font-size: 20px; } }
          @media (max-width: 991px) {
            .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.position,
            .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position {
              font-size: 16px; } }
          @media (max-width: 767px) {
            .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.position,
            .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position {
              flex-basis: 50%;
              margin-top: 20px; } }
          @media (max-width: 450px) {
            .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.position,
            .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position {
              flex-basis: 100%;
              text-align: center; } }
          .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.position span,
          .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position span {
            display: block;
            font-weight: 400;
            font-size: 15px;
            line-height: 18px;
            margin-top: 10px;
            color: #DD584F; }
            @media (max-width: 991px) {
              .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.position span,
              .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position span {
                font-size: 14px;
                margin-top: 5px; } }
            .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.position span span,
            .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position span span {
              color: #727272;
              display: inline-block; }
        .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.link,
        .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link {
          text-align: right; }
          @media (max-width: 767px) {
            .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.link,
            .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link {
              flex-basis: 50%; } }
          @media (max-width: 450px) {
            .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.link,
            .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link {
              flex-basis: 100%;
              text-align: center;
              margin-top: 10px; } }
          .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.link a,
          .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link a {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #202020;
            font-weight: 700;
            font-size: 16px;
            line-height: 19px;
            padding-left: 30px;
            position: relative;
            display: inline-block; }
            @media (max-width: 991px) {
              .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.link a,
              .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link a {
                font-size: 14px;
                padding-left: 15px; } }
            .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.link a:before,
            .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link a:before {
              position: absolute;
              left: -5px;
              top: 1px;
              content: "\f10d";
              font-family: 'Flaticon';
              transition: all .3s; }
            .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.link a:hover,
            .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link a:hover {
              color: #dfca08; }
              .wpo-work-area .wpo-work-wrap .wpo-work-item ul li.link a:hover:before,
              .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link a:hover:before {
                left: 0; }

/* 3.5 wpo-project-area  */
.wpo-project-area,
.wpo-project-area-s2 {
  background: linear-gradient(180deg, #fff 0%, #f8f8f8 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 190px; }
  @media (max-width: 991px) {
    .wpo-project-area,
    .wpo-project-area-s2 {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .wpo-project-area,
    .wpo-project-area-s2 {
      padding-bottom: 80px; } }
  .wpo-project-area .shape-p,
  .wpo-project-area-s2 .shape-p {
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: -1;
    transform: translate(-50%, -50%); }
    .wpo-project-area .shape-p svg circle,
    .wpo-project-area-s2 .shape-p svg circle {
      fill: #FFE500; }
  .wpo-project-area .line-shape-1,
  .wpo-project-area-s2 .line-shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1; }
  .wpo-project-area .line-shape-2,
  .wpo-project-area-s2 .line-shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
  .wpo-project-area .sec-title-icon,
  .wpo-project-area-s2 .sec-title-icon {
    width: 130px;
    height: 130px;
    line-height: 130px;
    background: #faf8e0;
    text-align: center;
    border-radius: 50%;
    margin-left: auto;
    position: relative; }
    @media (max-width: 991px) {
      .wpo-project-area .sec-title-icon,
      .wpo-project-area-s2 .sec-title-icon {
        margin: 0 auto;
        margin-top: 30px; } }
    .wpo-project-area .sec-title-icon:before,
    .wpo-project-area-s2 .sec-title-icon:before {
      position: absolute;
      left: -10px;
      top: -10px;
      width: 150px;
      height: 150px;
      border: 1px dashed #dfca08;
      content: "";
      border-radius: 50%; }
    .wpo-project-area .sec-title-icon .fi::before,
    .wpo-project-area-s2 .sec-title-icon .fi::before {
      font-size: 55px;
      color: #dfca08;
      line-height: unset; }
  .wpo-project-area .wpo-project-wrap,
  .wpo-project-area-s2 .wpo-project-wrap {
    padding-bottom: 90px; }
    @media (max-width: 767px) {
      .wpo-project-area .wpo-project-wrap,
      .wpo-project-area-s2 .wpo-project-wrap {
        padding-bottom: 60px; } }
    .wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text,
    .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text {
      padding-top: 30px; }
      .wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2,
      .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 {
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        cursor: pointer; }
        .wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a,
        .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a {
          color: #202020; }
          .wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a:hover,
          .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a:hover {
            color: #59C378; }
        @media (max-width: 1199px) {
          .wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2,
          .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 {
            font-size: 20px;
            line-height: 30px; } }
      .wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text span,
      .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text span {
        font-weight: 400;
        font-size: 14px;
        line-height: 30px;
        /*color: #888888;*/ 
}
    .wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-img,
    .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img {
      overflow: hidden;
      position: relative; }
      .wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-img img,
      .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img img {
        transition: all .3s;
        transform: scale(1);
        width: 100%; }
    .wpo-project-area .wpo-project-wrap .wpo-project-item:hover .wpo-project-img img,
    .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item:hover .wpo-project-img img {
      transform: scale(1.2); }
    .wpo-project-area .wpo-project-wrap .owl-nav button.owl-next,
    .wpo-project-area-s2 .wpo-project-wrap .owl-nav button.owl-next {
      left: 51%;
      bottom: -40px;
      transform: translateY(-50%); }
    .wpo-project-area .wpo-project-wrap .owl-nav button,
    .wpo-project-area-s2 .wpo-project-wrap .owl-nav button {
      position: absolute;
      left: 46%;
      bottom: -40px;
      transform: translateY(-50%);
      height: 50px;
      width: 50px;
      line-height: 50px;
      text-align: center;
      background: transparent;
      transition: all .3s;
      background: transparent;
      border: 1px solid #59C378;
      color: #59C378;
      text-decoration: none;
      border-radius: 50%; }
      .wpo-project-area .wpo-project-wrap .owl-nav button:hover,
      .wpo-project-area-s2 .wpo-project-wrap .owl-nav button:hover {
        background: #59C378;
        color: #fff;
        text-decoration: none;
        border-radius: 50%; }
      @media (max-width: 1200px) {
        .wpo-project-area .wpo-project-wrap .owl-nav button,
        .wpo-project-area-s2 .wpo-project-wrap .owl-nav button {
          left: 43%; } }
      @media (max-width: 767px) {
        .wpo-project-area .wpo-project-wrap .owl-nav button,
        .wpo-project-area-s2 .wpo-project-wrap .owl-nav button {
          left: 38%; } }
      @media (max-width: 575px) {
        .wpo-project-area .wpo-project-wrap .owl-nav button,
        .wpo-project-area-s2 .wpo-project-wrap .owl-nav button {
          display: none; } }
    .wpo-project-area .wpo-project-wrap .owl-dots,
    .wpo-project-area-s2 .wpo-project-wrap .owl-dots {
      bottom: -10px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
      .wpo-project-area .wpo-project-wrap .owl-dots button,
      .wpo-project-area-s2 .wpo-project-wrap .owl-dots button {
        border: 0;
        width: 10px;
        height: 12px;
        margin: 5px;
        border-radius: 50%; }
        .wpo-project-area .wpo-project-wrap .owl-dots button.active,
        .wpo-project-area-s2 .wpo-project-wrap .owl-dots button.active {
          background: #59C378; }

/* 3.6 wpo-testimonial-section */
.wpo-testimonial-section {
  background: #fff;
  position: relative; }
  @media (max-width: 500px) {
    .wpo-testimonial-section {
      padding-top: 130px; } }
  .wpo-testimonial-section .left-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 110%;
    background: #e9e9e9;
    top: -70px;
    z-index: 9;
    clip-path: polygon(0 0, 100% 0, 55% 100%, 0% 100%); }
    @media (max-width: 991px) {
      .wpo-testimonial-section .left-shape {
        display: none; } }
  .wpo-testimonial-section .right-shape {
    position: absolute;
    right: 0px;
    bottom: 0; }
  .wpo-testimonial-section .wpo-testimonial-wrap {
    position: relative;
    z-index: 91; }
    @media (max-width: 500px) {
      .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item {
        margin-top: 70px; } }
    @media (max-width: 767px) {
      .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text {
        text-align: center; } }
    .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text h4 {
      font-weight: 500;
      font-size: 32px;
      line-height: 52px;
     /* color: #202020;*/
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text h4 {
          font-size: 24px;
          line-height: 35px;
          margin-bottom: 10px; } }
    .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text p {
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
      color: #888888; }
    .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm {
      margin-top: 30px; }
      @media (max-width: 575px) {
        .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm {
          margin-top: 20px; } }
      .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm h3 {
        font-weight: 600;
        font-size: 26px;
        line-height: 31px;
        display: flex;
        align-items: center;
        color: #202020; }
        @media (max-width: 767px) {
          .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm h3 {
            justify-content: center;
            font-size: 18px; } }
        .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm h3 span {
          font-weight: 400;
          font-size: 14px;
          line-height: 17px;
          color: #888888;
          display: block;
          margin-left: 10px;
          position: relative;
          top: 3px; }
    .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left {
      position: relative;
      width: 474px;
      height: 469px;
      z-index: 1;
      display: flex;
      justify-content: center;
      flex-direction: column;
      margin: 0 auto; }
      @media (max-width: 500px) {
        .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left {
          width: 220px;
          height: 220px; } }
      @media (max-width: 991px) {
        .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left {
          margin-bottom: 40px; } }
      .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .shape-t {
        position: absolute;
        top: 50%;
        left: 30%;
        z-index: -1;
        transform: translate(-50%, -50%); }
        .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .shape-t svg circle {
          fill: #FFE600; }
      .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner {
        width: 250px;
        height: 250px;
        position: relative;
        z-index: 1; }
        @media (max-width: 500px) {
          .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner {
            width: 180px;
            height: 180px; } }
        @media (max-width: 767px) {
          .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner {
            margin: 0 auto; } }
        .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s1 {
          position: absolute;
          left: -14%;
          top: -16%;
          width: 130%;
          height: 130%;
          border: 1px solid rgba(0, 0, 0, 0.12);
          border-radius: 50%;
          z-index: -1; }
        .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s2 {
          position: absolute;
          left: -28%;
          top: -30%;
          width: 160%;
          height: 160%;
          border: 1px solid rgba(0, 0, 0, 0.05);
          border-radius: 50%;
          z-index: -1; }
        .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s3 {
          position: absolute;
          left: -42%;
          top: -45%;
          width: 190%;
          height: 190%;
          border: 1px solid rgba(0, 0, 0, 0.05);
          border-radius: 50%;
          z-index: -1; }
        .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-1,
        .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-2,
        .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-3,
        .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-4,
        .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-5 {
          position: absolute;
          left: -35px;
          top: -25%; }
          .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-1 img,
          .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-2 img,
          .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-3 img,
          .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-4 img,
          .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-5 img {
            border-radius: 50%;
            object-fit: cover;
            width: 80px;
            height: 80px; }
            @media (max-width: 500px) {
              .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-1 img,
              .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-2 img,
              .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-3 img,
              .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-4 img,
              .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-5 img {
                width: 60px;
                height: 60px;
                left: -10px;
                top: 0; } }
        .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-2 {
          left: auto;
          right: -120px;
          top: -18%; }
          @media (max-width: 500px) {
            .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-2 {
              right: -50px;
              top: -20%; } }
        .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-3 {
          top: auto;
          left: -120px;
          bottom: 0; }
          @media (max-width: 500px) {
            .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-3 {
              left: -50px; } }
        .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-4 {
          top: auto;
          left: auto;
          right: -85px;
          bottom: 0; }
          @media (max-width: 500px) {
            .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-4 {
              right: -60px; } }
          .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-4 img {
            width: 60px;
            height: 60px; }
            @media (max-width: 500px) {
              .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-4 img {
                width: 40px;
                height: 40px; } }
        .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-5 {
          top: auto;
          left: 45%;
          right: 1px;
          bottom: -104px; }
          @media (max-width: 500px) {
            .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-5 {
              bottom: -65px; } }
          .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-5 img {
            width: 60px;
            height: 60px; }
            @media (max-width: 500px) {
              .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .side-img-5 img {
                width: 40px;
                height: 40px; } }
      .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-img {
        position: relative;
        border-radius: 8px;
        width: 250px;
        height: 250px; }
        .wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-img img {
          border-radius: 50%; }
    .wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow {
      background: transparent;
      width: 50px;
      height: 50px;
      line-height: 65px;
      border: 1px solid #404040;
      color: #6e6e6e;
      padding: 0;
      font-size: 0;
      margin: 0;
      border-radius: 50%;
      -webkit-transition: all .3s;
      transition: all .3s;
      z-index: 1;
      top: auto; }
      .wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow.slick-next {
        position: absolute;
        bottom: -25px;
        right: 0; }
        @media (max-width: 991px) {
          .wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow.slick-next {
            bottom: -45px; } }
        .wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow.slick-next:before {
          font-family: 'themify';
          content: "\e628";
          font-size: 15px;
          color: #585858; }
      .wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow.slick-prev {
        position: absolute;
        bottom: -25px;
        left: auto;
        right: 70px; }
        @media (max-width: 991px) {
          .wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow.slick-prev {
            bottom: -45px; } }
        .wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow.slick-prev:before {
          font-family: 'themify';
          content: "\e629";
          font-size: 15px;
          color: #585858; }
      .wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow:hover {
        background: #59C378;
        border-color: #59C378; }
        .wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow:hover.slick-next:before {
          color: #fff; }
        .wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow:hover.slick-prev:before {
          color: #fff; }
      @media (max-width: 767px) {
        .wpo-testimonial-section .wpo-testimonial-wrap .slick-arrow {
          display: none !important; } }
    .wpo-testimonial-section .wpo-testimonial-wrap .slick-dots {
      text-align: center;
      bottom: -30px;
      display: none !important; }
      @media (max-width: 767px) {
        .wpo-testimonial-section .wpo-testimonial-wrap .slick-dots {
          display: block !important; } }
      .wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li {
        width: unset;
        height: unset; }
        .wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li button {
          width: 15px;
          background: #f3f8ff;
          margin-right: 5px;
          height: 5px;
          padding: 0; }
          .wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li button::before {
            display: none; }
        .wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li.slick-active button {
          background: #59C378; }

/* 3.7 wpo-pricing-section */
.wpo-pricing-section {
  /*background: #f8f8f8;*/
  position: relative;
  z-index: 1; }
  .wpo-pricing-section .shape-p {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%); }
    .wpo-pricing-section .shape-p svg circle {
      fill: #FFE500; }
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item {
    background: #fff;
    box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15); }
    @media (max-width: 991px) {
      .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item {
        margin-bottom: 30px; } }
    .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top {
      padding: 30px;
      text-align: center;
      padding-top: 0;
      padding-bottom: 0; }
      .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .pricing-thumb {
        display: inline-block;
        padding: 3px 30px 5px;
        background: #59C378;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
        .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .pricing-thumb span {
          text-transform: uppercase;
          color: #fff; }
      .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text {
        margin-top: 30px; }
        .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 {
          color: #202020;
          font-size: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 15px;
          font-weight: 700; }
          .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 span {
            font-weight: 500;
            color: #888888;
            font-size: 16px;
            text-transform: uppercase;
            display: inline-block;
            margin-left: 2px; }
        .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text p {
          padding-bottom: 30px;
          max-width: 282px;
          margin: 0 auto;
          border-bottom: 1px solid #ebebeb;
          color: #888888; }
    .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom {
      padding: 40px;
      padding-top: 35px;
      text-align: center; }
      .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul {
        list-style: none; }
        .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul li {
          color: #888888;
          padding-bottom: 15px; }
      .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a {
        font-size: 16px;
        color: #59C378;
        font-weight: 500;
        display: inline-block;
        margin-top: 20px;
        position: relative;
        padding: 10px 25px;
        border: 1px solid #ebebeb; }
        .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a:hover {
          background: #59C378;
          color: #fff; }
          .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a:hover:before {
            background-color: #59C378; }
  .wpo-pricing-section .wpo-pricing-wrap .col:last-child .wpo-pricing-item {
    margin-bottom: 0; }

/* 3.8 wpo-blog-section */
.wpo-blog-section {
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 360px; }
  @media (max-width: 991px) {
    .wpo-blog-section {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .wpo-blog-section {
      padding-bottom: 80px; } }
  .wpo-blog-section .shadow-shape {
    position: absolute;
    bottom: -75%;
    right: 0;
    z-index: -1; }
    .wpo-blog-section .shadow-shape svg circle {
      fill: #59C378; }
  .wpo-blog-section .wpo-blog-wrap {
    position: relative;
    z-index: 111; }
    .wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text {
      padding: 30px;
      padding-left: 0; }
      .wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text h2 {
        font-size: 25px;
        font-weight: 600;
        line-height: 35px;
        margin-bottom: 20px;
        margin-top: 15px; }
        @media (max-width: 1400px) {
          .wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text h2 {
            font-size: 22px; } }
        @media (max-width: 767px) {
          .wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text h2 {
            font-size: 20px; } }
        .wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text h2 a {
          color: #202020; }
          .wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text h2 a:hover {
            color: #3faf60; }
      .wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text ul {
        list-style: none; }
        .wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text ul li {
          color: #fff;
          padding: 5px 10px;
          background: #3C3C3C;
          display: inline-block;
          font-size: 14px; }
      .wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text a.details {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #202020;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        padding: 0;
        padding-left: 30px;
        position: relative;
        display: inline-block; }
        .wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text a.details:hover {
          color: #fff;
          background: transparent; }
        .wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text a.details:before {
          position: absolute;
          left: -5px;
          top: 1px;
          content: "\f10d";
          font-family: "Flaticon";
          transition: all 0.3s; }
        .wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text a.details:hover {
          color: #dfca08; }
          .wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-text a.details:hover:before {
            left: 0; }
    .wpo-blog-section .wpo-blog-wrap .wpo-blog-item .wpo-blog-img img {
      width: 100%; }
    .wpo-blog-section .wpo-blog-wrap .owl-nav [class*=owl-] {
      background: #fff;
      box-shadow: 0 2px 10px rgba(14, 29, 44, 0.15);
      width: 60px;
      height: 60px;
      line-height: 50px;
      color: #202020;
      padding: 0;
      font-size: 20px;
      margin: 0;
      border-radius: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      z-index: 1;
      border: 0; }
      @media (max-width: 767px) {
        .wpo-blog-section .wpo-blog-wrap .owl-nav [class*=owl-] {
          display: none; } }
      .wpo-blog-section .wpo-blog-wrap .owl-nav [class*=owl-].owl-next {
        position: absolute;
        top: 15%;
        transform: rotate(325deg);
        right: -100px;
        border-radius: 50%; }
        @media (max-width: 1500px) {
          .wpo-blog-section .wpo-blog-wrap .owl-nav [class*=owl-].owl-next {
            right: -20px; } }
        .wpo-blog-section .wpo-blog-wrap .owl-nav [class*=owl-].owl-next:hover {
          background: #59C378;
          color: #fff; }
        .wpo-blog-section .wpo-blog-wrap .owl-nav [class*=owl-].owl-next:focus {
          outline: none; }
        .wpo-blog-section .wpo-blog-wrap .owl-nav [class*=owl-].owl-next i {
          transform: rotate(10deg); }
      .wpo-blog-section .wpo-blog-wrap .owl-nav [class*=owl-].owl-prev {
        position: absolute;
        top: 15%;
        transform: rotate(325deg);
        left: -100px;
        border-radius: 50%; }
        @media (max-width: 1500px) {
          .wpo-blog-section .wpo-blog-wrap .owl-nav [class*=owl-].owl-prev {
            left: -20px; } }
        .wpo-blog-section .wpo-blog-wrap .owl-nav [class*=owl-].owl-prev:hover {
          background: #59C378;
          color: #fff; }
        .wpo-blog-section .wpo-blog-wrap .owl-nav [class*=owl-].owl-prev:focus {
          outline: none; }

.wpo-contact-area {
  background: #fff;
  padding-bottom: 40px !important;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .wpo-contact-area .shape-wk {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translate(-50%, -50%); }
    .wpo-contact-area .shape-wk svg circle {
      fill: #DD584F; }

.wpo-wpo-contact-form-map .wpo-contact-form {
  padding: 60px 65px 30px;
  box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ebebeb; }

@media (max-width: 1199px) {
  .wpo-wpo-contact-form-map .wpo-contact-form {
    margin-bottom: 60px; } }
@media (max-width: 600px) {
  .wpo-wpo-contact-form-map .wpo-contact-form {
    padding: 40px 35px; } }
.wpo-wpo-contact-form-map .wpo-contact-form h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  margin: 0 0 1em;
  text-align: center;
  color: #202020; }

@media (max-width: 767px) {
  .wpo-wpo-contact-form-map .wpo-contact-form h2 {
    font-size: 25px;
    font-size: 1.5625rem; } }
.wpo-wpo-contact-form-map form input,
.wpo-wpo-contact-form-map form select,
.wpo-wpo-contact-form-map form textarea {
  background: transparent;
  width: 100%;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 0;
  color: #fff; }

@media (max-width: 991px) {
  .wpo-wpo-contact-form-map form input,
  .wpo-wpo-contact-form-map form select,
  .wpo-wpo-contact-form-map form textarea {
    height: 45px; } }
.wpo-wpo-contact-form-map form input:focus,
.wpo-wpo-contact-form-map form select:focus,
.wpo-wpo-contact-form-map form textarea:focus {
  border-color: #dfca08;
  outline: none; }

.wpo-wpo-contact-form-map form textarea {
  height: 172px; }

.wpo-wpo-contact-form-map .errorMessage {
  color: red;
  font-size: 14px;
  margin-top: 10px; }

.wpo-wpo-contact-form-map form {
  overflow: hidden; }

.wpo-wpo-contact-form-map form select {
  display: inline-block;
  cursor: pointer;
  opacity: 1;
  margin-left: -5px; }
  .wpo-wpo-contact-form-map form select option {
    color: #202020; }

.wpo-wpo-contact-form-map form > div {
  margin-bottom: 15px; }

.wpo-wpo-contact-form-map .submit-area {
  width: 100%;
  float: none;
  clear: both;
  text-align: center;
  margin-top: 30px; }

.wpo-contact-form .theme-btn, .wpo-contact-form .view-cart-btn {
  color: #fff;
  outline: none;
  margin-top: 20px;
  border-radius: 40px; }

.wpo-wpo-contact-form-map form p {
  color: #dfca08;
  font-size: 14px; }

.wpo-wpo-contact-form-map .form-field {
  margin-bottom: 21px; }

.wpo-wpo-contact-form-map .wpo-contact-form {
  margin-bottom: 60px; }

.wpo-wpo-contact-form-map .info-wrap {
  display: flex;
  align-items: center; }

.wpo-wpo-contact-form-map .info-icon {
  width: 90px;
  height: 90px;
  background: #fff;
  line-height: 90px;
  border-radius: 50%;
  box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);
  text-align: center;
  margin-right: 20px;
  align-items: center; }

.info-item {
  box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);
  padding: 33px 40px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 5px; }

.info-item h2 {
  font-size: 24px;
  color: #202020;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px; }

.wpo-contact-info {
  max-width: 395px;
  padding-left: 20px; }

.info-icon .fi:before {
  font-size: 40px;
  color: #dfca08;
  line-height: unset; }

.info-text span {
  color: #888888;
  font-size: 18px;
  font-weight: 300; }

@media (max-width: 991px) {
  .wpo-wpo-contact-form-map {
    padding: 0px 10px; }

  .wpo-contact-info {
    padding-left: 0; }

  .wpo-wpo-contact-form-map .wpo-contact-form {
    padding: 60px 25px 30px; } }
@media (max-width: 590px) {
  .info-item h2 {
    font-size: 20px; }

  .info-text span {
    font-size: 15px; }

  .wpo-wpo-contact-form-map form textarea {
    height: 100px; }

  .info-item {
    padding: 32px 25px; } }
.wpo-wpo-contact-form-map form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #585858; }

.wpo-wpo-contact-form-map form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #585858; }

.wpo-wpo-contact-form-map form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #585858; }

.wpo-wpo-contact-form-map form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #585858; }

.wpo-wpo-contact-form-map form .form-submit {
  text-align: center; }

.wpo-wpo-contact-form-map form button {
  padding-bottom: 16px; }

/* 5.1 wpo-about-area-s2  */
.wpo-about-area-s2 {
  position: relative; }
  .wpo-about-area-s2 .wpo-about-img {
    position: relative;
    padding: 30px;
    background: #fffbfb;
    border-radius: 6px; }
    .wpo-about-area-s2 .wpo-about-img .icon-1,
    .wpo-about-area-s2 .wpo-about-img .icon-2,
    .wpo-about-area-s2 .wpo-about-img .icon-3 {
      position: absolute;
      left: 0;
      top: 2%;
      width: 110px;
      height: 110px;
      padding: 20px;
      background: #fff;
      border-radius: 25px;
      -webkit-animation: bounceTop 3s linear infinite;
      animation: bounceTop 3s linear infinite;
      box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15); }
      .wpo-about-area-s2 .wpo-about-img .icon-1 img,
      .wpo-about-area-s2 .wpo-about-img .icon-2 img,
      .wpo-about-area-s2 .wpo-about-img .icon-3 img {
        border-radius: 0; }
      @media (max-width: 991px) {
        .wpo-about-area-s2 .wpo-about-img .icon-1,
        .wpo-about-area-s2 .wpo-about-img .icon-2,
        .wpo-about-area-s2 .wpo-about-img .icon-3 {
          width: 95px;
          height: 95px;
          padding: 15px;
          border-radius: 15px; } }
      @media (max-width: 575px) {
        .wpo-about-area-s2 .wpo-about-img .icon-1,
        .wpo-about-area-s2 .wpo-about-img .icon-2,
        .wpo-about-area-s2 .wpo-about-img .icon-3 {
          width: 70px;
          height: 70px;
          padding: 15px;
          border-radius: 15px; } }
    .wpo-about-area-s2 .wpo-about-img .icon-2 {
      left: auto;
      right: 0; }
    .wpo-about-area-s2 .wpo-about-img .icon-3 {
      left: auto;
      right: 0;
      top: auto;
      bottom: 2%; }
      @media (max-width: 991px) {
        .wpo-about-area-s2 .wpo-about-img .icon-3 {
          right: 0; } }
      @media (max-width: 575px) {
        .wpo-about-area-s2 .wpo-about-img .icon-3 {
          left: auto;
          right: 0;
          top: auto; } }
    .wpo-about-area-s2 .wpo-about-img .project {
      position: absolute;
      left: 0;
      bottom: 2%;
      padding: 5px 20px;
      background: #fff;
      border-radius: 40px;
      display: flex;
      align-items: center;
      -webkit-animation: bounceTop 3s linear infinite;
      animation: bounceTop 3s linear infinite;
      box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15); }
      .wpo-about-area-s2 .wpo-about-img .project .icon .fi {
        margin-right: 10px; }
        .wpo-about-area-s2 .wpo-about-img .project .icon .fi:before {
          font-size: 50px;
          color: #59C378; }
          @media (max-width: 575px) {
            .wpo-about-area-s2 .wpo-about-img .project .icon .fi:before {
              font-size: 40px; } }
      .wpo-about-area-s2 .wpo-about-img .project .p-text h3 {
        font-size: 25px;
        margin-bottom: 0px;
        color: #202020; }
        @media (max-width: 575px) {
          .wpo-about-area-s2 .wpo-about-img .project .p-text h3 {
            font-size: 20px; } }
      .wpo-about-area-s2 .wpo-about-img .project .p-text p {
        font-size: 15px;
        margin-bottom: 0;
        color: #585858; }

/* 5.2 wpo-service-area-s2  */
.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item {
  box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);
  border: 0;
  background: none; }

/* 5.3 wpo-work-area-s2  */
.wpo-work-area-s2 .wpo-work-wrap .wpo-work-item {
  text-align: center;
  padding: 30px; }
  @media (max-width: 1200px) {
    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item {
      padding: 25px; } }
  .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul {
    display: block; }
    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.date {
      display: block; }
    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.link {
      text-align: center; }
    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li {
      margin-bottom: 20px; }
      @media (max-width: 1200px) {
        .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li {
          margin-bottom: 15px; } }
      .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li:last-child {
        margin-bottom: 0; }
    .wpo-work-area-s2 .wpo-work-wrap .wpo-work-item ul li.position span span {
      margin-top: 0; }

/* 5.4 partners-section  */
.partners-section {
  background: #fff;
  padding: 85px 0; }
  .partners-section .partners-slider .grid img {
    filter: grayscale(100%);
    margin: 0 auto; }
  .partners-section .partners-slider .owl-item img {
    width: unset; }
  .partners-section .partners-slider .owl-nav {
    display: none; }

/*=====================================================
6. wpo-service-single
======================================================*/
.wpo-service-single-area {
  background: #fffbfb; }
  .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-title h3 {
    font-weight: 500;
    font-size: 35px;
    line-height: 130.5%;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-title h3 {
        font-size: 25px; } }
  .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item {
    margin-bottom: 40px; }
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .wpo-service-single-main-img {
      margin-bottom: 30px; }
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item:last-child {
      margin-bottom: 0; }
  .wpo-service-single-area .wpo-service-single-wrap .list-widget {
    max-width: 590px; }
    .wpo-service-single-area .wpo-service-single-wrap .list-widget ul {
      list-style: none; }
      .wpo-service-single-area .wpo-service-single-wrap .list-widget ul li {
        padding: 10px 0;
        padding-left: 35px;
        position: relative; }
        .wpo-service-single-area .wpo-service-single-wrap .list-widget ul li:before {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 25px;
          height: 25px;
          line-height: 25px;
          border-radius: 50%;
          background: rgba(89, 195, 120, 0.1);
          content: "\e64c";
          font-family: "themify";
          text-align: center;
          color: #59C378;
          font-size: 14px; }
  .wpo-service-single-area .wpo-service-single-wrap .wpo-p-details-img {
    margin-bottom: 10px; }
  .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area {
    padding-bottom: 0; }
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item {
      padding: 20px;
      border: 1px solid #ebebeb; }
      .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item .fi:before {
        font-size: 40px; }
      @media (max-width: 1200px) {
        .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item {
          padding: 20px 10px; } }
      .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 12px;
        margin-top: 10px; }
        @media (max-width: 1400px) {
          .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
            font-size: 19px;
            margin-bottom: 10px; } }
        @media (max-width: 1200px) {
          .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
            font-size: 17px;
            margin-bottom: 10px; } }
        @media (max-width: 991px) {
          .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
            font-size: 22px; } }
      .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item p {
        margin-bottom: 5px; }
  .wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area {
    padding: 30px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px; }
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-title {
      margin-bottom: 30px; }
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .col {
      margin-bottom: 30px; }
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control {
      height: 50px;
      border: 0;
      border-bottom: 0;
      border-radius: 0;
      background: #f1f1f1;
      color: #888888; }
      .wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control:focus {
        outline: none;
        box-shadow: none; }
      .wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control::-webkit-input-placeholder {
        /* Edge */
        color: #888888; }
      .wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #888888; }
      .wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control::placeholder {
        color: #888888; }
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area textarea.form-control {
      height: 120px; }
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area select.form-control {
      background: #f1f1f1 url(../images/select-icon2.png) no-repeat calc(100% - 15px) center; }
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .submit-area button {
      border-radius: 6px; }

/*====================================================
7. wpo-protfolio-area
======================================================*/
.wpo-protfolio-area {
  padding-bottom: 90px;
  background: #fffbfb; }

.wpo-protfolio-area-3 {
  padding-bottom: 70px;
  background: #fffbfb; }

.wpo-protfolio-text h2 {
  font-size: 40px;
  color: #fff; }

.wpo-protfolio-text span {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  font-weight: 300; }

.wpo-protfolio-text a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 10px 50px;
  background: rgba(255, 255, 255, 0.35);
  position: relative;
  border-radius: 40px; }

.wpo-protfolio-text a:after {
  position: absolute;
  left: -5px;
  bottom: -5px;
  width: 105%;
  height: 120%;
  content: "";
  border-radius: 40px;
  border: 1px solid #fff; }

.wpo-protfolio-text a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  z-index: 9;
  content: '';
  transition: all .3s;
  border-radius: 40px; }

.wpo-protfolio-text a:hover:before {
  left: 0;
  opacity: .3; }

.wpo-protfolio-single,
.wpo-blog-img {
  position: relative;
  margin-bottom: 1px;
  overflow: hidden; }

.wpo-protfolio-text {
  padding: 40px;
  position: absolute;
  left: 0;
  bottom: 30px; }

.wpo-protfolio-right {
  margin-top: -200px; }

.wpo-protfolio-area .section-title {
  margin-bottom: 120px; }

.wpo-protfolio-img img {
  width: 100%; }

@media (max-width: 767px) {
  .wpo-protfolio-area .section-title {
    margin-bottom: 40px; }

  .wpo-protfolio-right {
    margin-top: 0; }

  .protfolio-btn {
    text-align: center;
    margin-top: 15px; } }
@media (max-width: 590px) {
  .protfolio-btn a {
    font-size: 20px; } }
.sortable-gallery {
  overflow: hidden; }

.gallery-filters {
  text-align: center;
  margin-bottom: 60px; }

.gallery-filters ul {
  display: inline-block;
  overflow: hidden;
  list-style: none;
  text-align: center; }

.gallery-filters ul li {
  display: inline-block; }

.gallery-filters ul li a {
  font-weight: 600;
  color: #888888;
  display: block;
  text-transform: capitalize; }

.gallery-filters ul > li + li {
  margin-left: 30px; }

.gallery-filters ul li a.current {
  color: #59C378; }

@media (max-width: 500px) {
  .gallery-filters ul > li + li {
    margin-left: 10px;
    margin-bottom: 5px; } }
.wpo-protfolio-area .wpo-protfolio-single {
  margin-bottom: 30px; }

.wpo-protfolio-area .wpo-protfolio-img {
  position: relative; }

.wpo-protfolio-area .wpo-protfolio-img:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s; }

.wpo-protfolio-area .wpo-protfolio-single:hover .wpo-protfolio-img:before {
  height: 100%;
  opacity: 1;
  visibility: visible; }

.wpo-protfolio-area .wpo-protfolio-text {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  bottom: -200px; }

.wpo-protfolio-area .wpo-protfolio-single:hover .wpo-protfolio-text {
  opacity: 1;
  visibility: visible;
  bottom: 0; }

.wpo-protfolio-area-3 .wpo-protfolio-text {
  position: relative;
  padding: 30px 0;
  bottom: 0; }

.wpo-protfolio-area-3 .wpo-protfolio-text h2 {
  color: #131058;
  font-weight: 400;
  margin-top: 0; }

.wpo-protfolio-area-3 .wpo-protfolio-text span {
  color: #666; }

.protfolio-slide-area .wpo-protfolio-single {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 9; }

.protfolio-slide-area .wpo-protfolio-single:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  content: "";
  background: rgba(8, 8, 78, 0.8);
  transition: all .3s;
  z-index: 9; }

.protfolio-slide-area .wpo-protfolio-single:hover:after {
  width: 100%; }

.protfolio-slide-area .protfolio-btn {
  text-align: center;
  margin-top: 0; }

.protfolio-slide-area .thumb-text {
  position: absolute;
  right: 10px;
  top: -30%;
  transition: all .6s;
  opacity: 0;
  visibility: hidden;
  z-index: 999; }

.protfolio-slide-area .thumb-text span {
  font-size: 200px;
  color: #fff;
  font-weight: 700;
  line-height: 190px;
  font-family: 'Conv_Now-Bold';
  z-index: 999; }

.protfolio-slide-area .wpo-protfolio-text {
  bottom: -50%;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 999; }

.protfolio-slide-area .wpo-protfolio-single:hover .wpo-protfolio-text {
  bottom: 0;
  opacity: 1;
  visibility: visible; }

.protfolio-slide-area .wpo-protfolio-single:hover .thumb-text {
  top: 0;
  opacity: 1;
  visibility: visible; }

.gallery-active .owl-item.active {
  position: relative; }

.gallery-active .owl-nav button.owl-next {
  left: 52%;
  bottom: -70px;
  transform: translateY(-50%); }

.gallery-active .owl-nav button {
  position: absolute;
  left: 48%;
  bottom: -70px;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  line-height: 46px;
  text-align: center;
  background: transparent;
  transition: all .3s;
  box-shadow: 0px 16px 32px 0px rgba(184, 184, 184, 0.3);
  background: transparent; }
  @media (max-width: 1200px) {
    .gallery-active .owl-nav button {
      left: 43%; } }
  @media (max-width: 767px) {
    .gallery-active .owl-nav button {
      left: 35%; } }

.gallery-active .owl-nav button {
  background: transparent;
  border: 0;
  color: #333;
  text-decoration: none;
  border-radius: 50%; }

.gallery-active .owl-nav button:hover {
  background: #59C378;
  color: #fff;
  text-decoration: none;
  border-radius: 50%; }

.protfolio-slide-area .owl-carousel .owl-item img {
  height: 475px;
  object-fit: cover; }
  @media (max-width: 767px) {
    .protfolio-slide-area .owl-carousel .owl-item img {
      height: 375px; } }

.wpo-protfolio-area-3 .wpo-protfolio-text h2 a {
  color: #202020;
  padding: 0;
  font-size: 40px;
  background: none; }
  .wpo-protfolio-area-3 .wpo-protfolio-text h2 a::after, .wpo-protfolio-area-3 .wpo-protfolio-text h2 a::before {
    display: none; }
  .wpo-protfolio-area-3 .wpo-protfolio-text h2 a:hover {
    color: #59C378; }
.wpo-protfolio-area-3 .wpo-protfolio-text span {
  color: #888888; }

/*=====================================================
8. wpo-project-single
======================================================*/
.wpo-project-single-area {
  background: #fffbfb; }
  .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-title h3 {
    font-weight: 500;
    font-size: 35px;
    line-height: 130.5%;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-title h3 {
        font-size: 25px; } }
  .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item {
    margin-bottom: 40px; }
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item:last-child {
      margin-bottom: 0; }
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img {
      margin-bottom: 30px; }
      .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-controls {
        width: 100%;
        margin: 0;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-nav [class*=owl-]:hover {
        background: #59C378;
        color: #fff; }
      .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-nav [class*=owl-] {
        background: #fff;
        width: 50px;
        height: 50px;
        line-height: 58px;
        padding: 0;
        margin: 0;
        border-radius: 50%;
        color: #59C378;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        border: 0; }
        .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-nav [class*=owl-] .fi::before {
          font-size: 20px; }
      .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-nav .owl-prev,
      .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-nav .owl-prev {
        left: 15px; }
      .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-nav .owl-next {
        right: 15px; }
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right {
      max-width: 380px;
      flex-basis: 35%;
      margin-left: auto;
      margin-bottom: 50px;
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
      @media (max-width: 1200px) {
        .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right {
          flex-basis: 100%;
          margin-bottom: 40px; } }
      @media (max-width: 991px) {
        .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right {
          margin-left: 0;
          max-width: 100%;
          margin-top: 20px; } }
      .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul {
        list-style: none;
        padding: 50px 30px;
        box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15); }
        @media (max-width: 575px) {
          .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul {
            padding: 50px 20px; } }
        .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul li {
          display: flex;
          padding: 10px 0;
          font-size: 16px;
          color: #202020;
          font-weight: 600;
          position: relative;
          justify-content: space-between;
          font-weight: 600; }
          .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul li span {
            flex-basis: 60%;
            color: #888888;
            font-weight: 400; }
          .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul li:last-child {
            padding-bottom: 0;
            border-bottom: 0; }
          .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul li:first-child {
            padding-top: 0; }
  .wpo-project-single-area .wpo-project-single-wrap .list-widget ul {
    list-style: none; }
    .wpo-project-single-area .wpo-project-single-wrap .list-widget ul li {
      padding: 7px 0;
      padding-left: 35px;
      position: relative; }
      .wpo-project-single-area .wpo-project-single-wrap .list-widget ul li:before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 50%;
        background: rgba(89, 195, 120, 0.1);
        content: "\e64c";
        font-family: "themify";
        text-align: center;
        color: #59C378;
        font-size: 14px; }
  .wpo-project-single-area .wpo-project-single-wrap .wpo-p-details-img {
    margin-bottom: 10px; }
  .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote {
    padding: 45px;
    background: #fff;
    text-align: center;
    border-radius: 15px; }
    @media (max-width: 991px) {
      .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote {
        padding: 20px;
        margin-top: 30px; } }
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote p {
      font-size: 22px;
      margin-bottom: 30px;
      color: #888888;
      line-height: 44px; }
      @media (max-width: 991px) {
        .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote p {
          font-size: 16px;
          margin-bottom: 20px; } }
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote span {
      font-size: 22px; }
      @media (max-width: 991px) {
        .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote span {
          font-size: 16px; } }
      .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote span span {
        color: #59C378; }
  @media (max-width: 991px) {
    .wpo-project-single-area .wpo-project-single-wrap .list-widget-s {
      margin-top: 30px; } }
  .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-gallery {
    margin-bottom: 30px; }
  .wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area {
    padding: 30px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px; }
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-title {
      margin-bottom: 30px; }
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .col {
      margin-bottom: 30px; }
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .form-control {
      height: 50px;
      border: 0;
      border-bottom: 0;
      border-radius: 0;
      background: #f1f1f1;
      color: #888888; }
      .wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .form-control:focus {
        outline: none;
        box-shadow: none; }
      .wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .form-control::-webkit-input-placeholder {
        /* Edge */
        color: #888888; }
      .wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #888888; }
      .wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .form-control::placeholder {
        color: #888888; }
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area textarea.form-control {
      height: 120px; }
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area select.form-control {
      background: #f1f1f1 url(../images/select-icon2.png) no-repeat calc(100% - 15px) center; }
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .submit-area button {
      border-radius: 6px; }
  .wpo-project-single-area .wpo-project-area-s2 {
    background: none;
    padding: 0; }
    .wpo-project-single-area .wpo-project-area-s2 .wpo-project-wrap {
      padding-bottom: 0; }
      .wpo-project-single-area .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item {
        position: relative;
        overflow: hidden; }
        @media (max-width: 991px) {
          .wpo-project-single-area .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item {
            margin-bottom: 30px; } }
        .wpo-project-single-area .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img img {
          width: 100%; }
        .wpo-project-single-area .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text {
          position: absolute;
          left: 0;
          bottom: -100%;
          padding: 20px;
          width: 100%;
          height: 100%;
          text-align: center;
          display: flex;
          justify-content: center;
          flex-direction: column;
          background: rgba(14, 29, 44, 0.7);
          transition: all .3s; }
          .wpo-project-single-area .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 {
            font-size: 20px;
            line-height: 30px; }
        .wpo-project-single-area .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item:hover .wpo-project-text {
          bottom: 0; }

/*--------------------------------------------------------------
9. wpo-blog-pg-section
--------------------------------------------------------------*/
.wpo-blog-pg-section {
  background: #fffbfb;
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/ }
  @media (min-width: 1440px) {
    .wpo-blog-pg-section .container {
      max-width: 1320px; } }
  .wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 70px; }
    @media (max-width: 991px) {
      .wpo-blog-pg-section .wpo-blog-content .post {
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .wpo-blog-pg-section .wpo-blog-content .post {
        margin-bottom: 40px; } }
  .wpo-blog-pg-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0; }
    @media (max-width: 767px) {
      .wpo-blog-pg-section .entry-meta {
        margin: 25px 0; } }
    .wpo-blog-pg-section .entry-meta ul {
      list-style: none; }
      .wpo-blog-pg-section .entry-meta ul li {
        font-weight: 500;
        font-size: 14px;
        font-size: 0.9333333333rem;
        float: left;
        text-transform: uppercase; }
        .wpo-blog-pg-section .entry-meta ul li a {
          color: #888888; }
          .wpo-blog-pg-section .entry-meta ul li a:hover {
            color: #59C378; }
        .wpo-blog-pg-section .entry-meta ul li i {
          position: relative;
          top: 0px;
          margin-right: 3px; }
          .wpo-blog-pg-section .entry-meta ul li i.fi:before {
            font-size: 15px; }
        .wpo-blog-pg-section .entry-meta ul li + li {
          margin-left: 20px;
          padding-left: 20px;
          position: relative; }
          .wpo-blog-pg-section .entry-meta ul li + li:before {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 7px;
            height: 7px;
            content: "";
            background: #59C378;
            border-radius: 50%; }
            @media (max-width: 440px) {
              .wpo-blog-pg-section .entry-meta ul li + li:before {
                display: none; } }
          @media (max-width: 440px) {
            .wpo-blog-pg-section .entry-meta ul li + li {
              margin-left: 0;
              padding-left: 0; } }
        @media (max-width: 767px) {
          .wpo-blog-pg-section .entry-meta ul li {
            font-size: 12px;
            font-size: 0.8rem; } }
        @media (max-width: 440px) {
          .wpo-blog-pg-section .entry-meta ul li {
            float: none;
            display: block;
            margin-bottom: 5px; } }
  .wpo-blog-pg-section .post h3 {
    font-size: 34px;
    font-size: 2.2666666667rem;
    line-height: 1.2em;
    font-weight: 600;
    margin: -0.27em 0 0.7em;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }
    @media (max-width: 991px) {
      .wpo-blog-pg-section .post h3 {
        font-size: 25px;
        font-size: 1.6666666667rem; } }
    @media (max-width: 767px) {
      .wpo-blog-pg-section .post h3 {
        font-size: 22px;
        font-size: 1.4666666667rem; } }
  .wpo-blog-pg-section .post h3 a {
    color: #202020; }
  .wpo-blog-pg-section .post h3 a:hover {
    color: #59C378; }
  .wpo-blog-pg-section .post p {
    margin-bottom: 1.5em; }
    @media (max-width: 991px) {
      .wpo-blog-pg-section .post p {
        font-size: 16px;
        font-size: 1.0666666667rem; } }
  .wpo-blog-pg-section .post a.read-more {
    text-decoration: underline;
    color: #888888;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600; }
    .wpo-blog-pg-section .post a.read-more:hover {
      color: #59C378; }
  .wpo-blog-pg-section .entry-media img {
    width: 100%; }
  .wpo-blog-pg-section .format-standard,
  .wpo-blog-pg-section .format-quote {
    background-color: #f3f3f3;
    padding: 25px 35px 45px; }
    @media (max-width: 767px) {
      .wpo-blog-pg-section .format-standard,
      .wpo-blog-pg-section .format-quote {
        padding: 25px 20px 45px; } }
  .wpo-blog-pg-section .format-standard {
    position: relative; }
    .wpo-blog-pg-section .format-standard:before {
      position: absolute;
      right: 15px;
      top: 5px;
      content: "\f11d";
      font-family: "flaticon";
      font-size: 90px;
      line-height: 80px;
      color: #ebebeb; }
  .wpo-blog-pg-section .format-gallery {
    position: relative; }
    .wpo-blog-pg-section .format-gallery .owl-controls {
      width: 100%;
      margin: 0;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
      background: #59C378;
      color: #fff; }
    .wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
      background: #1e1d1d;
      width: 50px;
      height: 50px;
      line-height: 58px;
      padding: 0;
      margin: 0;
      border-radius: 50%;
      color: #59C378;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      border: 0; }
      .wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
        font-size: 20px; }
    .wpo-blog-pg-section .format-gallery .owl-nav .owl-prev,
    .wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .wpo-blog-pg-section .format-gallery .owl-nav .owl-prev {
      left: 15px; }
    .wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
      right: 15px; }
  .wpo-blog-pg-section .format-quote {
    text-align: center;
    padding: 80px 60px;
    position: relative; }
    @media (max-width: 767px) {
      .wpo-blog-pg-section .format-quote {
        padding: 40px 20px; } }
    .wpo-blog-pg-section .format-quote p {
      margin-bottom: 0; }
    .wpo-blog-pg-section .format-quote:before {
      font-family: "Flaticon";
      content: "\f120";
      font-size: 250px;
      font-size: 16.6666666667rem;
      color: #ecf3fb;
      margin-left: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .wpo-blog-pg-section .format-quote h3,
    .wpo-blog-pg-section .format-quote p {
      position: relative; }
  .wpo-blog-pg-section .format-video .video-holder {
    position: relative;
    text-align: center; }
    .wpo-blog-pg-section .format-video .video-holder:before {
      content: "";
      background-color: #fffbfb;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0.3; }
    .wpo-blog-pg-section .format-video .video-holder:hover:before {
      opacity: 0.5; }
    .wpo-blog-pg-section .format-video .video-holder a {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 63px;
      height: 63px;
      line-height: 63px;
      background: #fff;
      border-radius: 50%;
      z-index: 1; }
      .wpo-blog-pg-section .format-video .video-holder a:before {
        position: absolute;
        left: -12px;
        top: -12px;
        width: 140%;
        height: 140%;
        background: rgba(255, 255, 255, 0.3);
        content: "";
        -webkit-animation: save-the-date-pulse 1s infinite;
        animation: save-the-date-pulse 1s infinite;
        border-radius: 50%;
        z-index: -1; }
    .wpo-blog-pg-section .format-video .video-holder .fi:before {
      font-size: 20px;
      font-size: 1.3333333333rem;
      color: #59C378; }

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-sidebar {
    padding-right: 45px;
    padding-left: 0; } }

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .wpo-blog-content {
    padding: 0; } }

@-webkit-keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
/*--------------------------------------------------------------
10. wpo-blog-single-section
--------------------------------------------------------------*/
.wpo-blog-single-section {
  background: #fffbfb;
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/ }
  @media (min-width: 1440px) {
    .wpo-blog-single-section .container {
      max-width: 1320px; } }
  .wpo-blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0; }
    @media (max-width: 767px) {
      .wpo-blog-single-section .entry-meta {
        margin: 25px 0; } }
    .wpo-blog-single-section .entry-meta ul {
      list-style: none; }
      .wpo-blog-single-section .entry-meta ul li {
        font-weight: 500;
        font-size: 14px;
        font-size: 0.9333333333rem;
        float: left;
        text-transform: uppercase; }
        .wpo-blog-single-section .entry-meta ul li a {
          color: #888888; }
          .wpo-blog-single-section .entry-meta ul li a:hover {
            color: #59C378; }
        .wpo-blog-single-section .entry-meta ul li i {
          position: relative;
          top: 0px;
          margin-right: 3px; }
          .wpo-blog-single-section .entry-meta ul li i.fi:before {
            font-size: 15px; }
        .wpo-blog-single-section .entry-meta ul li + li {
          margin-left: 20px;
          padding-left: 20px;
          position: relative; }
          .wpo-blog-single-section .entry-meta ul li + li:before {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 7px;
            height: 7px;
            content: "";
            background: #59C378;
            border-radius: 50%; }
            @media (max-width: 440px) {
              .wpo-blog-single-section .entry-meta ul li + li:before {
                display: none; } }
          @media (max-width: 440px) {
            .wpo-blog-single-section .entry-meta ul li + li {
              margin-left: 0;
              padding-left: 0; } }
        @media (max-width: 767px) {
          .wpo-blog-single-section .entry-meta ul li {
            font-size: 12px;
            font-size: 0.8rem; } }
        @media (max-width: 440px) {
          .wpo-blog-single-section .entry-meta ul li {
            float: none;
            display: block;
            margin-bottom: 5px; } }
  .wpo-blog-single-section .entry-media img {
    width: 100%; }
  .wpo-blog-single-section .post h2 {
    font-size: 35px;
    font-size: 2.3333333333rem;
    margin: -0.22em 0 0.7em;
    line-height: 1.3em;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }
    @media (max-width: 991px) {
      .wpo-blog-single-section .post h2 {
        font-size: 30px;
        font-size: 2rem; } }
    @media (max-width: 767px) {
      .wpo-blog-single-section .post h2 {
        font-size: 25px;
        font-size: 1.6666666667rem; } }
  .wpo-blog-single-section .post p {
    margin-bottom: 1.5em; }
  .wpo-blog-single-section .post h3 {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3em;
    margin: 1.8em 0 1em; }
    @media (max-width: 991px) {
      .wpo-blog-single-section .post h3 {
        font-size: 22px;
        font-size: 1.4666666667rem; } }
    @media (max-width: 767px) {
      .wpo-blog-single-section .post h3 {
        font-size: 20px;
        font-size: 1.3333333333rem; } }
  .wpo-blog-single-section .post blockquote {
    background-color: #f3f3f3;
    color: #888888;
    font-size: 19px;
    padding: 65px;
    margin-top: 60px;
    margin-bottom: 40px;
    border: 0;
    text-align: center;
    position: relative;
    font-weight: 600;
    line-height: 35px;
    padding-bottom: 45px; }
    @media (max-width: 767px) {
      .wpo-blog-single-section .post blockquote {
        padding: 55px 25px; } }
    .wpo-blog-single-section .post blockquote:before {
      font-family: "Flaticon";
      content: "\f11d";
      font-size: 20px;
      font-size: 1.3333333333rem;
      position: absolute;
      left: 50%;
      top: -30px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 60px;
      height: 60px;
      line-height: 60px;
      border: 2px solid #f1f1f1;
      background: #f3f3f3;
      color: #59C378;
      border-radius: 50%; }
  .wpo-blog-single-section .post .gallery {
    overflow: hidden;
    margin: 40px -7.5px 0; }
    .wpo-blog-single-section .post .gallery > div {
      width: calc(50% - 15px);
      float: left;
      margin: 0 7.5px 15px; }
    .wpo-blog-single-section .post .gallery img {
      width: 100%; }
  .wpo-blog-single-section .tag-share, .wpo-blog-single-section .tag-share-s2 {
    border-bottom: 1px solid #ebebeb;
    margin: 75px 0 0;
    padding-bottom: 30px;
    color: #202020; }
    @media (max-width: 767px) {
      .wpo-blog-single-section .tag-share, .wpo-blog-single-section .tag-share-s2 {
        margin-top: 40px; } }
    .wpo-blog-single-section .tag-share ul, .wpo-blog-single-section .tag-share-s2 ul {
      list-style: none;
      display: inline-block;
      overflow: hidden; }
      .wpo-blog-single-section .tag-share ul li, .wpo-blog-single-section .tag-share-s2 ul li {
        float: left; }
        @media (max-width: 767px) {
          .wpo-blog-single-section .tag-share ul li, .wpo-blog-single-section .tag-share-s2 ul li {
            margin: 2px; } }
      .wpo-blog-single-section .tag-share ul > li + li, .wpo-blog-single-section .tag-share-s2 ul > li + li {
        margin-left: 10px; }
        @media (max-width: 767px) {
          .wpo-blog-single-section .tag-share ul > li + li, .wpo-blog-single-section .tag-share-s2 ul > li + li {
            margin: 2px; } }
    .wpo-blog-single-section .tag-share .tag, .wpo-blog-single-section .tag-share-s2 .tag {
      display: flex;
      align-items: center; }
      .wpo-blog-single-section .tag-share .tag > span, .wpo-blog-single-section .tag-share-s2 .tag > span {
        font-family: "Montserrat", sans-serif;
        color: #888888;
        font-weight: 600;
        display: inline-block;
        padding-right: 15px;
        text-transform: uppercase; }
      .wpo-blog-single-section .tag-share .tag ul, .wpo-blog-single-section .tag-share-s2 .tag ul {
        list-style: none;
        position: relative; }
      .wpo-blog-single-section .tag-share .tag li, .wpo-blog-single-section .tag-share-s2 .tag li {
        position: relative; }
      .wpo-blog-single-section .tag-share .tag a, .wpo-blog-single-section .tag-share-s2 .tag a {
        font-size: 13px;
        font-size: 0.8666666667rem;
        display: inline-block;
        padding: 5px 18px;
        color: #888888;
        background: #f3f3f3;
        border-radius: 5px;
        font-weight: 600; }
        @media (max-width: 767px) {
          .wpo-blog-single-section .tag-share .tag a, .wpo-blog-single-section .tag-share-s2 .tag a {
            font-size: 13px;
            font-size: 0.8666666667rem; } }
        .wpo-blog-single-section .tag-share .tag a:hover, .wpo-blog-single-section .tag-share-s2 .tag a:hover {
          color: #59C378; }
  .wpo-blog-single-section .tag-share-s2 {
    margin: 0;
    margin-top: 30px;
    border-bottom: 0; }
    .wpo-blog-single-section .tag-share-s2 .tag a {
      padding: 0;
      font-size: 16px;
      font-size: 1.0666666667rem;
      text-transform: capitalize;
      background: none;
      text-decoration: underline;
      color: #888888; }
  .wpo-blog-single-section .author-box {
    margin: 35px 0 60px; }
    .wpo-blog-single-section .author-box .author-avatar {
      float: left; }
      @media (max-width: 767px) {
        .wpo-blog-single-section .author-box .author-avatar {
          float: none; } }
      .wpo-blog-single-section .author-box .author-avatar img {
        border-radius: 50%; }
    .wpo-blog-single-section .author-box .author-content {
      display: block;
      overflow: hidden;
      padding-left: 25px; }
      @media (max-width: 767px) {
        .wpo-blog-single-section .author-box .author-content {
          padding: 0;
          margin: 15px 0 0 0; } }
    .wpo-blog-single-section .author-box .author-content p {
      margin-bottom: 20px; }
    .wpo-blog-single-section .author-box .author-name {
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      font-size: 1.6rem;
      font-weight: 600;
      display: inline-block;
      margin-bottom: 10px;
      color: #202020; }
    .wpo-blog-single-section .author-box .social-link {
      display: inline-block;
      list-style: none; }
    .wpo-blog-single-section .author-box .social-link li {
      float: left;
      margin-right: 12px; }
    .wpo-blog-single-section .author-box .social-link a {
      display: block;
      font-size: 13px;
      font-size: 0.8666666667rem;
      color: #202020; }
    .wpo-blog-single-section .author-box .social-link a:hover {
      color: #59C378; }
  .wpo-blog-single-section .more-posts {
    overflow: hidden;
    border: 1px solid #ebebeb;
    padding: 0 25px; }
    .wpo-blog-single-section .more-posts > div {
      width: 50%;
      float: left; }
      @media (max-width: 767px) {
        .wpo-blog-single-section .more-posts > div {
          width: 100%;
          float: none; } }
    .wpo-blog-single-section .more-posts > div > a {
      display: inline-block; }
    .wpo-blog-single-section .more-posts .previous-post,
    .wpo-blog-single-section .more-posts .next-post {
      padding: 40px 0; }
      @media (max-width: 767px) {
        .wpo-blog-single-section .more-posts .previous-post,
        .wpo-blog-single-section .more-posts .next-post {
          padding: 25px 15px !important; } }
    .wpo-blog-single-section .more-posts .next-post {
      text-align: right;
      border-left: 1px solid #ebebeb;
      padding-left: 15px;
      padding-right: 5px; }
      @media (max-width: 767px) {
        .wpo-blog-single-section .more-posts .next-post {
          border-left: 0;
          text-align: left;
          border-top: 1px solid #ebebeb; } }
      .wpo-blog-single-section .more-posts .next-post .post-control-link {
        padding-right: 25px;
        position: relative; }
        @media (max-width: 767px) {
          .wpo-blog-single-section .more-posts .next-post .post-control-link {
            padding-right: 0; } }
        .wpo-blog-single-section .more-posts .next-post .post-control-link:before {
          font-family: "themify";
          content: "\e628";
          position: absolute;
          right: 0;
          top: 0; }
          @media (max-width: 767px) {
            .wpo-blog-single-section .more-posts .next-post .post-control-link:before {
              display: none; } }
    .wpo-blog-single-section .more-posts .previous-post {
      padding-right: 15px;
      padding-left: 5px; }
      .wpo-blog-single-section .more-posts .previous-post .post-control-link {
        padding-left: 25px;
        position: relative; }
        @media (max-width: 767px) {
          .wpo-blog-single-section .more-posts .previous-post .post-control-link {
            padding-left: 0; } }
        .wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
          font-family: "themify";
          content: "\e629";
          position: absolute;
          left: 0;
          top: 0; }
          @media (max-width: 767px) {
            .wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
              display: none; } }
    .wpo-blog-single-section .more-posts .previous-post > a > span,
    .wpo-blog-single-section .more-posts .next-post > a > span {
      display: block; }
    .wpo-blog-single-section .more-posts .post-control-link {
      font-size: 14px;
      font-size: 0.9333333333rem;
      color: #888888;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 2px; }
    .wpo-blog-single-section .more-posts .post-name {
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      font-size: 1.2rem;
      color: #202020;
      margin: 0.7em 0 0; }
      @media (max-width: 991px) {
        .wpo-blog-single-section .more-posts .post-name {
          font-size: 18px;
          font-size: 1.2rem; } }
    .wpo-blog-single-section .more-posts a:hover .post-control-link {
      color: #59C378; }
  .wpo-blog-single-section .comments-area {
    margin-top: 70px; }
    .wpo-blog-single-section .comments-area li > div {
      border-bottom: 1px solid #ebebeb;
      padding: 35px; }
      @media (max-width: 991px) {
        .wpo-blog-single-section .comments-area li > div {
          padding: 35px 25px; } }
    .wpo-blog-single-section .comments-area ol {
      list-style-type: none;
      padding-left: 0; }
      .wpo-blog-single-section .comments-area ol ul {
        padding-left: 30px;
        list-style-type: none; }
      .wpo-blog-single-section .comments-area ol > li:last-child div {
        border-bottom: 0; }
    .wpo-blog-single-section .comments-area .comments-title {
      font-size: 22px;
      font-size: 1.4666666667rem;
      font-weight: 500;
      margin: 0 0 1em;
      text-transform: uppercase;
      letter-spacing: 3px; }
      @media (max-width: 991px) {
        .wpo-blog-single-section .comments-area .comments-title {
          font-size: 20px;
          font-size: 1.3333333333rem; } }
    .wpo-blog-single-section .comments-area li > div {
      position: relative; }
    .wpo-blog-single-section .comments-area .comment-theme {
      position: absolute;
      left: 35px; }
      @media (max-width: 767px) {
        .wpo-blog-single-section .comments-area .comment-theme {
          position: static; } }
      .wpo-blog-single-section .comments-area .comment-theme img {
        border-radius: 50%; }
    .wpo-blog-single-section .comments-area .comment-main-area {
      padding-left: 100px; }
      @media (max-width: 767px) {
        .wpo-blog-single-section .comments-area .comment-main-area {
          padding-left: 0;
          margin-top: 25px; } }
      .wpo-blog-single-section .comments-area .comment-main-area p {
        margin-bottom: 20px; }
    .wpo-blog-single-section .comments-area .comments-meta h4 {
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      font-size: 1.2rem;
      color: #202020;
      font-weight: bold;
      margin: 0 0 1em; }
    .wpo-blog-single-section .comments-area .comments-meta h4 span {
      font-size: 15px;
      font-size: 1rem;
      color: #888888;
      font-weight: normal;
      text-transform: none;
      display: inline-block;
      padding-left: 5px;
      font-family: "Montserrat", sans-serif; }
      @media (max-width: 767px) {
        .wpo-blog-single-section .comments-area .comments-meta h4 span {
          padding-left: 0; } }
    .wpo-blog-single-section .comments-area .comment-reply-link {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-size: 0.9333333333rem;
      font-weight: 600;
      color: #fff;
      text-align: center;
      border-radius: 50px;
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      text-decoration: underline;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .wpo-blog-single-section .comments-area .comment-reply-link:hover {
        color: #59C378; }
  .wpo-blog-single-section .comment-respond {
    margin-top: 70px; }
    .wpo-blog-single-section .comment-respond .comment-reply-title {
      font-size: 22px;
      font-size: 1.4666666667rem;
      margin: 0 0 1.5em;
      text-transform: uppercase;
      letter-spacing: 2px; }
      @media (max-width: 991px) {
        .wpo-blog-single-section .comment-respond .comment-reply-title {
          font-size: 20px;
          font-size: 1.3333333333rem; } }
    .wpo-blog-single-section .comment-respond form input,
    .wpo-blog-single-section .comment-respond form textarea {
      background-color: #f1f1f1;
      width: 100%;
      height: 55px;
      border: 1px solid #ebebeb;
      padding: 6px 15px;
      margin-bottom: 15px;
      outline: 0;
      border-radius: 30px;
      box-shadow: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      color: #888888; }
      .wpo-blog-single-section .comment-respond form input:focus,
      .wpo-blog-single-section .comment-respond form textarea:focus {
        box-shadow: none;
        border-color: #59C378; }
      @media (max-width: 991px) {
        .wpo-blog-single-section .comment-respond form input,
        .wpo-blog-single-section .comment-respond form textarea {
          height: 40px; } }
    .wpo-blog-single-section .comment-respond form textarea {
      height: 220px;
      padding: 15px; }
      @media (max-width: 991px) {
        .wpo-blog-single-section .comment-respond form textarea {
          height: 150px; } }
    .wpo-blog-single-section .comment-respond .form-inputs {
      overflow: hidden; }
    .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
      width: 49%;
      float: left; }
      @media (max-width: 767px) {
        .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
          width: 100%;
          float: none; } }
    .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
      width: 49%;
      float: right; }
      @media (max-width: 767px) {
        .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
          width: 100%;
          float: none; } }
    .wpo-blog-single-section .comment-respond .form-submit input {
      font-family: "Montserrat", sans-serif;
      max-width: 180px;
      background-color: #59C378;
      color: #fff;
      margin-bottom: 0;
      border: 0;
      outline: 0;
      text-transform: uppercase;
      font-size: 15px;
      letter-spacing: 2px;
      border-radius: 30px;
      line-height: 41px; }
    .wpo-blog-single-section .comment-respond .form-submit input:hover {
      background-color: #3faf60; }

@media screen and (min-width: 1200px) {
  .wpo-blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0; } }

/*--------------------------------------------------------------
11. wpo-contact-pg-section
--------------------------------------------------------------*/
.wpo-contact-pg-section {
	padding-bottom: 0px;
	background: #fffbfb;
	position: relative;
  z-index: 1; 
}

.wpo-contact-pg-section .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; 
}

.wpo-contact-pg-section .shape-1 svg circle {
	fill: #59C378; 
}

  .wpo-contact-pg-section .wpo-contact-title {
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .wpo-contact-pg-section .wpo-contact-title {
        margin-bottom: 30px; } }
    .wpo-contact-pg-section .wpo-contact-title h2 {
      font-size: 35px;
      font-size: 2.3333333333rem;
      font-weight: 700;
      margin-bottom: 20px; }
      @media (max-width: 575px) {
        .wpo-contact-pg-section .wpo-contact-title h2 {
          font-size: 25px;
          font-size: 1.6666666667rem; } }
  .wpo-contact-pg-section form input,
  .wpo-contact-pg-section form select,
  .wpo-contact-pg-section form textarea {
    background: transparent;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none !important;
    padding-left: 25px;
    border: 1px solid #ebebeb;
    color: #888888; }
    @media (max-width: 991px) {
      .wpo-contact-pg-section form input,
      .wpo-contact-pg-section form select,
      .wpo-contact-pg-section form textarea {
        height: 45px; } }
    .wpo-contact-pg-section form input:focus,
    .wpo-contact-pg-section form select:focus,
    .wpo-contact-pg-section form textarea:focus {
      border-color: #59C378;
      background: transparent;
      color: #888888; }
  .wpo-contact-pg-section form textarea {
    height: 180px;
    padding-top: 15px; }
  .wpo-contact-pg-section form {
    margin: 0 -15px;
    overflow: hidden; }
    .wpo-contact-pg-section form ::-webkit-input-placeholder {
      font-style: 15px;
      font-style: normal;
      color: #9d9c9c; }
    .wpo-contact-pg-section form :-moz-placeholder {
      font-style: 15px;
      font-style: normal;
      color: #9d9c9c; }
    .wpo-contact-pg-section form ::-moz-placeholder {
      font-style: 15px;
      font-style: normal;
      color: #9d9c9c; }
    .wpo-contact-pg-section form :-ms-input-placeholder {
      font-style: 15px;
      font-style: normal;
      color: #9d9c9c; }
    .wpo-contact-pg-section form select {
      display: inline-block;
      color: #a9a9a9;
      cursor: pointer;
      opacity: 1;
      padding: 6px 25px;
      font-size: 15px;
      font-size: 1rem;
      -webkit-appearance: none;
      -ms-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-contact-pg-section form select:focus {
        background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center; }
    .wpo-contact-pg-section form .submit-area {
      text-align: center;
      width: 100%;
      margin-bottom: 10px;
      margin-left: 0; }
      @media (max-width: 767px) {
        .wpo-contact-pg-section form .submit-area {
          margin-bottom: 0; } }
      .wpo-contact-pg-section form .submit-area .theme-btn, .wpo-contact-pg-section form .submit-area .view-cart-btn {
        border-radius: 0px;
        font-family: "Montserrat", sans-serif;
        font-size: 16px; }
        .wpo-contact-pg-section form .submit-area .theme-btn:after, .wpo-contact-pg-section form .submit-area .view-cart-btn:after {
          border-radius: 0px; }
  .wpo-contact-pg-section form > div {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 25px; }
    @media (max-width: 600px) {
      .wpo-contact-pg-section form > div {
        width: calc(100% - 25px);
        float: none; } }
  .wpo-contact-pg-section form .fullwidth {
    width: calc(100% - 25px);
    float: none;
    clear: both; }
  .wpo-contact-pg-section .office-info {
    padding-bottom: 100px; }
    @media (max-width: 767px) {
      .wpo-contact-pg-section .office-info {
        padding-bottom: 60px; } }
    @media (max-width: 1200px) {
      .wpo-contact-pg-section .office-info .col .office-info-item {
        margin-bottom: 30px; } }
    @media (max-width: 1200px) {
      .wpo-contact-pg-section .office-info .col:last-child .office-info-item {
        margin-bottom: 0px; } }
    .wpo-contact-pg-section .office-info .office-info-item {
      text-align: center;
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      padding: 40px;
      background: #fffbfb; }
      .wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
        width: 85px;
        height: 85px;
        background: #2e2e2e;
        line-height: 85px;
        text-align: center;
        margin: 0 auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        .wpo-contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
          font-size: 35px;
          color: #dfca08; }
      .wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
        font-size: 30px;
        font-weight: 500;
        margin: 20px 0; }
      .wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
        margin-bottom: 0; }
  .wpo-contact-pg-section .wpo-contact-form-area {
    padding: 50px;
    background: #fffbfb;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-bottom: 0;
    margin-bottom: -125px;
    position: relative;
    z-index: 99; }
    @media (max-width: 767px) {
      .wpo-contact-pg-section .wpo-contact-form-area {
        padding: 30px;
        padding-top: 50px; } }

.wpo-contact-map-section .wpo-contact-map {
  height: 550px; }
.wpo-contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  filter: grayscale(100%); }
.wpo-contact-map-section h2.hidden {
  display: none; }

/*--------------------------------------------------------------
12. error-404-section
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
  background: #fffbfb; }
  .error-404-section .error-message {
    margin-top: 70px;
    padding: 0 200px; }
    @media (max-width: 991px) {
      .error-404-section .error-message {
        margin-top: 50px;
        padding: 0 100px; } }
    @media (max-width: 767px) {
      .error-404-section .error-message {
        padding: 0; } }
    .error-404-section .error-message h3 {
      font-size: 30px;
      font-size: 2rem;
      margin: 0 0 0.8em; }
    .error-404-section .error-message p {
      margin-bottom: 1.8em; }


/*################################################################
Eigenes CSS
################################################################*/


/* Header Logo: SVG-Grundverhalten */
.site-logo {
	display: block;
	line-height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
}

.site-logo-version {
	display: block;
}

.site-logo-version-desktop {
  	width: 200px;
}

.site-logo-version-mobile {
	display: none;
	width: 126px;
	padding: 10;
}

.site-logo svg,
.site-logo .site-logo-svg {
	display: block;
	width: 100%;
	height: auto;
}

/* Desktop: Logo links als Flagge, Navigation exakt mittig */
@media (min-width: 992px) {
	.wpo-header-style-1 .wpo-site-header .navigation {
	  min-height: 86px;
	  overflow: visible;
	}

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

	.wpo-header-style-1 .wpo-site-header .navigation .row {
	  position: relative;
	  min-height: 86px;
	  justify-content: center;
	  margin-left: 0;
	  margin-right: 0;
	}

	.wpo-header-style-1 .wpo-site-header .header-nav-col {
	  flex: 0 0 100%;
	  max-width: 100%;
	  width: 100%;
	  display: flex;
	  justify-content: center;
	}

	.wpo-header-style-1 .wpo-site-header #navbar {
	  justify-content: center;
	}

	.wpo-header-style-1 .wpo-site-header #navbar > ul {
	  justify-content: center;
	  margin: 0 auto;
	}

	.wpo-header-style-1 .wpo-site-header .header-logo-col {
		position: absolute;
		left: 0;
		top: 95%;
		transform: translateY(-50%);
		width: auto;
		max-width: none;
		flex: 0 0 auto;
		padding: 0;
		z-index: 20;
	}

	.wpo-header-style-1 .wpo-site-header .navbar-header {
	  padding: 18px 24px;
	  border-radius: 0 0 16px 16px;
	}

	.wpo-header-style-1 .wpo-site-header .navbar-brand.site-logo {
	  display: block;
	  padding: 0;
	  margin: 0;
	  font-size: 0;
	}

	.wpo-header-style-1 .wpo-site-header .sticky-header.sticky-on .navbar-header {
	  background: #fff;
	  box-shadow: 0 8px 15px -15px #086ad84a;
	}
}

/* Mobile Header: Burger links, Logo exakt in der Viewport-Mitte */
/* Mobile Header: Burger links, Logo mittig, Logo-Flagge vorbereitet */
@media (max-width: 991px) {
	.wpo-site-header .navigation {
		--mobile-logo-width: 145px;
        --mobile-logo-padding-x: 12px;
        --mobile-logo-padding-y: 12px;
        --mobile-logo-overhang: 12px;
        --mobile-header-height: 75px;
		--mobile-logo-flag-radius: 0 0 12px 12px;
		--mobile-logo-flag-shadow: 0 8px 14px -13px rgba(0, 0, 0, 0.45);

		min-height: var(--mobile-header-height);
		padding: 0;
		overflow: visible;
	}

	.site-logo-version-desktop {
		display: none;
	}

	.site-logo-version-mobile {
		display: block;
		width: var(--mobile-logo-width);
		padding: var(--mobile-logo-padding-y) var(--mobile-logo-padding-x);
		box-sizing: content-box;
	}

	.wpo-site-header .navigation > .container {
		width: 100%;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.wpo-site-header .navigation .row {
		position: relative;
		width: 100%;
		min-height: var(--mobile-header-height);
		margin-left: 0;
		margin-right: 0;
		align-items: center;
	}

	.wpo-site-header .header-burger-col {
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
		width: auto;
		max-width: none;
		flex: 0 0 auto;
		padding: 0;
		z-index: 30;
	}

	.wpo-site-header .header-logo-col {
		position: absolute;
		left: 50%;
		top: calc(50% + var(--mobile-logo-overhang));
		transform: translate(-50%, -50%);
		width: auto;
		max-width: none;
		flex: 0 0 auto;
		padding: 0;
		z-index: 20;
	}

	.wpo-site-header .header-nav-col {
		position: static;
		width: 0;
		max-width: 0;
		flex: 0 0 0;
		padding: 0;
	}

	.wpo-site-header .navbar-header {
		float: none;
		text-align: center;
		padding: 0;
		border-radius: var(--mobile-logo-flag-radius);
		background: transparent;
		box-shadow: none;
		transition: background-color 0.25s ease, box-shadow 0.25s ease;
	}

	.wpo-site-header .navbar-brand.site-logo {
		display: block;
		padding: 0;
		margin: 0;
		font-size: 0;
	}
}

/* Desktop: Rahmen um Navigation ohne Dropdowns abzuschneiden */
@media (min-width: 992px) {
	.wpo-header-style-1 .wpo-site-header #navbar > ul {
		display: flex;
		align-items: center;
		border: 1px solid rgba(255, 255, 255, 0.25);
		border-radius: 50px;
		overflow: visible;
		padding-left: 20px;
		padding-right: 20px;
		/*backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);*/
	}

	.wpo-header-style-1 .wpo-site-header #navbar > ul > li:first-child > a {
		border-radius: 8px 0 0 8px;
	}

	.wpo-header-style-1 .wpo-site-header #navbar > ul > li:last-child > a {
		border-radius: 0 8px 8px 0;
	}

	.wpo-header-style-1 .wpo-site-header #navbar > ul > li > a {
		padding-top: 18px;
		padding-bottom: 18px;
	}
}


@media (max-width: 992px) {
	.wpo-header-style-1 .wpo-site-header #navbar > ul > li > a {
		color: #fff;
	}
}


/*################################################################
Light-/Dark-Mode
################################################################*/

:root {
	--theme-bg: #ffffff;
	--theme-bg-soft: #f8f8f8;
	--theme-bg-muted: #f4f4f4;
	--theme-surface: #ffffff;
	--theme-surface-soft: #fffbfb;
	--theme-text: #202020;
	--theme-text-muted: #666666;
	--theme-heading: #202020;
	--theme-border: rgba(32, 32, 32, 0.16);
	--theme-border-strong: rgba(32, 32, 32, 0.28);
	--theme-shadow: 0 -5px 15px #086ad84a;
	--theme-logo-fill: #1d1d1b;
	--theme-nav-bg: #ffffff;
	--theme-mobile-nav-bg: #1e1e1e;
	--theme-mobile-nav-text: #ffffff;
	--theme-accent: #8a8178;
	--theme-accent-rgb: 138, 129, 120; /* #8a8178 */
	--theme-accent-2: #78808A;
	--theme-accent-3: #788A88;
	--theme-gold: #b99a59;
	/*--theme-accent-cta:;*/
	--theme-link: #8a8178;
	--theme-link-hover: #635d56;
	--theme-link-underline: rgba(99, 93, 86, 0.35);
	--section-surface:rgba(255, 255, 255, 0.65);
	
	--footer-divider: rgba(16, 17, 19, 0.10);
	--theme-google-review-text: #1d1d1b;
}

html[data-theme="dark"] {
	color-scheme: dark;
	--theme-bg: #101113;
	--theme-bg-soft: #15171a;
	--theme-bg-muted: #1c1f23;
	--theme-surface: #181a1e;
	--theme-surface-soft: #1f2227;
	--theme-text: #e8e8e8;
	--theme-text-muted: #b8b8b8;
	--theme-heading: #ffffff;
	--theme-border: rgba(255, 255, 255, 0.14);
	--theme-border-strong: rgba(255, 255, 255, 0.28);
	--theme-shadow: 0 -5px 18px rgba(0, 0, 0, 0.65);
	--theme-logo-fill: #ffffff;
	--theme-nav-bg: #15171a;
	--theme-mobile-nav-bg: #101113;
	--theme-mobile-nav-text: #ffffff;
	--theme-link: #bfb3a6;
	--theme-link-hover: #ffeedd;
	--theme-link-underline: rgba(199, 193, 186, 0.65);
	--section-surface:rgba(5, 6, 8, 0.65);
	
	--footer-divider: rgba(255, 255, 255, 0.05);
	--theme-google-review-text: #ffffff;
}

html,
body {
	background: var(--theme-bg-soft);
	color: var(--theme-text);
	transition: background-color 0.25s ease, color 0.25s ease;
}

.page-wrapper,
.wpo-about-area,
.wpo-service-area,
.wpo-service-area-s2,
.wpo-project-area,
.wpo-project-area-s2,
.wpo-work-area,
.wpo-testimonial-area,
.wpo-blog-section,
.wpo-blog-pg-section,
.wpo-contact-pg-section,
.wpo-contact-map-section,
.error-404-section,
.static-hero {
	background: var(--theme-bg-soft);
	color: var(--theme-text);
}

h1,
h2,
h3,
h4,
h5,
h6,
.wpo-section-title h2,
.wpo-section-title-s2 h2,
.sec-title h2,
.slide-title h1,
.slide-title h2,
.slide-sub-title h5,
.wpo-about-title h2,
.wpo-service-item h2,
.wpo-blog-content h2,
.wpo-blog-content h3,
.wpo-site-footer .widget-title h3 {
	color: var(--theme-heading);
}

p,
li,
.slide-text p,
.wpo-about-title p,
.wpo-service-item p,
.wpo-blog-content p,
.wpo-site-footer p,
.wpo-site-footer li,
.wpo-site-footer a {
	color: var(--theme-text-muted);
}

a {
	color: var(--theme-link);
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

a:hover,
a:focus {
	color: var(--theme-link-hover);
	text-decoration: none;
}

.wpo-site-header,
.wpo-site-header .navigation,
.wpo-header-style-1 .wpo-site-header .sticky-header.sticky-on {
	background: transparent;
}

.wpo-header-style-1 .wpo-site-header .sticky-header.sticky-on {
	background: var(--nav-sticky-bg);
	box-shadow: var(--theme-shadow);
}

.wpo-header-style-1 .wpo-site-header .sticky-header.sticky-on .navbar-header {
	background: var(--nav-sticky-bg, var(--theme-nav-bg));
	box-shadow: 0 8px 15px -15px #086ad84a;
}

@media (max-width: 991px) {
	.wpo-header-style-1 .wpo-site-header .sticky-header.sticky-on .navbar-header {
		box-shadow: var(--mobile-logo-flag-shadow);
	}
}

html[data-theme="dark"] .wpo-header-style-1 .wpo-site-header .sticky-header.sticky-on .navbar-header {
	box-shadow: 0 8px 15px -15px rgba(0, 0, 0, 0.85);
}

.wpo-header-style-1 .wpo-site-header .navigation #navbar > ul {
	border-color: var(--nav-border);
}

.wpo-header-style-1 .wpo-site-header .navigation #navbar > ul > li > a {
	color: var(--nav-text);
}

.wpo-header-style-1 .wpo-site-header .navigation.sticky-header.sticky-on #navbar > ul {
	border-color: var(--nav-sticky-border);
}

.wpo-header-style-1 .wpo-site-header .navigation.sticky-header.sticky-on #navbar > ul > li > a {
	color: var(--nav-sticky-text);
}

.wpo-site-header #navbar > ul li a:hover,
.wpo-site-header #navbar > ul li a:focus,
.wpo-header-style-1 .wpo-site-header #navbar > ul > li > a.active {
	color: var(--theme-accent);
}

/*.wpo-site-header #navbar > ul .sub-menu {
	background: var(--theme-surface);
	border: 1px solid var(--theme-border);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}*/

html[data-theme="dark"] .wpo-site-header #navbar > ul .sub-menu {
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
}

.wpo-site-header #navbar > ul > li .sub-menu a {
	color: var(--theme-text);
}

.wpo-site-header #navbar > ul > li .sub-menu a:hover,
.wpo-site-header #navbar > ul > li .sub-menu a.active {
	color: var(--theme-accent);
}

.wpo-site-header .navigation {
	--nav-logo-fill: var(--theme-logo-fill);
	--nav-text: var(--theme-heading);
	--nav-border: var(--theme-border-strong);
	--nav-sticky-logo-fill: var(--theme-logo-fill);
	--nav-sticky-text: var(--theme-heading);
	--nav-sticky-border: var(--theme-border-strong);
	--nav-sticky-bg: var(--theme-nav-bg);
}

.wpo-site-header .navigation.nav-skin-light {
	--nav-logo-fill: #ffffff;
	--nav-text: #ffffff;
	--nav-border: rgba(255, 255, 255, 0.28);
	--nav-sticky-logo-fill: #1d1d1b;
	--nav-sticky-text: #202020;
	--nav-sticky-border: rgba(32, 32, 32, 0.22);
	--nav-sticky-bg: #ffffff;
}

html[data-theme="dark"] .wpo-site-header .navigation.nav-skin-light {
	--nav-sticky-logo-fill: #ffffff;
	--nav-sticky-text: #ffffff;
	--nav-sticky-border: rgba(255, 255, 255, 0.22);
	--nav-sticky-bg: #15171a;
}

.wpo-site-header .navigation.nav-skin-dark {
	--nav-logo-fill: #1d1d1b;
	--nav-text: #202020;
	--nav-border: rgba(32, 32, 32, 0.22);
	--nav-sticky-logo-fill: #1d1d1b;
	--nav-sticky-text: #202020;
	--nav-sticky-border: rgba(32, 32, 32, 0.22);
	--nav-sticky-bg: #ffffff;
}

.wpo-site-header .navigation .site-logo {
	color: var(--nav-logo-fill);
}

.wpo-site-header .navigation.sticky-header.sticky-on .site-logo {
	color: var(--nav-sticky-logo-fill);
}

.site-logo .cls-1,
.site-logo-svg .cls-1 {
	fill: currentColor;
}

.theme-toggle-wrap {
	display: flex;
	align-items: center;
}

.theme-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border: 1px solid var(--theme-border-strong);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	color: var(--theme-heading);
	padding: 8px 10px;
	min-width: 115px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.theme-toggle:hover,
.theme-toggle:focus {
	border-color: var(--theme-accent);
	color: var(--theme-accent);
	outline: none;
}

.theme-toggle-track {
	position: relative;
	display: block;
	width: 46px;
	height: 24px;
	border-radius: 999px;
	background: var(--theme-border-strong);
	transition: background-color 0.25s ease;
}

.theme-toggle-thumb {
	position: absolute;
	left: 3px;
	top: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--theme-surface);
	transition: transform 0.25s ease, background-color 0.25s ease;
}

html[data-theme="dark"] .theme-toggle-thumb {
	transform: translateX(22px);
	background: var(--theme-accent);
}

.theme-toggle-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	font-size: 16px;
	line-height: 1;
	opacity: 0.36;
	transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.theme-toggle-icon-light {
	color: #f0a500;
	opacity: 1;
	transform: scale(1.08);
}

.theme-toggle-icon-dark {
	color: currentColor;
}

html[data-theme="dark"] .theme-toggle-icon-light {
	color: currentColor;
	opacity: 0.36;
	transform: scale(1);
}

html[data-theme="dark"] .theme-toggle-icon-dark {
	color: #ffffff;
	opacity: 1;
	transform: scale(1.08);
}

html[data-theme="dark"] .theme-toggle-track {
	background: rgba(255, 255, 255, 0.22);
}

@media (min-width: 992px) {
	.wpo-header-style-1 .wpo-site-header #navbar {
		position: relative;
	}

	.wpo-header-style-1 .wpo-site-header .theme-toggle-wrap {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 30;
	}
}

@media (max-width: 991px) {
	.wpo-site-header #navbar {
		background: var(--theme-mobile-nav-bg);
	}

	.wpo-site-header #navbar > ul > li > a,
	.wpo-site-header #navbar > ul .menu-item-has-children > a {
		color: var(--theme-mobile-nav-text);
	}

	.wpo-site-header #navbar > ul .sub-menu a {
		color: rgba(255, 255, 255, 0.82);
	}

	.wpo-site-header #navbar > ul .sub-menu a:hover,
	.wpo-site-header #navbar > ul .sub-menu a.active {
		color: #ffffff;
	}

	.wpo-site-header .theme-toggle-wrap {
		display: flex;
		justify-content: center;
		padding: 20px 30px 36px;
	}

	.wpo-site-header .theme-toggle {
		width: auto;
		justify-content: center;
		background: rgba(255, 255, 255, 0.06);
		color: #ffffff;
		border-color: rgba(255, 255, 255, 0.24);
	}
}

html[data-theme="dark"] .static-hero .shape-1 circle,
html[data-theme="dark"] .static-hero .shape-2 circle,
html[data-theme="dark"] .static-hero .shape-3 circle,
html[data-theme="dark"] .wpo-about-area .ab-shape circle,
html[data-theme="dark"] .wpo-about-area .ab-shape-s2 circle,
html[data-theme="dark"] .shape-p circle,
html[data-theme="dark"] .shape-wk circle,
html[data-theme="dark"] .shadow-shape circle {
	fill: var(--theme-accent);
	opacity: 0.65;
}

html[data-theme="dark"] .line-shape-1 img,
html[data-theme="dark"] .line-shape-2 img,
html[data-theme="dark"] .right-shape img {
	opacity: 0.38;
}

html[data-theme="dark"] img {
	filter: brightness(0.92);
}

html[data-theme="dark"] .site-logo img {
	filter: none;
}

.wpo-service-item,
.wpo-project-item,
.wpo-blog-item,
.wpo-about-exprience,
.wpo-about-exprience-wrap .client,
.wpo-pricing-item,
.wpo-contact-pg-section .office-info .office-info-item,
.wpo-contact-pg-section .wpo-contact-form-area,
.blog-sidebar .widget,
.blog-content,
.comment-respond,
.wpo-testimonial-item {
	background: var(--theme-surface);
	border-color: var(--theme-border);
	color: var(--theme-text);
}

html[data-theme="dark"] .wpo-service-item,
html[data-theme="dark"] .wpo-project-item,
html[data-theme="dark"] .wpo-blog-item,
html[data-theme="dark"] .wpo-about-exprience,
html[data-theme="dark"] .wpo-about-exprience-wrap .client,
html[data-theme="dark"] .wpo-pricing-item,
html[data-theme="dark"] .wpo-contact-pg-section .office-info .office-info-item,
html[data-theme="dark"] .wpo-contact-pg-section .wpo-contact-form-area,
html[data-theme="dark"] .blog-sidebar .widget,
html[data-theme="dark"] .blog-content,
html[data-theme="dark"] .comment-respond,
html[data-theme="dark"] .wpo-testimonial-item {
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

input,
textarea,
select,
.form-control,
.nice-select {
	background: var(--theme-surface);
	border-color: var(--theme-border);
	color: var(--theme-text);
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
	background: var(--theme-surface);
	border-color: var(--theme-accent);
	color: var(--theme-text);
	box-shadow: none;
}

input::placeholder,
textarea::placeholder {
	color: var(--theme-text-muted);
}

.theme-btn,
.view-cart-btn,
.back-to-top {
	color: #ffffff;
}

.wpo-site-footer,
.wpo-site-footer-s2 {
	background: var(--theme-bg-soft);
	color: var(--theme-text);
}

.wpo-site-footer a:hover,
.wpo-site-footer-s2 a:hover {
	color: var(--theme-accent);
}


/*################################################################
Theme-Nachschärfung: Mobile Toggle und Fließtexte
################################################################*/

@media (max-width: 991px) {
	.wpo-site-header #navbar {
		overflow-y: auto;
	}

	.wpo-site-header #navbar .navbar-nav {
		height: auto;
		overflow: visible;
		padding-bottom: 0;
	}

	.wpo-site-header .theme-toggle-wrap {
		display: flex;
		justify-content: center;
		padding: 20px 30px 36px;
	}

	.wpo-site-header .theme-toggle {
		width: auto;
		justify-content: center;
	}
}

body,
html[data-theme="light"] body {
	color: var(--theme-text);
}

p,
li,
label,
blockquote,
.wp-caption-text,
.slide-text p,
.wpo-static-hero-inner p,
.wpo-about-content p,
.wpo-about-title p,
.wpo-service-item p,
.wpo-work-item p,
.wpo-project-item p,
.wpo-testimonial-item p,
.wpo-blog-content p,
.wpo-blog-content .text p,
.blog-content p,
.blog-details-text p,
.blog-single-section p,
.wpo-contact-pg-section p,
.office-info-text p,
.wpo-site-footer p,
.wpo-site-footer li,
.wpo-site-footer a {
	color: var(--theme-text-muted);
}

h1,
h2,
h3,
h4,
h5,
h6,
.slide-title h1,
.slide-title h2,
.slide-title span,
.slide-sub-title h5,
.wpo-static-hero-inner h1,
.wpo-static-hero-inner h2,
.wpo-about-title h2,
.wpo-service-item h2,
.wpo-work-item h2,
.wpo-project-item h2,
.wpo-blog-content h2,
.wpo-blog-content h3,
.blog-content h2,
.blog-content h3,
.wpo-contact-pg-section h2,
.wpo-site-footer h2,
.wpo-site-footer h3,
.wpo-site-footer h4 {
	color: var(--theme-heading);
}

html[data-theme="dark"] p,
html[data-theme="dark"] li,
html[data-theme="dark"] label,
html[data-theme="dark"] blockquote,
html[data-theme="dark"] .wp-caption-text,
html[data-theme="dark"] .slide-text p,
html[data-theme="dark"] .wpo-static-hero-inner p,
html[data-theme="dark"] .wpo-about-content p,
html[data-theme="dark"] .wpo-about-title p,
html[data-theme="dark"] .wpo-service-item p,
html[data-theme="dark"] .wpo-work-item p,
html[data-theme="dark"] .wpo-project-item p,
html[data-theme="dark"] .wpo-testimonial-item p,
html[data-theme="dark"] .wpo-blog-content p,
html[data-theme="dark"] .wpo-blog-content .text p,
html[data-theme="dark"] .blog-content p,
html[data-theme="dark"] .blog-details-text p,
html[data-theme="dark"] .blog-single-section p,
html[data-theme="dark"] .wpo-contact-pg-section p,
html[data-theme="dark"] .office-info-text p,
html[data-theme="dark"] .wpo-site-footer p,
html[data-theme="dark"] .wpo-site-footer li,
html[data-theme="dark"] .wpo-site-footer a {
	color: var(--theme-text-muted);
}

html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6,
html[data-theme="dark"] .slide-title h1,
html[data-theme="dark"] .slide-title h2,
html[data-theme="dark"] .slide-title span,
html[data-theme="dark"] .slide-sub-title h5,
html[data-theme="dark"] .wpo-static-hero-inner h1,
html[data-theme="dark"] .wpo-static-hero-inner h2,
html[data-theme="dark"] .wpo-about-title h2,
html[data-theme="dark"] .wpo-service-item h2,
html[data-theme="dark"] .wpo-work-item h2,
html[data-theme="dark"] .wpo-project-item h2,
html[data-theme="dark"] .wpo-blog-content h2,
html[data-theme="dark"] .wpo-blog-content h3,
html[data-theme="dark"] .blog-content h2,
html[data-theme="dark"] .blog-content h3,
html[data-theme="dark"] .wpo-contact-pg-section h2,
html[data-theme="dark"] .wpo-site-footer h2,
html[data-theme="dark"] .wpo-site-footer h3,
html[data-theme="dark"] .wpo-site-footer h4 {
	color: var(--theme-heading);
}


/*################################################################
Manuelle Theme-Sektionen
################################################################*/

.theme-section {
	--section-bg: var(--theme-bg);
	--section-bg-soft: var(--theme-bg-soft);
	--section-surface: var(--theme-surface);
	--section-surface-soft: var(--theme-surface-soft);
	--section-text: var(--theme-text);
	--section-text-muted: var(--theme-text-muted);
	--section-heading: var(--theme-heading);
	--section-border: var(--theme-border);
	--section-border-strong: var(--theme-border-strong);
	--section-shadow: var(--theme-shadow);
	--section-overlay: transparent;
	--section-accent: var(--theme-accent);
	--section-link: var(--theme-link);
	--section-link-hover: var(--theme-link-hover);
	--section-link-underline: var(--theme-link-underline);
	background: var(--section-bg);
	color: var(--section-text);
}

.theme-fixed-dark,
.theme-bg-dark {
	--section-bg: #101113;
	--section-bg-soft: #15171a;
	--section-surface: #181a1e;
	--section-surface-soft: #1f2227;
	--section-text: #e8e8e8;
	--section-text-muted: #c7c7c7;
	--section-heading: #ffffff;
	--section-border: rgba(255, 255, 255, 0.16);
	--section-border-strong: rgba(255, 255, 255, 0.28);
	--section-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
	--section-overlay: rgba(0, 0, 0, 0.42);
	/*--section-link: #7ee09b;
	--section-link-hover: #a5efba;
	--section-link-underline: rgba(126, 224, 155, 0.42);*/
	color-scheme: dark;
}

.theme-fixed-light,
.theme-bg-light {
	--section-bg: #ffffff;
	--section-bg-soft: #f8f8f8;
	--section-surface: #ffffff;
	--section-surface-soft: #f4f4f4;
	--section-text: #202020;
	--section-text-muted: #666666;
	--section-heading: #202020;
	--section-border: rgba(32, 32, 32, 0.16);
	--section-border-strong: rgba(32, 32, 32, 0.28);
	--section-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
	--section-overlay: rgba(255, 255, 255, 0.58);
	/*--section-link: #278f48;
	--section-link-hover: #1f733a;
	--section-link-underline: rgba(39, 143, 72, 0.35);*/
	color-scheme: light;
}

.static-hero.theme-fixed-dark {
	--section-bg: #161719;
	--section-bg-soft: #1c1d20;
	--section-surface: #ffffff;
	--section-text: #e8e8e8;
	--section-text-muted: rgba(255, 255, 255, 0.78);
	--section-heading: #ffffff;
	--section-border: rgba(255, 255, 255, 0.16);
}

.theme-section,
.theme-fixed-dark,
.theme-fixed-light,
.theme-bg-dark,
.theme-bg-light,
html[data-theme="dark"] .theme-section,
html[data-theme="light"] .theme-section {
	background: var(--section-bg);
	color: var(--section-text);
}

.theme-section h1,
.theme-section h2,
.theme-section h3,
.theme-section h4,
.theme-section h5,
.theme-section h6,
.theme-section .slide-title h1,
.theme-section .slide-title h2,
.theme-section .slide-title span,
.theme-section .slide-sub-title h5,
.theme-fixed-dark h1,
.theme-fixed-dark h2,
.theme-fixed-dark h3,
.theme-fixed-dark h4,
.theme-fixed-dark h5,
.theme-fixed-dark h6,
.theme-fixed-light h1,
.theme-fixed-light h2,
.theme-fixed-light h3,
.theme-fixed-light h4,
.theme-fixed-light h5,
.theme-fixed-light h6,
.theme-bg-dark h1,
.theme-bg-dark h2,
.theme-bg-dark h3,
.theme-bg-dark h4,
.theme-bg-dark h5,
.theme-bg-dark h6,
.theme-bg-light h1,
.theme-bg-light h2,
.theme-bg-light h3,
.theme-bg-light h4,
.theme-bg-light h5,
.theme-bg-light h6,
html[data-theme="dark"] .theme-section h1,
html[data-theme="dark"] .theme-section h2,
html[data-theme="dark"] .theme-section h3,
html[data-theme="dark"] .theme-section h4,
html[data-theme="dark"] .theme-section h5,
html[data-theme="dark"] .theme-section h6,
html[data-theme="dark"] .theme-section .slide-title h1,
html[data-theme="dark"] .theme-section .slide-title h2,
html[data-theme="dark"] .theme-section .slide-title span,
html[data-theme="dark"] .theme-section .slide-sub-title h5 {
	color: var(--section-heading);
}

.theme-section p,
.theme-section li,
.theme-section label,
.theme-section blockquote,
.theme-section .slide-text p,
.theme-section .wpo-static-hero-inner p,
.theme-fixed-dark p,
.theme-fixed-dark li,
.theme-fixed-dark label,
.theme-fixed-dark blockquote,
.theme-fixed-light p,
.theme-fixed-light li,
.theme-fixed-light label,
.theme-fixed-light blockquote,
.theme-bg-dark p,
.theme-bg-dark li,
.theme-bg-dark label,
.theme-bg-dark blockquote,
.theme-bg-light p,
.theme-bg-light li,
.theme-bg-light label,
.theme-bg-light blockquote,
html[data-theme="dark"] .theme-section p,
html[data-theme="dark"] .theme-section li,
html[data-theme="dark"] .theme-section label,
html[data-theme="dark"] .theme-section blockquote,
html[data-theme="dark"] .theme-section .slide-text p,
html[data-theme="dark"] .theme-section .wpo-static-hero-inner p {
	color: var(--section-text-muted);
}

.theme-section a:not(.theme-btn):not(.theme-btn-s2):not(.view-cart-btn):not(.site-logo):not(.navbar-brand),
.theme-fixed-dark a:not(.theme-btn):not(.theme-btn-s2):not(.view-cart-btn):not(.site-logo):not(.navbar-brand),
.theme-fixed-light a:not(.theme-btn):not(.theme-btn-s2):not(.view-cart-btn):not(.site-logo):not(.navbar-brand),
.theme-bg-dark a:not(.theme-btn):not(.theme-btn-s2):not(.view-cart-btn):not(.site-logo):not(.navbar-brand),
.theme-bg-light a:not(.theme-btn):not(.theme-btn-s2):not(.view-cart-btn):not(.site-logo):not(.navbar-brand) {
	color: var(--section-link);
}

.theme-section a:not(.theme-btn):not(.theme-btn-s2):not(.view-cart-btn):not(.site-logo):not(.navbar-brand):hover,
.theme-section a:not(.theme-btn):not(.theme-btn-s2):not(.view-cart-btn):not(.site-logo):not(.navbar-brand):focus,
.theme-fixed-dark a:not(.theme-btn):not(.theme-btn-s2):not(.view-cart-btn):not(.site-logo):not(.navbar-brand):hover,
.theme-fixed-dark a:not(.theme-btn):not(.theme-btn-s2):not(.view-cart-btn):not(.site-logo):not(.navbar-brand):focus,
.theme-fixed-light a:not(.theme-btn):not(.theme-btn-s2):not(.view-cart-btn):not(.site-logo):not(.navbar-brand):hover,
.theme-fixed-light a:not(.theme-btn):not(.theme-btn-s2):not(.view-cart-btn):not(.site-logo):not(.navbar-brand):focus,
.theme-bg-dark a:not(.theme-btn):not(.theme-btn-s2):not(.view-cart-btn):not(.site-logo):not(.navbar-brand):hover,
.theme-bg-dark a:not(.theme-btn):not(.theme-btn-s2):not(.view-cart-btn):not(.site-logo):not(.navbar-brand):focus,
.theme-bg-light a:not(.theme-btn):not(.theme-btn-s2):not(.view-cart-btn):not(.site-logo):not(.navbar-brand):hover,
.theme-bg-light a:not(.theme-btn):not(.theme-btn-s2):not(.view-cart-btn):not(.site-logo):not(.navbar-brand):focus {
	color: var(--section-link-hover);
}

.theme-card,
.theme-panel,
.theme-section .theme-card,
.theme-section .theme-panel {
	background: var(--section-surface);
	border-color: var(--section-border);
	color: var(--section-text);
	box-shadow: var(--section-shadow);
}

.theme-card h1,
.theme-card h2,
.theme-card h3,
.theme-card h4,
.theme-card h5,
.theme-card h6,
.theme-panel h1,
.theme-panel h2,
.theme-panel h3,
.theme-panel h4,
.theme-panel h5,
.theme-panel h6 {
	color: var(--section-heading);
}

.theme-card p,
.theme-card li,
.theme-panel p,
.theme-panel li {
	color: var(--section-text-muted);
}

.theme-text {
	color: var(--section-text);
}

.theme-text-muted {
	color: var(--section-text-muted);
}

.theme-heading {
	color: var(--section-heading);
}

.theme-surface {
	background: var(--section-surface);
	color: var(--section-text);
}

.theme-surface-soft {
	background: var(--section-surface-soft);
	color: var(--section-text);
}

.theme-border {
	border-color: var(--section-border);
}

.theme-bg-image {
	position: relative;
	isolation: isolate;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.theme-bg-image::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: var(--section-overlay);
	pointer-events: none;
}

.theme-overlay-none {
	--section-overlay: transparent;
}

.theme-overlay-soft.theme-bg-dark,
.theme-bg-dark.theme-overlay-soft {
	--section-overlay: rgba(0, 0, 0, 0.28);
}

.theme-overlay-strong.theme-bg-dark,
.theme-bg-dark.theme-overlay-strong {
	--section-overlay: rgba(0, 0, 0, 0.62);
}

.theme-overlay-soft.theme-bg-light,
.theme-bg-light.theme-overlay-soft {
	--section-overlay: rgba(255, 255, 255, 0.34);
}

.theme-overlay-strong.theme-bg-light,
.theme-bg-light.theme-overlay-strong {
	--section-overlay: rgba(255, 255, 255, 0.72);
}





/* -------------------------------------------------
 * Static Hero Grid
 * -------------------------------------------------
 *
 * Eigene Hero-Variante für DJ Dresden:
 * - hebt die absolute Template-Positionierung auf
 * - macht Bild und Text zu echten Bootstrap-Spalten
 * - erlaubt mobile Reihenfolge per order-Klassen
 */

.static-hero.static-hero-grid {
	height: auto;
	min-height: 940px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding: 170px 0 110px;
}

.static-hero.static-hero-grid .hero-container,
.static-hero.static-hero-grid .hero-inner {
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
	height: auto;
	display: block;
}

.static-hero.static-hero-grid .hero-inner {
	z-index: 2;
	text-align: left;
}

.static-hero.static-hero-grid .hero-inner::before {
	display: none;
}

.static-hero.static-hero-grid .wpo-static-hero-inner {
	max-width: 560px;
}

.static-hero.static-hero-grid .slide-title {
	padding-top: 0;
}

.static-hero.static-hero-grid .static-hero-right {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	transform: none;
	z-index: 2;
	width: 100%;
	max-width: 520px;
	margin-left: auto;
}

.static-hero.static-hero-grid .static-hero-img,
.static-hero.static-hero-grid .static-hero-img-inner {
	position: relative;
}

.static-hero.static-hero-grid .static-hero-right img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
}

.static-hero.static-hero-grid .static-hero-right .project {
	left: 0;
	bottom: 5%;
}



@media (max-width: 1199px) {
	.static-hero.static-hero-grid {
		min-height: 720px;
		padding: 140px 0 90px;
	}

	.static-hero.static-hero-grid .static-hero-right {
		max-width: 430px;
	}
}

@media (max-width: 991px) {
	.static-hero.static-hero-grid {
		min-height: 100vh;
		padding: 125px 0 80px;
	}

	.static-hero.static-hero-grid .row {
		row-gap: 38px;
	}

	.static-hero.static-hero-grid .wpo-static-hero-inner {
		max-width: 680px;
		margin: 0 auto;
		text-align: center;
	}

	.static-hero.static-hero-grid .static-hero-right {
		max-width: 420px;
		margin: 0 auto;
	}

	.static-hero.static-hero-grid .slide-title {
		padding-top: 0;
	}
}

@media (max-width: 575px) {
	.static-hero.static-hero-grid {
		padding: 115px 0 70px;
	}

	.static-hero.static-hero-grid .static-hero-right {
		max-width: 300px;
	}

	.static-hero.static-hero-grid .static-hero-right .project {
		padding: 8px 14px;
	}
}



.dj-section-margin-space {
    margin-top: 120px;
    margin-bottom: 120px;
}

.dj-section-margin-space-top {
    margin-top: 120px;
}

.dj-section-margin-space-bottom {
    margin-bottom: 120px;
}

.dj-section-margin-space-slim {
    margin-top: 80px;
    margin-bottom: 80px;
}

.dj-section-margin-space-slim-top {
    margin-top: 80px;
}

.dj-section-margin-space-slim-bottom {
    margin-bottom: 80px;
}




@media (max-width: 991.98px) {
    .dj-section-margin-space {
        margin-top: 90px;
        margin-bottom: 90px;
    }
	
	.dj-section-margin-space-top {
    	margin-top: 90px;
	}

	.dj-section-margin-space-bottom {
		margin-bottom: 90px;
	}

    .dj-section-margin-space-slim {
        margin-top: 64px;
        margin-bottom: 64px;
    }
	
	.dj-section-margin-space-slim-top {
		margin-top: 64px;
	}

	.dj-section-margin-space-slim-bottom {
		margin-bottom: 64px;
	}
}



@media (max-width: 575.98px) {
    .dj-section-margin-space {
        margin-top: 68px;
        margin-bottom: 68px;
    }
	
	.dj-section-margin-space-top {
    	margin-top: 68px;
	}

	.dj-section-margin-space-bottom {
		margin-bottom: 68px;
	}

    .dj-section-margin-space-slim {
        margin-top: 48px;
        margin-bottom: 48px;
    }
	
	.dj-section-margin-space-slim-top {
		margin-top: 48px;
	}

	.dj-section-margin-space-slim-bottom {
		margin-bottom: 48px;
	}
}








.dj-section-space {
    padding-top: 120px;
    padding-bottom: 120px;
}

.dj-section-space-top {
    padding-top: 120px;
}

.dj-section-space-bottom {
    padding-bottom: 120px;
}

.dj-section-space-slim {
    padding-top: 80px;
    padding-bottom: 80px;
}

.dj-section-space-slim-top {
    padding-top: 80px;
}

.dj-section-space-slim-bottom {
    padding-bottom: 80px;
}




@media (max-width: 991.98px) {
    .dj-section-space {
        padding-top: 90px;
        padding-bottom: 90px;
    }
	
	.dj-section-space-top {
    	padding-top: 90px;
	}

	.dj-section-space-bottom {
		padding-bottom: 90px;
	}

    .dj-section-space-slim {
        padding-top: 64px;
        padding-bottom: 64px;
    }
	
	.dj-section-space-slim-top {
		padding-top: 64px;
	}

	.dj-section-space-slim-bottom {
		padding-bottom: 64px;
	}
}



@media (max-width: 575.98px) {
    .dj-section-space {
        padding-top: 68px;
        padding-bottom: 68px;
    }
	
	.dj-section-space-top {
    	padding-top: 68px;
	}

	.dj-section-space-bottom {
		padding-bottom: 68px;
	}

    .dj-section-space-slim {
        padding-top: 48px;
        padding-bottom: 48px;
    }
	
	.dj-section-space-slim-top {
		padding-top: 48px;
	}

	.dj-section-space-slim-bottom {
		padding-bottom: 48px;
	}
}




/* =========================================================
   DJ André Grünzig – Startseitenmodule V2
   Nutzt vorhandenes Theme-System:
   .theme-section / .theme-fixed-dark / .theme-fixed-light
   ========================================================= */

:root {
    --dj-warm-gray-rgb: 138, 129, 120; /* #8a8178 */
    --dj-dark-bg: #101113;
    --dj-radius-sm: 16px;
    --dj-radius-md: 16px;
    --dj-radius-lg: 16px;
    --dj-radius-xl: 16px;
    --dj-section-y: clamp(72px, 8vw, 132px);
    --dj-section-y-tight: clamp(48px, 6vw, 92px);
}

/* Basis */
.dj-section {
    position: relative;
    overflow: hidden;
    padding: var(--dj-section-y) 0;
    background: var(--section-bg, var(--theme-bg, #fff));
    color: var(--section-text, var(--theme-text, #888));
}

.dj-section-tight {
    padding: var(--dj-section-y-tight) 0;
}

.dj-section h1,
.dj-section h2,
.dj-section h3,
.dj-section h4,
.dj-section h5,
.dj-section h6 {
    color: var(--section-heading, var(--theme-heading, #202020));
}

.dj-section p,
.dj-section li {
    color: var(--section-text-muted, var(--theme-text-muted, #888));
}

.dj-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--theme-gold, var(--theme-accent, #b99a59));
}

.dj-eyebrow::before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 1px;
    background: currentColor;
}

.dj-eyebrow.text-center::before,
.text-center .dj-eyebrow::before {
    width: 28px;
}

.dj-lead {
    /*max-width: 780px;*/
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.8em;
    color: var(--section-text-muted, var(--theme-text-muted, #888));
}

.dj-kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--section-accent, var(--theme-accent, #b99a59));
}

/* Bilder */
.dj-img-square,
.dj-img-wide,
.dj-img-tall {
    position: relative;
    overflow: hidden;
    border-radius: var(--dj-radius-lg);
    background: var(--section-surface-soft, rgba(138, 129, 120, 0.1));
}

.dj-img-square img,
.dj-img-wide img,
.dj-img-tall img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Cards */
.dj-card {
    height: 100%;
    padding: clamp(26px, 3vw, 42px);
    border: 1px solid var(--section-border, rgba(138, 129, 120, 0.22));
    border-radius: var(--dj-radius-lg);
    background: var(--section-surface, #fff);
    color: var(--section-text, #888);
    box-shadow: var(--section-shadow, none);
}

.dj-card-soft {
    background: var(--section-surface-soft, rgba(138, 129, 120, 0.08));
}

.dj-card h3 {
    margin-bottom: 14px;
}

.dj-card p:last-child {
    margin-bottom: 0;
}

/* Service-Gate Cards */
.dj-service-gate-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: var(--dj-radius-xl);
    border: 1px solid var(--section-border, rgba(138, 129, 120, 0.22));
    background: var(--section-surface, #fff);
}

.dj-service-gate-card .dj-img-square {
    border-radius: 0;
}

.dj-service-gate-body {
    padding: clamp(28px, 3vw, 42px);
}

.dj-service-gate-card--offset {
    margin-top: clamp(32px, 5vw, 80px);
}

/* Editorial Statement */
.dj-editorial {
    position: relative;
}

.dj-editorial-box {
    position: relative;
    padding: clamp(42px, 6vw, 88px);
    border-radius: var(--dj-radius-xl);
    background:
        radial-gradient(circle at top right, rgba(var(--dj-warm-gray-rgb), 0.22), transparent 42%),
        var(--section-surface-soft, rgba(138, 129, 120, 0.08));
    border: 1px solid var(--section-border, rgba(138, 129, 120, 0.18));
}

.dj-editorial-box h2 {
    max-width: 980px;
    font-size: clamp(34px, 4.7vw, 68px);
    line-height: 1.03;
    letter-spacing: -0.04em;
}

.dj-editorial-text {
    max-width: 780px;
    margin-top: 30px;
}

/* Full-Bleed CTA / Bühne */
.dj-fullbleed-cta {
    padding: 0;
    background: var(--section-bg, #101113);
}

.dj-fullbleed-cta-inner {
    position: relative;
    isolation: isolate;
    padding: clamp(74px, 8vw, 132px) 0;
    overflow: hidden;
}

.dj-fullbleed-cta-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 18% 20%, rgba(var(--dj-warm-gray-rgb), 0.30), transparent 34%),
        radial-gradient(circle at 90% 70%, rgba(var(--dj-warm-gray-rgb), 0.18), transparent 30%);
}

.dj-fullbleed-cta-inner::after {
    content: "";
    position: absolute;
    inset: auto -10% -45% auto;
    z-index: -1;
    width: min(58vw, 680px);
    height: min(58vw, 680px);
    border-radius: 50%;
    background: rgba(var(--dj-warm-gray-rgb), 0.13);
    filter: blur(18px);
}

.dj-fullbleed-cta-panel {
    padding: clamp(32px, 4vw, 56px);
    border-radius: var(--dj-radius-xl);
    border: 1px solid var(--section-border, rgba(255,255,255,0.16));
    background: rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(10px);
}









/* ==========================================================
   Ambient Section
   Wiederverwendbares Inhaltsmodul mit dekorativem Hintergrund
   ========================================================== */

.dj-ambient-section {
    position: relative;
    padding: 0;
    background: var(--section-bg, #101113);
}


/* Innerer Bereich mit Abständen und Ebenenverwaltung */
.dj-ambient-section__inner {
    position: relative;
    isolation: isolate;
    padding: clamp(74px, 8vw, 132px) 0;
    overflow: hidden;
}


/* Radiale Hintergrundverläufe */
.dj-ambient-section__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    pointer-events: none;

    background:
        radial-gradient(
            circle at 18% 20%,
            rgba(var(--dj-warm-gray-rgb), 0.30),
            transparent 34%
        ),
        radial-gradient(
            circle at 90% 70%,
            rgba(var(--dj-warm-gray-rgb), 0.18),
            transparent 30%
        );
}


/* Große weichgezeichnete Hintergrundfläche */
.dj-ambient-section__inner::after {
    content: "";
    position: absolute;
    right: -10%;
    bottom: -45%;
    z-index: -2;

    width: min(58vw, 680px);
    height: min(58vw, 680px);

    border-radius: 50%;
    background: rgba(var(--dj-warm-gray-rgb), 0.13);
    filter: blur(18px);

    pointer-events: none;
}


/* Inhalt liegt über allen Hintergrundelementen */
.dj-ambient-section__inner > .container {
    position: relative;
    z-index: 2;
}


/* Gemeinsame Eigenschaften der Liniengrafiken */
.dj-ambient-section__line {
    position: absolute;
    z-index: 1;

    width: min(50vw, 900px);
    opacity: 0.4;

    pointer-events: none;
    user-select: none;
}


/* Grafiken sauber skalieren */
.dj-ambient-section__line img {
    display: block;
    width: 100%;
    height: auto;
}


/* Linie links unten */
.dj-ambient-section__line--bottom-left {
    left: 0;
    bottom: 0;
}


/* Linie rechts oben */
.dj-ambient-section__line--top-right {
    top: 0;
    right: 0;
}


/* Tablet */
@media (max-width: 991px) {

    .dj-ambient-section__line {
        width: min(72vw, 520px);
    }

}


/* Smartphone */
@media (max-width: 575px) {

    .dj-ambient-section__line {
        width: 90vw;
    }

}










/* Split Highlight */
.dj-split-highlight {
    position: relative;
}

.dj-split-highlight::before {
    content: "";
    position: absolute;
    top: 12%;
    bottom: 12%;
    left: 0;
    width: 38%;
    background: var(--section-surface-soft, rgba(138, 129, 120, 0.08));
    border-radius: 0 var(--dj-radius-xl) var(--dj-radius-xl) 0;
    pointer-events: none;
}

.dj-split-highlight .container {
    position: relative;
}

/* Bildkomposition */
.dj-image-stack {
    position: relative;
    min-height: 540px;
}

.dj-image-stack .dj-img-main {
    width: 78%;
    margin-left: auto;
}

.dj-image-stack .dj-img-small {
    position: absolute;
    left: 0;
    bottom: 6%;
    width: 44%;
    border: 10px solid var(--section-bg, #fff);
    box-shadow: 0 24px 70px rgba(0,0,0,0.18);
}

/* Trust Chips */
.dj-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.dj-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid var(--section-border, rgba(138,129,120,0.22));
    background: var(--section-surface-soft, rgba(138,129,120,0.08));
    color: var(--section-text, #888);
    font-size: 14px;
    font-weight: 600;
}

/* Value Rail */
.dj-value-rail {
    border-top: 1px solid var(--section-border, rgba(138,129,120,0.22));
    border-bottom: 1px solid var(--section-border, rgba(138,129,120,0.22));
}

.dj-value-rail-item {
    padding: clamp(26px, 3vw, 44px) 0;
}

.dj-value-rail-number {
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: var(--section-accent, var(--theme-accent, #b99a59));
}

/* Prozess */
.dj-process-line {
    position: relative;
}

.dj-process-step {
    height: 100%;
    padding: clamp(24px, 3vw, 36px);
    border-radius: var(--dj-radius-md);
    border: 1px solid var(--section-border, rgba(138,129,120,0.22));
    background: var(--section-surface, #fff);
}

.dj-process-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: rgba(var(--dj-warm-gray-rgb), 0.16);
    color: var(--section-accent, var(--theme-accent, #b99a59));
    font-weight: 800;
}

/* Mini-Liste */
.dj-mini-list {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 26px 0 0;
    list-style: none;
}

.dj-mini-list li {
    position: relative;
    padding-left: 28px;
}

.dj-mini-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--theme-gold);
}


/* Mini-Liste */
.dj-kontakt-list {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 26px 0 0;
    list-style: none;
}

/*.dj-kontakt-list a {
    font-size: 20px;
}*/




/* FAQ */
.dj-faq-item {
    padding: 26px 0;
    border-bottom: 1px solid var(--section-border, rgba(138,129,120,0.22));
}

.dj-faq-item:first-child {
    border-top: 1px solid var(--section-border, rgba(138,129,120,0.22));
}

.dj-faq-item h3 {
    margin-bottom: 10px;
    font-size: clamp(19px, 1.5vw, 24px);
}

/* Logo-Marquee besser an Section koppeln */
.theme-section .logo-marquee {
    --logo-marquee-bg-rgb: 255, 255, 255;
}

html[data-theme="dark"] .theme-section .logo-marquee {
    --logo-marquee-bg-rgb: 16, 17, 19;
}

.theme-fixed-dark .logo-marquee,
.theme-bg-dark .logo-marquee {
    --logo-marquee-bg-rgb: 16, 17, 19;
}

.theme-fixed-light .logo-marquee,
.theme-bg-light .logo-marquee {
    --logo-marquee-bg-rgb: 255, 255, 255;
}

/* Responsive */
@media (max-width: 991.98px) {
    .dj-section {
        padding: 76px 0;
    }

    .dj-section-tight {
        padding: 58px 0;
    }

    .dj-service-gate-card--offset {
        margin-top: 0;
    }

    .dj-split-highlight::before {
        display: none;
    }

    .dj-image-stack {
        min-height: auto;
    }

    .dj-image-stack .dj-img-main {
        width: 100%;
    }

    .dj-image-stack .dj-img-small {
        position: relative;
        left: auto;
        bottom: auto;
        width: 58%;
        margin-top: -20%;
        border-width: 8px;
    }

    .dj-fullbleed-cta-panel,
    .dj-editorial-box,
    .dj-card,
    .dj-service-gate-card {
        border-radius: 16px;
    }
}

@media (max-width: 575.98px) {
    .dj-editorial-box,
    .dj-fullbleed-cta-panel,
    .dj-card {
        padding: 28px 22px;
    }

    .dj-image-stack .dj-img-small {
        width: 68%;
    }
	
	
	.wpo-about-area .wpo-about-exprience-wrap .client, .wpo-about-area-s2 .wpo-about-exprience-wrap .client {
		bottom: -20px;
	}
	
	.wpo-about-area .wpo-about-exprience-wrap .client h3, .wpo-about-area-s2 .wpo-about-exprience-wrap .client h3 {
		font-size: 28px;
	}

	
}


.logo-marquee {
    --logo-gap: clamp(32px, 5vw, 80px);
    --logo-min-width: 110px;
    --logo-max-width: 190px;
    --logo-height: 85px;
    --marquee-duration: 35s;

    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 24px 0;
    cursor: pointer;
}

.logo-marquee::before,
.logo-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: 80px;
    height: 100%;
    pointer-events: none;
}

.logo-marquee {
    --logo-marquee-bg-rgb: 255, 255, 255;
    --logo-marquee-bg: rgb(var(--logo-marquee-bg-rgb));
}

html[data-theme="light"] .logo-marquee {
    --logo-marquee-bg-rgb: 255, 255, 255;
}

html[data-theme="dark"] .logo-marquee {
    --logo-marquee-bg-rgb: 21, 23, 26; /* an Darkmode-Hintergrund anpassen */
}

.logo-marquee::before,
.logo-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: clamp(48px, 8vw, 120px);
    height: 100%;
    pointer-events: none;
}

.logo-marquee::before {
    left: 0;
    background: linear-gradient(
        to right,
        rgb(var(--logo-marquee-bg-rgb)) 0%,
        rgba(var(--logo-marquee-bg-rgb), 0) 100%
    );
}

.logo-marquee::after {
    right: 0;
    background: linear-gradient(
        to left,
        rgb(var(--logo-marquee-bg-rgb)) 0%,
        rgba(var(--logo-marquee-bg-rgb), 0) 100%
    );
}


.logo-marquee__group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: var(--logo-gap);
}

.logo-marquee img {
    display: block;
    width: clamp(var(--logo-min-width), 12vw, var(--logo-max-width));
    height: var(--logo-height);
    object-fit: contain;
    flex: 0 0 auto;
    filter: grayscale(1);
    opacity: 0.75;
    transition: opacity 0.25s ease, filter 0.25s ease, transform 0.25s ease;
}

.logo-marquee img:hover {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1.04);
}


@media (max-width: 991.98px) {
    .logo-marquee {
        --logo-min-width: 90px;
        --logo-max-width: 145px;
        --logo-height: 70px;
        --logo-gap: 36px;
    }
}



		
.dj-claim-list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.dj-claim-list li {
    list-style: none;
}

.dj-claim-list li span {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100%;
    padding: 18px 18px 18px 58px;
    border: 1px solid var(--section-border, rgba(138, 129, 120, 0.22));
    border-radius: 16px;
    background: var(--section-surface, rgba(138, 129, 120, 0.08));
    color: var(--section-heading);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.dj-claim-list li span::before {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: rgba(89, 195, 120, 0.1);
    content: "\e64c";
    font-family: "themify";
    text-align: center;
    color: #59C378;
    font-size: 14px;
}




/* ---------------------------------------------------------
   Footer Logo – Light/Dark Mode
   --------------------------------------------------------- */

/* Light Mode: Footer hell, Logo dunkel */
html[data-theme="light"] .wpo-site-footer .about-widget .logo .site-logo.footer-logo {
    color: #101113 !important;
}

/* Dark Mode: Footer dunkel, Logo hell */
html[data-theme="dark"] .wpo-site-footer .about-widget .logo .site-logo.footer-logo {
    color: #ffffff !important;
}

/* SVG sauber über currentColor färben */
.wpo-site-footer .about-widget .logo .site-logo.footer-logo svg,
.wpo-site-footer .about-widget .logo .site-logo.footer-logo svg * {
    color: currentColor !important;
}

/* Fill-Elemente */
.wpo-site-footer .about-widget .logo .site-logo.footer-logo svg path,
.wpo-site-footer .about-widget .logo .site-logo.footer-logo svg polygon,
.wpo-site-footer .about-widget .logo .site-logo.footer-logo svg rect,
.wpo-site-footer .about-widget .logo .site-logo.footer-logo svg circle,
.wpo-site-footer .about-widget .logo .site-logo.footer-logo svg ellipse {
    fill: currentColor !important;
}

/* Stroke-Elemente */
.wpo-site-footer .about-widget .logo .site-logo.footer-logo svg line,
.wpo-site-footer .about-widget .logo .site-logo.footer-logo svg polyline {
    stroke: currentColor !important;
}







/* ---------------------------------------------------------
   Universeller Mobile-Overflow-Fix
   verhindert rechten Rand / horizontales Scrollen,
   ohne dekorative Shapes auszublenden
   --------------------------------------------------------- */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.page-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

/* Fallback für ältere Browser */
@supports not (overflow: clip) {
    html,
    body,
    .page-wrapper {
        overflow-x: hidden;
    }
}

/* Mobile: große dekorative Elemente dürfen sichtbar bleiben,
   aber nicht die Seite horizontal verbreitern */
@media (max-width: 575.98px) {
    .static-hero,
    .wpo-about-area,
    .dj-section,
    .dj-fullbleed-cta,
    .wpo-site-footer {
        max-width: 100%;
        overflow-x: clip;
    }

    @supports not (overflow: clip) {
        .static-hero,
        .wpo-about-area,
        .dj-section,
        .dj-fullbleed-cta,
        .wpo-site-footer {
            overflow-x: hidden;
        }
    }

    img,
    svg {
        max-width: 100%;
    }

    .logo-marquee {
        max-width: 100%;
        overflow: hidden;
        contain: paint;
    }
}





/* =========================================================
   LOGO-MARQUEE: SCROLLBARE TRACK-STEUERUNG
   ========================================================= */




/* =========================================================
   LOGO-MARQUEE
   Automatischer Lauf + Drag/Touch + festes Fade an den Rändern
   ========================================================= */

.logo-marquee {
    --logo-gap: clamp(32px, 5vw, 80px);
    --logo-min-width: 110px;
    --logo-max-width: 190px;
    --logo-height: 85px;

    /*
     * Breite des weichen Fade-outs an beiden Seiten.
     */
    --logo-fade-width: clamp(48px, 8vw, 120px);

    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 24px 0;

    /*
     * .logo-marquee bleibt der echte Scrollcontainer.
     */
    overflow-x: auto;
    overflow-y: hidden;

    scrollbar-width: none;
    -ms-overflow-style: none;

    touch-action: pan-x;
    overscroll-behavior-x: contain;

    user-select: none;
    -webkit-user-select: none;

    cursor: grab;

    /*
     * Fester Fade an den sichtbaren Außenrändern.
     * Anders als ::before und ::after bewegt sich diese Maske
     * nicht zusammen mit dem gescrollten Inhalt.
     */
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 var(--logo-fade-width),
        #000 calc(100% - var(--logo-fade-width)),
        transparent 100%
    );

    mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 var(--logo-fade-width),
        #000 calc(100% - var(--logo-fade-width)),
        transparent 100%
    );
}

/*
 * Die alten Verlaufs-Pseudoelemente werden nicht mehr benötigt.
 */
.logo-marquee::before,
.logo-marquee::after {
    content: none;
}

.logo-marquee::-webkit-scrollbar {
    display: none;
}

.logo-marquee.is-dragging {
    cursor: grabbing;
}

/* =========================================================
   TRACK UND GRUPPEN
   ========================================================= */

.logo-marquee__track {
    display: flex;
    width: max-content;
    gap: var(--logo-gap);

    /*
     * Keine CSS-Animation mehr.
     * Bewegung erfolgt über scrollLeft im JavaScript.
     */
    animation: none;
    transform: none;
    will-change: auto;
}

.logo-marquee__group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: var(--logo-gap);
}

/* =========================================================
   VERLINKTE LOGO-KACHELN
   ========================================================= */

.logo-marquee__group > a {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;

    padding: 12px 18px;

    background: var(--logo-tile-bg, rgba(255, 255, 255, 0.92));
    border: 1px solid var(--logo-tile-border, rgba(16, 17, 19, 0.08));
    border-radius: 6px;

    box-shadow: 0 5px 18px rgba(16, 17, 19, 0.04);
    text-decoration: none;

    transition:
        background-color 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.logo-marquee img {
    display: block;
    flex: 0 0 auto;

    width: clamp(
        var(--logo-min-width),
        12vw,
        var(--logo-max-width)
    );

    height: var(--logo-height);

    object-fit: contain;
    object-position: center;

    filter: grayscale(1);
    opacity: 0.75;

    /*
     * Verhindert das native Ziehen eines Bild-Geisterbilds.
     * Der Link selbst bleibt anklickbar.
     */
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;

    transition:
        opacity 0.25s ease,
        filter 0.25s ease,
        transform 0.25s ease;
}

.logo-marquee__group > a:hover,
.logo-marquee__group > a:focus-visible {
    background: var(--logo-tile-hover-bg, #ffffff);
    border-color: var(
        --logo-tile-hover-border,
        rgba(138, 129, 120, 0.4)
    );

    box-shadow: 0 10px 28px rgba(16, 17, 19, 0.1);
    transform: translateY(-3px);
}

.logo-marquee__group > a:hover img,
.logo-marquee__group > a:focus-visible img {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1.025);
}

.logo-marquee__group > a:focus-visible {
    outline: 2px solid var(--theme-accent, #8a8178);
    outline-offset: 3px;
}

.logo-marquee.is-dragging a {
    cursor: grabbing;
}

/* =========================================================
   DARKMODE DER LOGO-KACHELN
   ========================================================= */

html[data-theme="dark"] .logo-marquee__group > a,
body[data-theme="dark"] .logo-marquee__group > a,
html.dark-mode .logo-marquee__group > a,
body.dark-mode .logo-marquee__group > a,
html.dark .logo-marquee__group > a,
body.dark .logo-marquee__group > a {
    --logo-tile-bg: rgba(255, 255, 255, 0.94);
    --logo-tile-border: rgba(255, 255, 255, 0.1);
    --logo-tile-hover-bg: #ffffff;
    --logo-tile-hover-border: rgba(185, 154, 89, 0.5);

    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.22);
}

html[data-theme="dark"] .logo-marquee__group > a:hover,
body[data-theme="dark"] .logo-marquee__group > a:hover,
html.dark-mode .logo-marquee__group > a:hover,
body.dark-mode .logo-marquee__group > a:hover,
html.dark .logo-marquee__group > a:hover,
body.dark .logo-marquee__group > a:hover,
html[data-theme="dark"] .logo-marquee__group > a:focus-visible,
body[data-theme="dark"] .logo-marquee__group > a:focus-visible,
html.dark-mode .logo-marquee__group > a:focus-visible,
body.dark-mode .logo-marquee__group > a:focus-visible,
html.dark .logo-marquee__group > a:focus-visible,
body.dark .logo-marquee__group > a:focus-visible {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991.98px) {
    .logo-marquee {
        --logo-min-width: 90px;
        --logo-max-width: 145px;
        --logo-height: 70px;
        --logo-gap: 36px;
        --logo-fade-width: clamp(28px, 9vw, 70px);
    }
}

@media (max-width: 767.98px) {
    .logo-marquee__group > a {
        padding: 10px 14px;
    }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .logo-marquee {
        scroll-behavior: auto;
    }
}





/* =========================================================
	   DARSTELLUNG DER VERLINKTEN LOGOS
	   Keine Animation und keine Änderung der Slider-Logik
	   ========================================================= */

	.logo-marquee__group > a {
		/*
		 * Der Link übernimmt innerhalb der Flex-Gruppe
		 * die Rolle des bisherigen direkten Bildelements.
		 */
		display: flex;
		flex: 0 0 auto;
		align-items: center;
		justify-content: center;

		background: var(--logo-tile-bg, rgba(255, 255, 255, 0.92));
		border: 1px solid var(--logo-tile-border, rgba(16, 17, 19, 0.08));
		border-radius: var(--dj-radius-md);
		padding: 12px 18px;

		box-shadow: 0 5px 18px rgba(16, 17, 19, 0.04);
		text-decoration: none;

		transition:
			background-color 0.35s ease,
			border-color 0.35s ease,
			box-shadow 0.35s ease,
			transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	}

	/*
	 * Breite und Höhe kommen weiterhin aus dem vorhandenen
	 * Slider-CSS über .logo-marquee img.
	 */
	.logo-marquee__group > a > img {
		display: block;
		object-fit: contain;
		object-position: center;

		filter: grayscale(100%);
		opacity: 0.7;

		transition:
			filter 0.4s ease,
			opacity 0.4s ease,
			transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
	}

	.logo-marquee__group > a:hover,
	.logo-marquee__group > a:focus-visible {
		background: var(--logo-tile-hover-bg, #ffffff);
		border-color: var(--logo-tile-hover-border, rgba(138, 129, 120, 0.4));
		box-shadow: 0 10px 28px rgba(16, 17, 19, 0.1);
		transform: translateY(-3px);
	}

	.logo-marquee__group > a:hover > img,
	.logo-marquee__group > a:focus-visible > img {
		filter: grayscale(0%);
		opacity: 1;
		transform: scale(1.025);
	}

	.logo-marquee__group > a:focus-visible {
		outline: 2px solid var(--theme-accent, #8a8178);
		outline-offset: 3px;
	}

	/* =========================================================
	   DARKMODE

	   Die Logo-Flächen bleiben bewusst hell. So funktionieren
	   SVG-, PNG-, JPG-, WebP- und AVIF-Dateien zuverlässig,
	   ohne dass Markenfarben invertiert werden.
	   ========================================================= */

	html[data-theme="dark"] .logo-marquee__group > a,
	body[data-theme="dark"] .logo-marquee__group > a,
	html.dark-mode .logo-marquee__group > a,
	body.dark-mode .logo-marquee__group > a,
	html.dark .logo-marquee__group > a,
	body.dark .logo-marquee__group > a {
		--logo-tile-bg: rgba(255, 255, 255, 0.94);
		--logo-tile-border: rgba(255, 255, 255, 0.1);
		--logo-tile-hover-bg: #ffffff;
		--logo-tile-hover-border: rgba(185, 154, 89, 0.5);

		box-shadow: 0 7px 24px rgba(0, 0, 0, 0.22);
	}

	html[data-theme="dark"] .logo-marquee__group > a:hover,
	body[data-theme="dark"] .logo-marquee__group > a:hover,
	html.dark-mode .logo-marquee__group > a:hover,
	body.dark-mode .logo-marquee__group > a:hover,
	html.dark .logo-marquee__group > a:hover,
	body.dark .logo-marquee__group > a:hover,
	html[data-theme="dark"] .logo-marquee__group > a:focus-visible,
	body[data-theme="dark"] .logo-marquee__group > a:focus-visible,
	html.dark-mode .logo-marquee__group > a:focus-visible,
	body.dark-mode .logo-marquee__group > a:focus-visible,
	html.dark .logo-marquee__group > a:focus-visible,
	body.dark .logo-marquee__group > a:focus-visible {
		box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
	}

	/* =========================================================
	   MOBILE
	   ========================================================= */

	@media (max-width: 767.98px) {
		.logo-marquee__group > a {
			padding: 10px 14px;
		}
	}



/* Preis-Button mit Font-Awesome-Icon rechts */

.theme-btn--price {
	display: inline-flex;
	align-items: center;
	position: relative;
	padding-right: 65px;
}

.theme-btn--price::before {
	display: none;
}

.theme-btn--price i {
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 15px;
	line-height: 1;
	transform: translateY(-50%);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.theme-btn--price:hover i,
.theme-btn--price:focus-visible i {
	transform: translateY(-50%) scale(1.12);
}

@media (max-width: 767px) {
	.theme-btn--price {
		padding-right: 45px;
	}

	.theme-btn--price i {
		right: 18px;
		font-size: 14px;
	}
}










/* ---------------------------------------------------------
   Desktop-Navi: Hinweis für Dropdown-Menüpunkte
   zeigt kleines Dreieck bei .menu-item-has-children
   nur ab Desktop, Mobile bleibt unverändert
   --------------------------------------------------------- */

/*@media screen and (min-width: 992px) {
    .wpo-site-header #navbar > ul > li.menu-item-has-children > a {
        display: inline-flex;
        align-items: center;
        gap: 7px;
    }

    .wpo-site-header #navbar > ul > li.menu-item-has-children > a::after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        margin-top: 2px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid currentColor;
        opacity: 0.55;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .wpo-site-header #navbar > ul > li.menu-item-has-children:hover > a::after,
    .wpo-site-header #navbar > ul > li.menu-item-has-children > a.active::after {
        opacity: 1;
        transform: translateY(2px);
    }
}*/


@media screen and (min-width: 992px) {
    .wpo-site-header #navbar > ul > li.menu-item-has-children > a {
        display: inline-flex;
        align-items: center;
        gap: 7px;
    }

    .wpo-site-header #navbar > ul > li.menu-item-has-children > a::after {
        content: "\e64b";
        font-family: "themify";
        font-size: 10px;
        line-height: 1;
        opacity: 0.55;
        transform: translateY(1px);
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .wpo-site-header #navbar > ul > li.menu-item-has-children:hover > a::after,
    .wpo-site-header #navbar > ul > li.menu-item-has-children > a.active::after {
        opacity: 1;
        transform: translateY(3px);
    }
}


/* ---------------------------------------------------------
   DJ Unterseiten-Hero
   Bild-Hero mit Desktop- und Mobile-Image
   Menü liegt darüber
   --------------------------------------------------------- */

.dj-subpage-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    margin: 0;
    padding: 0;
    background: #101113;
    color: #ffffff;
}

/* Bild liegt im normalen Dokumentfluss und bestimmt die Hero-Höhe */
.dj-subpage-hero__media {
    position: relative;
    z-index: 1;
    width: 100%;
}

.dj-subpage-hero__img {
    display: block;
    width: 100%;
    height: auto;
}

/* dezente Abdunklung für Lesbarkeit */
.dj-subpage-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(16, 17, 19, 0.82) 0%,
        rgba(16, 17, 19, 0.58) 42%,
        rgba(16, 17, 19, 0.18) 100%
    );
}

/* Text liegt über dem Bild */
.dj-subpage-hero__content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    padding-top: 150px; /* Platz für überlagernde Navi */
    padding-bottom: clamp(54px, 8vw, 110px);
}

.dj-subpage-hero__text {
    max-width: 760px;
}

.dj-subpage-hero h1 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 86px);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.dj-subpage-hero h2 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 86px);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.dj-subpage-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(17px, 1.3vw, 21px);
    line-height: 1.7;
}

/* Breadcrumb */
.dj-breadcrumb {
    margin-top: 30px;
}

.dj-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.dj-breadcrumb li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.4;
}

.dj-breadcrumb li:not(:last-child)::after {
    content: "/";
    color: rgba(255, 255, 255, 0.38);
}

.dj-breadcrumb a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.dj-breadcrumb a:hover {
    color: #ffffff;
}


/* Tablet */
@media (max-width: 991.98px) {
    .dj-subpage-hero__content {
        padding-top: 130px;
        padding-bottom: 72px;
    }

    .dj-subpage-hero h1 {
        font-size: clamp(38px, 8vw, 64px);
    }
}


/* Mobile */
@media (max-width: 767.98px) {
    .dj-subpage-hero::after {
        background: linear-gradient(
            180deg,
            rgba(16, 17, 19, 0.50) 0%,
            rgba(16, 17, 19, 0.30) 35%,
            rgba(16, 17, 19, 0.86) 100%
        );
    }

    .dj-subpage-hero__content {
        padding-top: 118px;
        padding-bottom: 38px;
    }

    .dj-subpage-hero h1 {
        margin-bottom: 16px;
        font-size: clamp(36px, 11vw, 52px);
        line-height: 1.02;
    }

    .dj-subpage-hero p {
        font-size: 16px;
        line-height: 1.6;
    }

    .dj-breadcrumb {
        margin-top: 22px;
    }
}





/* ---------------------------------------------------------
   DJ Anfrageformular
   nutzt bestehende technische Formular-Klassen,
   stylt sie aber nur innerhalb von .dj-inquiry-form
   --------------------------------------------------------- */

.dj-contact-intro {
    margin-bottom: 42px;
}

.dj-inquiry-form {
    position: relative;
}

.dj-form-panel {
    padding: clamp(28px, 4vw, 52px);
    border: 1px solid var(--section-border, rgba(138, 129, 120, 0.22));
    border-radius: var(--dj-radius-xl, 16px);
    background: var(--section-surface, #ffffff);
    color: var(--section-text, #888888);
}

.dj-form-title {
    margin-bottom: 28px;
    color: var(--section-heading, #202020);
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.15;
}

.dj-inquiry-form .dj-form-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
}

.dj-inquiry-form .bewerbung-content-input {
    width: 100%;
    margin: 0;
}

.dj-inquiry-form .dj-form-field-full {
    grid-column: 1 / -1;
}

.dj-inquiry-form .bewerbung-input-radius,
.dj-inquiry-form input[type="text"],
.dj-inquiry-form input[type="tel"],
.dj-inquiry-form input[type="email"],
.dj-inquiry-form select,
.dj-inquiry-form textarea {
    width: 100%;
    min-height: 58px;
    padding: 16px 18px;
    border: 1px solid var(--section-border, rgba(138, 129, 120, 0.24));
    border-radius: var(--dj-radius-lg, 16px);
    outline: none;
    background: var(--section-bg, #ffffff);
    color: var(--section-heading, #202020);
    font-size: 15px;
    line-height: 1.45;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.dj-inquiry-form textarea {
    resize: vertical;
    display: block;
}

.dj-inquiry-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	cursor: pointer;
	padding-right: 48px;

	font-family: inherit;
	font-size: 15px;
}

.dj-inquiry-form .dj-select-field {
	position: relative;
}

.dj-inquiry-form .dj-select-field::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;

	width: 9px;
	height: 9px;

	border-right: 1.5px solid var(--section-text, #888888);
	border-bottom: 1.5px solid var(--section-text, #888888);

	transform: translateY(-70%) rotate(45deg);

	pointer-events: none;
}

.dj-inquiry-form .bewerbung-input-radius::placeholder,
.dj-inquiry-form textarea::placeholder,
.dj-inquiry-form input::placeholder {
    color: var(--section-text-muted, #888888);
    opacity: 0.8;
}

.dj-inquiry-form .bewerbung-input-radius:focus,
.dj-inquiry-form input[type="text"]:focus,
.dj-inquiry-form input[type="tel"]:focus,
.dj-inquiry-form input[type="email"]:focus,
.dj-inquiry-form select:focus,
.dj-inquiry-form textarea:focus {
    border-color: var(--section-accent, var(--theme-accent, #b99a59));
	background-color: var(--section-surface-soft, rgba(138, 129, 120, 0.06));
}

.dj-form-agreement {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 4px;
}

.dj-form-agreement input[type="checkbox"] {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    min-height: 18px;
    margin-top: 4px;
    accent-color: var(--section-accent, var(--theme-accent, #b99a59));
}

.dj-form-agreement label {
    margin: 0;
    color: var(--section-text-muted, #888888);
    font-size: 14px;
    line-height: 1.6;
}

.dj-form-agreement a {
    color: var(--section-link, var(--section-accent, var(--theme-accent, #b99a59)));
}

.dj-form-submit {
    margin-top: 10px;
}

.dj-inquiry-form input[type="submit"] {
    width: auto;
    min-height: 56px;
    padding: 0 30px;
    border: none;
    border-radius: var(--dj-radius-lg, 16px);
    background: var(--section-accent, var(--theme-accent, #b99a59));
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.dj-inquiry-form input[type="submit"]:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

.dj-inquiry-form .badge-danger {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(220, 53, 69, 0.12);
    color: #dc3545;
    font-size: 13px;
    font-weight: 700;
}


/* Darkmode / dunkle Sections */
.theme-fixed-dark .dj-form-panel,
html[data-theme="dark"] .theme-section .dj-form-panel {
    background: var(--section-surface, #181a1e);
}

.theme-fixed-dark .dj-inquiry-form .bewerbung-input-radius,
.theme-fixed-dark .dj-inquiry-form input[type="text"],
.theme-fixed-dark .dj-inquiry-form input[type="tel"],
.theme-fixed-dark .dj-inquiry-form input[type="email"],
.theme-fixed-dark .dj-inquiry-form select,
.theme-fixed-dark .dj-inquiry-form textarea,
html[data-theme="dark"] .theme-section .dj-inquiry-form .bewerbung-input-radius,
html[data-theme="dark"] .theme-section .dj-inquiry-form input[type="text"],
html[data-theme="dark"] .theme-section .dj-inquiry-form input[type="tel"],
html[data-theme="dark"] .theme-section .dj-inquiry-form input[type="email"],
html[data-theme="dark"] .theme-section .dj-inquiry-form select,
html[data-theme="dark"] .theme-section .dj-inquiry-form textarea {
    background: var(--section-surface-soft, #1f2227);
    /*color: var(--section-heading, #ffffff);*/
}


/* Mobile */
@media (max-width: 767.98px) {
    .dj-contact-intro {
        margin-bottom: 30px;
    }

    .dj-form-panel {
        padding: 24px 18px;
    }

    .dj-inquiry-form .dj-form-fields {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .dj-inquiry-form input[type="submit"] {
        width: 100%;
    }
}

/* Select Placeholder-Zustand */
.dj-inquiry-form select:required:invalid {
	color: var(--section-text-muted, #888888);
	opacity: 0.8;
}

/* Normale ausgewählte Optionen */
.dj-inquiry-form select:required:valid {
	color: var(--section-heading, #202020);
	opacity: 1;
}

/* Darkmode: normale Auswahl */
.theme-fixed-dark .dj-inquiry-form select:required:valid,
html[data-theme="dark"] .theme-section .dj-inquiry-form select:required:valid {
	color: var(--section-heading, #ffffff);
}

/* Optionen im geöffneten Menü */
.dj-inquiry-form select option {
	color: #202020;
	opacity: 1;
}



.footer-divider {
    position: relative;
    width: 100%;
    height: 4px;
    margin: 0;
    border: 0;

    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(var(--theme-accent-rgb), 0.3) 10%,
        var(--theme-accent-2) 30%,
        var(--theme-accent) 50%,
        var(--theme-accent-3) 70%,
        rgba(var(--theme-accent-rgb), 0.3) 90%,
        transparent 100%
    );
}

.footer-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22%;
    height: 5px;
    transform: translate(-50%, -50%);
    background: rgba(185, 154, 89, 0.2);
    filter: blur(5px);
    pointer-events: none;
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar > ul .sub-menu {
        background: rgba(0, 0, 0, 0.02);

        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
}

@media (min-width: 992px) {
    .wpo-header-style-1 .wpo-site-header #navbar > ul {
        position: relative;
        display: flex;
        align-items: center;

        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 50px;
        padding-left: 20px;
        padding-right: 20px;

        overflow: visible;
        isolation: auto;
    }

    .wpo-header-style-1 .wpo-site-header #navbar > ul::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;

        border-radius: inherit;
        background: rgba(255, 255, 255, 0.12);

        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);

        pointer-events: none;
    }

    .wpo-site-header #navbar > ul .sub-menu {
        background: rgba(0, 0, 0, 0.02);
        border: 1px solid var(--theme-border);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);

        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);

        border-bottom-right-radius: var(--dj-radius-xl, 16px);
        border-bottom-left-radius: var(--dj-radius-xl, 16px);
    }
}


/* ---------------------------------------------------------
   Desktop-Submenü: Schriftfarbe nach Header-Zustand
   Mobile bleibt vollständig unberührt
   --------------------------------------------------------- */

@media screen and (min-width: 992px) {

    /* Normaler Headerzustand */
    .wpo-header-style-1
    .wpo-site-header
    .navigation
    #navbar > ul > li .sub-menu a {
        color: var(--nav-text);
    }

    /* Sticky Header */
    .wpo-header-style-1
    .wpo-site-header
    .navigation.sticky-header.sticky-on
    #navbar > ul > li .sub-menu a {
        color: var(--nav-sticky-text);
    }

    /* Pfeil bei einer weiteren Submenü-Ebene */
    .wpo-header-style-1
    .wpo-site-header
    .navigation
    #navbar > ul > li > .sub-menu > .menu-item-has-children::before {
        color: var(--nav-text);
    }

    .wpo-header-style-1
    .wpo-site-header
    .navigation.sticky-header.sticky-on
    #navbar > ul > li > .sub-menu > .menu-item-has-children::before {
        color: var(--nav-sticky-text);
    }

    /* Hover, Fokus und aktiver Eintrag bleiben Akzentfarbe */
    .wpo-header-style-1
    .wpo-site-header
    .navigation
    #navbar > ul > li .sub-menu a:hover,
    .wpo-header-style-1
    .wpo-site-header
    .navigation
    #navbar > ul > li .sub-menu a:focus,
    .wpo-header-style-1
    .wpo-site-header
    .navigation
    #navbar > ul > li .sub-menu a.active {
        color: var(--theme-accent);
    }
}


@media screen and (max-width: 991px) {

    /* Subnavigation im mobilen, immer dunklen Navigationspanel */
    .wpo-header-style-1
    .wpo-site-header
    #navbar
    > ul
    > li
    > .sub-menu
    a,
    .wpo-header-style-1
    .wpo-site-header
    #navbar
    > ul
    > li
    > .sub-menu
    .sub-menu
    a {
        color: rgba(255, 255, 255, 0.82);
    }

    /* Hover und aktiver Unterpunkt */
    .wpo-header-style-1
    .wpo-site-header
    #navbar
    > ul
    > li
    > .sub-menu
    a:hover,
    .wpo-header-style-1
    .wpo-site-header
    #navbar
    > ul
    > li
    > .sub-menu
    a:focus,
    .wpo-header-style-1
    .wpo-site-header
    #navbar
    > ul
    > li
    > .sub-menu
    a.active {
        color: #ffffff;
    }
}



/* ---------------------------------------------------------
   Desktop-Submenü:
   Kontrast pro einzelnem LI über dunkler Section
   Nur Light-Mode + Sticky
   --------------------------------------------------------- */

@media screen and (min-width: 992px) {

	/* Standard im Sticky-Light-Mode */
	html[data-theme="light"]
	.wpo-header-style-1
	.wpo-site-header
	.navigation.sticky-header.sticky-on
	#navbar > ul > li .sub-menu > li > a {
		color: var(--nav-sticky-text);
	}

	/* Dieses einzelne LI liegt über einer dunklen Section */
	html[data-theme="light"]
	.wpo-header-style-1
	.wpo-site-header
	.navigation.sticky-header.sticky-on
	#navbar > ul > li .sub-menu > li.submenu-item-over-dark > a {
		color: #ffffff;
	}

	/* Pfeil bei verschachtelten Menüpunkten */
	html[data-theme="light"]
	.wpo-header-style-1
	.wpo-site-header
	.navigation.sticky-header.sticky-on
	#navbar > ul > li .sub-menu > li.submenu-item-over-dark.menu-item-has-children::before {
		color: #ffffff;
	}

	/* Hover / Fokus / aktiv bleibt Akzentfarbe */
	html[data-theme="light"]
	.wpo-header-style-1
	.wpo-site-header
	.navigation.sticky-header.sticky-on
	#navbar > ul > li .sub-menu > li > a:hover,
	html[data-theme="light"]
	.wpo-header-style-1
	.wpo-site-header
	.navigation.sticky-header.sticky-on
	#navbar > ul > li .sub-menu > li > a:focus,
	html[data-theme="light"]
	.wpo-header-style-1
	.wpo-site-header
	.navigation.sticky-header.sticky-on
	#navbar > ul > li .sub-menu > li > a.active {
		color: var(--theme-accent);
	}
}


/* Zweispaltiges Dropdown "Mein Service" – nur Desktop */
/*
@media (min-width: 992px) {

	.navigation .service-menu > .sub-menu {
		display: grid;
		grid-template-columns: repeat(2, minmax(170px, 1fr));
		width: 420px;
	}

	.navigation .service-menu > .sub-menu > li {
		width: auto;
	}

	.navigation .service-menu > .sub-menu > li > a {
		white-space: nowrap;
	}

}
*/





/*################################ Footer 2 Override ####################################*/

/* ==================================================
   FOOTER – INDIVIDUELLES LAYOUT
================================================== */

.wpo-site-footer .upper-footer .widget {
	margin-bottom: 0;
}


/* ==================================================
   DJ-LOGO UND SOCIAL MEDIA
================================================== */

.wpo-site-footer .footer-brand-widget {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	text-align: center;
}

.wpo-site-footer .footer-brand-widget .logo,
.wpo-site-footer .footer-brand-widget .widget-title {
	width: 100%;
	text-align: center;
}

.wpo-site-footer .footer-brand-widget .widget-title {
	margin-bottom: 24px;
}

.wpo-site-footer .footer-brand-widget .footer-logo {
	display: inline-block;
	width: 100%;
	max-width: 230px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
}

.wpo-site-footer .footer-brand-widget .footer-logo span {
	display: block;
	width: 100%;
	overflow: visible;
}

.wpo-site-footer .footer-brand-widget .footer-logo svg {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: visible;
}

@media (max-width: 575.98px) {
	.wpo-site-footer .footer-brand-widget .footer-logo {
		width: calc(100% - 8px);
	}
}

.wpo-site-footer .social-icons {
	width: 100%;
}

.wpo-site-footer .social-icons ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.wpo-site-footer .social-icons ul li {
	width: auto;
	padding: 0;
	margin: 0;
}

.wpo-site-footer .social-icons ul li::before {
	display: none;
}

.wpo-site-footer .social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	font-size: 35px;
	line-height: 1;
}


/* ==================================================
   NAVIGATION
================================================== */

.wpo-site-footer .footer-navigation-widget {
	width: max-content;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.wpo-site-footer .footer-navigation-widget .widget-title {
	text-align: left;
}

.wpo-site-footer .footer-navigation-widget > ul {
	width: max-content;
	max-width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}


/* ==================================================
   PARTNER – ZWEI STABILE SPALTEN
================================================== */

.wpo-site-footer .footer-partner-widget {
	width: 100%;
}

.wpo-site-footer .footer-partner-widget .widget-title {
	width: 100%;
}

.wpo-site-footer .footer-partner-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(28px, 4vw, 64px);
	width: 100%;
	max-width: 100%;
}

.wpo-site-footer .footer-partner-columns ul {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.wpo-site-footer .footer-partner-columns ul:first-child {
	padding-right: 10px;
}

.wpo-site-footer .footer-partner-columns ul:last-child {
	padding-left: 10px;
}

.wpo-site-footer .footer-partner-columns li {
	display: block;
	width: auto;
	min-width: 0;
	padding: 0;
	margin: 0;
}

.wpo-site-footer .footer-partner-columns li::before {
	display: none;
}

.wpo-site-footer .footer-partner-columns li + li {
	margin-top: 10px;
}

.wpo-site-footer .footer-partner-columns a {
	display: inline-block;
	width: auto;
	white-space: nowrap;
}


/* ==================================================
   SCHÖNBERG EVENT GROUP BADGE
================================================== */

.wpo-site-footer .footer-badge-widget {
	display: flex;
	justify-content: center;
	width: 100%;
}

.wpo-site-footer .footer-eventgroup-badge {
	display: block;
	width: 100%;
	max-width: 210px;
	color: #101113;
}

.wpo-site-footer .footer-eventgroup-badge svg {
	display: block;
	width: 100%;
	height: auto;
}

html[data-theme="light"] .wpo-site-footer .footer-eventgroup-badge {
	color: #101113;
}

html[data-theme="dark"] .wpo-site-footer .footer-eventgroup-badge {
	color: #ffffff;
}

@media screen and (max-width: 991px) {

	.wpo-site-footer .footer-badge-widget {
		justify-content: center;
	}

	.wpo-site-footer .footer-eventgroup-badge {
		max-width: 130px;
	}

}
/* ==================================================
   UNTERE FOOTERZEILE
================================================== */

.wpo-site-footer .footer-bottom-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	padding: 22px 0;
}

.wpo-site-footer .footer-legal-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 22px;
}

.wpo-site-footer .footer-legal-nav a {
	display: inline-block;
}

.wpo-site-footer .footer-bottom-row .copyright {
	margin: 0;
	text-align: right;
}


/* ==================================================
   TABLET – 991 PX UND KLEINER
================================================== */

@media screen and (max-width: 991px) {

	.wpo-site-footer .footer-brand-widget {
		width: 100%;
		align-items: center;
		text-align: center;
	}

	.wpo-site-footer .footer-brand-widget .footer-logo {
		max-width: 250px;
	}

	.wpo-site-footer .social-icons ul {
		justify-content: center;
	}

	.wpo-site-footer .footer-navigation-widget {
		width: 100%;
		margin: 0;
		padding-left: clamp(20px, 5vw, 60px);
		text-align: left;
	}

	.wpo-site-footer .footer-navigation-widget > ul {
		width: auto;
	}

	.wpo-site-footer .footer-partner-widget {
		width: 100%;
		padding-right: clamp(20px, 5vw, 60px);
		text-align: left;
	}

	.wpo-site-footer .footer-partner-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		column-gap: clamp(24px, 5vw, 56px);
	}

	.wpo-site-footer .footer-badge-widget {
		justify-content: center;
		margin-top: 8px;
	}

	.wpo-site-footer .footer-eventgroup-badge {
		max-width: 200px;
	}

}


/* ==================================================
   MOBIL – 767 PX UND KLEINER
================================================== */

@media screen and (max-width: 767px) {

	.wpo-site-footer .footer-navigation-widget,
	.wpo-site-footer .footer-partner-widget {
		width: 100%;
		max-width: 520px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}

	.wpo-site-footer .footer-navigation-widget .widget-title,
	.wpo-site-footer .footer-partner-widget .widget-title {
		text-align: center;
	}

	.wpo-site-footer .footer-partner-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: stretch;
		width: 100%;
		column-gap: 28px;
		margin: 0;
		text-align: left;
	}

	.wpo-site-footer .footer-partner-columns ul:first-child {
		padding-right: 6px;
	}

	.wpo-site-footer .footer-partner-columns ul:last-child {
		padding-left: 6px;
	}

	.wpo-site-footer .footer-eventgroup-badge {
		max-width: 150px;
	}

}


/* ==================================================
   KLEINE MOBILGERÄTE – FOOTER-BOTTOM STAPELN
================================================== */

@media screen and (max-width: 575px) {

	.wpo-site-footer .footer-bottom-row {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 12px;
		text-align: center;
	}

	.wpo-site-footer .footer-legal-nav {
		justify-content: center;
	}

	.wpo-site-footer .footer-bottom-row .copyright {
		text-align: center;
	}

}


/* ==================================================
   SEHR KLEINE DISPLAYS
================================================== */

@media screen and (max-width: 420px) {

	.wpo-site-footer .footer-brand-widget .footer-logo {
		max-width: 220px;
	}

	.wpo-site-footer .footer-partner-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		column-gap: 18px;
	}

	.wpo-site-footer .footer-partner-columns ul:first-child {
		padding-right: 4px;
	}

	.wpo-site-footer .footer-partner-columns ul:last-child {
		padding-left: 4px;
	}

	.wpo-site-footer .footer-partner-columns a {
		white-space: normal;
		font-size: 14px;
	}

	.wpo-site-footer .footer-eventgroup-badge {
		max-width: 125px;
	}

}



/* ==================================================
   FOOTER – PARTNERLOGOS
================================================== */

.footer-partner-columns li {
	position: relative;
}

.footer-partner-columns li a {
	display: block;
}

.footer-partner-columns li img {
	display: block;
	max-width: 100%;
	height: auto;

	filter: grayscale(100%);
	opacity: 0.7;

	transition:
		filter 0.4s ease,
		opacity 0.4s ease,
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-partner-columns li:hover img,
.footer-partner-columns li:focus-within img {
	filter: grayscale(0%);
	opacity: 1;
	/*transform: scale(1.025);*/
}

.footer-partner-columns li a:focus-visible {
	outline: 2px solid var(--theme-accent);
	outline-offset: 4px;
	border-radius: 4px;
}






/* ==================================================
   PRICE TEASER
================================================== */

.dj-price-teaser__inner {
	position: relative;
	padding: clamp(32px, 5vw, 64px);
	border: 1px solid var(--theme-border);
	border-radius: var(--dj-radius-xl, 16px);
	background: var(--theme-surface);
	color: var(--theme-text);
	overflow: hidden;
}

/*.dj-price-teaser__inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: clamp(32px, 5vw, 64px);
	width: 90px;
	height: 3px;
	border-radius: 0 0 3px 3px;
	background: var(--theme-accent);
}*/

.dj-price-teaser__content {
	max-width: 900px;
}

.dj-price-teaser__content h2 {
	color: var(--theme-heading);
}

.dj-price-teaser__content p {
	color: var(--theme-text-muted);
}

.dj-price-teaser .theme-btn {
	border: 0;
	cursor: pointer;
}


/* ==================================================
   BOOTSTRAP MODAL BACKDROP
================================================== */

.dj-price-modal.modal {
	--bs-modal-zindex: 1055;
}

.dj-price-modal + .modal-backdrop,
.modal-backdrop.show {
	background: rgba(10, 11, 13, 0.56);
	opacity: 1;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}


/* ==================================================
   PRICE MODAL – BASIS
================================================== */

.dj-price-modal .modal-dialog {
	max-width: 920px;
}

.dj-price-modal .modal-content {
	border: 1px solid var(--theme-border);
	border-radius: var(--dj-radius-xl, 16px);
	background: rgba(255, 255, 255, 0.76);
	color: var(--theme-text);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
	overflow: hidden;
}

.dj-price-modal .modal-header {
	align-items: flex-start;
	gap: 24px;
	padding: clamp(26px, 4vw, 48px);
	padding-bottom: 26px;
	border-bottom: 1px solid var(--theme-border);
	background: transparent;
}

.dj-price-modal__heading {
	min-width: 0;
}

.dj-price-modal .modal-title {
	margin: 0;
	color: var(--theme-heading);
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.12;
}

.dj-price-modal .modal-body {
	padding: clamp(26px, 4vw, 48px);
	background: transparent;
}

.dj-price-modal__intro {
	max-width: 760px;
	margin-bottom: clamp(30px, 5vw, 46px);
	color: var(--theme-text-muted);
}


/* ==================================================
   PRICE MODAL – KARTEN
================================================== */

.dj-price-modal__item {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	height: 100%;
	padding: 24px;
	border: 1px solid var(--theme-border);
	border-radius: var(--dj-radius-xl, 16px);
	background: rgba(255, 255, 255, 0.3);
}

.dj-price-modal__number {
	flex: 0 0 auto;
	padding-top: 3px;
	color: var(--theme-accent);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
}

.dj-price-modal__item h3 {
	margin: -3px 0 10px;
	color: var(--theme-heading);
	font-size: 20px;
	line-height: 1.35;
}

.dj-price-modal__item p {
	margin: 0;
	color: var(--theme-text-muted);
}


/* ==================================================
   PRICE MODAL – ABSCHLUSS
================================================== */

.dj-price-modal__statement {
	margin-top: clamp(30px, 5vw, 46px);
	padding: clamp(24px, 4vw, 36px);
	border: 1px solid var(--theme-border);
	border-radius: var(--dj-radius-xl, 16px);
	background: rgba(255, 255, 255, 0.38);
}

.dj-price-modal__statement h3 {
	margin-bottom: 12px;
	color: var(--theme-heading);
}

.dj-price-modal__statement p {
	color: var(--theme-text-muted);
}

.dj-price-modal .modal-footer {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 24px clamp(26px, 4vw, 48px);
	border-top: 1px solid var(--theme-border);
	background: transparent;
}

.dj-price-modal__close {
	padding: 10px 0;
	border: 0;
	background: transparent;
	color: var(--theme-text);
	font: inherit;
	cursor: pointer;
	opacity: 0.68;
	transition:
		opacity 0.25s ease,
		transform 0.25s ease;
}

.dj-price-modal__close:hover,
.dj-price-modal__close:focus-visible {
	color: var(--theme-heading);
	opacity: 1;
	transform: translateX(-2px);
}


/* ==================================================
   PRICE MODAL – SCHLIESSEN-ICON
================================================== */

.dj-price-modal .btn-close {
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--theme-border);
	border-radius: 50%;
	background-image: none;
	background-color: rgba(255, 255, 255, 0.28);
	box-shadow: none;
	opacity: 1;
	position: relative;
}

.dj-price-modal .btn-close::before,
.dj-price-modal .btn-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 17px;
	height: 1.5px;
	border-radius: 2px;
	background: var(--theme-heading);
}

.dj-price-modal .btn-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.dj-price-modal .btn-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.dj-price-modal .btn-close:hover,
.dj-price-modal .btn-close:focus-visible {
	background-color: rgba(var(--theme-accent-rgb), 0.12);
	border-color: var(--theme-accent);
}


/* ==================================================
   PRICE MODAL – DARK MODE
================================================== */

html[data-theme="dark"] .dj-price-modal .modal-content {
	background: rgba(21, 23, 26, 0.78);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

html[data-theme="dark"] .dj-price-modal .modal-header,
html[data-theme="dark"] .dj-price-modal .modal-footer {
	border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .dj-price-modal__item {
	background: rgba(255, 255, 255, 0.045);
	border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .dj-price-modal__statement {
	background: rgba(255, 255, 255, 0.065);
	border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .dj-price-modal .btn-close {
	background-color: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.15);
}

html[data-theme="dark"] .dj-price-modal .btn-close:hover,
html[data-theme="dark"] .dj-price-modal .btn-close:focus-visible {
	background-color: rgba(var(--theme-accent-rgb), 0.16);
	border-color: var(--theme-accent);
}


/* ==================================================
   PRICE MODAL – DESKTOP GLASS
================================================== */

@media screen and (min-width: 992px) {
	.dj-price-modal .modal-content {
		-webkit-backdrop-filter: blur(20px) saturate(125%);
		backdrop-filter: blur(20px) saturate(125%);
	}
}


/* ==================================================
   PRICE MODAL – MOBILE
================================================== */

@media screen and (max-width: 767.98px) {
	.dj-price-teaser__inner {
		padding: 30px 24px;
	}

	.dj-price-teaser__inner::before {
		left: 24px;
	}

	.dj-price-teaser .slide-btn,
	.dj-price-teaser .theme-btn {
		width: 100%;
	}

	.dj-price-teaser .theme-btn {
		text-align: left;
	}

	.dj-price-modal .modal-content {
		border: 0;
		border-radius: 0;
		background: var(--theme-surface);
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	html[data-theme="dark"] .dj-price-modal .modal-content {
		background: var(--theme-surface);
	}

	.dj-price-modal .modal-header {
		padding: 24px 20px;
	}

	.dj-price-modal .modal-title {
		font-size: 28px;
	}

	.dj-price-modal .btn-close {
		width: 38px;
		height: 38px;
	}

	.dj-price-modal .modal-body {
		padding: 24px 20px;
	}

	.dj-price-modal__item {
		padding: 20px;
	}

	.dj-price-modal .modal-footer {
		align-items: stretch;
		flex-direction: column-reverse;
		padding: 20px;
	}

	.dj-price-modal .modal-footer .theme-btn {
		width: 100%;
		text-align: left;
	}

	.dj-price-modal__close {
		width: 100%;
		text-align: center;
	}
}


/* ==================================================
   REDUCED TRANSPARENCY / BLUR FALLBACK
================================================== */

@supports not ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
	.dj-price-modal .modal-content {
		background: rgba(255, 255, 255, 0.97);
	}

	html[data-theme="dark"] .dj-price-modal .modal-content {
		background: rgba(21, 23, 26, 0.98);
	}
}





/* ==================================================
   MODAL: HINTERGRUND-SCROLLEN SPERREN
================================================== */

body.modal-open {
	overflow: hidden !important;
	padding-right: var(--bs-scrollbar-width, 0) !important;
	touch-action: none;
}

html:has(body.modal-open) {
	overflow: hidden;
}






/* Theme-Systemhinweis */
.theme-system-notice {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 10000;

	display: flex;
	align-items: flex-start;
	gap: 14px;

	width: min(420px, calc(100vw - 48px));
	padding: 16px 18px;

	background: rgba(24, 26, 30, 0.88);
	border: 1px solid var(--theme-border-strong);
	border-radius: 14px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);

	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);

	color: var(--theme-text);

	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);

	transition:
		opacity 0.3s ease,
		transform 0.3s ease,
		visibility 0.3s ease;
}

.theme-system-notice.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.theme-system-notice__icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;

	width: 34px;
	height: 34px;

	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 15px;
}

.theme-system-notice__content {
	flex: 1;
	min-width: 0;
}

.theme-system-notice__content p {
	margin: 0 0 5px;
	color: #e8e8e8;
	font-size: 13px;
	line-height: 1.5;
}

.theme-system-notice__action {
	display: inline-block;
	padding: 0;

	border: 0;
	background: transparent;

	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;

	cursor: pointer;
	transition: color 0.25s ease;
}

.theme-system-notice__action:hover,
.theme-system-notice__action:focus {
	color: var(--theme-accent);
	outline: none;
}

.theme-system-notice__close {
	flex: 0 0 auto;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 28px;
	height: 28px;
	margin: -4px -6px 0 0;
	padding: 0;

	border: 0;
	background: transparent;

	color: rgba(255, 255, 255, 0.55);
	font-size: 14px;

	cursor: pointer;
	transition: color 0.25s ease;
}

.theme-system-notice__close:hover,
.theme-system-notice__close:focus {
	color: #ffffff;
	outline: none;
}

@media (max-width: 575px) {
	.theme-system-notice {
		right: 15px;
		bottom: 15px;

		width: calc(100vw - 30px);
		padding: 14px 15px;
	}
}





/* =========================================================
   PRESSE & MEDIEN
========================================================= */

.dj-presse-item {
	display: flex;
	flex-direction: column;
}


/* =========================================================
   BILDER
========================================================= */

.dj-presse-image {
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	background: rgba(127, 127, 127, 0.08);
}

.dj-presse-image > img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.4s ease;
}

.dj-presse-item:hover .dj-presse-image > img {
	transform: scale(1.015);
}


/* =========================================================
   LOGO
========================================================= */

.dj-presse-image--logo {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

.dj-presse-image--logo > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.dj-presse-image--logo svg {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}


/* =========================================================
   META / COPYRIGHT / DOWNLOAD
========================================================= */

.dj-presse-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 14px;
}

.dj-presse-info {
	min-width: 0;
}

.dj-presse-info span {
	display: block;
	font-weight: 600;
}

.dj-presse-info small {
	display: block;
	font-size: 13px;
	line-height: 1.4;
	opacity: 0.7;
}


/* =========================================================
   DOWNLOAD BUTTON
========================================================= */

.dj-presse-download {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: inherit;
	text-decoration: none;
	transition:
		transform 0.3s ease,
		opacity 0.3s ease;
}

.dj-presse-download:hover {
	color: inherit;
	transform: translateY(-2px);
	opacity: 0.65;
}

.dj-presse-download i {
	font-size: 15px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {

	.dj-presse-image--logo {
		flex-grow: 0;
		padding: 30px;
		min-height: 260px;
	}

}







/* =========================================================
   PARTNER GRID
   ========================================================= */

.dj-partner-section {
	padding: 40px 0;
}

.dj-partner-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}


/* =========================================================
   PARTNER KACHEL
   Optik entsprechend der Logo-Marquee-Kacheln
   ========================================================= */

.dj-partner-card {
	display: flex;
	align-items: center;
	justify-content: center;

	min-width: 0;
	min-height: 140px;

	padding: 20px 26px;

	background: var(--logo-tile-bg, rgba(255, 255, 255, 0.92));
	border: 1px solid var(--logo-tile-border, rgba(16, 17, 19, 0.08));
	border-radius: var(--dj-radius-md);

	box-shadow: 0 5px 18px rgba(16, 17, 19, 0.04);

	text-decoration: none;

	overflow: hidden;

	transition:
		background-color 0.35s ease,
		border-color 0.35s ease,
		box-shadow 0.35s ease,
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.dj-partner-card img {
	display: block;

	width: 100%;
	height: 90px;

	max-width: 190px;
	max-height: 90px;

	object-fit: contain;
	object-position: center;

	filter: grayscale(100%);
	opacity: 0.7;

	transition:
		filter 0.4s ease,
		opacity 0.4s ease,
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}


/* =========================================================
   HOVER / FOCUS
   ========================================================= */

.dj-partner-card[href]:hover,
.dj-partner-card[href]:focus-visible {
	background: var(--logo-tile-hover-bg, #ffffff);
	border-color: var(
		--logo-tile-hover-border,
		rgba(138, 129, 120, 0.4)
	);

	box-shadow: 0 10px 28px rgba(16, 17, 19, 0.1);
	transform: translateY(-3px);
}

.dj-partner-card[href]:hover img,
.dj-partner-card[href]:focus-visible img {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.025);
}

.dj-partner-card[href]:focus-visible {
	outline: 2px solid var(--theme-accent, #8a8178);
	outline-offset: 3px;
}


/* =========================================================
   NICHT VERLINKTE PARTNER
   ========================================================= */

.dj-partner-card--static {
	cursor: default;
}


/* =========================================================
   DARKMODE
   Logo-Kacheln bleiben bewusst hell
   ========================================================= */

html[data-theme="dark"] .dj-partner-card {
	--logo-tile-bg: rgba(255, 255, 255, 0.94);
	--logo-tile-border: rgba(255, 255, 255, 0.1);
	--logo-tile-hover-bg: #ffffff;
	--logo-tile-hover-border: rgba(185, 154, 89, 0.5);

	box-shadow: 0 7px 24px rgba(0, 0, 0, 0.22);
}

html[data-theme="dark"] .dj-partner-card img {
	filter: grayscale(100%);
	opacity: 0.7;
}

html[data-theme="dark"] .dj-partner-card[href]:hover,
html[data-theme="dark"] .dj-partner-card[href]:focus-visible {
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
}

html[data-theme="dark"] .dj-partner-card[href]:hover img,
html[data-theme="dark"] .dj-partner-card[href]:focus-visible img {
	filter: grayscale(0%);
	opacity: 1;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

/* Tablet: 3 Kacheln */
@media (max-width: 991.98px) {

	.dj-partner-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 22px;
	}

	.dj-partner-card {
		min-height: 125px;
		padding: 18px 22px;
	}

	.dj-partner-card img {
		height: 80px;
		max-height: 80px;
		max-width: 170px;
	}
}


/* Mobil: 1 Kachel */
@media (max-width: 575.98px) {

	.dj-partner-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.dj-partner-card {
		min-height: 110px;
		padding: 16px 20px;
	}

	.dj-partner-card img {
		height: 72px;
		max-height: 72px;
		max-width: 160px;
	}
}



/*#################################
Google Bewertungs-SVG
#################################*/

.google-review-widget {
	display: flex;
	justify-content: center;
	overflow: visible;
}

.google-review-link {
	display: inline-block;
	width: 190px;
	max-width: 100%;
	color: var(--theme-google-review-text);

	overflow: visible;

	transform: none;
	transition:
		opacity 0.3s ease,
		color 0.3s ease;
}

.google-review-link:hover,
.google-review-link:focus-visible {
	opacity: 0.8;
	transform: none;
}

.google-review-link span,
.google-review-logo {
	display: block;
	width: 100%;
	overflow: visible;
}

.google-review-link svg,
.google-review-logo svg {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;

	overflow: visible;

	transform: none;
	transition: none;
}

.google-review-link:hover svg,
.google-review-link:focus-visible svg,
.google-review-link:hover .google-review-logo,
.google-review-link:focus-visible .google-review-logo {
	transform: none;
}





/* Individuelle Abstände für Onepager-Anker */
section[id] {
	--section-scroll-offset: 40px;
}

#leistungen {
	--section-scroll-offset: 0px;
}

#ablauf {
	--section-scroll-offset: 100px;
}

#anspruch {
	--section-scroll-offset: 80px;
}

#technik {
	--section-scroll-offset: 0px;
}

#referenzen {
	--section-scroll-offset: 40px;
}

#partner {
	--section-scroll-offset: 0px;
}

#faq {
	--section-scroll-offset: 40px;
}