/*!
Theme Name: WP Tour Package
Theme URI: https://rarathemes.com/wordpress-themes/tour-package/
Author: Rara Theme
Author URI: https://rarathemes.com/
Description: WP Tour Package is a responsive WordPress theme for tour and travel package booking. It is a good fit for all kinds of tours and travel operators. It uses WP Travel Engine WordPress plugin (https://wordpress.org/plugins/wp-travel-engine/). You can add trips, destinations, and trip types, feature travel activities, highlight your specialties and allow visitors to book the trips. The stunning design combined with modern CSS effects and animation will make your visitors feel like they are already on a trip. WP Tour Package WordPress theme is speed optimized, translation ready, SEO-friendly and mobile-friendly. Apart from travel booking companies, you can also use WP Tour Package theme for travel blogging, hotel, spa, bed and breakfast, luxury resort, reservation, tour operator, tourism, transports and car booking. Check the demo at https://rarathemes.com/previews/?theme=tour-package/, documentation at https://docs.rarathemes.com/docs/tour-package/, and get support at https://rarathemes.com/support-ticket/.
Template: travel-agency
Version: 1.1.2
Requires PHP: 5.6
Tested up to: 6.7
Requires at least: 4.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-tour-package
Tags: blog, one-column, two-columns, right-sidebar, footer-widgets, custom-background, custom-header, custom-menu, custom-logo, featured-images, threaded-comments, rtl-language-support, translation-ready, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Tour Package is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

:root {
    --primary-color: #00aeef;
    --primary-color-rgb: 0, 174, 239;
    --secondary-color: #00aeef;
    --secondary-color-rgb: 0, 174, 239;
    --tac-primary-color: var(--primary-color);
}

/*===================================
 Header Four style
===================================*/
.header-four {
    position: relative;
    z-index: 2;
}

.header-four .header-t {
    padding: 0;
}

.header-four .header-t .left {
    float: left;
}

.header-four .header-t .opening-time {
    float: left;
    margin-right: 20px;
    padding: 12px 20px 11px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header-four .header-t .opening-time svg {
    font-size: 14px;
    margin-right: 5px;
}

.header-four .header-t .email-link {
    float: left;
    color: #fff;
    padding: 12px 0 11px;
}

.header-four .header-t .email-link svg {
    font-size: 15px;
    margin-right: 5px;
}

.header-four .header-t .right {
    float: right;
}

.header-four .social-networks li {
    margin: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header-four .social-networks li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header-four .social-networks li a {
    color: #fff;
    padding: 11px 10px;
}

/* .widget_search .search-form input[type="submit"] {
    background: var(--primary-color) url(images/bg-search.png) no-repeat 50% 50%;
} */

@media only screen and (min-width: 1025px) {
    .header-four .main-navigation {
        float: left;
        width: auto;
    }

    .header-four .main-navigation>div>ul>li {
        margin: 0;
        border-right: 1px solid #e5e5e5;
    }

    .header-four .main-navigation>div>ul>li.menu-item-has-children:after {
        right: 15px;
    }

    .header-four .main-navigation>div>ul>li:first-child {
        border-left: 1px solid #e5e5e5;
    }

    .header-four .main-navigation>div>ul>li>a {
        padding: 10px 22px;
    }

    .header-four .main-navigation>div>ul>li>a:hover,
    .header-four .main-navigation>div>ul>li>a:focus {
        color: #111;
    }

    .header-four .main-navigation>div>ul>li:hover,
    .header-four .main-navigation>div>ul>li:focus {
        background: rgba(0, 0, 0, 0.05);
    }

    .header-four .main-navigation>div>ul>li:hover:after,
    .header-four .main-navigation>div>ul>li:focus:after {
        color: #111;
    }

    .header-four .main-navigation>div>ul>.current-menu-item,
    .header-four .main-navigation>div>ul>.current-menu-ancestor,
    .header-four .main-navigation>div>ul>.current_page_item,
    .header-four .main-navigation>div>ul>.current_page_ancestor {
        background: rgba(0, 0, 0, 0.05);
    }

    .header-four .main-navigation>div>ul>.current-menu-item>a,
    .header-four .main-navigation>div>ul>.current-menu-ancestor>a,
    .header-four .main-navigation>div>ul>.current_page_item>a,
    .header-four .main-navigation>div>ul>.current_page_ancestor>a {
        color: #111;
    }
}

.header-four .languages {
    margin-right: 20px;
    padding: 10px 20px 10px 0;
    border-right: 1px solid #e5e5e5;
}

.header-four .languages ul {
    z-index: 1;
}

.header-four .languages li a {
    color: #666;
}

.header-four .tools .form-section {
    margin: 0;
    padding: 10px 0;
    border: 0;
}

.header-four .tools .form-section a {
    color: #666;
    font-size: 18px;
}

.banner .form-holder .text .btn-banner {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 50px;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

.banner .form-holder .text .btn-banner:hover,
.banner .form-holder .text .btn-banner:focus {
    text-decoration: none;
    background: #fff;
    color: var(--primary-color);
}

/*=====================================
 For Color Scheme
=====================================*/
a {
    color: var(--primary-color);
}

.header-four .header-t,
.about .text-holder .title:after,
.about .text-holder .btn-more:hover,
.about .text-holder .btn-more:focus,
.activities .section-header .section-title:after,
.popular-destination .section-header .section-title:after,
.popular-destination .grid .col .price-holder,
.popular-destination .btn-holder .btn-more:hover,
.popular-destination .btn-holder .btn-more:focus,
.our-features .section-header .section-title:after,
.featured-trip .section-header .section-title:after,
.featured-trip .grid .img-holder .price-holder,
.featured-trip .grid .text-holder .btn-more:hover,
.featured-trip .grid .text-holder .btn-more:focus,
.featured-trip .btn-holder .btn-more:hover,
.featured-trip .btn-holder .btn-more:focus,
.stats .section-header .section-title:after,
.stats .grid .col .raratheme-sc-holder .hs-counter:after,
.our-deals .section-header .section-title:after,
.our-deals .grid .img-holder .price-holder,
.our-deals .grid .text-holder .btn-more:hover,
.our-deals .grid .text-holder .btn-more:focus,
.our-deals .btn-holder .btn-more:hover,
.our-deals .btn-holder .btn-more:focus,
.blog-section .section-header .section-title:after,
.blog-section .grid .post .img-holder .cat-links a,
.blog-section .btn-holder .btn-more:hover,
.blog-section .btn-holder .btn-more:focus,
.widget .widget-title:after,
.page-header .page-title:after,
.archive .trip-content-area .grid .img-holder .price-holder,
.archive .trip-content-area .grid .text-holder .btn-more:hover,
.archive .trip-content-area .grid .text-holder .btn-more:focus,
.archive .trip-content-area .grid .text-holder .wp-travel-engine-cart:hover,
.archive .trip-content-area .grid .text-holder .wp-travel-engine-cart:focus,
.related-post .title:after,
.related-post .col .img-holder .cat-links a,
.comments-area .comment-reply-title:after,
.page-header .page-title:after,
.pagination a:after,
.pagination span:after,
.single-trip .trip-post .entry-header .entry-title:after,
.trip-content-area .widget-area .trip-price .price-holder,
.wp-travel-engine-order-form-wrapper .trip-title,
.trip-search form .advanced-search-field-submit input[type="submit"]:hover,
.trip-search form .advanced-search-field-submit input[type="submit"]:focus {
    background: var(--primary-color);
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus,
#activities-slider .text-holder .btn-more:hover,
#activities-slider .text-holder .btn-more:focus,
#activities-slider .owl-next:after,
#activities-slider .owl-prev:after,
#destination-slider .owl-prev:after,
#destination-slider .owl-next:after,
.popular-destination .grid .col .text-holder .title a:hover,
.popular-destination .grid .col .text-holder .title a:focus,
.popular-destination .grid .col .text-holder .meta-info svg,
.our-features .features-holder .col .icon-holder,
.featured-trip .grid .text-holder .title a:hover,
.featured-trip .grid .text-holder .title a:focus,
.featured-trip .grid .text-holder .meta-info svg,
.our-deals .grid .text-holder .title a:hover,
.our-deals .grid .text-holder .title a:focus,
.our-deals .grid .text-holder .meta-info svg,
.blog-section .grid .post .text-holder .posted-on a:hover,
.blog-section .grid .post .text-holder .posted-on a:focus,
.blog-section .grid .post .text-holder .entry-title a:hover,
.blog-section .grid .post .text-holder .entry-title a:focus,
.blog-section .grid .post .entry-footer span svg,
.blog-section .grid .post .entry-footer a:hover,
.blog-section .grid .post .entry-footer a:focus,
.site-footer .footer-b a:hover,
.site-footer .footer-b a:focus,
#crumbs .separator,
.archive .trip-content-area .grid .text-holder .title a:hover,
.archive .trip-content-area .grid .text-holder .title a:focus,
.archive .trip-content-area .grid .text-holder .meta-info svg,
.page-template-template-activities .activities-holder .item .text-holder .btn-more:hover,
.page-template-template-activities .activities-holder .item .text-holder .btn-more:focus,
.page-template-template-trip_types .trip_types-holder .item .text-holder .btn-more:hover,
.page-template-template-trip_types .trip_types-holder .item .text-holder .btn-more:focus,
#primary .post .entry-header .entry-meta .posted-on a:hover,
#primary .post .entry-header .entry-meta .posted-on a:focus,
#crumbs a:hover,
#crumbs a:focus,
#primary .post .entry-header .entry-title a:hover,
#primary .post .entry-header .entry-title a:focus,
#primary .post .entry-footer .meta-info svg,
#primary .page .entry-footer .meta-info svg,
#primary .post .entry-footer .meta-info a:hover,
#primary .post .entry-footer .meta-info a:focus,
#primary .page .entry-footer .meta-info a:hover,
#primary .page .entry-footer .meta-info a:focus,
#primary .post .entry-footer .btn-holder .btn-more:hover,
#primary .post .entry-footer .btn-holder .btn-more:focus,
.post-navigation .nav-holder a:hover .post-title,
.post-navigation .nav-holder a:focus .post-title,
.related-post .col .text-holder .posted-on a:hover,
.related-post .col .text-holder .posted-on a:focus,
.related-post .col .text-holder .post-title a:hover,
.related-post .col .text-holder .post-title a:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.widget ul li a:hover,
.widget ul li a:focus,
.widget_raratheme_popular_post ul li .entry-header .entry-title a:hover,
.widget_raratheme_popular_post ul li .entry-header .entry-title a:focus,
.widget_raratheme_recent_post ul li .entry-header .entry-title a:hover,
.widget_raratheme_recent_post ul li .entry-header .entry-title a:focus,
.widget_raratheme_popular_post ul li .entry-header .entry-meta a:hover,
.widget_raratheme_popular_post ul li .entry-header .entry-meta a:focus,
.widget_raratheme_recent_post ul li .entry-header .entry-meta a:hover,
.widget_raratheme_recent_post ul li .entry-header .entry-meta a:focus,
.pagination .current,
.pagination a:hover,
.pagination a:focus,
.pagination .next:before,
.pagination .prev:before,
.single-trip #wte_enquiry_contact_form .package-name-holder .input,
.trip-facts-value .trip-facts-text label,
.trip-facts-value .trip-facts-textarea label,
#crumbs span.current,
.fixed-starting .dd-list table tbody .accordion-cost svg,
.dd-list table tr td svg {
    color: var(--primary-color);
}

.about .text-holder .btn-more,
.popular-destination .btn-holder .btn-more,
.featured-trip .grid .text-holder .btn-more,
.featured-trip .btn-holder .btn-more,
.our-deals .grid .text-holder .btn-more,
.our-deals .btn-holder .btn-more,
.blog-section .btn-holder .btn-more,
.archive .trip-content-area .grid .text-holder .btn-more,
.archive .trip-content-area .grid .text-holder .wp-travel-engine-cart {
    border-color: var(--primary-color);
}

.popular-destination .grid .col .price-holder span:after,
.featured-trip .grid .img-holder .price-holder span:after,
.our-deals .grid .img-holder .price-holder span:after,
.archive .trip-content-area .grid .img-holder .price-holder span:after {
    border-bottom-color: var(--primary-color);
}

.popular-destination .grid .col .price-holder span:before,
.featured-trip .grid .img-holder .price-holder span:before,
.our-deals .grid .img-holder .price-holder span:before,
.archive .trip-content-area .grid .img-holder .price-holder span:before,
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active:after {
    border-top-color: var(--primary-color);
}

#activities-slider .owl-prev:hover circle,
#activities-slider .owl-next:hover circle,
#destination-slider .owl-prev:hover circle,
#destination-slider .owl-next:hover circle,
.our-features .features-holder .col:hover circle,
.our-features .features-holder .col:focus circle {
    stroke: var(--primary-color);
}

.cta .text .btn-more,
#primary .post .entry-header .entry-meta .cat-links a:hover,
#primary .post .entry-header .entry-meta .cat-links a:focus,
#primary .post .entry-footer .btn-holder .btn-more,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

#primary .post .entry-header .entry-meta .cat-links a {
    border-color: rgba(0, 174, 239, 0.1);
}

#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote {
    border-left-color: var(--primary-color);
}

.trip-search form .advanced-search-field .custom-select:before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300aeef' viewBox='0 0 384 512'%3E%3Cpath d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'/%3E%3C/svg%3E") center center no-repeat;
}

.trip-search form .trip-duration strong:before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300aeef' viewBox='0 0 448 512'%3E%3Cpath d='M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm116 204c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40z'/%3E%3C/svg%3E") center center no-repeat;
}

