/* Banner */
.standard-ip-banner {
    background: #000;
}

.standard-ip-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(252,217,0);
    background: linear-gradient(90deg, rgba(252,217,0,1) 0%, rgba(0,12,255,1) 100%);
    z-index: 5;
    opacity: 0.3;
}

.standard-ip-banner canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
    z-index: 1;
    min-height: 250px;
}

/* Global */
.standard-ip-container {
    max-width: 1470px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

/* Page Title and Breadcrumbs */
.ip-breadcrumbs {
    font-size: 14px;
    color: #000;
    margin: 0 0 32px;
}

.ip-breadcrumbs a {
    color: #000;
}

.ip-breadcrumbs .breadcrumb_last {
    font-weight: 700;
    color: #000CFF;
}

.ip-title h1 {
    margin: 0;
    padding: 0;
    font-size: clamp(30px,2.083vw,40px);
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.standard-ip-title {
    padding: 20px 0 55px;
}

/* Top Section */
.ip-careers-top {
    padding: 50px 0 124px;
}

.ip-careers-top-col {
    width: 50%;
}

.careers-desc {
    padding: 0 0 0 15px;
}

.careers-desc .ip-careers-top-col-inner {
    max-width: 660px;
    width: 100%;
    margin: 0 0 0 auto;
}

.careers-desc h2 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    color: #000;
    font-size: clamp(20px,1.563vw,30px);
    font-weight: 700;
}

.careers-desc h2 span {
    color: #000CFF;
}

.careers-desc h3 {
    margin: 17px 0 25px;
    padding: 0;
    line-height: 1.3;
    font-size: clamp(20px,1.563vw,30px);
    font-weight: 700;
    color: #000;
}

.careers-desc p {
    font-size: clamp(15px, 1.302vw, 25px);
    font-weight: 300;
    line-height: 1.3;
    color: #000;
}

.cimg .img-wrapper {
    border-radius: 20px;
    overflow: hidden;
}

/* Middle Section */
.ip-careers-mid {
    padding: clamp(80px,8.021vw,154px) 15px;
    background: rgba(0,0,0,.1);
}

.ip-careers-mid>.bg-canvas {
    opacity: .1
}

.ip-careers-mid::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fcd900;
    background: linear-gradient(90deg,#fcd900 0%,#000cff 100%);
    z-index: 5;
    opacity: .3
}

.ip-careers-mid-main h2 {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: clamp(40px,3.646vw,70px);
    font-weight: 700;
    line-height: 1.3;
}

.ip-careers-mid-main h2 span {
    color: #000CFF;
}

.ip-careers-mid-main button {
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: clamp(50px, 3.646vw, 70px);
    max-width: clamp(220px, 15.885vw, 305px);
    width: 100%;
    margin: 40px auto 0;
    border-radius: 20px;
    background: #000CFF;
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(15px, 1.302vw, 25px);
    font-weight: 300;
    transition: all .3s ease;
    cursor: pointer;
}

.ip-careers-mid-main button:hover {
    background: #e00;
}

/* Form */
.lcf-half,
.lcf-third {
    display: flex;
    flex-wrap: wrap;
}

.lcf-half .lcf-field {
    width: 50%;
}

.lcf-third .lcf-field {
    width: calc(100% / 3);
    padding: 0 10px;
}

.lcf-third {
    margin: 0 -10px;
}


.lcf-half {
    display: flex;
    flex-wrap: wrap;
}

.lcf-half .lcf-field:first-child {
    padding-right: 10px;
}

.lcf-half .lcf-field:last-child {
    padding-left: 10px;
}

.lcf-field label {
    color: #000 !important;
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 700;
}

.lcf-field input,
.lcf-field select,
.lcf-field textarea {
    width: 100% !important;
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    height: 47px;
}

.lcf-field input:hover,
.lcf-field select:hover,
.lcf-field textarea:hover {
    border: 0 !important;
    border-bottom: 1px solid #0000ff !important;
}

.lcf-field textarea {
    resize: none;
    height: 47px;
}

.lcf-field select {
    height: 47px;
}

.lcf-field {
    margin: 0 0 20px;
}

.cform-box .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 0;
}

.cform-box .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    text-align: center;
    width: auto;
}

.cform-box .wpcf7 .lcf-field-submit input {
    border: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: clamp(50px, 3.646vw, 70px) !important;
    max-width: clamp(220px, 15.885vw, 305px) !important;
    width: 100% !important;
    margin: 0 auto !important;
    border-radius: 20px !important;
    background: #e00 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: clamp(15px, 1.302vw, 25px) !important;
    font-weight: 300 !important;
    transition: all .3s ease;
    cursor: pointer;
    letter-spacing: 0 !important;
}

.cform-box .wpcf7 .lcf-field-submit input:hover {
    background: #0000ff !important;
}

.cform {
    max-width: 1450px;
    width: 100%;
    margin: auto;
    background: rgba(255, 255, 255, 0.7);
    padding: 80px 15px 50px;
    border-radius: 33px;
}

.cform-box {
    position: relative;
    max-width: 1228px;
    width: 100%;
    margin: auto;
}

.lcf-field .wpcf7-form-control.wpcf7-acceptance label {
    display: flex !important;
}

.lcf-field .wpcf7-form-control.wpcf7-acceptance input {
    height: 15px;
    width: 15px !important;
}

.lcf-field .wpcf7-list-item-label {
    width: calc(100% - 15px);
    display: block;
    font-size: 12px !important;
    letter-spacing: 0;
    padding: 0 0 0 10px;
}

.lcf-field .wpcf7-list-item {
    margin: 0;
}

.lcf-field .wpcf7-form-control.wpcf7-acceptance {
    margin: 40px 0 0;
    display: block;
}

.lcf-field .wpcf7-form-control-wrap.file-280 input {
    padding: 15px 0 0;
}

.lcf-field .wpcf7-form-control-wrap.file-280 {
    padding: 0 0 0;
    display: block;
}

.lcf-field-submit {
    margin: 40px 0 15px;
}

.ip-careers-bot h2 {
    text-align: center;
    color: #000;
    padding: 0;
    margin: 0;
    font-size: clamp(20px,1.563vw,30px);
    font-weight: 700;
}

.ip-careers-bot {
    padding: 100px 0 0;
}

@media only screen and (max-width: 1023px) {

    #et-main-area {
        padding-top: 0 !important;
    }

    .ip-careers-top {
        padding: 0 0 50px;
    }

    .ip-careers-top-col {
        width: 100%;
    }

    .cform-txt {
        text-align: center;
    }

    .cimg .img-wrapper {
        max-width: 620px;
        width: 100%;
        margin: auto;
    }

    .careers-desc {
        padding: 0;
    }


    .lcf-half .lcf-field,
    .lcf-third .lcf-field {
        width: 100%;
        padding: 0 !important;
    }

    .lcf-third {
        margin: 0;
    }

    .careers-desc .ip-careers-top-col-inner {
        margin: 50px auto 0;
        text-align: center;
        max-width: 620px;
    }

    .cform {
        padding: 80px 0 50px;
    }

}