.new_hero_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 199px 0 0;
    margin: 0;
    min-height: 100vh;
}
.new_hero_banner > figure.video-background {
    opacity: 0.5;
}
.bg-default-gradient{
    background: transparent linear-gradient(120deg, #0C1750 0%, #000 100%) 0 0 no-repeat padding-box;
}
.hero-background{
    background: transparent linear-gradient(180deg, #0c1750 0%, #e50084 100%) 0 0 no-repeat padding-box;
}
.workforce-plan {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 32px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
}
.heading-1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 23px;
    font-family: "lemonde-courrier", serif;
    font-weight: 700;
}
.hero-banner-content {
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom:47px;
}
.hero-banner-content p {
    margin-bottom: 0;
}
.btn-talk .btn {
    font-family: "proxima-nova", sans-serif;
    font-weight: 900;
    padding: 16px 37px;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.banner-img img {
    max-width: 850px;
    margin-left: auto;
    width: 100%;
}
.new_hero_banner .banner-img{
    margin-bottom: -15px;
}
/*Media Query*/
@media (min-width: 992px) and (max-width: 1199px){
    .workforce-plan{
        font-size: 22px;
    }
    .heading-1 {
        font-size: 46px;
        line-height: 50px;
    }
    .hero-banner-content{
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 991px){
    .new_hero_banner {
        padding-top: 80px;
    }
    .banner-img {
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .hero-background-inner {
        text-align: center;
    }
    .hero-background-inner .col-lg-5 {
        order: 1;
        padding-right: 15px !important;
    }
    .workforce-plan {
        margin: 0 auto 18px;
    }
    .workforce-plan br{
        display: none;
    }
}

@media (max-width: 767px){
    .workforce-plan{
        font-size: 18px;
        line-height: 24px;
    }
    .hero-banner-content{
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .heading-1{
        font-size: 30px;
        line-height: 32px;
    }
}

@media (max-width: 500px){
    .workforce-plan {
        font-size: 16px;
    }
}