/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:   Plumbor - Plumber Service HTML5 Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. General
	1.1 Theme Reset Style
	1.2 Global Elements

2. header
	2.1 navigation

3. content
	3.1 wpo-hero-slider
	3.2 wpo-review-section
	3.3 wpo-about-section
	3.4 wpo-service-section
	3.5 wpo-transforming-section
	3.6 wpo-gallery-section
	3.7 wpo-cta-section
	3.8 wpo-why-choose-section
	3.9 wpo-why-choose-section
	3.10 wpo-team-section
	3.11 wpo-faq-section
	3.12 wpo-booking-section
	3.13 blog-section
	3.14 marquee-section

4. wpo-footer

5. Home-style-2
   5.1 wpo-about-section-2
   5.2 wpo-service-section-2
   5.3 wpo-transforming-section-2
   5.4 wpo-testimonial-section-2
   5.5 wpo-gallery-section-2
   5.6 wpo-team-section-2
   5.7 wpo-booking-section-2

6. Home-style-3
   6.1 wpo-about-section-3
   6.2 wpo-why-choose-section-2

7. service-single-page

8. project-single-page

9. shop-page

10. shop-single-page

11. cart-page-style

12. checkout-page-style

13. wpo-team-single

14. contact-page

15. blog-pg-section

16. blog-single-section



----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@font-face {
    font-family: "Cabinet Grotesk";
    src: url("./fonts/CabinetGrotesk-Bold.otf") format("woff2"), url("./fonts/CabinetGrotesk-Bold-2.otf") format("woff"), url("./fonts/CabinetGrotesk-Bold-3.otf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("./fonts/CabinetGrotesk-Medium.otf") format("woff2"), url("./fonts/CabinetGrotesk-Medium-2.otf") format("woff"), url("./fonts/CabinetGrotesk-Medium-3.otf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Satoshi";
    src: url("./fonts/Satoshi-Bold.otf") format("woff2"), url("./fonts/Satoshi-Bold-2.otf") format("woff"), url("./fonts/Satoshi-Bold-3.otf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Satoshi";
    src: url("./fonts/Satoshi-Medium.otf") format("woff2"), url("./fonts/Satoshi-Medium-2.otf") format("woff"), url("./fonts/Satoshi-Medium-3.otf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

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

:root {
    scroll-behavior: unset;
}

body {
    font-family: "Satoshi";
    color: #032532;
    background-color: #fff;
    font-size: 15px;
    font-size: 0.8333333333rem;
    overflow-x: hidden;
}

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

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

@media (max-width: 767px) {
    p {
        font-size: 16px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0E152B;
    font-family: "Cabinet Grotesk";
    font-weight: 700;
}

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

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

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

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

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

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

.fi:before {
    margin: 0;
}

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

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

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

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

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

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

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

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

@media (max-width: 767px) {

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

.contact-validation-active #c-success,
.contact-validation-active #success,
.contact-validation-active #success2 {
    background-color: rgb(0, 153.5, 0);
    border-left: 5px solid green;
    margin-bottom: 5px;
}

.contact-validation-active #c-error,
.contact-validation-active #error,
.contact-validation-active #error2 {
    background-color: rgb(255, 25.5, 25.5);
    border-left: 5px solid red;
}

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

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

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

/*** back to top **/
.back-to-top {
    background-color: rgba(156, 224, 113, 0.8);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #9CE071;
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 35px;
    bottom: 90px;
    /* Moved up to stack cleanly above WhatsApp button */
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
        right: 20px;
        bottom: 85px;
        /* Adjust for mobile layout */
    }
}

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

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

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

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

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

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

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

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

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

.rolling-text {
    display: inline-block;
    overflow: hidden;
    height: 20px;
    line-height: 16px;
    position: relative;
}

.rolling-text .text-wrapper {
    display: flex;
    flex-direction: column;
    transform: translateY(0%);
}

.rolling-text .text-line {
    display: block;
    height: 20px;
    line-height: 16px;
    white-space: nowrap;
    top: 4px;
    position: relative;
}

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

.middle-light {
    position: relative;
    overflow: hidden;
}

.middle-light::before {
    background: rgba(66, 198, 82, 0.2);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 0.4s linear;
    z-index: 1;
}

.middle-light:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
}

.left-to-right-light {
    position: relative;
    overflow: hidden;
}

.left-to-right-light:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    transition: all 0.3s ease;
}

.left-to-right-light:hover:before {
    animation: shadeLf 1s;
}

.moving-cursor {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

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

@media (max-width: 767px) {

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

.wpo-section-title span,
.wpo-section-title-s2 span {
    color: #9CE071;
    font-size: 22px;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
}

@media (max-width: 991px) {

    .wpo-section-title span,
    .wpo-section-title-s2 span {
        font-size: 20px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {

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

.wpo-section-title h2,
.wpo-section-title-s2 h2 {
    margin: 0;
    color: #0E152B;
    font-size: 60px;
    font-weight: 700;
    line-height: 58px;
}

@media (max-width: 1500px) {

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

@media (max-width: 1199px) {

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

@media (max-width: 991px) {

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

@media (max-width: 575px) {

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

.wpo-section-title-s2 {
    text-align: left;
}

@media (max-width: 991px) {
    .wpo-section-title-s2 {
        text-align: center;
    }
}

.wpo-section-title-s2 p {
    margin: 0;
    color: #032532;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    padding-top: 23px;
}

@media (max-width: 575px) {
    .wpo-section-title-s2 p {
        font-size: 17px;
        line-height: 26.8px;
        padding-top: 18px;
    }
}

.theme-btn,
.view-cart-btn,
.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4 {
    background: #9CE071;
    color: #000;
    display: inline-block;
    padding: 20px 50px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-family: "Satoshi";
    font-size: 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    overflow: hidden;
}

.theme-btn::after,
.view-cart-btn::after,
.theme-btn-s2::after,
.theme-btn-s3::after,
.theme-btn-s4::after {
    background-color: rgb(123.8965317919, 213.9473988439, 66.9526011561);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: bottom left;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%;
    z-index: -1;
}

.theme-btn::before,
.view-cart-btn::before,
.theme-btn-s2::before,
.theme-btn-s3::before,
.theme-btn-s4::before {
    position: absolute;
    right: 55px;
    top: 53%;
    transform: translateY(-50%);
    content: "";
    transition: all 0.3s;
    color: #000;
}

@media (max-width: 767px) {

    .theme-btn::before,
    .view-cart-btn::before,
    .theme-btn-s2::before,
    .theme-btn-s3::before,
    .theme-btn-s4::before {
        right: 18px;
    }
}

.theme-btn:hover,
.view-cart-btn:hover,
.theme-btn:focus,
.view-cart-btn:focus,
.theme-btn:active,
.view-cart-btn:active,
.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active,
.theme-btn-s3:hover,
.theme-btn-s3:focus,
.theme-btn-s3:active,
.theme-btn-s4:hover,
.theme-btn-s4:focus,
.theme-btn-s4:active {
    color: #000;
}

.theme-btn:hover::before,
.view-cart-btn:hover::before,
.theme-btn:focus::before,
.view-cart-btn:focus::before,
.theme-btn:active::before,
.view-cart-btn:active::before,
.theme-btn-s2:hover::before,
.theme-btn-s2:focus::before,
.theme-btn-s2:active::before,
.theme-btn-s3:hover::before,
.theme-btn-s3:focus::before,
.theme-btn-s3:active::before,
.theme-btn-s4:hover::before,
.theme-btn-s4:focus::before,
.theme-btn-s4:active::before {
    right: 50px;
}

@media (max-width: 767px) {

    .theme-btn:hover::before,
    .view-cart-btn:hover::before,
    .theme-btn:focus::before,
    .view-cart-btn:focus::before,
    .theme-btn:active::before,
    .view-cart-btn:active::before,
    .theme-btn-s2:hover::before,
    .theme-btn-s2:focus::before,
    .theme-btn-s2:active::before,
    .theme-btn-s3:hover::before,
    .theme-btn-s3:focus::before,
    .theme-btn-s3:active::before,
    .theme-btn-s4:hover::before,
    .theme-btn-s4:focus::before,
    .theme-btn-s4:active::before {
        right: 16px;
    }
}

.theme-btn:hover::after,
.view-cart-btn:hover::after,
.theme-btn-s2:hover::after,
.theme-btn-s3:hover::after,
.theme-btn-s4:hover::after {
    transform-origin: top right;
    transform: scale(1);
}

@media (max-width: 991px) {

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

@media (max-width: 767px) {

    .theme-btn,
    .view-cart-btn,
    .theme-btn-s2,
    .theme-btn-s3,
    .theme-btn-s4 {
        padding: 17px 38px;
        font-size: 14px;
        padding-right: 40px;
    }
}

.theme-btn-s2 {
    background-color: #9CE071;
    color: #fff;
}

.theme-btn-s2::before {
    width: 17.684px;
    height: 13.073px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 47px;
}

.theme-btn-s2::after {
    background-color: rgb(129.7335260116, 215.7751445087, 75.3248554913);
}

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

.theme-btn-s2:hover::before,
.theme-btn-s2:focus::before,
.theme-btn-s2:active::before {
    right: 44px;
}

.theme-btn-s3 {
    background: transparent;
    box-shadow: none;
    padding-left: 30px;
}

.theme-btn-s3::before {
    right: 47px;
}

.theme-btn-s3:after {
    display: none;
}

.theme-btn-s3:hover::before,
.theme-btn-s3:focus::before,
.theme-btn-s3:active::before {
    right: 44px;
}

.theme-btn-s4 {
    background-color: #9CE071;
    color: #000;
}



.theme-btn-s4:hover,
.theme-btn-s4:focus,
.theme-btn-s4:active {
    color: #000;
}

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

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

.view-cart-btn:hover {
    background-color: rgb(132.6520231214, 216.689017341, 79.510982659);
}

.view-cart-btn.s1 {
    background: #ddd;
}

.view-cart-btn.s1:hover {
    background-color: rgb(200.6, 200.6, 200.6);
}

.form input,
.form textarea,
.form select {
    border-color: rgb(191.25, 191.25, 191.25);
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: rgb(89.25, 89.25, 89.25);
    font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #9CE071;
    -o-box-shadow: 0 0 5px 0 rgb(185.1849710983, 233.1387283237, 154.8612716763);
    -ms-box-shadow: 0 0 5px 0 rgb(185.1849710983, 233.1387283237, 154.8612716763);
    box-shadow: 0 0 5px 0 rgb(185.1849710983, 233.1387283237, 154.8612716763);
}

.form ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: rgb(89.25, 89.25, 89.25);
}

.form :-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: rgb(89.25, 89.25, 89.25);
}

.form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: rgb(89.25, 89.25, 89.25);
}

.form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: rgb(89.25, 89.25, 89.25);
}

.form select {
    font-style: normal;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}

.form ::-moz-placeholder {
    font-style: normal;
}

.form ::placeholder {
    font-style: normal;
}

.social-links {
    overflow: hidden;
}

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

.social-links li a {
    background-color: rgb(185.1849710983, 233.1387283237, 154.8612716763);
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #fff;
    text-align: center;
}

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

.breadcumb-area {
    background: #fff;
    min-height: 406px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    border-radius: 0;
    overflow: hidden;
    background: url(../images/banner/6715.jpg);
    background-position: top;
    background-size: cover;
}

@media (max-width: 768px) {
    .breadcumb-area {
        min-height: 250px;
        /* reduce height */
        padding: 40px 15px;
        background-position: center;
    }

    .breadcumb-area h1 {
        font-size: 28px;
        /* smaller heading */
    }

    .breadcumb-area h2 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .breadcumb-area {
        min-height: 220px;
        padding: 30px 10px;
    }

    .breadcumb-area h1 {
        font-size: 22px;
    }
}



.breadcumb-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(249deg, rgba(16, 40, 0, 0) -3.38%, rgb(16 40 0 / 0%) -6.18%, rgb(16 40 0 / 27%) 42.42%, #102800f0 66.17%);
    content: "";
    z-index: -1;
}

.breadcumb-area .breadcumb-wrap h2 {
    color: #9CE071;
    font-family: "Satoshi";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: -0.2px;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .breadcumb-area .breadcumb-wrap h2 {
        font-size: 18px;
        line-height: 28px;
    }
}

.breadcumb-area .breadcumb-wrap h3 {
    color: #fff;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 68px;
    letter-spacing: -0.8px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .breadcumb-area .breadcumb-wrap h3 {
        font-size: 60px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .breadcumb-area .breadcumb-wrap h3 {
        font-size: 40px;
        line-height: 40px;
    }
}

.breadcumb-area .shape {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .breadcumb-area .shape {
        display: none;
    }
}

.breadcumb-area .shape-s2 {
    position: absolute;
    left: 44px;
    bottom: 47px;
    animation: zoom-in-zoom-out 4s ease infinite;
}

@media (max-width: 991px) {
    .breadcumb-area .shape-s2 {
        display: none;
    }
}

.breadcumb-area .shape-s3 {
    position: absolute;
    right: 115px;
    bottom: 70px;
    animation: zoom-in-zoom-out 2s ease infinite;
}

@media (max-width: 767px) {
    .breadcumb-area .shape-s3 {
        display: none;
    }
}

.about-section.about-section-s2 {
    padding-top: 170px;
}

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

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

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

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

.preloader * {
    transition: all 0.3s;
}

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

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

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

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

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

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

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

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

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

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

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

    50% {
        opacity: 0.25;
    }
}

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

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

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

    100% {
        opacity: 1;
    }
}

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

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
    /*** search-widget ***/
    /*** about-widget ***/
    /*** category-widget ***/
    /*** recent-post-widget ***/
    /*** instagram-widget ***/
    /*** tag-widget ***/
    /*** wpo-contact-widget ***/
}

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

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

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

.blog-sidebar .widget h3 {
    color: #16171A;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0 0 1.3em;
    position: relative;
    text-transform: capitalize;
    padding-left: 10px;
}

.blog-sidebar .widget h3:before {
    content: "";
    background-color: #9CE071;
    width: 2px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-sidebar>.widget+.widget {
    margin-top: 65px;
}

.blog-sidebar .search-widget {
    background: #F4F6F8;
    padding: 40px 30px;
}

@media (max-width: 1200px) {
    .blog-sidebar .search-widget {
        padding: 35px 20px;
    }
}

.blog-sidebar .search-widget form div {
    position: relative;
}

.blog-sidebar .search-widget input {
    background-color: #fff;
    height: 55px;
    font-size: 16px;
    padding: 6px 50px 6px 20px;
    border: 0;
    box-shadow: none;
    transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
    background-color: rgba(156, 224, 113, 0.1);
}

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

.blog-sidebar .about-widget {
    text-align: center;
    background: #F4F6F8;
    padding: 45px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1200px) {
    .blog-sidebar .about-widget {
        padding: 35px 20px;
    }
}

.blog-sidebar .about-widget .img-holder {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 140px;
    height: 140px;
}

.blog-sidebar .about-widget .img-holder img {
    border-radius: 50%;
    width: 100%;
}

.blog-sidebar .about-widget ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.blog-sidebar .about-widget ul li {
    margin-right: 10px;
}

.blog-sidebar .about-widget ul li:last-child {
    margin-right: 0;
}

.blog-sidebar .about-widget ul li a {
    text-decoration: none;
    display: block;
    width: 42px;
    height: 37px;
    line-height: 37px;
    background-color: transparent;
    color: #7D7E80;
    border: 1px solid #E8E8E8;
    transition: all 0.3s ease-in-out;
}

.blog-sidebar .about-widget ul li a:hover {
    background-color: #9CE071;
    border: 1px solid transparent;
    color: #fff;
}

.blog-sidebar .about-widget h4 {
    margin-bottom: 5px;
    color: #16171A;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-sidebar .about-widget span {
    color: #727A7D;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
    display: block;
}

.blog-sidebar .about-widget p {
    color: #5E5F63;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 30px;
}

.blog-sidebar .about-widget a {
    font-family: "Cabinet Grotesk";
    font-size: 14px;
    color: #0E152B;
    text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
    color: #9CE071;
}

.blog-sidebar .category-widget {
    background: #F4F6F8;
    padding: 40px 30px;
}

@media (max-width: 1200px) {
    .blog-sidebar .category-widget {
        padding: 35px 20px;
    }
}

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

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

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

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

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

.blog-sidebar .category-widget ul a {
    display: block;
    font-size: 16px;
    color: #445658;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 12px 15px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #F8F1EE;
}

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

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

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before,
.blog-sidebar .category-widget ul li .active {
    color: #fff;
    background: #9CE071;
}

.blog-sidebar .recent-post-widget {
    background: #F4F6F8;
    padding: 40px 30px;
}

@media (max-width: 1200px) {
    .blog-sidebar .recent-post-widget {
        padding: 35px 20px;
    }
}

.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts>.post+.post {
    margin-top: 15px;
    padding-top: 15px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
    width: 100px;
    float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
    width: 100%;
}

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

.blog-sidebar .recent-post-widget .post h4 {
    margin: 0 0 0.3em;
    color: #16171A;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .blog-sidebar .recent-post-widget .post h4 {
        font-size: 16px;
    }
}

.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #0E152B;
}

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

.blog-sidebar .recent-post-widget .post .details .date {
    color: #6B7280;
    color: #888686;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}

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

.blog-sidebar .wpo-instagram-widget ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.blog-sidebar .wpo-instagram-widget ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5px;
    padding: 0px 3px;
}

.blog-sidebar .wpo-instagram-widget ul li img {
    width: 100%;
    border-radius: 6px;
}

.blog-sidebar .tag-widget {
    background: #F4F6F8;
    padding: 40px 30px;
}

@media (max-width: 1200px) {
    .blog-sidebar .tag-widget {
        padding: 35px 20px;
    }
}

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

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

.blog-sidebar .tag-widget ul li a {
    font-size: 15px;
    text-transform: capitalize;
    display: inline-block;
    padding: 5px 18px;
    color: #77787B;
    background: #FFF;
}

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

.blog-sidebar .contact-widget {
    border: 0;
    position: relative;
    background-size: cover;
    z-index: 1;
    padding: 120px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.blog-sidebar .contact-widget:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.54);
    content: "";
    z-index: -1;
}

@media (max-width: 1200px) {
    .blog-sidebar .contact-widget {
        padding: 40px 20px;
    }
}

.blog-sidebar .contact-widget span {
    color: #fff;
    font-family: "Cabinet Grotesk";
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 10px;
}

.blog-sidebar .contact-widget h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    line-height: 45px;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .blog-sidebar .contact-widget h2 {
        font-size: 31px;
        line-height: 40px;
    }
}

.blog-sidebar .contact-widget p {
    color: #fff;
    font-size: 18px;
}

.blog-sidebar .contact-widget .theme-btn,
.blog-sidebar .contact-widget .view-cart-btn {
    margin-top: 100px;
}

@media (max-width: 1200px) {

    .blog-sidebar .contact-widget .theme-btn,
    .blog-sidebar .contact-widget .view-cart-btn {
        margin-top: 20px;
    }
}

.blog-sidebar .contact-widget .shape {
    position: absolute;
    left: 45%;
    bottom: 22%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
    .blog-sidebar .contact-widget .shape {
        display: none;
    }
}

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

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

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

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

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

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

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

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

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

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

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

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 17px;
}

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

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

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

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

.service-sidebar {
    margin-right: 10px;
}

@media (max-width: 1199px) {
    .service-sidebar {
        margin: 0;
    }
}

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

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

.service-catagory ul li a {
    border-radius: 12px;
    background: rgba(98, 116, 255, 0.06);
    color: #0E152B;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 40px;
    display: block;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    position: relative;
}

@media (max-width: 575px) {
    .service-catagory ul li a {
        padding: 10px 20px;
    }
}

.service-catagory ul li a i {
    width: 32px;
    height: 32px;
    line-height: 36px;
    text-align: center;
    color: #9CE071;
    margin-right: 20px;
}

@media (max-width: 575px) {
    .service-catagory ul li a i {
        margin-right: 10px;
    }
}



.service-catagory ul li a:hover,
.service-catagory ul li a.active {
    background: #9CE071;
    color: #000;
}

.service-catagory ul li a:hover::before,
.service-catagory ul li a.active::before {
    color: #000;
}

.service-info {
    padding: 40px 20px;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    border-radius: 8px;
    background: #F4F6F8;
    position: relative;
    z-index: 1;
    border-radius: 14px;
    overflow: hidden;
}

.service-info .icon {
    width: 88px;
    height: 76px;
    line-height: 76px;
    border-radius: 4px;
    background: #fff;
    color: #9CE071;
    font-size: 35px;
    display: inline-block;
    margin-bottom: 30px;
}

.service-info h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    max-width: 244px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.service-info span {
    font-family: "Cabinet Grotesk";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.95px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.service-info .num span {
    border-radius: 24px;
    background: #9CE071;
    color: #0E152B;
    text-align: center;
    font-family: "Cabinet Grotesk";
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    display: block;
    padding: 8px 10px;
}

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

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

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

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

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

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

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

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

@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:hover: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>.sub-menu>.menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 58%;
        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: 100%;
        visibility: visible;
        opacity: 1;
    }
}

.wpo-site-header .container-fluid {
    display: block;
}

@media (max-width: 991px) {
    .wpo-site-header .container-fluid {
        padding-right: 0;
    }
}

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

    .wpo-site-header .row {
        flex-wrap: nowrap;
    }

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

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

@media (max-width: 991px) and (max-width: 425px) {
    .wpo-site-header .header-right {
        right: 10px;
    }
}

@media (max-width: 991px) {
    .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: #9CE071;
    }

    .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 {
        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: flex;
    justify-content: flex-end;
    z-index: 991;
    position: relative;
    align-items: center;
}

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

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

.wpo-site-header .header-right .header-contact {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 30px;
}

@media (max-width: 1399px) {
    .wpo-site-header .header-right .header-contact {
        margin-right: 10px;
    }
}

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

@media (max-width: 500px) {
    .wpo-site-header .header-right .header-contact {
        display: none;
    }
}

.wpo-site-header .header-right .header-contact .header-contact-icon a i {
    font-size: 24px;
    color: #0F2800;
}

@media (max-width: 991px) {
    .wpo-site-header .header-right .header-contact .header-contact-text {
        display: none;
    }
}

.wpo-site-header .header-right .header-contact .header-contact-text span {
    color: #565D66;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}

.wpo-site-header .header-right .header-contact .header-contact-text h4 {
    color: #103F53;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.wpo-site-header .header-right .close-form .theme-btn,
.wpo-site-header .header-right .close-form .view-cart-btn {
    padding: 13px 35px;
    color: #002342;
    font-size: 16px;
    font-weight: 500;
    border-radius: 24px;
}

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

@media (max-width: 1200px) {

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

@media (max-width: 375px) {

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

@media (max-width: 1200px) {

    .wpo-site-header .header-right .close-form .theme-btn span,
    .wpo-site-header .header-right .close-form .view-cart-btn span {
        display: none;
    }
}

.wpo-site-header .header-right .close-form .theme-btn i,
.wpo-site-header .header-right .close-form .view-cart-btn i {
    padding-left: 5px;
}

@media (max-width: 1200px) {

    .wpo-site-header .header-right .close-form .theme-btn i,
    .wpo-site-header .header-right .close-form .view-cart-btn i {
        padding-left: 0;
    }
}

@media (max-width: 1200px) {

    .wpo-site-header .header-right .close-form .theme-btn i svg,
    .wpo-site-header .header-right .close-form .view-cart-btn i svg {
        width: 24px;
        height: 24px;
    }
}

.wpo-site-header .header-right .close-form .theme-btn::before,
.wpo-site-header .header-right .close-form .view-cart-btn::before {
    display: none;
}

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

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

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

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

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

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

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

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

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

@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 {
        padding: 40px 33px;
        display: block;
        position: relative;
        text-transform: capitalize;
        color: #032532;
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
    }
}

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

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar>ul .sub-menu {
        background-color: #fff;
        box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        width: 225px;
        position: absolute;
        padding: 20px 0;
        left: 0;
        top: 110%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        transform: scaleY(0);
        transform-origin: center top 0;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }

    .wpo-site-header #navbar>ul>li .sub-menu a {
        font-size: 16px;
        display: block;
        padding: 10px 15px;
        color: #0E152B;
        position: relative;
        overflow: hidden;
        font-weight: 500;
        text-transform: capitalize;
    }

    .wpo-site-header #navbar>ul>li .sub-menu a:after {
        position: absolute;
        left: 15px;
        bottom: 0;
        width: 0;
        height: 3px;
        background: #3CA200;
        content: "";
        transition: all 0.3s;
        border-radius: 5px;
    }

    .wpo-site-header #navbar>ul>li .sub-menu a:hover,
    .wpo-site-header #navbar>ul>li .sub-menu a.active {
        color: #3CA200;
    }

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

    .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 110%;
        top: 0;
        transition: all 0.3s;
        transform: none;
        transform-origin: none;
        transition: all 0.3s ease-in-out 0s;
    }

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

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

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

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

