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

1. General
  1.1 Theme Reset Style
  1.2 Global Elements

2. header
  2.1 topbar
  2.2 navigation

3. content
  3.1 wpo-hero-slider
  3.2 wpo-about-section
  3.3 wpo-Service-section
  3.4 wpo-fun-fact-section
  3.5 wpo-testimonial-section
  3.6 wpo-portfolio-section
  3.7 wpo-banner-section
  3.8 wpo-team-section
  3.9 wpo-partners-section
  3.10 wpo-product-section
  3.11 wpo-contact-section
  3.12 wpo-pricing-section
  3.13 wpo-blog-section

4. wpo-footer

5. Home-style-2
  5.1 wpo-Service-section-s2
  5.2 wpo-about-section-s2
  5.3 wpo-video-section
  5.4 wpo-contact-section-s2

 6. Home-style-3
  6.1 wpo-wedding-date
  6.2 wpo-couple-section
  6.3 wpo-video-section-s2
  6.4 wpo-story-section
  6.5 wpo-portfolio-section-s2
  6.6 wpo-contact-section-s3
  6.7 wpo-event-section
  6.8 wpo-partners-section-s3
  6.9 wpo-blog-section-s2

 7. Home-style-4
  7.1 wpo-couple-section-s2
  7.2 wpo-story-section-s2

 8. Home-style-5
  8.1 wpo-couple-section-s3
  8.2 wpo-video-section-s3
  8.3 wpo-story-section-s3
  8.4 wpo-contact-section-s4


 9. Home-style-6
  9.1 wpo-Service-section-s3
  9.2 wpo-portfolio-section-s4

10. Home-style-7
  10.1 wpo-couple-section-s4
  10.2 wpo-story-section-s4
  10.3 wpo-portfolio-section-s5
  10.4 wpo-contact-section-s5

11. Home-style-8
  11.1 wpo-category-section
  11.2 wpo-offer-banner-section

12. wpo-service-single

13. coming-soon-section

14. wpo-cart-page-style

15. wpo-checkout-page-style

16. wpo-shop-page

17. wpo-shop-single-page

18. wpo-team-single

19. wpo-portfolio-single-section

20. wpo-blog-pg-section

21. wpo-blog-single-section

22. wpo-contact-pg-section

23. error-404-section

----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
  Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap");

