@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:   Bohu - Wedding & Wedding Planner WordPress Theme
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. shop-page

10. wpo-team-single

11. coming-soon-section

12. wpo-blog-pg-section

13. wpo-blog-single-section

14. contact-pg-section

15. error-404-section

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

/*---------------------------
  Fonts
----------------------------*/

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

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

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

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

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

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

.page-wrapper.style-2 {
  overflow: unset;
}

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

.page-wrapper .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-color: #F8F1F1;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .wpo-page-title {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .wpo-page-title {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.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-size: 100px;
  font-weight: 400;
  line-height: 95px;
  margin-bottom: 10px;
  color: #000;
  margin-top: 0;
}

@media (max-width: 1399px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 85px;
    line-height: 110px;
  }
}

@media (max-width: 1199px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 70px;
    line-height: 90px;
  }
}

@media (max-width: 991px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 60px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 575px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

.wpo-page-title .wpo-breadcumb-wrap ul {
  padding-left: 0;
  margin-bottom: 0;
  font-weight: 400;
  justify-content: center;
}

.wpo-page-title .wpo-breadcumb-wrap ul li {
  display: inline-block;
  padding: 0px 15px;
  color: #333;
  position: relative;
  font-size: 18px;
}

@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap ul li {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .wpo-page-title .wpo-breadcumb-wrap ul li {
    font-size: 16px;
    padding: 0 10px;
  }
}

.wpo-page-title .wpo-breadcumb-wrap ul li:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
}

.wpo-page-title .wpo-breadcumb-wrap ul li:last-child span {
  color: #333;
}

.wpo-page-title .wpo-breadcumb-wrap ul li:last-child:after {
  display: none;
}

.wpo-page-title .wpo-breadcumb-wrap ul li a {
  color: #333;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767px) {

  .wpo-page-title .wpo-breadcumb-wrap ol li a,
  .wpo-page-title .wpo-breadcumb-wrap ul li a {
    font-size: 18px;
  }
}

@media (max-width: 575px) {

  .wpo-page-title .wpo-breadcumb-wrap ol li a,
  .wpo-page-title .wpo-breadcumb-wrap ul li a {
    font-size: 16px;
  }
}

.wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
  color: #42C652;
}

.preloader {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
}

.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.preloader .vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}

.preloader * {
  transition: all 0.3s;
}

.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}

.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(0.5, 0.5, 1);
}

.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

/*------------------------------------
  blog sidebar
------------------------------------*/
.blog-sidebar {
  margin-left: auto;
  max-width: 363px;
  /*** search-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** tag-widget ***/
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}

.blog-sidebar .widget {
  border: 1px solid #E2E2E2;
}

.blog-sidebar .widget.widget_block.widget_search {
  border: 0;
}


.blog-sidebar .widget h3 {
  display: block;
  color: #001635;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
  padding: 15px 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #E2E2E2;
  margin-top: 0;
}

@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 {
  border: 0;
}

.blog-sidebar .search-widget input {
  background-color: transparent;
  height: 70px;
  padding: 6px 50px 6px 20px;
  border: 0;
  box-shadow: none;
  transition: all 0.3s;
  border: 1px solid #E2E2E2;
  color: #626B72;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(227, 181, 118, 0.1);
}

.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  color: #fff;
  background-color: #B59E9C;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  transform: translateY(-50%);
}

.blog-sidebar .category-widget ul {
  list-style: none;
  padding: 30px;
}

@media (max-width: 575px) {
  .blog-sidebar .category-widget ul {
    padding: 30px 20px;
  }
}

.blog-sidebar .category-widget ul li {
  font-size: 19px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
  }
}

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.blog-sidebar .category-widget ul>li+li {
  margin-top: 12px;
  padding-top: 12px;
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: #525252;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fafbfe;
  text-align: center;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 14px;
  }
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #B59E9C;
}

.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 .img-holder img {
  min-height: 100px;
  object-fit: cover;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
  margin: -6px 0 0.3em;
  color: #000;
  font-family: "DM Sans", serif;
  font-size: 18px;
  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: #525252;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #B59E9C;
}

