

         /* 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: 10px;
    width: 206px;
    height: 46px;
}

/* 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;
}
.banner-inner-content .btn{
    margin-left: -10px;
}

.pt-lg-3 {
    padding-top: 10px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 20px !important;
    font-size: 32px;
    margin: 0;
}
.banner-inner-content{
    position: absolute;
    top: 0; 
    /* width: 75%; */
}
    .banner-inner-content h1 {
        /* width: 50% !important; */
        /* line-height: 71px !important; */
        font-size: calc(46px + 2*(100vw - 768px)/832);
        width: 80% !important;
        font-weight: 400;
    }
.banner-inner-content h5{
    line-height: 100%;
    font-size: 18px !important;
}
.banner-gradient {
    background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(255, 0, 0, 0) 70%);
}

@media (min-width: 1600px) {
    .banner-inner-content h1 {
        font-size: 64px !important;
    }
}

@media (max-width: 1200px) {
    .page-spacing {
        padding-left: 0 !important;
    }
    .banner-inner-content h1 {
        width: 100% !important;
        /* font-size: 5vw !important; */
    }
}
/* @media (min-width: 992px) {
    .banner-inner-content{
        position: absolute;
        top: 0;  */
        /* width: 75%; */
    /* } */
        /* .banner-inner-content h1 { */
            /* width: 50% !important; */
            /* line-height: 71px !important; */
            /* font-size: 4vw !important;
            width: 80%;
        }
    .banner-inner-content h5{
        line-height: 100%;
        font-size: 18px !important;
    }
} */

@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;
    }
    .top-cBox h1 {
        padding-left: 0;
    }
    .top-cBox p {
        padding-left: 0;
    }
    .subtitle-font--mob h5 {
        display: flex;
    }
    ol,ul{
        padding-left:40px;
    }
    .banner-inner-content h1 {
        margin: 0px 10px 10px;
        margin-left:-1px;
    }
}

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

    .subtitle-font--mob h5{
        font-size: 18px !important;
        padding-top: 23px !important;
        margin: 0px 10px 10px;
        font-weight: 100 !important;
    }
    .page-spacing  {
        width: 100% !important;
        margin: 0 1.5rem!important;
    }
    .banner-inner-content h1 {
        padding-bottom: 0 !important;
        font-size: 50px;
    }
    .banner-inner-content .btn {
        width: 100% !important;
        text-align: center;
    }
    .banner-inner-content h5  {
        margin: 0;
    }
    .button-banner {
        text-align: center !important;
    }
}
@media  (max-width: 992px ) { 
    .banner-inner-content h1 {
        font-size: 7vw;
    }

    .pt-lg-3 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media  (max-width: 420px ) { 
    .banner-inner-content h1 {
        font-size: 38px;
        margin: 0;
    }
}

@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: 100%;
        /* font-size: 75.15px; */
        /* line-height: 100px; */
    }
    .banner-inner-content h5  {
         width: 58% !important; 
        line-height: 1.3;
    }
}

@media (min-width: 1440px) {
    .banner-inner-content h1 {
        width: 100%;
        /* font-size: 81.15px; */
        /* line-height: 100px; */
        margin-top: 10%;
    }
    .banner-inner-content h5  {
        width: 65%;
        font-size: 26px;
    }

    .banner-inner-content h1 {
        margin-top: 0 !important;
    }
}