.header-z-index{
    z-index: 199 !important;
}



/*-=====format banner section ===========*/
@media (min-width: 992px) {
.banner-a .banner__text-wrapper {
   /* border-radius: 20px;
    background-color: rgba(210,210,210,0.2); */
    margin-top: 10%;
}
.section__bg--dark-2 .section--dark .banner-a .banner__image-overlay, .section__bg--dark-2 .section--dark .banner-a .banner__video-overlay {
    background-image: linear-gradient(rgba(0.0,0,0.6),transparent, transparent);
}
    .banner-a .banner__subtitle {
        font-size: 2rem;
        line-height: 2rem;
        text-shadow: 1px 1px gray;
    }
}

@media (min-width: 992px) {
    .banner-a .banner__title {
        line-height: 3rem;
        text-shadow: 1px 1px gray;
    }
}
.container-fluid .banner-a .banner__text-wrapper {
    max-width: 800px;
}
@media (min-width: 992px) {
  .cta__button {
        max-width: 300px;
    }
}