.blog-sidebar .recent-post-widget .post .details .date {
  color: #565656;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
  padding: 30px;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  display: inline-block;
  padding: 5px 16px;
  color: #626B72;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  border: 1px solid #E2E2E2;
  text-transform: capitalize;
}

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

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  display: block;
  color: #525252;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #CCC;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #000;
  color: #fff;
  border: 1px solid transparent;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

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

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

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/* 2.1 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;
  margin-right: 10px;
}

.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: -16px;
  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;
  display: flex;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.6666666667rem;
  color: #444;
  display: block;
  position: relative;
  right: -3px;
  top: 0;
}

.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%);
  width: 85%;
}

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

.mini-cart-content .mini-cart-empty p {
  text-transform: capitalize;
  color: #687693;
  margin-bottom: 0;
}

.mini-cart-content .mini-cart-empty {
  padding-top: 80px;
  text-align: center;
}

.mini-cart-content .mini-cart-empty .cart-emty-icon i:before {
  font-size: 120px;
  color: #eee;
}

.mini-cart-content .mini-cart-empty a {
  display: inline-block;
}

@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 ul.sub-menu {
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 250px;
    position: absolute;
    padding: 20px;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  }

  .wpo-site-header .site-navbar>ul>li .sub-menu a {
    font-size: 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 li:last-child a {
    padding-bottom: 0;
  }

  .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-s3 .cart-toggle-btn .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;
}

.header-bottom-style .wpo-site-header .row {
  justify-content: center;
}

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

.admin-bar .wpo-site-header .sticky-header.navigation {
  top: 32px;
}

@media(max-width: 991px) {
  .admin-bar .wpo-site-header .sticky-header.navigation {
    top: 46px;
  }
}

@media(max-width: 600px) {
  .admin-bar .wpo-site-header .sticky-header.navigation {
    top: 0;
  }
}

/*--------------------------------------------------------------
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 ul {
  list-style: none;
  padding-left: 0;
}

.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;
  margin-bottom: 10px;
}

@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;
  margin-top: 0;
}

@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: 0px;
  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-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,
.wpo-event-section-s2 .event-right .event-right-wrap .event-right-items ul {
  list-style: none;
  padding-left: 0;
}

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

@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";
  margin-top: 0;
}

@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;
  padding-left: 0;
}

@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 .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 h3 {
  margin: 0;
}

.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;
  margin-top: 0;
  margin-bottom: 10px;
}

@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-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-wrap,
.wpo-team-section-s2 .wpo-team-wrap {
  max-width: 1620px;
  margin: 0 auto;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item {
  margin-bottom: 30px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-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-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-inner,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-inner {
  overflow: hidden;
  border-radius: 50%;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-inner img,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-inner img {
  transition: all 0.3s;
  transform: scale(1);
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img img,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-img img {
  border-radius: 50%;
  width: 100%;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img .wpo-team-img-inner img,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item:hover .wpo-team-img .wpo-team-img-inner img {
  transform: scale(1.2);
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text {
  text-align: center;
  margin-top: 30px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text h3 {
  margin: 0;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-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-team-wrap .wpo-team-item .wpo-team-text h3 a,
  .wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a {
    font-size: 30px;
  }
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a:hover,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a:hover {
  color: #966a65;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-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;
  margin: 0;
}

@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;
  padding-left: 0;
}

.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-top: 10px;
  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;
  padding-left: 0;
}

.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 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 ins {
  text-decoration: none;
}

.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";
  margin-top: 10px;
  margin-bottom: 10px;
}

@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;
  margin-top: 0;
  margin-bottom: 10px;
}

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

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

/*--------------------------------------------------------------
11. 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 .submit-btn {
  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: 20px;
  }
}
.wpo-portfolio-single-section .portfolio-single-text h2 {
  font-weight: 400;
  font-size: 80px;
  line-height: normal;
  margin-bottom: 30px;
  margin-top: 0;
}
@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;
  padding-left: 0;
}
.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;
}

.single-project .page-wrapper {
  overflow: unset;
}
/*--------------------------------------------------------------
12. wpo-blog-pg-section
--------------------------------------------------------------*/
.wpo-blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.wpo-blog-pg-section .container-fluid {
  max-width: 1410px;
}

.wpo-blog-pg-section .wpo-blog-content .post {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 40px;
  }
}

.wpo-blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-meta {
    margin-bottom: 30px;
  }
}

.wpo-blog-pg-section .entry-meta ul {
  list-style: none;
  padding-left: 0;
}

.wpo-blog-pg-section .entry-meta ul li {
  font-size: 16px;
  float: left;
  text-transform: uppercase;
  color: #585656;
}

.wpo-blog-pg-section .entry-meta ul li a {
  color: #585656;
  font-weight: 500;
}


.wpo-blog-pg-section .entry-meta ul li a:hover {
  color: #707070;
}

