@charset "UTF-8";

/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Space+Grotesk:wght@300..700&display=swap");
/* https: //transfonter.org/ */
@font-face {
  font-family: "Felidae";
  font-style: normal;
  font-weight: normal;
  src: local("Felidae Regular"), url("../fonts/felidae-regular.woff") format("woff");
}
@font-face {
  font-family: "Felidae";
  font-style: normal;
  font-weight: normal;
  src: local("Felidae Regular"), url("../fonts/felidae-regular.woff2") format("woff2");
}
/* 1.1	Theme Reset Style */
html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "DM Sans", serif;
  color: #687693;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #070143;
  font-family: "Felidae";
  font-weight: 400;
}

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

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

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

/* 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;
  }
}

.bt-0 {
  border-top: 0 !important;
}

.bb-0 {
  border-top: 0 !important;
}

.bb-1 {
  border-bottom: 1px solid #444;
}

/*** 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: #e3b576;
  display: inline-block;
  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;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(51, 51, 51, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #000;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.back-to-top:hover {
  background-color: #000;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

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

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

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

.social-text .rolling-text {
  height: 30px;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
  transform: translateY(-100%);
}

.rolling-text .letter {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
  transition-delay: 0s;
}

.letter:nth-child(2) {
  transition-delay: 0.015s;
}

.letter:nth-child(3) {
  transition-delay: 0.03s;
}

.letter:nth-child(4) {
  transition-delay: 0.045s;
}

.letter:nth-child(5) {
  transition-delay: 0.06s;
}

.letter:nth-child(6) {
  transition-delay: 0.075s;
}

.letter:nth-child(7) {
  transition-delay: 0.09s;
}

.letter:nth-child(8) {
  transition-delay: 0.105s;
}

.letter:nth-child(9) {
  transition-delay: 0.12s;
}

.letter:nth-child(10) {
  transition-delay: 0.135s;
}

.letter:nth-child(11) {
  transition-delay: 0.15s;
}

.letter:nth-child(12) {
  transition-delay: 0.165s;
}

.letter:nth-child(13) {
  transition-delay: 0.18s;
}

.letter:nth-child(14) {
  transition-delay: 0.195s;
}

.letter:nth-child(15) {
  transition-delay: 0.21s;
}

.letter:nth-child(16) {
  transition-delay: 0.225s;
}

.letter:nth-child(17) {
  transition-delay: 0.24s;
}

.letter:nth-child(18) {
  transition-delay: 0.255s;
}

.letter:nth-child(19) {
  transition-delay: 0.27s;
}

.letter:nth-child(20) {
  transition-delay: 0.285s;
}

.letter:nth-child(21) {
  transition-delay: 0.3s;
}

@keyframes roted {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rolling-text {
  display: inline-block;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
}

@media (min-width: 992px) {
  /* cursor css */
  .cursor {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid #333;
    transition: all 300ms linear;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 1111;
  }
  .cursor2 {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: #333;
    opacity: 0.3;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 1111;
  }
  .hover {
    background-color: #333;
    opacity: 0.5;
    border: 1px solid transparent;
  }
  .cursorinnerhover {
    width: 45px;
    height: 45px;
    opacity: 0.5;
  }
}
.wpo-section-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .wpo-section-title {
    margin-bottom: 40px;
  }
}
.wpo-section-title span {
  text-transform: uppercase;
  font-size: 20px;
  color: #e3b576;
  font-family: "Felidae";
}
.wpo-section-title h2 {
  font-size: 40px;
  line-height: 55px;
  margin: 0;
  margin-top: 15px;
  position: relative;
  text-transform: capitalize;
  font-family: "Felidae";
  padding-left: 40px;
  font-weight: 600;
  margin-top: 0;
}
.wpo-section-title h2:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: #e3b576;
  content: "";
}
@media (max-width: 767px) {
  .wpo-section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 330px) {
  .wpo-section-title h2 {
    font-size: 30px;
  }
}
.wpo-section-title p {
  font-size: 18px;
}

.theme-btn, .view-cart-btn {
  background: transparent;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 19px 45px;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  border-radius: 25px;
  font-family: "DM Sans", serif;
  font-size: 20px;
  border: 1px solid #fff;
  overflow: hidden;
}
.theme-btn:after, .view-cart-btn:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.theme-btn:hover, .view-cart-btn:hover, .theme-btn:focus, .view-cart-btn:focus, .theme-btn:active, .view-cart-btn:active {
  color: #fff;
}
.theme-btn:hover::after, .view-cart-btn:hover::after {
  animation: shine 0.75s;
}
@media (max-width: 991px) {
  .theme-btn, .view-cart-btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .theme-btn, .view-cart-btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}

.theme-btn-s2 {
  background: #fff;
  color: #565656;
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid #e3b576;
  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: 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: #dfaa61;
  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 {
  display: none;
}
.view-cart-btn:hover {
  background-color: #dca354;
}
.view-cart-btn.s1 {
  background: #000;
}
.view-cart-btn.s1:hover {
  background-color: #c9c9c9;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.shop-btn {
  border-radius: 30px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 14px 52px 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .shop-btn {
    font-size: 16px;
    padding: 12px 35px 13px;
  }
}
.shop-btn::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.shop-btn:hover {
  color: #fff;
}
.shop-btn:hover::before {
  animation: shine 0.75s;
}

.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: #e3b576;
  -o-box-shadow: 0 0 5px 0 #eccca0;
  -ms-box-shadow: 0 0 5px 0 #eccca0;
  box-shadow: 0 0 5px 0 #eccca0;
}
.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;
  appearance: none;
  cursor: pointer;
}
.form select::-ms-expand { /* for IE 11 */
  display: none;
}
.form ::-moz-placeholder {
  font-style: normal;
}
.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}
.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}
.social-links li a {
  background-color: #eccca0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #e3b576;
}

.wpo-page-title {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .wpo-page-title {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .wpo-page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap {
  text-align: center;
}
.wpo-page-title .wpo-breadcumb-wrap h2 {
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
  margin-bottom: 0;
  color: #000;
}
@media (max-width: 1399px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 85px;
    line-height: 110px;
  }
}
@media (max-width: 1199px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 70px;
    line-height: 90px;
  }
}
@media (max-width: 991px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap p {
  color: #666;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
  margin-top: 8px;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  .wpo-page-title .wpo-breadcumb-wrap p {
    font-size: 25px;
    line-height: 35px;
    margin-top: 8px;
  }
}
@media (max-width: 757px) {
  .wpo-page-title .wpo-breadcumb-wrap p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 0px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap ol {
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 30px;
  background: #F8F8F8;
  padding: 5px 50px;
  display: inline-block;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap ol {
    margin-bottom: 15px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 5px;
  padding-right: 20px;
  color: #000;
  position: relative;
  font-family: "DM Sans", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li {
    font-size: 18px;
    line-height: 34px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap ol li:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child:after {
  display: none;
}
.wpo-page-title .wpo-breadcumb-wrap ol li a {
  color: #000;
  transition: all 0.3s;
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li a {
    font-size: 18px;
    line-height: 40px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
  color: #e3b576;
}

.preloader {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
}
.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.preloader .vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}
.preloader * {
  transition: all 0.3s;
}
.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  animation: rotate 1.2s infinite linear;
}
.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(0.5, 0.5, 1);
}
.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.preloader [not-existing] {
  zoom: 1;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  margin-left: auto;
  max-width: 363px;
  /*** search-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** tag-widget ***/
}
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}
.blog-sidebar .widget {
  border: 1px solid #E2E2E2;
}
.blog-sidebar .widget h3 {
  display: block;
  color: #001635;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  padding: 15px 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #E2E2E2;
}
@media (max-width: 575px) {
  .blog-sidebar .widget h3 {
    padding: 15px 20px;
    font-size: 30px;
    line-height: 40px;
  }
}
.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}
.blog-sidebar .search-widget {
  border: 0;
}
.blog-sidebar .search-widget h3 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.blog-sidebar .search-widget form div {
  position: relative;
}
.blog-sidebar .search-widget input {
  background-color: transparent;
  height: 70px;
  padding: 6px 50px 6px 20px;
  border: 0;
  box-shadow: none;
  transition: all 0.3s;
  border: 1px solid #E2E2E2;
  color: #626B72;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.blog-sidebar .search-widget input:focus {
  background-color: rgba(227, 181, 118, 0.1);
}
.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  color: #fff;
  background-color: #000;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  transform: translateY(-50%);
}
.blog-sidebar .category-widget ul {
  list-style: none;
  padding: 30px;
}
@media (max-width: 575px) {
  .blog-sidebar .category-widget ul {
    padding: 30px 20px;
  }
}
.blog-sidebar .category-widget ul li {
  font-size: 19px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
  }
}
.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: #525252;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.blog-sidebar .category-widget > ul > li.active a {
  font-weight: 600;
}
.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fafbfe;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 14px;
  }
}
.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #e3b576;
}
.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}
.blog-sidebar .recent-post-widget .posts {
  padding: 30px;
}
@media (max-width: 575px) {
  .blog-sidebar .recent-post-widget .posts {
    padding: 30px 20px;
  }
}
.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 .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}
.blog-sidebar .recent-post-widget .post h4 {
  margin: 0 0 0.3em;
  color: #000;
  font-family: "DM Sans", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@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;
  }
}
.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #000;
}
.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #666;
}
.blog-sidebar .recent-post-widget .post .details .date {
  color: #565656;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}
.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
  padding: 30px;
}
.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}
.blog-sidebar .tag-widget ul li a {
  display: inline-block;
  padding: 5px 16px;
  color: #626B72;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  border: 1px solid #E2E2E2;
  text-transform: capitalize;
}
.blog-sidebar .tag-widget ul li a:hover {
  background: #707070;
  color: #fff;
}

.blog-sidebar .tag-widget ul li .active {
  background: #707070;
  color: #fff;
}

/**** 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;
  background: transparent;
  display: block;
  color: #525252;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #CCC;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #000;
  color: #fff;
  border: 1px solid transparent;
}
.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 {
  padding: 0 90px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1199px) {
  .topbar {
    padding: 0;
  }
}

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

.topbar ul {
  overflow: hidden;
  list-style: none;
  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: 13px 10px;
  color: #e5e3e3;
}
@media (max-width: 991px) {
  .topbar ul li {
    padding: 10px 10px;
  }
}

.topbar .contact-info li {
  position: relative;
}
.topbar .contact-info li:nth-child(1), .topbar .contact-info li:nth-child(2) {
  padding-left: 0;
}
.topbar .contact-info li:nth-child(1):before, .topbar .contact-info li:nth-child(2):before {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 1px;
  height: 25px;
  background: #DDD;
  content: "";
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .topbar .contact-info li:nth-child(1):before, .topbar .contact-info li:nth-child(2):before {
    display: none;
  }
}
.topbar .contact-info li:last-child {
  padding-right: 0;
  padding-left: 0;
}
.topbar .contact-info a {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
}
.topbar .contact-info select {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 1px) center;
  position: relative;
  padding: 0 20px;
}
.topbar .contact-info select:focus {
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 1px) center;
}
.topbar .contact-info select:focus-visible {
  outline: 0;
}
.contact-info {
  display: flex;
  justify-content: flex-end;
}

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

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

.social-media li a {
  color: #525252;
}

@media (max-width: 991px) {
  .topbar ul li {
    font-size: 13px;
  }
  .topbar {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .topbar ul li {
    float: left;
  }
}
@media (max-width: 590px) {
  .topbar ul {
    flex-wrap: wrap;
  }
}
/* 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 ***/
}

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

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

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

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

@media (min-width: 991px) {
  .wpo-site-header {
    padding: 0 130px;
  }
}
.wpo-site-header .row {
  width: 100%;
}

@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 20px 0;
  }
}
.wpo-site-header #navbar {
  transition: all 0.5s;
  padding-left: 40px;
}

@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 > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    transform: translateY(-50%);
  }
  .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;
  }
}
@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: #e3b576;
  }
  .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 {
    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;
  }
}

.wpo-site-header .navbar-header .navbar-brand span {
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-align: end;
} 

@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: 9px 37px;
}
@media (max-width: 1830px) {
  .wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
    padding: 9px 30px;
    font-size: 16px;
  }
}
@media (max-width: 1470px) {
  .wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
    font-size: 15px;
  }
}
@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;
  }
}

@media (max-width: 450px) {
  .wpo-site-header .header-right {
    right: -12px;
  }
}
.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: 25px;
}

.wpo-site-header .header-right .search-toggle-btn,
.wpo-site-header .header-right .cart-toggle-btn {
  background-color: transparent;
  line-height: 50px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .wpo-site-header .header-right .search-toggle-btn,
  .wpo-site-header .header-right .cart-toggle-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .header-right .search-toggle-btn,
  .wpo-site-header .header-right .cart-toggle-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .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: -4px;
}

/*** cart-search-contact ***/
.cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}
.cart-search-contact .fi {
  font-size: 40px;
  color: #fff;
}
.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;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px rgb(153, 153, 153);
}
@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;
}
.cart-search-contact form div {
  position: relative;
}
.cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 40%;
  transform: translateY(-50%);
}
.cart-search-contact form div button .fi:before {
  font-size: 18px !important;
  color: #000;
}
.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: #e3b576;
}

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

.mini-cart .cart-count {
  background: #e3b576;
  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;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px rgb(153, 153, 153);
}
@media (max-width: 575px) {
  .mini-cart-content {
    width: 290px;
  }
}
.mini-cart-content .mini-cart-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  font-size: 0px;
  text-align: center;
  overflow: hidden;
  position: relative;
  float: right;
  line-height: 54px;
  border-radius: 3px;
  right: 10px;
  top: 20px;
}
.mini-cart-content .mini-cart-close i {
  font-size: 15px;
}
.mini-cart-content p {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #070143;
  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-weight: 600;
  text-align: left;
  color: #070143;
}
.mini-cart-content .mini-cart-item-des a:hover {
  color: #e3b576;
}
.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: 0.02;
  z-index: -1;
}
.mini-cart-content .mini-cart-action {
  padding: 20px 0 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.mini-cart-content .mini-cart-action .theme-btn-s2 {
  float: right;
}
.mini-cart-content .mini-cart-action .mini-btn {
  width: 240px;
}
.mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 600;
  color: #070143;
  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: #000;
  font-size: 20px;
}

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

@media (max-width: 991px) {
  .page-wrapper {
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all 0.3s;
  }
}
.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;
  box-shadow: none;
}

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

.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 {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.wpo-site-header .navigation > .container {
  position: relative;
}
@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 20px 0;
  }
}
.wpo-site-header #navbar {
  transition: all 0.5s;
}
.wpo-site-header #navbar > ul li a:hover {
  text-decoration: none;
  color: #000;
}
@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: 20px;
    padding: 35px 20px;
    display: block;
    color: #fff;
    font-weight: 600;
    position: relative;
  }
}
@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-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 225px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    transform: scaleY(0);
    transform-origin: center top 0;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a {
    font-size: 18px;
    display: block;
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    color: #000;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
    transform: unset;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.7333333333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .wpo-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transform: scaleY(100%);
  }
  .wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li a {
    display: block;
    font-size: 15px;
    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 > a {
    position: relative;
    color: #ddd;
  }
  .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%;
    transform: translateY(-50%);
    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: #000;
    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: #000;
    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: #e3b576;
  }
  .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 {
    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 {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .wpo-site-header #navbar > ul > li > a {
    font-size: 16px;
  }
  .wpo-site-header .header-right .theme-btn, .wpo-site-header .header-right .view-cart-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    font-size: 15px;
  }
}
@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;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 15px 30px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header,
  .wpo-header-style-2 {
    z-index: 99999;
  }
}
.wpo-site-header .navigation.sticky-header {
  padding: 0 130px;
  background: rgba(0, 0, 0, 0.8);
}
@media (min-width: 992px) {
  .wpo-site-header .navigation.sticky-header #navbar > ul li a:hover {
    color: #fff;
  }
}

