/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:   Bohu - Wedding & Wedding Planner HTML Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. General
	1.1 Theme Reset Style
	1.2 Global Elements

2. header
	2.1 navigation 

3. content
	3.1 wpo-hero-slider
	3.2 wpo-quote-section
	3.3 wpo-couple-section
	3.4 wpo-story-section
	3.5 wpo-contact-section
	3.6 wpo-event-sectionn
	3.7 wpo-portfolio-section

4. wpo-footer

5. Home-style-2
   5.1 wpo-wedding-date
   5.2 wpo-couple-section-s2
   5.3 wpo-story-section-s2
   5.4 wpo-contact-section-s2
   5.5 wpo-portfolio-section-s2
   5.6 wpo-event-section-s2

6. Home-style-3
   6.1 wpo-quote-section-s3
   6.2 wpo-couple-section-s3
   6.3 wpo-portfolio-section-s3
   6.4 wpo-contact-section-s3
   6.5 wpo-story-section-s3

7. Home-style-4
   7.1 wpo-about-section
   7.2 wpo-quote-section-s3
   7.3 wpo-video-section
   7.4 wpo-service-section
   7.5 wpo-portfolio-section-s4
   7.6 wpo-testimonial-section
   7.7 wpo-team-section
   7.8 wpo-pricing-section
   7.9 wpo-fun-fact-section
   7.10 wpo-product-section
   7.11 wpo-partners-section

8. Home-style-5
   8.1 wpo-quote-section-s4
   8.2 wpo-portfolio-section-s5
   8.3 wpo-testimonial-section-s2
   8.4 wpo-fun-fact-section-s2
   8.5 wpo-team-section-s2

9. service-single-page

10. shop-page

11. shop-single-page

12. cart-page-style

13. checkout-page-style

14. wpo-team-single

15. contact-page

16. blog-pg-section

17. blog-single-section

18. coming-soon-section

19. wpo-invitation-area

20. wpo-portfolio-single-section

21. 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&display=swap");
@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: 18px;
}

:root {
  scroll-behavior: unset;
}

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

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

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

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

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

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

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

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

@media (max-width: 450px) {
  .page-wrap {
    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: 60px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100%;
  margin-top: 15px;
}
.contact-validation-active label.error,
.contact-validation-active label.error2 {
  color: red;
  font-size: 0.7777777778rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}
.contact-validation-active #c-loader,
.contact-validation-active #loader,
.contact-validation-active #loader2 {
  display: none;
  margin-top: 10px;
}
.contact-validation-active #c-loader i,
.contact-validation-active #loader i,
.contact-validation-active #loader2 i {
  font-size: 30px;
  font-size: 1.6666666667rem;
  color: #B59E9C;
  display: inline-block;
  animation: rotating linear 2s infinite;
}
.contact-validation-active #success,
.contact-validation-active #success2,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error,
.contact-validation-active #error2 {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #success2,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error,
  .contact-validation-active #error2 {
    font-size: 15px;
  }
}
.contact-validation-active #c-success,
.contact-validation-active #success,
.contact-validation-active #success2 {
  background-color: rgb(0, 153.5, 0);
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-validation-active #c-error,
.contact-validation-active #error,
.contact-validation-active #error2 {
  background-color: rgb(255, 25.5, 25.5);
  border-left: 5px solid red;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 5s alternate infinite;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*** back to top **/
.back-to-top {
  background-color: rgba(181, 158, 156, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #B59E9C;
  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: #B59E9C;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1rem;
  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;
}

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

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

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

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

.wpo-section-title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .wpo-section-title {
    margin-bottom: 35px;
  }
}
.wpo-section-title h2 {
  margin: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1399px) {
  .wpo-section-title h2 {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .wpo-section-title h2 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .wpo-section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .wpo-section-title h2 {
    font-size: 33px;
  }
}
@media (max-width: 425px) {
  .wpo-section-title h2 {
    font-size: 29px;
  }
}
.wpo-section-title p {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  max-width: 930px;
  margin: 0 auto;
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .wpo-section-title p {
    font-size: 18px;
    line-height: 32px;
    max-width: 760px;
  }
}
@media (max-width: 575px) {
  .wpo-section-title p {
    font-size: 16px;
    line-height: 25px;
    max-width: unset;
    padding-top: 0;
  }
}

.theme-btn, .view-cart-btn {
  background: #B59E9C;
  color: #fff;
  display: inline-block;
  padding: 8px 56px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  overflow: hidden;
  padding-right: 58px;
}
.theme-btn::after, .view-cart-btn::after {
  background-color: rgb(157.0034682081, 126.5450867052, 123.8965317919);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transform-origin: bottom left;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  z-index: -1;
}
.theme-btn::before, .view-cart-btn::before {
  position: absolute;
  right: 45px;
  top: 52%;
  transform: translateY(-50%);
  content: "";
  transition: all 0.3s;
  color: #fff;
}
.theme-btn:hover::after, .view-cart-btn:hover::after {
  transform-origin: top right;
  transform: scale(1);
  color: #fff;
}
@media (max-width: 767px) {
  .theme-btn, .view-cart-btn {
    padding: 15px 30px;
    font-size: 14px;
  }
}

.view-cart-btn {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px 45px;
  background: #B59E9C;
  color: #fff;
  text-transform: capitalize;
}
.view-cart-btn:after {
  display: none;
}
.view-cart-btn:hover {
  background-color: rgb(163.5479768786, 135.123699422, 132.6520231214);
  color: #fff;
}
.view-cart-btn.s1 {
  background: rgba(181, 158, 156, 0.2);
  color: #444444;
}
.view-cart-btn.s1:hover {
  background-color: rgb(200.6, 200.6, 200.6);
}

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

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

.wpo-page-title {
  background: #F8F1F1;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wpo-page-title {
    min-height: 270px;
  }
}
.wpo-page-title .shape-1 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
.wpo-page-title .shape-1 img {
  max-width: 250px;
}
@media (max-width: 1199px) {
  .wpo-page-title .shape-1 img {
    max-width: 210px;
  }
}
@media (max-width: 767px) {
  .wpo-page-title .shape-1 img {
    max-width: 170px;
  }
}
@media (max-width: 575px) {
  .wpo-page-title .shape-1 img {
    max-width: 120px;
  }
}
.wpo-page-title .shape-2 {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.wpo-page-title .shape-2 img {
  max-width: 250px;
}
@media (max-width: 1199px) {
  .wpo-page-title .shape-2 img {
    max-width: 210px;
  }
}
@media (max-width: 767px) {
  .wpo-page-title .shape-2 img {
    max-width: 170px;
  }
}
@media (max-width: 575px) {
  .wpo-page-title .shape-2 img {
    max-width: 120px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap {
  text-align: center;
}
.wpo-page-title .wpo-breadcumb-wrap h2 {
  font-weight: 500;
  font-size: 60px;
  line-height: 57px;
  color: #000;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap ol {
  padding-left: 0;
  margin-bottom: 0;
}
.wpo-page-title .wpo-breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 15px;
  color: #333;
  position: relative;
  font-size: 20px;
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li {
    padding: 0 10px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap ol li:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child span {
  color: #333;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child:after {
  display: none;
}
.wpo-page-title .wpo-breadcumb-wrap ol li a {
  color: #333;
  font-size: 20px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li a {
    font-size: 17px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
  color: #966a65;
}

.preloader {
  background-color: #745b59;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1111111111111111200;
  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;
  max-width: 55px;
}
.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: #000;
  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: #585656;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.blog-sidebar .search-widget input:focus {
  background-color: rgba(181, 158, 156, 0.1);
}
.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  color: #fff;
  background-color: #B59E9C;
  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: #585656;
  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;
  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: #966a65;
}
.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";
  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: #966a65;
}
.blog-sidebar .recent-post-widget .post .details .date {
  color: #333;
  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: #585656;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  border: 1px solid #E2E2E2;
  text-transform: capitalize;
}
.blog-sidebar .tag-widget ul li a:hover {
  background: #B59E9C;
  color: #fff;
}

/*------------------------------------
	shop sidebar
------------------------------------*/
.wpo-shop-sidebar {
  padding-right: 45px;
  padding-left: 20px;
  /*** search-widget ***/
  /*** widget_price_filter ***/
  /*** widget_product_categories ***/
}
@media (max-width: 1399px) {
  .wpo-shop-sidebar {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-shop-sidebar {
    margin-top: 50px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .wpo-shop-sidebar {
    max-width: 530px;
  }
}
.wpo-shop-sidebar .widget {
  border: 1px solid #E2E2E2;
}
.wpo-shop-sidebar .widget h3 {
  margin: 0;
  font-size: 34px;
  font-size: 1.8888888889rem;
  font-weight: 500;
  color: #000;
  padding: 20px;
  position: relative;
  text-transform: none;
  text-transform: uppercase;
  border-bottom: 1px solid #E2E2E2;
}
@media (max-width: 1399px) {
  .wpo-shop-sidebar .widget h3 {
    font-size: 31px;
    font-size: 1.7222222222rem;
  }
}
@media (max-width: 1199px) {
  .wpo-shop-sidebar .widget h3 {
    font-size: 25px;
    font-size: 1.3888888889rem;
  }
}
.wpo-shop-sidebar .posts {
  padding: 20px;
}
.wpo-shop-sidebar > .widget + .widget {
  margin-top: 65px;
}
.wpo-shop-sidebar .widget_search {
  border: 0;
}
.wpo-shop-sidebar .search-widget {
  border: 0;
}
.wpo-shop-sidebar .search-widget form div {
  position: relative;
}
.wpo-shop-sidebar .search-widget input {
  background-color: transparent;
  height: 65px;
  padding: 6px 50px 6px 20px;
  border: 0;
  box-shadow: none;
  transition: all 0.3s;
  border: 1px solid #E2E2E2;
  color: #585656;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
}
.wpo-shop-sidebar .search-widget input:focus {
  outline: none;
  border-color: #B59E9C;
  background-color: rgba(181, 158, 156, 0.1);
}
.wpo-shop-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  color: #fff;
  background-color: #B59E9C;
  border: 0;
  outline: 0;
  position: absolute;
  right: 6px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  transform: translateY(-50%);
}
.wpo-shop-sidebar .widget_price_filter .ui-corner-all,
.wpo-shop-sidebar .widget_price_filter .ui-corner-bottom,
.wpo-shop-sidebar .widget_price_filter .ui-corner-right,
.wpo-shop-sidebar .widget_price_filter .ui-corner-br {
  border-radius: 30px;
}
.wpo-shop-sidebar .widget_price_filter .filter-price {
  position: relative;
  font-size: 14px;
  padding: 20px;
  margin-top: 15px;
}
.wpo-shop-sidebar .widget_price_filter .filter-price p {
  font-size: 18px;
  color: #676767;
}
.wpo-shop-sidebar .widget_price_filter .filter-price input {
  border: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  position: absolute;
  font-size: 18px;
  color: #000;
}
.wpo-shop-sidebar .widget_price_filter .filter-price input:focus {
  border: 0;
  outline: none;
}
.wpo-shop-sidebar .widget_price_filter .filter-price button {
  background: transparent;
  color: #B59E9C;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  display: inline-block;
  border: 0;
  outline: none;
  position: absolute;
  right: 17px;
  z-index: 9;
  text-decoration: underline;
}
.wpo-shop-sidebar .widget_price_filter .filter-price button:hover, .wpo-shop-sidebar .widget_price_filter .filter-price button:focus, .wpo-shop-sidebar .widget_price_filter .filter-price button:active {
  text-decoration: underline;
}
.wpo-shop-sidebar .widget_price_filter .filter-price #amount {
  color: #000;
}
.wpo-shop-sidebar .widget_price_filter #slider-range {
  height: 3px;
  background: #e9e9e9;
  border: 0;
  border-radius: 50px;
  margin-bottom: 25px;
  margin-left: 8px;
  padding: 0;
}
.wpo-shop-sidebar .widget_price_filter .ui-state-default,
.wpo-shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default,
.wpo-shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default {
  width: 10px;
  height: 10px;
  border: none;
  background: #B59E9C;
  top: -4px;
}
.wpo-shop-sidebar .widget_price_filter .ui-state-default:focus,
.wpo-shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default:focus,
.wpo-shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default:focus {
  outline: none;
}
.wpo-shop-sidebar .widget_price_filter .ui-widget-header {
  background: #B59E9C;
}
.wpo-shop-sidebar .widget_product_categories,
.wpo-shop-sidebar .woocommerce-widget-layered-nav {
  font-family: "DM Sans";
}
.wpo-shop-sidebar .widget_product_categories .product-categories a,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list a,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories a,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list a {
  color: #333;
}
.wpo-shop-sidebar .widget_product_categories .product-categories,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories {
  list-style: none;
  padding: 20px;
}
.wpo-shop-sidebar .widget_product_categories .product-categories li,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li {
  margin-top: 10px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.wpo-shop-sidebar .widget_product_categories .product-categories li:first-child,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li:first-child,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li:first-child,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li:first-child {
  margin-top: 0;
}
.wpo-shop-sidebar .widget_product_categories .product-categories li:last-child,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li:last-child,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li:last-child,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.wpo-shop-sidebar .widget_product_categories .product-categories li a,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li a,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li a,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a {
  font-size: 18px;
  position: relative;
  color: #585656;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wpo-shop-sidebar .widget_product_categories .product-categories li a,
  .wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li a,
  .wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li a,
  .wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a {
    font-size: 16px;
    line-height: 25px;
  }
}
.wpo-shop-sidebar .widget_product_categories .product-categories li a:hover,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li a:hover,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li a:hover,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a:hover {
  text-decoration: underline;
  color: #966a65;
}

/*** widget_best-seller ***/
.widget_best-seller .wpo-best-seller-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.widget_best-seller .wpo-best-seller-item:last-child {
  margin-bottom: 0;
}
.widget_best-seller .wpo-best-seller-item .wpo-best-seller-text {
  margin-left: 20px;
}
.widget_best-seller .wpo-best-seller-item .wpo-best-seller-text h4 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  font-family: "DM Sans";
}
@media (max-width: 1199px) {
  .widget_best-seller .wpo-best-seller-item .wpo-best-seller-text h4 {
    font-size: 18px;
  }
}
.widget_best-seller .wpo-best-seller-item .wpo-best-seller-text span {
  font-size: 18px;
  color: #8d8d8d;
}
@media (max-width: 1199px) {
  .widget_best-seller .wpo-best-seller-item .wpo-best-seller-text span {
    font-size: 16px;
  }
}

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

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

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

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

.service-sidebar {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .service-sidebar {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .service-sidebar {
    margin-top: 50px;
    max-width: 450px;
  }
}

.service-catagory ul li {
  margin-bottom: 13px;
}

.service-catagory ul li a {
  border-radius: 12px;
  background: rgba(98, 116, 255, 0.06);
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 40px;
  display: block;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 575px) {
  .service-catagory ul li a {
    padding: 10px 20px;
  }
}
.service-catagory ul li a i {
  width: 32px;
  height: 32px;
  line-height: 36px;
  text-align: center;
  color: #B59E9C;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .service-catagory ul li a i {
    margin-right: 10px;
  }
}
.service-catagory ul li a::before {
  position: absolute;
  right: 40px;
  top: 33px;
  transform: translateY(-50%);
  content: "\f123";
  font-family: flaticon_bohu;
  transition: all 0.3s ease-in-out;
  color: #333;
}
@media (max-width: 575px) {
  .service-catagory ul li a::before {
    right: 20px;
  }
}
.service-catagory ul li a:hover, .service-catagory ul li a.active {
  background: #B59E9C;
  color: #fff;
}
.service-catagory ul li a:hover::before, .service-catagory ul li a.active::before {
  color: #fff;
}

.service-info {
  padding: 40px 20px;
  text-align: center;
  width: 100%;
  margin-top: 40px;
  border-radius: 8px;
  background: rgba(131, 136, 173, 0.06);
  position: relative;
  z-index: 1;
  border-radius: 14px;
  overflow: hidden;
}
.service-info .icon {
  width: 88px;
  height: 76px;
  line-height: 76px;
  border-radius: 4px;
  background: #fff;
  color: #B59E9C;
  font-size: 35px;
  display: inline-block;
  margin-bottom: 30px;
}
.service-info h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  max-width: 244px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.service-info span {
  font-family: "Felidae";
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.service-info .num span {
  border-radius: 24px;
  background: #B59E9C;
  color: #fff;
  text-align: center;
  font-family: "Felidae";
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  display: block;
  padding: 8px 10px;
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/* 2.1 navigation */
.wpo-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 992px) {
  .wpo-site-header .site-navbar {
    /*** hover effect ***/
    justify-content: center;
  }
  .wpo-site-header .site-navbar li {
    position: relative;
  }
  .wpo-site-header .site-navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header .site-navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
    -moz-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
  }
  .wpo-site-header .site-navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.wpo-site-header .container-fluid {
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

.mini-cart {
  margin-left: 5px;
}
.mini-cart .fi {
  font-size: 24px;
  color: #444444;
}
.mini-cart .cart-toggle-btn {
  background-color: transparent;
}
.mini-cart .cart-count {
  background: #B59E9C;
  width: 19px;
  height: 19px;
  font-size: 10px;
  font-size: 0.5555555556rem;
  line-height: 17px;
  color: white;
  position: absolute;
  top: -3px;
  right: -6px;
  border-radius: 50%;
  font-weight: 600;
}

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

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

@media (max-width: 991px) {
  .page-wrapper {
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all 0.3s;
  }
}
.header-search-area {
  background: #fff;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

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

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

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

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

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

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

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

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

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

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

.wpo-site-header .navigation.sticky-header {
  padding: 0 80px;
}
@media (max-width: 1700px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 40px;
  }
}
@media (max-width: 1400px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 10px;
  }
}
@media (max-width: 425px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 110px;
  }
}
.wpo-site-header {
  padding: 0 80px;
}

@media (max-width: 1700px) {
  .wpo-site-header {
    padding: 0 30px;
  }
}
@media (max-width: 1500px) {
  .wpo-site-header .site-navbar > ul > li > a {
    padding: 30px 15px;
  }
}
@media (max-width: 1400px) {
  .wpo-site-header .site-navbar > ul > li > a {
    padding: 30px 10px;
  }
  .wpo-site-header {
    padding: 0 10px;
  }
}
@media (max-width: 1200px) {
  .wpo-site-header .site-navbar > ul > li > a {
    padding: 24px 8px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .site-navbar > ul > li > a {
    font-size: 15px;
    padding: 15px 30px;
  }
  .wpo-site-header {
    padding: 0;
  }
}
/* header-style-s2 */
.header-style-s2,
.header-style-s3,
.header-style-s4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}
.header-style-s2 .navigation,
.header-style-s3 .navigation,
.header-style-s4 .navigation {
  background: transparent;
}
.header-style-s2 .navigation.sticky-header,
.header-style-s3 .navigation.sticky-header,
.header-style-s4 .navigation.sticky-header {
  z-index: 1111;
}

/* wpo-site-header-s3 */
.header-style-s3 .site-navbar > ul > li > a,
.header-style-s4 .site-navbar > ul > li > a,
.header-style-s5 .site-navbar > ul > li > a {
  color: #fff;
}
.header-style-s3 .site-navbar > ul > li > a:hover,
.header-style-s4 .site-navbar > ul > li > a:hover,
.header-style-s5 .site-navbar > ul > li > a:hover {
  color: #fff;
}
.header-style-s3 .cart-search-contact .fi,
.header-style-s4 .cart-search-contact .fi,
.header-style-s5 .cart-search-contact .fi {
  color: #fff;
}
.header-style-s3 .cart-search-contact form div button .fi:before,
.header-style-s4 .cart-search-contact form div button .fi:before,
.header-style-s5 .cart-search-contact form div button .fi:before {
  color: #000;
}
.header-style-s3 .mobail-menu button,
.header-style-s4 .mobail-menu button,
.header-style-s5 .mobail-menu button {
  background-color: #fff;
}
.header-style-s3 .mobail-menu button span,
.header-style-s4 .mobail-menu button span,
.header-style-s5 .mobail-menu button span {
  background-color: #B59E9C;
}
.header-style-s3 .navigation.sticky-header,
.header-style-s4 .navigation.sticky-header,
.header-style-s5 .navigation.sticky-header {
  background: #B59E9C;
}

/* header-style-s4 */
.header-style-s4 {
  border-bottom: 1px solid #FFF;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
}
.header-style-s4:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.35) 13.65%, rgba(255, 255, 255, 0.2) 91.31%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header-style-s4 .navigation.sticky-header {
  background: #B59E9C;
}
.header-style-s4 .site-navbar > ul > li > a {
  color: #fff;
}
.header-style-s4 .site-navbar > ul > li > a:hover {
  color: #fff;
}
.header-style-s4 .mini-cart .fi {
  color: #fff;
}
.header-style-s4 .mini-cart .cart-count {
  background-color: #966a65;
}

/* header-style-s5 */
.header-style-s5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
  background-color: transparent;
}
.header-style-s5 .mini-cart .fi {
  color: #fff;
}
.header-style-s5 .mini-cart .cart-count {
  background-color: #966a65;
}

.header-bottom-style {
  position: relative;
  top: auto;
  bottom: 0;
  left: 0;
  margin-top: -95px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 11;
  border-top: 1px solid #fff;
}
@media (max-width: 1199px) {
  .header-bottom-style {
    margin-top: -85px;
  }
}
@media (max-width: 991px) {
  .header-bottom-style {
    display: none;
  }
}
.header-bottom-style .sticky-header-bottom {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  width: 100%;
}
.header-bottom-style .sticky-header-bottom.sticky-on {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: rgb(163.5479768786, 135.123699422, 132.6520231214);
  left: 0;
  opacity: 1;
  visibility: visible;
}
.header-bottom-style .header-style-s3 {
  position: relative;
}

