section {
    display: block;
}

.home-banner {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(0deg, #F08F34 0%, #FFFFFF 100%);
    opacity: 0.5;
    z-index: 0;
}

.home-banner-background {
    position: relative;
    background-image: url("/img/nt-dark-map.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    z-index: 0;
}

.banner {
    padding-top: 50px;
    padding-bottom: 50px;
}


@media (min-width: 1200px) {

    .banner {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

.banner-image {
    opacity: 0.9;
}

.banner-container {
    position: relative;
}

.banner-title {
    color: #ffffff;
    font-size: 58px;
    font-weight: 700;
    font-family: 'Ubuntu',sans-serif;
    opacity: 0.9;
    padding: 20px 0px 10px 0px;
}

.banner-subtitle {
    color: #ffffff;
    font-family: "Lato", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 1.4px;
    opacity: 0.9
}

.button-container {
    position: relative;
    height: 100%;
    padding: 30px 20px 50px 20px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 35px 35px 35px 35px;
}

.button-settings {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 1.5rem;
    background-color: #EE7D11;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    border-radius: 35px 35px 35px 35px;
    opacity: 0.9;
}

    .button-settings:hover {
        color: #EE7D11;
        background-color: #FFFFFF;
    }

.statistic-banner-background {
    background-color: rgba(248, 248, 248, 1);
}

.statistic-box {
    padding: 0px 40px 0px 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}

.statistic-box-leftborder {
    border-right: 1px solid rgba(191, 191, 191, 1.0);
    width: 100%
}

.statistic-box-title {
    font-size: 50px;
    font-weight: 400;
}

.statistic-box-subtitle {
    color: rgba(238, 125, 17, 1.0);
    min-height: 50px;
}

@media (max-width: 991px) {
    .statistic-box {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .statistic-box-subtitle {
        min-height: 80px;
    }
}

@media (max-width: 575px) {
    .statistic-box {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .statistic-box-leftborder {
        border-right: 0px;
    }

    .statistic-box-subtitle {
        min-height: 20px;
    }
}

.information1-banner {
    padding: 80px 0px 80px 0px;
    position: relative;
}

.information1-image {
    width: 100%;
}

@media (max-width: 991px) {
    .information1-banner {
        padding: 40px 0px 40px 0px;
    }
}

@media (max-width: 575px) {
    .information1-banner {
        padding: 20px 0px 20px 0px;
    }
}

.information2-banner {
    background-color: rgba(248, 248, 248, 1);
    padding: 80px 0px 80px 0px;
    position: relative;
}

@media (max-width: 991px) {
    .information2-banner {
        padding: 40px 0px 40px 0px;
    }
}

@media (max-width: 575px) {
    .information2-banner {
        padding: 20px 0px 20px 0px;
    }
}

.information3-banner {
    padding: 80px 0px 80px 0px;
    height: 590px;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url(/img/man-wearing-white-hard-hat-holding-2-way-radio-1078879.jpg);
    background-position: center center;
    background-size: cover;
    background-blend-mode: soft-light;
    transition: .5s ease;
}

.information3-banner-overlay {
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.information3-content-title {
    color: rgb(238, 125, 17);
    font-weight: 700;
}

.information3-content {
    position: relative;
}

.information3-content-item {
    padding-left: 0px;
    line-height: 1.9em;
}

@media (max-width: 991px) {
    .information3-banner {
        padding: 20px 0px 20px 0px;
        height: 470px;
    }
}

@media (max-width: 575px) {
    .information3-banner {
        padding: 10px 0px 0px 0px;
        height: 560px;
    }
}
