
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #38b44a !important;
    background: hsl(129, 69%, 66%) !important;

}

.custom-control-label::before {
    color: #fff;

    background: #c4c5c5 !important;
}

.custom-control-label::after {
    color: #fff;

    background: #444343 !important;
}


/* img-header */

.cont-hero-group{
    position: relative;
    height: 80vh;
    width: 100%;
    overflow: hidden;
}


.img-hero-group{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
}



.cont-text-hero-img{
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; text-align: center;
}

.container-fluid{
    background-color: white!important;
    background: white!important;
}

.cont-info-item{
    height:300px;border:0;border-radius:0;background:#f4f4f4;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.overlay .text-white {
    margin: 0 auto;
    width: 80%;
}

.additional-text {
    display: none;
}

.img-bank{
    min-height:80px;max-height:80px;
}

/* inline-extracted */

.corporate-hero-title{
    font-size: 40px;
    font-weight: 300;
    font-family: Cinzel Decorative;
}

.corporate-cinzel-center{
    font-family: Cinzel Decorative;
    text-align: center;
}

.corporate-cinzel{
    font-family: Cinzel Decorative;
}

.corporate-hidden{
    display: none;
}

.corporate-hr-narrow{
    max-width: 200px;
}

.corporate-btn-full{
    width: 100%;
}
