@font-face {
    font-family: 'Lato';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('/system/fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url('/system/fonts/Lato-Black.ttf') format('truetype');
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #000;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.p-6 {
    padding-top: 4rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
    padding-bottom: 4rem !important;
}

.px-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.px-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

.pl-7 {
    padding-left: 6rem !important;
}

.pr-7 {
    padding-right: 6rem !important;
}

.btn-standard {
    border-radius: 0;
    font-size: 18px;
    min-width: 200px;
    font-weight: 900;
    -webkit-transition: .3s background-color ease-in-out;
    -o-transition: .3s background-color ease-in-out;
    transition: .3s background-color ease-in-out;
}

.themeGreen {
    background-color: #1b4033;
    color: #fff;
}

    .themeGreen:hover, .parentList .item:hover .themeGreen {
        background-color: #12182B;
        color: #fff;
    }

.themeWhite {
    color: #2e6b59;
    background-color: white;
}

    .themeWhite:hover {
        background-color: #12182B;
        color: #2e6b59;
    }

.themeBlue {
    color: #fff;
    background-color: #12182B;
}

    .themeBlue:hover {
        background-color: #2e6b59;
        color: #fff;
    }

#header {
    background: url('/images/header-bg.png') no-repeat right;
    background-color: #1b4033;
    padding: 15px 0;
}

    #header ul > li > a {
        color: #fff;
        font-size: 16px;
        display: block;
        padding: 5px 10px;
        font-weight: 900;
    }

    #header ul > li > ul {
        display: none;
    }

#animation {
    margin-bottom: 0;
    overflow: hidden;
    height: 400px;
}

    #animation .item {
        position: relative;
        height: 400px;
    }

        #animation .item .itemImage {
            max-width: none;
            height: 100%;
        }

    #animation .animationTextOuter {
        width: 720px;
        margin: 0 auto;
        position: absolute;
        top: 70%;
        left: 15px;
        right: 0;
        -webkit-transform: translate(0, -70%);
        -ms-transform: translate(0, -70%);
        transform: translate(0, -70%);
    }

    #animation .item .animationTextOuter .animationText {
        font-size: 28px;
        font-weight: 900;
        color: #fff;
        line-height: normal;
        margin-bottom: 20px;
    }

    #animation .animation-dots .slick-dots {
        text-align: left;
        bottom: 0;
        margin-left: -10px;
    }

        #animation .animation-dots .slick-dots li {
            text-align: left;
            margin: 0 10px;
            width: 15px;
            height: 15px;
        }

            #animation .animation-dots .slick-dots li button {
                width: 15px;
                height: 15px;
                padding: 0;
            }

                #animation .animation-dots .slick-dots li button:before {
                    content: "";
                    background-color: #fff;
                    border: 3px solid #fff;
                    border-radius: 50%;
                    opacity: 1;
                    width: 15px;
                    height: 15px;
                }

            #animation .animation-dots .slick-dots li.slick-active button:before {
                opacity: 1;
                background-color: #2e6b59;
            }

#theme {
    background-image: url('/images/theme-default.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

    #theme .d-flex {
        padding-top: 12%;
    }

    #theme h1 {
        color: #fff;
        font-weight: 900;
        text-align: center;
        margin-bottom: 0;
    }

.parentList .item .box {
    background-color: #F6F6F6;
    padding: 30px;
}

    .parentList .item .box h2,
    .parentList .item .box h4 {
        font-weight: 900;
    }

    .parentList .item .box h2 {
        font-size: 28px;
    }

        .parentList .item .box h2 a span {
            display: block;
            height: 64px;
            line-height: 32px;
            overflow: hidden;
        }

    .parentList .item .box h4 {
        font-size: 24px;
    }

        .parentList .item .box h2 a,
        .parentList .item .box h4 a {
            color: #2e6b59;
        }

            .parentList .item .box h4 a span {
                display: block;
                height: 60px;
                line-height: 30px;
                overflow: hidden;
            }

    .parentList .item .box .itemIntroduction {
        color: #2e6b59;
        font-size: 18px;
        line-height: 30px;
        height: 150px;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .parentList .item .box .itemIntroduction p {
            margin-bottom: 0;
        }

.newsLeft .introduction {
    font-weight: 900;
    color: #1b4033;
    font-size: 24px;
}

.mainImage, .thumbnails .item {
    cursor: pointer;
}

.box.green,
.sections .section {
    color: #fff;
    font-size: 20px;
}

    .sections .section h2 {
        font-weight: 900;
    }

    .sections .section:nth-child(odd) .box {
        background: rgb(18,24,43);
        background: -o-linear-gradient(57deg, rgba(18,24,43,1) 0%, rgba(34,47,91,1) 100%);
        background: linear-gradient(33deg, rgba(18,24,43,1) 0%, rgba(34,47,91,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#12182b",endColorstr="#222f5b",GradientType=1);
    }

    .box.green,
    .sections .section:nth-child(even) .box {
        background: rgb(46,107,89);
        background: -o-linear-gradient(57deg, rgba(46,107,89,1) 0%, rgba(27,64,51,1) 100%);
        background: linear-gradient(33deg, rgba(46,107,89,1) 0%, rgba(27,64,51,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e6b59",endColorstr="#1b4033",GradientType=1);
    }

    .sections .section:last-child p:first-of-type {
        font-size: 24px;
    }

    .sections .section:last-child img {
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
    }

.testimonial {
    font-size: 20px;
    color: #2e6b59;
}

    .testimonial hr {
        border-color: #2e6b59;
    }

    .testimonial p:last-of-type {
        font-size: 14px;
    }

.altList .item:nth-of-type(odd) {
    background: rgb(46,107,89);
    background: -o-linear-gradient(57deg, rgba(46,107,89,1) 0%, rgba(27,64,51,1) 100%);
    background: linear-gradient(33deg, rgba(46,107,89,1) 0%, rgba(27,64,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e6b59",endColorstr="#1b4033",GradientType=1);
}

.altList .item:nth-child(even) {
    background: rgb(18,24,43);
    background: -o-linear-gradient(57deg, rgba(18,24,43,1) 0%, rgba(34,47,91,1) 100%);
    background: linear-gradient(33deg, rgba(18,24,43,1) 0%, rgba(34,47,91,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#12182b",endColorstr="#222f5b",GradientType=1);
}

.altList .item h2 {
    color: #fff;
    font-weight: 900;
}

.altList .item .itemIntroduction {
    color: #fff;
    font-size: 24px;
}

.altList .item .itemImage {
    -o-object-fit: cover;
    object-fit: cover;
}

#companies h3 {
    color: #2e6b59;
}

#companies p {
    font-size: 20px;
}

#companies .companyList {
    margin-left: -25px;
    margin-right: -25px;
}

#logos .row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom:-30px;
}

#companies .item {
    padding: 25px;
}

#logos .item {
    padding: 0 15px 30px 15px;
}

.cta {
    background: rgb(46,107,89);
    background: -o-linear-gradient(57deg, rgba(46,107,89,1) 0%, rgba(27,64,51,1) 100%);
    background: linear-gradient(33deg, rgba(46,107,89,1) 0%, rgba(27,64,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e6b59",endColorstr="#1b4033",GradientType=1);
}

.cta {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
}

#news h3 {
    font-weight: 900;
}

    #news h3 a {
        color: #2e6b59;
    }

#news .partIntroduction {
    font-size: 18px;
}

#footer {
    background-color: #12182B;
    color: #fff;
    padding: 50px 0;
    line-height: 1.2;
}

    #footer .title {
        font-size: 20px;
    }

        #footer .title strong {
            font-weight: 900;
        }

    #footer ul > li {
        margin-bottom: 10px;
    }

        #footer ul > li > a {
            display: block;
        }

        #footer ul > li:hover > a,
        #footer ul > li > ul > li:hover a {
            color: #2e6b59 !important;
        }

    #footer a {
        color: #fff;
    }

    #footer .socials a {
        color: #12182B;
        margin-right: 5px;
    }

        #footer .socials a:hover {
            opacity: .8;
        }

        #footer .socials a .fab {
            padding: 5px;
            font-size: 16px;
            width: 25px;
            text-align: center;
            text-decoration: none;
            background-color: #fff;
            border-radius: 50%;
        }

