/* SECTION 1 - banner */

section.banner {
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url() #00000071 no-repeat center center / cover;
    padding: 100px 30px;
    margin-top: -100px;
}

section.banner ._spacer {
    display: none;
}

section.banner .row._custom .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

section.banner .row._custom .content figure.image {
    width: 100%;
    height: 100%;
}

section.banner .row._custom .content figure.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.banner .row._custom figure.image {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

section.banner .row._custom figure.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.banner .row._custom figure.image:last-child {
    margin-bottom: 0;
}

section.banner .row._custom {
    margin-bottom: 60px;
}

section.banner .row._custom:last-child {
    margin-bottom: 0;
}

section.banner .header {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

section.banner .header h2 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}

section.banner .header p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
}

section.banner .inner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

section.banner .inner-content a {
    color: var(--ColorType1);
    font-family: "Roboto", sans-serif Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-decoration-line: underline;
}

section.banner .content-banner-header {
    border-radius: 20px;
    min-height: 672px;
}

section.banner .content-banner-header .content-box {
    width: 100%;
}

section.banner .sub-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.banner .sub-header h2 {
    margin-bottom: 20px;
}

section.banner .sub-header span {
    color: var(--ColorType1);
}

section.banner .image-banner {
    display: none !important;
}

section.banner .image-banner img {
    border-radius: 20px;
}

section.banner .inner-content p {
    margin-bottom: 0;
}

section.banner .row._custom .header {
    align-items: start;
}

@media(max-width: 1199px) {
    section.banner .row._custom .content figure.image {
        margin-bottom: 30px;
    }
    section.banner .row._custom {
        margin-bottom: 70px;
    }
    section.banner .header {
        max-width: 98%;
        align-items: start;
    }
    section.banner .inner-content p {
        margin-bottom: 0;
    }
    section.banner .image-banner.large {
        display: block !important;
        height: 380px;
        width: 100%;
        max-height: 100%;
    }
    section.banner .image-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: none;
    }
    section.banner .image-banner {
        display: block !important;
        height: 380px;
        width: 50%;
    }
}

@media(max-width: 991px) {
    section.banner .content-banner-header {
        min-height: auto;
    }
    section.banner .content-banner-header {
        background: url('') no-repeat center center / cover;
    }
    section.banner .image-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    section.banner .image-banner.large {
        display: block !important;
        margin-bottom: 0;
    }
}

@media(max-width: 767px) {
    section.banner .row._custom .content {
        align-items: center !important;
    }
    section.banner .row._custom .content h2 {
        text-align: center;
    }
    section.banner .row._custom {
        margin-bottom: 50px;
    }
    section.banner .header h1,
    section.banner .inner-content p {
        text-align: center;
    }
    section.banner .achievements div .inner-content p {
        max-width: 100%;
    }
    section.banner .image-banner {
        width: 100%;
    }
    section.banner .achievements .box-1 {
        width: 100%;
        height: 100%;
    }
    section.banner .achievements .box-2 {
        width: 100%;
        height: 100%;
    }
    section.banner .achievements .box-3 {
        width: 100%;
        height: 100%;
    }
    section.banner .achievements div .inner-content {
        height: 175px
    }
}

@media(max-width: 575px) {
    section.banner .custom {
        margin-bottom: 40px;
    }
}

.fadeInUp {
    animation-name: fadeInUp
}