body {
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
    
    font-family: "figtree", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    outline: none;
    outline: none;
    word-break: break-word;
    letter-spacing: 0;
}
* {
    outline: none !important;
}
#wpadminbar{
        z-index: 9999999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: "cheap-pine-sans", sans-serif;
    line-height: 1;
    font-weight: 500;
}

h1,
.h1 {
font-size: clamp(3.4375rem, 2.3017rem + 3.1606vw, 5rem);
    line-height: 0.9;
    color: #FCEFDD;
}

h2,
.h2 {
   
    font-family: "cheap-pine-sans", sans-serif;
    font-size: clamp(2.8125rem, 1.6767rem + 3.1606vw, 4.375rem);
}

h3,
.h3 {
font-size: clamp(2.1875rem, 1.0517rem + 3.1606vw, 3.75rem);
}

p {
    font-size: 18px;
    line-height: 1.55;
    color: #222;
    padding-bottom: 0;
    margin: 0 0 29px 0;
    letter-spacing: 0.0003em;
}

/*html{background: url(../images/home-bg.png) center bottom; scroll-behavior: smooth;}*/
html {
    scroll-behavior: smooth;
}

a {
    transition: all 0.5s;
}

.fade-in {
    transition: 0.5s all ease, 1s opacity ease;
    top: 50px;
    opacity: 0;
    position: relative;
}

.fade-in.onView {
    top: 0;
    opacity: 1;
}

.container {
  
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

a.btn {
    padding: 12px 24px;
    background-color: #00ACE4;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.223;
    border-radius: 5px;
    border: 2px solid #00ACE4;
    text-transform: uppercase;

}

a.btn:hover {
    background-color: #F1EEDD;
    border-color: #F1EEDD;
}

ul,
ol {
    padding: 0;
    margin: 0;
    padding-left: 15px;
}

ul > li::marker {
    font-size: 0.5rem;
}

img {
    display: block;
}

/* header */
.top-header {
    background: #FFF;
    padding: 9px 0 10px 0;
}

.top-header .top-header-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 12px;
}

.top-header .top-header-inner p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
}

.top-header .top-header-inner ul#countdown {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 0 4px;
}

.top-header .top-header-inner ul#countdown li.countdown-box {
    background-color: #006127;
    border: 1px solid #124734;
    border-radius: 6px;
    width: 33px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
}

.top-header .top-header-inner ul#countdown li.countdown-box {
    position: relative;
}

.top-header .top-header-inner ul#countdown li.countdown-box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    background: #124734;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.top-header .top-header-inner ul#countdown li.countdown-box * {
    position: relative;
    z-index: 1;
}

.top-header .top-header-inner ul#countdown li.countdown-box span {}


.top-header .top-header-inner a:not(.btn) {
    color: #00B3E7;
    position: relative;
}

.top-header .top-header-inner a:not(.btn):after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
    height: 2px;
    background: #00B3E7;
}

.top-header .top-header-inner a.btn {
    padding: 3px 12px 3px 12px;
    font-size: 16px;
        margin-left: 5px;
}

.site-header > * {
    position: relative;
    z-index: 1;
}

.site-header {
    background-color: #032216;
    border-bottom: 3px solid #000000;
    padding: 0 0;
    z-index:999999 !important;
    position: fixed !important;
    width: 100%;
    top: 0;
}

.site-header > * {
    position: relative;
    z-index: 1;
}