@media (max-width: 1700px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 50px;
  }
}
@media (max-width: 1400px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul .sub-menu.image-style {
    width: 1300px;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
    transform: translateX(-50%) scaleY(100%) !important;
    left: 50%;
    pointer-events: none;
    transition: all 0.8s ease;
    top: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .wpo-site-header #navbar > ul .sub-menu.image-style {
    width: 1120px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wpo-site-header #navbar > ul .sub-menu.image-style {
    width: 920px;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul .sub-menu.image-style li {
    flex-basis: 20%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wpo-site-header #navbar > ul .sub-menu.image-style li {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul .sub-menu.image-style li a {
    position: relative;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wpo-site-header #navbar > ul .sub-menu.image-style li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul .sub-menu.image-style li a .inner {
    max-height: 230px;
    min-height: 230px;
    overflow: hidden;
    display: block;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    position: relative;
    border: 1px solid #d1d1d1;
  }
  .wpo-site-header #navbar > ul .sub-menu.image-style li a .inner img {
    transition: all 3s;
  }
  .wpo-site-header #navbar > ul .sub-menu.image-style li a .inner:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 45px;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    z-index: 1;
  }
  .wpo-site-header #navbar > ul .sub-menu.image-style li a span {
    position: absolute;
    left: 50%;
    bottom: 17px;
    display: inline-block;
    transform: translateX(-50%);
    background: #565656;
    color: #fff;
    padding: 5px 15px;
    z-index: 11;
    white-space: nowrap;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wpo-site-header #navbar > ul .sub-menu.image-style li a span {
    padding: 5px 5px;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul .sub-menu.image-style li a:hover .inner img {
    transform: translateY(calc(-100% + 250px));
  }
  .wpo-site-header #navbar > ul .sub-menu.image-style li a:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul .sub-menu.image-style li a .inner {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar .image-style-item {
    position: unset;
  }
  .wpo-site-header #navbar ul > .image-style-item:hover > .image-style {
    transform: translateX(-50%) !important;
    pointer-events: all;
  }
}

/* wpo-header-style */
.wpo-header-style,
.wpo-header-style-s5,
.wpo-header-style-s14 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 95px;
  z-index: 11;
}
@media (max-width: 1599px) {
  .wpo-header-style,
  .wpo-header-style-s5,
  .wpo-header-style-s14 {
    padding: 0 50px;
  }
}
@media (max-width: 1520px) {
  .wpo-header-style,
  .wpo-header-style-s5,
  .wpo-header-style-s14 {
    padding: 0 30px;
  }
}
@media (max-width: 1470px) {
  .wpo-header-style,
  .wpo-header-style-s5,
  .wpo-header-style-s14 {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  .wpo-header-style,
  .wpo-header-style-s5,
  .wpo-header-style-s14 {
    padding: 0;
  }
}
.wpo-header-style #navbar,
.wpo-header-style-s5 #navbar,
.wpo-header-style-s14 #navbar {
  justify-content: end;
}
@media (max-width: 1199px) {
  .wpo-header-style #navbar,
  .wpo-header-style-s5 #navbar,
  .wpo-header-style-s14 #navbar {
    justify-content: center;
  }
}




/* wpo-header-style-s8 */
/* wpo-header-style-s9 */
@media (min-width: 1200px) {
  .wpo-header-style-s9,
  .wpo-header-style-s10,
  .wpo-header-style-s11 {
    padding: 0 90px;
  }
}
@media (max-width: 767px) {
  .wpo-header-style-s9,
  .wpo-header-style-s10,
  .wpo-header-style-s11 {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .wpo-header-style-s9 #navbar > ul > li > a,
  .wpo-header-style-s10 #navbar > ul > li > a,
  .wpo-header-style-s11 #navbar > ul > li > a {
    color: #000;
  }
}
@media screen and (min-width: 992px) {
  .wpo-header-style-s9 #navbar,
  .wpo-header-style-s10 #navbar,
  .wpo-header-style-s11 #navbar {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .wpo-header-style-s9 #navbar > ul > li:first-child > a,
  .wpo-header-style-s10 #navbar > ul > li:first-child > a,
  .wpo-header-style-s11 #navbar > ul > li:first-child > a {
    padding-left: 0;
  }
}
.wpo-header-style-s9 .navbar-header,
.wpo-header-style-s10 .navbar-header,
.wpo-header-style-s11 .navbar-header {
  margin-left: 0px;
}
@media (max-width: 1399px) {
  .wpo-header-style-s9 .navbar-header,
  .wpo-header-style-s10 .navbar-header,
  .wpo-header-style-s11 .navbar-header {
    margin-left: 0px;
  }
}
.wpo-header-style-s9 .header-right .header-search-form-s2,
.wpo-header-style-s10 .header-right .header-search-form-s2,
.wpo-header-style-s11 .header-right .header-search-form-s2 {
  width: 300px;
  position: relative;
  display: block;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .wpo-header-style-s9 .header-right .header-search-form-s2,
  .wpo-header-style-s10 .header-right .header-search-form-s2,
  .wpo-header-style-s11 .header-right .header-search-form-s2 {
    display: none;
  }
}
.wpo-header-style-s9 .header-right .header-search-form-s2 .form-control,
.wpo-header-style-s10 .header-right .header-search-form-s2 .form-control,
.wpo-header-style-s11 .header-right .header-search-form-s2 .form-control {
  border-radius: 30px;
  border: 1px solid #999;
  height: 50px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}
.wpo-header-style-s9 .header-right .header-search-form-s2 .form-control:focus,
.wpo-header-style-s10 .header-right .header-search-form-s2 .form-control:focus,
.wpo-header-style-s11 .header-right .header-search-form-s2 .form-control:focus {
  border: 1px solid #000;
  box-shadow: 0 0 0 0.25rem transparent;
}
.wpo-header-style-s9 .header-right .header-search-form-s2 .form-control::-moz-placeholder, .wpo-header-style-s10 .header-right .header-search-form-s2 .form-control::-moz-placeholder, .wpo-header-style-s11 .header-right .header-search-form-s2 .form-control::-moz-placeholder {
  color: #000;
}
.wpo-header-style-s9 .header-right .header-search-form-s2 .form-control::placeholder,
.wpo-header-style-s10 .header-right .header-search-form-s2 .form-control::placeholder,
.wpo-header-style-s11 .header-right .header-search-form-s2 .form-control::placeholder {
  color: #000;
}
.wpo-header-style-s9 .header-right .header-search-form-s2 button,
.wpo-header-style-s10 .header-right .header-search-form-s2 button,
.wpo-header-style-s11 .header-right .header-search-form-s2 button {
  background: transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.wpo-header-style-s9 .header-right .header-user-wrapper,
.wpo-header-style-s10 .header-right .header-user-wrapper,
.wpo-header-style-s11 .header-right .header-user-wrapper {
  position: relative;
}
.wpo-header-style-s9 .header-right .header-user-wrapper .user-toggle-btn,
.wpo-header-style-s10 .header-right .header-user-wrapper .user-toggle-btn,
.wpo-header-style-s11 .header-right .header-user-wrapper .user-toggle-btn {
  width: 55px;
  height: 55px;
  background: transparent;
}
@media (max-width: 991px) {
  .wpo-header-style-s9 .header-right .header-user-wrapper .user-toggle-btn,
  .wpo-header-style-s10 .header-right .header-user-wrapper .user-toggle-btn,
  .wpo-header-style-s11 .header-right .header-user-wrapper .user-toggle-btn {
    width: 40px;
    height: 40px;
  }
}
.wpo-header-style-s9 .header-right .header-user-wrapper .header-user-form,
.wpo-header-style-s10 .header-right .header-user-wrapper .header-user-form,
.wpo-header-style-s11 .header-right .header-user-wrapper .header-user-form {
  position: absolute;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
  width: 225px;
  padding: 20px 0;
  top: 140%;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.wpo-header-style-s9 .header-right .header-user-wrapper .header-user-form li a,
.wpo-header-style-s10 .header-right .header-user-wrapper .header-user-form li a,
.wpo-header-style-s11 .header-right .header-user-wrapper .header-user-form li a {
  font-size: 18px;
  display: block;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}
.wpo-header-style-s9 .header-right .header-user-wrapper .header-user-form.header-user-content-toggle,
.wpo-header-style-s10 .header-right .header-user-wrapper .header-user-form.header-user-content-toggle,
.wpo-header-style-s11 .header-right .header-user-wrapper .header-user-form.header-user-content-toggle {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .wpo-header-style-s9 .header-right .heart-cart,
  .wpo-header-style-s10 .header-right .heart-cart,
  .wpo-header-style-s11 .header-right .heart-cart {
    display: none;
  }
}
.wpo-header-style-s9 .header-right .heart-cart a,
.wpo-header-style-s10 .header-right .heart-cart a,
.wpo-header-style-s11 .header-right .heart-cart a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: transparent;
  display: block;
  text-align: center;
}
.wpo-header-style-s9 .header-right > div:last-child,
.wpo-header-style-s10 .header-right > div:last-child,
.wpo-header-style-s11 .header-right > div:last-child {
  margin: 0;
  position: relative;
}
.wpo-header-style-s9 .header-right,
.wpo-header-style-s10 .header-right,
.wpo-header-style-s11 .header-right {
  right: -25px;
}
.wpo-header-style-s9 .mini-cart .cart-count,
.wpo-header-style-s10 .mini-cart .cart-count,
.wpo-header-style-s11 .mini-cart .cart-count {
  background: rgba(238, 6, 6, 0.855);
  line-height: 19px;
  color: white;
  top: -1px;
  right: -5px;
}
.wpo-header-style-s9 .sticky-header.sticky-on,
.wpo-header-style-s10 .sticky-header.sticky-on,
.wpo-header-style-s11 .sticky-header.sticky-on {
  background: #fff;
}
@media (min-width: 1200px) {
  .wpo-header-style-s9 .sticky-header.sticky-on,
  .wpo-header-style-s10 .sticky-header.sticky-on,
  .wpo-header-style-s11 .sticky-header.sticky-on {
    padding: 0 90px;
  }
}
@media (min-width: 992px) {
  .wpo-header-style-s9 .sticky-header.sticky-on #navbar > ul li a:hover,
  .wpo-header-style-s10 .sticky-header.sticky-on #navbar > ul li a:hover,
  .wpo-header-style-s11 .sticky-header.sticky-on #navbar > ul li a:hover {
    color: #000;
  }
}
@media (max-width: 991px) {
  .wpo-header-style-s9 .navigation,
  .wpo-header-style-s10 .navigation,
  .wpo-header-style-s11 .navigation {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .wpo-header-style-s9 .navigation.sticky-header,
  .wpo-header-style-s10 .navigation.sticky-header,
  .wpo-header-style-s11 .navigation.sticky-header {
    padding: 10px;
  }
}

@media screen and (min-width: 992px) {
  .menu-left #navbar > ul .sub-menu.image-style {
    left: 0 !important;
    transform: none !important;
  }
}
@media screen and (min-width: 992px) {
  .menu-left #navbar ul > .image-style-item:hover > .image-style {
    transform: none !important;
  }
}

