@charset 'UTF-8';
/*I am here*/
@font-face
{
    font-family: 'expedite';
    font-weight: normal;
    font-style: normal;

    src: url('../../font/expedite.woff2?ra8ks7') format('woff2'), url('../../font/expedite.ttf?ra8ks7') format('truetype'), url('../../font/expedite.woff?ra8ks7') format('woff'), url('../../font/expedite.svg?ra8ks7#expedite') format('svg');
}
[class^='ex-'],
[class*=' ex-']
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'expedite' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ex-tripadvisor-logotype:before
{
    content: '\e92a';
}
.ex-event-date-and-time-symbol:before
{
    content: '\e929';
}
.ex-right-arrow:before
{
    content: '\e927';
}
.ex-checked2:before
{
    content: '\e926';
}
.ex-checked:before
{
    content: '\e924';
}
.ex-facebook:before
{
    content: '\e900';
}
.ex-googleplus:before
{
    content: '\e901';
}
.ex-google-hangouts:before
{
    content: '\e902';
}
.ex-instagram:before
{
    content: '\e903';
}
.ex-linkedin:before
{
    content: '\e904';
}
.ex-linkedin-with-circle:before
{
    content: '\e920';
}
.ex-mail-with-circle:before
{
    content: '\e905';
}
.ex-pinterest:before
{
    content: '\e906';
}
.ex-tripadvisor:before
{
    content: '\e907';
}
.ex-twitter:before
{
    content: '\e909';
}
.ex-vimeo:before
{
    content: '\e90a';
}
.ex-youtube:before
{
    content: '\e90b';
}
.ex-address:before
{
    content: '\e90c';
}
.ex-back-in-time:before
{
    content: '\e90d';
}
.ex-calendar:before
{
    content: '\e90e';
}
.ex-chat:before
{
    content: '\e908';
}
.ex-check:before
{
    content: '\e928';
}
.ex-clock:before
{
    content: '\e91c';
}
.ex-direction:before
{
    content: '\e90f';
}
.ex-dot-single:before
{
    content: '\e925';
}
.ex-globe:before
{
    content: '\e910';
}
.ex-info:before
{
    content: '\e911';
}
.ex-lifebuoy:before
{
    content: '\e912';
}
.ex-link:before
{
    content: '\e922';
}
.ex-location:before
{
    content: '\e913';
}
.ex-location-pin:before
{
    content: '\e914';
}
.ex-envelope:before
{
    content: '\e91d';
}
.ex-mic:before
{
    content: '\e923';
}
.ex-mouse:before
{
    content: '\e915';
}
.ex-news:before
{
    content: '\e91f';
}
.ex-old-phone:before
{
    content: '\e916';
}
.ex-paper-plane:before
{
    content: '\e917';
}
.ex-pencil:before
{
    content: '\e918';
}
.ex-phone:before
{
    content: '\e919';
}
.ex-print:before
{
    content: '\e921';
}
.ex-quote:before
{
    content: '\e91a';
}
.ex-tablet:before
{
    content: '\e91b';
}
.ex-users:before
{
    content: '\e91e';
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden
{
    display: none;
}
/* Slider */
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../slick/fonts/slick.eot');
    src: url('../../slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../slick/fonts/slick.woff') format('woff'), url('../../slick/fonts/slick.ttf') format('truetype'), url('../../slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    z-index: 10000;
    top: 50%;

    display: block;

    width: 45px;
    height: 45px;
    padding: 0;

    cursor: pointer;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 45px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: 15px;
}
.slick-prev[dir='rtl']
{
    right: 15px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
.slick-prev:before[dir='rtl']
{
    content: '→';
}
.slick-next
{
    z-index: 1;
    right: 15px;
}
.slick-next[dir='rtl']
{
    right: auto;
    left: 15px;
}
.slick-next:before
{
    content: '←';
    content: '→';
}
.slick-next:before[dir='rtl']
{
    content: '←';
}
/* Dots */
.slick-dotted .slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: 25px;

    display: block;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: white;
}
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html
{
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */

        -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body
{
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary
{
    /* 1 */
    display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video
{
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls])
{
    display: none;

    height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress
{
    vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden]
{
    display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a
{
    background-color: transparent;
    /* 1 */

    -webkit-text-decoration-skip: objects;
    /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover
{
    outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title]
{
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;

    border-bottom: none;
    /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong
{
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong
{
    font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn
{
    font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1
{
    font-size: 2em;

    margin: .67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark
{
    color: #000;
    background-color: #ff0;
}
/**
 * Add the correct font size in all browsers.
 */
small
{
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}
sub
{
    bottom: -.25em;
}
sup
{
    top: -.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img
{
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root)
{
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure
{
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr
{
    /* 1 */
    overflow: visible;

    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea
{
    font: inherit;
    /* 1 */

    margin: 0;
    /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup
{
    font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input
{
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select
{
    /* 1 */
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit']
{
    -webkit-appearance: button;
    /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0;

    border-style: none;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring
{
    outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend
{
    /* 2 */
    display: table;

    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */

    white-space: normal;
    /* 1 */

    color: inherit;
    /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea
{
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio']
{
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button
{
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search']
{
    /* 1 */
    outline-offset: -2px;

    -webkit-appearance: textfield;
    /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder
{
    opacity: .54;
    color: inherit;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button
{
    /* 1 */
    font: inherit;

    -webkit-appearance: button;
    /* 2 */
}
/**
 * Fix for vw, vh, vmin, vmax on iOS 7.
 * http://caniuse.com/#feat=viewport-units
 *
 * This fix works by replacing viewport units with px values on known screen sizes.
 *
 * iPhone 6 and 6 Plus cannot run iOS 7, so are not targeted by this fix.
 * Target devices running iOS 8+ will incidentally execute the media query,
 * but this will still produce the expected result; so this is not a problem.
 *
 * As an example, replace:
 *
 *   height: 50vh;
 *   font-size: 5vmin;
 *
 * with:
 *
 *   .viewport-unit(height, 50vh);
 *   .viewport-unit(font-size, 5vmin);
 */
@-ms-viewport
{
    width: device-width;
}
html
{
    box-sizing: border-box;

    -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after
{
    box-sizing: inherit;
}
.container
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px)
{
    .container
    {
        /* max-width: 540px;*/
    }
}
@media (min-width: 768px)
{
    .container
    {
        /*max-width: 720px; */
    }
}
@media (min-width: 992px)
{
    .container
    {
        max-width: 960px;
    }
}
@media (min-width: 1200px)
{
    .container
    {
        max-width: 1140px;
    }
}
.container-fluid
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.row
{
    display: -ms-flexbox;
    display: flex;

    margin-right: -15px;
    margin-left: -15px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.no-gutters
{
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-']
{
    padding-right: 0;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto
{
    position: relative;

    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col
{
    max-width: 100%;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col-auto
{
    width: auto;
    max-width: none;

    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.col-1
{
    max-width: 8.3333333333%;

    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
}
.col-2
{
    max-width: 16.6666666667%;

    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
}
.col-3
{
    max-width: 25%;

    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
}
.col-4
{
    max-width: 33.3333333333%;

    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
}
.col-5
{
    max-width: 41.6666666667%;

    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
}
.col-6
{
    max-width: 50%;

    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}
.col-7
{
    max-width: 58.3333333333%;

    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
}
.col-8
{
    max-width: 66.6666666667%;

    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
}
.col-9
{
    max-width: 75%;

    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
}
.col-10
{
    max-width: 83.3333333333%;

    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
}
.col-11
{
    max-width: 91.6666666667%;

    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
}
.col-12
{
    max-width: 100%;

    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
}
.offset-1
{
    margin-left: 8.3333333333%;
}
.offset-2
{
    margin-left: 16.6666666667%;
}
.offset-3
{
    margin-left: 25%;
}
.offset-4
{
    margin-left: 33.3333333333%;
}
.offset-5
{
    margin-left: 41.6666666667%;
}
.offset-6
{
    margin-left: 50%;
}
.offset-7
{
    margin-left: 58.3333333333%;
}
.offset-8
{
    margin-left: 66.6666666667%;
}
.offset-9
{
    margin-left: 75%;
}
.offset-10
{
    margin-left: 83.3333333333%;
}
.offset-11
{
    margin-left: 91.6666666667%;
}
@media (min-width: 576px)
{
    .col-sm
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col-sm-auto
    {
        width: auto;
        max-width: none;

        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    }
    .col-sm-1
    {
        max-width: 8.3333333333%;

        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    }
    .col-sm-2
    {
        max-width: 16.6666666667%;

        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    }
    .col-sm-3
    {
        max-width: 25%;

        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }
    .col-sm-4
    {
        max-width: 33.3333333333%;

        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    }
    .col-sm-5
    {
        max-width: 41.6666666667%;

        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    }
    .col-sm-6
    {
        max-width: 50%;

        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
    .col-sm-7
    {
        max-width: 58.3333333333%;

        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    }
    .col-sm-8
    {
        max-width: 66.6666666667%;

        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    }
    .col-sm-9
    {
        max-width: 75%;

        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    }
    .col-sm-10
    {
        max-width: 83.3333333333%;

        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    }
    .col-sm-11
    {
        max-width: 91.6666666667%;

        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    }
    .col-sm-12
    {
        max-width: 100%;

        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
    .order-sm-first
    {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-1
    {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2
    {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3
    {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4
    {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5
    {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6
    {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7
    {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8
    {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9
    {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10
    {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11
    {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12
    {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0
    {
        margin-left: 0;
    }
    .offset-sm-1
    {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2
    {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3
    {
        margin-left: 25%;
    }
    .offset-sm-4
    {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5
    {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6
    {
        margin-left: 50%;
    }
    .offset-sm-7
    {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8
    {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9
    {
        margin-left: 75%;
    }
    .offset-sm-10
    {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11
    {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px)
{
    .col-md
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col-md-auto
    {
        width: auto;
        max-width: none;

        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    }
    .col-md-1
    {
        max-width: 8.3333333333%;

        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    }
    .col-md-2
    {
        max-width: 16.6666666667%;

        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    }
    .col-md-3
    {
        max-width: 25%;

        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }
    .col-md-4
    {
        max-width: 33.3333333333%;

        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    }
    .col-md-5
    {
        max-width: 41.6666666667%;

        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    }
    .col-md-6
    {
        max-width: 50%;

        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
    .col-md-7
    {
        max-width: 58.3333333333%;

        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    }
    .col-md-8
    {
        max-width: 66.6666666667%;

        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    }
    .col-md-9
    {
        max-width: 75%;

        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    }
    .col-md-10
    {
        max-width: 83.3333333333%;

        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    }
    .col-md-11
    {
        max-width: 91.6666666667%;

        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    }
    .col-md-12
    {
        max-width: 100%;

        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
    .order-md-first
    {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-1
    {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2
    {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3
    {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4
    {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5
    {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6
    {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7
    {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8
    {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9
    {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10
    {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11
    {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12
    {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0
    {
        margin-left: 0;
    }
    .offset-md-1
    {
        margin-left: 8.3333333333%;
    }
    .offset-md-2
    {
        margin-left: 16.6666666667%;
    }
    .offset-md-3
    {
        margin-left: 25%;
    }
    .offset-md-4
    {
        margin-left: 33.3333333333%;
    }
    .offset-md-5
    {
        margin-left: 41.6666666667%;
    }
    .offset-md-6
    {
        margin-left: 50%;
    }
    .offset-md-7
    {
        margin-left: 58.3333333333%;
    }
    .offset-md-8
    {
        margin-left: 66.6666666667%;
    }
    .offset-md-9
    {
        margin-left: 75%;
    }
    .offset-md-10
    {
        margin-left: 83.3333333333%;
    }
    .offset-md-11
    {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px)
{
    .col-lg
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col-lg-auto
    {
        width: auto;
        max-width: none;

        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    }
    .col-lg-1
    {
        max-width: 8.3333333333%;

        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    }
    .col-lg-2
    {
        max-width: 16.6666666667%;

        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    }
    .col-lg-3
    {
        max-width: 25%;

        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }
    .col-lg-4
    {
        max-width: 33.3333333333%;

        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    }
    .col-lg-5
    {
        max-width: 41.6666666667%;

        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    }
    .col-lg-6
    {
        max-width: 50%;

        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
    .col-lg-7
    {
        max-width: 58.3333333333%;

        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    }
    .col-lg-8
    {
        max-width: 66.6666666667%;

        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    }
    .col-lg-9
    {
        max-width: 75%;

        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    }
    .col-lg-10
    {
        max-width: 83.3333333333%;

        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    }
    .col-lg-11
    {
        max-width: 91.6666666667%;

        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    }
    .col-lg-12
    {
        max-width: 100%;

        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
    .order-lg-first
    {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-1
    {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2
    {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3
    {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4
    {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5
    {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6
    {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7
    {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8
    {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9
    {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10
    {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11
    {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12
    {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0
    {
        margin-left: 0;
    }
    .offset-lg-1
    {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2
    {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3
    {
        margin-left: 25%;
    }
    .offset-lg-4
    {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5
    {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6
    {
        margin-left: 50%;
    }
    .offset-lg-7
    {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8
    {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9
    {
        margin-left: 75%;
    }
    .offset-lg-10
    {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11
    {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1200px)
{
    .col-xl
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col-xl-auto
    {
        width: auto;
        max-width: none;

        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    }
    .col-xl-1
    {
        max-width: 8.3333333333%;

        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    }
    .col-xl-2
    {
        max-width: 16.6666666667%;

        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    }
    .col-xl-3
    {
        max-width: 25%;

        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }
    .col-xl-4
    {
        max-width: 33.3333333333%;

        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    }
    .col-xl-5
    {
        max-width: 41.6666666667%;

        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    }
    .col-xl-6
    {
        max-width: 50%;

        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
    .col-xl-7
    {
        max-width: 58.3333333333%;

        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    }
    .col-xl-8
    {
        max-width: 66.6666666667%;

        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    }
    .col-xl-9
    {
        max-width: 75%;

        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    }
    .col-xl-10
    {
        max-width: 83.3333333333%;

        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    }
    .col-xl-11
    {
        max-width: 91.6666666667%;

        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    }
    .col-xl-12
    {
        max-width: 100%;

        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
    .order-xl-first
    {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-1
    {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2
    {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3
    {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4
    {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5
    {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6
    {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7
    {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8
    {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9
    {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10
    {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11
    {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12
    {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0
    {
        margin-left: 0;
    }
    .offset-xl-1
    {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2
    {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3
    {
        margin-left: 25%;
    }
    .offset-xl-4
    {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5
    {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6
    {
        margin-left: 50%;
    }
    .offset-xl-7
    {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8
    {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9
    {
        margin-left: 75%;
    }
    .offset-xl-10
    {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11
    {
        margin-left: 91.6666666667%;
    }
}
@font-face
{
    font-family: 'Inter';
    font-weight: 700;
    font-style: normal;

    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face
{
    font-family: 'Inter';
    font-weight: 800;
    font-style: normal;

    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face
{
    font-family: 'Raleway';
    font-weight: 400;
    font-style: normal;

    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
@font-face
{
    font-family: 'Raleway';
    font-weight: 700;
    font-style: normal;

    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}
*,
*::before,
*::after
{
    box-sizing: inherit;
}
html
{
    font-size: 10px;
    line-height: 1.42857143;

    box-sizing: border-box;

    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}
body
{
    font-family: 'Raleway', sans-serif;
    font-size: 1.6rem;

    overflow-x: hidden;

    color: #333;
    background: #fff;
}
a
{
    text-decoration: underline;

    color: #001f46;
}
a:hover,
a:focus
{
    color: #000;
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|*  Typography
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.1;

    margin-top: 2.5rem;
    margin-bottom: 1.5rem;

    color: #001f46;
}
h1,
.h1,
.txt-cta .txt-item .txt-heading,
.txt-cta-bottom .txt-bg .txt-item .txt-heading,
.txt-why-book .txt-item .txt-heading,
.focus-numbers .focus-intro .focus-intro-heading,
.divider-products .divider-bg .divider-heading,
.divider-products-internal .divider-bg .divider-heading,
.txt-why-book-home .txt-item .txt-heading
{
    font-size: 5.5rem;
}
@media (max-width: 991px)
{
    h1,
    .h1,
    .txt-cta .txt-item .txt-heading,
    .txt-cta-bottom .txt-bg .txt-item .txt-heading,
    .txt-why-book .txt-item .txt-heading,
    .focus-numbers .focus-intro .focus-intro-heading,
    .divider-products .divider-bg .divider-heading,
    .divider-products-internal .divider-bg .divider-heading,
    .txt-why-book-home .txt-item .txt-heading
    {
        font-size: 3.5rem;
    }
}
h2,
.h2,
.txt-cta .txt-item blockquote,
.txt-cta-bottom .txt-bg .txt-item blockquote
{
    font-size: 4rem;
}
@media (max-width: 991px)
{
    h2,
    .h2,
    .txt-cta .txt-item blockquote,
    .txt-cta-bottom .txt-bg .txt-item blockquote
    {
        font-size: 2.5rem;
    }
}
h3,
.h3,
.gform_wrapper .gform_heading .gform_title,
.gform_wrapper .gsection_title
{
    font-size: 3rem;
}
@media (max-width: 991px)
{
    h3,
    .h3,
    .gform_wrapper .gform_heading .gform_title,
    .gform_wrapper .gsection_title
    {
        font-size: 2rem;
    }
}
h4,
.h4
{
    font-size: 1.8rem;
}
h5,
.h5
{
    font-size: 1.5rem;
}
h6,
.h6
{
    font-size: 1.5rem;
}
p
{
    margin: 0 0 1rem;
}
blockquote
{
    margin-left: 0;
    padding: 1rem 2rem;
}
blockquote p:last-child
{
    margin-bottom: 0;
}
blockquote cite
{
    color: #b3b3b3;
}
ul,
ol
{
    margin: 2rem 0 2rem 2rem;
    padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol
{
    margin: 1.5rem 0 1.5rem 2rem;
}
ul li,
ol li
{
    margin-top: 1rem;
}
ul
{
    list-style: disc outside;
}
ul ul
{
    padding-left: 20px;

    list-style-type: circle;
}
ol
{
    list-style: decimal inside;
}
ol ol
{
    list-style-type: lower-alpha;
}
.alignnone
{
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter
{
    display: block;

    margin: 5px auto 5px auto;
}
.alignright
{
    float: right;

    margin: 5px 0 20px 20px;
}
.alignleft
{
    float: left;

    margin: 5px 20px 20px 0;
}
a img.alignright
{
    float: right;

    margin: 5px 0 20px 20px;
}
a img.alignnone
{
    margin: 5px 20px 20px 0;
}
a img.alignleft
{
    float: left;

    margin: 5px 20px 20px 0;
}
a img.aligncenter
{
    display: block;

    margin-right: auto;
    margin-left: auto;
}
.wp-caption
{
    max-width: 96%;
    padding: 5px 3px 10px;

    text-align: center;

    background: #fff;
}
.wp-caption.alignnone
{
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft
{
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright
{
    margin: 5px 0 20px 20px;
}
.wp-caption img
{
    width: auto;
    max-width: 98.5%;
    height: auto;
    margin: 0;
    padding: 0;

    border: 0 none;
}
.wp-caption p.wp-caption-text
{
    font-size: 13px;
    line-height: 17px;

    margin: 10px 0 0;
    padding: 0 4px 5px;
}
.alert-success
{
    border: 1px solid #c3e6cb;
    border-radius: 2px;
    background-color: #d4edda;
}
.alert-danger
{
    border: 1px solid #f5c6cb;
    border-radius: 2px;
    background-color: #d4edda;
}
.alert-warning
{
    border: 1px solid #ffeeba;
    border-radius: 2px;
    background-color: #fff3cd;
}
.slick-slide,
.slick-slide *
{
    outline: none !important;
}
.slick-slide:focus
{
    outline: none !important;
}
@media (min-width: 992px)
{
    .container
    {
        width: 90% !important;
        max-width: 1560px;
    }
}
@media (min-width: 1500px)
{
    .container
    {
        width: 80% !important;
        max-width: 1560px;
    }
}
.col-0-padding [class*='col-'],
.block-side-side [class*='col-'],
.divider-image [class*='col-']
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.section-padding,
.txt,
.focus .focus-bg,
.focus-numbers .focus-bg,
.block .block-bg,
.block-1 .block-bg,
.block-d-map-locations .block-bg,
.contact .contact-bg,
.contact- .contact-bg,
.divider .divider-bg
{
    padding: 10rem 0;
}
@media (max-width: 991px)
{
    .section-padding,
    .txt,
    .focus .focus-bg,
    .focus-numbers .focus-bg,
    .block .block-bg,
    .block-1 .block-bg,
    .block-d-map-locations .block-bg,
    .contact .contact-bg,
    .contact- .contact-bg,
    .divider .divider-bg
    {
        padding: 3rem 0;
    }
}
.container-100 .container,
.block-side-side .container,
.divider-image .container
{
    width: 100% !important;
    max-width: 1920px !important;
}
/*
.magic-padding{
  //padding bottom : height /(width/100) eg
  padding-bottom: 400% / (1920/100);
}
*/
.btn-default,
.btn-default-alt,
.divider-btn,
.block-item-btn,
.slider-btn,
.gform_button,
.block-item-btn
{
    font-family: 'Inter', sans-serif;
    font-weight: 700;

    display: inline-block;

    margin: 0 auto;
    padding: 1rem 3rem;

    transition-duration: .5s;
    text-decoration: none;

    color: #fff;
    border: 1px solid #001f46;
    background-color: #001f46;
}
.btn-default:hover,
.btn-default-alt:hover,
.divider-btn:hover,
.block-item-btn:hover,
.slider-btn:hover,
.gform_button:hover,
.block-item-btn:hover
{
    color: #fff;
    border-color: #ff404f;
    background-color: #ff404f;
}
.btn-default-alt,
.block-item-btn
{
    border: 1px solid #ff404f;
    background-color: #ff404f;
}
.btn-default-alt:hover,
.block-item-btn:hover
{
    border-color: #001f46;
    background-color: #001f46;
}
.heading-default,
.text-heading,
.focus-intro-heading,
.block-intro-heading,
.divider-heading,
.divider-sub-heading,
.side-heading,
.testimonial-intro-heading,
.contact-heading,
.footer-heading,
.focus-item-heading,
.block-item-heading
{
    position: relative;
}
.contact-details i
{
    /*display: none;*/
}
.contact-details span
{
    display: none;
}
.image-bg-cover,
.focus .focus-item,
.focus-numbers,
.focus-numbers .focus-item,
.focus-images .focus-item,
.block .block-item,
.block-1 .block-item
{
    background-position: center center;
    background-size: cover;
}
/*.slick-next,
    .slick-prev {
        background: @black none repeat scroll 0 0 !important;
        padding: 1rem;
        width: 60px;
        height: 60px;
        .rounded(50%);
    }
    .slick-next::before,
    .slick-prev::before {
        color: @second-color;
        font-size: 40px;
        line-height: 40px;
        opacity: .5;
        font-family: 'icomoon' !important;
    }
    .slick-prev {
        &:before {
            content: "\e90b";
        }
    }
    .slick-next {
        &:before {
            content: "\e90a";
        }
    }*/
.image_gallery_responsive
{
    position: relative;

    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 100%;
    margin: 3rem 0;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.image_gallery_responsive a
{
    position: relative;

    display: -ms-flexbox;
    display: flex;

    height: auto;

    border: 0 solid #fff;

    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.image_gallery_responsive a img
{
    position: relative;
    z-index: 1;

    width: 100%;
    height: auto;
}
.image_gallery_responsive a .overlay
{
    position: absolute;
    z-index: 2;

    transition: all all .2s ease 0s ease-out;
    text-align: center;

    opacity: 0;
    background: rgba(0, 0, 0, .4);

    inset: 0;
}
.image_gallery_responsive a .overlay span
{
    font-size: 50px;
    line-height: 76px;

    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;

    color: #e5e5e5;
    border: 2px solid #fff;
    border-radius: 50%;
}
.image_gallery_responsive a:hover .overlay
{
    opacity: 1;
}
@media (max-width: 768px)
{
    .image_gallery_responsive a
    {
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    }
}
.video-responsive
{
    position: relative;

    overflow: hidden;

    height: 0;
    padding-bottom: 56.25%;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.video-responsive video
{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.video-responsive-4-3
{
    padding-bottom: 75%;
}
ul.list-inline
{
    margin: 2rem 0;
    padding: 0;
}
ul.list-inline li
{
    display: inline-block;
}
.social-icons .ex
{
    line-height: 46px;

    display: inline-block;

    width: 50px;
    height: 50px;

    transition: all .3s ease-in-out;
    text-align: center;

    color: #fff;
    border: 2px solid #fff;
}
.social-icons.icon-circle .ex
{
    border-radius: 50%;
}
.social-icons.icon-rounded .ex
{
    border-radius: 5px;
}
.social-icons.icon-flat .ex
{
    border-radius: 0;
}
.social-icons .ex:hover,
.social-icons .ex:active
{
    color: #43cfff;
    border-color: #43cfff;
    /*box-shadow: 1px 1px 3px #333;*/
}
/*
.social-icons.icon-zoom .ex:hover,
.social-icons.icon-zoom .ex:active {
    transform: scale(1.1);
}

.social-icons.icon-rotate .ex:hover,
.social-icons.icon-rotate .ex:active {
    transform: scale(1.1) rotate(360deg);
}*/
/*
.social-icons .ex-facebook {
    background-color: #3C599F;
}

.social-icons .ex-google-plus {
    background-color: #CF3D2E;
}

.social-icons .ex-instagram {
    background-color: #A1755C;
}

.social-icons .ex-linkedin {
    background-color: #0085AE;
}

.social-icons .ex-twitter {
    background-color: #32CCFE;
}

.social-icons .ex-vimeo {
    background-color: #229ACC;
}

.social-icons .ex-youtube {
    background-color: #C52F30;
}

.social-icons .ex-googleplus {
    background-color: #C52F30;
}*/
.gform_wrapper
{
    width: 100%;
    margin: 0 auto;
    padding: 3rem;

    border-top: 3px solid #ff404f;
    background-color: #f2f4fa;
}
@media (min-width: 992px)
{
    .gform_wrapper
    {
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -ms-flex-direction: column;
    }
}
.gform_wrapper .gform_body ul
{
    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;
}
@media (min-width: 992px)
{
    .gform_wrapper .gform_body ul
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: .5%;
    }
}
.gform_wrapper .gform_body ul li
{
    line-height: 1;

    width: 100%;
    padding: 0;

    list-style: none;
}
@media (min-width: 992px)
{
    .gform_wrapper .gform_body ul li
    {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
}
.gform_wrapper .gform_body ul li label
{
    font-family: 'Raleway', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;

    display: block;

    width: 100%;
    margin-bottom: .5rem;

    text-align: left;

    color: #001f46;
}
.gform_wrapper .gform_body ul li input,
.gform_wrapper .gform_body ul li select,
.gform_wrapper .gform_body ul li textarea
{
    font-family: 'Raleway', sans-serif;

    width: 100%;
    padding: 8px 5px;

    color: #001f46;
    border: 1px solid #e0e5f3;
    background-color: #fff;
}
.gform_wrapper .gform_body ul li textarea
{
    height: 7rem;
}
@media (min-width: 992px)
{
    .gform_wrapper .gform_body ul li.fifty
    {
        -ms-flex: 0 0 49.5%;
            flex: 0 0 49.5%;
    }
}
@media (max-width: 991px)
{
    .gform_wrapper .gform_body ul li.fifty
    {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
}
.gform_wrapper .gform_body ul #field_1_37
{
    display: none;
}
.gform_wrapper .gform_body ul .gfield--type-html
{
    line-height: 1.6;

    margin-bottom: 2rem;
}
.gform_wrapper .gform_heading .gform_title
{
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.gform_wrapper .screen-reader-text,
.gform_wrapper .ui-datepicker-trigger
{
    display: none;
}
.gform_wrapper input[type='checkbox'],
.gform_wrapper input[type='radio']
{
    width: auto !important;
    margin: 0;
    padding: 0;

    border: 0 !important;
    background: transparent !important;
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    margin-bottom: 0 !important;
    padding: 10px 0 0 0 !important;

    -ms-flex-direction: column;
    gap: 6px;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li
{
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 5px 0 !important;

    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
}
.gform_wrapper .gfield_checkbox input,
.gform_wrapper .gfield_radio input
{
    height: 20px;
    margin: 2px 0 0 0 !important;

    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label
{
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 16px;

    display: inline-block;

    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0;

    color: #000 !important;
    border: 0;
}
.gform_submission_error
{
    font-family: 'Raleway', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;

    margin: 0;

    color: #000;
}
.gform_button
{
    display: inline-block;

    margin-top: 1% !important;

    text-align: center;
}
.validation_error,
.validation_message
{
    font-size: 15px;

    padding: 5px;

    color: #000;
    border: 1px solid #ffc2c1;
    background-color: #fde0e0;
}
.validation_error
{
    padding: 10px;

    color: #000;
}
.gform_confirmation_message
{
    font-size: 15px;

    padding: 10px;

    color: #000;
    border: 1px solid #c3e6cb;
    background-color: #d4edda;
}
.gform_wrapper ul li.gfield_error input[type='text']
{
    margin-bottom: 1px;

    border: 1px solid #ffc2c1 !important;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container
{
    position: absolute !important;
    left: -9000px;

    display: none !important;
}
.ui-datepicker
{
    font: 9pt Arial, sans-serif;

    width: 216px;
    height: auto;
    margin: 5px auto 0;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}
.ui-datepicker a
{
    text-decoration: none;
}
.ui-datepicker table
{
    width: 100%;

    border-collapse: collapse;
}
.ui-datepicker-header
{
    font-weight: bold;
    line-height: 30px;

    color: #e0e0e0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #001f46;
    background-color: #001f46;
    box-shadow: 0 1px 1px 0 rgba(250, 250, 250, .2) inset;
    text-shadow: 1px -1px 0 #000;
}
.ui-datepicker-title
{
    text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next
{
    line-height: 600%;

    display: inline-block;
    overflow: hidden;

    width: 30px;
    height: 30px;

    cursor: pointer;
    text-align: center;

    background-image: url(../../images/datepicker/arrow.png);
    background-repeat: no-repeat;
}
.ui-datepicker-prev
{
    float: left;

    background-position: center -30px;
}
.ui-datepicker-next
{
    float: right;

    background-position: center 0;
}
.fourofour
{
    min-height: 530px;
    padding-top: 130px;

    text-align: center;

    background-color: #001f46;
}
.fourofour h2
{
    font-size: 150px;

    margin: 0;
    padding: 0;

    color: #fff;
}
.fourofour p
{
    margin: 0;

    color: #fff;
}
.fourofour a
{
    font-size: 17px;
    font-weight: 700;
    line-height: 55px;

    display: inline-block;

    height: 60px;
    margin-top: 50px;
    margin-right: 5px;
    padding: 0 8px;

    color: #fff;
    border-top: 3px solid #ff404f;
    border-bottom: 3px solid #ff404f;
}
.expedite-blog-archive
{
    padding: 16rem 0 8rem 0 !important;
}
@media (max-width: 991px)
{
    .expedite-blog-archive
    {
        padding: 2rem 0;
    }
}
.expedite-blog-archive .blog-intro
{
    padding: 0 3rem 3rem 3rem;
}
.expedite-blog
{
    padding: 8rem 0;
}
@media (max-width: 991px)
{
    .expedite-blog
    {
        padding: 2rem 0;
    }
}
.expedite-blog .blog-intro
{
    padding: 0 3rem 3rem 3rem;
}
.widget
{
    margin-bottom: 2rem;
    padding: 2rem;

    background-color: #001f46;
}
.widget h3
{
    margin: 0;

    color: #fff;
}
.widget ul
{
    margin: 1rem 0;
    padding: 0 0 0 1rem;
}
.widget ul li
{
    margin: .8rem 0;

    list-style: none;
}
.widget ul li a
{
    display: block;

    text-decoration: none;

    color: #ff404f;
}
.blog-item
{
    position: relative;

    margin-bottom: 3rem;

    border: 1px solid #f8f9fa;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
.blog-item .blog-item-image
{
    position: relative;
}
.blog-item .blog-item-image img
{
    display: block;

    width: 100%;
    height: auto;
}
.blog-item .blog-item-image p
{
    font-size: 1.3rem;
    font-weight: 700;

    position: absolute;
    bottom: 0;
    left: 0;

    display: inline-block;

    margin: 0;
    padding: .5rem 1rem;

    text-transform: uppercase;

    color: #fff;
    background-color: #ff404f;
}
.blog-item .blog-item-content
{
    padding: 2rem 2rem 6rem 2rem;

    text-align: left;

    color: #333;
}
.blog-item .blog-item-content h2,
.blog-item .blog-item-content h2 a
{
    font-size: 1.9rem;
    line-height: 1.3;

    margin-top: 0;

    text-decoration: none;
}
.blog-item .blog-item-content .blog-item-btn
{
    font-size: 1.4rem;
    font-weight: 700;

    position: absolute;
    bottom: 10px;
    left: 10px;

    display: block;

    width: calc((100% - 20px));
    margin-top: 2rem;
    padding: 1.2rem;

    transition: all .2s ease-out;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    background-color: #ff404f;
}
.blog-item .blog-item-content .blog-item-btn:hover
{
    background-color: #43cfff;
}
.contact-details
{
    margin: 0;
    padding: 0;
}
.contact-details li
{
    display: table;

    list-style: none;
}
.contact-details li div
{
    display: table-cell;

    vertical-align: middle;
}
.contact-details strong
{
    display: inline-block;

    width: 8rem;
    margin-right: 10px;

    border-right: 1px solid #001f46;
}
.contact-details i
{
    font-size: 1.8rem;
    line-height: 35px;

    display: inline-block;

    width: 35px;
    height: 35px;
    margin-right: 5px;
    margin-right: .5rem;

    text-align: center;

    border-radius: 50%;
    background-color: #001f46;
}
.contact-details i.ex-location-pin
{
    font-size: 2.2rem;
}
.contact-details span
{
    font-weight: 700;

    display: none;

    margin-right: .8rem;
}
.ex-gallery,
.block-item-gallery
{
    position: relative;

    display: block;
    float: left;
    overflow: hidden;

    width: 100%;
}
.ex-gallery a,
.block-item-gallery a
{
    position: relative;

    display: inline-block;
    float: left;

    width: 100%;
    height: auto;
}
.ex-gallery a img,
.block-item-gallery a img
{
    position: relative;
    z-index: 1;

    float: left;

    width: 100%;
    height: auto;
}
.ex-gallery a .overlay,
.block-item-gallery a .overlay
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: all .2s ease 0s;
    text-align: center;

    opacity: 0;
    background: rgba(0, 0, 0, .5);
}
.ex-gallery a:hover .overlay,
.block-item-gallery a:hover .overlay
{
    opacity: 1;
}
.ex-gallery a .overlay span,
.block-item-gallery a .overlay span
{
    font-size: 50px;
    line-height: 65px;

    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;

    color: #e5e5e5;
    border: 2px solid #fff;
}
.product-archive
{
    padding: 16rem 0 8rem 0;
}
@media (max-width: 991px)
{
    .product-archive
    {
        padding: 2rem 0;
    }
}
.product-archive button.facet-reset,
.product-archive button.facetwp-flyout-open
{
    font-size: 1.4rem;
    font-weight: 700;

    display: block;

    margin-top: 2rem;
    padding: 1.2rem 3rem;

    transition: all .2s ease-out;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border: 1px solid #ff404f;
    background-color: #ff404f;
}
.product-archive button.facet-reset:hover,
.product-archive button.facetwp-flyout-open:hover
{
    background-color: #43cfff;
}
.product-archive .mobile-facet-filter
{
    padding-bottom: 2rem;
}
@media (min-width: 992px)
{
    .product-archive .mobile-facet-filter
    {
        display: none;
    }
}
@media (max-width: 991px)
{
    .product-archive .col-lg-3
    {
        display: none;
    }
}
.product-banner .product-banner-item
{
    width: 100%;
    height: clamp(320px, 70vh, 860px);

    background-position: center center;
    background-size: cover;
}
.product-item
{
    position: relative;

    margin-bottom: 3rem;

    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
.product-item .product-item-image
{
    position: relative;
}
.product-item .product-item-image img
{
    display: block;

    width: 100%;
    height: auto;
}
.product-item .product-item-image .product-image-title
{
    position: absolute;
    bottom: 0;
    left: 0;
}
.product-item .product-item-image .product-image-title p
{
    font-size: 1.3rem;
    font-weight: 700;

    margin: 0;
    padding: .5rem;

    text-transform: uppercase;

    color: #fff;
    background-color: #ff404f;
}
.product-item .product-item-content
{
    padding: 2rem 2rem 6rem 2rem;

    text-align: left;

    color: #333;
}
.product-item .product-item-content .product-price
{
    font-family: 'Inter', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;

    display: -ms-flexbox;
    display: flex;
    float: right;

    margin: 0;
    padding: 5px 5px 10px 5px;

    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: end;
}
.product-item .product-item-content .product-price span
{
    font-family: 'Raleway', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;

    padding: 0 3px 1px 3px;
}
.product-item .product-item-content h2,
.product-item .product-item-content h2 a
{
    font-size: 1.9rem;
    line-height: 1.3;

    margin-top: 0;

    text-decoration: none;
}
.product-item .product-item-content .product-item-btn
{
    font-size: 1.4rem;
    font-weight: 700;

    position: absolute;
    bottom: 10px;
    left: 10px;

    display: block;

    width: calc((100% - 20px));
    margin-top: 2rem;
    padding: 1.2rem;

    transition: all .2s ease-out;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    background-color: #ff404f;
}
.product-item .product-item-content .product-item-btn:hover
{
    background-color: #43cfff;
}
.single-product .product-top .product-cta
{
    position: relative;
    z-index: 5;

    margin-top: -100px;
    margin-bottom: 3rem;
    padding: 6rem;

    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .single-product .product-top .product-cta
    {
        padding: 3rem;
    }
}
.single-product .product-top .product-cta .row
{
    -ms-flex-align: end;
    align-items: end;
}
.single-product .product-top .product-cta h1
{
    margin: 0 0 5px 0;
}
.single-product .product-top .product-cta .product-price
{
    font-family: 'Inter', sans-serif;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;

    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 10px 0;

    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: end;
}
.single-product .product-top .product-cta .product-price span
{
    font-family: 'Raleway', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;

    padding: 0 5px 5px 5px;
}
.single-product .product-top .product-cta .hero-description
{
    position: relative;

    padding: 3rem 0 2rem 0;
}
.single-product .product-top .product-cta .hero-description:before
{
    position: absolute;
    top: 1rem;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';

    background-color: #efefef;
}
.single-product .product-top .product-cta .product-buttons
{
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin: 2rem 0 0 0;
    padding: 0;

    list-style: none;

    gap: 2rem;
}
.single-product .product-top .product-cta .product-buttons li
{
    margin: 0;

    -ms-flex: 1;
        flex: 1;
}
.single-product .product-top .product-cta .product-buttons li a
{
    font-size: 1.4rem;
    font-weight: 700;

    display: block;

    padding: 1.2rem;

    transition: all .2s ease-out;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    border: 2px solid #ff404f;
}
.single-product .product-top .product-cta .product-buttons li:first-of-type a
{
    color: #fff;
    background-color: #ff404f;
}
.single-product .product-top .product-cta .product-buttons li:first-of-type a:hover
{
    color: #fff;
    border-color: #001f46;
    background-color: #001f46;
}
.single-product .product-top .product-cta .product-buttons li:last-of-type a
{
    color: #ff404f;
    background-color: #fff;
}
.single-product .product-top .product-cta .product-buttons li:last-of-type a:hover
{
    color: #fff;
    border-color: #001f46;
    background-color: #001f46;
}
.single-product .product-top .hero-widget
{
    margin-top: -100px;

    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
.single-product .product-content
{
    max-width: 1700px;
    margin-right: auto;
    margin-left: auto;
    padding: 2rem 0 8rem 0;
}
.single-product .product-content .faq-items h4
{
    font-size: 1.8rem;

    position: relative;

    margin-top: 15px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 15px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    border-bottom: 1px solid #efefef;
}
.single-product .product-content .faq-items h4:after
{
    position: absolute;
    top: 50%;
    left: 0;

    content: '+';
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);

    color: #ff404f;
}
.single-product .product-content .faq-items h4.active:after
{
    content: '-';
}
.single-product .product-content .faq-items .faq-answer
{
    font-size: 1.4rem;

    padding: 5px 0 5px 15px;
}
.single-product .product-content .product-itinerary-multiple .product-itinerary-item
{
    margin-bottom: 2rem;
}
.single-product .product-content .product-itinerary-multiple .product-itinerary-item h2
{
    font-size: 1.6rem;
    font-size: 1.8rem;

    position: relative;

    margin: 0;
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    color: #fff;
    border: 1px solid #ebeef7;
    border-bottom: 1px solid #efefef;
    background-color: #001f46;
}
.single-product .product-content .product-itinerary-multiple .product-itinerary-item h2:after
{
    position: absolute;
    top: 50%;
    left: 10px;

    content: '+';
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);

    color: #ff404f;
}
.single-product .product-content .product-itinerary-multiple .product-itinerary-item h2.active:after
{
    content: '-';
}
.single-product .product-content .product-itinerary-multiple .product-itinerary-item .product-itinerary_content
{
    padding: 20px !important;

    background-color: #ebeef7;
}
.booking-form
{
    max-width: 1700px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    padding: 0rem 0 2rem 0;
}
.tick-li ul li
{
    line-height: 1.6;

    position: relative;

    padding-left: 25px;

    list-style: none;
}
.tick-li ul li strong
{
    font-size: 2rem;

    color: #43cfff;
}
.tick-li ul li:before
{
    position: absolute;
    top: 6px;
    left: 0;
    /* Adjust this to nudge the checkmark up or down */

    width: 15px;
    height: 15px;

    content: '';
    /* Your SVG as a Data URI */

    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'%3e%3cg%3e%3cpath fill=\'%2343cfff\' d=\'M256,0C115.39,0,0,115.39,0,256s115.39,256,256,256s256-115.39,256-256S396.61,0,256,0z M225.019,372.44L112.914,260.336 l42.422-42.422l71.646,71.646l143.833-130.752l40.371,44.385L225.019,372.44z\'%3e%3c/path%3e%3c/g%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-size: contain;
}
.pricing-options-section .pricing-table-content
{
    margin-bottom: 3rem;
}
.pricing-options-section .pricing-table-toggle
{
    font-size: 1.6rem;
    font-size: 1.8rem;

    position: relative;

    margin: 0;
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    color: #fff;
    background-color: #001f46;
}
.pricing-options-section .pricing-table-toggle:after
{
    position: absolute;
    top: 50%;
    left: 10px;

    content: '+';
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);

    color: #ff404f;
}
.pricing-options-section .pricing-table-toggle.active:after
{
    content: '-';
}
.table-rates-complex
{
    width: 100%;
    margin: 0;

    border-collapse: collapse;
}
.table-rates-complex th,
.table-rates-complex td
{
    padding: 1rem;

    text-align: left;
}
.table-rates-complex thead th
{
    font-weight: 700;

    padding: 8px !important;

    color: #fff;
    background-color: #001f46;
}
.table-rates-complex thead td
{
    font-weight: 700;

    padding: 8px !important;

    color: #fff;
    background: #ff404f;
}
.table-rates-complex tbody td
{
    color: #333;
}
.table-rates-complex tbody tr:nth-child(odd) td
{
    background-color: #ebeef7;
}
.modal-content
{
    padding: 40px;
}
.facetwp-pager
{
    margin-top: 3rem;

    color: #fff;
}
.facetwp-pager span
{
    padding: .85rem 2rem;

    cursor: pointer;

    border-radius: 35px;
    background-color: rgba(0, 31, 70, .8);
}
.facetwp-pager a
{
    padding: .85rem 2rem;

    cursor: pointer;
    text-decoration: none;

    color: #fff;
    border-radius: 35px;
    background-color: rgba(0, 31, 70, .8);
}
.facetwp-pager a.active
{
    background-color: #001f46;
}
.facetwp-pager ul
{
    display: inline-block;

    margin: 0 auto 2rem auto;
    padding: 0;
}
.facetwp-pager ul li a,
.facetwp-pager ul li a:hover,
.facetwp-pager ul li.active a,
.facetwp-pager ul li.disabled
{
    text-decoration: none;

    color: #fff;
}
.facetwp-pager ul li
{
    display: inline-block;

    margin: 0;
    padding: 0;
}
.facetwp-pager ul li a
{
    display: block;
}
.facetwp-pager ul li a,
.facetwp-pager ul li a:hover,
.facetwp-pager ul li.active a,
.facetwp-pager ul li.disabled
{
    padding: .85rem 2rem;

    cursor: pointer;

    border-radius: 35px;
    background-color: rgba(0, 31, 70, .8);
}
.divein-banner
{
    width: 100%;
    height: clamp(320px, 70vh, 860px);

    background-repeat: no-repeat;
    background-position: center center;
    background-position: center;
    background-size: cover;
}
.divein-page
{
    padding: 6rem 0 8rem 0;
}
@media (max-width: 991px)
{
    .divein-page
    {
        padding: 4rem 0;
    }
}
/* CSS Document */
html.hc-nav-yscroll
{
    overflow-y: scroll;
}
body.hc-nav-open
{
    position: fixed;

    overflow: visible;

    width: 100%;
    min-height: 100%;
}
.hc-nav-trigger
{
    position: absolute;
    z-index: 9980;
    top: 60px;
    right: 25px;

    display: none;

    width: 30px;
    min-height: 24px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
@media (max-width: 991px)
{
    .hc-nav-trigger
    {
        top: 25px;
    }
}
.hc-nav-trigger:before
{
    position: absolute;
    top: -17px;
    right: -15px;

    width: 60px;
    height: 60px;

    content: '';

    border-radius: 50%;
    background-color: #43cfff;
}
.hc-nav-trigger span
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 30px;
    height: 4px;

    transition: all .2s ease;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;

    background: #fff;
}
.hc-nav-trigger span::before
{
    position: absolute;
    top: -10px;
    left: 0;

    display: block;

    width: 100%;
    height: 4px;

    content: '';
    transition: all .2s ease;

    background: #fff;
}
.hc-nav-trigger span::after
{
    position: absolute;
    bottom: -10px;
    left: 0;

    display: block;

    width: 100%;
    height: 4px;

    content: '';
    transition: all .2s ease;

    background: #fff;
}
.hc-nav-trigger.toggle-open span
{
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);

    background: rgba(0, 0, 0, 0);
}
.hc-nav-trigger.toggle-open span::before
{
    transform: translate3d(0, 10px, 0);
}
.hc-nav-trigger.toggle-open span::after
{
    transform: rotate(-90deg) translate3d(10px, 0, 0);
}
.hc-offcanvas-nav
{
    position: fixed;
    z-index: 9999;
    top: 0;

    display: none;
    visibility: hidden;

    height: 100%;
}
.hc-offcanvas-nav ul
{
    margin: 0;
    padding: 0;
}
.hc-offcanvas-nav ul li
{
    margin: 0;
    padding: 0;
}
.hc-offcanvas-nav .nav-container
{
    position: fixed;
    z-index: 9998;
    top: 0;

    box-sizing: border-box;
    max-width: 100%;
    height: 100%;
    max-height: 100%;

    transition: transform .4s ease;

    background: #001f46;
}
.hc-offcanvas-nav .nav-wrapper
{
    box-sizing: border-box;
    width: 100%;
    height: 100%;

    background: #001f46;

    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.hc-offcanvas-nav .nav-wrapper::after
{
    position: fixed;
    z-index: 9990;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    transition: visibility 0s ease .4s,
    opacity .4s ease;

    opacity: 0;
    background: rgba(0, 0, 0, .3);

    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.hc-offcanvas-nav .nav-content
{
    height: 100%;
}
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content
{
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;

    box-sizing: border-box;
}
.hc-offcanvas-nav ul
{
    margin: 0;
    padding: 0;

    list-style: none;

    background: #001f46;
}
.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a
{
    margin-top: -1px;

    border-top: 1px solid #001127;
}
.hc-offcanvas-nav li
{
    position: relative;

    display: block;

    text-align: left;
}
.hc-offcanvas-nav li:not(.custom-content) a
{
    font-size: 15px;

    position: relative;
    z-index: 1;

    display: block;

    box-sizing: border-box;
    padding: 14px 17px;

    cursor: pointer;
    text-decoration: none;

    color: #fff;
    border-bottom: 1px solid #001127;
    background: rgba(0, 0, 0, 0);
}
.hc-offcanvas-nav li:not(.custom-content) a:hover
{
    text-decoration: none;
}
.hc-offcanvas-nav li:not(.custom-content) a[disabled]
{
    cursor: not-allowed;

    color: rgba(255, 255, 255, .5);
}
.hc-offcanvas-nav li.level-open > .nav-wrapper
{
    visibility: visible;
}
.hc-offcanvas-nav input[type='checkbox']
{
    display: none;
}
.hc-offcanvas-nav label
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    cursor: pointer;
}
.hc-offcanvas-nav .nav-item
{
    font-size: 15px;

    position: relative;
    z-index: 1;

    display: block;

    box-sizing: border-box;
    padding: 14px 17px;

    color: #fff;
    border-bottom: 1px solid #001127;
    background: rgba(0, 0, 0, 0);
}
.hc-offcanvas-nav .nav-item:focus
{
    z-index: 10;
}
.hc-offcanvas-nav .nav-item:focus-within
{
    z-index: 10;
}
.hc-offcanvas-nav .sub-level-open::after
{
    visibility: visible;

    transition-delay: .05s;

    opacity: 1;
}
.hc-offcanvas-nav:not(.nav-open)::after
{
    pointer-events: none;
}
.hc-offcanvas-nav::after
{
    background: rgba(0, 0, 0, .3);
}
.hc-offcanvas-nav h2
{
    font-size: 19px;
    font-weight: normal;

    padding: 20px 17px;

    text-align: left;

    color: #000;
}
.hc-offcanvas-nav .nav-item-wrapper
{
    position: relative;
}
.hc-offcanvas-nav .nav-highlight
{
    background: #001632;
}
.hc-offcanvas-nav .nav-close:focus
{
    z-index: 10;
}
.hc-offcanvas-nav .nav-next:focus
{
    z-index: 10;
}
.hc-offcanvas-nav .nav-next span
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.hc-offcanvas-nav .nav-next span::before
{
    position: absolute;
    top: 50%;
    left: 50%;

    box-sizing: border-box;
    width: 8px;
    height: 8px;
    margin-left: -2px;

    content: '';
    -ms-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform-origin: center;
        transform-origin: center;

    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.hc-offcanvas-nav .nav-back:focus
{
    z-index: 10;
}
.hc-offcanvas-nav:not(.touch-device) li:not(.custom-content) a:hover
{
    background: #001a3c;
}
.hc-offcanvas-nav li.nav-close a
{
    border-top: 1px solid #000d1d;
    border-bottom: 1px solid #000d1d;
    background: #001127;
}
.hc-offcanvas-nav li.nav-close a:hover
{
    background: #001025;
}
.hc-offcanvas-nav li.nav-close:not(:first-child) a
{
    margin-top: -1px;
}
.hc-offcanvas-nav li.nav-close span
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 45px;

    cursor: pointer;
    transition: background .2s ease;
    text-align: center;
}
.hc-offcanvas-nav li.nav-close span::before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -9px;

    content: '';
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);

    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.hc-offcanvas-nav li.nav-close span::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 6px;
    height: 6px;
    margin-top: -3px;

    content: '';
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);

    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.hc-offcanvas-nav li.nav-back a
{
    border-top: 1px solid #000d1d;
    border-bottom: 1px solid #000d1d;
    background: #001127;
}
.hc-offcanvas-nav li.nav-back a:hover
{
    background: #001025;
}
.hc-offcanvas-nav li.nav-back:not(:first-child) a
{
    margin-top: -1px;
}
.hc-offcanvas-nav li.nav-back span
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 45px;

    cursor: pointer;
    transition: background .2s ease;
    text-align: center;
}
.hc-offcanvas-nav li.nav-back span::before
{
    position: absolute;
    top: 50%;
    left: 50%;

    box-sizing: border-box;
    width: 8px;
    height: 8px;
    margin-left: -2px;

    content: '';
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform-origin: center;
        transform-origin: center;

    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.hc-offcanvas-nav li.nav-parent .nav-item:last-child
{
    padding-right: 58px;
}
.hc-offcanvas-nav li.nav-parent .nav-item:not(:last-child)
{
    margin-right: 44px;
}
.hc-offcanvas-nav li.nav-parent .nav-next
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 45px;

    cursor: pointer;
    transition: background .2s ease;
    text-align: center;
}
.hc-offcanvas-nav a.nav-next
{
    border-left: 1px solid #001127;
}
.hc-offcanvas-nav.is-ios *
{
    cursor: pointer !important;
}
.hc-offcanvas-nav.disable-body::after
{
    position: fixed;
    z-index: 9990;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    transition: visibility 0s ease .4s,
    opacity .4s ease;

    opacity: 0;

    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.hc-offcanvas-nav.disable-body.nav-open::after
{
    visibility: visible;

    transition-delay: .05s;

    opacity: 1;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after
{
    display: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0
{
    max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 > .nav-content
{
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;

    box-sizing: border-box;
    max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper
{
    visibility: hidden;
    overflow: hidden;

    min-width: 0;
    max-height: 0;

    transition: height 0s ease .4s;
}
.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper
{
    visibility: visible;
    overflow: visible;

    max-height: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper
{
    background: transparent;
    box-shadow: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2
{
    display: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item
{
    font-size: 14px;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li
{
    transition: background .3s ease;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open
{
    background: #001632;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item-wrapper > a
{
    border-bottom: 1px solid #000d1d;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item-wrapper > a:hover
{
    background: #001837;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item-wrapper > a > .nav-next span::before
{
    margin-top: 2px;

    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item-wrapper > .nav-next span::before
{
    margin-top: 2px;

    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container .nav-next span::before
{
    margin-top: -2px;

    -ms-transform: translate(-50%, -50%) rotate(-135deg);
        transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-levels-overlap .nav-content
{
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;

    box-sizing: border-box;
    max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper
{
    max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper
{
    position: absolute;
    z-index: 9999;
    top: 0;

    visibility: hidden;

    height: 100%;

    transition: visibility 0s ease .4s,
    transform .4s ease;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent
{
    position: static;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper
{
    visibility: visible;

    transition: transform .4s ease;
    transform: translate3d(0, 0, 0);
}
.hc-offcanvas-nav.nav-position-left
{
    left: 0;
}
.hc-offcanvas-nav.nav-position-left .nav-container
{
    left: 0;
}
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper
{
    left: 0;

    transform: translate3d(-100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-right
{
    right: 0;
}
.hc-offcanvas-nav.nav-position-right .nav-container
{
    right: 0;
}
.hc-offcanvas-nav.nav-position-right .nav-next span::before
{
    margin-right: -2px;
    margin-left: 0;

    -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-offcanvas-nav.nav-position-right li.nav-back span::before
{
    margin-right: -2px;
    margin-left: 0;

    -ms-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
}
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper
{
    right: 0;

    transform: translate3d(100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-top
{
    top: 0;
}
.hc-offcanvas-nav.nav-position-top .nav-container
{
    top: 0;

    width: 100%;
}
.hc-offcanvas-nav.nav-position-top .nav-next span::before
{
    margin-right: -2px;
    margin-left: 0;

    -ms-transform: translate(-50%, -50%) rotate(-135deg);
        transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-position-top li.nav-back span::before
{
    margin-right: -2px;
    margin-left: 0;

    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper
{
    left: 0;

    transform: translate3d(0, -100%, 0);
}
.hc-offcanvas-nav.nav-position-bottom
{
    top: auto;
    bottom: 0;
}
.hc-offcanvas-nav.nav-position-bottom .nav-container
{
    top: auto;
    bottom: 0;

    width: 100%;
}
.hc-offcanvas-nav.nav-position-bottom .nav-next span::before
{
    margin-right: -2px;
    margin-left: 0;

    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before
{
    margin-right: -2px;
    margin-left: 0;

    -ms-transform: translate(-50%, -50%) rotate(-135deg);
        transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper
{
    left: 0;

    transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container
{
    transform: translate3d(0, 0, 0);
}
.hc-offcanvas-nav.rtl li
{
    text-align: right;
}
.hc-offcanvas-nav.rtl .nav-next span
{
    right: unset;
    left: 0;
}
.hc-offcanvas-nav.rtl .nav-back span
{
    right: unset;
    left: 0;
}
.hc-offcanvas-nav.rtl .nav-close span
{
    right: unset;
    left: 0;
}
.hc-offcanvas-nav.rtl a.nav-next
{
    border-right: 1px solid #001127;
    border-left: none;
}
.hc-offcanvas-nav.rtl li.nav-parent .nav-item
{
    padding-right: 17px;
    padding-left: 58px;
}
.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper
{
    box-shadow: 1px 0 2px rgba(0, 0, 0, .2);
}
.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper
{
    box-shadow: -1px 0 2px rgba(0, 0, 0, .2);
}
.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper
{
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper
{
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .2);
}
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper
{
    background: transparent;
    box-shadow: none;
}
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2
{
    display: none;
}
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item
{
    font-size: 14px;
}
.hc-offcanvas-nav.nav-levels-none .nav-container li
{
    transition: background .3s ease;
}
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open
{
    background: #001632;
}
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item-wrapper > a
{
    border-bottom: 1px solid #000d1d;
}
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item-wrapper > a:hover
{
    background: #001837;
}
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item-wrapper > a > .nav-next span::before
{
    margin-top: 2px;

    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item-wrapper > .nav-next span::before
{
    margin-top: 2px;

    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-levels-none .nav-container .nav-next span::before
{
    margin-top: -2px;

    -ms-transform: translate(-50%, -50%) rotate(-135deg);
        transform: translate(-50%, -50%) rotate(-135deg);
}
/* ------ venobox.css --------*/
.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after
{
    box-sizing: border-box;

    -webkit-backface-visibility: hidden;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay
{
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;

    overflow-x: hidden;
    overflow-y: auto;

    width: 100%;
    height: auto;

    opacity: 0;
    background: #fdfdfd;
    background: rgba(0, 0, 0, .85);
}
/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */
/* circle preloader */
.vbox-preloader
{
    position: fixed;
    top: 50%;
    left: 50%;

    overflow: hidden;

    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;

    animation: playload 1.4s steps(18) infinite;
    text-indent: -100px;

    background-image: url(../../venobox/preload-circle.png);
}
@keyframes playload
{
    from
    {
        background-position: 0;
    }
    to
    {
        background-position: -576px;
    }
}
/* IOS preloader */
/*.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(../../venobox/preload-ios.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* dots preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:11px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(../../venobox/preload-dots.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(24) infinite;
       -moz-animation: playload 1.4s steps(24) infinite;
        -ms-animation: playload 1.4s steps(24) infinite;
         -o-animation: playload 1.4s steps(24) infinite;
            animation: playload 1.4s steps(24) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
*/
/* quads preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:10px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(../../venobox/preload-quads.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* ----- navigation ----- */
.vbox-close
{
    position: fixed;
    top: -1px;
    right: 0;

    display: block;
    overflow: hidden;

    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;

    cursor: pointer;
    text-indent: -100px;

    color: #fff;
    background: url(../../venobox/close.gif) no-repeat #161617;
    background-position: 10px center;
}
.vbox-next,
.vbox-prev
{
    position: fixed;
    top: 50%;
    /* Using border instead of padding to keep bg image in place */

    overflow: hidden;

    box-sizing: content-box;
    width: 30px;
    height: 170px;
    margin-top: -85px;

    cursor: pointer;
    text-indent: -100px;

    color: #fff;
    border: solid transparent;
}
.vbox-prev
{
    left: 0;

    border-width: 0 30px 0 10px;
    background: url(../../venobox/prev.gif) center center no-repeat;
}
.vbox-next
{
    right: 0;

    border-width: 0 10px 0 30px;
    background: url(../../venobox/next.gif) center center no-repeat;
}
.vbox-title
{
    font-size: 12px;
    line-height: 28px;

    position: fixed;
    top: -1px;
    left: 0;

    display: none;
    float: left;
    overflow: hidden;

    width: 100%;
    height: 40px;
    padding: 6px 40px;

    text-align: center;

    color: #fff;
    background: #161617;
}
.vbox-num
{
    font-size: 12px;
    line-height: 28px;

    position: fixed;
    top: -1px;
    left: 0;

    display: block;
    display: none;
    overflow: hidden;

    height: 40px;
    padding: 6px 10px;

    cursor: pointer;

    color: #fff;
    background: #161617;
}
/* ------- inline window ------ */
.vbox-inline
{
    overflow: auto;

    width: 420px;
    height: 315px;
    margin: 0 auto;
    padding: 10px;

    text-align: left;

    background: #fff;
}
/* ------- Video & iFrames window ------ */
.venoframe
{
    width: 960px;
    height: 720px;

    border: none;
}
@media (max-width: 992px)
{
    .venoframe
    {
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px)
{
    .venoframe
    {
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px)
{
    .vbox-inline
    {
        width: 100%;
    }
    .venoframe
    {
        width: 100%;
        height: 260px;
    }
}
/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-open
{
    overflow: hidden;
}
.vbox-container
{
    position: relative;

    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;

    background: #000;
}
.vbox-content
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 100%;

    text-align: center;
}
.vbox-container img
{
    max-width: 100%;
    height: auto;
}
.video
{
    position: relative;

    margin: 0 auto;

    text-align: center;

    background-color: #000;
    /*- Responsive -*/
}
.video video
{
    display: block;

    width: 100%;
    max-width: 2560px;
    height: auto;
    margin: 0 auto;
}
.txt
{
    text-align: left;
    /*- Responsive -*/
}
.txt .txt-item
{
    padding: 0;
}
.txt-cta
{
    padding: 4rem 0 10rem 0;

    text-align: center;
    /*- Responsive -*/
}
.txt-cta .txt-item
{
    padding: 0;
}
.txt-cta .txt-item p
{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.txt-cta .txt-item blockquote
{
    font-weight: 700;

    position: relative;

    display: inline-block;

    margin-top: 0;
    padding: 1rem;

    color: #001f46;
}
.txt-cta .txt-item blockquote:after
{
    position: absolute;
    bottom: 5px;
    left: 10%;

    width: 80%;
    height: 2px;

    content: '';

    border-radius: 2px;
    background-color: #ff404f;
}
.txt-cta .txt-item .contact-details
{
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 1rem 0;

    -ms-flex-pack: center;
    justify-content: center;
}
.txt-cta .txt-item .contact-details li
{
    margin: 1rem;

    list-style: none;
}
.txt-cta .txt-item .contact-details li a
{
    text-decoration: none;

    color: #001f46;
}
.txt-cta .txt-item .contact-details li a:hover
{
    color: #43cfff;
}
.txt-cta .txt-item .contact-details li i
{
    margin-right: 10px;

    color: #fff;
    background-color: #ff404f;
}
.txt-cta-bottom
{
    padding: 6rem 0 0 0;

    text-align: center;

    color: #fff;
    background-image: url(../../images/default-bg.jpg);
    /*- Responsive -*/
}
.txt-cta-bottom .txt-bg
{
    padding: 8rem 0 10rem 0;

    background-image: linear-gradient(#001f46 0%, rgba(0, 31, 70, .8) 100%);
}
.txt-cta-bottom .txt-bg .txt-item
{
    padding: 0;
}
.txt-cta-bottom .txt-bg .txt-item .txt-heading
{
    color: #fff;
}
.txt-cta-bottom .txt-bg .txt-item p
{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.txt-cta-bottom .txt-bg .txt-item blockquote
{
    font-weight: 700;

    position: relative;

    display: inline-block;

    margin-top: 0;
    padding: 1rem;

    color: #001f46;
}
.txt-cta-bottom .txt-bg .txt-item blockquote:after
{
    position: absolute;
    bottom: 5px;
    left: 10%;

    width: 80%;
    height: 2px;

    content: '';

    border-radius: 2px;
    background-color: #ff404f;
}
.txt-cta-bottom .txt-bg .txt-item .contact-details
{
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 1rem 0;

    -ms-flex-pack: center;
    justify-content: center;
}
.txt-cta-bottom .txt-bg .txt-item .contact-details li
{
    margin: 1rem;

    list-style: none;
}
.txt-cta-bottom .txt-bg .txt-item .contact-details li a
{
    text-decoration: none;

    color: #fff;
}
.txt-cta-bottom .txt-bg .txt-item .contact-details li a:hover
{
    color: #43cfff;
}
.txt-cta-bottom .txt-bg .txt-item .contact-details li i
{
    margin-right: 10px;

    color: #fff;
    background-color: #ff404f;
}
.txt-why-book,
.txt-why-book-home
{
    padding: 6rem 0 0 0;

    text-align: center;

    background-image: url(../../images/default-bg.jpg);
    background-position: bottom center;
    background-size: cover;
    /*- Responsive -*/
}
.txt-why-book .txt-bg,
.txt-why-book-home .txt-bg
{
    padding: 4rem 0 8rem 0;

    background-image: linear-gradient(#001f46 0%, rgba(0, 31, 70, .8) 100%);
}
.txt-why-book .txt-item,
.txt-why-book-home .txt-item
{
    padding: 0;

    color: #fff;
}
@media (min-width: 992px)
{
    .txt-why-book .txt-item,
    .txt-why-book-home .txt-item
    {
        padding: 0 8rem;
    }
}
.txt-why-book .txt-item .txt-heading,
.txt-why-book-home .txt-item .txt-heading
{
    position: relative;

    margin-bottom: 4rem;

    text-align: center;

    color: #fff;
}
.txt-why-book .txt-item ul li,
.txt-why-book-home .txt-item ul li
{
    line-height: 1.8;

    position: relative;

    padding-left: 45px;

    list-style: none;
}
.txt-why-book .txt-item ul li strong,
.txt-why-book-home .txt-item ul li strong
{
    font-size: 2rem;

    color: #43cfff;
}
.txt-why-book .txt-item ul li:before,
.txt-why-book-home .txt-item ul li:before
{
    position: absolute;
    top: 4px;
    left: 0;
    /* Adjust this to nudge the checkmark up or down */

    width: 30px;
    height: 30px;

    content: '';
    /* Your SVG as a Data URI */

    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'%3e%3cg%3e%3cpath fill=\'%23ff404f\' d=\'M256,0C115.39,0,0,115.39,0,256s115.39,256,256,256s256-115.39,256-256S396.61,0,256,0z M225.019,372.44L112.914,260.336 l42.422-42.422l71.646,71.646l143.833-130.752l40.371,44.385L225.019,372.44z\'%3e%3c/path%3e%3c/g%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-size: contain;
}
.txt-why-book-home
{
    text-align: left;
}
.txt-block
{
    padding: 0 0 6rem 0;

    text-align: left;
    /*- Responsive -*/
}
.txt-block .txt-item
{
    padding: 0;
}
.focus
{
    /*- Responsive -*/
}
.focus .focus-bg
{
    background-color: #003679;
}
.focus .focus-intro
{
    margin: 0 auto;
}
.focus .focus-item
{
    text-align: center;
}
.focus .focus-item .focus-item-icon
{
    text-align: center;
}
.focus .focus-item .focus-item-icon i
{
    font-size: 6rem;
    line-height: 56px;

    display: block;

    width: 60px;
    height: 60px;
    margin: 0 auto;

    color: #001f46;
}
.focus .focus-item .focus-item-image img
{
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;
}
.focus .focus-item .focus-item-content
{
    padding: 0;
}
.focus .focus-item .focus-item-content .focus-item-heading-link
{
    text-decoration: none;
}
.focus .focus-item .focus-item-content .focus-item-heading-link:hover
{
    text-decoration: none;
}
.focus-round-images
{
    /*- Responsive -*/
}
.focus-round-images .focus-bg
{
    padding: 0 0 8rem 0;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .focus-round-images .focus-bg
    {
        padding: 4rem 0;
    }
}
.focus-round-images .focus-item
{
    text-align: center;
}
@media (min-width: 992px)
{
    .focus-round-images .focus-item
    {
        margin-top: -80px;
    }
}
.focus-round-images .focus-item .focus-item-bg
{
    position: relative;
    z-index: 5;

    background-color: transparent;
}
.focus-round-images .focus-item .focus-item-image img
{
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;

    border: 5px solid #fff;
    border-radius: 50%;
}
.focus-round-images .focus-item .focus-item-content
{
    position: absolute;
    top: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;
    padding: 0;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.focus-round-images .focus-item .focus-item-content .focus-item-heading
{
    position: relative;
    z-index: 5;

    color: #fff;
}
.focus-round-images .focus-item .focus-item-content .focus-item-btn
{
    position: absolute;

    width: 100%;
    height: 100%;

    transition: background-color 600ms ease, box-shadow 300ms ease;

    border: 5px solid #fff;
    border-radius: 50%;
    background-color: rgba(0, 31, 70, .4);
}
.focus-round-images .focus-item .focus-item-content .focus-item-btn span
{
    display: none;
}
.focus-round-images .focus-item .focus-item-content .focus-item-btn:hover
{
    background-color: rgba(0, 31, 70, 0);
}
.focus-icons
{
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;
    /*- Responsive -*/
}
.focus-icons .focus-bg
{
    padding: 2rem 0 8rem 0;

    background-image: linear-gradient(#fff 0%, #ebeef7 100%);
}
.focus-icons .focus-bg .container
{
    max-width: 1000px !important;
}
.focus-icons .focus-item
{
    text-align: center;
}
.focus-icons .focus-item .focus-item-icon
{
    position: relative;

    width: 80px;
    height: 80px;
    margin: 0 auto;

    text-align: center;
}
.focus-icons .focus-item .focus-item-icon svg
{
    position: relative;
    z-index: 5;

    width: 80px;
    height: 80px;
}
.focus-icons .focus-item .focus-item-icon svg path
{
    fill: #001f46;
}
.focus-icons .focus-item .focus-item-icon:before
{
    position: absolute;
    top: -5px;
    left: -5px;

    width: 60px;
    height: 60px;

    content: '';

    border-radius: 50%;
    background-color: #43cfff;
}
.focus-icons .focus-item .focus-item-content
{
    padding: 0;
}
.focus-icons .focus-item .focus-item-content .focus-item-heading
{
    font-size: 1.6rem;

    margin-top: 10px;
    margin-bottom: 0;
}
.focus-icons .col-lg-3:nth-child(even) .focus-item .focus-item-icon::before
{
    background-color: #c3f0ff;
}
.focus-numbers
{
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;
    /*- Responsive -*/
}
.focus-numbers .focus-bg
{
    background-color: rgba(0, 31, 70, .8);
}
.focus-numbers .focus-intro
{
    margin: 0 auto 4rem auto;

    text-align: center;
}
.focus-numbers .focus-intro .focus-intro-heading
{
    color: #fff;
}
.focus-numbers .focus-item
{
    text-align: center;
}
.focus-numbers .focus-item .focus-item-bg
{
    display: -ms-flexbox;
    display: flex;

    color: #fff;
}
.focus-numbers .focus-item .focus-item-counter
{
    max-width: 50px;

    -ms-flex: 0 0 50px;
        flex: 0 0 50px;
}
.focus-numbers .focus-item .focus-item-counter .counter
{
    font-family: 'Inter', sans-serif;
    font-size: 7rem;

    color: #4d627d;
}
.focus-numbers .focus-item .focus-item-image img
{
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;
}
.focus-numbers .focus-item .focus-item-content
{
    padding: 2rem 4rem;

    text-align: left;
}
.focus-numbers .focus-item .focus-item-content .focus-item-heading
{
    line-height: 1.2;

    margin-top: 0;

    color: #fff;
}
.focus-numbers .focus-item .focus-item-content .focus-item-btn
{
    font-weight: 700;

    position: relative;

    text-decoration: none;

    color: #fff;
}
.focus-numbers .focus-item .focus-item-content .focus-item-btn span
{
    position: relative;

    display: inline-block;
}
.focus-numbers .focus-item .focus-item-content .focus-item-btn span:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';

    border-radius: 2px;
    background-color: #ff404f;
}
.focus-images
{
    /*- Responsive -*/
}
.focus-images .focus-bg
{
    padding: 6rem 0;

    background-color: #fff;
}
.focus-images .focus-intro
{
    margin: 0 auto 4rem auto;
}
.focus-images .focus-item
{
    position: relative;

    margin-bottom: 3rem;

    text-align: left;

    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
.focus-images .focus-item .focus-item-icon
{
    text-align: center;
}
.focus-images .focus-item .focus-item-icon i
{
    font-size: 6rem;
    line-height: 56px;

    display: block;

    width: 60px;
    height: 60px;
    margin: 0 auto;

    color: #001f46;
}
.focus-images .focus-item .focus-item-image img
{
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;
}
.focus-images .focus-item .focus-item-content
{
    padding: 2rem 2rem 6rem 2rem;

    text-align: left;

    color: #333;
}
.focus-images .focus-item .focus-item-content .focus-item-heading
{
    font-size: 1.9rem;
    line-height: 1.3;

    margin-top: 0;

    text-decoration: none;
}
.focus-images .focus-item .focus-item-content .focus-item-btn
{
    font-size: 1.4rem;
    font-weight: 700;

    position: absolute;
    bottom: 10px;
    left: 10px;

    display: block;

    width: calc((100% - 20px));
    margin-top: 2rem;
    padding: 1.2rem;

    transition: all .2s ease-out;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    background-color: #ff404f;
}
.focus-images .focus-item .focus-item-content .focus-item-btn:hover
{
    background-color: #43cfff;
}
.block
{
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.block .block-bg
{
    background-color: #003679;
}
.block-1
{
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.block-1 .block-bg
{
    background-color: #003679;
}
.block-side-side .block-bg
{
    padding: 0 !important;
}
.block-side-side .block-bg .block-item .block-item-bg
{
    background-color: transparent;
}
.block-side-side .block-bg .block-item .block-item-content
{
    padding: 6rem;
}
.block-side-side .block-bg .block-item-markup-1
{
    background-color: #fff;
}
@media (min-width: 992px)
{
    .block-side-side [class*='col-']:nth-child(1)
    {
        -ms-flex-order: 1;
        order: 1;
    }
    .block-side-side [class*='col-']:nth-child(2)
    {
        -ms-flex-order: 2;
        order: 2;
    }
    .block-side-side [class*='col-']:nth-child(3)
    {
        -ms-flex-order: 4;
        order: 4;
    }
    .block-side-side [class*='col-']:nth-child(4)
    {
        -ms-flex-order: 3;
        order: 3;
    }
    .block-side-side [class*='col-']:nth-child(5)
    {
        -ms-flex-order: 1;
        order: 1;
    }
    .block-side-side [class*='col-']:nth-child(6)
    {
        -ms-flex-order: 2;
        order: 2;
    }
    .block-side-side [class*='col-']:nth-child(7)
    {
        -ms-flex-order: 8;
        order: 8;
    }
    .block-side-side [class*='col-']:nth-child(8)
    {
        -ms-flex-order: 7;
        order: 7;
    }
}
@media (min-width: 992px)
{
    .block-item-gallery a
    {
        width: 33.33333333% !important;
    }
}
.video-responsive
{
    /* Default 16:9, you can calculate this value by dividing 9 by 16 */
    position: relative;

    overflow: hidden;

    height: 0;
    padding-bottom: 56.25%;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.video-responsive video
{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.video-responsive-4-3
{
    padding-bottom: 75%;
    /* 4:3 */
}
.block-d-map-locations
{
    /* Google Maps InfoWindow Overrides */
    /* Custom Content Inside InfoWindow */
    /* Responsive Adjustments */
}
.block-d-map-locations .block-bg
{
    background-color: #fff;
}
.block-d-map-locations .block-item #map
{
    width: 100%;
    height: 800px;
}
.block-d-map-locations .block-item #showAll
{
    font-size: 14px;
    font-weight: 700;

    width: 100%;
    margin-bottom: 12px;
    padding: 10px;

    cursor: pointer;

    color: #fff;
    border: 1px solid #001f46;
    background: #001f46;
}
.block-d-map-locations .block-item h1
{
    font-size: 3rem;
}
.block-d-map-locations .block-item #list h2
{
    font-size: 2.5rem;

    border-bottom: 1px solid #ebeef7;
}
.block-d-map-locations .block-item #list .item-title
{
    font-weight: 700;

    margin: 0;
    padding: 5px 5px 5px 10px;

    cursor: pointer;

    color: #001f46;
}
.block-d-map-locations .block-item #list .item-title:hover
{
    color: #ff404f;
}
.block-d-map-locations .gm-style-iw-chr
{
    position: absolute !important;
    z-index: 10;
    top: 0;
    right: 0;

    width: 100%;
}
.block-d-map-locations .gm-ui-hover-effect
{
    top: 0 !important;
    right: 0 !important;

    margin: 5px !important;

    border-radius: 50%;
    background: rgba(255, 255, 255, .6) !important;
}
.block-d-map-locations .gm-style-iw-c
{
    padding-top: 0 !important;
}
.block-d-map-locations .gm-style-iw-d
{
    overflow-x: hidden !important;

    padding-top: 0 !important;
}
.block-d-map-locations .info
{
    position: relative;

    width: 550px;
    padding: 20px 20px 20px 220px;
}
@media (max-width: 991px)
{
    .block-d-map-locations .info
    {
        width: 320px;
        padding: 10px;
    }
}
.block-d-map-locations .info h2
{
    font-size: 2rem;
    line-height: 1.2;

    margin: 0 0 1rem 0;

    color: #001f46;
}
.block-d-map-locations .info p
{
    font-size: 1.6rem;

    margin: 0 0 5px 0;

    color: #333;
}
.block-d-map-locations .info img
{
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 200px;
    height: auto;

    border-radius: 2px;
}
@media (max-width: 991px)
{
    .block-d-map-locations .info img
    {
        position: relative;

        display: block;

        width: 80px !important;
    }
}
.block-d-map-locations .info a
{
    font-size: 1.4rem;
    font-weight: 700;

    display: inline-block;

    margin-top: 1rem;
    padding: 1rem;

    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border: 1px solid #ff404f;
    background-color: #ff404f;
}
.block-d-map-locations .info a:hover
{
    border-color: #001f46;
    background-color: #001f46;
}
@media (max-width: 991px)
{
    .block-d-map-locations .info
    {
        width: 280px;
        padding: 10px;
    }
    .block-d-map-locations .info img
    {
        position: static;

        width: 100%;
        margin-bottom: 10px;
    }
    .block-d-map-locations .block-item #map
    {
        height: 400px;
    }
}
.contact
{
    /*- Responsive -*/
}
.contact-
{
    /*- Responsive -*/
}
.divider
{
    text-align: center;

    color: #fff;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.divider .divider-bg
{
    background-color: #000;
}
.divider .divider-buttons
{
    margin: 0 auto;
    padding: 0;
}
.divider .divider-buttons li
{
    display: inline;

    margin: 0;
    padding: 0;
}
@media (min-width: 992px)
{
    .divider .divider-skinny
    {
        display: table !important;

        width: auto;
        margin: 0 auto;
    }
    .divider .divider-skinny .divider-heading,
    .divider .divider-skinny .divider-buttons
    {
        display: table-cell;

        padding: 0 1rem;

        text-align: center;
        vertical-align: middle !important;
    }
}
.divider .divider-logo-slider .divider-logo-slider-item img
{
    width: 100%;
    height: auto;
}
.divider .divider-logo-slider .slick-dots
{
    bottom: -50px;
}
.divider .divider-features
{
    float: left;

    width: 100%;
    margin: 2rem 0;
    padding: 0;
}
.divider .divider-features li
{
    padding: 1rem;

    list-style: none;

    border: 2px solid #fff;
}
@media (min-width: 992px)
{
    .divider .divider-features li
    {
        float: left;

        width: 31.33333333%;
        margin: 1%;
    }
}
.divider-products
{
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;

    text-align: center;

    color: #fff;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.divider-products .row
{
    -ms-flex-pack: center;
    justify-content: center;
}
.divider-products .divider-bg
{
    padding: 4rem 0 0 0;

    background-color: #fff;
    background-image: linear-gradient(#ebeef7 0%, #fff 100%);
}
.divider-products .divider-bg .divider-heading
{
    margin-bottom: 4rem;
}
.divider-products-internal
{
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;

    text-align: center;

    color: #fff;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.divider-products-internal .row
{
    -ms-flex-pack: center;
    justify-content: center;
}
.divider-products-internal .divider-bg
{
    padding: 4rem 0 4rem 0;

    background-color: #fff;
    background-image: linear-gradient(#ebeef7 0%, #fff 100%);
}
.divider-products-internal .divider-bg .divider-heading
{
    margin-bottom: 4rem;
}
.divider-g-reviews
{
    text-align: center;

    color: #fff;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.divider-g-reviews .divider-bg
{
    position: relative;

    padding: 2rem 0 10rem 0;

    background-image: linear-gradient(#fff 0%, #ebeef7 100%);
}
.divider-g-reviews .divider-bg:before
{
    position: absolute;
    top: -4rem;
    left: 20%;

    width: 60%;
    height: 5px;

    content: '';

    border-radius: 5px;
    background-color: #f2f4fa;
}
.divider-image
{
    text-align: center;

    color: #fff;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.divider-image .divider-bg
{
    padding: 0;

    background-color: #000;
}
.divider-image .divider-bg img
{
    width: 100%;
    height: auto;
}
@media (min-width: 992px)
{
    .slider
    {
        overflow: hidden;
    }
    .slider img
    {
        display: block;

        width: 100%;
        height: auto;
    }
    .slider .slider-full
    {
        position: relative;

        width: 100%;
    }
    .slider .slider-skinny
    {
        position: relative;
    }
    .slider .slider-bg
    {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        background-color: rgba(0, 0, 0, .25);
    }
    .slider .slider-content
    {
        position: absolute;
        bottom: 150px;
        left: 0;

        width: 100%;

        text-align: center;
    }
    .slider .slider-content .content-bg
    {
        padding: 15px;

        background-color: rgba(0, 0, 0, 0);
    }
    .slider .slider-content h2
    {
        font-family: 'Inter', sans-serif;
        font-size: 6vmin;
        line-height: .9;

        margin: 1rem 0;
        padding: 0;

        color: #fff;
        color: #43cfff;
    }
    .slider .slider-content p
    {
        font-family: 'Raleway', sans-serif;
        line-height: 1.4;

        max-width: 850px;
        margin: 1.5rem auto;

        color: #fff;
    }
    .slider .slider-content p.breadcrumbs
    {
        font-size: 2.5rem;
        font-weight: 700;
    }
    .slider .slider-content p.breadcrumbs a
    {
        text-decoration: none;
    }
    .slider .slider-buttons
    {
        margin: 2rem 0 0 0;
        padding: 0;
    }
    .slider .slider-buttons li
    {
        display: inline;

        margin: 0;
        padding: 0;
    }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px)
{
    .slider .slider-content h2
    {
        font-size: 46.08px;
    }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px)
{
    .slider .slider-content h2
    {
        font-size: 19.2px;
    }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px)
{
    .slider .slider-content h2
    {
        font-size: 19.2px;
    }
}
.slider-skinny .slider-content h2
{
    color: #fff;
}
@media (max-width: 991px)
{
    .slider
    {
        overflow: hidden;
    }
    .slider .container
    {
        width: 100% !important;
        max-width: 1920px !important;
    }
    .slider [class*='col-']
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .slider img
    {
        display: block;

        width: 100%;
        height: auto;
    }
    .slider .slider-full
    {
        position: relative;

        width: 100%;
    }
    .slider .slider-skinny
    {
        position: relative;
    }
    .slider .slider-bg
    {
        width: 100%;
        height: 100%;

        background-color: rgba(0, 0, 0, .25);
    }
    .slider .slider-content .content-bg
    {
        padding: 3rem;

        background-color: #001f46;
    }
    .slider .slider-content h2
    {
        font-family: 'Inter', sans-serif;
        line-height: .9;

        margin: 1rem 0;
        padding: 0;

        color: #fff;
    }
    .slider .slider-content p
    {
        font-family: 'Raleway', sans-serif;
        line-height: 1.4;

        max-width: 850px;
        margin: 1.5rem auto;

        color: #fff;
    }
    .slider .slider-content p.breadcrumbs
    {
        font-size: 2.5rem;
        font-weight: 700;
    }
    .slider .slider-content p.breadcrumbs a
    {
        text-decoration: none;
    }
    .slider .slider-buttons
    {
        margin: 2rem 0 0 0;
        padding: 0;
    }
    .slider .slider-buttons li
    {
        display: inline;

        margin: 0;
        padding: 0;
    }
}
@media (min-width: 992px)
{
    .header
    {
        font-family: 'Inter', sans-serif;
        font-weight: 700;

        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;

        width: 100%;

        transition: background-color 600ms ease, box-shadow 300ms ease;

        background-color: transparent;
    }
    .header .container .row
    {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .header-top
    {
        font-size: 1.5rem;

        padding: 1rem 0;

        color: #fff;
    }
    .header .header-top .header-contact-details
    {
        margin: .4rem 0 0 0;
        padding: 0;
    }
    .header .header-top .header-contact-details li
    {
        margin: 0;
        padding: 0;

        list-style: none;
    }
    .header .header-top .header-contact-details li a
    {
        font-size: 1.3rem;

        display: block;

        width: 140px;
        padding: 1rem;

        text-align: center;
        text-decoration: none;

        color: #fff;
        border: 1px solid #4d627d;
    }
    .header .header-top .header-contact-details li a:hover
    {
        border: 1px solid #43cfff;
        background-color: #43cfff;
    }
    .header .header-top-menu
    {
        display: -ms-flexbox;
        display: flex;

        margin: 0;
        padding: 0;

        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .header .header-top-menu li
    {
        display: block;

        margin: 0;
        padding: 1px;

        list-style: none;
    }
    .header .header-top-menu li a
    {
        font-size: 1.4rem;

        display: block;

        width: 120px;
        padding: 1rem;

        text-align: center;
        text-decoration: none;
        text-transform: uppercase;

        color: #fff;
        border: 1px solid #3eceff;
        background-color: #43cfff;
    }
    .header .header-top-menu li:nth-child(2) a
    {
        border: 1px solid #001a3c;
        background-color: #001f46;
    }
    .header .header-top-menu li:nth-child(3)
    {
        padding-left: 2px;
    }
    .header .header-top-menu li:nth-child(3) a
    {
        color: #fff;
        border: 1px solid #ff3b4a;
        background-color: #ff404f;
    }
    .header .header-bottom
    {
        position: relative;

        padding: 1.5rem 0;
    }
    .header-logo
    {
        display: block;

        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .header-scrolled
    {
        border-bottom: 1px solid #003679;
        background-color: rgba(0, 31, 70, .95);
    }
}
.post-type-archive-product .header,
.blog .header
{
    border-bottom: 1px solid #003679;
    background-color: #001f46;
    background-position: fixed;
}
@media (min-width: 992px)
{
    #nav-toggle
    {
        display: none;
    }
    .main-menu
    {
        display: table !important;
        float: right;

        max-width: 1000px;
        margin: 0;
        padding: 0;
    }
    .main-menu > li
    {
        position: relative;

        display: table-cell;

        margin: 0;
        padding: 0 2rem;

        vertical-align: middle;
    }
    .main-menu > li a
    {
        font-size: 1.4rem;

        display: block;

        padding: 1rem 0;

        transition: all 100ms ease-in-out;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;

        color: #fff;
    }
    .main-menu > li:hover > ul
    {
        display: block !important;
        visibility: visible !important;
    }
    .main-menu > li.current-menu-item > a,
    .main-menu > li:hover > a,
    .main-menu > li.current-menu-parent > a
    {
        color: #43cfff;
    }
    .main-menu ul
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;

        display: none;
        visibility: hidden;

        width: 30rem;
        height: auto;
        min-height: auto;
        margin: 0;
        margin-left: -12.5rem;
        padding: 0;

        background-color: #001f46;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    }
    .main-menu ul li
    {
        position: static;

        display: block;

        margin: 0;
        padding: 0;
    }
    .main-menu ul li a
    {
        font-size: 1.4rem;

        margin: 0;
        padding: 1rem;

        text-align: center;

        color: #fff;
        border-bottom: 1px solid #003679;
        background-color: #001f46;
    }
    .main-menu ul li:hover > ul
    {
        display: block !important;
        visibility: visible !important;
    }
    .main-menu ul ul
    {
        top: 0 !important;
        left: 100%;

        height: 100%;
        min-height: auto;
        margin-left: 0;

        border-left: 1px solid #003679;
    }
    .main-menu ul li.current-menu-item > a,
    .main-menu ul li:hover > a,
    .main-menu ul li.current-page-parent > a,
    .main-menu ul li.current-menu-parent > a
    {
        color: #001f46;
        border-bottom: 1px solid #76dcff;
        background-color: #43cfff;
    }
}
@media (max-width: 991px)
{
    .main-menu
    {
        display: none;
    }
    .header
    {
        font-family: 'Inter', sans-serif;
        font-weight: 700;

        transition: all .4s ease;
    }
    .header .header-top
    {
        font-size: 1.5rem;

        display: none;

        padding: 0;

        color: #fff;
        background-color: #001f46;
    }
    .header .header-top [class*='col-']
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .header .header-top .container
    {
        width: 100% !important;
    }
    .header .header-top .col-lg-9
    {
        display: none;
    }
    .header .header-top .header-social-icons
    {
        display: block;
        display: table;

        width: 100%;
        margin: 0;
        padding: 0;

        text-align: left;
    }
    .header .header-top .header-social-icons li
    {
        display: table-cell;

        margin: 0;
        padding: 0;

        text-align: center;

        color: #fff;
        border-right: 1px solid #404040;
        border-bottom: 1px solid #404040;
    }
    .header .header-top .header-social-icons li a
    {
        text-decoration: none;

        color: #fff;
    }
    .header .header-top .header-social-icons li a i
    {
        line-height: 40px;

        display: block;

        width: 100%;
        height: 40px;

        text-decoration: none;

        background-color: #000;
    }
    .header .header-bottom
    {
        position: relative;

        min-height: 80px;
        padding: 1rem 0;

        background-color: #001f46;
    }
    .header .header-logo
    {
        display: block;

        width: 190px;
        height: auto;
        margin: 1rem auto;

        transition: all .4s ease;
    }
    .header-color-icons .header-top .header-social-icons li
    {
        border-right: 0 solid #262626;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-facebook
    {
        background-color: #3c599f;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-google-plus
    {
        background-color: #cf3d2e;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-instagram
    {
        background-color: #a1755c;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-linkedin
    {
        background-color: #0085ae;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-twitter
    {
        background-color: #32ccfe;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-vimeo
    {
        background-color: #229acc;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-youtube
    {
        background-color: #c52f30;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-googleplus
    {
        background-color: #c52f30;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-phone
    {
        background-color: #001f46;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-envelope
    {
        background-color: #ff404f;
    }
}
.footer
{
    text-align: center;

    color: #fff;
    background-color: #001f46;
    /*- Responsive -*/
}
.footer .footer-bg
{
    padding: 8rem 0 2rem 0;
}
.footer .footer-bg .footer-logo
{
    margin-bottom: 2rem;
}
.footer .footer-bg .contact-details,
.footer .footer-bg .footer-opening-hours
{
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 1rem 0;

    -ms-flex-pack: center;
    justify-content: center;
}
.footer .footer-bg .contact-details li,
.footer .footer-bg .footer-opening-hours li
{
    margin: 1rem;

    list-style: none;
}
.footer .footer-bg .contact-details li a,
.footer .footer-bg .footer-opening-hours li a
{
    text-decoration: none;

    color: #fff;
}
.footer .footer-bg .contact-details li a:hover,
.footer .footer-bg .footer-opening-hours li a:hover
{
    color: #ff404f;
}
.footer .footer-bg .contact-details li i,
.footer .footer-bg .footer-opening-hours li i
{
    margin-right: 10px;

    background-color: #ff404f;
}
.footer .footer-bg .footer-menu
{
    display: -ms-flexbox;
    display: flex;

    max-width: 800px;
    margin: 1rem 0;
    margin: 0 auto;
    padding: 1rem 0;

    border-top: 1px solid #003679;

    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px)
{
    .footer .footer-bg .footer-menu
    {
        display: block !important;
    }
}
.footer .footer-bg .footer-menu li
{
    margin: .2rem 0;

    list-style: none;
}
@media (max-width: 991px)
{
    .footer .footer-bg .footer-menu li
    {
        display: block !important;
    }
}
.footer .footer-bg .footer-menu li a
{
    display: inline-block;

    padding: 1rem;

    text-decoration: none;

    color: #fff;
}
.footer .footer-bg .footer-menu li a:hover
{
    color: #43cfff;
}
.footer .footer-bg .footer-menu li ul
{
    display: none;
}
.footer-whats-app
{
    font-weight: 700;

    position: fixed;
    top: 50%;
    right: 0;

    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 90px;
    height: 90px;

    text-decoration: none;

    color: #fff;
    background-color: #1aa34c;

    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-whats-app span
{
    font-size: 1.3rem !important;
}
.footer-whats-app svg
{
    margin: 0 auto 5px auto;
}
.footer-whats-app:hover
{
    color: #fff;
    background-color: #ff404f;
}
.signature
{
    padding: 2rem;

    background-color: #001f46;
}
.signature p
{
    font-size: 1.4rem;

    margin: 0;

    color: rgba(255, 255, 255, .4);
}
@media (max-width: 991px)
{
    .signature p
    {
        padding: 1rem;

        text-align: center;
    }
}
.signature p a
{
    text-decoration: none;

    color: rgba(255, 255, 255, .4);
}
.signature p.author
{
    text-align: right;
}
@media (max-width: 991px)
{
    .signature p.author
    {
        text-align: center;
    }
}
.map
{
    /*- Responsive -*/
}
.map .acf-map
{
    width: 100%;
    height: 400px;
}
.map .embed-container
{
    position: relative;

    overflow: hidden;

    max-width: 100%;
    height: 0;
    padding-bottom: 25%;
}
.map .embed-container iframe,
.map .embed-container object,
.map .embed-container embed
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