@font-face {
    font-family: 'monallesia';
    src: url("../fonts/monallesiascript.woff2") format("woff2"), url("../fonts/monallesiascript.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'monallesia';
    src: url("../fonts/monallesiascript.woff2") format("woff2"), url("../fonts/monallesiascript.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.ms-madi-regular {
    font-family: "Ms Madi", serif;
    font-weight: 400;
    font-style: normal;
}  

.great-vibes-regular {
    font-family: "Great Vibes", serif;
    font-weight: 400;
    font-style: normal;
}

.tinos-regular {
    font-family: "Tinos", serif;
    font-weight: 400;
    font-style: normal;
}
  
.tinos-bold {
    font-family: "Tinos", serif;
    font-weight: 700;
    font-style: normal;
}
  
.tinos-regular-italic {
    font-family: "Tinos", serif;
    font-weight: 400;
    font-style: italic;
}
  
.tinos-bold-italic {
    font-family: "Tinos", serif;
    font-weight: 700;
    font-style: italic;
}

.birthstone-regular {
    font-family: "Birthstone", serif;
    font-weight: 400;
    font-style: normal;
}  

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

:root {
    scroll-behavior: unset;
}

body {
    font-family: "ms-madi-regular", serif;
    color: #848892;
    background-color: #fff;
    font-size: 18px;
    font-size: 1.2rem;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

p {
    font-size: 18px;
    color: #848892;
    line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #323232;
    font-family: "ms-madi-regular", serif;
    font-weight: 400;
}

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

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

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.wpo-box-style {
    padding: 0 60px;
}

@media (max-width: 991px) {
    .wpo-box-style {
        padding: 0 30px;
    }
}

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

@media (min-width: 1400px) {
    .container {
        max-width: 1410px;
    }
}

.hidden {
    display: none;
}

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

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

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

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

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

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

@media (max-width: 575px) {
    .section-padding {
        padding: 60px 0;
    }
}

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

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

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

@media (max-width: 575px) {
    .pt-120 {
        padding-top: 60px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

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

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

@media (max-width: 575px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
    width: 100% !important;
    margin-top: 15px !important;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.93333rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}

.contact-validation-active #c-loader,
.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
    font-size: 30px;
    font-size: 2rem;
    color: #D4B0A5;
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px) {

    .contact-validation-active #success,
    .contact-validation-active #c-success,
    .contact-validation-active #c-error,
    .contact-validation-active #error {
        font-size: 15px;
    }
}

.contact-validation-active #c-success,
.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
}

.contact-validation-active #c-error,
.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
    background-color: rgba(212, 176, 165, 0.7);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #D4B0A5;
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.back-to-top:hover {
    background-color: #D4B0A5;
}

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

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

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

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

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

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

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

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

.ui-widget.ui-widget-content {
    -webkit-box-shadow: 0px 1px 13.5px 1.5px rgba(46, 49, 108, 0.08);
    box-shadow: 0px 1px 13.5px 1.5px rgba(46, 49, 108, 0.08);
    border: none;
    padding: 10px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #e3e3e3;
    background: #f9f9f9;
    font-weight: normal;
    color: #454545;
    text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #e3d9d9;
    background: #7f91a6;
    color: #ffffff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #D4B0A5;
    background: #D4B0A5;
    font-weight: normal;
    color: #ffffff;
}

.wpo-section-title,
.wpo-section-title-s2 {
    margin-bottom: 60px;
    text-align: center;
}

@media (max-width: 767px) {

    .wpo-section-title,
    .wpo-section-title-s2 {
        margin-bottom: 40px;
    }
}

.wpo-section-title h4,
.wpo-section-title-s2 h4 {
    font-weight: 400;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    color: #939580;
}

@media (max-width: 767px) {

    .wpo-section-title h4,
    .wpo-section-title-s2 h4 {
        font-size: 40px;
        line-height: 35px;
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {

    .wpo-section-title h4,
    .wpo-section-title-s2 h4 {
        font-size: 40px;
    }
}

.wpo-section-title h2,
.wpo-section-title-s2 h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 58px;
    margin: 0;
    position: relative;
    font-family: "Jost", sans-serif;
    color: #323232;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    margin-top: 10px;
    text-transform: uppercase;
}

.wpo-section-title h2::after,
.wpo-section-title-s2 h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120%;
    height: 1px;
    content: "";
    background: #F3E1DB;
    left: -10%;
}

.wpo-section-title h2::before,
.wpo-section-title-s2 h2::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 70%;
    height: 1px;
    content: "";
    background: #F3E1DB;
}

@media (max-width: 767px) {

    .wpo-section-title h2,
    .wpo-section-title-s2 h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {

    .wpo-section-title h2,
    .wpo-section-title-s2 h2 {
        font-size: 22px;
        margin-top: 0;
    }
}

.wpo-section-title p,
.wpo-section-title-s2 p {
    font-size: 18px;
}

.wpo-section-title-s2 .section-title-img .round-ball {
    position: absolute;
    left: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #D4B0A5;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -5px;
}

.wpo-section-title-s2 .section-title-img:after,
.wpo-section-title-s2 .section-title-img:before {
    width: 144px;
}

@media (max-width: 575px) {

    .wpo-section-title-s2 .section-title-img:after,
    .wpo-section-title-s2 .section-title-img:before {
        width: 80px;
    }
}

.theme-btn,
.view-cart-btn,
.theme-btn-s3,
.theme-btn-s4 {
    background: #D4B0A5;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 15px 45px;
    border: 0;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 18px;
    font-size: 1.2rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.theme-btn.theme-btn-s3,
.theme-btn-s3.view-cart-btn,
.theme-btn-s3.theme-btn-s3,
.theme-btn-s4.theme-btn-s3 {
    background: #fff;
    color: #D4B0A5;
}

.theme-btn.theme-btn-s3:after,
.theme-btn-s3.view-cart-btn:after,
.theme-btn-s3.theme-btn-s3:after,
.theme-btn-s4.theme-btn-s3:after {
    border: 1px solid #fff;
}

.theme-btn.theme-btn-s4,
.theme-btn-s4.view-cart-btn,
.theme-btn-s3.theme-btn-s4,
.theme-btn-s4.theme-btn-s4 {
    background: #D4B0A5;
    color: #fff;
}

.theme-btn.theme-btn-s4:after,
.theme-btn-s4.view-cart-btn:after,
.theme-btn-s3.theme-btn-s4:after,
.theme-btn-s4.theme-btn-s4:after {
    border: 1px solid #D4B0A5;
}

.theme-btn:hover,
.view-cart-btn:hover,
.theme-btn:focus,
.view-cart-btn:focus,
.theme-btn:active,
.view-cart-btn:active,
.theme-btn-s3:hover,
.theme-btn-s3:focus,
.theme-btn-s3:active,
.theme-btn-s4:hover,
.theme-btn-s4:focus,
.theme-btn-s4:active {
    background: #c79889;
    color: #fff;
}

.theme-btn:hover:after,
.view-cart-btn:hover:after,
.theme-btn-s3:hover:after,
.theme-btn-s4:hover:after {
    opacity: 1;
}

@media (max-width: 991px) {

    .theme-btn,
    .view-cart-btn,
    .theme-btn-s3,
    .theme-btn-s4 {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {

    .theme-btn,
    .view-cart-btn,
    .theme-btn-s3,
    .theme-btn-s4 {
        padding: 12px 18px;
        font-size: 14px;
    }
}

.theme-btn-s2 {
    background: #f7fefa;
    color: #323232;
    display: inline-block;
    font-weight: 600;
    padding: 15px 45px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-size: 1.06667rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
    position: relative;
}

@media (max-width: 991px) {
    .theme-btn-s2 {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active {
    background: #cca194;
    color: #fff;
}

@media (max-width: 767px) {
    .theme-btn-s2 {
        padding: 12px 18px;
        font-size: 13px;
    }
}

.theme-btn-s4:hover {
    background: #ca9e90;
}

.theme-btn-s4:hover:after {
    border: 1px solid #ca9e90;
}

.view-cart-btn {
    display: block;
    margin-top: 15px;
    border-radius: 5px;
    padding: 10px 45px;
    background: #D4B0A5;
    color: #fff;
}

.view-cart-btn:after {
    display: none;
}

.view-cart-btn:hover {
    background-color: #c79889;
}

.view-cart-btn.s1 {
    background: rgba(212, 176, 165, 0.2);
    color: #939580;
}

.view-cart-btn.s1:hover {
    background-color: #c9c9c9;
}

.social-links {
    overflow: hidden;
}

.social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 1px;
}

.social-links li a {
    background-color: #e4cec8;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #fff;
    text-align: center;
}

.social-links li a:hover {
    background-color: #D4B0A5;
}

.wpo-page-title {
    background: url(../images/page-title.jpg) no-repeat center top/cover;
    min-height: 360px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}

@media (max-width: 767px) {
    .wpo-page-title {
        min-height: 250px;
    }
}

.wpo-page-title .wpo-breadcumb-wrap {
    text-align: center;
}

.wpo-page-title .wpo-breadcumb-wrap h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 57px;
    color: #323232;
    margin-bottom: 25px;
}

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

.wpo-page-title .wpo-breadcumb-wrap ol {
    padding-left: 0;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

@media (max-width: 575px) {
    .wpo-page-title .wpo-breadcumb-wrap ol li a {
        font-size: 16px;
    }
}

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

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

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

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

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

.preloader .vertical-centered-box .content img {
    max-width: 65px;
}

.preloader * {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

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

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

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

.preloader #particles-background,
.preloader #particles-foreground {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    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;
}

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

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

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

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

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

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

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

    50% {
        opacity: 0.25;
    }
}

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

    50% {
        opacity: 0.25;
    }
}

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

.pagination-wrapper .pg-pagination li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #323232;
    background: #f9f7f6;
    display: block;
}

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

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #D4B0A5;
    border-color: #D4B0A5;
    color: #fff;
}

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

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

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

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

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

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
    background: #D4B0A5;
    padding: 0 60px;
}

@media (max-width: 991px) {
    .topbar {
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .wpo-header-style-1 {
        padding: 20px 0;
    }
}

.topbar {
    font-size: 16px;
    color: #e5e3e3;
    margin: 0;
}

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

@media (max-width: 991px) {
    .topbar ul {
        float: none;
        display: inline-block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.topbar ul li {
    font-size: 16px;
    float: left;
    padding: 15px 10px;
    color: #fff;
    line-height: 1em;
}

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

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

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

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

.topbar .contact-intro ul {
    float: left;
    margin-bottom: 0;
}

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

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

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

    .topbar {
        padding: 10px 0;
    }
}

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

@media (max-width: 590px) {
    .topbar ul li {
        float: none;
    }

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

    .topbar ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

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

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

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

/* 2.2 navigation */
.wpo-site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
    /*** cart-search-contact ***/
    background-color: #fff;
    z-index: 99;
}

@media (min-width: 991px) {
    .wpo-site-header {
        padding: 0 50px;
    }
}

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

@media (max-width: 991px) {
    .wpo-site-header .navbar-brand {
        margin-right: 0;
    }
}

@media (max-width: 500px) {
    .wpo-site-header .navbar-brand img {
        max-width: 220px;
    }
}

.wpo-site-header .brand-logo {
    padding: 0;
}

.wpo-site-header .brand-logo .navbar-brand {
    margin-top: -35px;
    padding-bottom: 0 !important;
    top: 0;
}

@media (max-width: 1600px) {
    .wpo-site-header .brand-logo .navbar-brand {
        margin-top: -25px;
    }
}

@media (max-width: 1199px) {
    .wpo-site-header .brand-logo .navbar-brand {
        margin-top: -15px;
    }
}

@media (max-width: 991px) {
    .wpo-site-header .brand-logo .navbar-brand {
        margin-top: 0px;
    }
}

.wpo-site-header .brand-logo .navbar-brand:before {
    display: none;
}

.wpo-site-header .brand-logo .navbar-brand img {
    max-width: 400px;
}

@media (max-width: 1600px) {
    .wpo-site-header .brand-logo .navbar-brand img {
        max-width: 320px;
    }
}

@media (max-width: 1300px) {
    .wpo-site-header .brand-logo .navbar-brand img {
        max-width: 280px;
    }
}

@media (max-width: 1200px) {
    .wpo-site-header .brand-logo .navbar-brand img {
        max-width: 230px;
    }
}

.wpo-site-header .social-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.wpo-site-header .social-info ul li a i:before {
    font-size: 15px;
    color: #D4B0A5;
}

.wpo-site-header .social-info ul li+li {
    margin-left: 30px;
}

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

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

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

@media (max-width: 991px) {
    .wpo-site-header .navigation {
        padding: 20px 0;
    }
}

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

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

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar {
        /*** hover effect ***/
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: -60px;
    }

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

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

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

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

    .wpo-site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
        transform: scaleY(100%);
        -webkit-transform: scaleY(100%);
        -moz-transform: scaleY(100%);
        -ms-transform: scaleY(100%);
        -o-transform: scaleY(100%);
    }

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

.wpo-site-header .container-fluid {
    padding-right: 0;
}

@media (max-width: 991px) {
    .wpo-site-header {
        /* class for show hide navigation */
    }

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

    .wpo-site-header .header-right {
        right: -10px;
    }

    .wpo-site-header .navbar-header button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .wpo-site-header .navbar-header button span:last-child {
        margin: 0;
    }
}

.wpo-site-header #navbar ul {
    list-style: none;
}

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

@media (max-width: 991px) {
    .wpo-site-header #navbar>ul {
        z-index: 101;
    }

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

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

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

    .wpo-site-header .navbar-toggler .first-angle,
    .wpo-site-header .navbar-toggler .last-angle {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .wpo-site-header .x-close .middle-angle {
        opacity: 0;
    }

    .wpo-site-header .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
    }

    .wpo-site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .wpo-site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .wpo-site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .wpo-site-header .navbar-collapse.collapse {
        display: none;
    }

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

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

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

    .wpo-site-header .navbar-right {
        float: none;
    }

    .wpo-site-header .navbar-nav {
        float: none;
    }

    .wpo-site-header .navbar-nav>li {
        float: none;
    }
}

.wpo-site-header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 991;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

.wpo-site-header .header-right .close-form .theme-btn,
.wpo-site-header .header-right .close-form .view-cart-btn {
    padding: 10px 25px;
}

@media (max-width: 1400px) {

    .wpo-site-header .header-right .close-form .theme-btn,
    .wpo-site-header .header-right .close-form .view-cart-btn {
        padding: 10px 15px;
        font-size: 15px;
    }
}

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

    .wpo-site-header .header-right {
        right: -30px;
    }
}

.wpo-site-header .header-right>div:last-child {
    margin: 0 0 0 10px;
    position: relative;
}

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

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

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

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

.wpo-site-header .header-right .search-toggle-btn,
.wpo-site-header .header-right .cart-toggle-btn {
    color: #323232;
    background: none;
}

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

.wpo-site-header .header-right .search-toggle-btn .ti-close,
.wpo-site-header .header-right .cart-toggle-btn .ti-close {
    display: block;
    line-height: 20px;
    position: relative;
    top: -2px;
}

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

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

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

@media (max-width: 991px) {
    .page-wrapper {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}

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

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

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

@media (max-width: 991px) {
    .wpo-site-header .navigation {
        padding: 20px 0;
    }
}

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

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

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

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

    .wpo-site-header #navbar>ul>li>a {
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
        padding: 45px 20px;
        display: block;
        color: #323232;
        position: relative;
        text-transform: uppercase;
    }
}

@media screen and (min-width: 992px) and (max-width: 1870px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 45px 18px;
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar>ul .sub-menu {
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        width: 230px;
        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 #navbar>ul>li .sub-menu a {
        font-size: 16px;
        font-size: 1.06667rem;
        display: inline-block;
        padding: 5px 0px;
        color: #323232;
        position: relative;
        overflow: hidden;
        font-weight: 500;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .wpo-site-header #navbar>ul>li .sub-menu a:after {
        position: absolute;
        left: 0px;
        bottom: 5px;
        width: 0px;
        height: 1px;
        content: "";
        background: #D4B0A5;
        -webkit-transition: all .3s;
        transition: all .3s;
        opacity: 0;
        visibility: hidden;
    }

    .wpo-site-header #navbar>ul>li .sub-menu a.active {
        color: #002642;
        font-weight: 600;
    }

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

    .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 120%;
        top: 0;
        -webkit-transform: unset;
        transform: unset;
    }

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

    .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

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

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

