@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: Bliize | Architecture Construction HTML Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. General
	1.1 Theme Reset Style
	1.2 Global Elements

2. header
	2.1 topbar
	2.2 navigation

3. content
	3.1 wpo-hero-slider
	3.2 wpo-about-section
	3.3 wpo-project-section
	3.4 wpo-service-section
	3.5 wpo-funfact-section
	3.6 wpo-testimonial-section
	3.7 wpo-team-section
	3.8 wpo-partners-section

4. wpo-footer


6. Home-style-3
   6.1 wpo-about-section-s3
   6.2 wpo-project-section-s3
   6.3 wpo-service-section-s3
   6.4 wpo-testimonial-section-s2
   6.5 wpo-pricing-section


19. project-single-page

20. service-single-page

21. wpo-teame-page

22. wpo-blog-pg-section

23. wpo-blog-single-section

24. wpo-shop-single-page

25. wpo-cart-page-style

26. wpo-checkout-page-style

27. login-design

28. contact-pg-section

29. pf-terms-section

30. error-404-section

----------------------------------------------------------------*/
/*------------------------------------------------------------------
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&amp;family=Space+Grotesk:wght@300..700&amp;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;
  --brand-black: #000000;
  --brand-blue: #0071ce;
  --brand-white: #ffffff;
}

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: #000;
  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: 20px;
  line-height: 20px;
}

@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: 60px;
  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: 80px;
  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: #fff;
  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 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;
}

/**** 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: #282828;
}
@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;
}

@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;
  }
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
					3.1 wpo-hero-slider
--------------------------------------------------------------*/
.wpo-hero-slider {
  width: 100%;
  height: 1000px;
  display: flex;
  position: relative;
  z-index: 0;
}
@media (max-width: 1199px) {
  .wpo-hero-slider {
    height: 800px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider {
    height: 100vh;
    display: block;
    padding: 300px 0 400px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-slider {
    padding: 200px 0 200px;
  }
}
.wpo-hero-slider .swiper-slide {
  overflow: hidden;
}
.wpo-hero-slider .swiper-container,
.wpo-hero-slider .hero-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wpo-hero-slider .slide-inner,
.wpo-hero-slider .hero-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.wpo-hero-slider .slide-inner:before,
.wpo-hero-slider .hero-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.25);
}
.wpo-hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 992px) {
  .wpo-hero-slider .swiper-pagination-bullet {
    display: none;
  }
}
.wpo-hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #fff;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
}
.wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.wpo-hero-slider .swiper-pagination-custom,
.wpo-hero-slider .swiper-pagination-fraction {
  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 .swiper-container-horizontal > .swiper-pagination-bullets,
  .wpo-hero-slider .swiper-pagination-custom,
  .wpo-hero-slider .swiper-pagination-fraction {
    right: 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .wpo-hero-slider .swiper-pagination-custom,
  .wpo-hero-slider .swiper-pagination-fraction {
    top: 65%;
  }
}
@media (max-width: 575px) {
  .wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .wpo-hero-slider .swiper-pagination-custom,
  .wpo-hero-slider .swiper-pagination-fraction {
    right: auto;
    left: 20px;
    top: auto;
    bottom: 20px;
  }
}
.wpo-hero-slider
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px;
}
.wpo-hero-slider .swiper-pagination .swiper-pagination-current {
  color: #fff;
}
.wpo-hero-slider .swiper-pagination-total {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}
.wpo-hero-slider .slide-content {
  text-align: center;
  max-width: 1130px;
  margin: 0 auto;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wpo-hero-slider .slide-content {
    padding-top: 0;
  }
}
.wpo-hero-slider .slide-content h2 {
  color: #fff;
  font-size: 120px;
  font-weight: 400;
  line-height: 150px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .wpo-hero-slider .slide-content h2 {
    font-size: 90px;
    line-height: 120px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider .slide-content h2 {
    font-size: 60px;
    line-height: 100px;
  }
}
@media (max-width: 757px) {
  .wpo-hero-slider .slide-content h2 {
    font-size: 50px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-slider .slide-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.wpo-hero-slider .slide-content h2 span {
  padding: 13px;
  border-radius: 100px;
  border: 1px solid #fff;
}
@media (max-width: 575px) {
  .wpo-hero-slider .slide-content h2 span {
    display: none;
  }
}
.wpo-hero-slider .slide-content h2 span img {
  max-width: 356px;
  max-height: 200px;
  border-radius: 100px;
}
@media (max-width: 1199px) {
  .wpo-hero-slider .slide-content h2 span img {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider .slide-content h2 span img {
    max-width: 180px;
  }
}

.hero-team {
  width: 308px;
  text-align: start;
  position: absolute;
  left: 100px;
  bottom: 20px;
  z-index: 11;
}
@media (max-width: 1399px) {
  .hero-team {
    left: 50px;
  }
}
@media (max-width: 575px) {
  .hero-team {
    display: none;
  }
}
.hero-team ul {
  margin-left: 15px;
}
.hero-team ul li {
  display: inline-block;
  width: 72px;
  height: 72px;
  border: 1px solid #fff;
  border-radius: 100px;
  margin: 0 -15px;
  text-align: center;
}
.hero-team ul li:nth-child(4) {
  margin-right: 0;
}
.hero-team ul li:last-child {
  margin: 0;
  margin-left: 10px;
}
.hero-team ul li img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.hero-team ul li a {
  text-align: center;
  line-height: 72px;
  margin: 0 auto;
}
.hero-team span {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
}

.scroll-btn {
  position: absolute;
  width: 189px;
  right: 130px;
  bottom: 80px;
  z-index: 11;
}
@media (max-width: 1399px) {
  .scroll-btn {
    right: 50px;
    bottom: 50px;
  }
}
@media (max-width: 991px) {
  .scroll-btn {
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  .scroll-btn {
    width: 10px;
  }
}
.scroll-btn span {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 991px) {
  .scroll-btn span {
    display: none;
  }
}
.scroll-btn .scroll-befor {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.scroll-btn .scroll-befor::before {
  position: absolute;
  right: -30px;
  bottom: -30px;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: 1px solid #686868;
  z-index: -1;
}
@media (max-width: 575px) {
  .scroll-btn .scroll-befor::before {
    width: 50px;
    height: 50px;
    right: -20px;
    bottom: -20px;
  }
}

/* wpo-hero-static */
.wpo-hero-static {
  position: relative;
  height: 1000px;
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .wpo-hero-static {
    height: 900px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static {
    height: 800px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static {
    height: 100%;
    padding: 100px 20px;
  }
}
@media (max-width: 757px) {
  .wpo-hero-static {
    padding: 80px 10px;
  }
}
.wpo-hero-static .content {
  max-width: 860px;
  padding-left: 70px;
  position: relative;
  margin-top: 100px;
}
@media (max-width: 1799px) {
  .wpo-hero-static .content {
    padding-left: 20px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static .content {
    max-width: 560px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .content {
    max-width: 700px;
    margin: 0;
    padding: 0px;
  }
}
@media (max-width: 757px) {
  .wpo-hero-static .content {
    max-width: 100%;
    margin: 0;
  }
}
.wpo-hero-static .content h2 {
  color: #000;
  font-size: 120px;
  font-weight: 400;
  line-height: 150px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .wpo-hero-static .content h2 {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static .content h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static .content h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
.wpo-hero-static .content img {
  max-width: 440px;
  height: 120px;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .wpo-hero-static .content img {
    max-width: 200px;
    height: 70px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static .content img {
    display: none;
  }
}
.wpo-hero-static .content h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  max-width: 140px;
  color: #000;
  position: absolute;
  right: 0;
  top: 50px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .wpo-hero-static .content h1 {
    top: 30px;
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .content h1 {
    position: unset;
  }
}
.wpo-hero-static .content p {
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  max-width: 726px;
  margin-top: 20px;
}
.wpo-hero-static .content .about-btn {
  display: flex;
  align-items: center;
  margin-top: 55px;
  width: 100%;
}
@media (max-width: 991px) {
  .wpo-hero-static .content .about-btn {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static .content .about-btn {
    display: block;
    margin-top: 34px;
  }
}
.wpo-hero-static .content .about-btn .theme-btn,
.wpo-hero-static .content .about-btn .view-cart-btn {
  background: #000;
  text-transform: none;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .wpo-hero-static .content .about-btn .theme-btn,
  .wpo-hero-static .content .about-btn .view-cart-btn {
    padding: 18px 25px;
    font-size: 14px;
  }
}
.wpo-hero-static .content .about-btn .theme-btn .rolling-text,
.wpo-hero-static .content .about-btn .view-cart-btn .rolling-text {
  line-height: 25px;
}
.wpo-hero-static .content .video-wrap {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 575px) {
  .wpo-hero-static .content .video-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.wpo-hero-static .content .video-wrap span {
  padding-left: 20px;
}
.wpo-hero-static .rigth-image {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: -1;
  max-width: 900px;
  max-height: 970px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1799px) {
  .wpo-hero-static .rigth-image {
    right: 0px;
    top: 0px;
  }
}
@media (max-width: 1759px) {
  .wpo-hero-static .rigth-image {
    max-width: 700px;
  }
}
@media (max-width: 1560px) {
  .wpo-hero-static .rigth-image {
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static .rigth-image {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .rigth-image {
    display: none;
  }
}
.wpo-hero-static .rigth-image img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* wpo-hero-slider-s3 */
.wpo-hero-slider-s3 {
  width: 100%;
  height: 720px;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
 .wpo-hero-slider-s3 {
    height: 80vh;
    display: block;
  }
}

@media (min-width: 992px)and (max-width:1200) {
  .wpo-hero-slider-s3 {
    height: 90vh;
    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: 90px;
  font-weight: 400;
  line-height: 150px;
  margin-bottom: 0;
  max-width: 1030px;
 
}

@media (min-width:992px){
  .wpo-hero-slider-s3 .slide-content h2 {
    padding-left:20px;
  }

}

@media (max-width: 1459px) {
  .wpo-hero-slider-s3 .slide-content h2 {
    font-size: 80px;
    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-s2 */
.wpo-hero-static-s2 {
  max-width: 1772px;
  margin: 0 auto;
}
@media (max-width: 1772px) {
  .wpo-hero-static-s2 {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 {
    padding: 0 10px;
  }
}
.wpo-hero-static-s2 .top-content {
  padding-top: 40px;
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .top-content {
    padding: 40px 0;
  }
}
.wpo-hero-static-s2 .top-content h2 {
  color: #000;
  font-size: 160px;
  font-weight: 400;
  line-height: 260px;
}
@media (max-width: 1799px) {
  .wpo-hero-static-s2 .top-content h2 {
    font-size: 140px;
  }
}
@media (max-width: 1669px) {
  .wpo-hero-static-s2 .top-content h2 {
    font-size: 130px;
    line-height: 230px;
  }
}
@media (max-width: 1599px) {
  .wpo-hero-static-s2 .top-content h2 {
    font-size: 110px;
    line-height: 200px;
  }
}
@media (max-width: 1459px) {
  .wpo-hero-static-s2 .top-content h2 {
    font-size: 100px;
    line-height: 160px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s2 .top-content h2 {
    font-size: 80px;
    line-height: 130px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .top-content h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 757px) {
  .wpo-hero-static-s2 .top-content h2 {
    font-size: 45px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .top-content h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
.wpo-hero-static-s2 .top-content .img-1 {
  position: relative;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s2 .top-content .img-1 {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .top-content .img-1 {
    max-width: 120px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .top-content .img-1 {
    display: none;
  }
}
.wpo-hero-static-s2 .top-content .img-2 {
  position: relative;
  top: -45px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s2 .top-content .img-2 {
    max-width: 300px;
    top: -20px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .top-content .img-2 {
    max-width: 150px;
    bottom: 0px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .top-content .img-2 {
    display: none;
  }
}

/* hero-slider-s4 */
.hero-slider-s4 {
  overflow: hidden;
  margin-bottom: 60px;
}
.hero-slider-s4 .swiper-slide {
  width: 450px;
  height: 625px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  box-sizing: border-box;
}
@media (max-width: 1399px) {
  .hero-slider-s4 .swiper-slide {
    width: 350px;
    height: 425px;
  }
}
@media (max-width: 991px) {
  .hero-slider-s4 .swiper-slide {
    width: 250px;
    height: 325px;
  }
}
.hero-slider-s4 .swiper-slide .imgWrap {
  font-size: 0;
  box-sizing: border-box;
}
.hero-slider-s4 .swiper-slide .imgWrap img {
  width: 100%;
  height: 625px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .hero-slider-s4 .swiper-slide .imgWrap img {
    height: 425px;
  }
}
@media (max-width: 991px) {
  .hero-slider-s4 .swiper-slide .imgWrap img {
    height: 325px;
  }
}
.hero-slider-s4 .swiper-slide.swiper-slide-active {
  width: 800px;
}
@media (max-width: 1399px) {
  .hero-slider-s4 .swiper-slide.swiper-slide-active {
    width: 550px;
  }
}
@media (max-width: 991px) {
  .hero-slider-s4 .swiper-slide.swiper-slide-active {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .hero-slider-s4 .swiper-slide.swiper-slide-active {
    width: 100%;
  }
}
.hero-slider-s4 .swiper-slide .imgWrap .x2 {
  display: none;
}
.hero-slider-s4 .swiper-slide.swiper-slide-active .x1 {
  display: none;
}
.hero-slider-s4 .swiper-slide.swiper-slide-active .x2 {
  display: block;
}

/* wpo-hero-static-s3 */
.wpo-hero-static-s3 {
  height: 1010px;
  position: relative;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s3 {
    height: 910px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s3 {
    height: 100%;
  }
}
.wpo-hero-static-s3 .wrapper {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s3 .wrapper {
    padding: 130px 20px 200px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s3 .wrapper {
    padding: 130px 10px 200px;
  }
}
.wpo-hero-static-s3 .wrapper h2 {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 195px;
  font-weight: 500;
}
@media (max-width: 1879px) {
  .wpo-hero-static-s3 .wrapper h2 {
    font-size: 190px;
  }
}
@media (max-width: 1829px) {
  .wpo-hero-static-s3 .wrapper h2 {
    font-size: 185px;
  }
}
@media (max-width: 1779px) {
  .wpo-hero-static-s3 .wrapper h2 {
    font-size: 180px;
  }
}
@media (max-width: 1729px) {
  .wpo-hero-static-s3 .wrapper h2 {
    font-size: 170px;
  }
}
@media (max-width: 1629px) {
  .wpo-hero-static-s3 .wrapper h2 {
    font-size: 160px;
  }
}
@media (max-width: 1629px) {
  .wpo-hero-static-s3 .wrapper h2 {
    font-size: 160px;
  }
}
@media (max-width: 1550px) {
  .wpo-hero-static-s3 .wrapper h2 {
    font-size: 150px;
  }
}
@media (max-width: 1450px) {
  .wpo-hero-static-s3 .wrapper h2 {
    font-size: 140px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s3 .wrapper h2 {
    font-size: 120px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s3 .wrapper h2 {
    font-size: 100px;
  }
}
@media (max-width: 757px) {
  .wpo-hero-static-s3 .wrapper h2 {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s3 .wrapper h2 {
    font-size: 40px;
  }
}
.wpo-hero-static-s3 .content {
  max-width: 504px;
  margin-left: 45px;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-hero-static-s3 .content {
    margin-left: 0px;
    padding-top: 20px;
  }
}
.wpo-hero-static-s3 .content p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}
.wpo-hero-static-s3 .content .theme-btn,
.wpo-hero-static-s3 .content .view-cart-btn {
  border-radius: 30px;
  background: #fff;
  color: #000;
  text-transform: none;
  padding: 14px 35px;
}
.wpo-hero-static-s3 .content .theme-btn .rolling-text,
.wpo-hero-static-s3 .content .view-cart-btn .rolling-text {
  line-height: 25px;
}
.wpo-hero-static-s3 .scroll-btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.wpo-hero-static-s3 .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);
}
.wpo-hero-static-s3 .scroll-btn .scroll-befor::before {
  display: none;
}
.wpo-hero-static-s3 .scroll-btn span {
  margin: 0;
  margin-top: 11px;
}
.wpo-hero-static-s3 .circle-content {
  z-index: 11;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s3 .circle-content {
    right: 50px;
  }
}
@media (max-width: 757px) {
  .wpo-hero-static-s3 .circle-content {
    display: none;
  }
}
.wpo-hero-static-s3 .bg-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.wpo-hero-static-s3 .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.wpo-hero-static-s3 .overlay-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.wpo-hero-static-s3 .overlay-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.circle-content {
  width: 160px;
  height: 160px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  position: absolute;
  border-radius: 160px;
  padding: 10px;
  color: #fff !important;
  right: 150px;
  top: 50%;
  transform: translateY(-50%);
}
.circle-content svg {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
}
.circle-content .arrows {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.circle-content .rotate-anm {
  animation: roted 30s linear infinite;
}

@keyframes roted {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* wpo-hero-static-s4 */
.wpo-hero-static-s4 {
  height: 1000px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
@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;
  position: relative;
  z-index: 11;
}
@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;
}
@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: 413px;
  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: 14px 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;
  z-index: 11;
}
@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);
}
.wpo-hero-static-s4 .scroll-btn .scroll-befor::before {
  display: none;
}
.wpo-hero-static-s4 .scroll-btn span {
  margin: 0;
  margin-top: 11px;
}

/* wpo-hero-static-s5 */
.wpo-hero-static-s5 {
  height: 1000px;
  background: #000;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s5 {
    height: 910px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s5 {
    height: 100%;
    display: block;
    padding: 150px 10px 0;
  }
}
.wpo-hero-static-s5 .wrapper {
  max-width: 789px;
  margin-left: 90px;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s5 .wrapper {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s5 .wrapper {
    margin-left: 0px;
    padding-bottom: 50px;
  }
}
.wpo-hero-static-s5 .wrapper h2 {
  color: #fff;
  font-family: "Felidae";
  font-size: 120px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s5 .wrapper h2 {
    font-size: 110px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s5 .wrapper h2 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s5 .wrapper h2 {
    font-size: 70px;
  }
}
@media (max-width: 757px) {
  .wpo-hero-static-s5 .wrapper h2 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s5 .wrapper h2 {
    font-size: 40px;
  }
}
.wpo-hero-static-s5 .wrapper p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  max-width: 413px;
  margin-bottom: 52px;
}
.wpo-hero-static-s5 .wrapper .theme-btn,
.wpo-hero-static-s5 .wrapper .view-cart-btn {
  border-radius: 30px;
  background: #000;
  padding: 14px 36px;
  box-shadow: 1px 0px 12px 12px rgba(119, 119, 119, 0.15);
}

.hero-project {
  max-width: 1350px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .hero-project {
    max-width: 1000px;
  }
}
@media (max-width: 1199px) {
  .hero-project {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .hero-project {
    max-width: 100%;
    position: unset;
  }
}
.hero-project .item {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .hero-project .item {
    max-height: 1010px;
  }
}
@media (max-width: 1199px) {
  .hero-project .item {
    max-height: 910px;
  }
}
@media (max-width: 991px) {
  .hero-project .item {
    max-height: 100%;
  }
}
.hero-project .item img {
  width: 100%;
}
.hero-project .item::before {
  position: absolute;
  top: 0;
  left: -100%;
  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.11) 100%
  );
  transform: skewX(-25deg);
}
.hero-project .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 45px 35px;
  width: 100%;
}
@media (max-width: 991px) {
  .hero-project .item .text {
    padding: 20px 20px;
  }
}
.hero-project .item .text span {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
  position: relative;
  margin-bottom: 20px;
  display: block;
  padding-left: 10px;
}
@media (max-width: 575px) {
  .hero-project .item .text span {
    font-size: 20px;
    line-height: 30px;
  }
}
.hero-project .item .text span::before {
  position: absolute;
  left: 0;
  top: -4px;
  height: 60px;
  width: 1px;
  background: #fff;
  content: "";
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  .hero-project .item .text span::before {
    top: -4px;
    height: 40px;
  }
}
.hero-project .item .text h2 {
  margin-bottom: 0;
}
.hero-project .item .text h2 a {
  color: #fff;
  font-family: "Felidae";
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}
@media (max-width: 991px) {
  .hero-project .item .text h2 a {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .hero-project .item .text h2 a {
    font-size: 25px;
    line-height: 30px;
  }
}
.hero-project .item:hover::before {
  animation: shine 0.75s;
}

/* wpo-hero-static-s6 */
.wpo-hero-static-s6 {
  overflow: hidden;
}
.wpo-hero-static-s6 .wrapper {
  max-width: 1760px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s6 .wrapper {
    display: block;
    text-align: center;
  }
}
.wpo-hero-static-s6 .wrapper h2 {
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  font-size: 120px;
  font-weight: 500;
  margin: 0;
  max-width: 1286px;
}
@media (max-width: 1699px) {
  .wpo-hero-static-s6 .wrapper h2 {
    font-size: 100px;
  }
}
@media (max-width: 1499px) {
  .wpo-hero-static-s6 .wrapper h2 {
    font-size: 80px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s6 .wrapper h2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s6 .wrapper h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s6 .wrapper h2 {
    font-size: 35px;
  }
}
.wpo-hero-static-s6 .wrapper p {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 390px;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s6 .wrapper p {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s6 .wrapper p {
    font-size: 18px;
    line-height: 30px;
  }
}
.wpo-hero-static-s6 .hero-project-s2 {
  margin-top: 60px;
}
.wpo-hero-static-s6 .left-slider.slick-initialized.slick-slider {
  max-width: 1510px !important;
}
@media (max-width: 1799px) {
  .wpo-hero-static-s6 .left-slider.slick-initialized.slick-slider {
    padding-right: 20px;
  }
}
@media (max-width: 1699px) {
  .wpo-hero-static-s6 .left-slider.slick-initialized.slick-slider {
    max-width: 1400px !important;
  }
}
@media (max-width: 1599px) {
  .wpo-hero-static-s6 .left-slider.slick-initialized.slick-slider {
    max-width: 1200px !important;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s6 .left-slider.slick-initialized.slick-slider {
    padding-right: 0px;
    max-width: 100% !important;
  }
}
.wpo-hero-static-s6
  .right-slider.slick-initialized.slick-slider.slick-vertical {
  max-width: 210px !important;
}
@media (max-width: 1699px) {
  .wpo-hero-static-s6
    .right-slider.slick-initialized.slick-slider.slick-vertical {
    max-width: 180px !important;
  }
}
@media (max-width: 1599px) {
  .wpo-hero-static-s6
    .right-slider.slick-initialized.slick-slider.slick-vertical {
    max-width: 250px !important;
  }
}
.wpo-hero-static-s6 .item {
  position: relative;
  border-radius: 0px 20px 20px 0px;
}
.wpo-hero-static-s6 .item img {
  width: 100%;
}
.wpo-hero-static-s6 .item .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  padding: 40px 30px 65px 125px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s6 .item .text {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s6 .item .text {
    padding: 20px 40px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s6 .item .text {
    padding: 15px 20px;
  }
}
.wpo-hero-static-s6 .item .text::after {
  border-radius: 0px 0px 0px 10px;
  background: #fff;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 44px;
  top: -5px;
  transform: skew(25deg);
}
@media (max-width: 1199px) {
  .wpo-hero-static-s6 .item .text::after {
    transform: none;
    top: 0;
    left: 0;
  }
}
.wpo-hero-static-s6 .item .text h2 {
  max-width: 388px;
  margin-bottom: 0;
}
.wpo-hero-static-s6 .item .text h2 a {
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s6 .item .text h2 a {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s6 .item .text h2 a {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s6 .item .text h2 a {
    font-size: 20px;
  }
}
.wpo-hero-static-s6 .item .text .icon {
  margin-left: 20px;
  width: 70px;
  height: 70px;
  background: #000;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .wpo-hero-static-s6 .item .text .icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s6 .item .text .icon {
    display: none;
  }
}
.wpo-hero-static-s6 .item .theme-btn,
.wpo-hero-static-s6 .item .view-cart-btn {
  position: absolute;
  left: 60px;
  bottom: 40px;
  background: #fff;
  color: #000;
  padding: 14px 45px;
  border-radius: 100px;
}
@media (max-width: 575px) {
  .wpo-hero-static-s6 .item .theme-btn,
  .wpo-hero-static-s6 .item .view-cart-btn {
    left: 10px;
    bottom: 10px;
    padding: 12px 30px;
  }
}
.wpo-hero-static-s6 .hero-project-s2 {
  max-width: 1840px;
  display: flex;
  justify-content: space-between;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s6 .hero-project-s2 {
    display: block;
  }
}
.wpo-hero-static-s6 .right-slider {
  position: relative;
  bottom: -20px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s6 .right-slider {
    display: none;
  }
}
.wpo-hero-static-s6 .item-image.slick-slide {
  margin-bottom: 40px;
  max-width: 210px !important;
}
@media (max-width: 1699px) {
  .wpo-hero-static-s6 .item-image.slick-slide {
    max-width: 180px !important;
  }
}
@media (max-width: 1599px) {
  .wpo-hero-static-s6 .item-image.slick-slide {
    max-width: 250px !important;
  }
}
.wpo-hero-static-s6 .item-image.slick-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

/* wpo-hero-static-s7 */
.wpo-hero-static-s7 {
  height: 900px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1849px) {
  .wpo-hero-static-s7 {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s7 {
    height: 100%;
    display: block;
    padding: 100px 10px 80px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s7 {
    height: 100%;
    display: block;
    padding: 80px 10px 50px;
  }
}
.wpo-hero-static-s7 .content {
  max-width: 1430px !important;
  margin: 0 auto;
  height: 100%;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s7 .content {
    padding-top: 0px;
  }
}
.wpo-hero-static-s7 .content h2,
.wpo-hero-static-s7 .content h3,
.wpo-hero-static-s7 .content h4 {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 180px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  z-index: -11;
}
@media (max-width: 1799px) {
  .wpo-hero-static-s7 .content h2,
  .wpo-hero-static-s7 .content h3,
  .wpo-hero-static-s7 .content h4 {
    font-size: 160px;
  }
}
@media (max-width: 1699px) {
  .wpo-hero-static-s7 .content h2,
  .wpo-hero-static-s7 .content h3,
  .wpo-hero-static-s7 .content h4 {
    font-size: 150px;
  }
}
@media (max-width: 1599px) {
  .wpo-hero-static-s7 .content h2,
  .wpo-hero-static-s7 .content h3,
  .wpo-hero-static-s7 .content h4 {
    font-size: 140px;
  }
}
@media (max-width: 1499px) {
  .wpo-hero-static-s7 .content h2,
  .wpo-hero-static-s7 .content h3,
  .wpo-hero-static-s7 .content h4 {
    font-size: 120px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s7 .content h2,
  .wpo-hero-static-s7 .content h3,
  .wpo-hero-static-s7 .content h4 {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s7 .content h2,
  .wpo-hero-static-s7 .content h3,
  .wpo-hero-static-s7 .content h4 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s7 .content h2,
  .wpo-hero-static-s7 .content h3,
  .wpo-hero-static-s7 .content h4 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s7 .content h2,
  .wpo-hero-static-s7 .content h3,
  .wpo-hero-static-s7 .content h4 {
    font-size: 40px;
  }
}
.wpo-hero-static-s7 .content h3 {
  text-align: end;
  margin-top: -55px;
  margin-right: -10px;
}
@media (max-width: 1499px) {
  .wpo-hero-static-s7 .content h3 {
    margin-top: -20px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s7 .content h3 {
    margin-top: -10px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s7 .content h3 {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s7 .content h3 {
    margin: 0;
    text-align: left;
  }
}
.wpo-hero-static-s7 .content p {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 700;
  max-width: 360px;
  margin-left: auto;
  margin-top: 100px;
  z-index: 1;
}
@media (max-width: 1499px) {
  .wpo-hero-static-s7 .content p {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s7 .content p {
    font-size: 25px;
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s7 .content p {
    max-width: 100%;
    font-size: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s7 .content p {
    margin-top: 20px;
  }
}
.wpo-hero-static-s7 .content h4 {
  margin-top: 40px;
  z-index: 11;
}
@media (max-width: 1499px) {
  .wpo-hero-static-s7 .content h4 {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s7 .content h4 {
    margin-bottom: 20px;
  }
}
.wpo-hero-static-s7 .bg-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -111;
  width: 102%;
  max-width: 1920px;
  height: 100%;
}
.wpo-hero-static-s7 .bg-img img {
  width: 100%;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s7 .bg-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wpo-hero-static-s7 .rigth-image {
  position: absolute;
  left: 2px;
  bottom: -113px;
  z-index: -1;
  width: 102%;
  height: 100%;
  max-width: 1920px;
}
@media (max-width: 1849px) {
  .wpo-hero-static-s7 .rigth-image {
    left: 1px;
    bottom: -106px;
  }
}
@media (max-width: 1699px) {
  .wpo-hero-static-s7 .rigth-image {
    left: 2px;
    bottom: -95px;
  }
}
@media (max-width: 1599px) {
  .wpo-hero-static-s7 .rigth-image {
    left: 2px;
    bottom: -90px;
  }
}
@media (max-width: 1499px) {
  .wpo-hero-static-s7 .rigth-image {
    left: 2px;
    bottom: -84px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s7 .rigth-image {
    left: 2px;
    bottom: -71px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s7 .rigth-image {
    display: none;
  }
}
.wpo-hero-static-s7 .rigth-image img {
  width: 100%;
}

/* wpo-hero-static-s8 */
.wpo-hero-static-s8 {
  height: 910px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s8 {
    height: 100%;
    display: block;
    padding: 80px 0 100px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 {
    padding: 50px 10px 70px;
  }
}
.wpo-hero-static-s8 .content {
  margin-left: 120px;
  max-width: 650px;
}
@media (max-width: 1699px) {
  .wpo-hero-static-s8 .content {
    margin-left: 20px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s8 .content {
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s8 .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 .content {
    margin-bottom: 30px;
  }
}
.wpo-hero-static-s8 .content h2 {
  color: #000;
  font-family: "Felidae";
  font-size: 120px;
  font-weight: 400;
  line-height: 150px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s8 .content h2 {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 .content h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
.wpo-hero-static-s8 .content p {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 .content p {
    margin-bottom: 30px;
  }
}
.wpo-hero-static-s8 .content span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
}
.wpo-hero-static-s8 .content .amount {
  font-size: 80px;
  font-weight: 400;
  line-height: 100px;
  display: inline-block;
  font-family: "Felidae";
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 .content .amount {
    font-size: 40px;
    line-height: 60px;
  }
}
.wpo-hero-static-s8 .content .simbol {
  font-size: 40px;
  display: inline-block;
  font-family: "DM Sans", serif;
  position: relative;
  left: -10px;
  top: -5px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 .content .simbol {
    font-size: 30px;
    left: -5px;
  }
}
.wpo-hero-static-s8 .content .hero-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 .content .hero-btn {
    margin-top: 20px;
  }
}
.wpo-hero-static-s8 .content .hero-btn .shop-btn {
  border-radius: 0;
  margin-right: 40px;
  padding: 20px 61px 20px;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .wpo-hero-static-s8 .content .hero-btn .shop-btn {
    padding: 15px 50px 15px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 .content .hero-btn .shop-btn {
    margin-right: 0px;
    padding: 15px 40px 15px;
  }
}
.wpo-hero-static-s8 .content .hero-btn .shop-btn.s2 {
  border: 1px solid #000;
  background: transparent;
  color: #000;
  padding: 20px 50px 20px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .wpo-hero-static-s8 .content .hero-btn .shop-btn.s2 {
    padding: 15px 40px 15px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 .content .hero-btn .shop-btn.s2 {
    padding: 15px 35px 15px;
  }
}
.wpo-hero-static-s8 .content .hero-btn .shop-btn.s2:hover {
  background: #000;
  color: #fff;
}
.wpo-hero-static-s8 .hero-right {
  max-width: 915px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 70px;
}
@media (max-width: 1699px) {
  .wpo-hero-static-s8 .hero-right {
    padding-right: 0;
  }
}
@media (max-width: 1599px) {
  .wpo-hero-static-s8 .hero-right {
    max-width: 850px;
  }
}
@media (max-width: 1499px) {
  .wpo-hero-static-s8 .hero-right {
    max-width: 750px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s8 .hero-right {
    max-width: 650px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s8 .hero-right {
    max-width: 100%;
    display: block;
  }
}

.hero-single-slider {
  width: 80%;
}
@media (max-width: 1499px) {
  .hero-single-slider {
    width: 75%;
  }
}
@media (max-width: 1399px) {
  .hero-single-slider {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .hero-single-slider {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .hero-single-slider {
    margin-bottom: 30px;
  }
}
.hero-single-slider .item.slick-slide {
  position: relative;
}
@media (max-width: 1499px) {
  .hero-single-slider .item.slick-slide {
    max-width: 505px;
    max-height: 684px;
  }
}
@media (max-width: 1399px) {
  .hero-single-slider .item.slick-slide {
    max-width: 405px;
    max-height: 584px;
  }
}
@media (max-width: 1199px) {
  .hero-single-slider .item.slick-slide {
    max-width: 100%;
    max-height: 100%;
  }
}
.hero-single-slider .item.slick-slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 605px;
  height: 600px;
  border-radius: 100%;
  background: #f5f5f5;
  z-index: -1;
}
@media (max-width: 1499px) {
  .hero-single-slider .item.slick-slide::before {
    max-width: 500px;
    max-height: 505px;
  }
}
@media (max-width: 1399px) {
  .hero-single-slider .item.slick-slide::before {
    max-width: 400px;
    max-height: 405px;
  }
}
@media (max-width: 575px) {
  .hero-single-slider .item.slick-slide::before {
    max-width: 200px;
    max-height: 200px;
  }
}
.hero-single-slider .item.slick-slide img {
  text-align: center;
  margin: 0 auto;
}

.hero-multiple-slider {
  width: 20%;
}
@media (max-width: 1499px) {
  .hero-multiple-slider {
    width: 25%;
  }
}
@media (max-width: 1399px) {
  .hero-multiple-slider {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .hero-multiple-slider {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .hero-multiple-slider {
    max-width: 600px;
    margin: 0 auto;
  }
}
.hero-multiple-slider .item {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .hero-multiple-slider .item {
    margin-bottom: 0;
  }
}
.hero-multiple-slider .item::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #f5f5f5;
  z-index: -1;
}

/* wpo-hero-static-s9 */
.wpo-hero-static-s9 {
  height: 1000px;
  position: relative;
  display: flex;
  align-items: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  z-index: 1;
}
@media (max-width: 1599px) {
  .wpo-hero-static-s9 {
    height: 900px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s9 {
    height: 800px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s9 {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s9 {
    height: 100%;
    padding: 120px 10px 80px;
  }
}
.wpo-hero-static-s9 .content {
  max-width: 903px;
  margin-left: 100px;
}
@media (max-width: 1699px) {
  .wpo-hero-static-s9 .content {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s9 .content {
    margin-left: 0px;
  }
}
.wpo-hero-static-s9 .content h2 {
  color: #000;
  font-size: 140px;
  font-weight: 400;
  line-height: 150px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s9 .content h2 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s9 .content h2 {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s9 .content h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s9 .content h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
.wpo-hero-static-s9 .content h2 span {
  font-family: "Felidae";
  font-size: 70px;
  font-weight: 400;
  line-height: 150px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s9 .content h2 span {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s9 .content h2 span {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s9 .content h2 span {
    font-size: 25px;
    line-height: 30px;
  }
}
.wpo-hero-static-s9 .content p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  max-width: 555px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .wpo-hero-static-s9 .content p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
.wpo-hero-static-s9 .content .shop-btn {
  padding: 14px 37px 15px;
}
@media (max-width: 767px) {
  .wpo-hero-static-s9 .content .shop-btn {
    padding: 14px 30px 14px;
    font-size: 16px;
  }
}
.wpo-hero-static-s9 .hero-right {
  max-width: 832px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1599px) {
  .wpo-hero-static-s9 .hero-right {
    max-width: 732px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s9 .hero-right {
    max-width: 632px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s9 .hero-right {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s9 .hero-right {
    display: none;
  }
}

/* wpo-hero-static-s10 */
.wpo-hero-static-s10 {
  height: 920px;
  position: relative;
  margin-top: -50px;
  display: flex;
  align-items: flex-start;
  z-index: 1;
}
@media (max-width: 1599px) {
  .wpo-hero-static-s10 {
    height: 820px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s10 {
    height: 720px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s10 {
    height: 100%;
    margin-top: 0;
    display: block;
    padding: 80px 10px 50px;
  }
}
.wpo-hero-static-s10 .content {
  max-width: 880px;
  margin-left: 90px;
  padding-top: 180px;
  position: relative;
}
@media (max-width: 1699px) {
  .wpo-hero-static-s10 .content {
    margin-left: 20px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s10 .content {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s10 .content {
    margin-left: 0px;
    padding-top: 0px;
  }
}
.wpo-hero-static-s10 .content h2 {
  color: #000;
  margin-bottom: 50px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 120px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s10 .content h2 {
    font-size: 60px;
    line-height: 100px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s10 .content h2 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s10 .content h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s10 .content h2 span {
    display: none;
  }
}
.wpo-hero-static-s10 .content h2 span img {
  border-radius: 35px;
  max-width: 180px;
  max-height: 70px;
}
.wpo-hero-static-s10 .content h2 span:last-child img {
  border-radius: 0px;
  max-width: 230px;
  max-height: 120px;
}
.wpo-hero-static-s10 .content p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  max-width: 505px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .wpo-hero-static-s10 .content p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0px;
  }
}
.wpo-hero-static-s10 .circle-content {
  width: 160px;
  height: 160px;
  background: #fff;
  border: 1px solid #dddddd;
  position: absolute;
  color: #000 !important;
  right: 60px;
  top: auto;
  bottom: -149px;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s10 .circle-content {
    position: relative;
    right: 0;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s10 .circle-content {
    display: none;
  }
}
.wpo-hero-static-s10 .hero-right {
  position: absolute;
  right: 100px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1799px) {
  .wpo-hero-static-s10 .hero-right {
    right: 50px;
  }
}
@media (max-width: 1599px) {
  .wpo-hero-static-s10 .hero-right {
    max-width: 800px;
    right: 0;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s10 .hero-right {
    max-width: 700px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s10 .hero-right {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s10 .hero-right {
    display: none;
  }
}
.wpo-hero-static-s10 .hero-right img {
  width: 100%;
}
.wpo-hero-static-s10 .hero-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -11;
  -webkit-clip-path: polygon(0 85%, 100% 4%, 100% 100%, 0% 100%);
  clip-path: polygon(0 85%, 100% 4%, 100% 100%, 0% 100%);
}
@media (max-width: 991px) {
  .wpo-hero-static-s10 .hero-bg {
    display: none;
  }
}
.wpo-hero-static-s10 .hero-bg img {
  width: 100%;
}

/* wpo-hero-static-s11 */
.wpo-hero-static-s11 {
  height: 915px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-hero-static-s11 {
    height: 100%;
  }
}
.wpo-hero-static-s11 .hero-bg-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.wpo-hero-static-s11 .hero-bg-border .border-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 1px solid #d9d9d9;
}
.wpo-hero-static-s11 .hero-bg-border .border-2 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid #d9d9d9 !important;
  transform: translateY(-50%);
}
.wpo-hero-static-s11 .hero-bg-border .border-3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #d9d9d9 !important;
}
.wpo-hero-static-s11 .hero-bg-border .border-4 {
  position: absolute;
  left: 30px;
  top: 0;
  height: 100%;
  border-left: 1px solid #d9d9d9 !important;
  transform: translateX(-50%);
}
.wpo-hero-static-s11 .hero-bg-border .border-8 {
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
  border-left: 1px solid #d9d9d9 !important;
  transform: translateX(-50%);
}
.wpo-hero-static-s11 .hero-bg-border .border-5 {
  position: absolute;
  left: 25%;
  top: 0;
  height: 100%;
  border-left: 1px solid #d9d9d9 !important;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .wpo-hero-static-s11 .hero-bg-border .border-5 {
    left: 33.33%;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s11 .hero-bg-border .border-5 {
    display: none;
  }
}
.wpo-hero-static-s11 .hero-bg-border .border-6 {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-left: 1px solid #d9d9d9 !important;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .wpo-hero-static-s11 .hero-bg-border .border-6 {
    display: none;
  }
}
.wpo-hero-static-s11 .hero-bg-border .border-7 {
  position: absolute;
  left: 75%;
  top: 0;
  height: 100%;
  border-left: 1px solid #d9d9d9 !important;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .wpo-hero-static-s11 .hero-bg-border .border-7 {
    left: 66.66%;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s11 .hero-bg-border .border-7 {
    left: 50%;
  }
}
.wpo-hero-static-s11 .wraper {
  padding: 5px 40px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s11 .wraper {
    padding: 50px 10px;
    text-align: center;
  }
}
.wpo-hero-static-s11 h2 {
  color: #000;
  font-family: "Felidae";
  font-size: 245px;
  font-weight: 400;
  line-height: 300px;
  margin-bottom: 40px;
  margin-top: -34px;
}
@media (max-width: 1899px) {
  .wpo-hero-static-s11 h2 {
    font-size: 235px;
  }
}
@media (max-width: 1810px) {
  .wpo-hero-static-s11 h2 {
    font-size: 220px;
  }
}
@media (max-width: 1699px) {
  .wpo-hero-static-s11 h2 {
    font-size: 205px;
    line-height: 250px;
  }
}
@media (max-width: 1599px) {
  .wpo-hero-static-s11 h2 {
    font-size: 190px;
    line-height: 240px;
  }
}
@media (max-width: 1499px) {
  .wpo-hero-static-s11 h2 {
    font-size: 160px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s11 h2 {
    font-size: 160px;
    line-height: 180px;
    margin-top: 0px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s11 h2 {
    font-size: 100px;
    line-height: 120px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s11 h2 {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s11 h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s11 h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.wpo-hero-static-s11 p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  max-width: 506px;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s11 p {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s11 p {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.wpo-hero-static-s11 .hero-btn {
  color: #fff;
  position: relative;
}
.wpo-hero-static-s11 .hero-btn span {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  background: #000;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s11 .hero-btn span {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
  }
}
.wpo-hero-static-s11 .hero-btn i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: #000;
  display: inline-block;
  font-size: 25px;
  position: relative;
  top: 2px;
  right: 4px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
@media (max-width: 991px) {
  .wpo-hero-static-s11 .hero-btn i {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
}
.wpo-hero-static-s11 .hero-btn:hover i {
  background: #525252;
}
.wpo-hero-static-s11 .hero-team {
  left: 50px;
  bottom: 50px;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s11 .hero-team {
    position: unset;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s11 .hero-team {
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
  }
}
.wpo-hero-static-s11 .hero-team span {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s11 .hero-team ul {
    text-align: center;
    margin: 0;
  }
}
.wpo-hero-static-s11 .hero-team ul li:last-child {
  margin: 0 -15px;
}
.wpo-hero-static-s11 .hero-right {
  max-width: 560px;
  max-height: 800px;
  border-radius: 280px;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
@media (max-width: 1699px) {
  .wpo-hero-static-s11 .hero-right {
    max-width: 450px;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 1499px) {
  .wpo-hero-static-s11 .hero-right {
    max-width: 400px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s11 .hero-right {
    max-width: 300px;
    bottom: 0;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s11 .hero-right {
    max-width: 250px;
    left: 40px;
    top: auto;
    bottom: 0;
    max-height: 100%;
    transform: none;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s11 .hero-right {
    position: unset;
    margin: 0 auto;
    margin-top: 50px;
  }
}
.wpo-hero-static-s11 .hero-right img {
  width: 100%;
}
.wpo-hero-static-s11 .circle-content {
  background: #fff;
  right: auto;
  left: 50%;
  top: auto;
  bottom: 20px;
  transform: translateX(-50%);
}
.wpo-hero-static-s11 .testimonial {
  max-width: 562px;
  text-align: right;
  position: absolute;
  right: 50px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 1799px) {
  .wpo-hero-static-s11 .testimonial {
    right: 40px;
  }
}
@media (max-width: 1699px) {
  .wpo-hero-static-s11 .testimonial {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s11 .testimonial {
    position: unset;
    transform: none;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
  }
}
.wpo-hero-static-s11 .testimonial .icon {
  width: 60px;
  height: 60px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .wpo-hero-static-s11 .testimonial .icon {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s11 .testimonial .icon {
    width: 40px;
    height: 40px;
  }
}
.wpo-hero-static-s11 .testimonial h3 {
  color: #000;
  font-family: "DM Sans", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s11 .testimonial h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s11 .testimonial h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
.wpo-hero-static-s11 .testimonial .client-wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .wpo-hero-static-s11 .testimonial .client-wrap {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s11 .testimonial .client-wrap {
    display: block;
  }
}
.wpo-hero-static-s11 .testimonial .client-wrap .image {
  width: 80px;
  height: 80px;
  display: block;
}
@media (max-width: 575px) {
  .wpo-hero-static-s11 .testimonial .client-wrap .image {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
}
.wpo-hero-static-s11 .testimonial .client-wrap .image img {
  width: 100%;
  border-radius: 100%;
}
.wpo-hero-static-s11 .testimonial .client-wrap .text {
  margin-right: 30px;
}
@media (max-width: 575px) {
  .wpo-hero-static-s11 .testimonial .client-wrap .text {
    margin-right: 0px;
    margin-top: 20px;
  }
}
.wpo-hero-static-s11 .testimonial .client-wrap .text h4 {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s11 .testimonial .client-wrap .text h4 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s11 .testimonial .client-wrap .text h4 {
    font-size: 20px;
  }
}
.wpo-hero-static-s11 .testimonial .client-wrap .text span {
  color: #565656;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .wpo-hero-static-s11 .testimonial .client-wrap .text span {
    font-size: 16px;
  }
}

/* wpo-hero-static-s14 */
.wpo-hero-static-s14 {
  position: relative;
  z-index: 1;
  padding: 140px 100px 100px;
  background: #000;
}
@media (max-width: 1799px) {
  .wpo-hero-static-s14 {
    padding: 140px 50px 100px;
  }
}
@media (max-width: 1499px) {
  .wpo-hero-static-s14 {
    padding: 140px 20px 100px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s14 {
    height: 100%;
    padding: 140px 20px 80px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s14 {
    padding: 120px 10px 50px;
  }
}
.wpo-hero-static-s14 .wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wpo-hero-static-s14 .wraper {
    flex-direction: column;
    max-width: 600px;
    justify-content: center;
    margin: 0 auto;
  }
}
.wpo-hero-static-s14 .content {
  max-width: 815px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s14 .content {
    max-width: 100%;
  }
}
.wpo-hero-static-s14 .content h2 {
  color: #fff;
  font-size: 120px;
  font-weight: 400;
  line-height: 150px;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s14 .content h2 {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s14 .content h2 {
    font-size: 70px;
    line-height: 90px;
  }
}
@media (max-width: 757px) {
  .wpo-hero-static-s14 .content h2 {
    font-size: 40px;
    line-height: 70px;
  }
}
.wpo-hero-static-s14 .content .hero-slider-s12 {
  display: inline-block;
  max-width: 170px;
  position: relative;
  bottom: -45px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s14 .content .hero-slider-s12 {
    max-width: 130px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s14 .content .hero-slider-s12 {
    max-width: 100px;
    bottom: -30px;
  }
}
@media (max-width: 757px) {
  .wpo-hero-static-s14 .content .hero-slider-s12 {
    max-width: 80px;
    bottom: -20px;
  }
}
.wpo-hero-static-s14 .content .hero-slider-s12 .item {
  max-width: 170px;
  max-height: 170px;
  border-radius: 170px;
  border: 1px solid #5c5c5c;
  padding: 8px;
  overflow: hidden;
}
@media (max-width: 757px) {
  .wpo-hero-static-s14 .content .hero-slider-s12 .item {
    padding: 5px;
  }
}
.wpo-hero-static-s14 .content .hero-slider-s12 .item img {
  width: 100%;
  border-radius: 170px;
}
.wpo-hero-static-s14 .content p {
  color: #999;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  max-width: 625px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s14 .content p {
    max-width: 100%;
  }
}
@media (max-width: 757px) {
  .wpo-hero-static-s14 .content p {
    font-size: 18px;
    line-height: 30px;
  }
}
.wpo-hero-static-s14 .content p span {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
}
@media (max-width: 757px) {
  .wpo-hero-static-s14 .content p span {
    font-size: 20px;
    line-height: 30px;
  }
}
.wpo-hero-static-s14 .content .theme-btn,
.wpo-hero-static-s14 .content .view-cart-btn {
  border-radius: 30px;
  background: #000;
  padding: 14px 36px;
  border: 1px solid #333;
  box-shadow: 10px 10px 20px 0px rgba(119, 119, 119, 0.15);
}
.wpo-hero-static-s14 .hero-right {
  max-width: 761px;
}
@media (max-width: 1799px) {
  .wpo-hero-static-s14 .hero-right {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s14 .hero-right {
    padding-left: 0;
    padding-top: 40px;
  }
}
.wpo-hero-static-s14 .hero-right img {
  width: 100%;
}

/* wpo-hero-static-s15 */
.wpo-hero-static-s15 {
  position: relative;
  height: 812px;
  max-width: 1730px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 1730px) {
  .wpo-hero-static-s15 {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s15 {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s15 {
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s15 .content {
    margin-bottom: 50px;
  }
}
.wpo-hero-static-s15 .content h2 {
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  font-size: 290px;
  font-weight: 500;
  line-height: 400px;
  margin-bottom: 0;
  margin-left: -10px;
}
@media (max-width: 1599px) {
  .wpo-hero-static-s15 .content h2 {
    font-size: 250px;
    line-height: 350px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s15 .content h2 {
    font-size: 200px;
    line-height: 300px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s15 .content h2 {
    font-size: 150px;
    line-height: 180px;
  }
}
@media (max-width: 757px) {
  .wpo-hero-static-s15 .content h2 {
    font-size: 100px;
    line-height: 120px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s15 .content h2 {
    font-size: 70px;
    line-height: 90px;
  }
}
.wpo-hero-static-s15 .content .text-bottom {
  position: absolute;
  right: -20px;
  bottom: 0;
}
@media (max-width: 1599px) {
  .wpo-hero-static-s15 .content .text-bottom {
    right: 0;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s15 .content .text-bottom {
    position: unset;
  }
}
.wpo-hero-static-s15 .content p {
  color: #999;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  max-width: 600px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s15 .content p {
    max-width: 100%;
  }
}
@media (max-width: 757px) {
  .wpo-hero-static-s15 .content p {
    font-size: 18px;
    line-height: 30px;
  }
}
.wpo-hero-static-s15 .content p span {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
}
@media (max-width: 757px) {
  .wpo-hero-static-s15 .content p span {
    font-size: 20px;
    line-height: 30px;
  }
}
.wpo-hero-static-s15 .content .theme-btn,
.wpo-hero-static-s15 .content .view-cart-btn {
  border-radius: 30px;
  background: #000;
  padding: 14px 36px;
  border: 1px solid #333;
}
.wpo-hero-static-s15 .hero-right {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 500px;
  max-height: 800px;
  z-index: -1;
}
@media (max-width: 991px) {
  .wpo-hero-static-s15 .hero-right {
    position: unset;
  }
}

/*--------------------------------------------------------------
                        4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer {
  background: linear-gradient(135deg, #4a9fe7 15%, #1a1a1a 70%);
  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: #cfd8dc;
}
.wpo-site-footer li {
  color: #cfd8dc;
}
.wpo-site-footer .container {
  position: relative;
}
.wpo-site-footer .wpo-upper-footer {
  padding: 50px 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: #cfd8dc;
  margin: 0;
  position: relative;
  font-family: "DM Sans", serif;

  font-weight: 400;
}
.wpo-site-footer .about-widget .logo {
  max-width: 180px;
}

.wpo-site-footer .about-widget p {
  color: #cfd8dc;
  font-size: 18px;
  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;
  }
}

.wpo-site-footer .link-widget ul li {
  position: relative;
  font-size: 20px;
  font-weight: 400;
}
.wpo-site-footer .link-widget ul li a {
  color: #cfd8dc;
}
.wpo-site-footer .link-widget ul li a:hover {
  color: #ffffff;
}
.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: #cfd8dc;
  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: #cfd8dc;
}
.wpo-site-footer .newsletter-widget .input-fild::placeholder {
  color: #cfd8dc;
}
.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-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;
}

/***Added footer code*******/

.wpo-upper-footer .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.wpo-upper-footer .row > .col {
  flex: 1 1 300px; /* Flexible columns with minimum width */
  max-width: 33.333%;
  padding: 0 15px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .wpo-upper-footer .row > .col {
    flex: 1 1 45%;
    max-width: 50%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .wpo-upper-footer .row > .col {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .wpo-upper-footer .row > .col {
    margin-bottom: 30px;
  }
}
.widget.link-widget {
  margin-top: 0;
}

@media (max-width: 767px) {
  .wpo-site-footer .widget-title h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .wpo-site-footer .widget-title h3 {
    font-size: 20px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer .about-widget p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-site-footer .about-widget p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .wpo-site-footer .about-widget .logo {
    max-width: 150px;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer .link-widget ul li {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .wpo-site-footer .link-widget ul li {
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .wpo-site-footer .newsletter-widget {
    text-align: center;
  }
  .wpo-site-footer .newsletter-widget .input-fild {
    font-size: 16px;
    padding: 12px 15px;
  }
  .wpo-site-footer .newsletter-widget button {
    font-size: 16px;
    padding: 12px;
    margin-top: 20px;
  }
}

.wpo-site-footer .social-widget ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 575px) {
  .wpo-site-footer .social-widget ul {
    justify-content: center;
  }
}


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

.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: 991px) {
  .wpo-about-section .content h2 {
    font-size: 100px;
    line-height: 100px;
    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;
  }
}
@media (max-width: 1199px) and (min-width: 575px) {
  .wpo-about-section .content h2 {
    text-align: left !important;
    font-size: 150px;
    line-height: 180px;
    margin-bottom: 30px;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 575px) {
  .wpo-about-section .about-wrap {
    width: 100%;
    padding: 0 10px;
  }
   
}

@media (max-width: 912px) {
  .wpo-about-section .content h2.poort-text,
  .wpo-about-section .content h2.poort-text .poort-line {
    text-align: center !important;
    font-size: 50px !important;
    line-height: 60px !important;
    margin-bottom: 10px;
  }
}

 .wpo-about-section .content p,
  .wpo-about-section .content p.fade_bottom,
  .wpo-about-section .content p.fade_bottom div,
  .wpo-about-section .content p.fade_bottom span {
    text-align: justify !important;
    margin-left: 20px !important;
    padding-right: 40px !important;
   
  }

/* Tablet portrait */
@media (min-width: 575px) and (max-width: 920px) {
  .wpo-about-section .content p,
  .wpo-about-section .content p.fade_bottom,
  .wpo-about-section .content p.fade_bottom div,
  .wpo-about-section .content p.fade_bottom span {
    text-align: justify !important;   
    margin-right: 10px !important;
    padding-right: 10px !important;
  }
}

/* Tablet landscape / small laptop */
@media (min-width: 921px) and (max-width: 1024px) {
  .wpo-about-section .content p,
  .wpo-about-section .content p.fade_bottom,
  .wpo-about-section .content p.fade_bottom div,
  .wpo-about-section .content p.fade_bottom span {
    text-align: justify !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding-right: 100px !important;
  }
}

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

.wpo-project-section .project-wrap .project-card {
    padding: 0 !important;
}

@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%;
    height: 500px; 
    object-fit: cover; 
    object-position: center;
    display: block;
    border-radius: 0;
    transition: all 500ms ease;
     position: relative;
}

.project-card {
    width: 100%;
    max-width: 600px;
    margin: 20px;
} 

.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);
  border-radius:5%;
}
@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%;
}
.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 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: 70px;
    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: 32px;
  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: 24px;
    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: 18px;
    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;
}

/*--------------------------------------------------------------
                    3.7 wpo-team-section
--------------------------------------------------------------*/
.wpo-team-section {
  padding: 90px 100px 80px;
}
@media (max-width: 1399px) {
  .wpo-team-section {
    padding: 90px 50px 80px;
  }
}
@media (max-width: 1199px) {
  .wpo-team-section {
    padding: 90px 20px 80px;
  }
}
@media (max-width: 991px) {
  .wpo-team-section {
    padding: 90px 0px 70px;
  }
}
.wpo-team-section .title h2 {
  color: #000;
  text-align: center;
  font-size: 200px;
  font-weight: 400;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wpo-team-section .title h2 {
    font-size: 170px;
  }
}
@media (max-width: 991px) {
  .wpo-team-section .title h2 {
    font-size: 130px;
  }
}
@media (max-width: 757px) {
  .wpo-team-section .title h2 {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .wpo-team-section .title h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
.wpo-team-section .owl-item.active.center .team-card {
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .wpo-team-section .owl-item.active.center .team-card {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.wpo-team-section .owl-nav {
  display: none;
}
.wpo-team-section .owl-dots {
  display: none;
}

.team-card {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .team-card {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.team-card .image {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.team-card .image img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 500ms ease;
}
.team-card .image 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;
}
.team-card:hover .image img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.team-card:hover .image img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.team-card h2 {
  margin-top: 25px;
  margin-bottom: -25px;
}
.team-card h2 a,
.team-card h2 span {
  color: #000;
  font-family: "Felidae";
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  height: 60px !important;
}
@media (max-width: 1199px) {
  .team-card h2 a,
  .team-card h2 span {
    font-size: 35px;
    height: 55px !important;
  }
}
.team-card span {
  color: #565656;
  font-size: 25px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .team-card span {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
                   3.8 wpo-partners-section
--------------------------------------------------------------*/
.wpo-partners-section,
.wpo-partners-section-s2,
.wpo-partners-section-s3,
.wpo-partners-section-s14 {
  padding: 60px 0;
  border-top: 1px solid #d9d9d9;
}
.wpo-partners-section .partners-slider,
.wpo-partners-section-s2 .partners-slider,
.wpo-partners-section-s3 .partners-slider,
.wpo-partners-section-s14 .partners-slider {
  max-width: 1699px;
  margin: 0 auto;
}
.wpo-partners-section .partners-slider li,
.wpo-partners-section-s2 .partners-slider li,
.wpo-partners-section-s3 .partners-slider li,
.wpo-partners-section-s14 .partners-slider li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpo-partners-section .partners-slider li img,
.wpo-partners-section-s2 .partners-slider li img,
.wpo-partners-section-s3 .partners-slider li img,
.wpo-partners-section-s14 .partners-slider li img {
  width: auto;
  margin: 0 auto;
}
.wpo-partners-section .partners-slider .slick-slide,
.wpo-partners-section-s2 .partners-slider .slick-slide,
.wpo-partners-section-s3 .partners-slider .slick-slide,
.wpo-partners-section-s14 .partners-slider .slick-slide {
  display: flex;
}

/* 6. Home-style-3 */
/*--------------------------------------------------------------
                6.1 wpo-about-section-s3
--------------------------------------------------------------*/
.wpo-about-section-s3 .about-wrap {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 30px;
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-right: 0;
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .about-wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .wpo-about-section-s3 .about-wrap {
    padding: 10px 10px 0;
  }
}
.wpo-about-section-s3 .about-wrap .image {
  margin-bottom: 30px;
  max-width: 520px;
  max-height: 800px;
  flex-shrink: 0;
}
@media (max-width: 1599px) {
  .wpo-about-section-s3 .about-wrap .image {
    max-width: 470px;
  }
}
@media (max-width: 1399px) {
  .wpo-about-section-s3 .about-wrap .image {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .about-wrap .image {
    max-width: 520px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.wpo-about-section-s3 .about-wrap .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.wpo-about-section-s3 .about-wrap .content {
  border: 1px solid #ddd;
  padding: 90px 65px;
  margin: 0 60px;
  margin-bottom: 30px;
}
@media (max-width: 1779px) {
  .wpo-about-section-s3 .about-wrap .content {
    margin: 0 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1679px) {
  .wpo-about-section-s3 .about-wrap .content {
    padding: 60px 25px;
  }
}
@media (max-width: 1399px) {
  .wpo-about-section-s3 .about-wrap .content {
    padding: 40px 25px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .about-wrap .content {
    max-width: 520px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section-s3 .about-wrap .content {
    padding: 25px 20px;
  }
}
.wpo-about-section-s3 .about-wrap .content h2 {
  color: #000;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
}
@media (max-width: 767px) {
  .wpo-about-section-s3 .about-wrap .content h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.wpo-about-section-s3 .about-wrap .content p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 767px) {
  .wpo-about-section-s3 .about-wrap .content p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 575px) {
  .wpo-about-section-s3 .about-wrap .content {
    padding: 15px 15px;
  }
  
  .wpo-about-section-s3 .about-wrap .content h2 {
    font-size: 28px;
    line-height: 38px;
  }
  
  .wpo-about-section-s3 .about-wrap .content p {
    font-size: 13px;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .wpo-about-section-s3 .about-wrap .content h2 {
    font-size: 24px;
    line-height: 34px;
  }
  
  .wpo-about-section-s3 .about-wrap .content p {
    font-size: 12px;
    line-height: 20px;
  }
}

.wpo-about-section-s3 .about-wrap .content .about-btn {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .wpo-about-section-s3 .about-wrap .content .about-btn {
    margin-top: 30px;
  }
}
.wpo-about-section-s3 .about-wrap .content .about-btn .theme-btn,
.wpo-about-section-s3 .about-wrap .content .about-btn .view-cart-btn {
  background: #000;
  text-transform: none;
  border-radius: 35px;
}
.wpo-about-section-s3 .about-wrap .content .about-btn .theme-btn .rolling-text,
.wpo-about-section-s3
  .about-wrap
  .content
  .about-btn
  .view-cart-btn
  .rolling-text {
  line-height: 25px;
}
.wpo-about-section-s3 .about-wrap .content .video-wrap {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 1599px) {
  .wpo-about-section-s3 .about-wrap .content .video-wrap {
    display: none;
  }
}
.wpo-about-section-s3 .about-wrap .content .video-wrap span {
  padding-left: 20px;
}

/*--------------------------------------------------------------
                6.2 wpo-project-section-s3
--------------------------------------------------------------*/
.wpo-project-section-s3 {
  padding-bottom: 30px;
}
.wpo-project-section-s3 .container-fulid {
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-project-section-s3 .container-fulid {
    max-width: 700px;
    margin: 0 auto;
  }
}
.wpo-project-section-s3 .title {
  display: flex;
  align-items: start;
}
@media (max-width: 1720px) {
  .wpo-project-section-s3 .title {
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .wpo-project-section-s3 .title {
    display: block;
    margin-bottom: 50px;
  }
}
.wpo-project-section-s3 .title .project-title {
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .wpo-project-section-s3 .title .project-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.wpo-project-section-s3 .title .project-title h2 {
  color: #000;
  font-size: 80px;
  font-weight: 400;
  line-height: 120px;
}
@media (max-width: 1399px) {
  .wpo-project-section-s3 .title .project-title h2 {
    font-size: 70px;
    line-height: 100px;
  }
}
@media (max-width: 991px) {
  .wpo-project-section-s3 .title .project-title h2 {
    font-size: 60px;
    line-height: 80px;
  }
}

@media (max-width: 575px) {
  .wpo-project-section-s3 .title .project-title p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .wpo-project-section-s3 .title .project-title h2 {
    font-size: 24px;
    line-height: 34px;
  }
  
  .wpo-project-section-s3 .title .project-title p {
    font-size: 13px;
    line-height: 22px;
  }
}

.wpo-project-section-s3 .title .project-title p {
  color: #666;
  font-size: 35px;
  font-weight: 400;
  line-height: 55px;
  max-width: 861px;
}
@media (max-width: 1399px) {
  .wpo-project-section-s3 .title .project-title p {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-project-section-s3 .title .project-title p {
    font-size: 20px;
    line-height: 30px;
  }
}
.wpo-project-section-s3 .title .project-allBtn {
  text-align: end;
  width: 30%;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .wpo-project-section-s3 .title .project-allBtn {
    text-align: left;
    width: 100%;
    margin-top: 0px;
  }
}
.wpo-project-section-s3 .title .project-allBtn .theme-btn,
.wpo-project-section-s3 .title .project-allBtn .view-cart-btn {
  border-radius: 35px;
  border: 1px solid #000;
  color: #000;
  padding: 14px 40px;
  text-transform: none;
}
.wpo-project-section-s3 .title .project-allBtn .theme-btn:after,
.wpo-project-section-s3 .title .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-s3 .title .project-allBtn .theme-btn,
  .wpo-project-section-s3 .title .project-allBtn .view-cart-btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section-s3 .title .project-allBtn .theme-btn,
  .wpo-project-section-s3 .title .project-allBtn .view-cart-btn {
    padding: 8px 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section-s3 .title .project-allBtn .theme-btn img,
  .wpo-project-section-s3 .title .project-allBtn .view-cart-btn img {
    display: none;
  }
}
.wpo-project-section-s3 .title .project-allBtn .theme-btn .rolling-text,
.wpo-project-section-s3 .title .project-allBtn .view-cart-btn .rolling-text {
  height: 17px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .wpo-project-section-s3 .title .project-allBtn .theme-btn .rolling-text,
  .wpo-project-section-s3 .title .project-allBtn .view-cart-btn .rolling-text {
    height: 29px;
    line-height: 34px;
  }
}
.wpo-project-section-s3 .gallery-container {
  margin: 0 -60px;
}
@media (max-width: 1720px) {
  .wpo-project-section-s3 .gallery-container {
    margin: 0;
  }
}
.wpo-project-section-s3 .gallery-container .col:nth-child(2) {
  margin-top: -100px;
}
@media (max-width: 991px) {
  .wpo-project-section-s3 .gallery-container .col:nth-child(2) {
    margin-top: 0;
  }
}
.wpo-project-section-s3 .project-card-s3 {
  margin: 0 45px;
  margin-bottom: 80px;
}
@media (max-width: 1720px) {
  .wpo-project-section-s3 .project-card-s3 {
    margin: 0 20px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .wpo-project-section-s3 .project-card-s3 {
    margin: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-project-section-s3 .project-card-s3 {
    margin-bottom: 30px;
  }
}

.wpo-project-section-s3 .project-card-s3 .image {
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 5; /* This creates consistent proportions */
}

.wpo-project-section-s3 .project-card-s3 .image img {
  width: 100%;
  height: 100%; /* Added */
  border-radius: 0;
  position: relative;
  display: block;
  object-fit: cover;
  object-position: center; /* Added */
  transition: all 500ms ease;
}

.wpo-project-section-s3 .project-card-s3 .image 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;
}

/* Responsive aspect ratios */
@media (max-width: 991px) {
  .wpo-project-section-s3 .project-card-s3 .image {
    aspect-ratio: 1 / 1; /* Square on tablets */
  }
}

@media (max-width: 575px) {
  .wpo-project-section-s3 .project-card-s3 .image {
    aspect-ratio: 3 / 4; /* Portrait on mobile */
  }
}



.wpo-project-section-s3 .project-card-s3 .content {
  margin-top: 30px;
}
.wpo-project-section-s3 .project-card-s3 .content h2 {
  margin-bottom: 0;
}
.wpo-project-section-s3 .project-card-s3 .content h2 a {
  color: #000;
  font-family: "Felidae";
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}
@media (max-width: 1399px) {
  .wpo-project-section-s3 .project-card-s3 .content h2 a {
    font-size: 30px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-project-section-s3 .project-card-s3 .content h2 a {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-project-section-s3 .project-card-s3 .content h2 a {
    font-size: 25px;
  }
}
.wpo-project-section-s3 .project-card-s3 .content span {
  font-size: 20px;
  font-weight: 400;
  color: #666;
  line-height: 50px;
}
@media (max-width: 991px) {
  .wpo-project-section-s3 .project-card-s3 .content span {
    line-height: 40px;
  }
}
.wpo-project-section-s3 .project-card-s3:hover img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.wpo-project-section-s3 .project-card-s3:hover img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}


/* Better text handling for small screens */
.wpo-about-section-s3 .about-wrap .content h2,
.wpo-project-section-s3 .title .project-title h2 {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.wpo-about-section-s3 .about-wrap .content p,
.wpo-project-section-s3 .title .project-title p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: justify;
}

@media (max-width: 767px) {
  .wpo-about-section-s3 .about-wrap .content p,
  .wpo-project-section-s3 .title .project-title p {
    text-align: left;
  }
}
/*--------------------------------------------------------------
                6.3 wpo-service-section-s3
--------------------------------------------------------------*/
.wpo-service-section-s3 .service-wrap {
  max-width: 1595px;
  margin-left: 95px;
  display: flex;
  align-items: center;
}
@media (max-width: 1699px) {
  .wpo-service-section-s3 .service-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 1499px) {
  .wpo-service-section-s3 .service-wrap {
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .wpo-service-section-s3 .service-wrap {
    display: block;
  }
}
.wpo-service-section-s3 .service-slider {
  max-width: 1060px;
}
@media (max-width: 1499px) {
  .wpo-service-section-s3 .service-slider {
    max-width: 100%;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .wpo-service-section-s3 .service-slider {
    max-width: 100%;
    width: 100%;
  }
}
.wpo-service-section-s3 .service-slider .owl-dots {
  text-align: center;
  position: relative;
  z-index: 1;
  display: none;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .wpo-service-section-s3 .service-slider .owl-dots {
    display: block;
  }
}
.wpo-service-section-s3 .service-slider .owl-dot {
  border: 0;
  width: 10px;
  height: 12px;
  background: #000;
  border-radius: 100px;
  margin: 0 5px;
}
.wpo-service-section-s3 .service-slider .owl-dot.active {
  background: #e3b576;
}
.wpo-service-section-s3 .item img {
  width: 100%;
}
.wpo-service-section-s3 .service-left {
  max-width: 530px;
  margin-left: 100px;
}
@media (max-width: 1599px) {
  .wpo-service-section-s3 .service-left {
    margin-left: 20px;
  }
}
@media (max-width: 1499px) {
  .wpo-service-section-s3 .service-left {
    max-width: 100%;
    width: 40%;
  }
}
@media (max-width: 991px) {
  .wpo-service-section-s3 .service-left {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .wpo-service-section-s3 .service-left {
    flex-direction: column;
  }
}
.wpo-service-section-s3 .content {
  max-width: 434px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .wpo-service-section-s3 .content {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .wpo-service-section-s3 .content {
    width: 100%;
  }
}
.wpo-service-section-s3 .content:last-child {
  margin-bottom: 0;
}
.wpo-service-section-s3 .content .icon {
  margin-bottom: 20px;
}
.wpo-service-section-s3 .content h2 a {
  color: #000;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
}
@media (max-width: 1399px) {
  .wpo-service-section-s3 .content h2 a {
    font-size: 25px;
    line-height: 35px;
  }
}
.wpo-service-section-s3 .content p {
  color: #565656;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .wpo-service-section-s3 .content p {
    font-size: 15px;
    line-height: 25px;
  }
}
.wpo-service-section-s3 .owl-nav {
  display: none;
}

/*--------------------------------------------------------------
                6.4 wpo-testimonial-section-s2
--------------------------------------------------------------*/
.wpo-testimonial-section-s2 .item {
  position: relative;
  padding: 115px 0;
  z-index: 11;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-left: 0;
  border-right: 0;
}
@media (max-width: 757px) {
  .wpo-testimonial-section-s2 .item {
    padding-top: 90px;
  }
}
@media (max-width: 757px) {
  .wpo-testimonial-section-s2 .item {
    padding-top: 70px;
  }
}
.wpo-testimonial-section-s2 .item .content h3 {
  color: #000;
}
.wpo-testimonial-section-s2 .item .content h4 {
  color: #000;
}
.wpo-testimonial-section-s2 .item .content h4::before {
  background: #000;
}
.wpo-testimonial-section-s2 .item .content h4::after {
  background: #000;
}
.wpo-testimonial-section-s2 .item .content span {
  color: #000;
}
.wpo-testimonial-section-s2 .owl-prev::before {
  content: url(../images/left-arrow-2.svg);
}
.wpo-testimonial-section-s2 .owl-next::before {
  content: url(../images/right-arrow-3.svg);
}
.wpo-testimonial-section-s2 .owl-dot {
  background: #000;
}

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

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

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

/*21. wpo-teame-page */
.wpo-teame-page {
  padding-bottom: 120px;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}
.wpo-teame-page .container-fluid {
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-teame-page .left-sidbar {
    max-width: 600px;
    margin: 0 auto;
  }
}
.wpo-teame-page .left-sidbar .image {
  max-width: 885px;
  max-height: 1050px;
  margin-bottom: 70px;
}
.wpo-teame-page .left-sidbar .image img {
  width: 100%;
}
.wpo-teame-page .left-sidbar .info-description {
  max-width: 885px;
}
.wpo-teame-page .left-sidbar .info-description h2 {
  color: #1e3446;
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
}
@media (max-width: 1199px) {
  .wpo-teame-page .left-sidbar .info-description h2 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .wpo-teame-page .left-sidbar .info-description h2 {
    font-size: 30px;
    line-height: 50px;
  }
}
.wpo-teame-page .left-sidbar .info-description p {
  color: #626b72;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1399px) {
  .wpo-teame-page .left-sidbar .info-description p {
    font-size: 18px;
    line-height: 30px;
  }
}
.wpo-teame-page .left-sidbar .info-description p span {
  color: #626b72;
  font-size: 50px;
}
@media (max-width: 1399px) {
  .wpo-teame-page .left-sidbar .info-description p span {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .wpo-teame-page .right-sidbar {
    max-width: 600px;
    margin: 0 auto;
  }
}

.personal-info {
  max-width: 644px;
  margin-bottom: 60px;
  margin-top: 110px;
}
@media (max-width: 1399px) {
  .personal-info {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .personal-info {
    margin-top: 20px;
  }
}
.personal-info h3 {
  color: #000;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
  display: block;
}
@media (max-width: 1399px) {
  .personal-info h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .personal-info h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.personal-info ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.personal-info ul li span {
  text-align: left;
  width: 40%;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
}
@media (max-width: 1399px) {
  .personal-info ul li span {
    width: 30%;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  .personal-info ul li span {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .personal-info ul li span {
    font-size: 16px;
    line-height: 30px;
  }
}
.personal-info ul li span:last-child {
  width: 60%;
  color: #767676;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .personal-info ul li span:last-child {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .personal-info ul li span:last-child {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .personal-info ul li span:last-child {
    font-size: 16px;
  }
}

.education-info {
  margin-bottom: 80px;
}
.education-info h3 {
  color: #000;
  font-size: 60px;
  font-weight: 400;
  line-height: 100px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .education-info h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.education-info ul li {
  color: #5a5a5a;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .education-info ul li {
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .education-info ul li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .education-info ul li {
    font-size: 16px;
    line-height: 25px;
  }
}
.education-info ul li:last-child {
  margin-bottom: 0;
}

.skill_wrap h3 {
  color: #000;
  font-size: 60px;
  font-weight: 400;
  line-height: 100px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .skill_wrap h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.skill_wrap .progress_item {
  margin-bottom: 30px;
}
.skill_wrap .progress_item:last-child {
  margin-bottom: 0;
}
.skill_wrap .progress_item span {
  margin-bottom: 10px;
  display: inline-block;
  color: #767676;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
.skill_wrap .progres {
  border-radius: 5px;
  background: #ebebeb;
  height: 10px;
}
.skill_wrap .progres .progress-value {
  border-radius: 5px;
  background: #666;
  height: 10px;
  position: relative;
}
.skill_wrap .progres .progress-value span {
  color: #767676;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  margin-bottom: 0;
  right: -20px;
  width: 40px;
  height: 30px;
  top: -50px;
}

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

/* 24. wpo-shop-single-page */
.wpo-shop-single-section {
  /*** product slider ***/
  /*** product info ***/
}
.wpo-shop-single-section .shop-single-slider .slider-for {
  text-align: center;
}
.wpo-shop-single-section .shop-single-slider .slider-for img {
  display: inline-block;
  width: 100%;
}
.wpo-shop-single-section .shop-single-slider .slider-nav {
  padding: 0 25px;
  margin-top: 35px;
}
.wpo-shop-single-section .shop-single-slider .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 100;
}
.wpo-shop-single-section .shop-single-slider .slider-nav > i:hover {
  cursor: pointer;
}
.wpo-shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}
.wpo-shop-single-section .shop-single-slider .slider-nav .slick-slide {
  text-align: center;
}
.wpo-shop-single-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
  width: 100%;
}
.wpo-shop-single-section .product-details {
  padding: 15px 30px 80px;
  /*** product option ***/
}
@media (max-width: 1199px) {
  .wpo-shop-single-section .product-details {
    padding: 10px 30px 15px;
  }
}
@media (max-width: 991px) {
  .wpo-shop-single-section .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-details {
    padding: 0;
  }
}
.wpo-shop-single-section .product-details h2 {
  font-size: 35px;
  line-height: 1.4em;
  margin: 0 0 0.33em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-details h2 {
    font-size: 25px;
  }
}
.wpo-shop-single-section .product-details .price {
  font-size: 25px;
  color: #000;
  margin: 7px 0 20px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .wpo-shop-single-section .product-details .price {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-details .price {
    font-size: 25px;
  }
}
.wpo-shop-single-section .product-details .price .old {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #898989;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .wpo-shop-single-section .product-details .price .old {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-details .price .old {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
.wpo-shop-single-section .product-details .product-rt {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.wpo-shop-single-section .product-details .product-rt .rating {
  margin-right: 10px;
}
.wpo-shop-single-section .product-details .product-rt .rating i {
  color: #f9d322;
  font-size: 20px;
  font-style: normal;
}
.wpo-shop-single-section .product-details .product-rt .rating i:last-child {
  color: #ddd;
}
.wpo-shop-single-section .product-details p {
  margin-bottom: 1.3em;
}
.wpo-shop-single-section .product-details ul {
  list-style: none;
}
.wpo-shop-single-section .product-details ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.wpo-shop-single-section .product-details ul li:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #000;
  content: "";
  border-radius: 50%;
}
.wpo-shop-single-section .product-details .product-option {
  margin-top: 30px;
}
.wpo-shop-single-section .product-details .tg-btm {
  margin-top: 25px;
}
.wpo-shop-single-section .product-details .tg-btm p {
  margin-bottom: 0px;
}
.wpo-shop-single-section .product-details .tg-btm p span {
  font-weight: 500;
  color: #000;
  margin-right: 5px;
}
.wpo-shop-single-section
  .product-details
  .product-option
  .product-row
  button:after {
  display: none;
}
.wpo-shop-single-section .product-details .product-option .product-row > div {
  display: inline-block;
}
.wpo-shop-single-section
  .product-details
  .product-option
  .product-row
  > div
  + div {
  margin-left: 15px;
}
.wpo-shop-single-section
  .product-details
  .product-option
  .product-row
  > div
  + div
  .theme-btn,
.wpo-shop-single-section
  .product-details
  .product-option
  .product-row
  > div
  + div
  .view-cart-btn {
  border-radius: 0;
  border-width: 1px;
  height: 40px;
  padding: 0 18px;
  transition: all 0.3s ease-in-out;
}
.wpo-shop-single-section
  .product-details
  .product-option
  .product-row
  > div:last-child
  .theme-btn:hover,
.wpo-shop-single-section
  .product-details
  .product-option
  .product-row
  > div:last-child
  .view-cart-btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.wpo-shop-single-section .product-details .product-option .theme-btn,
.wpo-shop-single-section .product-details .product-option .view-cart-btn {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  padding: 0 20px;
  height: 35px;
  line-height: 32px;
  outline: 0;
  border: 2px solid #e6e6e6;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.wpo-shop-single-section .product-details .product-option .theme-btn:hover,
.wpo-shop-single-section .product-details .product-option .view-cart-btn:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-details .product-option .theme-btn,
  .wpo-shop-single-section .product-details .product-option .view-cart-btn {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.wpo-shop-single-section .product-details .product-option .theme-btn:before,
.wpo-shop-single-section
  .product-details
  .product-option
  .view-cart-btn:before {
  display: none;
}
.wpo-shop-single-section .product-details .product-option .heart-btn i {
  font-size: 15px;
  font-size: 1rem;
}
.wpo-shop-single-section
  .product-details
  .product-option
  .product-row
  > div:last-child
  .theme-btn,
.wpo-shop-single-section
  .product-details
  .product-option
  .product-row
  > div:last-child
  .view-cart-btn {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.2rem;
  color: #565656;
  border: 1px solid #e6e6e6;
}
.wpo-shop-single-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}
.wpo-shop-single-section .product-details #product-count:focus {
  box-shadow: none;
  outline: none;
}
.wpo-shop-single-section
  .product-details
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-up,
.wpo-shop-single-section
  .product-details
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down {
  border-radius: 0;
  border-color: #e6e6e6;
  display: block;
  padding: 1px 4px;
  font-size: 10px;
}
.wpo-shop-single-section
  .product-details
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-up:hover,
.wpo-shop-single-section
  .product-details
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down:hover {
  background-color: #e3b576;
  color: #fff;
}
.wpo-shop-single-section .product-info {
  margin-top: 75px;
  /*** tabs ***/
  /*** client rv ***/
  /*** review form ***/
}
@media (max-width: 991px) {
  .wpo-shop-single-section .product-info {
    margin-top: 40px;
  }
}
.wpo-shop-single-section .product-info h4 {
  font-size: 25px;
  margin: 0;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}
.wpo-shop-single-section .product-info p {
  margin-bottom: 1.3em;
}
.wpo-shop-single-section .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}
.wpo-shop-single-section .product-info .nav-tabs {
  font-family: "Felidae";
  border: 0;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}
.wpo-shop-single-section .product-info .nav-tabs li {
  margin-right: 1px;
}
.wpo-shop-single-section .product-info .nav-tabs li a.active {
  border: 0;
  outline: 0;
}
.wpo-shop-single-section .product-info .nav-tabs a {
  font-size: 15px;
  font-size: 1rem;
  color: #565656;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 12px 20px 11px;
  font-family: "DM Sans", serif;
  position: relative;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .nav-tabs a {
    font-size: 14px;
    font-size: 0.9333333333rem;
    font-weight: normal;
    padding: 10px 10px 8px;
    text-transform: none;
  }
}
.wpo-shop-single-section .product-info .nav-tabs a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 4px;
  content: "";
  opacity: 0;
  visibility: hidden;
}
.wpo-shop-single-section .product-info .nav-tabs a:hover:before,
.wpo-shop-single-section .product-info .nav-tabs a.active:before {
  opacity: 1;
  visibility: visible;
}
.wpo-shop-single-section .product-info .nav-tabs .active,
.wpo-shop-single-section .product-info .nav-tabs li:hover {
  border-color: #000;
}
.wpo-shop-single-section .product-info .tab-content {
  border-top: 1px solid rgba(227, 181, 118, 0.3);
  padding-top: 30px;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0;
  }
}
.wpo-shop-single-section .product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}
.wpo-shop-single-section .product-info .client-rv:last-child {
  margin-bottom: 0;
}
.wpo-shop-single-section .product-info .client-rv .client-pic {
  width: 100px;
  float: left;
}
.wpo-shop-single-section .product-info .client-rv .client-pic img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.wpo-shop-single-section .product-info .client-rv .details {
  width: calc(100% - 130px);
  float: right;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .details {
    width: 100%;
    float: none;
  }
}
.wpo-shop-single-section .product-info .client-rv .name-rating .product-rt {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}
.wpo-shop-single-section .product-info .client-rv .name-rating-time > div,
.wpo-shop-single-section .product-info .client-rv .name-rating > div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .name-rating-time > div,
  .wpo-shop-single-section .product-info .client-rv .name-rating > div {
    font-size: 12px;
    font-size: 0.8rem;
    display: block;
  }
}
.wpo-shop-single-section .product-info .client-rv .rating {
  padding-left: 12px;
}
.wpo-shop-single-section .product-info .client-rv .rating i {
  font-style: normal;
  color: #f9d322;
  font-size: 15px;
}
.wpo-shop-single-section .product-info .client-rv .rating i:last-child {
  color: #ddd;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .rating {
    padding-left: 0;
    margin: 4px 0 7px;
  }
}
.wpo-shop-single-section .product-info .client-rv .name-rating-time .time {
  float: right;
  color: #b3b3b3;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .name-rating-time .time {
    float: none;
  }
}
.wpo-shop-single-section .product-info .client-rv .review-body {
  padding-top: 12px;
}
.wpo-shop-single-section .product-info .review-form {
  margin-top: 45px;
}
.wpo-shop-single-section .product-info .review-form h4 {
  font-size: 30px;
  font-weight: 500;
}
.wpo-shop-single-section .product-info .review-form p {
  margin-bottom: 1.73em;
}
.wpo-shop-single-section .product-info .review-form .give-rat-sec {
  margin-bottom: 10px;
}
.wpo-shop-single-section .product-info .review-form .give-rat-sec p {
  margin-bottom: 0;
}
.wpo-shop-single-section .product-info .review-form .give-rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  margin-bottom: 10px;
}
.wpo-shop-single-section .product-info .review-form .give-rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.wpo-shop-single-section
  .product-info
  .review-form
  .give-rating
  label:last-child {
  position: static;
}
.wpo-shop-single-section
  .product-info
  .review-form
  .give-rating
  label:nth-child(1) {
  z-index: 5;
}
.wpo-shop-single-section
  .product-info
  .review-form
  .give-rating
  label:nth-child(2) {
  z-index: 4;
}
.wpo-shop-single-section
  .product-info
  .review-form
  .give-rating
  label:nth-child(3) {
  z-index: 3;
}
.wpo-shop-single-section
  .product-info
  .review-form
  .give-rating
  label:nth-child(4) {
  z-index: 2;
}
.wpo-shop-single-section
  .product-info
  .review-form
  .give-rating
  label:nth-child(5) {
  z-index: 1;
}
.wpo-shop-single-section .product-info .review-form .give-rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wpo-shop-single-section .product-info .review-form .give-rating label .icon {
  float: left;
  color: transparent;
}
.wpo-shop-single-section
  .product-info
  .review-form
  .give-rating
  label:last-child
  .icon {
  color: #ddd;
}
.wpo-shop-single-section
  .product-info
  .review-form
  .give-rating:not(:hover)
  label
  input:checked
  ~ .icon,
.wpo-shop-single-section
  .product-info
  .review-form
  .give-rating:hover
  label:hover
  input
  ~ .icon {
  color: #ffd400;
}
.wpo-shop-single-section
  .product-info
  .review-form
  .give-rating
  label
  input:focus:not(:checked)
  ~ .icon:last-child {
  color: #ddd;
  text-shadow: 0 0 5px #ffd400;
}
.wpo-shop-single-section .product-info .review-form form input,
.wpo-shop-single-section .product-info .review-form form textarea {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  height: 50px;
  border: 1px solid #efefef;
}
.wpo-shop-single-section .product-info .review-form form .form-control {
  font-size: 18px;
}
.wpo-shop-single-section .product-info .review-form form input:focus,
.wpo-shop-single-section .product-info .review-form form textarea:focus {
  box-shadow: none;
  outline: none;
}
.wpo-shop-single-section .product-info .review-form form textarea {
  height: 130px;
}
.wpo-shop-single-section .product-info .review-form form > div {
  margin-bottom: 27px;
}
.wpo-shop-single-section .product-info .review-form form > div:last-child {
  margin-bottom: 0;
}
.wpo-shop-single-section .product-info .review-form form .theme-btn,
.wpo-shop-single-section .product-info .review-form form .view-cart-btn {
  background-color: transparent;
  color: #908f8f;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #efefef;
  padding: 15px 45px;
}
.wpo-shop-single-section .product-info .review-form form .theme-btn:hover,
.wpo-shop-single-section .product-info .review-form form .view-cart-btn:hover {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .wpo-shop-single-section .product-info .review-form form .theme-btn,
  .wpo-shop-single-section .product-info .review-form form .view-cart-btn {
    font-size: 15px;
    font-size: 1rem;
  }
}
.wpo-shop-single-section .slider-nav .slick-slide:focus {
  outline: none;
}

.quantity-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  border: 1px solid #e6e6e6;
  height: 40px;
  line-height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quantity-container span {
  width: 30px;
  height: 40px;
  border: none;
  background-color: #f0f0f0;
  cursor: pointer;
  text-align: center;
}
.quantity-container .decrement {
  width: 30px;
  display: inline-block;
}
.quantity-container .increment {
  width: 30px;
  display: inline-block;
}
.quantity-container input[type="text"] {
  width: 30px;
  height: 40px;
  text-align: center;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: default;
}
.quantity-container input[type="text"]:focus {
  outline: 0;
  box-shadow: 0 0 5px 0 transparent;
}

/* 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";
}
.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,
.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: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,
.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: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,
.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 {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 20px;
  height: 60px;
  border: 1px solid #e5e5e5 !important;
  border-radius: 2px;
  border: none;
}

.form-style input: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;
}

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: #4a9fe7;
  box-shadow: 0 0 0 3px rgba(74, 159, 231, 0.1);
  transform: translateY(-1px);
}
.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 {
  background: linear-gradient(135deg, #4a9fe7, #1a1a1a);
  border-radius: 25px;
  padding: 12px 35px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(74, 159, 231, 0.3);
}

.wpo-contact-pg-section form .submit-area .theme-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(74, 159, 231, 0.4);
}
.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;
  background: linear-gradient(
    135deg,
    rgba(74, 159, 231, 0.1),
    rgba(255, 255, 255, 0.9)
  );
  border: 1px solid rgba(74, 159, 231, 0.2);
  border-radius: 15px;
  padding: 40px;
  transition: all 0.3s ease;
  box-shadow: 0px 5px 25px rgba(74, 159, 231, 0.15);
}

.wpo-contact-pg-section .office-info .office-info-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 15px 35px rgba(74, 159, 231, 0.25);
  border-color: #4a9fe7;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, #4a9fe7, #1a1a1a);
  border-radius: 50%;
  line-height: 75px;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(74, 159, 231, 0.3);
  text-align: center;
  margin: 0 auto;
}
.wpo-contact-pg-section
  .office-info
  .office-info-item
  .office-info-icon
  .icon
  .fi:before {
  font-size: 30px;
  color: white;
}
.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: linear-gradient(
    135deg,
    rgba(74, 159, 231, 0.05),
    rgba(255, 255, 255, 0.95)
  );
  border: 1px solid rgba(74, 159, 231, 0.2);
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(74, 159, 231, 0.15);
  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;
}

/* wpo-preview-hero-section */
.wpo-preview-hero-section {
  position: relative;
  height: 980px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .wpo-preview-hero-section {
    height: 780px;
  }
}
@media (max-width: 991px) {
  .wpo-preview-hero-section {
    height: 100%;
    display: block;
    padding: 200px 20px 100px;
  }
}
@media (max-width: 575px) {
  .wpo-preview-hero-section {
    padding: 150px 20px 100px;
  }
}
.wpo-preview-hero-section .left-content {
  max-width: 877px;
  margin-left: 100px;
}
@media (max-width: 1399px) {
  .wpo-preview-hero-section .left-content {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-preview-hero-section .left-content {
    margin-left: 0;
    max-width: 100%;
  }
}
.wpo-preview-hero-section .left-content span {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 5.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  .wpo-preview-hero-section .left-content span {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .wpo-preview-hero-section .left-content span {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 3.4px;
    margin-bottom: 5px;
  }
}
.wpo-preview-hero-section .left-content h2 {
  color: #101010;
  font-size: 120px;
  font-weight: 400;
  line-height: 100px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .wpo-preview-hero-section .left-content h2 {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .wpo-preview-hero-section .left-content h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .wpo-preview-hero-section .left-content h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
.wpo-preview-hero-section .left-content p {
  color: #101010;
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .wpo-preview-hero-section .left-content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.wpo-preview-hero-section .left-content .shop-btn {
  border-radius: 0;
}

.hero-image {
  display: flex;
  max-width: 860px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  z-index: -1;
}
@media (max-width: 1399px) {
  .hero-image {
    max-width: 560px;
  }
}
@media (max-width: 991px) {
  .hero-image {
    display: none;
  }
}
.hero-image .marquee {
  display: block;
  animation: marquee-top-to-bottom 20s linear infinite;
}
.hero-image .item {
  max-width: 420px;
  max-height: 300px;
  box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.06);
  border-radius: 20px;
  margin: 10px;
}
.hero-image .item img {
  width: 100%;
  border-radius: 20px;
}
.hero-image .marquee-s2 {
  display: block;
  animation: marquee-bottom-to-top 20s linear infinite;
}

@keyframes marquee-top-to-bottom {
  from {
    transform: translate3d(0, -50%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes marquee-bottom-to-top {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -50%, 0);
  }
}
/* wpo-demo-section */
.wpo-demo-section {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .wpo-demo-section {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-demo-section {
    padding-bottom: 40px;
  }
}
.wpo-demo-section .title {
  max-width: 959px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.wpo-demo-section .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-demo-section .title h2 {
  color: #000;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}
@media (max-width: 991px) {
  .wpo-demo-section .title h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-demo-section .title h2 {
    font-size: 40px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .wpo-demo-section .title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wpo-demo-section .title p {
  max-width: 910px;
  margin: 0 auto;
  color: #5c5c5c;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 767px) {
  .wpo-demo-section .title p {
    font-size: 18px;
    line-height: 30px;
  }
}
.wpo-demo-section .container-fluid {
  max-width: 1720px;
  margin: 0 auto;
}
.wpo-demo-section .image-style {
  z-index: 99;
  transition: all 0.8s ease;
  position: relative;
  font-size: 14px;
  text-align: center;
  margin: 0 10px 70px;
  display: block;
}
@media (max-width: 1399px) {
  .wpo-demo-section .image-style {
    margin: 0 0px 70px;
  }
}
@media (max-width: 767px) {
  .wpo-demo-section .image-style {
    max-width: 530px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.wpo-demo-section .image-style .inner {
  max-height: 630px;
  min-height: 630px;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .wpo-demo-section .image-style .inner {
    max-height: 430px;
    min-height: 430px;
  }
}
.wpo-demo-section .image-style .inner img {
  transition: all 3s;
}
.wpo-demo-section .image-style span {
  text-align: center;
  color: #000;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  display: block;
  margin-top: 30px;
}
.wpo-demo-section .image-style:hover .inner img {
  transform: translateY(calc(-100% + 630px));
}
@media (max-width: 767px) {
  .wpo-demo-section .image-style:hover .inner img {
    transform: translateY(calc(-100% + 430px));
  }
}

/* wpo-preview-cta-section */
@media (max-width: 767px) {
  .wpo-preview-cta-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wpo-preview-cta-section .content {
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  max-width: 840px;
  padding: 75px 80px;
  margin-left: 180px;
}
@media (max-width: 1399px) {
  .wpo-preview-cta-section .content {
    margin-left: 100px;
  }
}
@media (max-width: 1199px) {
  .wpo-preview-cta-section .content {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-preview-cta-section .content {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .wpo-preview-cta-section .content {
    padding: 30px 20px;
  }
}
.wpo-preview-cta-section .content h3 {
  color: #101010;
  font-size: 50px;
  font-weight: 400;
  line-height: 70px;
}
@media (max-width: 767px) {
  .wpo-preview-cta-section .content h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-preview-cta-section .content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wpo-preview-cta-section .content p {
  color: #5c5c5c;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wpo-preview-cta-section .content p {
    font-size: 15px;
    line-height: 20px;
  }
}
.wpo-preview-cta-section .content .shop-btn {
  border-radius: 0;
}

/* wpo-preview-Inner-section */
.wpo-preview-Inner-section .title {
  max-width: 1001px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.wpo-preview-Inner-section .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-preview-Inner-section .title h2 {
  color: #000;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}
@media (max-width: 991px) {
  .wpo-preview-Inner-section .title h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-preview-Inner-section .title h2 {
    font-size: 40px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .wpo-preview-Inner-section .title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wpo-preview-Inner-section .title p {
  margin: 0 auto;
  color: #5c5c5c;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 767px) {
  .wpo-preview-Inner-section .title p {
    font-size: 18px;
    line-height: 30px;
  }
}
.wpo-preview-Inner-section .owl-item {
  margin-top: 120px;
}
.wpo-preview-Inner-section .owl-item .Inner-page {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  padding: 10px;
  max-height: 630px;
  min-height: 630px;
  margin: 10px 0;
}
.wpo-preview-Inner-section .owl-item:nth-child(odd) {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .wpo-preview-Inner-section .owl-item:nth-child(odd) {
    margin-top: 0;
  }
}
.wpo-preview-Inner-section .owl-item:nth-child(even) {
  margin-top: 0px;
}
.wpo-preview-Inner-section .owl-nav {
  display: none;
}

/* wpo-preview-features-section */
.wpo-preview-features-section {
  background: #f9f9f9;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .wpo-preview-features-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-preview-features-section {
    padding-bottom: 50px;
  }
}
.wpo-preview-features-section .title {
  max-width: 1001px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.wpo-preview-features-section .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-preview-features-section .title h2 {
  color: #000;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}
@media (max-width: 991px) {
  .wpo-preview-features-section .title h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-preview-features-section .title h2 {
    font-size: 40px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .wpo-preview-features-section .title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wpo-preview-features-section .title p {
  max-width: 730px;
  margin: 0 auto;
  color: #5c5c5c;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 767px) {
  .wpo-preview-features-section .title p {
    font-size: 18px;
    line-height: 30px;
  }
}
.wpo-preview-features-section .row {
  margin: 0 -20px;
}
@media (max-width: 1399px) {
  .wpo-preview-features-section .row {
    margin: 0;
  }
}
.wpo-preview-features-section .features-item {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.02);
  padding: 60px 45px 40px;
  margin: 0 15px 50px;
}
@media (max-width: 1399px) {
  .wpo-preview-features-section .features-item {
    margin: 0 0px 50px;
    padding: 30px 30px 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-preview-features-section .features-item {
    padding: 30px 20px 30px;
  }
}
@media (max-width: 991px) {
  .wpo-preview-features-section .features-item {
    margin: 0 0px 30px;
  }
}
.wpo-preview-features-section .features-item .icon {
  text-align: center;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #f6f4f4;
  border-radius: 100px;
  margin-bottom: 10px;
}
.wpo-preview-features-section .features-item h2 {
  color: #000;
  font-family: "DM Sans", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .wpo-preview-features-section .features-item h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.wpo-preview-features-section .features-item span {
  color: #656565;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .wpo-preview-features-section .features-item span {
    font-size: 16px;
  }
}

/* wpo-preview-footer-section */
.wpo-preview-footer-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 180px 0;
}
@media (max-width: 991px) {
  .wpo-preview-footer-section {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .wpo-preview-footer-section {
    padding: 80px 0;
  }
}
.wpo-preview-footer-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.3;
  background: #000;
  z-index: -1;
}
.wpo-preview-footer-section .content {
  max-width: 1560px;
  margin: 0 auto;
  text-align: center;
}
.wpo-preview-footer-section .content p {
  color: #fff;
  font-family: "DM Sans", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 767px) {
  .wpo-preview-footer-section .content p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-preview-footer-section .content p {
    font-size: 16px;
    line-height: 30px;
  }
}
.wpo-preview-footer-section .content h3 {
  color: #fff;
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
}
@media (max-width: 1399px) {
  .wpo-preview-footer-section .content h3 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 1199px) {
  .wpo-preview-footer-section .content h3 {
    font-size: 60px;
    line-height: 90px;
  }
}
@media (max-width: 991px) {
  .wpo-preview-footer-section .content h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-preview-footer-section .content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wpo-preview-footer-section .content .shop-btn {
  border-radius: 0;
  background: #fff;
  color: #000;
} /*# sourceMappingURL=style.css.map */

/***********New Hero***********************/

/****
*,
h1,
h2,
h3,
h4,
h5,
a,
p {
  margin: 0;
  padding: 0;
}
:root {
  --primary: #b79272;
  --black: #000000;
  --white: #ffffff;
  --color-1: #333333;
  --color-2: #cccccc;
  --color-3: #2e4413;
  --color-4: #1c1c1c;
  --color-5: #efebe7;
  --color-6: #e3d6c8;
}
html,
body {
  overflow-x: hidden !important;
}
body {
  background-color: var(--white);
  font-family: "Poppins", sans-serif;
}
::selection {
  background-color: var(--color-1);
  color: var(--color-2);
}
.container {
  max-width: 1280px;
  margin: auto;
}
a,
button,
img {
  transition: all 0.5s;
}
.white-bg {
  background-color: var(--white);
}
.black-bg {
  background-color: var(--black);
}
h2.title {
  font-size: 272px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, 0.06);
  text-transform: uppercase;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  user-select: none;
  pointer-events: none;
}
p {
  margin: 0 0 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-1);
}
.paragraph p:first-child:first-letter {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
.common-btn {
  margin: 0;
  padding: 17px 23px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  background-color: var(--primary);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  transition: all 0.15s;
  user-select: none;
}
.common-btn::before {
  left: 6px;
  top: 6px;
  position: absolute;
  content: "";
  border: 1px solid var(--primary);
  height: 100%;
  width: 100%;
  transition: all 0.15s;
  z-index: -1;
}
.common-btn:hover::before {
  top: 0;
  left: 0;
}
.common-btn:hover,
.common-btn:focus {
  color: var(--white);
}
.common-btn:focus {
  box-shadow: none;
  outline: none;
}
.common-btn img {
  width: 24px;
}

.theme-dark h2.title {
  color: rgb(255 255 255 / 8%);
}
.theme-dark P {
  color: var(--color-2);
} */

/* Banner */
.banner {
  background-color: #233d50;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.banner-img {
  position: relative;
  overflow: hidden;
}
/*
.banner-img::before {
  position: absolute;
  content: "";
  background-color: rgb(0 0 0 / 40%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}*/
.banner-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.banner-box {
  padding: 60px;
  position: relative;
  z-index: 1;
}
.banner-box h1 {
  position: absolute;
  top: 11%;
  left: 0;
  font-size: 339px;
  line-height: 370px;
  font-weight: 700;
  text-transform: uppercase;
  background-image: url(https://www.yudiz.com/codepen/interior-design/mask-img.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.6;
  color: var(--white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  /* font-family: "Righteous", cursive;*/
  z-index: -1;
  font-family: "Playfair Display", serif;
}
.banner-text {
  margin: 100px 0 0;
  padding: 135px 0 0 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 80%;
  overflow: hidden;
}
.banner-text h2 {
  margin: 0 0 8px;
  font-size: 104px;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  position: relative;
  user-select: none;
}
.banner-text h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgb(255 255 255 / 72%);
  position: relative;
}

#headingBig {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(120px, 15vw, 200px);
  color: #ffffff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  margin: 0;
  line-height: 0.8;
  letter-spacing: -2px;
}

#headingSmall {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(32px, 5vw, 56px);
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

#headingText {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.3px;
}

/***styles for integration of slider and new hero*******/

/* Simple Banner Slider Styles */
.banner-slider-wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.banner-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  display: flex;
  align-items: center;
}

.banner-slide.active {
  opacity: 1;
  z-index: 2;
}

.banner-slide .banner-box {
  width: 100%;
}

/* Navigation Buttons */
.banner-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}

.banner-prev,
.banner-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-prev {
  left: 2rem;
}

.banner-next {
  right: 2rem;
}

.banner-prev:hover,
.banner-next:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.banner-pagination {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: white;
  font-size: 1.5rem;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1rem;
  border-radius: 25px;
  backdrop-filter: blur(10px);
}

.current-slide {
  font-weight: bold;
  font-size: 1.8rem;
}

.total-slides {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .banner-prev,
  .banner-next {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .banner-prev {
    left: 1rem;
  }

  .banner-next {
    right: 1rem;
  }

  .banner-pagination {
    bottom: 1rem;
    right: 1rem;
    font-size: 1.2rem;
  }

  .current-slide {
    font-size: 1.4rem;
  }
}
/* Add these responsive styles to your existing CSS */

/* Tablet and Mobile: Stack text above image */
@media (max-width: 992px) {
  .banner-box {
    padding: 40px 20px;
  }

  .banner-content,
  .row {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }

  .banner-text {
    position: static;
    margin: 0 0 2rem 0;
    padding: 0;
    max-width: 100%;
    order: 1;
  }

  .col-md-6.col-xxl-7.ms-auto {
    margin: 0 !important;
    max-width: 80%;
    order: 2;
  }

  .banner-img {
    height: 50vh;
    max-width: 100%;
  }

  .banner-box h1 {
    font-size: clamp(150px, 15vw, 250px);
    opacity: 0.05;
  }
}

/* Mobile specific adjustments */
@media (max-width: 768px) {
  .banner-box {
    padding: 20px 15px;
  }

  .banner-text {
    margin-bottom: 1.5rem;
  }

  .banner-text h2 {
    font-size: clamp(48px, 10vw, 80px);
  }

  .banner-text h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .col-md-6.col-xxl-7.ms-auto {
    max-width: 100%;
  }

  .banner-img {
    height: 40vh;
  }
}

/* Small mobile adjustments */
@media (max-width: 480px) {
  .banner-box h1 {
    font-size: clamp(100px, 12vw, 150px);
  }

  .banner-img {
    height: 35vh;
  }
}

/* Make the background letter more prominent */
.banner-box h1 {
  position: absolute;
  top: 11%;
  left: 0;
  font-size: 339px;
  line-height: 370px;
  font-weight: 700;
  text-transform: uppercase;
  background-image: url(https://www.yudiz.com/codepen/interior-design/mask-img.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.8; /* Increased from 0.6 */
  color: var(--white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  z-index: 0; /* Changed from -1 to 0 */
  font-family: "Playfair Display", serif;
}

/* Tablet and Mobile: Stack text above image */
@media (max-width: 992px) {
  .banner-box {
    padding: 40px 20px;
  }

  .banner-content,
  .row {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }

  .banner-text {
    position: static;
    margin: 0 0 2rem 0;
    padding: 0;
    max-width: 100%;
    order: 1;
    z-index: 2; /* Add this to keep text above the letter */
    position: relative; /* Add this */
  }

  .col-md-6.col-xxl-7.ms-auto {
    margin: 0 !important;
    max-width: 80%;
    order: 2;
  }

  .banner-img {
    height: 50vh;
    max-width: 100%;
  }

  .banner-box h1 {
    font-size: clamp(200px, 20vw, 300px); /* Increased size */
    opacity: 0.3; /* Increased from 0.05 */
    top: 20%; /* Adjust position */
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Mobile specific adjustments */
@media (max-width: 768px) {
  .banner-box {
    padding: 20px 15px;
  }

  .banner-text {
    margin-bottom: 1.5rem;
    z-index: 2;
    position: relative;
  }

  .banner-text h2 {
    font-size: clamp(48px, 10vw, 80px);
  }

  .banner-text h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .col-md-6.col-xxl-7.ms-auto {
    max-width: 100%;
  }

  .banner-img {
    height: 40vh;
  }

  .banner-box h1 {
    font-size: clamp(150px, 18vw, 250px); /* Increased size */
    opacity: 0.25; /* Increased visibility */
    top: 30%;
  }
}

/* Small mobile adjustments */
@media (max-width: 580px) {
  .banner-box h1 {
    font-size: clamp(120px, 15vw, 200px); /* Increased size */
    opacity: 1; /* More visible */

    top: 28%; /* Changed from 11% */
    left: 10%; /* Changed from 0 */
    transform: translateY(-80%);
  }

  .banner-img {
    height: 35vh;
  }
  .banner {
    height: 85vh;
  }

  .banner-text h2 {
    font-size: clamp(48px, 10vw, 80px);
    top: 25%; /* Changed from 11% */
    left: 28%; /* Changed from 0 */
    transform: translateY(20%);
  }

  .banner-text h3 {
    font-size: 16px;
    line-height: 1.5;
    top: 20%; /* Changed from 11% */
    left: 28%; /* Changed from 0 */
    transform: translateY(50%);
    padding-bottom: 23px;
  }

  .banner-img {
    height: 60vh;
  }
}

/*******new************/

/*.banner-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--bg) no-repeat center/cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.banner-slide.active {
  opacity: 1;
  z-index: 2;
}


.banner-slide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-left: 5%;
}


.hero-letter {
  font-size: clamp(180px, 25vw, 300px);
  font-weight: 900;
  margin: 0;
  line-height: 1;
  background: inherit; 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-size: cover;
}


.hero-text {
  max-width: 45%;
  color: #fff;
}

.hero-text h2 {
  font-size: clamp(40px, 5vw, 80px);
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1.1;
}

.hero-text p {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}
*/

/***Floating contact icons******/

/* Floating contact icons */
.edug-contact-icons {
  position: fixed;
  right: 20px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999999; /* make sure it’s always on top */
}

.edug-contact-icons.visible {
  opacity: 1;
  visibility: visible;
}

.edug-contact-icon {
  position: relative;
  width: 45px;
  height: 45px;
  background: #000000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background 0.3s ease;
}

.lni.lni-whatsapp {
  color: white !important;
  font-size: 20px !important;
  display: inline-block !important;
  opacity: 1 !important;
}
.lni:hover {
  color: #002025 !important;
}

.edug-contact-icon::before,
.edug-contact-icon::after {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

/* Tooltip text */
.edug-contact-icon::before {
  content: attr(data-tooltip);
  background: #0071ce;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  right: 55px; /* Position to the left of the icon */
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000000;
}

/* Tooltip arrow */
.edug-contact-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #333;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  right: 49px; /* Position arrow next to tooltip */
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000000;
}

.edug-contact-icon:hover {
  transform: scale(1.1);
  background: #0071ce;
}

/* Show tooltip on hover */
.edug-contact-icon:hover::before,
.edug-contact-icon:hover::after {
  opacity: 1;
  visibility: visible;
}

/* Optional: Add a slight delay before showing tooltip */
.edug-contact-icon::before,
.edug-contact-icon::after {
  transition-delay: 0.5s;
}

.edug-contact-icon:hover::before,
.edug-contact-icon:hover::after {
  transition-delay: 0s;
}

/***navbar extras***********/

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  color: #0071ce !important; /* brand blue */
}

.wpo-header-style-s3 .theme-btn:hover {
  border-color: #0071ce;
}

.wpo-header-style-s11 .header-right .close-form .theme-btn:hover {
  border-color: #0071ce;
}

.back-to-top:hover {
  background: #0071ce;
}

/*****about section ********/

.wpo-about-section .image-1 img,
.wpo-about-section .image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/***************pagination styles extra********/

.eb_pagination-area {
  text-align: center;
}

.eb_pagination-area span,
.eb_pagination-area a {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.eb_pagination-area a:hover {
  background-color: #0071ce;
  color: white;
  border-color: #0071ce;
}

.eb_pagination-area span a {
  border: none;
  padding: 10px;
}

.pt-30 {
  padding-top: 30px;
}

@media (max-width: 992px) {
  .header-right {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .banner-content,
  .row {
    text-align: center !important;
  }
}

/*********new header styles*****/

/* Header Styles */
.wpo-site-header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;

  height: 80px;
}
.wpo-site-header .navbar {
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}

.wpo-site-header .navbar-brand img {
  max-height: 80px;
  height: auto;
  max-width: none;
}

/* Navigation Styles */
.navbar-nav .nav-link {
  color: #333 !important;
  font-weight: 600;
  padding: 15px 25px !important;
  font-size: 16px !important;
  transition: color 0.3s ease;
}
.navbar-nav .nav-item {
  margin: 0 5px; /* Add horizontal margin between items */
}
.navbar-nav .nav-link:hover {
  color:#0071ce !important;
}

/* CTA Button */
.theme-btn.home-contact-btn {
  background: none;
  color: #000 !important;
  padding: 8px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #000;
}

.theme-btn.home-contact-btn:hover {
  background: #000;
  color: #fff !important;
  transform: translateY(-2px);
}

/* Mobile Menu Toggle */
.navbar-toggler {
  border: none;
  padding: 4px 8px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 18px;
}

.navbar-toggler .bar {
  width: 24px;
  height: 3px;
  background-color: #333;
  margin: 2px 0;
  transition: 0.3s;
}

/* Mobile Menu Styles */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: #fff;
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar-nav .nav-link {
    padding: 15px 0 !important;
    border-bottom: 1px solid #f0f0f0;
    font-size: 18px !important;
  }
  .navbar-nav .nav-item {
    margin: 0; /* No extra margin on mobile */
  }

  .header-right {
    justify-content: center;
    margin-top: 15px;
  }

  .theme-btn.home-contact-btn {
    display: none !important;
  }
  .d-flex{
    margin-top:0;
  }
  
}

/* Bottom Mobile Navigation */
.mobile-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  z-index: 1000;
  padding: 8px 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.mobile-bottom-nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-bottom-nav li {
  flex: 1;
  text-align: center;
}

.mobile-bottom-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  padding: 5px;
  transition: color 0.3s ease;
}

.mobile-bottom-nav a:hover,
.mobile-bottom-nav a.active {
  color: #0071ce;
}

.mobile-bottom-nav .nav-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  background-color: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.nav-icon.home {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E");
}

.nav-icon.projects {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z'/%3E%3C/svg%3E");
}

.nav-icon.about {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/%3E%3C/svg%3E");
}

.nav-icon.contact {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}

/* Show bottom nav only on mobile */
@media (max-width: 991.98px) {
  .mobile-bottom-nav {
    display: block;
  }

  /* Add padding to body to prevent content overlap */
  body {
    padding-bottom: 70px;
  }
   .back-to-top {
        bottom: 80px !important; /* Move it above the bottom navigation */
    }
    .edug-contact-icons{

      bottom: 125px !important;
      right:15px;

    }
    .edug-contact-icon {
      width:35px;
      height:35px;

    }
}

/* Responsive Adjustments */
@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 40px;
  }

  .container-fluid {
    padding: 0 15px;
  }
}

/* Animation for mobile toggle */
.navbar-toggler[aria-expanded="true"] .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler[aria-expanded="true"] .bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .bar:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

@media (min-width: 1200px) {
  .navbar-nav .nav-link {
    padding: 15px 30px !important; /* Even more spacing on large screens */
    font-size: 20px !important;
  }

  .navbar-nav .nav-item {
    margin: 0 8px;
  }
}


/* ======= Corner Style ======= */
.hero-corner {
  top: 50px;
  right: 50px;
  z-index: 21;
  border-top: 1px solid;
  border-right: 1px solid;
}
.hero-corner2 {
  top: 50px;
  left: 50px;
  border-top: 1px solid;
  border-left: 1px solid;
}
.hero-corner3 {
  bottom: 50px;
  right: 50px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.hero-corner4 {
  bottom: 50px;
  left: 50px;
  border-bottom: 1px solid;
  border-left: 1px solid;
}
.hero-corner,
.hero-corner2,
.hero-corner3,
.hero-corner4 {
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: 21;
  border-color: rgba(255, 255, 255, 0.2);
}


/* ======= Preloader Style ======= */
.preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #272727;
  z-index: 999999;
}
#preloader {
  display: table;
  table-layout: fixed;

}
#preloader-status {
  display: table-cell;
  vertical-align: middle;
}
.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.loader {
  position: relative;
  width: 55px;
  height: 55px;
  left: 50%;
  top: auto;
  margin-left: -22px;
  margin-top: 2px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 1px solid rgba(255,255,255,0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.loader span {
  position: absolute;
  width: 55px;
  height: 55px;
  top: -1px;
  left: -1px;
  border: 1px solid transparent;
  border-top: 1px solid #B19777;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@-webkit-keyframes rotate {
  0% {
      -webkit-transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}


/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: 'themify';
  content: '\e648';
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.progress-wrap::after {
  color: #b19777;
}
.progress-wrap svg.progress-circle path {
  stroke: #b19777;
}


/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
position: relative;
padding: 0;
}
.accordion-box .block {
position: relative;
background: #323232;
border-radius: 0px;
overflow: hidden;
margin-bottom: 16px;
}
.accordion-box .block.active-block {
background-color: #323232;
}
.accordion-box .block:last-child {
margin-bottom: 0;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  cursor: pointer;
  padding: 20px 40px;
  padding-right: 60px;
  color: #999;
  transition: all 500ms ease;
  font-family: 'Didact Gothic', sans-serif;
}
.accordion-box .block .acc-btn .count {
color: #b19777;
padding-right: 3px;
}
.accordion-box .block .acc-btn:before {
position: absolute;
  right: 35px;
  top: 20px;
  height: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #b19777;
  line-height: 30px;
  content: "\e61a";
  font-family: "Themify";
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
background-color: #323232;
  color: #b19777;
}
.accordion-box .block .acc-btn.active:before {
color: "Themify";
content: "\e622";
}
.accordion-box .block .acc-content {
position: relative;
display: none;
}
.accordion-box .block .content {
position: relative;
  padding: 0px 40px 30px;
  background-color: #323232;
  color: #999;
}
.accordion-box .block .acc-content.current {
display: block;
}
.accordion-box .block .content .text {
display: block;
position: relative;
top: 0px;
display: block;
}


/* ======= Pricing plan style ======= */
.pricing-card {
  background-color: #323232;
  padding: 60px 40px 40px 40px;
  border-radius: 0;
  margin-bottom: 30px;
}
.pricing-card-bottom {
padding-top: 20px;
padding-bottom: 20px;
}
.pricing-card-list {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.pricing-card-list li {
position: relative;
  font-size: 16px;
  padding-left: 30px;
}
.pricing-card-list li+li {
margin-top: 5px;
}
.pricing-card-list li i {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(50%);
  font-size: 15px;
  color: #b19777;
}
.pricing-card-list li i.unavailable {
color: #999;
}
.pricing-card:hover {
opacity: 1;
}
.pricing-card:hover i {
color: #b19777;
}
.pricing-card-name {
    line-height: 1;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  color: #b19777;
  margin-bottom: 20px;
  letter-spacing: 5px;
  font-weight: 300;
}
.pricing-card-amount {
margin: 0;
line-height: 1;
font-size: 40px;
margin-bottom: 20px;
  color: #fff;
}
/* butn */
.butn-pricing {
  position: relative;
  line-height: 1.2em;
}
.butn-pricing a {
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  background: #b19777;
  color: #fff;
  padding: 13px 30px;
  margin: 0;
  position: relative;
  font-size: 16px;
  letter-spacing: 3px;
}
.butn-pricing a:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #272727;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.butn-pricing a span {
  position: relative;
  z-index: 2;
}
.butn-pricing a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.butn-pricing a:hover span {
  color: #fff;
}



/* ======= Error Page 404 style ======= */
.error-form {
position: relative;
max-width: 520px;
margin: 50px auto 0;
}
.error-form form {
position: relative;
}
.error-form .form-group {
position: relative;
margin: 0;
}
.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
position: relative;
width: 100%;
line-height: 30px;
padding: 20px 60px 20px 30px;
height: 70px;
display: block;
font-family: 'Didact Gothic', sans-serif;
font-size: 16px;
background: #323232;
color: #999;
border-radius: 7px;
border: 1px solid #323232;
transition: all 300ms ease;
}
.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
border-color: #323232;
}
.error-form .form-group input::-webkit-input-placeholder {
color: #323232;
}
.error-form .form-group .theme-btn {
    position: absolute;
  right: 20px;
  top: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background: none;
  color: #999;
}
.error-form .form-group .theme-btn span {
vertical-align: middle;
  outline: none;
}



/* ======= Process style ======= */
.process .item {
position: relative;
z-index: 4;
}
.process .item img {
position: absolute;
width: 70%;
right: -40%;
top: 15px;
opacity: .5;
}
.process .item img.tobotm {
-webkit-transform: rotateX(180deg);
 transform: rotateX(180deg);
}
.process .item.odd {
margin-top: 50px;
}
.process .item .cont {
padding: 40px 20px;
background-color: #323232;
border: 1px solid #323232;
border-radius: 10px;
position: relative;
z-index: 3;
-webkit-transition: all .3s;
transition: all .3s;
text-align: left;
}
.process .item .cont:hover {
background-color: #b19777;
border: 1px solid #b19777;
}
.process .item .cont:hover h6 {
color: #fff;
}
.process .item .cont:hover p {
color: #fff;
}
.process .item .icon {
  color: #b19777;
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 85px;
  border-radius: 50%;
  border: 1px dashed #525151;
  margin-bottom: 30px;
}
.process .item h3 {
  position: absolute;
  bottom: 0px;
  text-align: right;
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  right: 20px;
}
.process .item h6 {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
.process .item img {
  display: none;
}
.mb-md50 {
  margin-bottom: 50px;
}
}
/* line animation */
.process .item .line {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}
.process .item .line:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 50px;
  height: 1px;
  background-color: rgba(255,255,255, 0.05);
  content: '';
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.process .item:hover .line:after {
  width: 100%;
  background-color: rgba(255,255,255,0.5);
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}



/* ======= Process 2 style ======= */
.process2.item{
  background-color: #323232;
  padding: 30px 20px;
  position: relative;
  text-align: left;
}
.process2.item .icon {
  margin-bottom: 15px;
  font-size: 40px; 
  color: #b19777;
}
.process2.item i.number {
  position: absolute;
  top: 110%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #323232;
  line-height: 39px;
  text-align: center;
  left: 22px;
  font-style: normal;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #999;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.process2.item h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 5px;
}
.row > [class*='col-']:nth-child(even) .process2.item { margin-top: 65px; }
.row > [class*='col-']:nth-child(even) .process2.item i.number { top: -60px;}
.row > [class*='col-']:nth-of-type(odd) .process2.item:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #323232;
  border-width: 16px;
  left: 25px;
}
.row > [class*='col-']:nth-of-type(even) .process2.item:before {
  top: -30px;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #323232;
  border-width: 16px;
  left: 25px;
}
.process2.item:hover i.number {
  background-color: transparent;
  border: 1px solid #b19777;
}
/* line animation */
.process2.item .line {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}
.process2.item .line:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 50px;
  height: 1px;
  background-color: rgba(255,255,255, 0.08);
  content: '';
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.process2.item:hover .line:after {
  width: 100%;
  background-color: rgba(255,255,255,0.2);
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}


/* ======= Coming Soon ======== */
.comming{
min-height: 100vh;
height: auto;
position: relative;
background-blend-mode: overlay;
background: rgba(0,0,0,.6);
background-image: url("../img/slider/2.jpg");
background-size: cover;
background-position: center;
background-attachment: fixed;
color: #fff;
}
@media (max-width: 767px){
.comming{
  min-height: 200vh;
}
}
.comming .item {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 30px 15px;
  margin-bottom: 30px;
}
.comming h6 {
  color: #b19777;
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 5px;
line-height: 1.5em;
}
.comming h3 {
  font-size: 48px;
  line-height: 1.25em;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.comming h2 {
  font-size: 48px;
  line-height: 1.25em;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 15px;
  margin-bottom: 30px;
margin-top: 0px;
}
.comming p {
color: #fff;
font-size: 16px;
}
/* coming form */
.comming form {
margin-top: 30px;
position: relative;
}
.comming form input {
  width: 100%;
  padding: 11px 50px 11px 20px;
  background-color: transparent;
  border: 1px solid #b19777;
  border-radius: 0px;
  color: #fff;
  margin-bottom: 15px;
outline: none;
}

.comming form input::placeholder {
  color: #fff;
}


.comming form button {
  background-color: #b19777;
  padding: 8px 20px;
  border-radius: 0px;
  color: #fff;
  border: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300;
  outline: none;
}
.comming form button:hover {
background-color: #323232;
color: #fff;
outline: none;
}
/* go home */
.go-back{
margin-top: 45px;
}
.go-back a {
color: #fff;
display: inline-block;
font-size: 13px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
letter-spacing: 5px;
}
.go-back a:hover {
color: #b19777;
}
.go-back a span{
transition: all .5s;
}
.go-back a span i {
color: #fff;
font-size: 14px;
}
.go-back a:hover span{
padding-right: 15px;
}



/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
position: relative;
}
[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
position: relative;
z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
[data-overlay-dark]:before {
background: #000;
}
[data-overlay-darkgray]:before {
background: #272727;
}
[data-overlay-light]:before {
background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
color: #fff;
}
[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
color: #999;
}
[data-overlay-dark] p {
color: #999;
}
[data-overlay-darkgray] p {
color: #999;
}
[data-overlay-light] p {
color: #999;
}
[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
opacity: 1;
}



/* ======= Responsive style ======= */
@media (min-width: 1200px) {
  .container {
      max-width: 1140px !important;
  }
}


@media screen and (max-width: 991px) {
  .bg-fixed {
      background-attachment: scroll !important;
  }
  .header {
      background-attachment: scroll !important;
      background-position: 50% 0% !important;
  }
  .hero-corner,
  .hero-corner2,
  .hero-corner3,
  .hero-corner4 {
      display: none;
  }
  .header .caption h1 {
      font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hero .intro h3 {
      font-size: 28px;
  }
  .hero .intro h4 {
      font-size: 20px;
  }
  .header .caption h1 {
      font-size: 30px;
      margin-bottom: 15px;
      letter-spacing: 10px;
      line-height: 1.35em;
  }
  .header .caption p {
      font-size: 15px;
      margin-right: 10px;
  }
  .header .caption .butn-light {
      margin-right: 10px;
  }

  .portfolio .filtering span {
      margin-bottom: 10px;
  }
  .bauen-blog .item .con h5,
  .bauen-blog .item .con h5 a {
      font-size: 20px;
  }
  .bauen-comment-section h3 span {
      margin-left: 0px;
  }
  .main-footer .sub-footer p.right {
      text-align: left;
  }
  .main-footer .abot .social-icon {
      text-align: left;
      margin-bottom: 15px;
  }
  .footer .logo {
      padding: 0;
      width: auto;
      margin: 0px 0;
  }
}
@media screen and (max-width: 480px) {
  .section-head h4 {
      font-size: 30px;
  }
  .footer {
      padding: 60px 0;
  }
  .text-left {
      text-align: left;
  }
  .text-center {
      text-align: center;
  }
  .text-right {
      text-align: center;
  }
}

.sidebar {
  height: 100vh;
  background-color: #343a40;
  padding-top: 20px;
}
.sidebar a {
  color: #fff;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
}
.sidebar a:hover {
  background-color: #495057;
}
.sidebar a.active {
  background-color: #07e668;
}
.project-card {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: transform 0.2s;
  background: #fff;
  height: 500px; /* Fixed height for all cards */
  display: flex;
  flex-direction: column;
}
.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.project-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Fixed 2x2 grid */
  gap: 10px;
  margin-bottom: 15px;
  height: 250px; /* Fixed height for image container */
}
.project-images img {
  width: 100%;
  height: 120px; /* Fixed height for all images */
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .sidebar {
      height: auto;
      position: sticky;
      top: 0;
      z-index: 1000;
  }
  .project-card {
      margin: 10px;
      height: auto; /* Allow cards to expand on mobile */
  }
}
@media (max-width: 576px) {
  .project-images {
      grid-template-columns: 1fr;
      height: auto;
  }
  .btn-group {
      display: flex;
      flex-direction: column;
      gap: 5px;
  }
  .btn-group .btn {
      width: 100%;
      margin: 0;
  }
}
.projects-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
}


.testimonial-card {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: transform 0.2s;
  background: #fff;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.profile-picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
.testimonials-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
}

.review-card {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: transform 0.2s;
  background: #fff;
}
.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.star-rating {
  color: #ffc107;
  margin-bottom: 10px;
}
.reviews-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
}


/* 19. project-single-page */
.project-single-page {
  padding-bottom: 110px;
}
.project-single-page .container-fluid {
  margin: 0 auto;
  max-width: 1720px;
}


.project-single-page .project-image {
  margin-bottom: 100px;
   height: 650px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .project-single-page .project-image {
    margin-bottom: 50px;
      height: 500px;
  }
}
@media (max-width: 991px) {
  .project-single-page .project-image {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .project-single-page .project-image {
    height: 300px;
  }
}
.project-single-page .project-image img {
  width: 100%;
   height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


.project-single-page .content {
  max-width: 999px;
}
@media (max-width: 1199px) {
  .project-single-page .content {
    margin-bottom: 50px;
  }
}
.project-single-page .content h2 {
  color: #1E3446;
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .project-single-page .content h2 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .project-single-page .content h2 {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .project-single-page .content h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.project-single-page .content p {
  color: #626B72;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1399px) {
  .project-single-page .content p {
    font-size: 18px;
    line-height: 30px;
  }
}
.project-single-page .content p span {
  color: #626B72;
  font-size: 50px;
}
@media (max-width: 1399px) {
  .project-single-page .content p span {
    font-size: 34px;
  }
}
.project-single-page .description {
  border: 1px solid #C1C1C1;
  background: #FFF;
  margin-left: auto;
}
@media (max-width: 991px) {
  .project-single-page .description {
    margin-left: 0;
    max-width: 400px;
  }
}
.project-single-page .description h3 {
  text-align: center;
  color: #000;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  display: block;
  border-bottom: 1px solid #C1C1C1;
  padding: 20px 0;
  margin: 0;
}
@media (max-width: 1399px) {
  .project-single-page .description h3 {
    font-size: 40px;
    line-height: 50px;
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  .project-single-page .description h3 {
    font-size: 30px;
    line-height: 40px;
    padding: 10px 0;
  }
}
.project-single-page .description ul {
  padding: 37px 60px;
}
@media (max-width: 1399px) {
  .project-single-page .description ul {
    padding: 25px 40px;
  }
}
@media (max-width: 1199px) {
  .project-single-page .description ul {
    padding: 20px 20px;
  }
}
.project-single-page .description ul li {
  display: flex;
  align-items: flex-start;
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .project-single-page .description ul li {
    font-size: 18px;
    line-height: 40px;
  }
}
.project-single-page .description ul li span {
  text-align: left;
  width: 60%;
}
@media (max-width: 1399px) {
  .project-single-page .description ul li span {
    width: 40%;
  }
}
.project-single-page .description ul li span:last-child {
  width: 40%;
}
@media (max-width: 1399px) {
  .project-single-page .description ul li span:last-child {
    width: 60%;
  }
}

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

/* solve-section */
.solve-section {
  background: #F9F9F9;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .solve-section {
    padding: 90px 0;
    padding-bottom: 60px;
  }
}
.solve-section .container-fluid {
  margin: 0 auto;
  max-width: 1720px;
}
.solve-section .image-wrap .row {
  margin: 0 -18px;
}


.solve-section .image {
  margin: 0 9px;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .solve-section .image {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .solve-section .image {
    margin-bottom: 30px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .solve-section .image {
    height: 300px;
  }
}
.solve-section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}




/* summery-section */
.summery-section {
  padding: 100px 0;
  background: #fff;
}
.summery-section .container-fluid {
  margin: 0 auto;
  max-width: 1720px;
}
.summery-section .wraper {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 1199px) {
  .summery-section .wraper {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .summery-section .wraper {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .summery-section .wraper {
    height: 300px;
  }
}
.summery-section .video-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.summery-section .video-btn {
  border: 0;
  display: inline;
}

/* RelatedProject-section */
.RelatedProject-section {
  padding: 100px 0;
  padding-top: 0;
}
@media (max-width: 991px) {
  .RelatedProject-section {
    padding-bottom: 60px;
    padding-top: 0;
  }
}
.RelatedProject-section .container-fluid {
  margin: 0 auto;
  max-width: 1720px;
}
.RelatedProject-section .item-wrap .row {
  margin: 0 -18px;
}
.RelatedProject-section .item-wrap .item {
  margin: 0 9px;
}
@media (max-width: 1399px) {
  .RelatedProject-section .item-wrap .item {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .RelatedProject-section .item-wrap .item {
    margin-bottom: 30px;
  }
}

.RelatedProject-section .item-wrap .item .image {
  height: 400px;
  overflow: hidden;
}
.RelatedProject-section .item-wrap .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 991px) {
  .RelatedProject-section .item-wrap .item .image {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .RelatedProject-section .item-wrap .item .image {
    height: 300px;
  }
}

.RelatedProject-section .item-wrap .item .content {
  text-align: center;
  margin-top: 28px;
}
.RelatedProject-section .item-wrap .item .content h2 {
  margin: 0;
}
.RelatedProject-section .item-wrap .item .content h2 a {
  color: #000;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 45px;
  font-weight: 500;
}
@media (max-width: 1499px) {
  .RelatedProject-section .item-wrap .item .content h2 a {
    font-size: 35px;
  }
}
@media (max-width: 1399px) {
  .RelatedProject-section .item-wrap .item .content h2 a {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .RelatedProject-section .item-wrap .item .content h2 a {
    font-size: 25px;
  }
}
.RelatedProject-section .item-wrap .item .content span {
  color: #666;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 10px;
  display: block;
}
@media (max-width: 1199px) {
  .RelatedProject-section .item-wrap .item .content span {
    font-size: 18px;
    line-height: 25px;
    margin-top: 5px;
  }
}

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

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

/*21. wpo-teame-page */
.wpo-teame-page {
  padding-bottom: 120px;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}
.wpo-teame-page .container-fluid {
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-teame-page .left-sidbar {
    max-width: 600px;
    margin: 0 auto;
  }
}
.wpo-teame-page .left-sidbar .image {
  max-width: 885px;
  max-height: 1050px;
  margin-bottom: 70px;
}
.wpo-teame-page .left-sidbar .image img {
  width: 100%;
}
.wpo-teame-page .left-sidbar .info-description {
  max-width: 885px;
}
.wpo-teame-page .left-sidbar .info-description h2 {
  color: #1E3446;
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
}
@media (max-width: 1199px) {
  .wpo-teame-page .left-sidbar .info-description h2 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .wpo-teame-page .left-sidbar .info-description h2 {
    font-size: 30px;
    line-height: 50px;
  }
}
.wpo-teame-page .left-sidbar .info-description p {
  color: #626B72;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1399px) {
  .wpo-teame-page .left-sidbar .info-description p {
    font-size: 18px;
    line-height: 30px;
  }
}
.wpo-teame-page .left-sidbar .info-description p span {
  color: #626B72;
  font-size: 50px;
}
@media (max-width: 1399px) {
  .wpo-teame-page .left-sidbar .info-description p span {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .wpo-teame-page .right-sidbar {
    max-width: 600px;
    margin: 0 auto;
  }
}

.personal-info {
  max-width: 644px;
  margin-bottom: 60px;
  margin-top: 110px;
}
@media (max-width: 1399px) {
  .personal-info {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .personal-info {
    margin-top: 20px;
  }
}
.personal-info h3 {
  color: #000;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
  display: block;
}
@media (max-width: 1399px) {
  .personal-info h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .personal-info h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.personal-info ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.personal-info ul li span {
  text-align: left;
  width: 40%;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
}
@media (max-width: 1399px) {
  .personal-info ul li span {
    width: 30%;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  .personal-info ul li span {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .personal-info ul li span {
    font-size: 16px;
    line-height: 30px;
  }
}
.personal-info ul li span:last-child {
  width: 60%;
  color: #767676;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .personal-info ul li span:last-child {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .personal-info ul li span:last-child {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .personal-info ul li span:last-child {
    font-size: 16px;
  }
}

.education-info {
  margin-bottom: 80px;
}
.education-info h3 {
  color: #000;
  font-size: 60px;
  font-weight: 400;
  line-height: 100px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .education-info h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.education-info ul li {
  color: #5A5A5A;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .education-info ul li {
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .education-info ul li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .education-info ul li {
    font-size: 16px;
    line-height: 25px;
  }
}
.education-info ul li:last-child {
  margin-bottom: 0;
}

.skill_wrap h3 {
  color: #000;
  font-size: 60px;
  font-weight: 400;
  line-height: 100px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .skill_wrap h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.skill_wrap .progress_item {
  margin-bottom: 30px;
}
.skill_wrap .progress_item:last-child {
  margin-bottom: 0;
}
.skill_wrap .progress_item span {
  margin-bottom: 10px;
  display: inline-block;
  color: #767676;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
.skill_wrap .progres {
  border-radius: 5px;
  background: #EBEBEB;
  height: 10px;
}
.skill_wrap .progres .progress-value {
  border-radius: 5px;
  background: #666;
  height: 10px;
  position: relative;
}
.skill_wrap .progres .progress-value span {
  color: #767676;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  margin-bottom: 0;
  right: -20px;
  width: 40px;
  height: 30px;
  top: -50px;
}



/* For content width around 600-700px */
@media (min-width: 576px) and (max-width: 767px) {
  .wpo-about-section-s3 .about-wrap .content {
    padding: 30px 25px;
  }
  
  .wpo-about-section-s3 .about-wrap .content h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px;
  }
  
  .wpo-about-section-s3 .about-wrap .content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  
  .wpo-about-section-s3 .about-wrap .content .about-btn {
    margin-top: 30px;
  }
  
  .wpo-about-section-s3 .about-wrap .content .about-funfact h3 {
    font-size: 45px;
  }
  
  .wpo-about-section-s3 .about-wrap .content .about-funfact h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* For even smaller content areas (like your 631px) */
@media (max-width: 700px) {
  .wpo-about-section-s3 .about-wrap .content h2 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  
  .wpo-about-section-s3 .about-wrap .content p {
    font-size: 13px !important;
    line-height: 22px !important;
  }
}



/********Admin page css**********/

/* Navbar styling */
.admin-dashboard .navbar {
  border-bottom: 2px solid #e0e0e0;
}

.admin-dashboard .navbar-brand img {
  filter: none;
}

.admin-dashboard .btn-outline-light {
  color: #333 !important;
  border-color: #333 !important;
}

 .admin-dashboard .btn-outline-light:hover {
  background-color: #333 !important;
  color: #fff !important;
}

/* Project Card Fix */
 .admin-dashboard .project-card {
  display: flex;
  flex-direction: column;
  min-height: 600px;
  height: auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
  background: #fff;
}

 .admin-dashboard .project-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 15px;
  flex-shrink: 0;
}

.admin-dashboard .project-images img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
}

 .admin-dashboard .project-card h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  color: #333;
}

.admin-dashboard .project-card p {
  flex-grow: 1;
  overflow-y: auto;
  max-height: 150px;
  margin-bottom: 10px;
}

 .admin-dashboard .project-card .text-primary {
  margin-bottom: 15px;
  flex-shrink: 0;
}

 .admin-dashboard .project-card .btn-group {
  margin-top: auto !important;
  flex-shrink: 0;
}

/* Projects Container */
 .admin-dashboard .projects-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  padding: 10px;
}

@media (max-width: 768px) {
  .admin-dashboard .projects-container {
    grid-template-columns: 1fr;
  }
}

/* Sidebar Styling */
.admin-dashboard .sidebar {
  background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%) !important;
  min-height: 100vh;
  padding: 20px 0;
  box-shadow: 2px 0 10px rgba(0,0,0,0.05);
}

.admin-dashboard .sidebar a {
  color: #2c3e50 !important;
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  font-weight: 500;
}

.admin-dashboard .sidebar a:hover {
  background-color: rgba(40, 167, 69, 0.1);
  border-left-color: #28a745;
  color: #28a745 !important;
}

.admin-dashboard .sidebar a.active {
  background-color: #28a745;
  color: #fff !important;
  border-left-color: #1e7e34;
}

.admin-dashboard .sidebar a i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

/* Navbar Logo */
.admin-dashboard .navbar-brand img {
  width: 80px !important;
  height: auto;
  transition: transform 0.3s ease;
}

.admin-dashboard .navbar-brand img:hover {
  transform: scale(1.05);
}

/* For mobile screens */
@media (max-width: 768px) {
  .admin-dashboard .navbar-brand img {
    width: 60px;
  }
}


/* Fix sidebar full height */
.admin-dashboard .container-fluid {
  padding: 0;
  margin: 0;
  width: 100%;
}

.admin-dashboard .container-fluid .row {
  margin: 0;
  min-height: calc(100vh - 56px); /* Subtract navbar height */
}

.admin-dashboard .sidebar {
  background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%) !important;
  min-height: calc(100vh - 56px);
  padding: 20px 0;
  box-shadow: 2px 0 10px rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  height: 100vh;
}

/* Remove default Bootstrap padding */
.admin-dashboard .col-md-2.sidebar {
  padding-left: 0;
  padding-right: 0;
}