.wpo-blog-pg-section .entry-meta ul li i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.wpo-blog-pg-section .entry-meta ul li i:before {
  font-size: 14px;
}

.wpo-blog-pg-section .entry-meta ul li+li {
  margin-left: 20px;
  padding-left: 0px;
  position: relative;
}

.wpo-blog-pg-section .entry-meta ul li+li i {
  padding-right: 3px;
}

.wpo-blog-pg-section .entry-meta ul li+li+li i {
  top: 1px;
}

.wpo-blog-pg-section .entry-meta ul li+li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  /*content: "";*/
  background: #707070;
  border-radius: 50%;
}

@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li+li:before {
    display: none;
  }
}

@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li+li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.wpo-blog-pg-section .post h3 {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 400;
  margin: -0.27em 0 0.3em;
  word-break: break-all;
}

@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: #B59E9C;
}

.wpo-blog-pg-section .post p,
.wpo-blog-single-section .entry-details p {
  margin-bottom: 1.5em;
  font-size: 20px;
}

@media (max-width: 991px) {

  .wpo-blog-pg-section .post p,
  .wpo-blog-single-section .entry-details p {
    font-size: 16px;
  }
}

.wpo-blog-pg-section .post a.read-more {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.wpo-blog-pg-section .post a.read-more:hover {
  color: #000;
}

@media (max-width: 767px) {

  .wpo-blog-pg-section .format-standard,
  .wpo-blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}

.wpo-blog-pg-section .format-standard {
  position: relative;
}

.wpo-blog-pg-section .format-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: #707070;
  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;
  border-radius: 50%;
  color: #707070;
  transition: all 0.3s;
  border: 0;
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev,
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev {
  left: 15px;
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  right: 15px;
}

.wpo-blog-pg-section .format-quote {
  text-align: center;
  padding: 80px 60px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}

.wpo-blog-pg-section .format-quote p {
  margin-bottom: 0;
}

.wpo-blog-pg-section .format-quote:before {
  font-size: 250px;
  color: #ecf3fb;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wpo-blog-pg-section .format-quote h3,
.wpo-blog-pg-section .format-quote p {
  position: relative;
}

.wpo-blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.wpo-blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: #707070;
  background: linear-gradient(left, #1835c7, #707070);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0.5;
}

.wpo-blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.7;
}

.wpo-blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  line-height: 63px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.wpo-blog-pg-section .format-video .video-holder a:before {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-animation: save-the-date-pulse 1s infinite;
  animation: save-the-date-pulse 1s infinite;
  border-radius: 50%;
  z-index: -1;
}

.wpo-blog-pg-section .format-video .video-holder .fi:before {
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #707070;
}

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

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

@-webkit-keyframes save-the-date-pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(0.95, 0.95, 0.95);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes save-the-date-pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(0.95, 0.95, 0.95);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

/*--------------------------------------------------------------
13. wpo-blog-single-section
--------------------------------------------------------------*/
.wpo-blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

.wpo-blog-single-section .container-fluid {
  max-width: 1410px;
}

.wpo-blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
}

.wpo-blog-single-section .entry-meta ul {
  list-style: none;
  padding-left: 0;
}

.wpo-blog-single-section .entry-meta ul li {
  font-size: 16px;
  float: left;
  text-transform: uppercase;
  color: #585656;
}

.wpo-blog-single-section .entry-meta ul li a {
  color: #585656;
  font-weight: 500;
}

.wpo-blog-single-section .entry-meta ul li a:hover {
  color: #000;
}

.wpo-blog-single-section .entry-meta ul li i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.wpo-blog-single-section .entry-meta ul li i:before {
  font-size: 14px;
}

.wpo-blog-single-section .entry-meta ul li+li {
  margin-left: 20px;
  padding-left: 0px;
  position: relative;
}

.wpo-blog-single-section .entry-meta ul li+li i {
  padding-right: 4px;
}

.wpo-blog-single-section .entry-meta ul li+li+li i {
  position: relative;
  top: 0px;
}

.wpo-blog-single-section .entry-meta ul li+li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  /*content: "";*/
  background: #BAE900;
  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: 14px;
  }
}

@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.wpo-blog-single-section .entry-media img {
  width: 100%;
}

.wpo-blog-single-section .post h2 {
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
  font-size: 40px;
  font-weight: 400;
}

.wpo-blog-single-section .post p {
  margin-bottom: 1.5em;
}

.wpo-blog-single-section .post h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .post h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-single-section .post h3 {
    font-size: 20px;
  }
}

