/*-------------------------------career-our-culture-----------------*/

.career {
    background-color: #000e31;
    height: auto;
}

.our span {
    color: #fff;
}

.career_text img {
    width: 100%;
    margin-top: 20px;
}

.career_text p {
    color: #959498;
    padding-top: 30px;
    padding-bottom: 60px;
}


/*-------------------------------career-job-openings-----------------*/

.job_box {
    background-color: #fff;
    height: 365px;
    width: 85%;
    padding: 30px 50px;
    margin-bottom: 80px;
    margin-top: 40px;
}

.job_box h3 {
    padding-bottom: 15px;
    min-height: 60px;
}

.job_box p {
    padding-bottom: 20px;
    font-weight: 500;
    min-height: 170px;
}

.job_btn {
    min-height: 55px;
    margin-left: -15px;
}

.view {
    background-color: #ffdb60 !important;
    padding: 15px 65px !important;
    color: #000 !important;
    font-family: "anton";
    font-size: 11px !important;
    letter-spacing: 1px;
}

.apply {
    background-color: #ffdb60 !important;
    padding: 15px 65px !important;
    color: #000 !important;
    font-family: "anton";
    font-size: 11px !important;
    letter-spacing: 1px;
    border: none !important;
    border-radius: unset !important;
    outline: none !important;
    text-shadow: none !important;
}

.apply {
    margin-left: 15px !important;
}

.apply_model {
    width: 35% !important;
    overflow-y: hidden;
}

.apply_header {
    z-index: 1;
}

.apply_body {
    text-align: center;
    margin-top: -50px;
}

.name label {
    float: left;
}

.message label {
    float: left;
}


/*-------------------------------career------------------------*/

.career_link {
    left: 700px;
    top: 256px;
    font-family: "anton";
    letter-spacing: 2px;
    font-weight: unset;
}

.career_form h2 {
    text-align: left;
    color: #fff;
}

.f_name input {
    border-radius: unset;
    font-weight: 500;
    color: #aaaaac;
    font-family: "anton";
    letter-spacing: 2px;
    font-weight: unset;
    font-size: 12px;
    height: 40px;
}

.l_name input {
    border-radius: unset;
    font-weight: 500;
    color: #aaaaac;
    font-family: "anton";
    letter-spacing: 2px;
    font-weight: unset;
    font-size: 12px;
    height: 40px;
}

.email_id input {
    border-radius: unset;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #aaaaac;
    font-family: "anton";
    letter-spacing: 2px;
    font-weight: unset;
    font-size: 12px;
    height: 40px;
}

.phone_no input {
    border-radius: unset;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #aaaaac;
    font-family: "anton";
    letter-spacing: 2px;
    font-weight: unset;
    font-size: 12px;
    height: 40px;
}

.video_section {
    margin-top: 24px;
}

.upload input {
    margin-top: 11px;
    border-radius: unset;
    font-weight: 500;
    color: #aaaaac;
    font-family: "anton";
    letter-spacing: 2px;
    font-weight: unset;
    font-size: 12px;
    height: 40px;
    background-color: #fff;
    padding: 10px 5px;
}

.upload {
    position: relative;
}

.resume {
    position: absolute;
    top: 10px;
    z-index: 1;
    color: black;
    right: 17px;
    font-weight: bold;
    font-size: 12px;
}

.aditi {
    position: absolute;
    top: 10px;
    right: 18px;
    font-weight: bold;
    font-size: 12px;
}

.phone_no {
    position: relative;
}

.phone_no2 input {
    background-color: #fff;
    padding: 10px 5px;
    width: 100%;
}

.your_message textarea {
    margin-top: 10px;
    border-radius: unset;
    height: 150px;
    font-weight: 500;
    color: #aaaaac;
    font-family: "anton";
    letter-spacing: 2px;
    font-weight: unset;
    font-size: 12px;
    /* height: 40px; */
}

.send_message {
    margin-top: 60px;
}

.send_message a {
    background-color: #ffdb60;
    padding: 20px 40px;
    color: #000;
    font-weight: 500;
    font-family: "anton";
    letter-spacing: 2px;
    font-weight: unset;
    font-size: 12px;
}

.send_message a:hover {
    color: #000;
}

.our_team h3 {
    color: #fff;
}

.our_team p {
    color: #fff;
    font-size: 15px;
}

.contact_item {
    margin-bottom: 100px;
}

.email label {
    float: left;
}

.phone label {
    float: left;
}

.upload {
    height: 50px;
    margin-top: 40px;
}

.upload input {
    width: 100%;
    position: relative;
}

.submit_btn button {
    background-color: #ffdb60;
    padding: 15px 65px;
    color: #000;
    font-family: "anton";
    font-size: 11px;
    letter-spacing: 1px;
    border: none;
    border-radius: unset;
    outline: none;
    text-shadow: none;
}

.mail {
    margin-top: 10px !important;
}