a {
    color: #000;
}

.nav-dir-horizontal.nav-pos-ver-bottom {
    width: 100% !important;
    max-width: inherit !important;
    background: rgba(51, 161, 177, 0.3) !important;
    display: flex;
    justify-content: center;
    padding: 0px !important;
    height: 100px !important;
    max-height: inherit !important;
    top: 103% !important;
}

.tp-tab-mask {
    width: 100% !important;
    display: flex;
    justify-content: center;
    height: 100% !important;
    max-height: inherit !important;
    max-width: 1200px !important;
}

.mobile-menu-btn {
    display: none;
}

.tp-tabs-inner-wrapper {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    justify-content: left;
}

.tp-tabs-inner-wrapper .tp-tab {
    width: 25% !important;
    box-sizing: border-box;
    position: relative;
    left: 0px !important;
    border-bottom: none !important;
    border-top: 4px solid transparent !important;
}

.experience-sec .hesperiden .tp-tab-image {
    display: none !important;
}

.experience-sec .hesperiden .tp-tab-content {
    padding: 15px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 15px !important;
    color: #fff !important;
}

.experience-sec .hesperiden .tp-tab-title {
    color: #fff !important;
}

.experience-sec .hesperiden .tp-tab {
    height: 100px !important;
}

.experience-sec .hesperiden .tp-tab.rs-touchhover,
.experience-sec .hesperiden .tp-tab.selected {
    background: rgba(72, 178, 194, 0.3) !important;
    border-top: 4px solid #33c1d7 !important;
}

.banner-btn {
    width: 150px;
    height: 52px;
    line-height: 52px !important;
    text-align: center !important;
    font-size: 14px;
    text-align: center;
    display: block;
    background-color: #709d93;
    color: #fff;
    border-radius: 50px !important;
    font-family: 'Mont-Book' !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;

}

.banner-btn:hover {
    background-color: #33766c;
}

.main-banner-title {
    text-transform: uppercase;
    font-family: 'Mont-SemiBold' !important;
}

.banner-paragraph {
    font-family: 'Mont-Book' !important;
}

.create-memories-sec {
    /* background-size: cover !important; */
    position: relative;
}

.create-memories-sec .container {
    position: relative;
}

.main-tree-image {
    position: absolute;
    right: 0px;
    bottom: 5%;
}

.main-first-umbrella {
    position: absolute;
    right: -56px;
    bottom: 29%;
}

.main-first-umbrella-second {
    position: absolute;
    right: 47%;
    bottom: -13%;
}

.cloud-main {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: 99;
}


.clouds-1,
.clouds-2,
.clouds-3,
.clouds-4 {
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
}

.clouds-1 {
    background-position: 400px 100px;
    z-index: 7;
}

.clouds-2 {
    background-position: 100px 1000px;
    z-index: 8;
}


.clouds-3 {
    background-position: 350px center;
    z-index: 9;
}

.clouds-4 {
    background-position: -100px 450px;
    z-index: 9;
}


@keyframes clouds-loop-1 {
    to {
        background-position: 1200px 100px;
    }
}

.clouds-1 {
    background-image: url("../images/cloud1.png");

}

.create-memories-sec.active .clouds-1 {
    animation: clouds-loop-1 150s infinite ease;
}

@keyframes clouds-loop-2 {
    to {
        background-position: 1200px 1000px;
    }
}

.clouds-2 {
    background-image: url("../images/cloud-bottm.png");
}

.create-memories-sec.active .clouds-2 {
    animation: clouds-loop-2 140s infinite ease;
}

@keyframes clouds-loop-3 {
    to {
        background-position: 1200px center;
    }
}

@keyframes clouds-loop-4 {
    to {
        background-position: 1200px 450px;
    }
}

.clouds-3 {
    background-image: url("../images/cloud-right.png");

}

.create-memories-sec.active .clouds-3 {
    animation: clouds-loop-3 160s infinite ease;
}

.clouds-4 {
    background-image: url("../images/cloud-left.png");

}

.create-memories-sec.active .clouds-4 {
    animation: clouds-loop-4 160s infinite ease;
}

.create-memories-sec .content {
    position: relative;
    z-index: 999;
}

.error-404 {
    padding: 80px 0px;
}

.error-404 h1 {
    font-size: 38px;
}

.error-404 h4 {
    font-size: 20px;
    font-family: 'Mont-SemiBold';
}