@media screen and (min-width: 992px) and (max-width: 1850px) {
    .wpo-site-header #navbar .sub-menu>li:last-child>.sub-menu {
        left: auto;
        right: 120%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1850px) {
    .wpo-site-header #navbar .sub-menu>li:last-child:hover>.sub-menu {
        right: 110%;
        left: auto;
    }
}

@media (max-width: 991px) {
    .wpo-site-header #navbar>ul>li a {
        display: block;
        font-size: 15px;
        font-size: 1rem;
        color: #fff;
        font-weight: 600;
    }

    .wpo-site-header #navbar>ul>li a:hover,
    .wpo-site-header #navbar>ul>li a.active {
        color: #fff;
    }

    .wpo-site-header #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0;
    }

    .wpo-site-header #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 45px;
    }

    .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

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

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

    .wpo-site-header #navbar>ul .menu-item-has-children>a:hover,
    .wpo-site-header #navbar>ul .menu-item-has-children>a.active {
        color: #fff;
        font-weight: 600;
    }

    .wpo-site-header #navbar>ul .menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .wpo-site-header #navbar>ul .menu-item-has-children>a.rotate:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 29%;
    }

    .wpo-site-header #navbar>ul .menu-item-has-children>a.rotate {
        color: #fff;
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header .navbar-header .open-btn {
        display: none;
    }

    .wpo-site-header #navbar .close-navbar {
        display: none;
    }
}

.wpo-site-header .menu-close {
    display: none;
}

@media (max-width: 991px) {
    .wpo-site-header {
        /* class for show hide navigation */
    }

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

    .wpo-site-header .mobail-menu button {
        background-color: #D4B0A5;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: relative;
        z-index: 20;
    }

    .wpo-site-header .mobail-menu button:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .wpo-site-header .mobail-menu button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .wpo-site-header .mobail-menu button span:last-child {
        margin: 0;
    }

    .wpo-site-header #navbar {
        background: #bda29a;
        display: block !important;
        width: 300px;
        height: 100vh;
        margin: 0;
        padding: 0;
        border: 0;
        position: fixed;
        left: -320px;
        top: 0px;
        z-index: 999999;
        opacity: 0;
        visibility: hidden;
    }

    .wpo-site-header #navbar .navbar-nav {
        display: block;
    }

    .wpo-site-header #navbar>ul {
        position: relative;
        z-index: 101;
    }

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

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

    .wpo-site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
        padding-bottom: 60px;
    }

    .wpo-site-header #navbar .close-navbar {
        background-color: #fff;
        width: 40px;
        height: 40px;
        color: #000;
        border: 0;
        outline: none;
        position: absolute;
        left: -41px;
        top: 90px;
        z-index: 20;
    }

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

    .wpo-site-header .menu-close {
        display: block;
        z-index: 99;
        background: none;
        text-align: center;
        color: #fff;
        border: 0;
        text-align: center;
        margin-left: auto;
        margin-top: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
    }

    .wpo-site-header .slideInn {
        left: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .wpo-site-header .navbar-toggler .first-angle,
    .wpo-site-header .navbar-toggler .last-angle {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .wpo-site-header .x-close .middle-angle {
        opacity: 0;
    }

    .wpo-site-header .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
    }

    .wpo-site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .wpo-site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .wpo-site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .wpo-site-header .navbar-collapse.collapse {
        display: none;
    }

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

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

    .wpo-site-header .navbar-header {
        float: none;
    }

    .wpo-site-header .navbar-right {
        float: none;
    }

    .wpo-site-header .navbar-nav {
        float: none;
    }

    .wpo-site-header .navbar-nav>li {
        float: none;
    }
}

@media (max-width: 440px) {
    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 170px;
    }
}

@media (max-width: 370px) {
    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 140px;
    }
}

@media (max-width: 1700px) {
    .wpo-site-header {
        padding: 0 30px;
    }
}

@media (max-width: 1500px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 45px 15px;
    }

    .wpo-site-header {
        padding: 0 10px;
    }
}

@media (max-width: 1400px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 30px 10px;
    }
}

@media (max-width: 1200px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 30px 6px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .wpo-site-header #navbar>ul>li>a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {

    .header-right .theme-btn,
    .header-right .view-cart-btn {
        padding: 20px 12px;
    }

    .wpo-site-header .header-right .close-form {
        display: none;
    }
}

.wpo-header-style-2 .navbar-brand {
    top: -10px;
}

@media (max-width: 13969px) {
    .wpo-header-style-2 .navbar-brand {
        top: -5px;
    }
}

.wpo-header-style-3,
.wpo-header-style-4 {
    position: absolute;
    left: 3%;
    width: 94%;
    z-index: 99;
    background: #fff;
    top: 30px;
}

@media (max-width: 991px) {

    .wpo-header-style-3,
    .wpo-header-style-4 {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }
}

.wpo-header-style-3 .navigation,
.wpo-header-style-4 .navigation {
    background: transparent;
}

.wpo-header-style-3 .navigation.sticky-on,
.wpo-header-style-4 .navigation.sticky-on {
    background: #fff;
    -webkit-box-shadow: 0 -5px 15px #086ad84a;
    box-shadow: 0 -5px 15px #086ad84a;
}

.wpo-header-style-3 #navbar>ul>li>a,
.wpo-header-style-4 #navbar>ul>li>a {
    color: #323232;
}

.wpo-header-style-3 .header-right .cart-toggle-btn .fi,
.wpo-header-style-3 .header-right .search-toggle-btn .fi,
.wpo-header-style-4 .header-right .cart-toggle-btn .fi,
.wpo-header-style-4 .header-right .search-toggle-btn .fi {
    color: #323232;
}

@media (max-width: 991px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 15px 30px;
    }
}

.wpo-site-header .navigation.sticky-header {
    padding: 0 130px;
}

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

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