.wpo-site-header.wpo-header-top {
  padding-top: 20px;
}
.wpo-site-header.wpo-header-top .navbar-expand-lg .site-navbar {
  display: none !important;
}
@media (max-width: 991px) {
  .wpo-site-header.wpo-header-top .navbar-expand-lg .site-navbar {
    display: block !important;
  }
}
.wpo-site-header.wpo-header-top .sticky-header.sticky-on {
  display: none;
}
@media (max-width: 991px) {
  .wpo-site-header.wpo-header-top .sticky-header.sticky-on {
    display: block;
  }
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/* 3.1 wpo-hero-slider */
.wpo-hero-static {
  position: relative;
  height: 833px;
  max-width: 1730px;
  margin: 0 auto;
}
@media (max-width: 1730px) {
  .wpo-hero-static {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static {
    height: 100%;
    padding: 10px 10px 0;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .content {
    padding: 50px 0;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static .content {
    padding: 30px 0;
  }
}
.wpo-hero-static .content h2 {
  color: #000;
  font-size: 290px;
  font-weight: 500;
  line-height: 400px;
  margin-bottom: 0;
  margin-left: 10px;
}
@media (max-width: 1599px) {
  .wpo-hero-static .content h2 {
    font-size: 250px;
    line-height: 350px;
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static .content h2 {
    font-size: 200px;
    line-height: 300px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .content h2 {
    font-size: 150px;
    line-height: 180px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static .content h2 {
    font-size: 110px;
    line-height: 125px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static .content h2 {
    font-size: 85px;
    line-height: 95px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static .content h2 {
    font-size: 65px;
    line-height: 75px;
  }
}
.wpo-hero-static .content .text-bottom {
  position: absolute;
  right: 350px;
  bottom: 0;
}
@media (max-width: 1599px) {
  .wpo-hero-static .content .text-bottom {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .content .text-bottom {
    position: unset;
  }
}
.wpo-hero-static .content .hero-description {
  position: absolute;
  left: 10px;
  bottom: 180px;
}
@media (max-width: 1199px) {
  .wpo-hero-static .content .hero-description {
    bottom: 120px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .content .hero-description {
    position: unset;
  }
}
.wpo-hero-static .content .hero-description p {
  margin: 0;
  color: #999;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  max-width: 488px;
}
@media (max-width: 1199px) {
  .wpo-hero-static .content .hero-description p {
    font-size: 18px;
    line-height: 32px;
    max-width: 432px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .content .hero-description p {
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static .content .hero-description p {
    font-size: 16px;
    line-height: 27px;
  }
}
.wpo-hero-static .content .hero-description p span {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .wpo-hero-static .content .hero-description p span {
    font-size: 25px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static .content .hero-description p span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .content .hero-circle {
    position: unset;
    transform: translate(0);
    max-width: 140px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.wpo-hero-static .hero-right {
  position: absolute;
  right: -50px;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-right {
    position: unset;
    text-align: center;
  }
}

.hero-circle {
  position: absolute;
  left: 463px;
  top: 333px;
}
@media (max-width: 991px) {
  .hero-circle {
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero-circle .circle-content {
  width: 140px;
  height: 140px;
  position: relative;
  background: #fff;
  border: 1px solid #8F8F8F;
  padding: 5px;
  font-size: 11px;
  letter-spacing: 3.5px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 100%;
  color: #fff;
  position: relative;
}
.hero-circle .circle-content .rotate-anm {
  animation: roted 30s linear infinite;
}
.hero-circle .circle-content svg textPath {
  fill: #806967;
}
.hero-circle .circle-content .circle-big {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #F8F1F1;
}
.hero-circle .circle-content .circle-small {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
  text-align: center;
  background-color: #806967;
}
.hero-circle .circle-content .flower {
  position: absolute;
  top: 55px;
  left: 12px;
}
.hero-circle .circle-content .flower img {
  transform: rotate(-46deg);
}

@keyframes rotateAniamtion {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes roted {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wpo-hero-static-s2 {
  height: 1010px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wpo-hero-static-s2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFF 0%, #B59E9C 100%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s2 {
    height: 850px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 {
    height: 100%;
  }
}
.wpo-hero-static-s2 .wrapper {
  padding-top: 90px;
}
@media (max-width: 1629px) {
  .wpo-hero-static-s2 .wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s2 .wrapper {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .wrapper {
    padding: 130px 20px 50px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .wrapper {
    padding: 130px 10px 50px;
  }
}
.wpo-hero-static-s2 .wrapper h2 {
  font-size: 226px;
  font-weight: 400;
  line-height: 400px;
}
@media (max-width: 1890px) {
  .wpo-hero-static-s2 .wrapper h2 {
    font-size: 215px;
  }
}
@media (max-width: 1830px) {
  .wpo-hero-static-s2 .wrapper h2 {
    font-size: 200px;
  }
}
@media (max-width: 1750px) {
  .wpo-hero-static-s2 .wrapper h2 {
    font-size: 180px;
  }
}
@media (max-width: 1629px) {
  .wpo-hero-static-s2 .wrapper h2 {
    font-size: 154px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s2 .wrapper h2 {
    font-size: 125px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s2 .wrapper h2 {
    font-size: 110px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .wrapper h2 {
    font-size: 95px;
    line-height: 100px;
  }
}
@media (max-width: 757px) {
  .wpo-hero-static-s2 .wrapper h2 {
    font-size: 75px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .wrapper h2 {
    font-size: 57px;
    line-height: 66px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s2 .wrapper h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.wpo-hero-static-s2 .wrapper h2 span {
  padding: 0 155px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s2 .wrapper h2 span {
    padding: 0 120px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s2 .wrapper h2 span {
    padding: 0 80px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .wrapper h2 span {
    padding: 0;
  }
}
.wpo-hero-static-s2 .wrapper .hero-content {
  padding-left: 210px;
}
@media (max-width: 1830px) {
  .wpo-hero-static-s2 .wrapper .hero-content {
    padding-left: 110px;
  }
}
@media (max-width: 1750px) {
  .wpo-hero-static-s2 .wrapper .hero-content {
    padding-left: 60px;
  }
}
@media (max-width: 1630px) {
  .wpo-hero-static-s2 .wrapper .hero-content {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .wrapper .hero-content {
    padding-left: 0;
  }
}
.wpo-hero-static-s2 .wrapper .hero-content p {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  max-width: 488px;
  padding-top: 10px;
}
@media (max-width: 1630px) {
  .wpo-hero-static-s2 .wrapper .hero-content p {
    font-size: 18px;
    line-height: 32px;
    max-width: 400px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s2 .wrapper .hero-content p {
    font-size: 17px;
    line-height: 30px;
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s2 .wrapper .hero-content p {
    font-size: 16px;
    line-height: 25px;
    max-width: 270px;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .wrapper .hero-content p {
    max-width: 400px;
    margin: 0 auto;
  }
}
.wpo-hero-static-s2 .wrapper .hero-content p span {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1630px) {
  .wpo-hero-static-s2 .wrapper .hero-content p span {
    font-size: 28px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s2 .wrapper .hero-content p span {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s2 .wrapper .hero-content p span {
    font-size: 20px;
  }
}
.wpo-hero-static-s2 .wrapper .hero-content .hero-bottom-image {
  position: relative;
  max-width: 309px;
  margin-top: 62px;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s2 .wrapper .hero-content .hero-bottom-image {
    margin-top: 29px;
    max-width: 240px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .wrapper .hero-content .hero-bottom-image {
    max-width: unset;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .wrapper .hero-content .hero-bottom-image img {
    width: 100%;
  }
}
.wpo-hero-static-s2 .wrapper .hero-content .hero-bottom-image .video-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wpo-hero-static-s2 .wrapper .hero-content .hero-bottom-image .video-wrap .video-btn {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .wrapper .hero-content .hero-bottom-image .video-wrap .video-btn {
    width: 70px;
    height: 70px;
  }
}
.wpo-hero-static-s2 .wrapper .hero-content .hero-bottom-image .video-wrap .video-btn svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .wrapper .hero-content .hero-bottom-image .video-wrap .video-btn svg {
    width: 20px;
    height: 20px;
  }
}
.wpo-hero-static-s2 .hero-circle {
  left: auto;
  right: 330px;
  top: 500px;
}
@media (max-width: 1630px) {
  .wpo-hero-static-s2 .hero-circle {
    right: 100px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-circle {
    position: unset;
    max-width: 140px;
    transform: none;
    padding-bottom: 40px;
    margin: 0 auto;
  }
}
.wpo-hero-static-s2 .hero-circle .circle-content {
  background-color: transparent;
}
.wpo-hero-static-s2 .overlay-image {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 55%;
  transform: translateX(-50%);
}
@media (max-width: 1830px) {
  .wpo-hero-static-s2 .overlay-image {
    left: 50%;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s2 .overlay-image {
    max-width: 650px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s2 .overlay-image {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .overlay-image {
    display: none;
  }
}

.wpo-hero-slider-s3,
.wpo-hero-slider-s4 {
  width: 100%;
  height: 1000px;
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .wpo-hero-slider-s3,
  .wpo-hero-slider-s4 {
    height: 800px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider-s3,
  .wpo-hero-slider-s4 {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider-s3,
  .wpo-hero-slider-s4 {
    height: 550px;
  }
}
.wpo-hero-slider-s3 .swiper-slide,
.wpo-hero-slider-s4 .swiper-slide {
  overflow: hidden;
}
.wpo-hero-slider-s3 .swiper-container,
.wpo-hero-slider-s3 .hero-container,
.wpo-hero-slider-s4 .swiper-container,
.wpo-hero-slider-s4 .hero-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wpo-hero-slider-s3 .slide-inner,
.wpo-hero-slider-s3 .hero-inner,
.wpo-hero-slider-s4 .slide-inner,
.wpo-hero-slider-s4 .hero-inner {
  width: 100%;
  height: 100%;
  position: relative;
  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-s3 .slide-inner:before,
.wpo-hero-slider-s3 .hero-inner:before,
.wpo-hero-slider-s4 .slide-inner:before,
.wpo-hero-slider-s4 .hero-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFF 0%, #B59E9C 100%);
  content: "";
  opacity: 0.35;
  z-index: -1;
}
@media (max-width: 991px) {
  .wpo-hero-slider-s3 .slide-inner:before,
  .wpo-hero-slider-s3 .hero-inner:before,
  .wpo-hero-slider-s4 .slide-inner:before,
  .wpo-hero-slider-s4 .hero-inner:before {
    background: rgba(85, 56, 54, 0.99);
  }
}
.wpo-hero-slider-s3 .slide-inner::after,
.wpo-hero-slider-s3 .hero-inner::after,
.wpo-hero-slider-s4 .slide-inner::after,
.wpo-hero-slider-s4 .hero-inner::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.35;
  background: #806967;
  z-index: -1;
}
@media (max-width: 991px) {
  .wpo-hero-slider-s3 .slide-inner::after,
  .wpo-hero-slider-s3 .hero-inner::after,
  .wpo-hero-slider-s4 .slide-inner::after,
  .wpo-hero-slider-s4 .hero-inner::after {
    background: rgba(85, 56, 54, 0.99);
  }
}
.wpo-hero-slider-s3 .slide-inner .slide-content,
.wpo-hero-slider-s3 .hero-inner .slide-content,
.wpo-hero-slider-s4 .slide-inner .slide-content,
.wpo-hero-slider-s4 .hero-inner .slide-content {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-hero-slider-s3 .slide-inner .slide-content,
  .wpo-hero-slider-s3 .hero-inner .slide-content,
  .wpo-hero-slider-s4 .slide-inner .slide-content,
  .wpo-hero-slider-s4 .hero-inner .slide-content {
    margin-top: 50px;
  }
}
.wpo-hero-slider-s3 .swiper-pagination-bullet,
.wpo-hero-slider-s4 .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,
  .wpo-hero-slider-s4 .swiper-pagination-bullet {
    display: none;
  }
}
.wpo-hero-slider-s3 .swiper-pagination-bullet-active,
.wpo-hero-slider-s4 .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,
.wpo-hero-slider-s4 .swiper-container-horizontal > .swiper-pagination-bullets,
.wpo-hero-slider-s4 .swiper-pagination-custom,
.wpo-hero-slider-s4 .swiper-pagination-fraction {
  bottom: 30px;
}
.wpo-hero-slider-s3 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.wpo-hero-slider-s4 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.wpo-hero-slider-s3 .gradient-overlay,
.wpo-hero-slider-s4 .gradient-overlay {
  background: linear-gradient(left, #444444 45%, transparent 65%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0.6;
}
.wpo-hero-slider-s3 .gradient-overlay + .container,
.wpo-hero-slider-s4 .gradient-overlay + .container {
  position: relative;
  z-index: 11;
}
.wpo-hero-slider-s3 .swiper-slide,
.wpo-hero-slider-s4 .swiper-slide {
  position: relative;
  z-index: 11;
}
.wpo-hero-slider-s3 .slide-title h2,
.wpo-hero-slider-s4 .slide-title h2 {
  margin: 0;
  color: #FFF;
  font-size: 150px;
  font-weight: 400;
  line-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wpo-hero-slider-s3 .slide-title h2,
  .wpo-hero-slider-s4 .slide-title h2 {
    font-size: 135px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider-s3 .slide-title h2,
  .wpo-hero-slider-s4 .slide-title h2 {
    font-size: 110px;
    line-height: 120px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider-s3 .slide-title h2,
  .wpo-hero-slider-s4 .slide-title h2 {
    font-size: 89px;
    line-height: 105px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-slider-s3 .slide-title h2,
  .wpo-hero-slider-s4 .slide-title h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-slider-s3 .slide-title h2,
  .wpo-hero-slider-s4 .slide-title h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
.wpo-hero-slider-s3 .slide-title h2 .text-image,
.wpo-hero-slider-s4 .slide-title h2 .text-image {
  position: relative;
  left: 43px;
  top: -15px;
}
@media (max-width: 1199px) {
  .wpo-hero-slider-s3 .slide-title h2 .text-image,
  .wpo-hero-slider-s4 .slide-title h2 .text-image {
    max-width: 130px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider-s3 .slide-title h2 .text-image,
  .wpo-hero-slider-s4 .slide-title h2 .text-image {
    max-width: 100px;
    width: 100%;
    left: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-slider-s3 .slide-title h2 .text-image,
  .wpo-hero-slider-s4 .slide-title h2 .text-image {
    max-width: 75px;
    left: 15px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-slider-s3 .slide-title h2 .text-image,
  .wpo-hero-slider-s4 .slide-title h2 .text-image {
    max-width: 55px;
    top: -14px;
  }
}
.wpo-hero-slider-s3 .slide-title h2 span,
.wpo-hero-slider-s4 .slide-title h2 span {
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  font-family: "DM Sans";
  display: block;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .wpo-hero-slider-s3 .slide-title h2 span,
  .wpo-hero-slider-s4 .slide-title h2 span {
    font-size: 22px;
    line-height: 32px;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .wpo-hero-slider-s3 .slide-title h2 span,
  .wpo-hero-slider-s4 .slide-title h2 span {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-slider-s3 .slide-title h2 span,
  .wpo-hero-slider-s4 .slide-title h2 span {
    font-size: 16px;
  }
}
.wpo-hero-slider-s3 .slide-title h2 .second-items,
.wpo-hero-slider-s4 .slide-title h2 .second-items {
  padding-left: 0;
  padding-right: 45px;
}
@media (max-width: 991px) {
  .wpo-hero-slider-s3 .slide-title h2 .second-items,
  .wpo-hero-slider-s4 .slide-title h2 .second-items {
    padding-right: 20px;
  }
}
.wpo-hero-slider-s3 .slide-text,
.wpo-hero-slider-s4 .slide-text {
  max-width: 568px;
  margin: 0 auto;
}
.wpo-hero-slider-s3 .slide-text p,
.wpo-hero-slider-s4 .slide-text p {
  margin: 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-hero-slider-s3 .slide-text p,
  .wpo-hero-slider-s4 .slide-text p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider-s3 .slide-text p,
  .wpo-hero-slider-s4 .slide-text p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

.wpo-hero-slider-s4 {
  height: 950px;
}
@media (max-width: 1199px) {
  .wpo-hero-slider-s4 {
    height: 750px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider-s4 {
    height: 600px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-slider-s4 {
    height: 500px;
  }
}
.wpo-hero-slider-s4 .slide-inner .slide-content,
.wpo-hero-slider-s4 .hero-inner .slide-content {
  text-align: center;
  max-width: 1510px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .wpo-hero-slider-s4 .slide-inner .slide-content,
  .wpo-hero-slider-s4 .hero-inner .slide-content {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.wpo-hero-slider-s4 .slide-title {
  position: relative;
}
.wpo-hero-slider-s4 .slide-title h2 {
  margin: 0;
  display: block;
  color: #FFF;
  font-size: 100px;
  font-weight: 400;
  line-height: 140px;
}
@media (max-width: 1600px) {
  .wpo-hero-slider-s4 .slide-title h2 {
    font-size: 90px;
    line-height: 125px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-slider-s4 .slide-title h2 {
    font-size: 75px;
    line-height: 110px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-slider-s4 .slide-title h2 {
    font-size: 60px;
    line-height: 90px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider-s4 .slide-title h2 {
    font-size: 50px;
    line-height: 75px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider-s4 .slide-title h2 {
    font-size: 37px;
    line-height: 55px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-slider-s4 .slide-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.wpo-hero-slider-s4 .slide-title .text-image {
  position: absolute;
  left: 47%;
  top: -65px;
  transform: translateX(-50%);
}
@media (max-width: 1399px) {
  .wpo-hero-slider-s4 .slide-title .text-image {
    top: -70px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-slider-s4 .slide-title .text-image {
    top: -75px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider-s4 .slide-title .text-image {
    display: none;
  }
}

.wpo-hero-slider-s5 .hero-wrapper {
  max-width: 1740px;
  margin: 0 auto;
}
.wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title {
  text-align: center;
  padding-top: 50px;
}
@media (max-width: 575px) {
  .wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title {
    padding-top: 30px;
  }
}
.wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title h2 {
  margin: 0;
  font-size: 150px;
  font-weight: 400;
  line-height: 180px;
  margin-bottom: 10px;
}
@media (max-width: 1699px) {
  .wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title h2 {
    font-size: 125px;
    line-height: 165px;
  }
}
@media (max-width: 1500px) {
  .wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title h2 {
    font-size: 95px;
    line-height: 140px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title h2 {
    font-size: 80px;
    line-height: 110px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title h2 {
    font-size: 75px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title h2 {
    font-size: 57px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title h2 {
    font-size: 42px;
    line-height: 60px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title h2 {
    font-size: 30px;
    line-height: 50px;
  }
}
.wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title h2 span {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title h2 span {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title h2 span {
    display: none;
  }
}
.wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title h2 span img {
  border-radius: 50px;
  max-width: 260px;
  max-height: 100px;
  position: relative;
  top: -10px;
}
@media (max-width: 1500px) {
  .wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title h2 span img {
    max-width: 180px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title h2 span img {
    max-width: 140px;
    top: -5px;
  }
}
.wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title h2 span .image-1 {
  max-width: 170px;
  width: 100%;
  max-height: 100%;
}
@media (max-width: 1399px) {
  .wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title h2 span .image-1 {
    max-width: 125px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-slider-s5 .hero-wrapper .hero-content .slide-title h2 span .image-1 {
    max-width: 100px;
  }
}
.wpo-hero-slider-s5 .hero-wrapper .hero-content .hero-image {
  text-align: center;
}

.wpo-hero-slider-s6 {
  position: relative;
  background-color: #B59E9C;
  padding-top: 180px;
  padding-bottom: 105px;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-hero-slider-s6 {
    padding-top: 140px;
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-slider-s6 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.wpo-hero-slider-s6 .hero-wrapper {
  max-width: 1720px;
  margin: 0 auto;
}
.wpo-hero-slider-s6 .hero-wrapper .hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .wpo-hero-slider-s6 .hero-wrapper .hero-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.wpo-hero-slider-s6 .hero-wrapper .hero-content .slide-title {
  max-width: 882px;
}
@media (max-width: 1500px) {
  .wpo-hero-slider-s6 .hero-wrapper .hero-content .slide-title {
    max-width: 820px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-slider-s6 .hero-wrapper .hero-content .slide-title {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider-s6 .hero-wrapper .hero-content .slide-title {
    max-width: unset;
  }
}
.wpo-hero-slider-s6 .hero-wrapper .hero-content .slide-title h2 {
  margin: 0;
  color: #FFF;
  font-size: 200px;
  font-weight: 400;
  line-height: 180px;
}
@media (max-width: 1500px) {
  .wpo-hero-slider-s6 .hero-wrapper .hero-content .slide-title h2 {
    font-size: 175px;
    line-height: 170px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-slider-s6 .hero-wrapper .hero-content .slide-title h2 {
    font-size: 130px;
    line-height: 140px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider-s6 .hero-wrapper .hero-content .slide-title h2 {
    font-size: 120px;
    line-height: 130px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider-s6 .hero-wrapper .hero-content .slide-title h2 {
    font-size: 85px;
    line-height: 95px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-slider-s6 .hero-wrapper .hero-content .slide-title h2 {
    font-size: 66px;
    line-height: 76px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-slider-s6 .hero-wrapper .hero-content .slide-title h2 {
    font-size: 47px;
    line-height: 58px;
  }
}
.wpo-hero-slider-s6 .hero-wrapper .hero-content .hero-description {
  margin-bottom: 80px;
}
@media (max-width: 1500px) {
  .wpo-hero-slider-s6 .hero-wrapper .hero-content .hero-description {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider-s6 .hero-wrapper .hero-content .hero-description {
    margin-bottom: 30px;
  }
}
.wpo-hero-slider-s6 .hero-wrapper .hero-content .hero-description p {
  margin: 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  max-width: 484px;
}
@media (max-width: 1199px) {
  .wpo-hero-slider-s6 .hero-wrapper .hero-content .hero-description p {
    font-size: 18px;
    line-height: 27px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider-s6 .hero-wrapper .hero-content .hero-description p {
    max-width: 600px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-slider-s6 .hero-wrapper .hero-content .hero-description p {
    font-size: 16px;
    line-height: 25px;
  }
}
.wpo-hero-slider-s6 .hero-wrapper .hero-content .hero-description .theme-btn, .wpo-hero-slider-s6 .hero-wrapper .hero-content .hero-description .view-cart-btn {
  border-radius: 30px;
  background: #FFF;
  box-shadow: -10px -10px 20px 0 rgba(119, 119, 119, 0.15);
  color: #000;
  padding: 18px 39px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .wpo-hero-slider-s6 .hero-wrapper .hero-content .hero-description .theme-btn, .wpo-hero-slider-s6 .hero-wrapper .hero-content .hero-description .view-cart-btn {
    padding: 12px 30px;
  }
}
.wpo-hero-slider-s6 .hero-wrapper .hero-content .hero-description .theme-btn:hover, .wpo-hero-slider-s6 .hero-wrapper .hero-content .hero-description .view-cart-btn:hover {
  color: #fff;
}
.wpo-hero-slider-s6 .hero-circle {
  top: 200px;
  left: 67%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .wpo-hero-slider-s6 .hero-circle {
    position: unset;
    transform: none;
    max-width: 140px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.wpo-hero-slider-s6 .hero-circle .circle-content {
  background: transparent;
  border: 1px solid #fff;
}
.wpo-hero-slider-s6 .hero-circle .circle-content svg textPath {
  fill: #fff;
}
.wpo-hero-slider-s6 .hero-image {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .wpo-hero-slider-s6 .hero-image {
    position: unset;
    transform: none;
    text-align: center;
  }
}

/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer {
  background: #806967;
}
.wpo-site-footer .wpo-upper-footer {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer {
    padding-top: 60px;
  }
}
.wpo-site-footer .footer-title-left h2 {
  margin: 0;
  color: #FFF;
  font-size: 50px;
  font-weight: 400;
  line-height: normal;
  max-width: 678px;
}
@media (max-width: 1199px) {
  .wpo-site-footer .footer-title-left h2 {
    font-size: 41px;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .footer-title-left h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-site-footer .footer-title-left h2 {
    font-size: 30px;
  }
}
.wpo-site-footer .widget-title {
  margin-bottom: 24px;
}
.wpo-site-footer .widget-title h3 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
}
.wpo-site-footer .link-widget {
  padding-left: 110px;
}
@media (max-width: 1399px) {
  .wpo-site-footer .link-widget {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .link-widget {
    padding-left: 0;
  }
}
.wpo-site-footer .link-widget ul li {
  color: #DDD;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 13px;
}
@media (max-width: 575px) {
  .wpo-site-footer .link-widget ul li {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 8px;
  }
}
.wpo-site-footer .link-widget ul li a {
  color: #DDD;
  transition: all ease-in-out 0.4s;
}
.wpo-site-footer .link-widget ul li a:hover {
  text-decoration: underline;
  color: #ddd;
}
.wpo-site-footer .link-widget ul li:last-child {
  padding-bottom: 0;
}
.wpo-site-footer .wpo-lower-footer {
  margin-top: 90px;
  border-top: 1px solid #99817F;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .wpo-site-footer .wpo-lower-footer {
    padding: 20px 0;
  }
}
.wpo-site-footer .wpo-lower-footer .copyright {
  text-align: left;
  display: block;
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .copyright {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .wpo-site-footer .wpo-lower-footer .copyright {
    font-size: 16px;
  }
}
.wpo-site-footer .wpo-lower-footer .copyright a {
  color: #fff;
}
.wpo-site-footer .wpo-lower-footer .links {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 25px;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .links {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-site-footer .wpo-lower-footer .links {
    gap: 15px;
  }
}
.wpo-site-footer .wpo-lower-footer .links li a {
  font-size: 17px;
  color: #fff;
  transition: all ease 0.4s;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer .col {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer .col {
    margin-bottom: 40px;
  }
}

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

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

/* 3.2 wpo-quote-section */
.wpo-quote-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 210px 0;
}
@media (max-width: 1700px) {
  .wpo-quote-section {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .wpo-quote-section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-quote-section {
    padding: 60px 0;
  }
}
.wpo-quote-section .quote-wrap {
  max-width: 970px;
  margin: 0 auto;
  margin-top: 120px;
}
@media (max-width: 1399px) {
  .wpo-quote-section .quote-wrap {
    margin-top: 0;
  }
}
.wpo-quote-section .quote-wrap .quote-title {
  text-align: center;
}
.wpo-quote-section .quote-wrap .quote-title h2 {
  margin: 0;
  color: #000;
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
}
@media (max-width: 1600px) {
  .wpo-quote-section .quote-wrap .quote-title h2 {
    font-size: 70px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-quote-section .quote-wrap .quote-title h2 {
    font-size: 55px;
    line-height: 66px;
  }
}
@media (max-width: 575px) {
  .wpo-quote-section .quote-wrap .quote-title h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 425px) {
  .wpo-quote-section .quote-wrap .quote-title h2 {
    font-size: 33px;
    line-height: 43px;
  }
}
.wpo-quote-section .quote-wrap .quote-title p {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  max-width: 766px;
  margin: 0 auto;
  padding-top: 30px;
}
@media (max-width: 1600px) {
  .wpo-quote-section .quote-wrap .quote-title p {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .wpo-quote-section .quote-wrap .quote-title p {
    font-size: 18px;
    line-height: 30px;
    padding-top: 0;
  }
}
@media (max-width: 425px) {
  .wpo-quote-section .quote-wrap .quote-title p {
    font-size: 16px;
    line-height: 26px;
  }
}
.wpo-quote-section .quote-wrap .quote-title .flower {
  padding-top: 80px;
  transform: rotate(45deg);
}
@media (max-width: 1600px) {
  .wpo-quote-section .quote-wrap .quote-title .flower {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-quote-section .quote-wrap .quote-title .flower {
    padding-top: 30px;
  }
}
.wpo-quote-section .left-images,
.wpo-quote-section .right-images {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 480px;
}
@media (max-width: 1800px) {
  .wpo-quote-section .left-images,
  .wpo-quote-section .right-images {
    width: 400px;
  }
}
@media (max-width: 1700px) {
  .wpo-quote-section .left-images,
  .wpo-quote-section .right-images {
    width: 300px;
    margin-left: 20px;
  }
}
@media (max-width: 1399px) {
  .wpo-quote-section .left-images,
  .wpo-quote-section .right-images {
    display: none;
  }
}
.wpo-quote-section .left-images .image-1,
.wpo-quote-section .right-images .image-1 {
  margin-bottom: -45px;
}
@media (max-width: 1700px) {
  .wpo-quote-section .left-images .image-1,
  .wpo-quote-section .right-images .image-1 {
    margin-bottom: 20px;
  }
}
.wpo-quote-section .left-images .image-2,
.wpo-quote-section .right-images .image-2 {
  z-index: 1;
  position: relative;
  left: 210px;
}
@media (max-width: 1700px) {
  .wpo-quote-section .left-images .image-2,
  .wpo-quote-section .right-images .image-2 {
    left: 50px;
  }
}
@media (max-width: 1600px) {
  .wpo-quote-section .left-images .image-2,
  .wpo-quote-section .right-images .image-2 {
    left: 0;
  }
}
.wpo-quote-section .right-images {
  left: auto;
  text-align: right;
  right: 0;
  margin-top: 50px;
  margin-right: 30px;
}
@media (max-width: 1800px) {
  .wpo-quote-section .right-images {
    left: auto;
    margin-right: 20px;
    margin-left: 0;
  }
}
@media (max-width: 1700px) {
  .wpo-quote-section .right-images {
    left: auto;
  }
}
@media (max-width: 1600px) {
  .wpo-quote-section .right-images {
    left: auto;
  }
}
.wpo-quote-section .right-images .image-1 {
  margin-bottom: 0;
}
.wpo-quote-section .right-images .image-2 {
  margin-top: 110px;
  margin-right: 30px;
  right: 0;
  left: auto;
}
@media (max-width: 1700px) {
  .wpo-quote-section .right-images .image-2 {
    margin-top: 50px;
    margin-right: 0;
  }
}

/* 3.3 wpo-couple-section */
.wpo-couple-section {
  padding: 150px 0;
  background-color: #F2F2F2;
}
@media (max-width: 991px) {
  .wpo-couple-section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-couple-section {
    padding: 60px 0;
  }
}
.wpo-couple-section .couple-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpo-couple-section .couple-items .couple-text {
  padding-top: 50px;
  max-width: 280px;
}
@media (max-width: 991px) {
  .wpo-couple-section .couple-items .couple-text {
    padding-top: 30px;
    text-align: center;
    margin: 0 auto;
  }
}
.wpo-couple-section .couple-items .couple-text h2 {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .wpo-couple-section .couple-items .couple-text h2 {
    font-size: 35px;
    padding-bottom: 10px;
  }
}
.wpo-couple-section .couple-items .couple-text p {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.wpo-couple-section .couple-image {
  position: relative;
  overflow: hidden;
}
.wpo-couple-section .couple-image::before {
  position: absolute;
  top: 0;
  left: -92%;
  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(-30deg);
}
.wpo-couple-section .couple-image:hover::before {
  animation: shine 0.95s;
}
.wpo-couple-section .couple-middle-pic {
  text-align: center;
}
@media (max-width: 991px) {
  .wpo-couple-section .couple-middle-pic {
    padding: 30px 0;
  }
}
.wpo-couple-section .col {
  min-height: 100%;
}
.wpo-couple-section .col:nth-child(3) .couple-items {
  text-align: end;
  min-height: 100%;
  justify-content: flex-end;
}
.wpo-couple-section .col:nth-child(3) .couple-items .couple-image {
  order: 2;
}
.wpo-couple-section .col:nth-child(3) .couple-items .couple-text {
  padding-top: 0;
  padding-bottom: 50px;
  order: 1;
}
@media (max-width: 991px) {
  .wpo-couple-section .col:nth-child(3) .couple-items .couple-text {
    padding-bottom: 30px;
  }
}

/* 3.4 wpo-story-section */
.wpo-story-section {
  padding: 150px 0;
  position: relative;
}
@media (max-width: 991px) {
  .wpo-story-section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-story-section {
    padding: 60px 0;
  }
}
.wpo-story-section .story-wrap .story-slide {
  display: flex;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wpo-story-section .story-wrap .story-slide {
    display: block;
  }
}
.wpo-story-section .story-wrap .story-slide .story-item {
  position: relative;
  flex: 0 0 100vw;
}
@media (max-width: 991px) {
  .wpo-story-section .story-wrap .story-slide .story-item {
    margin-bottom: 40px;
  }
  .wpo-story-section .story-wrap .story-slide .story-item:last-child {
    margin-bottom: 0;
  }
}
.wpo-story-section .story-wrap .story-slide .story-item .item-wrap {
  display: flex;
  flex-basis: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .wpo-story-section .story-wrap .story-slide .story-item .item-wrap {
    flex-wrap: wrap;
  }
}
.wpo-story-section .story-wrap .story-slide .story-item .story-crad {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .wpo-story-section .story-wrap .story-slide .story-item .story-crad {
    order: 1;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .wpo-story-section .story-wrap .story-slide .story-item .story-crad .image-left {
    width: 100%;
  }
}
.wpo-story-section .story-wrap .story-slide .story-item .story-crad .image-left img {
  width: 100%;
  max-width: 310px;
}
@media (max-width: 767px) {
  .wpo-story-section .story-wrap .story-slide .story-item .story-crad .image-left img {
    max-width: 100%;
  }
}
.wpo-story-section .story-wrap .story-slide .story-item .story-crad .story-content {
  max-width: 535px;
  padding-top: 260px;
}
@media (max-width: 1399px) {
  .wpo-story-section .story-wrap .story-slide .story-item .story-crad .story-content {
    padding-top: 190px;
  }
}
@media (max-width: 1199px) {
  .wpo-story-section .story-wrap .story-slide .story-item .story-crad .story-content {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .wpo-story-section .story-wrap .story-slide .story-item .story-crad .story-content {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-story-section .story-wrap .story-slide .story-item .story-crad .story-content {
    order: 2;
  }
}
.wpo-story-section .story-wrap .story-slide .story-item .story-crad .story-content h2 {
  margin: 0;
  color: #343434;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .wpo-story-section .story-wrap .story-slide .story-item .story-crad .story-content h2 {
    font-size: 34px;
  }
}
.wpo-story-section .story-wrap .story-slide .story-item .story-crad .story-content p {
  margin: 0;
  color: #656565;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 991px) {
  .wpo-story-section .story-wrap .story-slide .story-item .story-crad .story-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.wpo-story-section .story-wrap .story-slide .story-item .image-right {
  text-align: right;
  margin-left: 78px;
}
@media (max-width: 1199px) {
  .wpo-story-section .story-wrap .story-slide .story-item .image-right {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-story-section .story-wrap .story-slide .story-item .image-right {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

/* 3.5 wpo-contact-section */
.wpo-contact-section {
  padding: 140px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wpo-contact-section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section {
    padding: 60px 0;
  }
}
.wpo-contact-section .contact-wrap {
  max-width: 1380px;
  margin: 0 auto;
}
.wpo-contact-section .contact-wrap .contact-title {
  text-align: center;
}
.wpo-contact-section .contact-wrap .contact-title h2 {
  color: #000;
  font-size: 230px;
  font-weight: 400;
  line-height: 300px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1399px) {
  .wpo-contact-section .contact-wrap .contact-title h2 {
    font-size: 190px;
    line-height: 230px;
  }
}
@media (max-width: 1199px) {
  .wpo-contact-section .contact-wrap .contact-title h2 {
    font-size: 160px;
    line-height: 200px;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section .contact-wrap .contact-title h2 {
    font-size: 120px;
    line-height: 140px;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section .contact-wrap .contact-title h2 {
    font-size: 65px;
    line-height: 80px;
  }
}
@media (max-width: 425px) {
  .wpo-contact-section .contact-wrap .contact-title h2 {
    font-size: 48px;
    line-height: 63px;
  }
}
.wpo-contact-section .contact-wrap .contact-title h2 .hover-image {
  position: absolute;
  top: -300px;
  right: -145px;
  max-width: 250px;
  width: 100%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
@media (max-width: 1750px) {
  .wpo-contact-section .contact-wrap .contact-title h2 .hover-image {
    right: -100px;
    top: -272px;
    max-width: 200px;
  }
}
@media (max-width: 1600px) {
  .wpo-contact-section .contact-wrap .contact-title h2 .hover-image {
    right: -14px;
    top: -160px;
  }
}
@media (max-width: 1399px) {
  .wpo-contact-section .contact-wrap .contact-title h2 .hover-image {
    max-width: 150px;
    right: 10px;
    top: -130px;
  }
}
@media (max-width: 1199px) {
  .wpo-contact-section .contact-wrap .contact-title h2 .hover-image {
    right: 0;
    max-width: 120px;
    top: -110px;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section .contact-wrap .contact-title h2 .hover-image {
    display: none;
  }
}
.wpo-contact-section .contact-wrap .contact-title h2 .s2 {
  top: auto;
  bottom: -166px;
  left: -10px;
  max-width: 350px;
}
@media (max-width: 1399px) {
  .wpo-contact-section .contact-wrap .contact-title h2 .s2 {
    max-width: 200px;
    bottom: -70px;
    left: 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-contact-section .contact-wrap .contact-title h2 .s2 {
    left: -10px;
  }
}

.wpo-contact-section-wrapper {
  background-color: #fff;
  max-width: 650px;
  margin-left: auto;
  position: relative;
  right: 145px;
}
@media (max-width: 991px) {
  .wpo-contact-section-wrapper {
    right: 0;
    margin: 0 auto;
  }
}
.wpo-contact-section-wrapper .wpo-contact-form-area .form-control {
  width: 100%;
  height: 55px;
  margin-bottom: 22px;
  border: 0;
  border-bottom: 1px solid #ddd;
  color: #000;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  background: transparent;
  padding-left: 0;
}
@media (max-width: 425px) {
  .wpo-contact-section-wrapper .wpo-contact-form-area .form-control {
    font-size: 16px;
  }
}
.wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}
.wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-moz-placeholder {
  color: #000;
}
.wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder {
  color: #000;
}
.wpo-contact-section-wrapper .wpo-contact-form-area select.form-control {
  color: #000;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option {
  color: #333;
}
.wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/date.png) no-repeat calc(100% - 15px) center;
}
.wpo-contact-section-wrapper .wpo-contact-form-area .select.last {
  margin-bottom: 50px;
}
.wpo-contact-section-wrapper .wpo-contact-form-area .submit-area {
  margin-top: 50px;
}
.wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn, .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn {
  background: #B59E9C;
}

/* 3.6 wpo-event-sectionn */
.wpo-event-section .event-left-image,
.wpo-event-section-s2 .event-left-image {
  background-image: url(../images/event/image-1.jpg);
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .wpo-event-section .event-left-image,
  .wpo-event-section-s2 .event-left-image {
    height: 940px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .wpo-event-section .event-left-image,
  .wpo-event-section-s2 .event-left-image {
    height: 600px;
  }
}
@media (max-width: 575px) {
  .wpo-event-section .event-left-image,
  .wpo-event-section-s2 .event-left-image {
    height: 450px;
  }
}
.wpo-event-section .event-right,
.wpo-event-section-s2 .event-right {
  background: #F2F2F2;
  padding-left: 180px;
  margin-left: -1;
}
@media (max-width: 1600px) {
  .wpo-event-section .event-right,
  .wpo-event-section-s2 .event-right {
    padding-left: 120px;
  }
}
@media (max-width: 1399px) {
  .wpo-event-section .event-right,
  .wpo-event-section-s2 .event-right {
    padding-left: 70px;
  }
}
@media (max-width: 1199px) {
  .wpo-event-section .event-right,
  .wpo-event-section-s2 .event-right {
    padding-left: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-event-section .event-right,
  .wpo-event-section-s2 .event-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wpo-event-section .event-right .event-right-wrap .event-title,
.wpo-event-section-s2 .event-right .event-right-wrap .event-title {
  margin-bottom: 40px;
}
.wpo-event-section .event-right .event-right-wrap .event-title .icon,
.wpo-event-section-s2 .event-right .event-right-wrap .event-title .icon {
  padding-left: 15px;
}
.wpo-event-section .event-right .event-right-wrap .event-title .icon img,
.wpo-event-section-s2 .event-right .event-right-wrap .event-title .icon img {
  transform: rotate(-55.324deg);
}
.wpo-event-section .event-right .event-right-wrap .event-title h2,
.wpo-event-section-s2 .event-right .event-right-wrap .event-title h2 {
  margin: 0;
  color: #000;
  font-size: 100px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1399px) {
  .wpo-event-section .event-right .event-right-wrap .event-title h2,
  .wpo-event-section-s2 .event-right .event-right-wrap .event-title h2 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .wpo-event-section .event-right .event-right-wrap .event-title h2,
  .wpo-event-section-s2 .event-right .event-right-wrap .event-title h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-event-section .event-right .event-right-wrap .event-title h2,
  .wpo-event-section-s2 .event-right .event-right-wrap .event-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-event-section .event-right .event-right-wrap .event-title h2,
  .wpo-event-section-s2 .event-right .event-right-wrap .event-title h2 {
    font-size: 50px;
  }
}
.wpo-event-section .event-right .event-right-wrap .event-right-items,
.wpo-event-section-s2 .event-right .event-right-wrap .event-right-items {
  max-width: 425px;
  padding-bottom: 70px;
}
.wpo-event-section .event-right .event-right-wrap .event-right-items h3,
.wpo-event-section-s2 .event-right .event-right-wrap .event-right-items h3 {
  margin: 0;
  color: #000;
  font-size: 35px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 25px;
}
@media (max-width: 575px) {
  .wpo-event-section .event-right .event-right-wrap .event-right-items h3,
  .wpo-event-section-s2 .event-right .event-right-wrap .event-right-items h3 {
    font-size: 30px;
    padding-bottom: 18px;
  }
}
.wpo-event-section .event-right .event-right-wrap .event-right-items ul li,
.wpo-event-section-s2 .event-right .event-right-wrap .event-right-items ul li {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.wpo-event-section .event-right .event-right-wrap .event-right-items ul li span,
.wpo-event-section-s2 .event-right .event-right-wrap .event-right-items ul li span {
  position: absolute;
  right: 0;
}
.wpo-event-section .event-right .event-right-wrap .event-right-items ul > li + li,
.wpo-event-section-s2 .event-right .event-right-wrap .event-right-items ul > li + li {
  margin-top: 10px;
  padding-top: 10px;
}
.wpo-event-section .event-right .event-right-wrap .event-right-items:last-child,
.wpo-event-section-s2 .event-right .event-right-wrap .event-right-items:last-child {
  padding-bottom: 0;
}
.wpo-event-section .col,
.wpo-event-section-s2 .col {
  padding: 0;
}

.gallery-section {
  padding: 120px 0;
}

/* 3.7 wpo-portfolio-section */
.wpo-portfolio-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .wpo-portfolio-section {
    padding-bottom: 80px;
  }
}
.wpo-portfolio-section .hidden {
  display: none;
}
.wpo-portfolio-section .container-fluid {
  padding: 0;
}
.wpo-portfolio-section .portfolio-grids .grid img {
  width: 100%;
}
.wpo-portfolio-section .portfolio-grids .owl-stage-outer {
  padding-top: 145px;
}
@media (max-width: 767px) {
  .wpo-portfolio-section .portfolio-grids .owl-stage-outer {
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  .wpo-portfolio-section .portfolio-grids.owl-carousel .owl-item:nth-child(even) .grid {
    transform: translateY(0);
    animation: margin 10s linear infinite;
  }
}
@media (min-width: 768px) {
  .wpo-portfolio-section .portfolio-grids.owl-carousel .owl-item:nth-child(odd) .grid {
    transform: translateY(0);
    animation: marginOdd 10s linear infinite;
  }
}
@keyframes margin {
  0% {
    transform: translateY(-145px);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(-145px);
  }
}
@keyframes marginOdd {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-145px);
  }
  100% {
    transform: translateY(0);
  }
}
.wpo-portfolio-section .portfolio-grids .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpo-portfolio-section .portfolio-grids .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
  color: #B59E9C;
  transition: all 0.3s;
  border: 0;
  background: none;
}
.wpo-portfolio-section .portfolio-grids .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
  color: #fff;
}
.wpo-portfolio-section .portfolio-grids .owl-nav {
  display: none;
}
.wpo-portfolio-section .portfolio-grids .owl-dots {
  margin-top: 0px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .wpo-portfolio-section .portfolio-grids .owl-dots {
    display: none;
  }
}
.wpo-portfolio-section .portfolio-grids .owl-dots button {
  width: 10px;
  height: 12px;
  border: 0;
  background: #B59E9C;
  margin-right: 10px;
  border-radius: 50%;
}
.wpo-portfolio-section .portfolio-grids .owl-dots .owl-dot.active {
  background-color: #B59E9C;
}
.wpo-portfolio-section .grid {
  background: #fff;
}
.wpo-portfolio-section .grid .img-holder {
  position: relative;
}
.wpo-portfolio-section .grid .img-holder:nth-child(even) {
  max-width: 320px;
  max-height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wpo-portfolio-section .grid .img-holder:nth-child(odd) {
  max-width: 320px;
  max-height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .wpo-portfolio-section .grid .img-holder:nth-child(odd) {
    max-height: 300px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .wpo-portfolio-section .grid .img-holder:nth-child(odd) {
    max-height: 233px;
  }
}
@media (max-width: 425px) {
  .wpo-portfolio-section .grid .img-holder {
    margin: 0 auto;
  }
}
.wpo-portfolio-section .grid .img-holder .hover-content {
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  z-index: 11;
}
.wpo-portfolio-section .grid .img-holder .hover-content i {
  font-size: 30px;
  color: #444444;
}
.wpo-portfolio-section .grid .img-holder:before {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 96%;
  height: 96%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.3s;
  transform: scale(0);
  z-index: 1;
}
.wpo-portfolio-section .img-holder:hover .hover-content {
  opacity: 1;
}
.wpo-portfolio-section .img-holder:hover:before {
  opacity: 1;
  transform: scale(1);
}

/*======================================
5. Home-style-2
 =======================================*/
/* 5.1 wpo-wedding-date */
.wpo-wedding-date {
  padding-top: 80px;
}
@media (max-width: 575px) {
  .wpo-wedding-date {
    padding-top: 50px;
  }
}
.wpo-wedding-date .wedding-date-wrap #clock {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .wpo-wedding-date .wedding-date-wrap #clock {
    display: flex;
    justify-content: center;
    margin-left: 0;
    flex-wrap: wrap;
  }
}
.wpo-wedding-date .wedding-date-wrap #clock .box {
  width: 260px;
  height: 260px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 130px;
  background: #F8F1F1;
}
@media (max-width: 1199px) {
  .wpo-wedding-date .wedding-date-wrap #clock .box {
    width: 200px;
    height: 200px;
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  .wpo-wedding-date .wedding-date-wrap #clock .box {
    margin-bottom: 40px;
  }
}
.wpo-wedding-date .wedding-date-wrap #clock .box:after {
  position: absolute;
  left: 0;
  width: 220px;
  height: 220px;
  content: "";
  z-index: -1;
  border-radius: 50%;
  border: 1px solid #DFCAC9;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 1199px) {
  .wpo-wedding-date .wedding-date-wrap #clock .box:after {
    width: 170px;
    height: 170px;
  }
}
.wpo-wedding-date .wedding-date-wrap #clock > div {
  float: left;
  display: table;
}
.wpo-wedding-date .wedding-date-wrap #clock > div > div {
  display: table-cell;
  vertical-align: middle;
}
.wpo-wedding-date .wedding-date-wrap #clock .time {
  font-family: "Felidae";
  font-size: 80px;
  font-weight: 400;
  color: #333;
  line-height: 100px;
}
@media (max-width: 1400px) {
  .wpo-wedding-date .wedding-date-wrap #clock .time {
    font-size: 50px;
    line-height: 60px;
  }
}
.wpo-wedding-date .wedding-date-wrap #clock span {
  color: #666;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .wpo-wedding-date .wedding-date-wrap #clock span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .wpo-wedding-date .wedding-date-wrap #clock span {
    font-size: 16px;
  }
}

/* 5.2 wpo-couple-section-s2 */
.wpo-couple-section-s2 {
  padding: 150px 0;
  position: relative;
}
@media (max-width: 991px) {
  .wpo-couple-section-s2 {
    padding: 90px 0;
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s2 {
    padding: 60px 10px;
    padding-top: 30px;
  }
}
.wpo-couple-section-s2 .couple-wrap {
  max-width: 1440px;
  margin: 0 auto;
}
.wpo-couple-section-s2 .couple-items {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .wpo-couple-section-s2 .couple-items {
    flex-direction: column;
  }
}
.wpo-couple-section-s2 .couple-items .couple-text {
  max-width: 280px;
  text-align: right;
}
@media (max-width: 1199px) {
  .wpo-couple-section-s2 .couple-items .couple-text {
    max-width: 255px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s2 .couple-items .couple-text {
    padding-top: 30px;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
  }
}
.wpo-couple-section-s2 .couple-items .couple-text h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .wpo-couple-section-s2 .couple-items .couple-text h2 {
    font-size: 35px;
    padding-bottom: 10px;
  }
}
.wpo-couple-section-s2 .couple-items .couple-text p {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wpo-couple-section-s2 .couple-items .couple-text p {
    font-size: 16px;
    line-height: 28px;
  }
}
.wpo-couple-section-s2 .couple-items .couple-image {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 991px) {
  .wpo-couple-section-s2 .couple-items .couple-image {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
.wpo-couple-section-s2 .couple-items .couple-image img {
  width: 100%;
}
.wpo-couple-section-s2 .col:nth-child(1) .couple-image {
  transform: rotate(-11.471deg);
  left: 52px;
}
@media (max-width: 1399px) {
  .wpo-couple-section-s2 .col:nth-child(1) .couple-image {
    left: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s2 .col:nth-child(1) .couple-image {
    transform: rotate(0);
    left: 0;
    order: 1;
  }
}
.wpo-couple-section-s2 .col:nth-child(1) .couple-text {
  margin-left: 35px;
}
@media (max-width: 1399px) {
  .wpo-couple-section-s2 .col:nth-child(1) .couple-text {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s2 .col:nth-child(1) .couple-text {
    margin: 0 auto;
    order: 2;
  }
}
.wpo-couple-section-s2 .col {
  min-height: 100%;
  padding: 0;
}
.wpo-couple-section-s2 .col:nth-child(2) .couple-items {
  text-align: end;
  align-items: flex-end;
  text-align: right;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .wpo-couple-section-s2 .col:nth-child(2) .couple-items {
    align-items: center;
    margin-top: 40px;
  }
}
.wpo-couple-section-s2 .col:nth-child(2) .couple-items .couple-image {
  order: 1;
  transform: rotate(10.655deg);
  position: relative;
}
@media (max-width: 991px) {
  .wpo-couple-section-s2 .col:nth-child(2) .couple-items .couple-image {
    transform: rotate(0);
  }
}
.wpo-couple-section-s2 .col:nth-child(2) .couple-items .couple-text {
  order: 2;
  text-align: left;
}
@media (max-width: 991px) {
  .wpo-couple-section-s2 .col:nth-child(2) .couple-items .couple-text {
    text-align: center;
  }
}
.wpo-couple-section-s2 .love-birds {
  position: absolute;
  top: 44%;
  left: 51%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .wpo-couple-section-s2 .love-birds {
    display: none;
  }
}
.wpo-couple-section-s2 .love-birds::before {
  position: absolute;
  content: "";
  border: 1px solid #E2DFDF;
  width: 90px;
  height: 90px;
  line-height: 90px;
  top: 10px;
  left: 10px;
  text-align: center;
  border-radius: 50%;
}

/* 5.3 wpo-story-section-s2 */
.wpo-story-section-s2 .story-title {
  text-align: center;
  max-width: 1643px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .wpo-story-section-s2 .story-title {
    margin-bottom: 40px;
  }
}
.wpo-story-section-s2 .story-title h2 {
  font-size: 150px;
  font-weight: 400;
  line-height: 180px;
}
@media (max-width: 1620px) {
  .wpo-story-section-s2 .story-title h2 {
    font-size: 126px;
    line-height: 166px;
  }
}
@media (max-width: 1399px) {
  .wpo-story-section-s2 .story-title h2 {
    font-size: 110px;
    line-height: 145px;
  }
}
@media (max-width: 1199px) {
  .wpo-story-section-s2 .story-title h2 {
    font-size: 90px;
    line-height: 115px;
  }
}
@media (max-width: 991px) {
  .wpo-story-section-s2 .story-title h2 {
    font-size: 68px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-story-section-s2 .story-title h2 {
    font-size: 51px;
    line-height: 75px;
  }
}
@media (max-width: 575px) {
  .wpo-story-section-s2 .story-title h2 {
    font-size: 37px;
    line-height: 55px;
  }
}
@media (max-width: 425px) {
  .wpo-story-section-s2 .story-title h2 {
    font-size: 27px;
    line-height: 40px;
  }
}
.wpo-story-section-s2 .story-title .flower-shape {
  transform: rotate(45deg);
}
@media (max-width: 575px) {
  .wpo-story-section-s2 .story-title .flower-shape img {
    max-width: 60px;
    width: 100%;
  }
}
.wpo-story-section-s2 .story-card {
  position: sticky;
  top: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wpo-story-section-s2 .story-card {
    position: relative;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-story-section-s2 .story-card:last-child {
    margin-bottom: 0;
  }
}
.wpo-story-section-s2 .story-card .image img {
  width: 100%;
}
@media (max-width: 767px) {
  .wpo-story-section-s2 .story-card .image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 300px;
  }
}
.wpo-story-section-s2 .story-card .shape {
  position: absolute;
  width: 783px;
  height: 100%;
  background: rgba(128, 105, 103, 0.8);
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1399px) {
  .wpo-story-section-s2 .story-card .shape {
    width: 680px;
  }
}
@media (max-width: 991px) {
  .wpo-story-section-s2 .story-card .shape {
    width: 580px;
  }
}
@media (max-width: 767px) {
  .wpo-story-section-s2 .story-card .shape {
    width: 100%;
    clip-path: none;
  }
}
.wpo-story-section-s2 .story-card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .wpo-story-section-s2 .story-card .content {
    position: unset;
    width: 100%;
    text-align: center;
  }
}
.wpo-story-section-s2 .story-card .text {
  padding-left: 55px;
}
@media (max-width: 1399px) {
  .wpo-story-section-s2 .story-card .text {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-story-section-s2 .story-card .text {
    padding-left: 18px;
  }
}
@media (max-width: 767px) {
  .wpo-story-section-s2 .story-card .text {
    padding: 0;
  }
}
.wpo-story-section-s2 .story-card .text .text-items {
  padding: 55px 0;
}
@media (max-width: 1399px) {
  .wpo-story-section-s2 .story-card .text .text-items {
    padding: 30px 0;
  }
}
.wpo-story-section-s2 .story-card .text .text-items h2 {
  margin: 0;
  color: #FFF;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .wpo-story-section-s2 .story-card .text .text-items h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.wpo-story-section-s2 .story-card .text .text-items p {
  margin: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 535px;
}
@media (max-width: 991px) {
  .wpo-story-section-s2 .story-card .text .text-items p {
    font-size: 16px;
    line-height: 25px;
    max-width: 445px;
  }
}
@media (max-width: 767px) {
  .wpo-story-section-s2 .story-card .text .text-items p {
    margin: 0 auto;
  }
}
.wpo-story-section-s2 .story-card:nth-child(even) .content {
  left: auto;
  right: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .wpo-story-section-s2 .story-card:nth-child(even) .content {
    text-align: center;
  }
}
.wpo-story-section-s2 .story-card:nth-child(even) .content .shape {
  left: auto;
  right: 0;
  clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .wpo-story-section-s2 .story-card:nth-child(even) .content .shape {
    width: 100%;
    clip-path: none;
  }
}
.wpo-story-section-s2 .story-card:nth-child(even) .text {
  padding-left: 0;
  padding-right: 55px;
}
@media (max-width: 1399px) {
  .wpo-story-section-s2 .story-card:nth-child(even) .text {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-story-section-s2 .story-card:nth-child(even) .text {
    padding-right: 18px;
  }
}
@media (max-width: 767px) {
  .wpo-story-section-s2 .story-card:nth-child(even) .text {
    padding: 0;
  }
}

/* 5.4 wpo-contact-section-s2 */
.wpo-contact-section-s2,
.wpo-contact-section-s3 {
  padding-bottom: 150px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wpo-contact-section-s2,
  .wpo-contact-section-s3 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section-s2,
  .wpo-contact-section-s3 {
    padding-bottom: 60px;
  }
}
.wpo-contact-section-s2 .contact-title,
.wpo-contact-section-s3 .contact-title {
  background-color: #F8F1F1;
  min-height: 450px;
}
@media (max-width: 1399px) {
  .wpo-contact-section-s2 .contact-title,
  .wpo-contact-section-s3 .contact-title {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section-s2 .contact-title,
  .wpo-contact-section-s3 .contact-title {
    min-height: 200px;
  }
}
.wpo-contact-section-s2 .contact-title h2,
.wpo-contact-section-s3 .contact-title h2 {
  margin: 0;
  color: #807e7e;
  text-align: center;
  font-size: 165px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 60px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1870px) {
  .wpo-contact-section-s2 .contact-title h2,
  .wpo-contact-section-s3 .contact-title h2 {
    font-size: 141px;
  }
}
@media (max-width: 1600px) {
  .wpo-contact-section-s2 .contact-title h2,
  .wpo-contact-section-s3 .contact-title h2 {
    font-size: 123px;
  }
}
@media (max-width: 1399px) {
  .wpo-contact-section-s2 .contact-title h2,
  .wpo-contact-section-s3 .contact-title h2 {
    font-size: 104px;
  }
}
@media (max-width: 1199px) {
  .wpo-contact-section-s2 .contact-title h2,
  .wpo-contact-section-s3 .contact-title h2 {
    font-size: 86px;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section-s2 .contact-title h2,
  .wpo-contact-section-s3 .contact-title h2 {
    font-size: 66px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section-s2 .contact-title h2,
  .wpo-contact-section-s3 .contact-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 425px) {
  .wpo-contact-section-s2 .contact-title h2,
  .wpo-contact-section-s3 .contact-title h2 {
    font-size: 45px;
  }
}
.wpo-contact-section-s2 .contact-wrap,
.wpo-contact-section-s3 .contact-wrap {
  position: relative;
  z-index: 1;
}
.wpo-contact-section-s2 .wpo-contact-section-wrapper,
.wpo-contact-section-s3 .wpo-contact-section-wrapper {
  max-width: unset;
  margin-left: auto;
  right: 0;
  position: relative;
  margin-top: -100px;
  left: 50px;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-contact-section-s2 .wpo-contact-section-wrapper,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper {
    left: 0;
    margin-top: -50px;
  }
}
@media (max-width: 575px) {
  .wpo-contact-section-s2 .wpo-contact-section-wrapper,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper {
    left: 0;
    margin-top: -30px;
  }
}
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area {
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  padding: 90px 52px;
}
@media (max-width: 1399px) {
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 75px 40px;
  }
}
@media (max-width: 1399px) {
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 60px 30px;
  }
}
@media (max-width: 575px) {
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 40px 20px;
  }
}
.wpo-contact-section-s2 .wpo-contact-section-wrapper .section-title,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .section-title {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .section-title,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .section-title {
    margin-bottom: 30px;
  }
}
.wpo-contact-section-s2 .wpo-contact-section-wrapper .section-title h2,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .section-title h2 {
  margin: 0;
  color: #000;
  font-size: 55px;
  font-weight: 400;
  line-height: 70px;
}
@media (max-width: 1430px) {
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .section-title h2,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .section-title h2 {
    font-size: 54px;
  }
}
@media (max-width: 1399px) {
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .section-title h2,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .section-title h2 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .section-title h2,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .section-title h2 {
    font-size: 41px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .section-title h2,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .section-title h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (max-width: 425px) {
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .section-title h2,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wpo-contact-section-s2 .contect-right-image,
.wpo-contact-section-s3 .contect-right-image {
  position: relative;
  margin-top: -265px;
}
@media (max-width: 1399px) {
  .wpo-contact-section-s2 .contect-right-image,
  .wpo-contact-section-s3 .contect-right-image {
    margin-top: -163px;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section-s2 .contect-right-image,
  .wpo-contact-section-s3 .contect-right-image {
    margin-top: 30px;
  }
}
.wpo-contact-section-s2 .contect-right-image img,
.wpo-contact-section-s3 .contect-right-image img {
  width: 100%;
}
.wpo-contact-section-s2 .col,
.wpo-contact-section-s3 .col {
  padding: 0;
}

/* 5.5 wpo-portfolio-section-s2 */
.wpo-portfolio-section-s2 {
  padding: 150px 0;
  padding: 170px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wpo-portfolio-section-s2 {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .wpo-portfolio-section-s2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-portfolio-section-s2 {
    padding: 60px 0;
  }
}
.wpo-portfolio-section-s2 .hidden {
  display: none;
}
.wpo-portfolio-section-s2 .portfolio-all-items {
  max-width: 1695px;
  margin: 0 auto;
}
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2 {
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 575px) {
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2 {
    margin-bottom: 30px;
  }
}
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2 .image {
  position: relative;
  padding: 10px;
}
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2 .image .hover-content {
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  z-index: 11;
}
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2 .image .hover-content i {
  font-size: 30px;
  color: #333;
}
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2 .image:before {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 96%;
  height: 96%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.3s;
  transform: scale(0);
  z-index: 1;
}
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2:hover .image .hover-content {
  opacity: 1;
}
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2:hover .image:before {
  opacity: 1;
  transform: scale(1);
}
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2:nth-child(1) {
  transform: rotate(-7.116deg);
  left: 40px;
  z-index: 1;
}
@media (max-width: 1720px) {
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2:nth-child(1) {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2:nth-child(1) {
    left: 0;
  }
}
@media (max-width: 575px) {
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2:nth-child(1) {
    transform: rotate(0);
  }
}
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2:nth-child(2) {
  margin-top: 80px;
  transform: rotate(12.593deg);
}
@media (max-width: 575px) {
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2:nth-child(2) {
    transform: rotate(0);
    margin-top: 0;
  }
}
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2:nth-child(3) {
  margin-top: 70px;
  transform: rotate(0.925deg);
  z-index: 1;
}
@media (max-width: 575px) {
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2:nth-child(3) {
    transform: rotate(0);
    margin-top: 0;
  }
}
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2:nth-child(4) {
  margin-top: 130px;
  transform: rotate(-12.464deg);
  right: 10px;
}
@media (max-width: 575px) {
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2:nth-child(4) {
    transform: rotate(0);
    margin-top: 0;
  }
}
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2:nth-child(5) {
  transform: rotate(8.906deg);
  right: 25px;
}
@media (max-width: 991px) {
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2:nth-child(5) {
    right: 0;
  }
}
@media (max-width: 575px) {
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2:nth-child(5) {
    transform: rotate(0);
  }
}
@media (max-width: 575px) {
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items-s2:last-child {
    margin-bottom: 0;
  }
}

/* 5.6 wpo-event-section-s2 */
.wpo-event-section-s2 .event-left-image {
  background-image: url(../images/event/image-2.jpg);
}

/*======================================
6. Home-style-3
 =======================================*/
/* 6.1 wpo-quote-section-s3 */
.wpo-quote-section-s2,
.wpo-quote-section-s3 {
  padding-top: 220px;
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wpo-quote-section-s2,
  .wpo-quote-section-s3 {
    padding: 150px 0;
  }
}
@media (max-width: 991px) {
  .wpo-quote-section-s2,
  .wpo-quote-section-s3 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-quote-section-s2,
  .wpo-quote-section-s3 {
    padding: 60px 0;
  }
}
.wpo-quote-section-s2 .quote-title h2,
.wpo-quote-section-s3 .quote-title h2 {
  margin: 0;
  font-size: 117px;
  font-weight: 400;
  line-height: 140px;
}
@media (max-width: 1500px) {
  .wpo-quote-section-s2 .quote-title h2,
  .wpo-quote-section-s3 .quote-title h2 {
    font-size: 100px;
    line-height: 120px;
  }
}
@media (max-width: 1199px) {
  .wpo-quote-section-s2 .quote-title h2,
  .wpo-quote-section-s3 .quote-title h2 {
    font-size: 82px;
    line-height: 105px;
  }
}
@media (max-width: 991px) {
  .wpo-quote-section-s2 .quote-title h2,
  .wpo-quote-section-s3 .quote-title h2 {
    font-size: 62px;
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  .wpo-quote-section-s2 .quote-title h2,
  .wpo-quote-section-s3 .quote-title h2 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 575px) {
  .wpo-quote-section-s2 .quote-title h2,
  .wpo-quote-section-s3 .quote-title h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 425px) {
  .wpo-quote-section-s2 .quote-title h2,
  .wpo-quote-section-s3 .quote-title h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
.wpo-quote-section-s2 .quote-title p,
.wpo-quote-section-s3 .quote-title p {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .wpo-quote-section-s2 .quote-title p,
  .wpo-quote-section-s3 .quote-title p {
    font-size: 18px;
    line-height: 32px;
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .wpo-quote-section-s2 .quote-title p,
  .wpo-quote-section-s3 .quote-title p {
    font-size: 16px;
    line-height: 28px;
  }
}
.wpo-quote-section-s2 .quote-title .quote-btn,
.wpo-quote-section-s3 .quote-title .quote-btn {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .wpo-quote-section-s2 .quote-title .quote-btn,
  .wpo-quote-section-s3 .quote-title .quote-btn {
    padding-top: 20px;
  }
}
.wpo-quote-section-s2 .quote-title .quote-btn .theme-btn, .wpo-quote-section-s2 .quote-title .quote-btn .view-cart-btn,
.wpo-quote-section-s3 .quote-title .quote-btn .theme-btn,
.wpo-quote-section-s3 .quote-title .quote-btn .view-cart-btn {
  color: #fff;
  border-radius: 25px;
  background: #000;
  box-shadow: -10px -10px 20px 0 rgba(119, 119, 119, 0.15);
  padding: 14px 32px;
}
.wpo-quote-section-s2 .quote-title .quote-btn .theme-btn::before, .wpo-quote-section-s2 .quote-title .quote-btn .view-cart-btn::before,
.wpo-quote-section-s3 .quote-title .quote-btn .theme-btn::before,
.wpo-quote-section-s3 .quote-title .quote-btn .view-cart-btn::before {
  background-color: transparent;
}
.wpo-quote-section-s2 .shape-1,
.wpo-quote-section-s3 .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .wpo-quote-section-s2 .shape-1 img,
  .wpo-quote-section-s3 .shape-1 img {
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wpo-quote-section-s2 .shape-1 img,
  .wpo-quote-section-s3 .shape-1 img {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wpo-quote-section-s2 .shape-1 img,
  .wpo-quote-section-s3 .shape-1 img {
    max-width: 300px;
  }
}
.wpo-quote-section-s2 .shape-2,
.wpo-quote-section-s3 .shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .wpo-quote-section-s2 .shape-2 img,
  .wpo-quote-section-s3 .shape-2 img {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .wpo-quote-section-s2 .shape-2 img,
  .wpo-quote-section-s3 .shape-2 img {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .wpo-quote-section-s2 .shape-2 img,
  .wpo-quote-section-s3 .shape-2 img {
    max-width: 300px;
  }
}

/* 6.2 wpo-couple-section-s3 */
.wpo-couple-section-s3 {
  background-color: #B59E9C;
}
@media (max-width: 991px) {
  .wpo-couple-section-s3.section-padding {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-couple-section-s3.section-padding {
    padding-bottom: 40px;
  }
}
.wpo-couple-section-s3 .couple-wrap {
  max-width: 1730px;
  margin: 0 auto;
}
.wpo-couple-section-s3 .couple-wrap .couple-items .image {
  position: relative;
  overflow: hidden;
}
.wpo-couple-section-s3 .couple-wrap .couple-items .image img {
  width: 100%;
}
@media (max-width: 991px) {
  .wpo-couple-section-s3 .couple-wrap .couple-items .image img {
    max-width: 790px;
  }
}
.wpo-couple-section-s3 .couple-wrap .couple-items .image::before {
  position: absolute;
  top: 0;
  left: -102%;
  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(-30deg);
}
.wpo-couple-section-s3 .couple-wrap .couple-items .image:hover::before {
  animation: shine 0.95s;
}
.wpo-couple-section-s3 .couple-wrap .couple-items {
  margin-right: -33px;
}
@media (max-width: 1620px) {
  .wpo-couple-section-s3 .couple-wrap .couple-items {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s3 .couple-wrap .couple-items {
    margin-bottom: 30px;
  }
}
.wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items {
  display: flex;
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (max-width: 575px) {
  .wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items {
    display: block;
  }
}
.wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .couple-middle-content {
  display: flex;
  flex-direction: column;
  border: 1px solid #fff;
  justify-content: space-between;
}
.wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .couple-middle-content .image {
  padding: 10px;
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .couple-middle-content .image img {
  width: 100%;
  max-width: 400px;
  max-height: 510px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .couple-middle-content .image img {
    max-width: 100%;
    max-height: 100%;
  }
}
.wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .couple-middle-content .couple-text {
  text-align: center;
  padding: 62px 33px;
}
@media (max-width: 1399px) {
  .wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .couple-middle-content .couple-text {
    padding: 50px 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .couple-middle-content .couple-text {
    padding: 30px 20px;
  }
}
.wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .couple-middle-content .couple-text h2 {
  margin: 0;
  color: #FFF;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .couple-middle-content .couple-text h2 {
    font-size: 35px;
  }
}
.wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .couple-middle-content .couple-text p {
  margin: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .couple-middle-content .couple-text p {
    font-size: 16px;
    line-height: 27px;
  }
}
.wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .couple-middle-content:nth-child(2) .image {
  order: 2;
}
@media (max-width: 575px) {
  .wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .couple-middle-content:nth-child(2) .image {
    order: 1;
  }
}
.wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .couple-middle-content:nth-child(2) .couple-text {
  order: 1;
}
@media (max-width: 575px) {
  .wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .couple-middle-content:nth-child(2) .couple-text {
    order: 2;
  }
}
.wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .love-birds {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1399px) {
  .wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .love-birds {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
@media (max-width: 575px) {
  .wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .love-birds {
    display: none;
  }
}
.wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .love-birds::before {
  position: absolute;
  content: "";
  border: 1px solid #E2DFDF;
  width: 90px;
  height: 90px;
  line-height: 90px;
  top: 10px;
  left: 10px;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 1399px) {
  .wpo-couple-section-s3 .couple-wrap .couple-items .couple-middle-items .love-birds::before {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

/* 6.3 wpo-portfolio-section-s3 */
.wpo-portfolio-section-s3,
.wpo-portfolio-section-s5 {
  padding-bottom: 60px;
}
.wpo-portfolio-section-s3 .hidden,
.wpo-portfolio-section-s5 .hidden {
  display: none;
}
.wpo-portfolio-section-s3 .owl-nav,
.wpo-portfolio-section-s5 .owl-nav {
  display: none;
}
.wpo-portfolio-section-s3 .owl-dots,
.wpo-portfolio-section-s5 .owl-dots {
  margin-top: 0px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
@media (min-width: 991px) {
  .wpo-portfolio-section-s3 .owl-dots,
  .wpo-portfolio-section-s5 .owl-dots {
    display: none;
  }
}
.wpo-portfolio-section-s3 .owl-dots button,
.wpo-portfolio-section-s5 .owl-dots button {
  width: 10px;
  height: 12px;
  border: 0;
  background: #B59E9C;
  margin-right: 10px;
  border-radius: 50%;
}
.wpo-portfolio-section-s3 .owl-dots .owl-dot.active,
.wpo-portfolio-section-s5 .owl-dots .owl-dot.active {
  background-color: #B59E9C;
}
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items,
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items {
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 10px;
}
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items .image,
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .image {
  position: relative;
  padding: 10px;
}
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items .image .hover-content,
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .image .hover-content {
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  z-index: 11;
}
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items .image .hover-content i,
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .image .hover-content i {
  font-size: 30px;
  color: #333;
}
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items .image:before,
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .image:before {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.3s;
  transform: scale(0);
  z-index: 1;
}
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:hover .image .hover-content,
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:hover .image .hover-content {
  opacity: 1;
}
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:hover .image:before,
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:hover .image:before {
  opacity: 1;
  transform: scale(1);
}

/* 6.4 wpo-contact-section-s3 */
.wpo-contact-section-s3 {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .wpo-contact-section-s3 {
    padding-bottom: 90px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section-s3 {
    padding-bottom: 50px;
  }
}
.wpo-contact-section-s3 .contact-wrap {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}
.wpo-contact-section-s3 .contact-wrap .shape-1 {
  position: absolute;
  left: -195px;
  top: -27px;
}
@media (max-width: 1399px) {
  .wpo-contact-section-s3 .contact-wrap .shape-1 {
    top: -55px;
  }
}
@media (max-width: 1199px) {
  .wpo-contact-section-s3 .contact-wrap .shape-1 {
    left: -150px;
    top: 0;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section-s3 .contact-wrap .shape-1 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .wpo-contact-section-s3 .contact-wrap img {
    width: 100%;
    max-width: 200px;
  }
}
.wpo-contact-section-s3 .contact-wrap .shape-2 {
  position: absolute;
  right: -190px;
  top: -25px;
}
@media (max-width: 1199px) {
  .wpo-contact-section-s3 .contact-wrap .shape-2 {
    right: -150px;
    top: 0;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section-s3 .contact-wrap .shape-2 {
    display: none;
  }
}
@media (max-width: 425px) {
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .section-title h2 {
    font-size: 24px;
    line-height: 38px;
  }
}
@media (max-width: 1399px) {
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 60px 40px;
  }
}
@media (max-width: 575px) {
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 40px 20px;
  }
}
.wpo-contact-section-s3 .wpo-contact-section-wrapper {
  margin-top: 0;
  position: unset;
}

/* 6.5 wpo-story-section-s3 */
.wpo-story-section-s3 {
  padding: 150px 0;
}
@media (max-width: 991px) {
  .wpo-story-section-s3 {
    padding: 90px 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-story-section-s3 {
    padding: 60px 0;
    padding-bottom: 30px;
  }
}
.wpo-story-section-s3 .story-wrap {
  overflow: hidden;
  max-width: 1720px;
  margin: 0 auto;
}
.wpo-story-section-s3 .story-wrap .story-slide {
  display: flex;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .story-wrap .story-slide {
    display: block;
  }
}
.wpo-story-section-s3 .story-wrap .story-slide .story-item {
  display: flex;
  position: relative;
  flex: 0 0 100vw;
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .image-left {
    order: 2;
    text-align: center;
    margin-bottom: 30px;
  }
}
.wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1500px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad {
    order: 1;
    padding-left: 0;
  }
}
.wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-title {
  margin-bottom: 70px;
  max-width: 772px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1500px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-title {
    margin-bottom: 40px;
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-title {
    max-width: 430px;
  }
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-title {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-title h2 {
  margin: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 80px;
}
@media (max-width: 1500px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-title h2 {
    font-size: 40px;
    line-height: 66px;
  }
}
@media (max-width: 1199px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-title h2 {
    font-size: 34px;
  }
}
.wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-title::before {
  position: absolute;
  content: "";
  left: 62%;
  top: 50%;
  width: 303px;
  height: 2px;
  background-color: #B59E9C;
  transform: translate(-50%, -50%);
}
@media (max-width: 1500px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-title::before {
    left: 63%;
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-title::before {
    left: 64%;
    width: 150px;
  }
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-title::before {
    display: none;
  }
}
.wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-title span {
  color: #000;
  font-family: "Felidae";
  font-size: 150px;
  font-weight: 400;
  line-height: 80px;
  text-align: right;
}
@media (max-width: 1500px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-title span {
    font-size: 100px;
    line-height: 66px;
  }
}
@media (max-width: 1199px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-title span {
    font-size: 75px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-title span {
    font-size: 66px;
    padding-left: 22px;
  }
}
.wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-content {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-content {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-content .image-right {
    order: 2;
    max-width: 677px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-content .image-right img {
  width: 100%;
}
.wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-content .story-text {
  max-width: 565px;
  text-align: center;
  padding-left: 80px;
}
@media (max-width: 1620px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-content .story-text {
    padding-right: 20px;
    padding-left: 54px;
  }
}
@media (max-width: 1500px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-content .story-text {
    padding-right: 30px;
    max-width: 400px;
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-content .story-text {
    max-width: 320px;
    padding-left: 12px;
  }
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-content .story-text {
    order: 1;
    max-width: 550px;
    padding: 0;
    margin-bottom: 30px;
  }
}
.wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-content .story-text span {
  color: #B59E9C;
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 12px;
  display: block;
}
@media (max-width: 1500px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-content .story-text span {
    font-size: 22px;
  }
}
.wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-content .story-text h2 {
  margin: 0;
  color: #343434;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 5px;
}
@media (max-width: 1500px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-content .story-text h2 {
    font-size: 34px;
  }
}
.wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-content .story-text p {
  margin: 0;
  color: #656565;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wpo-story-section-s3 .story-wrap .story-slide .story-item .story-crad .story-content .story-text p {
    font-size: 16px;
    line-height: 26px;
  }
}

/*======================================
7. Home-style-4
 =======================================*/
/* 7.1 wpo-about-section */
.wpo-about-section {
  margin-top: -220px;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .wpo-about-section {
    margin: 0;
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section {
    padding-top: 60px;
  }
}
.wpo-about-section .wpo-about-wrap {
  background: #FFF;
  box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  background: #FFF;
  padding: 55px 10px 50px 60px;
  overflow: hidden;
  max-width: 1520px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wpo-about-section .wpo-about-wrap {
    padding: 40px 20px 40px 20px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .wpo-about-wrap {
    padding: 15px;
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .wpo-about-wrap .about-right-img {
    text-align: center;
  }
}
.wpo-about-section .wpo-about-wrap .about-right-img img {
  border-radius: 50%;
  width: 100%;
}
.wpo-about-section .wpo-about-wrap .wpo-about-text {
  max-width: 854px;
  margin-left: 45px;
}
@media (max-width: 1500px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.wpo-about-section .wpo-about-wrap .wpo-about-text p {
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text p {
    font-size: 18px;
  }
}
.wpo-about-section .wpo-about-wrap .wpo-about-text p::first-letter {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  color: #C8A898;
  font-family: "Felidae";
}
@media (max-width: 1199px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text p::first-letter {
    font-size: 35px;
  }
}
.wpo-about-section .wpo-about-wrap .wpo-about-text .about-info-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text .about-info-wrap {
    display: block;
  }
}
.wpo-about-section .wpo-about-wrap .wpo-about-text .about-info {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text .about-info {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.wpo-about-section .wpo-about-wrap .wpo-about-text .about-info h5 {
  font-size: 30px;
  font-weight: 400;
  font-family: "DM Sans";
}
@media (max-width: 767px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text .about-info h5 {
    font-size: 20px;
  }
}
.wpo-about-section .wpo-about-wrap .wpo-about-text .about-info span {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text .about-info span {
    font-size: 16px;
  }
}
.wpo-about-section .wpo-about-wrap .about-social {
  position: relative;
}
@media (max-width: 991px) {
  .wpo-about-section .wpo-about-wrap .about-social {
    padding: 30px 20px;
  }
}
.wpo-about-section .wpo-about-wrap .about-social::before {
  position: absolute;
  left: -10px;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: #D9D9D9;
}
@media (max-width: 1199px) {
  .wpo-about-section .wpo-about-wrap .about-social::before {
    left: -20px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .wpo-about-wrap .about-social::before {
    display: none;
  }
}
.wpo-about-section .wpo-about-wrap .about-social ul {
  list-style: none;
  text-align: center;
}
@media (max-width: 991px) {
  .wpo-about-section .wpo-about-wrap .about-social ul {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .wpo-about-wrap .about-social ul li {
    margin: 0 10px;
  }
}
.wpo-about-section .wpo-about-wrap .about-social ul li a {
  color: #707070;
  width: 45px;
  height: 45px;
  line-height: 48px;
  margin: 0 auto;
  border: 1px solid #707070;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s;
  background: 255, 255, 255, 0.1;
}
.wpo-about-section .wpo-about-wrap .about-social ul li a:hover {
  background: #B59E9C;
  border-color: #B59E9C;
  color: #fff;
}
.wpo-about-section .wpo-about-wrap .about-social ul li + li {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .wpo-about-section .wpo-about-wrap .about-social ul li + li {
    margin: 0 10px;
  }
}

/* 7.2 wpo-quote-section-s3 */
.wpo-quote-section-s3 {
  padding: 0;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .wpo-quote-section-s3 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-quote-section-s3 {
    padding: 60px 0;
  }
}
.wpo-quote-section-s3 .quote-title h2 {
  margin: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .wpo-quote-section-s3 .quote-title h2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .wpo-quote-section-s3 .quote-title h2 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .wpo-quote-section-s3 .quote-title h2 {
    font-size: 39px;
  }
}
@media (max-width: 425px) {
  .wpo-quote-section-s3 .quote-title h2 {
    font-size: 32px;
  }
}
.wpo-quote-section-s3 .quote-title p {
  max-width: 1060px;
}
.wpo-quote-section-s3 .quote-title .quote-btn {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .wpo-quote-section-s3 .quote-title .quote-btn {
    padding-top: 30px;
  }
}
.wpo-quote-section-s3 .quote-title .quote-btn .theme-btn, .wpo-quote-section-s3 .quote-title .quote-btn .view-cart-btn {
  background: #B59E9C;
  box-shadow: -10px -10px 20px 0 rgba(119, 119, 119, 0.15);
}

/* 7.3 wpo-video-section */
.wpo-video-section {
  position: relative;
  background: #B59E9C;
}
.wpo-video-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 105, 103, 0.3);
}
.wpo-video-section .hidden {
  display: none;
}
.wpo-video-section .hero-bottom-image .video-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wpo-video-section .hero-bottom-image .video-wrap .video-btn {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 991px) {
  .wpo-video-section .hero-bottom-image .video-wrap .video-btn {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 575px) {
  .wpo-video-section .hero-bottom-image .video-wrap .video-btn {
    width: 65px;
    height: 65px;
  }
}
.wpo-video-section .hero-bottom-image .video-wrap .video-btn svg {
  width: 35px;
  height: 35px;
}
@media (max-width: 991px) {
  .wpo-video-section .hero-bottom-image .video-wrap .video-btn svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 575px) {
  .wpo-video-section .hero-bottom-image .video-wrap .video-btn svg {
    width: 20px;
    height: 20px;
  }
}

/* 7.4 wpo-service-section */
.wpo-service-section {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-service-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section {
    padding-bottom: 40px;
  }
}
.wpo-service-section .wpo-service-wrap {
  max-width: 1620px;
  margin: 0 auto;
}
.wpo-service-section .wpo-service-wrap .wpo-service-item {
  margin-bottom: 30px;
}
.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  max-width: 375px;
  margin: 0 auto;
}
.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-img .wpo-service-img-inner {
  overflow: hidden;
  border-radius: 50%;
}
.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-img .wpo-service-img-inner img {
  transition: all 0.3s;
  transform: scale(1);
}
.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-img img {
  border-radius: 50%;
  width: 100%;
}
.wpo-service-section .wpo-service-wrap .wpo-service-item:hover .wpo-service-img .wpo-service-img-inner img {
  transform: scale(1.2) rotate(5deg);
}
.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text {
  text-align: center;
  margin-top: 30px;
}
.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text a {
  text-align: center;
  font-family: "Felidae";
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  color: #101010;
}
@media (max-width: 575px) {
  .wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text a {
    font-size: 25px;
  }
}
.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text a:hover {
  color: #966a65;
}

/* 7.5 wpo-portfolio-section-s4 */
.wpo-portfolio-section-s4 .portfolio-wrapper {
  max-width: 1720px;
  margin: 0 auto;
}
.wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids {
    margin: 0 -10px;
  }
}
.wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid {
  width: 33.33%;
  padding: 0 15px 30px;
  float: left;
}
@media (max-width: 1199px) {
  .wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid {
    padding: 0 10px 20px;
  }
}
@media (max-width: 991px) {
  .wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid {
    width: 100%;
  }
}
.wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid img {
  width: 100%;
  transition: all 0.3s;
  transform: scale(1);
}
.wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid .img-holder {
  overflow: hidden;
  position: relative;
}
.wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid .portfolio-content {
  position: absolute;
  left: 50%;
  bottom: -200px;
  background: #fff;
  width: 100%;
  max-width: 295px;
  transform: translateX(-50%);
  font-family: "DM Sans";
  text-align: center;
  padding: 20px;
  transition: all 0.3s;
}
@media (max-width: 1700px) {
  .wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid .portfolio-content {
    max-width: 350px;
  }
}
@media (max-width: 1399px) {
  .wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid .portfolio-content {
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid .portfolio-content {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid .portfolio-content {
    max-width: 94%;
    padding: 10px;
  }
}
.wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid .portfolio-content h4 {
  color: #101010;
  font-size: 35px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1700px) {
  .wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid .portfolio-content h4 {
    font-size: 30px;
  }
}
@media (max-width: 1399px) {
  .wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid .portfolio-content h4 {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid .portfolio-content h4 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid .portfolio-content h4 {
    font-size: 27px;
  }
}
.wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid .portfolio-content h4 a {
  color: #444444;
}
.wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid .portfolio-content h4 a:hover {
  color: #966a65;
}
.wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid .portfolio-content span {
  color: #B59E9C;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}
@media (max-width: 1399px) {
  .wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid .portfolio-content span {
    font-size: 18px;
  }
}
.wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid:hover .portfolio-content {
  bottom: 20px;
}
.wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid:hover img {
  transform: scale(1.2);
}
.wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid:first-child img {
  transition: none;
  transform: none;
}
.wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid:first-child:hover .portfolio-content {
  display: none;
}
.wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid:first-child:hover img {
  transform: none;
}
.wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid:last-child img {
  transition: none;
  transform: none;
}
.wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid:last-child:hover .portfolio-content {
  display: none;
}
.wpo-portfolio-section-s4 .portfolio-wrapper .portfolio-grids .grid:last-child:hover img {
  transform: none;
}

/* 7.6 wpo-testimonial-section */
.wpo-testimonial-section,
.wpo-testimonial-section-s2 {
  background: url(../images/testimonial/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.wpo-testimonial-section::before,
.wpo-testimonial-section-s2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 55, 54, 0.8);
  z-index: -1;
}
.wpo-testimonial-section .wpo-testimonial-active,
.wpo-testimonial-section-s2 .wpo-testimonial-active {
  padding-bottom: 105px;
}
@media (max-width: 767px) {
  .wpo-testimonial-section .wpo-testimonial-active,
  .wpo-testimonial-section-s2 .wpo-testimonial-active {
    padding-bottom: 60px;
  }
}
.wpo-testimonial-section .col,
.wpo-testimonial-section-s2 .col {
  padding: 0;
}
@media (max-width: 1440px) {
  .wpo-testimonial-section .col,
  .wpo-testimonial-section-s2 .col {
    padding: 0 15px;
  }
}
.wpo-testimonial-section .wpo-testimonial-items,
.wpo-testimonial-section-s2 .wpo-testimonial-items {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 825px;
  margin: 0 auto;
}
.wpo-testimonial-section .wpo-testimonial-items i,
.wpo-testimonial-section-s2 .wpo-testimonial-items i {
  color: #B59E9C;
  font-size: 60px;
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 767px) {
  .wpo-testimonial-section .wpo-testimonial-items i,
  .wpo-testimonial-section-s2 .wpo-testimonial-items i {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
.wpo-testimonial-section .wpo-testimonial-items p,
.wpo-testimonial-section-s2 .wpo-testimonial-items p {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-items p,
  .wpo-testimonial-section-s2 .wpo-testimonial-items p {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .wpo-testimonial-section .wpo-testimonial-items p,
  .wpo-testimonial-section-s2 .wpo-testimonial-items p {
    font-size: 18px;
    line-height: 30px;
  }
}
.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm,
.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-btm {
  padding-top: 20px;
}
.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm h3,
.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-btm h3 {
  margin: 0;
  color: #FFF;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm h3,
  .wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-btm h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm h3,
  .wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-btm h3 {
    font-size: 33px;
    line-height: 40px;
  }
}
.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm h3 small,
.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-btm h3 small {
  font-family: "DM Sans";
}
.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm span,
.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-btm span {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}
.wpo-testimonial-section .slick-dotted.slick-slider,
.wpo-testimonial-section-s2 .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.wpo-testimonial-section .slick-dots,
.wpo-testimonial-section-s2 .slick-dots {
  text-align: center;
  bottom: 0px;
}
.wpo-testimonial-section .slick-dots li button:before,
.wpo-testimonial-section-s2 .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.wpo-testimonial-section .slick-dots li.slick-active button:before,
.wpo-testimonial-section-s2 .slick-dots li.slick-active button:before {
  color: #D4B0A5;
}
.wpo-testimonial-section .image-1,
.wpo-testimonial-section-s2 .image-1 {
  position: absolute;
  left: 150px;
  bottom: -110px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 15px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .wpo-testimonial-section .image-1,
  .wpo-testimonial-section-s2 .image-1 {
    left: 20px;
  }
}
@media (max-width: 1399px) {
  .wpo-testimonial-section .image-1,
  .wpo-testimonial-section-s2 .image-1 {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section .image-1,
  .wpo-testimonial-section-s2 .image-1 {
    display: none;
  }
}
.wpo-testimonial-section .image-1 img,
.wpo-testimonial-section-s2 .image-1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wpo-testimonial-section .image-2,
.wpo-testimonial-section-s2 .image-2 {
  position: absolute;
  top: 60px;
  right: 60px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 15px;
}
@media (max-width: 1600px) {
  .wpo-testimonial-section .image-2,
  .wpo-testimonial-section-s2 .image-2 {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section .image-2,
  .wpo-testimonial-section-s2 .image-2 {
    display: none;
  }
}
.wpo-testimonial-section .image-2 img,
.wpo-testimonial-section-s2 .image-2 img {
  width: 100%;
}
@media (max-width: 1399px) {
  .wpo-testimonial-section .image-2 img,
  .wpo-testimonial-section-s2 .image-2 img {
    max-width: 120px;
  }
}

/* 7.7 wpo-team-section */
.wpo-team-section,
.wpo-team-section-s2 {
  padding-top: 225px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-team-section,
  .wpo-team-section-s2 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-team-section,
  .wpo-team-section-s2 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.wpo-team-section .wpo-service-wrap,
.wpo-team-section-s2 .wpo-service-wrap {
  max-width: 1620px;
  margin: 0 auto;
}
.wpo-team-section .wpo-service-wrap .wpo-service-item,
.wpo-team-section-s2 .wpo-service-wrap .wpo-service-item {
  margin-bottom: 30px;
}
.wpo-team-section .wpo-service-wrap .wpo-service-item .wpo-service-img,
.wpo-team-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  max-width: 375px;
  margin: 0 auto;
}
.wpo-team-section .wpo-service-wrap .wpo-service-item .wpo-service-img .wpo-service-img-inner,
.wpo-team-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img .wpo-service-img-inner {
  overflow: hidden;
  border-radius: 50%;
}
.wpo-team-section .wpo-service-wrap .wpo-service-item .wpo-service-img .wpo-service-img-inner img,
.wpo-team-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img .wpo-service-img-inner img {
  transition: all 0.3s;
  transform: scale(1);
}
.wpo-team-section .wpo-service-wrap .wpo-service-item .wpo-service-img img,
.wpo-team-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img img {
  border-radius: 50%;
  width: 100%;
}
.wpo-team-section .wpo-service-wrap .wpo-service-item:hover .wpo-service-img .wpo-service-img-inner img,
.wpo-team-section-s2 .wpo-service-wrap .wpo-service-item:hover .wpo-service-img .wpo-service-img-inner img {
  transform: scale(1.2);
}
.wpo-team-section .wpo-service-wrap .wpo-service-item .wpo-service-text,
.wpo-team-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-text {
  text-align: center;
  margin-top: 30px;
}
.wpo-team-section .wpo-service-wrap .wpo-service-item .wpo-service-text h3,
.wpo-team-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-text h3 {
  margin: 0;
}
.wpo-team-section .wpo-service-wrap .wpo-service-item .wpo-service-text h3 a,
.wpo-team-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-text h3 a {
  font-family: "Felidae";
  font-size: 35px;
  font-weight: 400;
  line-height: normal;
  color: #101010;
}
@media (max-width: 575px) {
  .wpo-team-section .wpo-service-wrap .wpo-service-item .wpo-service-text h3 a,
  .wpo-team-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-text h3 a {
    font-size: 30px;
  }
}
.wpo-team-section .wpo-service-wrap .wpo-service-item .wpo-service-text h3 a:hover,
.wpo-team-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-text h3 a:hover {
  color: #966a65;
}
.wpo-team-section .wpo-service-wrap .wpo-service-item .wpo-service-text span,
.wpo-team-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-text span {
  color: #806967;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

/* 7.8 wpo-pricing-section */
.wpo-pricing-section {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-pricing-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-pricing-section {
    padding-bottom: 40px;
  }
}
.wpo-pricing-section .wpo-section-title h2 {
  color: #fff;
}
.wpo-pricing-section .wpo-section-title p {
  color: #fff;
}
.wpo-pricing-section .wpo-pricing-wrap {
  margin-top: -750px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1199px) {
  .wpo-pricing-section .wpo-pricing-wrap {
    margin-top: -500px;
  }
}
@media (max-width: 767px) {
  .wpo-pricing-section .wpo-pricing-wrap {
    margin-top: -325px;
  }
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item-inner {
  border-radius: 370px;
  padding: 30px 35px 45px;
}
@media (max-width: 1199px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item-inner {
    padding: 30px 18px 35px;
  }
}
@media (max-width: 425px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item-inner {
    padding: 30px 0 35px;
  }
}
.wpo-pricing-section .wpo-pricing-wrap .pricing-image img {
  border-radius: 50%;
  width: 100%;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item {
  border-radius: 370px;
  position: relative;
  padding: 20px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top {
  text-align: center;
  padding-top: 0;
  border-bottom: 1px solid #DEB8A5;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h4 {
  margin: 0;
  color: #5C5C5C;
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  font-family: "DM Sans";
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h4 {
    margin-bottom: 0px;
    font-size: 24px;
  }
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 {
  font-size: 90px;
  line-height: normal;
  font-weight: 400;
  color: #657150;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 {
    font-size: 70px;
    line-height: 50px;
  }
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 small {
  font-size: 55px;
  color: #657150;
  font-family: "DM Sans";
}
@media (max-width: 1199px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 small {
    font-size: 40px;
  }
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 span {
  font-size: 18px;
  color: #525252;
  display: inline-block;
  margin-left: 10px;
  margin-top: 20px;
  font-family: "DM Sans";
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom {
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 1199px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom {
    padding-top: 30px;
  }
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul {
  list-style: none;
  padding-bottom: 20px;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul li {
  color: #676767;
  padding-bottom: 15px;
  font-size: 18px;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .theme-btn, .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .view-cart-btn {
  text-transform: capitalize;
  background: transparent;
  border: 1px solid #A5AA9C;
  color: #657150;
  border-radius: 25px;
  padding: 12px 31px;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .theme-btn:hover, .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .view-cart-btn:hover {
  background: #B59E9C;
  color: #fff;
}
.wpo-pricing-section .wpo-pricing-wrap .col:nth-child(2) .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .theme-btn, .wpo-pricing-section .wpo-pricing-wrap .col:nth-child(2) .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .view-cart-btn {
  background: #B59E9C;
  color: #fff;
}
.wpo-pricing-section .pricing-bg-image {
  width: 100%;
  height: 860px;
  background: url(../images/pricing/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 11;
}
@media (max-width: 1199px) {
  .wpo-pricing-section .pricing-bg-image {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .wpo-pricing-section .pricing-bg-image {
    height: 400px;
  }
}
.wpo-pricing-section .pricing-bg-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 55, 54, 0.8);
  z-index: -1;
}

/* 7.9 wpo-fun-fact-section */
.wpo-fun-fact-section,
.wpo-fun-fact-section-s2 {
  padding: 90px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .wpo-fun-fact-section,
  .wpo-fun-fact-section-s2 {
    padding: 60px 0;
  }
}
.wpo-fun-fact-section .wpo-fun-fact-grids .grid,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
  width: 25%;
  float: left;
}
@media (max-width: 767px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids .grid,
  .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
    width: 50%;
    margin-bottom: 50px;
  }
  .wpo-fun-fact-section .wpo-fun-fact-grids .grid:nth-child(3), .wpo-fun-fact-section .wpo-fun-fact-grids .grid:nth-child(4),
  .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid:nth-child(3),
  .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid:nth-child(4) {
    margin-bottom: 0;
  }
}
.wpo-fun-fact-section .grid h3,
.wpo-fun-fact-section-s2 .grid h3 {
  margin: 0;
  font-size: 100px;
  font-weight: 400;
  line-height: 90px;
  color: #B59E9C;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 7px;
}
.wpo-fun-fact-section .grid h3 span,
.wpo-fun-fact-section-s2 .grid h3 span {
  font-family: "Felidae";
  line-height: 100px;
}
@media (max-width: 767px) {
  .wpo-fun-fact-section .grid h3 span,
  .wpo-fun-fact-section-s2 .grid h3 span {
    line-height: 64px;
  }
}
@media (max-width: 1199px) {
  .wpo-fun-fact-section .grid h3,
  .wpo-fun-fact-section-s2 .grid h3 {
    font-size: 90px;
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  .wpo-fun-fact-section .grid h3,
  .wpo-fun-fact-section-s2 .grid h3 {
    font-size: 65px;
    font-size: 3.6111111111rem;
  }
}
@media (max-width: 767px) {
  .wpo-fun-fact-section .grid h3,
  .wpo-fun-fact-section-s2 .grid h3 {
    line-height: 60px;
  }
}
@media (max-width: 425px) {
  .wpo-fun-fact-section .grid h3,
  .wpo-fun-fact-section-s2 .grid h3 {
    font-size: 50px;
    font-size: 2.7777777778rem;
  }
}
.wpo-fun-fact-section .grid h3 .odometer-formatting-mark,
.wpo-fun-fact-section-s2 .grid h3 .odometer-formatting-mark {
  display: none;
}
.wpo-fun-fact-section .grid h3 + p,
.wpo-fun-fact-section-s2 .grid h3 + p {
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: 500;
  margin: 0;
  color: #5C5C5C;
  font-family: "DM Sans";
  text-align: center;
}
@media (max-width: 1200px) {
  .wpo-fun-fact-section .grid h3 + p,
  .wpo-fun-fact-section-s2 .grid h3 + p {
    font-size: 18px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .wpo-fun-fact-section .grid h3 + p,
  .wpo-fun-fact-section-s2 .grid h3 + p {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}

/* 7.10 wpo-product-section */
.wpo-product-section {
  padding-bottom: 70px;
  overflow: hidden;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .product-img-wrap {
  padding: 15px;
  background: #FFF;
  box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img {
  position: relative;
  overflow: hidden;
  transition: color 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img:hover::after, .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img:hover::before {
  transform: scale(1, 1);
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img::after, .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  transition: all 0.5s;
  z-index: 1;
}
@media (max-width: 1199px) {
  .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img::after, .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img::before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img img {
  transform: scale(1);
  transition: all 0.3s;
  width: 100%;
}
@media (max-width: 575px) {
  .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img img {
    width: 100%;
  }
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul {
  display: flex;
  list-style: none;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 11;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li {
  font-size: 18px;
  color: #B59E9C;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li:first-child {
  margin-right: 5px;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li:first-child a {
  width: 40px;
  padding: 0;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a {
  font-weight: 400;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  color: #B59E9C;
  display: block;
  width: 140px;
  text-align: center;
  background: #fff;
}
@media (max-width: 1199px) {
  .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a {
    font-size: 15px;
    width: 105px;
  }
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a:hover {
  background: #B59E9C;
  color: #fff;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item:hover .wpo-product-img ul {
  opacity: 1;
  visibility: visible;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item:hover .wpo-product-img img {
  transform: scale(1.2);
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text {
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  font-family: "DM Sans";
}
@media (max-width: 1199px) {
  .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3 {
    font-size: 23px;
  }
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3 a {
  color: #101010;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3 a:hover {
  color: #966a65;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text ul {
  display: flex;
  list-style: none;
  justify-content: center;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text ul li {
  font-size: 18px;
  color: #B59E9C;
}
@media (max-width: 1199px) {
  .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text ul li {
    font-size: 16px;
  }
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text ul li:first-child {
  margin-right: 10px;
  text-decoration: line-through;
  color: #999999;
}

/* 7.11 wpo-partners-section */
@media (max-width: 991px) {
  .wpo-partners-section {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-partners-section {
    padding-top: 40px;
  }
}
.wpo-partners-section .hidden {
  display: none;
}
.wpo-partners-section .grid {
  text-align: center;
  height: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .wpo-partners-section .grid {
    height: 80px;
  }
}
.wpo-partners-section .grid img {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.wpo-partners-section .owl-nav {
  display: none;
}

/* wpo-portfolio-section-s3 style-3*/
.wpo-portfolio-section-s3.style-3 {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .wpo-portfolio-section-s3.style-3 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-portfolio-section-s3.style-3 {
    padding: 60px 0;
  }
}

/* wpo-partners-section style-2 */
.wpo-partners-section.style-2 {
  padding-top: 0;
}

/* wpo-team-section style-2 */
.wpo-team-section.style-2 {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-team-section.style-2 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-team-section.style-2 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

/* wpo-pricing-section style-2 */
.wpo-pricing-section.style-2 {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .wpo-pricing-section.style-2 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-pricing-section.style-2 {
    padding-top: 60px;
  }
}
.wpo-pricing-section.style-2 .wpo-section-title h2 {
  color: #000;
}
.wpo-pricing-section.style-2 .wpo-section-title p {
  color: #000;
}
.wpo-pricing-section.style-2 .wpo-pricing-wrap {
  margin-top: 0;
}

/* wpo-about-section style-2 */
.wpo-about-section.style-2 {
  margin: 0;
}

/* wpo-about-section style-2 */
.wpo-about-section.style-2 {
  margin: 0;
}

/* wpo-contact-section style-2 */
.wpo-contact-section-s2.style-2 {
  padding: 120px 0;
}
.wpo-contact-section-s2.style-2 .contact-title {
  background-color: #F2F2F2;
}
.wpo-contact-section-s2.style-2 .contact-title h2 {
  color: #B59E9C;
}
@media (max-width: 991px) {
  .wpo-contact-section-s2.style-2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section-s2.style-2 {
    padding: 60px 0;
  }
}

/* wpo-contact-section-s3 style-3 */
@media (max-width: 991px) {
  .wpo-contact-section-s3.style-3 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section-s3.style-3 {
    padding: 60px 0;
  }
}

/* wpo-portfolio-section-s4 style-4 */
.wpo-portfolio-section-s4.style-4 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-portfolio-section-s4.style-4 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-portfolio-section-s4.style-4 {
    padding-bottom: 40px;
  }
}

/*======================================
8. Home-style-5
 =======================================*/
/* 8.1 wpo-quote-section-s4 */
.wpo-quote-section-s4 {
  background: url(../images/quote/image-5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 840px;
  position: relative;
}
@media (max-width: 991px) {
  .wpo-quote-section-s4 {
    height: 100%;
    padding: 90px 0;
  }
}
@media (max-width: 575px) {
  .wpo-quote-section-s4 {
    padding: 60px 0;
  }
}
@media (max-width: 425px) {
  .wpo-quote-section-s4 {
    padding: 40px 0;
  }
}
.wpo-quote-section-s4 .quote-wrap {
  position: absolute;
  bottom: 0;
  right: 134px;
}
@media (max-width: 991px) {
  .wpo-quote-section-s4 .quote-wrap {
    position: unset;
  }
}
.wpo-quote-section-s4 .quote-wrap .quote-title {
  max-width: 660px;
  background-color: #fff;
  padding: 80px 54px 70px;
}
@media (max-width: 991px) {
  .wpo-quote-section-s4 .quote-wrap .quote-title {
    padding: 50px 40px 40px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .wpo-quote-section-s4 .quote-wrap .quote-title {
    padding: 30px 20px;
  }
}
.wpo-quote-section-s4 .quote-wrap .quote-title h2 {
  margin: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 100px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .wpo-quote-section-s4 .quote-wrap .quote-title h2 {
    font-size: 60px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-quote-section-s4 .quote-wrap .quote-title h2 {
    font-size: 50px;
    line-height: 75px;
  }
}
@media (max-width: 575px) {
  .wpo-quote-section-s4 .quote-wrap .quote-title h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  .wpo-quote-section-s4 .quote-wrap .quote-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wpo-quote-section-s4 .quote-wrap .quote-title p {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}
@media (max-width: 991px) {
  .wpo-quote-section-s4 .quote-wrap .quote-title p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .wpo-quote-section-s4 .quote-wrap .quote-title p {
    font-size: 16px;
    line-height: 28px;
  }
}
.wpo-quote-section-s4 .quote-wrap .quote-title .quote-btn {
  margin-top: 30px;
}
.wpo-quote-section-s4 .quote-wrap .quote-title .quote-btn .theme-btn, .wpo-quote-section-s4 .quote-wrap .quote-title .quote-btn .view-cart-btn {
  color: #fff;
  border-radius: 25px;
  background: #B59E9C;
  box-shadow: -10px -10px 20px 0 rgba(119, 119, 119, 0.15);
  padding: 14px 32px;
}
@media (max-width: 767px) {
  .wpo-quote-section-s4 .quote-wrap .quote-title .quote-btn .theme-btn, .wpo-quote-section-s4 .quote-wrap .quote-title .quote-btn .view-cart-btn {
    padding: 11px 24px;
  }
}

/* 8.2 wpo-portfolio-section-s5 */
.wpo-portfolio-section-s5 .portfolio-all-items {
  max-width: 1810px;
  margin: 0 auto;
}
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items {
  margin: 0;
  margin: 5px;
  box-shadow: none;
}
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .img-holder {
  overflow: hidden;
  position: relative;
}
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .img-holder img {
  width: 100%;
  transition: all 0.3s;
  transform: scale(1);
}
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .img-holder .portfolio-content {
  position: absolute;
  left: 50%;
  bottom: -200px;
  background: #fff;
  width: 100%;
  max-width: 300px;
  transform: translateX(-50%);
  font-family: "DM Sans";
  text-align: center;
  padding: 20px;
  transition: all 0.3s;
  border: 1px solid #FFF;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.35) 13.65%, rgba(255, 255, 255, 0.2) 91.31%);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 1700px) {
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .img-holder .portfolio-content {
    max-width: 350px;
  }
}
@media (max-width: 1399px) {
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .img-holder .portfolio-content {
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .img-holder .portfolio-content {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .img-holder .portfolio-content {
    max-width: 94%;
    padding: 10px;
  }
}
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .img-holder .portfolio-content h4 {
  font-size: 35px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1700px) {
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .img-holder .portfolio-content h4 {
    font-size: 30px;
  }
}
@media (max-width: 1399px) {
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .img-holder .portfolio-content h4 {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .img-holder .portfolio-content h4 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .img-holder .portfolio-content h4 {
    font-size: 27px;
  }
}
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .img-holder .portfolio-content h4 a {
  color: #101010;
}
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .img-holder .portfolio-content h4:hover a {
  color: #966a65;
}
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .img-holder:hover .portfolio-content {
  bottom: 20px;
}
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items .img-holder:hover img {
  transform: scale(1.2);
}

/* 8.3 wpo-testimonial-section-s2 */
.wpo-testimonial-section-s2 {
  background: transparent;
}
@media (max-width: 991px) {
  .wpo-testimonial-section-s2 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-testimonial-section-s2 {
    padding-top: 40px;
  }
}
.wpo-testimonial-section-s2::before {
  display: none;
}
.wpo-testimonial-section-s2 .wpo-testimonial-items p {
  color: #000;
}
.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-btm h3 {
  color: #000;
}
.wpo-testimonial-section-s2 .wpo-testimonial-items .wpo-testimonial-text-btm span {
  color: #000;
}
.wpo-testimonial-section-s2 .image {
  width: 330px;
  height: 330px;
  border-radius: 240px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 150px;
  left: 120px;
  padding: 15px;
}
.wpo-testimonial-section-s2 .image img {
  border-radius: 50%;
}
@media (max-width: 1720px) {
  .wpo-testimonial-section-s2 .image {
    left: 20px;
  }
}
@media (max-width: 1500px) {
  .wpo-testimonial-section-s2 .image {
    width: 230px;
    height: 230px;
  }
}
@media (max-width: 1199px) {
  .wpo-testimonial-section-s2 .image {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section-s2 .image {
    display: none;
  }
}
.wpo-testimonial-section-s2 .s2 {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  left: auto;
  right: 150px;
  top: 70px;
}
@media (max-width: 1720px) {
  .wpo-testimonial-section-s2 .s2 {
    right: 20px;
  }
}
@media (max-width: 1500px) {
  .wpo-testimonial-section-s2 .s2 {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .wpo-testimonial-section-s2 .s2 {
    width: 150px;
    height: 150px;
  }
}

/* 8.4 wpo-fun-fact-section-s2 */
.wpo-fun-fact-section-s2 {
  background: #FCF6F6;
}

.wpo-category-section {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1700px) {
  .wpo-category-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1399px) {
  .wpo-category-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.wpo-category-section .hidden {
  display: none;
}
.wpo-category-section .wpo-category-item {
  position: relative;
}
@media (max-width: 767px) {
  .wpo-category-section .wpo-category-item {
    margin-bottom: 30px;
  }
}
.wpo-category-section .wpo-category-item .wpo-category-text {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 30px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .wpo-category-section .wpo-category-item .wpo-category-text {
    padding: 20px;
  }
}
.wpo-category-section .wpo-category-item .wpo-category-text h3 {
  font-size: 60px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
@media (max-width: 1199px) {
  .wpo-category-section .wpo-category-item .wpo-category-text h3 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-category-section .wpo-category-item .wpo-category-text h3 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-category-section .wpo-category-item .wpo-category-text h3 {
    margin-bottom: 10px;
    font-size: 35px;
  }
}
.wpo-category-section .wpo-category-item .wpo-category-text h3 a {
  color: #fff;
}
.wpo-category-section .wpo-category-item .wpo-category-text p {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}
@media (max-width: 991px) {
  .wpo-category-section .wpo-category-item .wpo-category-text p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .wpo-category-section .wpo-category-item .wpo-category-text p {
    font-size: 16px;
    line-height: 27px;
  }
}

/* 8.5 wpo-team-section-s2 */
.wpo-team-section-s2 {
  background: #F8F8F8;
  padding-top: 120px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-team-section-s2 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-team-section-s2 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

/* wpo-product-section style-2 */
.wpo-product-section.style-2 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-product-section.style-2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-product-section.style-2 {
    padding-bottom: 40px;
  }
}

/* wpo-portfolio-section-s5 style-2 */
.wpo-portfolio-section-s5.style-2 {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .wpo-portfolio-section-s5.style-2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-portfolio-section-s5.style-2 {
    padding: 60px 0;
  }
}

/* wpo-portfolio-section-s5 style-4 */
.wpo-contact-section-s3.style-4 {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .wpo-contact-section-s3.style-4 {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section-s3.style-4 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

/*======================================
9. service-single-page
 =======================================*/
/* service-single-page */
.service-single-page {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .service-single-page {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .service-single-page {
    padding: 60px 0;
  }
}
.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 {
  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: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .service-single-page .content p {
    font-size: 18px;
    line-height: 30px;
  }
}
.service-single-page .content p span {
  color: #333;
  font-size: 50px;
}
@media (max-width: 1399px) {
  .service-single-page .content p span {
    font-size: 34px;
  }
}
.service-single-page .video {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  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 {
  text-align: center;
}
.service-single-page .video-holder:hover:before {
  opacity: 0.8;
}
.service-single-page .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 83px;
  height: 83px;
  line-height: 80px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .service-single-page .video-holder a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.service-single-page .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) {
  .service-single-page .video-holder a:after {
    width: 70px;
    height: 70px;
    left: -6px;
    top: -6px;
  }
}
.service-single-page .video-holder .fi:before {
  font-size: 24px;
  font-size: 1.3333333333rem;
  color: #B59E9C;
}

.service-title {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .service-title {
    text-align: center;
    margin-bottom: 40px;
  }
}
.service-title h2 {
  color: #000;
  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: #333;
  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;
  }
}
@media (max-width: 767px) {
  .dream-section {
    padding: 60px 0;
    padding-bottom: 40px;
  }
}
.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: #000;
  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: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .dream-section .title p {
    font-size: 18px;
    line-height: 30px;
  }
}

/* service-business */
.service-business .container-fluid {
  margin: 0 auto;
  max-width: 1720px;
}
.service-business .project-title {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .service-business .project-title {
    text-align: center;
    margin-bottom: 40px;
  }
}
.service-business .project-title h2 {
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
  margin: 0;
  max-width: 700px;
  margin-right: auto;
}
@media (max-width: 1499px) {
  .service-business .project-title h2 {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 1199px) {
  .service-business .project-title h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .service-business .project-title h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 0 auto;
  }
}
@media (max-width: 757px) {
  .service-business .project-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.service-business .project-title p {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  max-width: 696px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .service-business .project-title p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .service-business .project-title p {
    margin: 0 auto;
  }
}
@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;
  }
}

/* wpo-faq-section */
.wpo-faq-section {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-faq-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-faq-section {
    padding-bottom: 40px;
  }
}
.wpo-faq-section .container-fluid {
  margin: 0 auto;
  max-width: 1720px;
}
.wpo-faq-section .title {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .wpo-faq-section .title {
    margin-bottom: 25px;
  }
}
.wpo-faq-section .title h4 {
  margin: 0;
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
}
@media (max-width: 1499px) {
  .wpo-faq-section .title h4 {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 1199px) {
  .wpo-faq-section .title h4 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .wpo-faq-section .title h4 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 757px) {
  .wpo-faq-section .title h4 {
    font-size: 40px;
    line-height: 50px;
  }
}
.wpo-faq-section .accordion-button {
  font-size: 35px;
  padding: 40px;
  color: rgb(44, 38, 38);
}
@media (max-width: 1199px) {
  .wpo-faq-section .accordion-button {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .wpo-faq-section .accordion-button {
    font-size: 25px;
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-faq-section .accordion-button {
    font-size: 18px;
    padding: 18px;
  }
}
.wpo-faq-section .accordion-body {
  padding: 40px;
}
@media (max-width: 991px) {
  .wpo-faq-section .accordion-body {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-faq-section .accordion-body {
    padding: 18px;
  }
}
.wpo-faq-section .accordion-body p {
  font-size: 24px;
  color: #333;
}
@media (max-width: 1199px) {
  .wpo-faq-section .accordion-body p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .wpo-faq-section .accordion-body p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-faq-section .accordion-body p {
    font-size: 15px;
  }
}

.theme-accordion-s1 {
  margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: rgb(44, 38, 38);
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-item {
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  margin-bottom: 30px;
  border: 0;
}
.accordion-item h3 {
  font-family: "DM Sans";
  font-weight: 400;
}

.accordion-collapse {
  border-top: 1px solid #ebebeb;
}

.theme-accordion-s1 .panel-default {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.theme-accordion-s1 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel + .panel {
  margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a {
  background: #999;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  display: block;
  padding: 18px 25px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a {
    padding: 12px 15px;
  }
}
.theme-accordion-s1 .panel-heading a:before {
  font-family: "themify";
  content: "\e64b";
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  right: 25px;
  transform: rotate(180deg);
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a:before {
    font-size: 18px;
    font-size: 1.125rem;
    right: 20px;
  }
}
.theme-accordion-s1 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed {
  background-color: #fff;
  color: #000;
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

.theme-accordion-s1 .panel-heading .collapsed:before {
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
  background-color: #fff;
  border: 0;
  padding: 40px 25px 15px;
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 25px 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .all-wpo-services {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 15px 15px 8px;
  }
}
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
  margin-bottom: 1.3em;
}

/*--------------------------------------------------------------
10. shop-page
--------------------------------------------------------------*/
.wpo-shop-page .hidden {
  display: none;
}
.wpo-shop-page .container-fluid {
  max-width: 1420px;
}
@media (max-width: 991px) {
  .wpo-shop-page .container-fluid {
    max-width: 720px;
    margin: 0 auto;
  }
}
.wpo-shop-page .wpo-product-section {
  padding: 0;
  overflow: unset;
}
@media (max-width: 991px) {
  .wpo-shop-page .wpo-product-section {
    padding-left: 0;
  }
}
.wpo-shop-page .wpo-product-section .wpo-product-img img {
  width: 100%;
}
@media (max-width: 1399px) {
  .wpo-shop-page .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3 {
    font-size: 22px;
  }
}
.wpo-shop-page .sorting-section {
  padding-bottom: 20px;
}
.wpo-shop-page .sorting-section ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}
.wpo-shop-page .sorting-section ul li {
  margin: 10px 0;
  color: #333;
}
.wpo-shop-page .sorting-section .nice-select ul {
  display: block;
}

/*--------------------------------------------------------------
11. shop-single-page
--------------------------------------------------------------*/
.wpo-shop-single-section {
  /*** product slider ***/
  /*** product info ***/
}
@media (min-width: 991px) {
  .wpo-shop-single-section .shop-single-slider .slick-slider {
    max-height: 608px;
  }
}
@media (max-width: 991px) {
  .wpo-shop-single-section .shop-single-slider .slick-slider {
    max-height: 708px;
  }
}
@media (max-width: 767px) {
  .wpo-shop-single-section .shop-single-slider .slick-slider {
    max-height: 550px;
  }
}
@media (max-width: 440px) {
  .wpo-shop-single-section .shop-single-slider .slick-slider {
    max-height: 450px;
  }
}
@media (max-width: 400px) {
  .wpo-shop-single-section .shop-single-slider .slick-slider {
    max-height: 400px;
  }
}
@media (max-width: 350px) {
  .wpo-shop-single-section .shop-single-slider .slick-slider {
    max-height: 330px;
  }
}
.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 .col {
  padding-left: 0;
}
.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;
  margin-bottom: 14px;
  cursor: pointer;
}
.wpo-shop-single-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
}
.wpo-shop-single-section .product-details {
  padding: 10px 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: 60px;
  font-size: 3.3333333333rem;
  line-height: 70px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .wpo-shop-single-section .product-details h2 {
    font-size: 48px;
    font-size: 2.6666666667rem;
    line-height: 66px;
  }
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-details h2 {
    font-size: 33px;
    font-size: 1.8333333333rem;
    line-height: 55px;
  }
}
.wpo-shop-single-section .product-details .price {
  font-size: 30px;
  font-size: 1.6666666667rem;
  color: #B59E9C;
  margin: 7px 0 25px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .wpo-shop-single-section .product-details .price {
    font-size: 25px;
    font-size: 1.3888888889rem;
  }
}
@media (max-width: 575px) {
  .wpo-shop-single-section .product-details .price {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
.wpo-shop-single-section .product-details .price .old {
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: normal;
  color: #666666;
  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.1111111111rem;
  }
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-details .price .old {
    font-size: 18px;
    font-size: 1rem;
  }
}
.wpo-shop-single-section .product-details .product-rt {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.wpo-shop-single-section .product-details .product-rt .rating {
  margin-right: 10px;
}
.wpo-shop-single-section .product-details .product-rt .rating i {
  color: #f9d322;
}
.wpo-shop-single-section .product-details .product-rt span {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .wpo-shop-single-section .product-details .product-rt span {
    font-size: 18px;
    font-size: 1rem;
  }
}
@media (max-width: 425px) {
  .wpo-shop-single-section .product-details .product-rt span {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.wpo-shop-single-section .product-details p {
  margin-bottom: 1.3em;
  font-size: 20px;
  color: #333;
}
@media (max-width: 1199px) {
  .wpo-shop-single-section .product-details p {
    font-size: 18px;
    font-size: 1rem;
  }
}
.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;
  font-size: 20px;
  color: #333;
}
@media (max-width: 1199px) {
  .wpo-shop-single-section .product-details ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}
.wpo-shop-single-section .product-details ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #B59E9C;
  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: 700;
  color: #000;
  margin-right: 5px;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .wpo-shop-single-section .product-details .tg-btm p span {
    font-size: 18px;
    font-size: 1rem;
  }
}
.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 {
  height: 35px;
  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: 44px;
  padding: 0 18px;
}
.wpo-shop-single-section .product-details .product-option .product-row > div:first-child {
  width: 85px;
}
.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: #B59E9C;
  border-color: #B59E9C;
  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: 15px;
  font-size: 0.8333333333rem;
  padding: 0 20px;
  height: 35px;
  line-height: 32px;
  outline: 0;
  border: 2px solid #e6e6e6;
  border-radius: 0;
}
.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: #B59E9C;
  color: #fff;
  border-color: #B59E9C;
}
@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.7777777778rem;
  }
}
.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: 0.8333333333rem;
}
.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: 1rem;
  color: #333;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.wpo-shop-single-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.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: rgb(229.5, 229.5, 229.5);
  display: block;
  padding: 3px 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: #B59E9C;
  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: 28px;
  font-size: 1.5555555556rem;
  margin: 0;
  line-height: 1.7em;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info h4 {
    font-size: 22px;
    font-size: 1.2222222222rem;
  }
}
.wpo-shop-single-section .product-info p {
  margin-bottom: 1.3em;
  font-size: 20px;
  color: #333;
}
@media (max-width: 1199px) {
  .wpo-shop-single-section .product-info p {
    font-size: 18px;
    font-size: 1rem;
  }
}
.wpo-shop-single-section .product-info .product-rt span {
  font-size: 15px;
}
.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: 17px;
  font-size: 0.9444444444rem;
  color: #000;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 12px 20px 11px;
  font-family: "DM Sans";
  position: relative;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .nav-tabs a {
    font-size: 15px;
    font-size: 0.8333333333rem;
    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: #B59E9C;
  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: #B59E9C;
}
.wpo-shop-single-section .product-info .tab-content {
  border-top: 1px solid rgba(181, 158, 156, 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.7777777778rem;
}
@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.6666666667rem;
    display: block;
  }
}
.wpo-shop-single-section .product-info .client-rv .rating {
  font-size: 12px;
  padding-left: 12px;
}
.wpo-shop-single-section .product-info .client-rv .rating i {
  color: #f9d322;
}
@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: rgb(178.5, 178.5, 178.5);
  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: 50px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .review-form h4 {
    font-size: 35px;
    font-size: 1.9444444444rem;
  }
}
.wpo-shop-single-section .product-info .review-form p {
  margin-bottom: 1.73em;
  color: #333;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .wpo-shop-single-section .product-info .review-form p {
    font-size: 18px;
    font-size: 1rem;
  }
}
.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 #dedede;
}
.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 .slider-nav .slick-slide:focus {
  outline: none;
}

.rating-wrapper .theme-btn, .rating-wrapper .view-cart-btn {
  background: #B59E9C;
  color: #fff;
  padding: 12px 35px;
}

/*===========================
12. 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: #333;
}
.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: #333;
  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;
  font-size: 20px;
}
@media (max-width: 767px) {
  .cart-area .cart-wrap .product ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}
.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: #B59E9C;
}
.cart-area .cart-wrap th {
  height: 80px;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  .cart-area .cart-wrap th {
    font-size: 18px;
    font-size: 1rem;
  }
}
.cart-area .cart-wrap td {
  padding: 40px 25px;
  font-size: 18px;
  color: #333;
}
@media (max-width: 767px) {
  .cart-area .cart-wrap td {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.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: #B59E9C;
}
.cart-area .cart-wrap .action li.c-btn {
  margin-right: 10px;
}
.cart-area .cart-wrap .action li.c-btn a {
  background-color: #B59E9C;
}
.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;
}
.cart-area .cart-wrap .quantity .qtybutton {
  top: 50%;
  left: 5px;
  transform: translateY(-51%);
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
}
.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: 500px) {
  .cart-area .submit-btn-area ul {
    text-align: center;
    display: block;
  }
}
.cart-area .submit-btn-area ul li:last-child {
  margin-left: 20px;
}
@media (max-width: 500px) {
  .cart-area .submit-btn-area ul li:last-child {
    margin-left: 0;
  }
}
.cart-area .submit-btn-area button {
  border: none;
  transition: all 0.3s;
  outline: none;
  padding: 14px 45px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cart-area .submit-btn-area button {
    font-size: 14px;
  }
}
.cart-area .submit-btn-area button:hover {
  background: #B59E9C;
  color: #fff;
}
.cart-area .submit-btn-area .theme-btn, .cart-area .submit-btn-area .view-cart-btn {
  padding: 15px 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .cart-area .submit-btn-area .theme-btn, .cart-area .submit-btn-area .view-cart-btn {
    padding: 15px 30px;
  }
}
.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: 20px;
  line-height: 21px;
  color: #333;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cart-area .cart-product-list ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}
.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: #B59E9C;
  padding-top: 30px;
  font-weight: 600;
}

/*===============================
13. 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;
  font-size: 18px;
  color: #707070;
}
@media (max-width: 575px) {
  .wpo-checkout-area .create-account span {
    font-size: 14px;
  }
}
.wpo-checkout-area .input-wrap {
  position: relative;
}
.wpo-checkout-area .create-account input {
  width: 100%;
  height: 50px;
  border: 1px solid #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: #B59E9C;
}
.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: 20px;
  color: #000;
  cursor: pointer;
  padding: 20px 20px;
  border-left: 4px solid #B59E9C;
  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 #B59E9C;
  border-bottom: 1px solid #B59E9C;
}
.wpo-checkout-area .s2 .coupon-3 {
  border-top: 4px solid #B59E9C;
}
.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 #ded1e3;
}
.wpo-checkout-area .s2.coupon-2 .coupon-3 label {
  border-left: 4px solid #B59E9C;
  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 label {
  font-size: 18px;
  color: #333;
}
@media (max-width: 575px) {
  .wpo-checkout-area .billing-adress .form-style label {
    font-size: 16px;
  }
}
.wpo-checkout-area .billing-adress .form-style select {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.wpo-checkout-area .billing-adress {
  padding: 30px;
}
.wpo-checkout-area .note-area textarea {
  font-size: 18px;
  color: #333;
  width: 100%;
  height: 150px;
  padding-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  border: 1px solid #ebebeb;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .wpo-checkout-area .note-area textarea {
    font-size: 16px;
  }
}
.wpo-checkout-area .note-area textarea:focus {
  outline: none;
}
.wpo-checkout-area .biling-item-2 {
  margin-top: 20px;
}
.wpo-checkout-area .biling-item-2 label.fontsize {
  margin-bottom: 20px;
}
.wpo-checkout-area .biling-item-2 .billing-adress {
  padding: 0;
}
.wpo-checkout-area .payment-name ul {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-name ul {
    flex-wrap: wrap;
  }
}
.wpo-checkout-area .payment-area form {
  overflow: unset;
}
.wpo-checkout-area .payment-name ul li {
  width: 100px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.wpo-checkout-area .payment-name ul li input {
  margin-right: 0;
}
.wpo-checkout-area .payment-name ul li {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-name ul li {
    margin-bottom: 10px;
  }
}
.wpo-checkout-area .payment-area h2 {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.wpo-checkout-area .payment-select {
  padding: 40px 0;
}
.wpo-checkout-area .payment-select ul {
  display: flex;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-select ul {
    flex-wrap: wrap;
  }
}
.wpo-checkout-area .payment-select ul li {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #5B5B5B;
}
.wpo-checkout-area .payment-select label {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-select label {
    font-size: 16px;
  }
}
.wpo-checkout-area .payment-area h2 {
  font-size: 20px;
  color: #878787;
  font-weight: 700;
}
.wpo-checkout-area .payment-area h2 span {
  font-size: 30px;
  color: #ff493c;
}
.wpo-checkout-area .payment-area {
  width: 100%;
}
.wpo-checkout-area .payment-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
}
.wpo-checkout-area .payment-name ul li input:checked ~ label {
  border: 1px solid #ff493c;
}
.wpo-checkout-area .payment-name label {
  width: 100%;
  border: 1px solid transparent;
}
.wpo-checkout-area .payment-name .visa label {
  border: 1px solid #0057A0;
}
.wpo-checkout-area .payment-name .mas label {
  border: 1px solid #CC0000;
}
.wpo-checkout-area .payment-name .ski label {
  border: 1px solid #691A5F;
}
.wpo-checkout-area .payment-name .pay label {
  border: 1px solid #019CDE;
}
.wpo-checkout-area .payment-option {
  padding: 30px;
}
.wpo-checkout-area .payment-name {
  display: none;
}
.wpo-checkout-area .payment-name.active {
  display: block;
}
.wpo-checkout-area .payment-option.active .payment-name {
  display: none;
}
.wpo-checkout-area .payment-area .form-style input,
.wpo-checkout-area .payment-area .form-style select {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  height: 40px;
  background: #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 .form-style label {
  font-size: 18px;
  color: #333;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-area .form-style label {
    font-size: 16px;
  }
}
.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: #000;
  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: #B59E9C;
  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;
  padding: 16px 40px;
}
@media (max-width: 767px) {
  .wpo-checkout-area .submit-btn-area .theme-btn, .wpo-checkout-area .submit-btn-area .view-cart-btn {
    padding: 13px 32px;
  }
}

/*==========================================
14. wpo-team-single
===========================================*/
.team-pg-area .container-fluid {
  max-width: 1700px;
  margin: 0 auto;
}

.team-info-img {
  padding: 25px;
  box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}
@media (max-width: 991px) {
  .team-info-img {
    margin-bottom: 40px;
  }
}
.team-info-img img {
  width: 100%;
}

.team-info-text h2 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
}

.team-info-text {
  box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
  padding: 58px 50px;
}
@media (max-width: 1399px) {
  .team-info-text {
    padding: 58px 30px;
  }
}
.team-info-text ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.team-info-text ul li span {
  text-align: left;
  width: 40%;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 62px;
}
@media (max-width: 1399px) {
  .team-info-text ul li span {
    width: 35%;
    line-height: 40px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .team-info-text ul li span {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .team-info-text ul li span {
    font-size: 16px;
    line-height: 35px;
  }
}
.team-info-text ul li span:last-child {
  width: 60%;
  color: #767676;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .team-info-text ul li span:last-child {
    width: 70%;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .team-info-text ul li span:last-child {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .team-info-text ul li span:last-child {
    font-size: 16px;
  }
}

.at-progress {
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 40px 0;
}
@media (max-width: 991px) {
  .at-progress {
    padding-bottom: 0;
  }
}

.team-info-text h2 {
  font-size: 80px;
  font-weight: 400;
  color: #1d2327;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
  background: #F9F9F9;
  padding: 20px;
}
@media (max-width: 1199px) {
  .team-info-text h2 {
    font-size: 60px;
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .team-info-text h2 {
    font-size: 40px;
  }
}

.team-info-wrap ul {
  padding-left: 0;
}

.exprience-wrap p {
  color: #333;
}

.exprience-wrap p {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .exprience-wrap p {
    font-size: 18px;
    line-height: 30px;
  }
}
.exprience-wrap p span {
  color: #333;
  font-size: 40px;
}
@media (max-width: 1399px) {
  .exprience-wrap p span {
    font-size: 34px;
  }
}

.education-area {
  max-width: 800px;
}

.education-area ul {
  list-style: none;
}

.education-area ul li {
  padding-bottom: 10px;
  position: relative;
}

.ex-wiget {
  padding-bottom: 60px;
}
.ex-wiget ul {
  list-style: none;
}
.ex-wiget ul li {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .ex-wiget ul li {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.ex-wiget ul li:last-child {
  margin-bottom: 0;
}

.ex-wiget h2 {
  font-size: 60px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .ex-wiget h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .ex-wiget h2 {
    font-size: 39px;
  }
}

.wpo-contact-area .quote-form {
  padding-left: 0;
  margin-left: -10px;
}

.wpo-contact-area {
  background: url(../images/contact-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-contact-area {
    padding: 90px 20px;
  }
}
@media (max-width: 767px) {
  .wpo-contact-area {
    padding: 60px 10px;
  }
}
.wpo-contact-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 55, 54, 0.4);
  z-index: -1;
}
.wpo-contact-area .quote-form {
  max-width: 940px;
  margin: 0 auto;
  padding: 60px 50px 30px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .wpo-contact-area .quote-form {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .wpo-contact-area .quote-form {
    padding: 30px 10px;
  }
}
.wpo-contact-area .team-btn {
  margin-top: 20px;
}
.wpo-contact-area .team-btn button {
  border-radius: 0;
  padding: 20px 60px;
}
@media (max-width: 767px) {
  .wpo-contact-area .team-btn button {
    padding: 12px 35px;
  }
}

.wpo-contact-area .quote-form .form-control {
  height: 55px;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding: 15px;
}
.wpo-contact-area .quote-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #B59E9C;
}

.wpo-contact-area .quote-form textarea.form-control {
  height: 125px;
}

.half-col {
  float: left;
  width: 50%;
  padding: 0 10px 5px;
}

.full-col {
  padding: 0 10px 5px;
}

.exprience-area {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .team-info-text {
    padding: 30px 20px;
  }
  .team-info-img {
    padding: 15px;
  }
  .team-info-img img {
    width: 100%;
  }
  .custom-grid {
    float: left;
    width: 50%;
  }
  .exprience-area {
    padding-top: 40px;
  }
  .ex-wiget {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .half-col {
    float: none;
    width: 100%;
  }
  .lawyer-about.pt-150 {
    padding-top: 100px;
  }
}
@media (max-width: 375px) {
  .custom-grid {
    float: none;
    width: 100%;
  }
}
/*--------------------------------------------------------------
15. contact-page
--------------------------------------------------------------*/
.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: 40px;
  font-size: 2.2222222222rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-title h2 {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}
.wpo-contact-pg-section .wpo-contact-title p {
  margin: 0;
  color: #333;
}
@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-title p {
    font-size: 16px;
  }
}
.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
  background: transparent;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 25px;
  border: 1px solid #ebebeb;
  font-size: 17px;
}
@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: #B59E9C;
  background: transparent;
  outline: 0;
  box-shadow: none;
}
.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: 16px;
  font-style: normal;
  color: #5C5C5C;
}
.wpo-contact-pg-section form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #5C5C5C;
}
.wpo-contact-pg-section form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #5C5C5C;
}
.wpo-contact-pg-section form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #5C5C5C;
}
.wpo-contact-pg-section form select {
  display: inline-block;
  color: #5C5C5C;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 17px;
  font-size: 0.9444444444rem;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 17px) center;
  position: relative;
}
.wpo-contact-pg-section form select:focus {
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 17px) center;
}
.wpo-contact-pg-section form .submit-area {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section form .submit-area {
    margin-bottom: 0;
  }
}
.wpo-contact-pg-section form .submit-area .theme-btn, .wpo-contact-pg-section form .submit-area .view-cart-btn {
  border-radius: 0px;
  font-size: 16px;
  padding: 15px 40px;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section form .submit-area .theme-btn, .wpo-contact-pg-section form .submit-area .view-cart-btn {
    padding: 10px 30px;
  }
}
.wpo-contact-pg-section form .submit-area .theme-btn:after, .wpo-contact-pg-section form .submit-area .view-cart-btn:after {
  border-radius: 0px;
}
.wpo-contact-pg-section form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 25px;
}
@media (max-width: 600px) {
  .wpo-contact-pg-section form > div {
    width: calc(100% - 25px);
    float: none;
  }
}
.wpo-contact-pg-section form .fullwidth {
  width: calc(100% - 25px);
  float: none;
  clear: both;
}
.wpo-contact-pg-section .office-info {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section .office-info {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .wpo-contact-pg-section .office-info .col .office-info-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .wpo-contact-pg-section .office-info .col:last-child .office-info-item {
    margin-bottom: 0px;
  }
}
.wpo-contact-pg-section .office-info .office-info-item {
  text-align: center;
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 40px;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  background: #f5f5f5;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
  font-size: 35px;
  color: #B59E9C;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 20px 0;
  font-family: "DM Sans";
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
  margin-bottom: 0;
  color: #333;
}
.wpo-contact-pg-section .wpo-contact-form-area {
  padding: 50px;
  background: #fff;
  box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
  padding-bottom: 0;
  margin-bottom: -125px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section .wpo-contact-form-area {
    padding: 30px;
    padding-top: 50px;
  }
}
@media (max-width: 425px) {
  .wpo-contact-pg-section .wpo-contact-form-area {
    padding: 20px;
    padding-top: 40px;
  }
}

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

/*======================================
16. blog-pg-section
 =======================================*/
/* wpo-blog-pg-section */
.wpo-blog-pg-section {
  /*** 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: #585656;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}
.wpo-blog-pg-section .entry-meta ul li a {
  color: #585656;
}
.wpo-blog-pg-section .entry-meta ul li a:hover {
  color: #966a65;
}
.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: #B59E9C;
  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: #000;
  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: #000;
}
.wpo-blog-pg-section .post h3 a:hover {
  color: #966a65;
}
.wpo-blog-pg-section .post p {
  margin-bottom: 1.5em;
  color: #333;
  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: #585656;
  font-size: 20px;
  font-weight: 400;
  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: #966a65;
}
.wpo-blog-pg-section .entry-media img {
  width: 100%;
}
.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: #B59E9C;
  color: #fff;
}
.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  padding: 0;
  margin: 0;
  color: #585656;
  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: #fff;
  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: 24px;
  font-size: 1.3333333333rem;
  color: #B59E9C;
}

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

/*======================================
17. blog-single-section
 =======================================*/
/* 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: #585656;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}
.wpo-blog-single-section .entry-meta ul li a {
  color: #585656;
}
.wpo-blog-single-section .entry-meta ul li a:hover {
  color: #966a65;
}
.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: #B59E9C;
  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-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: #333;
  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.1111111111rem;
  }
}
.wpo-blog-single-section .post blockquote {
  max-width: 990px;
  color: #000;
  padding-left: 30px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  text-align: left;
  position: relative;
  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 #181515;
  background: #fff;
  height: 100%;
}
.wpo-blog-single-section .post blockquote h4 {
  font-family: "DM Sans";
  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: #585656;
  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: #000;
}
@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";
  color: #333;
  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: #000;
  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: #966a65;
}
.wpo-blog-single-section .tag-share-s2 .tag a {
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  width: 40px;
  height: 40px;
  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;
  }
}
.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: #041117;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
.wpo-blog-single-section .more-posts .post-name {
  color: #000;
  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: #966a65;
}
.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: #041117;
  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: #333;
  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: #000;
  color: #041117;
  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";
  color: #585656;
  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: #966a65;
}
.wpo-blog-single-section .comments-area .children {
  position: relative;
}
.wpo-blog-single-section .comments-area .shape {
  position: absolute;
  left: 49px;
  top: -175px;
  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: #000;
  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: #585656;
  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: #B59E9C;
  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: rgb(161.3664739884, 132.2641618497, 129.7335260116);
}

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

/*--------------------------------------------------------------
18. coming-soon-section
--------------------------------------------------------------*/
.wpo-coming-soon-area {
  height: 100vh;
  min-height: 920px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 575px) {
  .wpo-coming-soon-area {
    min-height: 750px;
  }
}
.wpo-coming-soon-area .hero-inner {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .wpo-coming-soon-area .hero-inner {
    padding-top: 20px;
  }
}
.wpo-coming-soon-area:before {
  display: none;
}
.wpo-coming-soon-area .hidden {
  display: none;
}
.wpo-coming-soon-area .wpo-event-wrap {
  max-width: 800px;
  background: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  position: relative;
  margin: 0 auto;
  border: 1px solid #FFF;
}
@media (max-width: 575px) {
  .wpo-coming-soon-area .wpo-event-wrap {
    padding: 0;
  }
}
.wpo-coming-soon-area .wpo-event-wrap .wpo-event-item {
  padding: 60px 30px;
  border: none;
}
@media (max-width: 575px) {
  .wpo-coming-soon-area .wpo-event-wrap .wpo-event-item {
    padding: 25px 15px;
  }
}
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date {
  text-align: center;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date {
    display: flex;
    justify-content: center;
  }
}
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock,
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 530px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock,
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 {
    margin-top: 0;
  }
}
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock > div,
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 > div {
  float: left;
  display: table;
  width: 80px;
}
@media (max-width: 450px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock > div,
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 > div {
    width: 52px;
  }
}
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock > div > div,
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 > div > div {
  display: table-cell;
  vertical-align: middle;
}
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock > div + div,
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 > div + div {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock > div + div,
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 > div + div {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock > div + div,
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 > div + div {
    margin-left: 10px;
  }
}
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock .time,
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 .time {
  font-family: "Felidae";
  font-size: 60px;
  font-size: 3.3333333333rem;
  line-height: 1em;
  padding-top: 15px;
  color: #B59E9C;
}
@media (max-width: 1300px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock .time,
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 .time {
    font-size: 50px;
    font-size: 2.7777777778rem;
  }
}
@media (max-width: 1100px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock .time,
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 .time {
    font-size: 40px;
    font-size: 2.2222222222rem;
  }
}
@media (max-width: 991px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock .time,
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 .time {
    font-size: 50px;
    font-size: 2.7777777778rem;
  }
}
@media (max-width: 767px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock .time,
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 .time {
    font-size: 40px;
    font-size: 2.2222222222rem;
  }
}
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock span,
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 span {
  color: #333;
  font-size: 20px;
}
@media (max-width: 991px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock span,
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 span {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock span,
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 span {
    font-size: 18px;
  }
}
.wpo-coming-soon-area .coming-soon-section .coming-soon-text {
  text-align: center;
}
.wpo-coming-soon-area .coming-soon-section .coming-soon-text h2 {
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .wpo-coming-soon-area .coming-soon-section .coming-soon-text h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-coming-soon-area .coming-soon-section .coming-soon-text h2 {
    font-size: 40px;
  }
}
.wpo-coming-soon-area .coming-soon-section .coming-soon-text p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}
@media (max-width: 575px) {
  .wpo-coming-soon-area .coming-soon-section .coming-soon-text p {
    font-size: 18px;
    line-height: 30px;
  }
}
.wpo-coming-soon-area .coming-soon-section .coming-soon-text .flower {
  padding-top: 30px;
  transform: rotate(45deg);
}
.wpo-coming-soon-area .coming-soon-section .wpo-coming-contact .form-control {
  width: 100%;
  height: 55px;
  background: none;
  border: 1px solid #a9a1a1;
  margin-bottom: 10px;
}
.wpo-coming-soon-area .coming-soon-section .wpo-coming-contact .form-control:focus {
  outline: none;
  box-shadow: none;
}
.wpo-coming-soon-area .coming-soon-section .wpo-coming-contact .error {
  margin-bottom: 10px;
}
.wpo-coming-soon-area .coming-soon-section .wpo-coming-contact button {
  height: 55px;
  background: #B59E9C;
  border: none;
  color: #fff;
  width: 100%;
  font-size: 16px;
}

/*======================================
19. wpo-invitation-area
 =======================================*/
.wpo-invitation-area,
.wpo-coming-soon-area {
  height: 100vh;
  min-height: 920px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wpo-invitation-area,
  .wpo-coming-soon-area {
    min-height: 650px;
  }
}
@media (max-width: 450px) {
  .wpo-invitation-area,
  .wpo-coming-soon-area {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .wpo-invitation-area .container,
  .wpo-coming-soon-area .container {
    max-width: 100%;
  }
}
.wpo-invitation-area .hero-inner,
.wpo-coming-soon-area .hero-inner {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .wpo-invitation-area .hero-inner,
  .wpo-coming-soon-area .hero-inner {
    padding-top: 40px;
  }
}
.wpo-invitation-area .hero-inner .row,
.wpo-coming-soon-area .hero-inner .row {
  justify-content: center;
}
.wpo-invitation-area .wpo-event-wrap,
.wpo-coming-soon-area .wpo-event-wrap {
  border: 1px solid #FFF;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px;
  margin-top: 120px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .wpo-invitation-area .wpo-event-wrap,
  .wpo-coming-soon-area .wpo-event-wrap {
    padding: 20px;
  }
}
@media (max-width: 450px) {
  .wpo-invitation-area .wpo-event-wrap,
  .wpo-coming-soon-area .wpo-event-wrap {
    padding: 10px;
  }
}
.wpo-invitation-area .wpo-event-item,
.wpo-coming-soon-area .wpo-event-item {
  padding: 40px 70px 70px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  background-size: contain;
  border: 1px solid #B59E9C;
}
@media (max-width: 767px) {
  .wpo-invitation-area .wpo-event-item,
  .wpo-coming-soon-area .wpo-event-item {
    padding: 40px 30px;
  }
}
@media (max-width: 500px) {
  .wpo-invitation-area .wpo-event-item,
  .wpo-coming-soon-area .wpo-event-item {
    width: 100%;
    background: none;
    padding: 0;
  }
}
.wpo-invitation-area .wpo-event-item .wpo-event-text,
.wpo-coming-soon-area .wpo-event-item .wpo-event-text {
  text-align: center;
}
@media (max-width: 1200px) {
  .wpo-invitation-area .wpo-event-item .wpo-event-text,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text {
    padding: 25px 15px;
  }
}
@media (max-width: 575px) {
  .wpo-invitation-area .wpo-event-item .wpo-event-text,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text {
    padding: 50px 10px;
  }
}
@media (max-width: 500px) {
  .wpo-invitation-area .wpo-event-item .wpo-event-text,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text {
    background: rgba(255, 255, 255, 0.5);
  }
}
.wpo-invitation-area .wpo-event-item .wpo-event-text h2,
.wpo-coming-soon-area .wpo-event-item .wpo-event-text h2 {
  font-size: 80px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .wpo-invitation-area .wpo-event-item .wpo-event-text h2,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-invitation-area .wpo-event-item .wpo-event-text h2,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text h2 {
    font-size: 50px;
  }
}
@media (max-width: 450px) {
  .wpo-invitation-area .wpo-event-item .wpo-event-text h2,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text h2 {
    font-size: 35px;
  }
}
.wpo-invitation-area .wpo-event-item .wpo-event-text p,
.wpo-coming-soon-area .wpo-event-item .wpo-event-text p {
  font-weight: 400;
  font-size: 30px;
  line-height: 43px;
  margin-bottom: 30px;
  color: #333;
}
@media (max-width: 991px) {
  .wpo-invitation-area .wpo-event-item .wpo-event-text p,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text p {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .wpo-invitation-area .wpo-event-item .wpo-event-text p,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text p {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-invitation-area .wpo-event-item .wpo-event-text p,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text p {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 450px) {
  .wpo-invitation-area .wpo-event-item .wpo-event-text p,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text p {
    font-size: 18px;
  }
}
.wpo-invitation-area .wpo-event-item .wpo-event-text ul,
.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul {
  list-style: none;
  max-width: 416px;
  margin: auto;
}
.wpo-invitation-area .wpo-event-item .wpo-event-text ul li,
.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
  margin-left: 0;
  float: none;
  color: #333;
}
@media (max-width: 767px) {
  .wpo-invitation-area .wpo-event-item .wpo-event-text ul li,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 450px) {
  .wpo-invitation-area .wpo-event-item .wpo-event-text ul li,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li {
    margin-bottom: 2px;
    font-size: 16px;
  }
}
.wpo-invitation-area .wpo-event-item .wpo-event-text ul li:last-child,
.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li:last-child {
  margin-bottom: 0;
}
.wpo-invitation-area .wpo-event-item .wpo-event-text ul li a,
.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li a {
  font-weight: 500;
  color: #B59E9C;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .wpo-invitation-area .wpo-event-item .wpo-event-text ul li a,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li a {
    margin-top: 10px;
  }
}
.wpo-invitation-area .wpo-event-item .wpo-event-text ul li a:before,
.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #B59E9C;
}

.wpo-invitation-area .hero-inner {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .wpo-invitation-area .hero-inner {
    padding-top: 40px;
  }
}

/*--------------------------------------------------------------
20. wpo-portfolio-single-section
--------------------------------------------------------------*/
.wpo-portfolio-single-section .container-fluid {
  max-width: 1410px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-portfolio-single-section .container-fluid {
    max-width: 720px;
  }
}
.wpo-portfolio-single-section .portfolio-single-img-wrap {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .wpo-portfolio-single-section .portfolio-single-img-wrap {
    padding-right: 0px;
  }
}
.wpo-portfolio-single-section .portfolio-single-img-wrap .portfolio-single-img {
  margin-bottom: 30px;
}
.wpo-portfolio-single-section .portfolio-single-sitebar {
  min-height: 100%;
}
.wpo-portfolio-single-section .portfolio-single-sitebar .portfolio-single-text {
  position: sticky;
  top: 50px;
}
@media (max-width: 991px) {
  .wpo-portfolio-single-section .portfolio-single-text {
    padding-top: 40px;
  }
}
.wpo-portfolio-single-section .portfolio-single-text h2 {
  font-weight: 400;
  font-size: 80px;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 1499px) {
  .wpo-portfolio-single-section .portfolio-single-text h2 {
    font-size: 68px;
  }
}
@media (max-width: 1199px) {
  .wpo-portfolio-single-section .portfolio-single-text h2 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .wpo-portfolio-single-section .portfolio-single-text h2 {
    font-size: 42px;
  }
}
.wpo-portfolio-single-section .portfolio-single-text p {
  margin-bottom: 30px;
  font-size: 20px;
  color: #333;
}
@media (max-width: 575px) {
  .wpo-portfolio-single-section .portfolio-single-text p {
    font-size: 18px;
  }
}
.wpo-portfolio-single-section .wpo-portfolio-single-content-des {
  max-width: 470px;
  flex-basis: 35%;
}
@media (max-width: 1200px) {
  .wpo-portfolio-single-section .wpo-portfolio-single-content-des {
    flex-basis: 100%;
  }
}
.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul {
  list-style: none;
  margin-top: 40px;
}
.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li {
  display: flex;
  padding: 15px 0;
  font-size: 18px;
  color: #444444;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  justify-content: space-between;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li {
    font-size: 16px;
  }
}
.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li span {
  flex-basis: 70%;
  color: #333;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li span {
    flex-basis: 50%;
  }
}
.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li:first-child {
  padding-top: 0;
}
.wpo-portfolio-single-section .pagi {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .wpo-portfolio-single-section .pagi {
    padding-top: 30px;
  }
}
.wpo-portfolio-single-section .pagi ul {
  overflow: hidden;
  list-style: none;
}
.wpo-portfolio-single-section .pagi ul li {
  width: 50%;
  float: left;
  text-align: center;
  border: 1px solid #d8e0f1;
}
.wpo-portfolio-single-section .pagi ul li i {
  margin: 0 10px;
}
.wpo-portfolio-single-section .pagi ul > li:last-child {
  margin-left: -1px;
}

/*--------------------------------------------------------------
21. error-404-section
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}
.error-404-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}
@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}
.error-404-section .error-message h3 {
  font-size: 50px;
  font-size: 2.7777777778rem;
  margin: 0 0 0.8em;
  color: #000;
}
@media (max-width: 575px) {
  .error-404-section .error-message h3 {
    font-size: 35px;
    font-size: 1.9444444444rem;
  }
}
.error-404-section .error-message p {
  margin-bottom: 1.8em;
  color: #333;
}
.error-404-section .error-message .theme-btn, .error-404-section .error-message .view-cart-btn {
  color: #fff;
  padding: 14px 40px;
}

/*======================================
 preview page
=======================================*/
.preview-hero {
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .preview-hero {
    padding: 80px 0;
    padding-bottom: 150px;
  }
}
@media (min-width: 991px) {
  .preview-hero .container-fluid {
    padding: 0;
  }
}
.preview-hero .preview-hero-items {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 0px;
  margin: 0 -10px;
  margin-bottom: -10px;
}
@media (max-width: 991px) {
  .preview-hero .preview-hero-items {
    display: none;
  }
}
.preview-hero .preview-hero-items .preview-hero-item {
  padding: 0 5px;
  width: 100%;
}
@media (max-width: 991px) {
  .preview-hero .preview-hero-items .preview-hero-item {
    text-align: center;
  }
}
.preview-hero .preview-hero-items .preview-hero-item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}
.preview-hero .preview-middle-items {
  position: relative;
}
.preview-hero .preview-middle-items .preview-middle-text {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 50px;
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .preview-hero .preview-middle-items .preview-middle-text {
    max-width: 580px;
  }
}
@media (max-width: 991px) {
  .preview-hero .preview-middle-items .preview-middle-text {
    max-width: 600px;
    padding: 50px 0;
    background: #fff;
  }
}
@media (max-width: 575px) {
  .preview-hero .preview-middle-items .preview-middle-text {
    padding: 50px 20px;
  }
}
.preview-hero .preview-middle-items .preview-middle-text:before {
  position: absolute;
  left: 0;
  top: -112%;
  width: 100%;
  height: 780px;
  content: "";
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  border: 20px solid #f7e8e6;
}
@media (max-width: 1199px) {
  .preview-hero .preview-middle-items .preview-middle-text:before {
    top: -145%;
  }
}
@media (max-width: 991px) {
  .preview-hero .preview-middle-items .preview-middle-text:before {
    display: none;
  }
}
.preview-hero .preview-middle-items .preview-middle-text span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.4px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .preview-hero .preview-middle-items .preview-middle-text span {
    font-size: 14px;
  }
}
.preview-hero .preview-middle-items .preview-middle-text h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .preview-hero .preview-middle-items .preview-middle-text h2 {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  .preview-hero .preview-middle-items .preview-middle-text h2 {
    font-size: 45px;
    margin-top: 10px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .preview-hero .preview-middle-items .preview-middle-text h2 {
    font-size: 35px;
    margin: 20px 0;
    line-height: 30px;
  }
}
.preview-hero .preview-middle-items .preview-middle-text h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 35px;
  font-family: "DM Sans";
}
@media (max-width: 1440px) {
  .preview-hero .preview-middle-items .preview-middle-text h4 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .preview-hero .preview-middle-items .preview-middle-text h4 {
    font-size: 20px;
  }
}
.preview-hero .preview-middle-items .preview-middle-text .scrool {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 40px;
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .preview-hero .preview-middle-items .preview-middle-text .scrool {
    bottom: -60px;
  }
}
.preview-hero .preview-middle-items .preview-middle-text a:hover {
  color: #fff;
}

.preview-section-title {
  max-width: 707px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}
.preview-section-title h2 {
  font-size: 50px;
  font-weight: 400;
  margin: 0;
  position: relative;
  color: #444444;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .preview-section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .preview-section-title h2 {
    font-size: 25px;
    margin-top: 0;
  }
}
.preview-section-title p {
  font-size: 18px;
}
.preview-section-title i {
  display: block;
}

/* 3.2 wpo-demo-section */
.wpo-demo-section {
  padding: 100px 0 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  #demo .wpo-demo-section {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .wpo-demo-section {
    padding: 70px 0 20px;
  }
}
@media (max-width: 767px) {
  .wpo-demo-section {
    padding: 50px 0 0;
    padding-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .wpo-demo-section .container-fluid,
  .wpo-inner-demo-section .container-fluid {
    padding: 0 100px;
  }
}
.wpo-demo-section .wpo-demo-grids {
  margin: 0 -15px;
  text-align: center;
}

@media (max-width: 991px) {
  .wpo-demo-section .wpo-demo-grids {
    margin: 0 -15px;
  }
}
.wpo-demo-section .wpo-demo-grids .grid {
  width: calc(33.33% - 60px);
  margin: 0 30px 100px;
  float: left;
}

@media (max-width: 1399px) {
  .wpo-demo-section .wpo-demo-grids .grid {
    width: calc(33.33% - 60px);
  }
}
@media (max-width: 1199px) {
  .wpo-demo-section .wpo-demo-grids .grid {
    margin: 0 15px 80px;
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .wpo-demo-section .wpo-demo-grids .grid {
    width: calc(50% - 30px);
    margin: 0 15px 60px;
  }
}
@media (max-width: 600px) {
  .wpo-demo-section .wpo-demo-grids .grid {
    width: calc(100% - 30px);
    margin: 0 15px 60px;
    float: none;
  }
}
.wpo-demo-section .wpo-demo-grids .inner {
  box-shadow: 0 1px 31.92px 6.08px rgba(133, 142, 154, 0.09);
  margin-bottom: 35px;
  max-height: 530px;
  overflow: hidden;
  box-shadow: 0 1px 7.5px 2.5px rgba(5, 2, 52, 0.05);
}

.wpo-demo-section .wpo-demo-grids .inner a {
  display: block;
}

.wpo-demo-section .wpo-demo-grids .inner-s2 {
  box-shadow: 0 1px 31.92px 6.08px rgba(133, 142, 154, 0.09);
  margin-bottom: 35px;
  box-shadow: 0 1px 7.5px 2.5px rgba(5, 2, 52, 0.05);
}

.wpo-demo-section .wpo-demo-grids .inner-s img {
  width: 100%;
}

.wpo-demo-section .wpo-demo-grids .coming-inner img {
  max-height: 560px;
}

.wpo-demo-section .wpo-demo-grids .inner img {
  transition: all 3s;
  width: 100%;
}

.wpo-demo-section .wpo-demo-grids .grid:hover .inner img {
  -webkit-transform: translateY(calc(-100% + 560px));
}

.wpo-demo-section .wpo-demo-grids h3 {
  font-size: 20px;
  margin: 0;
  color: #444444;
  font-family: "DM Sans";
}

@media (max-width: 991px) {
  .wpo-demo-section .wpo-demo-grids h3 {
    font-size: 16px;
  }
}
/* 3.3 wpo-inner-demo-section */
.wpo-inner-demo-section .owl-stage-outer {
  padding: 20px;
}

.wpo-inner-demo-section .wpo-inner-demo-grids {
  text-align: center;
}

.wpo-inner-demo-section .wpo-inner-demo-grids .inner {
  box-shadow: 0 1px 31.92px 6.08px rgba(133, 142, 154, 0.09);
  margin-bottom: 35px;
  max-height: 655px;
  overflow: hidden;
  box-shadow: 0 1px 7.5px 2.5px rgba(5, 2, 52, 0.05);
}

@media (max-width: 1700px) {
  .wpo-inner-demo-section .wpo-inner-demo-grids .inner {
    max-height: 555px;
  }
}
.wpo-inner-demo-section .wpo-inner-demo-grids .owl-item.center .grid .wpo-service-item .wpo-service-text .service-icon {
  background: #B59E9C;
  color: #fff;
}
.wpo-inner-demo-section .wpo-inner-demo-grids .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
  color: #B59E9C;
  transition: all 0.3s;
  border: 0;
  background: none;
}
.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav [class*=owl-] .fi::before {
  font-size: 12px;
  color: #B59E9C;
}
.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-prev,
.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px solid #B59E9C;
  opacity: 0;
}
.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-prev:hover,
.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-next:hover {
  background: #B59E9C;
  border-color: #B59E9C;
}
.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-prev:hover .fi:before,
.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-next:hover .fi:before {
  color: #fff;
}
@media (max-width: 575px) {
  .wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-prev,
  .wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-next {
    display: none;
  }
}
.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-prev {
  left: -10px;
}
.wpo-inner-demo-section .wpo-inner-demo-grids .owl-nav .owl-next {
  right: -10px;
}
.wpo-inner-demo-section .wpo-inner-demo-grids .owl-dots {
  text-align: center;
  bottom: -20px;
  position: relative;
}
.wpo-inner-demo-section .wpo-inner-demo-grids .owl-dots button {
  width: 10px;
  height: 12px;
  border: 0;
  background: #d4e6f5;
  margin-right: 10px;
  border-radius: 50%;
}
.wpo-inner-demo-section .wpo-inner-demo-grids .owl-dots .owl-dot.active {
  background-color: #B59E9C;
}
.wpo-inner-demo-section .wpo-inner-demo-grids:hover .owl-nav .owl-prev,
.wpo-inner-demo-section .wpo-inner-demo-grids:hover .owl-nav .owl-next {
  opacity: 1;
}

.wpo-inner-demo-section .wpo-inner-demo-grids .inner img {
  transition: all 3s;
}

.wpo-inner-demo-section .wpo-inner-demo-grids .grid:hover .inner img {
  -webkit-transform: translateY(calc(-100% + 685px));
}

@media (max-width: 1700px) {
  .wpo-inner-demo-section .wpo-inner-demo-grids .grid:hover .inner img {
    -webkit-transform: translateY(calc(-100% + 585px));
  }
}
.wpo-inner-demo-section .wpo-inner-demo-grids h3 {
  font-size: 20px;
  margin: 0;
  font-weight: 700 !important;
}

@media (max-width: 991px) {
  .wpo-inner-demo-section .wpo-inner-demo-grids h3 {
    font-size: 16px;
  }
}
.wpo-inner-demo-section .wpo-demo-active .slick-slide {
  padding: 0 10px;
}

.wpo-demo-section .wpo-demo-grids .coming-soon .inner {
  position: relative;
}
.wpo-demo-section .wpo-demo-grids .coming-soon .inner .coming {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.wpo-demo-section .wpo-demo-grids .coming-soon .inner .coming h5 {
  position: relative;
  transform: rotate(-45deg);
  font-size: 50px;
  font-family: "Felidae";
  display: inline-block;
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 120px;
  font-weight: 400;
  border: 10px solid #747272;
  color: #fff;
}
@media (max-width: 1600px) {
  .wpo-demo-section .wpo-demo-grids .coming-soon .inner .coming h5 {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .wpo-demo-section .wpo-demo-grids .coming-soon .inner .coming h5 {
    font-size: 35px;
  }
}

#demo2 {
  background: #FCFCFA;
}

.preview-banner {
  padding-left: 198px;
  padding-right: 20px;
}
@media (max-width: 1399px) {
  .preview-banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .preview-banner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.preview-banner .wpo-offer-wrap {
  position: relative;
  z-index: 1;
  padding: 160px 0;
}
@media (max-width: 1199px) {
  .preview-banner .wpo-offer-wrap {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .preview-banner .wpo-offer-wrap {
    padding: 80px 15px;
  }
}
@media (max-width: 575px) {
  .preview-banner .wpo-offer-wrap {
    padding: 30px 10px;
  }
}
.preview-banner .wpo-offer-wrap .theme-btn:hover, .preview-banner .wpo-offer-wrap .view-cart-btn:hover {
  color: #fff;
}
.preview-banner .wpo-offer-item {
  padding: 80px;
  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: 878px;
  position: relative;
}
@media (max-width: 991px) {
  .preview-banner .wpo-offer-item {
    margin: auto;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.18) 100%);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
@media (max-width: 767px) {
  .preview-banner .wpo-offer-item {
    padding: 15px;
  }
}
.preview-banner .wpo-offer-item h2 {
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 30px;
  font-family: "DM Sans";
}
@media (max-width: 575px) {
  .preview-banner .wpo-offer-item h2 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 43px;
  }
}
.preview-banner .wpo-offer-item p {
  margin-bottom: 35px;
}
.preview-banner .wpo-offer-item .shape-1 {
  position: absolute;
  left: -60px;
  top: -50px;
}
@media (max-width: 767px) {
  .preview-banner .wpo-offer-item .shape-1 {
    display: none;
  }
}
.preview-banner .wpo-offer-item .shape-2 {
  position: absolute;
  right: -60px;
  bottom: -50px;
}
@media (max-width: 767px) {
  .preview-banner .wpo-offer-item .shape-2 {
    display: none;
  }
}

/* 3.1 wpo-features-section */
.wpo-features-section {
  padding-bottom: 90px;
  background: #fff;
  z-index: 11;
  position: relative;
  border: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .wpo-features-section {
    padding-bottom: 60px;
  }
}
.wpo-features-section .wpo-features-wrapper {
  z-index: 11;
  position: relative;
}

.wpo-features-section .wpo-features-item {
  overflow: hidden;
  position: relative;
  padding: 70px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 1400px) {
  .wpo-features-section .wpo-features-item {
    padding: 30px 15px;
  }
}
@media (max-width: 1200px) {
  .wpo-features-section .wpo-features-item .wpo-features-text h2 {
    font-size: 25px;
  }
}
.wpo-features-section .wpo-features-item .wpo-features-icon .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #F6F4F4;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.wpo-features-section .wpo-features-item .wpo-features-text h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  margin: 10px 0;
  color: #444444;
  font-family: "DM Sans";
}

.wpo-features-section .wpo-features-item .wpo-features-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}

.preview-site-footer {
  padding: 165px 0;
  background-size: cover !important;
}
@media (max-width: 991px) {
  .preview-site-footer {
    padding: 120px 0;
  }
}
@media (max-width: 575px) {
  .preview-site-footer {
    padding: 70px 0;
  }
}
.preview-site-footer .preview-footer-text {
  max-width: 1125px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.preview-site-footer .preview-footer-text span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
@media (max-width: 575px) {
  .preview-site-footer .preview-footer-text span {
    font-size: 16px;
  }
}
.preview-site-footer .preview-footer-text h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .preview-site-footer .preview-footer-text h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .preview-site-footer .preview-footer-text h2 {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .preview-site-footer .preview-footer-text h2 {
    font-size: 30px;
    margin-top: 10px;
  }
}
.preview-site-footer .preview-footer-text .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
}
.preview-site-footer .preview-footer-text .shape-2 {
  position: absolute;
  right: 0;
  top: 0;
}
.preview-site-footer .preview-footer-text .shape-3 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.preview-site-footer .preview-footer-text .shape-4 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.preview-site-footer .preview-footer-text .theme-btn, .preview-site-footer .preview-footer-text .view-cart-btn {
  background-color: #fff;
  text-transform: capitalize;
  color: #333;
}
.preview-site-footer .preview-footer-text .theme-btn:hover, .preview-site-footer .preview-footer-text .view-cart-btn:hover {
  background: #B59E9C;
  color: #fff;
}

.pthumb {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background: #729c29;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: spineer 2s infinite;
  z-index: 99;
}
@media (max-width: 991px) {
  .pthumb {
    width: 80px;
    height: 80px;
  }
}
@keyframes spineer {
  from {
    box-shadow: 0 0 0 0 rgba(114, 156, 41, 0.99);
  }
  to {
    box-shadow: 0 0 0 45px rgba(114, 156, 41, 0.01);
  }
}
.pthumb .thumb-inner {
  position: relative;
  right: -5px;
}
.pthumb h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .pthumb h2 {
    font-size: 40px;
    line-height: 18px;
  }
}
.pthumb h2 small {
  font-size: 40px;
  position: relative;
  left: -10px;
  top: 5px;
}
@media (max-width: 991px) {
  .pthumb h2 small {
    font-size: 30px;
  }
}
.pthumb h2 span {
  font-size: 22px;
  display: block;
  font-family: "DM Sans";
  position: relative;
  left: -4px;
}
@media (max-width: 991px) {
  .pthumb h2 span {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */