.hero-top{
    padding: 70px 0 70px;
    text-align: center;
    min-height: 550px;
    display: flex;
    align-items: center;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
.hero-section video{
    min-width: 120%;
    min-height: 120%;
}
}
@supports (-ms-ime-align: auto) {
    .hero-section video{
        min-width: 120%;
        min-height: 120%;
    }
}
.hero-top:after{
    content:'';
    min-height:inherit;
    font-size:0;
  }
.hero-top h1{
    margin: 0 0 40px;
    font-family: 'Open Sans';
    color: #fff;
    font-size: 48px;
    line-height: 1.13;
}
.hero-top h1 + span, .hero-top h1 + p{
    font-family: 'Open Sans';
    font-size: 30px;
    color: #fff;
}

.hero-section{
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-section:before{
    /* Previous Overlay for Homepage Video
    background-color: rgba(8, 15, 31, 0.3);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    z-index: 1;
}
.hero-btm{
    background: rgba(20, 26, 45, 1);
}
.homepage-hero-container{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 23px;
}
.hero-btm{
    padding-top: 40px;
    padding-bottom: 46px;
}
.hero-btm .wpb-container{ 
    display: flex;
    flex-wrap: wrap;
    max-width: 1240px;
}
.hero-btm h3,
.hero-btm h5{
    font-family: 'Open Sans';
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 0 0 28px;
}
.hero-btm .logos{
    width: 16.666667%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-section{
    position: relative;
}
.hero-section>div{
    position: relative;
    z-index: 1;
}
.hero-section{
    overflow: hidden;
}
.hero-section video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
   position: absolute;
   top: 20%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.hero-section:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro-heading {
    color: #fff;
    font-size: 18px !important;
    margin-bottom: 50px;
    letter-spacing: 5px;
    font-weight: 700 !important;
    text-transform: uppercase;
}
@media (min-width: 1201px){
  .hero-btm .logos span{
     width: calc(100% - 40px);
  }
}
@media (max-width: 1249px){
  .hero-section video{
   top: 25%;
  }
}
@media (min-width: 961px) and (max-width: 1200px){
  .hero-btm .logos span{
     width: 80%; 
  }
}

@media (min-width: 768px) and (max-width: 960px){
  .hero-btm .logos span{
     width: 50%; 
  }
}
@media (max-width: 960px){
    .hero-top{
        padding: 50px 0 50px;
        min-height: 65vh;
    }
    .hero-top h1{
        font-size: 45px;
        margin: 0 0 21px;
    }
    .hero-top h1 + span, .hero-top h1 + p{
        font-size: 24px;
        line-height: 1.56;
    }
    .top-hero .wpb-container{
        padding-right: 14px;
        padding-left: 14px;
    }
    .wpb-container{
        padding-right: 24px;
        padding-left: 24px;
    }
    .hero-btm .logos{
        width: 33.333%;
        margin: 0 0 21px;
    }
    .hero-btm .logos:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    .hero-btm{
        padding-top: 30px;
        padding-bottom: 28px;
    }
    .hero-section video{
        display: none;
    }
    .hero-btm .wpb-container{
        padding: 0 10px;
    }
    .hero-section:before{
        background-color: rgba(8, 15, 31, 0.5);
    }
}

@media (max-width: 767px){
    .hero-top{
      min-height: 400px;
      padding: 90px 0px 90px;
      height: 65vh;
    }
    .hero-top h1{
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -0.5px;
    }
    .hero-btm .logos span{
      width: 100%; 
    }
    .hero-top h1 + span, .hero-top h1 + p{
      font-size: 18px;
    }
    .hero-btm .logos img {
      max-width: 66.666667%;
      width: 100%;
    }
    .hero-btm h3,
    .hero-btm h5{
      margin-bottom: 20px;
    }
    .intro-heading {
      color: #fff;
      font-size: 14px !important;
      letter-spacing: 5px;
      font-weight: 700 !important;
      text-transform: uppercase;
      margin-bottom: 20px;
    }
}
@media (max-width: 374px){
    .hero-top h1 {
        font-size: 24px;
        margin: 0 0 15px;
    }
    .hero-top h1 + span, .hero-top h1 + p{
        font-size: 16px;
    }
}