@media (max-width:767px) {
    #header .navbar-brand img {
        max-width: 125px;
    }

    #header ul > li {
        margin: 5px 0;
    }

        #header ul > li > a {
            font-size: 18px;
        }

    #header .navbar-toggler {
        border-width: 0;
        outline: 0;
    }

    #header .animated-icon {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

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

        #header .animated-icon span {
            background: #fff;
        }

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

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

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

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

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

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

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

    #header .btn-close {
        position: absolute;
        left: 0;
        background: #2e6b59;
        padding: 20px;
        border: 0;
        top: 0;
        border-radius: 0;
    }

        #header .btn-close .animated-icon span {
            background: #fff;
        }

    #header .navbar-collapse {
        position: fixed;
        top: 0;
        left: 100%;
        padding: 15px 15px 15px 85px;
        width: 100%;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: block;
        height: 100%;
        z-index: 999;
    }

        #header .navbar-collapse.collapsing {
            height: 100% !important;
            margin-left: 50%;
            left: 50%;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        #header .navbar-collapse.show {
            left: 0;
        }

    #header .mob-bg {
        position: absolute;
        top: 0;
        left: 70px;
        right: 0;
        bottom: 0;
        background: #2e6b59;
        z-index: -1;
    }

    #header .contact {
        color: #fff;
        font-size: 18px;
    }

        #header .contact a {
            color: #fff;
        }
}

@media(min-width: 576px) {
    .cta .btn {
        min-width: 300px;
    }
}

@media(min-width: 768px) {
    #animation, #animation .item {
        height: 500px;
    }

        #animation .item .animationTextOuter .animationText {
            font-size: 40px;
        }
}

@media(min-width: 992px) {

    .p-lg-6 {
        padding-top: 4rem !important;
        padding-left: 4rem !important;
        padding-right: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-lg-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .pl-lg-7 {
        padding-left: 6rem !important;
    }

    .pr-lg-7 {
        padding-right: 6rem !important;
    }

    #header ul > li {
        position: relative;
    }

        #header ul > li > ul {
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #2e6b59;
            min-width: 150px;
            padding: 15px 0 0 0;
            list-style: none;
            z-index: 10;
        }

            #header ul > li > ul > li a {
                color: #fff;
                display: block;
                text-align: left;
                padding: 5px 15px;
                font-size: 15px;
            }

            #header ul > li > ul > li.active a, #header ul > li > ul > li:hover a {
                background-color: #12182B;
                border-radius: 0;
            }

        #header ul > li:hover ul {
            display: block;
        }

    #animation, #animation .item {
        height: 690px;
    }

        #animation .animationTextOuter {
            width: 960px;
            top: 60%;
            -webkit-transform: translate(0, -60%);
            -ms-transform: translate(0, -60%);
            transform: translate(0, -60%);
        }

    #theme {
        height: 550px;
    }

    .homeList .item h2 {
        width: 75%;
    }

    .sections .section:last-child p:first-of-type {
        font-size: 30px;
    }
}

@media(max-width:992px) {
    .parentList {
        margin-top: 0 !important;
    }
}

@media(min-width: 1200px) {
    #header {
        padding: 50px 0;
    }

    #animation, #animation .item {
        height: 850px;
    }

        #animation .animationTextOuter {
            width: 1140px;
        }

        #animation .item .animationTextOuter .animationText {
            font-size: 46px;
        }

        #animation .item .itemImage {
            height: auto;
            width: 100%;
        }

    .altList .item .itemText {
        max-width: 570px;
    }
}


.cookieLaw {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 500;
    color: White !important;
    font-size: 12px !important;
    background-color: #1b4033;
    padding: 5px;
    text-align: center;
    border-top: 3px white solid;
    display: none;
}

    .cookieLaw p {
        margin: 0;
        padding: 5px 0;
    }

#cookieDialog {
    font-size: 14px;
    display: none;
}