.wpo-blog-single-section .post blockquote {
  background-color: #f5f5f5;
  color: #233d62;
  font-size: 20px;
  line-height: 1.6em;
  padding: 65px;
  margin-top: 50px;
  margin-bottom: 40px;
  border: 0;
  position: relative;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}

.wpo-blog-single-section .post blockquote:before {
  font-family: "themify";
  content: "\e67e";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #000;
  background: #fff;
  color: #BAE900;
  border-radius: 50%;
  transform: rotate(180deg)
}

.wpo-blog-single-section .post .gallery {
  overflow: hidden;
  margin: 40px -7.5px 0;
}

.wpo-blog-single-section .post .gallery>div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}

.wpo-blog-single-section .post .gallery img {
  width: 100%;
}

.wpo-blog-single-section .tag-share,
.wpo-blog-single-section .tag-share-s2 {
  margin: 75px 0 0;
  color: #000;
}

@media (max-width: 767px) {

  .wpo-blog-single-section .tag-share,
  .wpo-blog-single-section .tag-share-s2 {
    margin-top: 40px;
  }
}

.wpo-blog-single-section .tag-share ul,
.wpo-blog-single-section .tag-share-s2 ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.wpo-blog-single-section .tag-share ul li,
.wpo-blog-single-section .tag-share-s2 ul li {
  float: left;
}

@media (max-width: 767px) {

  .wpo-blog-single-section .tag-share ul li,
  .wpo-blog-single-section .tag-share-s2 ul li {
    margin: 2px;
  }
}

.wpo-blog-single-section .tag-share ul>li+li,
.wpo-blog-single-section .tag-share-s2 ul>li+li {
  margin-left: 10px;
}

@media (max-width: 767px) {

  .wpo-blog-single-section .tag-share ul>li+li,
  .wpo-blog-single-section .tag-share-s2 ul>li+li {
    margin: 2px;
  }
}

.wpo-blog-single-section .tag-share .tag,
.wpo-blog-single-section .tag-share-s2 .tag {
  display: flex;
  align-items: center;
}

.wpo-blog-single-section .tag-share .tag>span,
.wpo-blog-single-section .tag-share-s2 .tag>span {
  color: #000;
  font-weight: 600;
  display: inline-block;
  padding-right: 15px;
  text-transform: uppercase;
}

.wpo-blog-single-section .tag-share .tag ul,
.wpo-blog-single-section .tag-share-s2 .tag ul {
  list-style: none;
  position: relative;
  padding-left: 0;
}

.wpo-blog-single-section .tag-share .tag li,
.wpo-blog-single-section .tag-share-s2 .tag li {
  position: relative;
}

.wpo-blog-single-section .tag-share .tag a,
.wpo-blog-single-section .tag-share-s2 .tag a {
  font-size: 16px;
  display: inline-block;
  padding: 5px 18px;
  color: #1d2327;
  background: #f5f5f5;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 400;
}

@media (max-width: 767px) {

  .wpo-blog-single-section .tag-share .tag a,
  .wpo-blog-single-section .tag-share-s2 .tag a {
    font-size: 14px;
  }
}


.wpo-blog-single-section .tag-share-s2 {
  margin: 0;
  border-bottom: 0;
}

.wpo-blog-single-section .tag-share-s2 .tag a {
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #eae6e6;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #627381;
  padding: 0;
}

.wpo-blog-single-section .tag-share-s2 .tag ul>li:first-child a {
  color: #3c5ba4;
}

.wpo-blog-single-section .tag-share-s2 .tag ul>li:nth-child(2) a {
  color: #47a0d9;
}

.wpo-blog-single-section .tag-share-s2 .tag ul>li:nth-child(3) a {
  color: #0073b1;
}

.wpo-blog-single-section .tag-share-s2 .tag ul>li:nth-child(4) a {
  color: #9c0343;
}


.wpo-blog-single-section .has-tag-share .tag a {
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #eae6e6;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #627381;
  padding: 0;
}

.wpo-blog-single-section .has-tag-share .tag ul>li:first-child a {
  color: #3c5ba4;
}

.wpo-blog-single-section .has-tag-share .tag ul>li:nth-child(2) a {
  color: #47a0d9;
}

.wpo-blog-single-section .has-tag-share .tag ul>li:nth-child(3) a {
  color: #0073b1;
}

.wpo-blog-single-section .has-tag-share .tag ul>li:nth-child(4) a {
  color: #9c0343;
}

.wpo-blog-single-section .tag-share .tag ul li a:hover,
.wpo-blog-single-section .tag-share-s2 .tag ul li a:hover {
  color: #fff;
  background: #000;
}