.error-404 ul {
    margin-bottom: 35px;
    padding-left: 16px;
}

.error-404 ul li {
    font-size: 15px;
    margin-bottom: 10px;
}

.load-more-btn {
    padding: 10px 15px;
    display: inline-block;
    background-color: #000;
    color: #fff;
}

.header {
    transition: all 0.3s linear !important;
    -moz-transition: all 0.3s linear !important;
    -webkit-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
}

.scroll-down header {
    background: transparent;
    background: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    top: -100px;
}

.scroll-up header {
    position: fixed;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9999;
    top: 0px;
}

.scroll-up .header .main-nav ul li a {
    color: #000;
}

.scroll-up .header .logo img {
    filter: invert(100%);
}

/*.create-memories-sec.about {
    background: url(../images/create-memories-bg.jpg) no-repeat right 0 !important;
}*/

.create-memories-sec.about .main-tree-image {
    position: absolute;
    right: 0px;
    top: 2%;
}

.create-memories-sec.about .main-first-umbrella {
    position: absolute;
    right: -70px;
    bottom: 42%;
}

.create-memories-sec.about .main-first-umbrella-second {
    position: absolute;
    right: 53%;
    bottom: 5%;
}



.header .wpml-ls-legacy-dropdown {
    border: 0;
    padding: 0;
    clear: none;
    float: right;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    width: auto;
}

.header .wpml-ls-legacy-dropdown>ul {
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}

.header .wpml-ls-legacy-dropdown a {
    background: #48b2c2 !important;
    padding: 6px 15px 5px;
    border-radius: 30px;
    min-width: 64px;
    position: relative;
    border: none;
}

.header .wpml-ls-legacy-dropdown a:hover {
    background: #48b2c2;
}

.header .wpml-ls-legacy-dropdown a span {
    color: #fff;
    font-family: "Mont-SemiBold";
}

.wpml-ls-legacy-dropdown a span {
    vertical-align: middle;
}

.header .wpml-ls-legacy-dropdown a:after {
    content: "";
    background: url(../images/caret-down.svg) no-repeat 0 center;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 19px;
}

.header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: "";
    vertical-align: inherit;
    display: inline-block;
    border: none;
    border-top: none;
    position: static;
    right: inherit;
    top: inherit;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none;
    padding-top: 1px;
}

.filters-mobile-dropdown {
    display: none;
    width: 100%;
    margin-top: -100px;
    position: relative;
    margin-bottom: 50px;
    z-index: 9;
}

.filters-mobile-dropdown select {
    width: 100%;
    height: auto;
    border: 1px solid #e8dfe7;
    height: 60px;
    line-height: 60px;
    padding: 0px 15px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    color: #919191;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 15px;

}

.search-widget .inner .each .styled-select:before {
    display: none;
}

.search-widget .inner .each .styled-select select {
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    color: #313131;
    background-image: url(../images/select-arrow-black.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
}

.search-widget .inner .each .styled-select select {
    -webkit-appearance: none;
    appearance: none;
}

.filters-mobile-dropdown select {
    -webkit-appearance: none;
    appearance: none;
}

.search-widget .inner .each input {
    -webkit-appearance: none;
    appearance: none;
}

.header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:after {
    display: none !important;
}

.filter-btn {
    width: 100%;
    height: auto;
    border: 1px solid #e8dfe7;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
    color: #919191;
    background-image: url(../images/filter.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    margin-top: -75px;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
    display: none;
    cursor: pointer;
}


.nice-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e8dfe7;
    border-radius: 6px;
    margin-bottom: 40px;
}

.nice-select.open .list {
    width: 100%;
    font-size: 14px;
}

.nice-select .option.selected {
    font-weight: 500;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #48b2c2;
    color: #fff;
    font-size: 14px;
}

.nice-select::after {
    border-bottom: 2px solid #797979;
    border-right: 2px solid #797979;
    height: 7px;
    margin-top: -5px;
    width: 7px;
}


.search-widget .inner .each .nice-select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dddddd;
    border-radius: 30px;
    margin-bottom: 0px;
}

.search-widget .inner .each .nice-select.open .list {
    width: 100%;
    font-size: 14px;
}

.search-widget .nice-select .option.selected {
    font-weight: 500;
}

.search-widget .nice-select .option:hover,
.search-widget .nice-select .option.focus,
.search-widget .nice-select .option.selected.focus {
    background-color: #48b2c2;
    color: #fff;
    font-size: 14px;
}

