@import url('https://fonts.googleapis.com/css2?family=Open+San:wght@400;500;600;700;800;900&family=Roboto:wght@200;300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Futura';
    src: url('../fonts/futura_light.eot');
    src: url('../fonts/futura_light.eot') format('embedded-opentype'),
    url('../fonts/futura_light.woff2') format('woff2'),
    url('../fonts/futura_light.woff') format('woff'),
    url('../fonts/futura_light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/futura_book.eot');
    src: url('../fonts/futura_book.eot') format('embedded-opentype'),
    url('../fonts/futura_book.woff2') format('woff2'),
    url('../fonts/futura_book.woff') format('woff'),
    url('../fonts/futura_book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/futura_medium.eot');
    src: url('../fonts/futura_medium.eot') format('embedded-opentype'),
    url('../fonts/futura_medium.woff2') format('woff2'),
    url('../fonts/futura_medium.woff') format('woff'),
    url('../fonts/futura_medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/futura_bold.eot');
    src: url('../fonts/futura_bold.eot') format('embedded-opentype'),
    url('../fonts/futura_bold.woff2') format('woff2'),
    url('../fonts/futura_bold.woff') format('woff'),
    url('../fonts/futura_bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/futura_heavy.eot');
    src: url('../fonts/futura_heavy.eot') format('embedded-opentype'),
    url('../fonts/futura_heavy.woff2') format('woff2'),
    url('../fonts/futura_heavy.woff') format('woff'),
    url('../fonts/futura_heavy.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lovelo_Black';
    src: url('../fonts/lovelo_black.eot');
    src: url('../fonts/lovelo_black.eot') format('embedded-opentype'),
    url('../fonts/lovelo_black.woff2') format('woff2'),
    url('../fonts/lovelo_black.woff') format('woff'),
    url('../fonts/lovelo_black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amalfi_Coast';
    src: url('../fonts/amalfi_coast.eot');
    src: url('../fonts/amalfi_coast.eot') format('embedded-opentype'),
    url('../fonts/amalfi_coast.woff2') format('woff2'),
    url('../fonts/amalfi_coast.woff') format('woff'),
    url('../fonts/amalfi_coast.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Default & General Settings
---------------------------------------------------------------------------------------------------- */
@media all {
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        font-family: 'Futura', Arial, Helvetica, Verdana, sans-serif;
        background: #788880;
    }

    .container {
        position: relative;
        z-index: 1
    }

    /* ---------------------------------------------------------------------------------------------------- */
    /* Design - Links, Text & Buttons
---------------------------------------------------------------------------------------------------- */
    /* Links */
    a, a:hover, a img, a:hover img, a span, {
        text-decoration: none;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        transition: all .5s ease-out !important;
        -webkit-user-modify: read-only;
        -moz-user-modify: read-only;
    }

    a:hover {
        opacity: 0.9 !important;
        text-decoration: none;
    }

    a {
        color: #000;
    }

    a:hover {
        color: #333;
    }

    a:hover, a.img-scale:hover img {
        transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    p a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #000 !important;
    }

    /* Text Style */
    p {
        letter-spacing: .5px;
        font-size: 10px;
        line-height: 16px;
    }

    p.small {
        font-size: .85em
    }

    .text-custom {
        font-family: 'Lovelo_Black', Arial, Helvetica, Verdana, sans-serif;
    }

    .text-serif {
        font-family: 'Libre Baskerville', Times, serif;
    }

    .text-thin {
        font-weight: 300;
    }

    .text-xthin {
        font-weight: 200;
    }

    .text-normal {
        font-weight: 400;
    }

    .text-bold {
        font-weight: 700;
    }

    .text-justify {
        text-align: justify;
    }

    .title {
        font-size: 200%;
    }

    .title-md {
        line-height: 180%;
    }

    .title-sm {
        font-size: 135%;
    }

    .title-xs {
        font-size: 80%;
    }

    .letter-spacing-xl {
        letter-spacing: 6.5px;
    }

    .letter-spacing-lg {
        letter-spacing: 4px;
    }

    .letter-spacing-md {
        letter-spacing: 3px;
    }

    .letter-spacing-sm {
        letter-spacing: 2px;
    }

    .letter-spacing {
        letter-spacing: 1px;
    }

    .text-align-justify {
        text-align: justify;
    }

    /* Buttons */
    .btn, .btn:hover {
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

    .btn-custom {
        background: rgba(255, 255, 255, .25);
        color: #fff !important;
        border: 2px solid #fff;
        letter-spacing: 2px;
        padding: 14px 24px;
        font-size: .55em;
        letter-spacing: .6em;
        font-weight: 800;
        text-transform: uppercase;
        border-radius: 0;
    }

    .btn-custom:hover {
        background: #666;
        transform: scale(1.03);
    }

    .btn-custom.outline {
        background: transparent;
        border: 2px solid #fff;
    }

    .btn-custom.outline:hover {
        background: #fff;
        color: #000 !important;
        border: 2px solid #fff;
    }

    .btn-custom.outline-maroon {
        background: #633c49;
        border: 3px solid #cdb199;
        color: #fff !important;
        font-size: .75em;
    }

    .btn-custom.outline-maroon:hover {
        background: #cdb199;
        border: 3px solid #cdb199;
        color: #633c49 !important;
    }

    .btn-custom.blank {
        background: rgba(0, 0, 0, 0);
        border: 0px solid #fff;
        border-radius: 0;
        outline: 0;
        -webkit-appearance: none;
        color: #999 !important;
    }

    .btn-custom.blank:hover, .btn-custom.blank:focus {
        outline: 0;
        color: #000;
        transform: scale(1.15);
    }

    .btn-custom.btn-custom-sm {
        font-size: 9px;
        padding: 8px 10px;
        letter-spacing: 0;
    }

    .btn-custom.btn-gallery {
        background: rgba(255, 255, 255, 0);
        color: #fff !important;
        border-top: 0;
        border-right: 2px solid #cdb19a;
        border-bottom: 2px solid #cdb19a;
        border-left: 2px solid #cdb19a;
        font-size: .65em;
        letter-spacing: .7em;
        font-weight: 400;
    }

    .btn-custom.btn-gallery:hover {
        background: #cdb19a;
        transform: scale(1.03);
    }


    /* ---------------------------------------------------------------------------------------------------- */
    /* Design -  Color & shapes
---------------------------------------------------------------------------------------------------- */
    /* ROOT-Color */
    .red {
        color: #ed1c24;
    }

    .maroon {
        color: #633c49;
    }

    .lightred {
        color: #ff8282;
    }

    .pink {
        color: #d75e80;
    }

    .lightpink {
        color: #faeeea;
    }

    .yellow {
        color: #f9cf00 !important
    }

    .orange {
        color: #d76d48;
    }

    .lightorange {
        color: #cdb199;
    }

    .grey {
        color: #888888;
    }

    .green {
        color: #009444;
    }

    .lightgreen {
        color: #84dcd2;
    }

    .lowgreen {
        color: #e7f0ed;
    }

    .beige {
        color: #dec8b2
    }

    .blue {
        color: #005480;
    }

    .lightblue {
        color: #28cfe3;
    }

    .darkblue {
        color: #201161;
    }

    .orange {
        color: #ff8a00;
    }

    .lightorange {
        color: #fff08e;
    }

    .grey {
        color: #999999;
    }

    .lightgrey {
        color: #ccc;
    }

    .lightergrey {
        color: #D1D2D4;
    }

    .darkgrey {
        color: #666666;
    }

    .darkergrey {
        color: #333333;
    }

    .black {
        color: #000000;
    }

    .blackbold {
        color: #000000;
        font-weight: bold;
    }

    .white {
        color: #ffffff !important;
    }

    .gold {
        color: #b69c7f;
    }

    .purple {
        color: #2400c1;
    }

    .lightpurple {
        color: #7560ce;
    }

    .lighterpurple {
        color: #d0c8f3;
    }

    .bg-red {
        background: #ed1c24;
    }

    .bg-lightred {
        background: #ff8282;
    }

    .bg-maroon {
        background: #633c49;
    }

    .bg-pink {
        background: #d75e80;
    }

    .bg-lightpink {
        background: #faeeea;
    }

    .bg-orange {
        background: #d76d48;
    }

    .bg-lightorange {
        background: #cdb199;
    }

    .bg-grey {
        background: #666666;
    }

    .bg-green {
        background: #009444;
    }

    .bg-lightgreen {
        background: #84dcd2;
    }

    .bg-lowgreen {
        background: #e7f0ed;
    }

    .bg-blue {
        background: #005480;
    }

    .bg-lightblue {
        background: #28cfe3;
    }

    .bg-darkblue {
        background: #201161;
    }

    .bg-black {
        background: #000000;
    }

    .bg-white {
        background: #ffffff;
    }

    .bg-beige {
        background: #dec8b2;
    }

    .bg-gold {
        background: #b69c7f;
    }

    .bg-grey {
        background: #999999;
    }

    .bg-lowgrey {
        background: #f4f4f4;
    }

    .bg-lightgrey {
        background: #E6E7E8;
    }

    .bg-lightergrey {
        background: #D1D2D4;
    }

    .bg-darkgrey {
        background: #666666;
    }

    .bg-darkergrey {
        background: #333333;
    }

    /*Gradient*/
    .gradient-lightgrey {
        background-color: #f6f6f6;
        background: linear-gradient(to bottom right, #f6f6f6, #e6e6e6);
        background: -webkit-linear-gradient(to bottom right, #f6f6f6, #e6e6e6);
        background: -moz-linear-gradient(to bottom right, #f6f6f6, #e6e6e6);
        background: -ms-linear-gradient(to bottom right, #f6f6f6, #e6e6e6);
        background: -o-linear-gradient(to bottom right, #f6f6f6, #e6e6e6);
    }

    .gradient-lightergrey {
        background-color: #B1B3B5;
        background: linear-gradient(to right, #6D6E70, #B1B3B5);
        background: -webkit-linear-gradient(to right, #6D6E70, #B1B3B5);
        background: -moz-linear-gradient(to right, #6D6E70, #B1B3B5);
        background: -ms-linear-gradient(to right, #6D6E70, #B1B3B5);
        background: -o-linear-gradient(to right, #6D6E70, #B1B3B5);
    }

    .gradient-lowgrey {
        background-color: #e6e6e6;
        background: linear-gradient(to bottom, #ffffff, #ffffff, #ffffff, #e6e6e6);
        background: -webkit-linear-gradient(to bottom, #ffffff, #ffffff, #ffffff, #e6e6e6);
        background: -moz-linear-gradient(to bottom, #ffffff, #ffffff, #ffffff, #e6e6e6);
        background: -ms-linear-gradient(to bottom, #ffffff, #ffffff, #ffffff, #e6e6e6);
        background: -o-linear-gradient(to bottom, #ffffff, #ffffff, #ffffff, #e6e6e6);
    }

    .gradient-trans {
        background-color: #000;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
        background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
        background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
        background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
        background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    }

    .gradient-red {
        background-color: #d53920;
        background: linear-gradient(to bottom right, #d2763e, #d13f1a, #d53920);
        background: -webkit-linear-gradient(to bottom right, #d2763e, #d13f1a, #d53920);
        background: -moz-linear-gradient(to bottom right, #d2763e, #d13f1a, #d53920);
        background: -ms-linear-gradient(to bottom right, #d2763e, #d13f1a, #d53920);
        background: -o-linear-gradient(to bottom right, #d2763e, #d13f1a, #d53920);
    }

    .gradient-blue {
        background-color: #2a2a86;
        background: linear-gradient(to bottom right, #2a2a86, #000053);
        background: -webkit-linear-gradient(to bottom right, #2a2a86, #000053);
        background: -moz-linear-gradient(to bottom right, #2a2a86, #000053);
        background: -ms-linear-gradient(to bottom right, #2a2a86, #000053);
        background: -o-linear-gradient(to bottom right, #2a2a86, #000053);
    }

    .gradient-green-orange {
        background-color: #59c9bd;
        background: linear-gradient(to bottom right, #59c9bd, #fcefa9);
        background: -webkit-linear-gradient(to bottom right, #59c9bd, #fcefa9);
        background: -moz-linear-gradient(to bottom right, #59c9bd, #fcefa9);
        background: -ms-linear-gradient(to bottom right, #59c9bd, #fcefa9);
        background: -o-linear-gradient(to bottom right, #59c9bd, #fcefa9);
    }

    /* Seperator */
    .seperator-xl {
        width: 80%;
        min-width: 240px;
        border-bottom: 2px solid #333;
        margin: 0;
        height: 2px;
        overflow: hidden;
    }

    .seperator-lg {
        width: 50%;
        min-width: 240px;
        border-bottom: 1px solid #333;
        margin: 0;
        height: 2px;
        overflow: hidden;
    }

    .seperator-md {
        width: 145px;
        border-bottom: 2px solid #333;
        margin: 0;
        height: 2px;
        overflow: hidden;
    }

    .seperator-sm {
        width: 80px;
        border-bottom: 2px solid #333;
        margin: 0;
        height: 2px;
        overflow: hidden;
    }

    .seperator-xs {
        width: 55px;
        border-bottom: 2px solid #333;
        margin: 0;
        height: 2px;
        overflow: hidden;
    }

    .seperator-xl.thick, .seperator-lg.think, .seperator-md.thick, .seperator-sm.thick, .seperator-xs.thick {
        border-width: 4px;
    }

    .seperator-xl.thick-sm, .seperator-lg.think-sm, .seperator-md.thick-sm, .seperator-sm.thick-sm, .seperator-xs.thick-sm {
        border-width: 7px;
    }

    .seperator-xl.thick-md, .seperator-lg.think-md, .seperator-md.thick-md, .seperator-sm.thick-md, .seperator-xs.thick-md {
        border-width: 12px;
    }

    .seperator-xl.thick-lg, .seperator-lg.think-lg, .seperator-md.thick-lg, .seperator-sm.thick-lg, .seperator-xs.thick-lg {
        border-width: 18px;
    }

    .seperator-xl.center, .seperator-lg.center, .seperator-md.center, .seperator-sm.center, .seperator-xs.center {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .seperator-xl.red, .seperator-lg.red, .seperator-md.red, .seperator-sm.red, .seperator-xs.red {
        border-color: #d71921;
    }

    .seperator-xl.white, .seperator-xl.white, .seperator-md.white, .seperator-sm.white, .seperator-xs.white {
        border-color: #fff;
    }

    .seperator-xl.grey, .seperator-lg.grey, .seperator-xl.grey, .seperator-md.grey, .seperator-sm.grey, .seperator-xs.grey {
        border-color: #e4e4e4;
    }

    /* Shapes, Lines & Object
-------------------------------------------------- */
    /* Box Shape */
    .curve-box {
        border-radius: 35px;
        padding: 60px 30px;
        min-height: 100%;
    }

    /* Shapes Style */
    .rounded-box {
        border-radius: 24px;
        background: red;
    }

    .rounded-box.rounded-special {
        border-radius: 0 120px;
    }

    .rounded-box.outline {
        background: transparent;
        border: 2px solid #00b050;
    }

    .rounded-box.outline-red {
        background: transparent;
        border: 5px solid red;
    }

    .rounded-box.outline-white {
        background: transparent;
        border: 5px solid #fff;
    }

    .rounded-box.outline-black {
        background: transparent;
        border: 5px solid #333;
    }

    .rounded-box.outline-tranwhite {
        background: transparent;
        border: 5px solid rgba(255, 255, 255, .65);
    }

    .rounded-box.outline-grey {
        background: rgba(255, 255, 255, .75);
        border: 5px solid #e8e8e8;
    }

    .rounded-box.white {
        background: rgba(255, 255, 255, .9);
    }

    .rounded-box.gradient-green-orange {
        background-color: #59c9bd;
        background: linear-gradient(to bottom right, #59c9bd, #fcefa9);
        background: -webkit-linear-gradient(to bottom right, #59c9bd, #fcefa9);
        background: -moz-linear-gradient(to bottom right, #59c9bd, #fcefa9);
        background: -ms-linear-gradient(to bottom right, #59c9bd, #fcefa9);
        background: -o-linear-gradient(to bottom right, #59c9bd, #fcefa9);
    }

    /* Alignments & Vertical-Align
-------------------------------------------------- */
    /* Full width box */
    .display-table {
        display: table;
        width: 100%;
        max-width: 100%;
        min-height: 100%;
        height: 100vh;
        margin: 0 auto;
    }

    .display-table.lg {
        width: 80%;
        max-width: 80%;
    }

    .display-table.md {
        width: 80%;
        max-width: 860px;
    }

    .display-table.full {
        min-height: 500px;
        height: 100vh;
    }

    .display-table.twothird {
        min-height: 480px;
        height: 80vh;
    }

    .display-table.xhalf {
        min-height: 350px;
        height: 60vh;
    }

    .display-table.half {
        min-height: 240px;
        height: 50vh;
    }

    .display-table.xquarter {
        min-height: 280px;
        height: 30vh;
    }

    .display-table.quarter {
        min-height: 160px;
        height: 25vh;
    }

    .ver-middle {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
    }

    .ver-top {
        padding: 0px 30px 20px 50px;
    }

    /* ---------------------------------------------------------------------------------------------------- */
    /* Bootstrap components
---------------------------------------------------------------------------------------------------- */
    /* UL List Style */
    .ul-underline {
        list-style: none;
        padding: 0;
        margin: 5px auto;
    }

    .ul-underline li {
        border-bottom: 1px solid rgba(0, 0, 0, .25);
        padding: 10px 0;
        letter-spacing: 1px;
    }

    .ul-underline.dark li {
        border-bottom: 1px solid #444;
    }

    .ul-list-full li {
        padding: 15px 0;
        margin: 3px 1px;
        border: 2px solid rgba(205, 117, 117, .65);
        color: #fff;
        letter-spacing: 2px;
    }

    .ul-list-border.quarter li, .ul-list-full.quarter li {
        width: 32%;
        display: inline-block;
    }

    .ul-list-border.half li, .ul-list-full.half li {
        width: 49%;
        display: inline-block;
    }

    .ul-arrow {
        list-style: url(../img/i-arrow-right-sm.png.html);
        margin: 10px 0 10px 15px;
        padding: 0;
    }

    .ul-arrow li:after {
        position: relative;
        left: 0;
        content:'11';
        font-size: 12px;
        color: red;
    }

    .ol-blank {
        margin: 0;
        padding: 0 0 0 15px;
    }

    ul.no-padding, ol.no-padding {
        padding: 0;
        margin: 0;
    }

    /* Table Style */
    .table-wrap {
        width: 100%;
        overflow-x: scroll;
    }

    .table.min-width {
        min-width: 780px;
    }

    .table.white {
        margin: 15px 0;
    }

    .table.white thead tr {
        background: #2a2a86;
        color: #fff;
    }

    .table.white tbody tr {
        background: #fff;
        color: #333;
    }

    .table.white tbody tr:nth-child(even) {
        background: rgba(167, 226, 243, .08);
        color: #000;
    }

    .table.trans-white {
        background: rgba(255, 255, 255, .0);
        margin: 15px 0;
        border: 0;
    }

    .table.trans-white thead tr {
        background: rgba(255, 255, 255, .1);
        color: #fff;
        text-transform: uppercase;
    }

    .table.trans-white tbody tr {
        background: transparent;
        color: #fff;
    }

    .table.trans-white thead th, .table.trans-white tbody td {
        border: 0;
    }

    .table.trans-white tbody td {
        border-bottom: 1px solid #333;;
    }

    /*.table.trans-white a {color:#eecfcf;}*/
    .shadow {
        box-shadow: 0 6px 26px rgba(0, 0, 0, .35);
    }

    /* Badge Style */
    badge {
        background: red;
        font-size: 10px;
        color: #fff;
        padding: 6px 12px;
        vertical-align: middle;
        transform: rotate(36deg);
    }

    .badge-30deg {
        display: inline-block;
        background: red;
        font-size: 12px;
        color: #fff;
        padding: 6px 12px;
        vertical-align: middle;
        transform: rotate(-26deg);
        margin: -45px -30px 0 0;
    }

    /* Tabs */
    .nav-list .nav.nav-pills, .nav-tabs .nav.nav-pills {
        width: 100%;
    }

    .nav-list .nav.nav-pills .nav-link, .nav-tabs .nav.nav-pills .nav-link {
        border-radius: 0;
        border-bottom: 1px solid #939597;
        color: #939597;
        letter-spacing: 2px;
        padding: 7px 10px;
        font-weight: 900;
    }

    .nav-list .nav.nav-pills .nav-link:hover, .nav-tabs .nav.nav-pills .nav-link:hover {
        color: #005480;
    }

    .nav-list .nav.nav-pills .nav-link.active, .nav-tabs .nav.nav-pills .nav-link.active {
        background: transparent;
        color: #005480;
        font-weight: 700;
    }

    .nav-list .nav.nav-pills.white .nav-link, .nav-tabs .nav.nav-pills.white .nav-link {
        border-radius: 0;
        border-bottom: 1px solid #ccc;
        color: #fff;
        letter-spacing: 2px;
        padding: 4px 0px;
        font-size: 12px;
    }

    .nav-list .nav.nav-pills.white .nav-link:hover, .nav-tabs .nav.nav-pills.white .nav-link:hover {
        text-shadow: 0 2px 20px rgba(0, 0, 0, .95);
    }

    .nav-list .nav.nav-pills.white .nav-link.active, .nav-tabs .nav.nav-pills.white .nav-link.active {
        background: transparent;
        color: #005480;
        font-weight: 700;
    }

    .nav-list .nav.nav-pills.blue .nav-link, .nav-tabs .nav.nav-pills.blue .nav-link {
        display: block;
        width: 100%;
        border-radius: 0;
        border-bottom: 1px solid #999;
        color: #005480;
        letter-spacing: 2px;
        font-weight: 900;
        padding: 5px 10px;
        font-size: 16px;
        line-height: 18px;
        border-radius: 6px;
    }

    .nav-list .nav.nav-pills.blue .nav-link:hover, .nav-tabs .nav.nav-pills.blue .nav-link:hover {
        background: #005480;
        color: #fff;
    }

    .nav-list .nav.nav-pills.blue .nav-link.active, .nav-tabs .nav.nav-pills.blue .nav-link.active {
        background: #005480;
        color: #fff;
        font-weight: 700;
    }

    .nav-list .nav.nav-pills.with-menu .nav-link, .nav-tabs .nav.nav-pills.with-menu .nav-link {
        font-weight: 700;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        position: relative;
        display: block;
        padding: 8px 35px 8px 12px;
        margin: 5px 0;
        color: #fff;
        -webkit-transition: color 0.1s;
        transition: color 0.1s;
        background: transparent;
        border: 1px solid rgba(255, 255, 255.25);
        border-radius: 8px;
    }

    .nav-list .nav.nav-pills.with-menu .nav-link:hover, .nav-tabs .nav.nav-pills.with-menu .nav-link:hover {
    }

    .nav-list .nav.nav-pills.with-menu .nav-link.active, .nav-tabs .nav.nav-pills.with-menu .nav-link.active {
        color: #000;
        background: #fff;
        opacity: 1;
    }

    /*Form */
    label {
        margin-top: 4px;
        display: block;
        width: 100%;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 400;
        padding: 4px 0 0;
    }

    label.light {
        color: #ccc;
    }

    label.dark {
        color: #333;
    }

    label.form-check-label {
        display: inline-block;
        width: auto;
    }

    .btn {
        margin: 12px 0 5px 0;
    }

    .red-star {
        font-weight: 800;
        color: #f16d6d;
        font-size: 18px;
        line-height: 12px;
    }

    input, select {
        width: 100%;
        margin-bottom: 0;
        border-radius: 0 !important;
    }

    input[type=checkbox] {
        padding: 4px 0;
        margin: 2px 12px 10px 0;
        outline: 0;
        width: 18px;
        height: 18px;
        zoom: 1.1;
        position: relative;
        z-index: 500;
    }

    input[type=radio] {
        padding: 4px 0;
        margin: 2px 0px 10px 0;
        outline: 0;
        width: 18px;
        height: 18px;
        zoom: 1.1;
        position: relative;
        z-index: 500;
    }

    .input-checkbox {
        vertical-align: top;
        margin-top: 6px;
        margin-bottom: 0;
    }

    .input-checkbox input {
        display: inline-block;
        vertical-align: top;
    }

    .input-checkbox span {
        display: inline-block;
        max-width: 70%;
        padding: 2px 0 10px 0;
        margin: 0 12px 0;
        line-height: 16px;
        font-weight: 700;
        font-size: 11px;
        color: #000;
        letter-spacing: 1.5px;
    }

    .input-checkbox span img {
        display: inline-block;
        float: left;
        max-width: 100px;
        max-height: 75px;
        margin: 2px 10px;
    }

    fieldset {
        border: 0;
        outline: 0;
    }

    .form-control {
        width: 100%;
        color: #fff !important;
        background: transparent !important;
        border: 0;
        border-bottom: 1px solid #fff;
        padding: 5px 2px;
        height: 28px;
        margin: 0;
        display: block;
        line-height: 20px;
        font-size: 18px;
        box-shadow: none;
        outline: 0px inset white;
        outline-offset: -1px;
        letter-spacing: 1px;
    }

    .form-control.center {
        text-align: center;
    }

    .form-control.white {
        background: rgba(255, 255, 255, .75);
    }

    .form-control.border {
        background: rgba(255, 255, 255, 0);
        outline: 0;
        border: 1px solid #999 !important;
    }

    .form-control.border-btm {
        background: rgba(255, 255, 255, 0);
        border: 0 !important;
        outline: 0;
        border-bottom: 2px solid black !important;
    }

    .form-control.border-btm.red {
        border-bottom: 2px solid red !important;
    }

    .form-control.auto-width {
        width: auto;
        max-width: 100%;
    }

    .form-control.one-digit-width {
        width: 28px;
        max-width: 28px;
        padding: 0px 1px;
        text-align: center;
        display: inline-block;
    }

    .form-control.padding {
        margin: 12px 10px 6px !important;
    }

    select.form-control {
        border-radius: 0 !important;
    }

    .form-control.light::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #ccc;
        opacity: 1; /* Firefox */
    }

    .form-control.light:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #ccc;
    }

    .form-control.light::-ms-input-placeholder { /* Microsoft Edge */
        color: #ccc;
    }

    /* Accordion */
    .accordion-button {
        background: red !important;
        color: white !important;
        border-radius: 10px !important;
        border-bottom: 0;
        font-weight: 700;
        text-align: left !important;
    }

    .accordion-button.collapsed {
        background: transparent !important;
        color: #000 !important;
        border-radius: 0px !important;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
    }

    /* CUSTOMIZE THE NAVBAR */
    .navbar, .navbar.fixed-top {
        position: relative;
        top: 0;
        z-index: 20;
        border: 0;
        padding: 0;
        margin: 0;
        background: rgba(99, 60, 73, 1);
        box-shadow: 0;
        vertical-align: top;
    }

    .navbar.fixed-top {
        position: fixed;
        top: 0;
    }

    .navbar .container {
        height: 80px;
    }

    .navbar-bg {
        width: 100%;
    }

    /* Navbar Brand */
    .navbar .navbar-brand {
        position: absolute;
        z-index: 9999992;
        top: 0;
        left: 0;
        width: 150px;
        max-width: 150px;
        padding: 10px 10px 20px 0;
        margin: 0;
        background: transparent;
        display: inline-block;
    }

    .navbar .navbar-brand img {
        width: 120px;
        padding: 8px 0;
    }

    /* Navigation */
    .navbar .nav-break {
        position: absolute;
        width: 100%;
        top: 28px;
    }

    /* Navi Rollover */
    .navbar-collapse {
        background: transparent;
        text-align: right;
        clear: both;
        margin: 0;
    }

    .navbar .navbar-collapse .nav-close {
        display: none;
    }

    /*Navbar Collapse Animation*/
    #mainNavi {
        transition: width 0.1s ease;
    }

    .navbar-nav {
        position: absolute;
        top: 0;
        right: 0px;
        margin: 0 auto;
        padding: 0;
        width: auto;
        text-align: right;
    }

    .navbar-collapse .nav-item {
        display: inline-block;
        padding: 0;
        float: none !important;
        margin: 0;
    }

    /* Link Style (homepage - white) */
    .navbar.fixed-top .nav-item .nav-link {
        font-size: 12px;
        color: #fff;
        padding: 20px 24px 12px;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 400;
        background: transparent;
    }

    .navbar.fixed-top .nav-item .nav-link:hover, .nav-item .nav-link:hover, .navbar.fixed-top .nav-item .nav-link:focus, .nav-item .nav-link:focus {
        background: rgba(0, 0, 0, .15) !important;
        color: #cab29d;
        opacity: .5;
        text-decoration: none;
        font-weight: 500;
    }

    .navbar.fixed-top .nav-item.active .nav-link, .navbar.fixed-top .nav-item.active .nav-link:hover {
        background: #392d31;
        color: #cb7253;
        text-decoration: none;
        font-weight: 700;
    }

    .navbar.fixed-top .nav-item.dropdown > .nav-link:hover::after, .navbar.fixed-top .nav-item.dropdown > .nav-link:focus::after {
        font-family: "Font Awesome 5 Free", serif;
        font-weight: 900;
        content: "\f0dd";
        font-size: 10px;
        color: #fff;
        position: absolute;
        top: 40%;
        right: 16px;
    }

    /*Remove hover "zoom" effect */
    .navbar.fixed-top .nav-item a:hover {
        transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        -webkit-transform: scale(1) !important;
    }

    /* Dropdown (remove dropdown Arrow on the Right side) */
    .navbar.fixed-top .dropdown-toggle, .navbar.fixed-top .dropdown-toggle.toggle, .navbar.fixed-top .dropdown-toggle.active {
        transition: 1.5s slide all;
    }

    .navbar.fixed-top .dropdown-toggle::after {
        display: block;
        border: 0;
    }

    .navbar.fixed-top .dropdown-toggle .toggle-arrow {
        position: absolute;
        top: 39%;
        right: -30px;
        font-size: 9px;
        display: none;
    }

    .navbar.fixed-top .dropdown-toggle:hover .toggle-arrow {
        display: block;
        color: #d65e80;
    }

    /* Dropdown */
    .navbar.fixed-top .dropdown-menu {
        background: rgba(0, 0, 0, .75) !important;
        padding: 10px;
        top: 100%;
        box-shadow: none;
        border: 0 !important;
        border-radius: 0 !important;
    }

    .navbar.fixed-top .dropdown-item {
        font-size: .85rem;
        padding: 9px 10px !important;
        margin-bottom: 2px;
        background: transparent !important;
        color: #fff !important;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: right;
        border-bottom: 1px solid rgba(255, 255, 255, .9);
    }

    .navbar.fixed-top .dropdown-item:hover, .navbar.fixed-top .dropdown-item:focus, .navbar.fixed-top .dropdown-item.active {
        background: transparent;
        color: #d76d48 !important;
        opacity: 1;
    }

    .navbar.fixed-top .dropdown-menu li:first-child {
        padding-top: 5px;
    }

    .navbar.fixed-top .dropdown-menu li:last-child .dropdown-item {
        border-bottom: 0 !important;
    }

    /*.navbar.fixed-top .dropdown-item.active::after {font-family:"Font Awesome 5 Free";font-weight: 900;content:"\f00c";font-size:14px;color:#fff;position:absolute;top:;right:12px;}*/
    /*Resposive Burger*/
    .navbar-toggler {
        position: absolute;
        z-index: 9999994;
        top: 30px;
        right: 15px;
        padding: 0;
        padding: 0;
    }

    .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
        outline: 0 !important;
        border: 0 !important;
        box-shadow: none;
    }

    /* Animate Burger */
    .animated-icon {
        width: 30px;
        height: 20px;
        position: relative;
        right: 0;
        z-index: 999999;
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .animated-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .animated-icon span {
        background: #d76d48;
    }

    .animated-icon span:nth-child(1) {
        top: 0px;
    }

    .animated-icon span:nth-child(2), .animated-icon span:nth-child(3) {
        top: 10px;
    }

    .animated-icon span:nth-child(4) {
        top: 20px;
    }

    .animated-icon.open span:nth-child(1) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    .animated-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .animated-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .animated-icon.open span:nth-child(4) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    /* ------------------------------------------------ */
    /* Scrollbar */
    #style-1::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: transparent;
    }

    #style-1::-webkit-scrollbar {
        width: 12px;
        background-color: transparent;
    }

    #style-1::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #d9d9d9;
    }

    /* Bootstrap Slider / Carousel / OwlCarousel2
-------------------------------------------------- */
    .section-wrap {
        position: relative;
        width: 100%;
        min-height: 100vh;
    }

    /* Home Slider */
    .home-slider, .home-slider-sub, .carousel-wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        padding: 0;
        margin: 0;
    }

    /* Subpage Slider / Box Grid */
    .carousel-wrap {
        overflow: hidden;
    }

    .carousel-wrap .carousel, .carousel-wrap .carousel-inner, .carousel-wrap .carousel-item, .carousel-wrap .carousel-item .fill {
        width: 100vw;
        min-height: 100vh;
        height: 100%;
    }

    .carousel-indicators {
        z-index: 10;
        bottom: 55px;
    }

    .carousel-indicators li {
        width: 6px;
        height: 6px;
        background: rgba(255, 255, 255, .75);
        border: 0;
        margin: 0 10px;
        border-radius: 100%;
    }

    .carousel-indicators li.active {
        background: rgba(0, 0, 0, .75);
    }

    /*.carousel .left.carousel-control, .carousel .right.carousel-control {width:12%;background:none;box-shadow:none;}
.carousel .left.carousel-control:hover, .carousel .right.carousel-control:hover {background:none;box-shadow:none;}
.carousel-control .icon-prev:before{content:''}.carousel-control .icon-next:before{content:''}
.carousel .left.carousel-control .icon-prev {content:'';background:url(../img/left.png) center no-repeat;height:45px;}
.carousel .right.carousel-control .icon-next {content:'';background:url(../img/right.png) center no-repeat;height:45px;}*/
    /* Homepage & Subpage Background Image*/
    .home-slider .slider-bg, .home-slider-sub .slider-bg {
        position: fixed;
        z-index: 0;
        top: 0;
        width: 100%;
        min-height: 100vh;
    }

    /* Home Slider - image */
    .home-slider .slider-content {
        position: absolute;
        z-index: 2;
        top: 0;
        width: 100%;
        min-height: 100vh;
        overflow: hidden;
        text-align: center;
        display: table;
    }

    .home-slider .slider-content .slider-content-pic {
        display: table-cell;
        vertical-align: middle;
    }

    .home-slider .slider-content img {
        width: auto;
        height: auto;
        max-width: 48vw;
        max-height: 104vh;
        margin: 0 auto;
        padding: 50px 0vw 0;
    }

    /*Home Slider - Text*/
    .slider-content-txt {
        position: relative;
        z-index: 3;
        left: 0;
        right: 0;
        color: #fff;
        max-width: 70vw;
        min-height: 64vh;
        top: 18vh;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .slider-txt-position .text-custom {
        font-size: .8em;
        line-height: 1.8em;
        letter-spacing: 2px;
    }

    /*Subpage Slider - image */
    .home-slider-sub .slider-content-flex {
        position: absolute;
        z-index: 2;
        top: 0;
        width: 100%;
        min-height: 100vh;
        overflow: hidden;
        text-align: center;
        display: table;
    }

    .home-slider-sub .slider-content-flex .container {
        margin-top: 120px;
    }

    .home-slider-sub .slider-content-flex .container.no-padding {
        margin-top: 0px;
    }

    .home-slider-sub .slider-content-flex .container img {
        width: auto;
        height: auto;
        max-width: 48vw;
        max-height: 80vh;
        margin: 0 auto;
        padding: 0;
    }

    .home-slider-sub .slider-content-flex.img-xl .container img {
        max-width: 130%;
        margin-left: -2% !important;
        max-height: 95vh;
    }

    .home-slider-sub .slider-content-flex.img-lg .container img {
        max-width: 120%;
        margin-left: -10%;
        max-height: 95vh;
    }

    .home-slider-sub .slider-content-flex.img-md .container img {
        max-width: 58vw;
        max-height: 85vh;
    }

    .home-slider-sub .slider-content-flex.img-sm .container img {
        max-width: 34vw;
        max-height: 65vh;
    }

    .home-slider-sub .slider-content-full {
        position: relative;
        z-index: 3;
        left: 0;
        right: 0;
        color: #fff;
        max-width: 100vw;
        min-height: 70vh;
        top: 120px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .home-slider-sub .slider-content-full .container {
        padding: 0 25px;
    }

    .slider-content-full h5 {
        line-height: 1.6em;
        font-weight: 700;
    }

    .home-slider-sub .display-as-bg {
        position: absolute;
        top: 5%;
        left: 0;
        right: 0;
        z-index: 0;
    }

    .home-slider-sub .display-as-bg img {
        width: 110%;
        margin: 0 0 0 -5%;
    }

    /* Other Page Carousel - Gallery */
    .carousel-wrap-in {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 0 0 200px;
        margin: 0 auto;
    }

    .carousel-wrap-types {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 0 0 100px;
        margin: 0 auto;
    }

    .carousel-wrap-types .carousel-item .fill img {
        max-width: 100%;
    }

    .top-title {
        position: relative;
        z-index: 10;
        padding: 35px 10% 20px;
    }

    /*.top-title h5 {line-height:2em}*/
    .carousel-wrap-in.reduce-width {
        width: 90%;
    }

    /* Subpage Slider / Box Grid */
    .carousel-wrap-in {
        overflow: hidden;
    }

    .carousel-wrap-in .carousel, .carousel-wrap-in .carousel-inner, .carousel-wrap-in .carousel-item, .carousel-wrap-in .carousel-item .fill {
        width: 100%;
        min-height: auto;
        height: auto;
    }

    .carousel-wrap-in .carousel-item .fill img {
        max-width: 100%;
    }

    .carousel-wrap-in .carousel-indicators {
        position: relative;
        z-index: 10;
        top: 20px;
        margin: 0;
    }

    .carousel-wrap-in .carousel-indicators li {
        width: auto;
        height: auto;
        background: transparent !important;
        border: 0;
        margin: 0 5px 6px;
        border-radius: 10px;
    }

    .carousel-wrap-in .carousel-indicators li img {
        display: block;
        max-width: 76px;
        padding: 7px 7px;
    }

    .carousel-wrap-in .carousel-indicators li.active {
        background: rgba(0, 0, 0, .55) !important;
    }

    /*.carousel-wrap-in .carousel .left.carousel-control, .carousel-wrap-in .carousel .right.carousel-control {width:12%;background:none;box-shadow:none;}
.carousel-wrap-in .carousel .left.carousel-control:hover, .carousel-wrap-in .carousel .right.carousel-control:hover {background:none;box-shadow:none;}
.carousel-wrap-in .carousel-control .icon-prev:before{content:''}
.carousel-wrap-in .carousel-control .icon-next:before{content:''}
.carousel-wrap-in .carousel .left.carousel-control .icon-prev {content:'';background:url(../img/left.png) center no-repeat;height:45px;}
.carousel-wrap-in .carousel .right.carousel-control .icon-next {content:'';background:url(../img/right.png) center no-repeat;height:45px;}*/
    /* Home Slider Animation Background */
    .carousel-inner .slider-bg {
        -webkit-animation: zoom 10s;
        animation: zoom 10s;
    }

    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(1.1, 1.1);
        }
        to {
            -webkit-transform: scale(.8, .8);
        }
    }
    @keyframes zoom {
        from {
            transform: scale(1.1, 1.1);
        }
        to {
            transform: scale(1, 1);
        }
    }
    @-webkit-keyframes fade {
        from {
            -webkit-transform: scale(1.3, 1.3);
            opacity: 1;
        }
        to {
            -webkit-transform: scale(1, 1);
            opacity: 1;
        }
    }
    @keyframes fade {
        from {
            transform: scale(1.3, 1.3);
            opacity: 1;
        }
        to {
            transform: scale(1, 1);
            opacity: 1;
        }
    }

    /* Sub Page Top Navi */
    .sub-top-navi {
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        z-index: 5;
        padding-top: 30px;
    }

    .sub-top-navi ul {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #633c49;
    }

    .sub-top-navi li {
        display: inline;
        padding: 0 10px 0 6px;
        margin: 0;
        border-right: 1px solid #633c49;
    }

    .sub-top-navi li:first-child {
        padding-left: 0;
    }

    .sub-top-navi li:last-child {
        padding-right: 0;
        border-right: 0;
    }

    .sub-top-navi a {
        display: inline-block;
        color: #633c49;
        text-transform: uppercase;
        font-size: .7em;
        letter-spacing: .3em;
        font-weight: 500;
    }

    .sub-top-navi a:hover, .sub-top-navi a:focus {
        color: #cdb199;
    }

    .sub-top-navi li.active a, .sub-top-navi li.active a:hover, .sub-top-navi li.active a:focus {
        font-weight: 800;
        color: #4e2f39;
    }

    /* FloatBtn */
    .slider-floatBtn {
        position: absolute;
        z-index: 4;
        left: 80%;
        color: #fff;
        max-width: 250px;
        top: 18vh;
        margin: 0 auto;
    }

    .btn-circle, .btn-circle img, .btn-circle .btn-circle-txt {
        width: 125px;
        height: 125px;
    }

    .btn-circle {
        position: relative;
        display: table;
        margin: 5px 0;
    }

    .btn-circle img {
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .btn-circle .btn-circle-txt {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 10px;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 0px 0 0;
    }

    .btn-circle a {
        display: block;
        color: #fff;
    }

    .btn-circle a:hover {
        transform: scale(1);
    }

    .btn-circle a:hover img {
        transform: rotate(45deg);
    }

    /* Modal
-------------------------------------------------- */
    .modal-backdrop {
        background-color: rgba(0, 0, 0, .4);
    }

    /*.modal-backdrop {position:fixed;z-index:999;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.75);}
.modal-backdrop.fade{filter:alpha(opacity=9.5);opacity:.95}*/
    /*Modal Content Style*/
    .modal-content {
        position: relative;
        z-index: 9999999;
        border-radius: 20px;
        padding: 20px;
        border: 0;
        color: #404041;
    }

    .modal-content.border {
        border: 10px solid #fff;
    }

    .modal-content.shadow {
        box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    }

    .modal-content-box.padding {
        padding: 20px 15px 50px;
    }

    /*Modal Header & footer*/
    .modal-header {
        background: transparent;
        border: 0;
    }

    .modal-footer {
        background: transparent; /*border:0;*/
    }

    /*Custom Modal Style*/
    .modal-blank {
        background: transparent;
        background-size: cover;
        padding: 0px;
        margin: 0px 0;
        border-radius: 8px;
        position: fixed;
        box-shadow: none;
    }

    .modal-blank .modal-content {
        background: rgba(0, 0, 0, 0);
        box-shadow: none;
        border: none;
        outline: 0;
        border-radius: 0;
        margin: 0;
        padding: 10px 0 20px;
        box-shadow: none;
    }

    .modal-blank .modal-body {
        padding: 0;
        margin: 0;
        box-shadow: 0 1px 10px #000;
    }

    /* Footer
-------------------------------------------------- */
    /* Footer Style */
    footer {
        background: transparent;
    }

    .footer-nav {
        position: fixed;
        z-index: 12;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff;
        padding: 0 25px !important;
    }

    .footer-nav, .footer-nav p {
        font-size: 10px;
        letter-spacing: .8px;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .footer-nav a {
        color: #fff !important;
    }

    .footer-nav a:hover, .footer-nav a:focus {
        color: #ccc !important;
    }

    /* Footer - Motion */
    .footer-nav .go-up, .footer-nav .go-up:hover, .footer-social, .footer-social:hover {
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

    /* Footer Texture */
    .footer-pic {
        position: fixed;
        z-index: 11;
        bottom: 0;
        right: 0;
    }

    .footer-pic.type02 {
        z-index: 10;
        overflow: hidden;
        right: auto;
        left: 0;
    }

    .footer-pic .footer-texture01 {
        max-width: 300px;
    }

    .footer-pic .footer-texture02 {
        max-width: 1300px;
    }

    /* ---------------------------------------------------------------------------------------------------- */
    /**** For Homepage
---------------------------------------------------------------------------------------------------- */
    /* ---------------------------------------------------------------------------------------------------- */
    /**** For Inside Page
---------------------------------------------------------------------------------------------------- */
    /* Enquiry Now */
    .enquiry-wrap {
        position: relative;
        border-right: 3px solid #cdb199;
        border-bottom: 3px solid #cdb199;
        border-left: 3px solid #cdb199;
        padding: 15px 35px 64px;
    }

    .enquiry-shape-right {
        position: absolute;
        top: -10vh;
        right: -4vw;
        width: 15vw;
        max-width: 180px;
    }

    .enquiry-footer {
        padding: 15px 35px;
        position: relative;
        top: -75px;
    }

    .enquiry-footer p {
        line-height: 1.2em;
        letter-spacing: 1px;
    }

    .enquiry-footer .enquiry-footer-content {
        padding-top: 75px;
    }

    .enquiry-footer .enquiry-footer-content p {
        font-size: .68em;
    }

    .enquiry-footer .footer-social img {
        max-width: 30px;
        margin: 0 1px;
    }

    .enquiry-footer .footer-social a {
        display: inline-block;
    }

    /* Location */
    .img-wrap img {
        max-width: 100%;
    }

    /*Facilities */
    .facilities-thumbnails {
        padding: 35px 20px;
        text-align: center;
    }

    .facilities-thumbnails img {
        max-width: 74px;
        padding: 7px;
        display: inline-block;
    }

    /* Gallery */
    .gallery-link .thumb-title {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 500;
        padding: 10px;
        text-align: center;
        color: #fff;
    }

    /* Contact */
    /* ---------------------------------------------------------------------------------------------------- */
    /**** For All Pages
---------------------------------------------------------------------------------------------------- */
    /*Page Anchor*/
    .page-anchor {
        position: absolute;
        top: -66px;
        left: 0;
        opacity: 0;
        width: 1px;
        height: 1px;
    }

    /*Youtube*/
    .youtube-video {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

    .youtube-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media (max-width: 1299.98px) {

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .navbar .container {
        width: 100%;
        min-width: 100%;
        padding: 0;
        margin: 0;
    }

    .navbar .navbar-brand {
        left: 25px;
    }

    /* Navi Rollover */
    .navbar .navbar-collapse {
        z-index: 9999990;
        position: fixed;
        top: -66px;
        padding-top: 155px !important;
        padding-bottom: 0px;
        width: 100%;
        background: rgba(99, 60, 73, 1);
        text-align: left;
        clear: both;
        margin: 25px 0 0 0;
        overflow: hidden;
        height: 100vh;
        min-height: 120vh;
        max-height: 150vh;
        align-items: flex-start;
        transition: all 0.85s ease-in;
        -moz-transition: all 0.85s ease-in;
        -webkit-transition: all 0.85s ease-in;
        -o-transition: all 0.85s ease-in;
    }

    /* Dropdown Menu Box Style Align Center */
    .navbar.fixed-top .nav-break {
        padding-top: 155px;
    }

    /*.navbar .navbar-collapse .nav-close {display:block;position:absolute;z-index:9999991;top:26px;right:7px;width:100%;text-align:right;padding:30px 20px;font-size:36px;}
	.navbar .navbar-collapse .nav-close a {color:#d76d48;text-decoration:none;}*/
    .navbar .navbar-collapse .navbar-nav {
        position: relative;
        left: 0;
        padding: 0px 25px;
        min-width: 100%;
    }

    .navbar .navbar-collapse .nav-item {
        display: block;
        width: 100%;
        padding: 0;
        background: transparent;
        text-align: left !important;
    }

    .navbar.fixed-top .nav-item .nav-link, nav.navbar.fixed-top.shrink .nav-item .nav-link {
        display: block;
        font-size: 10px;
        padding: 15px 0px !important;
        margin: 2px 0;
        text-transform: uppercase;
        letter-spacing: 2px;
        background: transparent;
        color: #fff;
    }

    .navbar.fixed-top .nav-item .nav-link:hover, .nav-item .nav-link:hover, .navbar.fixed-top .nav-item .nav-link:focus, .nav-item .nav-link:focus {
        padding-left: 20px !important;
        color: #fff;
        background: transparent;
        text-decoration: none;
    }

    .navbar.fixed-top .nav-item.active .nav-link, .navbar.fixed-top .nav-item.active .nav-link:hover {
        color: #d76d48;
        text-decoration: none;
        padding-left: 20px !important;
        border-radius: 8px;
    }

    .navbar.fixed-top .dropdown-menu {
        border-radius: 5px !important;
        background: rgba(0, 0, 0, .15) !important;
    }

    .navbar.fixed-top .dropdown-item {
        text-align: left;
        font-size: 10px;
    }

    .navbar.fixed-top .nav-item.dropdown > .nav-link::after, .navbar.fixed-top .nav-item.dropdown > .nav-link:hover::after, .navbar.fixed-top .nav-item.dropdown > .nav-link:focus::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f078";
        font-size: 8px;
        color: #d76d48;
        position: absolute;
        top: 18px;
        right: 20px;
    }

    /*Burger*/
    .animated-icon {
        margin-right: 16px;
    }

    /* Navbar-collapse Animation */
    .navbar-collapse {
        position: fixed;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        height: 100%;
        left: -100%;
        transition: height 0s ease;
        -moz-transition: height 0s ease;
        -ms-transition: height 0s ease;
        -webkit-transition: height 0s ease;
    }

    .navbar-collapse.show {
        height: 100%;
        left: 0;
        transition: left 10ms ease-in-out;
        -moz-transition: left 10ms ease-in-out;
        -ms-transition: left 10ms ease-in-out;
        -webkit-transition: left 10ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 10ms ease-in;
        -moz-transition: left 10ms ease-in;
        -ms-transition: left 10ms ease-in;
        -webkit-transition: left 10ms ease-in;
    }

    /* Location */
    .img-wrap {
        width: 100%;
        overflow-x: scroll;
    }

    .img-wrap img {
        min-width: 1200px;
    }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .container {
        padding: 0 50px;
        margin: 0 auto;
        min-width: 100% !important;
    }

    /*Slider*/
    .home-slider .slider-content img {
        max-width: 90vw;
        max-height: 104vh;
        padding: 50px 5vw 0;
    }

    .home-slider-sub {
        position: relative;
        overflow: hidden;
    }

    .home-slider-sub .slider-content-full {
        min-height: 10vh;
        max-height: auto;
    }

    .home-slider-sub .slider-content-flex {
        min-height: auto;
        height: auto;
    }

    .home-slider-sub .slider-content-full .container, .home-slider-sub .slider-content-flex .container {
        padding: 0 40px 0 40px;
    }

    /* Sub Page Carousel Gallery */
    .carousel-wrap-in {
        padding-bottom: 350px;
    }

    .top-title {
        padding: 35px 10% 20px;
    }

    /*.top-title h5 {font-size:.85em;line-height:2em}*/
    .carousel-wrap-in .carousel-indicators {
        display: inline-block !important;
        text-align: center;
    }

    .carousel-wrap-in .carousel-indicators li {
        display: inline-block !important;
    }

    .carousel-wrap-in .carousel-indicators li img {
        max-width: 66px;
    }

    /*Facilities */
    .facilities-thumbnails img {
        max-width: 64px;
    }

    /* Sub Page Top Navi */
    .sub-top-navi {
        padding-top: 10px;
        padding-bottom: 6px;
        text-align: center;
        background: rgba(120, 136, 128, .95);
    }

    .sub-top-navi a {
        font-size: 10px;
        letter-spacing: 1px;
        font-weight: 500;
    }

    .sub-top-navi.background-orange {
        background: rgba(215, 109, 72, .95);
    }

    .home-slider-sub .slider-content-flex.img-xl .container {
        padding: 0;
        margin: 0;
    }

    .site-padding{
        padding-bottom: 5rem!important;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    p {
        letter-spacing: 2px;
        font-size: .7em;
        line-height: 1.5em;
    }

    /* UL*/
    .ul-list-border.quarter li, .ul-list-full.half li, .ul-list-full.quarter li {
        width: 100%;
    }

    /* Modal */
    .modal-content {
        border-radius: 0px;
    }

    .title-float {
        top: -55px;
        font-size: 110px;
        right: 4%;
        display: none;
    }

    /*Form*/
    .form-control {
        padding: 3px 2px;
        height: 23px;
        line-height: 16px;
        font-size: 14px;
        letter-spacing: .7px;
    }

    /*Footer*/
    .footer-nav, .footer-nav p {
        font-size: 5px !important;
        letter-spacing: .8px;
    }

    /* FloatBtn */
    .slider-floatBtn {
        left: auto;
        right: 12%;
    }

    .btn-circle, .btn-circle img, .btn-circle .btn-circle-txt {
        width: 80px !important;
        height: 80px !important;
    }

    .btn-circle .btn-circle-txt {
        font-size: 7.4px;
        letter-spacing: .5px;
    }

    /*Slider*/
    .carousel-indicators {
        bottom: 75px;
    }
    
     .carousel-indicators-margin{
        margin-left: 0;
        margin-right: 0;
    }

    .carousel-wrap-types .carousel-indicators {
        bottom: -38px;
    }

    .carousel-indicators li {
        width: 4px;
        height: 4px;
        margin: 0 10px;
    }

    .home-slider .carousel .carousel-control-prev, .home-slider .carousel .carousel-control-next {
        display: none !important;
    }

    .slider-content-txt {
        max-width: 100vw;
        padding: 0 25px;
    }

    .slider-content-flex {
        position: relative !important;
        max-height: auto !important;
        height: auto !important;
    }

    .home-slider-sub .slider-content-flex .container img, .home-slider-sub .slider-content-flex.img-md .container img, .home-slider-sub .slider-content-flex.img-sm .container img {
        max-width: 100%;
        max-height: auto !important;
        padding: 0;
    }

    .home-slider-sub .slider-content-flex.img-xl .container img {
        padding-top: 70px;
    }

    .home-slider-sub .slider-content-full.no-sm-padding {
        top: 0px;
    }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /* Footer Texture */
    .footer-pic .footer-texture01 {
        max-width: 190px;
    }

    .footer-pic .footer-texture02 {
        max-width: 700px;
    }

    /* FloatBtn */
    .slider-floatBtn {
        left: auto;
        right: 4%;
    }

    .home-slider-sub .slider-content-flex .container img {
        max-width: 100% !important;
    }

    .top-title {
        padding: 0 0px 12px;
    }

    /*.top-title h5 {font-size:.6em;line-height:2em;}*/

}

@media (min-width: 1299.97px) {

}

@media (min-width: 1199.97px) {
    .modal-dialog.modal-full {
        min-width: 76.5%;
    }

    .wrap-spacing {
        padding: 0;
    }
}

@media (min-width: 991.98px) {

}

@media (min-width: 768px) {

}

.site-date{
    font-size: 12px;
}

.gallery-image img {
    height: 240px;
    object-fit: cover;
}
