﻿.career_img {
    position: relative;
}

.over_career::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.3);
    border-radius: 12px 0 12px 0;
}

.career_in_word {
    position: absolute;
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    line-height: inherit;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    margin-bottom: 0px;
    text-transform:capitalize;
}

    .career_in_word span {
        font-size: 30px;
        line-height: 45px;
        font-weight: 600;
    }

    .career_in_word h1 {
        font-size: 80px;
        line-height: 120px;
        font-weight: 600;
    }

.we_looking_ul {
    display: flex;
}

    .we_looking_ul li {
        text-align: center;
    }

        .we_looking_ul li:first-child {
            padding-right: 54px;
        }

    .we_looking_ul span {
        font-size: 15px;
        line-height: 26px;
    }

    .we_looking_ul p {
        line-height: 54px;
        margin-bottom: 20px;
        font-size: 36px;
        font-weight: 600;
    }

.we_looking_ul {
    display: flex;
    padding-top: 84px;
    padding-bottom: 90px;
}

.be_part_img {
    background: #F0F7FF;
    padding: 59px 0;
    margin-bottom: 59px;
}

.be_part_txt {
    text-align: center;
}

    .be_part_txt p {
        line-height: 54px;
        margin-bottom: 20px;
        font-size: 36px;
        font-weight: 600;
    }

    .be_part_txt span {
        font-size: 15px;
        line-height: 26px;
        width: 79%;
        display: block;
        margin: 0 auto;
    }

.bottom_span {
    font-weight: bold;
    padding-top: 40px;
}

.txt_resume {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 40px;
}

.shar_resume_bock input::placeholder, .shar_resume_bock select {
    text-transform: uppercase;
    color: #0D479B;
    font-size: 15px;
    font-weight: bold;
}

.shar_ul {
    width: 79%;
    display: block;
    margin: 0 auto;
}

    .shar_ul input, .shar_ul select {
        padding: 13px 20px;
        height: 48px;
        margin-bottom: 41px;
        border-radius: 8px;
        line-height:48px;
    }


.shar_resume_bock {
    padding-bottom: 93px;
}

    .shar_resume_bock li:last-child input {
        margin-bottom: 0px;
    }

.icon_down {
    position: absolute;
    float: right;
    right: 30px;
    top: 15px;
    font-size: 20px;
    color: #C3D4EB;
}

.form-control {
    border: 1px solid #C3D4EB;
}
.attch_button{
    width: 100%;
    border-radius:0px 10px 10px 0px !important;
    outline:0;
}
    .attch_button:before {
        content: "Attach File";
        position: absolute;
        z-index: 1;
        width: 150px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        top: 0;
        font-size: 17px;
        font-weight: 600;
        text-transform: capitalize;
        color: #fff;
        padding: 0px;
        right: 0;
        background: #115A9C;
        border-radius: 0px 10px 10px 0px !important;
    }
.attch_button_input{
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
    z-index: 9;
    width:150px;
    right:0;
}
.attch_div {
    position: relative;
}
.text_att {
    width: calc(100% - 148px);
    pointer-events: none;
    border-radius: 8px 0px 0px 8px !important;
}
.c_send {
    width: 150px;
    padding: 5px;
    height: auto;
    font-size: 15px;
}
@media only screen and (max-width:992px) {

    .attch_button:before, .attch_button_input {
        font-size: 15px;
        width: 100px;
    }
    .text_att {
        width: calc(100% - 100px);
        pointer-events: none;
        border-radius: 8px 0px 0px 8px !important;
    }
    .we_looking_ul {
        display: block !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .we_looking_ul li:first-child {
            padding-right: 0px;
        }

        .we_looking_ul p, .be_part_txt p, .txt_resume, .career_in_word h1 {
            font-size: 20px;
            margin-bottom: 15px;
        }

    .career_in_word h1 {
        line-height: normal;
        margin-bottom:0px;
    }
    .career_in_word {
    line-height: 10px;
}
    .career_in_word span {
        font-size: 15px;
        line-height:15px;

    }

    .be_part_img {
        padding: 15px 0;
        margin-bottom: 15px;
    }

    .shar_ul {
        width: 100%;
    }
    .we_looking_ul span, .be_part_txt span {
    font-size: 12px;
    line-height: 22px;
    width:100%;
}
    .shar_resume_bock{
        padding-bottom:50px;
    }
}
