#input_sidebar {
    position: fixed;
    top: -100%;
}
/* 
header label {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    background: white;
    color: black;
}

.header-nav label {
    display: none;
}

.header-nav nav ul li .drop-arrow {
    display: none;
    width: 0px;
    height: 0px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;

    border-top: 10px solid white;
    transition: all 0.3s;
    position: absolute;
    background: white;
    right: 10px;
    top: 30px;
    transform: translateY(-50%);
}

@media (max-width: 2000px) {
    .homepage-banner .banner-content h4 {
        font-size: 80px;
    }
}

@media (max-width: 1706px) {
    .homepage-banner .banner-content h4 {
        font-size: 70px;
    }
}

@media (max-width: 1190px) {

    header label {
        display: flex;
    }

    header label i.fa-times {
        display: none;
    }

    #input_sidebar:checked ~ header label i.fa-bars {
        display: none;
    }

    #input_sidebar:checked ~ header label i.fa-times {
        display: flex;
    }

    .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #0c0e1a;
        color: white;
        width: 100%;
        height: 100vh;
        flex-direction: column;
        padding: 20px;
        justify-content: flex-start;
        display: none;
        z-index: 9;
        overflow-y: scroll;
    }

    #input_sidebar:checked ~ header .header-nav {
        display: flex;
    }

    .header-nav label {
        display: flex;
        width: 60px;
        height: 60px;
        color: white;
        font-size: 30px;
        background-color: transparent;
        margin-bottom: 20px;
        border-color: transparent;
    }

    .header-nav label i {
        display: flex !important;
    }


    .header-nav nav {
        margin-top: 20px;
        width: 100%;
    }

    .header-nav nav ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .header-nav nav ul li {
        display: flex;
        width: 100%;
    }

    .header-nav nav ul li a {
        color: white;
        text-align: center;
        display: block;
        width: 70%;
        margin: 0 auto;
        font-weight: 800;
    }

    header nav ul li > ul:before {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #ffffff
    }

    .header-action {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }

    .header-action .login {
        margin: 0 0 20px 0 !important;
    }

    .header-nav nav ul li > ul {
        position: relative;
        top: unset;
        left: unset;
        opacity: 1;
        visibility: visible;
        background: unset;
        display: none;
        box-shadow: unset;
    }

    .header-nav nav ul li .drop-arrow {
        display: flex;
    }

    .header-nav nav ul li a:hover + ul {
    } */

    /*
    .header-nav nav ul li .drop-arrow:hover + ul {
        display: flex;
    }
    */
    /* .header-nav nav ul li > ul li a {
        font-weight: unset !important;
        font-size: 15px;
    }

    header nav ul li > ul:before {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-socials {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .copyright {
        margin-top: 25px;
    }

    .full-page-image-section > .full-page-image-section-content {
        width: 70%;
    }
} */

@media (max-width: 990px) {
    .page-banner {
        padding: 20px 80px;
        align-items: flex-start !important;
    }

    .page-banner .banner-image {
        position: absolute;
        width: 100%;
        height: 100%;

        bottom: 0;
        right: 0;
    }

    .page-banner .banner-image:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
    }

    .page-banner .banner-image img {
        object-fit: cover;
        height: 100%;
    }

    .page-banner .banner-content > * {
        color: white;
    }

    .page-banner .banner-content {
        width: 100%;
        position: relative;
        z-index: 1;
        height: 100%;
        justify-content: flex-end;
        padding-bottom: 40px;
    }

    .section-title {
        width: 80%;
    }

    .image-holder-more-info {
        margin-bottom: 10px;
    }

    .more-info {
        padding: 10px 15px;
    }

    .more-info h4 {
        font-size: 16px;
    }

    .more-info h2 {
        font-size: 30px;
    }

    .full-page-image-section > .full-page-image-section-content {
        width: 100%;
        padding: 30px;
    }

    .find-talent-bg {
        padding: 40px;
    }

    .find-talent-bg img {
        width: 100%;
    }

    .mb-sm-5 {
        margin-bottom: 30px;
    }

    .find-talent-bg .font-weight-800 {
        font-size: 50px;
    }


    /*    HOME PAGE BANNER*/
    .homepage-banner .banner-gallery {
        width: 90% !important;
    }

    .homepage-banner .banner-content {
        width: 80% !important;
        bottom: 15%;
        top: unset !important;
        transform: unset !important;
    }

    .homepage-banner .banner-content h4 {
        line-height: 1;
        font-size: 90px !important;
    }

    .human-growth-banner .stats {
        width: 90% !important;
        padding: 18px 50px !important;
        top: -50px !important;
    }
}

@media (max-width: 820px) {
    .find-talent-bg .content {
        padding: 20px !important;
    }

    .find-talent-bg .image, .find-talent-bg .full-image {
        display: none;
    }

    .page-banner {
        padding: 0 10px !important;
    }

    .page-banner .banner-image img {
        object-position: bottom;
    }

    .banner-content {
        width: 100%;
    }

    .banner-content h1 {
        font-size: 40px;
    }

    .learning-category-line {
        justify-content: unset;
        margin-top: 20px;
    }

    .find-talent-bg .font-weight-800 {
        font-size: 35px;
        text-align: center;
        margin-bottom: 25px;
    }

}

@media (max-width: 520px) {
    .banner-content h1 {
        font-size: 35px;
    }

    .human-growth-banner .stats .stat h4 {
        font-size: 40px !important;
    }

    .human-growth-banner .stats .stat p {
        font-size: 19px !important;
    }

}

@media (max-width: 467px) {
    .homepage-banner .banner-content {
        position: relative !important;
        width: 100% !important;
    }

    .homepage-banner {
        display: flex;
        flex-direction: column-reverse;
        height: auto !important;
        padding-top: 20px !important;
    }

    .homepage-banner .banner-gallery {
        width: 100% !important;
        height: 150px !important;
    }

    .homepage-banner .banner-content .form input {
        padding: 20px 150px 20px 20px !important;
    }

    .homepage-banner .banner-content h4 {
        font-size: 40px !important;
    }

    .human-growth-banner .stats {
        flex-direction: column;
        align-items: flex-start !important;
        padding: 18px !important;
    }

    .human-growth-banner .stats .stat {
        padding: 10px 0 !important;
    }

    .human-growth-banner .stats .stat:first-child {
        border-right: 0 !important;
        border-bottom: 1px solid white !important;
    }

    .job-tags ul {
        flex-wrap: wrap;
    }

    .job-tags ul li {
        width: calc(50% - 8px);
        margin: 4px !important;
        padding: 10px !important;
        font-size: 14px !important;
    }

    .sub-page-banner {
        padding: 120px 30px !important;
    }
}