/* .banner-gradient{
  display: inline-block;
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(255, 0, 0, 0) 50%);
}
.banner-gradient img{
  position:relative;
  display:block;
  z-index:-1;
}

@media only screen and (max-width: 991.98px) {
  .bg-color {
    position: relative;
    background-color: black;
    z-index: -2;
  }
  .banner-gradient{
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(255, 0, 0, 0) 50%);
  }
} */

/* From banner.css */
 /* 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-family: CorpoATitleCon;
    font-size: calc(38px + 19*(100vw - 768px)/832);
}

.section-Highlights p {
    font-family: "Corpo S Text Office";
    font-size: 18px;
    color: #767676;
}

.section-Highlights h1 {
    font-family: CorpoATitleCon;
    font-size: calc(38px + 7*(100vw - 768px)/832);
    color: #333;
}

.content-carousel h1 {
    width: 28vw;
}

.content-carousel p {
    width: 30vw;
}

.content-carousel .content-slide-carousel .image-carousel img {
    /* height: 60vh; */
    object-fit: cover;
}

.section-Highlights .swiper-pagination {
    position: inherit;
    padding-top: 2rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #333333 !important;
    margin: 0 0.5rem;
}

.content-block-carousel img {
    height: 50;
}

.slick-dots li button:hover, .slick-dots li button:focus,
.slick-dots li.slick-active button:before  {
    display: none;
}

section .row .col .btn {
    font-size: 1rem;
    padding-top: 0.6rem!important;
    width: 164px;
    height: 46px;
    color: #fff;
    background-color: #0078d6;
    border: 1px solid #0078d6;
}

section .row .col .btn:hover {
    background-color: #014880;
    border-color: #014880;
}

footer .container-fluid {
    padding: 0;
}

@media (min-width: 992px) { 
    .banner-inner-content{
        position: absolute;
        top: 0; 
        width: 75%;
    }
    .banner-inner-content h1 {
        width: 30vw;
        padding-bottom: 1.75rem!important;
        padding-left: 3rem;
    }
    .banner-inner-content h5{
        padding-left: 3rem;
        line-height: 100%;
    }

    .content-block-container {
        gap: 1.75rem;
    }

    footer .container-fluid {
        padding: 0 12px;
    }
}

@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: 991.98px ) { 
    .banner-inner-content{
        position: relative;
        background: black;
        /* text-align: center; */
    }

    .section-Highlights h1,
    .section-Highlights p {
        width: unset;
    }

    .banner-inner-content h5 {
      display: none;
    }
    
    .banner-inner-content .banner-btn-container{
        max-width: 70%;
        margin: auto;
    }

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

    .content-carousel .content-slide-carousel .image-carousel img,
    .content-block-carousel img {
        width: 90vw;;
        height: auto;
    }

    section .row .col .btn {
        width: 240px;
    }

    .d-flex.py-3 {
        justify-content: center;
    }

    .py-4 {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }

    footer .row {
        margin-right: 0;
    }
}

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

    .banner-inner-content h5 {
      display: none;
  }
}

@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%;
    }
} */