@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500;700&family=Manrope:wght@200;400;700&family=Roboto:wght@100;300;400;500&family=Raleway:wght@100;300;400;600;700&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');

/* 
font-family: 'Cormorant', serif;
font-family: 'Manrope', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Poppins', sans-serif;
*/


/*---------------------------Global */

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #2b2f49;
    line-height: 1.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
}

::selection {
    background-color: #80c6bb;
    color: #ffffff;
    text-shadow: none;
}

-webkit-::selection {
    background-color: #80c6bb;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background-color: #80c6bb;
    color: #ffffff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #80c6bb;
}

h1,
h2,
h3,
h4 {
    font-family: 'Poppins', sans-serif;
    ;
    color: #2b2f49;
    margin: 0;
}

a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    color: #80c6bb;
}

    a:hover {
        text-decoration: none;
        color: #3D486A;
    }

    a:focus {
        outline: none;
    }

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.text-morant {
    font-family: 'Cormorant', serif;
}

p,
li {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4em;
}

ul {
    list-style-type: none;
    margin-top: 1rem;
}

iframe {
    border: none;
}

.vh-80 {
    height: 80vh !important;
}

.table {
    color: #3D486A;
}

    .table a {
        font-weight: normal;
    }

.svg-inline--fa {
    color: #80c6bb;
}

.text-lred {
    color: #80c6bb;
}

.text-green {
    color: #031B18 !important;
}

.text-gold {
    color: #AB842A !important;
}

.text-lblue {
    color: #80c6bb !important;
}

.text-brown {
    color: #A67F78 !important;
}

.text-indigo {
    color: #2b2f49 !important;
}

.text-mint {
    color: #80c6bb !important;
}

.text-link {
    color: #A67F78;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 1.6rem;
}

    .text-link:hover {
        margin-left: 0.6rem;
    }

.table thead th {
    border-bottom: 1px solid #dee2e6;
}

.btn-common {
    background: #80c6bb;
    color: #fff;
    border: 1px solid #80c6bb;
    padding: 1rem 2rem;
    text-transform: uppercase;
    border-radius: 0px;
    /* box-shadow: 10px 10px 0px #16213D; */
    font-size: 24px;
}

    .btn-common:hover,
    .btn-common.active {
        background: transparent;
        color: #80c6bb;
        border: 1px solid #80c6bb;
        padding: 1rem 2rem;
        border-radius: 0px;
        box-shadow: none;
    }

.bg-green .btn-common:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 1rem 2rem;
}