@media (max-width: 991px) {
    .wpo-site-header #navbar>ul>li a {
        display: block;
        font-size: 15px;
        font-size: 0.8333333333rem;
        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>a {
        position: relative;
        color: #ddd;
    }

    .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.rotate:before {
        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: #9CE071;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: relative;
        z-index: 20;
        display: block;
    }

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

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

    .wpo-site-header .mobail-menu button span.first-angle {
        margin-top: 2px;
    }

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

    .wpo-site-header .mobail-menu button .sr-only {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

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

    .wpo-site-header #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: #9CE071;
    }

    .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 #navbar.slideInn {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

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

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

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

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

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

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

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

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

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

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

.wpo-site-header {
    padding-left: 90px;
    padding-right: 70px;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {

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

@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: 15px 50px;
    }
}

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

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

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

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

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

/* header-s2 */
.header-s2 .wpo-site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.header-s2 .wpo-site-header .navigation {
    background-color: #F6FFF0;
}

.header-s2 .wpo-site-header .navigation .sticky-header {
    background-color: #F6FFF0;
    z-index: 11;
}

/* header-s3 */
.header-s3 .wpo-site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.header-s3 .wpo-site-header .navigation {
    background-color: #1A3C03;
}

.header-s3 .wpo-site-header .navigation .sticky-header {
    background-color: #1A3C03;
    z-index: 11;
}

.header-s3 #navbar>ul>li>a {
    color: #fff;
}

.header-s3 .header-right .header-contact .header-contact-text span {
    color: #DDDDDD;
}

.header-s3 .header-right .header-contact .header-contact-text h4 {
    color: #fff;
}

.header-s3 .header-right .header-contact .header-contact-icon a i {
    color: #fff;
}

.header-s3 .header-right .close-form .theme-btn,
.header-s3 .header-right .close-form .view-cart-btn {
    background: #A4F571;
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 wpo-hero-slider*/
/*static-hero 1*/
.static-hero {
    width: 100%;
    height: 910px;
    position: relative;
    padding: 100px 0;
    padding: 0 100px;
    padding-top: 65px;
}

@media (max-width: 1500px) {
    .static-hero {
        padding: 0 57px;
        padding-top: 50px;
    }
}

@media (max-width: 1100px) {
    .static-hero {
        padding-right: 0;
        padding: 0;
    }
}

.static-hero .hero-all-content {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 1700px;
    margin: 0 auto;
}

.static-hero .slide-inner {
    position: relative;
    z-index: 1;
}

.static-hero .slide-inner::before {
    position: absolute;
    content: "";
    background: linear-gradient(249deg, rgba(16, 40, 0, 0) 27.62%, rgba(16, 40, 0, 0.16) 60.82%, rgb(16 40 0 / 39%) 71.42%, #102800ba 78.17%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media (max-width: 1100px) {
    .static-hero .slide-inner::before {
        background: #102800;
        opacity: 0.8;
    }
}

.static-hero .slide-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 11;
    position: relative;
}

@media (max-width: 1100px) {
    .static-hero .slide-content {
        display: block;
    }
}

.static-hero .slide-content .left-content {
    padding-left: 110px;
    padding-top: 260px;
}

@media (max-width: 1800px) {
    .static-hero .slide-content .left-content {
        padding-left: 50px;
    }
}

@media (max-width: 1500px) {
    .static-hero .slide-content .left-content {
        padding-left: 0;
    }
}

@media (max-width: 1100px) {
    .static-hero .slide-content .left-content {
        text-align: center;
        padding-top: 0;
    }
}

.static-hero .slide-content .left-content .slide-sub-title {
    padding-top: 12px;
}

.static-hero .slide-content .left-content .slide-sub-title h2 {
    margin: 0;
    max-width: 865px;
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 82px;
    max-width: 863px;
}

@media (max-width: 1700px) {
    .static-hero .slide-content .left-content .slide-sub-title h2 {
        font-size: 61px;
        line-height: 80px;
        max-width: 740px;
    }
}

@media (max-width: 1399px) {
    .static-hero .slide-content .left-content .slide-sub-title h2 {
        font-size: 55px;
        line-height: 70px;
        max-width: 600px;
    }
}

@media (max-width: 1199px) {
    .static-hero .slide-content .left-content .slide-sub-title h2 {
        font-size: 50px;
        line-height: 65px;
        max-width: 560px;
    }
}

@media (max-width: 1100px) {
    .static-hero .slide-content .left-content .slide-sub-title h2 {
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .static-hero .slide-content .left-content .slide-sub-title h2 {
        font-size: 38px;
        line-height: 45px;
        max-width: 400px;
    }
}

.static-hero .slide-content .left-content .slide-title span {
    color: #9CE071;
    font-size: 22px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
}

@media (max-width: 1700px) {
    .static-hero .slide-content .left-content .slide-title span {
        font-size: 20px;
        line-height: 42px;
    }
}

@media (max-width: 575px) {
    .static-hero .slide-content .left-content .slide-title span {
        font-size: 18px;
        line-height: 25px;
    }
}

.static-hero .slide-content .left-content .slide-btns {
    padding-top: 53px;
}

@media (max-width: 1100px) {
    .static-hero .slide-content .left-content .slide-btns {
        padding-top: 25px;
    }
}

@media (max-width: 425px) {
    .static-hero .slide-content .left-content .slide-btns {
        padding-top: 20px;
    }
}

.static-hero .slide-content .left-content .slide-btns .theme-btn-s4 {
    border-radius: 45px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #fff;
    border-radius: 10px;
}

@media (max-width: 575px) {
    .static-hero .slide-content .left-content .slide-btns .theme-btn-s4 {
        padding: 14px 54px;
        font-size: 14px;
    }
}

@media (max-width: 1100px) {
    .static-hero .slide-content .right-content {
        padding-top: 30px;
    }
}

.static-hero .slide-content .right-content .wpo-contact-form-area {
    background-color: #F4F4F4;
    max-width: 500px;
    padding: 30px 40px 40px;
    border-radius: 10px;
    margin-left: auto;
}

@media (max-width: 1399px) {
    .static-hero .slide-content .right-content .wpo-contact-form-area {
        max-width: 420px;
        padding: 25px;
    }
}

@media (max-width: 1100px) {
    .static-hero .slide-content .right-content .wpo-contact-form-area {
        margin: 0 auto;
        max-width: 700px;
    }
}

.static-hero .slide-content .right-content .wpo-contact-form-area .contact-title h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 85px;
}

@media (max-width: 1100px) {
    .static-hero .slide-content .right-content .wpo-contact-form-area .contact-title h2 {
        font-size: 27px;
        line-height: 70px;
        text-align: center;
    }
}

@media (max-width: 425px) {
    .static-hero .slide-content .right-content .wpo-contact-form-area .contact-title h2 {
        font-size: 20px;
        line-height: 50px;
    }
}

.static-hero .slide-content .right-content .wpo-contact-form-area .submit-area {
    margin-top: 20px;
}

.static-hero .slide-content .right-content .wpo-contact-form-area .form-control {
    width: 100%;
    height: 64px;
    margin-bottom: 22px;
    border: 0;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 56px;
    color: #0E152B;
}

@media (max-width: 425px) {
    .static-hero .slide-content .right-content .wpo-contact-form-area .form-control {
        height: 50px;
        font-size: 15px;
        line-height: 33px;
    }
}

.static-hero .slide-content .right-content .wpo-contact-form-area .form-control:focus {
    outline: none;
    box-shadow: none;
}

.static-hero .slide-content .right-content .wpo-contact-form-area .form-control::-moz-placeholder {
    color: #0E152B;
}

.static-hero .slide-content .right-content .wpo-contact-form-area .form-control::placeholder {
    color: #0E152B;
}

.static-hero .slide-content .right-content .wpo-contact-form-area select.form-control {
    color: #0E152B;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: #fff  no-repeat calc(100% - 15px) center;
    position: relative;
}

.static-hero .slide-content .right-content .wpo-contact-form-area .contact-validation-active label.error {
    margin-top: -8px;
    margin-bottom: 20px;
}

.static-hero .slide-content .right-content .wpo-contact-form-area .submit-area .theme-btn-s2 {
    color: #036C5F;
    width: 100%;
    border-radius: 29.5px;
    background: #A4F571;
    padding: 20px 50px;
}

@media (max-width: 425px) {
    .static-hero .slide-content .right-content .wpo-contact-form-area .submit-area .theme-btn-s2 {
        padding: 12px 28px;
    }
}

.static-hero .slide-content .right-content .wpo-contact-form-area .submit-area .theme-btn-s2:before {
    display: none;
}

.static-hero .slide-content .right-content .right-content-bottom {
    padding-right: 210px;
    padding-top: 70px;
}

@media (max-width: 1399px) {
    .static-hero .slide-content .right-content .right-content-bottom {
        padding-right: 65px;
        padding-top: 50px;
    }
}

@media (max-width: 1100px) {
    .static-hero .slide-content .right-content .right-content-bottom {
        text-align: center;
        padding-top: 25px;
        padding-right: 0;
    }
}

@media (max-width: 425px) {
    .static-hero .slide-content .right-content .right-content-bottom {
        padding-top: 15px;
    }
}

.static-hero .slide-content .right-content .right-content-bottom p {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.8px;
    text-transform: lowercase;
    max-width: 350px;
}

@media (max-width: 1100px) {
    .static-hero .slide-content .right-content .right-content-bottom p {
        font-size: 19px;
        margin: 0 auto;
    }
}

@media (max-width: 425px) {
    .static-hero .slide-content .right-content .right-content-bottom p {
        font-size: 16px;
        line-height: 26.8px;
    }
}

@media (max-width: 1100px) {
    .static-hero .slide-content .right-content .right-content-bottom .right-btn {
        padding-top: 10px;
    }
}

@media (max-width: 425px) {
    .static-hero .slide-content .right-content .right-content-bottom .right-btn {
        padding-top: 5px;
    }
}

.static-hero .slide-content .right-content .right-content-bottom .right-btn .theme-btn-s3 {
    color: #9CE071;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    transition: all ease-in-out 0.4s;
}

.static-hero .slide-content .right-content .right-content-bottom .right-btn .theme-btn-s3:hover {
    color: #3CA200;
}

.static-hero .slide-content .right-content .right-content-bottom .right-btn .theme-btn-s3 span {
    text-decoration: underline;
}

.static-hero .slide-content .right-content .right-content-bottom .right-btn .theme-btn-s3 i {
    top: 4px;
    position: relative;
}

.static-hero .swiper-slide {
    overflow: hidden;
}

.static-hero .swiper-container,
.static-hero .hero-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.static-hero .slide-inner,
.static-hero .hero-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

@media (max-width: 1100px) {

    .static-hero .swiper-button-prev,
    .static-hero .swiper-button-next {
        display: none;
    }
}

@media screen and (min-width: 1101px) {
    .static-hero .swiper-pagination-bullet {
        display: none;
    }
}

.static-hero .swiper-pagination-bullet-active {
    color: #fff;
    background: #9CE071;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
}

.static-hero .swiper-container-horizontal>.swiper-pagination-bullets,
.static-hero .swiper-pagination-custom,
.static-hero .swiper-pagination-fraction {
    bottom: 15px;
}

.static-hero .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
    color: #fff;
    background: #fff;
    width: 10px;
    height: 10px;
}

@media (max-width: 1300px) {
    .static-hero {
        height: 850px;
    }
}

@media (max-width: 1100px) {
    .static-hero {
        height: 100%;
        padding: 70px 0 80px;
    }
}

@media (max-width: 425px) {
    .static-hero {
        height: 100%;
        padding: 50px 0;
    }
}

.static-hero .gradient-overlay+.container {
    position: relative;
    z-index: 11;
}

.static-hero .swiper-slide {
    position: relative;
    z-index: 11;
}

.swiper-button-prev,
.swiper-button-next {
    background: transparent;
    width: 80px;
    height: 80px;
    line-height: 120px;
    border-radius: 59px;
    text-align: center;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-prev {
    left: -150px;
    top: 47%;
    background-color: #fff;
    color: #000;
}

.swiper-button-next {
    right: -150px;
    left: auto;
    top: 47%;
    background-color: #fff;
}


.swiper-button-prev::after,
.swiper-button-next::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #000;
    display: none;
}

.swiper-button-prev::after {
    content: "\f053";
    /* left */
}

.swiper-button-next::after {
    content: "\f054";
    /* right */
}

.static-hero:hover .swiper-button-prev,
.static-hero:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.static-hero:hover .swiper-button-next {
    right: 0px;
}

.static-hero:hover .swiper-button-prev {
    left: 0px;
}

/*static-hero-s2*/
.static-hero-s2 {
    background: #F6FFF0;
    padding-top: 225px;
    padding-bottom: 60px;
    height: unset;
    position: relative;
    z-index: 1;
}

@media (max-width: 1500px) {
    .static-hero-s2 {
        padding-top: 170px;
    }
}

