<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #ffffff;
    color: #333333;
    font-family: rubik, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h1, h2, h3 {
    font-family: 'Lobster', cursive;
    color: #2FA13F
}
a {
    color: #007bff;
    text-decoration: none;
}
p, li {
    line-height: 1.7;
}
#top__bar {
    background: #2FA13F;
    padding: 5px 0;
}
.top__bar__links {
    text-align: right;
    color: #ffffff;
    font-size: 14px;
    padding-top: 3px;
}
header {
    padding: 5px 0;
    box-shadow: 0 10px 5px -6px #eeeeee
}
ul.navbar-nav {
    font-size: 15px;
}
ul.navbar-nav li {
    position: relative;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.9);
}
.dropdown-menu {
    font-size: inherit;
}
.navbar-nav .dropdown-menu {
    padding: 0;
}
.page__image {
    position: relative;
}
.page__image .page__title {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
    justify-content: center;
}
.page__title h1 {
    font-size: 25px;
}
.page__title__arae {
    background: rgba(0, 0, 0, .2);
    color: #ffffff;
    padding: 20px 30px;
    font-size: 35px;
}
#page___container h1 {
    text-align: center;
    font-size: 30px;
}
#page___container h2 {
    text-align: center;
    font-size: 25px;
}
.card {
    overflow: hidden;
    margin-bottom: 30px;
}
.card-image {
    height: 200px;
    position: relative;
}
.card-image img {
    width: 100%;
    height: 100%;
}
.card__category {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    background: rgba(0, 0, 0, .2);
}
.card__category a {
    color: #ffffff;
    display: block;
    padding: 10px;
}
.vision-box {
    padding: 150px;
}
.vision-box .elementor-heading-title:after {
    display: none;
}
.mw-75 {
    max-width: 75%;
    margin: 0 auto;
}
.elementor-heading-title:after {
    display: block;
    width: 2.5rem;
    height: 0.125rem;
    background-color: #2FA13F;
    content: " ";
    margin: 1.5rem auto 0;
}
.no-bar .elementor-heading-title:after {
    display: none;
}
.abs__div {
    position: relative;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    overflow: hidden;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.abs__div::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.2s ease-in-out;
    background: linear-gradient(180deg, #1e2022 0%, transparent 50%);
}
.abs__div .abs__div__name {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}
.abs__div .abs__div__name:after {
    display: block;
    width: 2.5rem;
    height: 0.125rem;
    background-color: #ffffff;
    content: " ";
    margin: 1rem 0 0;
}
.abs__div:hover {
    transform: translateY(-3px);
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 30%);
}
.abs__div img {
    width: 100%;
}
.row-mh .abs__div {
    min-height: 350px;
    overflow: hidden;
}
.row-mh .abs__div img {
    height: 100%;
    width: auto;
    max-width: none;
}
.single__page {
    margin: 20px 0 30px;
}
.single__page h1 {
    font-size: 30px;
}
.article {
}
.post-image img {
    width: 100%;
}
.post {
    padding: 20px 0;
}
.post h2 {
    font-size: 20px;
}
.post-meta {
    margin: 10px 0;
}
.post-meta ul {
    display: flex;
    list-style: none;
    padding: 0;
}
.post-meta ul li {
    margin-right: 20px;
}
.blog-sidebar .card-header {
    padding: 15px;
}
.blog-sidebar .card-header h3 {
    font-size: 17px;
}
.wp-widget-group__inner-blocks {
    padding: 10px;
}
.wp-widget-group__inner-blocks ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.wp-widget-group__inner-blocks ul li {
    border-bottom: 1px solid #e5e5e5;
}
.wp-widget-group__inner-blocks ul li:last-child {
    border-bottom: none;
}
.wp-widget-group__inner-blocks ul li a {
    display: block;
    padding: 10px;
}
.page-content h1, .page-content h2, .page-content h3 {
    font-family: inherit;
    color: inherit;
}
#sidebar h1, #sidebar h2, #sidebar h3 {
    font-family: inherit;
    color: inherit;
}
.page-content h5 {
    background: #2FA13F;
    padding: 10px;
    color: #ffffff;
}
.itinerary__row .itinerary__title {
    font-weight: 500;
}
.itinerary__row p {
    margin: 10px 0 0;
}
.itinerary__row + .itinerary__row {
    margin-top: 20px;
}
.form-group + .form-group {
    margin-top: 10px;
}
.form-group label {
    margin-bottom: 5px;
    font-size: 14px;
}
.form-control, .form-control:focus {
    outline: 0 none;
    box-shadow: none;
}
label.error {
    color: #ff0000;
}
.form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
footer {
    background: #121212;
    padding: 30px 0 30px;
    margin-top: 50px;
}
.footer__nav ul {
    display: flex;
    justify-content: center;
}
.footer__nav ul li {
    margin: 0 15px;
}
.footer__nav a {
    color: #ffffff;
}
.header__social.social__links ul {
    justify-content: start;
}
.header__social.social__links ul li a {
    padding: 0;
    border-radius: 40%;
    background: transparent;
    color: #ffffff;
}
.footer__social {
    font-size: 20px;
    margin-top: 30px;
}
.social__links ul {
    display: flex;
    justify-content: center;
}
.social__links ul li {
    margin: 0 5px;
}
.social__links ul li a {
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 3px;
}
.copyright {
    margin-top: 30px;
    text-align: center;
    color: #999999;
    font-size: 14px;
}
.navigation {
    justify-content: center;
}
.navigation .nav-links span, .navigation .nav-links a {
    border: 1px solid #007bff;
    padding: 5px 10px;
}
.card-header {
    background: #ff3e00;
    color: #ffffff;
}
.package__list {
    display: flex;
    padding: 10px;
    text-align: left;
}
.package__list__image {
    max-width: 300px;
    max-height: 200px;
    overflow: hidden;
}
.package__list img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
.package__list + .package__list {
    margin-top: 30px;
}
.package__list__title {
    font-size: 18px;
}
.package__list__category a {
    font-size: 14px;
    color: #555555;
}
.package-filter {
    margin-top: 30px;
}
.price__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2FA13F;
    padding: 5px 10px;
    font-size: 14px;
    margin: 10px 0;
    color: #ffffff;
}
.price__row i {
    /*color: #777777;*/
}
.price__row p {
    margin: 0;
}
.price__row .price {
    font-size: 18px;
}
.btn-custom {
    background: #FED804;
}
.btn-custom:hover {
    background: #eeca01;
}
.btn-orange {
    background: #ff3e00;
    color: #ffffff;
}
.btn-orange:hover {
    background: #e24310;
    color: #ffffff;
}
.accordion-button::after {
    background: none;
    font-family: 'FontAwesome';
    content: '\f067';
}
.accordion-button:not(.collapsed)::after {
    background: none;
    content: '\f068';
}
#videoModal .modal-header {
    right: 20px;
    top: 10px;
    z-index: 999;
    border: 0 none;
    background: #ffffff;
}
#videoModal .modal-header button {
    padding: 0;
    margin: 0;
}
ul.pagination {
    justify-content: center;
}
.page-item.active .page-link {
    background-color: #2FA13F;
    border-color: #2FA13F;
}
.page-link {
    color: #2FA13F;
}
@media only screen and (min-width: 991px) {
    ul.navbar-nav li.megamenu {
        position: inherit;
    }
    ul.navbar-nav li.megamenu ul {
        columns: 4;
        width: 100%;
    }
}
@media only screen and (max-width: 1100px) {
    .mw-75 {
        max-width: 80%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 991px) {
    .vision-box {
        padding: 100px;
    }
    .mw-75 {
        max-width: 90%;
        margin: 0 auto;
    }
    .package__list {
        display: block;
        text-align: center;
    }
    .package__list__image {
        margin: 0 auto 20px;
    }
}
@media only screen and (max-width: 768px) {
    .header__social.social__links ul {
        justify-content: center;
    }
    .top__bar__links {
        text-align: center;
        margin-top: 5px;
    }
    .mw-75 {
        max-width: 90%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 550px) {
    .vision-box {
        padding: 100px 0;
    }
    .package__list__image img {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .n2-ss-slider .n2-ss-text {
        font-size: 25px !important;
    }
}
@media only screen and (max-width: 550px) {
    .n2-ss-slider .n2-ss-text {
        font-size: 20px !important;
    }
}</pre></body></html>