/* wpo-hero-slider-s3 */
.wpo-hero-slider-s3 {
  width: 100%;
  height: 920px;
  display: flex;
  position: relative;
  z-index: 0;
}
@media (max-width: 1199px) {
  .wpo-hero-slider-s3 {
    height: 800px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider-s3 {
    height: 100vh;
    display: block;
  }
}
.wpo-hero-slider-s3 .swiper-slide {
  overflow: hidden;
}
.wpo-hero-slider-s3 .swiper-container,
.wpo-hero-slider-s3 .hero-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wpo-hero-slider-s3 .slide-inner,
.wpo-hero-slider-s3 .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: flex-end;
  text-align: left;
}
.wpo-hero-slider-s3 .slide-inner:before,
.wpo-hero-slider-s3 .hero-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.25);
}
.wpo-hero-slider-s3 .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-s3 .swiper-pagination-bullet {
    display: none;
  }
}
.wpo-hero-slider-s3 .swiper-pagination-bullet-active {
  color: #fff;
  background: #fff;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
}
.wpo-hero-slider-s3 .swiper-container-horizontal > .swiper-pagination-bullets,
.wpo-hero-slider-s3 .swiper-pagination-custom,
.wpo-hero-slider-s3 .swiper-pagination-fraction {
  color: #fff;
  font-family: "Felidae";
  font-size: 40px;
  font-weight: 400;
  position: absolute;
  right: 100px;
  top: 50%;
  left: auto;
  width: auto;
  bottom: auto;
}
@media (max-width: 1399px) {
  .wpo-hero-slider-s3 .swiper-container-horizontal > .swiper-pagination-bullets,
  .wpo-hero-slider-s3 .swiper-pagination-custom,
  .wpo-hero-slider-s3 .swiper-pagination-fraction {
    right: 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-slider-s3 .swiper-container-horizontal > .swiper-pagination-bullets,
  .wpo-hero-slider-s3 .swiper-pagination-custom,
  .wpo-hero-slider-s3 .swiper-pagination-fraction {
    top: 45%;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider-s3 .swiper-container-horizontal > .swiper-pagination-bullets,
  .wpo-hero-slider-s3 .swiper-pagination-custom,
  .wpo-hero-slider-s3 .swiper-pagination-fraction {
    top: 10%;
  }
}
@media (max-width: 757px) {
  .wpo-hero-slider-s3 .swiper-container-horizontal > .swiper-pagination-bullets,
  .wpo-hero-slider-s3 .swiper-pagination-custom,
  .wpo-hero-slider-s3 .swiper-pagination-fraction {
    top: 5%;
  }
}
.wpo-hero-slider-s3 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.wpo-hero-slider-s3 .swiper-pagination .swiper-pagination-current {
  color: #fff;
}
.wpo-hero-slider-s3 .swiper-pagination-total {
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
}
.wpo-hero-slider-s3 .slide-content {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 70px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wpo-hero-slider-s3 .slide-content {
    display: block;
    max-width: 100%;
    padding: 0 20px;
    padding-top: 300px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider-s3 .slide-content {
    padding: 0 10px;
    padding-top: 300px;
    padding-bottom: 50px;
  }
}
.wpo-hero-slider-s3 .slide-content h2 {
  color: #fff;
  font-size: 120px;
  font-weight: 400;
  line-height: 150px;
  margin-bottom: 0;
  max-width: 1030px;
}
@media (max-width: 1459px) {
  .wpo-hero-slider-s3 .slide-content h2 {
    font-size: 100px;
    line-height: 120px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider-s3 .slide-content h2 {
    font-size: 60px;
    line-height: 80px;
    max-width: 100%;
  }
}
@media (max-width: 757px) {
  .wpo-hero-slider-s3 .slide-content h2 {
    font-size: 50px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-slider-s3 .slide-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.wpo-hero-slider-s3 .slide-content .sub-title {
  max-width: 413px;
  position: relative;
  top: -50px;
}
@media (max-width: 991px) {
  .wpo-hero-slider-s3 .slide-content .sub-title {
    top: 0;
    margin-left: auto;
    max-width: 100%;
  }
}
.wpo-hero-slider-s3 .slide-content p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.wpo-hero-slider-s3 .slide-content .theme-btn, .wpo-hero-slider-s3 .slide-content .view-cart-btn {
  border-radius: 30px;
  background: #fff;
  color: #000;
  padding: 14px 36px;
  margin-top: 14px;
  border: 0;
}
.wpo-hero-slider-s3 .slide-content .theme-btn:hover, .wpo-hero-slider-s3 .slide-content .view-cart-btn:hover {
  background: #000;
  color: #fff;
}

/* wpo-hero-static-s4 */
.wpo-hero-static-s4 {
  height: 1000px;
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s4 {
    height: 910px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s4 {
    height: 100%;
  }
}
.wpo-hero-static-s4 .wrapper {
  max-width: 1348px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-hero-static-s4 .wrapper {
    padding: 130px 20px 150px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s4 .wrapper {
    padding: 130px 10px 150px;
  }
}
.wpo-hero-static-s4 .wrapper h2 {
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  font-size: 120px;
  font-weight: 700;
  text-align: end;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s4 .wrapper h2 {
    font-size: 110px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s4 .wrapper h2 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s4 .wrapper h2 {
    font-size: 80px;
  }
}
@media (max-width: 757px) {
  .wpo-hero-static-s4 .wrapper h2 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s4 .wrapper h2 {
    font-size: 40px;
  }
}
.wpo-hero-static-s4 .wrapper h2 span {
  font-family: "Felidae";
  font-weight: 400;
  margin-right: -80px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s4 .wrapper h2 span {
    margin: 0;
  }
}
.wpo-hero-static-s4 .content {
  max-width: 700px;
  margin-left: 145px;
  margin-top: -40px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s4 .content {
    margin-top: -20px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s4 .content {
    margin-left: 0px;
    margin: 0;
  }
}
.wpo-hero-static-s4 .content p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}
.wpo-hero-static-s4 .content .theme-btn, .wpo-hero-static-s4 .content .view-cart-btn {
  border-radius: 30px;
  background: #fff;
  color: #000;
  text-transform: none;
  padding: 15px 35px 10px 35px;
}
.wpo-hero-static-s4 .content .theme-btn .rolling-text, .wpo-hero-static-s4 .content .view-cart-btn .rolling-text {
  line-height: 25px;
}
.wpo-hero-static-s4 .scroll-btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 30px;
  right: 0;
  transform: translateX(-50%);
  width: 125px;
}
@media (max-width: 575px) {
  .wpo-hero-static-s4 .scroll-btn {
    width: 60px;
  }
}
.wpo-hero-static-s4 .scroll-btn .scroll-befor {
  position: unset;
  width: 50px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 575px) {
  .wpo-hero-static-s4 .scroll-btn .scroll-befor {
    border: none;
  }
}


.wpo-hero-static-s4 .scroll-btn .scroll-befor::before {
  display: none;
}
.wpo-hero-static-s4 .scroll-btn span {
  margin: 0;
  margin-top: 11px;
  color: #fff;
}

/*--------------------------------------------------------------
                        4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer {
  background: #000;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  padding: 0 100px;
}
@media (max-width: 1399px) {
  .wpo-site-footer {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-site-footer {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .wpo-site-footer {
    padding: 0;
  }
}
.wpo-site-footer ul {
  list-style: none;
}
.wpo-site-footer p {
  color: #fff;
}
.wpo-site-footer li {
  color: #fff;
}
.wpo-site-footer .container {
  position: relative;
}
.wpo-site-footer .wpo-upper-footer {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 60px 0 0;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}
.wpo-site-footer .widget-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .wpo-site-footer .widget-title {
    margin-bottom: 20px;
  }
}
.wpo-site-footer .widget-title h3 {
  font-size: 30px;
  color: #fff;
  margin: 0;
  position: relative;
  font-family: "DM Sans", serif;
  font-size: 35px;
  font-weight: 400;
}
.wpo-site-footer .about-widget .logo {
  max-width: 180px;
}
@media (max-width: 767px) {
  .wpo-site-footer .about-widget {
    max-width: 350px;
  }
}
.wpo-site-footer .about-widget p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: -10px;
}
.wpo-site-footer .about-widget p:last-child {
  margin-bottom: 0;
}
.wpo-site-footer .wpo-service-link-widget {
  padding-left: 70px;
}
.wpo-site-footer .link-widget {
  overflow: hidden;
}
@media screen and (min-width: 1450px) {
  .wpo-site-footer .link-widget {
    padding-left: 85px;
  }
}
@media (max-width: 1199px) {
  .wpo-site-footer .link-widget {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .link-widget {
    max-width: 350px;
  }
}
.wpo-site-footer .link-widget ul li {
  position: relative;
  font-size: 20px;
  font-weight: 400;
}
.wpo-site-footer .link-widget ul li a {
  color: #fff;
}
.wpo-site-footer .link-widget ul li a:hover {
  color: #e3b576;
}
.wpo-site-footer .link-widget ul li + li {
  padding-top: 10px;
}
.wpo-site-footer .newsletter-widget {
  max-width: 350px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .wpo-site-footer .newsletter-widget {
    margin-left: 0;
  }
}
.wpo-site-footer .newsletter-widget .input-fild {
  border: 1px solid #989898;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 15px 20px;
  width: 100%;
  background: transparent;
}
.wpo-site-footer .newsletter-widget .input-fild:focus-visible {
  outline: none;
}
.wpo-site-footer .newsletter-widget .input-fild::-moz-placeholder {
  color: #fff;
}
.wpo-site-footer .newsletter-widget .input-fild::placeholder {
  color: #fff;
}
.wpo-site-footer .newsletter-widget button {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  width: 100%;
  padding: 15px;
  border: 0;
  margin-top: 30px;
}
.wpo-site-footer .social-widget ul li a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin-right: 20px;
}
.wpo-site-footer .social-widget ul li a:hover {
  color: #e3b576;
}
.wpo-site-footer .wpo-lower-footer {
  text-align: center;
  position: relative;
}
.wpo-site-footer .wpo-lower-footer .row {
  padding: 20px 0;
  position: relative;
  border-top: 1px solid #313131;
}
.wpo-site-footer .wpo-lower-footer .copyright {
  font-size: 15px;
  margin: 0;
  color: #929292;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .copyright {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
.wpo-site-footer .wpo-lower-footer .right {
  text-align: end;
  margin: 0 -23px;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .right {
    text-align: center;
    margin: 0;
  }
}
.wpo-site-footer .wpo-lower-footer .right li {
  display: inline-block;
}
.wpo-site-footer .wpo-lower-footer .right li a {
  color: #929292;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 23px;
}

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

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

/*--------------------------------------------------------------
                3.2 wpo-about-section
--------------------------------------------------------------*/
.wpo-about-section {
  position: relative;
}
@media (max-width: 991px) {
  .wpo-about-section {
    padding-bottom: 0;
  }
}
.wpo-about-section .about-wrap {
  width: calc(100% - 95px);
  margin-left: auto;
  position: relative;
}
@media (max-width: 1599px) {
  .wpo-about-section .about-wrap {
    width: calc(100% - 20px);
  }
}
@media (max-width: 575px) {
  .wpo-about-section .about-wrap {
    width: 100%;
    padding: 0 10px;
  }
}
.wpo-about-section .content {
  max-width: 1110px;
  padding-right: 45px;
}
@media (max-width: 1799px) {
  .wpo-about-section .content {
    max-width: 1010px;
  }
}
@media (max-width: 1599px) {
  .wpo-about-section .content {
    padding-right: 0px;
    max-width: 850px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section .content {
    max-width: 650px;
    text-align: start;
  }
}
.wpo-about-section .content h2 {
  color: #000;
  text-align: right;
  font-size: 200px;
  font-weight: 400;
  line-height: 250px;
  margin-bottom: 50px;
}
@media (max-width: 1710px) {
  .wpo-about-section .content h2 {
    text-align: left !important;
    font-size: 140px;
    font-weight: 400;
    line-height: 160px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .content h2 {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section .content h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
.wpo-about-section .content p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  max-width: 631px;
}
@media (max-width: 575px) {
  .wpo-about-section .content p {
    font-size: 18px;
    line-height: 30px;
  }
}
.wpo-about-section .content .about-btn {
  display: flex;
  align-items: center;
  max-width: 480px;
  margin-top: 84px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .wpo-about-section .content .about-btn {
    margin-top: 54px;
    margin-bottom: 50px;
  }
}
@media (max-width: 757px) {
  .wpo-about-section .content .about-btn {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section .content .about-btn {
    display: block;
    margin-top: 34px;
  }
}
.wpo-about-section .content .about-btn .theme-btn, .wpo-about-section .content .about-btn .view-cart-btn {
  background: #000;
  text-transform: none;
  border-radius: 35px;
}
.wpo-about-section .content .about-btn .theme-btn .rolling-text, .wpo-about-section .content .about-btn .view-cart-btn .rolling-text {
  line-height: 25px;
}
.wpo-about-section .content .video-wrap {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 575px) {
  .wpo-about-section .content .video-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.wpo-about-section .content .video-wrap span {
  padding-left: 20px;
}
.wpo-about-section .about-funfact {
  max-width: 480px;
  margin-left: auto;
}
@media (max-width: 1710px) {
  .wpo-about-section .about-funfact {
    margin-left: 400px;
    justify-content: flex-start;
  }
}
@media (max-width: 1399px) {
  .wpo-about-section .about-funfact {
    margin-left: 0;
    justify-content: flex-start;
  }
}
.wpo-about-section .image {
  max-width: 1080px;
}
.wpo-about-section .image-1 {
  position: absolute;
  right: 0;
  z-index: -11;
  top: 52%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .wpo-about-section .image-1 {
    right: -260px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .image-1 {
    display: none;
  }
}
.wpo-about-section .image-2 {
  position: absolute;
  right: 460px;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1799px) {
  .wpo-about-section .image-2 {
    right: 260px;
  }
}
@media (max-width: 1399px) {
  .wpo-about-section .image-2 {
    right: -60px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section .image-2 {
    display: none;
  }
}

.about-funfact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -30px;
}
.about-funfact h3 span {
  color: #000;
  font-family: "Felidae";
  font-size: 200px;
  font-weight: 400;
  line-height: 200px;
  letter-spacing: 10px;
}
@media (max-width: 991px) {
  .about-funfact h3 span {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 6px;
  }
}
.about-funfact h3 .icon {
  line-height: 0;
  position: relative;
  bottom: -50px;
}
@media (max-width: 991px) {
  .about-funfact h3 .icon {
    bottom: -20px;
  }
}
.about-funfact h4 {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about-funfact h4 {
    font-size: 25px;
    line-height: 30px;
  }
}

.video-wrap {
  position: relative;
}
.video-wrap span {
  color: #262626;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
}

.video-btn {
  width: 70px;
  height: 70px;
  line-height: 67px;
  border-radius: 100px;
  border: 1px solid #000;
  text-align: center;
  display: block;
}
.video-btn i {
  font-size: 30px;
  color: #000;
}

/*--------------------------------------------------------------
                  3.3 wpo-project-section
--------------------------------------------------------------*/
.wpo-project-section .title h2 {
  color: #000;
  text-align: center;
  font-size: 200px;
  font-weight: 400;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wpo-project-section .title h2 {
    font-size: 170px;
  }
}
@media (max-width: 991px) {
  .wpo-project-section .title h2 {
    font-size: 130px;
  }
}
@media (max-width: 757px) {
  .wpo-project-section .title h2 {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .wpo-project-section .title h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
.wpo-project-section .project-wrap {
  margin: -17px;
  padding: 0 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1399px) {
  .wpo-project-section .project-wrap {
    margin: -30px;
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-project-section .project-wrap {
    margin: -20px;
    padding: 0 20px;
  }
}
.wpo-project-section .project-wrap .project-card:nth-child(1) {
  width: 40%;
}
@media (max-width: 1199px) {
  .wpo-project-section .project-wrap .project-card:nth-child(1) {
    width: 47%;
  }
}
.wpo-project-section .project-wrap .project-card:nth-child(4) {
  width: 40%;
}
@media (max-width: 1199px) {
  .wpo-project-section .project-wrap .project-card:nth-child(4) {
    width: 47%;
  }
}
.wpo-project-section .project-allBtn {
  text-align: center;
  margin-top: 75px;
}
.wpo-project-section .project-allBtn .theme-btn, .wpo-project-section .project-allBtn .view-cart-btn {
  border-radius: 35px;
  border: 1px solid #000;
  color: #000;
  padding: 16px 40px 12px;
  text-transform: none;
}
.wpo-project-section .project-allBtn .theme-btn:after, .wpo-project-section .project-allBtn .view-cart-btn:after {
  background: linear-gradient(to right, rgba(94, 93, 93, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
@media (max-width: 991px) {
  .wpo-project-section .project-allBtn .theme-btn, .wpo-project-section .project-allBtn .view-cart-btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section .project-allBtn .theme-btn, .wpo-project-section .project-allBtn .view-cart-btn {
    padding: 8px 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section .project-allBtn .theme-btn img, .wpo-project-section .project-allBtn .view-cart-btn img {
    display: none;
  }
}
.wpo-project-section .project-allBtn .theme-btn .rolling-text, .wpo-project-section .project-allBtn .view-cart-btn .rolling-text {
  height: 17px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .wpo-project-section .project-allBtn .theme-btn .rolling-text, .wpo-project-section .project-allBtn .view-cart-btn .rolling-text {
    height: 29px;
    line-height: 34px;
  }
}

.project-card {
  position: relative;
  overflow: hidden;
  width: 55%;
  max-height: 560px;
  margin: 15px;
}
@media (max-width: 1199px) {
  .project-card {
    width: 47%;
    flex-basis: 46%;
  }
}
@media (max-width: 767px) {
  .project-card {
    width: 100%;
    flex-basis: 100%;
  }
}
.project-card img {
  width: 100%;
  border-radius: 0;
  height: 100%;
  position: relative;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 500ms ease;
}
.project-card img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
  transition: all 0.4s ease-in-out;
}
.project-card .content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 28px 30px;
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .project-card .content {
    padding: 20px 20px;
  }
}
.project-card .content h2 {
  margin-bottom: 0;
}
.project-card .content h2 a {
  color: #fff;
  font-family: "Felidae";
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .project-card .content h2 a {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .project-card .content h2 a {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .project-card .content h2 a {
    font-size: 25px;
    line-height: 35px;
  }
}
.project-card .content span {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.project-card:hover img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.project-card:hover img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

/*--------------------------------------------------------------
                 3.4 wpo-service-section
--------------------------------------------------------------*/
.wpo-service-section {
  position: relative;
  z-index: 1;
  margin: 0 100px;
}
@media (max-width: 1799px) {
  .wpo-service-section {
    margin: 0 50px;
  }
}
@media (max-width: 1699px) {
  .wpo-service-section {
    margin: 0;
  }
}
.wpo-service-section .service-top {
  position: relative;
  z-index: 1;
}
.wpo-service-section .service-top .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.wpo-service-section .service-top .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wpo-service-section .service-top .content {
  max-width: 845px;
  max-height: 736px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  padding: 70px 80px;
  padding-right: 100px;
  padding-bottom: 655px;
  margin-left: auto;
  display: block;
}
@media (max-width: 1599px) {
  .wpo-service-section .service-top .content {
    padding-bottom: 455px;
  }
}
@media (max-width: 1499px) {
  .wpo-service-section .service-top .content {
    padding: 70px 30px;
    padding-right: 70px;
    padding-bottom: 155px;
  }
}
@media (max-width: 1399px) {
  .wpo-service-section .service-top .content {
    max-width: 700px;
    padding-bottom: 200px;
  }
}
@media (max-width: 991px) {
  .wpo-service-section .service-top .content {
    max-width: 100%;
    display: block;
    padding: 70px 30px;
    padding-right: 70px;
  }
}
@media (max-width: 757px) {
  .wpo-service-section .service-top .content {
    padding: 70px 30px;
  }
}
@media (max-width: 575px) {
  .wpo-service-section .service-top .content {
    padding: 40px 20px;
  }
}
.wpo-service-section .service-top .content h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 400;
  line-height: 100px;
}
@media (max-width: 1399px) {
  .wpo-service-section .service-top .content h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 757px) {
  .wpo-service-section .service-top .content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.wpo-service-section .service-top .content p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .wpo-service-section .service-top .content p {
    font-size: 18px;
    line-height: 25px;
  }
}
.wpo-service-section .service-wrap {
  position: relative;
  z-index: 11;
  margin-top: -150px;
  padding: 0 70px;
}
@media (max-width: 1599px) {
  .wpo-service-section .service-wrap {
    margin-top: -100px;
    padding: 0 40px;
  }
}
@media (max-width: 1499px) {
  .wpo-service-section .service-wrap {
    margin-top: -50px;
    padding: 0 20px;
  }
}
@media (max-width: 1399px) {
  .wpo-service-section .service-wrap {
    margin-top: -150px;
  }
}
@media (max-width: 1199px) {
  .wpo-service-section .service-wrap {
    margin-top: -100px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .wpo-service-section .service-wrap {
    margin-top: 50px;
    padding: 0 10px;
  }
}

.service-card {
  border: 1px solid #E3E3E3;
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1499px) {
  .service-card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .service-card {
    padding: 30px 20px;
  }
}
.service-card .icon {
  margin-bottom: 20px;
}
.service-card .icon img {
  width: 50px;
  height: 50px;
}
.service-card h2 a {
  color: #000;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
}
@media (max-width: 1399px) {
  .service-card h2 a {
    font-size: 25px;
    line-height: 35px;
  }
}
.service-card p {
  color: #565656;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .service-card p {
    font-size: 15px;
    line-height: 25px;
  }
}

/*--------------------------------------------------------------
                  3.5 wpo-funfact-section
--------------------------------------------------------------*/
.wpo-funfact-section,
.wpo-funfact-section-s3,
.wpo-funfact-section-s11,
.wpo-funfact-section-s14 {
  padding: 80px 155px 70px;
}
@media (max-width: 1750px) {
  .wpo-funfact-section,
  .wpo-funfact-section-s3,
  .wpo-funfact-section-s11,
  .wpo-funfact-section-s14 {
    padding: 80px 100px 70px;
  }
}
@media (max-width: 1699px) {
  .wpo-funfact-section,
  .wpo-funfact-section-s3,
  .wpo-funfact-section-s11,
  .wpo-funfact-section-s14 {
    padding: 80px 50px 70px;
  }
}
@media (max-width: 1399px) {
  .wpo-funfact-section,
  .wpo-funfact-section-s3,
  .wpo-funfact-section-s11,
  .wpo-funfact-section-s14 {
    padding: 80px 20px 70px;
  }
}
@media (max-width: 1199px) {
  .wpo-funfact-section,
  .wpo-funfact-section-s3,
  .wpo-funfact-section-s11,
  .wpo-funfact-section-s14 {
    padding: 80px 10px 70px;
  }
}
.wpo-funfact-section .item,
.wpo-funfact-section-s3 .item,
.wpo-funfact-section-s11 .item,
.wpo-funfact-section-s14 .item {
  text-align: center;
  margin-bottom: 30px;
}
.wpo-funfact-section .item h2,
.wpo-funfact-section-s3 .item h2,
.wpo-funfact-section-s11 .item h2,
.wpo-funfact-section-s14 .item h2 {
  margin-bottom: 0;
  margin-left: 15px;
}
@media (max-width: 1550px) {
  .wpo-funfact-section .item h2,
  .wpo-funfact-section-s3 .item h2,
  .wpo-funfact-section-s11 .item h2,
  .wpo-funfact-section-s14 .item h2 {
    margin-left: 0px;
  }
}
.wpo-funfact-section .item h2 span,
.wpo-funfact-section-s3 .item h2 span,
.wpo-funfact-section-s11 .item h2 span,
.wpo-funfact-section-s14 .item h2 span {
  color: #262626;
  font-family: "Felidae";
  font-size: 180px;
  font-weight: 400;
  letter-spacing: 12px;
}
@media (max-width: 1550px) {
  .wpo-funfact-section .item h2 span,
  .wpo-funfact-section-s3 .item h2 span,
  .wpo-funfact-section-s11 .item h2 span,
  .wpo-funfact-section-s14 .item h2 span {
    font-size: 100px;
    letter-spacing: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-funfact-section .item h2 span,
  .wpo-funfact-section-s3 .item h2 span,
  .wpo-funfact-section-s11 .item h2 span,
  .wpo-funfact-section-s14 .item h2 span {
    font-size: 80px;
    letter-spacing: 8px;
  }
}
.wpo-funfact-section .item h2 .icon,
.wpo-funfact-section-s3 .item h2 .icon,
.wpo-funfact-section-s11 .item h2 .icon,
.wpo-funfact-section-s14 .item h2 .icon {
  font-size: 100px;
  position: relative;
  bottom: -40px;
}
@media (max-width: 1550px) {
  .wpo-funfact-section .item h2 .icon,
  .wpo-funfact-section-s3 .item h2 .icon,
  .wpo-funfact-section-s11 .item h2 .icon,
  .wpo-funfact-section-s14 .item h2 .icon {
    font-size: 80px;
    bottom: -20px;
  }
}
@media (max-width: 991px) {
  .wpo-funfact-section .item h2 .icon,
  .wpo-funfact-section-s3 .item h2 .icon,
  .wpo-funfact-section-s11 .item h2 .icon,
  .wpo-funfact-section-s14 .item h2 .icon {
    font-size: 60px;
    bottom: -10px;
  }
}
.wpo-funfact-section .item h3,
.wpo-funfact-section-s3 .item h3,
.wpo-funfact-section-s11 .item h3,
.wpo-funfact-section-s14 .item h3 {
  color: #262626;
  font-family: "DM Sans", serif;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: -25px;
}
@media (max-width: 1550px) {
  .wpo-funfact-section .item h3,
  .wpo-funfact-section-s3 .item h3,
  .wpo-funfact-section-s11 .item h3,
  .wpo-funfact-section-s14 .item h3 {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .wpo-funfact-section .item h3,
  .wpo-funfact-section-s3 .item h3,
  .wpo-funfact-section-s11 .item h3,
  .wpo-funfact-section-s14 .item h3 {
    font-size: 20px;
    margin-top: 0px;
  }
}
.wpo-funfact-section.py-0 .row,
.wpo-funfact-section-s3.py-0 .row,
.wpo-funfact-section-s11.py-0 .row,
.wpo-funfact-section-s14.py-0 .row {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 70px;
}
@media (max-width: 757px) {
  .wpo-funfact-section.py-0 .row,
  .wpo-funfact-section-s3.py-0 .row,
  .wpo-funfact-section-s11.py-0 .row,
  .wpo-funfact-section-s14.py-0 .row {
    padding-bottom: 50px;
  }
}

/*--------------------------------------------------------------
                 3.6 wpo-testimonial-section
--------------------------------------------------------------*/
.wpo-testimonial-section,
.wpo-testimonial-section-s2 {
  overflow: hidden;
  position: relative;
}
.wpo-testimonial-section .item,
.wpo-testimonial-section-s2 .item {
  position: relative;
  padding: 115px 0;
  z-index: 11;
}
@media (max-width: 757px) {
  .wpo-testimonial-section .item,
  .wpo-testimonial-section-s2 .item {
    padding-top: 90px;
  }
}
@media (max-width: 757px) {
  .wpo-testimonial-section .item,
  .wpo-testimonial-section-s2 .item {
    padding-top: 70px;
  }
}
.wpo-testimonial-section .item .bg-image,
.wpo-testimonial-section-s2 .item .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.wpo-testimonial-section .item .bg-image img,
.wpo-testimonial-section-s2 .item .bg-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.wpo-testimonial-section .item .bg-image::before,
.wpo-testimonial-section-s2 .item .bg-image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.6;
  background: #000;
  z-index: 1;
}
.wpo-testimonial-section .item .content,
.wpo-testimonial-section-s2 .item .content {
  max-width: 1382px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1799px) {
  .wpo-testimonial-section .item .content,
  .wpo-testimonial-section-s2 .item .content {
    max-width: 1282px;
  }
}
@media (max-width: 1699px) {
  .wpo-testimonial-section .item .content,
  .wpo-testimonial-section-s2 .item .content {
    max-width: 1182px;
  }
}
@media (max-width: 1399px) {
  .wpo-testimonial-section .item .content,
  .wpo-testimonial-section-s2 .item .content {
    max-width: 1000px;
  }
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .item .content,
  .wpo-testimonial-section-s2 .item .content {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section .item .content,
  .wpo-testimonial-section-s2 .item .content {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section .item .content,
  .wpo-testimonial-section-s2 .item .content {
    padding: 0 10px;
  }
}
.wpo-testimonial-section .item .content .icon,
.wpo-testimonial-section-s2 .item .content .icon {
  width: 89px;
  height: 65px;
  margin: 0 auto;
}
.wpo-testimonial-section .item .content h3,
.wpo-testimonial-section-s2 .item .content h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 70px;
  margin-top: 50px;
  margin-bottom: 0;
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .wpo-testimonial-section .item .content h3,
  .wpo-testimonial-section-s2 .item .content h3 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section .item .content h3,
  .wpo-testimonial-section-s2 .item .content h3 {
    margin-top: 40px;
  }
}
@media (max-width: 757px) {
  .wpo-testimonial-section .item .content h3,
  .wpo-testimonial-section-s2 .item .content h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section .item .content h3,
  .wpo-testimonial-section-s2 .item .content h3 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 30px;
  }
}
.wpo-testimonial-section .item .content h4,
.wpo-testimonial-section-s2 .item .content h4 {
  color: #fff;
  font-family: "DM Sans", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  padding-top: 60px;
  position: relative;
}
@media (max-width: 757px) {
  .wpo-testimonial-section .item .content h4,
  .wpo-testimonial-section-s2 .item .content h4 {
    font-size: 35px;
    line-height: 45px;
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section .item .content h4,
  .wpo-testimonial-section-s2 .item .content h4 {
    font-size: 30px;
    line-height: 35px;
    padding-top: 40px;
  }
}
.wpo-testimonial-section .item .content h4::before,
.wpo-testimonial-section-s2 .item .content h4::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 500px;
  height: 1px;
  background: #fff;
  transform: translateX(-50%);
  border-radius: 10px;
}
.wpo-testimonial-section .item .content h4::after,
.wpo-testimonial-section-s2 .item .content h4::after {
  position: absolute;
  left: 50%;
  top: 10px;
  content: "";
  width: 300px;
  height: 1px;
  background: #fff;
  transform: translateX(-50%);
  border-radius: 10px;
}
.wpo-testimonial-section .item .content span,
.wpo-testimonial-section-s2 .item .content span {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .wpo-testimonial-section .item .content span,
  .wpo-testimonial-section-s2 .item .content span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section .owl-nav,
  .wpo-testimonial-section-s2 .owl-nav {
    display: none;
  }
}
.wpo-testimonial-section .owl-prev,
.wpo-testimonial-section-s2 .owl-prev {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
}
@media (max-width: 1699px) {
  .wpo-testimonial-section .owl-prev,
  .wpo-testimonial-section-s2 .owl-prev {
    left: 50px;
  }
}
.wpo-testimonial-section .owl-prev::before,
.wpo-testimonial-section-s2 .owl-prev::before {
  position: absolute;
  content: url(../images/right-arrow.svg);
  width: 50px;
  height: 50px;
}
.wpo-testimonial-section .owl-prev span,
.wpo-testimonial-section-s2 .owl-prev span {
  display: none;
}
.wpo-testimonial-section .owl-next,
.wpo-testimonial-section-s2 .owl-next {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
}
.wpo-testimonial-section .owl-next::before,
.wpo-testimonial-section-s2 .owl-next::before {
  position: absolute;
  content: url(../images/left-arrow.svg);
  width: 50px;
  height: 50px;
}
.wpo-testimonial-section .owl-next span,
.wpo-testimonial-section-s2 .owl-next span {
  display: none;
}
.wpo-testimonial-section .owl-dots,
.wpo-testimonial-section-s2 .owl-dots {
  text-align: center;
  top: -75px;
  position: relative;
  z-index: 1;
  display: none;
}
@media (max-width: 991px) {
  .wpo-testimonial-section .owl-dots,
  .wpo-testimonial-section-s2 .owl-dots {
    display: block;
  }
}
.wpo-testimonial-section .owl-dot,
.wpo-testimonial-section-s2 .owl-dot {
  border: 0;
  width: 10px;
  height: 12px;
  background: #fff;
  border-radius: 100px;
  margin: 0 5px;
}
.wpo-testimonial-section .owl-dot.active,
.wpo-testimonial-section-s2 .owl-dot.active {
  background: #e3b576;
}


/*--------------------------------------------------------------
                5.4 wpo-blog-section
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .wpo-blog-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 757px) {
  .wpo-blog-section {
    padding-bottom: 40px;
  }
}
.wpo-blog-section .title {
  max-width: 1361px;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .wpo-blog-section .title {
    padding: 0 10px;
    margin-bottom: 50px;
    max-width: 500px;
  }
}
.wpo-blog-section .title h2 {
  color: #000;
  text-align: left;
  font-size: 120px;
  font-weight: 400;
  line-height: 150px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .wpo-blog-section .title h2 {
    font-size: 80px;
    line-height: 120px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-section .title h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
.wpo-blog-section .title p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  max-width: 753px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .wpo-blog-section .title p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-section .title p {
    margin-left: 0;
  }
}
.wpo-blog-section .blog-wrap {
  max-width: 1715px;
  margin: 0 auto;
}
.wpo-blog-section .blog-wrap .row {
  margin: 0 -10px;
}
@media (max-width: 1399px) {
  .wpo-blog-section .blog-wrap .row {
    padding: 0 10px;
    margin: 0;
  }
}
@media (max-width: 757px) {
  .wpo-blog-section .blog-wrap .row {
    padding: 0;
  }
}

.blog-card {
  margin: 0 10px;
}
@media (max-width: 1399px) {
  .blog-card {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .blog-card {
    margin-bottom: 30px;
  }
}
.blog-card .image {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .blog-card .image {
    border-radius: 20px;
  }
}
.blog-card .image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.blog-card .image img {
  width: 100%;
}
.blog-card h3 {
  margin: 0;
  margin-top: 30px;
}
.blog-card h3 a {
  color: #000;
  font-family: "Felidae";
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
}
@media (max-width: 1399px) {
  .blog-card h3 a {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  .blog-card h3 a {
    font-size: 30px;
    line-height: 40px;
  }
}
.blog-card a {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 60px;
}
.blog-card:hover .image::before {
  animation: shine 0.75s;
}


/*--------------------------------------------------------------
                6.5 wpo-pricing-section
--------------------------------------------------------------*/
.wpo-pricing-section {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-pricing-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-pricing-section {
    padding-bottom: 50px;
  }
}
.wpo-pricing-section .container-fluid {
  margin: 0 auto;
  max-width: 1410px;
}
.wpo-pricing-section .section-title {
  max-width: 948px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
.wpo-pricing-section .section-title h2 {
  color: #000;
  font-size: 100px;
  font-weight: 400;
  line-height: 130px;
}
@media (max-width: 1199px) {
  .wpo-pricing-section .section-title h2 {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 991px) {
  .wpo-pricing-section .section-title h2 {
    font-size: 50px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-pricing-section .section-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.wpo-pricing-section .section-title p {
  color: #666;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .wpo-pricing-section .section-title p {
    font-size: 18px;
    line-height: 25px;
  }
}
.wpo-pricing-section .pricing-card {
  background: #fff;
  padding: 70px 40px 70px;
  border: 1px solid #ebebeb;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-align: center;
  box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.06);
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .wpo-pricing-section .pricing-card {
    padding: 50px 30px 50px;
  }
}
.wpo-pricing-section .pricing-card .title h2 {
  color: #565656;
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .wpo-pricing-section .pricing-card .title h2 {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .wpo-pricing-section .pricing-card .title h2 {
    font-size: 20px;
  }
}
.wpo-pricing-section .pricing-card .pricing-top h2 {
  color: #000;
  font-size: 100px;
  line-height: 120px;
  font-weight: 400;
  margin-bottom: 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1399px) {
  .wpo-pricing-section .pricing-card .pricing-top h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  .wpo-pricing-section .pricing-card .pricing-top h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
.wpo-pricing-section .pricing-card .pricing-top h2 > sub {
  color: #565656;
  position: relative;
  top: -10px;
  font-family: "DM Sans", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
}
.wpo-pricing-section .pricing-card .theme-btn, .wpo-pricing-section .pricing-card .view-cart-btn {
  width: 100%;
  text-align: center;
  background: transparent;
  border: 1px solid #000;
  border-radius: 0px;
  color: #000;
  text-transform: capitalize;
  padding: 12px;
  transition: all 0.3s ease-in-out;
  margin-top: 30px;
  text-transform: none;
}
.wpo-pricing-section .pricing-card .theme-btn .rolling-text, .wpo-pricing-section .pricing-card .view-cart-btn .rolling-text {
  line-height: 28px;
  height: 24px;
}
.wpo-pricing-section .pricing-card ul {
  padding-top: 20px;
}
.wpo-pricing-section .pricing-card ul li {
  position: relative;
  list-style: none;
  color: #525252;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}
@media (max-width: 1199px) {
  .wpo-pricing-section .pricing-card ul li {
    font-size: 17px;
    line-height: 40px;
  }
}
.wpo-pricing-section .pricing-card.active .theme-btn, .wpo-pricing-section .pricing-card.active .view-cart-btn, .wpo-pricing-section .pricing-card:hover .theme-btn, .wpo-pricing-section .pricing-card:hover .view-cart-btn {
  background: #000;
  border: 1px solid transparent;
  color: #fff;
}

/*--------------------------------------------------------------
                9.2 wpo-products-section
--------------------------------------------------------------*/
.wpo-products-section {
  height: 900px;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
@media (max-width: 767px) {
  .wpo-products-section {
    height: 100%;
    padding: 100px 10px 80px;
  }
}
.wpo-products-section .item {
  position: absolute;
  box-sizing: border-box;
  display: none;
  z-index: 20;

}
@media (max-width: 767px) {
  .wpo-products-section .item {
    position: unset;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 450px;
  }
}

.wpo-products-section .item .content {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .wpo-products-section .item .content {
    display: block;
    padding: 20px;
    text-align: center;
  }
}
.wpo-products-section .item .content .image {
  width: 97px;
  height: 90px;
  margin: 10px;
}
@media (max-width: 575px) {
  .wpo-products-section .item .content .image {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.wpo-products-section .item .content .image img {
  width: 100%;
  border-radius: 10px;
}
.wpo-products-section .item .content .text {
  padding: 20px 30px;
  padding-left: 10px;
}
@media (max-width: 575px) {
  .wpo-products-section .item .content .text {
    padding: 0;
  }
}
.wpo-products-section .item .content .text h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .wpo-products-section .item .content .text h2 {
    font-size: 20px;
  }
}
.wpo-products-section .item .content .text h2 a {
  color: #000;
}
.wpo-products-section .item .content .text span {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.wpo-products-section .item .content .text del {
  color: #999;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 13px;
}
.wpo-products-section .item:nth-child(2) {
  left: 565px;
  bottom: auto;
  top: 180px;
}
@media (max-width: 991px) {
  .wpo-products-section .item:nth-child(2) {
    left: 300px;
    top: 75px;
  }
}
@media (max-width: 767px) {
  .wpo-products-section .item:nth-child(2) {
    position: unset;
    transform: none;
  }
}
.wpo-products-section .item:nth-child(2)::before {
  right: auto;
  top: auto;
  bottom: -40px;
  left: 50%;
  width: 2px;
  height: 40px;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .wpo-products-section .item:nth-child(2)::before {
    height: 150px;
    bottom: -150px;
  }
}
.wpo-products-section .item:nth-child(2)::after {
  right: auto;
  top: auto;
  bottom: -41px;
  left: -107px;
  transform: translateY(-50%);
  width: 260px;
  height: 2px;
}
@media (max-width: 991px) {
  .wpo-products-section .item:nth-child(2)::after {
    display: none;
  }
}
.wpo-products-section .item:nth-child(2) .dot {
  right: auto;
  bottom: -52px;
  left: -128px;
}
@media (max-width: 991px) {
  .wpo-products-section .item:nth-child(2) .dot {
    bottom: -159px;
    left: 139px;
  }
}
.wpo-products-section .item:last-child {
  top: 327px;
  right: 260px;
  left: auto;
  bottom: auto;
  transform: translate(-50%);
}
@media (max-width: 1600px) {
  .wpo-products-section .item:last-child {
    right: 200px;
  }
}
@media (max-width: 1499px) {
  .wpo-products-section .item:last-child {
    right: 50px;
  }
}
@media (max-width: 1399px) {
  .wpo-products-section .item:last-child {
    right: -100px;
  }
}
@media (max-width: 1199px) {
  .wpo-products-section .item:last-child {
    top: 400px;
    right: -150px;
  }
}
@media (max-width: 991px) {
  .wpo-products-section .item:last-child {
    top: auto;
    right: 150px;
    bottom: 47px;
  }
}
@media (max-width: 767px) {
  .wpo-products-section .item:last-child {
    position: unset;
    transform: none;
  }
}
.wpo-products-section .item:last-child .content .image {
  width: 125px;
  height: 90px;
}
.wpo-products-section .item:last-child::before {
  right: auto;
  top: 50%;
  bottom: auto;
  left: -20px;
  width: 40px;
  height: 2px;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .wpo-products-section .item:last-child::before {
    right: -220px;
    top: 50%;
    bottom: auto;
    left: auto;
    width: 150px;
    height: 2px;
  }
}
.wpo-products-section .item:last-child::after {
  right: auto;
  top: auto;
  bottom: -335px;
  left: -40px;
  transform: translateY(-50%);
  width: 2px;
  height: 260px;
}
@media (max-width: 991px) {
  .wpo-products-section .item:last-child::after {
    display: none;
  }
}
.wpo-products-section .item:last-child .dot {
  right: auto;
  bottom: -226px;
  left: -52px;
}
@media (max-width: 991px) {
  .wpo-products-section .item:last-child .dot {
    left: auto;
    bottom: auto;
    right: -165px;
    top: 40%;
  }
}

/* 9. Home-style-6 */
/*--------------------------------------------------------------
                9.1 wpo-about-section-s6
--------------------------------------------------------------*/
.wpo-about-section-s6 .about-wrap {
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 1720px) {
  .wpo-about-section-s6 .about-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 757px) {
  .wpo-about-section-s6 .about-wrap {
    padding: 0 10px;
  }
}
.wpo-about-section-s6 .content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wpo-about-section-s6 .content {
    display: block;
  }
}
.wpo-about-section-s6 .content .title {
  width: 640px;
  padding-right: 20px;
  display: block;
}
@media (max-width: 1399px) {
  .wpo-about-section-s6 .content .title {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s6 .content .title {
    width: 100%;
    padding-right: 0;
  }
}
.wpo-about-section-s6 .content .title h2 {
  color: #000;
  font-family: "DM Sans", serif;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 757px) {
  .wpo-about-section-s6 .content .title h2 {
    font-size: 30px;
  }
}
.wpo-about-section-s6 .content p {
  width: calc(100% - 640px);
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  font-size: 55px;
  line-height: 80px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .wpo-about-section-s6 .content p {
    width: calc(100% - 500px);
    font-size: 30px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s6 .content p {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s6 .content p {
    width: 100%;
  }
}
@media (max-width: 757px) {
  .wpo-about-section-s6 .content p {
    font-size: 20px;
    line-height: 35px;
  }
}

/*--------------------------------------------------------------
                9.3 wpo-service-section-s6
--------------------------------------------------------------*/
.wpo-service-section-s6 {
  padding: 150px 0 100px;
}
@media (max-width: 991px) {
  .wpo-service-section-s6 {
    padding: 100px 0 90px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s6 {
    padding: 90px 0 60px;
  }
}
.wpo-service-section-s6 .service-wrap {
  max-width: 1716px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .wpo-service-section-s6 .service-wrap {
    display: block;
    max-width: 100%;
  }
}
.wpo-service-section-s6 .service-wrap .title {
  max-width: 711px;
}
@media (max-width: 1550px) {
  .wpo-service-section-s6 .service-wrap .title {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-service-section-s6 .service-wrap .title {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .wpo-service-section-s6 .service-wrap .title {
    margin-bottom: 40px;
  }
}
.wpo-service-section-s6 .service-wrap .title h2 {
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  font-size: 110px;
  font-weight: 700;
  margin-bottom: 35px;
}
@media (max-width: 1550px) {
  .wpo-service-section-s6 .service-wrap .title h2 {
    font-size: 90px;
  }
}
@media (max-width: 1399px) {
  .wpo-service-section-s6 .service-wrap .title h2 {
    font-size: 70px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-service-section-s6 .service-wrap .title h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s6 .service-wrap .title h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .wpo-service-section-s6 .service-wrap .title h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
.wpo-service-section-s6 .service-wrap .title p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 575px) {
  .wpo-service-section-s6 .service-wrap .title p {
    font-size: 18px;
    line-height: 28px;
  }
}
.wpo-service-section-s6 .service-wrap .row {
  max-width: 900px;
  margin-left: auto;
  margin-right: -30px;
}
@media (max-width: 1399px) {
  .wpo-service-section-s6 .service-wrap .row {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .wpo-service-section-s6 .service-wrap .row {
    max-width: 100%;
    margin: 0 -10px;
  }
}
.wpo-service-section-s6 .service-wrap .service-card {
  margin: 0 15px 50px;
}
@media (max-width: 1399px) {
  .wpo-service-section-s6 .service-wrap .service-card {
    margin: 0 0 30px;
  }
}

/*--------------------------------------------------------------
                9.5 wpo-work-section-s2
--------------------------------------------------------------*/
.wpo-work-section-s2 {
  max-width: 1734px;
  margin: 0 auto;
}
@media (max-width: 1719px) {
  .wpo-work-section-s2 {
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .wpo-work-section-s2 {
    margin: 0 10px;
  }
}
.wpo-work-section-s2 .title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .wpo-work-section-s2 .title {
    margin-bottom: 20px;
  }
}
.wpo-work-section-s2 .title h2 {
  margin-bottom: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 150px;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  color: transparent;
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .wpo-work-section-s2 .title h2 {
    font-size: 90px;
    line-height: 110px;
  }
}
@media (max-width: 1199px) {
  .wpo-work-section-s2 .title h2 {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .wpo-work-section-s2 .title h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 757px) {
  .wpo-work-section-s2 .title h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
.wpo-work-section-s2 p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wpo-work-section-s2 p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.wpo-work-section-s2 .item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  max-width: 750px;
}
@media (max-width: 1399px) {
  .wpo-work-section-s2 .item {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .wpo-work-section-s2 .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-work-section-s2 .item {
    margin-bottom: 30px;
  }
}
.wpo-work-section-s2 .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .wpo-work-section-s2 .item:last-child {
    margin-bottom: 0px;
  }
}
.wpo-work-section-s2 .item h3 {
  color: #000;
  font-family: "DM Sans", serif;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}
@media (max-width: 1399px) {
  .wpo-work-section-s2 .item h3 {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-work-section-s2 .item h3 {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 30px;
  }
}
.wpo-work-section-s2 .item .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wpo-work-section-s2 .item .text {
    display: block;
  }
}
.wpo-work-section-s2 .item .text span {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
  max-width: 250px;
}
.wpo-work-section-s2 .item .text p {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  width: calc(100% - 250px);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .wpo-work-section-s2 .item .text p {
    width: 100%;
    font-size: 18px;
  }
}
.wpo-work-section-s2 .image {
  max-width: 790px;
}
@media (max-width: 991px) {
  .wpo-work-section-s2 .image {
    margin-bottom: 30px;
  }
}
.wpo-work-section-s2 .image img {
  width: 100%;
}


/*--------------------------------------------------------------
                7.7 wpo-testimonial-section-s3
--------------------------------------------------------------*/
.wpo-testimonial-section-s3,
.wpo-testimonial-section-s11 {
  padding-left: 100px;
  padding-right: 100px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-left: 0;
  border-right: 0;
}
@media (max-width: 1399px) {
  .wpo-testimonial-section-s3,
  .wpo-testimonial-section-s11 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-testimonial-section-s3,
  .wpo-testimonial-section-s11 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-testimonial-section-s3,
  .wpo-testimonial-section-s11 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wpo-testimonial-section-s3 .testimonial-slider-s3,
.wpo-testimonial-section-s11 .testimonial-slider-s3 {
  margin: -15px;
}
@media (max-width: 991px) {
  .wpo-testimonial-section-s3 .testimonial-slider-s3,
  .wpo-testimonial-section-s11 .testimonial-slider-s3 {
    margin: 0px;
  }
}
.wpo-testimonial-section-s3 .item,
.wpo-testimonial-section-s11 .item {
  background: #fff;
  box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.06);
  padding: 70px 60px;
  margin: 15px;
}
@media (max-width: 1199px) {
  .wpo-testimonial-section-s3 .item,
  .wpo-testimonial-section-s11 .item {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section-s3 .item,
  .wpo-testimonial-section-s11 .item {
    margin: 0;
    box-shadow: 0px 2px 12px 2px transparent;
    border: 1px solid rgba(51, 51, 51, 0.2);
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section-s3 .item,
  .wpo-testimonial-section-s11 .item {
    padding: 30px 20px;
  }
}
.wpo-testimonial-section-s3 .item .icon,
.wpo-testimonial-section-s11 .item .icon {
  width: 60px;
  height: 60px;
}
@media (max-width: 575px) {
  .wpo-testimonial-section-s3 .item .icon,
  .wpo-testimonial-section-s11 .item .icon {
    width: 40px;
    height: 40px;
  }
}
.wpo-testimonial-section-s3 .item h3,
.wpo-testimonial-section-s11 .item h3 {
  color: #000;
  font-family: "DM Sans", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .wpo-testimonial-section-s3 .item h3,
  .wpo-testimonial-section-s11 .item h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section-s3 .item h3,
  .wpo-testimonial-section-s11 .item h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
.wpo-testimonial-section-s3 .item .client-wrap,
.wpo-testimonial-section-s11 .item .client-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .wpo-testimonial-section-s3 .item .client-wrap,
  .wpo-testimonial-section-s11 .item .client-wrap {
    display: block;
  }
}
.wpo-testimonial-section-s3 .item .client-wrap .image,
.wpo-testimonial-section-s11 .item .client-wrap .image {
  width: 80px;
  height: 80px;
}
@media (max-width: 575px) {
  .wpo-testimonial-section-s3 .item .client-wrap .image,
  .wpo-testimonial-section-s11 .item .client-wrap .image {
    width: 60px;
    height: 60px;
  }
}
.wpo-testimonial-section-s3 .item .client-wrap .image img,
.wpo-testimonial-section-s11 .item .client-wrap .image img {
  width: 100%;
  border-radius: 100%;
}
.wpo-testimonial-section-s3 .item .client-wrap .text,
.wpo-testimonial-section-s11 .item .client-wrap .text {
  margin-left: 30px;
}
@media (max-width: 575px) {
  .wpo-testimonial-section-s3 .item .client-wrap .text,
  .wpo-testimonial-section-s11 .item .client-wrap .text {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.wpo-testimonial-section-s3 .item .client-wrap .text h4,
.wpo-testimonial-section-s11 .item .client-wrap .text h4 {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .wpo-testimonial-section-s3 .item .client-wrap .text h4,
  .wpo-testimonial-section-s11 .item .client-wrap .text h4 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section-s3 .item .client-wrap .text h4,
  .wpo-testimonial-section-s11 .item .client-wrap .text h4 {
    font-size: 20px;
  }
}
.wpo-testimonial-section-s3 .item .client-wrap .text span,
.wpo-testimonial-section-s11 .item .client-wrap .text span {
  color: #565656;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .wpo-testimonial-section-s3 .item .client-wrap .text span,
  .wpo-testimonial-section-s11 .item .client-wrap .text span {
    font-size: 16px;
  }
}
.wpo-testimonial-section-s3 .owl-nav,
.wpo-testimonial-section-s11 .owl-nav {
  display: none;
}
.wpo-testimonial-section-s3 .owl-dots,
.wpo-testimonial-section-s11 .owl-dots {
  text-align: center;
  padding-top: 55px;
}
.wpo-testimonial-section-s3 .owl-dot,
.wpo-testimonial-section-s11 .owl-dot {
  border: 0;
  width: 15px;
  height: 15px;
  background: #D9D9D9;
  border-radius: 100px;
  margin: 0 5px;
}
.wpo-testimonial-section-s3 .owl-dot.active,
.wpo-testimonial-section-s11 .owl-dot.active {
  background: #333333;
}

/*--------------------------------------------------------------
                9.7 wpo-blog-section-s6
--------------------------------------------------------------*/
.wpo-blog-section-s3 {
  max-width: 1715px;
  margin: 0 auto;
}
@media (max-width: 1799px) {
  .wpo-blog-section-s3 {
    margin: 0 10px;
  }
}
@media (max-width: 757px) {
  .wpo-blog-section-s3 {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .wpo-blog-section-s3 {
    padding-bottom: 50px;
  }
}
@media (max-width: 757px) {
  .wpo-blog-section-s3 {
    padding-bottom: 40px;
  }
}
.wpo-blog-section-s3 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .wpo-blog-section-s3 .title {
    flex-direction: column;
    text-align: center;
  }
}
.wpo-blog-section-s3 .title h2 {
  color: #000;
  margin-bottom: 0;
  max-width: 900px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 90px;
  font-weight: 500;
}
@media (max-width: 1599px) {
  .wpo-blog-section-s3 .title h2 {
    font-size: 90px;
    line-height: 100px;
  }
}
@media (max-width: 1399px) {
  .wpo-blog-section-s3 .title h2 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 1199px) {
  .wpo-blog-section-s3 .title h2 {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 757px) {
  .wpo-blog-section-s3 .title h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-blog-section-s3 .title h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.wpo-blog-section-s3 .title p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  max-width: 663px;
}
@media (max-width: 1199px) {
  .wpo-blog-section-s3 .title p {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .wpo-blog-section-s3 .title p {
    font-size: 18px;
    line-height: 25px;
  }
}
.wpo-blog-section-s3 .blog-wrap .row {
  margin: 0 -10px;
}
@media (max-width: 1399px) {
  .wpo-blog-section-s3 .blog-wrap .row {
    padding: 0 10px;
    margin: 0;
  }
}
@media (max-width: 757px) {
  .wpo-blog-section-s3 .blog-wrap .row {
    padding: 0;
  }
}
.wpo-blog-section-s3 .blog-card {
  margin: 0 10px;
}
@media (max-width: 1399px) {
  .wpo-blog-section-s3 .blog-card {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .wpo-blog-section-s3 .blog-card {
    margin-bottom: 30px;
  }
}
.wpo-blog-section-s3 .blog-card .image {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wpo-blog-section-s3 .blog-card .image {
    border-radius: 0px;
  }
}
.wpo-blog-section-s3 .blog-card .image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.wpo-blog-section-s3 .blog-card .image img {
  width: 100%;
}
.wpo-blog-section-s3 .blog-card h3 {
  margin: 0;
  margin-top: 30px;
}
.wpo-blog-section-s3 .blog-card h3 a {
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
@media (max-width: 1399px) {
  .wpo-blog-section-s3 .blog-card h3 a {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  .wpo-blog-section-s3 .blog-card h3 a {
    font-size: 30px;
    line-height: 40px;
  }
}
.wpo-blog-section-s3 .blog-card a {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 60px;
}
.wpo-blog-section-s3 .blog-card:hover .image::before {
  animation: shine 0.75s;
}

/*--------------------------------------------------------------
                11.4 wpo-testimonial-section-s6
--------------------------------------------------------------*/
.wpo-testimonial-section-s6 .testimonial-wrap {
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  position: relative;
  padding: 133px 0 160px;
}
@media (max-width: 991px) {
  .wpo-testimonial-section-s6 .testimonial-wrap {
    padding: 90px 0 120px;
  }
}
@media (max-width: 767px) {
  .wpo-testimonial-section-s6 .testimonial-wrap {
    padding: 80px 0 100px;
  }
}
.wpo-testimonial-section-s6 .testimonial-wrap::before {
  position: absolute;
  right: -141px;
  top: 0;
  width: 53%;
  height: 100%;
  content: "";
  background: #FFF;
  opacity: 0.6;
  transform: skewX(340deg);
}
@media (max-width: 1699px) {
  .wpo-testimonial-section-s6 .testimonial-wrap::before {
    right: -70px;
    transform: skewX(350deg);
    width: 60%;
  }
}
@media (max-width: 1399px) {
  .wpo-testimonial-section-s6 .testimonial-wrap::before {
    right: -70px;
    transform: skewX(350deg);
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .wpo-testimonial-section-s6 .testimonial-wrap::before {
    right: -70px;
    transform: skewX(350deg);
    width: 90%;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section-s6 .testimonial-wrap::before {
    right: 0px;
    transform: none;
    width: 100%;
  }
}
.wpo-testimonial-section-s6 .testimonial-slider-s4 {
  max-width: 700px;
  max-height: 505px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .wpo-testimonial-section-s6 .testimonial-slider-s4 {
    padding: 0 10px;
  }
}
.wpo-testimonial-section-s6 .item .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .wpo-testimonial-section-s6 .item .icon {
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
  }
}
.wpo-testimonial-section-s6 .item h3 {
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  font-size: 35px;
  font-weight: 500;
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wpo-testimonial-section-s6 .item h3 {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section-s6 .item h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 50px;
  }
}
.wpo-testimonial-section-s6 .item h3::before {
  position: absolute;
  left: 0;
  content: "";
  width: 500px;
  height: 1px;
  background: #000;
  bottom: 10px;
}
@media (max-width: 575px) {
  .wpo-testimonial-section-s6 .item h3::before {
    width: 300px;
  }
}
.wpo-testimonial-section-s6 .item h3::after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 300px;
  height: 1px;
  background: #000;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .wpo-testimonial-section-s6 .item h3::after {
    width: 220px;
  }
}
.wpo-testimonial-section-s6 .item h4 {
  color: #000;
  font-family: "DM Sans", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .wpo-testimonial-section-s6 .item h4 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section-s6 .item h4 {
    font-size: 25px;
    line-height: 25px;
    margin-top: 30px;
  }
}
.wpo-testimonial-section-s6 .item span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
}
@media (max-width: 767px) {
  .wpo-testimonial-section-s6 .item span {
    font-size: 18px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section-s6 .owl-nav {
    display: none;
  }
}
.wpo-testimonial-section-s6 .owl-prev {
  position: absolute;
  right: 120px;
  bottom: -160px;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
}
.wpo-testimonial-section-s6 .owl-prev::before {
  content: url(../images/left-arrow-2.svg);
  transition: all 0.3s ease-in-out;
}
.wpo-testimonial-section-s6 .owl-prev span {
  display: none;
}
.wpo-testimonial-section-s6 .owl-next {
  position: absolute;
  right: 15px;
  bottom: -160px;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
}
.wpo-testimonial-section-s6 .owl-next::before {
  content: url(../images/right-arrow-3.svg);
  transition: all 0.3s ease-in-out;
}
.wpo-testimonial-section-s6 .owl-next span {
  display: none;
}
.wpo-testimonial-section-s6 .owl-dots {
  bottom: -20px;
  position: relative;
  z-index: 1;
  display: none;
}
@media (max-width: 991px) {
  .wpo-testimonial-section-s6 .owl-dots {
    display: block;
  }
}
.wpo-testimonial-section-s6 .owl-dot {
  border: 0;
  width: 10px;
  height: 12px;
  background: #000;
  border-radius: 100px;
  margin: 0 5px;
}
.wpo-testimonial-section-s6 .owl-dot.active {
  background: #e3b576;
}

/*--------------------------------------------------------------
                11.3 wpo-work-section-s3
--------------------------------------------------------------*/
.wpo-work-section-s3 .wraper {
  margin-left: auto;
  max-width: 1840px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 2560px) {
  .wpo-work-section-s3 .wraper {
    max-width: 1720px;
    margin: 0 auto;
  }
}
@media (max-width: 1840px) {
  .wpo-work-section-s3 .wraper {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-work-section-s3 .wraper {
    padding: 0 10px;
    flex-direction: column-reverse;
  }
}
.wpo-work-section-s3 .left-content {
  max-width: 785px;
  padding-right: 140px;
  margin-top: -20px;
}
@media (max-width: 1499px) {
  .wpo-work-section-s3 .left-content {
    max-width: 585px;
    padding-right: 50px;
  }
}
@media (max-width: 1399px) {
  .wpo-work-section-s3 .left-content {
    max-width: 485px;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  .wpo-work-section-s3 .left-content {
    max-width: 585px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .wpo-work-section-s3 .left-content {
    max-width: 100%;
    margin-top: 0;
  }
}
.wpo-work-section-s3 .left-content h2 {
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 70px;
}
@media (max-width: 1499px) {
  .wpo-work-section-s3 .left-content h2 {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .wpo-work-section-s3 .left-content h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-work-section-s3 .left-content h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.wpo-work-section-s3 .left-content ul li {
  list-style: none;
  border-bottom: 1px solid #DDD;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
@media (max-width: 1499px) {
  .wpo-work-section-s3 .left-content ul li {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-work-section-s3 .left-content ul li {
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
}
.wpo-work-section-s3 .left-content ul li:last-child {
  margin-bottom: 0;
}
.wpo-work-section-s3 .left-content ul li a {
  font-weight: 500;
  color: #555;
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
}
@media (max-width: 1499px) {
  .wpo-work-section-s3 .left-content ul li a {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .wpo-work-section-s3 .left-content ul li a {
    font-size: 20px;
  }
}
.wpo-work-section-s3 .right-image {
  width: calc(100% - 785px);
}
@media (max-width: 1499px) {
  .wpo-work-section-s3 .right-image {
    width: calc(100% - 585px);
  }
}
@media (max-width: 1399px) {
  .wpo-work-section-s3 .right-image {
    width: calc(100% - 485px);
  }
}
@media (max-width: 1199px) {
  .wpo-work-section-s3 .right-image {
    width: calc(100% - 585px);
  }
}
@media (max-width: 991px) {
  .wpo-work-section-s3 .right-image {
    width: 100%;
    max-width: 660px;
    margin-bottom: 40px;
  }
}
.wpo-work-section-s3 .right-image img {
  width: 100%;
}

/*--------------------------------------------------------------
                12.2 wpo-project-section-s9
--------------------------------------------------------------*/
.wpo-project-section-s9 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-project-section-s9 {
    padding-bottom: 60px;
  }
}
@media (max-width: 757px) {
  .wpo-project-section-s9 {
    padding-bottom: 50px;
  }
}
.wpo-project-section-s9 .container-fulid {
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 757px) {
  .wpo-project-section-s9 .container-fulid {
    max-width: 550px;
  }
}
.wpo-project-section-s9 .row {
  margin: 0 -10px;
}
@media (max-width: 1399px) {
  .wpo-project-section-s9 .row {
    margin: 0;
  }
}
.wpo-project-section-s9 .col:first-child .project-card-s9 {
  padding: 0;
  max-width: 800px;
  margin-bottom: 60px;
  padding-left: 10px;
}
@media (max-width: 1399px) {
  .wpo-project-section-s9 .col:first-child .project-card-s9 {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section-s9 .col:first-child .project-card-s9 {
    margin-bottom: 30px;
  }
}
.wpo-project-section-s9 .col:first-child .project-card-s9 .content {
  position: unset;
  max-width: 560px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .wpo-project-section-s9 .col:first-child .project-card-s9 .content {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section-s9 .col:first-child .project-card-s9 .content {
    margin-bottom: 30px;
  }
}
.wpo-project-section-s9 .col:first-child .project-card-s9 .content div {
  display: block;
  padding: 0;
}
.wpo-project-section-s9 .col:first-child .project-card-s9 .content span {
  display: block;
  padding-right: 0px;
  color: #DDDDDD;
  font-size: 120px;
  font-weight: 400;
  line-height: 120px;
}
@media (max-width: 1399px) {
  .wpo-project-section-s9 .col:first-child .project-card-s9 .content span {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 1199px) {
  .wpo-project-section-s9 .col:first-child .project-card-s9 .content span {
    font-size: 50px;
    line-height: 60px;
  }
}
.wpo-project-section-s9 .col:first-child .project-card-s9 .content h2 {
  display: block;
  max-width: 100%;
}
.wpo-project-section-s9 .col:first-child .project-card-s9 .content h2 a {
  text-decoration: none;
  position: unset;
  font-size: 50px;
}
@media (max-width: 1399px) {
  .wpo-project-section-s9 .col:first-child .project-card-s9 .content h2 a {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .wpo-project-section-s9 .col:first-child .project-card-s9 .content h2 a {
    font-size: 30px;
  }
}
.wpo-project-section-s9 .col:first-child .project-card-s9 .content p {
  display: block;
}
.wpo-project-section-s9 .col:first-child .project-card-s9 .content a {
  display: block;
  position: unset;
}
.wpo-project-section-s9 .col:nth-child(2) .project-card-s9 {
  padding: 0;
  max-width: 800px;
  margin-left: auto;
  padding-right: 10px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap-reverse;
}
@media (max-width: 1399px) {
  .wpo-project-section-s9 .col:nth-child(2) .project-card-s9 {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section-s9 .col:nth-child(2) .project-card-s9 {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}
.wpo-project-section-s9 .col:nth-child(2) .project-card-s9 .content {
  position: unset;
  max-width: 560px;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wpo-project-section-s9 .col:nth-child(2) .project-card-s9 .content {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section-s9 .col:nth-child(2) .project-card-s9 .content {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.wpo-project-section-s9 .col:nth-child(2) .project-card-s9 .content div {
  display: block;
  padding: 0;
}
.wpo-project-section-s9 .col:nth-child(2) .project-card-s9 .content span {
  display: block;
  padding-right: 0px;
  color: #DDDDDD;
  font-size: 120px;
  font-weight: 400;
  line-height: 120px;
}
@media (max-width: 1399px) {
  .wpo-project-section-s9 .col:nth-child(2) .project-card-s9 .content span {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 1199px) {
  .wpo-project-section-s9 .col:nth-child(2) .project-card-s9 .content span {
    font-size: 50px;
    line-height: 60px;
  }
}
.wpo-project-section-s9 .col:nth-child(2) .project-card-s9 .content h2 {
  display: block;
  max-width: 100%;
}
.wpo-project-section-s9 .col:nth-child(2) .project-card-s9 .content h2 a {
  text-decoration: none;
  position: unset;
  font-size: 50px;
}
@media (max-width: 1399px) {
  .wpo-project-section-s9 .col:nth-child(2) .project-card-s9 .content h2 a {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .wpo-project-section-s9 .col:nth-child(2) .project-card-s9 .content h2 a {
    font-size: 30px;
  }
}
.wpo-project-section-s9 .col:nth-child(2) .project-card-s9 .content p {
  display: block;
}
.wpo-project-section-s9 .col:nth-child(2) .project-card-s9 .content a {
  display: block;
  position: unset;
}

.project-card-s9 {
  position: relative;
  padding: 0 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .project-card-s9 {
    padding: 0;
  }
}
.project-card-s9 .content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.project-card-s9 .content div {
  display: flex;
  align-items: center;
  padding: 20px 40px;
}
@media (max-width: 1399px) {
  .project-card-s9 .content div {
    padding: 20px 20px;
  }
}
@media (max-width: 1199px) {
  .project-card-s9 .content div {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .project-card-s9 .content div {
    display: block;
  }
}
.project-card-s9 .content span {
  color: #FFF;
  font-family: "Felidae";
  font-size: 80px;
  font-weight: 400;
  display: inline;
  padding-right: 30px;
}
@media (max-width: 1399px) {
  .project-card-s9 .content span {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .project-card-s9 .content span {
    font-size: 50px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .project-card-s9 .content span {
    padding-right: 0px;
    margin-bottom: 10px;
  }
}
.project-card-s9 .content h2 {
  display: inline;
  max-width: 260px;
}
@media (max-width: 767px) {
  .project-card-s9 .content h2 {
    max-width: 100%;
    line-height: 0;
    margin-bottom: 20px;
  }
}
.project-card-s9 .content h2 a {
  color: #FFF;
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  position: unset;
}
@media (max-width: 1399px) {
  .project-card-s9 .content h2 a {
    font-size: 25px;
  }
}
.project-card-s9 .content p {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: none;
}
@media (max-width: 1399px) {
  .project-card-s9 .content p {
    font-size: 18px;
  }
}
.project-card-s9 .content a {
  color: #FFF;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 40px;
}
@media (max-width: 1399px) {
  .project-card-s9 .content a {
    font-size: 20px;
    bottom: 20px;
    left: 20px;
  }
}
.project-card-s9 .image {
  position: relative;
  overflow: hidden;
}
.project-card-s9 .image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.project-card-s9 .image img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.project-card-s9:hover .image::before {
  animation: shine 0.75s;
}
.project-card-s9:hover .image img {
  transform: scale(1.1);
}


/* 14. Home-style-11 */
/*--------------------------------------------------------------
                14.1 wpo-service-section-s9
--------------------------------------------------------------*/
.wpo-service-section-s9 {
  max-width: 1730px;
  margin: 0 auto;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-service-section-s9 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s9 {
    padding-bottom: 50px;
  }
}
.wpo-service-section-s9 .title {
  max-width: 959px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.wpo-service-section-s9 .title span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  border-radius: 20px;
  background: #F9F9F9;
  display: inline-block;
  padding: 5px 18px;
  margin-bottom: 20px;
  font-family: "DM Sans", serif;
}
.wpo-service-section-s9 .title h2 {
  color: #000;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}
@media (max-width: 991px) {
  .wpo-service-section-s9 .title h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s9 .title h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .wpo-service-section-s9 .title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.wpo-service-section-s9 .title p {
  color: #000;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 30px;
  max-width: 784px;
  margin: 0 auto;
}
.wpo-service-section-s9 .service-card {
  margin: 0 9px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .wpo-service-section-s9 .service-card {
    margin: 0;
    margin-bottom: 30px;
  }
}
.wpo-service-section-s9 .service-card h2 a {
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 1399px) {
  .wpo-service-section-s9 .service-card h2 a {
    font-size: 25px;
    line-height: 35px;
  }
}

/* 20. service-single-page */
.service-single-page {
  padding-bottom: 110px;
}
.service-single-page .container-fluid {
  margin: 0 auto;
  max-width: 1720px;
}
.service-single-page .service-image {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .service-single-page .service-image {
    margin-bottom: 50px;
  }
}
.service-single-page .service-image img {
  width: 100%;
}
.service-single-page .content {
  max-width: 999px;
}
@media (max-width: 1199px) {
  .service-single-page .content {
    margin-bottom: 50px;
  }
}
.service-single-page .content h2 {
  color: #1E3446;
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .service-single-page .content h2 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .service-single-page .content h2 {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-single-page .content h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.service-single-page .content p {
  color: #626B72;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1399px) {
  .service-single-page .content p {
    font-size: 18px;
    line-height: 30px;
  }
}
.service-single-page .content p span {
  color: #626B72;
  font-size: 50px;
}
@media (max-width: 1399px) {
  .service-single-page .content p span {
    font-size: 34px;
  }
}
.service-single-page .video {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 578px;
  position: relative;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .service-single-page .video {
    height: 478px;
  }
}
@media (max-width: 991px) {
  .service-single-page .video {
    margin-left: 0;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .service-single-page .video {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .service-single-page .video {
    height: 300px;
  }
}
.service-single-page .video-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.service-single-page .video-btn {
  border: 0;
  display: inline;
}

.service-title {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .service-title {
    text-align: center;
    margin-bottom: 40px;
  }
}
.service-title h2 {
  color: #1E3446;
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
  margin: 0;
  max-width: 700px;
  margin-right: auto;
}
@media (max-width: 1499px) {
  .service-title h2 {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 1199px) {
  .service-title h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .service-title h2 {
    margin: 0 auto;
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 757px) {
  .service-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.service-title p {
  color: #626B72;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  max-width: 696px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .service-title p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .service-title p {
    margin: 0 auto;
  }
}

/* solve-section */
.dream-section {
  background: #F9F9F9;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .dream-section {
    padding: 90px 0;
    padding-bottom: 60px;
  }
}
.dream-section .container-fluid {
  margin: 0 auto;
  max-width: 1720px;
}
.dream-section .dream-wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  .dream-section .dream-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.dream-section .image-wrap {
  width: calc(100% - 588px);
}
@media (max-width: 1599px) {
  .dream-section .image-wrap {
    width: calc(100% - 500px);
  }
}
@media (max-width: 1399px) {
  .dream-section .image-wrap {
    width: calc(100% - 700px);
  }
}
@media (max-width: 1199px) {
  .dream-section .image-wrap {
    width: 100%;
  }
}
.dream-section .image-wrap .row {
  margin: 0 -18px;
}
@media (max-width: 1499px) {
  .dream-section .image-wrap .row {
    margin: 0 -9px;
  }
}
.dream-section .image-wrap .image {
  margin: 0 9px;
}
@media (max-width: 1499px) {
  .dream-section .image-wrap .image {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .dream-section .image-wrap .image {
    margin-bottom: 30px;
  }
}
.dream-section .image-wrap .image img {
  width: 100%;
}
.dream-section .title {
  max-width: 588px;
  padding-left: 74px;
}
@media (max-width: 1599px) {
  .dream-section .title {
    padding-left: 20px;
  }
}
@media (max-width: 1399px) {
  .dream-section .title {
    max-width: 700px;
  }
}
@media (max-width: 1199px) {
  .dream-section .title {
    padding-left: 0;
    padding-bottom: 30px;
  }
}
.dream-section .title h2 {
  color: #1E3446;
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
}
@media (max-width: 1499px) {
  .dream-section .title h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 1399px) {
  .dream-section .title h2 {
    font-size: 50px;
    line-height: 65px;
  }
}
.dream-section .title p {
  color: #626B72;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1399px) {
  .dream-section .title p {
    font-size: 18px;
    line-height: 30px;
  }
}

.project-title {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .project-title {
    text-align: center;
    margin-bottom: 40px;
  }
}
.project-title h2 {
  color: #1E3446;
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
  margin: 0;
  max-width: 700px;
  margin-right: auto;
}
@media (max-width: 1499px) {
  .project-title h2 {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 1199px) {
  .project-title h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .project-title h2 {
    margin: 0 auto;
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 757px) {
  .project-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.project-title p {
  color: #626B72;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  max-width: 696px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .project-title p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .project-title p {
    margin: 0 auto;
  }
}

/* service-business */
.service-business .container-fluid {
  margin: 0 auto;
  max-width: 1720px;
}
@media (max-width: 991px) {
  .service-business .image-wrap .image {
    margin-bottom: 20px;
  }
}
.service-business .image-wrap .image img {
  width: 100%;
}
.service-business .image-wrap .col:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .service-business .image-wrap .col:last-child {
    display: block;
  }
}
.service-business .image-wrap .col:last-child .image {
  max-width: 550px;
  max-height: 408px;
}
@media (max-width: 991px) {
  .service-business .image-wrap .col:last-child .image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
  }
}

/* 22. wpo-blog-pg-section */
.wpo-blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-video ***/
}
.wpo-blog-pg-section .container-fluid {
  max-width: 1410px;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .container-fluid {
    max-width: 697px;
    margin: 0 auto;
  }
}
.wpo-blog-pg-section .wpo-blog-wraper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .wpo-blog-wraper {
    display: block;
  }
}
.wpo-blog-pg-section .entry-details {
  border: 2px solid #F1F1F1;
  background: #FFF;
  padding: 25px 40px;
}
@media (max-width: 1399px) {
  .wpo-blog-pg-section .entry-details {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-details {
    padding: 15px 15px;
  }
}
.wpo-blog-pg-section .wpo-blog-content {
  width: calc(100% - 363px);
  padding-right: 60px;
}
@media (max-width: 1399px) {
  .wpo-blog-pg-section .wpo-blog-content {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .wpo-blog-content {
    padding-right: 0px;
    width: 100%;
  }
}
.wpo-blog-pg-section .wpo-blog-content .post {
  margin-bottom: 60px;
}
@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-bottom: 20px;
}
.wpo-blog-pg-section .entry-meta ul {
  list-style: none;
}
.wpo-blog-pg-section .entry-meta ul li {
  color: #525252;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}
.wpo-blog-pg-section .entry-meta ul li a {
  color: #525252;
}
.wpo-blog-pg-section .entry-meta ul li a:hover {
  color: #707070;
}
.wpo-blog-pg-section .entry-meta ul li i {
  position: relative;
  margin-right: 3px;
}
.wpo-blog-pg-section .entry-meta ul li i:before {
  font-size: 13px;
}
.wpo-blog-pg-section .entry-meta ul li + li {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.wpo-blog-pg-section .entry-meta ul li + li:before {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #666;
  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: 15px;
    line-height: 20px;
  }
}
@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-family: "Felidae";
  color: #262626;
  font-size: 55px;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wpo-blog-pg-section .post h3 a {
  color: #262626;
}
.wpo-blog-pg-section .post h3 a:hover {
  color: #707070;
}
.wpo-blog-pg-section .post p {
  margin-bottom: 1.5em;
  color: #707070;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .post p {
    font-size: 16px;
  }
}
.wpo-blog-pg-section .post a.read-more {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .post a.read-more {
    font-size: 15px;
    line-height: 20px;
  }
}
.wpo-blog-pg-section .post a.read-more:hover {
  color: #707070;
}
.wpo-blog-pg-section .entry-media img {
  width: 100%;
}
.wpo-blog-pg-section .format-standard,
.wpo-blog-pg-section .format-quote {
  background-color: #fafbfe;
  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: 20px;
  top: 10px;
  content: "\f10a";
  font-family: "flaticon";
  font-size: 90px;
  line-height: 80px;
  color: #e5f0fb;
}
.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%;
  transform: translateY(-50%);
}
.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
  background: #DDD;
  color: #000;
}
.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  padding: 0;
  margin: 0;
  color: #525252;
  transition: all 0.3s;
  border: 0;
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 45px;
  }
}
.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
  font-size: 18px;
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
    font-size: 15px;
  }
}
.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev,
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev {
  left: 10px;
}
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  right: 10px;
}
.wpo-blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}
.wpo-blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.8;
}
.wpo-blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 83px;
  height: 83px;
  line-height: 80px;
  background: #000;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .format-video .video-holder a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.wpo-blog-pg-section .format-video .video-holder a:after {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 106px;
  height: 106px;
  content: "";
  border-radius: 106px;
  z-index: -1;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .format-video .video-holder a:after {
    width: 70px;
    height: 70px;
    left: -6px;
    top: -6px;
  }
}
.wpo-blog-pg-section .format-video .video-holder .fi:before {
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #e3b576;
}

.wpo-blog-pg-section.blog-pg-left-sidebar .wpo-blog-wraper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section.blog-pg-left-sidebar .wpo-blog-wraper {
    display: block;
  }
}
.wpo-blog-pg-section.blog-pg-left-sidebar .wpo-blog-content {
  padding-left: 60px;
  padding-right: 0;
}
@media (max-width: 1399px) {
  .wpo-blog-pg-section.blog-pg-left-sidebar .wpo-blog-content {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .wpo-blog-pg-section.blog-pg-left-sidebar .wpo-blog-content {
    padding-right: 0px;
    padding-left: 0;
  }
}

.wpo-blog-pg-section.blog-pg-fullwidth .container-fluid {
  max-width: 1077px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section.blog-pg-fullwidth .container-fluid {
    max-width: 697px;
    margin: 0 auto;
  }
}
.wpo-blog-pg-section.blog-pg-fullwidth .wpo-blog-content {
  padding: 0;
  width: 100%;
}
/*23. wpo-blog-single-section*/
.wpo-blog-single-section {
  /*** tag-share ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}
.wpo-blog-single-section .container-fluid {
  max-width: 1410px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .container-fluid {
    max-width: 697px;
    margin: 0 auto;
  }
}
.wpo-blog-single-section .wpo-blog-wraper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .wpo-blog-wraper {
    display: block;
  }
}
.wpo-blog-single-section .wpo-blog-content {
  width: calc(100% - 363px);
  padding-right: 60px;
}
@media (max-width: 1399px) {
  .wpo-blog-single-section .wpo-blog-content {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-single-section .wpo-blog-content {
    padding-right: 0px;
    width: 100%;
  }
}
.wpo-blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.wpo-blog-single-section .entry-meta ul {
  list-style: none;
}
.wpo-blog-single-section .entry-meta ul li {
  color: #525252;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}
.wpo-blog-single-section .entry-meta ul li a {
  color: #525252;
}
.wpo-blog-single-section .entry-meta ul li a:hover {
  color: #707070;
}
.wpo-blog-single-section .entry-meta ul li i {
  position: relative;
  margin-right: 3px;
}
.wpo-blog-single-section .entry-meta ul li i:before {
  font-size: 13px;
}
.wpo-blog-single-section .entry-meta ul li + li {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.wpo-blog-single-section .entry-meta ul li + li:before {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #666;
  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: 15px;
    line-height: 20px;
  }
}
@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 {
  margin-bottom: 20px;
}
.wpo-blog-single-section .entry-media img {
  width: 100%;
}
.wpo-blog-single-section .post h2 {
  margin-bottom: 30px;
  font-family: "Felidae";
  color: #001635;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .post h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-single-section .post h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .post h2 {
    font-size: 30px;
  }
}
.wpo-blog-single-section .post p {
  margin-bottom: 1.5em;
  color: #727272;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .post p {
    font-size: 18px;
    line-height: 30px;
  }
}
.wpo-blog-single-section .post p span {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 35px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .post p span {
    font-size: 25px;
  }
}
.wpo-blog-single-section .post h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .post h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.wpo-blog-single-section .post blockquote {
  max-width: 990px;
  color: #233d62;
  padding-left: 30px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  text-align: left;
  position: relative;
  color: #001635;
  font-family: "Felidae";
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .post blockquote {
    font-size: 30px;
    line-height: 40px;
  }
}
.wpo-blog-single-section .post blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 3px solid #666;
  background: #fff;
  height: 100%;
}
.wpo-blog-single-section .post blockquote h4 {
  color: #001635;
  font-family: "DM Sans", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .post blockquote h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.wpo-blog-single-section .post blockquote span {
  color: #727272;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .post blockquote span {
    font-size: 20px;
    line-height: 30px;
  }
}
.wpo-blog-single-section .post .gallery {
  overflow: hidden;
  margin: 40px -15px 0;
}
.wpo-blog-single-section .post .gallery > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 15px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .post .gallery > div {
    width: calc(100% - 20px);
    float: none;
    margin: 10px;
  }
}
.wpo-blog-single-section .post .gallery img {
  width: 100%;
}
.wpo-blog-single-section .tag-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .tag-wrap {
    display: block;
  }
}
.wpo-blog-single-section .tag-share,
.wpo-blog-single-section .tag-share-s2 {
  padding-bottom: 30px;
  color: #070143;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .tag-share,
  .wpo-blog-single-section .tag-share-s2 {
    padding-bottom: 20px;
  }
}
.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: "DM Sans", serif;
  color: #001635;
  display: inline-block;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .tag-share .tag > span,
  .wpo-blog-single-section .tag-share-s2 .tag > span {
    padding-right: 5px;
  }
}
.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 {
  display: inline-block;
  padding: 1px 18px;
  background: transparent;
  text-transform: capitalize;
  color: #666;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #CCC;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share .tag a,
  .wpo-blog-single-section .tag-share-s2 .tag a {
    font-size: 13px;
  }
}
.wpo-blog-single-section .tag-share .tag a:hover,
.wpo-blog-single-section .tag-share-s2 .tag a:hover {
  color: #e3b576;
}
.wpo-blog-single-section .tag-share-s2 .tag a {
  font-size: 16px;
  text-transform: capitalize;
  color: #001635;
  width: 40px;
  height: 40px;
  background: rgba(0, 22, 53, 0.05);
  text-align: center;
  line-height: 42px;
  border-radius: 40px;
  padding: 0;
}
.wpo-blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #D9D9D9;
  border-right: 0;
  border-left: 0;
}
.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;
  padding-left: 15px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
  }
}
.wpo-blog-single-section .more-posts .next-post .post-control-link {
  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 .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}
.wpo-blog-single-section .more-posts .previous-post .post-control-link {
  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 > a > span,
.wpo-blog-single-section .more-posts .next-post > a > span {
  display: block;
}
.wpo-blog-single-section .more-posts .post-control-link {
  text-transform: capitalize;
  font-weight: 600;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
.wpo-blog-single-section .more-posts .post-name {
  color: #001635;
  font-family: "Felidae";
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .more-posts .post-name {
    font-size: 25px;
    line-height: 35px;
  }
}
.wpo-blog-single-section .more-posts a:hover .post-control-link {
  color: #000;
}
.wpo-blog-single-section .comments-area {
  margin-top: 40px;
}
.wpo-blog-single-section .comments-area li > div {
  padding: 35px 0;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area li > div {
    padding: 35px 0;
  }
}
.wpo-blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}
.wpo-blog-single-section .comments-area ol ul {
  padding-left: 140px;
  list-style-type: none;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .comments-area ol ul {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area ol ul {
    padding-left: 20px;
  }
}
.wpo-blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}
.wpo-blog-single-section .comments-area .comments-title {
  color: #001635;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .comments-area .comments-title {
    font-size: 40px;
  }
}
.wpo-blog-single-section .comments-area li > div {
  position: relative;
}
.wpo-blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 0;
}
@media (max-width: 1199px) {
  .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: 140px;
  max-width: 980px;
}
@media (max-width: 1199px) {
  .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 {
  color: #888;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
.wpo-blog-single-section .comments-area .comments-meta h4 {
  font-family: "Felidae";
  color: #070143;
  color: #233D50;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .comments-area .comments-meta h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wpo-blog-single-section .comments-area .comments-meta span {
  text-transform: none;
  display: inline-block;
  font-family: "DM Sans", serif;
  color: #474747;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
.wpo-blog-single-section .comments-area .comment-reply-link {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.wpo-blog-single-section .comments-area .comment-reply-link:hover {
  color: #070143;
}
.wpo-blog-single-section .comments-area .children {
  position: relative;
}
.wpo-blog-single-section .comments-area .shape {
  position: absolute;
  left: 50px;
  top: -170px;
  max-width: 106px;
  max-height: 260px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .comments-area .shape {
    display: none;
  }
}
.wpo-blog-single-section .comments-section {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
}
.wpo-blog-single-section .comment-respond {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond {
    margin-top: 40px;
  }
}
.wpo-blog-single-section .comment-respond .comment-reply-title {
  margin-bottom: 40px;
  color: #262626;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond .comment-reply-title {
    font-size: 40px;
  }
}
.wpo-blog-single-section .comment-respond .comment-form {
  background: #F6F6F6;
  padding: 60px;
}
@media (max-width: 1399px) {
  .wpo-blog-single-section .comment-respond .comment-form {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .comment-form {
    padding: 30px 20px;
  }
}
.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
  background-color: #fff;
  width: 100%;
  height: 55px;
  border: 1px solid transparent;
  padding: 6px 15px;
  margin-bottom: 20px;
  outline: 0;
  box-shadow: none;
  transition: all 0.3s;
  color: #525252;
  font-size: 20px;
  font-weight: 400;
}
.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
  box-shadow: none;
  border-color: transparent;
}
@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 {
  max-width: 228px;
  height: 58px;
  background-color: #000;
  color: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
.wpo-blog-single-section .comment-respond .form-submit::before {
  position: absolute;
  right: 30px;
  top: 50%;
  content: "\e628";
  font-family: "themify";
  color: #fff;
  z-index: 1;
  font-size: 18px;
  transform: translateY(-50%);
  cursor: pointer;
}
.wpo-blog-single-section .comment-respond .form-submit input {
  text-align: left;
  padding-left: 30px;
  margin-bottom: 0;
  line-height: 30px;
  height: 100%;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  background: transparent;
  color: #fff;
}
.wpo-blog-single-section .comment-respond .form-submit:hover {
  background-color: #070143;
}

.wpo-blog-single-left-sidebar-section .wpo-blog-wraper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .wpo-blog-single-left-sidebar-section .wpo-blog-wraper {
    display: block;
  }
}
.wpo-blog-single-left-sidebar-section .wpo-blog-content {
  padding-left: 60px;
  padding-right: 0;
}
@media (max-width: 1399px) {
  .wpo-blog-single-left-sidebar-section .wpo-blog-content {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .wpo-blog-single-left-sidebar-section .wpo-blog-content {
    padding-right: 0px;
    padding-left: 0;
  }
}

.blog-single-fullwidth .container-fluid {
  max-width: 1077px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .blog-single-fullwidth .container-fluid {
    max-width: 697px;
    margin: 0 auto;
  }
}
.blog-single-fullwidth .wpo-blog-content {
  padding: 0;
  width: 100%;
}

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

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

/* 27. login-design */
.wpo-login-area {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 100px 0;
}

.wpo-accountWrapper {
  width: 1170px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin: auto;
  box-shadow: 0px 14px 60px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
}

.wpo-accountInfo {
  width: 50%;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
  text-align: center;
  padding: 50px;
}

.wpo-accountForm {
  width: 50%;
  padding: 70px 85px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wpo-accountInfoHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.wpo-accountInfoHeader h2 a {
  display: block;
  line-height: 50px;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}

.wpo-accountInfo .wpo-accountBtn {
  height: 40px;
  background: #fff;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
  border: 2px solid #fff;
  transition: all 0.4s ease-in-out 0s;
}

.wpo-accountInfo .wpo-accountBtn:hover {
  background: transparent;
  color: #fff;
}

.wpo-accountInfo p {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}

.fromTitle h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.fromTitle p {
  font-size: 15px;
  margin-bottom: 40px;
}

.form-style input:not([type="radio"]) {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 20px;
  height: 60px;
  border: 1px solid #e5e5e5 !important;
  border-radius: 2px;
  border: none;
}

.form-style input:not([type="radio"]):focus {
  outline: none;
  border: 1px solid #e5e5e5 !important;
}

input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  position: relative;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "✔";
  border: 1px solid #e5e5e5;
  border-radius: 0.2em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
  line-height: 1.2em;
  position: absolute;
  left: 0;
  top: 5px;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.check-box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forget-btn a {
  display: inline-block;
  font-size: 14px;
  color: #000;
}

.input-box label {
  color: #676B79;
  font-weight: 500;
  font-size: 16px;
  padding-left: 20px !important;
}

.wpo-accountForm .wpo-accountBtn {
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #000;
  width: 100%;
  background: #000;
  color: #fff;
  transition: all 0.4s ease-in-out 0s;
  margin-top: 30px;
}

.wpo-accountForm .wpo-accountBtn:hover {
  background: transparent;
  color: #333;
}

.or {
  border-top: 1px dashed #e5e5e5;
  margin-top: 45px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.or span {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 25px;
  background: #fff;
  position: relative;
  top: -14px;
  color: #000;
}

.wpo-socialLoginBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  list-style: none;
}

.wpo-socialLoginBtn li button {
  height: 40px;
  width: 50px;
  min-width: 50px;
  font-size: 15px;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: none;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
}

.wpo-socialLoginBtn li button.facebook {
  background: #000;
}

.wpo-socialLoginBtn li button.linkedin {
  background: #000;
}

.wpo-socialLoginBtn li button.twitter {
  background: #000;
}

.wpo-socialLoginBtn li {
  margin: 0px 5px 5px;
}

.subText {
  text-align: center;
}

.subText a {
  display: inline-block;
  font-size: 14px;
  color: #000;
}

.form-group {
  position: relative;
}

.input-group-btn {
  position: absolute;
  right: 10px;
  top: 37px;
}

.input-group-btn button {
  background: transparent !important;
  border: none;
  outline: none;
  background: none;
  box-shadow: none !important;
}

.input-group-btn button:hover {
  background: transparent;
}

.input-group-btn button:focus,
.input-group-btn button.active {
  background: none !important;
  border: none !important;
  outline: none !important;
}

.btn-default.active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background: none !important;
  border: none;
  outline: none;
}

@media (max-width: 1200px) {
  .wpo-accountWrapper {
    width: 900px;
  }
  .wpo-accountForm {
    padding: 70px 35px;
  }
}
@media (max-width: 1024px) {
  .wpo-accountWrapper {
    width: 100%;
    max-width: 100%;
  }
  .wpo-accountForm {
    padding: 70px 35px;
  }
  .image img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .wpo-accountInfo {
    width: 100%;
  }
  .wpo-accountForm {
    width: 100%;
  }
  .accountArea {
    padding: 0px 16px;
  }
}
@media (max-width: 767px) {
  .wpo-accountInfo {
    width: 100%;
  }
  .wpo-accountForm {
    width: 100%;
  }
}
.back-home {
  max-width: 150px;
}

/* 28. contact-pg-section */
.wpo-contact-pg-section {
  padding-bottom: 0px;
}
.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: 50px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-title h2 {
    font-size: 40px;
  }
}
.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
  background: transparent;
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: 400;
  font-family: "DM Sans", serif;
  box-shadow: none !important;
  padding-left: 25px;
  border: 1px solid #ebebeb;
}
@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: #000;
  background: transparent;
}
.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: 20px;
  font-weight: 400;
  font-family: "DM Sans", serif;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.wpo-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: "DM Sans", serif;
  font-size: 20px;
  padding: 10px 30px;
  background: #000;
}
.wpo-contact-pg-section form .submit-area .theme-btn::before, .wpo-contact-pg-section form .submit-area .view-cart-btn::before {
  display: none;
}
.wpo-contact-pg-section form .submit-area .theme-btn:after, .wpo-contact-pg-section form .submit-area .view-cart-btn:after {
  border-radius: 18px;
}
.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: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 40px;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  background: #f5f5f5;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
  font-size: 35px;
  color: #000;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  margin-top: 15px;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
    font-size: 40px;
  }
}
.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: #fff;
  box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
  padding-bottom: 0;
  margin-bottom: -125px;
  position: relative;
  z-index: 9;
}
@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;
}

/* 29. pf-terms-section*/
.pf-terms-section h4 {
  font-size: 45px;
  margin-bottom: 30px;
  margin-top: -20px;
}
@media (max-width: 991px) {
  .pf-terms-section h4 {
    font-size: 35px;
  }
}
.pf-terms-section .pf-terms-wrap .pf-terms-img img {
  width: 100%;
}
.pf-terms-section .pf-terms-wrap .pf-terms-text {
  padding-top: 30px;
}
.pf-terms-section .pf-terms-wrap .pf-terms-text h2 {
  font-size: 45px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .pf-terms-section .pf-terms-wrap .pf-terms-text h2 {
    font-size: 35px;
  }
}
.pf-terms-section .pf-terms-wrap .pf-terms-text ul {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 40px;
}
.pf-terms-section .pf-terms-wrap .pf-terms-text ul li {
  padding: 10px;
  position: relative;
  padding-left: 20px;
}
.pf-terms-section .pf-terms-wrap .pf-terms-text ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #000;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
}
.pf-terms-section .pf-terms-wrap .pf-terms-text .t-sub {
  padding: 20px 0;
}
.pf-terms-section .pf-terms-wrap .pf-terms-text .t-sub .pf-p-details-img {
  margin-bottom: 20px;
}
.pf-terms-section .pf-faq-section {
  margin-top: 30px;
}
.pf-terms-section .pf-faq-section {
  margin-top: 30px;
}
.pf-terms-section .accordion-item {
  border: 0;
  border: 1px solid #fafbfe;
  padding: 5px 20px;
  margin-bottom: 20px;
  background: #f6f6f6;
}
.pf-terms-section .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.pf-terms-section .accordion-item .accordion-body p {
  color: #565656;
}
.pf-terms-section .accordion-item button {
  padding: 20px;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  color: #070143;
  text-align: left;
  font-family: "DM Sans", serif;
}
.pf-terms-section .accordion-item button::after {
  background: none;
  font-family: "themify";
  content: "\e622";
  font-size: 15px;
  transform: rotate(0deg);
  font-weight: 700;
}
.pf-terms-section .accordion-item button.collapsed {
  color: #070143;
}
.pf-terms-section .accordion-item button.collapsed::after {
  content: "\e61a";
}
.pf-terms-section .accordion-item button:focus {
  box-shadow: none;
  outline: none;
  border-color: #e1e1e1;
}
.pf-terms-section .accordion-item .accordion-collapse {
  border: 0;
}
.pf-terms-section .accordion-button {
  background: transparent;
}
.pf-terms-section .accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.13);
}

/* 30. error-404-section */
.error-404-section {
  text-align: center;
}
.error-404-section .error-message {
  margin-top: 30px;
  padding: 0 200px;
}
@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 20px;
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}
.error-404-section .error-message h3 {
  font-size: 55px;
  margin: 0 0;
}
@media (max-width: 767px) {
  .error-404-section .error-message h3 {
    font-size: 40px;
  }
}
.error-404-section .error-message p {
  margin-bottom: 1.8em;
}
.error-404-section .error-message .theme-btn, .error-404-section .error-message .view-cart-btn {
  background: #000;
  border-radius: 0;
}

/* 31. success-message-section */
.success-message-section {
  text-align: center;
}
.success-message-section .success-message {
  margin-top: 30px;
  padding: 0 200px;
}
@media (max-width: 991px) {
  .success-message-section .success-message {
    margin-top: 20px;
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .success-message-section .success-message {
    padding: 0;
  }
}
.success-message-section .success-message h3 {
  font-size: 55px;
  margin: 0 0;
}
@media (max-width: 767px) {
  .success-message-section .success-message h3 {
    font-size: 40px;
  }
}
.success-message-section .success-message p { 
  margin-bottom: 1.8em;
}
.success-message-section .success-message .theme-btn, .success-message-section .success-message .view-cart-btn {
  background: #000;
  border-radius: 0;
}
/*# sourceMappingURL=style.css.map */

.circle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3498db;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;          /* 添加flex布局 */
  align-items: center;    /* 垂直居中 */
  justify-content: center; /* 水平居中 */
  color: white;           /* + 符号颜色 */
  font-size: 15px;       /* + 符号大小 */
  line-height: 0;         /* 修正文字垂直居中 */
  z-index: 19;
}

.circle::before,
.circle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3498db;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: pulse 2s linear infinite;
}

.circle::after {
  animation-delay: 1s;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

.circle:hover {
  background-color: #2980b9;
}

.popup {
  position: absolute;
  box-sizing: border-box;
  width: 200px;
  height: 120px;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-radius: 4px;
  padding: 16px;
  display: none;
  z-index: 20;
}

.svg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 15;
}

.wpo-login-bg {
  background-image: url(../../../../image/catalog/page/login.jpg);
  background-size: cover;
}

.shop-card button {
  margin-top: 10px;
  border: none;
  background: none;
  font-size: 24px;
}

.product-thumb .image {
  position: relative;
  overflow: hidden;
}

.product-thumb .image .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-thumb .image:hover .hover-image {
  opacity: 1;
}

.product-thumb .image:hover .main-image {
  opacity: 0;
}

.brand-container {
  display: flex;
  align-items: center;
}

.brand-logo {
  vertical-align: middle;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  position: relative;
  align-items: center;
  top: 3px;
}

.brand-text {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .navbar-brand.brand-container {
    margin-right: 0px;
    padding-left: 15px;
  }

  .navbar-brand.brand-container span {
    display: none;
  }

  .navbar-brand.brand-container img {
    width: 40px;
    height: 40px;
    margin: auto; /* 添加外边距自动，帮助居中 */
    display: block; /* 确保图片作为块级元素 */
  }

  .wpo-products-section .circle {
    display: none;
  }
}

.logo.widget-title {
  display: flex; 
  align-items: center; 
  gap: 10px;
}

.logo.widget-title img {
  width: 50px; height: 50px; margin-top:6px
}


.logo.widget-title span {
  color: #FFF;
  font-family: "Space Grotesk", sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.design-page-logo {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

.form-check {
  padding-left: 0;
}
#form-register .form-check-input {
  margin-right: 0.5rem;
}

.form-check-label {
  padding-left: 25px !important;
}

.form-check-input[type="radio"] {
  margin: 5px 10px 0px 0px !important;
}

.form-check-input:checked {
  background-color: #0F0F0F;
  border-color: #B6B6B6;
}

/* 为 nav-category-name 添加相对定位和内联块显示 */
.navigation-holder .nav > li > a > span.nav-category-name {
  position: relative;
  display: inline-block;
}

/* 创建下划线伪元素，并附加到 span.nav-category-name */
.navigation-holder .nav > li > a > span.nav-category-name::after {
  content: '';
  position: absolute;
  width: 100%; /* 下划线宽度与 span 内容宽度一致 */
  transform: scaleX(0); /* 初始状态收缩 */
  height: 2px; /* 下划线粗细 */
  bottom: -2px; /* 定位在 span 文字下方，根据需要微调 */
  left: 0;
  background-color: #333; /* 下划线颜色 */
  transform-origin: center; /* 从中间展开/收缩 */
  transition: transform 0.3s ease-out; /* 过渡动画 */
}

/* 当鼠标悬停在链接 <a> 上时，展开其子元素 span 的下划线 */
.navigation-holder .nav > li > a:hover > span.nav-category-name::after {
  transform: scaleX(1); /* 展开 */
}

.checkout-input {
  width: 100%;
  height: 50px;
  border: 1px solid #ebebeb;
  margin-bottom: 25px; /* 保留此项，用于非 input-group 的情况 */
  padding-left: 20px;
  border-radius: 40px; /* 保留此项，用于非 input-group 的情况 */
}

.checkout-input-button {
  position: absolute; /* 保留此项，用于非 input-group 的情况 */
  right: 0;
  top: 0;
  height: 50px;
  background: #333;
  color: #fff;
  width: 108px; /* 保留此项，用于非 input-group 的情况 */
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  border-top-right-radius: 40px; /* 保留此项，用于非 input-group 的情况 */
  border-bottom-right-radius: 40px; /* 保留此项，用于非 input-group 的情况 */
}


/* --- 新增：针对 input-group 内元素的样式调整 --- */

/* 调整 input-group 容器本身的边距（如果需要） */
.input-group {
  margin-bottom: 1rem; /* 使用 Bootstrap 默认边距或自定义 */
}

/* 调整 input-group 内的 .checkout-input */
.input-group .checkout-input {
  position: relative;    /* 确保在正常文档流中 */
  flex: 1 1 auto;        /* 允许 flex 布局调整宽度 */
  width: 1%;             /* Bootstrap input-group 的 flex 技巧 */
  min-width: 0;          /* 防止内容撑开 */
  margin-bottom: 0;      /* 移除组内的底部边距 */
  /* 调整圆角：只保留左侧圆角 */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 40px;    /* 保持原左上圆角 */
  border-bottom-left-radius: 40px; /* 保持原左下圆角 */
  /* 移除右边框，避免与按钮重叠 */
  border-right: 0;
  /* 确保样式一致 */
  height: 50px;
  padding-left: 20px;
  border: 1px solid #ebebeb;
  border-right: 0; /* 再次确认移除右边框 */
}

/* 调整 input-group 内的 .checkout-input-button */
.input-group .checkout-input-button {
  position: relative;    /* 覆盖 absolute 定位 */
  /* 移除绝对定位相关的属性 */
  right: auto;
  top: auto;
  /* 移除固定宽度，让 flex 布局或内边距控制 */
  width: auto;
  /* 调整圆角：只保留右侧圆角 */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 40px;    /* 保持原右上圆角 */
  border-bottom-right-radius: 40px; /* 保持原右下圆角 */
  /* 保持原有外观 */
  height: 50px;
  background: #333;
  color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  padding: 0 25px; /* 添加左右内边距来替代固定宽度 */
  z-index: 2; /* 确保按钮在 input 边框之上，可点击 */
}

.input-group > .input-group-text {
  /* 移除右侧圆角 */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  /* 新增：添加左侧圆角，与按钮的右侧圆角一致 */
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  /* 匹配高度 */
  height: 50px;
  /* 移除右边框 */
  border-right: 0;
  /* 确保边框一致 */
  border: 1px solid #ebebeb;
  border-right: 0;
}

.checkout-form-select {
  height: 50px !important;
}
 
.confirm-btn {
  text-align: center;
  background: #000;
  border: 1px solid #000;
  border-radius: 0px;
  color: #FFF;
  text-transform: capitalize;
  padding: 12px;
  transition: all 0.3s ease-in-out;
  margin-top: 30px;
  text-transform: none;
  font-size: 16px;
}

.confirm-btn.white {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}

.confirm-btn.white:hover {
  background-color: #000;
  color: #FFF;
  border: 1px solid transparent;
}

.fancybox-close {
  background-image: url(../images/fancybox/fancybox_sprite@2x.png);
  background-size: 44px 152px;
}

a.confirm-btn:hover {
  opacity: 0.8;
  color: #FFF;
}

.btn {
  text-align: center;
  background: #000;
  border: 1px solid #000;
  border-radius: 0px;
  color: #FFF;
  text-transform: capitalize;
  padding: 12px;
  transition: all 0.3s ease-in-out;
  margin-top: 30px;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 30px;
}

.btn:hover {
  opacity: 0.8;
  color: #FFF;
}

.btn-light {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}

.btn-light:hover {
  background-color: #000;
  color: #FFF;
  border: 1px solid transparent;
}

@media (min-width: 1000px) and (max-width: 1500px) {
  .brand-text {
    font-size: 30px !important;
  }
  
  .nav-category-name {
    font-size: 14px !important;
  }
}

@media (min-width: 992px) and (max-width: 1000px) {
  .brand-text {
    font-size: 30px !important;
  }
  
  .nav-category-name {
    font-size: 12px !important;
  }
}

/* 图标下方文字样式 */
.icon-with-text {
  position: relative;
  display: inline-block;
}

@media (max-width: 1024px) {
  .icon-with-text .icon-label {
    display: none;
  }
}

.icon-with-text .icon-label {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 300;
  color: #666;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.icon-with-text a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.icon-with-text:hover .icon-label {
  color: #333;
}

.user-toggle-btn.icon-with-text {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
}

/* 确保图标容器有足够的下边距 */
.header-user-wrapper,.heart-cart {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .wpo-hero-static-s4 {
    background-image: url(../images/slider/mobile-slide.jpg) !important;
    background-size: cover;
    background-position: center;
  }
}

/* 仅桌面端才设置背景图 */
@media (min-width: 768px) {
  .wpo-hero-static-s4 {
    background-image: url("/catalog/view/assets/images/slider/slide-8.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.foot-modal .corner-info-section {
  margin: 20px 20px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
}

.foot-modal .modal-message {
  padding-left: 20px;
  color: #687693;
}

.info-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.info-box i {
  color: #90C549;
  font-size: 20px;
  margin-top: 3px;
}

.info-box p {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 36px;
}
