.apply-head {
    position: relative;
    background-image: url(../image/apply/bg.jpeg);
    /* background-size: cover;
    background-position: center; */
    overflow: hidden;
    padding: 130px 0 80px 0;
}

.apply-head:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: #fd810de8;
    /*#0a58cac7;*/
}

.apply-head .header-inner {
    z-index: 2;
    position: relative;
}

.apply-head h1 {
    color: #fff;
    margin-bottom: 20px;
}

.apply-head p {
    color: #fff;
    margin-bottom: 10px;
}

.apply-content {
    padding: 80px 0;
    min-height: calc(100vh - 337px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .apply-head {
        padding: 90px 0 50px 0;
    }

}

@media (max-width: 767px) {
    .apply-head {
        padding: 90px 0 50px 0;
    }
}

.wpcf7-form-control.wpcf7-submit{
    background: var(--primary);
    color: var(--white)!important;
    box-shadow: var(--shadow-2);
    font-weight: bold!important;
    font-size: 14px;
    line-height: 20px!important;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 24px!important;
    border-radius: 4px!important;
    border: 1px solid transparent!important;
    width: auto!important;
    height: 38px!important;
}

.screen-reader-response{
    display: none;
}