 /* banner Gradients  */
 section article .position-relative .banner-gradient{
	background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(255, 0, 0, 0) 50%);
}

.btn-pad {
    padding: 0.75rem 2.5rem;
}

.banner-inner-content h1 {
    /* font-size: calc(50px + 29*(100vw - 768px)/832); */
}

/* banner button hover color */

.banner-inner-content .btn:hover{
    background-color: #424242!important;
    border-color: #696969!important;
    color: #fff!important;
}
.banner-inner-content .btn:not(.btn-outline-light):hover{
    background: #014880!important;
    color: #fff!important;
    background-color: #014880!important;
    border-color: #014880!important;
}

@media (min-width: 992px) { 
    .banner-inner-content{
        position: absolute;
        top: 0; 
        width: 75%;
    }
    .banner-inner-content h1{
        width: 50%;
        line-height: 100%;
    }
    .banner-inner-content h5{
        line-height: 100%;
    }
}

@media  (max-width: 576px ) { 
    .banner-inner-content .banner-btn-container{
        max-width: 100%;
        margin: auto;
    }
    .banner-inner-content .btn {
        /* font-size: 14px; */
        width: 190px;
    }
    .py-lg-max{
        padding-top: unset!important;
      }

      section article .banner-inner-content .--CORPORATEACON {
        /* font-size: 40px; */
      }

      .btn-pad {
        padding: 0.75rem 1rem;
        width: 250px !important;
    }

}

@media  (max-width: 992px ) { 
    .banner-inner-content{
        position: relative;
        background: black;
        /* text-align: center; */
    
    }
    .banner-inner-content .banner-btn-container{
        max-width: 70%;
        margin: auto;
    }

    .subtitle-font--mob h5{
        font-size: 18px !important;
        font-weight: 100 !important;
    }

}

@media (max-width: 1024px) {
    .banner-inner-content .btn {
        /* font-size: 14px; */
        width: 190px;
    }
}

@media (min-width: 1024px) {
    .banner-inner-content .py-lg-max {
        padding-top: 12% !important;
    }
    .banner-inner-content h1  {
        width: 75%;
    }
    .banner-inner-content h5  {
        width: 70%;
    }
}

@media (min-width: 1440px) {
    .banner-inner-content h1,
    .banner-inner-content h5  {
        width: 50%;
    }
}