:root {
    --primary-color: #1d2952;
    --secondary-color: #eab419;
    --tertiary-color: #ee3532;
    --footer-bg-color: #28283F;
    --navigation-top-bg-color: #28283F;
    --text-primary-color: #fff;
    --text-secondary-color: #000;
    --text-tertiary-color: #1d2952;
    --text-quaternary-color: #ee3532;
    --font-size: 16px;
}


.justify-items-left {
    justify-items: left;
}


.logo {

    img {
        width: 200px;
    }
}

#scrollUp {
    bottom: 10px;
    right: 2%;
    left: unset;
    position: fixed;
    z-index: 99999999;
    background: rgba(246, 141, 46, .8);
    color: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: table;
    text-align: center;
    padding: 6px;
    font-size: 24px;
}


.justify-content-right {
    justify-content: right;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-left {
    justify-content: left;
}

.modal {
    z-index: 9999 !important;
}

.modal-backdrop {
    z-index: 9998 !important;
}

.flaot-right {
    float: right !important;
}

.flaot-left {
    float: left !important;
}

.scrolled {
    top: 0px !important;
}

.modal.fade .modal-dialog {
    transition: transform 0.5s ease-out, opacity 0.5s ease-out !important;
    transform: translate(0, -25%);
    opacity: 0;
}

.modal.fade.show .modal-dialog {
    transform: translate(0, 0);
    opacity: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

/* theme styles */

.font-family-1>* {
    font-family: "Playwrite AU QLD", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.font-family-2>* {
    font-family: "Playwrite AU QLD", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.font-family-3>* {
    font-family: "Playwrite AU QLD", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


.banner-carousel .content-box {
    position: relative;
    display: block;
    z-index: 5;
    width: 100%;
    max-width: 900px;
}

p {
    position: relative;
    font-family: 'Rubik', sans-serif;
    color: #3e3e3e;
    margin: 0px;
    transition: all 500ms ease;
}


.banner-carousel .content-box h2 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 65px;
    line-height: 76px;
    font-weight: 900;
    margin-bottom: 39px;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}


.page-main-title>h1,
.page-main-title>h2,
.page-main-title>h3,
.page-main-title>h4,
.page-main-title>h5,
.page-main-title>h6 {
    color: #004c44;
    font-weight: 800;
    padding-bottom: 15px;
    font-size: 50px;
}

.page-sub-title>h1,
.page-sub-title>h2,
.page-sub-title>h3,
.page-sub-title>h4,
.page-sub-title>h5,
.page-sub-title>h6 {
    color: #5e3614;
    font-weight: 800;
    padding-bottom: 24px;
    padding-top: 24px;
    padding-left: 20px;
    font-size: 40px;
    border-left: 6px solid #004c44;
    margin: 15px 0px 15px 20px;
}

.blog_details>h1,
.blog_details>h2,
.blog_details>h3,
.blog_details>h4,
.blog_details>h5,
.blog_details>h6 {
    color: #5e3614 !important;
    font-weight: 800;
    padding-bottom: 24px;
    padding-top: 24px;
    padding-left: 20px;
    font-size: 40px;
    border-left: 6px solid #004c44;
    margin: 15px 0px 15px 20px;
}

.about_description {
    p {
        padding: 12px 0px;
    }


    ul {
        list-style: none;
        padding: 0px;
        margin: 0px;

        li {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 26px;
            padding-left: 35px;
            color: #151c2c;
            margin-bottom: 14px;

            &:before {
                color: #f7bf39;
                position: absolute;
                content: '\f0a9';
                font-family: 'Font Awesome 5 Pro';
                left: 0px;
                top: 0px;
                font-size: 16px;
                font-weight: 700;
            }
        }
    }
}


.about_sub_description {
    p {
        padding: 12px 0px;
    }

    ul {
        list-style: none;
        padding: 0px;
        margin: 0px;

        li {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 26px;
            padding-left: 35px;
            color: #151c2c;
            margin-bottom: 14px;

            &:before {
                color: #f7bf39;
                position: absolute;
                content: '\f0a9';
                font-family: 'Font Awesome 5 Pro';
                left: 0px;
                top: 0px;
                font-size: 16px;
                font-weight: 700;
            }
        }
    }
}

.blog_details {
    p {
        padding: 12px 0px;
    }

    ul {
        list-style: none;
        padding: 0px;
        margin: 0px;

        li {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 26px;
            padding-left: 35px;
            color: #151c2c;
            margin-bottom: 14px;

            &:before {
                color: #f7bf39;
                position: absolute;
                content: '\f0a9';
                font-family: 'Font Awesome 5 Pro';
                left: 0px;
                top: 0px;
                font-size: 16px;
                font-weight: 700;
            }
        }
    }
}

#newsletterForm .error {
    color: red;
}


p {
    font-family: 'Source Sans 3', Helvetica, Arial, 'Nimbus Sans L', sans-serif;
    /* font-family: 'Rubik', sans-serif; */
    /* color: #3e3e3e; */
    color: #322c2a;
    font-size: 18px;
    line-height: 1.4;
}


#overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    --d: 22px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    color: #25b09b;
    box-shadow:
        calc(1 * var(--d)) calc(0 * var(--d)) 0 0,
        calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px,
        calc(0 * var(--d)) calc(1 * var(--d)) 0 2px,
        calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px,
        calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px,
        calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px,
        calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;
    animation: l27 1s infinite steps(8);
    position: relative;
    z-index: 99999;
}

@keyframes l27 {
    100% {
        transform: rotate(1turn);
    }
}

.gallery-block-one .inner-box:hover .overlay-content {
    bottom: 50px;
    opacity: 1;
    background-color: #000000a8;
    color: #fff !important;
}

.counter-block-one {
    .inner-box {
        position: relative;
        display: block;
        padding-left: 30px;

        .count_title {
            text-transform: uppercase;
            color: #fff;
            margin-top: 18px;
            font-size: 20px;
        }

        .count_caption {
            color: #99a0b0;
            font-size: 16px;
        }
    }
}

.cookie-consent-banner {
    background-color: #2c2c2c;
    color: white;
    font-size: 14px;
    padding: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.cookie-consent-banner button {
    background: #00aced;
    color: #fff;
    border: none;
    padding: 8px 16px;
    margin-left: 15px;
    cursor: pointer;
}


.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}


.loader {
    --d: 22px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    color: #25b09b;
    box-shadow:
        calc(1*var(--d)) calc(0*var(--d)) 0 0,
        calc(0.707*var(--d)) calc(0.707*var(--d)) 0 1px,
        calc(0*var(--d)) calc(1*var(--d)) 0 2px,
        calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px,
        calc(-1*var(--d)) calc(0*var(--d)) 0 4px,
        calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px,
        calc(0*var(--d)) calc(-1*var(--d)) 0 6px;
    animation: l27 1s infinite steps(8);
}

@keyframes l27 {
    100% {
        transform: rotate(1turn)
    }
}

.border-white {
    border-color: #fff !important;
}

.border-primary {
    border-color: #1eb2a6 !important;
}


.top-wrap {
    /* background: #0000001c !important; */
    background: #000000b5 !important;
    /* position: absolute; */
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 3;
    /* padding: 1.2em 0; */
    padding: 10px 0;
}

.ftco-navbar-light {
    /* background: #0657515e !important; */
    background: #ffffffb0 !important;
    /* position: absolute;     */
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0;
    box-shadow: 0px 6px 10px 0px #00000054;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #000 !important;
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #1eb2a6;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    box-shadow: 0px 0px 9px 0px #000;
    border: none;
}

.scroll-top:hover {
    background-color: #555;
    color: #fff;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}


.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    color: rgb(0 0 0 / 90%);
    &:hover{
        color: #1eb2a6;
    }
}

.hero-wrap .slider-text h1, .hero-wrap .slider-text p {
    padding: 30px 0 0;
}
/* end theme style */