.btn-common-box {
    background-color: #153D39;
    color: #fff;
    border: 1px solid #153D39;
    padding: 1.8rem 3rem;
    border-radius: 10px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    background-image: url(../img/play-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

    .btn-common-box:hover {
        background-color: #fff;
        color: #153D39;
        border: 1px solid #153D39;
        padding: 1.8rem 3rem;
        font-size: 1.2rem;
        line-height: 1.4rem
    }

.bg-light {
    background-color: #FAFAFA !important;
}

.bg-green {
    background-color: #031B18 !important;
}

.bg-grey {
    background-color: #435061;
}

.bg-lightbrown {
    background: rgba(166, 127, 120, 0.1);
}

.bg-dblue {
    background-color: #16213D;
}

.bg-lkblue {
    background-color: #80c6bb;
}

.bg-lblue {
    background-color: rgba(13, 27, 72, 0.1);
}

.bg-mint {
    background-color: #80c6bb;
}

.bg-beige {
    background-color: #F5F5F5;
}

.bg-indigo {
    background-color: #2b2f49;
}

.section-padding {
    padding: 4rem 0;
}

.section-header {
    font-family: 'Poppins', sans-serif;
    ;
    font-weight: bold;
    margin-bottom: 3rem;
    font-size: 2.2em;
    line-height: 1em;
}

.section-header-overlay::before {
    content: "";
    width: 150%;
    height: 100%;
    background-color: #2b2f49;
    position: absolute;
    z-index: -1;
    left: 0;
}

.section-header-overlay-r::before {
    content: "";
    width: 150%;
    height: 100%;
    background-color: #2b2f49;
    position: absolute;
    z-index: -1;
    right: 0;
}

.hover-filter:hover {
    filter: brightness(20);
}


/*
.section-header::before {
    content: "|";
    color: #AB842A;
    position: absolute;
    font-size: 3rem;
    margin-left: -30px;
}
*/

.blue-shadow {
    box-shadow: 1.2rem 1.2rem 0rem #16213D !important;
}

.lblue-shadow {
    box-shadow: -10px 10px 0px rgba(13, 27, 72, 0.25);
}

.play-shadow {
    box-shadow: 1.2rem 1.2rem 0rem #16213D !important;
}

.section-header-inner {
    font-weight: normal;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.section-sub-header {
    font-family: 'Poppins', sans-serif;
    color: #3D486A;
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
    line-height: 1.2;
    font-weight: 300;
}

.list-style-column {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.list-group-item {
    padding-left: 0;
    border-bottom: none;
    background-color: transparent;
}

.label-custom {
    display: inline-block;
    color: #80c6bb;
    font-weight: bold;
}

.custom-icon {
    width: 50px;
    height: 50px;
}

.table td,
.table th {
    border: 1px solid #80c6bb;
    border-top: none;
    border-right: none;
    padding: 1.2rem;
}

.table thead th {
    border-bottom: 1px solid #80c6bb;
}

tr td:first-child,
tr th:first-child {
    border-left: none;
}

table tr:last-child td,
tbody tr:last-child th:first-child {
    border-bottom: none;
}

.rotate-on {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: right;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: right;
    -o-transform: rotate(-90deg);
    -o-transform-origin: right;
    transform: rotate(-90deg);
    transform-origin: 10px;
}

.no-wrap {
    white-space: nowrap;
}

.logo-area {
    padding-top: 1rem;
    margin-bottom: 1rem;
}

.logo-area-home {
    margin-top: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    position: absolute;
    z-index: 1;
}

.border-right-custom {
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 3rem 2rem;
}

.img-fit {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.img-fit-promo {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.shadow-inner {
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .25);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .25);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .25);
}

.border-bottom-custom .list-group-item {
    border-bottom: 1px solid #80c6bb !important;
}


/*---------------------------Page Title */

.page-title-header {
    font-size: 4em;
    color: #A67F78;
    font-weight: normal;
}

.page-title-area {
    border-bottom: 1px solid #80c6bb;
}

.page-title {
    padding: 0rem 0 2rem 0;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: bold;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding-left: 0;
}


/*---------------------------Banner Area */

.banner-overlay {
    background-image: url(../img/overlay-2.png);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: right center;
}

.banner-overlay-l {
    background-image: url(../img/overlay-2.png);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: -100% center;
}

.banner-area .hover-filter {
    width: 7em;
    height: 7em;
}

.swiper-pagination-bullet {
    background: #16213D !important;
}

.square-overlay-t-r {
    background: rgba(13, 27, 72, 0.05);
    position: absolute;
    width: 18rem;
    height: 10rem;
    right: 0;
    top: 0;
    z-index: -1;
}

.square-overlay-b-r {
    background: rgba(13, 27, 72, 0.05);
    position: absolute;
    width: 10rem;
    height: 10rem;
    right: 0;
    z-index: -1;
}

.square-overlay-l {
    background: rgba(13, 27, 72, 0.05);
    position: absolute;
    width: 7rem;
    height: 20rem;
    left: 0rem !important;
    z-index: -1;
}

.square-overlay-r {
    background: rgba(13, 27, 72, 0.05);
    position: absolute;
    width: 10rem;
    height: 20rem;
    right: 0;
    z-index: -1;
}

.banner-bg {
    min-height: 600px;
}

.banner-bg-mobile {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.banner-header {
    font-size: 3em;
    color: #2b2f49;
    font-weight: bold !important;
    line-height: 0.8em;
    margin-bottom: 30px;
}

.banner-sub-header {
    font-family: 'Cormorant', serif;
    color: #2b2f49;
    font-size: 1.4em;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-weight: 500 !important;
}

.banner-area p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.banner-text p {
    color: #2b2f49;
}

.banner-image img {
    min-height: 600px;
    object-fit: cover;
    width: 100%;
}

.banner-button {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/play-icon.png) rgba(59, 66, 73, 0.8) no-repeat;
    background-size: contain;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4rem;
    border-radius: 10px;
    padding: 1rem 2rem;
}

    .banner-button:hover {
        color: #fff;
    }

.play-button {
    position: absolute;
    width: 100px;
    height: 100px;
    opacity: 0.9;
}


/*---------------------------carousel */

.owl-carousel .owl-item img {
    object-fit: cover;
    height: 500px;
}

.owl-theme .owl-dots .owl-dot {
    color: #A67F78 !important;
}

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #80c6bb;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 60px;
        height: 5px;
        margin: 5px 7px;
    }


/*---------------------------overlay bg */

.contact-frame {
    border: 5px solid #A67F78;
}

.frame-bg,
.frame-bg2 {
    width: 90% !important;
    text-align: center;
    margin-bottom: 1rem;
}

    .frame-bg img,
    .frame-bg2 img {
        object-fit: cover;
        min-height: 400px;
    }

.bg-blue-overlay::before {
    content: "";
    background: linear-gradient(270deg, rgba(11, 23, 60, 1) 53%, rgba(255, 255, 255, 0) 53%);
    position: absolute;
    right: 0;
    width: 50%;
    height: 50%;
    opacity: 0.4;
}


/*
.frame-bg::before,
.frame-bg2::before {
    content: "";
    background: #fff;
    border: 5px solid #A67F78;
    position: absolute;
    top: auto;
    right: auto;
    display: block;
    height: inherit;
    width: 80%;
    z-index: -1;
    margin: 6% 10%;
        transform: skewX(286deg);
    transform-origin: left;
}
*/

.dots-bg-green::before {
    content: "";
    background: url(../img/dots-bg-green.png) no-repeat;
    background-size: contain;
    position: absolute;
    opacity: 0.6;
    top: 0;
    right: 0;
    display: block;
    height: 428px;
    width: 400px;
    z-index: -1;
}

.dots-bg-green-2::before {
    content: "";
    background: url(../img/dots-bg-green-2.png) no-repeat;
    background-size: auto;
    position: absolute;
    opacity: 0.6;
    right: 0px;
    display: block;
    height: 70px;
    width: 255px;
    z-index: 0;
}

.dots-bg-green-3::before {
    content: "";
    background: url(../img/dots-bg-green-2.png) no-repeat;
    background-size: inherit;
    position: absolute;
    opacity: 0.6;
    left: 0;
    display: block;
    height: 100px;
    width: 200px;
    z-index: -1;
}

.dots-bg-green-4::before {
    content: "";
    background: url(../img/dots-bg-green.png) no-repeat center bottom;
    position: absolute;
    background-size: cover;
    display: block;
    right: 0%;
    opacity: 0.6;
    z-index: 0;
    height: 100px;
    width: 400px;
}

.dots-bg-white::before {
    content: "";
    background: url(../img/dots-bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    opacity: 0.6;
    left: -350px;
    display: block;
    height: 428px;
    width: 400px;
    z-index: 0;
}


/*---------------------------plan area */

.plan-tabs .button-group button, .gallery-tab .button-group button {
    border: none !important;
    border-right: 1px solid #80c6bb !important;
    color: #16213D;
    background-color: transparent;
    margin: 10px 0 10px !important;
    font-size: 18px;
    padding: 1rem 1.4rem;
}

    .plan-tabs .button-group button:last-child {
        border-right: none !important;
    }

.gallery-tab .button-group button,
.units-area .button-group button {
    color: #16213D;
    background-color: transparent;
}

    .gallery-tab .button-group button:hover,
    .gallery-tab .button-group button.active,
    .units-area .button-group button.active {
        border: 1px solid #80c6bb;
        background-color: #80c6bb;
        color: #fff;
    }

.gallery-tab .grid .our-project .img a:hover img,
.units-area .grid .our-project .img a:hover img,
a:hover img {
    filter: brightness(.8);
}

.gallery-image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.gallery-image-featured img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    margin-bottom: 30px;
}

.gallery-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0.8;
}

.plan-area .button-group button {
    font-size: 1rem;
    margin: 5px;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}

.plan-area .img img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}