@media (max-width: 991px) {
    .wpo-site-header .navigation.sticky-header {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .wpo-site-header .navigation.sticky-header {
        padding: 20px 10px;
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards;
    -webkit-box-shadow: 0 -5px 15px #086ad84a;
    box-shadow: 0 -5px 15px #086ad84a;
}

@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-142px);
        transform: translateY(-142px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-142px);
        transform: translateY(-142px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 wpo-hero-slider*/
.wpo-hero-section {
    padding: 0 50px;
}

@media (max-width: 1700px) {
    .wpo-hero-section {
        padding: 0 30px;
    }
}

@media (max-width: 1500px) {
    .wpo-hero-section {
        padding: 0 10px;
    }
}

.wpo-hero-section .wpo-hero-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wpo-hero-section .wpo-hero-items .wpo-hero-item .wpo-hero-img {
    position: relative;
}

.wpo-hero-section .wpo-hero-items .wpo-hero-item .wpo-hero-img img {
    width: 100%;
}

.wpo-hero-section .wpo-hero-items .wpo-hero-item .wpo-hero-img .wpo-hero-text {
    position: absolute;
    left: 0;
    bottom: 20px;
}

.wpo-hero-section .wpo-hero-items .wpo-hero-item .wpo-hero-img .wpo-hero-text h2 {
    font-weight: 400;
    font-size: 100px;
    line-height: 144px;
    color: #939580;
}

@media (max-width: 1700px) {
    .wpo-hero-section .wpo-hero-items .wpo-hero-item .wpo-hero-img .wpo-hero-text h2 {
        font-size: 80px;
    }
}

@media (max-width: 1400px) {
    .wpo-hero-section .wpo-hero-items .wpo-hero-item .wpo-hero-img .wpo-hero-text h2 {
        font-size: 60px;
        line-height: 85px;
    }
}

@media (max-width: 991px) {
    .wpo-hero-section .wpo-hero-items .wpo-hero-item .wpo-hero-img .wpo-hero-text h2 {
        font-size: 100px;
        line-height: 144px;
    }
}

@media (max-width: 767px) {
    .wpo-hero-section .wpo-hero-items .wpo-hero-item .wpo-hero-img .wpo-hero-text h2 {
        font-size: 80px;
        line-height: 95px;
    }
}

@media (max-width: 575px) {
    .wpo-hero-section .wpo-hero-items .wpo-hero-item .wpo-hero-img .wpo-hero-text h2 {
        font-size: 50px;
        line-height: 65px;
    }
}

.wpo-hero-section .wpo-hero-items .owl-carousel .owl-stage {
    margin: 0 !important;
}

.wpo-hero-section .wpo-hero-items .owl-item.active.center .wpo-hero-img .wpo-hero-text h2 {
    color: #D4B0A5;
}

.wpo-hero-section .wpo-hero-items .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wpo-hero-section .wpo-hero-items .owl-nav [class*=owl-] {
    padding: 0;
    margin: 0;
    color: #D4B0A5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    background: none;
}

.wpo-hero-section .wpo-hero-items .owl-nav [class*=owl-] .fi::before {
    font-size: 20px;
    color: #939580;
}

.wpo-hero-section .wpo-hero-items .owl-nav .owl-prev,
.wpo-hero-section .wpo-hero-items .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 54px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 575px) {

    .wpo-hero-section .wpo-hero-items .owl-nav .owl-prev,
    .wpo-hero-section .wpo-hero-items .owl-nav .owl-next {
        display: none;
    }
}

.wpo-hero-section .wpo-hero-items .owl-nav .owl-prev {
    left: 25px;
}

.wpo-hero-section .wpo-hero-items .owl-nav .owl-next {
    right: 25px;
}

.wpo-hero-section .wpo-hero-items .owl-dots {
    margin-top: 0px;
    position: absolute;
    left: -45%;
    bottom: 0;
}

.wpo-hero-section .wpo-hero-items .owl-dots button {
    width: 10px;
    height: 12px;
    border: 0;
    background: #d4e6f5;
    margin-right: 10px;
    border-radius: 50%;
}

.wpo-hero-section .wpo-hero-items .owl-dots .owl-dot.active {
    background-color: #D4B0A5;
}

.wpo-hero-section .wpo-hero-items:hover .owl-nav .owl-prev,
.wpo-hero-section .wpo-hero-items:hover .owl-nav .owl-next {
    opacity: 1;
}

.wpo-static-hero,
.static-hero-s3 {
    overflow: hidden;
}

@media (max-width: 767px) {

    .wpo-static-hero .row,
    .static-hero-s3 .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.wpo-static-hero .wpo-hero-date,
.static-hero-s3 .wpo-hero-date {
    padding: 50px 0;
}

@media (max-width: 767px) {

    .wpo-static-hero .wpo-hero-date,
    .static-hero-s3 .wpo-hero-date {
        padding: 20px 0;
    }
}

.wpo-static-hero .wpo-hero-date h2,
.static-hero-s3 .wpo-hero-date h2 {
    font-weight: 400;
    font-size: 70px;
    line-height: 100px;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 1500px) {

    .wpo-static-hero .wpo-hero-date h2,
    .static-hero-s3 .wpo-hero-date h2 {
        font-size: 60px;
    }
}

@media (max-width: 1399px) {

    .wpo-static-hero .wpo-hero-date h2,
    .static-hero-s3 .wpo-hero-date h2 {
        font-size: 60px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {

    .wpo-static-hero .wpo-hero-date h2,
    .static-hero-s3 .wpo-hero-date h2 {
        font-size: 60px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {

    .wpo-static-hero .wpo-hero-date h2,
    .static-hero-s3 .wpo-hero-date h2 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {

    .wpo-static-hero .wpo-hero-date h2,
    .static-hero-s3 .wpo-hero-date h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {

    .wpo-static-hero .wpo-hero-date h2,
    .static-hero-s3 .wpo-hero-date h2 {
        font-size: 20px;
        line-height: 35px;
    }
}

@media (max-width: 450px) {

    .wpo-static-hero .wpo-hero-date h2,
    .static-hero-s3 .wpo-hero-date h2 {
        font-size: 35px;
    }
}

.wpo-static-hero .wpo-hero-date p,
.static-hero-s3 .wpo-hero-date p {
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    color: #323232;
}

@media (max-width: 1399px) {

    .wpo-static-hero .wpo-hero-date p,
    .static-hero-s3 .wpo-hero-date p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .wpo-static-hero .wpo-hero-date p,
    .static-hero-s3 .wpo-hero-date p {
        font-size: 14px;
        line-height: 22px;
    }
}

.wpo-static-hero .wpo-hero-img-wrap,
.static-hero-s3 .wpo-hero-img-wrap {
    padding: 0 30px;
}

@media (max-width: 1199px) {

    .wpo-static-hero .wpo-hero-img-wrap,
    .static-hero-s3 .wpo-hero-img-wrap {
        padding: 0;
    }
}

.wpo-static-hero .wpo-hero-img-wrap .wpo-hero-img,
.static-hero-s3 .wpo-hero-img-wrap .wpo-hero-img {
    border-radius: 275px;
    position: relative;
    overflow: hidden;
}

.wpo-static-hero .wpo-hero-img-wrap .wpo-hero-img img,
.static-hero-s3 .wpo-hero-img-wrap .wpo-hero-img img {
    width: 100%;
    border-radius: 275px;
}

.wpo-static-hero .wpo-hero-img-wrap .wpo-hero-img:before,
.static-hero-s3 .wpo-hero-img-wrap .wpo-hero-img:before {
    position: absolute;
    left: 3%;
    top: 2%;
    width: 94%;
    height: 96%;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 255px;
    z-index: 1;
}

.wpo-static-hero .wpo-hero-img-wrap .col,
.static-hero-s3 .wpo-hero-img-wrap .col {
    padding: 0 25px;
}

@media (max-width: 1199px) {

    .wpo-static-hero .wpo-hero-img-wrap .col,
    .static-hero-s3 .wpo-hero-img-wrap .col {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {

    .wpo-static-hero .wpo-hero-img-wrap .col:nth-child(2) .wpo-hero-img,
    .static-hero-s3 .wpo-hero-img-wrap .col:nth-child(2) .wpo-hero-img {
        margin: 30px 0;
    }
}

@-webkit-keyframes kenburn {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
    }
}

@keyframes kenburn {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
    }
}

@-webkit-keyframes kenburn2 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
    }
}

@keyframes kenburn2 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5);
    }
}

/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer {
    position: relative;
    font-size: 15px;
    overflow: hidden;
    padding: 80px 0;
    background: rgba(212, 176, 165, 0.1);
}

@media (max-width: 991px) {
    .wpo-site-footer {
        padding: 50px 0;
    }
}

.wpo-site-footer ul {
    list-style: none;
}

.wpo-site-footer p {
    color: #fff;
    margin-bottom: 0;
}

.wpo-site-footer li {
    color: #fff;
}

.wpo-site-footer .container {
    position: relative;
}

.wpo-site-footer .logo {
    font-weight: 450;
    font-size: 40px;
    line-height: 51px;
    color: #fff;
}

.wpo-site-footer .footer-link {
    margin: 30px 0;
}

.wpo-site-footer .footer-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .wpo-site-footer .footer-link ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.wpo-site-footer .footer-link ul li {
    padding: 0 20px;
    position: relative;
}

@media (max-width: 767px) {
    .wpo-site-footer .footer-link ul li {
        padding: 0 10px;
    }
}

.wpo-site-footer .footer-link ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #D4B0A5;
    content: "";
    border-radius: 50%;
}

@media (max-width: 767px) {
    .wpo-site-footer .footer-link ul li:before {
        left: -2px;
    }
}

.wpo-site-footer .footer-link ul li:first-child:before {
    display: none;
}

.wpo-site-footer .footer-link ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #525252;
}

@media (max-width: 767px) {
    .wpo-site-footer .footer-link ul li a {
        font-size: 14px;
    }
}

.wpo-site-footer .footer-link ul li a:hover {
    color: #D4B0A5;
}

.wpo-site-footer .link-widget {
    overflow: hidden;
}

.wpo-site-footer .link-widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wpo-site-footer .link-widget ul li {
    position: relative;
}

.wpo-site-footer .link-widget ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    background: #fff;
    color: #939580;
    font-size: 15px;
    border-radius: 50%;
}

.wpo-site-footer .link-widget ul li a:hover {
    background: #D4B0A5;
    color: #fff;
}

.wpo-site-footer .link-widget ul li+li {
    margin-left: 15px;
}

.wpo-site-footer .copyright {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .wpo-site-footer .copyright {
        margin-top: 30px;
    }
}

.wpo-site-footer .copyright p {
    color: #909090;
}

@media (max-width: 767px) {
    .wpo-site-footer .copyright p {
        font-size: 14px;
    }
}

.wpo-site-footer .copyright p a {
    color: #909090;
}

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

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

/*3.3 wpo-Service-section */
.wpo-Service-section,
.wpo-Service-section-s2,
.wpo-Service-section-s3 {
    padding-bottom: 70px;
}

@media (max-width: 991px) {

    .wpo-Service-section,
    .wpo-Service-section-s2,
    .wpo-Service-section-s3 {
        padding-bottom: 40px;
    }
}

@media (max-width: 575px) {

    .wpo-Service-section,
    .wpo-Service-section-s2,
    .wpo-Service-section-s3 {
        padding-bottom: 10px;
    }
}

.wpo-Service-section .wpo-Service-item,
.wpo-Service-section-s2 .wpo-Service-item,
.wpo-Service-section-s3 .wpo-Service-item {
    padding: 15px;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 50px;
}

.wpo-Service-section .wpo-Service-item .wpo-Service-img,
.wpo-Service-section-s2 .wpo-Service-item .wpo-Service-img,
.wpo-Service-section-s3 .wpo-Service-item .wpo-Service-img {
    overflow: hidden;
}

.wpo-Service-section .wpo-Service-item .wpo-Service-img img,
.wpo-Service-section-s2 .wpo-Service-item .wpo-Service-img img,
.wpo-Service-section-s3 .wpo-Service-item .wpo-Service-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

.wpo-Service-section .wpo-Service-item:hover .wpo-Service-img img,
.wpo-Service-section-s2 .wpo-Service-item:hover .wpo-Service-img img,
.wpo-Service-section-s3 .wpo-Service-item:hover .wpo-Service-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.wpo-Service-section .wpo-Service-item .wpo-Service-text,
.wpo-Service-section-s2 .wpo-Service-item .wpo-Service-text,
.wpo-Service-section-s3 .wpo-Service-item .wpo-Service-text {
    text-align: center;
}

.wpo-Service-section .wpo-Service-item .wpo-Service-text a,
.wpo-Service-section-s2 .wpo-Service-item .wpo-Service-text a,
.wpo-Service-section-s3 .wpo-Service-item .wpo-Service-text a {
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    color: #323232;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
}