.trip-search form .trip-cost strong:before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300aeef' viewBox='0 0 288 512'%3E%3Cpath d='M211.9 242.1L95.6 208.9c-15.8-4.5-28.6-17.2-31.1-33.5C60.6 150 80.3 128 105 128h73.8c15.9 0 31.5 5 44.4 14.1 6.4 4.5 15 3.8 20.5-1.7l22.9-22.9c6.8-6.8 6.1-18.2-1.5-24.1C240.4 74.3 210.4 64 178.8 64H176V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C60.3 64 14.9 95.8 3.1 143.6c-13.9 56.2 20.2 111.2 73 126.3l116.3 33.2c15.8 4.5 28.6 17.2 31.1 33.5C227.4 362 207.7 384 183 384h-73.8c-15.9 0-31.5-5-44.4-14.1-6.4-4.5-15-3.8-20.5 1.7l-22.9 22.9c-6.8 6.8-6.1 18.2 1.5 24.1 24.6 19.1 54.6 29.4 86.3 29.4h2.8v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h2.5c49.2 0 94.6-31.8 106.4-79.6 13.9-56.2-20.2-111.2-73-126.3z'/%3E%3C/svg%3E") center center no-repeat;
}

#activities-slider .owl-prev:after,
#destination-slider .owl-prev:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300aeef' viewBox='0 0 192 512'%3E%3Cpath d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E") center center no-repeat;
}

#activities-slider .owl-next:after,
#destination-slider .owl-next:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300aeef' viewBox='0 0 192 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") center center no-repeat;
}


/*Grid List Design adjustments*/
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder {
    background: var(--primary-color);
    font-size: 18px;
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder .striked-price,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder .actual-price {
    font-size: 20px;
    font-weight: 500;
    opacity: 1;
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder:after {
    border-bottom: 20px solid var(--primary-color);
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder:before {
    border-top: 20px solid var(--primary-color);
}

.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i svg,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i svg,
.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i svg,
.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i svg {
    fill: var(--primary-color);
}

.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span a:hover,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title a:hover {
    color: var(--primary-color);
}

.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span a:hover,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title a:hover {
    color: var(--primary-color);
}

.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn,
.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:hover,
.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:hover {
    color: #FFF;
    background: var(--primary-color);
}

.category-list .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon {
    background: var(--primary-color);
}

.category-list .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt,
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt,
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.striked-price {
    color: var(--primary-color);
}

.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-disc-feat-wrap {
    top: 20px;
}

.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount {
    background: #e54b4b;
    color: #FFF;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount:after,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount:after {
    background: #830000;
    border-bottom-right-radius: 4px;
    bottom: -6px;
    content: "";
    height: 6px;
    right: 0;
    position: absolute;
    width: 6px;
}

.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer {
    font-size: 16px;
    display: block;
    padding: 6px 15px;
}

.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer:before,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer:before {
    width: 0;
    height: 0;
    border-top: 17px solid #e54b4b;
    border-left: 15px solid transparent;
    position: absolute;
    top: 0;
    left: -15px;
    content: '';
}

.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer:after,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer:after {
    width: 0;
    height: 0;
    border-bottom: 17px solid #e54b4b;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: 0;
    left: -15px;
    content: '';
}

.category-list .category-trips-single {
    padding: 0 15px;
}

.category-list .category-trips-single:last-of-type {
    margin-bottom: 50px;
}

.next-trip-info .next-departure-list li .left {
    color: var(--primary-color);
}

.category-list .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left svg,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left svg {
    fill: var(--primary-color);
}

.grid-latest .group-discount .pop-trip-grpavil-icon,
.trip-search-result #primary .advanced-search-wrapper .sidebar h2:after,
.trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type="checkbox"]:not(:checked)+span:after,
.trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type="checkbox"]:checked+span:after {
    background: var(--primary-color);
}

.grid-latest .group-discount .tooltip {
    width: max-content;
    color: var(--primary-color);
}

.featured-trip .grid-latest .text-holder .category-trip-loc svg,
.our-deals .grid-latest .text-holder .category-trip-loc svg,
.featured-trip .grid-latest .text-holder .meta-info svg,
.our-deals .grid-latest .text-holder .meta-info svg {
    fill: var(--primary-color);
}

.featured-trip .grid-latest .text-holder .category-trip-loc span a:hover,
.our-deals .grid-latest .text-holder .category-trip-loc span a:hover {
    color: var(--primary-color);
}

.trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type="checkbox"]:checked+span:before {
    border-color: var(--primary-color);
}


.overall-rating-wrap .rating-bar-outer-wrap .rating-bar .rating-bar-inner,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget:after {
    background: #00aeff;
}

.review-wrap .average-rating .aggregate-rating .stars:before {
    border-right: 5px solid #00aeff;
}

.single-trip #wte_enquiry_contact_form .package-name-holder .wp-travel-engine-info {
    color: #00aeff;
}

.wpte-bf-price-wrap .wpte-bf-price del {
    color: rgba(0, 174, 239, 0.8);
}

.wpte-bf-toggle-wrap .wpte-bf-toggle-title {
    background: rgba(0, 174, 239, 0.8);
}

.wpte-bf-toggle-wrap .wpte-bf-toggle-title:hover,
.wpte-bf-datepicker .ui-datepicker td a.ui-state-default {
    background: rgba(0, 174, 239, 1);
}

.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active,
.wpte-bf-help-block a,
.wpte-bf-step-content .wpte-bf-number-field button:hover,
.wpte-bf-step-content .wpte-bf-price ins,
.wte-bf-price-detail .wpte-bf-toggle-wrap .wpte-bf-toggle-title,
.wpte-bf-step-content-wrap .wpte-bf-toggle-content .wpte-bf-total b,
.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn:hover,
.wpte-bf-submit input[type="submit"]:hover,
.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn:focus,
.wpte-bf-submit input[type="submit"]:focus,
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before,
.wpte-bf-step-content .wpte-bf-number-field button {
    color: rgba(0, 174, 239, 1);
}