/* units */

.units-title {
    color: #80c6bb;
    margin: 1rem 0;
    font-size: 1.4rem;
}

.unit-item {
    background-color: #fff;
    border: 1px solid #F3F3FA;
    box-shadow: 0px 4px 20px rgba(71, 100, 195, 0.1);
}

.units-table table td:hover {
    background-color: #80c6bb;
}

    .units-table table td:hover a {
        color: #fff !important;
    }


/* location */

.location-image img {
    min-height: 500px;
    object-fit: cover;
}

.location-image::before {
    content: "";
    background: url(../img/pin-icon.png) no-repeat center bottom;
    position: absolute;
    display: block;
    top: 20%;
    left: 5%;
    opacity: 1;
    z-index: 0;
    height: 70px;
    width: 70px;
    background-size: cover;
}

.location-image::after {
    content: "";
    background: url(../img/map-icon.png) no-repeat center bottom;
    position: absolute;
    display: block;
    bottom: 20%;
    right: 5%;
    opacity: 1;
    z-index: 0;
    height: 70px;
    width: 70px;
    background-size: cover;
}


/*---------------------------Facilities area */

.custom-check-list li:before {
    /*content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%2380c6bb' class='bi bi-check2-square' viewBox='0 0 16 16'%3E%3Cpath d='M3 14.5A1.5 1.5 0 0 1 1.5 13V3A1.5 1.5 0 0 1 3 1.5h8a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V8a.5.5 0 0 1 1 0v5a1.5 1.5 0 0 1-1.5 1.5H3z'/%3E%3Cpath d='m8.354 10.354 7-7a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: -1.3em;
    margin-bottom: -0.4em;
    color: #80c6bb;
    width: 2.2em;
    height: 1.8em;
*/
}