.search-widget .nice-select::after {
    border-bottom: 2px solid #797979;
    border-right: 2px solid #797979;
    height: 7px;
    margin-top: -5px;
    width: 7px;
}

.filters-mobile-dropdown .nice-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e8dfe7;
    border-radius: 6px;
    margin-bottom: 0px;
}

.filters-mobile-dropdown .nice-select.open .list {
    width: 100%;
    font-size: 14px;
}

.filters-mobile-dropdown .nice-select .option.selected {
    font-weight: 500;
}

.filters-mobile-dropdown .nice-select .option:hover,
.filters-mobile-dropdown .nice-select .option.focus,
.filters-mobile-dropdown .nice-select .option.selected.focus {
    background-color: #48b2c2;
    color: #fff;
    font-size: 14px;
}

.filters-mobile-dropdown .nice-select::after {
    border-bottom: 2px solid #797979;
    border-right: 2px solid #797979;
    height: 7px;
    margin-top: -5px;
    width: 7px;
}

.pagination-ul {
    display: flex;
    margin-top: 50px;
    text-align: center;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination-ul li {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin: 0px 5px;
    border: 1px solid #777;
    color: #000;
}

.pagination-ul li a.page-numbers.current {
    width: 100%;
    height: 100%;
    background: #48b2c2;
    display: block;
    color: #fff;
}

.pagination-ul li a.page-numbers {
    color: #000;
}


.two-items-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.two-items-carousel .owl-stage .owl-item {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #d8d8d8;
}

.content-with-thumbnail .content {
    padding: 40px;
    border: none !important;
    border-top: 0;
}


.listing-sect {
    padding: 80px 0px;
}

.listing-sect h5 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}


@media screen and (min-width:1081px) and (max-width:1440px) {
    .clouds-2 {
        background-position: 100px 850px;
    }
}

@media only screen and (max-width: 834px) {

    .filters-mobile-dropdown {
        display: block;
    }

    .filters-mobile-dropdown .nice-select {
        margin-bottom: 40px;
    }

    .clouds-2 {
        background-position: -150px 0px;
        z-index: 8;
        background-size: 400px;
    }

    @keyframes clouds-loop-2 {
        to {
            background-position: 1200px 0px;
        }
    }

    @keyframes clouds-loop-3 {
        to {
            background-position: 1200px 65px;
        }
    }

    .cloud-main {
        min-height: 100%;
    }

    .clouds-3 {
        background-position: -78px 220px;
        z-index: 9;
        background-size: 260px;
    }

    .filter-btn {
        margin-top: -95px;
    }



    .search-widget {
        display: none;
    }

    .search-widget.visible {
        display: block;
    }

    .search-widget .inner .each input {
        padding-right: 15px;
    }

    .filters-mobile-dropdown select {
        background-size: 14px;
    }

    .search-widget .inner .each .styled-select select {
        padding: 0px 20px;
    }

    .search-widget {
        padding: 10px;
        border-radius: 6px;
        margin: 0px 0 0;
    }

    .search-widget .inner {
        width: 100%;
    }

    .search-widget .inner .each {
        width: 100%;
        margin-top: 15px;
        padding: 0 0;
    }

    .search-widget .btn-rounded {
        width: 100%;
        margin-top: 15px;
    }

    .filters-mobile-dropdown.events {
        margin-top: 10px;
    }

    .filters-nav.desktop {
        display: none;
    }

    .header {
        padding: 40px 0px;
    }

    .mobile-menu-btn span:nth-child(1) {
        top: -7px;
    }

    .mobile-menu-btn span:nth-child(3) {
        top: 7px;
    }

    .mobile-menu-btn.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
    }

    .mobile-menu-btn.active span:nth-child(2) {
        display: none;
    }

    .mobile-menu-btn.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0px;
    }

    .mobile-menu-btn {
        line-height: 45px !important;
    }

    .mobile-menu-btn span {
        position: absolute;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    body.active header {
        position: fixed !important;
        top: 0px !important;
        z-index: 9999;
        background: #fff;
        padding: 20px 0px;
    }

    body.active .header .logo img {
        filter: invert(100%);
    }

    body.active .header .mobile-menu-btn {
        color: #000;
    }

    body.active .header .mobile-menu-btn span {
        background-color: #000;
    }

    .header .main-nav {
        top: 75px !important;
    }

    /* .subpage-banner .page-title {
        font-size: 45px;
        padding-top: 200px;
        padding-left: 30px;
    } */

    /* .create-memories-sec {
        background-image: url(../images/mobile-memory-bg.jpg) !important;
        background-size: 100% !important;
        min-height: auto;
        padding-bottom: 60px;
    } */

    .create-memories-sec h2 {
        font-size: 60px;
        line-height: 60px;
        padding-top: 0px;
        text-align: center;
    }

    .create-memories-sec .content {
        padding-top: 65%;
        max-width: initial;
        text-align: center;
    }

    .main-first-umbrella {
        position: absolute;
        right: -10px;
        bottom: 50%;
        width: 90px;
    }

    .main-tree-image {
        position: absolute;
        /* right: -150px;
        bottom: 22%; */
    }

    .main-first-umbrella-second {
        position: absolute;
        right: 46%;
        bottom: 35%;
        width: 50px;
    }

    .create-memories-sec .content p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .mobile-menu-btn {
        display: block;
    }

    .create-memories-sec.about {
        min-height: 0;
    }

    .create-memories-sec.about h2 b {
        display: none;
    }

    .create-memories-sec.about .content {
        padding-top: 65%;
    }

    .create-memories-sec.about .main-tree-image {
        top: 43%;
        right: -150px;
    }

    .create-memories-sec.about .main-first-umbrella {
        right: -10px;
        bottom: unset;
        top: 32%;
        width: 90px;
    }



    .create-memories-sec.about .main-first-umbrella-second {
        right: 46%;
        bottom: 35%;
        width: 50px;
    }

    .subpage .listing-row .col:nth-last-child(2) {
        margin-bottom: 25px;
    }

    .filter-btn {
        display: block;
    }

    .create-memories-sec:not(.about) .main-tree-image {
        top: 43%;
        bottom: unset;
        right: -50px;
    }

    .create-memories-sec:not(.about) .main-tree-image img {
        max-width: 180px;
    }

    .filters-mobile-dropdown {
        margin-top: -145px;
    }

    .listing-sect h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .listing-sect {
        padding: 40px 0px;
    }


}