@media (max-width: 1200px) {

    .wpo-Service-section .wpo-Service-item .wpo-Service-text a,
    .wpo-Service-section-s2 .wpo-Service-item .wpo-Service-text a,
    .wpo-Service-section-s3 .wpo-Service-item .wpo-Service-text a {
        width: 170px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
}

.wpo-Service-section .wpo-Service-item .wpo-Service-text a:hover,
.wpo-Service-section-s2 .wpo-Service-item .wpo-Service-text a:hover,
.wpo-Service-section-s3 .wpo-Service-item .wpo-Service-text a:hover {
    color: #D4B0A5;
}

/* 3.7 wpo-banner-section */
.wpo-banner-section {
    background: url(../images/banner.jpg) no-repeat center center;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 30px;
}

@media (max-width: 1400px) {
    .wpo-banner-section {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .wpo-banner-section {
        height: 250px;
    }
}

@media (max-width: 650px) {
    .wpo-banner-section {
        height: 200px;
    }
}

.wpo-banner-section h4 {
    font-weight: 400;
    font-size: 50px;
    line-height: 72px;
    text-align: center;
    color: #937972;
    margin-bottom: 0;
}

@media (max-width: 1400px) {
    .wpo-banner-section h4 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .wpo-banner-section h4 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .wpo-banner-section h4 {
        font-size: 25px;
    }
}

@media (max-width: 650px) {
    .wpo-banner-section h4 {
        font-size: 20px;
        line-height: 40px;
    }
}

/* 3.9 wpo-partners-section */
.wpo-partners-section .container {
    position: relative;
}

.wpo-partners-section .owl-carousel .owl-stage-outer {
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
}

.wpo-partners-section .grid {
    text-align: center;
    border: 1px solid #D3D3D3;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -1px;
}

@media (max-width: 991px) {
    .wpo-partners-section .grid {
        height: 120px;
    }
}

.wpo-partners-section .owl-item:nth-child(even) .grid {
    background: #F8F8F8;
}

.wpo-partners-section .grid img {
    width: auto;
    margin: 0 auto;
    display: inline-block;
}

.wpo-partners-section .owl-nav {
    display: none;
}

/*======================================
5. Home-style-2
 =======================================*/
/* 5.1 wpo-Service-section-s2 */
.wpo-Service-section-s2 .owl-carousel .owl-stage-outer {
    padding-top: 5px;
}

.wpo-Service-section-s2 .wpo-Service-wrap .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wpo-Service-section-s2 .wpo-Service-wrap .owl-nav [class*=owl-] {
    padding: 0;
    margin: 0;
    color: #D4B0A5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    background: none;
}

.wpo-Service-section-s2 .wpo-Service-wrap .owl-nav [class*=owl-] .fi::before {
    font-size: 20px;
    color: #939580;
}

.wpo-Service-section-s2 .wpo-Service-wrap .owl-nav .owl-prev,
.wpo-Service-section-s2 .wpo-Service-wrap .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 575px) {

    .wpo-Service-section-s2 .wpo-Service-wrap .owl-nav .owl-prev,
    .wpo-Service-section-s2 .wpo-Service-wrap .owl-nav .owl-next,
    .wpo-Service-section-s2 .wpo-Service-wrap .owl-dots {
        display: none;
    }
}

.wpo-Service-section-s2 .wpo-Service-wrap .owl-nav .owl-prev {
    left: 15px;
}

.wpo-Service-section-s2 .wpo-Service-wrap .owl-nav .owl-next {
    right: 15px;
}

.wpo-Service-section-s2 .wpo-Service-wrap .owl-dots {
    margin-top: 0px;
    position: absolute;
    left: -45%;
    bottom: 0;
}

.wpo-Service-section-s2 .wpo-Service-wrap .owl-dots button {
    width: 10px;
    height: 12px;
    border: 0;
    background: #d4e6f5;
    margin-right: 10px;
    border-radius: 50%;
}

.wpo-Service-section-s2 .wpo-Service-wrap .owl-dots .owl-dot.active {
    background-color: #D4B0A5;
}

.wpo-Service-section-s2 .wpo-Service-wrap:hover .owl-nav .owl-prev,
.wpo-Service-section-s2 .wpo-Service-wrap:hover .owl-nav .owl-next {
    opacity: 1;
}

/*======================================
 6. Home-style-3 
 =======================================*/
/* 6.1 wpo-wedding-date */
.wpo-wedding-date {
    text-align: center;
    padding-bottom: 0;
}

.wpo-wedding-date h2 {
    font-weight: 400;
    font-size: 60px;
    line-height: 86px;
    text-align: center;
    margin-bottom: 0px;
}

@media (max-width: 1399px) {
    .wpo-wedding-date h2 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .wpo-wedding-date h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .wpo-wedding-date h2 {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .wpo-wedding-date h2 {
        line-height: 50px;
    }
}

.wpo-wedding-date h2 span {
    display: inline-block;
    max-width: 30%;
}

@media (max-width: 767px) {
    .wpo-wedding-date h2 span {
        max-width: 20%;
    }
}

@media (max-width: 480px) {
    .wpo-wedding-date h2 span {
        display: none;
    }
}

.wpo-wedding-date h2 span.shape-1 {
    text-align: right;
}

.wpo-wedding-date h2 span.shape-2 {
    text-align: left;
}

@media (max-width: 1399px) {
    .wpo-wedding-date h2 span img {
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .wpo-wedding-date h2 span img {
        max-width: 100%;
    }
}

.wpo-wedding-date p {
    font-weight: 400;
    font-size: 40px;
    line-height: 36px;
    text-align: center;
}

@media (max-width: 1199px) {
    .wpo-wedding-date p {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .wpo-wedding-date p {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .wpo-wedding-date p {
        font-size: 30px;
    }
}

.wpo-wedding-date #clock {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .wpo-wedding-date #clock {
        margin-top: 0;
    }
}

.wpo-wedding-date #clock>div {
    width: 140px;
    height: 100px;
    float: left;
    display: table;
}

@media (max-width: 1199px) {
    .wpo-wedding-date #clock>div {
        width: 80px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    .wpo-wedding-date #clock>div {
        width: 60px;
        height: 50px;
    }
}

.wpo-wedding-date #clock>div>div {
    display: table-cell;
    vertical-align: middle;
}

.wpo-wedding-date #clock>div+div {
    margin-left: 50px;
}

@media (max-width: 991px) {
    .wpo-wedding-date #clock>div+div {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .wpo-wedding-date #clock>div+div {
        margin-left: 10px;
    }
}

.wpo-wedding-date #clock .time {
    font-family: "monallesia";
    font-size: 54px;
    font-size: 3.6rem;
    line-height: 1em;
    padding-top: 15px;
    color: #D4B0A5;
    margin-bottom: 20px;
    font-weight: 400;
}

@media (max-width: 1200px) {
    .wpo-wedding-date #clock .time {
        font-size: 40px;
        font-size: 2.66667rem;
    }
}

@media (max-width: 991px) {
    .wpo-wedding-date #clock .time {
        font-size: 30px;
        font-size: 2rem;
    }
}

.wpo-wedding-date #clock span {
    color: #365872;
}

/* 6.2 wpo-couple-section */
.wpo-couple-section,
.wpo-couple-section-s2,
.wpo-couple-section-s3,
.wpo-couple-section-s4 {
    padding-bottom: 50px;
    padding-top: 60px;
    overflow: hidden;
}

@media (max-width: 991px) {

    .wpo-couple-section,
    .wpo-couple-section-s2,
    .wpo-couple-section-s3,
    .wpo-couple-section-s4 {
        padding-bottom: 20px;
        padding-top: 10px;
    }
}

.wpo-couple-section .couple-area .couple-item,
.wpo-couple-section-s2 .couple-area .couple-item,
.wpo-couple-section-s3 .couple-area .couple-item,
.wpo-couple-section-s4 .couple-area .couple-item {
    text-align: center;
}