/*---------------------------Contact Form */

.contact-area {
    border-top: 1px solid #80c6bb;
}

.appointment-area .section-header {
    font-size: 2.6rem;
    font-weight: 500 i !important;
}

.appointment-area .section-sub-header {
    font-size: 1.6rem;
}

.contact-bg {
    background: url(../img/contact-bg.png) no-repeat no-repeat 0% 100%;
    background-size: 80%;
}

.form-control {
    border-radius: 0;
}

.contact-text {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 400px;
}

    .contact-text p {
        font-size: 0.8em;
        margin-bottom: 5px;
        word-break: break-all;
    }


/*---------------------------Footer */

.footer-area .list-group-item {
    border: none;
    background-color: transparent;
    padding-left: 0px;
    padding: .5rem 0rem;
}

.footer-area {
    color: #16213D;
    margin-right: 50px;
}

    .footer-area .svg-inline--fa {
        font-size: 1.4em;
        background: #80c6bb;
        padding: 10px;
        width: 40px;
        height: 40px;
        color: #fff;
    }

    .footer-area p,
    .footer-area h3 {
        margin-bottom: 0rem;
        color: #fff;
    }

    .footer-area a {
        color: #fff;
    }

        .footer-area a:hover {
            color: #80c6bb;
        }

    .footer-area .footer-title {
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-weight: 700;
        margin-bottom: 1rem;
    }