.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn,
.wpte-bf-submit input[type="submit"] {
    background: rgba(0, 174, 239, 1);
    border: 1px solid rgba(0, 174, 239, 1);
}

.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header {
    background: rgba(0, 174, 239, 0.07);
}

.wpte-bf-step-content .wpte-bf-number-field {
    border: 1px solid rgba(0, 174, 239, 0.4);
}

.wpte-bf-step-content .wpte-bf-number-field button {
    background: rgba(0, 174, 239, 0.03);
    border: solid 1px rgba(0, 174, 239, 0.05);
}

.wte-bf-price-detail .wpte-bf-toggle-wrap .wpte-bf-toggle-title {
    background: rgba(0, 174, 239, 0.1);
    color: rgba(0, 174, 239, 1);
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.completed::before {
    background-color: rgba(0, 174, 239, 0.1);
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%232bbad8" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active::before,
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active::after {
    background-color: rgba(0, 174, 239, 1);
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
    border-color: rgba(0, 174, 239, 0.1);
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
    background-color: rgba(0, 174, 239, 0.1);
}

.wpte-bf-checkout .wpte-bf-summary-total {
    border-top: 1px solid rgba(0, 174, 239, 1);
}

.widget_calendar table tbody td a,
.widget_calendar caption {
    background: var(--primary-color);
}

@media only screen and (max-width: 1024px) {
    .header-four .tools {
        margin: 5px 15px 0 0;
    }

    .header-four .tools .form-section a {
        color: #fff;
    }

    .header-four .tools .form-section {
        padding: 0;
    }

    .header-four .tools .form-section .form-holder {
        top: 40px;
    }

    .nav-holder .container,
    #site-navigation {
        background: var(--primary-color);
    }
}

@media only screen and (max-width: 767px) {

    .header-four .header-t .left,
    .header-four .header-t .right {
        width: 100%;
        text-align: center;
    }

    .header-four .header-t .opening-time {
        float: none;
        display: inline-block;
        padding-right: 0;
        border-right: 0;
        margin: 0 10px;
    }

    .header-four .header-t .email-link {
        float: none;
        display: inline-block;
        margin: 0 10px;
    }

    .header-four .social-networks {
        width: 100%;
    }

    .header-four .social-networks li {
        float: none;
        display: inline-block;
        border: 0;
    }

    .header-four .social-networks li:first-child {
        border-left: 0;
    }

    .header-four .tools .form-section .form-holder {
        right: auto;
        left: -92px;
    }

    .header-four .tools .form-section .form-holder:before,
    .header-four .tools .form-section .form-holder:after {
        right: auto;
        left: 100px;
    }
}

/* Custom CSS */
.mobile-menu-wrapper .mobile-navigation {
    background: var(--primary-color);
}

/* Underline fixes */

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.widget .textwidget a:hover {
    color: var(--primary-color);
}

/* Search button fixes */

.widget_search .search-form input[type="submit"] {
    background-color: var(--primary-color);
}


/* WTE plugin Fixes */

.widget-area .wpte-booking-area .wpte-bf-btn-wrap .wpte-bf-btn,
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-summary-info-title,
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.selected,
.wte-check-button.checked,
.wte-process-layout .wte-process-tab-controller .wte-process-btn-next,
#tabs-container .itinerary-row:before,
#wte-trips-fixed-departure-dates .accordion-book button,
.fixed-starting .dd-list table tbody .book-btn,
.fixed-starting .dd-list .loadMore,
.wpte-bf-submit input[type="submit"] {
    background-color: var(--primary-color);
}

.wte-process-layout .wte-process-nav .wte-process-nav-list::before,
.flatpickr-days .dayContainer .flatpickr-day:hover,
.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number button:hover,
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day:hover {
    background-color: rgba(0, 174, 239, 0.5);
}

.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month {
    background-color: rgba(0, 174, 239, 0.05);
}

.widget-area .wpte-booking-area .wpte-booking-footer-text a,
.widget-area .wpte-booking-area .wpte-booking-footer-text a:link,
.wte-popup-sidebar .total-amount span.wpte-currency-code,
.wte-popup-sidebar .total-amount .wpte-price.amount,
.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item.active,
.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item.finish,
.wte-process-layout .wte-process-tab-controller .wte-process-btn-prev,
.wte-process-tab-content .wte-button-group .wte-check-button,
.wte-process-tab-content .wte-button-group .wte-check-button:hover,
.wpte-bf-submit input[type="submit"]:hover,
#tabs-container .tab-content .expand-all-itinerary:hover,
.single-trip #wte_enquiry_contact_form .package-name-holder .wp-travel-engine-info {
    color: var(--primary-color);
}

.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.flatpickr-disabled {
    color: rgba(0, 174, 239, 0.2);
}

.wte-process-layout .wte-process-tab-controller .wte-process-btn-prev svg path {
    stroke: var(--primary-color);
}

.wte-booking-date-wrap .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg path,
.wte-booking-date-wrap .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg path {
    fill: var(--primary-color) !important;
}

.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info,
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info,
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount,
.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number,
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-summary-wrap table tfoot,
#wte-trips-fixed-departure-dates .accordion-book button,
.fixed-starting .dd-list table tbody .book-btn,
.fixed-starting .dd-list .loadMore,
.wte-check-button.checked,
.wte-check-button,
.wte-check-button:hover,
.wpte-bf-submit input[type="submit"] {
    border-color: var(--primary-color);
}

.wte-process-layout .wte-popup-sidebar,
.wte-process-layout .wte-process-nav {
    border-color: rgba(0, 174, 239, 0.2);
}

.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number button {
    background-color: rgba(0, 174, 239, 0.03);
}

.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.today {
    color: var(--primary-color);
    background-color: rgba(0, 174, 239, 0.05);
}

.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.nextMonthDay,
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.prevMonthDay {
    color: rgba(0, 174, 239, 0.4);
}

.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day:hover {
    background: rgba(0, 174, 239, 0.5) !important;
}

.wte-process-layout .wte-process-tab-controller .wte-process-btn-next:hover {
    background-color: rgba(0, 174, 239, 0.8);
}

.itinierary-icon-wrap svg path {
    fill: var(--primary-color);
}

#wte-trips-fixed-departure-dates .accordion-book button,
.fixed-starting .dd-list table tbody .book-btn,
.fixed-starting .dd-list .loadMore {
    color: #fff;
    text-transform: capitalize;
}

#wte-trips-fixed-departure-dates .accordion-book button:hover,
.fixed-starting .dd-list table tbody .book-btn:hover,
.fixed-starting .dd-list .loadMore:hover {
    background: transparent;
    color: var(--primary-color);
}

.itinerary .advanced-itinerary-row .accordion-tabs-toggle .itinerary-title span:hover,
#tabs-container .tab-content .altitude-unit-switches span>input[type=radio]:checked+* {
    color: var(--primary-color);
}

.wte-check-button.checked {
    color: #fff !important;
}

.wpte-bf-checkout .wpte-bf-summary-total {
    border-color: var(--primary-color);
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.completed::before,
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
    background-color: rgba(0, 174, 239, 0.1);
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
    color: var(--primary-color);
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
    border-color: rgba(0, 174, 239, 0.1);
    ;
}

