/* HOME - HERO BANNER 
=================== */

/* INNER - HERO BANNER 
=================== */
.hero-banner-inner{ max-height: 768px; position: relative; overflow: hidden; min-height: 600px; height: 85vh; background: var(--gradient-primary);}
.hero-banner-inner .banner-image-holder{ width: 100%; height: 100%; z-index: 1; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.hero-banner-inner .banner-image-holder img{ object-fit: cover; min-width: 100%; height: auto; margin: auto; min-height: 100%;}
.hero-banner-inner .banner-text-overlay {z-index: 2; color: white; margin-top: 12rem;}
.hero-banner-inner .banner-text-overlay .banner-text h2, section.innerPage_Hero h2{ font-size: 2.5rem; line-height: 2.75rem; font-weight: 700!important; color: white; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);}

/*Hero banner Css starts here*/
/*Hero banner Css ends here*/
  
section.innerPage_Hero {
  height: 90vh;
  overflow: hidden;
  position: relative;
  background: var(--gradient-primary);  
  z-index: 1;
}
section.innerPage_Hero .background-image-holder {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: transparent;
  background-size: cover !important;
  background-position: 50% 50% !important; 
  overflow: hidden;
}
section.innerPage_Hero .background-image-holder img {
  width: 100%;
  object-fit: cover; ;
}
section.innerPage_Hero .background-image-holder img.mobile-image {
  display: block;
}
section.innerPage_Hero .background-image-holder img.desktop-image {
  display: none;
}
  
  .banner-text_wrapper {
    z-index: 3;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
  }
  .banner-text_wrapper h2{ font-size: clamp(2.5rem, 2.5vw, 4rem); line-height: clamp(3rem, 2.5vw, 4.125rem);}
 
  .banner-text_wrapper .banner-text {
    margin-top: 4rem;
  }
  .banner-text_wrapper .banner-text .btn{ margin-bottom: 6px;}

  /* .banner-text_wrapper .banner-text  a.btn i.bi{ padding-left: 8px;} */
  
  .banner-sm {
    height: 60vh !important;
  }
  
  
  
  /* video-block */
  .video-block .video-container {
    border: 8px solid #292929;
    border-radius: 0.625rem;
  }
  .video-block .video-container video {
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
  }
  
  
  .background-image.desktop-image {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  
  .background-image-holder {
      z-index: 1;
    }
    
    .video-overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
    }
    .video-overlay::before {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.3);
    }
    
  
  
    
  

    /* Image PlaceHolder Animated Background */
  /* Skeleton - Image Preloader */
  .background-image-holder img{
    width: 100%;
    height: inherit;
    min-height: fit-content;
    display: block;
    transform: rotate(20%);
    background: var(--gradient-primary);
    object-fit: cover;
    background-repeat: repeat-y;
    background-size: 200% 200%;
    animation: shine 10s ease infinite;
  }

  /* .banner-text_wrapper .text-white *{ color: white;} */

  @keyframes shine {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  /* END Skeleton - Image Preloader */


@media (max-width: 575.98px) {
  .banner-text_wrapper .inner-banner.banner-text {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .banner-text_wrapper .inner-banner.banner-text {
    margin: 0;
  }
  .other-services-wrap .service-links ul li {
    display: block;
    float: none;
    width: auto;
  }
  /* CLP CAMPAIGN */
  .clp-banner.innerPage_Hero {
    height: auto;
  }
  .clp-banner.innerPage_Hero .background-image-holder {
    position: relative;
  }
  .clp-banner.innerPage_Hero .clpbanner-form {
    position: relative;
    margin: 1rem auto;
    width: 90%;
    right: auto;
    top: auto;
  }
  .kb-collateral-wrap .gep-share ul li {
    padding: 0;
    margin: 0;
    font-size: 0.7rem;
  }
  .kb-collateral-wrap .gep-share ul li i {
    font-size: 0.7rem;
  }
  section.innerPage_Hero {
    height: auto;
  }
  section.innerPage_Hero .video-overlay {
    display: none;
  }
  section.innerPage_Hero .background-image-holder {
    position: relative;
  }
  section.innerPage_Hero .background-image-holder::before {
    position: absolute;
    background: rgba(0, 0, 0, 0.19);
    width: 100%;
    height: 100vh;
    z-index: 0;
    top: -77px;
  }
  section.innerPage_Hero .background-image-holder img {
    height: 100%;
    object-fit: cover;
    display: block;
  }
  section.innerPage_Hero .background-image-holder img.mobile-image {
    min-height: 240px;
    object-fit: cover;
  }
  section.innerPage_Hero .banner-text_wrapper.h-100 {
    position: relative;
    background: none;
    padding-bottom: 1rem;
        padding-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        top: -50px; padding: 10px;
  }
  section.innerPage_Hero .banner-text_wrapper .slider-text{ padding: 10px;}

  section.innerPage_Hero .banner-text_wrapper.h-100 .container{
    width: calc(100% - 10vw);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    border: 1px solid #ddd;
    transition: all .2s ease;
    background: #fff;
    border-radius: 5px;
  }

  section.innerPage_Hero .banner-text_wrapper.h-100 .container h2{
    color: #0113C4;
    font-weight: 700;
    font-size: 1.6rem;
    text-shadow: none;
    margin-bottom: 10px;
  }
  section.innerPage_Hero .banner-text_wrapper.h-100 .container h3{
    color: var(--g-dark); font-weight: 500;
  }

  section.innerPage_Hero .banner-text_wrapper.h-100 .container p{
    color: var(--g-dark);
  }

  section.innerPage_Hero .banner-text_wrapper.h-100 .home-banner.banner-text {
    margin-top: 0;
  }

  h1.g-h1{
    margin-top: 0;
  }

  .banner-text_wrapper .banner-text {
    margin-top: 1rem;
}
  
    .banner-text { margin: 0;}
    section.innerPage_Hero h2{ font-size: 2.1vw; line-height: 1.4;}
    .banner-text_wrapper .inner-banner.banner-text {
      margin-top: 0;
    }
    section.innerPage_Hero {
      height: auto; background: #ffffff;
    }
    section.innerPage_Hero .video-overlay {
      display: none;
    }
    section.innerPage_Hero .background-image-holder {
      position: relative;
    }
    section.innerPage_Hero .background-image-holder::before {
      position: absolute;
      background: rgba(0, 0, 0, 0.19);
      width: 100%;
      height: 100vh;
      z-index: 0;
      top: -77px;
    }
    section.innerPage_Hero .background-image-holder img {
      height: 100%;
      object-fit: cover;
      display: block;
    }
    section.innerPage_Hero .background-image-holder img.mobile-image {
      min-height: 240px;
      object-fit: cover;
    }
    /* section.innerPage_Hero .banner-text_wrapper.h-100 {
      position: relative;
      background: black;
      padding-bottom: 1rem;
      padding-top: 1rem;
    } */
    #podcasts-page section.innerPage_Hero .banner-text_wrapper.h-100 .container { background: #00000050!important;}
    .page-node-type-campaign-latest .innerPage_Hero,
    .page-node-type-insight-from-top .innerPage_Hero{ display: block!important;}
    .page-node-type-campaign-latest .asset-lp-hero,
    .page-node-type-insight-from-top .asset-lp-hero{ padding: 0!important;}
    .page-node-type-insight-from-top section.innerPage_Hero .banner-text_wrapper{ display: none;}
    .page-node-type-podcast section.innerPage_Hero,
    .page-node-type-campaign-latest section.innerPage_Hero { height: 55vh;}
    .page-node-type-podcast section.innerPage_Hero .banner-text_wrapper.h-100,
    .page-node-type-campaign-latest section.innerPage_Hero .banner-text_wrapper.h-100 {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
    .page-node-type-podcast section.innerPage_Hero .banner-text_wrapper.h-100 .container,
    .page-node-type-campaign-latest section.innerPage_Hero .banner-text_wrapper.h-100 .container{ background: transparent; border: 0;}
    .page-node-type-podcast section.innerPage_Hero .banner-text_wrapper.h-100 .container h2,
    .page-node-type-campaign-latest section.innerPage_Hero .banner-text_wrapper.h-100 .container h2,
    .page-node-type-campaign-latest section.innerPage_Hero .banner-text_wrapper.h-100 .container h3{ color: white;}
    
    section.innerPage_Hero .banner-text_wrapper.h-100 .home-banner.banner-text {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (max-width: 1399.98px) { 
    .banner-text { margin-top: 100px!important;}
    section.innerPage_Hero h2{ font-size: 30px; line-height: 1.25;}
  }


  @media (min-width: 992px) {
    .no-banner {
      margin-bottom: 35px;
      height: 85px;
    }
    #block-gepknowledgebankmenu .nav-link {
      font-size: 1rem;
    }
    section.innerPage_Hero .background-image-holder img.mobile-image {
      display: none;
    }
    section.innerPage_Hero .background-image-holder img.desktop-image {
      display: block;
    }
  }


  @media (max-width: 767.98px) { 
    section.innerPage_Hero h2{ font-size: 1.8rem;}
    .banner-text_wrapper .banner-text{ margin-top: 1rem;}
  }

@media screen and (min-width: 1200px) and (max-width: 1399px){
  section.innerPage_Hero{ height: 100vh;}
  section.innerPage_Hero .kb-asset-banner h1{
    font-size: 2rem !important;
    line-height: 1.5;
  }
  section.innerPage_Hero .kb-asset-banner h2{
    font-size: 1.5rem !important;
    line-height: 1.5;
  }
  #block-gepknowledgebankmenu .nav-link {
    font-size: .8rem!important;
  }
}
  