
@media(max-width:1030px){
    .navbar{
        padding-top: 0.625rem;
        padding-bottom: 0.75rem;
    }

    .navbar-brand{
        width: 50%;
    }

    .navbar-brand img{
        max-width: 60%;}

    .navbar-toggler{
        background: transparent;
        padding: 0.25rem 0.75rem;
        font-size: 2.25rem;
        line-height: 1;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        transition: box-shadow .15s ease-in-out;
        }
    

    .navbar-toggler:focus{
        box-shadow: none;
    }

    .navbar-toggler-icon{
        color: var(--text-blue);
        width: 1em;
        height: 1em;
    }

    .navbar-sticky-on .navbar-toggler-icon{
        color:var(--text-black);
    }

    .navbar .navbar-nav{
        background: var(--bg-white);
        border-radius: 0.188rem;
        text-align: left;
    }


    .navbar .navbar-nav .nav-link{
        padding: 20px;
        color: var(--text-blue);
    }

}

@media(max-width:991px){
    h1,h2{
        font: size 2.5rem;
    }

    .ipad_px_30{
        padding: 0 1.87rem;
    }

    /*==================================
               HEADER CSS
    ==================================*/

    .navbar{
        padding-top: 0.625rem;
        padding-bottom: 0.75rem;
    }

    .navbar-brand{
        width: 50%;
    }

    .navbar-brand>img{
        max-width: 70%;
    }

    .navbar-toggler{
        background: transparent;
        padding: 0.25rem 0.75rem;
        font-size: 2.25rem;
        line-height: 1;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        transition: box-shadow .15s ease-in-out;
        }
    

    .navbar-toggler:focus{
        box-shadow: none;
    }

    .navbar-toggler-icon{
        color: var(--text-blue);
        width: 1em;
        height: 1em;
    }

    .navbar-sticky-on .navbar-toggler-icon{
        color:var(--text-black);
    }

    .navbar .navbar-nav{
        background: var(--bg-white);
        border-radius: 0.188rem;
        text-align: left;
    }


    .navbar .navbar-nav .nav-link{
        padding: 20px;
        color: var(--text-blue);
    }

    .card_box {
        background: var(--bg-white);
        border: 1px solid var(--skyblue-col);
        border-radius: 5px;
        margin: 10px 0;
    }

    .custom_cta_home {
        background: url(../../media/cta-home-bg.jpg) no-repeat scroll right center;
        padding: 50px 0;
        background-size: cover;
    }

    .about_text>h2{
        text-align: left;
    }

    .custom_cta_about {
        background: url(../../media/bg_cta_services.jpg) no-repeat scroll right center;
        padding: 80px 0;
        background-size: cover;
    }

    /*==================================
               HOME AREA
    ==================================*/

    #home{
        padding-top: 7rem;
    }

    #home .row{
        flex-direction: column;
    }

    #home .home-serv-btn{
        justify-content: left;

    }

    .card_box {
        background: var(--bg-white);
        border: 1px solid var(--bg-ligth-gray-1);
        border-radius: 25px;
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    }

    #brands_section {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 50px 0px;
        overflow: hidden;
    }

}



@media (max-width:768px) {

    .mobile_px_20{
        padding: 0 1.25rem;
    }

    /*==================================
               HOME AREA
    ==================================*/

    #home{
        padding-top: 5rem;
    }

    #home .home_text h2{
        font-size: 30px;
        line-height: 2rem;
    }

    #about_us_section .about_text h2 {
    text-align: center;
    font-size: 30px;
    line-height: 2rem;
    font-weight: 500;
    color: var(--text-blue);
    padding: 1.063rem 0;
    }

    .recruitment_heading > h3 {
        position: relative;
        font-size: 30px;
        line-height: 2rem;
        font-weight: 500;
        color: var(--text-blue);
        padding-bottom: 1rem;
    }

    .features-section {
        padding: 2.5rem 0;
        background: #f1f5f8;
    }

    .custon_features_img {
        width: 50%;
        height: auto;
    }

    .service_heading >h3 {
        color: var(--text-blue);
        font-size: 30px;
        margin-bottom: 50px;
    }

    .card_box {
        background: var(--bg-white);
        border: 1px solid var(--bg-ligth-gray-1);
        border-radius: 25px;
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    }

    .custom_cta_home{
        background:url("../../media/cta-home-bg.jpg") no-repeat scroll right center;
        padding: 50px 0;
        background-size: cover;
    }

    #home .home-serv-btn .btn{
        margin: 0 10px;
    }

   .counter_inner{padding: 50px 0;}

   .features-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f1f5f8;
}

#about_us_page {
    min-height: 440px;
    margin-top: 86px;
    height: 100%;
    background: url(../../media/bg-header-about.jpg) no-repeat scroll right center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

#about_us_page .home_text >h2 {
    color: var(--text-white);
    font-size: 30px;
    line-height: 1.5rem;
}
#about_us_page .home_text >p {
    padding: 10px;
    color: var(--text-white);
}

.custom_cta_about {
    background: url(../../media/cta-about-bg.jpg) no-repeat scroll right center;
    padding: 80px 0;
    background-size: cover;
}

#about_us_page .custom_about_btn{
    justify-content: center;
}

.job_seekers_text>h1 {
    font-size: 30px;
    line-height: 2.6rem;
}

.apply_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.job_areas_tittle >h4 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 50px;
}

.banner_for_job {
    max-height: 550px;
    padding: 150px 50px;
    margin-bottom: 30px;
    background: url(../../media/bg-banner1.jpg) no-repeat scroll center center;
    background-size: cover;
}

.banner_for_hire {
    max-height: 550px;
    padding: 150px 50px;
    background: url(../../media/bg-banner2.jpg) no-repeat scroll center center;
    background-size: cover;
}

.card_details_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.contact_tittle {
    padding: 30px 10px;
    background: var(--blue-col);
    margin: 10px 0;
    border-radius: 5px;
}

.contact_tittle>h5 {
    color: var(--text-white);
    font-size: 30px;
}

.job_area_card {
    display: flex;
    align-items: center;
    border: none;
    background: var(--bg-white);
    padding-top: 10px;
    margin: 10px 0;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.our_work_process_tittle>h5 {
    color: var(--text-white);
    font-size: 29px;
    line-height: 1em;
    font-weight: 400;
}


}