@media (max-width: 991px) {
    .static-hero-s2 {
        display: block;
        height: auto;
        text-align: center;
        padding-top: 130px;
        border: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 425px) {
    .static-hero-s2 {
        padding-top: 100px;
    }
}

.static-hero-s2 .hero-left {
    padding-left: 95px;
}

@media (max-width: 1800px) {
    .static-hero-s2 .hero-left {
        padding-left: 50px;
    }
}

@media (max-width: 1500px) {
    .static-hero-s2 .hero-left {
        padding-left: 10px;
    }
}

.static-hero-s2 .hero-left .slide-sub-title h2 {
    margin: 0;
    font-size: 80px;
    font-weight: 700;
    line-height: 82px;
    padding-top: 5px;
}

@media (max-width: 1700px) {
    .static-hero-s2 .hero-left .slide-sub-title h2 {
        font-size: 74px;
        line-height: 75px;
    }
}

@media (max-width: 1500px) {
    .static-hero-s2 .hero-left .slide-sub-title h2 {
        font-size: 71px;
        line-height: 72px;
    }
}

@media (max-width: 1399px) {
    .static-hero-s2 .hero-left .slide-sub-title h2 {
        font-size: 61px;
        line-height: 62px;
    }
}

@media (max-width: 1199px) {
    .static-hero-s2 .hero-left .slide-sub-title h2 {
        font-size: 50px;
        line-height: 54px;
    }
}

@media (max-width: 575px) {
    .static-hero-s2 .hero-left .slide-sub-title h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

.static-hero-s2 .hero-left .slide-sub-title span {
    color: #9CE071;
    font-size: 22px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
}

@media (max-width: 1700px) {
    .static-hero-s2 .hero-left .slide-sub-title span {
        font-size: 20px;
        line-height: 42px;
    }
}

@media (max-width: 575px) {
    .static-hero-s2 .hero-left .slide-sub-title span {
        font-size: 18px;
        line-height: 25px;
    }
}

.static-hero-s2 .right-content {
    display: flex;
    padding-top: 50px;
}

@media (max-width: 1199px) {
    .static-hero-s2 .right-content {
        padding-top: 30px;
    }
}

@media (max-width: 991px) {
    .static-hero-s2 .right-content {
        display: block;
    }
}

@media (max-width: 425px) {
    .static-hero-s2 .right-content {
        padding-top: 20px;
    }
}

.static-hero-s2 .right-content .wpo-contact-form-area {
    background-color: #F4F4F4;
    max-width: 500px;
    padding: 30px 40px 40px;
    border-radius: 10px;
}

@media (max-width: 1399px) {
    .static-hero-s2 .right-content .wpo-contact-form-area {
        max-width: 420px;
        padding: 25px;
    }
}

@media (max-width: 1199px) {
    .static-hero-s2 .right-content .wpo-contact-form-area {
        max-width: 350px;
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .static-hero-s2 .right-content .wpo-contact-form-area {
        max-width: 600px;
        margin: 0 auto;
        padding: 30px;
    }
}

@media (max-width: 425px) {
    .static-hero-s2 .right-content .wpo-contact-form-area {
        padding: 20px;
    }
}

.static-hero-s2 .right-content .wpo-contact-form-area .contact-title h2 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 85px;
}

@media (max-width: 1199px) {
    .static-hero-s2 .right-content .wpo-contact-form-area .contact-title h2 {
        font-size: 27px;
        line-height: 70px;
        text-align: center;
    }
}

@media (max-width: 425px) {
    .static-hero-s2 .right-content .wpo-contact-form-area .contact-title h2 {
        font-size: 20px;
        line-height: 50px;
    }
}

.static-hero-s2 .right-content .wpo-contact-form-area .form-control {
    width: 100%;
    height: 64px;
    margin-bottom: 22px;
    border: 0;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 56px;
    color: #0E152B;
}

@media (max-width: 425px) {
    .static-hero-s2 .right-content .wpo-contact-form-area .form-control {
        height: 50px;
        font-size: 15px;
        line-height: 33px;
    }
}

.static-hero-s2 .right-content .wpo-contact-form-area .form-control:focus {
    outline: none;
    box-shadow: none;
}

.static-hero-s2 .right-content .wpo-contact-form-area .form-control::-moz-placeholder {
    color: #0E152B;
}

.static-hero-s2 .right-content .wpo-contact-form-area .form-control::placeholder {
    color: #0E152B;
}

.static-hero-s2 .right-content .wpo-contact-form-area select.form-control {
    color: #0E152B;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: #fff no-repeat calc(100% - 15px) center;
    position: relative;
}

.static-hero-s2 .right-content .wpo-contact-form-area .contact-validation-active label.error {
    margin-top: -8px;
    margin-bottom: 20px;
}

.static-hero-s2 .right-content .wpo-contact-form-area .submit-area {
    margin-top: 20px;
}

.static-hero-s2 .right-content .wpo-contact-form-area .submit-area .theme-btn-s2 {
    color: #036C5F;
    width: 100%;
    border-radius: 29.5px;
    background: #A4F571;
    padding: 20px 50px;
}

@media (max-width: 425px) {
    .static-hero-s2 .right-content .wpo-contact-form-area .submit-area .theme-btn-s2 {
        padding: 12px 28px;
    }
}

.static-hero-s2 .right-content .wpo-contact-form-area .submit-area .theme-btn-s2:before {
    display: none;
}

.static-hero-s2 .right-content .right-content-bottom {
    padding-left: 80px;
}

@media (max-width: 1700px) {
    .static-hero-s2 .right-content .right-content-bottom {
        padding-left: 50px;
    }
}

@media (max-width: 1500px) {
    .static-hero-s2 .right-content .right-content-bottom {
        padding-left: 30px;
    }
}

@media (max-width: 1199px) {
    .static-hero-s2 .right-content .right-content-bottom {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .static-hero-s2 .right-content .right-content-bottom {
        padding-left: 0;
        padding-top: 20px;
    }
}

.static-hero-s2 .right-content .right-content-bottom p {
    margin: 0;
    color: #636363;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.8px;
    text-transform: lowercase;
    max-width: 350px;
}

@media (max-width: 1199px) {
    .static-hero-s2 .right-content .right-content-bottom p {
        font-size: 17px;
        line-height: 26.8px;
    }
}

@media (max-width: 991px) {
    .static-hero-s2 .right-content .right-content-bottom p {
        margin: 0 auto;
    }
}

@media (max-width: 425px) {
    .static-hero-s2 .right-content .right-content-bottom p {
        font-size: 16px;
        line-height: 27.8px;
    }
}

.static-hero-s2 .right-content .right-content-bottom .right-btn {
    padding-top: 20px;
}

@media (max-width: 1100px) {
    .static-hero-s2 .right-content .right-content-bottom .right-btn {
        padding-top: 10px;
    }
}

@media (max-width: 425px) {
    .static-hero-s2 .right-content .right-content-bottom .right-btn {
        padding-top: 5px;
    }
}

.static-hero-s2 .right-content .right-content-bottom .right-btn .theme-btn-s3 {
    color: #9CE071;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    transition: all ease-in-out 0.4s;
}

.static-hero-s2 .right-content .right-content-bottom .right-btn .theme-btn-s3:hover {
    color: #3CA200;
}

.static-hero-s2 .right-content .right-content-bottom .right-btn .theme-btn-s3 span {
    text-decoration: underline;
}

.static-hero-s2 .right-content .right-content-bottom .right-btn .theme-btn-s3 i {
    top: 4px;
    position: relative;
}

.static-hero-s2 .hero-img {
    position: absolute;
    z-index: 1;
    max-width: 814px;
    right: 105px;
    top: 53px;
}

@media (max-width: 1700px) {
    .static-hero-s2 .hero-img {
        right: -50px;
    }
}

@media (max-width: 1500px) {
    .static-hero-s2 .hero-img {
        max-width: 650px;
    }
}

@media (max-width: 1199px) {
    .static-hero-s2 .hero-img {
        max-width: 525px;
        top: 50px;
    }
}

@media (max-width: 991px) {
    .static-hero-s2 .hero-img {
        position: relative;
        left: auto;
        right: auto;
        top: 0;
        margin: 0 auto;
        margin-top: 10px;
    }
}

.static-hero-s2 .hero-img::before {
    position: absolute;
    content: "";
    background-color: #A4F571;
    z-index: -1;
    border-radius: 50%;
    width: 283px;
    height: 283px;
    top: 175px;
    left: 45px;
}

@media (max-width: 1500px) {
    .static-hero-s2 .hero-img::before {
        width: 220px;
        height: 220px;
        top: 150px;
        left: 109px;
    }
}

@media (max-width: 1199px) {
    .static-hero-s2 .hero-img::before {
        width: 170px;
        height: 170px;
        bottom: 75px;
        right: -10px;
    }
}

@media (max-width: 991px) {
    .static-hero-s2 .hero-img::before {
        top: 115px;
        left: 68px;
    }
}

@media (max-width: 767px) {
    .static-hero-s2 .hero-img::before {
        top: 23px;
        left: 133px;
    }
}

@media (max-width: 425px) {
    .static-hero-s2 .hero-img::before {
        display: none;
    }
}

.static-hero-s2 .hero-img::after {
    position: absolute;
    content: "";
    background-color: #1A3C03;
    z-index: -1;
    border-radius: 50%;
    width: 680px;
    height: 680px;
    bottom: 100px;
    right: -200px;
}

@media (max-width: 1500px) {
    .static-hero-s2 .hero-img::after {
        width: 550px;
        height: 550px;
        bottom: 86px;
        right: -63px;
    }
}

@media (max-width: 1199px) {
    .static-hero-s2 .hero-img::after {
        width: 400px;
        height: 400px;
        bottom: 86px;
        right: -63px;
    }
}

@media (max-width: 991px) {
    .static-hero-s2 .hero-img::after {
        right: 35px;
    }
}

@media (max-width: 575px) {
    .static-hero-s2 .hero-img::after {
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 425px) {
    .static-hero-s2 .hero-img::after {
        display: none;
    }
}

.static-hero-s2 .review-image {
    position: absolute;
    bottom: 252px;
    right: 547px;
    max-width: 320px;
    width: 100%;
    background-color: #A4F571;
    padding: 35px 0 39px 29px;
    border-radius: 22px;
}

@media (max-width: 1500px) {
    .static-hero-s2 .review-image {
        bottom: 180px;
        right: 460px;
        padding: 25px 0 25px 29px;
        max-width: 270px;
    }
}

@media (max-width: 1199px) {
    .static-hero-s2 .review-image {
        bottom: 170px;
        right: 360px;
        padding: 20px;
        max-width: 211px;
    }
}

@media (max-width: 767px) {
    .static-hero-s2 .review-image {
        bottom: 152px;
        right: 210px;
    }
}

@media (max-width: 425px) {
    .static-hero-s2 .review-image {
        display: none;
    }
}

@media (max-width: 1199px) {
    .static-hero-s2 .review-image img {
        width: 100%;
        max-width: 150px;
    }
}


/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer {
    position: relative;
    z-index: 1;
}

.wpo-site-footer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(79.12% 59.58% at 39.92% 41.28%, rgba(26, 26, 26, 0.94) 0%, #090808 100%);
    z-index: -1;
}

.wpo-site-footer .wpo-footer-wrap {
    max-width: 1295px;
    margin: 0 auto;
}

.wpo-site-footer .wpo-top-footer {
    padding: 120px 0;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 767px) {
    .wpo-site-footer .wpo-top-footer {
        padding: 60px 0;
    }
}

@media (max-width: 575px) {
    .wpo-site-footer .wpo-top-footer {
        padding: 40px 0;
    }
}

.wpo-site-footer .wpo-top-footer h3 {
    color: #FFF;
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .wpo-site-footer .wpo-top-footer h3 {
        font-size: 52px;
        line-height: 62px;
    }
}

@media (max-width: 767px) {
    .wpo-site-footer .wpo-top-footer h3 {
        font-size: 43px;
        line-height: 60px;
    }
}

@media (max-width: 425px) {
    .wpo-site-footer .wpo-top-footer h3 {
        font-size: 31px;
        line-height: 40px;
    }
}

.wpo-site-footer .wpo-top-footer h3 a {
    color: #fff;
}

.wpo-site-footer .wpo-top-footer h3 span {
    color: #BAE935;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    text-decoration-line: underline;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .wpo-site-footer .wpo-top-footer h3 span {
        font-size: 52px;
        line-height: 62px;
    }
}

@media (max-width: 767px) {
    .wpo-site-footer .wpo-top-footer h3 span {
        font-size: 43px;
        line-height: 60px;
    }
}

@media (max-width: 425px) {
    .wpo-site-footer .wpo-top-footer h3 span {
        font-size: 31px;
        line-height: 40px;
    }
}

.wpo-site-footer .wpo-top-footer .booking-btn a {
    width: 180px;
    height: 180px;
    background: #9CE071;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;
    text-transform: capitalize;
    color: #036C5F;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 991px) {
    .wpo-site-footer .wpo-top-footer .booking-btn a {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 575px) {
    .wpo-site-footer .wpo-top-footer .booking-btn a {
        width: 130px;
        height: 130px;
        font-size: 16px;
    }
}

.wpo-site-footer .wpo-top-footer .booking-btn a i {
    display: block;
    margin-bottom: 5px;
}

.wpo-site-footer .wpo-top-footer .booking-btn a small {
    display: block;
    max-width: 150px;
}

.wpo-site-footer .wpo-top-footer:hover .booking-btn a {
    visibility: visible;
    opacity: 1;
}

.wpo-site-footer .widget-title {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .wpo-site-footer .widget-title {
        margin-bottom: 20px;
    }
}

.wpo-site-footer .widget-title h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

.wpo-site-footer .logo img {
    max-width: 143px;
    width: 100%;
}

.wpo-site-footer .newsletter-widget {
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .wpo-site-footer .newsletter-widget {
        padding-left: 0;
    }
}

.wpo-site-footer .newsletter-widget .input-items .form-fild .fild {
    width: 100%;
    transition: all 0.3s ease-in-out;
    padding-bottom: 25px;
    border: none;
    border-bottom: 1px solid #fff;
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    background: transparent;
}

@media (max-width: 575px) {
    .wpo-site-footer .newsletter-widget .input-items .form-fild .fild {
        font-size: 15px;
    }
}

.wpo-site-footer .newsletter-widget .input-items .form-fild .fild:focus-visible {
    outline: 0;
    border: none;
    border-bottom: 1px solid #fff;
}

.wpo-site-footer .newsletter-widget .input-items .submite-btn {
    padding-top: 65px;
}

@media (max-width: 575px) {
    .wpo-site-footer .newsletter-widget .input-items .submite-btn {
        padding-top: 40px;
    }
}

.wpo-site-footer .newsletter-widget .input-items .submite-btn .theme-btn,
.wpo-site-footer .newsletter-widget .input-items .submite-btn .view-cart-btn {
    border-radius: 10px;
    padding: 18px 50px;
}

.wpo-site-footer .newsletter-widget .input-items .submite-btn .theme-btn::before,
.wpo-site-footer .newsletter-widget .input-items .submite-btn .view-cart-btn::before {
    display: none;
}

.wpo-site-footer .footer-content p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    max-width: 270px;
}

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

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

.wpo-site-footer .link-widget {
    padding-left: 50px;
}

@media (max-width: 1399px) {
    .wpo-site-footer .link-widget {
        padding-left: 15px;
    }
}

@media (max-width: 1199px) {
    .wpo-site-footer .link-widget {
        padding-left: 0;
    }
}

.wpo-site-footer ul li {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    color: #DDD;
}

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

.wpo-site-footer ul li a {
    color: #DDD;
    transition: all ease-in-out 0.4s;
}

.wpo-site-footer ul li a:hover {
    color: #9CE071;
}

.wpo-site-footer .wpo-lower-footer {
    margin-top: 30px;
    border-top: 1px solid #292929;
    background: rgba(255, 255, 255, 0);
    padding: 30px 0;
}

@media (max-width: 991px) {
    .wpo-site-footer .wpo-lower-footer {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .wpo-site-footer .wpo-lower-footer {
        padding: 20px 0;
    }
}

.wpo-site-footer .wpo-lower-footer .copyright {
    text-align: left;
    display: block;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .wpo-site-footer .wpo-lower-footer .copyright {
        text-align: center;
    }
}

.wpo-site-footer .wpo-lower-footer .copyright span {
    color: #BAE935;
}

.wpo-site-footer .wpo-lower-footer .copyright a {
    color: #fff;
    transition: all ease-in-out 0.4s;
}

.wpo-site-footer .wpo-lower-footer .copyright a:hover {
    color: #9CE071;
}

.wpo-site-footer .wpo-lower-footer .links {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 25px;
}

@media (max-width: 991px) {
    .wpo-site-footer .wpo-lower-footer .links {
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .wpo-site-footer .wpo-lower-footer .links {
        gap: 15px;
    }
}

.wpo-site-footer .wpo-lower-footer .links li a {
    font-size: 17px;
    color: #fff;
    transition: all ease 0.4s;
}

.wpo-site-footer .wpo-lower-footer .links li a:hover {
    color: #9CE071;
}

@media (max-width: 991px) {
    .wpo-site-footer .wpo-upper-footer .col {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .wpo-site-footer .wpo-upper-footer .col {
        margin-bottom: 30px;
    }
}

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

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

/*3.2 wpo-review-section*/
.wpo-review-section .review-wrap {
    display: flex;
    max-width: 1405px;
    margin: 0 auto;
}

@media (max-width: 500px) {
    .wpo-review-section .review-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.wpo-review-section .review-wrap .review-items {
    max-width: 416px;
    width: 100%;
}

@media (max-width: 500px) {
    .wpo-review-section .review-wrap .review-items {
        margin-bottom: 20px;
    }
}

.wpo-review-section .review-wrap .review-items .image img {
    border-radius: 22px;
}

.wpo-review-section .review-wrap .review-items .review-content {
    padding: 35px 30px;
}

@media (max-width: 991px) {
    .wpo-review-section .review-wrap .review-items .review-content {
        padding: 20px;
    }
}

.wpo-review-section .review-wrap .review-items .review-content .review-text {
    padding-top: 25px;
}

@media (max-width: 991px) {
    .wpo-review-section .review-wrap .review-items .review-content .review-text {
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .wpo-review-section .review-wrap .review-items .review-content .review-text {
        padding-top: 11px;
    }
}

.wpo-review-section .review-wrap .review-items .review-content .review-text p {
    margin: 0;
    color: #072032;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
}

@media (max-width: 1199px) {
    .wpo-review-section .review-wrap .review-items .review-content .review-text p {
        font-size: 19px;
        line-height: 30px;
    }
}

@media (max-width: 991px) {
    .wpo-review-section .review-wrap .review-items .review-content .review-text p {
        font-size: 17px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .wpo-review-section .review-wrap .review-items .review-content .review-text p {
        font-size: 14px;
        line-height: 20px;
    }
}

.wpo-review-section .review-wrap .review-items:nth-child(1) {
    transform: rotate(2.514deg);
}

@media (max-width: 500px) {
    .wpo-review-section .review-wrap .review-items:nth-child(1) {
        transform: none;
    }
}

.wpo-review-section .review-wrap .review-items:nth-child(2) {
    background-color: #A4F571;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 22px;
    transform: rotate(-3.731deg);
    margin-left: -110px;
    position: relative;
    top: -40px;
}

@media (max-width: 991px) {
    .wpo-review-section .review-wrap .review-items:nth-child(2) {
        top: -10px;
    }
}

@media (max-width: 500px) {
    .wpo-review-section .review-wrap .review-items:nth-child(2) {
        transform: none;
        top: 0;
        margin-left: 0;
    }
}

.wpo-review-section .review-wrap .review-items:nth-child(3) {
    transform: rotate(8.9deg);
    margin-left: -50px;
}

@media (max-width: 500px) {
    .wpo-review-section .review-wrap .review-items:nth-child(3) {
        transform: none;
        top: 0;
        margin-left: 0;
    }
}

.wpo-review-section .review-wrap .review-items:nth-child(4) {
    border-radius: 22px;
    border: 1px solid rgba(0, 0, 0, 0.39);
    background: #1A3C03;
    transform: rotate(-2.641deg);
    margin-left: -50px;
    position: relative;
    top: -30px;
}

@media (max-width: 991px) {
    .wpo-review-section .review-wrap .review-items:nth-child(4) {
        top: -5px;
    }
}

@media (max-width: 500px) {
    .wpo-review-section .review-wrap .review-items:nth-child(4) {
        transform: none;
        top: 0;
        margin-left: 0;
        margin-bottom: 0;
    }
}

.wpo-review-section .review-wrap .review-items:nth-child(4) .review-text p {
    color: #fff;
}

/*3.3 wpo-about-section*/
.wpo-about-section,
.wpo-about-section-2,
.wpo-about-section-3 {
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {

    .wpo-about-section,
    .wpo-about-section-2,
    .wpo-about-section-3 {
        padding-bottom: 0;
    }
}

.wpo-about-section .about-title,
.wpo-about-section-2 .about-title,
.wpo-about-section-3 .about-title {
    max-width: 854px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

@media (max-width: 991px) {

    .wpo-about-section .about-title,
    .wpo-about-section-2 .about-title,
    .wpo-about-section-3 .about-title {
        margin-bottom: 50px;
        max-width: 640px;
    }
}

.wpo-about-section .about-title h2,
.wpo-about-section-2 .about-title h2,
.wpo-about-section-3 .about-title h2 {
    color: #0E152B;
    font-size: 55px;
    font-weight: 500;
    line-height: 58px;
}

@media (max-width: 991px) {

    .wpo-about-section .about-title h2,
    .wpo-about-section-2 .about-title h2,
    .wpo-about-section-3 .about-title h2 {
        font-size: 48px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {

    .wpo-about-section .about-title h2,
    .wpo-about-section-2 .about-title h2,
    .wpo-about-section-3 .about-title h2 {
        font-size: 43px;
        line-height: 46px;
    }
}

@media (max-width: 575px) {

    .wpo-about-section .about-title h2,
    .wpo-about-section-2 .about-title h2,
    .wpo-about-section-3 .about-title h2 {
        font-size: 35px;
        line-height: 38px;
    }
}

@media (max-width: 425px) {

    .wpo-about-section .about-title h2,
    .wpo-about-section-2 .about-title h2,
    .wpo-about-section-3 .about-title h2 {
        font-size: 26px;
        line-height: 30px;
    }
}

.wpo-about-section .about-title span,
.wpo-about-section-2 .about-title span,
.wpo-about-section-3 .about-title span {
    font-weight: 700;
}

.wpo-about-section .booking-btn a,
.wpo-about-section-2 .booking-btn a,
.wpo-about-section-3 .booking-btn a {
    width: 180px;
    height: 180px;
    background: #9CE071;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;
    text-transform: capitalize;
    color: #036C5F;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 991px) {

    .wpo-about-section .booking-btn a,
    .wpo-about-section-2 .booking-btn a,
    .wpo-about-section-3 .booking-btn a {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 575px) {

    .wpo-about-section .booking-btn a,
    .wpo-about-section-2 .booking-btn a,
    .wpo-about-section-3 .booking-btn a {
        width: 115px;
        height: 115px;
        font-size: 16px;
    }
}

.wpo-about-section .booking-btn a i,
.wpo-about-section-2 .booking-btn a i,
.wpo-about-section-3 .booking-btn a i {
    display: block;
    margin-bottom: 5px;
}

.wpo-about-section .booking-btn a small,
.wpo-about-section-2 .booking-btn a small,
.wpo-about-section-3 .booking-btn a small {
    display: block;
    max-width: 150px;
}

.wpo-about-section:hover .booking-btn a,
.wpo-about-section-2:hover .booking-btn a,
.wpo-about-section-3:hover .booking-btn a {
    visibility: visible;
    opacity: 1;
}

.wpo-about-section .about-content,
.wpo-about-section-2 .about-content,
.wpo-about-section-3 .about-content {
    border-top: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {

    .wpo-about-section .about-content,
    .wpo-about-section-2 .about-content,
    .wpo-about-section-3 .about-content {
        flex-wrap: wrap;
    }
}

.wpo-about-section .about-content .about-items,
.wpo-about-section-2 .about-content .about-items,
.wpo-about-section-3 .about-content .about-items {
    padding-top: 40px;
    position: relative;
    text-align: center;
    max-width: 240px;
    width: 100%;
}

@media (max-width: 1199px) {

    .wpo-about-section .about-content .about-items,
    .wpo-about-section-2 .about-content .about-items,
    .wpo-about-section-3 .about-content .about-items {
        max-width: 239px;
    }
}

@media (max-width: 991px) {

    .wpo-about-section .about-content .about-items,
    .wpo-about-section-2 .about-content .about-items,
    .wpo-about-section-3 .about-content .about-items {
        padding-top: 0;
        margin-top: 40px;
        max-width: 270px;
        width: 50%;
    }
}

@media (max-width: 500px) {

    .wpo-about-section .about-content .about-items,
    .wpo-about-section-2 .about-content .about-items,
    .wpo-about-section-3 .about-content .about-items {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
    }
}

.wpo-about-section .about-content .about-items h2,
.wpo-about-section-2 .about-content .about-items h2,
.wpo-about-section-3 .about-content .about-items h2 {
    color: rgba(0, 0, 0, 0.08);
    text-align: center;
    font-size: 89px;
    font-style: normal;
    font-weight: 500;
    line-height: 82%;
    text-transform: capitalize;
}

@media (max-width: 575px) {

    .wpo-about-section .about-content .about-items h2,
    .wpo-about-section-2 .about-content .about-items h2,
    .wpo-about-section-3 .about-content .about-items h2 {
        font-size: 75px;
    }
}

.wpo-about-section .about-content .about-items h3,
.wpo-about-section-2 .about-content .about-items h3,
.wpo-about-section-3 .about-content .about-items h3 {
    margin: 0;
    text-align: center;
    color: #010101;
    font-size: 20px;
    font-weight: 700;
    line-height: 25.8px;
    text-transform: lowercase;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding-top: 12px;
}

@media (max-width: 1199px) {

    .wpo-about-section .about-content .about-items h3,
    .wpo-about-section-2 .about-content .about-items h3,
    .wpo-about-section-3 .about-content .about-items h3 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {

    .wpo-about-section .about-content .about-items h3,
    .wpo-about-section-2 .about-content .about-items h3,
    .wpo-about-section-3 .about-content .about-items h3 {
        padding-top: 0;
    }
}

.wpo-about-section .about-content .about-items h3 span,
.wpo-about-section-2 .about-content .about-items h3 span,
.wpo-about-section-3 .about-content .about-items h3 span {
    font-size: 70px;
}

/*3.4 wpo-service-section*/
@media (max-width: 991px) {

    .wpo-service-section.section-padding,
    .wpo-service-section-2.section-padding {
        padding: 70px 0;
    }
}

@media (max-width: 767px) {

    .wpo-service-section.section-padding,
    .wpo-service-section-2.section-padding {
        padding: 40px 0;
    }
}

@media (max-width: 991px) {

    .wpo-service-section .wpo-section-title-s2,
    .wpo-service-section-2 .wpo-section-title-s2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {

    .wpo-service-section .wpo-section-title-s2 span,
    .wpo-service-section-2 .wpo-section-title-s2 span {
        font-size: 19px;
        line-height: 70px;
    }
}

@media (max-width: 375px) {

    .wpo-service-section .wpo-section-title-s2 span,
    .wpo-service-section-2 .wpo-section-title-s2 span {
        font-size: 17px;
        line-height: 55px;
    }
}

@media (max-width: 1500px) {

    .wpo-service-section .wpo-section-title-s2 h2,
    .wpo-service-section-2 .wpo-section-title-s2 h2 {
        font-size: 47px;
        line-height: 50px;
    }
}

@media (max-width: 1199px) {

    .wpo-service-section .wpo-section-title-s2 h2,
    .wpo-service-section-2 .wpo-section-title-s2 h2 {
        font-size: 39px;
        line-height: 45px;
    }
}

@media (max-width: 991px) {

    .wpo-service-section .wpo-section-title-s2 h2,
    .wpo-service-section-2 .wpo-section-title-s2 h2 {
        font-size: 34px;
        line-height: 35px;
    }
}

@media (max-width: 375px) {

    .wpo-service-section .wpo-section-title-s2 h2,
    .wpo-service-section-2 .wpo-section-title-s2 h2 {
        font-size: 25px;
        line-height: 26px;
    }
}

.wpo-service-section .service-title-btn,
.wpo-service-section-2 .service-title-btn {
    text-align: right;
    padding-top: 30px;
}

@media (max-width: 991px) {

    .wpo-service-section .service-title-btn,
    .wpo-service-section-2 .service-title-btn {
        padding-top: 20px;
        text-align: center;
        padding-top: 0;
    }
}

@media (max-width: 767px) {

    .wpo-service-section .service-title-btn,
    .wpo-service-section-2 .service-title-btn {
        padding-top: 0;
        padding-bottom: 40px;
    }
}

.wpo-service-section .service-wrap,
.wpo-service-section-2 .service-wrap {
    max-width: 1730px;
    margin: 0 auto;
}

.wpo-service-section .service-wrap .service-content,
.wpo-service-section-2 .service-wrap .service-content {
    display: flex;
}

@media (max-width: 1199px) {

    .wpo-service-section .service-wrap .service-content,
    .wpo-service-section-2 .service-wrap .service-content {
        flex-wrap: wrap;
    }
}

.wpo-service-section .service-wrap .service-content .service-items,
.wpo-service-section-2 .service-wrap .service-content .service-items {
    padding: 80px 40px 100px;
    border-radius: 17px;
}

@media (max-width: 1760px) {

    .wpo-service-section .service-wrap .service-content .service-items,
    .wpo-service-section-2 .service-wrap .service-content .service-items {
        padding: 80px 25px 100px;
    }
}

@media (max-width: 1399px) {

    .wpo-service-section .service-wrap .service-content .service-items,
    .wpo-service-section-2 .service-wrap .service-content .service-items {
        padding: 40px 18px 50px;
    }
}

@media (max-width: 1199px) {

    .wpo-service-section .service-wrap .service-content .service-items,
    .wpo-service-section-2 .service-wrap .service-content .service-items {
        width: 33%;
        margin-top: 30px;
    }
}

@media (max-width: 991px) {

    .wpo-service-section .service-wrap .service-content .service-items,
    .wpo-service-section-2 .service-wrap .service-content .service-items {
        width: 50%;
    }
}

@media (max-width: 767px) {

    .wpo-service-section .service-wrap .service-content .service-items,
    .wpo-service-section-2 .service-wrap .service-content .service-items {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 20px;
        background-color: #E2F8D4;
    }
}

.wpo-service-section .service-wrap .service-content .service-items .service-icon,
.wpo-service-section-2 .service-wrap .service-content .service-items .service-icon {
    border-radius: 68px 0px 68px 68px;
    background: #FFF;
    width: 136px;
    height: 140px;
    line-height: 125px;
    text-align: center;
}

@media (max-width: 991px) {

    .wpo-service-section .service-wrap .service-content .service-items .service-icon,
    .wpo-service-section-2 .service-wrap .service-content .service-items .service-icon {
        width: 116px;
        height: 120px;
        line-height: 105px;
    }
}

@media (max-width: 991px) {

    .wpo-service-section .service-wrap .service-content .service-items .service-icon img,
    .wpo-service-section-2 .service-wrap .service-content .service-items .service-icon img {
        max-width: 75px;
        width: 100%;
    }
}

.wpo-service-section .service-wrap .service-content .service-items .service-text,
.wpo-service-section-2 .service-wrap .service-content .service-items .service-text {
    margin-top: 140px;
}

@media (max-width: 1760px) {

    .wpo-service-section .service-wrap .service-content .service-items .service-text,
    .wpo-service-section-2 .service-wrap .service-content .service-items .service-text {
        margin-top: 100px;
    }
}

@media (max-width: 1399px) {

    .wpo-service-section .service-wrap .service-content .service-items .service-text,
    .wpo-service-section-2 .service-wrap .service-content .service-items .service-text {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {

    .wpo-service-section .service-wrap .service-content .service-items .service-text,
    .wpo-service-section-2 .service-wrap .service-content .service-items .service-text {
        margin-top: 50px;
    }
}

.wpo-service-section .service-wrap .service-content .service-items .service-text h3,
.wpo-service-section-2 .service-wrap .service-content .service-items .service-text h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 25.8px;
    text-transform: capitalize;
    padding-bottom: 25px;
}

@media (max-width: 1760px) {

    .wpo-service-section .service-wrap .service-content .service-items .service-text h3,
    .wpo-service-section-2 .service-wrap .service-content .service-items .service-text h3 {
        font-size: 25px;
    }
}

@media (max-width: 1485px) {

    .wpo-service-section .service-wrap .service-content .service-items .service-text h3,
    .wpo-service-section-2 .service-wrap .service-content .service-items .service-text h3 {
        font-size: 23px;
    }
}

@media (max-width: 1399px) {

    .wpo-service-section .service-wrap .service-content .service-items .service-text h3,
    .wpo-service-section-2 .service-wrap .service-content .service-items .service-text h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {

    .wpo-service-section .service-wrap .service-content .service-items .service-text h3,
    .wpo-service-section-2 .service-wrap .service-content .service-items .service-text h3 {
        font-size: 19px;
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {

    .wpo-service-section .service-wrap .service-content .service-items .service-text h3,
    .wpo-service-section-2 .service-wrap .service-content .service-items .service-text h3 {
        padding-bottom: 15px;
        font-size: 21px;
    }
}

@media (max-width: 375px) {

    .wpo-service-section .service-wrap .service-content .service-items .service-text h3,
    .wpo-service-section-2 .service-wrap .service-content .service-items .service-text h3 {
        font-size: 20px;
    }
}

.wpo-service-section .service-wrap .service-content .service-items .service-text h3 a,
.wpo-service-section-2 .service-wrap .service-content .service-items .service-text h3 a {
    color: #010101;
    transition: all ease-in-out 0.3s;
}

.wpo-service-section .service-wrap .service-content .service-items .service-text h3 a:hover,
.wpo-service-section-2 .service-wrap .service-content .service-items .service-text h3 a:hover {
    color: #3CA200;
}

.wpo-service-section .service-wrap .service-content .service-items .service-text p,
.wpo-service-section-2 .service-wrap .service-content .service-items .service-text p {
    margin: 0;
    color: #504646;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.8px;
    text-transform: lowercase;
}

@media (max-width: 1399px) {

    .wpo-service-section .service-wrap .service-content .service-items .service-text p,
    .wpo-service-section-2 .service-wrap .service-content .service-items .service-text p {
        font-size: 18px;
        line-height: 26.8px;
    }
}

.wpo-service-section .service-wrap .service-content .service-items .service-text .service-bottom,
.wpo-service-section-2 .service-wrap .service-content .service-items .service-text .service-bottom {
    display: flex;
    gap: 3px;
    padding-top: 40px;
}

@media (max-width: 767px) {

    .wpo-service-section .service-wrap .service-content .service-items .service-text .service-bottom,
    .wpo-service-section-2 .service-wrap .service-content .service-items .service-text .service-bottom {
        padding-top: 20px;
    }
}

.wpo-service-section .service-wrap .service-content .service-items .service-text .service-bottom .text,
.wpo-service-section-2 .service-wrap .service-content .service-items .service-text .service-bottom .text {
    padding-top: 2px;
    margin-right: 3px;
}

.wpo-service-section .service-wrap .service-content .service-items .service-text .service-bottom .text a,
.wpo-service-section-2 .service-wrap .service-content .service-items .service-text .service-bottom .text a {
    color: #000;
    transition: all ease-in-out 0.3s;
}

.wpo-service-section .service-wrap .service-content .service-items .service-text .service-bottom .text a:hover,
.wpo-service-section-2 .service-wrap .service-content .service-items .service-text .service-bottom .text a:hover {
    color: #3CA200;
}

.wpo-service-section .service-wrap .service-content .service-items .service-text .service-bottom .icon,
.wpo-service-section-2 .service-wrap .service-content .service-items .service-text .service-bottom .icon {
    position: relative;
    top: 3px;
}

.wpo-service-section .service-wrap .service-content .service-items:nth-child(2),
.wpo-service-section-2 .service-wrap .service-content .service-items:nth-child(2) {
    background-color: #E2F8D4;
}

.wpo-service-section .service-wrap .service-content .service-items:nth-child(4),
.wpo-service-section-2 .service-wrap .service-content .service-items:nth-child(4) {
    background-color: #E2F8D4;
}

@media (max-width: 991px) {

    .wpo-service-section .service-wrap .service-content .service-items:nth-child(4),
    .wpo-service-section-2 .service-wrap .service-content .service-items:nth-child(4) {
        background-color: transparent;
    }
}

@media (max-width: 767px) {

    .wpo-service-section .service-wrap .service-content .service-items:nth-child(4),
    .wpo-service-section-2 .service-wrap .service-content .service-items:nth-child(4) {
        background-color: #E2F8D4;
    }
}

@media (max-width: 991px) {

    .wpo-service-section .service-wrap .service-content .service-items:nth-child(3),
    .wpo-service-section-2 .service-wrap .service-content .service-items:nth-child(3) {
        background-color: #E2F8D4;
    }
}

/*3.5 wpo-transforming-section*/
.wpo-transforming-section .transforming-wrap {
    display: flex;
    gap: 2px;
}

@media (max-width: 575px) {
    .wpo-transforming-section .transforming-wrap {
        display: block;
    }
}

.wpo-transforming-section .transforming-wrap .transforming-image {
    position: relative;
}

@media (max-width: 575px) {
    .wpo-transforming-section .transforming-wrap .transforming-image {
        margin-bottom: 10px;
    }

    .wpo-transforming-section .transforming-wrap .transforming-image:nth-child(2) {
        margin-bottom: 0;
    }
}

.wpo-transforming-section .transforming-wrap .transforming-image .text {
    position: absolute;
    top: 35px;
    left: 35px;
    background: #EFFFE5;
    font-family: "Cabinet Grotesk";
    padding: 14px 55px;
}

@media (max-width: 767px) {
    .wpo-transforming-section .transforming-wrap .transforming-image .text {
        padding: 10px 32px;
    }
}

@media (max-width: 575px) {
    .wpo-transforming-section .transforming-wrap .transforming-image .text {
        top: 15px;
        left: 10px;
    }
}

.wpo-transforming-section .transforming-wrap .transforming-image .text.s2 {
    left: auto;
    right: 16px;
    top: 21px;
    background: #A4F571;
}

@media (max-width: 575px) {
    .wpo-transforming-section .transforming-wrap .transforming-image .text.s2 {
        right: auto;
        top: 15px;
        left: 10px;
    }
}

.wpo-transforming-section .transforming-wrap .transforming-image .text span {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .wpo-transforming-section .transforming-wrap .transforming-image .text span {
        font-size: 19px;
    }
}

/*3.6 wpo-gallery-section*/
.wpo-gallery-section,
.wpo-gallery-section-2 {
    padding: 90px 0;
}

@media (max-width: 991px) {

    .wpo-gallery-section,
    .wpo-gallery-section-2 {
        padding: 70px 0;
    }
}

@media (max-width: 575px) {

    .wpo-gallery-section,
    .wpo-gallery-section-2 {
        padding: 50px 0;
    }
}

@media (max-width: 425px) {

    .wpo-gallery-section,
    .wpo-gallery-section-2 {
        padding: 35px 0;
        padding-bottom: 15px;
    }
}

.wpo-gallery-section .gallery-title,
.wpo-gallery-section-2 .gallery-title {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 991px) {

    .wpo-gallery-section .gallery-title,
    .wpo-gallery-section-2 .gallery-title {
        max-width: 700px;
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {

    .wpo-gallery-section .gallery-title,
    .wpo-gallery-section-2 .gallery-title {
        max-width: 515px;
    }
}

.wpo-gallery-section .gallery-title span,
.wpo-gallery-section-2 .gallery-title span {
    color: #9CE071;
    font-size: 22px;
    font-weight: 700;
    line-height: 80px;
    text-transform: capitalize;
}

@media (max-width: 991px) {

    .wpo-gallery-section .gallery-title span,
    .wpo-gallery-section-2 .gallery-title span {
        font-size: 20px;
        line-height: 60px;
    }
}

@media (max-width: 425px) {

    .wpo-gallery-section .gallery-title span,
    .wpo-gallery-section-2 .gallery-title span {
        font-size: 16px;
        line-height: 50px;
    }
}

.wpo-gallery-section .gallery-title h2,
.wpo-gallery-section-2 .gallery-title h2 {
    margin: 0;
    color: #0E152B;
    font-size: 70px;
    font-weight: 500;
    line-height: 92%;
}

@media (max-width: 991px) {

    .wpo-gallery-section .gallery-title h2,
    .wpo-gallery-section-2 .gallery-title h2 {
        font-size: 55px;
    }
}

@media (max-width: 575px) {

    .wpo-gallery-section .gallery-title h2,
    .wpo-gallery-section-2 .gallery-title h2 {
        font-size: 40px;
    }
}

@media (max-width: 425px) {

    .wpo-gallery-section .gallery-title h2,
    .wpo-gallery-section-2 .gallery-title h2 {
        font-size: 29px;
        line-height: 95%;
    }
}

.wpo-gallery-section .gallery-wrap,
.wpo-gallery-section-2 .gallery-wrap {
    padding: 0 40px;
}

@media (max-width: 991px) {

    .wpo-gallery-section .gallery-wrap,
    .wpo-gallery-section-2 .gallery-wrap {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {

    .wpo-gallery-section .gallery-wrap,
    .wpo-gallery-section-2 .gallery-wrap {
        padding: 0;
    }
}

.wpo-gallery-section .gallery-wrap .gallery-items,
.wpo-gallery-section-2 .gallery-wrap .gallery-items {
    display: flex;
    gap: 30px;
    padding-top: 60px;
    border-top: 1px solid #D9D9D9;
}

@media (max-width: 991px) {

    .wpo-gallery-section .gallery-wrap .gallery-items,
    .wpo-gallery-section-2 .gallery-wrap .gallery-items {
        padding-top: 40px;
        gap: 10px;
    }
}

@media (max-width: 500px) {

    .wpo-gallery-section .gallery-wrap .gallery-items,
    .wpo-gallery-section-2 .gallery-wrap .gallery-items {
        display: block;
        text-align: center;
    }
}

.wpo-gallery-section .gallery-wrap .gallery-items .gallery-image,
.wpo-gallery-section-2 .gallery-wrap .gallery-items .gallery-image {
    position: relative;
    overflow: hidden;
}

@media (max-width: 500px) {

    .wpo-gallery-section .gallery-wrap .gallery-items .gallery-image,
    .wpo-gallery-section-2 .gallery-wrap .gallery-items .gallery-image {
        margin-bottom: 20px;
    }
}

.wpo-gallery-section .gallery-wrap .gallery-items .gallery-image img,
.wpo-gallery-section-2 .gallery-wrap .gallery-items .gallery-image img {
    width: 100%;
}

@media (max-width: 500px) {

    .wpo-gallery-section .gallery-wrap .gallery-items .gallery-image img,
    .wpo-gallery-section-2 .gallery-wrap .gallery-items .gallery-image img {
        width: 100%;
    }
}

.wpo-gallery-section .gallery-wrap .gallery-items .gallery-image::before,
.wpo-gallery-section-2 .gallery-wrap .gallery-items .gallery-image::before {
    position: absolute;
    top: 0;
    left: -79%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.wpo-gallery-section .gallery-wrap .gallery-items .gallery-image:hover::before,
.wpo-gallery-section-2 .gallery-wrap .gallery-items .gallery-image:hover::before {
    animation: shine 0.75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/*3.7 wpo-cta-section*/
.wpo-cta-section {
    position: relative;
}

.wpo-cta-section::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #FFF 3.11%, rgba(255, 255, 255, 0.86) 21.84%, rgba(255, 255, 255, 0) 38.41%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.wpo-cta-section .container {
    padding: 0;
}

.wpo-cta-section .video-holder .video-btn {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wpo-cta-section .booking-btn a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    line-height: 128%;
    text-transform: capitalize;
    background-color: #fff;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    height: 150px;
    border: 1px solid #D9D9D9;
}

@media (max-width: 991px) {
    .wpo-cta-section .booking-btn a {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 575px) {
    .wpo-cta-section .booking-btn a {
        width: 60px;
        height: 60px;
    }
}

.wpo-cta-section .booking-btn a svg {
    width: 50px;
    height: 50px;
    color: #000;
}

@media (max-width: 991px) {
    .wpo-cta-section .booking-btn a svg {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 575px) {
    .wpo-cta-section .booking-btn a svg {
        width: 30px;
        height: 30px;
    }
}

.wpo-cta-section:hover .booking-btn a {
    visibility: visible;
    opacity: 1;
}

/*3.8 wpo-why-choose-section*/
@media (max-width: 991px) {

    .wpo-why-choose-section,
    .wpo-why-choose-section-2 {
        background-color: #E5F4DC;
    }
}

@media (max-width: 575px) {

    .wpo-why-choose-section,
    .wpo-why-choose-section-2 {
        padding: 40px 0;
    }
}

.wpo-why-choose-section .wpo-section-title-s2,
.wpo-why-choose-section-2 .wpo-section-title-s2 {
    max-width: 670px;
}

@media (max-width: 1399px) {

    .wpo-why-choose-section .wpo-section-title-s2,
    .wpo-why-choose-section-2 .wpo-section-title-s2 {
        max-width: 550px;
    }
}

@media (max-width: 991px) {

    .wpo-why-choose-section .wpo-section-title-s2,
    .wpo-why-choose-section-2 .wpo-section-title-s2 {
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 1866px) {

    .wpo-why-choose-section .wpo-section-title-s2 h2,
    .wpo-why-choose-section-2 .wpo-section-title-s2 h2 {
        font-size: 48px;
        line-height: 54px;
    }
}

@media (max-width: 1199px) {

    .wpo-why-choose-section .wpo-section-title-s2 h2,
    .wpo-why-choose-section-2 .wpo-section-title-s2 h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {

    .wpo-why-choose-section .wpo-section-title-s2 h2,
    .wpo-why-choose-section-2 .wpo-section-title-s2 h2 {
        font-size: 36px;
        line-height: 45px;
    }
}

@media (max-width: 425px) {

    .wpo-why-choose-section .wpo-section-title-s2 h2,
    .wpo-why-choose-section-2 .wpo-section-title-s2 h2 {
        font-size: 27px;
        line-height: 35px;
    }
}

.wpo-why-choose-section .wpo-section-title-s2 p,
.wpo-why-choose-section-2 .wpo-section-title-s2 p {
    font-size: 17px;
    line-height: 26.8px;
    padding-top: 15px;
}

@media (max-width: 991px) {

    .wpo-why-choose-section .wpo-choose-left-side,
    .wpo-why-choose-section-2 .wpo-choose-left-side {
        text-align: center;
    }
}

.wpo-why-choose-section .wpo-choose-left-side .wpo-choose-left-items,
.wpo-why-choose-section-2 .wpo-choose-left-side .wpo-choose-left-items {
    padding-left: 100px;
    padding-top: 120px;
    background-color: #E5F4DC;
    padding-bottom: 200px;
}

@media (max-width: 1600px) {

    .wpo-why-choose-section .wpo-choose-left-side .wpo-choose-left-items,
    .wpo-why-choose-section-2 .wpo-choose-left-side .wpo-choose-left-items {
        padding-left: 70px;
        padding-top: 90px;
    }
}

@media (max-width: 1399px) {

    .wpo-why-choose-section .wpo-choose-left-side .wpo-choose-left-items,
    .wpo-why-choose-section-2 .wpo-choose-left-side .wpo-choose-left-items {
        padding-left: 50px;
        padding-top: 64px;
        padding-bottom: 123px;
    }
}

@media (max-width: 1199px) {

    .wpo-why-choose-section .wpo-choose-left-side .wpo-choose-left-items,
    .wpo-why-choose-section-2 .wpo-choose-left-side .wpo-choose-left-items {
        padding-left: 30px;
        padding-top: 55px;
        padding-bottom: 91px;
    }
}

@media (max-width: 991px) {

    .wpo-why-choose-section .wpo-choose-left-side .wpo-choose-left-items,
    .wpo-why-choose-section-2 .wpo-choose-left-side .wpo-choose-left-items {
        padding-left: 0;
    }
}

@media (max-width: 575px) {

    .wpo-why-choose-section .wpo-choose-left-side .wpo-choose-left-items,
    .wpo-why-choose-section-2 .wpo-choose-left-side .wpo-choose-left-items {
        padding-top: 0;
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {

    .wpo-why-choose-section .wpo-choose-left-side .wpo-choose-left-items ul,
    .wpo-why-choose-section-2 .wpo-choose-left-side .wpo-choose-left-items ul {
        margin-top: 30px;
    }
}

.wpo-why-choose-section .wpo-choose-left-side .wpo-choose-left-items ul li+li,
.wpo-why-choose-section-2 .wpo-choose-left-side .wpo-choose-left-items ul li+li {
    margin-top: 17px;
}

.wpo-why-choose-section .wpo-choose-left-side .wpo-choose-left-items ul li span,
.wpo-why-choose-section-2 .wpo-choose-left-side .wpo-choose-left-items ul li span {
    border-radius: 20.5px;
    background: #FFF;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.02);
    display: inline-block;
    font-size: 16px;
    font-family: "Cabinet Grotesk";
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    padding: 7px 25px;
    position: relative;
}

@media (max-width: 575px) {

    .wpo-why-choose-section .wpo-choose-left-side .wpo-choose-left-items ul li span,
    .wpo-why-choose-section-2 .wpo-choose-left-side .wpo-choose-left-items ul li span {
        font-size: 14px;
    }
}

@media (max-width: 450px) {

    .wpo-why-choose-section .wpo-choose-left-side .wpo-choose-left-items ul li span,
    .wpo-why-choose-section-2 .wpo-choose-left-side .wpo-choose-left-items ul li span {
        font-size: 13px;
    }
}

.wpo-why-choose-section .wpo-choose-left-side .wpo-choose-left-items ul li:hover span:before,
.wpo-why-choose-section .wpo-choose-left-side .wpo-choose-left-items ul li.active span:before,
.wpo-why-choose-section-2 .wpo-choose-left-side .wpo-choose-left-items ul li:hover span:before,
.wpo-why-choose-section-2 .wpo-choose-left-side .wpo-choose-left-items ul li.active span:before {
    background: #3CA200;
    color: #fff;
}

.wpo-why-choose-section .wpo-choose-left-side .why-choose-btn .theme-btn-s2,
.wpo-why-choose-section-2 .wpo-choose-left-side .why-choose-btn .theme-btn-s2 {
    width: 100%;
    text-align: center;
    color: #036C5F;
    border-radius: 0;
    padding: 18px 72px 18px 50px;
}

@media (max-width: 991px) {

    .wpo-why-choose-section .wpo-choose-left-side .why-choose-btn .theme-btn-s2,
    .wpo-why-choose-section-2 .wpo-choose-left-side .why-choose-btn .theme-btn-s2 {
        max-width: 300px;
    }
}

@media (max-width: 767px) {

    .wpo-why-choose-section .wpo-choose-left-side .why-choose-btn .theme-btn-s2,
    .wpo-why-choose-section-2 .wpo-choose-left-side .why-choose-btn .theme-btn-s2 {
        padding: 20px 40px;
    }
}

@media (max-width: 425px) {

    .wpo-why-choose-section .wpo-choose-left-side .why-choose-btn .theme-btn-s2,
    .wpo-why-choose-section-2 .wpo-choose-left-side .why-choose-btn .theme-btn-s2 {
        max-width: 250px;
    }
}

.wpo-why-choose-section .wpo-choose-left-side .why-choose-btn .theme-btn-s2:before,
.wpo-why-choose-section-2 .wpo-choose-left-side .why-choose-btn .theme-btn-s2:before {
    display: none;
}

@media (max-width: 991px) {

    .wpo-why-choose-section .wpo-choose-right-wrap,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {

    .wpo-why-choose-section .wpo-choose-right-wrap,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap {
        text-align: center;
    }
}

.wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box,
.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 575px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box {
        justify-content: center;
    }
}

.wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items,
.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items {
    background-color: #3CA200;
    width: 50%;
    padding: 65px 50px;
}

@media (max-width: 1866px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items {
        padding: 53px 43px;
    }
}

@media (max-width: 1600px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items {
        padding: 47px 35px;
    }
}

@media (max-width: 1399px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items {
        padding: 40px 25px;
    }
}

@media (max-width: 1199px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items {
        padding: 40px 18px;
    }
}

@media (max-width: 575px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items {
        width: 85%;
        margin-bottom: 20px;
    }

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(3),
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(3) {
        margin-bottom: 0;
    }
}

@media (max-width: 375px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items {
        width: 95%;
    }
}

.wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .icon img,
.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .icon img {
    max-width: 110px;
    width: 100%;
}

.wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content,
.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content {
    padding-top: 84px;
}

@media (max-width: 1399px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content {
        padding-top: 64px;
    }
}

.wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content h3,
.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content h3 {
    margin: 0;
    color: #FFF;
    font-size: 34px;
    font-weight: 700;
    line-height: 98%;
    text-transform: capitalize;
}

@media (max-width: 1866px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content h3,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content h3 {
        font-size: 29px;
        line-height: 86%;
    }
}

@media (max-width: 1600px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content h3,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content h3 {
        font-size: 25px;
        line-height: 86%;
    }
}

@media (max-width: 1399px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content h3,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content h3 {
        font-size: 23px;
        line-height: 75%;
    }
}

@media (max-width: 1199px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content h3,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content h3 {
        font-size: 19px;
        line-height: 66%;
    }
}

@media (max-width: 991px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content h3,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content h3 {
        font-size: 23px;
        line-height: 66%;
    }
}

.wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content p,
.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content p {
    margin: 0;
    color: #FFF8F8;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.8px;
    text-transform: lowercase;
    padding-top: 25px;
    max-width: 322px;
}

@media (max-width: 1866px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content p,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content p {
        max-width: 295px;
    }
}

@media (max-width: 1600px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content p,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content p {
        font-size: 19px;
    }
}

@media (max-width: 1199px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content p,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content p {
        font-size: 16px;
        max-width: 202px;
        padding-top: 17px;
        line-height: 24.8px;
    }
}

@media (max-width: 991px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content p,
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content p {
        max-width: unset;
    }
}

.wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(2),
.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(2) {
    color: #000;
    background-color: #B6F290;
}

.wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(2) .wpo-choose-right-content h3,
.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(2) .wpo-choose-right-content h3 {
    color: #000;
}

.wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(2) .wpo-choose-right-content p,
.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(2) .wpo-choose-right-content p {
    color: #191515;
}

.wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(3),
.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(3) {
    color: #000;
    background-color: #B6F290;
}

.wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(3) .wpo-choose-right-content h3,
.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(3) .wpo-choose-right-content h3 {
    color: #000;
}

.wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(3) .wpo-choose-right-content p,
.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(3) .wpo-choose-right-content p {
    color: #191515;
}

@media (max-width: 575px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(3),
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(3) {
        order: 4;
    }
}

@media (max-width: 575px) {

    .wpo-why-choose-section .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(4),
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(4) {
        order: 3;
    }
}

.wpo-why-choose-section .col,
.wpo-why-choose-section-2 .col {
    padding: 0;
    margin: 0;
}

/*3.9 wpo-why-choose-section*/
@media (max-width: 425px) {

    .wpo-testimonial-section .wpo-section-title h2,
    .wpo-testimonial-section-2 .wpo-section-title h2 {
        font-size: 26px;
    }
}

.wpo-testimonial-section .testimonial-border,
.wpo-testimonial-section-2 .testimonial-border {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 120px;
}

@media (max-width: 991px) {

    .wpo-testimonial-section .testimonial-border,
    .wpo-testimonial-section-2 .testimonial-border {
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {

    .wpo-testimonial-section .testimonial-border,
    .wpo-testimonial-section-2 .testimonial-border {
        padding-bottom: 50px;
    }
}

.wpo-testimonial-section .testimonial-left-side .testimonial-items,
.wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items,
.wpo-testimonial-section-2 .testimonial-left-side .testimonial-items,
.wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items {
    border-radius: 25px;
    background: #1A3C03;
    padding: 88px 40px 80px 55px;
}

@media (max-width: 1199px) {

    .wpo-testimonial-section .testimonial-left-side .testimonial-items,
    .wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items,
    .wpo-testimonial-section-2 .testimonial-left-side .testimonial-items,
    .wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items {
        padding: 50px 30px;
    }
}

@media (max-width: 500px) {

    .wpo-testimonial-section .testimonial-left-side .testimonial-items,
    .wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items,
    .wpo-testimonial-section-2 .testimonial-left-side .testimonial-items,
    .wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items {
        padding: 35px 20px;
    }
}

.wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-icon,
.wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items .testimonial-icon,
.wpo-testimonial-section-2 .testimonial-left-side .testimonial-items .testimonial-icon,
.wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-icon {
    padding-bottom: 45px;
}

@media (max-width: 500px) {

    .wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-icon,
    .wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items .testimonial-icon,
    .wpo-testimonial-section-2 .testimonial-left-side .testimonial-items .testimonial-icon,
    .wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-icon {
        padding-bottom: 20px;
    }
}

.wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-icon svg,
.wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items .testimonial-icon svg,
.wpo-testimonial-section-2 .testimonial-left-side .testimonial-items .testimonial-icon svg,
.wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-icon svg {
    width: 64px;
    height: 52px;
}

@media (max-width: 500px) {

    .wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-icon svg,
    .wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items .testimonial-icon svg,
    .wpo-testimonial-section-2 .testimonial-left-side .testimonial-items .testimonial-icon svg,
    .wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-icon svg {
        width: 50px;
        height: 40px;
    }
}

.wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content p,
.wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items .testimonial-content p,
.wpo-testimonial-section-2 .testimonial-left-side .testimonial-items .testimonial-content p,
.wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-content p {
    margin: 0;
    color: #FFF;
    font-size: 35px;
    font-weight: 500;
    line-height: 49px;
    max-width: 611px;
    padding-bottom: 33px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.15);
}

@media (max-width: 1199px) {

    .wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content p,
    .wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items .testimonial-content p,
    .wpo-testimonial-section-2 .testimonial-left-side .testimonial-items .testimonial-content p,
    .wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-content p {
        font-size: 30px;
        line-height: 44px;
        max-width: 420px;
    }
}

@media (max-width: 991px) {

    .wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content p,
    .wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items .testimonial-content p,
    .wpo-testimonial-section-2 .testimonial-left-side .testimonial-items .testimonial-content p,
    .wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-content p {
        max-width: unset;
    }
}

@media (max-width: 767px) {

    .wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content p,
    .wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items .testimonial-content p,
    .wpo-testimonial-section-2 .testimonial-left-side .testimonial-items .testimonial-content p,
    .wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-content p {
        font-size: 25px;
        line-height: 40px;
    }
}

@media (max-width: 500px) {

    .wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content p,
    .wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items .testimonial-content p,
    .wpo-testimonial-section-2 .testimonial-left-side .testimonial-items .testimonial-content p,
    .wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-content p {
        font-size: 19px;
        line-height: 32px;
        padding-bottom: 24px;
    }
}

.wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client,
.wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client,
.wpo-testimonial-section-2 .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client,
.wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}

@media (max-width: 500px) {

    .wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client,
    .wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client,
    .wpo-testimonial-section-2 .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client,
    .wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client {
        display: block;
        padding-top: 30px;
    }
}

.wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client .name,
.wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client .name,
.wpo-testimonial-section-2 .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client .name,
.wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client .name {
    display: flex;
    gap: 5px;
}

.wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client .name h4,
.wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client .name h4,
.wpo-testimonial-section-2 .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client .name h4,
.wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client .name h4 {
    margin: 0;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.66px;
}

@media (max-width: 500px) {

    .wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client .name h4,
    .wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client .name h4,
    .wpo-testimonial-section-2 .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client .name h4,
    .wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client .name h4 {
        font-size: 19px;
        line-height: 28px;
    }
}

.wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client .name span,
.wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client .name span,
.wpo-testimonial-section-2 .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client .name span,
.wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client .name span {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-top: 5px;
}

@media (max-width: 500px) {

    .wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client .name span,
    .wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client .name span,
    .wpo-testimonial-section-2 .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client .name span,
    .wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client .name span {
        font-size: 13px;
    }
}

.wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client .star ul,
.wpo-testimonial-section .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client .star ul,
.wpo-testimonial-section-2 .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client .star ul,
.wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client .star ul {
    display: flex;
    gap: 4px;
}

.wpo-testimonial-section .testimonial-left-side .owl-nav,
.wpo-testimonial-section .testimonial-left-side-s2 .owl-nav,
.wpo-testimonial-section-2 .testimonial-left-side .owl-nav,
.wpo-testimonial-section-2 .testimonial-left-side-s2 .owl-nav {
    display: none;
}

.wpo-testimonial-section .testimonial-left-side .owl-dots,
.wpo-testimonial-section .testimonial-left-side-s2 .owl-dots,
.wpo-testimonial-section-2 .testimonial-left-side .owl-dots,
.wpo-testimonial-section-2 .testimonial-left-side-s2 .owl-dots {
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 992px) {

    .wpo-testimonial-section .testimonial-left-side .owl-dots,
    .wpo-testimonial-section .testimonial-left-side-s2 .owl-dots,
    .wpo-testimonial-section-2 .testimonial-left-side .owl-dots,
    .wpo-testimonial-section-2 .testimonial-left-side-s2 .owl-dots {
        display: none;
    }
}

.wpo-testimonial-section .testimonial-left-side .owl-dots button,
.wpo-testimonial-section .testimonial-left-side-s2 .owl-dots button,
.wpo-testimonial-section-2 .testimonial-left-side .owl-dots button,
.wpo-testimonial-section-2 .testimonial-left-side-s2 .owl-dots button {
    margin: 5px;
    border: 1px solid #9CE071;
    width: 10px;
    height: 14px;
    border-radius: 100px;
}

.wpo-testimonial-section .testimonial-left-side .owl-dots button.active,
.wpo-testimonial-section .testimonial-left-side-s2 .owl-dots button.active,
.wpo-testimonial-section-2 .testimonial-left-side .owl-dots button.active,
.wpo-testimonial-section-2 .testimonial-left-side-s2 .owl-dots button.active {
    background: #9CE071;
}

.wpo-testimonial-section .testimonial-right,
.wpo-testimonial-section-2 .testimonial-right {
    position: relative;
}

@media (max-width: 991px) {

    .wpo-testimonial-section .testimonial-right,
    .wpo-testimonial-section-2 .testimonial-right {
        margin-top: 20px;
    }
}

.wpo-testimonial-section .testimonial-right img,
.wpo-testimonial-section-2 .testimonial-right img {
    border-radius: 25px;
}

@media (max-width: 991px) {

    .wpo-testimonial-section .testimonial-right img,
    .wpo-testimonial-section-2 .testimonial-right img {
        width: 100%;
    }
}

.wpo-testimonial-section .testimonial-right .bottom-logos,
.wpo-testimonial-section-2 .testimonial-right .bottom-logos {
    width: 100%;
    max-width: 430px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 10px 40px;
    z-index: 1;
}

@media (max-width: 1399px) {

    .wpo-testimonial-section .testimonial-right .bottom-logos,
    .wpo-testimonial-section-2 .testimonial-right .bottom-logos {
        max-width: 300px;
        padding: 10px 0px;
    }
}

.wpo-testimonial-section .testimonial-right .bottom-logos .bottom-logo-item,
.wpo-testimonial-section-2 .testimonial-right .bottom-logos .bottom-logo-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7px;
}

.wpo-testimonial-section .testimonial-right .bottom-logos .b-logo,
.wpo-testimonial-section-2 .testimonial-right .bottom-logos .b-logo {
    padding: 0 10px;
}

.wpo-testimonial-section .testimonial-right .left-shape,
.wpo-testimonial-section-2 .testimonial-right .left-shape {
    width: 84px;
    position: absolute;
    left: -79px;
    top: -4px;
    height: 100%;
    z-index: -1;
}

@media (max-width: 1399px) {

    .wpo-testimonial-section .testimonial-right .left-shape,
    .wpo-testimonial-section-2 .testimonial-right .left-shape {
        width: 80px;
        left: -60px;
        top: -4px;
    }
}

.wpo-testimonial-section .testimonial-right .left-shape svg,
.wpo-testimonial-section-2 .testimonial-right .left-shape svg {
    max-width: 94px;
}

@media (max-width: 1399px) {

    .wpo-testimonial-section .testimonial-right .left-shape svg,
    .wpo-testimonial-section-2 .testimonial-right .left-shape svg {
        max-width: 72px;
    }
}

.wpo-testimonial-section .testimonial-right .right-shape,
.wpo-testimonial-section-2 .testimonial-right .right-shape {
    width: 84px;
    position: absolute;
    right: -83px;
    top: -4px;
    height: 100%;
    z-index: -1;
}

@media (max-width: 1399px) {

    .wpo-testimonial-section .testimonial-right .right-shape,
    .wpo-testimonial-section-2 .testimonial-right .right-shape {
        width: 80px;
        right: -72px;
        top: -4px;
    }
}

.wpo-testimonial-section .testimonial-right .right-shape svg,
.wpo-testimonial-section-2 .testimonial-right .right-shape svg {
    max-width: 94px;
}

@media (max-width: 1399px) {

    .wpo-testimonial-section .testimonial-right .right-shape svg,
    .wpo-testimonial-section-2 .testimonial-right .right-shape svg {
        max-width: 72px;
    }
}

/*3.10 wpo-team-section*/
.wpo-team-section,
.wpo-team-section-2 {
    padding-top: 90px;
    padding-bottom: 170px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {

    .wpo-team-section,
    .wpo-team-section-2 {
        padding-top: 70px;
        padding-bottom: 100px;
    }
}

.wpo-team-section .wpo-section-title,
.wpo-team-section-2 .wpo-section-title {
    max-width: 550px;
    margin: 0 auto;
    margin-top: -15px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {

    .wpo-team-section .wpo-section-title,
    .wpo-team-section-2 .wpo-section-title {
        max-width: 400px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {

    .wpo-team-section .wpo-section-title,
    .wpo-team-section-2 .wpo-section-title {
        max-width: 280px;
    }
}

.wpo-team-section .team-wrap,
.wpo-team-section-2 .team-wrap {
    max-width: 1734px;
    margin: 0 auto;
}

@media (max-width: 991px) {

    .wpo-team-section .team-wrap .team-card,
    .wpo-team-section-2 .team-wrap .team-card {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {

    .wpo-team-section .team-wrap .team-card,
    .wpo-team-section-2 .team-wrap .team-card {
        margin-bottom: 25px;
    }
}

.wpo-team-section .team-wrap .team-card .image,
.wpo-team-section-2 .team-wrap .team-card .image {
    position: relative;
    overflow: hidden;
    transform: scale(1);
    border-radius: 27px;
}

.wpo-team-section .team-wrap .team-card .image img,
.wpo-team-section-2 .team-wrap .team-card .image img {
    width: 100%;
    transition: all ease-in-out 0.4s;
}

.wpo-team-section .team-wrap .team-card .image ul,
.wpo-team-section-2 .team-wrap .team-card .image ul {
    list-style: none;
    background: #fff;
    position: absolute;
    left: -20px;
    bottom: 0;
    padding: 0 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.wpo-team-section .team-wrap .team-card .image ul li,
.wpo-team-section-2 .team-wrap .team-card .image ul li {
    display: inline-block;
}

.wpo-team-section .team-wrap .team-card .image ul li a,
.wpo-team-section-2 .team-wrap .team-card .image ul li a {
    color: #5E5F63;
    text-align: center;
    font-size: 16px;
    padding: 13px 10px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.wpo-team-section .team-wrap .team-card .image ul li a:hover,
.wpo-team-section-2 .team-wrap .team-card .image ul li a:hover {
    color: #9CE071;
}

.wpo-team-section .team-wrap .team-card .text,
.wpo-team-section-2 .team-wrap .team-card .text {
    text-align: center;
    margin-top: 20px;
    border-radius: 20px;
    background: #FFF;
    padding: 35px 70px;
}

@media (max-width: 1690px) {

    .wpo-team-section .team-wrap .team-card .text,
    .wpo-team-section-2 .team-wrap .team-card .text {
        padding: 30px 20px;
    }
}

@media (max-width: 1399px) {

    .wpo-team-section .team-wrap .team-card .text,
    .wpo-team-section-2 .team-wrap .team-card .text {
        padding: 25px 15px;
    }
}

@media (max-width: 1199px) {

    .wpo-team-section .team-wrap .team-card .text,
    .wpo-team-section-2 .team-wrap .team-card .text {
        padding: 16px 10px;
    }
}

@media (max-width: 991px) {

    .wpo-team-section .team-wrap .team-card .text,
    .wpo-team-section-2 .team-wrap .team-card .text {
        background: #abeb80;
    }
}

.wpo-team-section .team-wrap .team-card .text h2,
.wpo-team-section-2 .team-wrap .team-card .text h2 {
    margin: 0;
    margin-bottom: 8px;
}

@media (max-width: 1199px) {

    .wpo-team-section .team-wrap .team-card .text h2,
    .wpo-team-section-2 .team-wrap .team-card .text h2 {
        margin-bottom: 4px;
    }
}

.wpo-team-section .team-wrap .team-card .text h2 a,
.wpo-team-section-2 .team-wrap .team-card .text h2 a {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    padding-bottom: 3px;
    transition: all ease-in-out 0.4s;
}

@media (max-width: 1399px) {

    .wpo-team-section .team-wrap .team-card .text h2 a,
    .wpo-team-section-2 .team-wrap .team-card .text h2 a {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {

    .wpo-team-section .team-wrap .team-card .text h2 a,
    .wpo-team-section-2 .team-wrap .team-card .text h2 a {
        font-size: 23px;
        margin-bottom: 4px;
    }
}

.wpo-team-section .team-wrap .team-card .text h2 a:hover,
.wpo-team-section-2 .team-wrap .team-card .text h2 a:hover {
    color: #3CA200;
}

.wpo-team-section .team-wrap .team-card .text span,
.wpo-team-section-2 .team-wrap .team-card .text span {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}

@media (max-width: 1399px) {

    .wpo-team-section .team-wrap .team-card .text span,
    .wpo-team-section-2 .team-wrap .team-card .text span {
        font-size: 17px;
    }
}

@media (max-width: 1199px) {

    .wpo-team-section .team-wrap .team-card .text span,
    .wpo-team-section-2 .team-wrap .team-card .text span {
        font-size: 14px;
    }
}

.wpo-team-section .team-wrap .team-card:hover .image img,
.wpo-team-section-2 .team-wrap .team-card:hover .image img {
    transform: scale(1.1);
}

.wpo-team-section .team-wrap .team-card:hover .image ul,
.wpo-team-section-2 .team-wrap .team-card:hover .image ul {
    left: 0px;
    opacity: 1;
    visibility: visible;
}

.wpo-team-section .bottom-shape,
.wpo-team-section-2 .bottom-shape {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.wpo-team-section .team-btn,
.wpo-team-section-2 .team-btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 500px) {

    .wpo-team-section .team-btn,
    .wpo-team-section-2 .team-btn {
        max-width: 300px;
        width: 100%;
        text-align: center;
    }
}

.wpo-team-section .team-btn .theme-btn-s4,
.wpo-team-section-2 .team-btn .theme-btn-s4 {
    padding: 23px 57px;
    color: #092D3C;
    padding-right: 72px;
}

@media (max-width: 767px) {

    .wpo-team-section .team-btn .theme-btn-s4,
    .wpo-team-section-2 .team-btn .theme-btn-s4 {
        padding: 23px 50px;
        padding-right: 65px;
    }
}

@media (max-width: 575px) {

    .wpo-team-section .team-btn .theme-btn-s4,
    .wpo-team-section-2 .team-btn .theme-btn-s4 {
        padding: 23px 50px;
        padding-right: 56px;
    }
}

.wpo-team-section .team-btn .theme-btn-s4::before,
.wpo-team-section-2 .team-btn .theme-btn-s4::before {
    color: #092D3C;
}

@media (max-width: 767px) {

    .wpo-team-section .team-btn .theme-btn-s4::before,
    .wpo-team-section-2 .team-btn .theme-btn-s4::before {
        right: 45px;
    }
}

@media (max-width: 575px) {

    .wpo-team-section .team-btn .theme-btn-s4::before,
    .wpo-team-section-2 .team-btn .theme-btn-s4::before {
        right: 35px;
    }
}

@media (max-width: 767px) {

    .wpo-team-section .team-btn .theme-btn-s4:hover::before,
    .wpo-team-section-2 .team-btn .theme-btn-s4:hover::before {
        right: 40px;
    }
}

@media (max-width: 575px) {

    .wpo-team-section .team-btn .theme-btn-s4:hover::before,
    .wpo-team-section-2 .team-btn .theme-btn-s4:hover::before {
        right: 30px;
    }
}

/*3.11 wpo-faq-section*/
.wpo-faq-section {
    padding-top: 145px;
    padding-bottom: 50px;
}

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

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

.wpo-faq-section .wpo-section-title-s2 {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .wpo-faq-section .wpo-section-title-s2 h2 {
        font-size: 29px;
        line-height: 33px;
    }
}

@media (max-width: 991px) {
    .wpo-faq-section .wpo-faq-items {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .wpo-faq-section .wpo-faq-box {
        text-align: center;
    }
}

.wpo-faq-section .wpo-faq-box .theme-btn-s4::after {
    background-color: rgb(123.8965317919, 213.9473988439, 66.9526011561);
}

.wpo-faq-section .accordion-item {
    border: 0;
    border-radius: 17px;
    border: 1px solid #A4F571;
    background: rgba(231, 245, 223, 0.46);
    padding: 5px 22px;
    margin-bottom: 23px;
}

.wpo-faq-section .accordion-item:last-child {
    margin-bottom: 0;
}

.wpo-faq-section .accordion-item .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991px) {
    .wpo-faq-section .accordion-item .accordion-body {
        padding-top: 0;
    }
}

.wpo-faq-section .accordion-item .accordion-body p {
    margin-bottom: 0;
    color: #6B7280;
}

.wpo-faq-section .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.wpo-faq-section .accordion-item button {
    padding: 20px;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    color: #0E152B;
    font-family: "Cabinet Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

@media (max-width: 1399px) {
    .wpo-faq-section .accordion-item button {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .wpo-faq-section .accordion-item button {
        font-size: 17px;
        padding: 12px 0;
    }
}

.wpo-faq-section .accordion-item button::after {
    background: none;
    font-family: "Font Awesome 6 Free" !important;
    content: "\2b";
    font-weight: 900;
    font-size: 15px;
    transform: rotate(0deg);
    color: #6B7280;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #C0C2C8;
    border-radius: 50%;
}

.wpo-faq-section .accordion-item button.collapsed {
    color: #373b3e;
}

.wpo-faq-section .accordion-item button.collapsed::after {
    font-family: "Font Awesome 6 Free";
    content: "\2b";
    font-weight: 900;
}

.wpo-faq-section .accordion-item button:focus {
    box-shadow: none;
    outline: none;
    border-color: #F5F3F3;
}

.wpo-faq-section .accordion-item .accordion-collapse {
    border: 0;
}

.wpo-faq-section .accordion-button {
    background: transparent;
}

/*3.12 wpo-booking-section*/
.wpo-booking-section .cta-image,
.wpo-booking-section-2 .cta-image {
    position: relative;
    z-index: 11;
}

.wpo-booking-section .cta-image::before,
.wpo-booking-section-2 .cta-image::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #FFF 3.11%, rgba(255, 255, 255, 0.86) 21.84%, rgba(255, 255, 255, 0) 38.41%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media (max-width: 767px) {

    .wpo-booking-section .cta-image::before,
    .wpo-booking-section-2 .cta-image::before {
        display: none;
    }
}

.wpo-booking-section .wpo-contact-form-area,
.wpo-booking-section-2 .wpo-contact-form-area {
    position: relative;
    padding: 75px 70px;
    max-width: 1100px;
    margin: 0 auto;
    background: #F1F4EF;
    z-index: 111;
    border-radius: 20px;
}

@media (max-width: 1399px) {

    .wpo-booking-section .wpo-contact-form-area,
    .wpo-booking-section-2 .wpo-contact-form-area {
        padding: 55px 30px;
    }
}


@media (max-width: 767px) {

    .wpo-booking-section .wpo-contact-form-area,
    .wpo-booking-section-2 .wpo-contact-form-area {
        margin-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {

    .wpo-booking-section .wpo-contact-form-area,
    .wpo-booking-section-2 .wpo-contact-form-area {
        padding: 55px 15px 30px;
    }
}

.wpo-booking-section .wpo-contact-form-area .wpo-section-title,
.wpo-booking-section-2 .wpo-contact-form-area .wpo-section-title {
    max-width: 840px;
    margin: 0 auto;
    margin-top: -15px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {

    .wpo-booking-section .wpo-contact-form-area .wpo-section-title,
    .wpo-booking-section-2 .wpo-contact-form-area .wpo-section-title {
        margin-bottom: 30px;
    }
}

.wpo-booking-section .wpo-contact-form-area .wpo-section-title span,
.wpo-booking-section-2 .wpo-contact-form-area .wpo-section-title span {
    color: #000;
    letter-spacing: -0.22px;
}

.wpo-booking-section .wpo-contact-form-area .wpo-section-title span i,
.wpo-booking-section-2 .wpo-contact-form-area .wpo-section-title span i {
    padding-right: 10px;
    position: relative;
    top: -4px;
}

.wpo-booking-section .wpo-contact-form-area .wpo-section-title h2,
.wpo-booking-section-2 .wpo-contact-form-area .wpo-section-title h2 {
    color: #0E152B;
    font-size: 55px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -1.1px;
}

@media (max-width: 991px) {

    .wpo-booking-section .wpo-contact-form-area .wpo-section-title h2,
    .wpo-booking-section-2 .wpo-contact-form-area .wpo-section-title h2 {
        font-size: 43px;
        line-height: 48px;
    }
}

@media (max-width: 575px) {

    .wpo-booking-section .wpo-contact-form-area .wpo-section-title h2,
    .wpo-booking-section-2 .wpo-contact-form-area .wpo-section-title h2 {
        font-size: 34px;
        line-height: 40px;
    }
}

@media (max-width: 375px) {

    .wpo-booking-section .wpo-contact-form-area .wpo-section-title h2,
    .wpo-booking-section-2 .wpo-contact-form-area .wpo-section-title h2 {
        font-size: 31px;
        line-height: 35px;
    }
}

.wpo-booking-section .wpo-contact-form-area .col,
.wpo-booking-section-2 .wpo-contact-form-area .col {
    padding: 0 7px;
}

.wpo-booking-section .wpo-contact-form-area .form-control,
.wpo-booking-section-2 .wpo-contact-form-area .form-control {
    width: 100%;
    height: 64px;
    margin-bottom: 16px;
    border: 0;
    border: none;
    border-radius: 9px;
    background: #FAFBFA;
    color: #0E152B;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
}

.wpo-booking-section .wpo-contact-form-area .form-control:focus,
.wpo-booking-section-2 .wpo-contact-form-area .form-control:focus {
    outline: none;
    box-shadow: none;
}

.wpo-booking-section .wpo-contact-form-area .theme-btn-s2,
.wpo-booking-section-2 .wpo-contact-form-area .theme-btn-s2 {
    width: 100%;
    padding: 20px 50px;
    margin-top: 24px;
    color: #000;
    border-radius: 11px;
    background: #A4F571;
    box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.12) inset;
}

@media (max-width: 991px) {

    .wpo-booking-section .wpo-contact-form-area .theme-btn-s2,
    .wpo-booking-section-2 .wpo-contact-form-area .theme-btn-s2 {
        margin-top: 20px;
    }
}

.wpo-booking-section .wpo-contact-form-area .theme-btn-s2:before,
.wpo-booking-section-2 .wpo-contact-form-area .theme-btn-s2:before {
    display: none;
}

.wpo-booking-section .wpo-contact-form-area .theme-btn-s2 .rolling-text .text-line,
.wpo-booking-section-2 .wpo-contact-form-area .theme-btn-s2 .rolling-text .text-line {
    line-height: 16px;
}

.wpo-booking-section .wpo-contact-form-area .form-control::-moz-placeholder,
.wpo-booking-section-2 .wpo-contact-form-area .form-control::-moz-placeholder {
    color: #0E152B;
}

.wpo-booking-section .wpo-contact-form-area .form-control::placeholder,
.wpo-booking-section-2 .wpo-contact-form-area .form-control::placeholder {
    color: #0E152B;
}

.wpo-booking-section .wpo-contact-form-area select.form-control,
.wpo-booking-section-2 .wpo-contact-form-area select.form-control {
    color: #0E152B;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: #fff  no-repeat calc(100% - 15px) center;
    position: relative;
}

.wpo-booking-section .wpo-contact-form-area .contact-validation-active label.error,
.wpo-booking-section-2 .wpo-contact-form-area .contact-validation-active label.error {
    margin-top: -8px;
    margin-bottom: 20px;
}

/*3.13 blog-section*/
.blog-section {
    padding: 120px 0;
    padding-top: 0px;
}

@media (max-width: 991px) {
    .blog-section {
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .blog-section {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

.blog-section .wpo-section-title {
    max-width: 515px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: -15px;
}

@media (max-width: 1199px) {
    .blog-section .wpo-section-title {
        max-width: 410px;
    }
}

@media (max-width: 1199px) {
    .blog-section .wpo-section-title {
        max-width: 360px;
        margin-bottom: 30px;
    }
}

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

.blog-section .blog-card {
    display: block;
    padding: 0;
    background: transparent;
    border: 1px solid #9ccb56;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .blog-section .blog-card {
        margin-bottom: 30px;
    }
}

.blog-section .blog-card .image {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.blog-section .blog-card .image img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 500ms ease;
}

.blog-section .blog-card .image img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
    transition: all 0.4s ease-in-out;
}

.blog-section .blog-card .content {
    padding: 0;
    padding-top: 15px;
}

.blog-section .blog-card .content .text {
    padding-left: 20px;
}

@media (max-width: 991px) {
    .blog-section .blog-card .content .text {
        padding-left: 10px;
    }
}

.blog-section .blog-card .content .text span {
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding-bottom: 5px;
    letter-spacing: -0.32px;
}

.blog-section .blog-card .content .text span a {
    color: #42C652;
    text-transform: capitalize;
}

.blog-section .blog-card .content .text h3 {
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
}

@media (max-width: 575px) {
    .blog-section .blog-card .content .text h3 {
        padding-bottom: 10px;
        text-align: center;
    }
}

.blog-section .blog-card .content .text h3 a {
    color: #0E152B;
    font-size: 23px;
    color: #092D3C;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.66px;
    transition: all ease-in-out 0.4s;
}

@media (max-width: 1199px) {
    .blog-section .blog-card .content .text h3 a {
        font-size: 22px;
        line-height: 26px;
    }
}

.blog-section .blog-card .content .text h3 a:hover {
    color: #3CA200;
}

.blog-section .blog-card .content .blg-bottom {
    border-top: 1px solid rgba(0, 23, 38, 0.1);
    padding-top: 20px;
}

@media (max-width: 575px) {
    .blog-section .blog-card .content .blg-bottom {
        padding-top: 10px;
    }
}

.blog-section .blog-card .content .blg-bottom ul {
    display: flex;
    gap: 45px;
    margin-left: 20px;
}

@media (max-width: 1199px) {
    .blog-section .blog-card .content .blg-bottom ul {
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .blog-section .blog-card .content .blg-bottom ul {
        margin-left: 10px;
    }
}

.blog-section .blog-card .content .blg-bottom ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    position: relative;
    color: #6B7280;
}

.blog-section .blog-card .content .blg-bottom ul li i {
    color: #6B7280;
    font-size: 14px;
    margin-right: 10px;
}

.blog-section .blog-card .content .blg-bottom ul li a {
    color: #6B7280;
    transition: all ease-in-out 0.4s;
}

.blog-section .blog-card .content .blg-bottom ul li a:hover {
    color: #3CA200;
}

.blog-section .blog-card .content .blg-bottom ul li::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 23, 38, 0.1);
    top: 50%;
    left: -25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.blog-section .blog-card .content .blg-bottom ul li:nth-child(1)::before {
    display: none;
}

.blog-section .blog-card:hover .image img:first-child {
    transform: translateX(0) scaleX(1);
    opacity: 1;
    filter: blur(0);
}

.blog-section .blog-card:hover .image img:nth-child(2) {
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}

/*3.13 marquee-section*/
.marquee-section {
    overflow: hidden;
}

.marquee-section .marquee_container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #9CE071;
    padding: 0.5rem 0;
}

.marquee-section .marquee {
    display: inline-block;
    animation: marquee 30s linear infinite;
}

@media (max-width: 1610px) {
    .marquee-section .marquee {
        padding-left: 70px;
    }
}

@keyframes marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes marquee-s2 {
    from {
        transform: translate3d(-100%, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.marquee-section h2 {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
    color: #000;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 65px;
    text-transform: uppercase;
}

@media (max-width: 1399px) {
    .marquee-section h2 {
        margin-right: 20px;
    }
}

@media (max-width: 575px) {
    .marquee-section h2 {
        font-size: 18px;
        line-height: 45px;
    }
}

.marquee-section h2 img {
    line-height: 50px;
    padding-right: 25px;
}

@media (max-width: 1399px) {
    .marquee-section h2 img {
        padding-right: 20px;
    }
}

/*--------------------------------------------------------------
15. blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section .blog-content .post {
    margin-bottom: 70px;
}

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

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

.blog-pg-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0;
}

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

.blog-pg-section .entry-meta ul {
    list-style: none;
}

.blog-pg-section .entry-meta ul li {
    font-weight: 500;
    font-size: 14px;
    float: left;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

.blog-pg-section .entry-meta ul li a {
    color: #676A7D;
}

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

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

.blog-pg-section .entry-meta ul li i:before {
    font-size: 16px;
    line-height: 15px;
    color: #9CE071;
}

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

.blog-pg-section .entry-meta ul li+li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #676A7D;
    width: 9px;
    height: 1px;
}

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

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

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

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

.blog-pg-section .post h3 {
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 700;
    margin: -0.27em 0 0.7em;
    font-family: "Cabinet Grotesk";
}

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

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

.blog-pg-section .post h3 a {
    color: #0E152B;
}

.blog-pg-section .post h3 a:hover {
    color: #9CE071;
}

.blog-pg-section .post p {
    margin-bottom: 2em;
    color: #5E5F63;
}

@media (max-width: 991px) {
    .blog-pg-section .post p {
        font-size: 16px;
    }
}

.blog-pg-section .post a.read-more {
    text-align: center;
    position: relative;
    padding-right: 50px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    color: #132047;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 2.52px;
    text-transform: uppercase;
}

.blog-pg-section .post a.read-more::before {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-family: flaticon_plumbor;
    content: "\f137";
    color: #04010C;
    font-size: 30px;
    transition: all 0.3s ease-in-out;
}

.blog-pg-section .post a.read-more::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
    border: 1px solid #BDC2C6;
    width: 25px;
    height: 25px;
    transition: all 0.3s ease-in-out;
}

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

.blog-pg-section .post a.read-more:hover::before {
    color: #9CE071;
    right: 2px;
}

.blog-pg-section .post a.read-more:hover::after {
    border: 1px solid #9CE071;
}

.blog-pg-section .entry-media {
    position: relative;
}

.blog-pg-section .entry-media span {
    position: absolute;
    left: 16px;
    top: 16px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    background: #9CE071;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 20px;
}

@media (max-width: 767px) {
    .blog-pg-section .entry-media span {
        font-size: 16px;
        line-height: 24px;
    }
}

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

@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 .blog-content {
        padding: 0;
    }
}

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

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

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

/*--------------------------------------------------------------
16. blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
    /*** tag-share ***/
    /*** comments area ***/
    /*** comment-respond ***/
}

.blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0;
}

@media (max-width: 767px) {
    .blog-single-section .entry-meta {
        margin: 25px 0;
    }
}

.blog-single-section .entry-meta ul {
    list-style: none;
}

.blog-single-section .entry-meta ul li {
    font-weight: 500;
    font-size: 14px;
    float: left;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

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

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

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

.blog-single-section .entry-meta ul li i:before {
    font-size: 16px;
    line-height: 15px;
    color: #9CE071;
}

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

.blog-single-section .entry-meta ul li+li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #676A7D;
    width: 9px;
    height: 1px;
}

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

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

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

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

.blog-single-section .post h3 {
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 700;
    margin: -0.27em 0 0.7em;
    font-family: "Cabinet Grotesk";
}

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

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

.blog-single-section .post h3 {
    color: #0E152B;
}

.blog-single-section .post p {
    margin-bottom: 2em;
    color: #838383;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

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

.blog-single-section .entry-media {
    position: relative;
}

.blog-single-section .entry-media span {
    position: absolute;
    left: 16px;
    top: 16px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    background: #1A3C03;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 20px;
}

@media (max-width: 767px) {
    .blog-single-section .entry-media span {
        font-size: 16px;
        line-height: 24px;
    }
}

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

.blog-single-section blockquote {
    background-color: #F4F6F8;
    padding: 40px 34px;
    margin-top: 60px;
    margin-bottom: 40px;
    border: 0;
    position: relative;
    color: #16171A;
    font-family: "Cabinet Grotesk";
    font-size: 24px;
    font-weight: 700;
    line-height: 43px;
}

@media (max-width: 767px) {
    .blog-single-section blockquote {
        padding: 35px 25px;
        font-size: 18px;
        line-height: 30px;
    }
}

.blog-single-section blockquote:before {
    font-family: flaticon_plumbor;
    content: "\f12a";
    font-size: 35px;
    color: #9CE071;
    position: absolute;
    right: 40px;
    bottom: 30px;
}

.blog-single-section blockquote span {
    color: #16171A;
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: relative;
    padding-left: 30px;
}

.blog-single-section blockquote span::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 17px;
    height: 2px;
    content: "";
    background: #191515;
    transform: translateY(-50%);
}

.blog-single-section .post-team-content {
    margin-bottom: 60px;
}

.blog-single-section .post-team-content h3 {
    color: #16171A;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
}

.blog-single-section .post-team-content ul li {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 24px;
    color: #445658;
}

.blog-single-section .post-team-content ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .blog-single-section .post-team-content ul li:last-child {
        margin-bottom: 24px;
    }
}

.blog-single-section .post-team-content ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 28px;
    background: #FFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    content: "\f128";
    font-family: flaticon_plumbor;
    text-align: center;
}

.blog-single-section .post-team-content ul li:hover::before {
    background: #9CE071;
    color: #fff;
}

.blog-single-section .post-team-content img {
    width: 100%;
}

.blog-single-section .im-1 {
    margin-bottom: 30px;
}

.blog-single-section p {
    color: #838383;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.blog-single-section .tag-share-wrap {
    margin-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #F6F6F6;
}

@media (max-width: 991px) {
    .blog-single-section .tag-share-wrap {
        margin-top: 30px;
    }
}

.blog-single-section .tag-share,
.blog-single-section .tag-share-s2 {
    color: #0E152B;
}

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

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

@media (max-width: 767px) {

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

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

@media (max-width: 767px) {

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

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

.blog-single-section .tag-share .tag>span,
.blog-single-section .tag-share-s2 .tag>span {
    font-family: "Cabinet Grotesk";
    display: inline-block;
    padding-right: 15px;
    text-transform: capitalize;
    color: #121416;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

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

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

.blog-single-section .tag-share .tag a,
.blog-single-section .tag-share-s2 .tag a {
    display: inline-block;
    padding: 2px 15px;
    text-transform: uppercase;
    color: #838383;
    text-align: center;
    font-family: "Cabinet Grotesk";
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    border: 1px solid #F6F3EE;
    background: #FFF;
}

@media (max-width: 767px) {

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

.blog-single-section .tag-share .tag a:hover,
.blog-single-section .tag-share-s2 .tag a:hover {
    color: #fff;
    background: #9CE071;
}

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

.blog-single-section .tag-share-s2 .tag {
    justify-content: end;
}

@media (max-width: 991px) {
    .blog-single-section .tag-share-s2 .tag {
        margin-top: 20px;
        justify-content: left;
    }
}

.blog-single-section .tag-share-s2 .tag a {
    padding: 0;
    background: #F2F6F7;
    color: #020626;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 400;
}

.blog-single-section .item-img img {
    width: 100%;
}

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

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

.blog-single-section .comments-area .comment-wrapper {
    position: relative;
}

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

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

@media (max-width: 991px) {
    .blog-single-section .comments-area ol ul {
        padding-left: 40px;
    }
}

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

.blog-single-section .comments-area .comments-title {
    margin-bottom: 40px;
    text-transform: capitalize;
    color: #16171A;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
}

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

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

.blog-single-section .comments-area .comment-theme {
    position: absolute;
}

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

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

.blog-single-section .comments-area .comment-main-area {
    margin-bottom: 40px;
}

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

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

.blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 20px;
    color: #838383;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
}

.blog-single-section .comments-area .comments-meta h4 {
    font-size: 20px;
    color: #0E152B;
    color: #16171A;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.blog-single-section .comments-area .comments-meta h4 span {
    font-size: 15px;
    color: #6B7280;
    font-weight: normal;
    text-transform: none;
    display: block;
    font-family: "Satoshi";
}

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

.blog-single-section .comments-area .comment-reply-link {
    color: #121416;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    position: absolute;
    right: 20px;
    top: 0;
}

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

.blog-single-section .comment-respond {
    background: #F8F8F9;
    padding: 60px 40px 80px;
    margin-top: 60px;
}

@media (max-width: 575px) {
    .blog-single-section .comment-respond {
        padding: 40px 20px 40px;
    }
}

.blog-single-section .comment-respond .comment-reply-title {
    font-size: 22px;
    text-transform: capitalize;
    color: #16171A;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}

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

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
    background-color: #fff;
    width: 100%;
    height: 65px;
    padding: 6px 15px;
    margin-bottom: 33px;
    outline: 0;
    transition: all 0.3s;
    border: 1px solid #E5E5E5;
    background: #FFF;
    box-shadow: 0px 15px 10px 0px rgba(242, 242, 242, 0.18);
}

@media (max-width: 575px) {

    .blog-single-section .comment-respond form input,
    .blog-single-section .comment-respond form textarea {
        margin-bottom: 25px;
    }
}

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

@media (max-width: 991px) {

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

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

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

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

.blog-single-section .comment-respond .form-inputs>div {
    width: 50%;
    float: left;
    padding: 0 9px;
    position: relative;
}

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

.blog-single-section .comment-respond .form-textarea {
    padding: 0 9px;
    position: relative;
}

.blog-single-section .comment-respond .form-submit input {
    max-width: 240px;
    border: 0;
    outline: 0;
    background: #9CE071;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond .form-submit input {
        height: 50px;
    }
}

.blog-single-section .comment-respond .form-submit input:hover {
    background-color: #3CA200;
    color: #fff;
}

.blog-single-section .comment-respond .terms {
    margin-bottom: 40px;
    margin-left: 9px;
}

.blog-single-section .comment-respond .terms .checkbox {
    width: 20px;
    height: 0;
    padding: 0;
    margin: 0;
}

.blog-single-section .comment-respond .terms input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

.blog-single-section .comment-respond .terms input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: -14px;
    width: 17px;
    height: 17px;
    transition: all 0.2s linear;
    border: 1px solid #949392;
}

.blog-single-section .comment-respond .terms input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: -14px;
    width: 17px;
    height: 17px;
    transition: all 0.2s linear;
    border: 1px solid #949392;
}

.blog-single-section .comment-respond .terms input[type=checkbox]:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: solid #fff;
    border-width: 0 0px 0px 0;
    transform: rotate(180deg);
    position: absolute;
    top: -11px;
    left: 3px;
    transition: all 0.2s linear;
}

.blog-single-section .comment-respond .terms input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    border: solid #1A3C03;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: -11px;
    left: 3px;
}

.blog-single-section .comment-respond .terms label {
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #838383;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width: 1399px) {
    .blog-single-section .comment-respond .terms label {
        margin-left: 5px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .comment-respond .terms label {
        margin-left: 25px;
        position: relative;
        margin-top: -25px;
    }
}

.blog-single-section .error-message {
    color: red;
    font-size: 0.9em;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 9px;
}

.blog-single-section #loading {
    margin-top: 10px;
    color: blue;
    font-weight: bold;
}

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

/*======================================
5. Home-style-2
 =======================================*/
/*5.1 wpo-about-section-2*/
.wpo-about-section-2,
.wpo-about-section-3 {
    padding: 120px 0;
    padding-bottom: 80px;
}

@media (max-width: 991px) {

    .wpo-about-section-2,
    .wpo-about-section-3 {
        padding: 90px 0;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {

    .wpo-about-section-2,
    .wpo-about-section-3 {
        padding: 70px 0;
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {

    .wpo-about-section-2,
    .wpo-about-section-3 {
        padding: 50px 0;
        padding-bottom: 60px;
    }
}

.wpo-about-section-2 .about-title,
.wpo-about-section-3 .about-title {
    max-width: unset;
    margin-bottom: 65px;
}

@media (max-width: 991px) {

    .wpo-about-section-2 .about-title,
    .wpo-about-section-3 .about-title {
        margin-bottom: 35px;
    }
}

@media (max-width: 425px) {

    .wpo-about-section-2 .about-title,
    .wpo-about-section-3 .about-title {
        margin-bottom: 20px;
    }
}

.wpo-about-section-2 .about-title h2,
.wpo-about-section-3 .about-title h2 {
    margin: 0;
    color: #0E152B;
    font-size: 70px;
    font-weight: 500;
    line-height: 80px;
}

@media (max-width: 1199px) {

    .wpo-about-section-2 .about-title h2,
    .wpo-about-section-3 .about-title h2 {
        font-size: 60px;
        line-height: 65px;
    }
}

@media (max-width: 991px) {

    .wpo-about-section-2 .about-title h2,
    .wpo-about-section-3 .about-title h2 {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 767px) {

    .wpo-about-section-2 .about-title h2,
    .wpo-about-section-3 .about-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {

    .wpo-about-section-2 .about-title h2,
    .wpo-about-section-3 .about-title h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width: 425px) {

    .wpo-about-section-2 .about-title h2,
    .wpo-about-section-3 .about-title h2 {
        font-size: 25px;
        line-height: 32px;
    }
}

.wpo-about-section-2 .about-title h2 span,
.wpo-about-section-3 .about-title h2 span {
    font-weight: 700;
}

.wpo-about-section-2 .about-image,
.wpo-about-section-3 .about-image {
    display: flex;
    align-items: center;
}

.wpo-about-section-2 .about-image .about-image-style-2,
.wpo-about-section-3 .about-image .about-image-style-2 {
    position: relative;
    width: 100%;
}

.wpo-about-section-2 .about-image .about-image-style-2 img,
.wpo-about-section-3 .about-image .about-image-style-2 img {
    border-radius: 20px;
}

.wpo-about-section-2 .about-image .about-image-style-2 .video-btn,
.wpo-about-section-3 .about-image .about-image-style-2 .video-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-radius: 100px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.3);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 575px) {

    .wpo-about-section-2 .about-image .about-image-style-2 .video-btn,
    .wpo-about-section-3 .about-image .about-image-style-2 .video-btn {
        width: 70px;
        height: 70px;
    }
}

.wpo-about-section-2 .about-image .about-image-style-2 .video-btn svg,
.wpo-about-section-3 .about-image .about-image-style-2 .video-btn svg {
    width: 35px;
    height: 35px;
}

@media (max-width: 575px) {

    .wpo-about-section-2 .about-image .about-image-style-2 .video-btn svg,
    .wpo-about-section-3 .about-image .about-image-style-2 .video-btn svg {
        width: 28px;
        height: 28px;
    }
}

.wpo-about-section-2 .about-content,
.wpo-about-section-3 .about-content {
    border-top: none;
    padding-top: 45px;
}

@media (max-width: 991px) {

    .wpo-about-section-2 .about-content,
    .wpo-about-section-3 .about-content {
        padding-top: 0;
    }
}

/*5.2 wpo-service-section-2*/
.wpo-service-section-2 {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 40px 0;
}

@media (max-width: 1199px) {
    .wpo-service-section-2 {
        padding: 20px 0;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .wpo-service-section-2 {
        padding: 40px 0;
        padding-bottom: 20px;
    }
}

/*5.3 wpo-transforming-section-2*/
.transforming-section-2 .transforming-wrap {
    max-width: 1295px;
    margin: 0 auto;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-left-side {
    position: relative;
    z-index: 1;
    background: #D9D9D9;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-left-side .after,
.transforming-section-2 .transforming-wrap .wpo-transforming-left-side .before {
    position: absolute;
    left: 17px;
    top: 17px;
    border-radius: 6px;
    background: #fff;
    padding: 5px 25px;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
    color: #000;
    z-index: 1;
}

@media (max-width: 575px) {

    .transforming-section-2 .transforming-wrap .wpo-transforming-left-side .after,
    .transforming-section-2 .transforming-wrap .wpo-transforming-left-side .before {
        padding: 5px 15px;
        font-size: 18px;
        left: 8px;
        top: 8px;
    }
}

.transforming-section-2 .transforming-wrap .wpo-transforming-left-side .before {
    background: #3CA200;
    left: auto;
    right: 17px;
    color: #fff;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-left-img {
    position: relative;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-left-img img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-left-img .slider-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-left-img .transforming-image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
}

.transforming-section-2 .transforming-wrap .wpo-transforming-left-img .slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-left-img .slider:focus-visible.transforming-slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-left-img .transforming-slider-line {
    position: absolute;
    inset: 0;
    width: 0.2rem;
    height: 100%;
    background-color: #fff;
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-left-img .transforming-slider-button {
    position: absolute;
    background-color: #fff;
    color: #000;
    width: 86.729px;
    height: 86.729px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    font-family: "Cabinet Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-left-img .transforming-slider-button {
        width: 56.729px;
        height: 56.729px;
        font-size: 16px;
    }
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side {
    padding-left: 30px;
    padding-top: 90px;
}

@media (max-width: 1399px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side {
        padding-left: 15px;
        padding-top: 45px;
    }
}

@media (max-width: 1199px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side {
        padding-left: 0;
        padding-top: 10px;
    }
}

@media (max-width: 991px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side {
        padding-left: 0;
        padding-top: 0;
        margin-top: 60px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side {
        margin-top: 45px;
    }
}

@media (max-width: 1199px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .wpo-section-title-s2 {
        margin-bottom: 30px;
    }
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side .wpo-section-title-s2 h2 {
    font-size: 54px;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: -1.1px;
}

@media (max-width: 1399px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .wpo-section-title-s2 h2 {
        font-size: 48px;
        line-height: 53px;
    }
}

@media (max-width: 1199px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .wpo-section-title-s2 h2 {
        font-size: 42px;
        line-height: 50px;
    }
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side .wpo-section-title-s2 p {
    max-width: 466px;
}

@media (max-width: 991px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .wpo-section-title-s2 p {
        margin: 0 auto;
    }
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side ul {
    margin-bottom: 55px;
}

@media (max-width: 1199px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side ul {
        margin-bottom: 40px;
    }
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side ul li+li {
    margin-top: 17px;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side ul li span {
    border-radius: 20.5px;
    background: #FFF;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.02);
    display: inline-block;
    font-size: 16px;
    font-family: "Cabinet Grotesk";
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    padding: 7px 25px;
    padding-left: 49px;
    position: relative;
}

@media (max-width: 575px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side ul li span {
        font-size: 14px;
    }
}

@media (max-width: 450px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side ul li span {
        font-size: 13px;
    }
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side ul li span:before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 29px;
    content: "\e64c";
    background: #F6F7F9;
    font-family: "themify";
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.3s;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side ul li:hover span:before,
.transforming-section-2 .transforming-wrap .wpo-transforming-right-side ul li.active span:before {
    background: #3CA200;
    color: #fff;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns {
    display: flex;
    align-items: center;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s2 {
    background-color: #42C652;
    border-radius: 11px;
    box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.12) inset;
}

@media (max-width: 1199px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s2 {
        padding: 18px 50px;
    }
}

@media (max-width: 767px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s2 {
        padding: 14px 30px;
        padding-right: 50px;
    }
}

@media (max-width: 375px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s2 {
        font-size: 13px;
        padding: 12px 22px;
        padding-right: 45px;
    }
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s2::before {
    top: 53%;
}

@media (max-width: 1199px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s2::before {
        right: 26px;
    }
}

@media (max-width: 375px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s2::before {
        right: 20px;
    }
}

@media (max-width: 1199px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s2:hover::before {
        right: 20px;
    }
}

@media (max-width: 375px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s2:hover::before {
        right: 15px;
    }
}

@media (max-width: 1199px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s3 {
        padding: 18px 30px;
    }
}

@media (max-width: 767px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s3 {
        padding: 14px 30px;
        padding-right: 50px;
    }
}

@media (max-width: 375px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s3 {
        font-size: 13px;
        padding: 12px 22px;
        padding-right: 45px;
    }
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s3::before {
    width: 17.684px;
    height: 13.073px;
}

@media (max-width: 1199px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s3::before {
        right: 5px;
    }
}

@media (max-width: 767px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s3::before {
        right: 25px;
    }
}

@media (max-width: 375px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s3::before {
        right: 20px;
    }
}

@media (max-width: 1199px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s3:hover::before {
        right: 0px;
    }
}

@media (max-width: 767px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s3:hover::before {
        right: 20px;
    }
}

@media (max-width: 375px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s3:hover::before {
        right: 15px;
    }
}

@media (max-width: 991px) {
    .transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns {
        justify-content: center;
    }
}

/*5.4 wpo-testimonial-section-2*/
.wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items {
    border-radius: 25px;
    background: #E5F4DC;
}

.wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .owl-dots {
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .owl-dots {
        display: none;
    }
}

.wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .owl-dots button {
    margin: 5px;
    border: 1px solid #9CE071;
    width: 10px;
    height: 14px;
    border-radius: 100px;
}

.wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .owl-dots button.active {
    background: #9CE071;
}

.wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-content p {
    color: #000;
    border-bottom: 1px solid #D9D9D9;
}

.wpo-testimonial-section-2 .testimonial-left-side-s2.testimonial-items .testimonial-content .testimonial-client .name h4 {
    color: #000;
}

.wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client .name h4 {
    color: #404040;
}

.wpo-testimonial-section-2 .testimonial-left-side-s2 .testimonial-items .testimonial-content .testimonial-client .name span {
    color: #404040;
}

/*5.5 wpo-gallery-section-2*/
.wpo-gallery-section-2 {
    padding: 0;
}

.wpo-gallery-section-2 .gallery-wrap .gallery-items {
    padding-top: 0;
    border-top: none;
}

/*5.6 wpo-team-section-2*/
.wpo-team-section-2 {
    padding: 0;
    padding-top: 0;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .wpo-team-section-2 {
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .wpo-team-section-2 {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .wpo-team-section-2 .wpo-section-title h2 {
        font-size: 30px;
    }
}

.wpo-team-section-2 .team-wrap .team-card .image {
    border-radius: 205%;
}

.wpo-team-section-2 .team-wrap .team-card .image::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #0E152B;
    border-radius: 15px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.wpo-team-section-2 .team-wrap .team-card .image .social {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.wpo-team-section-2 .team-wrap .team-card .image ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    z-index: 2;
    position: relative;
    left: 0;
    top: 0;
    background: none;
}

.wpo-team-section-2 .team-wrap .team-card .image ul li {
    margin: 0 3px;
    transition: all 0.3s;
    margin-top: -40px;
    opacity: 0;
    visibility: hidden;
}

.wpo-team-section-2 .team-wrap .team-card .image ul li:nth-child(2) {
    transition: all 0.4s;
    margin-top: -70px;
}

.wpo-team-section-2 .team-wrap .team-card .image ul li:nth-child(3) {
    transition: all 0.5s;
    margin-top: -100px;
}

.wpo-team-section-2 .team-wrap .team-card .image ul li:nth-child(4) {
    transition: all 0.5s;
    margin-top: -130px;
}

.wpo-team-section-2 .team-wrap .team-card .image ul li a {
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    padding: 0;
    color: #000;
}

.wpo-team-section-2 .team-wrap .team-card:hover .image::before {
    opacity: 0.5;
    visibility: visible;
}

.wpo-team-section-2 .team-wrap .team-card:hover .image ul li {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.wpo-team-section-2 .team-wrap .team-card .text {
    border-radius: 20px;
    border: 1px solid #E5F4DC;
}

@media (max-width: 991px) {
    .wpo-team-section-2 .team-wrap .team-card .text {
        border: 1px solid #E5F4DC;
        background-color: #fff;
    }
}

.wpo-team-section-2 .col:nth-child(2) {
    position: relative;
    margin-top: 150px;
}

@media (max-width: 1199px) {
    .wpo-team-section-2 .col:nth-child(2) {
        margin-top: 70px;
    }
}

@media (max-width: 991px) {
    .wpo-team-section-2 .col:nth-child(2) {
        margin-top: 0;
    }
}

.wpo-team-section-2 .col:nth-child(4) {
    position: relative;
    margin-top: 150px;
}

@media (max-width: 1199px) {
    .wpo-team-section-2 .col:nth-child(4) {
        margin-top: 70px;
    }
}

@media (max-width: 991px) {
    .wpo-team-section-2 .col:nth-child(4) {
        margin-top: 0;
    }
}

/*5.7 wpo-booking-section-2*/
@media (max-width: 575px) {
    .wpo-booking-section-2.section-padding {
        padding-top: 40px;
    }
}

@media (max-width: 991px) {
    .wpo-booking-section-2 .cta-image {
        margin-bottom: 25px;
    }
}

.wpo-booking-section-2 .cta-image img {
    border-radius: 20px;
}

.wpo-booking-section-2 .cta-image::before {
    display: none;
}

.wpo-booking-section-2 .wpo-contact-form-area .wpo-section-title h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1px;
}

@media (max-width: 1500px) {
    .wpo-booking-section-2 .wpo-contact-form-area .wpo-section-title h2 {
        font-size: 45px;
        line-height: 52px;
    }
}

@media (max-width: 1199px) {
    .wpo-booking-section-2 .wpo-contact-form-area .wpo-section-title h2 {
        font-size: 37px;
        line-height: 48px;
    }
}

@media (max-width: 575px) {
    .wpo-booking-section-2 .wpo-contact-form-area .wpo-section-title h2 {
        font-size: 32px;
        line-height: 44px;
    }
}

@media (max-width: 425px) {
    .wpo-booking-section-2 .wpo-contact-form-area .wpo-section-title h2 {
        font-size: 25px;
        line-height: 34px;
    }
}

.wpo-booking-section-2 .wpo-contact-form-area .form-control {
    margin-bottom: 18px;
    padding-left: 30px;
}

@media (max-width: 575px) {
    .wpo-booking-section-2 .wpo-contact-form-area .form-control {
        padding-left: 15px;
    }
}

.wpo-booking-section-2 .wpo-contact-form-area {
    position: unset;
    margin-top: 0;
    padding: 78px 80px 66px;
    position: relative;
    z-index: 1;
    border-radius: 20px;
}

.wpo-booking-section-2 .wpo-contact-form-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #C3DEB4;
    opacity: 0.46;
    z-index: -1;
    border-radius: 20px;
}

@media (max-width: 1500px) {
    .wpo-booking-section-2 .wpo-contact-form-area {
        padding: 50px 40px 40px;
    }
}

@media (max-width: 1199px) {
    .wpo-booking-section-2 .wpo-contact-form-area {
        padding: 42px 30px 33px;
    }
}

.wpo-booking-section-2 .wpo-contact-form-area .theme-btn-s2 {
    margin-top: 0;
}

/*======================================
6. Home-style-3
 =======================================*/
/*6.1 wpo-about-section-3*/
.wpo-about-section-3 {
    padding-top: 160px;
    padding-bottom: 90px;
}

@media (max-width: 1399px) {
    .wpo-about-section-3 {
        padding-top: 120px;
    }
}

@media (max-width: 991px) {
    .wpo-about-section-3 {
        padding-top: 90px;
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .wpo-about-section-3 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

.wpo-about-section-3 .wraper {
    max-width: 1480px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .wpo-about-section-3 .wraper .about-image .about-image-style-2 {
        text-align: center;
    }
}

.wpo-about-section-3 .wraper .wpo-about-right-side {
    padding-left: 50px;
    padding-top: 40px;
}

@media (max-width: 1399px) {
    .wpo-about-section-3 .wraper .wpo-about-right-side {
        padding-left: 15px;
        padding-top: 45px;
    }
}

@media (max-width: 1199px) {
    .wpo-about-section-3 .wraper .wpo-about-right-side {
        padding-left: 0;
        padding-top: 10px;
    }
}

@media (max-width: 991px) {
    .wpo-about-section-3 .wraper .wpo-about-right-side {
        padding-left: 0;
        padding-top: 0;
        text-align: center;
    }
}

.wpo-about-section-3 .wraper .wpo-about-right-side .wpo-section-title-s2 {
    margin-bottom: 45px;
}

@media (max-width: 1199px) {
    .wpo-about-section-3 .wraper .wpo-about-right-side .wpo-section-title-s2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .wpo-about-section-3 .wraper .wpo-about-right-side .wpo-section-title-s2 {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .wpo-about-section-3 .wraper .wpo-about-right-side .wpo-section-title-s2 {
        margin-top: 25px;
    }
}

.wpo-about-section-3 .wraper .wpo-about-right-side .wpo-section-title-s2 h2 {
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -1.1px;
    max-width: 611px;
    line-height: 70px;
}

@media (max-width: 1399px) {
    .wpo-about-section-3 .wraper .wpo-about-right-side .wpo-section-title-s2 h2 {
        font-size: 48px;
        line-height: 53px;
        max-width: 560px;
    }
}

@media (max-width: 1199px) {
    .wpo-about-section-3 .wraper .wpo-about-right-side .wpo-section-title-s2 h2 {
        font-size: 42px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .wpo-about-section-3 .wraper .wpo-about-right-side .wpo-section-title-s2 h2 {
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    .wpo-about-section-3 .wraper .wpo-about-right-side .wpo-section-title-s2 h2 {
        font-size: 33px;
        line-height: 42px;
    }
}

@media (max-width: 375px) {
    .wpo-about-section-3 .wraper .wpo-about-right-side .wpo-section-title-s2 h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

.wpo-about-section-3 .wraper .wpo-about-right-side .wpo-section-title-s2 p {
    max-width: 597px;
    padding-top: 15px;
}

@media (max-width: 991px) {
    .wpo-about-section-3 .wraper .wpo-about-right-side .wpo-section-title-s2 p {
        margin: 0 auto;
    }
}

.wpo-about-section-3 .wraper .wpo-about-right-side ul {
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .wpo-about-section-3 .wraper .wpo-about-right-side ul {
        margin-bottom: 25px;
    }
}

.wpo-about-section-3 .wraper .wpo-about-right-side ul li+li {
    margin-top: 17px;
}

.wpo-about-section-3 .wraper .wpo-about-right-side ul li span {
    border-radius: 20.5px;
    background: #FFF;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.02);
    display: inline-block;
    font-size: 16px;
    font-family: "Cabinet Grotesk";
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    padding: 7px 25px;
    padding-left: 49px;
    position: relative;
}

@media (max-width: 575px) {
    .wpo-about-section-3 .wraper .wpo-about-right-side ul li span {
        font-size: 14px;
    }
}

@media (max-width: 450px) {
    .wpo-about-section-3 .wraper .wpo-about-right-side ul li span {
        font-size: 13px;
    }
}

.wpo-about-section-3 .wraper .wpo-about-right-side ul li span:before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 29px;
    content: "\e64c";
    background: #F6F7F9;
    font-family: "themify";
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.3s;
}

.wpo-about-section-3 .wraper .wpo-about-right-side ul li:hover span:before,
.wpo-about-section-3 .wraper .wpo-about-right-side ul li.active span:before {
    background: #3CA200;
    color: #fff;
}

.wpo-about-section-3 .wraper .wpo-about-right-side .about-btn .theme-btn-s2 {
    border-radius: 11px;
    box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.12) inset;
    color: #000;
}

@media (max-width: 767px) {
    .wpo-about-section-3 .wraper .wpo-about-right-side .about-btn .theme-btn-s2 {
        padding: 17px 70px;
    }
}

.wpo-about-section-3 .wraper .wpo-about-right-side .about-btn .theme-btn-s2::before {
    width: 17.684px;
    height: 13.073px;
}

.wpo-about-section-3 .wraper .about-bottom-wraper {
    max-width: 1195px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .wpo-about-section-3 .wraper .about-bottom-wraper .about-content .about-items {
        width: 33%;
    }
}

@media (max-width: 700px) {
    .wpo-about-section-3 .wraper .about-bottom-wraper .about-content .about-items {
        width: 50%;
    }
}

@media (max-width: 425px) {
    .wpo-about-section-3 .wraper .about-bottom-wraper .about-content .about-items {
        width: 100%;
    }
}

/*6.2 wpo-why-choose-section-2*/
.wpo-why-choose-section-2 {
    background-color: #fff;
}

@media (max-width: 575px) {
    .wpo-why-choose-section-2 {
        padding-bottom: 0;
    }
}

.wpo-why-choose-section-2 .why-choose-wraper {
    max-width: 1400px;
    margin: 0 auto;
}

.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-left-side .wpo-choose-left-items {
    background-color: #fff;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 140px;
}

@media (max-width: 1399px) {
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-left-side .wpo-choose-left-items {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-left-side .wpo-choose-left-items {
        padding-top: 60px;
    }
}

@media (max-width: 575px) {
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-left-side .wpo-choose-left-items {
        padding-top: 0;
    }
}

.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image {
    position: relative;
    text-align: right;
    margin-top: 20px;
    z-index: 1;
}

@media (max-width: 1500px) {
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image {
        right: 30px;
    }
}

@media (max-width: 1440px) {
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image {
        max-width: 660px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }
}

@media (max-width: 1399px) {
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image {
        max-width: 500px;
        right: -45px;
    }
}

@media (max-width: 1199px) {
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image {
        right: 20px;
    }
}

@media (max-width: 991px) {
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image {
        margin: 0 auto;
        right: 0;
        padding-top: 25px;
    }
}

@media (max-width: 575px) {
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape {
        display: none;
    }
}

.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-1 {
    position: absolute;
    border-radius: 50%;
    top: 218px;
    left: 212px;
    width: 422px;
    height: 422px;
    background-color: #B6F290;
    z-index: -1;
}

@media (max-width: 1440px) {
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-1 {
        width: 370px;
        height: 370px;
        top: 214px;
        left: 212px;
    }
}

@media (max-width: 1399px) {
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-1 {
        width: 340px;
        height: 340px;
        top: 239px;
        left: 81px;
    }
}

.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-2,
.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-3,
.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-4 {
    position: absolute;
    border-radius: 50%;
    top: 199px;
    left: 188px;
    width: 474px;
    height: 474px;
    border: 1px solid #B6F290;
    z-index: -1;
}

@media (max-width: 1440px) {

    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-2,
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-3,
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-4 {
        width: 415px;
        height: 415px;
    }
}

@media (max-width: 1399px) {

    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-2,
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-3,
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-4 {
        width: 390px;
        height: 390px;
        top: 216px;
        left: 55px;
    }
}

.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-3 {
    width: 540px;
    height: 540px;
    top: 167px;
    left: 155px;
}

@media (max-width: 1440px) {
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-3 {
        width: 480px;
        height: 480px;
    }
}

@media (max-width: 1399px) {
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-3 {
        width: 450px;
        height: 450px;
        top: 185px;
        left: 25px;
    }
}

.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-4 {
    width: 610px;
    height: 610px;
    top: 135px;
    left: 119px;
}

@media (max-width: 1440px) {
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-4 {
        width: 550px;
        height: 550px;
    }
}

@media (max-width: 1399px) {
    .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-4 {
        width: 500px;
        height: 500px;
        top: 162px;
        left: 0;
    }
}

@media (max-width: 991px) {
    .wpo-why-choose-section-2 .wpo-choose-right-wrap {
        margin-top: 0;
    }
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box {
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(1) {
        order: 1;
    }
}

@media (max-width: 991px) {
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(2) {
        order: 3;
    }
}

@media (max-width: 991px) {
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(3) {
        order: 4;
    }
}

@media (max-width: 575px) {
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(3) {
        order: 3;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(4) {
        order: 2;
    }
}

@media (max-width: 575px) {
    .wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(4) {
        order: 4;
        margin-bottom: 0;
    }
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(3) {
    background-color: #3CA200;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(3) .wpo-choose-right-content h3 {
    color: #fff;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(3) .wpo-choose-right-content p {
    color: #fff;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(4) {
    background-color: #B6F290;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(4) .wpo-choose-right-content h3 {
    color: #000;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(4) .wpo-choose-right-content p {
    color: #000;
}

.wpo-why-choose-section-2 .col {
    padding-left: 10px;
    padding-right: 10px;
}

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

@media (max-width: 767px) {
    .wpo-service-section.style-3 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

/*wpo-faq-section style-2*/
.wpo-faq-section.style-2 {
    padding: 120px 0;
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .wpo-faq-section.style-2 {
        padding: 90px 0;
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .wpo-faq-section.style-2 {
        padding: 60px 0;
    }
}

/*wpo-booking-section style-3*/
.wpo-booking-section.style-3 .wpo-contact-form-area {
    position: unset;
    margin-top: 0;
}

.wpo-booking-section.style-3 .wpo-contact-form-area textarea {
    height: 150px;
}

/*wpo-team-section style-3*/
.wpo-team-section.style-3 {
    padding: 120px 0;
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .wpo-team-section.style-3 {
        padding: 90px 0;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .wpo-team-section.style-3 {
        padding: 60px 0;
        padding-bottom: 30px;
    }
}

.wpo-team-section.style-3 .team-wrap .team-card {
    margin-bottom: 30px;
}

.wpo-team-section.style-3 .team-wrap .team-card .text {
    border-radius: 20px;
    border: 1px solid #E5F4DC;
    background: #FFF;
}

/*======================================
8. project-single-page
=======================================*/
.wpo-project-section .wpo-project-item {
    background: #fff;
    border-radius: 23px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.wpo-project-section .wpo-project-item .wpo-project-img {
    border-radius: 16px;
}

.wpo-project-section .wpo-project-item .wpo-project-img img {
    border-radius: 16px;
    transform: scale(1);
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .wpo-project-section .wpo-project-item .wpo-project-img img {
        width: 100%;
    }
}

.wpo-project-section .wpo-project-item .middle-light:before {
    background: rgba(93, 228, 16, 0.2);
}

.wpo-project-section .wpo-project-item:hover .wpo-project-img img {
    transform: scale(1.3);
}

.wpo-project-section .wpo-project-item:hover .middle-light:before {
    left: 0;
    right: 0;
    opacity: 0;
}

.wpo-project-section .wpo-project-item:hover .wpo-project-text {
    left: 0;
}

.wpo-project-section .wpo-project-item .wpo-project-text {
    padding: 17px 80px 20px 20px;
    position: absolute;
    left: -100%;
    bottom: 20px;
    background: #fff;
    border-left: 3px solid #9CE071;
    border-radius: 0px 7px 7px 0px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    z-index: 11;
    transition: all 0.6s;
}

.wpo-project-section .wpo-project-item .wpo-project-text:before {
    position: absolute;
    left: -5px;
    top: 50%;
    width: 8px;
    height: 10px;
    content: "";
    background: #9CE071;
    transform: rotate(45deg);
}

.wpo-project-section .wpo-project-item .wpo-project-text .thumb {
    position: relative;
    z-index: 1;
}

.wpo-project-section .wpo-project-item .wpo-project-text .thumb span {
    color: #9CE071;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.28px;
    text-transform: capitalize;
}

.wpo-project-section .wpo-project-item .wpo-project-text h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .wpo-project-section .wpo-project-item .wpo-project-text h2 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .wpo-project-section .wpo-project-item .wpo-project-text h2 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 450px) {
    .wpo-project-section .wpo-project-item .wpo-project-text h2 {
        font-size: 17px;
        line-height: 26px;
    }
}

.wpo-project-section .wpo-project-item .wpo-project-text h2 a {
    color: #0E152B;
}

.wpo-project-section .wpo-project-item .wpo-project-text h2 a:hover {
    color: #3CA200;
}

.wpo-project-section .wpo-project-item .wpo-project-text .arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #9CE071;
    text-align: center;
    border-radius: 50%;
    color: #000;
}

@media (max-width: 350px) {
    .wpo-project-section .wpo-project-item .wpo-project-text .arrow {
        top: 30%;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.wpo-project-section .wpo-project-item .wpo-project-text .arrow i {
    line-height: unset;
}

.wpo-project-section .wpo-project-item .wpo-project-text .arrow:hover {
    background-color: #9CE071;
    color: #fff;
}

.wpo-project-details-area .theme-accordion-s1 {
    margin-bottom: 0;
}

.wpo-project-details-area .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #0E152B;
    box-shadow: none;
}

.wpo-project-details-area .accordion-button:focus {
    box-shadow: none;
}

.wpo-project-details-area .wpo-faq-section .accordion-item {
    background-color: #fff;
}

@media (max-width: 575px) {
    .wpo-project-details-area .wpo-faq-section .accordion-item {
        padding: 7px 5px;
    }
}

.wpo-project-details-area .wpo-faq-section {
    padding: 0;
}

.wpo-project-details-area .accordion-item {
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    margin-bottom: 30px;
    border: 0;
}

.wpo-project-details-area .accordion-item button {
    font-weight: 500;
    font-size: 25px;
    padding: 25px;
}

@media (max-width: 767px) {
    .wpo-project-details-area .accordion-item button {
        font-size: 18px;
        padding: 10px;
    }
}

.wpo-project-details-area .accordion-item:last-child {
    margin-bottom: 0;
}

.wpo-project-details-area .accordion-collapse {
    border-top: 1px solid #ebebeb;
}

.wpo-project-details-area .accordion-collapse p {
    font-size: 17px;
}

@media (max-width: 767px) {
    .wpo-project-details-area .accordion-collapse p {
        font-size: 15px;
    }
}

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

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

.wpo-project-details-area .theme-accordion-s1 .panel+.panel {
    margin-top: 15px;
}

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

@media (max-width: 991px) {
    .wpo-project-details-area .theme-accordion-s1 .panel-heading a {
        font-size: 16px;
        font-size: 1rem;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {
    .wpo-project-details-area .theme-accordion-s1 .panel-heading a {
        padding: 12px 15px;
    }
}

.wpo-project-details-area .theme-accordion-s1 .panel-heading a:before {
    font-family: "themify";
    content: "\e64b";
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
    right: 25px;
    transform: rotate(180deg);
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .wpo-project-details-area .theme-accordion-s1 .panel-heading a:before {
        font-size: 18px;
        font-size: 1.125rem;
        right: 20px;
    }
}

.wpo-project-details-area .theme-accordion-s1 .panel-heading a:focus {
    text-decoration: none;
}

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

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

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

@media (max-width: 991px) {
    .wpo-project-details-area .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
        padding: 20px 25px 10px;
        font-size: 16px;
    }

    .wpo-project-details-area .all-wpo-services {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .wpo-project-details-area .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
        padding: 15px 15px 8px;
    }
}

.wpo-project-details-area .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body p {
    margin-bottom: 1.3em;
}

.wpo-project-details-area .accordion-item .accordion-body {
    padding: 1rem 1.25rem;
}

@media (max-width: 767px) {
    .wpo-project-details-area .accordion-item .accordion-body {
        padding: 1rem 0.35rem;
    }
}

.wpo-minimal-wrap {
    position: relative;
    margin-bottom: 50px;
}

.wpo-minimal-wrap .minimals-img img {
    width: 100%;
}

.minimals-img img {
    width: 100%;
}

.wpo-minimal-wrap .video-holder {
    position: relative;
    text-align: center;
}

.wpo-minimal-wrap .video-holder:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(66, 198, 82, 0.51);
}

.wpo-minimal-wrap .video-holder a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 83px;
    height: 83px;
    border-radius: 83px;
    display: inline-block;
    animation: spineer 2s infinite;
    z-index: 99;
}

.wpo-minimal-wrap .video-holder a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #0E152B;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wpo-minimal-wrap .video-holder {
    position: absolute;
    left: 50%;
    top: 50%;
}

.wpo-minimal-wrap .video-holder a,
.video-holder a {
    background-color: #fff;
    animation: spineerb 2s infinite;
}

@keyframes spineerb {
    0% {
        box-shadow: 0 0 0 0 rgba(66, 198, 82, 0.51);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(66, 198, 82, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(66, 198, 82, 0);
    }
}

.wpo-minimal-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}

.wpo-project-details-text {
    text-align: center;
    padding: 40px;
    background: #3ea502;
}

.wpo-project-details-text-3 {
    text-align: center;
    padding: 40px;
    background: #3b9308;
}

.wpo-project-details-list .col {
    padding: 0;
}

.wpo-project-details-list .row {
    margin: 0 0px;
}

@media (max-width: 991px) {
    .wpo-project-details-list .row {
        justify-content: center;
    }
}

.wpo-project-details-text h2,
.wpo-project-details-text-3 h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
}

.wpo-project-details-text span,
.wpo-project-details-text-3 span {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.wpo-p-details-section {
    margin-top: 50px;
}

.wpo-p-details-section ul {
    list-style: none;
}

.wpo-p-details-section h5 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 700;
}

@media (max-width: 575px) {
    .wpo-p-details-section h5 {
        font-size: 25px;
        margin-bottom: 22px;
    }
}

.wpo-p-details-section .process-wrap {
    margin-top: 50px;
}

.wpo-p-details-section .process-wrap .process-item {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ebebeb;
}

.wpo-p-details-section .process-wrap .process-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.wpo-p-details-section .process-wrap .process-item p {
    font-size: 16px;
    margin-bottom: 0;
}

.wpo-p-details-section .process-wrap .process-item .process-icon {
    margin-bottom: 10px;
}

.wpo-p-details-section .process-wrap .process-item .process-icon .fi:before {
    font-size: 45px;
    color: #9CE071;
}

.wpo-p-details-section p {
    margin-bottom: 30px;
    font-size: 18px;
}

@media (max-width: 575px) {
    .wpo-p-details-section p {
        font-size: 17px;
    }
}

.wpo-p-details-section p:nth-child(2) {
    margin-bottom: 20px;
}

.wpo-p-details-quote {
    padding: 40px;
    background: #9CE071;
    margin-top: 30px;
    padding-left: 80px;
    position: relative;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.wpo-p-details-quote:before {
    font-family: "Flaticon";
    content: "\f109";
    font-size: 40px;
    color: #fafafa;
    margin-left: 0;
    position: absolute;
    left: 5%;
    top: 22%;
    transform: translate(-50%, -50%);
}

.wpo-p-details-img {
    margin-bottom: 30px;
}

.wpo-p-details-img img {
    width: 100%;
}

.wpo-p-details-quote p {
    color: #fff;
    margin-bottom: 20px;
}

.wpo-p-details-quote span {
    color: #fddada;
    text-decoration: underline;
}

.wpo-faq-section h4 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 700;
}

@media (max-width: 575px) {
    .wpo-faq-section h4 {
        font-size: 23px;
    }
}

.wpo-faq-section p {
    margin-bottom: 0;
}

@media (max-width: 1200px) {

    .wpo-project-details-text h2,
    .wpo-project-details-text-3 h2 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .wpo-project-details-text-3 {
        border: none;
    }

    .wpo-project-details-list {
        padding-bottom: 10px;
        background: #3ea502;
    }
}

@media (max-width: 530px) {
    .wpo-p-details-quote:before {
        left: 12%;
        top: 17%;
    }
}



/*--------------------------------------------------------------
14. contact-page
--------------------------------------------------------------*/
.office-info {
    padding-bottom: 120px;
    margin: 0 -10px;
}

@media (max-width: 1199px) {
    .office-info {
        margin: 0px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .office-info {
        padding-bottom: 60px;
    }
}

@media (max-width: 1200px) {
    .office-info .col .office-info-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {
    .office-info .col:last-child .office-info-item {
        margin-bottom: 0px;
    }
}

.office-info .office-info-item {
    text-align: center;
    padding: 40px;
    margin: 0 10px;
    border-radius: 8px;
    border: 1px solid #FFF;
    box-shadow: 0px 15px 10px 0px rgba(194, 185, 185, 0.18);
    overflow: hidden;
    background: transparent;
    position: relative;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .office-info .office-info-item {
        margin: 0px;
        padding: 30px;
    }
}

.office-info .office-info-item::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #9CE071;
    /* Theme green */
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.office-info .office-info-item .office-info-icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    background-color: #f0fdf4;
    /* Very light green background for inactive circle */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.office-info .office-info-item.active .office-info-icon,
.office-info .office-info-item:hover .office-info-icon {
    background-color: rgba(255, 255, 255, 0.2);
    /* Transparent white on hover/active */
}

.office-info .office-info-item .office-info-icon .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.office-info .office-info-item .office-info-icon .icon i {
    font-size: 32px;
    color: #9CE071;
    /* Theme green for inactive icon */
    transition: all 0.3s ease-in-out;
}

.office-info .office-info-item .office-info-text h2 {
    margin: 20px 0;
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.office-info .office-info-item .office-info-text a,
.office-info .office-info-item .office-info-text p {
    margin-bottom: 0;
    color: #636776;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
}

.office-info .office-info-item.active::before,
.office-info .office-info-item:hover::before {
    opacity: 0.95;
    visibility: visible;
}

.office-info .office-info-item.active .office-info-icon .icon i,
.office-info .office-info-item:hover .office-info-icon .icon i {
    color: #fff;
}

.office-info .office-info-item.active .office-info-text h2,
.office-info .office-info-item:hover .office-info-text h2 {
    color: #fff;
}

.office-info .office-info-item.active .office-info-text a,
.office-info .office-info-item:hover .office-info-text a,
.office-info .office-info-item.active .office-info-text p,
.office-info .office-info-item:hover .office-info-text p {
    color: #fff;
}

.contact-left {
    max-width: 518px;
    text-align: left;
}

@media (max-width: 1199px) {
    .contact-left {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .contact-left {
        margin-bottom: 30px;
    }
}

.contact-left h2 {
    color: #0A1222;
    font-size: 44px;
    font-weight: 800;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .contact-left h2 {
        font-size: 35px;
    }
}

.contact-left p {
    color: #636776;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
}

.contact-left .map {
    max-width: 507px;
    height: 351px;
}

.contact-left .map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

.contact-right {
    max-width: 484px;
}

.contact-right .title h2 {
    color: #212121;
    font-size: 44px;
    font-weight: 800;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .contact-right .title h2 {
        font-size: 35px;
    }
}

.contact-right .title p {
    color: #636776;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 30px;
}

.contact-form .input-item {
    position: relative;
    margin-bottom: 40px;
}

.contact-form .input-item .fild {
    padding-bottom: 20px;
    padding-left: 30px;
    color: #636776;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid rgba(92, 92, 91, 0.3);
}

.contact-form .input-item .fild:focus-visible {
    outline: 0;
}

.contact-form .input-item i {
    position: absolute;
    left: 0;
    top: -2px;
    color: #212121;
    font-size: 20px;
}

.contact-form .input-item .textarea {
    height: 120px;
}

.contact-form .submitbtn {
    margin-bottom: 0;
    width: 222px;
    height: 63px;
    position: relative;
}

.contact-form .submitbtn .fild {
    border: 0;
    padding: 0;
    background: #9CE071;
    height: 63px;
    line-height: 67px;
    color: #fff;
}

.contact-form .submitbtn label {
    position: absolute;
    left: 30px;
    top: 54%;
    transform: translateY(-50%);
}

.contact-form .submitbtn label i {
    color: #fff;
    font-size: 23px;
}

.contact-form ::-webkit-input-placeholder {
    color: #636776;
}

.contact-form ::-moz-placeholder {
    color: #636776;
}

.contact-form :-ms-input-placeholder {
    color: #636776;
}

.contact-form :-moz-placeholder {
    color: #636776;
}

/*==========================================
13. wpo-team-single
===========================================*/
.team-pg-area {
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 100px;
}

@media (max-width: 1199px) {
    .team-pg-area {
        padding: 100px 0;
    }
}

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

@media (max-width: 767px) {
    .team-pg-area {
        padding: 70px 0;
    }
}

.team-single-wrap {
    background: #fff;
    padding: 100px;
    padding-top: 0;
    box-shadow: 0 2px 12px 2px rgba(4, 0, 52, 0.1);
    border-radius: 22px;
}

@media (max-width: 1199px) {
    .team-single-wrap {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .team-single-wrap {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .team-single-wrap {
        padding: 15px;
    }
}

.team-info-img {
    margin-top: -100px;
    max-width: 480px;
}

@media (max-width: 1199px) {
    .team-info-img {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .team-info-img {
        max-width: 100%;
    }
}

.team-info-img img {
    width: 100%;
}

.team-info-text {
    padding-left: 30px;
    padding-top: 30px;
}

@media (max-width: 991px) {
    .team-info-text {
        padding-left: 0;
    }
}

.team-info-text h2 {
    font-weight: 500;
    font-size: 38px;
    line-height: 55px;
    color: #0E152B;
    margin-top: 0;
    margin-bottom: 22px;
}

@media (max-width: 575px) {
    .team-info-text h2 {
        font-size: 30px;
        line-height: 45px;
    }
}

.team-info-text ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #001635;
    margin-bottom: 15px;
    list-style: none;
    font-family: "Cabinet Grotesk";
}

@media (max-width: 575px) {
    .team-info-text ul li {
        font-size: 16px;
        line-height: 27px;
    }
}

.team-info-text ul li:last-child {
    padding-bottom: 0;
}

.team-info-text ul li span {
    font-size: 16px;
    color: #8c8c8c;
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-family: "Satoshi";
}

.team-info-text ul li:last-child {
    margin-bottom: 0;
}

.team-info-text .certificates-wrap {
    margin-top: 40px;
}

.team-info-text .certificates-wrap h2 {
    font-weight: 400;
    font-size: 27px;
    line-height: 37px;
}

.team-info-text .certificates-wrap .certificates-items {
    display: flex;
}

.team-info-text .certificates-wrap .certificates-items .certificates-item+.certificates-item {
    margin-left: 20px;
}

.team-widget {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #D9D9D9;
}

.team-widget h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .team-widget h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
}

.team-exprience-area .exprience-wrap {
    max-width: 560px;
}

.team-exprience-area .education-area {
    padding-left: 50px;
}

@media (max-width: 991px) {
    .team-exprience-area .education-area {
        padding-left: 0;
        margin-bottom: 40px;
    }
}

.team-exprience-area .education-area .education-area {
    max-width: 600px;
}

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

.team-exprience-area .education-area ul li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.team-exprience-area .education-area ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "\e661";
    font-family: "themify";
    font-size: 14px;
}

.team-exprience-area .education-area .ex-wiget {
    padding-top: 60px;
}

.team-exprience-area .education-area .ex-wiget h2 {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
}

.skills-area {
    padding-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 991px) {
    .skills-area {
        padding-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.skills-area .wpo-skill-progress .wpo-progress-single {
    margin-bottom: 30px;
    position: relative;
}

.skills-area .wpo-skill-progress .wpo-progress-single h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #525252;
    font-family: "Satoshi";
}

@media (max-width: 767px) {
    .skills-area .wpo-skill-progress .wpo-progress-single h5 {
        font-size: 18px;
    }
}

.skills-area .wpo-skill-progress .wpo-progress-single:last-child {
    margin-bottom: 0;
}

.skills-area .wpo-skill-progress .wpo-progress-single .progress {
    background: #E5F4DC;
    height: 6px;
    position: relative;
}

.skills-area .wpo-skill-progress .wpo-progress-single .progress .progress-bar {
    background-color: #9CE071;
}

.skills-area .wpo-skill-progress .progress-number {
    position: absolute;
    right: 0;
    top: -10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #525252;
}

@media (max-width: 767px) {
    .skills-area .wpo-skill-progress .progress-number {
        font-size: 18px;
        top: -5px;
    }
}

.exprience-wrap p {
    color: #5d5851;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .exprience-wrap p {
        margin-bottom: 15px;
    }
}

.exprience-wrap {
    padding-bottom: 40px;
}

.wpo-contact-area {
    padding-top: 50px;
}

@media (max-width: 991px) {
    .wpo-contact-area {
        padding-top: 20px;
    }
}

.wpo-contact-area .wpo-contact-title {
    max-width: 580px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}

.wpo-contact-area .theme-btn-s2 {
    color: #000;
    border-radius: 11px;
    background: #A4F571;
    padding: 20px 75px;
}

.wpo-contact-area .theme-btn-s2:before {
    display: none;
}

.wpo-contact-area .quote-form {
    max-width: 890px;
    margin: 0 auto;
}

.wpo-contact-area .quote-form .form-control {
    height: 55px;
    border: 0;
    margin-bottom: 20px;
    padding: 15px;
    background: #ededed;
    color: #6B7280;
}

.wpo-contact-area .quote-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #9CE071;
}

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

.wpo-contact-area .quote-form select.form-control {
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: #ededed  no-repeat calc(100% - 15px) center;
    position: relative;
    color: #6B7280;
}

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

@media (max-width: 575px) {
    .half-col {
        width: 100%;
    }
}

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

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

/*======================================
7. service-single-page
=======================================*/
.service-single-wrap .title-image {
    margin-bottom: 30px;
}

.service-single-wrap .title-image img {
    width: 100%;
    border-radius: 16px;
}

.service-single-wrap h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .service-single-wrap h2 {
        font-size: 26px;
    }
}

.service-single-wrap h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 2700;
    line-height: 36px;
    margin-bottom: 20px;
}

.service-single-wrap p {
    color: #6B7280;
    font-size: 18px;
    font-weight: 400;
    line-height: 30.8px;
    max-width: 800px;
    margin-bottom: 40px;
}

.service-single-wrap .video-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

@media (max-width: 1199px) {
    .service-single-wrap .video-wrap {
        display: block;
    }
}

.service-single-wrap .video-img {
    position: relative;
    max-width: 400px;
    width: 100%;
}

.service-single-wrap .video-btn {
    background: #fff;
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 100px;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.service-single-wrap .video-btn i {
    color: #9CE071;
}

.service-single-wrap .video-content {
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .service-single-wrap .video-content {
        margin-left: 0px;
        margin-top: 20px;
    }
}

.service-single-wrap .video-content h2 {
    color: #0E152B;
    font-size: 27px;
    font-weight: 700;
    text-transform: capitalize;
}

.service-single-wrap .video-content p {
    color: #6B7280;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 20px;
}

.service-single-wrap .video-content ul li {
    display: block;
    color: #5E5F63;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
}

.service-single-wrap .video-content ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #FFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    font-family: "themify";
    content: "\e64c";
    text-align: center;
    font-size: 15px;
}

.service-single-wrap .quate {
    max-width: 850px;
    background: #FFF;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    padding: 15px 70px 15px 25px;
    border-left: 4px solid #9CE071;
    margin-bottom: 0;
    color: #0E152B;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 60px;
}

@media (max-width: 575px) {
    .service-single-wrap .quate {
        padding: 15px 30px 15px 25px;
        font-size: 16px;
    }
}

.service-single-wrap .image-gallery h2 {
    display: block;
}

.service-single-wrap .image-gallery ul {
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .service-single-wrap .image-gallery ul {
        margin: -5px;
    }
}

.service-single-wrap .image-gallery ul li {
    flex: 37%;
    max-width: 37%;
    padding: 15px;
}

@media (max-width: 1199px) {
    .service-single-wrap .image-gallery ul li {
        flex: 50%;
        max-width: 50%;
        padding: 5px;
    }
}

@media (max-width: 575px) {
    .service-single-wrap .image-gallery ul li {
        flex: 100%;
        max-width: 100%;
    }
}

.service-single-wrap .image-gallery ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-single-wrap .image-gallery ul li:nth-child(1) {
    flex: 63%;
    max-width: 63%;
}

@media (max-width: 1199px) {
    .service-single-wrap .image-gallery ul li:nth-child(1) {
        flex: 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .service-single-wrap .image-gallery ul li:nth-child(1) {
        flex: 100%;
        max-width: 100%;
    }
}

.service-single-wrap .image-gallery ul li:last-child {
    flex: 63%;
    max-width: 63%;
}

@media (max-width: 1199px) {
    .service-single-wrap .image-gallery ul li:last-child {
        flex: 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .service-single-wrap .image-gallery ul li:last-child {
        flex: 100%;
        max-width: 100%;
    }
}

.service-single-wrap .accordion {
    margin-top: 50px;
}

.service-single-wrap .accordion-item {
    border: 1px solid rgba(4, 18, 31, 0.08);
    background: #FFF;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 14px 47px 0px transparent;
}

.service-single-wrap .accordion-item:last-child {
    margin-bottom: 0;
}

.service-single-wrap .accordion-item .accordion-header {
    text-align: left;
    padding: 30px 35px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 100%;
    color: #222;
    font-family: "Cabinet Grotesk";
    font-size: 20px;
    font-weight: 700;
    background: transparent;
    position: relative;
}

@media (max-width: 1199px) {
    .service-single-wrap .accordion-item .accordion-header {
        padding: 15px 15px;
        font-size: 15px;
    }
}

.service-single-wrap .accordion-item .accordion-header::before {
    position: absolute;
    content: "\e64b";
    font-family: themify;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #0E152B;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .service-single-wrap .accordion-item .accordion-header::before {
        right: 15px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}

.service-single-wrap .accordion-item.active {
    border: 1px solid transparent;
    box-shadow: 0px 14px 47px 0px rgba(40, 46, 58, 0.08);
}

.service-single-wrap .accordion-item.active .accordion-header::before {
    content: "\e648";
    color: #1A3C03;
}

.service-single-wrap .accordion-content {
    display: none;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    padding: 35px 30px;
    padding-top: 0;
}

@media (max-width: 1199px) {
    .service-single-wrap .accordion-content {
        padding: 15px 15px;
    }
}

.service-single-wrap .accordion-content p {
    color: #5A627D;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    max-width: 650px;
}

.service-single-wrap .accordion-item.active .accordion-content {
    display: block;
    transition: all 0.3s ease-in-out;
}

.service-single-wrap .accordion-content {
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}

.service-single-wrap .accordion-item.active .accordion-content {
    display: block;
    transition: all 0.3s ease-in-out;
}


.eot {
    --ink: #18243B;
    --paper: #FAF7F0;
    --brass: #A9772F;
    --sage: #4D6B52;
    --charcoal: #2E2C28;
    --hairline: #D9D2C0;
    color: var(--charcoal);
}

.eot h1,
.eot h2,
.eot h3,
.eot h4 {
    color: var(--ink);
    letter-spacing: -0.01em;
}



/* Hero / file-header strip */
.eot-hero {
    background: var(--ink);
    color: #EDE7D8;
    border-radius: 6px;
    padding: 2rem 2rem 2.25rem;
    position: relative;
    overflow: hidden;
}

.eot-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0px, rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 14px);
}

.eot-hero h2 {
    color: #fff;
    font-size: 1.9rem;
    margin-bottom: 0.4rem;
}

.eot-hero p {
    color: #C9C2AE;
    max-width: 38ch;
}

.eot-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--brass);
    color: #1A1303;
    font-weight: 600;
    font-size: 0.92rem;
    padding: 0.65rem 1.4rem;
    border-radius: 3px;
    margin-top: 1.1rem;
    transition: background 0.15s ease;
}

.eot-cta:hover {
    background: #C28A36;
    color: #1A1303;
}

/* Guarantee stamp — signature element */
.eot-stamp {
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    width: 92px;
    height: 92px;
    border: 1.5px dashed rgba(233, 227, 212, 0.55);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-9deg);
}

.eot-stamp span {
    font-size: 0.62rem;
    line-height: 1.25;
    letter-spacing: 0.06em;
    text-align: center;
    color: #EDE7D8;
    text-transform: uppercase;
}

.eot-stamp strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
}

/* Ledger rows — replaces bubble checklist cards */
.eot-ledger {
    border-top: 1px solid var(--hairline);
}

.eot-ledger-row {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--hairline);
}

.eot-ledger-row .eot-mark {
    color: var(--sage);
    flex-shrink: 0;
    width: 1.1rem;
}

/* Zone triptych — replaces 01/02/03 cards */
/* Zone triptych — replaces 01/02/03 cards */
.eot-zone {
    border-left: 3px solid #9CE071;
    padding-left: 1.25rem;
    margin-bottom: 1.5rem;
}

.eot-zone .eyebrow {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9CE071;
}

.eot-zone h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.4rem;
}

.eot-zone p {
    color: #56524A;
    font-size: 0.93rem;
    line-height: 1.5;
}

/* Document-style tables */
.eot-doc-table {
    width: 100%;
    font-size: 0.95rem;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.eot-doc-table caption {
    text-align: left;
}

.eot-doc-table th {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink);
    text-align: left;
    padding: 0.8rem 1rem;
    border-bottom: 2px solid var(--ink);
    background-color: #f8fafc;
}

.eot-doc-table td {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid var(--hairline);
    color: #334155;
}

.eot-doc-table tr:hover td {
    background-color: #f8fafc;
}

.eot-doc-table td.price {
    font-weight: 700;
    color: #9CE071;
    text-align: right;
}

.eot-doc-table th:last-child {
    text-align: right;
}

.eot-doc-table tr:last-child td {
    border-bottom: 2px solid var(--ink);
}

/* Why-choose-us — quiet two-column list, no shadow cards */
.eot-reasons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid var(--hairline);
}

@media (min-width: 768px) {
    .eot-reasons {
        grid-template-columns: 1fr 1fr;
    }
}

.eot-reason {
    padding: 1.25rem 0.25rem;
    border-bottom: 1px solid var(--hairline);
}

.eot-reasons>.eot-reason:nth-child(odd) {
    border-right: 1px solid var(--hairline);
    padding-right: 1.5rem;
}

@media (min-width: 768px) {
    .eot-reasons>.eot-reason:nth-child(even) {
        padding-left: 1.5rem;
    }
}

.eot-reason .eyebrow {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9CE071;
}

.eot-reason h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.3rem;
}

.eot-reason p {
    font-size: 0.9rem;
    color: #56524A;
    line-height: 1.5;
}

.eot-divider {
    border: none;
    border-top: 1px solid var(--hairline);
    margin: 2.5rem 0;
}

.eot-quote-block {
    border: 1px solid var(--hairline);
    background: var(--paper);
    padding: 1.5rem;
    text-align: center;
    border-radius: 4px;
}

.collapse {
    visibility: visible;
}

.service-items {
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-items:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.service-items h3 {
    font-size: 20px;
    padding: 10px 10px 0;
}

.service-items p {
    padding: 0 10px 10px 10px;
}

/* Tailwind utility fallbacks for service single pages */
.grid {
    display: grid !important;
}

.gap-7 {
    gap: 1.75rem !important;
}

.gap-4 {
    gap: 1rem !important;
}

.mb-10 {
    margin-bottom: 2.5rem !important;
}

.w-full {
    width: 100% !important;
}

@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

/* Global service single pages spacing and image styling fixes */
.eot-hero {
    margin-bottom: 40px !important;
}

.service-single-page .col-lg-8>img.w-full,
.service-single-page .col-lg-8>img {
    border-radius: 12px !important;
    margin-bottom: 40px !important;
    width: 100% !important;
    display: block !important;
}

.service-single-page .col-lg-8>p {
    margin-bottom: 24px !important;
    line-height: 1.6 !important;
    color: #475569 !important;
}