.site-header:after,
footer.site-footer .footer-wrap .site-updates .inner:after,
.banner-slider-img:before,
.tree-img1:before,
.side-row-cards .d-flex:after,
.bg-pattern:after,
section.sections_target.sticky .sections_target-inner:after,
.enumenu_ul:before{
    content: '';
    background-image: url(../images/before.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 0.7;
    mix-blend-mode: color-burn;
    z-index: 0;
    background-attachment: fixed;
}

.body-img-cover {
    background: linear-gradient(180deg, #103F2E 0%, #032216 100%);
}

.bg-pattern > * {
    position: relative;
    z-index: 1;

}

.site-header .site-branding {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-branding .logo-wrap {
    display: flex;
    align-items: center;
}

.site-branding .logo-wrap .site-logo {}

.site-branding .logo-wrap span.map-logo {
    margin-left: 41px;
    border-left: 2px solid #006127;
    padding-left: 26px;
}

.main-navigation {
    display: flex;
    justify-content: end;
    align-items: center;
    width: auto;
}

.main-navigation .top-btns {
    margin-left: 59px;
}

.main-navigation .top-btns a.btn {
    display: inline-block;
}

.main-navigation .top-btns a.btn + a.btn {
    margin-left: 27px;
}

.site-header .container {
    max-width: 1410px;
    padding: 0 50px;
}

/* header End */



/* site-main */
.site {
    position: relative;
    background: linear-gradient(180deg, #103F2E 0%, #032216 100%);
    padding-top: 145px;
}
.page-id-132 .site {
    background: linear-gradient(180deg, #032216 0%, #103F2E 43.5%);
}

.site:before {
    content: '';
    background-image: url(../images/before.png);
    position: absolute;
    width: 100%;
    height: 100%;

    opacity: 0.7;
    mix-blend-mode: color-burn;
    z-index: 0;
    background-attachment: fixed;
    top: 0;
}

.site:after {
    content: '';
    background-image: url(../images/site-main.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: bottom center;
    opacity: 1;
    mix-blend-mode: multiply;
    bottom: 0;
    z-index: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

.site > * {
    z-index: 1;
    position: relative;
}

.site-main {
    min-height: 100vh;
}

/* site-main End */



/* banner-slider */
.banner-slider {}

.banner-slider-img:before {
    z-index: 2;
}

.banner-slider .banner-slider-item {
    width: calc(100% + 40px);
    border-bottom-right-radius: 360px;
    overflow: hidden;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
}

.banner-slider .banner-slider-item .banner-slider-wrap {
    width: 100vw;
}

.banner-slider .banner-slider-item .banner-slider-img {
    z-index: 0;
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

.banner-slider-item-content h2 {
    font-size: 100px;
}

.banner-slider .banner-slider-item .banner-slider-wrap .banner-slider-item-content {
    max-width: 620px;
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    min-height: 666px;
    padding-top: 14px;
    left: -8px;
    overflow: hidden;
}

.banner-slider .banner-slider-item .banner-slider-wrap .banner-slider-item-content .banner-slider-item-date {
    margin-bottom: 11px;
}

.banner-slider .banner-slider-item .banner-slider-wrap .banner-slider-item-content .banner-slider-item-date .date {
    font-family: Figtree;
    font-weight: 400;
 
    line-height: 40px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #F1EEDD;
    font-size: clamp(1rem, 0.7274rem + 0.7585vw, 1.375rem);
}

.banner-slider .banner-slider-item .banner-slider-wrap .banner-slider-item-content .banner-slider-item-subheading p {
    font-weight: 400;
    font-size: clamp(2.125rem, 1.6252rem + 1.3906vw, 2.8125rem);
    line-height: 38px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "cheap-pine-sans", sans-serif;
    color: #F1EEDD;
}

.banner-slider-img:after {
    content: '';
    background: linear-gradient(270deg, rgba(8, 32, 24, 0) 54.36%, #082018 74.1%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(8, 32, 24, 0) 54.36%, #082018 74.1%);
}

/* animation slider */
.banner-slider-item-content .banner-slider-item-date .date {
    position: relative;
 
    opacity: 0;
    transition: all 0.5s ease;
    transition-delay: 0.3s;
}

.slick-current .banner-slider-item-content .banner-slider-item-date .date {
    bottom: 0;
    opacity: 1;
}

.banner-slider-item-content h2 {
    transition: all 0.5s ease;

    position: relative;
    /*transform: translateX(-100%);*/
    transition-delay: 0.3s;
    opacity: 0;
}

.slick-current .banner-slider-item-content h2 {
    transform: translateX(0%);
    opacity: 1;

}

.banner-slider-item-content .banner-slider-item-subheading {
   
    position: relative;
    opacity: 0;
    transition: all 0.5s ease;
    transition-delay: 0.3s;
}

.slick-current .banner-slider-item-content .banner-slider-item-subheading {
    opacity: 1;
     
}



.banner-slider-item-content .banner-slider-item-button-group {
    position: relative;
    opacity: 0;
    transition: all 0.8s ease;
    transition-delay: 0.6s;
}

.slick-current .banner-slider-item-content .banner-slider-item-button-group {
    opacity: 1;
}
.banner-slider-item-content .banner-slider-item-button-group .buttons-group a.btn + a.btn {
    margin-left: 10px;
}
/* animation slider End */

section#main-hero-banner {
    width: 100%;
    overflow: hidden;
}

.banner-slider-item-content h2 {
    font-size: clamp(3.4375rem, 1.393rem + 5.689vw, 6.25rem);
    line-height: 0.9;
    letter-spacing: -0.028em;
    margin-bottom: 17px;
        font-weight: 400;
}

.banner-slider button.slick-arrow {
    width: 42px;
    height: 42px;
    font-size: 0;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #000;
    position: absolute;
    background: #F1EEDD;
    z-index: 2;
    right: 29px;
    bottom: 10px;
    cursor: pointer;
}

.banner-slider button.slick-arrow:after {
    content: "";
    position: absolute;
    right: 14px;
    z-index: 11;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    transform: rotate(135deg);
    top: 13px;
}

.banner-slider button.slick-prev.slick-arrow {
    right: 83px;
    transform: rotate(180deg);
}

.banner-slider .banner-slider-item .banner-slider-wrap .banner-slider-item-content .banner-slider-item-button-group {
    margin-top: 50px;
}

/* banner-slider End */



/* inner_hero_banner */
.inner-banner-content-main .inner-banner-content {
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.inner-banner-content-main .inner-banner-content span {
    color: #009A2F;
    font-weight: 600;
   font-size: clamp(1.125rem, 0.9433rem + 0.5057vw, 1.375rem);
    text-transform: uppercase;
           letter-spacing: 1px;
    display: block;
        line-height: 1.20;
        margin-bottom: 20px;
}

.inner-banner-content-main .inner-banner-content p {
    margin-bottom: 15px;
    color: #F1EEDD;
}

.inner-banner-content-main .inner-banner-content h1 + p {
    margin-top: 24px;
}

.inner-banner-content-main .inner-banner-content h2 {
    font-weight: 700;
    font-size: clamp(1.125rem, 0.7615rem + 1.0114vw, 1.625rem);
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "figtree", sans-serif;
    color: #F1EEDD;
    margin-top: 25px;
}

.inner-banner-content-main .inner-banner-content .buttons-group {
    margin-top: 43px;
}

.inner-banner-content-main .inner-banner-content .buttons-group a.btn {
    margin: 0 10px;
    display: inline-block;
}

/* inner_hero_banner End */



/* section.slider-with-content */
.slider-with-content .d-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -21px;
}

.slider-with-content .d-flex .img-part {
    width: 45%;
    max-width: 543px;
}

.slider-with-content .d-flex .text-part {
    width: 55%;
    padding-left: 76px;
    padding-top: 44px;
}

.slider-with-content .d-flex .img-part .img-slider {
    /* border: 3px solid #000000; */
    border-radius: 20px;
}

.slider-with-content .d-flex .img-part .img-slider button.slick-arrow,
.gallery-wrap .activity-gallery button.slick-arrow {
    position: absolute;
    width: 59px;
    height: 59px;
    border: 2px solid #000;
    background: #f1eedd;
    border-radius: 50%;
    font-size: 0;
    padding: 0;
    bottom: -28px;
    z-index: 1;
}

.slider-with-content .d-flex .img-part .img-slider .img figure {
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin: 0;
    border: 3px solid #000;
}

.slider-with-content .d-flex .img-part .img-slider .img {}

.slider-with-content .d-flex .img-part .img-slider .img figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-with-content .d-flex .img-part .img-slider button.slick-arrow:after {
    content: "";
    position: absolute;
    right: 21px;
    z-index: 11;
    display: block;
    width: 17px;
    height: 16px;
    border-top: 3px solid #000000;
    border-left: 3px solid #000000;
    transform: rotate(135deg);
    top: 20px;
    cursor: pointer;
}

.slider-with-content .d-flex .img-part .img-slider button.slick-next.slick-arrow,
.gallery-wrap .activity-gallery button.slick-next.slick-arrow {
    right: calc(50% - 70px);
}

.slider-with-content .d-flex .img-part .img-slider button.slick-prev.slick-arrow,
.gallery-wrap .activity-gallery button.slick-prev.slick-arrow {
    background: #f1eedd;
    transform: rotate(180deg);
    left: calc(50% - 70px);
}

.slider-with-content .d-flex .text-part * {
    color: #F1EEDD;
}

.slider-with-content .d-flex .text-part .top-tile {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    display: block;
    padding-left: 4px;
}

.slider-with-content .d-flex .text-part h2 {
    color: #03A544;
    margin-bottom: 12px;
        line-height: 0.97;
}

section.slider-with-content {
    padding-top: 61px;
    padding-bottom: 61px;
}

/* section.slider-with-content End */



/* activity-gallery */
.gallery-wrap .activity-gallery {
    margin: 0 0px;
}

.gallery-wrap .activity-gallery .img-cover {
    position: relative;
    padding-bottom: 118%;
    width: 100%;
}

.gallery-wrap .activity-gallery .img-cover .is-img {
    height: 100%;
    width: 208.35%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.gallery-wrap .activity-gallery .img-cover .is-img figure {
    position: relative;
    width: 100%;
    margin: 0;
    height: 100%;
    transform: scale(0.8);
    transition: all 0.5s;
}

.gallery-wrap .activity-gallery .slick-center .img-cover .is-img figure {
    transform: scale(1);
}

.gallery-wrap .activity-gallery .img-cover .is-img figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-wrap .activity-gallery .slick-center .img-cover {
    z-index: 1;
}


.gallery-wrap .activity-gallery .slick-center {
    z-index: 4 !important;
    position: relative;
}

.gallery-wrap .activity-gallery .slick-active {
    position: relative;
    z-index: 1;
}

.gallery-wrap {
    width: 100%;
}

.gallery-wrap .activity-gallery button.slick-arrow:after,
.gallery-wrap .activity-gallery button.slick-arrow:before {
    content: '';
    width: 13px;
    height: 2px;
    background: #000;
    position: absolute;
}

.gallery-wrap .activity-gallery button.slick-arrow:after {
    top: 25px;
    transform: rotate(136deg);
    left: 16px;
}

.gallery-wrap .activity-gallery button.slick-arrow:before {
    top: 17px;
    transform: rotate(44deg);
    left: 16px;
}

.gallery-wrap .activity-gallery button.slick-arrow {
    width: 48px;
    height: 48px;
    bottom: -26px;
}

.gallery-wrap .activity-gallery button.slick-next.slick-arrow {
    right: calc(50% - 53px);
}

.gallery-wrap .activity-gallery button.slick-prev.slick-arrow {
    left: calc(50% - 53px);
}

/* activity-gallery End */
/* activity single */
.single-activities .heading-part {
    max-width: 731px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 46px;
}

.single-activities .heading-part .sub-heading {
    font-family: "figtree", sans-serif;
    font-size: 22px;
    color: #F1EEDD;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 43px;
}

.single-activities .heading-part h1 {
    font-size: clamp(3.4375rem, 2.3017rem + 3.1606vw, 5rem);
    line-height: 0.9;
}

.single-activities .back-link {
    padding: 19px 0 22px 0;
}

.single-activities .back-link a.link {
    font-weight: 300;
    font-size: 16px;
    color: #F1EEDD;
    position: relative;
    padding-left: 20px;
}

.single-activities .back-link a.link:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 11;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    transform: rotate(-45deg);
    top: 4px;
}
.single-activities .back-link a.link:hover:before {border-color: #03a544;}
.single-activities .back-link a.link:hover { color: #03a544;}
.single-activities .single-content {
    max-width: 931px;
    margin-left: auto;
    margin-right: auto;
    padding: 74px 0 28px 0;
}

.single-activities .single-content * {
    color: #F1EEDD;
    text-align: center;
    font-weight: 400;
}

.single-activities .single-content p a {
    text-decoration: underline;
}

.single-activities .single-content p a:hover {
    color: #00953b;
}

.single-activities .single-content + .back-link {
    margin-bottom: 55px;
    margin-left: 0;
}

/* activity single End */



/* slider_testimonials */
.slider_testimonials {
    padding-top: 61px;
    padding-bottom: 11px;
}

.slider_testimonials .gallery_slider-wrap {
    padding-left: 94px;
    padding-top: 7px;
    max-width: 1010px;
    margin: auto;
    position: relative;
    left: -22px;
}

.slider_testimonials .gallery_slider-wrap:before {
    content: '';
    background-image: url(../images/quote.svg);
    width: 68px;
    height: 71px;
    display: block;
    position: absolute;
    left: 0px;
    top: 4px;
}

.slider_testimonials .content-inner {
        opacity: 0;
    transition: all 0.8s;
    transition-delay: 0.5s;
}
.slider_testimonials .slick-current .content-inner {
    opacity: 1;
}

 

.slider_testimonials .content-inner h3 {
    color: #F1EEDD;
    line-height: 1.06;
}

.slider_testimonials .content-inner span {
    color: #F1EEDD;
    font-size: 18px;
    font-weight: 700;
}

.slider_testimonials ul.slick-dots,
.mobile-slider ul.slick-dots,
.mobile-slider + .controls-cover ul.slick-dots{
    margin: 18px 0 0 0;
    padding: 0 45px 0 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 0 7px;
}

.slider_testimonials ul.slick-dots li,
.mobile-slider ul.slick-dots li,
.mobile-slider + .controls-cover ul.slick-dots{
    margin: 0;
    padding: 0;
    line-height: 0;
    width: 14px;
    text-align: center;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_testimonials ul.slick-dots li button,
.mobile-slider ul.slick-dots li button,
.mobile-slider + .controls-cover ul.slick-dots li button{
    width: 12px;
    font-size: 0;
    padding: 0;
    height: 12px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: #F1EEDD;
    opacity: 0.4;
    transition: all 0.3s;
    cursor: pointer;
}

.slider_testimonials ul.slick-dots li.slick-active button,
.mobile-slider ul.slick-dots li.slick-active button,
.mobile-slider + .controls-cover ul.slick-dots li.slick-active button{
    width: 14px;
    height: 14px;
    opacity: 1;

}
.mobile-slider + .controls-cover ul.slick-dots li{ margin: 0;     min-width: 14px;}
.mobile-slider ul.slick-dots,
.mobile-slider + .controls-cover ul.slick-dots{
    justify-content: center;
    padding: 0;
    width: 100%;
}
/* slider_testimonials End */
.inner-banner-content-main {
    position: relative;
    padding-top: 510px;
    padding-bottom: 50px;
}

.inner-banner-content-main .container {
    position: relative;
    z-index: 1;
    
}

.tree-img {
    background-image: url(../images/tree-bg.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* FAQ */
.faq-results .faq-item {
    padding: 0px 36px 0px 70px;

    background: #F2E7C7;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 3px solid #000;
}

.faq-results .faq-title {
    position: relative;
    margin: 0;
    font-size: 22px;
    font-family: "figtree", sans-serif;
    font-weight: 700;
    color: #000000;
    padding: 24px 0px;
    cursor: pointer;
}

.faq-results .faq-title::after {
    content: "";
    position: absolute;
    right: 0;
    transition: transform 0.3s;
}

.faq-results .faq-item.is-active .faq-title::after {}

.faq-results .faq-content {
    display: none;
    padding-top: 0;
    color: #000;
    padding-bottom: 30px;
}
.faq-results .faq-content ul,
.side-row-cards .d-flex .text-part ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq-results .faq-content ul li:before,
.side-row-cards .d-flex .text-part ul li:before{
    content: '';
    width: 4px;
    height: 4px;
    background: #000;
    position: absolute;
    border-radius: 50%;
    left: 5px;
    top: 12px;
}
.side-row-cards .d-flex.dark-style .text-part ul li:before{
    background-color: #F1EEDD;
}
.faq-results .faq-content ul li,
.side-row-cards .d-flex .text-part ul li{
    position: relative;
    padding-left: 20px;
}
.faq-results .faq-content > *,
li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.faq-results .faq-title span:after {
    content: '';
    width: 18px;
    height: 2px;
    background-color: #009A2D;
    display: block;
    bottom: 7px;
    position: absolute;
}

.faq-results .faq-title span:before {
    content: '';
    width: 2px;
    height: 18px;
    background-color: #009A2D;
    display: block;
    position: relative;
    left: 8px;
}

.faq-results .faq-title span {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: -36px;
    transform: rotate(0deg);
    transition: all 0.3s;
        top: 26px;
}

.faq-results .is-active .faq-title span {
    transform: rotate(45deg);
}

section.faqs {
    margin-bottom: 114px;
}

section.faqs .faq-wrap {
    position: relative;
    background-color: #082318;
    padding: 60px 50px;
    border-radius: 21px;
    overflow: hidden;
}
section.faqs .faq-wrap:after{
    border-radius: 24px;
}

section.faqs .faq-wrap {}

section.faqs .faq-wrap .faq-filter {
    margin-left: auto;
    margin-right: auto;
    max-width: 1001px;
    margin-top: 54px;
}

.heading-wrap h2 {
    color: #00911D;
}

.text-center {
    text-align: center;
}

section.faqs .faq-tabs {
    display: flex;
    margin-bottom: 69px;
    align-items: center;
}
.faq-results > p {
    color: #FFF;
    text-align: center;
}
section.faqs .faq-tabs button {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: uppercase;
    background: none;
    border: 0;
    background: none;
    padding: 17px 20px 16px 20px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
}

section.faqs .faq-tabs button.active {}

section.faqs .faq-tabs input[type="text"] {
    margin-left: auto;
    padding: 6px 24px;
    font-size: 18px;
    font-weight: 400;
    width: 348px;
    border: 1px solid rgb(255 255 255 / 50%);
    background: none;
    color: #FFF;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right 17px center;
    height: 50px;
    line-height: 1;
    border-radius: 5px;
}

section.faqs .faq-tabs button:after {
    content: '';
    background-color: #00A9E4;
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    border-radius: 5px;
    opacity: 0;
}

section.faqs .faq-tabs button.active:after {
    opacity: 1;
}

section.faqs .faq-tabs ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFF;
}

section.faqs .faq-tabs ::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
}

section.faqs .faq-tabs :-ms-input-placeholder {
    /* IE 10+ */
    color: #FFF;
}

section.faqs .faq-tabs :-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
}

/* FAQ End */



/* .block-list  */
.hide-div.now-show {
    min-height: 0px;
    height: 0 !important;
    position: absolute;
    display: none !important;
}
.block-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 35px 0px;
    margin-bottom: 16px;
}

.block-list .block-cover {
    width: 33.3%;
    padding: 0 15px;
}

.block-list .block-cover .block-cover-inn {
    background: #F4E9CD;
    padding: 9px;
    border-radius: 10px;
}

.block-list .block-cover .block-cover-inn figure {
    margin: 0 0 18px 0;
    position: relative;
    padding-bottom: 73%;
}

.block-list .block-cover .block-cover-inn figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    left: 0;
    top: 0;
}

.block-list .block-cover .block-cover-inn .is-content {
    position: absolute;
    background: #f4e9cd;
    margin: 0 -27px;
    padding: 0 25px 20px 25px;
    z-index: 2;
    border-radius: 10px;
    width: calc(100% + 18px);
}

.block-list .block-cover .block-cover-inn .text-part {
    position: relative;
    padding-bottom: 120px;
    margin: 0 0px 0px 0;
    padding-left: 18px;
    padding-right: 18px;
}

.block-list .block-cover .block-cover-inn .is-content p {
    font-size: 16px;
    line-height: 24px;
}

.block-list .block-cover .block-cover-inn .is-content:not(.active) p:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-list .block-cover .block-cover-inn .text-part h3 {
    font-family: Figtree;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.08;
}

.block-list .block-cover .block-cover-inn .text-part span.date {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 11px;
}

.block-list .block-cover .block-cover-inn .is-content {
    overflow: hidden;
}

.block-list .block-cover .block-cover-inn .is-content .content-cover {
    max-height: 4.5em;
    /* Approx. 3 lines */
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.block-list .block-cover .block-cover-inn .is-content.active .content-cover {
    max-height: 1020px;
    /* expand enough to show all */
    transition: max-height 0.6s ease;
}

@media (min-width: 992px) {
.block-list .block-cover .block-cover-inn .is-content.active .content-cover{max-height: 184px;
    transition: max-height 0.6s ease;
    overflow: auto;
    padding-bottom: 20px;
    margin-bottom: 40px;
        margin-right: -10px;
    padding-right: 20px;
    }
.block-list .block-cover .block-cover-inn .is-content .content-cover::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
  background-color: #d4d4d4;
}

.block-list .block-cover .block-cover-inn .is-content .content-cover::-webkit-scrollbar
{
  width: 2px;
  background-color: #999999;
}

.block-list .block-cover .block-cover-inn .is-content .content-cover::-webkit-scrollbar-thumb
{
  background-color: #000000;
}
     
}
.block-list .block-cover .block-cover-inn .is-content .read-more {
    display: inline-block;
    color: #000;
    cursor: pointer;
    font-weight: 300;
    margin-left: auto;
    font-size: 16px;
    position: relative;
    padding-right: 18px;
}

.block-list .block-cover .block-cover-inn .is-content .read-more:hover {
    text-decoration: underline;
}

.block-list .block-cover .block-cover-inn .is-content .set-bottom {
    display: flex;
    align-items: center;
    margin: 25px 0 4px 0;
    position: absolute;
    bottom: 11px;
    width: 100%;
    left: 0;
    padding: 0 25px;
}

.block-list .block-cover .block-cover-inn .is-content .set-bottom ul.social-share {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    gap: 0 14px;
}

.block-list .block-cover .block-cover-inn .is-content .set-bottom ul.social-share li {    margin: 0;}

.block-list .block-cover .block-cover-inn .is-content .set-bottom ul.social-share li i {}

.block-list .block-cover .block-cover-inn .is-content .set-bottom ul.social-share li a {
    background: #000;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    color: #F1EEDD;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 400;
}

.block-list .block-cover .block-cover-inn .is-content .set-bottom ul.social-share li a:hover {
    background: #FFF;
    color: #000;
}

.block-list .block-cover .block-cover-inn .is-content .read-more:after {
    content: "";
    position: absolute;
    right: 0;
    z-index: 11;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #01A13B;
    border-left: 2px solid #01A13B;
    transform: rotate(-135deg);
    top: 7px;
}

.block-list .block-cover.is-hover .block-cover-inn .text-part {
    padding-bottom: 10px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.block-list .block-cover.is-hover .block-cover-inn figure {
    padding-bottom: 84%;
    overflow: hidden;
    margin-bottom: 24px;
}

.block-list .block-cover.is-hover {}

.block-list .block-cover.is-hover .block-cover-inn {
    position: relative;
    height: 100%;
}

.block-list .block-cover.is-hover a.link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.block-list .block-cover.is-hover .block-cover-inn figure img {
    transform: scale(1.0);
    transition: all 0.5s;
}

.block-list .block-cover.is-hover:hover .block-cover-inn figure img {
    transform: scale(1.2);
}

.block-list .block-cover.is-hover .block-cover-inn .text-part h3 {
    margin-bottom: 11px;
}

/* .block-list End */



/* section.full_width_image  */

section.full_width_image {
        position: relative;
    z-index: 0;
}

section.full_width_image .heading-wrap {
    margin-bottom: 44px;
}

section.full_width_image .full_width_image-inner {
    text-align: center;
}

section.full_width_image .full_width_image-inner-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 745px;
    border: 12px solid #F3E8CB;
    border-radius: 12px;
    overflow: hidden;
}

.full_width_image .is-btn {
    margin-top: 56px;
}

/* section.full_width_image End */



/* section.sections_target  */
section.sections_target {
    z-index: 1;
    position: relative;
    margin: 45px 0 0 0;
    min-height: 53px;
}

section.sections_target.sticky {
    position: relative;
    z-index: 9;
}
section.sections_target.sticky .inner-cover {
    top: 0;
    opacity: 1;
}
.sections_target .inner-nav-slider {
    position: relative;
    z-index: 9;
}

.sections_target .inner-nav-slider .inner-cover {
    display: flex;
    justify-content: center;
    gap: 0 51px;
}

.sections_target .inner-nav-slider .inner-cover a {
    font-family: Figtree;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
    color: #F1EEDD;
    padding: 14px 0;
    display: inline-block;
}
.sections_target .inner-nav-slider .inner-cover a:hover {
    color: #00911d;
}



section.sections_target + section.artists {
    padding-top: 160px;

    margin-top: -98px;
    position: relative;
}

section.sections_target + section.artists:before {
    content: '';
    position: absolute;
    width: 100%;
    padding-bottom: 38.75%;
    top: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(180deg, #00140c 50%, rgba(8, 35, 24, 0) 89.96%);
    opacity: 0.5;
}

section.sections_target + section.artists > * {
    position: relative;
    z-index: 1;
}

section.sections_target + section.artists {}

section.sections_target.sticky .sections_target-inner {
    position: fixed;
    top: 145px;
    width: 100%;
    z-index: 8;
    background: #002e1c;
}

/* section.sections_target End */

/* section.artists  */
section.artists .heading-wrap {
    margin-bottom: 40px;
    max-width: 787px;
    margin-left: auto;
    margin-right: auto;
}
section.artists .heading-wrap p {
    font-weight: 600;
}

section.artists + section.artists {
    padding-top: 88px;
}

section.artists .heading-wrap p {
    color: #F1EEDD;
    letter-spacing: 0.008em;
}

section.artists .note-text {
    text-align: right;
    margin: 30px 0 0 0;
}

section.artists .note-text p {
    color: #F1EEDD;
    font-size: 16px;
    margin: 0;
    font-weight: 300;
}

section.artists .is-btn {
    text-align: center;
}

/* section.artists End */



/* side-row-cards  */
section.side-row-cards {
    padding: 70px 0 80px 0;
}
section.side-row-cards + section.side-row-cards {
    padding-top: 0;
}
section.side-row-cards .heading-wrap {
    margin-bottom: 57px;
}

section.artists .heading-wrap h2 {
    margin-bottom: 20px;
}

.side-row-cards .d-flex {
    display: flex;
    background-color: #082318;
    padding: 71px 80px 73px 75px;
    border-radius: 21px;
    gap: 0 68px;
    position: relative;
    overflow: hidden;

}
.side-row-cards .d-flex:after{
    border-radius: 23px;
}

.side-row-cards .d-flex + .d-flex {
    margin-top: 38px;
}

.side-row-cards .d-flex > * {
    position: relative;
    z-index: 1;
}

.side-row-cards .d-flex .text-part h2 {
    color: #00911D !important;
}
.side-row-cards .d-flex .text-part strong {
 
    line-height: 1.137;
    display: inline-block;
}
.side-row-cards .d-flex .text-part *:not(a) {
    color: #F1EEDD;
}

.side-row-cards .d-flex .img-part {
    max-width: 424px;
    width: 41%;
}
.side-row-cards .d-flex.dark-style .text-part a:not(.btn) {
    text-decoration: underline;
    color: #F1EEDD;
}
.side-row-cards .d-flex .text-part {
    width: 52%;
}


.side-row-cards .d-flex .img-part .is-img {
    height: 100%;
}

.side-row-cards .d-flex .img-part figure {
    margin: 0;
    border: 12px solid #F3E8CB;
    border-radius: 12px;
    background: #F3E8CB;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.content-side-map .is-img {
    border: 12px solid #f3e8cb;
    border-radius: 10px;
}
.content-side-map .is-img p {
    margin: 0;
    line-height: 0;
}
.side-row-cards .d-flex .img-part figure img {
    border-radius: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-row-cards .d-flex.img-right .img-part {
    order: 2;
}

.side-row-cards .d-flex.img-right .text-part {
    order: 1;
}
.side-row-cards .d-flex.light-style .text-part span {
    color: #006127;
}
.side-row-cards .d-flex.light-style {
    background: #F4E9CD;
}

.side-row-cards .d-flex.light-style .text-part * {
    color: #000;
}

.side-row-cards .d-flex.light-style .text-part h2 {    color: #000 !important;}

.side-row-cards .d-flex.light-style .img-part figure {
    border-color: #000;
    background-color: #000;
}
.side-row-cards .d-flex.light-style a.btn.btn-primary:hover {
    border-color: #000;
}
.btn-soldout span.btn {
    padding: 9px 28px 10px 28px;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #006127 !important;
    text-decoration: none;
    border: 2px solid #006127;
    display: inline-block;
    border-radius: 5px;
}

.side-row-cards .d-flex.img-right .text-part a.btn {
    display: inline-block;
}

.side-row-cards .d-flex .text-part p {
    margin: 0 0 21px 0;
}

.side-row-cards .d-flex .text-part ul {
    margin: 0;
    padding: 0 0 0 0px;
    font-size: 18px;
}

.side-row-cards .d-flex .text-part ul li {
    margin-bottom: 6px;
    line-height: 1.6;
}

.side-row-cards .d-flex .text-part ul + p {
    margin-top: 20px;
}

.side-row-cards .d-flex .text-part .btn {
    display: inline-block;
}

.side-row-cards .d-flex .text-part p + ul {
    margin-top: -10px;
}

.side-row-cards .d-flex .text-part .is-btn {
    margin-top: 32px;
}

/* side-row-cards  End */



/* section.icon-list */
section.icon-list {
    padding: 100px 0;
}
section.icon-list .heading-wrap h2 {
    color: #F1EEDD;
}
section.icon-list .icon-list-inner-item {
    display: flex;
}

section.icon-list .icon-list-inner-item .icon-list-inner-item-icon {
    text-align: center;
    width: 25%;
        padding: 0 10px;
}

section.icon-list .icon-list-inner-item .icon-list-inner-item-icon h3 {
    font-size: 18px;
    color: #F1EEDD;
    font-family: "figtree", sans-serif;
    line-height: 1.55;
}

section.icon-list .icon-list-inner-item .icon-list-inner-item-icon figure {
    margin: 0 0 10px 0;
    padding: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.icon-list .heading-wrap {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}
section.icon-list .heading-wrap p {
   
    color: #F1EEDD;
}
/* section.icon-list  End */



/* full-width-video-inner */

section.full-width-video {
     
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
 
    position: relative;
}
 
section.full-width-video:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #032216;
    z-index: 0;
    opacity: 0.90;
}

section.full-width-video * {
    position: relative;
    z-index: 1;
}
.full-width-video-inner {
    padding: 80px 0;
}

.full-width-video-inner .video-iframe {
width: 100%;
    position: relative;
    padding-bottom: 56%;
    border-radius: 21px;
    overflow: hidden;
    border: 3px solid #000000;
}
.full-width-video-inner .video-iframe.mp4 {
    padding-bottom: 0;
    line-height: 0;
}
.full-width-video-inner .video-iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.full-width-video-inner video {
    width: 100%;
}
.full-width-video .full-width-video-inner {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1129px;
}

/* full-width-video-inner  End */

section.activities {
    padding: 0px 0 130px 0;
}

section.activities .heading-wrap {
    margin-bottom: 49px;
}

/* Footer */
footer.site-footer {

    padding-top: 70px;
}

footer.site-footer .footer-wrap {
    display: flex;
    justify-content: space-between;
}

footer.site-footer .footer-wrap .contact-info {
    max-width: 245px;
}

ul.social-media {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

ul.social-media li {
    margin-right: 18px;
}

ul.social-media li a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    background-color: #01B1E6;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    color: #000;
}

ul.social-media li a:hover {
    background-color: #FFF;
    color: #000;
}

footer.site-footer .footer-wrap .site-updates {
    max-width: 515px;
}



footer.site-footer .footer-wrap .site-updates .inner {
    background: #0A3326;
    border-radius: 17px;
    padding: 33px 48px 39px 48px;
    position: relative;
    overflow: hidden;
}
footer.site-footer .footer-wrap .site-updates .inner:after{
        border-radius: 20px;
}
footer.site-footer .footer-wrap .site-updates .inner > * {
    position: relative;
    z-index: 1;
}
footer.site-footer .footer-wrap .site-updates .inner div.gform_confirmation_message {
    text-align: center;
    color: #FFF;
}
footer.site-footer .footer-wrap .site-updates .inner h3 {
    font-size: 60px;
    text-align: center;
    color: #03A544;
}


footer.site-footer .footer-wrap .site-updates .inner p {
    text-align: center;
    color: #F1EEDD;
 
    letter-spacing: 0;
    font-weight: 700;
}

footer.site-footer .footer-wrap .contact-info p {
    color: #FFF;
    line-height: 1.6;
}

footer.site-footer .footer-wrap .contact-info p a {
    color: #FFF;
}
footer.site-footer .footer-wrap .contact-info p a:hover {
    color: #03a544;
}
footer.site-footer .site-info {
    top: 0px;
}

footer.site-footer .site-info p {
    text-align: center;
    color: #989288;
    font-size: 15px;
    padding: 40px 0;
    font-weight: 400;
    margin: 0;
}

/* Footer End */

/* Footer Form */


.gform_wrapper.gravity-theme .gform_validation_errors {
    display: none !important;
}

footer.site-footer .footer-wrap .site-updates .inner form {
    position: relative;
}

footer.site-footer .footer-wrap .site-updates .inner form .gform-body.gform_body {
    padding: 5px;
    background: #F1EEDD;
    border-radius: 5px;
    height: 50px;
}

footer.site-footer .footer-wrap .site-updates .inner form .gform-footer {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
}

footer.site-footer .footer-wrap .site-updates .inner form .gform-footer input[type="submit"] {
    background: #03A544;
    border: 0;
    padding: 12px 23px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
}

footer.site-footer .footer-wrap .site-updates .inner form .gform-footer input[type="submit"]:hover {
    background: #000;
    color: #03A544;
}

footer.site-footer .footer-wrap .site-updates .inner form .gform-body.gform_body .gfield_error .gfield_description {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font-weight: 500;
    position: absolute;
    top: 100%;
    color: #FFF;
}

footer.site-footer .footer-wrap .site-updates .inner form .gform-body.gform_body .gfield {
    width: calc(100% - 150px);
    padding-left: 12px;
}

footer.site-footer .footer-wrap .site-updates .inner form .gform-body.gform_body .gfield input[type=email] {
    border-radius: 0;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: none;
    font-size: 15px;
    padding: 7px 3px;
    letter-spacing: -0.025em;
        border: 0 !important;
}

/* Footer Form End */

@media (min-width: 1366px) {
    .inner_hero_banner{
            padding-top: 10%;
    }
    .main-navigation .top-btns a.btn {
        padding: 12px 47px;
    }
    section.icon-list .heading-wrap h2{
        font-size: 80px;
    }

    .inner-banner-content-main .inner-banner-content .buttons-group a.btn {
        padding: 12px 21px;
    }
    footer.site-footer .footer-logo {
    padding-top: 21px;
}
    
    footer.site-footer .footer-wrap .contact-info {
    padding-top: 32px;
}
    footer.site-footer .footer-wrap .contact-info ul.social-media {
    margin-top: 35px;
}
    footer.site-footer .footer-wrap .site-updates .inner p {
        margin-left: auto;
    margin-right: auto;
    max-width: 389px;
}
    .single-activities .back-link {
    margin-left: -55px;
}
    section.faqs .faq-tabs{
            padding-left: 19px;
    }
    section.faqs .faq-tabs button:nth-of-type(2) {
    padding-left: 55px;
    padding-right: 57px;
}
    
section.faqs .faq-tabs button:nth-of-type(3) {
    padding-left: 19px;
    padding-right: 82px;
}
    section.icon-list .heading-wrap p {
    font-size: 22px;
    
}
}