@media (max-width: 520px) {
    /* .header {
        padding: 20px 0 !important;
    } */

    .header .mobile-menu-btn {
        top: 9px !important;
    }

    .create-memories-sec h2 {
        font-size: 45px;
        line-height: 45px;
    }

    .main-first-umbrella {
        width: 80px;
    }

    .main-first-umbrella-second {
        width: 40px;
    }

    .create-memories-sec .main-tree-image img {
        max-width: 220px;
    }

    .create-memories-sec {
        padding-bottom: 70px;
    }

    .create-memories-sec h2 {
        position: relative;
        top: -20px;
    }

    .create-memories-sec.about .main-first-umbrella {
        top: 20%;
        width: 80px;
    }

    .create-memories-sec.about .main-first-umbrella-second {
        right: 40%;
        bottom: unset;
        width: 40px;
        top: 33%;
    }

    .create-memories-sec.about .main-tree-image {
        top: 30%;
    }

    .filters-mobile-dropdown {
        margin-top: -125px;
    }

    .filters-mobile-dropdown select {
        height: 50px;
        line-height: 46px;
        font-size: 17px;
    }

    .create-memories-sec:not(.about) .main-tree-image {
        top: 45%;
        bottom: unset;
        right: -50px;
    }

    .create-memories-sec:not(.about) .main-tree-image img {
        max-width: 125px;
    }

    .filter-btn {
        margin-top: -75px;
    }
}

@media (max-width: 400px) {
    .create-memories-sec h2 {
        font-size: 45px;
        line-height: 45px;
        position: relative;
        top: -30px;
    }

    .main-first-umbrella {
        bottom: 56%;
        width: 75px;
    }

    .main-first-umbrella-second {
        right: 41%;
        bottom: 45%;
    }

    .main-tree-image {
        top: 33%;
    }

    .create-memories-sec.about .main-first-umbrella {
        top: 14%;
    }

    .create-memories-sec.about .main-first-umbrella-second {
        right: 38%;
        top: 25%;
    }

    .create-memories-sec.about .main-tree-image {
        top: 23%;
    }

    .create-memories-sec:not(.about) .main-tree-image {
        top: 41%;
        bottom: unset;
        right: -50px;
    }

    .create-memories-sec:not(.about) .main-tree-image img {
        max-width: 125px;
    }
}