.copyright-text {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

    .copyright-text p {
        font-size: 0.9rem;
        color: #16213D;
        margin-bottom: 0;
    }

.footer-area .copyright-text a {
    font-size: 0.9rem;
    color: #16213D;
}

.copyright {
    margin-right: 50px;
}


/*---------------------------Scroll Up */

a.back-to-top {
    display: none;
    position: fixed;
    top: 36%;
    right: 0px;
    text-decoration: none;
    z-index: 1;
}


    /*
a.back-to-top svg {
    display: block;
    font-size: 18px;
    width: 50px !important;
    height: 50px;
    padding: 10px;
    opacity: 0.8;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
   background-color: #16213D;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)  */

    a.back-to-top:hover,
    a.back-to-top:focus {
        text-decoration: none
    }


/*---------------------------Fixed Contact */

.rotate-this {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: left;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: left;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: left;
    -o-transform: rotate(-90deg);
    -o-transform-origin: left;
    transform: rotate(-90deg);
    transform-origin: left;
}

.rotate-this-r {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right 40px;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: right 40px;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: right 40px;
    -o-transform: rotate(-90deg);
    -o-transform-origin: right 40px;
    transform: rotate(-90deg);
    transform-origin: right 40px;
}

.rotate-this-l p {
    font-size: 22px;
}

.rotate-back {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.stickies {
    right: 5px;
    top: 5%;
    width: auto;
    opacity: 0.9;
    white-space: nowrap;
    z-index: 1;
}

.sticky-inner {
    text-align: center;
}

.sticky-icons {
    position: fixed;
    width: 65px;
    height: auto;
    right: 0px;
    bottom: 100px;
    z-index: 9999;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background: #435061;
    padding: 1rem 0 1rem 0.4rem;
    opacity: 0.9;
}

.stickies i {
    font-size: 30px;
    color: #80c6bb;
}

.sticky-icons .btn-main {
    width: 60px;
    height: 60px;
    right: 50%;
    margin-right: -22px;
    z-index: 9;
}

.sticky-icons .btn-sub {
    font-size: 20px;
    bottom: 0;
    z-index: 8;
    -webkit-transition: all 2s;
    transition: all 0.5s;
    padding: 0.3rem;
}

.sticky-icons.active .btn-sub:last-child {
    margin-bottom: 0rem;
}

.sticky-icons.active .btn-sub:nth-child(2) {
    bottom: 75px;
}

.sticky-icons.active .btn-sub:nth-child(3) {
    bottom: 150px;
}

.sticky-icons.active .btn-sub:nth-child(4) {
    bottom: 225px;
    margin-bottom: 0;
}

.sticky-icons.active .btn-sub:nth-child(5) {
    bottom: 300px;
}


/*
.textF,
.wechatF,
.whatsappF,
.emailF,
.phoneF {
    background-color: #3B4249;
    color: #fff;
}
 */

.wechatF:hover,
.wechatF {
    color: #9DE60B;
}

.whatsappF:hover,
.whatsappF {
    color: #25D366;
}

.emailF:hover {
    color: #fff;
}

.phoneF:hover {
    color: #fff;
}

.btn-sub {
    margin-bottom: 0.8rem;
    padding: .3rem;
}


/*---------------------------topbar desktop */

.top-bar {
    color: #fff;
}

    .top-bar a {
        color: #fff;
        white-space: nowrap;
    }

    .top-bar .svg-inline--fa {
        color: #fff;
    }


/*---------------------------navigation desktop */


/*---------------------------navigation mobile */


/*---------------------------side menu*/


/*---------------------------form checkbox*/

.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .check-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.check-container:hover input ~ .checkmark {
    background-color: rgb(13, 27, 72, 25%);
}

.check-container input:checked ~ .checkmark {
    background-color: rgb(13, 27, 72, 25%);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-container input:checked ~ .checkmark:after {
    display: block;
}

.check-container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*  Loader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(22, 33, 61, 0.8);
    z-index: 9999999
}

.cssload-thecube {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

    .cssload-thecube .cssload-cube {
        position: relative;
    }

    .cssload-thecube .cssload-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
    }

        .cssload-thecube .cssload-cube:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #A67F78;
            animation: cssload-fold-thecube 2.76s infinite linear both;
            -o-animation: cssload-fold-thecube 2.76s infinite linear both;
            -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
            -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
            -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
            transform-origin: 100% 100%;
            -o-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            -webkit-transform-origin: 100% 100%;
            -moz-transform-origin: 100% 100%;
        }

    .cssload-thecube .cssload-c2:before {
        background-color: #ad9793;
        animation-delay: 0.35s;
        -o-animation-delay: 0.35s;
        -ms-animation-delay: 0.35s;
        -webkit-animation-delay: 0.35s;
        -moz-animation-delay: 0.35s;
    }

    .cssload-thecube .cssload-c3:before {
        background-color: #3D486A;
        animation-delay: 0.69s;
        -o-animation-delay: 0.69s;
        -ms-animation-delay: 0.69s;
        -webkit-animation-delay: 0.69s;
        -moz-animation-delay: 0.69s;
    }

    .cssload-thecube .cssload-c4:before {
        background-color: #656e88;
        animation-delay: 1.04s;
        -o-animation-delay: 1.04s;
        -ms-animation-delay: 1.04s;
        -webkit-animation-delay: 1.04s;
        -moz-animation-delay: 1.04s;
    }

@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}


/*  Slider 

.swiper-container {
      width: 100%;
      height: 400px;
    
    }

.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: calc(100% / 2);
        width: 250px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
*/

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 500px;
    height: 500px;
}

    .swiper-slide img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }


/*  details */

.details-area h3 {
    font-size: 20px;
}

.details-label {
    font-size: 16px;
    line-height: 1.6rem;
    word-break: break-word;
}

.detail-fact-sheet {
    font-weight: bold;
    font-size: 0.8em;
}

.fancybox-thumbs__list a {
    height: 100px;
    width: 100%;
    max-width: 100%;
}


/*------------------------------------Header */

.site-main {
    margin-right: 50px;
}

