.join-form-wrapper input,
.join-form-wrapper select,
.join-form-wrapper textarea {
    width: 100% !important;
    padding: 14px 18px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background: #fff;
    font-size: 14px;
}
.join-form-wrapper .nice-select{
    width: 100% !important;
    height: 55px;
    border-radius: 0;
    line-height: 55px;
    padding-left: 51px;
}
.join-form-wrapper .nice-select:focus{
    border-color: #F07B22 !important;
    outline: none;
}
.nice-select ul.list{
    width: 100% !important;
    max-height: 200px;
    overflow-y: auto;
}   
.nice-select ul.list li:first-child{
    display: none;
}
.join-form-wrapper input:focus,
.join-form-wrapper select:focus,
.join-form-wrapper textarea:focus {
    border-color: #F07B22 !important;
    outline: none;
}

.join-upload-label {
    display: block;
    font-weight: 600;
    cursor: pointer;
}

.join-upload-label input {
    margin-top: 10px;
}
.page-title-area::before {
    content: "";
    position: absolute;
    inset-inline-start: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.page-title-area::after {
    content: "";
    position: absolute;
    background-color: var(--c);
    width: 179px;
    height: 350px;
    inset-inline-end: 0;
    bottom: 0;
    z-index: 1;
    border-start-start-radius: 200px;
}


@media (max-width: 992px) and (min-width: 768px) {
    .justify-content-center .col-lg-8 {
        width: 75%;
    }
    .page-title-area::after{
        width: 123px !important;
    }
}

@media (max-width: 768px){
    .justify-content-center .col-lg-8 {
        position: relative;
        top: -50px;
    }
    .page-title-area::after{
        width: 123px !important;
    }
}
@media (max-width: 505px){
h1.text-white.mb-20{
    font-size: 35px !important;
 }
 .justify-content-center .col-lg-8 {
        position: relative;
        top: -75px;
    }
    .section-title.text-center h2{
        font-size: 30px !important;
        
    }
}

button.theme_btn {
    border-color: #F07B22 !important;
}
button.theme_btn:hover,button.theme_btn:focus {
    border-color: #000 !important;
}
input[type="file"] {
    cursor: pointer;
}
.contact-form .input-box.cv-input::before{
   content : "\f2bb";
   top: 52px !important;
}

.contact-form .input-box.phone-input::before{
   content : "\f095";
}
.contact-form .input-box.subj-input::before{
   content : "\f03a";
}
.contact-form .input-box.msg-input::before{
   content : "\f27a";
}
small.form-error {
    color: rgb(246, 67, 13);
    display: block;
    margin-top: 5px;
}

.join-alert {
    display: none;
    background: rgba(220, 53, 69, 0.08);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.25);
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
}