.wpo-blog-single-section .author-box {
  margin: 50px 0 60px;
}

.wpo-blog-single-section .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .author-box .author-avatar {
    float: none;
  }
}

.wpo-blog-single-section .author-box .author-avatar img {
  border-radius: 50%;
}

.wpo-blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

.wpo-blog-single-section .author-box .author-content p {
  margin-bottom: 20px;
}

.wpo-blog-single-section .author-box .author-name {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
}

.wpo-blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}

.wpo-blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 12px;
}

.wpo-blog-single-section .author-box .social-link a {
  display: block;
  font-size: 13px;
  color: #000;
}

.wpo-blog-single-section .author-box .social-link a:hover {
  color: #BAE900;
}

.wpo-blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #d8e0f1;
  padding: 0 25px;
}

.wpo-blog-single-section .more-posts>div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts>div {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section .more-posts>div>a {
  display: inline-block;
}

.wpo-blog-single-section .more-posts .previous-post,
.wpo-blog-single-section .more-posts .next-post {
  padding: 40px 0;
}

@media (max-width: 767px) {

  .wpo-blog-single-section .more-posts .previous-post,
  .wpo-blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.wpo-blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #d8e0f1;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #d8e0f1;
  }
}

.wpo-blog-single-section .more-posts .next-post .post-control-link {
  padding-right: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}

.wpo-blog-single-section .more-posts .next-post .post-control-link:before {
  font-family: "themify";
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post .post-control-link:before {
    display: none;
  }
}

.wpo-blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.wpo-blog-single-section .more-posts .previous-post .post-control-link {
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}

.wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
  font-family: "themify";
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}

.wpo-blog-single-section .more-posts .previous-post>a>span,
.wpo-blog-single-section .more-posts .next-post>a>span {
  display: block;
}

.wpo-blog-single-section .more-posts .post-control-link {
  font-size: 14px;
  color: #6e6e6e;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.wpo-blog-single-section .more-posts .post-name {
  font-size: 18px;
  font-size: 1.2rem;
  color: #232f4b;
  margin: 0.7em 0 0;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.wpo-blog-single-section .more-posts a:hover .post-control-link {
  color: #BAE900;
}

.wpo-blog-single-section .comments-area {
  margin-top: 70px;
}

.wpo-blog-single-section .comments-area li>div {
  border-bottom: 1px solid #e4effb;
  padding: 35px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area li>div {
    padding: 35px 25px;
  }
}

.wpo-blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.wpo-blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}

.wpo-blog-single-section .comments-area ol>li:last-child div {
  border-bottom: 0;
}

.wpo-blog-single-section .comments-area .comments-title {
  font-size: 32px;
  margin: 0 0 1em;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area .comments-title {
    font-size: 28px;
  }
}

.wpo-blog-single-section .comments-area li>div {
  position: relative;
}

.wpo-blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.wpo-blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}

.wpo-blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}

.wpo-blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
}

.wpo-blog-single-section .comments-area .comments-meta h4 {
  font-size: 25px;
  color: #232f4b;
  margin: 0 0 1em;
}

.wpo-blog-single-section .comments-area .comments-meta h4 span {
  font-size: 18px;
  color: #6e6e6e;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}

.wpo-blog-single-section .comments-area .comment-reply-link {
  font-size: 14px;
  font-weight: 600;
  color: #232f4b;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wpo-blog-single-section .comments-area .comment-reply-link:hover {
  color: #EBB011;
}


.wpo-blog-single-section .comment-respond .comment-reply-title {
  font-size: 34px;
  margin: 0 0 1.1em;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond .comment-reply-title {
    font-size: 30px;
  }
}

.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
  background-color: #f9f9f9;
  width: 100%;
  height: 55px;
  border: 1px solid #E3E3E3;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 0px;
  box-shadow: none;
  transition: all 0.3s;
}

.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
  box-shadow: none;
  border-color: #BAE900;
}

@media (max-width: 991px) {

  .wpo-blog-single-section .comment-respond form input,
  .wpo-blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}

.wpo-blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}

.wpo-blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}

.wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(1) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(1) {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section .comment-respond .form-submit input {
  max-width: 185px;
  background-color: #000;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 18px;
  border-radius: 0px;
  height: 55px;
  font-weight: 500;
}

.wpo-blog-single-section .comment-respond .form-submit input:hover {
  background-color: #333;
}

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

/* 14. contact-pg-section */

.wpo-contact-pg-section {
  padding-bottom: 0px;
}

.wpo-contact-pg-section .wpo-contact-title {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .wpo-contact-pg-section .wpo-contact-title {
    margin-bottom: 30px;
  }
}

.wpo-contact-pg-section .wpo-contact-title h2 {
  font-size: 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;
}

.wpo-contact-pg-section form .submit-area input {
  width: auto;
}

.wpo-contact-pg-section form .submit-area .wpcf7-spinner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  margin: 0;
}

.wpo-contact-pg-section form .wpcf7-response-output {
  width: 98%;
  text-align: center;
}

@media (max-width: 767px) {
  .wpo-contact-pg-section form .submit-area {
    margin-bottom: 0;
  }
}

.wpo-contact-pg-section form .submit-area .theme-btn {
  border-radius: 0px;
  font-size: 16px;
  padding: 15px 40px;
  background: #B59E9C;
  border: 0;
  height: auto;
}

@media (max-width: 767px) {
  .wpo-contact-pg-section form .submit-area .theme-btn {
    padding: 10px 30px;
  }
}

.wpo-contact-pg-section form .submit-area .theme-btn:after: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 i {
  font-size: 35px;
  color: #B59E9C;
  line-height: unset;
}

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

/* 15. error-404-section */
.error-404-section {
  text-align: center;
}

.error-404-section .error-message {
  margin-top: 30px;
  padding: 0 200px;
}

@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 20px;
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}

.error-404-section .error-message h3 {
  font-size: 55px;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .error-404-section .error-message h3 {
    font-size: 40px;
  }
}

.error-404-section .error-message p {
  margin-bottom: 1.8em;
}

.error-404-section .error-message .theme-btn,
.error-404-section .error-message .view-cart-btn {
  background: #000;
  border-radius: 0;
}

.error-404-section {
  text-align: center;
}

.error-404-section .error h2 {
  font-size: 150px;
  margin: 0;
}

@media (max-width: 991px) {
  .error-404-section .error h2 {
    font-size: 120px;
  }
}

@media (max-width: 767px) {
  .error-404-section .error h2 {
    font-size: 100px;
  }
}


.error-404-section .error-message {
  margin-top: 0px;
  padding: 0 200px;
}

@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 0px;
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}

.error-404-section .error-message p {
  max-width: 750px;
  margin: auto;
  margin-bottom: 1.8em;
}

/*--------------------------------------------------------------
#  shop-pg-section
--------------------------------------------------------------*/

.shop-pg-section .shop-grids {
  margin: 0 -15px;
}

.shop-pg-section .shop-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 991px) {
  .shop-pg-section .shop-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 550px) {
  .shop-pg-section .shop-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

.shop-pg-section .grid:hover .cart-details li {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.shop-pg-section .img-cart {
  position: relative;
  overflow: hidden;
  /*    z-index: 1;*/
}

.shop-pg-section .img-cart:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  content: "";
  background: rgba(20, 33, 43, 0.4);
  transition: all 0.3s;
}

.shop-pg-section .img-cart:hover:before {
  height: 100%;
}

.shop-pg-section .cart-details {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
}

.shop-pg-section .cart-details ul {
  overflow: hidden;
  display: inline-block;
  list-style-type: none;
  padding-left: 0;
}

.shop-pg-section .cart-details li {
  float: left;
  margin: 7px;
  position: relative;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.shop-pg-section .cart-details li:last-child {
  transition: all 0.3s;
}

.shop-pg-section .details {
  text-align: center;
  padding: 30px 15px;
}

.shop-pg-section .details h4 {
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 0.4em;
}

@media (max-width: 991px) {
  .shop-pg-section .details h4 {
    font-size: 20px;
  }
}

.shop-pg-section .details h4 a {
  color: #233D50;
}

.shop-pg-section .details h4 a:hover {
  color: #707070;
}

.shop-pg-section .details del {
  color: #aaa;
  font-weight: 500;
  display: inline-block;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .shop-pg-section .details del {
    font-size: 14px;
  }
}

.shop-pg-section .details .price {
  color: #233D50;
  font-weight: 500;
}

@media (max-width: 991px) {
  .shop-pg-section .details .price {
    font-size: 14px;
  }
}

.shop-pg-section .pagination-wrapper {
  text-align: center;
  clear: both;
}

.shop-pg-section .details ins {
  text-decoration: none;
  font-weight: 600;
}

.shop-pg-section .cart-details .theme-btn {
  background: #d2f34a;
  color: #000;
}