/* head_banner */

.head_banner {
    width: 100%;
    height: 100vh;
}

.head_banner .background_img {
    height: 100vh;
    width: 100%;
    background-image: url(../img/career/banner1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
}

.banner_text {
    height: 100vh;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(14, 13, 13, 0.5);
}

.banner_text h1 {
    font-weight: 700;
    font-size: 50px;
    color: white;
    text-shadow: 2px 2px black;
    text-transform: uppercase;
    text-align: center;
}

.banner_text p {
    text-align: center;
    font-size: 25px;
    color: white;
    text-transform: capitalize;
}


/* head_banner end*/


/* @media screen and (max-width: 1300px) {
    .job,
    .job2 {
        padding: 20px;
    }
    .role-text{
        width: 98%;
    }
}

@media screen and (max-width: 991px) {
    .job,
    .job2 {
        padding: 50px;
    }
    .containerr,
    .containerr2 {
        flex-direction: column;
    }
    .containerr .jobInfo,
    .containerr2 .jobInfo {
        margin-bottom: 40px;
        width: 100%;
    }
    .jobImg {
        width: 100%;
    }
    .containerr .jobInfo,
    .containerr .jobImg,
    .containerr2 .jobInfo,
    .containerr2 .jobImg {
        width: 100%;
    }
    .containerr .jobInfo {
        order: 2;
    }
    .containerr .jobImg {
        order: 1;
    }
}


@media screen and (max-width: 768px) {
    .head_banner .background_img {
        height: 100vh;
        width: 100%;
        background-image: url(../img/career/banner2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 49% center;
        position: relative;
    }
    .banner_text h1 {
        font-size: 40px;
    }
    .banner_text p {
        font-size: 18px;
        max-width: 650px;
    }
}


.job,
.job2 {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
}

.job .content,
.job2 .content {
    text-align: center;
    color: #fff;
}

.job .content h2,
.job2 .content h2 {
    font-size: 46px;
    font-weight: 500;
    color: white;
}

.containerr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.job2 .containerr2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.containerr .jobInfo {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding-right: 30px;
}

.containerr2 .jobInfo {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}

.containerr .jobInfo .box {
    position: relative;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.containerr2 .jobInfo .box {
    position: relative;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.containerr .jobInfo .box .text {
    display: flex;
    margin-left: 20px;
    margin-left: 30px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 300;
}

.containerr2 .jobInfo .box .text {
    display: flex;
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 300;
}

.containerr .jobInfo .box .text h4,
.containerr2 .jobInfo .box .text h4 {
    color: white;
}

.containerr .jobInfo .box .text h3,
.containerr2 .jobInfo .box .text h3 {
    font-weight: 500;
    font-size: 23px;
    color: white;
}

.jobImg {
    width: 50%;
    width: 45%;
    padding: 40px;
    background: #fff;
}



@media screen and (max-width: 450px) {
    .job,
    .job2 {
        padding: 10px;
    }
    .job .content h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 430px) {
    .job,
    .job2 {
        padding: 0px;
    }
} */






    /*>>>>>>>>>>>>>>>>>>>> new css from asr<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
    *{
        margin: 0;
        padding: 0;
    }
    .new-banner{
        width: 100%;
        height: 100vh;
        background-image: url("../img/career/banner1.jpg");
        /* background-image: url("../img/career/1.png"); */
        margin-bottom: 0px !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        opacity: 0.85;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    h1{
        font-size: 80px;
        color: #fff;
        /* opacity: 1; */
    }
    /* .main-banner{
        width: 100%;
        display: flex;
    }
    .banner1, .banner2, .banner3, .banner4{
        width: 50%;
        height: 50vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
    }
    .banner1{
        background-image: url("../img/career/1.png");
    }
    .banner2{
        background-image: url("../img/career/2.png");
    }
    .banner3{
        background-image: url("../img/career/3.png");
    }
    .banner4{
        background-image: url("../img/career/4.png");
    } */
    .career-page-box
    {
        opacity: 0;
        transform: translateY(150px);
        transition: opacity 0.5s, transform 2s;
    }
    .visible2 
    {
        opacity: 1;
        transform: translateY(0);
    }
    
    .header-join{
        background-color: rgb(255, 255, 255);
        padding: 50px 0px;
        font-family: 'D-DIN Condensed', sans-serif;
        font-size: 30px;
    }
    
    .banner-text{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 60px;
    }
    .banner-text p{
        width: 52%;
        font-family: d-din;
        font-size: 25px;
        color: #c9c9c9;
        text-align: center;
    }
    
    .career-outer-box{
        width: 100%;
        background-color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 280px 60px 280px;
    }
    
    .career-box{
        width: 15%;
        /* height: 100px; */
        height: auto;
        border: 2px red solid;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        padding: 12px 10px;
        transition:
        width 1s,
        height 1s;
    }
    .career-box:hover{
        transition: 0.5s;
        transform: scale(1.05);
    }
    
    .career-card-text {
        font-size: 25px;
        font-family: d-din;
        text-align: center;
    }
    
    .Featured-roles{
        font-family: D Din;
        background-color: black;
        color: #fff;
        margin: 0px;
        text-align: center;
        padding: 50px 0px 50px 0px;    
    }
    /*>>>>>>>>>>>>>>>>>>> job section css starts <<<<<<<<<<<<<<<<<<*/
    .job-box{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }
    .container-box{
        width: 70%;
        background-color: white;
        padding: 15px 0px 15px 0px;
        border-radius: 15px;
        box-shadow: 10px 5px 5px rgb(255, 0, 0);
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    
    .container-box h3{
        font-size: 30px;
        color: #000000;
        padding-left: 30px;
        margin: 5px 0px 15px 0px;
    }
    .span-des{
        font-size: 18px;
        font-family: d-din;
        padding-left: 24px;
    }
    .span-des img{
        padding-right: 7px;
        margin-bottom: 6px;
    }
    
    .container-box h4{
        font-size: 25px;
        font-family: 'D-DIN Exp', sans-serif;
        color: #000000;
        padding-left: 30px;
    }
    
    .role-text{
        font-size: 16px;
        padding-left: 31px;
        font-family: D-DIN;
        width: 89%;
        text-align: justify;
    }
    
    .container-box ul{
        padding-left: 60px;
        
    }
    .container-box ul li{
        font-size: 16px;
        padding-left: px;
        font-family: D-DIN;
        padding-left: 10px;
    }
    
    .p-lower{
        font-size: 18px;
        /* padding-left: 50px; */
        padding-left: 30px;
    }
    
    hr:not([size]) {
        height: 1px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    
    
    /* mediaquery started asr */
    @media only screen and (min-width: 1980px){
        .header-join h1{
            font-size: 40px;
        }
        .container-box{
            padding-right: 10px;
        }
        .career-outer-box{
            padding: 0px 360px 60px 360px;
        }
        .career-card-text{
            font-size: 32px;
        }
        .career-box {
            width: 17%;
        }
        .container-box h3 {
            font-size: 40px;
        }
        .span-des{
            font-size: 24px;
        }
        .span-des img{
            width: 30px;
        }
        .container-box h4{
            font-size: 36px;
        }
        .container-box ul li {
            font-size: 30px;
        }
        .p-lower{
            font-size: 30px;
        }
    }
    
    @media only screen and (max-width: 1920px){
        .career-box {
            width: 18%;
        }
    }
    @media only screen and (max-width:1500px){
        .career-box{
            width: 20%;
        }
    }
    
    @media only screen and (max-width:1370px){
        .career-card-text{
            font-size: 20px;
        }
        .career-box {
            width: 20%;
        }
        .role-text{
            width: 98%;
            font-size: 16px;
        }
        h1{
            font-size: 65px;
        }
    }
    
    @media only screen and (max-width:1280px){
        .new-banner{
            margin-bottom: 40px;
        }
        h1{
            font-size: 50px;
        }
        .career-outer-box{
            padding: 0px 100px 60px 100px;
        }
        .career-box{
            width: 17%;
        }
        .banner-text{
            margin-bottom: 40px;
        }
        .banner-text p {
            width: 71%;
        }
        .career-card-text {
            font-size: 23px;
        }
        hr:not([size]) {
            margin-top: 7px;
        }
        .span-des{
            padding-left: 25px;
        }
        .container-box h3{
            margin: 5px 0px 12px 0px;
        }
    }
    
    @media only screen and (max-width:1024px){
        .career-box {
            width: 20%;
            height: 75px;
            padding: 8px 8px;
        }
        .career-card-text{
            font-size: 20px;
        }
        .span-des{
            padding-left: 25px;
        }
    }
    
    @media only screen and (max-width: 820px){
        .new-banner{
            height: 50vh;
            margin-bottom: 0px;
        }
        .container-box{
            width: 85%;
        }
        .career-outer-box{
            padding: 0px 40px 40px 40px;
        }
        .container-box h4{
            padding-left: 30px;
        }
        .container-box ul{
            padding-left: 80px;
        }
        .career-card-text{
            font-size: 17px;
        }
    }
    
    @media only screen and (max-width: 768px){
        .career-box{
            width: 20%;
            height: 70px;
            height: auto;
            padding: 0;
        }
        .career-card-text{
            font-size: 19px;
        }
        .container-box h3{
            padding-left: 20px;
            font-size: 26px;
        }
        .span-des{
            padding-left: 15px;
            display: block;
        }
        h1{
            font-size: 35px;
        }
        .container-box h4{
            padding-left: 20px;
        }
        .container-box ul{
            padding-left: 60px;
        }
        .p-lower{
            padding-left: 20px;
        }
    }
    @media only screen and (max-width :540px){
        .header-join{
            padding: 10px 0px;
            display: none;
        }
        .career-outer-box{
            display: none;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 0px 50px 0px 50px;
        }
        .container-box h3 span{
            border-bottom: 0 !important;
            padding-bottom: 0 !important;
        }
        .career-box{
            width: 35%;
            margin: 15px;
            height: 50px;
        }
        .role-text{
            font-size: 16px;
            padding-left: 10px;
        }
    }
    
    /*>>>>>>>>>>>>>>>>>>>>>>  For Mobile it Strated <<<<<<<<<<<<<<<<<<<<<< */
    
    @media only screen and (max-width: 430px){
        .new-banner{
            height: 25vh;
        }
        h1{
            font-size: 25px;
        }
        .header-join{
            padding: 10px 0px;
            display: none;
        }
        .career-outer-box{
            display: none;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 0px 50px 0px 50px;
        }
        .career-box{
            width: 35%;
            margin: 15px;
            height: 50px;
        }
        .Featured-roles{
            padding: 25px 0px;
        }
        .container-box{
            width: 94%;
        }
        .container-box h3{
            font-size: 22px;
            margin: 5px 0px 15px 0px;
            padding-left: 10px;
        }
        .container-box h4{
            padding-left: 10px;
        }
        .span-des {
            padding-left: 6px;
            font-size: 15px;
        }
        .container-box ul{
            padding-left:35px;
            padding-right: 10px;
    
        }
        .container-box ul li {
            padding-left: 0px;
        }
        .p-lower{
            padding-left: 10px;
            font-size: 15px;
        }
    }
    
    @media only screen and (max-width: 375px)
    {
        .career-box{
            height: 70px;
        }    
        .span-des{
            font-size: 13px;
        }
        .p-lower{
            padding-left: 7px;
            font-size: 17px;
        }
    }
    
    @media only screen and (max-width: 280px){
        .header-join h1{
            font-size: 30px;
        }
        .career-outer-box{
            padding: 0 10px;
        }
        .span-des{
            font-size: 10px;
        }
        .container-box h3 {
            padding-left: 4px;
            font-size: 17px;
        }
        .span-des{
            padding-left: 4px;
        }
        .span-des img{
            width: 16px;
        }
        .container-box h4 {
            font-size: 20px;
            padding-left: 4px;
        }
        .container-box ul{
            padding-left: 25px;
        }
        .container-box ul li{
            font-size: 13px;
        }
        .p-lower{
            padding-left: 7px;
            font-size: 14px;
        }
    
    }
    