.widget_search .search-form input[type="submit"] {
    background: var(--primary-color) url(./images/bg-search-white.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.completed::before {
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%2300aeef" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
}

/***** WP Travel Engine Block *********/

.wpte-trip-list-wrapper .wpte-trip-single .wpte-trip-budget-wrap .wpte-trip-meta-list .wpte-trip-meta svg path,
.wpte-trip-list-wrapper .wpte-trip-single.style-3 .wpte-trip-meta svg path,
.wpte-trip-list-wrapper .wpte-trip-single .wpte-trip-meta svg path,
.wpte-trip-list-wrapper .wpte-trip-category .wpte-trip-category-title svg path,
.wpte-trip__search-fields .wpte-trip__adv-field .icon svg path {
    fill: var(--primary-color);
}

#primary .wpte-trip-list-wrapper .category-trip-prc-title-wrap .category-trip-title a:hover,
#primary .wpte-trip-list-wrapper .wpte-trip-details-wrap .wpte-trip-title a:hover,
#primary .wpte-trip-list-wrapper .wpte-trip-category-text-wrap .wpte-trip-category-title a:hover,
.wpte-trip-list-wrapper .wpte-trip-single .wpte-trip-meta a:hover,
.advanced-search-wrapper .advanced-search-field .wte-terms-more button,
.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li:hover span,
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title a:hover {
    color: var(--primary-color);
}

.wpte-trip-list-wrapper .category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn,
.wpte-trip-list-wrapper .wpte-trip-single .wpte-trip-btn-wrap .wpte-trip-explore-btn {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    text-decoration: none;
}


.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time a,
.category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #ffffff !important;
    text-decoration: none;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time a:hover,
.category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn:hover {
    background-color: transparent !important;
    color: var(--primary-color) !important;
}

.wpte-trip-list-wrapper .category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn:hover,
.wpte-trip-list-wrapper .wpte-trip-single .wpte-trip-btn-wrap .wpte-trip-explore-btn:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.wpte-trip-list-wrapper .wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-overlay,
.wpte-trip-sfilter-wrapper .wpte-trip__search-fields .wpte-trip__search-submit:hover {
    background-color: rgba(0, 174, 239, 0.8);
}

.wpte-trip-list-wrapper .wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-btn .wpte-trip-cat-btn:hover,
.advanced-search-wrapper .clear-search-criteria:hover {
    color: var(--primary-color);
}

.wpte-gblock-wrapper .wte-block-btn-wrapper a {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    text-decoration: none;
}

.wpte-gblock-wrapper .wte-block-btn-wrapper a:hover,
.wpte-trip-list-wrapper .wpte-trip-category.style-3 .trip-count,
.wpte-trip__search-fields .wpte-trip__search-submit,
.wpte__select-options .ui-slider .ui-slider-range,
.wpte__select-options .ui-slider .ui-slider-handle,
.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-range,
.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle,
.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle::before,
.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li.selected,
.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li.selected span {
    background-color: var(--primary-color);
}


.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle::after {
    border-top-color: var(--primary-color);
}

.advanced-search-wrapper .advanced-search-field input:checked+span:before {
    border-color: var(--primary-color);
}

#primary .wpte-trip-category.style-1 .wpte-trip-category-text-wrap .wpte-trip-category-title a {
    color: #ffffff;
}

.trip-search form .advanced-search-field .custom-select:before {
    background: var(--primary-color);
    -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2332b67a' viewBox='0 0 384 512'%3E%3Cpath d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'/%3E%3C/svg%3E") center center no-repeat;
}

.trip-search form .trip-activities .custom-select:before {
    background: var(--primary-color);
    -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2332b67a' viewBox='0 0 490 288'%3E%3Cpath d='m 0,52.395296 c 0.11285737,0.113843 0.45142947,0.338573 0.94015094,0.714437 0.63887086,0.451429 1.54172976,1.24143 2.74586876,1.918574 1.1285737,0.714437 2.4828621,1.466165 3.9872999,2.143309 0.1501489,1.090301 0.3012801,2.181582 0.4514295,3.23459 -0.1128576,-0.07557 -0.1884229,-0.188422 -0.2630069,-0.225713 0.075565,0.150154 0.1511309,0.413155 0.3758641,0.790001 0.3012801,2.030451 0.638871,4.024592 1.0157163,6.018732 -0.075565,0.07557 -0.1128576,0.150154 -0.1884226,0.225715 -1.0903003,1.24143 -1.84301,2.144289 -1.9931592,2.370004 0.2257147,-0.07557 1.1658655,-0.338572 2.5201539,-0.75271 0.150149,-0.03827 0.3012801,-0.07557 0.4514293,-0.112854 1.730153,-0.639851 4.250307,-0.978424 6.582039,-1.429852 2.29542,-0.263008 4.513313,-0.338573 6.281738,-0.3003 -5.040308,3.159026 -9.553621,6.017752 -9.553621,6.017752 0,0 5.454445,-0.751728 11.472197,-1.54173 -1.767445,0.714435 -3.497597,1.204139 -5.003017,1.391579 -1.428872,0.263008 -2.595719,0.263008 -3.423013,0.188424 -0.864585,-0.03827 -1.354288,-0.07557 -1.354288,-0.07557 0,0 0.45143,0.188424 1.241431,0.526015 0.751728,0.414137 1.918576,0.865566 3.422032,1.166845 2.407296,0.564288 5.679179,0.714437 9.0649,0.338573 -3.422032,2.331731 -6.206174,4.250307 -6.206174,4.250307 0,0 4.212034,-0.338573 8.989334,-0.677144 -1.730152,1.015715 -3.423013,1.843991 -4.964742,2.257147 -0.714437,0.225715 -1.392563,0.338573 -1.99316,0.375864 -0.639851,0.112854 -1.204139,0.151126 -1.618276,0.07557 -0.940151,-0.0373 -1.467146,-0.07557 -1.467146,-0.07557 0,0 0.489702,0.188422 1.354288,0.564286 0.45143,0.225715 0.978425,0.375864 1.655569,0.488722 0.639853,0.188422 1.391581,0.30128 2.256167,0.338573 2.031431,0.18744 4.513313,-0.188424 7.034448,-0.75271 -1.730153,1.542711 -3.460305,2.971583 -4.814593,4.213015 -1.69286,1.467145 -2.934292,2.520153 -3.197299,2.78316 0.338571,-0.112855 1.880303,-0.564287 4.061883,-1.24143 2.444589,-0.790002 5.980461,-1.767445 9.3652,-3.008877 1.090301,-0.488722 2.218873,-0.977442 3.310156,-1.429854 -2.445571,2.181582 -5.040308,3.949027 -6.958884,5.491739 -1.880302,1.428872 -3.196317,2.482861 -3.497597,2.707595 0.375865,-0.07557 1.993159,-0.488722 4.287599,-1.090301 2.557446,-0.752709 6.243465,-1.428872 9.70377,-2.78316 1.768427,-0.601579 3.53587,-1.204139 5.190457,-1.804736 0.488722,-0.188424 0.978425,-0.338573 1.429854,-0.489704 0.0373,0 0.07557,0.0373 0.112854,0.0373 -1.429854,0.940152 -2.896017,1.880302 -4.400455,2.708577 -4.550605,2.445571 -9.666479,3.837151 -13.615506,3.986318 -1.955867,0.113843 -3.648728,0 -4.7773,-0.18744 -0.902859,-0.151126 -1.504439,-0.225715 -1.730154,-0.225715 0.225715,0.112854 0.751728,0.338573 1.580003,0.714437 1.090301,0.48872 2.74587,1.053008 4.777302,1.467145 4.100158,0.94015 9.967759,0.977443 15.685211,-0.338573 4.024593,-1.015716 8.049184,-2.445569 11.433923,-3.874442 0.414138,0.188423 0.865568,0.338572 1.279706,0.526995 0,0 -0.03827,0 -0.03827,0.0373 -1.354289,0.752709 -2.858726,1.316996 -4.400457,1.880301 -6.093317,2.295422 -12.938361,2.934292 -17.979649,3.272863 -5.115875,0.301282 -8.500614,0.375864 -8.500614,0.375864 0,0 3.310155,0.639853 8.425047,1.391581 5.078582,0.714437 12.074757,1.580003 19.409505,0.526995 1.804736,-0.263988 3.648727,-0.526995 5.453464,-1.128573 1.843009,-0.414139 3.460305,-1.053009 5.002035,-1.730153 0.03827,0 0.03827,-0.0373 0.07557,-0.0373 0.902859,-0.375864 1.767443,-0.75271 2.633011,-1.090301 0.150153,0.03827 0.301279,0.07557 0.451428,0.112855 -0.677144,0.488721 -1.354287,0.94015 -2.068724,1.354287 -1.688935,1.120724 -3.380813,2.148217 -5.0197,3.081498 -0.253192,0.143283 -0.497552,0.273802 -0.747802,0.412175 -1.550562,0.859678 -3.062851,1.647717 -4.42499,2.261067 -1.955867,0.97745 -3.648728,1.50444 -4.814593,1.99316 -0.864586,0.37587 -1.467146,0.60158 -1.730152,0.71444 0.263987,-0.0373 0.902859,-0.11286 1.843009,-0.22572 1.24143,-0.22571 3.084441,-0.30128 5.228731,-0.79 3.949027,-0.67714 9.026626,-2.14429 14.179792,-4.062861 -1.504438,1.354288 -3.008875,2.558431 -4.47504,3.384741 -0.827293,0.60256 -1.692861,0.94015 -2.445571,1.24143 -0.751728,0.37684 -1.428872,0.60158 -2.030451,0.71443 -1.166846,0.26301 -1.843009,0.45143 -1.843009,0.45143 0,0 0.677143,0 1.918575,0.0383 0.60256,0.0383 1.354288,-0.0383 2.218874,-0.18843 0.864586,-0.11285 1.881284,-0.263 2.896019,-0.60158 3.385721,-0.90286 7.334746,-3.08444 11.171897,-5.680155 -1.618276,1.99414 -3.23459,3.950005 -4.74001,5.793015 -1.69286,1.91858 -3.497597,3.53489 -4.964742,5.00204 -2.558428,2.52113 -4.400456,4.28858 -4.852866,4.7773 0.526995,-0.26301 2.745868,-1.54173 5.943167,-3.34745 1.804736,-1.0903 4.024592,-2.21887 6.243465,-3.68602 1.692861,-1.24143 3.497597,-2.55745 5.303315,-3.87346 -0.812572,1.81946 -1.528972,3.76453 -2.198265,5.76848 -0.169777,0.50835 -0.338573,1.01572 -0.497554,1.53584 -0.618262,2.01083 -1.171754,4.09624 -1.629072,6.29352 -0.0785,0.37881 -0.135425,0.78019 -0.210013,1.16488 -0.393529,2.04616 -0.707567,4.17671 -0.950945,6.38675 -0.04906,0.45732 -0.112854,0.89991 -0.155063,1.36312 -0.237492,2.53586 -0.36507,5.18653 -0.389603,7.94025 -0.002,0.1737 -0.02356,0.3268 -0.02453,0.50246 -0.004,0.29834 0.03532,0.62415 0.03435,0.92445 0.01087,2.27187 0.09715,4.61734 0.263008,7.03838 0.003,0.0294 9.81e-4,0.0569 0.004,0.0854 0,0.79 0.07557,1.58 0.150154,2.37 0.151126,0.56429 0.263008,1.12858 0.375864,1.69286 v 0.0373 c 0.07557,0.33858 0.07557,0.67715 0.151126,1.01572 -0.151126,0.79 -0.263987,1.58 -0.413155,2.36902 -0.60256,2.63302 -1.618276,5.15317 -2.821435,7.22189 l -0.376877,-0.263 c -0.150154,0.15112 -0.488722,1.24143 -1.241432,2.78316 -0.714435,1.01571 -1.580003,1.61729 -2.068725,2.21887 -0.488721,0.48872 -0.790001,0.79 -0.902859,0.94015 0.188424,-0.0756 0.564288,-0.22571 1.166848,-0.52601 0.150154,-0.0756 0.338573,-0.15016 0.526013,-0.22572 -0.225715,0.33858 -0.451429,0.67715 -0.677144,1.05301 -1.128574,0.82729 -2.218874,1.58 -3.23459,2.25617 -3.272864,2.14429 -5.491739,3.57315 -5.491739,3.57315 0,0 2.106018,-0.67714 5.377899,-1.69286 -0.225713,0.22573 -0.413155,0.45143 -0.601577,0.67716 -2.369024,2.33271 -5.190459,4.32586 -7.52317,5.56632 h -0.03827 c -0.233567,0.14432 -0.430822,0.22767 -0.646723,0.34151 -0.840051,0.42003 -1.61435,0.71836 -2.174712,1.01277 -0.714437,0.30128 -1.127592,0.48872 -1.127592,0.48872 0,0 0.451429,0 1.24143,-0.0372 h 0.827295 c 0,0 0.003,0 0.004,0 0.68892,0.008 1.485791,0.0196 2.440662,-0.11286 1.0903,-0.11285 2.369023,-0.30129 3.723312,-0.56429 -0.564288,0.60158 -1.203158,1.20414 -1.843009,1.80572 -1.880303,1.42984 -3.874443,3.08443 -5.52903,3.87443 -0.60158,0.33858 -1.165866,0.67716 -1.580003,0.90287 -0.03239,0.0196 -0.04514,0.0246 -0.07557,0.0432 -0.691865,0.39157 -1.127593,0.63297 -1.127593,0.63297 0,0 1.278724,0.0756 3.197299,0.15108 0.790002,0.11286 1.692861,0.0756 2.633011,0.0382 -0.151126,0.0756 -0.263988,0.18843 -0.414137,0.30128 -0.864586,0.41414 -1.805718,0.90188 -2.783162,1.54172 -0.94015,0.56429 -1.918574,1.31701 -2.858726,2.107 -0.639851,0.37588 -1.204139,0.71347 -1.730152,0.93918 l -0.338572,1.01572 c -1.655568,1.73015 -3.121733,3.68699 -4.250307,5.86857 -1.090299,2.18158 -1.692861,4.25031 -2.256165,6.13061 -0.638871,1.61729 -1.090301,3.34746 -2.030451,4.36318 -0.865568,1.09029 -1.955867,1.73015 -2.783162,1.95585 -0.677144,0.18843 -1.166846,0.15009 -1.316996,0.15009 0.150154,0.0756 0.601579,0.26398 1.391581,0.33955 0.420025,0.0412 0.968611,-0.0226 1.564302,-0.15799 0.189404,-0.0412 0.385676,-0.12851 0.586857,-0.19039 0.298336,-0.0942 0.583915,-0.15009 0.895009,-0.29049 0.263006,-0.11285 0.563304,-0.26398 0.827292,-0.41413 0.677144,-0.37685 1.241432,-0.90287 1.805718,-1.50444 -0.376846,0.56429 -0.714435,1.12759 -1.091281,1.69286 -0.845939,1.18942 -1.684028,2.3651 -2.485806,3.48681 -0.595691,0.83023 -1.184512,1.6477 -1.726227,2.38079 l -0.02158,0.0648 c -0.726211,1.01572 -1.381766,1.93035 -1.909741,2.66442 -0.177628,0.2473 -0.333667,0.46418 -0.480872,0.67027 -0.571156,0.79589 -0.936226,1.30229 -0.936226,1.30229 0,0 2.520155,-1.39159 5.867603,-3.27189 -0.0373,0.0372 -0.0373,0.0756 -0.07557,0.11286 -1.54173,2.14428 -4.137449,4.47601 -7.033467,6.58301 -2.971583,1.99317 -6.319031,3.49761 -8.989335,4.32588 -0.338571,0.15009 -0.714435,0.22571 -1.015717,0.33856 -0.902857,0.22573 -1.69286,0.33858 -2.257146,0.48873 -0.827293,0.18843 -1.277742,0.30128 -1.277742,0.30128 0,0 0.451429,0.0756 1.277742,0.18843 0.45241,0.0756 1.053008,0.18841 1.730153,0.30128 0.526993,0.0756 1.090299,0.15009 1.730152,0.15009 2.144289,0.15107 4.851886,0.11384 7.710612,-0.26301 -1.391581,1.3543 -2.369024,2.33272 -2.369024,2.33272 0,0 2.820453,-0.22572 6.130609,-0.45143 l -1.391581,4.28761 -1.090301,-0.0756 c -5.266021,-0.41316 -10.043323,3.16001 -11.170915,8.31318 l -1.617296,7.40932 c -1.053008,4.77731 2.144291,9.44175 6.996175,10.1562 l 0.188424,0.0382 c 5.679179,0.86458 11.322046,-1.65558 14.519345,-6.43189 L 60.445553,232.30255 H 60.33171 L 76.242636,208.3807 c 7.447604,-0.90285 14.105208,-2.06872 20.199506,-3.49759 -1.015717,1.24143 -1.618278,2.52016 -2.144291,3.30917 -0.451429,0.71543 -0.751728,1.16685 -0.827293,1.35527 0.188422,-0.15107 0.564287,-0.52699 1.204139,-1.05399 0.864586,-0.67714 1.805718,-1.8803 3.422032,-2.82045 0.902859,-0.63985 1.955871,-1.27872 3.047151,-1.91857 1.27872,-0.33857 2.52015,-0.71445 3.76158,-1.09031 -0.97744,1.31601 -1.8803,2.48189 -2.74587,3.45932 -1.76744,2.03145 -2.896015,3.38573 -2.896015,3.38573 0,0 1.580005,-0.79 3.987295,-1.99315 2.52016,-1.16685 5.52903,-3.15904 8.76362,-5.15318 1.12858,-0.79 2.25715,-1.61729 3.34745,-2.44459 -0.67714,1.05204 -1.24143,2.03145 -1.61729,2.78317 -0.67715,1.20413 -1.05301,1.8803 -1.05301,1.8803 0,0 0.52601,-0.56429 1.42887,-1.58001 0.90286,-1.053 2.18158,-2.48286 3.95001,-3.95 1.24143,-1.12857 2.74587,-2.33272 4.36316,-3.53489 3.14823,-1.68697 6.10804,-3.52311 8.77147,-5.5094 -0.3631,0.75761 -0.737,1.52602 -1.19432,2.30131 -1.23751,1.79884 -2.4917,3.8136 -3.72135,5.00399 -1.19629,1.30916 -1.98923,2.1757 -1.98923,2.1757 0,0 1.15507,-0.25711 2.89896,-0.64475 0.37586,-0.0638 0.77822,-0.16685 1.18549,-0.27675 -0.41806,0.8901 -0.83809,1.72622 -1.28854,2.40238 -0.57802,1.1747 -1.33858,1.87147 -1.79884,2.48679 -0.49167,0.59078 -0.77234,0.92838 -0.77234,0.92838 -0.0599,-0.0638 1.64379,-0.60649 3.86757,-2.19238 1.02651,-0.67126 2.07461,-1.58884 3.14823,-2.57118 -0.32287,2.15311 -0.81552,4.1188 -1.20414,5.7145 -0.47204,1.85871 -0.78509,3.09131 -0.78509,3.09131 0,0 0.84594,-0.79393 2.12172,-1.98826 -0.34152,1.37098 -0.70659,2.64676 -1.1433,3.68505 -0.78117,2.18059 -1.29835,3.62714 -1.29835,3.62714 0,0 1.1168,-1.06479 2.80181,-2.67129 1.08736,-0.94015 2.22084,-2.2228 3.40731,-3.63302 0.054,0.0766 0.10794,0.15404 0.16487,0.23062 -0.24632,2.83124 -1.27087,5.31509 -2.24832,7.4054 -1.11974,2.37786 -2.00297,3.92253 -2.00297,3.92253 0,0 1.40336,-1.05498 3.42498,-2.84892 1.04908,-0.8636 2.14821,-2.03437 3.36511,-3.3494 0.25319,-0.34544 0.52209,-0.71149 0.78313,-1.06577 l 0.29245,0.35034 c -0.20609,2.27482 -0.41708,4.47408 -0.82827,6.17086 -0.45634,2.36019 -0.7586,3.92351 -0.7586,3.92351 0,0 0.95094,-1.27774 2.3857,-3.20614 -0.11677,1.69091 -0.25515,3.29545 -0.50148,4.59182 -0.3317,2.2071 -0.55152,3.66935 -0.55152,3.66935 0,0 0.34936,-0.47597 0.89598,-1.22082 -0.2002,0.69775 -0.39156,1.36409 -0.56428,1.97549 -0.69579,2.55941 -1.15704,4.2552 -1.15704,4.2552 0,0 1.09129,-1.36899 2.73802,-3.4338 1.01866,-1.25614 2.27481,-2.77139 3.59279,-4.42499 -0.0432,0.82239 -0.11677,1.61337 -0.26104,2.31112 -0.12071,1.09326 -0.59177,1.84203 -0.77038,2.4809 -0.23454,0.61729 -0.36801,0.96862 -0.36801,0.96862 0,0 0.27576,-0.24534 0.75958,-0.67617 0.43769,-0.46517 1.32681,-1.03142 1.97942,-1.99315 0.58391,-0.70856 1.16096,-1.6173 1.71739,-2.60358 0.5162,4.74099 1.01376,9.30043 1.01376,9.30043 0,0 1.28167,-2.45734 2.90289,-5.56534 0.11875,3.59377 0.11285,7.42895 0.11285,7.42895 0,0 1.79002,-1.92348 3.98239,-4.44362 l 0.33269,0.39744 c 0.007,0.20217 0.0275,0.39354 0.0275,0.59765 -0.27086,2.37197 -0.35133,5.08448 -1.13348,6.848 -0.6271,1.91367 -1.04222,3.18258 -1.04222,3.18258 0,0 1.01474,-0.88715 2.54665,-2.22771 1.19335,-0.88225 2.28659,-2.26108 3.43381,-3.81949 l 0.46419,0.55447 c 3.32389,6.90785 10.30828,17.69702 21.66469,18.04051 l 10.95894,0.46811 c 9.15125,0 9.15224,-7.17283 6.49568,-11.51538 -3.62518,-5.92551 -16.50172,-6.55161 -18.99244,-11.51538 l -18.01499,-35.09047 c 3.11781,-7.55261 5.50156,-14.4801 7.27588,-20.94339 0.12455,-0.0132 0.24239,-0.0275 0.45828,-0.054 h 0.0372 v -0.0756 c 0.22571,-0.30128 1.0157,-2.74586 1.91857,-5.79202 0.94015,2.74586 1.95587,5.34158 2.06873,7.26015 0.2257,1.8803 -0.48872,3.15903 -0.63888,3.42301 0.11286,-0.0756 0.37587,-0.26398 0.78903,-0.60256 0.48969,-0.48871 1.16586,-1.31601 1.61826,-2.52014 0.8273,-2.03144 1.12761,-4.55062 1.46716,-7.14732 0.67714,1.80572 1.42887,3.76159 1.65457,5.26603 0.37588,1.58001 0.60159,2.67129 0.60159,2.67129 0,0 0.45144,-1.01573 1.20413,-2.48286 0.33858,-0.63986 0.63986,-1.42986 0.94015,-2.25617 0.11286,0.30029 0.264,0.63887 0.37685,0.97744 0.37587,1.31601 0.60159,2.52016 0.75173,3.61046 0.18842,2.10601 -0.63887,3.53586 -0.56429,3.57414 0,-0.0756 1.3543,-0.97843 2.33272,-3.27189 0.37587,-1.053 0.71443,-2.29542 0.97744,-3.61143 0.90286,1.95587 1.61729,3.42203 1.61729,3.42203 0,0 0.60159,-1.46715 1.42888,-3.38474 0.26301,0.71443 0.48872,1.39159 0.48872,1.99316 0.30128,1.99316 0.48872,3.31016 0.48872,3.31016 0,0 0.527,-1.27971 1.317,-3.16001 0.0382,-0.0756 0.0382,-0.18743 0.0756,-0.263 0.18842,1.76841 0.22571,3.49759 0.0372,4.89015 -0.0372,1.01572 -0.33856,1.76843 -0.41413,2.37 -0.15009,0.60159 -0.22571,0.94015 -0.22571,0.94015 0,0 0.22571,-0.26398 0.63887,-0.71442 0.37683,-0.45144 1.09128,-1.05301 1.65458,-1.9176 0.97843,-1.27872 1.99414,-3.08444 2.82144,-5.07761 0.11285,0.30128 0.2257,0.63887 0.263,0.90188 0.41414,1.69287 0.22571,2.9343 0.26398,2.9343 0,-0.0372 0.8273,-0.97745 1.50444,-2.78316 0.75174,-1.84301 1.16588,-4.40046 1.3543,-7.03347 v -0.264 c 0.15108,0.45144 0.33857,0.90287 0.45142,1.39159 1.24143,3.87444 2.14331,7.71061 1.61731,10.56934 -0.22573,1.42985 -0.75174,2.55744 -1.27873,3.27188 -0.37586,0.48971 -0.63887,0.8273 -0.75173,1.01572 0.45144,-0.22669 2.25716,-1.12857 3.68602,-3.687 0.79,-1.35429 1.31701,-3.04616 1.69287,-4.85188 1.24143,3.38474 2.29443,6.13158 2.29443,6.13158 0,0 0.79,-3.38571 1.73015,-7.37301 0.67714,1.80572 1.12858,3.61142 1.27873,5.15316 0.22571,1.31601 -0.0382,2.36901 -0.0382,3.15903 -0.0372,0.78999 -0.0756,1.24143 -0.0756,1.24143 0,0 0.2257,-0.41317 0.56428,-1.09031 0.26301,-0.71444 1.01573,-1.73015 1.31701,-3.08445 0.56428,-1.80473 0.90187,-4.10015 0.97743,-6.62031 0.26301,1.58001 0.45143,3.04717 0.41413,4.32588 0.0372,2.21888 0.0746,3.72429 0.0746,3.72429 0,0 0.67714,-1.35429 1.65556,-3.38571 1.053,-1.8803 1.80572,-4.55159 2.70857,-7.37303 0.0372,0.11286 0.0756,0.22571 0.15009,0.33858 0.73014,2.12171 1.53878,4.25128 2.15214,6.22776 -0.0756,0.10989 -0.14713,0.21589 -0.22179,0.32581 -2.69386,3.22772 -5.34355,6.40049 -5.34355,6.40049 0,0 2.59768,-0.48775 5.77338,-1.08343 -0.30815,0.33367 -0.61923,0.66635 -0.95682,0.98529 -1.67815,1.57019 -3.68701,2.8764 -5.39066,3.57904 -0.83908,0.42102 -1.59276,0.53093 -2.12369,0.7223 -0.54073,0.15602 -0.84987,0.24533 -0.84987,0.24533 0,0 0.30423,0.0883 0.83712,0.24436 0.53779,0.11978 1.33858,0.45831 2.32486,0.56037 1.4848,0.26006 3.4338,0.33171 5.52019,0.1257 -0.96565,1.27088 -1.68696,2.10405 -1.68696,2.10405 0,0 0.59961,-0.0972 1.57314,-0.30716 -0.92348,1.09619 -1.89895,2.06675 -2.70172,2.88522 -1.19334,1.14918 -1.98432,1.9117 -1.98432,1.9117 0,0 1.08244,-0.11483 2.71642,-0.28754 0.81847,-0.1089 1.82241,-0.1953 2.89308,-0.3523 l -0.0677,0.31108 c -0.27379,0.15009 -0.54858,0.29736 -0.81943,0.39845 -1.36804,0.4946 -2.54665,0.45535 -2.54077,0.50638 0.0132,-0.0628 0.82827,0.67617 2.53978,1.27578 0.0982,0.0324 0.22571,0.0451 0.32876,0.0736 l -0.38077,1.74488 c -8.48492,-4.88427 -12.45063,-5.90587 -17.90998,-2.90288 -5.75082,3.16295 -8.21111,11.55364 -2.43085,15.7068 5.78027,4.15412 11.00114,5.47799 19.42226,6.14042 15.03652,0.94407 18.21911,-6.53886 19.4468,-10.57916 l 13.57822,-29.99551 c 0.0236,0.0638 0.0578,0.11582 0.0804,0.17958 1.09127,3.61143 2.44557,7.33475 2.70858,10.23077 0.48969,2.93331 0.79,4.89015 0.79,4.89015 0,0 0.37586,-1.91857 0.97745,-4.85286 0.71442,-2.59572 0.86458,-6.01873 1.09029,-9.62919 0.18842,0.45143 0.37685,0.94015 0.56429,1.42985 1.24143,3.83617 1.54271,8.16205 1.01572,11.39664 -0.0756,1.65556 -0.63986,2.89602 -0.8273,3.87444 -0.18842,0.71443 -0.30128,1.20413 -0.33858,1.39159 0.15108,-0.18843 0.41415,-0.60159 0.79001,-1.16588 0.45144,-0.86557 1.46714,-1.95587 2.10601,-3.57414 0.56332,-1.0903 1.05301,-2.44458 1.46716,-3.91174 0.26301,3.00888 0.22571,5.8676 -0.0756,8.19933 -0.11286,1.73017 -0.63986,3.08445 -0.79,4.10017 -0.15009,0.75173 -0.30031,1.27774 -0.33858,1.46714 0.15009,-0.18842 0.41414,-0.63986 0.79,-1.27873 0.45143,-0.90285 1.39158,-2.10601 2.06873,-3.79887 1.46715,-3.12173 2.74586,-7.59775 3.46031,-12.29949 0.45143,2.74587 0.82729,5.30331 0.86457,7.44761 0.15108,1.91857 -0.0756,3.49759 -0.26299,4.62617 -0.15107,1.12858 -0.22572,1.76745 -0.22572,1.76745 0,0 0.26301,-0.60159 0.71444,-1.6546 0.48872,-1.053 1.12858,-2.55843 1.54271,-4.55158 0.45143,-1.69287 0.75172,-3.76159 1.053,-5.94317 0.0756,0.37685 0.15009,0.71444 0.26301,1.053 0.63887,1.46716 1.20415,3.12173 1.95587,4.43776 1.42986,2.78414 2.89601,5.30331 3.95,7.67332 1.01572,2.40729 1.58001,4.81459 1.69287,6.88332 0.15009,2.107 -0.45144,3.79985 -0.86458,5.003 -0.63986,1.09031 -1.01572,1.73017 -1.01572,1.73017 0,0 0.52601,-0.56429 1.42985,-1.46716 0.71444,-1.0903 1.843,-2.78315 2.21887,-5.11587 0.45143,-2.18158 0.45143,-4.85188 0.0372,-7.67332 l 1.54271,2.14331 c 0,0.527 0,1.0903 -0.0372,1.61729 -0.22573,3.64874 -0.90287,7.41033 -2.29446,9.85492 -0.48871,1.35428 -1.31698,2.18158 -1.80571,2.896 -0.48872,0.71542 -0.78901,1.09031 -0.78901,1.09031 0,0 0.41413,-0.26301 1.12856,-0.71444 0.67716,-0.48872 1.9176,-1.05202 2.89602,-2.21887 1.16685,-0.94015 2.25715,-2.29445 3.27188,-3.79889 -0.18743,1.69287 -0.67714,3.34746 -1.24143,4.77731 -0.71444,1.91759 -1.46713,3.4976 -1.99315,4.58887 -0.37586,0.79002 -0.67714,1.3543 -0.79001,1.58001 0.18842,-0.18842 0.60158,-0.63887 1.20414,-1.31601 0.79,-0.94015 1.91858,-2.25812 3.16001,-4.0246 0.93917,-1.31698 1.95488,-2.896 2.70759,-4.85188 -0.15009,3.38474 -0.82729,6.73218 -1.61729,9.21504 -0.33858,1.39159 -0.90287,2.40731 -1.16586,3.1973 -0.30129,0.79002 -0.48873,1.20415 -0.48873,1.20415 0,0 0.33858,-0.33858 0.90287,-0.94015 0.52601,-0.60256 1.46713,-1.42985 2.3327,-2.59573 1.05301,-1.31601 2.18158,-2.97158 3.30917,-4.85188 0,0.18843 0.0382,0.41414 0.0382,0.63887 -0.18842,2.06873 -0.22572,4.47602 -0.86459,6.05603 -0.45144,1.46714 -0.79,2.52016 -0.86557,2.78317 0.11285,-0.0756 0.37586,-0.3013 0.75271,-0.56429 -0.45143,1.0157 -0.90285,1.91758 -1.317,2.59472 -0.7527,1.01573 -1.20413,1.58001 -1.20413,1.58001 0,0 0.56429,-0.45143 1.57999,-1.24143 0.90188,-0.94015 2.29347,-2.29542 3.30919,-4.36316 0.15107,-0.22572 0.22571,-0.48873 0.33856,-0.71444 0.63986,-0.60256 1.24143,-1.2797 1.84399,-1.99414 0.41316,1.1276 0.78902,2.29443 1.20316,3.46031 0.0372,0.0382 0.0372,0.11285 0.0372,0.15107 -0.5633,2.89603 -1.80473,5.6046 -3.23361,7.5222 -1.09227,1.27873 -1.99414,2.44557 -2.82142,3.04714 -0.75272,0.67715 -1.20415,1.05301 -1.20415,1.05301 0,0 0.52699,-0.22571 1.46714,-0.63887 1.01475,-0.37586 2.25618,-1.20413 3.79889,-2.21887 1.09127,-0.79001 2.25713,-1.91858 3.34744,-3.1973 0.26399,1.76842 0.30128,3.38571 0.0756,4.81557 -0.26301,1.39158 -0.60159,2.63301 -1.05301,3.38474 -0.45143,0.79001 -0.67716,1.24143 -0.67716,1.24143 0,-0.11286 1.31701,-0.94015 2.70859,-2.93331 -0.15108,0.60159 -0.22571,0.97745 -0.22571,0.97745 0,0 0.22571,-0.33858 0.63887,-0.90286 0.41414,-0.56429 1.12856,-1.35429 1.73015,-2.40729 0.56429,-0.94015 1.16685,-2.06873 1.73014,-3.27189 0.52701,1.317 0.97745,2.70857 1.31701,4.10015 0.78902,3.31016 0.78902,6.80775 0.2257,9.44077 -0.15107,1.35428 -0.75269,2.29542 -0.97743,3.08445 -0.264,0.75271 -0.45143,1.20413 -0.45143,1.20413 0,0 0.33858,-0.33857 0.86458,-0.94015 0.48873,-0.63985 1.50542,-1.39159 2.21888,-2.67129 0.41413,-0.63887 0.86458,-1.3533 1.24143,-2.14331 0.78999,-1.54271 1.50444,-3.42301 2.03142,-5.41616 l 0.18843,0.2257 c 0,0 6.31903,20.04838 18.99537,20.04838 l 14.51837,0.60256 c 9.36618,0 9.36618,-7.33474 6.65759,-11.81077 -3.72429,-6.05603 -16.66265,-6.6949 -19.22009,-11.77248 l -25.50283,-64.39446 1.50543,-3.4976 c 0.11285,1.95588 0.48872,3.72332 1.05202,5.15316 0.26399,0.79001 0.63985,1.42986 0.97843,1.99414 0.3003,0.60159 0.63887,1.05204 0.94015,1.39159 0.60158,0.71444 0.94015,1.0903 0.94015,1.0903 0,0 -0.18842,-0.48871 -0.48873,-1.31601 -0.18841,-0.41415 -0.30128,-0.94015 -0.41413,-1.54271 -0.11286,-0.60159 -0.22571,-1.24143 -0.18843,-1.99317 -0.0372,-0.48872 -0.0372,-1.05301 0.0382,-1.57902 0.22573,-2.14428 1.01573,-4.55159 2.29446,-6.73317 1.053,-0.60157 2.10601,-1.20413 3.12173,-1.8803 0.0372,0.26301 0.0372,0.56429 0.0756,0.79 0.0756,1.16587 0.48871,2.10602 0.71442,2.70759 0.26301,0.60256 0.37586,0.94015 0.37586,0.94015 0,0 0.0372,-0.37586 0.11286,-1.01473 0.0756,-0.63984 0.11285,-1.50541 0.56429,-2.48286 0.45143,-1.24143 1.24046,-2.59572 2.29346,-3.79887 1.61729,-1.20316 3.1973,-2.48287 4.74001,-3.83617 -0.52699,1.20414 -0.97842,2.36902 -1.317,3.4603 -0.67714,2.29444 -0.79,4.25031 -0.79,5.6046 0.11286,1.317 0.18843,2.06872 0.18843,2.06872 0,0 0.11285,-0.75172 0.30128,-2.03045 0.30128,-1.2797 0.86458,-3.04715 1.95587,-4.92745 1.46714,-2.63301 3.91272,-5.34061 6.54474,-8.50061 0.26301,-0.15016 0.48872,-0.30128 0.52699,-0.30128 l -0.11285,-0.15016 c 0.75271,-0.94015 1.50444,-1.91857 2.29443,-2.97158 -0.0756,0.45143 -0.18842,0.90286 -0.26398,1.317 -0.48873,2.48286 -1.16587,4.51331 -1.54174,5.94316 -0.37586,1.46715 -0.60157,2.29444 -0.60157,2.29444 0,0 0.37587,-0.75271 1.05301,-2.10601 0.63887,-1.317 1.76744,-3.1973 2.78317,-5.56633 0.55348,-1.22278 1.12855,-2.57314 1.70854,-4.01085 0.008,-0.0186 0.0148,-0.0334 0.0226,-0.052 0.47696,-1.18157 0.95389,-2.44557 1.42693,-3.74883 0.16294,-0.44848 0.31795,-0.90678 0.47889,-1.36704 0.33171,-0.94702 0.6536,-1.91073 0.97058,-2.90191 0.17665,-0.5476 0.34839,-1.08735 0.51915,-1.64673 0.44653,-1.46911 0.87735,-2.95981 1.26891,-4.47897 0.37586,-1.54271 0.71443,-3.12173 1.05301,-4.70272 v 2.97159 c 0.11285,2.52015 -0.30128,4.89016 -0.41414,6.92061 -0.39843,3.44656 -0.72131,5.87152 -0.77823,6.58203 h -0.0115 v 0.11286 c 0.0667,-0.16585 0.21099,-0.52896 0.39354,-0.9853 0.45436,-1.09913 1.1953,-2.95293 2.12662,-5.29644 0.63986,-1.95587 1.69286,-4.21203 2.25715,-6.80775 0.33856,-1.27775 0.71442,-2.63302 1.053,-4.0246 0.22571,-1.39158 0.37587,-2.85872 0.56429,-4.36316 0.11285,-0.79 0.11285,-1.58 0.15108,-2.4073 0.26301,1.73016 0.48873,3.42203 0.60158,4.88918 0.2267,2.18158 0.26398,3.9873 0.33956,5.26602 0.0746,1.24143 0.11285,1.99316 0.11285,1.99316 0,0 0.15009,-0.71443 0.37586,-1.95586 0.22571,-1.27971 0.67714,-3.04617 0.94015,-5.22873 0.1796,-1.00002 0.33955,-2.10013 0.47696,-3.26306 0.0521,-0.43376 0.0824,-0.90089 0.12554,-1.3533 0.0766,-0.79491 0.1463,-1.59178 0.19234,-2.43772 0.0285,-0.51031 0.0382,-1.03338 0.054,-1.56038 0.0255,-0.82435 0.0382,-1.65164 0.0295,-2.50837 -0.007,-0.63986 -0.0295,-1.28069 -0.056,-1.93428 -0.0166,-0.37783 -0.008,-0.74093 -0.0325,-1.12367 -0.0382,-0.78902 -0.11285,-1.61729 -0.18841,-2.44459 -0.37685,-2.6703 -0.86459,-5.22873 -1.317,-7.63602 1.99316,-7.973622 4.13745,-14.25536 8.83918,-18.318225 3.64873,-4.889177 11.24648,2.745869 20.76281,5.679179 2.74587,0.827293 5.64189,1.279704 8.65077,0.902859 1.30522,0.204125 2.59866,0.191366 3.87346,0.07262 0.2159,-0.02061 0.42787,-0.02552 0.64182,-0.05397 0.51324,-0.06967 1.01277,-0.178608 1.51228,-0.298336 0.21002,-0.04906 0.41708,-0.09715 0.62513,-0.154075 0.46222,-0.129543 0.91366,-0.277727 1.36018,-0.449466 0.22179,-0.0844 0.4318,-0.177628 0.64966,-0.272821 1.12662,-0.489702 2.20415,-1.081467 3.19142,-1.821419 0.0972,-0.07359 0.18156,-0.160945 0.27772,-0.236509 0.0216,-0.01669 0.0412,-0.03631 0.0618,-0.053 0.20706,-0.164869 0.40335,-0.338571 0.60256,-0.515217 0.6958,-0.612375 1.34251,-1.281667 1.92741,-2.017694 0.0638,-0.07949 0.1463,-0.137386 0.20804,-0.218845 0.0392,-0.05201 0.0786,-0.109922 0.11681,-0.162906 0.0697,-0.09323 0.13642,-0.18744 0.20413,-0.282633 0.11878,-0.162906 0.23749,-0.316982 0.35622,-0.49461 0.30128,-0.489704 0.60256,-0.978425 0.86557,-1.505419 l 9.40348,-18.054235 c 1.12858,-2.256166 0.41414,-4.964743 -1.69286,-6.319031 l -17.52822,-11.35934 -1.84302,-1.204138 c -3.23458,-2.106016 -4.96473,-3.611436 -5.71744,-7.37204 l -0.79001,-3.422032 C 381.89436,20.650936 339.12731,7.6733206 325.96323,22.531239 c -5.75475,6.431887 -10.49377,11.69791 -14.55664,16.211224 -2.18158,2.14429 -4.92745,4.74001 -7.86076,7.184599 -3.12173,2.670302 -6.3946,4.851884 -9.21505,5.905874 -1.39157,0.526013 -2.633,0.827294 -3.4976,0.94015 -0.90285,0.112855 -1.42985,0.188424 -1.42985,0.188424 0,0 0.52601,0.112854 1.39158,0.30128 0.264,0.03827 0.56429,0.07557 0.86557,0.112854 -1.58001,0.940151 -2.97158,2.068725 -4.10015,2.78316 -1.50543,1.127592 -2.52113,1.843011 -2.52113,1.843011 0,0 1.2797,-0.03827 3.16,-0.151126 -1.05301,0.414138 -2.03145,0.790002 -2.9343,1.165866 -3.38474,1.316996 -5.79204,2.257146 -6.39361,2.520153 0.26301,0 0.90188,-0.07557 1.8803,-0.188422 0,0 -0.0382,0 -0.0756,0.03827 -3.4976,1.580003 -7.07076,2.783162 -9.74205,3.798877 -0.80274,0.294411 -1.48774,0.543679 -2.10306,0.768412 -0.31895,0.113843 -0.65065,0.232584 -0.90581,0.321889 h -0.0382 c -0.86458,0.339553 -1.39157,0.526995 -1.39157,0.526995 0,0 0.18744,0 0.56427,0.03827 0.30423,0 0.73505,0.002 1.24242,0.0079 0.43082,0.0099 0.91267,0.02061 1.46617,0.03043 -2.0756,0.273802 -4.07759,0.469095 -6.12865,0.718361 -4.69584,0.576064 -9.34656,1.102077 -13.93739,1.550564 -2.02947,0.197254 -4.03343,0.355253 -6.0472,0.529937 -3.77826,0.328759 -7.54672,0.640834 -11.28574,0.891083 -2.12171,0.142295 -4.23558,0.254174 -6.35043,0.37292 -3.70859,0.20805 -7.41522,0.397454 -11.11793,0.536809 -1.97156,0.07458 -3.94608,0.131504 -5.92058,0.18646 -3.89898,0.109922 -7.80482,0.196274 -11.73227,0.240435 -2.1855,0.02552 -4.37886,0.04318 -6.5781,0.04809 -2.56039,0.0099 -5.12962,0.0117 -7.71652,-0.004 -3.62124,-0.02552 -7.27585,-0.07654 -10.96286,-0.146216 -1.53388,-0.02845 -3.05303,-0.04809 -4.60065,-0.0844 -4.75179,-0.112854 -9.57816,-0.259082 -14.48107,-0.433766 -0.78117,-0.02748 -1.53781,-0.04613 -2.3229,-0.07557 C 144.73025,70.993209 138.76255,70.740017 132.629,70.451493 86.514494,71.956914 61.08822,53.262826 39.384277,30.242867 37.015253,27.272266 32.576524,21.666689 28.176069,16.062094 25.054336,12.187652 22.270193,8.3141903 20.352599,5.2297495 18.772596,2.4838807 17.75688,0.4524481 17.493873,0.002 c 0.07557,0.48872147 0.45143,2.7075954 1.204139,5.9048937 0.526995,1.9185753 1.241432,4.1747413 2.068724,6.5447463 -0.827292,-0.940151 -1.541729,-1.84301 -2.068724,-2.7085773 -1.24143,-1.7684257 -2.068725,-2.9342914 -2.068725,-2.9342914 0,0 0.150154,1.4298538 0.414138,3.5731627 0.0373,0.714436 0.151126,1.467145 0.301279,2.29542 -1.505418,-0.60256 -2.671284,-1.053008 -3.197297,-1.241431 h -0.03729 c -0.188423,-0.07557 -0.263988,-0.112857 -0.263988,-0.112857 0,0 0.225715,0.601579 0.526013,1.54173 0,0 0.03827,0 0.03827,0.03827 0.300298,1.655569 0.601579,3.310156 0.901877,5.003015 -0.864585,-0.790001 -1.617295,-1.580002 -2.1806,-2.33173 -0.714437,-0.790002 -1.128574,-1.580003 -1.505419,-2.106998 -0.338573,-0.564287 -0.526014,-0.864586 -0.526014,-0.864586 0,0 0.03729,0.376846 0.07557,1.015717 0.07556,0.601578 0.07556,1.580003 0.30128,2.670303 0.414138,2.257147 1.354289,5.266024 3.008876,8.162041 0.30128,0.488722 0.601579,0.977443 0.940151,1.467145 -4.626172,-1.053008 -8.5006141,-1.917594 -8.5006141,-1.917594 0,0 0.4514293,0.375865 1.1275923,0.977444 -3.9117345,-0.827293 -6.8460261,-1.467145 -6.8460261,-1.467145 0,0 2.6712849,1.917593 6.1688819,4.438728 0.4887213,0.563306 1.0903003,1.241432 1.7301525,1.99316 -0.9018776,-0.151125 -1.8047365,-0.225715 -2.5947381,-0.225715 -1.4298538,-0.07557 -2.6330114,0.0373 -3.423013,0.188422 -0.7900016,0.150154 -1.2414311,0.225716 -1.2414311,0.225716 0,0 1.8430099,0.188422 4.28858,1.316014 0.9401508,0.414137 1.9558671,0.978425 3.0088754,1.655569 -1.6555685,0.112855 -2.821434,0.225715 -2.821434,0.225715 0,0 1.4671456,1.580003 3.1972981,3.460304 C 8.1286744,36.41273 6.8499515,35.924008 5.7969432,35.321449 4.7812269,34.87002 4.1796481,34.155583 3.6153612,33.778737 3.2394971,33.478439 2.9391984,33.252724 2.826341,33.139867 c 0.037291,0.113842 0.1501489,0.45143 0.3758641,0.940152 0.3395535,0.564286 0.6398522,1.617294 1.3925618,2.558426 1.1658657,1.805718 3.3101555,3.911734 6.0560241,5.52903 -3.573162,1.467145 -6.8077523,2.821435 -6.8077523,2.821435 0,0 1.241431,0.375864 3.0088754,0.94015 -0.2630066,0.07557 -0.5269947,0.150154 -0.7890202,0.225715 -0.4524107,-0.225715 -0.7527094,-0.339554 -0.8655668,-0.376846 0.038273,0.07557 0.1884227,0.263989 0.4131561,0.526995 -1.4288724,0.451429 -2.3690233,0.75271 -2.3690233,0.75271 0,0 1.5054191,0.338571 3.6870011,0.864584 0.2257147,0.263989 0.4887213,0.564288 0.8272934,0.827295 0.2630069,0.225715 0.5633056,0.451429 0.8645856,0.639852 -1.7301524,0.488722 -2.8587262,0.790002 -2.8587262,0.790002 0,0 1.3915804,0.30128 3.4975972,0.827293 -1.2787231,0.977443 -2.2571474,1.69286 -2.2571474,1.69286 0,0 1.0530083,0.489704 2.5201541,1.091283 -1.8803019,0 -3.6860199,-0.151126 -5.1904575,-0.45143 C 2.9774718,53.189224 1.9244635,52.812378 1.1717539,52.662229 0.57017505,52.51208 0.19431095,52.436514 0.00588821,52.39824 Z M 169.56771,176.53153 c 0.0511,-0.18646 0.10692,-0.37586 0.157,-0.56233 0.0834,0.17764 0.17469,0.37293 0.21395,0.43869 -0.17273,0.0491 -0.26202,0.0844 -0.36998,0.12372 z'/%3E%3C/svg%3E") center center no-repeat;
	transform: scale(3);
	margin-top: 4px;
}

.trip-search form .trip-duration strong:before {
    background: var(--primary-color);
    -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 320 512'%3E%3Cpath d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E") center center no-repeat;
}

.trip-search form .trip-cost strong:before {
    background: var(--primary-color);
    -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2332b67a' viewBox='0 0 288 512'%3E%3Cpath d='M211.9 242.1L95.6 208.9c-15.8-4.5-28.6-17.2-31.1-33.5C60.6 150 80.3 128 105 128h73.8c15.9 0 31.5 5 44.4 14.1 6.4 4.5 15 3.8 20.5-1.7l22.9-22.9c6.8-6.8 6.1-18.2-1.5-24.1C240.4 74.3 210.4 64 178.8 64H176V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C60.3 64 14.9 95.8 3.1 143.6c-13.9 56.2 20.2 111.2 73 126.3l116.3 33.2c15.8 4.5 28.6 17.2 31.1 33.5C227.4 362 207.7 384 183 384h-73.8c-15.9 0-31.5-5-44.4-14.1-6.4-4.5-15-3.8-20.5 1.7l-22.9 22.9c-6.8 6.8-6.1 18.2 1.5 24.1 24.6 19.1 54.6 29.4 86.3 29.4h2.8v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h2.5c49.2 0 94.6-31.8 106.4-79.6 13.9-56.2-20.2-111.2-73-126.3z'/%3E%3C/svg%3E") center center no-repeat;
}

.trip-search form .trip-dates .custom-select:before {
    background: var(--primary-color);
    -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2332b67a' viewBox='0 0 448 512'%3E%3Cpath d='M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm116 204c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40z'/%3E%3C/svg%3E") center center no-repeat;

}

#activities-slider .owl-prev:after {
    background: var(--primary-color);
    -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2332b67a' viewBox='0 0 192 512'%3E%3Cpath d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E") center center no-repeat;
    -webkit-mask-size: contain;
}

#activities-slider .owl-next:after {
    background: var(--primary-color);
    -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2332b67a' viewBox='0 0 192 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") center center no-repeat;
    -webkit-mask-size: contain;
}