﻿
/*---------------------------
	Fonts
----------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Mogra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shrikhand&family=Baloo+Bhai+2:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Gujarati:wght@400;600&display=swap');
/* 1.1 Theme Reset Style */

html {
    overflow-x: hidden;
}

    :root {
        scroll-behavior: unset;
    }

    body {
      font-family: "Jost", sans-serif;
        font-family: "Kumar One", serif;
    font-family: "Noto Sans Gujarati", sans-serif;
    color: #5C5C5C;
    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: #5C5C5C;
        line-height: 1.8em;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #101010;
        /* font-family: "Sail", cursive;*/
        font-family: "Rasa", 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%;
    }


    @media (min-width: 1400px) {
        .container {
            max-width: 1326px;
        }
    }

    .hidden {
        display: none;
    }

    .sr-only {
        display: none !important;
        opacity: 0;
        visibility: hidden;
    }

    .page-wrapper {
        position: relative;
        overflow: hidden;
    }

    .wow {
        visibility: hidden;
    }

    .fi:before {
        margin: 0;
    }

    .section-bg {
        background: #F5F5F5 !important;
    }

    .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;
        }
    }

    .color-blue {
        color: #415d8e !important;
    }

    .color12 .wpo-event-section .wpo-event-item .wpo-event-text h2 {
        background: #602bad !important;
        font-size: 30px;
    }


    @-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(101, 113, 80, 0.7);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #657150;
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

    .back-to-top i {
        font-size: 18px;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .back-to-top:hover {
        background-color: #657150;
    }

/* 📱 Mobile (≤450px): stay in the right corner of the screen */
@media (max-width: 450px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
        right: 12px;
        bottom: 12px;
    }
}

