/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    outline: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input,
button {
    outline: none;
}

img,
a:link,
a:focus {
    outline: none;
}

.fix {
    overflow: hidden
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.slicknav_menu {
    display: none;
}

.column {
    width: 1000px
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul li {
    float: left;
}

#nav ul li a {
    display: block;
    padding: 10px;
    color: #000
}

#nav ul li a:hover {}

.header_area {
    background: #2e2e2e none repeat scroll 0 0
}

.logo {}

.logo img {}

.contact {
    margin-top: 10px;
}

.contact p {
    margin-right: 20px;
}

.contact p a {
    color: #fff;
}

.contact p a:hover {
    text-decoration: underline;
}

.multilingual {}

.multilingual img {
    margin-right: 7px;
}

.menu_area {}

.menu_area ul {
    margin: 0;
    padding: 0;
}

.menu_area ul li {
    float: left;
}

.menu_area ul li a {
    color: #d4d4d4;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    padding: 0 20px;
}

.menu_area ul li a:hover {
    color: #2fc1dd;
    -webkit-transition: color 0.2s ease, color 0.5s ease;
    -moz-transition: color 0.2s ease, color 0.5s ease;
    -o-transition: color 0.2ms ease, color 0.5s ease;
    transition: color 0.2s ease, color 0.5s ease;
}


/* banner area */

.banner_area {
    background: url(img/banner_main.jpg) no-repeat;
    background-size: cover
}

.banner {
    padding: 55px 0;
}

.banner_text {
    color: #fff;
    padding: 35px 0px;
}

.banner_text p {
    font-size: 85px;
    font-weight: 100;
    margin-bottom: 45px;
}

.banner_text h2 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 80px;
}

.banner_text h3 {
    font-size: 33px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 45px;
    margin-top: 35px;
}

.form_area {
    background: rgba(218, 222, 223, 0.95) none repeat scroll 0 0;
}

.booking_request_area {
    padding: 90px 0;
}

.booking_request_area .active,
.booking_request_area a:hover {
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -moz-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2ms ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
    background-color: #2e2e2e !important;
    color: #fff !important;
}

.booking_request_area a {
    color: #242c2d;
    display: inline-block;
    font-size: 23px;
    padding: 13px;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 50%;
}

.booking_request_area .book {
    margin-top: 60px;
    padding: 0px 20px;
}

.book .form-group {
    position: relative;
}

.book input {
    border: 1px solid #bbc5c6;
    height: 50px;
    margin-bottom: 10px;
    padding-left: 50px;
    border-radius: 0;
    position: relative;
}

.location {}

.book span.location:before,
.book span.from:before,
.book span.date:before,
.book span.time:before {
    content: "\f124";
    border-right: 1px solid #aebdbf;
    color: #2e2e2e;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 10px;
    line-height: 1;
    padding: 5px 12px 5px 0;
    position: absolute;
    top: 10px;
    width: 26px;
    text-align: center;
    z-index: 1;
}

.from {}

.book span.from:before {
    content: "\F041";
}

.book span.date:before {
    content: "\F073";
}

.book span.time:before {
    content: "\F017";
}

.date {}

.time {}

.book button {
    background: #2fc1dd none repeat scroll 0 0;
    border: 1px solid #2fc1dd;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    height: 55px;
    letter-spacing: 1px;
    width: 100%;
    cursor: pointer;
    border-radius: 0;
}


/* service area */

.services_area {
    padding: 95px 0;
    text-align: center;
}

.section_title {
    color: #333839;
    text-align: center;
    font-size: 60px;
    font-weight: 300;
}

.single_service {
    margin-top: 100px;
}

.single_service img {}

.single_service h4 {
    color: #222728;
    font-size: 31px;
    margin-top: 30px;
}

.single_service p {
    color: #4c5657;
    font-size: 21px;
    margin-top: 15px;
    line-height: 35px;
}


/* Parallax bg */

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

.parrallax_bg {
    background-attachment: fixed !important;
    background-position: center bottom;
    background-size: cover !important;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: -1;
}

.cta-block-square {
    margin: 200px 0;
}

.cta-block-square h2 {
    background: rgba(55, 195, 223, 0.97) none repeat scroll 0 0;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    max-width: 100%;
    padding: 25px 40px;
    text-align: center;
    text-transform: capitalize;
}


/* customer_quality_area */

.customer_quality_area {
    margin: 100px 0;
}

.section_text {
    text-align: center;
}

.section_text h4 {
    border-bottom: 1px solid #eeeeee;
    display: inline-table;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #333839;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
}

.section_text h4 span {
    color: #2fc1dd;
}

.section_text h4:after {
    background: #2fc1dd none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 46px;
    width: 130px;
}

.section_text h5 {
    color: #333839;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 16px;
    line-height: 40px;
    margin: auto;
}

.marcedes {
    margin-top: 100px;
}

.marcedes_link {}

.marcedes_tab {
    text-align: center;
}

.marcedes_tab img {
    width: 300px;
}

.marcedes .marcedes_link {
    background-color: transparent !important;
    color: #333839 !important;
}

.marcedes .marcedes_link.active {
    text-decoration: underline;
    color: #2fc1dd !important;
}

.footer_top_area {
    background: #2e2e2e;
    color: #d4d4d4;
    padding: 50px 0;
}

.single_footer_item {}

.single_footer_item h4 {
    border-bottom: 1px solid #5f5f5f;
    color: #d4d4d4;
    font-size: 26px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 11px;
    text-transform: capitalize;
}

.single_footer_item h4:after {
    background: #2fc1dd none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100px;
}

.single_footer_item p {}

.single_footer_item p i.fa {
    font-size: 25px;
    margin-right: 10px;
    margin-top: 0;
}

.single_footer_item p a {
    color: #d4d4d4;
}

.single_footer_item p a:hover {
    text-decoration: underline;
}

.single_footer_item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer_item ul li {}

.single_footer_item ul li a {
    color: #d4d4d4;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
}

.single_footer_item ul li a:hover {}

.footer_bottom {
    background: #242424 none repeat scroll 0 0;
    color: #d4d4d4;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
}

.footer_bottom p {
    margin-bottom: 0;
}

. {}