.header {
    background-color: transparent;
    width: 50px;
    z-index: 10;
    padding: 10px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.brand {
    float: left;
    margin-right: 1rem;
    white-space: nowrap;
    font-size: 1.5rem;
    text-transform: uppercase;
}

    .brand a {
        color: inherit;
        text-decoration: none;
    }

.nav-toggle-btn {
    background: none;
    border: none;
    padding: .6rem 0;
    margin: 0.8rem 0 0 0;
    border-radius: 0;
    outline: none;
    float: right;
    position: relative;
    z-index: 999;
    font-weight: bold;
    text-transform: uppercase;
    color: inherit;
}

    .nav-toggle-btn:hover {
        color: #b11d11;
    }

    .nav-toggle-btn:focus {
        outline: none;
    }

.nav-toggle {
    display: block;
    width: 32px;
}

    .nav-toggle .stick {
        display: block;
        width: 100%;
        height: 2px;
        background: #2b2f49;
        transition: all .3s;
        position: relative;
    }

        .nav-toggle .stick + .stick {
            margin-top: 9px;
        }

.body-menu-opened .nav-toggle .stick-1 {
    animation: ease .5s top forwards;
}

.nav-toggle .stick-1 {
    animation: ease .5s top-2 forwards;
}

.body-menu-opened .nav-toggle .stick-2 {
    animation: ease .5s bottom forwards;
}

.nav-toggle .stick-2 {
    animation: ease .5s bottom-2 forwards;
}

@keyframes top {
    0% {
        top: 0;
        transform: rotate(0);
    }

    50% {
        top: 6px;
        transform: rotate(0);
    }

    100% {
        top: 6px;
        transform: rotate(45deg);
    }
}

@keyframes top-2 {
    0% {
        top: 6px;
        transform: rotate(45deg);
    }

    50% {
        top: 6px;
        transform: rotate(0deg);
    }

    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        transform: rotate(0);
    }

    50% {
        bottom: 6px;
        transform: rotate(0);
    }

    100% {
        bottom: 6px;
        transform: rotate(135deg);
    }
}

@keyframes bottom-2 {
    0% {
        bottom: 6px;
        transform: rotate(135deg);
    }

    50% {
        bottom: 6px;
        transform: rotate(0);
    }

    100% {
        bottom: 0;
        transform: rotate(0);
    }
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    background: #ffffff;
    max-width: 100%;
    width: 100%;
    padding: 3rem 4rem;
    display: flex;
    flex-direction: column;
    transition: transform .4s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.body-menu-opened .menu {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.hide-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    background: rgba(0, 0, 0, .65);
    z-index: 990;
}

.body-menu-opened .hide-menu {
    bottom: 0;
}

@media (min-width: 576px) {
    .menu {
        width: 27.5rem;
    }
}

.menu .menu-main,
.menu .social,
.menu .menu-footer {
    opacity: 0;
    transform: translateY(3rem);
    transition: all .5s ease-in-out;
}

.menu .menu-main {
    transition-delay: .4s;
}

.menu .social {
    transition-delay: .6s;
}

.menu .menu-footer {
    transition-delay: .8s;
}

.body-menu-opened .menu .menu-main,
.body-menu-opened .menu .social,
.body-menu-opened .menu .menu-footer {
    opacity: 1;
    transform: translateY(0);
}

.menu-main #menu-inner li ul {
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    opacity: 0.9;
    padding-left: 15px;
}

    .menu-main #menu-inner li ul li {
        margin-bottom: 1.2rem;
    }

.menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1.375rem;
    font-weight: bold;
    margin-top: 4rem;
}

.menu-inner {
    margin-top: 60px;
}

.menu-main > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .menu-main > ul > li {
        margin-bottom: 1.2rem;
        padding-left: 2px;
    }

.menu-main a,
.menu-main a:hover {
    color: #1f2044;
    text-decoration: none;
}

    .menu-main .active > a,
    .menu-main a:hover {
        color: #80c6bb;
    }

    .menu-main a:before {
        content: "#";
        opacity: 0;
        display: inline-block;
        transform: translate(2rem, 0);
        transition: all .3s ease-in-out;
    }

.menu-main .active a:before {
    transform: translate(0, 0);
    opacity: 1;
}

.menu-footer {
    padding-top: 3rem;
}

.menu-copyright {
    margin-top: 2rem;
    font-size: .9rem;
}

.menu-bar-socials {
    position: absolute;
    bottom: 80px;
    left: 0;
    padding-top: 10px;
    z-index: 999;
}

    .menu-bar-socials svg {
        color: #2b2f49;
        font-size: 1.6rem;
        display: inline-block;
    }