.wpo-couple-section .couple-area .couple-item .couple-img,
.wpo-couple-section-s2 .couple-area .couple-item .couple-img,
.wpo-couple-section-s3 .couple-area .couple-item .couple-img,
.wpo-couple-section-s4 .couple-area .couple-item .couple-img {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

@media (max-width: 991px) {

    .wpo-couple-section .couple-area .couple-item .couple-img,
    .wpo-couple-section-s2 .couple-area .couple-item .couple-img,
    .wpo-couple-section-s3 .couple-area .couple-item .couple-img,
    .wpo-couple-section-s4 .couple-area .couple-item .couple-img {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {

    .wpo-couple-section .couple-area .couple-item .couple-img,
    .wpo-couple-section-s2 .couple-area .couple-item .couple-img,
    .wpo-couple-section-s3 .couple-area .couple-item .couple-img,
    .wpo-couple-section-s4 .couple-area .couple-item .couple-img {
        margin-bottom: 0px;
    }
}

.wpo-couple-section .couple-area .couple-item .couple-img:after,
.wpo-couple-section-s2 .couple-area .couple-item .couple-img:after,
.wpo-couple-section-s3 .couple-area .couple-item .couple-img:after,
.wpo-couple-section-s4 .couple-area .couple-item .couple-img:after {
    position: absolute;
    left: -2px;
    top: -2px;
    width: 102%;
    height: 102%;
    content: "";
    background: url(../images/couple/mask.jpg) no-repeat center center;
    z-index: 9;
    mix-blend-mode: screen;
    background-size: 100%;
    background-position: center;
}

.wpo-couple-section .couple-area .couple-item .couple-text,
.wpo-couple-section-s2 .couple-area .couple-item .couple-text,
.wpo-couple-section-s3 .couple-area .couple-item .couple-text,
.wpo-couple-section-s4 .couple-area .couple-item .couple-text {
    max-width: 510px;
    margin: 0 auto;
}

.wpo-couple-section .couple-area .couple-item .couple-text h3,
.wpo-couple-section-s2 .couple-area .couple-item .couple-text h3,
.wpo-couple-section-s3 .couple-area .couple-item .couple-text h3,
.wpo-couple-section-s4 .couple-area .couple-item .couple-text h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 57px;
    text-align: center;
    margin: 0 0 0.8em;
}

@media (max-width: 1199px) {

    .wpo-couple-section .couple-area .couple-item .couple-text h3,
    .wpo-couple-section-s2 .couple-area .couple-item .couple-text h3,
    .wpo-couple-section-s3 .couple-area .couple-item .couple-text h3,
    .wpo-couple-section-s4 .couple-area .couple-item .couple-text h3 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {

    .wpo-couple-section .couple-area .couple-item .couple-text h3,
    .wpo-couple-section-s2 .couple-area .couple-item .couple-text h3,
    .wpo-couple-section-s3 .couple-area .couple-item .couple-text h3,
    .wpo-couple-section-s4 .couple-area .couple-item .couple-text h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {

    .wpo-couple-section .couple-area .couple-item .couple-text p,
    .wpo-couple-section-s2 .couple-area .couple-item .couple-text p,
    .wpo-couple-section-s3 .couple-area .couple-item .couple-text p,
    .wpo-couple-section-s4 .couple-area .couple-item .couple-text p {
        font-size: 16px;
    }
}

.wpo-couple-section .couple-area .couple-item .couple-text ul,
.wpo-couple-section-s2 .couple-area .couple-item .couple-text ul,
.wpo-couple-section-s3 .couple-area .couple-item .couple-text ul,
.wpo-couple-section-s4 .couple-area .couple-item .couple-text ul {
    list-style: none;
    overflow: hidden;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991px) {

    .wpo-couple-section .couple-area .couple-item .couple-text ul,
    .wpo-couple-section-s2 .couple-area .couple-item .couple-text ul,
    .wpo-couple-section-s3 .couple-area .couple-item .couple-text ul,
    .wpo-couple-section-s4 .couple-area .couple-item .couple-text ul {
        padding-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.wpo-couple-section .couple-area .couple-item .couple-text ul>li+li,
.wpo-couple-section-s2 .couple-area .couple-item .couple-text ul>li+li,
.wpo-couple-section-s3 .couple-area .couple-item .couple-text ul>li+li,
.wpo-couple-section-s4 .couple-area .couple-item .couple-text ul>li+li {
    margin-left: 25px;
}

.wpo-couple-section .couple-area .couple-item .couple-text ul li a,
.wpo-couple-section-s2 .couple-area .couple-item .couple-text ul li a,
.wpo-couple-section-s3 .couple-area .couple-item .couple-text ul li a,
.wpo-couple-section-s4 .couple-area .couple-item .couple-text ul li a {
    display: block;
    text-align: center;
    color: #D4B0A5;
    font-size: 14px;
}

.wpo-couple-section .couple-area .couple-item .couple-text ul li a:hover,
.wpo-couple-section-s2 .couple-area .couple-item .couple-text ul li a:hover,
.wpo-couple-section-s3 .couple-area .couple-item .couple-text ul li a:hover,
.wpo-couple-section-s4 .couple-area .couple-item .couple-text ul li a:hover {
    color: #D4B0A5;
}

.wpo-couple-section .couple-area .middle-couple-shape,
.wpo-couple-section-s2 .couple-area .middle-couple-shape,
.wpo-couple-section-s3 .couple-area .middle-couple-shape,
.wpo-couple-section-s4 .couple-area .middle-couple-shape {
    text-align: center;
    overflow: hidden;
}

@media (max-width: 991px) {

    .wpo-couple-section .couple-area .middle-couple-shape,
    .wpo-couple-section-s2 .couple-area .middle-couple-shape,
    .wpo-couple-section-s3 .couple-area .middle-couple-shape,
    .wpo-couple-section-s4 .couple-area .middle-couple-shape {
        padding-top: 30px;
    }
}

.wpo-couple-section .couple-area .col:last-child .couple-item .couple-img:after,
.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .couple-img:after,
.wpo-couple-section-s3 .couple-area .col:last-child .couple-item .couple-img:after,
.wpo-couple-section-s4 .couple-area .col:last-child .couple-item .couple-img:after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/* 6.3 wpo-video-section-s2 */
.wpo-video-section-s2 {
    background: none;
    height: auto;
    padding-top: 70px;
}

.wpo-video-section-s2 .video-wrap {
    padding: 40px;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 5, 50, 0.15);
    box-shadow: 0px 4px 12px rgba(0, 5, 50, 0.15);
    position: relative;
}

@media (max-width: 991px) {
    .wpo-video-section-s2 .video-wrap {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .wpo-video-section-s2 .video-wrap {
        padding: 15px;
    }
}

.wpo-video-section-s2 .video-wrap:before {
    display: none;
}

.wpo-video-section-s2:before {
    display: none;
}

/* 6.4 wpo-story-section */
.wpo-story-section .wpo-story-item,
.wpo-story-section-s2 .wpo-story-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 180px;
}

@media (max-width: 1199px) {

    .wpo-story-section .wpo-story-item,
    .wpo-story-section-s2 .wpo-story-item {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {

    .wpo-story-section .wpo-story-item,
    .wpo-story-section-s2 .wpo-story-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 100px;
    }
}

@media (max-width: 575px) {

    .wpo-story-section .wpo-story-item,
    .wpo-story-section-s2 .wpo-story-item {
        padding-top: 50px;
    }
}

.wpo-story-section .wpo-story-item .wpo-story-img-wrap,
.wpo-story-section-s2 .wpo-story-item .wpo-story-img-wrap {
    position: relative;
    z-index: 1;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    text-align: center;
}

@media (max-width: 1399px) {

    .wpo-story-section .wpo-story-item .wpo-story-img-wrap,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-img-wrap {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media (max-width: 1199px) {

    .wpo-story-section .wpo-story-item .wpo-story-img-wrap,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-img-wrap {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    }
}

@media (max-width: 991px) {

    .wpo-story-section .wpo-story-item .wpo-story-img-wrap,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-img-wrap {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {

    .wpo-story-section .wpo-story-item .wpo-story-img-wrap,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-img-wrap {
        max-width: 400px;
    }
}

.wpo-story-section .wpo-story-item .wpo-story-img-wrap .wpo-story-img,
.wpo-story-section-s2 .wpo-story-item .wpo-story-img-wrap .wpo-story-img {
    width: 460px;
    height: 460px;
    padding: 20px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
}

@media (max-width: 1399px) {

    .wpo-story-section .wpo-story-item .wpo-story-img-wrap .wpo-story-img,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-img-wrap .wpo-story-img {
        width: 360px;
        height: 360px;
    }
}

@media (max-width: 575px) {

    .wpo-story-section .wpo-story-item .wpo-story-img-wrap .wpo-story-img,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-img-wrap .wpo-story-img {
        width: 260px;
        height: 260px;
    }
}

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

.wpo-story-section .wpo-story-item .wpo-story-img-wrap .wpo-img-shape,
.wpo-story-section-s2 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
    position: absolute;
    width: 100%;
    left: 0;
    top: -30%;
    z-index: -1;
}

@media (max-width: 1199px) {

    .wpo-story-section .wpo-story-item .wpo-story-img-wrap .wpo-img-shape,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
        top: -10%;
        width: 105%;
        left: -2%;
    }
}

@media (max-width: 991px) {

    .wpo-story-section .wpo-story-item .wpo-story-img-wrap .wpo-img-shape,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
        top: -20%;
        width: 100%;
        left: 0;
    }
}

@media (max-width: 390px) {

    .wpo-story-section .wpo-story-item .wpo-story-img-wrap .wpo-img-shape,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
        width: 110%;
        left: -5%;
    }
}

.wpo-story-section .wpo-story-item .wpo-story-content,
.wpo-story-section-s2 .wpo-story-item .wpo-story-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    border: 1px solid #F3ECE9;
    padding: 20px;
    padding-left: 285px;
    margin-left: -400px;
    position: relative;
}

@media (max-width: 1800px) {

    .wpo-story-section .wpo-story-item .wpo-story-content,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content {
        margin-left: -350px;
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    }
}

@media (max-width: 1600px) {

    .wpo-story-section .wpo-story-item .wpo-story-content,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content {
        margin-left: -300px;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
}

@media (max-width: 1399px) {

    .wpo-story-section .wpo-story-item .wpo-story-content,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content {
        margin-left: -280px;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
}

@media (max-width: 1199px) {

    .wpo-story-section .wpo-story-item .wpo-story-content,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }
}

@media (max-width: 991px) {

    .wpo-story-section .wpo-story-item .wpo-story-content,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media (max-width: 991px) {

    .wpo-story-section .wpo-story-item .wpo-story-content,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content {
        padding-left: 20px;
        margin-left: 0;
        text-align: center;
        margin-top: 100px;
    }
}

@media (max-width: 575px) {

    .wpo-story-section .wpo-story-item .wpo-story-content,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {

    .wpo-story-section .wpo-story-item .wpo-story-content,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content {
        padding: 10px;
    }
}

.wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner,
.wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner {
    position: relative;
    padding: 60px;
}

@media (max-width: 1800px) {

    .wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner {
        padding: 40px;
    }
}

@media (max-width: 1399px) {

    .wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner {
        padding: 30px;
    }
}

@media (max-width: 575px) {

    .wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner {
        padding: 15px;
    }
}

.wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner:before,
.wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 150%;
    height: 100%;
    left: -50%;
    content: "";
    border: 1px solid #F3ECE9;
}

@media (max-width: 991px) {

    .wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner:before,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner:before {
        width: 100%;
        left: 0;
    }
}

.wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner h2,
.wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {

    .wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner h2,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner h2 {
        margin-bottom: 20px;
        font-size: 35px;
        line-height: 36px;
    }
}

@media (max-width: 575px) {

    .wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner h2,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }
}

.wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner span,
.wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner span {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #939580;
    margin-bottom: 20px;
    display: block;
}

@media (max-width: 1199px) {

    .wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner span,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner span {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {

    .wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner span,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner span {
        font-size: 18px;
    }
}

.wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner p,
.wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner p {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #525252;
    margin-bottom: 0;
}

@media (max-width: 1399px) {

    .wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner p,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {

    .wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner p,
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner p {
        font-size: 17px;
    }
}

.wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-img-wrap,
.wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-img-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
}

@media (max-width: 991px) {

    .wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-img-wrap,
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-img-wrap {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        -webkit-order: unset;
        -moz-order: unset;
    }
}

.wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-img-wrap .wpo-img-shape,
.wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-img-wrap .wpo-img-shape {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content,
.wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 285px;
    margin-left: 0;
    position: relative;
    padding-left: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 900px;
    margin: auto;
    margin-right: -400px;
}

@media (max-width: 1800px) {

    .wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content,
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content {
        margin-right: -350px;
    }
}

@media (max-width: 1600px) {

    .wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content,
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content {
        margin-right: -300px;
    }
}

@media (max-width: 1399px) {

    .wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content,
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content {
        margin-right: -280px;
        max-width: 850px;
    }
}

@media (max-width: 1199px) {

    .wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content,
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content {
        max-width: 820px;
    }
}

@media (max-width: 991px) {

    .wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content,
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content {
        max-width: 100%;
    }
}

@media (max-width: 991px) {

    .wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content,
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content {
        padding: 20px;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        -webkit-order: unset;
        -moz-order: unset;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        text-align: center;
        margin-top: 100px;
    }
}

@media (max-width: 575px) {

    .wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content,
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content {
        padding: 10px;
        margin-top: 30px;
    }
}

.wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner,
.wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner {
    position: relative;
    padding: 60px;
    text-align: right;
}

@media (max-width: 1800px) {

    .wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner,
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner {
        padding: 40px;
    }
}

@media (max-width: 1399px) {

    .wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner,
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner {
        padding: 30px;
    }
}

@media (max-width: 991px) {

    .wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner,
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner {
        text-align: center;
    }
}

@media (max-width: 575px) {

    .wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner,
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner {
        padding: 15px;
    }
}

.wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner:before,
.wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner:before {
    left: auto;
    right: -53%;
}

@media (max-width: 991px) {

    .wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner:before,
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner:before {
        width: 100%;
        left: 0;
    }
}

/* 6.5 wpo-portfolio-section-s2 */
.wpo-portfolio-section-s2,
.wpo-portfolio-section-s5 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {

    .wpo-portfolio-section-s2,
    .wpo-portfolio-section-s5 {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {

    .wpo-portfolio-section-s2,
    .wpo-portfolio-section-s5 {
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {

    .wpo-portfolio-section-s2,
    .wpo-portfolio-section-s5 {
        padding-bottom: 30px;
    }
}

.wpo-portfolio-section-s2 .portfolio-grids,
.wpo-portfolio-section-s5 .portfolio-grids {
    margin: 0 -15px;
}

@media (max-width: 1199px) {

    .wpo-portfolio-section-s2 .portfolio-grids,
    .wpo-portfolio-section-s5 .portfolio-grids {
        margin: 0 -10px;
    }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid,
.wpo-portfolio-section-s5 .portfolio-grids .grid {
    width: 25%;
    padding: 0 15px 30px;
    float: left;
}

@media (max-width: 1199px) {

    .wpo-portfolio-section-s2 .portfolio-grids .grid,
    .wpo-portfolio-section-s5 .portfolio-grids .grid {
        padding: 0 10px 20px;
    }
}

@media (max-width: 991px) {

    .wpo-portfolio-section-s2 .portfolio-grids .grid,
    .wpo-portfolio-section-s5 .portfolio-grids .grid {
        width: 50%;
    }
}

@media (max-width: 575px) {

    .wpo-portfolio-section-s2 .portfolio-grids .grid,
    .wpo-portfolio-section-s5 .portfolio-grids .grid {
        width: 100%;
    }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid img,
.wpo-portfolio-section-s5 .portfolio-grids .grid img {
    width: 100%;
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder .hover-content i,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder .hover-content i {
    font-size: 30px;
    color: #fff;
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder {
    position: relative;
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder .hover-content,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder .hover-content {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    text-align: center;
    width: 260px;
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder .hover-content span,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder .hover-content span {
    color: #6788a7;
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder .hover-content h4,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder .hover-content h4 {
    font-size: 30px;
    font-weight: 600;
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder .hover-content h4 a,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder .hover-content h4 a {
    color: #323232;
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder .hover-content h4 a:hover,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder .hover-content h4 a:hover {
    color: #D4B0A5;
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder:before,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(147, 149, 128, 0.6);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder:hover .hover-content,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder:hover .hover-content {
    opacity: 1;
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder:hover:before,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* 6.7 wpo-event-section */
.wpo-event-section {
    padding-bottom: 90px;
}

@media (max-width: 767px) {
    .wpo-event-section {
        padding-bottom: 70px;
    }
}

.wpo-event-section .wpo-event-wrap .wpo-event-item {
    border: 4px solid #EEE1DD;
    position: relative;
    margin: -2px;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-img {
    padding: 30px;
    position: relative;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-img .title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-img .title h2 {
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.4);
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: #fff;
}

@media (max-width: 1399px) {
    .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-img .title h2 {
        font-size: 35px;
    }
}

@media (max-width: 1199px) {
    .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-img .title h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-img .title h2 {
        font-size: 30px;
        padding: 10px 15px;
    }
}

@media (max-width: 575px) {
    .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-img {
        padding: 15px;
    }
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-img img {
    width: 100%;
}

@media (max-width: 1399px) {
    .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-img img {
        min-height: 284px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 1199px) {
    .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-img img {
        min-height: 234px;
    }
}

@media (max-width: 991px) {
    .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-img img {
        min-height: unset;
    }
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-img::before {
    position: absolute;
    left: 50%;
    bottom: -20px;
    content: "";
    background: #D4B0A5;
    width: 2px;
    height: 100px;
}

@media (max-width: 575px) {
    .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-img::before {
        height: 70px;
    }
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text {
    padding: 50px 35px;
    text-align: center;
    background: #fff;
    border-top: 4px solid #EEE1DD;
}

@media (max-width: 1200px) {
    .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text {
        padding: 25px 15px;
    }
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text h2 {
    font-size: 25px;
    text-transform: uppercase;
    border-bottom: 1px solid #EEE1DD;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul {
    list-style: none;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    /* max-width: 270px; */
    margin: 0 auto;
    color: #828282;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li {
        font-size: 18px;
    }
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li:last-child {
    margin-bottom: 0;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #D4B0A5;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #D4B0A5;
}

.wpo-event-section .wpo-event-wrap .col {
    padding: 0;
}

@media (max-width: 767px) {
    .wpo-event-section .wpo-event-wrap .col {
        padding: 0 15px;
    }
}

.wpo-event-section .wpo-event-wrap .col:nth-child(even) .wpo-event-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wpo-event-section .wpo-event-wrap .col:nth-child(even) .wpo-event-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
}

.wpo-event-section .wpo-event-wrap .col:nth-child(even) .wpo-event-img::before {
    bottom: auto;
    top: -20px;
}

@media (max-width: 991px) {
    .wpo-event-section .wpo-event-wrap .col:nth-child(even) .wpo-event-img::before {
        bottom: -20px;
        top: auto;
    }
}

@media (max-width: 991px) {
    .wpo-event-section .wpo-event-wrap .col:nth-child(even) .wpo-event-img {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        -webkit-order: unset;
        -moz-order: unset;
    }
}

.wpo-event-section .wpo-event-wrap .col:nth-child(even) .wpo-event-text {
    border-top: 0;
    border-bottom: 4px solid #EEE1DD;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 991px) {
    .wpo-event-section .wpo-event-wrap .col:nth-child(even) .wpo-event-text {
        border-top: 4px solid #EEE1DD;
        border-bottom: 0;
    }
}

/* 6.8 wpo-partners-section-s3 */
.wpo-partners-section-s3 {
    background: #edf3f8;
}

/* 6.9 wpo-blog-section-s2 */
.wpo-blog-section-s3 {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .wpo-blog-section-s3 {
        padding-top: 90px;
    }
}

/*======================================
 7. Home-style-4 
 =======================================*/
/*7.1 wpo-couple-section-s2*/
.wpo-couple-section-s2 {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .wpo-couple-section-s2 {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .wpo-couple-section-s2 {
        padding-top: 80px;
    }
}

@media (max-width: 575px) {
    .wpo-couple-section-s2 {
        padding-top: 60px;
    }
}

.wpo-couple-section-s2 .couple-area {
    position: relative;
}

.wpo-couple-section-s2 .couple-area .shape-1 {
    position: absolute;
    left: -12%;
    top: 50%;
    z-index: -13;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .wpo-couple-section-s2 .couple-area .shape-1 {
        left: -25%;
    }
}

@media (max-width: 767px) {
    .wpo-couple-section-s2 .couple-area .shape-1 {
        display: none;
    }
}

.wpo-couple-section-s2 .couple-area .shape-2 {
    position: absolute;
    right: -12%;
    top: 50%;
    z-index: -13;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .wpo-couple-section-s2 .couple-area .shape-2 {
        right: -25%;
    }
}

@media (max-width: 767px) {
    .wpo-couple-section-s2 .couple-area .shape-2 {
        display: none;
    }
}

.wpo-couple-section-s2 .couple-area .couple-item {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 3, 77, 0.15);
    box-shadow: 0px 2px 10px rgba(0, 3, 77, 0.15);
    position: relative;
}

@media (max-width: 1399px) {
    .wpo-couple-section-s2 .couple-area .couple-item .couple-text h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .wpo-couple-section-s2 .couple-area .couple-item .couple-text h3 {
        font-size: 26px;
    }
}

.wpo-couple-section-s2 .couple-area .couple-item .couple-img {
    width: 280px;
    height: 280px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .wpo-couple-section-s2 .couple-area .couple-item .couple-img {
        width: 220px;
        height: 220px;
    }
}

@media (max-width: 767px) {
    .wpo-couple-section-s2 .couple-area .couple-item .couple-img {
        margin-bottom: 20px;
    }
}

.wpo-couple-section-s2 .couple-area .couple-item .couple-img img {
    border-radius: 50%;
}

.wpo-couple-section-s2 .couple-area .couple-item .couple-img:after {
    display: none;
}

.wpo-couple-section-s2 .couple-area .couple-item .layer-1,
.wpo-couple-section-s2 .couple-area .couple-item .layer-2,
.wpo-couple-section-s2 .couple-area .couple-item .layer-3 {
    position: absolute;
    left: -10px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 3, 77, 0.15);
    box-shadow: 0px 2px 10px rgba(0, 3, 77, 0.15);
    z-index: -1;
}

@media (max-width: 767px) {

    .wpo-couple-section-s2 .couple-area .couple-item .layer-1,
    .wpo-couple-section-s2 .couple-area .couple-item .layer-2,
    .wpo-couple-section-s2 .couple-area .couple-item .layer-3 {
        display: none;
    }
}

.wpo-couple-section-s2 .couple-area .couple-item .layer-2 {
    left: -20px;
    z-index: -2;
}

.wpo-couple-section-s2 .couple-area .couple-item .layer-3 {
    left: -30px;
    z-index: -3;
}

.wpo-couple-section-s2 .couple-area .col {
    padding: 0;
}

@media (max-width: 767px) {
    .wpo-couple-section-s2 .couple-area .col {
        padding: 0 15px;
    }
}

.wpo-couple-section-s2 .couple-area .col:first-child .couple-item {
    border-right: 2px solid #E5DDDA;
    position: relative;
}

@media (max-width: 767px) {
    .wpo-couple-section-s2 .couple-area .col:first-child .couple-item {
        border-right: 0;
        margin-bottom: 30px;
    }
}

.wpo-couple-section-s2 .couple-area .col:first-child .couple-item .round-1,
.wpo-couple-section-s2 .couple-area .col:first-child .couple-item .round-2,
.wpo-couple-section-s2 .couple-area .col:first-child .couple-item .round-3 {
    position: absolute;
    right: -10px;
    top: 15%;
    width: 20px;
    height: 20px;
    background: #E6DDDA;
    border-radius: 50%;
    z-index: 11;
}

@media (max-width: 767px) {

    .wpo-couple-section-s2 .couple-area .col:first-child .couple-item .round-1,
    .wpo-couple-section-s2 .couple-area .col:first-child .couple-item .round-2,
    .wpo-couple-section-s2 .couple-area .col:first-child .couple-item .round-3 {
        display: none;
    }
}

.wpo-couple-section-s2 .couple-area .col:first-child .couple-item .round-2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wpo-couple-section-s2 .couple-area .col:first-child .couple-item .round-3 {
    top: auto;
    bottom: 15%;
}

.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .layer-1,
.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .layer-2,
.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .layer-3 {
    left: auto;
    right: -10px;
}

.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .layer-2 {
    right: -20px;
    z-index: -2;
}

.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .layer-3 {
    right: -30px;
    z-index: -3;
}

/*7.2 wpo-story-section-s2*/
.wpo-story-section-s2 .wpo-story-item {
    max-width: 1130px;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
    left: -150px;
}

@media (max-width: 1199px) {
    .wpo-story-section-s2 .wpo-story-item {
        left: -110px;
    }
}

@media (max-width: 991px) {
    .wpo-story-section-s2 .wpo-story-item {
        display: block;
        left: 0;
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .wpo-story-section-s2 .wpo-story-item {
        padding-top: 50px;
    }
}

.wpo-story-section-s2 .wpo-story-item .wpo-story-img-wrap {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

.wpo-story-section-s2 .wpo-story-item .wpo-story-img-wrap .wpo-story-img {
    width: 420px;
    height: 420px;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1399px) {
    .wpo-story-section-s2 .wpo-story-item .wpo-story-img-wrap .wpo-story-img {
        width: 350px;
        height: 350px;
        margin-right: -20px;
    }
}

@media (max-width: 1199px) {
    .wpo-story-section-s2 .wpo-story-item .wpo-story-img-wrap .wpo-story-img {
        width: 280px;
        height: 280px;
    }
}

@media (max-width: 991px) {
    .wpo-story-section-s2 .wpo-story-item .wpo-story-img-wrap .wpo-story-img {
        margin: 0 auto;
        margin-bottom: -60px;
    }
}

.wpo-story-section-s2 .wpo-story-item .wpo-story-content {
    padding-left: 0;
    margin-left: 0;
    -ms-flex-preferred-size: 62%;
    flex-basis: 62%;
    border: 1px solid #EAEAEA;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    margin-left: -80px;
}

@media (max-width: 991px) {
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content {
        margin-left: 0;
        margin-top: 0;
        padding-left: 20px;
    }
}

@media (max-width: 575px) {
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content {
        padding-left: 10px;
    }
}

.wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner {
    padding-left: 120px;
}

@media (max-width: 991px) {
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner {
        padding-left: 30px;
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner {
        padding-left: 15px;
    }
}

.wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner:before {
    width: 97%;
    left: 3%;
}

@media (max-width: 991px) {
    .wpo-story-section-s2 .wpo-story-item .wpo-story-content .wpo-story-content-inner:before {
        width: 100%;
        left: 0;
    }
}

.wpo-story-section-s2 .wpo-story-item:first-child {
    padding-top: 30px;
}

.wpo-story-section-s2 .wpo-story-item:nth-child(even) {
    left: auto;
    right: -180px;
    max-width: 1050px;
}

@media (max-width: 1199px) {
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) {
        max-width: 870px;
        right: -150px;
    }
}

@media (max-width: 991px) {
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) {
        right: 0px;
    }
}

.wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-img-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    margin-left: -80px;
}

@media (max-width: 1399px) {
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-img-wrap {
        margin-left: -65px;
    }
}

@media (max-width: 991px) {
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-img-wrap {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        -webkit-order: unset;
        -moz-order: unset;
        margin-left: 0px;
        max-width: 100%;
    }
}

@media (max-width: 1399px) {
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-img-wrap .wpo-story-img {
        margin-right: 0px;
        margin-left: -40px;
    }
}

@media (max-width: 991px) {
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-img-wrap .wpo-story-img {
        margin: 0 auto;
        margin-bottom: -60px;
    }
}

.wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-img-wrap .wpo-img-shape {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px;
    margin-left: 0;
    position: relative;
    padding-left: 0;
    -ms-flex-preferred-size: 62%;
    flex-basis: 62%;
    max-width: unset;
    margin: auto;
    margin-right: 0px;
}

@media (max-width: 991px) {
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content {
        padding: 20px;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        -webkit-order: unset;
        -moz-order: unset;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        text-align: center;
        margin-top: 0px;
    }
}

@media (max-width: 575px) {
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content {
        padding: 10px;
    }
}

.wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner {
    position: relative;
    padding: 60px;
    text-align: right;
    padding-right: 120px;
}

@media (max-width: 991px) {
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner {
        padding: 30px;
        text-align: center;
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner {
        padding: 15px;
        padding-top: 70px;
    }
}

.wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner:before {
    left: auto;
    right: 0;
}

@media (max-width: 991px) {
    .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner:before {
        width: 100%;
        left: 0;
    }
}