/* 💻 Tablet/Desktop (>450px): align with centered 450px body */
@media (min-width: 451px) {
    .back-to-top {
        /*right: calc(50% - 450px / 2 + 15px);*/ /* aligns to right edge of 450px layout */
        bottom: 20px;
    }
}


    /** 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 #657150;
        background: #657150;
        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 span,
    .wpo-section-title-s2 span {
        display: block;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        color: #C8A898;
    }

    @media (max-width: 767px) {
        .wpo-section-title span,
        .wpo-section-title-s2 span {
            font-size: 25px;
            line-height: 35px;
            margin-bottom: 0;
        }
    }

    @media (max-width: 575px) {
        .wpo-section-title span,
        .wpo-section-title-s2 span {
            font-size: 18px;
        }
    }

    .wpo-section-title h2,
    .wpo-section-title-s2 h2 {
        font-family: Sail;
        font-size: 50px;
        font-weight: 400;
        margin: 0;
        position: relative;
        color: #101010;
        display: inline-block;
        position: relative;
        margin-top: 10px;
        /* font-family: "Kumar One", serif!important;*/
        font-family: "Noto Sans Gujarati", sans-serif;
    }

    @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: 25px;
            margin-top: 0;
        }
    }

    .wpo-section-title p,
    .wpo-section-title-s2 p {
        font-size: 18px;
    }

    .wpo-section-title-s2 {
        text-align: left;
    }

    @media (max-width: 991px) {
        .wpo-section-title-s2 {
            text-align: center;
        }
    }

    .wpo-section-title-s2 span {
        text-align: left;
    }

    @media (max-width: 991px) {
        .wpo-section-title-s2 span {
            text-align: center;
        }
    }

    .theme-btn, .view-cart-btn,
    .theme-btn-s3 {
        background: #657150;
        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: #657150;
        }

            .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: #657150;
            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 #657150;
            }

        .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 {
            background: #50593f;
            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 {
            padding: 12px 18px;
            font-size: 14px;
        }
    }



    .form input,
    .form textarea,
    .form select {
        border-color: #bfbfbf;
        border-radius: 0;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #595959;
        font-style: normal;
    }

        .form input:focus,
        .form textarea:focus,
        .form select:focus {
            border-color: #657150;
            -webkit-box-shadow: 0 0 5px 0 #808f65;
            -o-box-shadow: 0 0 5px 0 #808f65;
            -ms-box-shadow: 0 0 5px 0 #808f65;
            box-shadow: 0 0 5px 0 #808f65;
        }

    .form ::-webkit-input-placeholder {
        font-style: 14px;
        font-style: italic;
        color: #595959;
    }

    .form :-moz-placeholder {
        font-style: 14px;
        font-style: italic;
        color: #595959;
    }

    .form ::-moz-placeholder {
        font-style: 14px;
        font-style: italic;
        color: #595959;
    }

    .form :-ms-input-placeholder {
        font-style: 14px;
        font-style: italic;
        color: #595959;
    }

    .form select {
        font-style: normal;
        background: url(../images/select-icon.png) no-repeat right center;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        cursor: pointer;
    }

        .form select::-ms-expand {
            /* for IE 11 */
            display: none;
        }

    .form ::-webkit-input-placeholder {
        /* Edge */
        font-style: normal;
    }

    .form :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-style: normal;
    }

    .form ::-ms-input-placeholder {
        font-style: normal;
    }

    .form ::placeholder {
        font-style: normal;
    }



    .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;
    }



    @-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);
        }
    }



    @-webkit-keyframes fade {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0.25;
        }
    }

    @keyframes fade {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0.25;
        }
    }


    @-webkit-keyframes fade-in {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fade-in {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


    /*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
    /*-- 2.1 topbar --*/
    .top-godimg {
        margin-top: -60px;
        padding: 0 40px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .topbar {
        background: #657150;
        padding: 0 60px;
    }

    .one-img img {
        width: 100px;
    }

    .one-img .god-name {
        font-size: 10px;
        color: #b8860b;
        font-weight: 600;
        font-style: italic;
        text-align: center;
        margin: 0px 0;
        letter-spacing: 1px;
        background: linear-gradient(to right, #f00c0c, #f93306, #fb6804, #ff6c04);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "Rasa", serif;
    }

    .sec-img img {
        width: 80px;
    }

    .sec-img .god-name {
        font-size: 10px;
        color: #b8860b;
        font-weight: 600;
        font-style: italic;
        text-align: center;
        margin: 0px 0;
        letter-spacing: 1px;
        background: linear-gradient(to right, #f00c0c, #f93306, #fb6804, #ff6c04);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "Rasa", serif;
    }

    .video-heading {
        font-family: 'Tiro Devanagari Gujarati', serif;
        color: #fde4bb;
        font-size: 1.25rem;
        font-weight: 600;
        display: inline-block;
        padding-bottom: 5px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 0.5rem;
        position: relative;
    }

        .video-heading span {
            display: block;
            width: 60%;
            height: 3px;
            background: #e0a96d;
            margin: 8px auto 0;
            border-radius: 3px;
        }

    /* ✅ Responsive design for all devices */

    /* For tablets (max-width: 768px) */
    @media (max-width: 768px) {
        .video-heading {
            font-size: 1.1rem;
            line-height: 26px;
        }

            .video-heading span {
                width: 70%;
            }
    }

    /* For mobile devices (max-width: 480px) */
    @media (max-width: 480px) {
        .video-heading {
            font-size: 1rem;
            line-height: 24px;
            padding-bottom: 3px;
        }

            .video-heading span {
                width: 80%;
                height: 2.5px;
            }

        .video-wrap.new-vdframe.darsh-video {
            padding: 40px 0 60px 0;
        }

            .video-wrap.new-vdframe.darsh-video img {
                min-height: 130px;
                width: 75% !important;
                -o-object-fit: cover;
                object-fit: cover;
            }
    }

    /* For extra small screens (max-width: 325px) */
    @media (max-width: 325px) {
        .video-heading {
            font-size: 0.9rem;
            line-height: 22px;
        }

            .video-heading span {
                width: 85%;
                height: 2px;
            }

        .video-wrap.new-vdframe.darsh-video img {
            min-height: 130px;
            width: 75% !important;
            -o-object-fit: cover;
            object-fit: cover;
        }
    }


    @media (max-width: 1399px) {
        .topbar {
            padding: 0 10px;
        }

        .top-godimg {
            padding: 0 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }

    @media (max-width: 991px) {
        .topbar {
            text-align: center;
            padding: 0;
        }

        .top-godimg {
            padding: 0 20px;
            display: flex;
            align-items: center;
            justify-content: space-around;
        }
    }

    @media screen and (min-width:768px) and (max-width: 990px) {
        .top-godimg {
            margin-top: -60px;
            padding: 0 80px;
            display: flex;
            align-items: center;
            justify-content: space-around;
        }
    }

    @media (max-width: 767px) {
        .header-style-1 {
            text-align: center;
            padding: 20px 0;
        }

        .top-godimg {
            display: flex;
            align-items: center;
            justify-content: space-around;
        }
    }

    @media (max-width: 501px) {

        .one-img img {
            width: 100px;
        }

        .sec-img img {
            width: 80px;
        }
    }

    @media screen and (min-width:581px) and (max-width: 766px) {
        .top-godimg {
            margin-top: -60px;
            padding: 0 80px;
            display: flex;
            align-items: center;
            justify-content: space-around;
        }
        /*    .paragraph-section {
        width: 50%;
        margin: 0 auto;
    }*/
        .paragraph-txt {
            font-size: 12px;
        }
    }

    @media screen and (min-width:511px) and (max-width: 580px) {
        .top-godimg {
            margin-top: -60px;
            padding: 0 80px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .paragraph-txt {
            font-size: 12px;
        }
    }

    @media screen and (min-width:471px) and (max-width: 510px) {
        .top-godimg {
            margin-top: -60px;
            padding: 0 60px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .paragraph-txt {
            font-size: 12px;
        }
    }

    @media screen and (min-width:451px) and (max-width: 470px) {
        .top-godimg {
            margin-top: -60px;
            padding: 0 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .one-img img {
            width: 60px;
        }

        .sec-img img {
            width: 50px;
        }

        .paragraph-txt {
            font-size: 12px;
        }
    }

    @media screen and (max-width:450px) {
        .top-godimg {
            margin-top: -60px;
            padding: 0 10px !important;
            display: flex;
            align-items: center;
            justify-content: space-around !important;
        }

        .paragraph-section {
            width: 310px;
            margin: 0 auto;
        }

        .paragraph-section-two {
            width: 310px;
            margin: 0 auto;
        }
        .wpo-couple-section .couple-area {
            padding-top: 100px !important;
        }
    }

    @media screen and (min-width:320px) and (max-width: 450px) {


        .one-img img {
            width: 60px;
        }

        .sec-img img {
            width: 50px;
        }



        .paragraph-txt {
            font-size: 12px;
        }
    }
    /* 🌸 For very small screens: 280px to 325px */
    @media screen and (max-width: 325px) {
        .top-godimg {
            margin-top: -50px !important;
            padding: 0 15px !important;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between !important;
            gap: 8px;
        }

            .top-godimg .sec-img img {
                width: 55px !important;
                height: auto !important;
            }

            .top-godimg .god-name {
                font-size: 11px !important;
                line-height: 14px !important;
                margin-top: 4px !important;
            }

        .one-img img {
            width: 70px !important;
            height: auto !important;
        }

        .god-name-shlok {
            font-size: 12px !important;
            line-height: 16px !important;
            padding: 5px 8px !important;
        }

        .invitation-font {
            font-size: 20px !important;
        }

        .couple-names {
            font-size: 18px !important;
        }

        .date-banner p {
            font-size: 13px !important;
        }

        .static-hero .static-hero-right, .static-hero-s2 .static-hero-right, .static-hero-s3 .static-hero-right, .static-hero-s5 .static-hero-right, .static-hero-s10 .static-hero-right {
            position: relative;
            margin: 0;
            right: auto;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            top: auto;
            width: 55% !important;
        }

        .paragraph-section {
            width: 250px;
            margin: 0 auto;
        }

        .paragraph-section-two {
            width: 250px;
            margin: 0 auto;
        }

    }


    @media screen (max-width:320px) {
        .one-img img {
            width: 100px;
        }

        .paragraph-section {
            width: 225px;
            margin: 0 auto;
        }

        .sec-img img {
            width: 80px;
        }
    }

    .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: #657150;
        }

    .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;
    }

    @media (min-width: 1500px) {
        .wpo-site-header {
            padding: 0 80px;
        }
    }

    .wpo-site-header .navigation {
        background-color: #fff;
        margin-bottom: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
    }

    .navbar-header .navbar-brand {
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        font-family: "Noto Sans Gujarati", sans-serif;
        /* font-family: 'Shrikhand', cursive;*/ /* Gujarati decorative font */

        color: #657150;
    }

        .navbar-header .navbar-brand:hover {
            color: #657150;
        }

    /*.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 -5px 15px #086ad84a;
  box-shadow: 0 -5px 15px #086ad84a;
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}*/

    .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: #657150;
        }








    @media (min-width: 1024px) {
        .static-hero.wedding-section {
            margin: 85px 0 0 0 !important;
        }
    }


    @media screen and (min-width: 992px) {

        .wpo-site-header #navbar {
            /*** hover effect ***/
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .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: #657150;
                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;
            }

            .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: #657150;
            }

        .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: -18px;
        }


        ul.social-media li a {
            color: #a0811d;
            width: 30px !important;
            height: 30px !important;
            line-height: 30px !important;
            background: #ffffff00;
            display: block;
            text-align: center;
            border-radius: 50%;
            font-size: 18px;
            -webkit-transition: all .3s;
            transition: all .3s;
        }
    }

    .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: #101010;
        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);
    }

    @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 {
        background: transparent;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 99;
        /* navigation open and close btn hide for width screen */
        /* style for navigation less than 992px */
        /*navbar collaps less then 992px*/
    }

    @media (max-width: 991px) {
        .wpo-site-header {
            position: relative;
        }
    }

    .wpo-site-header .navigation {
        background: #f9f2e1;
        margin-bottom: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
    }

        .wpo-site-header .navigation.sticky-header {
            background: #f9f2e1;
        }

        .wpo-site-header .navigation > .container {
            position: relative;
        }

    @media (max-width: 991px) {
        .wpo-site-header .navigation {
            padding: 10px 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: #586245;
        }

    @media screen and (min-width: 992px) {
        .wpo-site-header #navbar {
            /*** hover effect ***/
        }

            .wpo-site-header #navbar li {
                position: relative;
            }

            .wpo-site-header #navbar > ul > li > a {
                font-size: 16px;
                padding: 35px 20px;
                display: block;
                color: #323232;
                font-weight: 500;
                position: relative;
                text-transform: uppercase;
            }
    }

    @media screen and (min-width: 992px) and (max-width: 1870px) {
        .wpo-site-header #navbar > ul > li > a {
            padding: 18px 25px 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: 240px;
            position: absolute;
            padding: 20px;
            left: 0;
            top: 110%;
            z-index: 10;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .wpo-site-header #navbar > ul > li .sub-menu a {
            font-size: 16px;
            font-size: 1.06667rem;
            display: inline-block;
            padding: 5px 0px;
            color: #101010;
            position: relative;
            overflow: hidden;
            -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: #657150;
                -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: 500;
            }

            .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;
        }

        .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 (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;
                }

                .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: #967728;
                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: #525a44;
                display: block !important;
                width: 300px;
                height: 100vh !important;
                margin: 0;
                padding: 0;
                border: 0;
                position: fixed !important;
                left: -320px;
                top: 0px !important;
                z-index: 999999;
                opacity: 0;
                visibility: hidden;
                overflow: hidden !important;
            }

                .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: #657150;
                    }

                .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;
        }
    }

    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 80px;
    }

    @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: 60px;
        }
    }

    @media (max-width: 370px) {
        .wpo-site-header .navbar-header .navbar-brand img {
            max-width: 60px;
        }
    }

    @media (max-width: 1700px) {
        .wpo-site-header {
            padding: 0 30px;
        }
    }

    @media (max-width: 1500px) {
        .wpo-site-header #navbar > ul > li > a {
            padding: 30px 15px;
        }

        .wpo-site-header {
            padding: 0 0px !important;
        }
    }

    @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: 16px;
        }

        .static-hero .wpo-static-hero-inner, .static-hero-s2 .wpo-static-hero-inner, .static-hero-s3 .wpo-static-hero-inner, .static-hero-s5 .wpo-static-hero-inner, .static-hero-s10 .wpo-static-hero-inner {
            padding-top: 150px !important;
        }
    }

    @media (max-width: 991px) {
        .wpo-site-header #navbar > ul > li > a {
            font-size: 15px;
        }

        .static-hero .wpo-static-hero-inner, .static-hero-s2 .wpo-static-hero-inner, .static-hero-s3 .wpo-static-hero-inner, .static-hero-s5 .wpo-static-hero-inner, .static-hero-s10 .wpo-static-hero-inner {
            padding-top: 50px !important;
        }
    }

    @media (max-width: 767px) {
        .wpo-site-header .navigation {
            padding: 10px 0;
        }

        .header-right .theme-btn, .header-right .view-cart-btn {
            padding: 20px 12px;
        }

        .wpo-site-header .header-right .close-form {
            display: none;
        }
    }



    @media (max-width: 991px) {
        .wpo-site-header #navbar > ul > li > a {
            padding: 15px 30px;
        }
    }

    @media (max-width: 991px) {
        .wpo-site-header,
        .wpo-header-style-2 {
            z-index: 99999;
        }
    }

    .wpo-site-header .navigation.sticky-header {
        padding: 0 80px;
    }

    @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: 10px 10px;
        }
    }

    /*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
    /*3.1 wpo-hero-slider*/
    .wpo-hero-slider,
    .wpo-hero-slider-s3,
    .static-hero,
    .static-hero-s2,
    .static-hero-s3,
    .static-hero-s4,
    .static-hero-s10 {
        width: 100%;
        height: 900px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 0;
    }

    @media (max-width: 991px) {
        .wpo-hero-slider,
        .wpo-hero-slider-s3,
        .static-hero,
        .static-hero-s2,
        .static-hero-s3,
        .static-hero-s4,
        .static-hero-s10 {
            height: 600px;
        }
    }

    @media (max-width: 767px) {
        .wpo-hero-slider,
        .wpo-hero-slider-s3,
        .static-hero,
        .static-hero-s2,
        .static-hero-s3,
        .static-hero-s4,
        .static-hero-s10 {
            height: 500px;
        }
    }

    .wpo-hero-slider .swiper-slide,
    .wpo-hero-slider-s3 .swiper-slide,
    .static-hero .swiper-slide,
    .static-hero-s2 .swiper-slide,
    .static-hero-s3 .swiper-slide,
    .static-hero-s4 .swiper-slide,
    .static-hero-s10 .swiper-slide {
        overflow: hidden;
    }

    .wpo-hero-slider .swiper-container,
    .wpo-hero-slider .hero-container,
    .wpo-hero-slider-s3 .swiper-container,
    .wpo-hero-slider-s3 .hero-container,
    .static-hero .swiper-container,
    .static-hero .hero-container,
    .static-hero-s2 .swiper-container,
    .static-hero-s2 .hero-container,
    .static-hero-s3 .swiper-container,
    .static-hero-s3 .hero-container,
    .static-hero-s4 .swiper-container,
    .static-hero-s4 .hero-container,
    .static-hero-s10 .swiper-container,
    .static-hero-s10 .hero-container {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .wpo-hero-slider .slide-inner,
    .wpo-hero-slider .hero-inner,
    .wpo-hero-slider-s3 .slide-inner,
    .wpo-hero-slider-s3 .hero-inner,
    .static-hero .slide-inner,
    .static-hero .hero-inner,
    .static-hero-s2 .slide-inner,
    .static-hero-s2 .hero-inner,
    .static-hero-s3 .slide-inner,
    .static-hero-s3 .hero-inner,
    .static-hero-s4 .slide-inner,
    .static-hero-s4 .hero-inner,
    .static-hero-s10 .slide-inner,
    .static-hero-s10 .hero-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background-size: cover;
        background-position: center;
        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;
        text-align: left;
    }

    .wpo-hero-slider .swiper-button-prev,
    .wpo-hero-slider .swiper-button-next,
    .wpo-hero-slider-s3 .swiper-button-prev,
    .wpo-hero-slider-s3 .swiper-button-next,
    .static-hero .swiper-button-prev,
    .static-hero .swiper-button-next,
    .static-hero-s2 .swiper-button-prev,
    .static-hero-s2 .swiper-button-next,
    .static-hero-s3 .swiper-button-prev,
    .static-hero-s3 .swiper-button-next,
    .static-hero-s4 .swiper-button-prev,
    .static-hero-s4 .swiper-button-next,
    .static-hero-s10 .swiper-button-prev,
    .static-hero-s10 .swiper-button-next {
        background: rgba(255, 255, 255, 0.2);
        width: 60px;
        height: 60px;
        line-height: 60px;
        border: 2px solid #fff;
        border-radius: 50%;
        opacity: 0.7;
        text-align: center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .wpo-hero-slider .swiper-button-prev:hover,
        .wpo-hero-slider .swiper-button-next:hover,
        .wpo-hero-slider-s3 .swiper-button-prev:hover,
        .wpo-hero-slider-s3 .swiper-button-next:hover,
        .static-hero .swiper-button-prev:hover,
        .static-hero .swiper-button-next:hover,
        .static-hero-s2 .swiper-button-prev:hover,
        .static-hero-s2 .swiper-button-next:hover,
        .static-hero-s3 .swiper-button-prev:hover,
        .static-hero-s3 .swiper-button-next:hover,
        .static-hero-s4 .swiper-button-prev:hover,
        .static-hero-s4 .swiper-button-next:hover,
        .static-hero-s10 .swiper-button-prev:hover,
        .static-hero-s10 .swiper-button-next:hover {
            opacity: 0.9;
        }

    @media (max-width: 767px) {
        .wpo-hero-slider .swiper-button-prev,
        .wpo-hero-slider .swiper-button-next,
        .wpo-hero-slider-s3 .swiper-button-prev,
        .wpo-hero-slider-s3 .swiper-button-next,
        .static-hero .swiper-button-prev,
        .static-hero .swiper-button-next,
        .static-hero-s2 .swiper-button-prev,
        .static-hero-s2 .swiper-button-next,
        .static-hero-s3 .swiper-button-prev,
        .static-hero-s3 .swiper-button-next,
        .static-hero-s4 .swiper-button-prev,
        .static-hero-s4 .swiper-button-next,
        .static-hero-s10 .swiper-button-prev,
        .static-hero-s10 .swiper-button-next {
            display: none;
        }
    }

    .wpo-hero-slider .swiper-button-prev,
    .wpo-hero-slider-s3 .swiper-button-prev,
    .static-hero .swiper-button-prev,
    .static-hero-s2 .swiper-button-prev,
    .static-hero-s3 .swiper-button-prev,
    .static-hero-s4 .swiper-button-prev,
    .static-hero-s10 .swiper-button-prev {
        left: 25px;
    }

        .wpo-hero-slider .swiper-button-prev:before,
        .wpo-hero-slider-s3 .swiper-button-prev:before,
        .static-hero .swiper-button-prev:before,
        .static-hero-s2 .swiper-button-prev:before,
        .static-hero-s3 .swiper-button-prev:before,
        .static-hero-s4 .swiper-button-prev:before,
        .static-hero-s10 .swiper-button-prev:before {
            font-family: "themify";
            content: "\e629";
            font-size: 20px;
            color: #fff;
        }

    .wpo-hero-slider .swiper-button-next,
    .wpo-hero-slider-s3 .swiper-button-next,
    .static-hero .swiper-button-next,
    .static-hero-s2 .swiper-button-next,
    .static-hero-s3 .swiper-button-next,
    .static-hero-s4 .swiper-button-next,
    .static-hero-s10 .swiper-button-next {
        right: 25px;
    }

        .wpo-hero-slider .swiper-button-next:before,
        .wpo-hero-slider-s3 .swiper-button-next:before,
        .static-hero .swiper-button-next:before,
        .static-hero-s2 .swiper-button-next:before,
        .static-hero-s3 .swiper-button-next:before,
        .static-hero-s4 .swiper-button-next:before,
        .static-hero-s10 .swiper-button-next:before {
            font-family: "themify";
            content: "\e628";
            font-size: 20px;
            color: #fff;
        }

    @media (max-width: 991px) {
        .wpo-hero-slider .swiper-button-prev,
        .wpo-hero-slider .swiper-button-next,
        .wpo-hero-slider-s3 .swiper-button-prev,
        .wpo-hero-slider-s3 .swiper-button-next,
        .static-hero .swiper-button-prev,
        .static-hero .swiper-button-next,
        .static-hero-s2 .swiper-button-prev,
        .static-hero-s2 .swiper-button-next,
        .static-hero-s3 .swiper-button-prev,
        .static-hero-s3 .swiper-button-next,
        .static-hero-s4 .swiper-button-prev,
        .static-hero-s4 .swiper-button-next,
        .static-hero-s10 .swiper-button-prev,
        .static-hero-s10 .swiper-button-next {
            display: none;
        }
    }

    .wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .wpo-hero-slider-s3 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .static-hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .static-hero-s2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .static-hero-s3 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .static-hero-s4 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .static-hero-s10 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 25px 0 !important;
    }

    .wpo-hero-slider .swiper-pagination,
    .wpo-hero-slider-s3 .swiper-pagination,
    .static-hero .swiper-pagination,
    .static-hero-s2 .swiper-pagination,
    .static-hero-s3 .swiper-pagination,
    .static-hero-s4 .swiper-pagination,
    .static-hero-s10 .swiper-pagination {
        right: 50px;
        top: 60%;
        left: auto;
        width: unset;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    @media (max-width: 575px) {
        .wpo-hero-slider .swiper-pagination,
        .wpo-hero-slider-s3 .swiper-pagination,
        .static-hero .swiper-pagination,
        .static-hero-s2 .swiper-pagination,
        .static-hero-s3 .swiper-pagination,
        .static-hero-s4 .swiper-pagination,
        .static-hero-s10 .swiper-pagination {
            right: 20px;
            top: 55%;
        }
    }

    .wpo-hero-slider .swiper-pagination .swiper-pagination-bullet,
    .wpo-hero-slider-s3 .swiper-pagination .swiper-pagination-bullet,
    .static-hero .swiper-pagination .swiper-pagination-bullet,
    .static-hero-s2 .swiper-pagination .swiper-pagination-bullet,
    .static-hero-s3 .swiper-pagination .swiper-pagination-bullet,
    .static-hero-s4 .swiper-pagination .swiper-pagination-bullet,
    .static-hero-s10 .swiper-pagination .swiper-pagination-bullet {
        text-align: center;
        line-height: 12px;
        font-size: 18px;
        color: #fff;
        opacity: 1;
        display: block;
        background: none;
    }

        .wpo-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
        .wpo-hero-slider-s3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
        .static-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
        .static-hero-s2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
        .static-hero-s3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
        .static-hero-s4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
        .static-hero-s10 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            color: #fff;
            position: relative;
        }

            .wpo-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
            .wpo-hero-slider-s3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
            .static-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
            .static-hero-s2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
            .static-hero-s3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
            .static-hero-s4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
            .static-hero-s10 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
                position: absolute;
                left: -55px;
                top: 50%;
                width: 50px;
                height: 1px;
                content: "";
                background: #fff;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

    .wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .wpo-hero-slider-s3 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .static-hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .static-hero-s2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .static-hero-s3 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .static-hero-s4 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .static-hero-s10 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }

    @media (max-width: 1199px) {
        .wpo-hero-slider,
        .static-hero,
        .static-hero-s2,
        .static-hero-s3,
        .static-hero-s4,
        .static-hero-s10,
        .wpo-hero-slider-s2,
        .wpo-hero-slider-s3 {
            height: 680px;
        }
    }

    @media (max-width: 991px) {
        .wpo-hero-slider,
        .static-hero,
        .static-hero-s2,
        .static-hero-s3,
        .static-hero-s4,
        .static-hero-s10,
        .wpo-hero-slider-s2,
        .wpo-hero-slider-s3 {
            height: 600px;
        }
    }

    @media (max-width: 767px) {
        .wpo-hero-slider,
        .static-hero,
        .static-hero-s2,
        .static-hero-s3,
        .static-hero-s4,
        .static-hero-s10,
        .wpo-hero-slider-s2,
        .wpo-hero-slider-s3 {
            height: 500px;
        }
    }

    .wpo-hero-slider .gradient-overlay,
    .static-hero .gradient-overlay,
    .static-hero-s2 .gradient-overlay,
    .static-hero-s3 .gradient-overlay,
    .static-hero-s4 .gradient-overlay,
    .static-hero-s10 .gradient-overlay,
    .wpo-hero-slider-s2 .gradient-overlay,
    .wpo-hero-slider-s3 .gradient-overlay {
        background: -webkit-gradient(linear, left top, right top, color-stop(45%, #101010), color-stop(65%, transparent));
        background: linear-gradient(left, #101010 45%, transparent 65%);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        opacity: .6;
    }

        .wpo-hero-slider .gradient-overlay + .container,
        .static-hero .gradient-overlay + .container,
        .static-hero-s2 .gradient-overlay + .container,
        .static-hero-s3 .gradient-overlay + .container,
        .static-hero-s4 .gradient-overlay + .container,
        .static-hero-s10 .gradient-overlay + .container,
        .wpo-hero-slider-s2 .gradient-overlay + .container,
        .wpo-hero-slider-s3 .gradient-overlay + .container {
            position: relative;
            z-index: 11;
        }

    .wpo-hero-slider .swiper-slide,
    .static-hero .swiper-slide,
    .static-hero-s2 .swiper-slide,
    .static-hero-s3 .swiper-slide,
    .static-hero-s4 .swiper-slide,
    .static-hero-s10 .swiper-slide,
    .wpo-hero-slider-s2 .swiper-slide,
    .wpo-hero-slider-s3 .swiper-slide {
        position: relative;
        z-index: 11;
    }

    .wpo-hero-slider .wpo-hero-title-top span,
    .static-hero .wpo-hero-title-top span,
    .static-hero-s2 .wpo-hero-title-top span,
    .static-hero-s3 .wpo-hero-title-top span,
    .static-hero-s4 .wpo-hero-title-top span,
    .static-hero-s10 .wpo-hero-title-top span,
    .wpo-hero-slider-s2 .wpo-hero-title-top span,
    .wpo-hero-slider-s3 .wpo-hero-title-top span {
        font-size: 22px;
        color: #e4e4e4;
        font-family: "Noto Sans Gujarati", sans-serif;
        /*font-family: "Sail", cursive;*/
    }

    @media (max-width: 767px) {
        .wpo-hero-slider .wpo-hero-title-top span,
        .static-hero .wpo-hero-title-top span,
        .static-hero-s2 .wpo-hero-title-top span,
        .static-hero-s3 .wpo-hero-title-top span,
        .static-hero-s4 .wpo-hero-title-top span,
        .static-hero-s10 .wpo-hero-title-top span,
        .wpo-hero-slider-s2 .wpo-hero-title-top span,
        .wpo-hero-slider-s3 .wpo-hero-title-top span {
            font-size: 15px;
        }
    }

    .wpo-hero-slider .slide-title h2,
    .static-hero .slide-title h2,
    .static-hero-s2 .slide-title h2,
    .static-hero-s3 .slide-title h2,
    .static-hero-s4 .slide-title h2,
    .static-hero-s10 .slide-title h2,
    .wpo-hero-slider-s2 .slide-title h2,
    .wpo-hero-slider-s3 .slide-title h2 {
        font-size: 100px;
        font-weight: 500;
        line-height: 60px;
        margin: 10px 0 35px;
        color: #fff;
        text-transform: uppercase;
    }

    @media (max-width: 1199px) {
        .wpo-hero-slider .slide-title h2,
        .static-hero .slide-title h2,
        .static-hero-s2 .slide-title h2,
        .static-hero-s3 .slide-title h2,
        .static-hero-s4 .slide-title h2,
        .static-hero-s10 .slide-title h2,
        .wpo-hero-slider-s2 .slide-title h2,
        .wpo-hero-slider-s3 .slide-title h2 {
            font-size: 50px;
            font-size: 3.33333rem;
        }
    }

    @media (max-width: 991px) {
        .wpo-hero-slider .slide-title h2,
        .static-hero .slide-title h2,
        .static-hero-s2 .slide-title h2,
        .static-hero-s3 .slide-title h2,
        .static-hero-s4 .slide-title h2,
        .static-hero-s10 .slide-title h2,
        .wpo-hero-slider-s2 .slide-title h2,
        .wpo-hero-slider-s3 .slide-title h2 {
            font-size: 40px;
            font-size: 2.66667rem;
            line-height: 55px;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 767px) {
        .wpo-hero-slider .slide-title h2,
        .static-hero .slide-title h2,
        .static-hero-s2 .slide-title h2,
        .static-hero-s3 .slide-title h2,
        .static-hero-s4 .slide-title h2,
        .static-hero-s10 .slide-title h2,
        .wpo-hero-slider-s2 .slide-title h2,
        .wpo-hero-slider-s3 .slide-title h2 {
            font-size: 30px;
            font-size: 2rem;
            line-height: 36px;
        }
    }

    .static-hero .slide-text.date-banner p {
        color: #fd3108 !important;
    }

    .wpo-hero-slider .slide-text p,
    .static-hero .slide-text p,
    .static-hero-s2 .slide-text p,
    .static-hero-s3 .slide-text p,
    .static-hero-s4 .slide-text p,
    .static-hero-s10 .slide-text p,
    .wpo-hero-slider-s2 .slide-text p,
    .wpo-hero-slider-s3 .slide-text p {
        font-size: 30px;
        color: #fff;
        line-height: 45px;
        color: #fff;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    @media (max-width: 991px) {
        .wpo-hero-slider .slide-text p,
        .static-hero .slide-text p,
        .static-hero-s2 .slide-text p,
        .static-hero-s3 .slide-text p,
        .static-hero-s4 .slide-text p,
        .static-hero-s10 .slide-text p,
        .wpo-hero-slider-s2 .slide-text p,
        .wpo-hero-slider-s3 .slide-text p {
            font-size: 18px;
            font-size: 1.2rem;
            line-height: 30px;
            margin-bottom: 25px;
        }
    }

    @media (max-width: 767px) {
        .wpo-hero-slider .slide-text p,
        .static-hero .slide-text p,
        .static-hero-s2 .slide-text p,
        .static-hero-s3 .slide-text p,
        .static-hero-s4 .slide-text p,
        .static-hero-s10 .slide-text p,
        .wpo-hero-slider-s2 .slide-text p,
        .wpo-hero-slider-s3 .slide-text p {
            font-size: 16px;
            font-size: 1.06667rem;
            line-height: 22px;
            margin-bottom: 30px;
        }
    }

    .wpo-couple-section .couple-area .couple-item .couple-text p strong {
        color: #b22222 !important;
    }

    .couple-text h3 {
        font-family: "Rasa", serif !important;
    }

    .paragraph-txt {
        font-family: "Rasa", serif !important;
        color: #3f0f6a;
        font-weight: 500;
    }

    @media (max-width: 575px) {
        .wpo-couple-section .couple-area .couple-item .couple-text p {
            font-size: 14px !important;
            line-height: 22px;
        }

        .paragraph-txt {
            max-width: 500px;
            font-size: 12px;
            color: #3f0f6a;
            font-weight: 500;
        }
    }

    .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #ffffff0a !important;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .wpo-hero-slider .slide-btns .theme-btn, .wpo-hero-slider .slide-btns .view-cart-btn,
    .static-hero .slide-btns .theme-btn,
    .static-hero .slide-btns .view-cart-btn,
    .static-hero-s2 .slide-btns .theme-btn,
    .static-hero-s2 .slide-btns .view-cart-btn,
    .static-hero-s3 .slide-btns .theme-btn,
    .static-hero-s3 .slide-btns .view-cart-btn,
    .static-hero-s4 .slide-btns .theme-btn,
    .static-hero-s4 .slide-btns .view-cart-btn,
    .static-hero-s10 .slide-btns .theme-btn,
    .static-hero-s10 .slide-btns .view-cart-btn,
    .wpo-hero-slider-s2 .slide-btns .theme-btn,
    .wpo-hero-slider-s2 .slide-btns .view-cart-btn,
    .wpo-hero-slider-s3 .slide-btns .theme-btn,
    .wpo-hero-slider-s3 .slide-btns .view-cart-btn {
        border-radius: 0;
        font-weight: 600;
        font-size: 18px;
    }

        .wpo-hero-slider .slide-btns .theme-btn:after, .wpo-hero-slider .slide-btns .view-cart-btn:after,
        .static-hero .slide-btns .theme-btn:after,
        .static-hero .slide-btns .view-cart-btn:after,
        .static-hero-s2 .slide-btns .theme-btn:after,
        .static-hero-s2 .slide-btns .view-cart-btn:after,
        .static-hero-s3 .slide-btns .theme-btn:after,
        .static-hero-s3 .slide-btns .view-cart-btn:after,
        .static-hero-s4 .slide-btns .theme-btn:after,
        .static-hero-s4 .slide-btns .view-cart-btn:after,
        .static-hero-s10 .slide-btns .theme-btn:after,
        .static-hero-s10 .slide-btns .view-cart-btn:after,
        .wpo-hero-slider-s2 .slide-btns .theme-btn:after,
        .wpo-hero-slider-s2 .slide-btns .view-cart-btn:after,
        .wpo-hero-slider-s3 .slide-btns .theme-btn:after,
        .wpo-hero-slider-s3 .slide-btns .view-cart-btn:after {
            border-radius: 0;
        }

    .wpo-hero-slider .slide-btns .hero-video-btn,
    .static-hero .slide-btns .hero-video-btn,
    .static-hero-s2 .slide-btns .hero-video-btn,
    .static-hero-s3 .slide-btns .hero-video-btn,
    .static-hero-s4 .slide-btns .hero-video-btn,
    .static-hero-s10 .slide-btns .hero-video-btn,
    .wpo-hero-slider-s2 .slide-btns .hero-video-btn,
    .wpo-hero-slider-s3 .slide-btns .hero-video-btn {
        margin-left: 40px;
    }

    @media (max-width: 767px) {
        .wpo-hero-slider .slide-btns .hero-video-btn,
        .static-hero .slide-btns .hero-video-btn,
        .static-hero-s2 .slide-btns .hero-video-btn,
        .static-hero-s3 .slide-btns .hero-video-btn,
        .static-hero-s4 .slide-btns .hero-video-btn,
        .static-hero-s10 .slide-btns .hero-video-btn,
        .wpo-hero-slider-s2 .slide-btns .hero-video-btn,
        .wpo-hero-slider-s3 .slide-btns .hero-video-btn {
            margin-left: 20px;
        }
    }

    /*-------------------------------------------
	hero style 1
--------------------------------------------*/
    .static-hero,
    .static-hero-s2,
    .static-hero-s3,
    .static-hero-s5,
    .static-hero-s10 {
        background: #FCFDFA;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 950px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

    @media (max-width: 1400px) {
        .static-hero,
        .static-hero-s2,
        .static-hero-s3,
        .static-hero-s5,
        .static-hero-s10 {
            height: 900px;
        }
    }

    @media (max-width: 1199px) {
        .static-hero,
        .static-hero-s2,
        .static-hero-s3,
        .static-hero-s5,
        .static-hero-s10 {
            height: 780px;
        }
    }

    @media (max-width: 991px) {
        .static-hero,
        .static-hero-s2,
        .static-hero-s3,
        .static-hero-s5,
        .static-hero-s10 {
            height: 100%;
            display: block;
            padding-bottom: 150px;
        }
    }

    @media (max-width: 450px) {
        .static-hero,
        .static-hero-s2,
        .static-hero-s3,
        .static-hero-s5,
        .static-hero-s10 {
            padding-bottom: 100px;
        }
    }

    @media (max-width: 991px) {
        .static-hero .hero-container,
        .static-hero-s2 .hero-container,
        .static-hero-s3 .hero-container,
        .static-hero-s5 .hero-container,
        .static-hero-s10 .hero-container {
            position: relative;
        }
    }

    @media (max-width: 991px) {
        .static-hero .hero-inner,
        .static-hero-s2 .hero-inner,
        .static-hero-s3 .hero-inner,
        .static-hero-s5 .hero-inner,
        .static-hero-s10 .hero-inner {
            position: relative;
            display: block;
        }
    }

    .static-hero .wpo-static-hero-inner,
    .static-hero-s2 .wpo-static-hero-inner,
    .static-hero-s3 .wpo-static-hero-inner,
    .static-hero-s5 .wpo-static-hero-inner,
    .static-hero-s10 .wpo-static-hero-inner {
        padding-left: 195px;
        padding-top: 40px;
    }

    @media (max-width: 1800px) {
        .static-hero .wpo-static-hero-inner,
        .static-hero-s2 .wpo-static-hero-inner,
        .static-hero-s3 .wpo-static-hero-inner,
        .static-hero-s5 .wpo-static-hero-inner,
        .static-hero-s10 .wpo-static-hero-inner {
            padding-left: 140px;
        }
    }

    @media (max-width: 1600px) {
        .static-hero .wpo-static-hero-inner,
        .static-hero-s2 .wpo-static-hero-inner,
        .static-hero-s3 .wpo-static-hero-inner,
        .static-hero-s5 .wpo-static-hero-inner,
        .static-hero-s10 .wpo-static-hero-inner {
            padding-left: 70px;
        }
    }

    @media (max-width: 1400px) {
        .static-hero .wpo-static-hero-inner,
        .static-hero-s2 .wpo-static-hero-inner,
        .static-hero-s3 .wpo-static-hero-inner,
        .static-hero-s5 .wpo-static-hero-inner,
        .static-hero-s10 .wpo-static-hero-inner {
            padding-left: 20px;
        }
    }

    @media (max-width: 991px) {
        .static-hero .wpo-static-hero-inner,
        .static-hero-s2 .wpo-static-hero-inner,
        .static-hero-s3 .wpo-static-hero-inner,
        .static-hero-s5 .wpo-static-hero-inner,
        .static-hero-s10 .wpo-static-hero-inner {
            padding-bottom: 0;
            padding-left: 0px;
            text-align: center;
            padding-top: 20px;
        }
    }

    .static-hero .slide-title h2,
    .static-hero-s2 .slide-title h2,
    .static-hero-s3 .slide-title h2,
    .static-hero-s5 .slide-title h2,
    .static-hero-s10 .slide-title h2 {
        color: #101010;
        text-align: center;
        font-size: 70px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

    @media (max-width: 1500px) {
        .static-hero .slide-title h2,
        .static-hero-s2 .slide-title h2,
        .static-hero-s3 .slide-title h2,
        .static-hero-s5 .slide-title h2,
        .static-hero-s10 .slide-title h2 {
            font-size: 80px;
        }
    }

    @media (max-width: 1400px) {
        .static-hero .slide-title h2,
        .static-hero-s2 .slide-title h2,
        .static-hero-s3 .slide-title h2,
        .static-hero-s5 .slide-title h2,
        .static-hero-s10 .slide-title h2 {
            font-size: 60px;
            margin-bottom: 10px;
        }
    }

    @media (max-width: 1199px) {
        .static-hero .slide-title h2,
        .static-hero-s2 .slide-title h2,
        .static-hero-s3 .slide-title h2,
        .static-hero-s5 .slide-title h2,
        .static-hero-s10 .slide-title h2 {
            font-size: 60px;
            margin-bottom: 10px;
        }
    }

    @media (max-width: 1100px) {
        .static-hero .slide-title h2,
        .static-hero-s2 .slide-title h2,
        .static-hero-s3 .slide-title h2,
        .static-hero-s5 .slide-title h2,
        .static-hero-s10 .slide-title h2 {
            font-size: 50px;
            margin-bottom: 10px;
        }
    }

    @media (max-width: 530px) {
        .static-hero .slide-title h2,
        .static-hero-s2 .slide-title h2,
        .static-hero-s3 .slide-title h2,
        .static-hero-s5 .slide-title h2,
        .static-hero-s10 .slide-title h2 {
            font-size: 40px;
        }
    }

    .static-hero .hero-inner .container,
    .static-hero-s2 .hero-inner .container,
    .static-hero-s3 .hero-inner .container,
    .static-hero-s5 .hero-inner .container,
    .static-hero-s10 .hero-inner .container {
        position: relative;
    }

    .static-hero .shape-1,
    .static-hero-s2 .shape-1,
    .static-hero-s3 .shape-1,
    .static-hero-s5 .shape-1,
    .static-hero-s10 .shape-1 {
        padding-bottom: 10px;
        text-align: center;
    }

    @media (max-width: 1199px) {
        .static-hero .shape-1,
        .static-hero-s2 .shape-1,
        .static-hero-s3 .shape-1,
        .static-hero-s5 .shape-1,
        .static-hero-s10 .shape-1 {
            padding-bottom: 30px;
        }
    }

    @media (max-width: 991px) {
        .static-hero .shape-1,
        .static-hero-s2 .shape-1,
        .static-hero-s3 .shape-1,
        .static-hero-s5 .shape-1,
        .static-hero-s10 .shape-1 {
            padding-bottom: 20px;
        }
    }

    .static-hero .shape-2,
    .static-hero-s2 .shape-2,
    .static-hero-s3 .shape-2,
    .static-hero-s5 .shape-2,
    .static-hero-s10 .shape-2 {
        padding-top: 0px;
        text-align: center;
        z-index: -1;
        margin-top: -30px;
    }

    @media (max-width: 1199px) {
        .static-hero .shape-2,
        .static-hero-s2 .shape-2,
        .static-hero-s3 .shape-2,
        .static-hero-s5 .shape-2,
        .static-hero-s10 .shape-2 {
            padding-top: 30px;
        }
    }

    @media (max-width: 1199px) {
        .static-hero .shape-2,
        .static-hero-s2 .shape-2,
        .static-hero-s3 .shape-2,
        .static-hero-s5 .shape-2,
        .static-hero-s10 .shape-2 {
            margin-top: 0px;
        }
    }

    .static-hero .hero-inner::before,
    .static-hero-s2 .hero-inner::before,
    .static-hero-s3 .hero-inner::before,
    .static-hero-s5 .hero-inner::before,
    .static-hero-s10 .hero-inner::before {
        display: none;
    }

    .static-hero .slide-text,
    .static-hero-s2 .slide-text,
    .static-hero-s3 .slide-text,
    .static-hero-s5 .slide-text,
    .static-hero-s10 .slide-text {
        text-align: center;
    }

        .static-hero .slide-text p,
        .static-hero-s2 .slide-text p,
        .static-hero-s3 .slide-text p,
        .static-hero-s5 .slide-text p,
        .static-hero-s10 .slide-text p {
            color: #5C5C5C;
            margin: 0;
            font-size: 25px;
        }

        .static-hero .slide-text.small-font p {
            color: #5C5C5C;
            margin-bottom: 5px !important;
            font-size: 16px;
        }

    @media (max-width: 1400px) {
        .static-hero .slide-text p, .static-hero-s2 .slide-text p, .static-hero-s3 .slide-text p, .static-hero-s5 .slide-text p, .static-hero-s10 .slide-text p {
            font-size: 20px;
        }
    }

    @media (max-width: 1199px) {
        .static-hero .slide-text p,
        .static-hero-s2 .slide-text p,
        .static-hero-s3 .slide-text p,
        .static-hero-s5 .slide-text p,
        .static-hero-s10 .slide-text p {
            font-size: 18px;
        }
    }

    @media (max-width: 991px) {
        .static-hero .slide-text p,
        .static-hero-s2 .slide-text p,
        .static-hero-s3 .slide-text p,
        .static-hero-s5 .slide-text p,
        .static-hero-s10 .slide-text p {
            margin: 0 auto;
        }
    }

    @media (max-width: 530px) {
        .static-hero .slide-text p,
        .static-hero-s2 .slide-text p,
        .static-hero-s3 .slide-text p,
        .static-hero-s5 .slide-text p,
        .static-hero-s10 .slide-text p {
            font-size: 16px;
        }
    }

    .static-hero .wpo-wedding-date,
    .static-hero-s2 .wpo-wedding-date,
    .static-hero-s3 .wpo-wedding-date,
    .static-hero-s5 .wpo-wedding-date,
    .static-hero-s10 .wpo-wedding-date {
        text-align: center;
        padding-bottom: 0;
        margin-top: 20px;
    }

    @media (max-width: 1199px) {
        .static-hero .wpo-wedding-date,
        .static-hero-s2 .wpo-wedding-date,
        .static-hero-s3 .wpo-wedding-date,
        .static-hero-s5 .wpo-wedding-date,
        .static-hero-s10 .wpo-wedding-date {
            margin-top: 20px;
        }
    }

    @media (max-width: 991px) {
        .static-hero .wpo-wedding-date,
        .static-hero-s2 .wpo-wedding-date,
        .static-hero-s3 .wpo-wedding-date,
        .static-hero-s5 .wpo-wedding-date,
        .static-hero-s10 .wpo-wedding-date {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 0;
        }
    }

    .static-hero .wpo-wedding-date #clock,
    .static-hero .wpo-wedding-date #clock3,
    .static-hero-s2 .wpo-wedding-date #clock,
    .static-hero-s2 .wpo-wedding-date #clock3,
    .static-hero-s3 .wpo-wedding-date #clock,
    .static-hero-s3 .wpo-wedding-date #clock3,
    .static-hero-s5 .wpo-wedding-date #clock,
    .static-hero-s5 .wpo-wedding-date #clock3,
    .static-hero-s10 .wpo-wedding-date #clock,
    .static-hero-s10 .wpo-wedding-date #clock3 {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    @media (max-width: 530px) {
        .static-hero .wpo-wedding-date #clock,
        .static-hero .wpo-wedding-date #clock3,
        .static-hero-s2 .wpo-wedding-date #clock,
        .static-hero-s2 .wpo-wedding-date #clock3,
        .static-hero-s3 .wpo-wedding-date #clock,
        .static-hero-s3 .wpo-wedding-date #clock3,
        .static-hero-s5 .wpo-wedding-date #clock,
        .static-hero-s5 .wpo-wedding-date #clock3,
        .static-hero-s10 .wpo-wedding-date #clock,
        .static-hero-s10 .wpo-wedding-date #clock3 {
            margin-top: 0;
        }
    }

    .static-hero .wpo-wedding-date #clock > div,
    .static-hero .wpo-wedding-date #clock3 > div,
    .static-hero-s2 .wpo-wedding-date #clock > div,
    .static-hero-s2 .wpo-wedding-date #clock3 > div,
    .static-hero-s3 .wpo-wedding-date #clock > div,
    .static-hero-s3 .wpo-wedding-date #clock3 > div,
    .static-hero-s5 .wpo-wedding-date #clock > div,
    .static-hero-s5 .wpo-wedding-date #clock3 > div,
    .static-hero-s10 .wpo-wedding-date #clock > div,
    .static-hero-s10 .wpo-wedding-date #clock3 > div {
        float: left;
        display: table;
        width: 80px;
    }

    @media (max-width: 450px) {
        .static-hero .wpo-wedding-date #clock > div,
        .static-hero .wpo-wedding-date #clock3 > div,
        .static-hero-s2 .wpo-wedding-date #clock > div,
        .static-hero-s2 .wpo-wedding-date #clock3 > div,
        .static-hero-s3 .wpo-wedding-date #clock > div,
        .static-hero-s3 .wpo-wedding-date #clock3 > div,
        .static-hero-s5 .wpo-wedding-date #clock > div,
        .static-hero-s5 .wpo-wedding-date #clock3 > div,
        .static-hero-s10 .wpo-wedding-date #clock > div,
        .static-hero-s10 .wpo-wedding-date #clock3 > div {
            width: 60px;
        }

        .mantra {
            font-family: "Noto Sans Gujarati", sans-serif;
            /*   font-family: 'Shrikhand', cursive;*/
            font-size: 24px !important;
        }

        .invitation-header {
            margin-bottom: 10px !important;
        }

        .static-hero .slide-text p {
            font-size: 19px !important;
            line-height: 28px;
        }
    }

    .static-hero .wpo-wedding-date #clock > div > div,
    .static-hero .wpo-wedding-date #clock3 > div > div,
    .static-hero-s2 .wpo-wedding-date #clock > div > div,
    .static-hero-s2 .wpo-wedding-date #clock3 > div > div,
    .static-hero-s3 .wpo-wedding-date #clock > div > div,
    .static-hero-s3 .wpo-wedding-date #clock3 > div > div,
    .static-hero-s5 .wpo-wedding-date #clock > div > div,
    .static-hero-s5 .wpo-wedding-date #clock3 > div > div,
    .static-hero-s10 .wpo-wedding-date #clock > div > div,
    .static-hero-s10 .wpo-wedding-date #clock3 > div > div {
        display: table-cell;
        vertical-align: middle;
    }

    .static-hero .wpo-wedding-date #clock > div + div,
    .static-hero .wpo-wedding-date #clock3 > div + div,
    .static-hero-s2 .wpo-wedding-date #clock > div + div,
    .static-hero-s2 .wpo-wedding-date #clock3 > div + div,
    .static-hero-s3 .wpo-wedding-date #clock > div + div,
    .static-hero-s3 .wpo-wedding-date #clock3 > div + div,
    .static-hero-s5 .wpo-wedding-date #clock > div + div,
    .static-hero-s5 .wpo-wedding-date #clock3 > div + div,
    .static-hero-s10 .wpo-wedding-date #clock > div + div,
    .static-hero-s10 .wpo-wedding-date #clock3 > div + div {
        margin-left: 30px;
    }

    @media (max-width: 991px) {
        .static-hero .wpo-wedding-date #clock > div + div,
        .static-hero .wpo-wedding-date #clock3 > div + div,
        .static-hero-s2 .wpo-wedding-date #clock > div + div,
        .static-hero-s2 .wpo-wedding-date #clock3 > div + div,
        .static-hero-s3 .wpo-wedding-date #clock > div + div,
        .static-hero-s3 .wpo-wedding-date #clock3 > div + div,
        .static-hero-s5 .wpo-wedding-date #clock > div + div,
        .static-hero-s5 .wpo-wedding-date #clock3 > div + div,
        .static-hero-s10 .wpo-wedding-date #clock > div + div,
        .static-hero-s10 .wpo-wedding-date #clock3 > div + div {
            margin-left: 10px;
        }
    }

    @media (max-width: 767px) {
        .static-hero .wpo-wedding-date #clock > div + div,
        .static-hero .wpo-wedding-date #clock3 > div + div,
        .static-hero-s2 .wpo-wedding-date #clock > div + div,
        .static-hero-s2 .wpo-wedding-date #clock3 > div + div,
        .static-hero-s3 .wpo-wedding-date #clock > div + div,
        .static-hero-s3 .wpo-wedding-date #clock3 > div + div,
        .static-hero-s5 .wpo-wedding-date #clock > div + div,
        .static-hero-s5 .wpo-wedding-date #clock3 > div + div,
        .static-hero-s10 .wpo-wedding-date #clock > div + div,
        .static-hero-s10 .wpo-wedding-date #clock3 > div + div {
            margin-left: 10px;
        }
    }

    .static-hero .wpo-wedding-date #clock .time,
    .static-hero .wpo-wedding-date #clock3 .time,
    .static-hero-s2 .wpo-wedding-date #clock .time,
    .static-hero-s2 .wpo-wedding-date #clock3 .time,
    .static-hero-s3 .wpo-wedding-date #clock .time,
    .static-hero-s3 .wpo-wedding-date #clock3 .time,
    .static-hero-s5 .wpo-wedding-date #clock .time,
    .static-hero-s5 .wpo-wedding-date #clock3 .time,
    .static-hero-s10 .wpo-wedding-date #clock .time,
    .static-hero-s10 .wpo-wedding-date #clock3 .time {
        font-family: "Noto Sans Gujarati", sans-serif;
        /*  font-family: "Sail", cursive;*/
        font-size: 60px;
        font-size: 4rem;
        line-height: 1em;
        padding-top: 15px;
        color: #657150;
    }

    @media (max-width: 1300px) {
        .static-hero .wpo-wedding-date #clock .time,
        .static-hero .wpo-wedding-date #clock3 .time,
        .static-hero-s2 .wpo-wedding-date #clock .time,
        .static-hero-s2 .wpo-wedding-date #clock3 .time,
        .static-hero-s3 .wpo-wedding-date #clock .time,
        .static-hero-s3 .wpo-wedding-date #clock3 .time,
        .static-hero-s5 .wpo-wedding-date #clock .time,
        .static-hero-s5 .wpo-wedding-date #clock3 .time,
        .static-hero-s10 .wpo-wedding-date #clock .time,
        .static-hero-s10 .wpo-wedding-date #clock3 .time {
            font-size: 50px;
            font-size: 3.33333rem;
        }
    }

    @media (max-width: 1100px) {
        .static-hero .wpo-wedding-date #clock .time,
        .static-hero .wpo-wedding-date #clock3 .time,
        .static-hero-s2 .wpo-wedding-date #clock .time,
        .static-hero-s2 .wpo-wedding-date #clock3 .time,
        .static-hero-s3 .wpo-wedding-date #clock .time,
        .static-hero-s3 .wpo-wedding-date #clock3 .time,
        .static-hero-s5 .wpo-wedding-date #clock .time,
        .static-hero-s5 .wpo-wedding-date #clock3 .time,
        .static-hero-s10 .wpo-wedding-date #clock .time,
        .static-hero-s10 .wpo-wedding-date #clock3 .time {
            font-size: 40px;
            font-size: 2.66667rem;
        }
    }

    @media (max-width: 991px) {
        .static-hero .wpo-wedding-date #clock .time,
        .static-hero .wpo-wedding-date #clock3 .time,
        .static-hero-s2 .wpo-wedding-date #clock .time,
        .static-hero-s2 .wpo-wedding-date #clock3 .time,
        .static-hero-s3 .wpo-wedding-date #clock .time,
        .static-hero-s3 .wpo-wedding-date #clock3 .time,
        .static-hero-s5 .wpo-wedding-date #clock .time,
        .static-hero-s5 .wpo-wedding-date #clock3 .time,
        .static-hero-s10 .wpo-wedding-date #clock .time,
        .static-hero-s10 .wpo-wedding-date #clock3 .time {
            font-size: 50px;
            font-size: 3.33333rem;
        }
    }

    @media (max-width: 767px) {
        .static-hero .wpo-wedding-date #clock .time,
        .static-hero .wpo-wedding-date #clock3 .time,
        .static-hero-s2 .wpo-wedding-date #clock .time,
        .static-hero-s2 .wpo-wedding-date #clock3 .time,
        .static-hero-s3 .wpo-wedding-date #clock .time,
        .static-hero-s3 .wpo-wedding-date #clock3 .time,
        .static-hero-s5 .wpo-wedding-date #clock .time,
        .static-hero-s5 .wpo-wedding-date #clock3 .time,
        .static-hero-s10 .wpo-wedding-date #clock .time,
        .static-hero-s10 .wpo-wedding-date #clock3 .time {
            font-size: 40px;
            font-size: 2.66667rem;
        }
    }

    .static-hero .wpo-wedding-date #clock span,
    .static-hero .wpo-wedding-date #clock3 span,
    .static-hero-s2 .wpo-wedding-date #clock span,
    .static-hero-s2 .wpo-wedding-date #clock3 span,
    .static-hero-s3 .wpo-wedding-date #clock span,
    .static-hero-s3 .wpo-wedding-date #clock3 span,
    .static-hero-s5 .wpo-wedding-date #clock span,
    .static-hero-s5 .wpo-wedding-date #clock3 span,
    .static-hero-s10 .wpo-wedding-date #clock span,
    .static-hero-s10 .wpo-wedding-date #clock3 span {
        color: #5C5C5C;
        font-size: 20px;
    }

    @media (max-width: 991px) {
        .static-hero .wpo-wedding-date #clock span,
        .static-hero .wpo-wedding-date #clock3 span,
        .static-hero-s2 .wpo-wedding-date #clock span,
        .static-hero-s2 .wpo-wedding-date #clock3 span,
        .static-hero-s3 .wpo-wedding-date #clock span,
        .static-hero-s3 .wpo-wedding-date #clock3 span,
        .static-hero-s5 .wpo-wedding-date #clock span,
        .static-hero-s5 .wpo-wedding-date #clock3 span,
        .static-hero-s10 .wpo-wedding-date #clock span,
        .static-hero-s10 .wpo-wedding-date #clock3 span {
            font-size: 20px;
        }
    }

    .static-hero .static-hero-right,
    .static-hero-s2 .static-hero-right,
    .static-hero-s3 .static-hero-right,
    .static-hero-s5 .static-hero-right,
    .static-hero-s10 .static-hero-right {
        position: absolute;
        top: 55%;
        right: 300px;
        z-index: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
    }

    @media (max-width: 1600px) {
        .static-hero .static-hero-right,
        .static-hero-s2 .static-hero-right,
        .static-hero-s3 .static-hero-right,
        .static-hero-s5 .static-hero-right,
        .static-hero-s10 .static-hero-right {
            right: 200px;
        }
    }

    @media (max-width: 1400px) {
        .static-hero .static-hero-right,
        .static-hero-s2 .static-hero-right,
        .static-hero-s3 .static-hero-right,
        .static-hero-s5 .static-hero-right,
        .static-hero-s10 .static-hero-right {
            right: 150px;
            width: 430px;
        }
    }

    @media (max-width: 1199px) {
        .static-hero .static-hero-right,
        .static-hero-s2 .static-hero-right,
        .static-hero-s3 .static-hero-right,
        .static-hero-s5 .static-hero-right,
        .static-hero-s10 .static-hero-right {
            width: 330px;
        }
    }

    @media (max-width: 450px) {
        .static-hero .static-hero-right,
        .static-hero-s2 .static-hero-right,
        .static-hero-s3 .static-hero-right,
        .static-hero-s5 .static-hero-right,
        .static-hero-s10 .static-hero-right {
            width: 230px;
        }
    }

    @media (max-width: 991px) {
        .static-hero .static-hero-right,
        .static-hero-s2 .static-hero-right,
        .static-hero-s3 .static-hero-right,
        .static-hero-s5 .static-hero-right,
        .static-hero-s10 .static-hero-right {
            position: relative;
            margin: 0;
            right: auto;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            top: auto;
            width: 45%;
        }
    }

    .static-hero .static-hero-right .static-hero-img-bg,
    .static-hero-s2 .static-hero-right .static-hero-img-bg,
    .static-hero-s3 .static-hero-right .static-hero-img-bg,
    .static-hero-s5 .static-hero-right .static-hero-img-bg,
    .static-hero-s10 .static-hero-right .static-hero-img-bg {
        position: absolute;
        left: -20%;
        top: -20%;
        width: 160%;
        height: 100%;
        z-index: -1;
    }

    @media (max-width: 1199px) {
        .static-hero .static-hero-right .static-hero-img-bg,
        .static-hero-s2 .static-hero-right .static-hero-img-bg,
        .static-hero-s3 .static-hero-right .static-hero-img-bg,
        .static-hero-s5 .static-hero-right .static-hero-img-bg,
        .static-hero-s10 .static-hero-right .static-hero-img-bg {
            left: -15%;
            top: -10%;
            width: 140%;
        }
    }

    .static-hero .static-hero-right .static-hero-img,
    .static-hero-s2 .static-hero-right .static-hero-img,
    .static-hero-s3 .static-hero-right .static-hero-img,
    .static-hero-s5 .static-hero-right .static-hero-img,
    .static-hero-s10 .static-hero-right .static-hero-img {
        z-index: 1;
        padding: 15px;
        -webkit-box-shadow: 0px 0px 6.1px 3.9px rgba(28, 31, 86, 0.06);
        box-shadow: 0px 0px 6.1px 3.9px rgba(28, 31, 86, 0.06);
        background: #fff;
        border-radius: 10px;
        z-index: 1;
        max-width: 460px;
        z-index: 1;
    }

    .static-hero-img-inner img {
        border-radius: 10px;
    }

    .static-hero .static-hero-right .static-hero-shape-1,
    .static-hero-s2 .static-hero-right .static-hero-shape-1,
    .static-hero-s3 .static-hero-right .static-hero-shape-1,
    .static-hero-s5 .static-hero-right .static-hero-shape-1,
    .static-hero-s10 .static-hero-right .static-hero-shape-1 {
        position: absolute;
        left: -30px;
        top: -30px;
        z-index: 1;
    }

    @media (max-width: 450px) {
        .static-hero .static-hero-right .static-hero-shape-1,
        .static-hero-s2 .static-hero-right .static-hero-shape-1,
        .static-hero-s3 .static-hero-right .static-hero-shape-1,
        .static-hero-s5 .static-hero-right .static-hero-shape-1,
        .static-hero-s10 .static-hero-right .static-hero-shape-1 {
            width: 30%;
            left: -20px;
            top: -20px;
        }
    }

    .static-hero .static-hero-right .static-hero-shape-2,
    .static-hero-s2 .static-hero-right .static-hero-shape-2,
    .static-hero-s3 .static-hero-right .static-hero-shape-2,
    .static-hero-s5 .static-hero-right .static-hero-shape-2,
    .static-hero-s10 .static-hero-right .static-hero-shape-2 {
        position: absolute;
        right: -50px;
        top: -50px;
        z-index: 1;
    }

        @media (max-width: 450px) {
    .static-hero .static-hero-right .static-hero-shape-2,
    .static-hero-s2 .static-hero-right .static-hero-shape-2,
    .static-hero-s3 .static-hero-right .static-hero-shape-2,
    .static-hero-s5 .static-hero-right .static-hero-shape-2,
    .static-hero-s10 .static-hero-right .static-hero-shape-2 {
        width: 30%;
        right: -20px;
        top: -20px;
    }
}

        .static-hero .static-hero-right .static-hero-shape-2 .layer,
        .static-hero-s2 .static-hero-right .static-hero-shape-2 .layer,
        .static-hero-s3 .static-hero-right .static-hero-shape-2 .layer,
        .static-hero-s5 .static-hero-right .static-hero-shape-2 .layer,
        .static-hero-s10 .static-hero-right .static-hero-shape-2 .layer {
            position: relative !important;
        }

    .static-hero .static-hero-right .static-hero-shape-3,
    .static-hero-s2 .static-hero-right .static-hero-shape-3,
    .static-hero-s3 .static-hero-right .static-hero-shape-3,
    .static-hero-s5 .static-hero-right .static-hero-shape-3,
    .static-hero-s10 .static-hero-right .static-hero-shape-3 {
        position: absolute;
        left: 16%;
        bottom: -10%;
        z-index: 1;
    }

    @media (max-width: 450px) {
        .static-hero .static-hero-right .static-hero-shape-3,
        .static-hero-s2 .static-hero-right .static-hero-shape-3,
        .static-hero-s3 .static-hero-right .static-hero-shape-3,
        .static-hero-s5 .static-hero-right .static-hero-shape-3,
        .static-hero-s10 .static-hero-right .static-hero-shape-3 {
            width: 50%;
        }
    }

    .static-hero .static-hero-right .static-hero-shape-3 .layer,
    .static-hero-s2 .static-hero-right .static-hero-shape-3 .layer,
    .static-hero-s3 .static-hero-right .static-hero-shape-3 .layer,
    .static-hero-s5 .static-hero-right .static-hero-shape-3 .layer,
    .static-hero-s10 .static-hero-right .static-hero-shape-3 .layer {
        position: relative !important;
    }

    .static-hero .static-hero-right .static-hero-shape-4,
    .static-hero-s2 .static-hero-right .static-hero-shape-4,
    .static-hero-s3 .static-hero-right .static-hero-shape-4,
    .static-hero-s5 .static-hero-right .static-hero-shape-4,
    .static-hero-s10 .static-hero-right .static-hero-shape-4 {
        position: absolute;
        right: -35%;
        bottom: -5px;
        z-index: 1;
    }

    @media (max-width: 1200px) {
        .static-hero .static-hero-right .static-hero-shape-4,
        .static-hero-s2 .static-hero-right .static-hero-shape-4,
        .static-hero-s3 .static-hero-right .static-hero-shape-4,
        .static-hero-s5 .static-hero-right .static-hero-shape-4,
        .static-hero-s10 .static-hero-right .static-hero-shape-4 {
            right: -25%;
            bottom: 0;
            width: 70%;
        }
    }

    @media (max-width: 450px) {
        .static-hero .static-hero-right .static-hero-shape-4,
        .static-hero-s2 .static-hero-right .static-hero-shape-4,
        .static-hero-s3 .static-hero-right .static-hero-shape-4,
        .static-hero-s5 .static-hero-right .static-hero-shape-4,
        .static-hero-s10 .static-hero-right .static-hero-shape-4 {
            width: 70%;
        }
    }

    .static-hero .static-hero-right .static-hero-shape-4 .layer,
    .static-hero-s2 .static-hero-right .static-hero-shape-4 .layer,
    .static-hero-s3 .static-hero-right .static-hero-shape-4 .layer,
    .static-hero-s5 .static-hero-right .static-hero-shape-4 .layer,
    .static-hero-s10 .static-hero-right .static-hero-shape-4 .layer {
        position: relative !important;
    }

    .static-hero .right-shape,
    .static-hero-s2 .right-shape,
    .static-hero-s3 .right-shape,
    .static-hero-s5 .right-shape,
    .static-hero-s10 .right-shape {
        position: absolute;
        right: -50px;
        bottom: 0;
    }

    @media (max-width: 991px) {
        .static-hero .right-shape,
        .static-hero-s2 .right-shape,
        .static-hero-s3 .right-shape,
        .static-hero-s5 .right-shape,
        .static-hero-s10 .right-shape {
            display: none;
        }
    }

    .static-hero .right-shape svg,
    .static-hero-s2 .right-shape svg,
    .static-hero-s3 .right-shape svg,
    .static-hero-s5 .right-shape svg,
    .static-hero-s10 .right-shape svg {
        width: 650px;
        height: 597px;
    }

    @media (max-width: 1600px) {
        .static-hero .right-shape svg,
        .static-hero-s2 .right-shape svg,
        .static-hero-s3 .right-shape svg,
        .static-hero-s5 .right-shape svg,
        .static-hero-s10 .right-shape svg {
            width: 550px;
            height: 497px;
        }
    }

    .static-hero .right-shape svg path,
    .static-hero-s2 .right-shape svg path,
    .static-hero-s3 .right-shape svg path,
    .static-hero-s5 .right-shape svg path,
    .static-hero-s10 .right-shape svg path {
        fill: #A5AA9C;
        -webkit-animation: changeBackgroundColor 6s infinite;
        animation: changeBackgroundColor 6s infinite;
    }

    @-webkit-keyframes changeBackgroundColor {
        0% {
            fill: #A5AA9C;
        }

        20% {
            fill: #A5AA9C;
        }

        50% {
            fill: #c4ddc4;
        }

        70% {
            fill: #88998d;
        }

        100% {
            fill: #A5AA9C;
        }
    }

    @keyframes changeBackgroundColor {
        0% {
            fill: #A5AA9C;
        }

        20% {
            fill: #A5AA9C;
        }

        50% {
            fill: #c4ddc4;
        }

        70% {
            fill: #88998d;
        }

        100% {
            fill: #A5AA9C;
        }
    }

    .static-hero-s2 {
        background: #F9FBF7;
    }

        .static-hero-s2 .wpo-static-hero-inner .slide-title-sub {
            text-align: center;
        }
            /*
    .wpo-static-hero-inner img {
        width: 150px;
    }

        .wpo-static-hero-inner img.imgsecond {
            width: 100px;
        }*/

            .static-hero-s2 .wpo-static-hero-inner .slide-title-sub h3 {
                font-size: 50px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                display: inline-block;
                padding: 15px 40px;
                border: 1px solid rgba(93, 124, 120, 0.8);
                color: #657150;
            }

    @media (max-width: 1399px) {
        .static-hero-s2 .wpo-static-hero-inner .slide-title-sub h3 {
            padding: 10px 20px;
            font-size: 30px;
        }
    }

    .static-hero-s2 .wpo-static-hero-inner .slide-title h2 {
        margin-bottom: 20px;
    }

    .static-hero-s2 .static-hero-right .static-hero-img {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 300px;
    }

        .static-hero-s2 .static-hero-right .static-hero-img img {
            border-radius: 300px;
        }

        .static-hero-s2 .static-hero-right .static-hero-img .static-hero-shape-1 {
            top: auto;
            bottom: -70px;
            left: -270px;
        }

            .static-hero-s2 .static-hero-right .static-hero-img .static-hero-shape-1 img {
                border-radius: 0;
            }

    @media (max-width: 1440px) {
        .static-hero-s2 .static-hero-right .static-hero-img .static-hero-shape-1 {
            max-width: 70%;
            bottom: -20px;
            left: -170px;
        }
    }

    @media (max-width: 1399px) {
        .static-hero-s2 .static-hero-right .static-hero-img .static-hero-shape-1 {
            bottom: -10px;
        }
    }

    @media (max-width: 1199px) {
        .static-hero-s2 .static-hero-right .static-hero-img .static-hero-shape-1 {
            bottom: -18px;
            left: -115px;
        }
    }

    @media (max-width: 450px) {
        .static-hero-s2 .static-hero-right .static-hero-img .static-hero-shape-1 {
            width: 87%;
            max-width: 87%;
        }
    }

    .static-hero-s2 .static-hero-right .static-hero-img .static-hero-shape-2 {
        right: -271px;
        left: auto;
        top: -55px;
    }

        .static-hero-s2 .static-hero-right .static-hero-img .static-hero-shape-2 img {
            border-radius: 0;
        }

    @media (max-width: 1440px) {
        .static-hero-s2 .static-hero-right .static-hero-img .static-hero-shape-2 {
            max-width: 70%;
            right: -150px;
            top: -28px;
        }
    }

    @media (max-width: 1399px) {
        .static-hero-s2 .static-hero-right .static-hero-img .static-hero-shape-2 {
            top: -18px;
        }
    }

    @media (max-width: 1199px) {
        .static-hero-s2 .static-hero-right .static-hero-img .static-hero-shape-2 {
            right: -110px;
        }
    }

    @media (max-width: 450px) {
        .static-hero-s2 .static-hero-right .static-hero-img .static-hero-shape-2 {
            width: 87%;
            max-width: 87%;
        }
    }

    .static-hero-s2 .static-hero-right .static-hero-img .static-hero-img-inner {
        overflow: hidden;
        position: relative;
        border-radius: 300px;
    }

        .static-hero-s2 .static-hero-right .static-hero-img .static-hero-img-inner .zoom {
            -webkit-animation: kenburn 25s 2s alternate infinite;
            -animation: kenburn 25s 2s alternate infinite;
        }

        .static-hero-s2 .static-hero-right .static-hero-img .static-hero-img-inner .hero-img-inner-shape {
            position: absolute;
            left: -52px;
            top: 70px;
            width: 120%;
        }

            .static-hero-s2 .static-hero-right .static-hero-img .static-hero-img-inner .hero-img-inner-shape img {
                border-radius: 0;
            }

        .static-hero-s2 .static-hero-right .static-hero-img .static-hero-img-inner .hero-img-inner-shape-2 {
            position: absolute;
            left: 2%;
            top: 68%;
        }

            .static-hero-s2 .static-hero-right .static-hero-img .static-hero-img-inner .hero-img-inner-shape-2 img {
                border-radius: 0;
            }

    .static-hero-s2 .static-hero-right .static-hero-img .inner-image-1 {
        position: absolute;
        left: -165px;
        top: 15px;
    }

    @media (max-width: 1440px) {
        .static-hero-s2 .static-hero-right .static-hero-img .inner-image-1 {
            max-width: 40%;
            left: -90px;
        }
    }

    .color12 .wpo-event-section .wpo-event-item .wpo-event-text h2 {
        background: #37676a !important;
        font-size: 20px;
    }

    @media (max-width: 575px) {
        .static-hero-s2 .static-hero-right .static-hero-img .inner-image-1 {
            left: -40px;
        }

        .wpo-couple-section .couple-area .couple-item .couple-img {
            margin-bottom: 0px;
            margin-right: 0;
            max-width: 230px !important;
            margin: 0 auto;
        }

        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-img img {
            width: 60% !important;
        }

        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-img {
            margin-bottom: 5px;
            text-align: center !important;
        }

        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content .thumb {
            width: 160px !important;
            height: 75px !important;
            padding: 15px 10px !important;
            border-top: 15px solid #E5D1C7 !important;
        }

        .wpo-event-section.event-main {
            padding-top: 120px !important;
        }

        .event-wrap {
            width: 250px;
            margin: 0 auto;
        }

            .event-wrap .wpo-section-title h2 {
                font-size: 18px;
            }

        .color12 .wpo-event-section .wpo-event-item .wpo-event-text h2 {
            background: #37676a !important;
            font-size: 20px;
        }
    }



    @-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 circle {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
        }
    }

    @keyframes circle {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
        }
    }


    @-webkit-keyframes zoom-in-zoom-out {
        0% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        50% {
            -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
        }

        100% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }
    }

    @keyframes zoom-in-zoom-out {
        0% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        50% {
            -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
        }

        100% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }
    }




    @-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);
        }
    }

    .wpo-hero-slider-s2 {
        height: 1000px;
    }

    @media (max-width: 1199px) {
        .wpo-hero-slider-s2 {
            height: 680px;
        }
    }

    @media (max-width: 991px) {
        .wpo-hero-slider-s2 {
            height: 600px;
        }
    }

    @media (max-width: 767px) {
        .wpo-hero-slider-s2 {
            height: 600px;
        }
    }

    @media (max-width: 575px) {
        .wpo-hero-slider-s2 {
            height: 500px;
        }
    }

    .wpo-hero-slider-s2 .row {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .wpo-hero-slider-s2 .wpo-static-hero-wrap {
        border: 1px solid #FFF;
        background: linear-gradient(140deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.18) 100%);
        -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        margin-right: 45px;
        padding: 20px;
        margin-top: 120px;
        max-width: 820px;
        margin-left: auto;
    }

    @media (max-width: 575px) {
        .wpo-hero-slider-s2 .wpo-static-hero-wrap {
            padding: 10px;
        }
    }

    @media (max-width: 991px) {
        .wpo-hero-slider-s2 .wpo-static-hero-wrap {
            margin: 0 auto;
        }
    }

    .wpo-hero-slider-s2 .wpo-static-hero-wrap .wpo-static-hero-inner {
        padding: 50px;
        border: 1px solid #FFF;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        text-align: center;
    }

    @media (max-width: 1199px) {
        .wpo-hero-slider-s2 .wpo-static-hero-wrap .wpo-static-hero-inner {
            padding: 30px;
        }
    }

    @media (max-width: 575px) {
        .wpo-hero-slider-s2 .wpo-static-hero-wrap .wpo-static-hero-inner {
            padding: 15px;
        }
    }

    .wpo-hero-slider-s2 .wpo-static-hero-wrap .wpo-static-hero-inner .slide-title-sub h3 {
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        color: #465131;
    }

    @media (max-width: 1199px) {
        .wpo-hero-slider-s2 .wpo-static-hero-wrap .wpo-static-hero-inner .slide-title-sub h3 {
            font-size: 30px;
        }
    }

    @media (max-width: 575px) {
        .wpo-hero-slider-s2 .wpo-static-hero-wrap .wpo-static-hero-inner .slide-title-sub h3 {
            font-size: 20px;
        }
    }

    .wpo-hero-slider-s2 .wpo-static-hero-wrap .wpo-static-hero-inner .slide-title h2 {
        font-size: 88px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #101010;
        text-transform: capitalize;
        /* font-family: "Jost", sans-serif;*/
        font-family: "Noto Sans Gujarati", sans-serif;
        margin-bottom: 20px;
    }

    @media (max-width: 1750px) {
        .wpo-hero-slider-s2 .wpo-static-hero-wrap .wpo-static-hero-inner .slide-title h2 {
            font-size: 70px;
        }
    }

    @media (max-width: 1500px) {
        .wpo-hero-slider-s2 .wpo-static-hero-wrap .wpo-static-hero-inner .slide-title h2 {
            font-size: 60px;
        }
    }

    @media (max-width: 1350px) {
        .wpo-hero-slider-s2 .wpo-static-hero-wrap .wpo-static-hero-inner .slide-title h2 {
            font-size: 50px;
        }
    }

    @media (max-width: 575px) {
        .wpo-hero-slider-s2 .wpo-static-hero-wrap .wpo-static-hero-inner .slide-title h2 {
            font-size: 30px;
            margin-bottom: 10px;
        }
    }

    .wpo-hero-slider-s2 .wpo-static-hero-wrap .wpo-static-hero-inner .slide-text p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #5C5C5C;
        margin-bottom: 0;
    }

    @media (max-width: 575px) {
        .wpo-hero-slider-s2 .wpo-static-hero-wrap .wpo-static-hero-inner .slide-text p {
            font-size: 16px;
        }
    }

    .wpo-hero-slider-s2 .wpo-static-hero-wrap .shape-1 {
        position: absolute;
        left: 50%;
        top: -54px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 382px;
    }

    @media (max-width: 575px) {
        .wpo-hero-slider-s2 .wpo-static-hero-wrap .shape-1 {
            min-width: 300px;
            top: -50px;
        }
    }

    @media (max-width: 350px) {
        .wpo-hero-slider-s2 .wpo-static-hero-wrap .shape-1 {
            min-width: 240px;
            top: -36px;
        }
    }

    .wpo-hero-slider-s2 .wpo-static-hero-wrap .shape-2 {
        position: absolute;
        left: 50%;
        bottom: -54px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 382px;
    }

    @media (max-width: 575px) {
        .wpo-hero-slider-s2 .wpo-static-hero-wrap .shape-2 {
            min-width: 300px;
            bottom: -50px;
        }
    }

    @media (max-width: 350px) {
        .wpo-hero-slider-s2 .wpo-static-hero-wrap .shape-2 {
            min-width: 240px;
            bottom: -36px;
        }
    }

    .wpo-hero-slider-s2 .swiper-pagination {
        display: none;
    }

    .static-hero-s6 {
        margin-top: 0;
        position: relative;
        overflow: hidden;
        background: #F9F9F9;
        height: 1000px;
        z-index: 1;
    }

    @media (max-width: 1399px) {
        .static-hero-s6 {
            height: 900px;
        }
    }

    @media (max-width: 1199px) {
        .static-hero-s6 {
            height: 750px;
        }
    }

    @media (max-width: 991px) {
        .static-hero-s6 {
            height: 100%;
        }
    }

    .static-hero-s6 .slick-slide img {
        display: unset;
    }

    .static-hero-s6 .static-hero-right {
        right: 0;
        top: 5px;
        text-align: right;
        position: relative;
    }

        .static-hero-s6 .static-hero-right .static-hero-img {
            z-index: 1;
        }

            .static-hero-s6 .static-hero-right .static-hero-img:before {
                position: absolute;
                left: 60%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                top: 85px;
                width: 718px;
                height: 718px;
                background: #F1F3EE;
                border-radius: 50%;
                content: "";
                z-index: -1;
            }

    @media (max-width: 1700px) {
        .static-hero-s6 .static-hero-right .static-hero-img:before {
            width: 618px;
            height: 618px;
        }
    }

    @media (max-width: 1399px) {
        .static-hero-s6 .static-hero-right .static-hero-img:before {
            width: 500px;
            height: 500px;
            top: 180px;
        }
    }

    @media (max-width: 1199px) {
        .static-hero-s6 .static-hero-right .static-hero-img:before {
            top: 100px;
            width: 420px;
            height: 420px;
        }
    }

    @media (max-width: 991px) {
        .static-hero-s6 .static-hero-right .static-hero-img:before {
            top: 0;
        }
    }

    @media (max-width: 575px) {
        .static-hero-s6 .static-hero-right .static-hero-img:before {
            width: 320px;
            height: 320px;
            top: 0;
        }
    }

    @media (max-width: 400px) {
        .static-hero-s6 .static-hero-right .static-hero-img:before {
            width: 200px;
            height: 200px;
            left: 60%;
        }
    }

    .static-hero-s6 .static-hero-right .static-hero-img.s2.slick-slide {
        position: relative;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    @media (max-width: 991px) {
        .static-hero-s6 .static-hero-right .static-hero-img.s2.slick-slide {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
    }

    .static-hero-s6 .static-hero-right .static-hero-img.s2.slick-slide img {
        max-width: 720px;
    }

    @media (max-width: 1399px) {
        .static-hero-s6 .static-hero-right .static-hero-img.s2.slick-slide img {
            max-width: 620px;
        }
    }

    @media (max-width: 1199px) {
        .static-hero-s6 .static-hero-right .static-hero-img.s2.slick-slide img {
            max-width: 520px;
        }
    }

    @media (max-width: 991px) {
        .static-hero-s6 .static-hero-right .static-hero-img.s2.slick-slide img {
            max-width: 70%;
        }
    }

    @media (max-width: 1399px) {
        .static-hero-s6 .static-hero-right .static-hero-img.s2.slick-slide:before {
            top: 80px;
            left: 50%;
        }
    }

    @media (max-width: 991px) {
        .static-hero-s6 .static-hero-right .static-hero-img.s2.slick-slide:before {
            top: 0;
        }
    }

    .static-hero-s6 .static-hero-right .static-hero-img.s3:before {
        left: 70%;
        top: 5px;
        width: 631px;
        height: 631px;
    }

    @media (max-width: 1700px) {
        .static-hero-s6 .static-hero-right .static-hero-img.s3:before {
            width: 430px;
            height: 430px;
        }
    }

    @media (max-width: 1399px) {
        .static-hero-s6 .static-hero-right .static-hero-img.s3:before {
            top: 140px;
            left: 65%;
        }
    }

    @media (max-width: 1199px) {
        .static-hero-s6 .static-hero-right .static-hero-img.s3:before {
            top: 100px;
            left: 60%;
        }
    }

    @media (max-width: 991px) {
        .static-hero-s6 .static-hero-right .static-hero-img.s3:before {
            top: 0;
        }
    }

    @media (max-width: 575px) {
        .static-hero-s6 .static-hero-right .static-hero-img.s3:before {
            width: 320px;
            height: 320px;
            top: 0;
        }
    }

    @media (max-width: 400px) {
        .static-hero-s6 .static-hero-right .static-hero-img.s3:before {
            width: 200px;
            height: 200px;
            left: 60%;
        }
    }

    .static-hero-s6 .static-hero-right .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .static-hero-s6 .static-hero-right .slick-track .slick-slide {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: auto;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .static-hero-s6 .slider-for {
        max-width: 528px;
        margin-left: auto;
    }

    @media (max-width: 991px) {
        .static-hero-s6 .slider-for {
            margin: 0 auto;
        }
    }

    .static-hero-s6 .wpo-static-hero-inner {
        margin: 0;
        text-align: left;
        max-width: 528px;
        padding: 0 20px;
    }

    @media (max-width: 991px) {
        .static-hero-s6 .wpo-static-hero-inner {
            text-align: center;
            padding: 50px 0;
        }
    }

    .static-hero-s6 .wpo-static-hero-inner .slide-title {
        margin-bottom: 20px;
    }

        .static-hero-s6 .wpo-static-hero-inner .slide-title h2 {
            font-size: 60px;
            font-style: normal;
            font-weight: 400;
        }

    @media (max-width: 1199px) {
        .static-hero-s6 .wpo-static-hero-inner .slide-title h2 {
            font-size: 50px;
        }
    }

    @media (max-width: 575px) {
        .static-hero-s6 .wpo-static-hero-inner .slide-title h2 {
            font-size: 35px;
        }
    }

    .static-hero-s6 .wpo-static-hero-inner .slide-price {
        margin-bottom: 20px;
    }

        .static-hero-s6 .wpo-static-hero-inner .slide-price h4 {
            font-size: 30px;
            font-style: normal;
            font-weight: 500;
            color: #657150;
            font-family: "Noto Sans Gujarati", sans-serif;
            /* font-family: "Jost", sans-serif;*/
        }

    @media (max-width: 575px) {
        .static-hero-s6 .wpo-static-hero-inner .slide-price h4 {
            font-size: 25px;
        }
    }

    @media (max-width: 575px) {
        .static-hero-s6 .wpo-static-hero-inner p {
            font-size: 16px;
        }
    }

    .static-hero-s6 .wpo-static-hero-inner .slide-btn-wtap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        list-style: none;
        margin-top: 20px;
    }

    @media (max-width: 991px) {
        .static-hero-s6 .wpo-static-hero-inner .slide-btn-wtap ul {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
    }

    .static-hero-s6 .wpo-static-hero-inner .slide-btn-wtap ul li + li {
        margin-left: 20px;
    }

        .static-hero-s6 .wpo-static-hero-inner .slide-btn-wtap ul li + li a {
            width: 60px;
            height: 60px;
            line-height: 60px;
            display: block;
            border-radius: 30px;
            border: 1px solid var(--light-green, #F1F3EE);
            background: #fff;
            text-align: center;
        }

            .static-hero-s6 .wpo-static-hero-inner .slide-btn-wtap ul li + li a .fi {
                font-size: 30px;
                color: #C8A898;
            }

    .static-hero-s6 .left-shape {
        position: absolute;
        left: 0;
        top: 0;
    }

        .static-hero-s6 .left-shape svg {
            width: 442px;
            height: 221px;
        }

    @media (max-width: 1440px) {
        .static-hero-s6 .left-shape svg {
            width: 325px;
            height: 172px;
        }
    }

    .static-hero-s6 .left-shape svg path {
        fill: #F1F3EE;
    }

    @media (max-width: 991px) {
        .static-hero-s6 .left-shape {
            display: none;
        }
    }

    .static-hero-s6:before {
        position: absolute;
        left: -60px;
        bottom: -60px;
        width: 390px;
        height: 390px;
        content: "";
        background: #F1F3EE;
        border-radius: 50%;
        z-index: -1;
    }

    @media (max-width: 991px) {
        .static-hero-s6:before {
            display: none;
        }
    }

    .wpo-hero-slider-s3 {
        height: 100vh;
        min-height: 950px;
    }

    @media (max-width: 1199px) {
        .wpo-hero-slider-s3 {
            min-height: 680px;
            height: 680px;
        }
    }

    @media (max-width: 991px) {
        .wpo-hero-slider-s3 {
            min-height: 600px;
            height: 600px;
        }
    }

    @media (max-width: 767px) {
        .wpo-hero-slider-s3 {
            height: 600px;
            min-height: 600px;
        }
    }

    @media (max-width: 575px) {
        .wpo-hero-slider-s3 {
            height: 500px;
            min-height: 500px;
        }
    }

    .wpo-hero-slider-s3 .video-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

        .wpo-hero-slider-s3 .video-bg video {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .wpo-hero-slider-s3 .video-bg:before {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: rgba(16, 16, 16, 0.3);
        }

    .wpo-hero-slider-s3 .row {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .wpo-hero-slider-s3 .slide-inner:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(16, 16, 16, 0.3);
    }

    .wpo-hero-slider-s3 .hero-inner-text {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 11;
        padding: 75px 130px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    @media (max-width: 1700px) {
        .wpo-hero-slider-s3 .hero-inner-text {
            padding: 75px 30px;
        }
    }

    @media (max-width: 1199px) {
        .wpo-hero-slider-s3 .hero-inner-text {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
    }

    @media (max-width: 991px) {
        .wpo-hero-slider-s3 .hero-inner-text {
            padding: 55px 15px;
        }
    }

    .wpo-hero-slider-s3 .hero-inner-text h2 {
        font-size: 100px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        max-width: 836px;
        color: #fff;
        margin-bottom: -15px;
    }

    @media (max-width: 1199px) {
        .wpo-hero-slider-s3 .hero-inner-text h2 {
            font-size: 80px;
            max-width: 736px;
        }
    }

    @media (max-width: 991px) {
        .wpo-hero-slider-s3 .hero-inner-text h2 {
            font-size: 60px;
            max-width: 536px;
            margin-bottom: 0;
        }
    }

    @media (max-width: 575px) {
        .wpo-hero-slider-s3 .hero-inner-text h2 {
            font-size: 40px;
        }
    }

    @media (max-width: 350px) {
        .wpo-hero-slider-s3 .hero-inner-text h2 {
            font-size: 35px;
        }
    }

    .wpo-hero-slider-s3 .hero-inner-text .social {
        list-style: none;
        overflow: hidden;
        padding-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .wpo-hero-slider-s3 .hero-inner-text .social li {
            font-size: 22px;
            float: left;
        }

            .wpo-hero-slider-s3 .hero-inner-text .social li a {
                color: #fff;
                width: 60px;
                height: 60px;
                line-height: 60px;
                background: rgba(255, 255, 255, 0.1);
                border: 1px solid #fff;
                display: block;
                text-align: center;
                border-radius: 50%;
                font-size: 16px;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

    @media (max-width: 575px) {
        .wpo-hero-slider-s3 .hero-inner-text .social li a {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }
    }

    .wpo-hero-slider-s3 .hero-inner-text .social li a:hover {
        background: #657150;
        color: #fff;
    }

    .wpo-hero-slider-s3 .hero-inner-text .social li + li {
        margin-left: 20px;
    }

    @media screen and (max-width: 1600px) {
        .wpo-hero-slider-s3 .hero-inner-text .social li + li {
            margin-left: 10px;
        }
    }



    /*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
    .wpo-site-footer,
    .wpo-site-footer-s2 {
        background: #A5AA9C;
        position: relative;
        font-size: 15px;
        overflow: hidden;
        z-index: 1;
    }

    @media (min-width: 1400px) {
        .wpo-site-footer .container,
        .wpo-site-footer-s2 .container {
            max-width: 1220px;
        }
    }

    .wpo-site-footer ul,
    .wpo-site-footer-s2 ul {
        list-style: none;
    }

    .wpo-site-footer p,
    .wpo-site-footer-s2 p {
        color: #fff;
    }

    .wpo-site-footer li,
    .wpo-site-footer-s2 li {
        color: #fff;
    }

    .wpo-site-footer .container,
    .wpo-site-footer-s2 .container {
        position: relative;
    }

    .wpo-site-footer .wpo-upper-footer,
    .wpo-site-footer-s2 .wpo-upper-footer {
        padding: 120px 0px;
        position: relative;
        z-index: 1;
    }

    @media (max-width: 991px) {
        .wpo-site-footer .wpo-upper-footer,
        .wpo-site-footer-s2 .wpo-upper-footer {
            padding: 80px 0px;
            padding-bottom: 0;
        }
    }

    @media (max-width: 767px) {
        .wpo-site-footer .wpo-upper-footer,
        .wpo-site-footer-s2 .wpo-upper-footer {
            padding: 40px 0 0px 0;
        }
    }

    @media (max-width: 991px) {
        .wpo-site-footer .wpo-upper-footer .col,
        .wpo-site-footer-s2 .wpo-upper-footer .col {
            min-height: 235px;
            margin-bottom: 70px;
        }
    }

    @media (max-width: 767px) {
        .wpo-site-footer .wpo-upper-footer .col,
        .wpo-site-footer-s2 .wpo-upper-footer .col {
            min-height: auto;
            margin-bottom: 60px;
        }

            .wpo-site-footer .wpo-upper-footer .col:last-child,
            .wpo-site-footer-s2 .wpo-upper-footer .col:last-child {
                margin-bottom: 30px;
            }
    }

    .wpo-site-footer .widget-title,
    .wpo-site-footer-s2 .widget-title {
        margin-bottom: 30px;
    }

    @media (max-width: 767px) {
        .wpo-site-footer .widget-title,
        .wpo-site-footer-s2 .widget-title {
            margin-bottom: 20px;
        }
    }

    .wpo-site-footer .widget-title h3,
    .wpo-site-footer-s2 .widget-title h3 {
        font-weight: 400;
        font-size: 30px;
        line-height: 37px;
        color: #fff;
        margin: 0;
        position: relative;
        /*  font-family: "Sail", cursive;*/
        font-family: "Noto Sans Gujarati", sans-serif;
    }

    @media (max-width: 991px) {
        .wpo-site-footer .widget-title h3,
        .wpo-site-footer-s2 .widget-title h3 {
            font-size: 30px;
        }
    }

    .wpo-site-footer .about-widget,
    .wpo-site-footer-s2 .about-widget {
        text-align: center;
    }

        .wpo-site-footer .about-widget .logo,
        .wpo-site-footer-s2 .about-widget .logo {
            font-size: 35px;
            font-family: "Noto Sans Gujarati", sans-serif;
            /*  font-family: "Sail", cursive;*/
            color: #fff;
            line-height: 40px;
        }

    @media (max-width: 991px) {
        .wpo-site-footer .about-widget .logo,
        .wpo-site-footer-s2 .about-widget .logo {
            font-size: 40px;
        }
    }

    .wpo-site-footer .about-widget .logo img,
    .wpo-site-footer-s2 .about-widget .logo img {
        max-width: 170px;
    }

    .wpo-site-footer .about-widget .logo span,
    .wpo-site-footer-s2 .about-widget .logo span {
        position: relative;
    }

        .wpo-site-footer .about-widget .logo span i,
        .wpo-site-footer-s2 .about-widget .logo span i {
            position: absolute;
            left: 1px;
            top: 3px;
            font-size: 13px;
        }

    .wpo-site-footer .about-widget,
    .wpo-site-footer-s2 .about-widget {
        max-width: 400px;
        margin: 0 auto;
    }

        .wpo-site-footer .about-widget p,
        .wpo-site-footer-s2 .about-widget p {
            margin-bottom: 0.8em;
            line-height: 1.9em;
        }

            .wpo-site-footer .about-widget p:last-child,
            .wpo-site-footer-s2 .about-widget p:last-child {
                margin-bottom: 0;
            }

        .wpo-site-footer .about-widget ul,
        .wpo-site-footer-s2 .about-widget ul {
            overflow: hidden;
            padding-top: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .wpo-site-footer .about-widget ul li,
            .wpo-site-footer-s2 .about-widget ul li {
                font-size: 22px;
                float: left;
            }

                .wpo-site-footer .about-widget ul li a,
                .wpo-site-footer-s2 .about-widget ul li a {
                    color: #C8A898;
                    width: 45px;
                    height: 45px;
                    line-height: 49px;
                    background: #fff;
                    display: block;
                    text-align: center;
                    border-radius: 50%;
                    font-size: 18px;
                    -webkit-transition: all .3s;
                    transition: all .3s;
                }

                    .wpo-site-footer .about-widget ul li a:hover,
                    .wpo-site-footer-s2 .about-widget ul li a:hover {
                        background: #657150;
                        color: #fff;
                    }

                .wpo-site-footer .about-widget ul li + li,
                .wpo-site-footer-s2 .about-widget ul li + li {
                    margin-left: 25px;
                }

    @media screen and (max-width: 1600px) {
        .wpo-site-footer .about-widget ul li + li,
        .wpo-site-footer-s2 .about-widget ul li + li {
            margin-left: 10px;
        }
    }

    .wpo-site-footer .link-widget,
    .wpo-site-footer-s2 .link-widget {
        overflow: hidden;
    }

    @media (max-width: 767px) {
        .wpo-site-footer .link-widget,
        .wpo-site-footer-s2 .link-widget {
            text-align: center;
        }
    }

    .wpo-site-footer .link-widget .link-wrap,
    .wpo-site-footer-s2 .link-widget .link-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    @media (max-width: 767px) {
        .wpo-site-footer .link-widget .link-wrap,
        .wpo-site-footer-s2 .link-widget .link-wrap {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
    }

    .wpo-site-footer .link-widget .link-wrap ul + ul,
    .wpo-site-footer-s2 .link-widget .link-wrap ul + ul {
        margin-left: 50px;
    }

    .wpo-site-footer .link-widget ul li,
    .wpo-site-footer-s2 .link-widget ul li {
        position: relative;
    }

        .wpo-site-footer .link-widget ul li a,
        .wpo-site-footer-s2 .link-widget ul li a {
            color: #fff;
            font-size: 18px;
        }

            .wpo-site-footer .link-widget ul li a:hover,
            .wpo-site-footer-s2 .link-widget ul li a:hover {
                text-decoration: underline;
            }

        .wpo-site-footer .link-widget ul li + li,
        .wpo-site-footer-s2 .link-widget ul li + li {
            padding-top: 15px;
        }

    .wpo-site-footer .wpo-service-link-widget,
    .wpo-site-footer-s2 .wpo-service-link-widget {
        text-align: center;
    }

    @media (max-width: 991px) {
        .wpo-site-footer .wpo-service-link-widget,
        .wpo-site-footer-s2 .wpo-service-link-widget {
            text-align: left;
        }
    }

    @media (max-width: 767px) {
        .wpo-site-footer .wpo-service-link-widget,
        .wpo-site-footer-s2 .wpo-service-link-widget {
            text-align: center;
        }
    }

    .wpo-site-footer .contact-ft,
    .wpo-site-footer-s2 .contact-ft {
        margin-top: 20px;
    }

    @media (max-width: 1500px) {
        .wpo-site-footer .contact-ft,
        .wpo-site-footer-s2 .contact-ft {
            padding-right: 0px;
        }
    }

    .wpo-site-footer .contact-ft ul li,
    .wpo-site-footer-s2 .contact-ft ul li {
        padding-bottom: 15px;
        position: relative;
        padding-left: 35px;
        color: #657150;
        font-size: 16px;
    }

        .wpo-site-footer .contact-ft ul li i,
        .wpo-site-footer-s2 .contact-ft ul li i {
            position: absolute;
            left: 0;
            top: 0;
        }

        .wpo-site-footer .contact-ft ul li .fi:before,
        .wpo-site-footer-s2 .contact-ft ul li .fi:before {
            font-size: 20px;
            margin-right: 15px;
        }

    .wpo-site-footer .wpo-lower-footer,
    .wpo-site-footer-s2 .wpo-lower-footer {
        text-align: center;
        position: relative;
        background: #967728;
        z-index: -1;
    }

        .wpo-site-footer .wpo-lower-footer .row,
        .wpo-site-footer-s2 .wpo-lower-footer .row {
            padding: 20px 0 20px;
            position: relative;
        }

        .wpo-site-footer .wpo-lower-footer .copyright,
        .wpo-site-footer-s2 .wpo-lower-footer .copyright {
            display: inline-block;
            font-size: 18px;
            margin: 0;
            color: #fff;
            /*font-family: "Rasa", serif !important;*/
            font-family: "Noto Sans Gujarati", sans-serif;
        }

            .wpo-site-footer .wpo-lower-footer .copyright a,
            .wpo-site-footer-s2 .wpo-lower-footer .copyright a {
                color: #fff;
                text-decoration: none;
            }

    @media (max-width: 991px) {
        .wpo-site-footer .wpo-lower-footer .copyright,
        .wpo-site-footer-s2 .wpo-lower-footer .copyright {
            float: none;
            display: block;
        }
    }

    .wpo-site-footer .ft-shape-1,
    .wpo-site-footer-s2 .ft-shape-1 {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    @media (max-width: 991px) {
        .wpo-site-footer .ft-shape-1,
        .wpo-site-footer-s2 .ft-shape-1 {
            display: none;
        }
    }

    .wpo-site-footer .ft-shape-2,
    .wpo-site-footer-s2 .ft-shape-2 {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

    @media (max-width: 991px) {
        .wpo-site-footer .ft-shape-2,
        .wpo-site-footer-s2 .ft-shape-2 {
            display: none;
        }
    }

    .wpo-site-footer-s2 {
        background: #2D2420;
    }

        .wpo-site-footer-s2 .wpo-lower-footer {
            background: #2D2420;
        }

    .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.2 wpo-couple-section */
    .wpo-couple-section {
        padding-bottom: 120px;
        padding-top: 60px;
        overflow: hidden;
        position: relative;
    }

    @media (max-width: 991px) {
        .wpo-couple-section {
            padding-bottom: 20px;
            padding-top: 10px;
        }
    }

    .wpo-couple-section .couple-area {
        padding-top: 80px;
    }

        .wpo-couple-section .couple-area .couple-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-left: 70px;
            text-align: center;
        }

    @media (max-width: 1199px) {
        .wpo-couple-section .couple-area .couple-item {
            padding-left: 0;
        }
    }

    @media (max-width: 991px) {
        .wpo-couple-section .couple-area .couple-item {
            padding-bottom: 50px;
        }
    }

    @media (max-width: 767px) {
        .wpo-couple-section .couple-area .couple-item {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
    }

    .wpo-couple-section .couple-area .couple-item .couple-img {
        margin-bottom: 30px;
        position: relative;
        text-align: center;
        margin-right: 30px;
        -webkit-mask-size: 100%;
        mask-size: 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    @media (max-width: 991px) {
        .wpo-couple-section .couple-area .couple-item .couple-img {
            margin-bottom: 10px;
        }
    }

    @media (max-width: 767px) {
        .wpo-couple-section .couple-area .couple-item .couple-img {
            margin-bottom: 0px;
            margin-right: 0;
            max-width: 350px;
            margin: 0 auto;
        }
    }

    .wpo-couple-section .couple-area .couple-item .couple-img-wrap {
        position: relative;
        z-index: 1;
    }

        .wpo-couple-section .couple-area .couple-item .couple-img-wrap .c-shape {
            position: absolute;
            left: -115px;
            top: -10px;
            z-index: -1;
            width: 100%;
        }

    @import url('https://fonts.googleapis.com/css2?family=Rasa:ital,wght@0,300..700;1,300..700&display=swap');

    .couple-text p {
        font-size: 23px;
        /* font-family: "Rasa", serif;*/
        font-family: "Rasa", serif;
        line-height: 33px;
    }

    @media (max-width: 1199px) {
        .wpo-couple-section .couple-area .couple-item .couple-img-wrap .c-shape {
            left: -95px;
        }
    }

    @media (max-width: 991px) {
        .wpo-couple-section .couple-area .couple-item .couple-img-wrap .c-shape {
            left: -68px;
        }
    }

    @media (max-width: 767px) {
        .wpo-couple-section .couple-area .couple-item .couple-img-wrap .c-shape {
            left: -76px;
        }
    }

    .wpo-couple-section .couple-area .couple-item .couple-text {
        max-width: 650px;
    }

        .wpo-couple-section .couple-area .couple-item .couple-text h3 {
            font-weight: 400;
            font-size: 40px;
            line-height: 57px;
            text-align: center;
            margin: 0 0 0.8em;
            /*        font-family: 'Shrikhand', cursive !important;*/
            font-family: "Noto Sans Gujarati", sans-serif;
            color: #c71585;
        }

    @media (max-width: 1199px) {
        .wpo-couple-section .couple-area .couple-item .couple-text h3 {
            font-size: 36px;
        }
    }

    @media (max-width: 991px) {
        .wpo-couple-section .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 {
            font-size: 16px;
        }
    }

    .wpo-couple-section .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 {
            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 {
        margin-left: 25px;
    }

    .wpo-couple-section .couple-area .couple-item .couple-text ul li a {
        display: block;
        text-align: center;
        color: #657150;
        font-size: 14px;
    }

        .wpo-couple-section .couple-area .couple-item .couple-text ul li a:hover {
            color: #657150;
        }

    .wpo-couple-section .couple-area .col:last-child .couple-item {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    @media (max-width: 767px) {
        .wpo-couple-section .couple-area .col:last-child .couple-item {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
    }

    .wpo-couple-section .couple-area .col:last-child .couple-img-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-order: 2;
        -moz-order: 2;
    }

    @media (max-width: 767px) {
        .wpo-couple-section .couple-area .col:last-child .couple-img-wrap {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            -webkit-order: 1;
            -moz-order: 1;
        }
    }

    .wpo-couple-section .couple-area .col:last-child .couple-img-wrap .c-shape {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        left: auto;
        top: auto;
        right: -88px;
        bottom: -30px;
    }

    @media (max-width: 1199px) {
        .wpo-couple-section .couple-area .col:last-child .couple-img-wrap .c-shape {
            right: -65px;
            bottom: -5px;
        }
    }

    @media (max-width: 991px) {
        .wpo-couple-section .couple-area .col:last-child .couple-img-wrap .c-shape {
            right: -35px;
        }
    }

    @media (max-width: 767px) {
        .wpo-couple-section .couple-area .col:last-child .couple-img-wrap .c-shape {
            right: -55px;
        }

        .wpo-couple-section .couple-area .col:last-child .couple-text {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            -webkit-order: 2;
            -moz-order: 2;
        }
    }

    .wpo-couple-section .shape-1 {
        position: absolute;
        left: 0;
        top: 10%;
        z-index: -1;
        width: 100%;
    }

    @media (max-width: 767px) {
        .wpo-couple-section .shape-1 {
            display: none;
        }
    }

    .wpo-couple-section .shape-1 svg {
        width: 100%;
        height: 692px;
    }

    @media (min-width: 1950px) {
        .wpo-couple-section .shape-1 svg {
            height: 1000px;
        }
    }

    @media (max-width: 1199px) {
        .wpo-couple-section .shape-1 svg {
            height: 600px;
        }
    }

    @media (max-width: 991px) {
        .wpo-couple-section .shape-1 svg {
            height: 360px;
        }
    }

    .wpo-couple-section .shape-1 svg path.fill-color {
        fill: #F1F3EE;
    }

    .wpo-couple-section .shape-1 svg path.stroke-color {
        stroke: #5D7C78;
    }

    /* 3.3 wpo-story-section */
    .wpo-story-section {
        background: #F1F3EE;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .wpo-story-section .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 {
            padding-top: 100px;
        }
    }

    @media (max-width: 991px) {
        .wpo-story-section .wpo-story-item {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-top: 100px;
        }
    }

    @media (max-width: 575px) {
        .wpo-story-section .wpo-story-item {
            padding-top: 50px;
        }

        .wpo-couple-section .couple-area .couple-item .couple-img-wrap .c-shape {
            left: -45px;
            top: 5px;
        }

        .wpo-couple-section .couple-area .col:last-child .couple-img-wrap .c-shape {
            right: -45px;
        }

        .wpo-site-footer .wpo-lower-footer .row, .wpo-site-footer-s2 .wpo-lower-footer .row {
            padding: 4px 0 4px !important;
            position: relative;
        }

        .wpo-site-footer .wpo-lower-footer .copyright, .wpo-site-footer-s2 .wpo-lower-footer .copyright {
            display: inline-block;
            font-size: 9px !important;
            margin: 0;
            color: #fff;
            /* font-family: "Rasa", serif !important; */
            font-family: "Noto Sans Gujarati", sans-serif;
        }
    }

    .wpo-story-section .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 {
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        }
    }

    @media (max-width: 1199px) {
        .wpo-story-section .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 {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 600px;
            margin: 0 auto;
        }
    }

    .contact-info .title-info {
        color: #c95c29;
        font-size: 14px !important;
    }

    .contact-info .person-info p {
        font-size: 14px;
        color: #3b5990;
        background: #fffbe194;
        border-radius: 10px;
        font-weight: 600;
        border: 1px solid #3b5990;
    }

        .contact-info .person-info p a {
            color: #443e61;
        }

    @media (max-width: 575px) {
        .wpo-story-section .wpo-story-item .wpo-story-img-wrap {
            max-width: 400px;
        }

        .wpo-couple-section {
            padding-bottom: 80px !important;
            padding-top: 10px;
        }

        .person-info {
            padding: 5px !important;
        }

        .couple-text .contact-info .person-info p {
            font-size: 18px !important;
            font-weight: 600;
            padding: 5px !important;
            color: #b22222 !important;
            background: #ede9ddcf;
            border-radius: 10px;
            margin-bottom: 0px !important;
        }

        .contact-info .person-info p a {
            color: #b22222 !important;
            font-size: 16px !important;
        }
    }

    .wpo-story-section .wpo-story-item .wpo-story-img-wrap .wpo-story-img {
        padding: 20px;
        margin: 0 auto;
        background: #fff;
        max-width: 340px;
        border-radius: 10px;
    }

        .wpo-story-section .wpo-story-item .wpo-story-img-wrap .wpo-story-img img {
            border-radius: 10px;
        }

    .card-inner img {
        border-radius: 10px;
    }

    @media (max-width: 1199px) {
        .wpo-story-section .wpo-story-item .wpo-story-img-wrap .wpo-story-img {
            max-width: 260px;
        }
    }

    .wpo-story-section .wpo-story-item .wpo-story-img-wrap .clip-shape {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -25px;
        z-index: -1;
    }

        .wpo-story-section .wpo-story-item .wpo-story-img-wrap .clip-shape svg {
            width: 382px;
            height: 440px;
        }

    @media (max-width: 1199px) {
        .wpo-story-section .wpo-story-item .wpo-story-img-wrap .clip-shape svg {
            width: 285px;
            height: 349px;
        }
    }

    .wpo-story-section .wpo-story-item .wpo-story-img-wrap .clip-shape svg path {
        fill: #fff;
    }

    .wpo-story-section .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        z-index: -11;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    @media (max-width: 991px) {
        .wpo-story-section .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
            width: 105%;
            max-width: 450px;
            margin: 0 auto;
        }
    }

    @media (max-width: 450px) {
        .wpo-story-section .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
            width: 130%;
        }
    }

    .wpo-story-section .wpo-story-item .wpo-story-content {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        position: relative;
        max-width: 450px;
    }

    @media (max-width: 991px) {
        .wpo-story-section .wpo-story-item .wpo-story-content {
            padding-left: 0px;
            margin-left: 0;
            text-align: center;
            margin: 0 auto;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            position: relative;
            max-width: 100%;
            margin-top: 70px;
        }
    }

    @media (max-width: 575px) {
        .wpo-story-section .wpo-story-item .wpo-story-content {
            margin-top: 30px;
        }
    }

    @media (max-width: 575px) {
        .wpo-story-section .wpo-story-item .wpo-story-content {
            padding: 10px;
        }
    }

    .wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner {
        position: relative;
    }

        .wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner h2 {
            font-size: 40px;
            font-style: normal;
            font-weight: 400;
            margin-bottom: 20px;
        }

    @media (max-width: 1199px) {
        .wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner h2 {
            margin-bottom: 20px;
            font-size: 25px;
            line-height: 36px;
        }
    }

    @media (max-width: 575px) {
        .wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner h2 {
            font-size: 25px;
            margin-bottom: 10px;
        }

        .god-img {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .god-img img {
                width: 89px;
            }

                .god-img img.imgsecond {
                    width: 70px !important;
                }
    }

    .wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner span {
        font-style: normal;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        color: #C8A898;
        margin-bottom: 10px;
        display: block;
    }

    @media (max-width: 1199px) {
        .wpo-story-section .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 {
            font-size: 18px;
        }
    }

    .wpo-story-section .wpo-story-item .wpo-story-content .wpo-story-content-inner p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        color: #5C5C5C;
        margin-bottom: 0;
        /*    font-family: "Rasa", serif!important;*/
        font-family: "Noto Sans Gujarati", sans-serif;
    }

    @media (max-width: 1399px) {
        .wpo-story-section .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 {
            font-size: 14px;
            color: #bb444b !important;
        }

        .wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title h2 {
            font-size: 18px !important;
        }

        .color12 .wpo-contact-section .wpo-contact-section-wrapper:before {
            background: unset !important;
        }

        .wpo-contact-section-wrapper.contact-main {
            margin-top: 120px !important;
        }
    }

    .wpo-story-section .wpo-story-item:first-child {
        padding-top: 120px;
    }

    @media (max-width: 1199px) {
        .wpo-story-section .wpo-story-item:first-child {
            padding-top: 80px;
        }
    }

    @media (max-width: 991px) {
        .wpo-story-section .wpo-story-item:first-child {
            padding-top: 50px;
        }
    }

    .invitation-header .god-name {
        font-size: 14px;
        color: #b8860b; /* Golden brown */
        text-align: center;
        margin: 0px 0;
        letter-spacing: 2px;
        background: linear-gradient(to right, #ff0009, #fc7908, #fcac1c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

        .invitation-header .god-name.god-name-shlok {
            font-family: "Anek Devanagari", sans-serif;
            font-size: 14px !important;
            color: #b8860b; /* Golden brown */
            text-align: center;
            margin: 0px 0;
            letter-spacing: 2px;
            background: linear-gradient(135deg, #8B0000, #B22222, #D2691E);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    @media (max-width: 320px) {


        .invitation-header .god-name.god-name-shlok {
            font-size: 8px !important;
            color: #b8860b; /* Golden brown */
            text-align: center;
            margin: 0px 0;
            letter-spacing: 2px;
            background: linear-gradient(135deg, #8B0000, #B22222, #D2691E);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }

    .wpo-static-hero-inner.first-section {
        padding-top: 80px !important;
    }

    @media (max-width: 575px) {
        .wpo-story-section .wpo-story-item:first-child {
            padding-top: 20px;
        }

        .static-hero .wpo-static-hero-inner, .static-hero-s2 .wpo-static-hero-inner, .static-hero-s3 .wpo-static-hero-inner, .static-hero-s5 .wpo-static-hero-inner, .static-hero-s10 .wpo-static-hero-inner {
            padding-top: 60px !important;
        }

        .wpo-static-hero-inner.first-section {
            padding-top: 100px !important;
        }

        .invitation-header .god-name.god-name-shlok {
            font-family: "Anek Devanagari", sans-serif;
            font-size: 11px !important;
            color: #b8860b; /* Golden brown */
            text-align: center;
            margin: 0px 0;
            letter-spacing: 2px;
            background: linear-gradient(135deg, #7b1f1f, #a83232, #b64d2c, #c86b2c); /* dark maroon to copper tones */

            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .invitation-header .god-name {
            font-size: 13px;
            color: #b8860b; /* Golden brown */
            font-weight: 600;
            text-align: center;
            margin: 0px 0;
            letter-spacing: 1px;
            background: linear-gradient(to right, #f00c0c, #f93306, #fb6804, #ff6c04);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .wpo-section-title.form-box {
            padding: 7px !important;
            border-radius: 10px 10px 0 0;
        }

        .wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title h2.form-text {
            font-size: 24px !important;
            line-height: 32px !important;
        }
    }

    @media (max-width: 425px) {
        .invitation-header .god-name {
            font-size: 12px;
            color: #b8860b; /* Golden brown */
            font-weight: 600;
            text-align: center;
            margin: 0px 0;
            letter-spacing: 1px;
            background: linear-gradient(to right, #f00c0c, #f93306, #fb6804, #ff6c04);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

            .invitation-header .god-name.god-name-shlok {
                font-size: 11px !important;
                color: #b8860b;
                text-align: center;
                margin: 0px 0;
                letter-spacing: 2px;
                background: linear-gradient(135deg, #7b1f1f, #a83232, #b64d2c, #c86b2c);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
    }

    @media (max-width: 376px) {
        .invitation-header .god-name {
            font-size: 10px;
            color: #b8860b; /* Golden brown */
            font-weight: 600;
            text-align: center;
            margin: 0px 0;
            letter-spacing: 1px;
            background: linear-gradient(to right, #f00c0c, #f93306, #fb6804, #ff6c04);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

            .invitation-header .god-name.god-name-shlok {
                font-size: 8px !important;
                color: #b8860b;
                text-align: center;
                margin: 0px 0;
                letter-spacing: 2px;
                background: linear-gradient(135deg, #7b1f1f, #a83232, #b64d2c, #c86b2c);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .invitation-header .god-name.god-name-shlok {
                font-family: "Anek Devanagari", sans-serif;
                font-size: 8px !important;
                color: #b8860b; /* Golden brown */
                text-align: center;
                margin: 0px 0;
                letter-spacing: 2px;
                background: linear-gradient(135deg, #7b1f1f, #a83232, #b64d2c, #c86b2c); /* dark maroon to copper tones */

                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
    }

    /* Apply color to all selects inside the form */
    .wpo-contact-form-area select.form-control {
        color: #b84847 !important;
        border-color: #b84847 !important;
        background-color: transparent; /* optional for elegant look */
    }

        /* Style the disabled (placeholder-like) option */
        .wpo-contact-form-area select.form-control option[disabled] {
            color: #b84847 !important;
            opacity: 0.7; /* lighter shade for placeholder */
        }

        /* Style all options in the dropdown */
        .wpo-contact-form-area select.form-control option {
            color: #b84847 !important;
            background-color: #fff !important; /* or transparent if background image used */
        }

    /* Optional: change arrow color (for modern browsers) */
    .wpo-contact-form-area select.form-control {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml;utf8,<svg fill='%23b19a56' height='20' width='20' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,10'/></svg>");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 12px;
        padding-right: 30px;
    }


    /* Change placeholder color */
    .wpo-contact-form-area input::placeholder,
    .wpo-contact-form-area select::placeholder,
    .wpo-contact-form-area textarea::placeholder {
        color: #b84847 !important;
        opacity: 1; /* make sure it's visible */
        font-weight: 700;
    }

    /* Optional: also change border & icons if needed */
    .wpo-contact-form-area input,
    .wpo-contact-form-area select,
    .wpo-contact-form-area textarea {
        border-color: #b84847 !important;
    }

    /* For radio and checkbox labels */
    .wpo-contact-form-area label {
        color: #b84847 !important;
        font-weight: 700;
    }

    .color12 .theme-btn {
        background: #b84847 !important;
    }

    @media (max-width: 320px) {
        .invitation-header .god-name {
            font-size: 9px !important;
            color: #b8860b;
            text-align: center;
            margin: 0px 0;
            letter-spacing: 1px;
            background: linear-gradient(to right, #ff0009, #fc7908, #fcac1c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .static-hero .slide-title h2, .static-hero-s2 .slide-title h2, .static-hero-s3 .slide-title h2, .static-hero-s5 .slide-title h2, .static-hero-s10 .slide-title h2 {
            font-size: 26px !important;
        }
    }

    .wpo-story-section .wpo-story-item:nth-child(2) .wpo-story-img-wrap .wpo-story-img {
        padding: 0;
        -webkit-clip-path: polygon(0 24%, 50% 0, 100% 24%, 100% 76%, 49% 100%, 0 76%);
        clip-path: polygon(0 24%, 50% 0, 100% 24%, 100% 76%, 49% 100%, 0 76%);
    }

    .wpo-story-section .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 {
            -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-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;
        margin-left: 0;
        position: relative;
        padding-left: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin: auto;
        margin-top: 70px;
    }

    @media (max-width: 991px) {
        .wpo-story-section .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;
            flex-basis: 100%;
            position: relative;
            max-width: 100%;
        }
    }

    @media (max-width: 575px) {
        .wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content {
            padding: 10px;
            margin-top: 40px;
        }
    }

    .wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner {
        position: relative;
        text-align: right;
        max-width: 450px;
    }

    @media (max-width: 991px) {
        .wpo-story-section .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner {
            max-width: 100%;
            text-align: center;
        }
    }

    .wpo-story-section .flower-shape-1 {
        position: absolute;
        left: 0;
        top: 10%;
        z-index: -1;
    }

    @media (max-width: 575px) {
        .wpo-story-section .flower-shape-1 {
            display: none;
        }
    }

    .wpo-story-section .flower-shape-2 {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    @media (max-width: 575px) {
        .wpo-story-section .flower-shape-2 {
            display: none;
        }
    }

    .wpo-story-section .flower-shape-3 {
        position: absolute;
        right: 0;
        top: 50%;
        z-index: -1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    @media (max-width: 575px) {
        .wpo-story-section .flower-shape-3 {
            display: none;
        }
    }

    .wpo-story-section .flower-shape-4 {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        -webkit-animation: bounce 3s linear infinite;
        animation: bounce 3s linear infinite;
    }

    @media (max-width: 575px) {
        .wpo-story-section .flower-shape-4 {
            display: none;
        }
    }

    @-webkit-keyframes bounce {
        0% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }

        50% {
            -webkit-transform: translateY(15px) translateX(7);
            transform: translateY(15px) translateX(7);
        }

        100% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }
    }

    @keyframes bounce {
        0% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }

        50% {
            -webkit-transform: translateY(15px) translateX(7px);
            transform: translateY(15px) translateX(7px);
        }

        100% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }
    }


    /* 3.4 wpo-portfolio-section */
    .wpo-portfolio-section,
    .wpo-portfolio-section-s2 {
        position: relative;
        padding-top: 10px;
        overflow: hidden;
        padding-bottom: 60px;
    }
        /*
        .wpo-portfolio-section::before,
        .wpo-portfolio-section-s2::before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 30%;
            content: "";
            background: #F1F3EE;
        }
*/
        .wpo-portfolio-section .container-fluid,
        .wpo-portfolio-section-s2 .container-fluid {
            padding: 0;
        }

        .wpo-portfolio-section .portfolio-grids .grid img,
        .wpo-portfolio-section-s2 .portfolio-grids .grid img {
            width: 100%;
            border-radius: 20px;
        }

        .wpo-portfolio-section .portfolio-grids .owl-stage-outer,
        .wpo-portfolio-section-s2 .portfolio-grids .owl-stage-outer {
            padding-top: 145px;
        }

    @media (max-width: 991px) {
        .wpo-portfolio-section .portfolio-grids .owl-stage-outer,
        .wpo-portfolio-section-s2 .portfolio-grids .owl-stage-outer {
            padding-top: 0px;
        }
    }

    @media (min-width: 991px) {
        .wpo-portfolio-section .portfolio-grids.owl-carousel .owl-item:nth-child(even) .grid,
        .wpo-portfolio-section-s2 .portfolio-grids.owl-carousel .owl-item:nth-child(even) .grid {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -webkit-animation: margin 10s linear infinite;
            animation: margin 10s linear infinite;
        }
    }

    @media (min-width: 991px) {
        .wpo-portfolio-section .portfolio-grids.owl-carousel .owl-item:nth-child(odd) .grid,
        .wpo-portfolio-section-s2 .portfolio-grids.owl-carousel .owl-item:nth-child(odd) .grid {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -webkit-animation: marginOdd 10s linear infinite;
            animation: marginOdd 10s linear infinite;
        }
    }

    @-webkit-keyframes margin {
        0% {
            -webkit-transform: translateY(-145px);
            transform: translateY(-145px);
        }

        50% {
            -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
        }

        100% {
            -webkit-transform: translateY(-145px);
            transform: translateY(-145px);
        }
    }

    @keyframes margin {
        0% {
            -webkit-transform: translateY(-145px);
            transform: translateY(-145px);
        }

        50% {
            -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
        }

        100% {
            -webkit-transform: translateY(-145px);
            transform: translateY(-145px);
        }
    }

    @-webkit-keyframes marginOdd {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        50% {
            -webkit-transform: translateY(-145px);
            transform: translateY(-145px);
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes marginOdd {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        50% {
            -webkit-transform: translateY(-145px);
            transform: translateY(-145px);
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    .wpo-portfolio-section .portfolio-grids .owl-controls,
    .wpo-portfolio-section-s2 .portfolio-grids .owl-controls {
        width: 100%;
        margin: 0;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .wpo-portfolio-section .portfolio-grids .owl-nav [class*=owl-],
    .wpo-portfolio-section-s2 .portfolio-grids .owl-nav [class*=owl-] {
        padding: 0;
        margin: 0;
        color: #657150;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 0;
        background: none;
    }

        .wpo-portfolio-section .portfolio-grids .owl-nav [class*=owl-] .fi::before,
        .wpo-portfolio-section-s2 .portfolio-grids .owl-nav [class*=owl-] .fi::before {
            font-size: 20px;
            color: #fff;
        }

    .wpo-portfolio-section .portfolio-grids .owl-nav .owl-prev,
    .wpo-portfolio-section .portfolio-grids .owl-nav .owl-next,
    .wpo-portfolio-section-s2 .portfolio-grids .owl-nav .owl-prev,
    .wpo-portfolio-section-s2 .portfolio-grids .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #657150;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    @media (max-width: 575px) {
        .wpo-portfolio-section .portfolio-grids .owl-nav .owl-prev,
        .wpo-portfolio-section .portfolio-grids .owl-nav .owl-next,
        .wpo-portfolio-section-s2 .portfolio-grids .owl-nav .owl-prev,
        .wpo-portfolio-section-s2 .portfolio-grids .owl-nav .owl-next {
            display: none;
        }
    }

    .wpo-portfolio-section .portfolio-grids .owl-nav .owl-prev,
    .wpo-portfolio-section-s2 .portfolio-grids .owl-nav .owl-prev {
        left: 40px;
    }

    .wpo-portfolio-section .portfolio-grids .owl-nav .owl-next,
    .wpo-portfolio-section-s2 .portfolio-grids .owl-nav .owl-next {
        right: 40px;
    }

    .wpo-portfolio-section .portfolio-grids .owl-dots,
    .wpo-portfolio-section-s2 .portfolio-grids .owl-dots {
        margin-top: 0px;
        position: absolute;
        left: 50%;
        bottom: -30px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
    }

    @media (min-width: 575px) {
        /* .wpo-portfolio-section .portfolio-grids .owl-dots,
        .wpo-portfolio-section-s2 .portfolio-grids .owl-dots {
            display: none;
        }*/
    }

    .wpo-portfolio-section .portfolio-grids .owl-dots button,
    .wpo-portfolio-section-s2 .portfolio-grids .owl-dots button {
        width: 10px;
        height: 12px;
        border: 0;
        background: #657150;
        margin-right: 10px;
        border-radius: 50%;
    }

    .wpo-portfolio-section .portfolio-grids .owl-dots .owl-dot.active,
    .wpo-portfolio-section-s2 .portfolio-grids .owl-dots .owl-dot.active {
        background-color: #657150;
    }

    .wpo-portfolio-section .portfolio-grids:hover .owl-nav .owl-prev,
    .wpo-portfolio-section .portfolio-grids:hover .owl-nav .owl-next,
    .wpo-portfolio-section-s2 .portfolio-grids:hover .owl-nav .owl-prev,
    .wpo-portfolio-section-s2 .portfolio-grids:hover .owl-nav .owl-next {
        opacity: 1;
    }

    .wpo-portfolio-section .grid,
    .wpo-portfolio-section-s2 .grid {
        padding: 15px;
        background: #fff;
    }

        .wpo-portfolio-section .grid .img-holder,
        .wpo-portfolio-section-s2 .grid .img-holder {
            position: relative;
        }

            .wpo-portfolio-section .grid .img-holder .hover-content,
            .wpo-portfolio-section-s2 .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;
                z-index: 11;
            }

                .wpo-portfolio-section .grid .img-holder .hover-content i,
                .wpo-portfolio-section-s2 .grid .img-holder .hover-content i {
                    font-size: 30px;
                    color: #101010;
                }

    /*     .wpo-portfolio-section .grid .img-holder:before,
            .wpo-portfolio-section-s2 .grid .img-holder:before {
                position: absolute;
                left: 2%;
                top: 2%;
                width: 96%;
                height: 96%;
                content: "";
                background: rgba(255, 255, 255, 0.8);
                opacity: 0;
                -webkit-transition: all .3s;
                transition: all .3s;
                -webkit-transform: scale(0);
                transform: scale(0);
                z-index: 1;
            }*/

    .wpo-portfolio-section .img-holder:hover .hover-content,
    .wpo-portfolio-section-s2 .img-holder:hover .hover-content {
        opacity: 1;
    }

    /*  .wpo-portfolio-section .img-holder:hover:before,
    .wpo-portfolio-section-s2 .img-holder:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
*/
    .wpo-portfolio-section.pt-120,
    .wpo-portfolio-section-s2.pt-120 {
        padding-top: 120px;
    }

    @media (max-width: 991px) {
        .wpo-portfolio-section.pt-120,
        .wpo-portfolio-section-s2.pt-120 {
            padding-top: 90px;
        }
    }

    @media (max-width: 767px) {
        .wpo-portfolio-section.pt-120,
        .wpo-portfolio-section-s2.pt-120 {
            padding-top: 80px;
        }
    }

    @media (max-width: 575px) {
        .wpo-portfolio-section.pt-120,
        .wpo-portfolio-section-s2.pt-120 {
            padding-top: 60px;
        }
    }

    /* 3.5 wpo-contact-section */
    .wpo-contact-section,
    .wpo-contact-section-s2,
    .wpo-contact-section-s3,
    .wpo-contact-section-s4,
    .wpo-contact-section-s5,
    .wpo-contact-section-s6,
    .wpo-contact-section-s7,
    .wpo-contact-section-s8 {
        position: relative;
        z-index: 1;
        overflow: hidden;
        padding-top: 20px;
    }

        .wpo-contact-section .contact-img img,
        .wpo-contact-section-s2 .contact-img img,
        .wpo-contact-section-s3 .contact-img img,
        .wpo-contact-section-s4 .contact-img img,
        .wpo-contact-section-s5 .contact-img img,
        .wpo-contact-section-s6 .contact-img img,
        .wpo-contact-section-s7 .contact-img img,
        .wpo-contact-section-s8 .contact-img img {
            width: 100%;
            min-height: 600px;
            -o-object-fit: cover;
            object-fit: cover;
        }

    @media (max-width: 767px) {
        .wpo-contact-section .contact-img img,
        .wpo-contact-section-s2 .contact-img img,
        .wpo-contact-section-s3 .contact-img img,
        .wpo-contact-section-s4 .contact-img img,
        .wpo-contact-section-s5 .contact-img img,
        .wpo-contact-section-s6 .contact-img img,
        .wpo-contact-section-s7 .contact-img img,
        .wpo-contact-section-s8 .contact-img img {
            min-height: unset;
        }
    }

    .wpo-contact-section .wpo-contact-section-wrapper,
    .wpo-contact-section-s2 .wpo-contact-section-wrapper,
    .wpo-contact-section-s3 .wpo-contact-section-wrapper,
    .wpo-contact-section-s4 .wpo-contact-section-wrapper,
    .wpo-contact-section-s5 .wpo-contact-section-wrapper,
    .wpo-contact-section-s6 .wpo-contact-section-wrapper,
    .wpo-contact-section-s7 .wpo-contact-section-wrapper,
    .wpo-contact-section-s8 .wpo-contact-section-wrapper {
        position: relative;
        margin: 0 auto;
        background-color: #ffffff57;
        box-shadow: 0 10px 28px #b8860b1f, 0 5px 5px #b8860b21;
        /*    border: 1px solid #b7814b;
*/ z-index: 1;
        max-width: 530px;
        border-radius: 10px 10px 0 0;
        /*    font-family: "Rasa", serif !important;*/
        font-family: "Noto Sans Gujarati", sans-serif;
    }

        .wpo-contact-section .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper:before {
            position: absolute;
            left: -4%;
            top: -20px;
            width: 108%;
            height: 198px;
            /*            background: #657150;
*/ content: "";
            z-index: -1;
        }

    @media (max-width: 767px) {
        .wpo-contact-section .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper:before {
            height: 190px;
        }
    }

    @media (max-width: 575px) {
        .wpo-contact-section .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper:before,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper:before {
            height: 120px;
        }
    }

    .wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title,
    .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title,
    .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-section-title,
    .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title,
    .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-section-title,
    .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-section-title,
    .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-section-title,
    .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title {
        padding: 60px 0;
        background: #b7814b;
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
    }

    @media (max-width: 575px) {
        .wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-section-title,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-section-title,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-section-title,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-section-title,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title {
            padding: 30px 0;
        }
    }

    .wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title h2,
    .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title h2,
    .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-section-title h2,
    .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title h2,
    .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-section-title h2,
    .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-section-title h2,
    .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-section-title h2,
    .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title h2 {
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
    }

    @media (max-width: 575px) {
        .wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title h2,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title h2,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-section-title h2,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title h2,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-section-title h2,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-section-title h2,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-section-title h2,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title h2 {
            font-size: 30px;
        }
    }

    @media (max-width: 1200px) {
        .wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-section-title,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-section-title,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-section-title,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-section-title,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title {
            margin-bottom: 20px;
        }
    }

    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area,
    .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,
    .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area,
    .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area,
    .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area,
    .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area,
    .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area,
    .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area {
        padding: 80px 40px;
        position: relative;
        z-index: 99;
        padding-top: 0;
    }

    @media (max-width: 1600px) {
        .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area {
            padding: 60px 30px;
            padding-top: 0;
        }
    }

    @media (max-width: 1199px) {
        .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area {
            padding: 60px 20px;
            padding-top: 0;
        }
    }

    @media (max-width: 575px) {
        .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area {
            padding: 20px 10px;
            padding-top: 0;
        }
    }

    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,
    .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,
    .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,
    .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,
    .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,
    .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,
    .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,
    .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control {
        width: 100%;
        height: 50px;
        margin-bottom: 8px;
        border: 0;
        border-bottom: 1px solid #D9D9D9;
        color: #5C5C5C;
        border-radius: 0;
        font-size: 18px;
    }

        .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator {
            -webkit-filter: invert(1);
            filter: invert(1);
        }

        .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder {
            /* Edge */
            color: #5C5C5C;
        }

        .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #5C5C5C;
        }

        .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder {
            color: #5C5C5C;
        }

        .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder {
            color: #5C5C5C;
        }

    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,
    .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,
    .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,
    .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,
    .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,
    .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,
    .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,
    .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control {
        color: #5C5C5C;
        -webkit-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        -moz-appearance: none;
        background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
        position: relative;
    }

        .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option {
            color: #5C5C5C;
        }

    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,
    .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,
    .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,
    .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,
    .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,
    .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,
    .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,
    .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control {
        -webkit-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        -moz-appearance: none;
        background: transparent url(../images/date.png) no-repeat calc(100% - 15px) center;
    }

    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
    .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
    .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
    .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
    .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
    .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
    .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
    .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 0;
    }

    @media (max-width: 575px) {
        .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons {
            display: block;
        }
    }

    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
    .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
    .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
    .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
    .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
    .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
    .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
    .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p {
        margin-left: 30px;
    }

    @media (max-width: 575px) {
        .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p {
            margin-left: 0px;
        }
    }

    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked,
    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked),
    .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked,
    .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked),
    .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked,
    .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked),
    .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked,
    .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked),
    .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked,
    .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked),
    .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked,
    .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked),
    .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked,
    .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked),
    .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked,
    .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

        .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label,
        .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #666;
        }

            .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:before,
            .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:before,
            .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:before,
            .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:before,
            .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:before,
            .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:before,
            .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:before,
            .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:before,
            .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:before,
            .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:before,
            .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:before,
            .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:before,
            .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:before,
            .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:before,
            .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:before,
            .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 18px;
                height: 18px;
                border: 1px solid #ddd;
                border-radius: 100%;
                background: #fff;
            }

            .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
            .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
            .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
            .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
            .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
            .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
            .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
            .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
            .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
            .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
            .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
            .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
            .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
            .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
            .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
            .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after {
                content: '';
                width: 12px;
                height: 12px;
                background: #657150;
                position: absolute;
                top: 3px;
                left: 3px;
                border-radius: 100%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
            .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
            .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
            .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
            .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
            .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
            .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
            .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
            .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
            .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
            .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
            .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
            .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
            .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
            .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

    @media (max-width: 1399px) {
        .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,
        .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,
        .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,
        .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,
        .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,
        .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,
        .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,
        .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label {
            font-size: 16px;
        }
    }

    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,
    .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,
    .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,
    .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,
    .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,
    .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,
    .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,
    .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last {
        margin-bottom: 50px;
    }

    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,
    .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,
    .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,
    .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,
    .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,
    .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,
    .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,
    .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area {
        margin-top: 40px;
        text-align: center;
    }

    .wpo-contact-section .bottom-bg,
    .wpo-contact-section-s2 .bottom-bg,
    .wpo-contact-section-s3 .bottom-bg,
    .wpo-contact-section-s4 .bottom-bg,
    .wpo-contact-section-s5 .bottom-bg,
    .wpo-contact-section-s6 .bottom-bg,
    .wpo-contact-section-s7 .bottom-bg,
    .wpo-contact-section-s8 .bottom-bg {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        width: 100%;
    }

    @media (max-width: 1100px) {
        .wpo-contact-section .bottom-bg,
        .wpo-contact-section-s2 .bottom-bg,
        .wpo-contact-section-s3 .bottom-bg,
        .wpo-contact-section-s4 .bottom-bg,
        .wpo-contact-section-s5 .bottom-bg,
        .wpo-contact-section-s6 .bottom-bg,
        .wpo-contact-section-s7 .bottom-bg,
        .wpo-contact-section-s8 .bottom-bg {
            bottom: -30px;
        }
    }

    @media (max-width: 870px) {
        .wpo-contact-section .bottom-bg,
        .wpo-contact-section-s2 .bottom-bg,
        .wpo-contact-section-s3 .bottom-bg,
        .wpo-contact-section-s4 .bottom-bg,
        .wpo-contact-section-s5 .bottom-bg,
        .wpo-contact-section-s6 .bottom-bg,
        .wpo-contact-section-s7 .bottom-bg,
        .wpo-contact-section-s8 .bottom-bg {
            bottom: -40px;
        }
    }

    @media (max-width: 575px) {
        .wpo-contact-section .bottom-bg,
        .wpo-contact-section-s2 .bottom-bg,
        .wpo-contact-section-s3 .bottom-bg,
        .wpo-contact-section-s4 .bottom-bg,
        .wpo-contact-section-s5 .bottom-bg,
        .wpo-contact-section-s6 .bottom-bg,
        .wpo-contact-section-s7 .bottom-bg,
        .wpo-contact-section-s8 .bottom-bg {
            bottom: -60px;
        }
    }

    .wpo-contact-section .bottom-bg svg,
    .wpo-contact-section-s2 .bottom-bg svg,
    .wpo-contact-section-s3 .bottom-bg svg,
    .wpo-contact-section-s4 .bottom-bg svg,
    .wpo-contact-section-s5 .bottom-bg svg,
    .wpo-contact-section-s6 .bottom-bg svg,
    .wpo-contact-section-s7 .bottom-bg svg,
    .wpo-contact-section-s8 .bottom-bg svg {
        width: 100%;
        height: 634px;
    }

    @media (min-width: 1950px) {
        .wpo-contact-section .bottom-bg svg,
        .wpo-contact-section-s2 .bottom-bg svg,
        .wpo-contact-section-s3 .bottom-bg svg,
        .wpo-contact-section-s4 .bottom-bg svg,
        .wpo-contact-section-s5 .bottom-bg svg,
        .wpo-contact-section-s6 .bottom-bg svg,
        .wpo-contact-section-s7 .bottom-bg svg,
        .wpo-contact-section-s8 .bottom-bg svg {
            height: 1000px;
        }
    }

    @media (max-width: 1700px) {
        .wpo-contact-section .bottom-bg svg,
        .wpo-contact-section-s2 .bottom-bg svg,
        .wpo-contact-section-s3 .bottom-bg svg,
        .wpo-contact-section-s4 .bottom-bg svg,
        .wpo-contact-section-s5 .bottom-bg svg,
        .wpo-contact-section-s6 .bottom-bg svg,
        .wpo-contact-section-s7 .bottom-bg svg,
        .wpo-contact-section-s8 .bottom-bg svg {
            height: 555px;
        }
    }

    @media (max-width: 1500px) {
        .wpo-contact-section .bottom-bg svg,
        .wpo-contact-section-s2 .bottom-bg svg,
        .wpo-contact-section-s3 .bottom-bg svg,
        .wpo-contact-section-s4 .bottom-bg svg,
        .wpo-contact-section-s5 .bottom-bg svg,
        .wpo-contact-section-s6 .bottom-bg svg,
        .wpo-contact-section-s7 .bottom-bg svg,
        .wpo-contact-section-s8 .bottom-bg svg {
            height: 505px;
        }
    }

    @media (max-width: 1400px) {
        .wpo-contact-section .bottom-bg svg,
        .wpo-contact-section-s2 .bottom-bg svg,
        .wpo-contact-section-s3 .bottom-bg svg,
        .wpo-contact-section-s4 .bottom-bg svg,
        .wpo-contact-section-s5 .bottom-bg svg,
        .wpo-contact-section-s6 .bottom-bg svg,
        .wpo-contact-section-s7 .bottom-bg svg,
        .wpo-contact-section-s8 .bottom-bg svg {
            height: 465px;
        }
    }

    @media (max-width: 1300px) {
        .wpo-contact-section .bottom-bg svg,
        .wpo-contact-section-s2 .bottom-bg svg,
        .wpo-contact-section-s3 .bottom-bg svg,
        .wpo-contact-section-s4 .bottom-bg svg,
        .wpo-contact-section-s5 .bottom-bg svg,
        .wpo-contact-section-s6 .bottom-bg svg,
        .wpo-contact-section-s7 .bottom-bg svg,
        .wpo-contact-section-s8 .bottom-bg svg {
            height: 425px;
        }
    }

    @media (max-width: 1160px) {
        .wpo-contact-section .bottom-bg svg,
        .wpo-contact-section-s2 .bottom-bg svg,
        .wpo-contact-section-s3 .bottom-bg svg,
        .wpo-contact-section-s4 .bottom-bg svg,
        .wpo-contact-section-s5 .bottom-bg svg,
        .wpo-contact-section-s6 .bottom-bg svg,
        .wpo-contact-section-s7 .bottom-bg svg,
        .wpo-contact-section-s8 .bottom-bg svg {
            height: 380px;
        }
    }

    @media (max-width: 870px) {
        .wpo-contact-section .bottom-bg svg,
        .wpo-contact-section-s2 .bottom-bg svg,
        .wpo-contact-section-s3 .bottom-bg svg,
        .wpo-contact-section-s4 .bottom-bg svg,
        .wpo-contact-section-s5 .bottom-bg svg,
        .wpo-contact-section-s6 .bottom-bg svg,
        .wpo-contact-section-s7 .bottom-bg svg,
        .wpo-contact-section-s8 .bottom-bg svg {
            height: 320px;
        }
    }

    @media (max-width: 767px) {
        .wpo-contact-section .bottom-bg svg,
        .wpo-contact-section-s2 .bottom-bg svg,
        .wpo-contact-section-s3 .bottom-bg svg,
        .wpo-contact-section-s4 .bottom-bg svg,
        .wpo-contact-section-s5 .bottom-bg svg,
        .wpo-contact-section-s6 .bottom-bg svg,
        .wpo-contact-section-s7 .bottom-bg svg,
        .wpo-contact-section-s8 .bottom-bg svg {
            height: 300px;
        }
    }

    @media (max-width: 575px) {
        .wpo-contact-section .bottom-bg svg,
        .wpo-contact-section-s2 .bottom-bg svg,
        .wpo-contact-section-s3 .bottom-bg svg,
        .wpo-contact-section-s4 .bottom-bg svg,
        .wpo-contact-section-s5 .bottom-bg svg,
        .wpo-contact-section-s6 .bottom-bg svg,
        .wpo-contact-section-s7 .bottom-bg svg,
        .wpo-contact-section-s8 .bottom-bg svg {
            height: 280px;
        }
    }

    @media (max-width: 450px) {
        .wpo-contact-section .bottom-bg svg,
        .wpo-contact-section-s2 .bottom-bg svg,
        .wpo-contact-section-s3 .bottom-bg svg,
        .wpo-contact-section-s4 .bottom-bg svg,
        .wpo-contact-section-s5 .bottom-bg svg,
        .wpo-contact-section-s6 .bottom-bg svg,
        .wpo-contact-section-s7 .bottom-bg svg,
        .wpo-contact-section-s8 .bottom-bg svg {
            height: 200px;
        }
    }

    .wpo-contact-section .bottom-bg svg .bg-path,
    .wpo-contact-section-s2 .bottom-bg svg .bg-path,
    .wpo-contact-section-s3 .bottom-bg svg .bg-path,
    .wpo-contact-section-s4 .bottom-bg svg .bg-path,
    .wpo-contact-section-s5 .bottom-bg svg .bg-path,
    .wpo-contact-section-s6 .bottom-bg svg .bg-path,
    .wpo-contact-section-s7 .bottom-bg svg .bg-path,
    .wpo-contact-section-s8 .bottom-bg svg .bg-path {
        fill: #A5AA9C;
    }

    .wpo-contact-section .bottom-bg svg .bg-stroke,
    .wpo-contact-section-s2 .bottom-bg svg .bg-stroke,
    .wpo-contact-section-s3 .bottom-bg svg .bg-stroke,
    .wpo-contact-section-s4 .bottom-bg svg .bg-stroke,
    .wpo-contact-section-s5 .bottom-bg svg .bg-stroke,
    .wpo-contact-section-s6 .bottom-bg svg .bg-stroke,
    .wpo-contact-section-s7 .bottom-bg svg .bg-stroke,
    .wpo-contact-section-s8 .bottom-bg svg .bg-stroke {
        stroke: #A5AA9C;
    }

    .wpo-contact-section .bottom-bg .shape-1,
    .wpo-contact-section-s2 .bottom-bg .shape-1,
    .wpo-contact-section-s3 .bottom-bg .shape-1,
    .wpo-contact-section-s4 .bottom-bg .shape-1,
    .wpo-contact-section-s5 .bottom-bg .shape-1,
    .wpo-contact-section-s6 .bottom-bg .shape-1,
    .wpo-contact-section-s7 .bottom-bg .shape-1,
    .wpo-contact-section-s8 .bottom-bg .shape-1 {
        position: absolute;
        left: 0;
        bottom: 10px;
        -webkit-animation: bounce 3s linear infinite;
        animation: bounce 3s linear infinite;
    }

    .wpo-contact-section .bottom-bg .shape-2,
    .wpo-contact-section-s2 .bottom-bg .shape-2,
    .wpo-contact-section-s3 .bottom-bg .shape-2,
    .wpo-contact-section-s4 .bottom-bg .shape-2,
    .wpo-contact-section-s5 .bottom-bg .shape-2,
    .wpo-contact-section-s6 .bottom-bg .shape-2,
    .wpo-contact-section-s7 .bottom-bg .shape-2,
    .wpo-contact-section-s8 .bottom-bg .shape-2 {
        position: absolute;
        left: 68px;
        bottom: -25px;
    }

    @media (max-width: 1600px) {
        .wpo-contact-section .bottom-bg .shape-2,
        .wpo-contact-section-s2 .bottom-bg .shape-2,
        .wpo-contact-section-s3 .bottom-bg .shape-2,
        .wpo-contact-section-s4 .bottom-bg .shape-2,
        .wpo-contact-section-s5 .bottom-bg .shape-2,
        .wpo-contact-section-s6 .bottom-bg .shape-2,
        .wpo-contact-section-s7 .bottom-bg .shape-2,
        .wpo-contact-section-s8 .bottom-bg .shape-2 {
            max-width: 20%;
        }
    }

    .wpo-contact-section .bottom-bg .shape-3,
    .wpo-contact-section-s2 .bottom-bg .shape-3,
    .wpo-contact-section-s3 .bottom-bg .shape-3,
    .wpo-contact-section-s4 .bottom-bg .shape-3,
    .wpo-contact-section-s5 .bottom-bg .shape-3,
    .wpo-contact-section-s6 .bottom-bg .shape-3,
    .wpo-contact-section-s7 .bottom-bg .shape-3,
    .wpo-contact-section-s8 .bottom-bg .shape-3 {
        position: absolute;
        left: 27%;
        bottom: -25px;
    }

    @media (max-width: 1600px) {
        .wpo-contact-section .bottom-bg .shape-3,
        .wpo-contact-section-s2 .bottom-bg .shape-3,
        .wpo-contact-section-s3 .bottom-bg .shape-3,
        .wpo-contact-section-s4 .bottom-bg .shape-3,
        .wpo-contact-section-s5 .bottom-bg .shape-3,
        .wpo-contact-section-s6 .bottom-bg .shape-3,
        .wpo-contact-section-s7 .bottom-bg .shape-3,
        .wpo-contact-section-s8 .bottom-bg .shape-3 {
            max-width: 10%;
        }
    }

    .wpo-contact-section .bottom-bg .shape-4,
    .wpo-contact-section-s2 .bottom-bg .shape-4,
    .wpo-contact-section-s3 .bottom-bg .shape-4,
    .wpo-contact-section-s4 .bottom-bg .shape-4,
    .wpo-contact-section-s5 .bottom-bg .shape-4,
    .wpo-contact-section-s6 .bottom-bg .shape-4,
    .wpo-contact-section-s7 .bottom-bg .shape-4,
    .wpo-contact-section-s8 .bottom-bg .shape-4 {
        position: absolute;
        left: 65%;
        bottom: 0;
        -webkit-animation: bounce 3s linear infinite;
        animation: bounce 3s linear infinite;
    }

    @media (max-width: 1600px) {
        .wpo-contact-section .bottom-bg .shape-4,
        .wpo-contact-section-s2 .bottom-bg .shape-4,
        .wpo-contact-section-s3 .bottom-bg .shape-4,
        .wpo-contact-section-s4 .bottom-bg .shape-4,
        .wpo-contact-section-s5 .bottom-bg .shape-4,
        .wpo-contact-section-s6 .bottom-bg .shape-4,
        .wpo-contact-section-s7 .bottom-bg .shape-4,
        .wpo-contact-section-s8 .bottom-bg .shape-4 {
            max-width: 10%;
        }
    }

    .wpo-contact-section .bottom-bg .shape-5,
    .wpo-contact-section-s2 .bottom-bg .shape-5,
    .wpo-contact-section-s3 .bottom-bg .shape-5,
    .wpo-contact-section-s4 .bottom-bg .shape-5,
    .wpo-contact-section-s5 .bottom-bg .shape-5,
    .wpo-contact-section-s6 .bottom-bg .shape-5,
    .wpo-contact-section-s7 .bottom-bg .shape-5,
    .wpo-contact-section-s8 .bottom-bg .shape-5 {
        position: absolute;
        right: 15%;
        bottom: 0;
    }

    @media (max-width: 1600px) {
        .wpo-contact-section .bottom-bg .shape-5,
        .wpo-contact-section-s2 .bottom-bg .shape-5,
        .wpo-contact-section-s3 .bottom-bg .shape-5,
        .wpo-contact-section-s4 .bottom-bg .shape-5,
        .wpo-contact-section-s5 .bottom-bg .shape-5,
        .wpo-contact-section-s6 .bottom-bg .shape-5,
        .wpo-contact-section-s7 .bottom-bg .shape-5,
        .wpo-contact-section-s8 .bottom-bg .shape-5 {
            max-width: 10%;
        }
    }

    .wpo-contact-section .bottom-bg .shape-6,
    .wpo-contact-section-s2 .bottom-bg .shape-6,
    .wpo-contact-section-s3 .bottom-bg .shape-6,
    .wpo-contact-section-s4 .bottom-bg .shape-6,
    .wpo-contact-section-s5 .bottom-bg .shape-6,
    .wpo-contact-section-s6 .bottom-bg .shape-6,
    .wpo-contact-section-s7 .bottom-bg .shape-6,
    .wpo-contact-section-s8 .bottom-bg .shape-6 {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    @media (max-width: 1600px) {
        .wpo-contact-section .bottom-bg .shape-6,
        .wpo-contact-section-s2 .bottom-bg .shape-6,
        .wpo-contact-section-s3 .bottom-bg .shape-6,
        .wpo-contact-section-s4 .bottom-bg .shape-6,
        .wpo-contact-section-s5 .bottom-bg .shape-6,
        .wpo-contact-section-s6 .bottom-bg .shape-6,
        .wpo-contact-section-s7 .bottom-bg .shape-6,
        .wpo-contact-section-s8 .bottom-bg .shape-6 {
            max-width: 10%;
        }
    }

    @media (max-width: 991px) {
        .wpo-contact-section .bottom-bg .shape-6,
        .wpo-contact-section-s2 .bottom-bg .shape-6,
        .wpo-contact-section-s3 .bottom-bg .shape-6,
        .wpo-contact-section-s4 .bottom-bg .shape-6,
        .wpo-contact-section-s5 .bottom-bg .shape-6,
        .wpo-contact-section-s6 .bottom-bg .shape-6,
        .wpo-contact-section-s7 .bottom-bg .shape-6,
        .wpo-contact-section-s8 .bottom-bg .shape-6 {
            max-width: 20%;
        }
    }

    @media (max-width: 767px) {
        .wpo-contact-section .bottom-bg .shape-6,
        .wpo-contact-section-s2 .bottom-bg .shape-6,
        .wpo-contact-section-s3 .bottom-bg .shape-6,
        .wpo-contact-section-s4 .bottom-bg .shape-6,
        .wpo-contact-section-s5 .bottom-bg .shape-6,
        .wpo-contact-section-s6 .bottom-bg .shape-6,
        .wpo-contact-section-s7 .bottom-bg .shape-6,
        .wpo-contact-section-s8 .bottom-bg .shape-6 {
            max-width: 30%;
        }
    }

    .wpo-contact-section.pt-120,
    .wpo-contact-section-s2.pt-120,
    .wpo-contact-section-s3.pt-120,
    .wpo-contact-section-s4.pt-120,
    .wpo-contact-section-s5.pt-120,
    .wpo-contact-section-s6.pt-120,
    .wpo-contact-section-s7.pt-120,
    .wpo-contact-section-s8.pt-120 {
        padding-top: 120px;
    }

    @media (max-width: 991px) {
        .wpo-contact-section.pt-120,
        .wpo-contact-section-s2.pt-120,
        .wpo-contact-section-s3.pt-120,
        .wpo-contact-section-s4.pt-120,
        .wpo-contact-section-s5.pt-120,
        .wpo-contact-section-s6.pt-120,
        .wpo-contact-section-s7.pt-120,
        .wpo-contact-section-s8.pt-120 {
            padding-top: 90px;
        }
    }

    @media (max-width: 767px) {
        .wpo-contact-section.pt-120,
        .wpo-contact-section-s2.pt-120,
        .wpo-contact-section-s3.pt-120,
        .wpo-contact-section-s4.pt-120,
        .wpo-contact-section-s5.pt-120,
        .wpo-contact-section-s6.pt-120,
        .wpo-contact-section-s7.pt-120,
        .wpo-contact-section-s8.pt-120 {
            padding-top: 80px;
        }
    }

    @media (max-width: 575px) {
        .wpo-contact-section.pt-120,
        .wpo-contact-section-s2.pt-120,
        .wpo-contact-section-s3.pt-120,
        .wpo-contact-section-s4.pt-120,
        .wpo-contact-section-s5.pt-120,
        .wpo-contact-section-s6.pt-120,
        .wpo-contact-section-s7.pt-120,
        .wpo-contact-section-s8.pt-120 {
            padding-top: 60px;
        }
    }

    /* 3.6 wpo-event-section */
    .wpo-event-section,
    .wpo-event-section-s2,
    .wpo-event-section-s4 {
        padding-bottom: 90px;
    }

    @media (max-width: 991px) {
        .wpo-event-section,
        .wpo-event-section-s2,
        .wpo-event-section-s4 {
            padding-bottom: 80px;
        }
    }

    @media (max-width: 767px) {
        .wpo-event-section,
        .wpo-event-section-s2,
        .wpo-event-section-s4 {
            padding-bottom: 70px;
        }
    }

    .wpo-event-section .wpo-event-item,
    .wpo-event-section-s2 .wpo-event-item,
    .wpo-event-section-s4 .wpo-event-item {
        text-align: center;
        max-width: 340px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

        .wpo-event-section .wpo-event-item .wpo-event-img,
        .wpo-event-section-s2 .wpo-event-item .wpo-event-img,
        .wpo-event-section-s4 .wpo-event-item .wpo-event-img {
            max-width: 340px;
            margin: 0 auto;
            padding: 20px;
            border-radius: 50%;
            background: #F1F3EE;
            margin-bottom: 30px;
        }

            .wpo-event-section .wpo-event-item .wpo-event-img .wpo-event-img-inner,
            .wpo-event-section-s2 .wpo-event-item .wpo-event-img .wpo-event-img-inner,
            .wpo-event-section-s4 .wpo-event-item .wpo-event-img .wpo-event-img-inner {
                overflow: hidden;
                border-radius: 50%;
            }

                .wpo-event-section .wpo-event-item .wpo-event-img .wpo-event-img-inner img,
                .wpo-event-section-s2 .wpo-event-item .wpo-event-img .wpo-event-img-inner img,
                .wpo-event-section-s4 .wpo-event-item .wpo-event-img .wpo-event-img-inner img {
                    border-radius: 50%;
                    -webkit-transition: all .3s;
                    transition: all .3s;
                    -webkit-transform: scale(1);
                    transform: scale(1);
                }

        .wpo-event-section .wpo-event-item:hover .wpo-event-img .wpo-event-img-inner img,
        .wpo-event-section-s2 .wpo-event-item:hover .wpo-event-img .wpo-event-img-inner img,
        .wpo-event-section-s4 .wpo-event-item:hover .wpo-event-img .wpo-event-img-inner img {
            -webkit-transform: scale(1.2) rotate(5deg);
            transform: scale(1.2) rotate(5deg);
        }

    ..wpo-event-section .wpo-event-item .wpo-event-text h2 {
        background: #602bad !important;
    }

    .wpo-event-section .wpo-event-item .wpo-event-text h2,
    .wpo-event-section-s2 .wpo-event-item .wpo-event-text h2,
    .wpo-event-section-s4 .wpo-event-item .wpo-event-text h2 {
        padding: 10px 0;
        background: #602bad;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #fff;
    }

    @media (max-width: 757px) {
        .wpo-event-section .wpo-event-item .wpo-event-text h2,
        .wpo-event-section-s2 .wpo-event-item .wpo-event-text h2,
        .wpo-event-section-s4 .wpo-event-item .wpo-event-text h2 {
            font-size: 25px;
        }
    }

    .wpo-event-section .wpo-event-item .wpo-event-text ul,
    .wpo-event-section-s2 .wpo-event-item .wpo-event-text ul,
    .wpo-event-section-s4 .wpo-event-item .wpo-event-text ul {
        list-style: none;
        /*  max-width: 245px;*/
        margin: 0 auto;
        margin-top: 30px;
    }

        .wpo-event-section .wpo-event-item .wpo-event-text ul li,
        .wpo-event-section-s2 .wpo-event-item .wpo-event-text ul li,
        .wpo-event-section-s4 .wpo-event-item .wpo-event-text ul li {
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 150.2%;
            margin-bottom: 20px;
            /*        font-family: "Rasa", serif !important;*/
            font-family: "Noto Sans Gujarati", sans-serif;
        }

    .wpo-event-section .wpo-event-wrap .wpo-event-text ul li a.location-text {
        font-size: 17px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 150.2%;
        margin-bottom: 20px;
        /*    font-family: "Rasa", serif !important;*/
        font-family: "Noto Sans Gujarati", sans-serif;
    }

    .wpo-event-section .wpo-event-item .wpo-event-text ul li a.location-text::before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: unset !important;
        content: "";
        background: #657150;
    }

    .wpo-event-section .wpo-event-item .wpo-event-text ul li:last-child,
    .wpo-event-section-s2 .wpo-event-item .wpo-event-text ul li:last-child,
    .wpo-event-section-s4 .wpo-event-item .wpo-event-text ul li:last-child {
        margin-bottom: 0;
    }

    .wpo-event-section .wpo-event-item .wpo-event-text ul li a,
    .wpo-event-section-s2 .wpo-event-item .wpo-event-text ul li a,
    .wpo-event-section-s4 .wpo-event-item .wpo-event-text ul li a {
        color: #657150;
        position: relative;
        display: inline-block;
        margin-top: 10px;
        font-size: 18px;
        text-transform: capitalize;
    }

        .wpo-event-section .wpo-event-item .wpo-event-text ul li a::before,
        .wpo-event-section-s2 .wpo-event-item .wpo-event-text ul li a::before,
        .wpo-event-section-s4 .wpo-event-item .wpo-event-text ul li a::before {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            content: "";
            background: #657150;
        }

    /* 3.7 wpo-blog-section */
    .wpo-blog-section,
    .wpo-blog-section-s2,
    .wpo-blog-section-s3 {
        padding-bottom: 90px;
        background: #F1F3EE;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    @media (max-width: 767px) {
        .wpo-blog-section,
        .wpo-blog-section-s2,
        .wpo-blog-section-s3 {
            padding-bottom: 60px;
        }

        .wpo-couple-section .couple-area {
            padding-top: 130px;
        }

        .couple-item.reverse-sec {
            display: flex;
            flex-direction: column-reverse; /*Reverses the order on mobile */
            align-items: center;
            text-align: center;
        }

        .wpo-couple-section .couple-area .couple-item .couple-img-wrap {
            position: relative;
            z-index: 1;
            width: 160px;
        }

        .wpo-couple-section .couple-area .couple-item {
            padding-bottom: 10px;
        }
    }


    /*======================================
5. Home-style-2
 =======================================*/

    @media (max-width: 575px) {
        .wpo-couple-section-s2 .couple-item-wrap .couple-text-wrap .couple-text-r-item {
            position: relative;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 470px;
        }

        .mobile-none {
            display: none;
        }
        /*.pin{
            display:none;
        }*/
    }

    /* 5.2 wpo-story-section-s2 */
    .wpo-story-section-s2 {
        background: #c6ebfb00;
        position: relative;
        z-index: 1;
    }

        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item {
            position: relative;
            margin-bottom: 5px;
        }

            .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-img {
                padding: 30px;
                background: #ffffff94;
            }

    @media (max-width: 991px) {
        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-img {
            margin-bottom: 5px;
        }
    }

    .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-img img {
        width: 100%;
    }

    .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .col {
        padding: 0 5px;
    }

    .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content {
        padding: 30px 80px;
        /*        background: #ffffffa3;
*/ padding-top: 0;
    }

    @media (max-width: 1399px) {
        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content {
            padding: 10px 50px;
        }
    }

    @media (max-width: 991px) {
        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content {
            text-align: center;
        }
    }

    @media (max-width: 575px) {
        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content {
            padding: 135px 20px 110px 20px;
        }
            .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content.sec-function {
                padding: 135px 20px 50px 20px;
            }


        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content .scedule-mobile {
            padding: 140px 20px 210px 10px;
        }

        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-img {
            padding: 130px 30px 0 30px;
            background: unset;
        }

        .date-title {
            display: none !important;
        }

        .scedule-main {
            padding-top: 0px !important;
        }

        .function-time div {
            /* font-family: "Rasa", serif !important; */
            font-family: "Noto Sans Gujarati", sans-serif;
            background: #b19a561a;
            padding: 5px;
            margin-bottom: 7px;
            border-radius: 10px;
        }
    }

    .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content .thumb {
        width: 152px;
        height: 152px;
        padding: 20px;
        border-top: 25px solid #E5D1C7;
        -webkit-transform: rotate(7.938deg);
        transform: rotate(7.938deg);
        background: #FAF2EE;
        text-align: center;
        margin-left: auto;
    }

    @media (max-width: 1399px) {
        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content .thumb {
            width: 102px;
            height: 130px;
            padding: 10px;
            border-style: solid !important;
            border-color: #E5D1C7 !important;
            border-width: 15px 2px 2px 2px !important; /* top | right | bottom | left */
        }
    }

    @media (max-width: 991px) {
        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content .thumb {
            margin: 0 auto;
            margin-bottom: 30px;
        }
    }

    .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content .thumb span {
        /*font-family: "Sail", cursive;*/
        font-family: "Noto Sans Gujarati", sans-serif;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    @media (max-width: 1399px) {
        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content .thumb span {
            font-size: 18px;
        }
    }

    .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content .thumb .pin {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -48px;
    }

    .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content h2 {
        font-size: 24px !important;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 5px;
    }

    @media (max-width: 1199px) {
        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content h2 {
            margin-bottom: 20px;
            font-size: 25px;
            line-height: 36px;
        }
    }

    @media (max-width: 575px) {
        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content h2 {
            font-size: 25px;
            margin-bottom: 0px;
        }
    }

    .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content p {
        max-width: 488px;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 15px;
    }

    @media (max-width: 1399px) {
        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content p {
            margin-bottom: 0;
        }
    }

    @media (max-width: 1199px) {
        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content p {
            font-size: 18px;
        }
    }

    @media (max-width: 1199px) {
        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content .flower img {
            max-width: 30%;
        }
    }

    .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .ring-wrap {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    @media (max-width: 991px) {
        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .ring-wrap {
            display: none;
        }
    }

    .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .ring-wrap .ring {
        padding-bottom: 25px;
    }

    @media (max-width: 1399px) {
        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .ring-wrap .ring {
            padding-bottom: 15px;
        }
    }

    @media (max-width: 1199px) {
        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .ring-wrap .ring {
            padding-bottom: 10px;
        }
    }

    .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item:nth-child(even) .wpo-story-content {
        text-align: right;
    }

    @media (max-width: 991px) {
        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item:nth-child(even) .wpo-story-content {
            text-align: center;
        }
    }

    .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item:nth-child(even) .wpo-story-content .thumb {
        -webkit-transform: rotate(-7.938deg);
        transform: rotate(-7.938deg);
        margin: 0;
    }

    @media (max-width: 991px) {
        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item:nth-child(even) .wpo-story-content .thumb {
            margin: 0 auto;
            margin-bottom: 30px;
        }
    }

    .wpo-story-section-s2 .flower-shape-1 {
        position: absolute;
        left: 0;
        top: 10%;
        z-index: -1;
    }

    @media (max-width: 575px) {
        .wpo-story-section-s2 .flower-shape-1 {
            display: none;
        }
    }

    .wpo-story-section-s2 .flower-shape-2 {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    @media (max-width: 575px) {
        .wpo-story-section-s2 .flower-shape-2 {
            display: none;
        }
    }

    .wpo-story-section-s2 .flower-shape-3 {
        position: absolute;
        right: 0;
        top: 50%;
        z-index: -1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    @media (max-width: 575px) {
        .wpo-story-section-s2 .flower-shape-3 {
            display: none;
        }
    }

    .wpo-story-section-s2 .flower-shape-4 {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        -webkit-animation: bounce 3s linear infinite;
        animation: bounce 3s linear infinite;
    }

    @media (max-width: 575px) {
        .wpo-story-section-s2 .flower-shape-4 {
            display: none;
        }
    }



    /*======================================
6. Home-style-3
 =======================================*/


    @-webkit-keyframes vector-animation {
        0% {
            opacity: 1;
        }

        20% {
            opacity: .3;
        }

        50% {
            opacity: .5;
        }

        70% {
            opacity: .7;
        }

        90% {
            opacity: .8;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes vector-animation {
        0% {
            opacity: 1;
        }

        20% {
            opacity: .3;
        }

        50% {
            opacity: .5;
        }

        70% {
            opacity: .7;
        }

        90% {
            opacity: .8;
        }

        100% {
            opacity: 1;
        }
    }

    /* 6.3 wpo-video-section */
    .wpo-video-section,
    .wpo-video-section-s2 {
        position: relative;
        z-index: 1;
        padding: 0px 100px;
    }

    @media (max-width: 1700px) {
        .wpo-video-section,
        .wpo-video-section-s2 {
            padding: 0px 30px;
        }
    }

    @media (max-width: 991px) {
        .wpo-video-section,
        .wpo-video-section-s2 {
            padding: 0px 30px;
        }
    }

    @media (max-width: 575px) {
        .wpo-video-section,
        .wpo-video-section-s2 {
            padding: 0px 0px;
        }
    }

    .wpo-video-section .video-wrap,
    .wpo-video-section-s2 .video-wrap {
        position: relative;
        z-index: 1;
        /*        background: #fff;
*/ /*  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);*/
        padding: 30px;
        border-radius: 20px;
        text-align: center;
    }

    .video-wrap img {
        border-radius: 15px;
    }

    @media (max-width: 991px) {
        .wpo-video-section .video-wrap,
        .wpo-video-section-s2 .video-wrap {
            padding: 15px;
        }
    }

    .wpo-video-section .video-wrap.new-frame .video-btn .fi:before, .wpo-video-section-s2 .video-btn .fi:before {
        font-size: 40px;
        color: #835845 !important;
    }

    @media (max-width: 575px) {
        .video-sect {
            padding-top: 79px;
            padding-bottom: 90px;
        }

        .portfolio-grids {
            width: 80% !important;
            margin: 0 auto !important;
        }

            .portfolio-grids .grid {
                border-radius: 20px !important;
                background-color: transparent !important;
            }

        .wpo-video-section .video-wrap img,
        .wpo-video-section-s2 .video-wrap img {
            min-height: 130px;
            width: 60% !important;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .wpo-video-section .video-wrap.new-frame img {
            min-height: 130px;
            width: 80% !important;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .wpo-video-section .video-wrap.new-frame .video-btn, .wpo-video-section-s2 .video-wrap.new-frame .video-btn {
            width: 40px !important;
            height: 40px !important;
            line-height: 40px !important;
            background: #ffffff;
        }

        .wpo-video-section .video-wrap.new-frame .video-btn, .wpo-video-section-s2 .video-wrap.new-frame .video-btn {
            position: absolute;
            left: 77% !important;
            top: 24% !important;
        }

            .wpo-video-section .video-wrap.new-frame .video-btn .fi:before, .wpo-video-section-s2 .video-wrap.new-frame .video-btn .fi:before {
                font-size: 20px !important;
            }

        .wpo-video-section .video-btn, .wpo-video-section-s2 .video-btn {
            position: absolute;
            left: 70% !important;
            top: 13% !important;
        }

        .wpo-video-section .video-btn,
        .wpo-video-section-s2 .video-btn {
            width: 45px !important;
            height: 45px !important;
            line-height: 45px !important;
        }

        .wpo-site-header #navbar > ul > li a:hover, .wpo-site-header #navbar > ul > li a.active, .wpo-site-header #navbar > ul li a:focus {
            color: #fff !important;
        }
    }

    @media (min-width: 1600px) {
        .wpo-video-section .container,
        .wpo-video-section-s2 .container {
            max-width: 1400px;
        }
    }

    .wpo-video-section .video-btn, .wpo-video-section-s2 .video-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 120px;
        height: 120px;
        /*    border: 1px solid #fff;
*/ text-align: center;
        border-radius: 50%;
        line-height: 120px;
        background: #964d4e;
        z-index: 11;
    }

    @media (max-width: 991px) {
        .wpo-video-section .video-btn,
        .wpo-video-section-s2 .video-btn {
            width: 60px;
            height: 60px;
            line-height: 60px;
        }
    }

    @media (max-width: 767px) {

        .wpo-video-section .video-btn,
        .wpo-video-section-s2 .video-btn {
            width: 45px !important;
            height: 45px !important;
            line-height: 45px !important;
        }

            .wpo-video-section .video-btn .fi:before, .wpo-video-section-s2 .video-btn .fi:before {
                font-size: 24px !important;
            }
    }

    .wpo-video-section .video-btn .fi,
    .wpo-video-section-s2 .video-btn .fi {
        position: relative;
        right: -3px;
    }

    @media (max-width: 575px) {
        .wpo-video-section .video-btn .fi,
        .wpo-video-section-s2 .video-btn .fi {
            right: -3px;
        }
    }

    .wpo-video-section .video-btn .fi:before,
    .wpo-video-section-s2 .video-btn .fi:before {
        font-size: 40px;
        color: #fff;
    }

    @media (max-width: 991px) {
        .wpo-video-section .video-btn .fi:before,
        .wpo-video-section-s2 .video-btn .fi:before {
            font-size: 30px;
        }
    }

    /* 🗺️ Map Container */
    .map-container {
        border-radius: 18px !important;
        overflow: hidden;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
        border: 2px solid rgb(55 103 106);
        background: rgba(255, 255, 255, 0.75);
        backdrop-filter: blur(6px);
        transition: all 0.4s ease;
    }


    /*======================================
 7. Home-style-4
 =======================================*/


    /* 7.4 wpo-portfolio-section-s2 */
    .wpo-portfolio-section-s2:before {
        display: none;
    }

    .wpo-portfolio-section-s2 .container-fluid {
        padding: 0 15px;
    }

    @media (max-width: 1199px) {
        .wpo-portfolio-section-s2 .portfolio-grids {
            margin: 0 -10px;
        }
    }

    .wpo-portfolio-section-s2 .portfolio-grids .grid {
        width: 33.33%;
        position: relative;
        overflow: hidden;
        float: left;
    }

    @media (max-width: 1199px) {
        .wpo-portfolio-section-s2 .portfolio-grids .grid {
            padding: 0 10px 20px;
        }
    }

    @media (max-width: 991px) {
        .wpo-portfolio-section-s2 .portfolio-grids .grid {
            width: 50%;
        }
    }

    @media (max-width: 575px) {
        .wpo-portfolio-section-s2 .portfolio-grids .grid {
            width: 100%;
        }
    }

    .wpo-portfolio-section-s2 .portfolio-grids .grid img {
        width: 100%;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder {
        overflow: hidden;
    }


    @-webkit-keyframes circle2 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes circle2 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    /*======================================
 13. wpo-invitation-area
 =======================================*/
    .invitation-header .navbar-brand {
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        /*font-family: "Sail", cursive;*/
        font-family: "Noto Sans Gujarati", sans-serif;
        color: #fff;
        display: block;
    }

    .invitation-header ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        list-style: none;
        padding: 30px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .invitation-header ul li .back-btn {
            display: block;
            width: 70px;
            height: 70px;
            line-height: 70px;
            background: #657150;
            text-align: center;
        }

            .invitation-header ul li .back-btn:hover {
                background: #555f43;
            }

            .invitation-header ul li .back-btn i {
                font-size: 30px;
                color: #fff;
                line-height: unset;
            }

    /*=====================================================
18. wpo-service-single
======================================================*/

    @-webkit-keyframes spineerb {
        0% {
            -webkit-box-shadow: 0 0 0 0 #a9a5f8;
        }

        70% {
            -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
        }

        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        }
    }

    @keyframes spineerb {
        0% {
            -webkit-box-shadow: 0 0 0 0 #a9a5f8;
            box-shadow: 0 0 0 0 #a9a5f8;
        }

        70% {
            -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
            box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
        }

        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
            box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        }
    }




    .wpo-contact-area .quote-form {
        padding-left: 0;
        margin-left: -10px;
    }

    .wpo-contact-area button {
        border-radius: 0;
    }

        .wpo-contact-area button:after {
            display: none;
        }

    .wpo-contact-area .quote-form .form-control {
        height: 55px;
        border: 1px solid #ebebeb;
        margin-bottom: 20px;
        padding: 15px;
    }

        .wpo-contact-area .quote-form .form-control:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #657150;
        }

    .wpo-contact-area .quote-form textarea.form-control {
        height: 125px;
    }

    .half-col {
        float: left;
        width: 50%;
        padding: 0 10px 5px;
    }

    .full-col {
        padding: 0 10px 5px;
    }

    .exprience-area {
        padding-top: 60px;
    }

    @media (max-width: 767px) {
        .team-info-text {
            padding: 40px 20px;
        }

        .team-info-img {
            padding: 40px;
        }

            .team-info-img img {
                width: 100%;
            }

        .custom-grid {
            float: left;
            width: 50%;
        }

        .exprience-area {
            padding-top: 30px;
        }
    }

    @media (max-width: 575px) {
        .half-col {
            float: none;
            width: 100%;
        }

        .lawyer-about.pt-150 {
            padding-top: 100px !important;
        }

        .wpo-section-title.tahuko-title {
            padding-bottom: 70px !important;
            padding-top: 120px !important;
        }

        .wpo-section-title.kavita-title {
            padding-bottom: 100px !important;
        }
    }

    @media (max-width: 375px) {

        .custom-grid {
            float: none;
            width: 100%;
        }
    }

    .service-sidebar .wpo-contact-widget {
        border: 0;
        background: url(../images/bg-2.html) no-repeat center center;
        position: relative;
        background-size: cover;
        z-index: 1;
    }

        .service-sidebar .wpo-contact-widget:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(22, 57, 103, 0.9);
            content: "";
            z-index: -1;
        }

        .service-sidebar .wpo-contact-widget h2 {
            font-size: 36px;
            font-weight: 700;
            text-align: left;
            color: #fff;
            margin-bottom: 20px;
        }

            .service-sidebar .wpo-contact-widget h2::before {
                background: #fff;
            }

        .service-sidebar .wpo-contact-widget p {
            color: #fff;
            font-size: 18px;
        }

        .service-sidebar .wpo-contact-widget a {
            display: inline-block;
            padding: 10px 20px;
            border: 1px solid #fff;
            font-size: 18px;
            color: #fff;
            padding-right: 90px;
            position: relative;
            margin-top: 10px;
        }

            .service-sidebar .wpo-contact-widget a::before {
                font-family: "themify";
                content: "\e628";
                font-size: 18px;
                position: absolute;
                right: 15px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }




    @media screen and (min-width: 1200px) {
        .blog-pg-left-sidebar .blog-sidebar {
            padding-right: 45px;
            padding-left: 0;
        }
    }

    @media screen and (min-width: 1200px) {
        .blog-pg-fullwidth .wpo-blog-content {
            padding: 0;
        }
    }

    @-webkit-keyframes save-the-date-pulse {
        from {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        50% {
            -webkit-transform: scale3d(0.95, 0.95, 0.95);
            transform: scale3d(0.95, 0.95, 0.95);
        }

        to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    @keyframes save-the-date-pulse {
        from {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        50% {
            -webkit-transform: scale3d(0.95, 0.95, 0.95);
            transform: scale3d(0.95, 0.95, 0.95);
        }

        to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }



    .wpo-contact-map-section .wpo-contact-map {
        height: 550px;
    }

    .wpo-contact-map-section iframe {
        width: 100%;
        height: 100%;
        border: 0;
        outline: 0;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .wpo-contact-map-section h2.hidden {
        display: none;
    }




    #demo {
        padding-top: 0;
    }



    #demo2 {
        background: #FCFCFA;
    }






    @-webkit-keyframes spineer {
        from {
            -webkit-box-shadow: 0 0 0 0 rgba(114, 156, 41, 0.99);
            box-shadow: 0 0 0 0 rgba(114, 156, 41, 0.99);
        }

        to {
            -webkit-box-shadow: 0 0 0 45px rgba(114, 156, 41, 0.01);
            box-shadow: 0 0 0 45px rgba(114, 156, 41, 0.01);
        }
    }

    @keyframes spineer {
        from {
            -webkit-box-shadow: 0 0 0 0 rgba(114, 156, 41, 0.99);
            box-shadow: 0 0 0 0 rgba(114, 156, 41, 0.99);
        }

        to {
            -webkit-box-shadow: 0 0 0 45px rgba(114, 156, 41, 0.01);
            box-shadow: 0 0 0 45px rgba(114, 156, 41, 0.01);
        }
    }

    .mantra {
        font-family: "Noto Sans Gujarati", sans-serif;
        /* font-family: 'Shrikhand', cursive;*/ /* Decorative Gujarati style */
        font-size: 22px;
        color: #b8860b; /* Golden brown */
        text-align: center;
        margin: 0px 0;
        letter-spacing: 2px;
        background: linear-gradient(to right, #ff0009, #fc7908, #fcac1c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 5px 15px;
        border-radius: 12px;
    }

        .mantra span {
            font-size: 30px;
        }

    @keyframes glow {
        from {
            text-shadow: 0 0 6px #ffd700, 0 0 12px #ff9900;
        }

        to {
            text-shadow: 0 0 12px #ffcc00, 0 0 20px #ff6600;
        }
    }

    .invitation-font {
        font-family: "Rasa", serif;
        /* font-family: 'Shrikhand', cursive;*/ /* Gujarati decorative font */
        font-size: 64px;
        text-align: center;
        letter-spacing: 3px;
    }

        .invitation-font span {
            display: inline-block;
            margin: 0 10px;
            padding: 5px 0px;
            border-radius: 12px;
            text-shadow: 2px 2px 6px rgba(0,0,0,0.4);
        }

            /* 🎨 Individual wedding color styles */
            .invitation-font span:nth-child(1) {
                background: #1b4b12; /* Golden */
                font-weight: 700;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .invitation-font span:nth-child(2) {
                background: linear-gradient(to right, #d45500, #ff4500); /* Maroon-Red */
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .invitation-font span:nth-child(3) {
                background: #e6a200; /* Green */
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

    .function-time div {
        /* font-family: "Rasa", serif !important;*/
        font-family: "Noto Sans Gujarati", sans-serif;
        background: #b19a561a;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 10px;
        border: 1px solid #9a313a !important;
    }

        .function-time div p {
            margin-bottom: 0px !important;
        }

    .list-garba span {
        font-size: 20px !important;
        font-weight: 700;
        background: none !important;
        color: #a0811d !important;
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 ratio */
        height: 0;
        overflow: hidden;
        border-radius: 10px;
    }

        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

    .wpo-section-title h2.form-text {
        font-family: "Rasa", serif;
        font-size: 24px;
        color: #ffe8b3; /* light gold */
        text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
        text-align: center;
        font-weight: 700;
    }

    .invitation-section {
        background: linear-gradient(to bottom, #f5d9db, #fff);
        background-image: url('flowers-bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        position: relative;
    }

    .invitation-card {
        background: #fff;
        border-radius: 25px;
        max-width: 520px;
        padding: 2rem;
        background-image: url('floral-frame.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        box-shadow: 0 0 15px rgba(0,0,0,0.15);
    }

        .invitation-card h6,
        .invitation-card h5,
        .invitation-card p {
            color: #7c3b2e;
            font-family: 'Noto Sans Gujarati', serif;
        }

    .title {
        font-weight: 700;
        color: #7c3b2e;
        font-size: 1.2rem;
    }

    .content {
        font-size: 1rem;
        line-height: 1.8;
    }

    .invitation-note {
        font-size: 0.95rem;
        font-style: italic;
        line-height: 1.7;
    }

    .family-name {
        font-size: 1.3rem;
        color: #7c3b2e;
        letter-spacing: 1px;
    }

    .namaste-icon {
        width: 55px;
        opacity: 0.9;
    }

    @media (max-width: 576px) {
        .invitation-card {
            padding: 1.2rem;
            max-width: 95%;
        }

        .title {
            font-size: 1.05rem;
        }

        .content,
        .invitation-note {
            font-size: 0.9rem;
        }

        .family-name {
            font-size: 1.1rem;
        }

        .scedule-points {
            width: 300px;
            margin: 0 auto;
        }

        .content-wrapper.saptbadi-padding {
            padding: 100px 10px !important;
        }

        .wpo-site-footer .wpo-lower-footer .row, .wpo-site-footer-s2 .wpo-lower-footer .row {
            padding: 4px 0 4px !important;
            position: relative;
        }

        .wpo-site-footer .wpo-lower-footer .copyright, .wpo-site-footer-s2 .wpo-lower-footer .copyright {
            display: inline-block;
            font-size: 9px !important;
        }
    }

    .couple-names {
        font-family: "Rasa", serif;
        font-weight: 700;
        font-size: 3rem;
        letter-spacing: 2px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap; /* Keeps text on one line */
        text-transform: uppercase;
    }

    /* મિલાપ અને દર્શના - dark red gradient */
    .name-left,
    .name-right {
        background: linear-gradient(to right, #cb1a1a, #a32323, #c64545);
        -webkit-background-clip: text;
        font-size: 28px !important;
        -webkit-text-fill-color: #cb1a1a;
        font-weight: 800;
        font-style: italic;
        margin: 0 5px;
    }

    /* સંગ - olive gold color */
    .and-text {
        color: #65714b;
        font-weight: 600;
        font-style: italic;
        margin: 0 8px;
        font-size: 22px !important;
    }

    /* Responsive design */
    @media (max-width: 768px) {
        .couple-names {
            font-size: 2.2rem;
        }
    }

    @media (max-width: 480px) {
        .couple-names {
            font-size: 1.8rem;
            white-space: normal; /* allow wrapping only on very small screens */
        }

        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content p {
            font-size: 14px !important;
        }

        .wpo-story-section-s2 .wpo-story-wrap .wpo-story-item .wpo-story-content h2 {
            font-size: 24px !important;
            font-style: normal;
            font-weight: 400;
        }
    }



    /* Light backgrounds for each div */
    .function-time > div:nth-child(1) {
        background-color: #fbe9e7;
    }
    /* very light pink */
    .function-time > div:nth-child(2) {
        background-color: #e8f5e9;
    }
    /* light green */
    .function-time > div:nth-child(3) {
        background-color: #e3f2fd;
    }
    /* light blue */
    .function-time > div:nth-child(4) {
        background-color: #fff3e0;
    }
    /* light orange */
    .function-time > div:nth-child(5) {
        background-color: #f3e5f5;
    }
    /* light purple */
    .function-time > div:nth-child(6) {
        background-color: #e0f7fa;
    }
    /* light teal */

    /* Dark text colors (no black) */
    .function-time > div:nth-child(1) h2 {
        color: #d32f2f;
    }
    /* dark red */
    .function-time > div:nth-child(1) p {
        color: #c2185b;
    }
    /* dark pink */

    .function-time > div:nth-child(2) h2 {
        color: #1b5e20;
    }
    /* dark green */
    .function-time > div:nth-child(2) p {
        color: #2e7d32;
    }
    /* forest green */

    .function-time > div:nth-child(3) h2 {
        color: #0d47a1;
    }
    /* dark blue */
    .function-time > div:nth-child(3) p {
        color: #1565c0;
    }
    /* blue */

    .function-time > div:nth-child(4) h2 {
        color: #ef6c00;
    }
    /* dark orange */
    .function-time > div:nth-child(4) p {
        color: #f57c00;
    }
    /* orange */

    .function-time > div:nth-child(5) h2 {
        color: #4a148c;
    }
    /* dark purple */
    .function-time > div:nth-child(5) p {
        color: #6a1b9a;
    }
    /* medium purple */

    .function-time > div:nth-child(6) h2 {
        color: #006064;
    }
    /* dark teal */
    .function-time > div:nth-child(6) p {
        color: #00838f;
    }
    /* teal */



    .invitation-note {
        /*background: #fff0f58a;*/ /* soft light background */
        /*        border-radius: 15px;
*/ padding: 25px 30px;
        text-align: center;
        font-family: 'Noto Sans Gujarati', sans-serif;
        max-width: 500px;
        margin: 20px auto;
        /*        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
*/ color: #5a2a83; /* dark purple text */
        line-height: 1.7;
    }

        .invitation-note .highlight {
            color: #f6041f; /* red highlight */
            font-weight: 700;
            font-size: 1.1em;
        }

        .invitation-note .emoji {
            font-size: 1.3em;
        }

        .invitation-note br {
            margin-bottom: 10px;
        }


    .highlight span {
        font-size: 16px;
        color: #731e76 !important;
    }
    /* Simulate the textured background pattern using CSS gradients/repeats */
    .saptapadi-background {
        /* Updated combination for a Cerulean Blue and Silver theme */
        background-color: #013a53;
        /* Subtle circular patterns and glow for a textured look */
        background-image: radial-gradient(circle at 80% 80%, rgba(192, 192, 192, 0.1) 0%, transparent 40%), radial-gradient(circle at 20% 20%, rgba(100, 151, 177, 0.3) 0%, transparent 60%);
        background-size: cover;
        color: #ffffff;
        min-height: 100vh;
        padding: 4rem 1.5rem;
        font-family: var(--font-gujarati);
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .content-wrapper {
        max-width: 300px;
        width: 100%;
        text-align: center;
        padding: 70px 10px;
    }

    /* Title Styling (Saptapadi) - Using a highly decorative font */
    .title-script {
        font-family: 'Shrikhand', cursive; /* Highly stylized, bold font for the title */
        font-size: 5rem;
        font-weight: 400;
        color: #460f2e;
        text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.7);
        margin-bottom: 2rem;
        line-height: 1;
    }

    /* Step (Pad) Styling */
    .saptapadi-step {
        margin-bottom: 20px;
        text-align: left;
    }

    .saptapadi-step-number {
        font-family: 'Poppins', sans-serif; /* Use a clean font for numbers */
        font-size: 1.5rem;
        font-weight: 800;
        color: #c0c0c0;
        margin-right: 0.5rem;
    }

    .saptapadi-mantra {
        font-family: "Anek Devanagari", sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
        margin-top: 0.5rem;
        margin-bottom: 0.2rem;
        color: #3e0524;
        padding-bottom: 0.2rem;
        display: inline-block;
        font-style: italic;
    }

    .saptapadi-meaning {
        font-family: "Anek Devanagari", sans-serif;
        font-size: 1.25rem;
        font-weight: 200;
        line-height: 1.6;
        color: #3e0524;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .saptapadi-background {
            padding: 2rem 1rem;
        }

        .title-script {
            font-size: 3.5rem;
        }

        .saptapadi-mantra {
            font-size: 16px;
        }

        .saptapadi-meaning {
            font-size: 10px;
            font-weight: 500;
        }
    }

    /* 🔘 Base styling for video button */
    .video-btn, .video-btn.new-frame {
        animation: pulse 1.8s infinite;
    }

        .video-btn, .video-btn.new-frame:hover {
            transform: translate(-50%, -50%) scale(1.1);
        }

    /* 💫 Pulse animation */
    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(139, 69, 19, 0.6);
        }

        70% {
            box-shadow: 0 0 0 20px rgba(139, 69, 19, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(139, 69, 19, 0);
        }
    }

    @media (max-width: 768px) {
        .wpo-video-section .video-wrap, .wpo-video-section-s2 .video-wrap {
            padding-bottom: 10px !important;
        }

        .invitation-note {
            /*        background: #d9ffff7d;
*/ /*        border-radius: 15px;
*/
            padding: 0px 30px 0px 30px;
            text-align: center;
            font-family: 'Noto Sans Gujarati', sans-serif;
            max-width: 360px;
            margin: 10px auto;
            /*        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
*/ color: #5a2a83; /* dark purple text */
            line-height: 1.7;
            border-radius: 20px;
        }

            .invitation-note p {
                font-size: 14px;
                margin-bottom: 10px;
            }
    }

    .video-wrap.new-video {
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
        background-color: #fff !important;
    }

    .video-wrap.new-frame {
        /*    max-width: 800px;
*/ margin: 0 auto !important;
        position: relative !important;
        border-radius: 20px !important;
        overflow: hidden !important;
    }

        .video-wrap.new-frame img {
            border-radius: 20px !important;
        }

    .new-frame .play-btn.play-box {
        position: absolute !important;
        top: 24% !important;
        left: 77% !important;
        transform: translate(-50%, -50%) !important;
        background: rgba(255, 255, 255, 0.85) !important;
        border: none !important;
        width: 80px !important;
        height: 80px !important;
        border-radius: 50% !important;
        font-size: 40px !important;
        color: #8b4513 !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
    }

        .new-frame .play-btn.play-box:hover {
            background: #8b4513 !important;
            color: #fff !important;
            transform: translate(-50%, -50%) scale(1.1) !important;
        }

    /* 📱 Responsive Adjustments */

    /* Tablet screens (max-width: 992px) */
    @media (max-width: 992px) {
        .new-frame .play-btn.play-box {
            top: 25% !important;
            left: 75% !important;
            width: 55px !important;
            height: 55px !important;
            font-size: 25px !important;
        }

        .new-frame iframe {
            height: 320px !important;
        }
    }

    /* Mobile screens (max-width: 767px) */
    @media (max-width: 767px) {
        .new-frame .play-btn.play-box {
            top: 28% !important;
            left: 72% !important;
            width: 60px !important;
            height: 60px !important;
            font-size: 28px !important;
        }

        .new-frame iframe {
            height: 200px !important;
        }
    }

    /* Small mobile (max-width: 480px) */
    @media (max-width: 480px) {
        .new-frame .play-btn.play-box {
            top: 25% !important;
            left: 75% !important;
            width: 50px !important;
            height: 50px !important;
            font-size: 24px !important;
        }

        .new-frame iframe {
            height: 180px !important;
        }
    }

    /* Extra small screens (max-width: 325px) */
    @media (max-width: 325px) {
        .new-frame .play-btn.play-box {
            top: 30% !important;
            left: 75% !important;
            width: 45px !important;
            height: 45px !important;
            font-size: 20px !important;
        }

        .new-frame iframe {
            height: 160px !important;
        }
    }

    /*new-videoframe*/
    .video-wrap.new-vdframe {
        /*    max-width: 800px;
*/ margin: 0 auto !important;
        position: relative !important;
        border-radius: 20px !important;
        overflow: hidden !important;
    }

        .video-wrap.new-vdframe img {
            border-radius: 20px !important;
        }

    .new-vdframe .play-btn.play-box {
        position: absolute !important;
        top: 14% !important;
        left: 69% !important;
        transform: translate(-50%, -50%) !important;
        background: rgba(255, 255, 255, 0.85) !important;
        border: none !important;
        width: 80px !important;
        height: 80px !important;
        border-radius: 50% !important;
        font-size: 40px !important;
        color: #8b4513 !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
    }

        .new-vdframe .play-btn.play-box:hover {
            background: #8b4513 !important;
            color: #fff !important;
            transform: translate(-50%, -50%) scale(1.1);
        }

    /* 📱 Responsive Adjustments */
    @media (max-width: 767px) {
        .new-vdframe .play-btn.play-box {
            width: 50px !important;
            height: 50px !important;
            font-size: 24px !important;
        }

        .new-vdframe iframe {
            height: 200px !important;
        }
    }

    .invitation-note .highlight-guj {
        font-family: 'Noto Sans Gujarati', sans-serif !important;
        color: #ad1b00 !important;
        font-size: 20px !important;
        text-align: center !important;
        background: linear-gradient(to right, #fff8ef, #fbe4c8) !important;
        padding: 18px 25px !important;
        border-radius: 18px !important;
        border: 2px solid #e0b289 !important;
        display: inline-block !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
        line-height: 1.8 !important;
        font-weight: 700 !important;
    }

        .invitation-note .highlight-guj .names {
            display: inline-block;
            color: #b24c1c !important;
            font-weight: 600 !important;
            letter-spacing: 1px !important;
            text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
        }

    /* 📱 Mobile Responsive Styling */
    @media (max-width: 576px) {
        .invitation-note .highlight-guj {
            font-size: 16px !important;
            padding: 12px 8px !important;
        }

            .invitation-note .highlight-guj .names {
                font-size: 13px !important;
                line-height: 24px !important;
            }
    }


    /* 🌸 Custom Close Button Styling */
    .custom-close-btn {
        background-color: #ffcc00 !important; /* change background color */
        opacity: 1; /* make it visible */
        border-radius: 10px; /* round shape */
        width: 30px;
        height: 30px;
        background-image: none !important; /* remove default × icon background */
        color: #000;
        font-size: 30px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        /* Add your own close icon manually (×) */
        .custom-close-btn::after {
            content: "×";
            color: #000;
        }

    /* 🌈 Change position (adjust as needed) */
    .custom-close-btn {
        top: 15px;
        right: 10px;
    }

    /* Example alternative: move button to bottom-right corner */
    @media (min-width: 768px) {
        .custom-close-btn {
            top: auto;
            bottom: 15px;
            right: 15px;
        }
    }


.gujarati-invitation {
    background: radial-gradient(circle at center, #103121 0%, #07180f 100%);
    padding: 90px 15px;
    font-family: 'Tiro Devanagari Gujarati', serif;
    position: relative;
    overflow: hidden;
}

/* Main Frame */
.invite-frame {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 45px 25px;
}

/* Inner Content */
.invite-inner {
    color: #fffbea;
    z-index: 2;
    position: relative;
}

/* Golden Heading Style */
.divy-title {
    font-size: 1.8rem;
    margin: 20px 0 15px;
    font-weight: 700;
    background: linear-gradient(90deg, #784266, #683759, #613456);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    text-shadow: 0 0 0px rgb(135 13 74);
    position: relative;
}

/*    .divy-title::before,
    .divy-title::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 60px;
        height: 2px;
        background: linear-gradient(90deg, transparent, #ffd36b, transparent);
    }*/

    .divy-title::before {
        left: 0;
        transform: translateX(-70%);
    }

    .divy-title::after {
        right: 0;
        transform: translateX(70%);
    }

/* Text Content */
.invite-text {
    font-size: 1rem;
    line-height: 1.9;
    color: #96064e;
    font-weight: 700;
    max-width: 90%; /* centers the text block */
    text-align: left; /* keeps all text starting at same point */
    display: inline-block; /* allows centering within text-center parent */
    /*    margin-bottom:0px!important;
*/
}
.text-title {
    color: #96064e;
    font-size: 1rem;
    font-weight: 600;
    text-align: center !important;
    margin-bottom: 0px !important;
}
/* Decorative Divider */
.divider span {
    color: #398912;
    font-size: 1.3rem;
    margin: 0px 0;
    display: inline-block;
}

/* Responsive */
@media (max-width: 450px) {
    .invite-frame {
        width: 100%;
        border-radius: 0;
        padding: 40px 15px;
    }

    .divy-title {
        font-size: 1.4rem;
    }

    .invite-text {
        font-size: 0.95rem;
    }

   /* .section-title::before,
    .section-title::after {
        width: 40px;
    }*/

   
}

/*@media (min-width: 451px) {
    .invite-frame {
        width: 460px;
    }
}*/