@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/animate.css);
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&display=swap');


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #95A635;
    --sub-color: #28323C;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Cairo', sans-serif;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cairo', sans-serif;
    font-weight: 800;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    padding-top: 100px;
}

.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}


/* Style Header */

#header {
    width: 100%;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    max-width: 180px;
}

.main_menu {
    display: flex;
    align-items: center;
}

.main_menu > li > a {
    display: block;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    padding: 10px 20px;
}

.main_menu > li.active a {
    color: var(--main-color);
    font-weight: 500;
}

.btn-login {
    margin-left: 15px;
}
.ltr .btn-login {
    margin-right: 15px;
    margin-left: unset;
}

.btn-login .btn-site {
    background: #bfbfbf
}

.btn-login .btn-site span {
    color: #000
}

#header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    z-index: 33;
}
.menu-mobile {
    display: none;
    background: #fff;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    width: 100%;
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
}
.menu-mobile ul {
    display: flex;
}
.menu-mobile ul li {
    flex: 1;
}
.menu-mobile ul li a {
    display: block;
    text-align: center;
    color: #000;
}
.menu-mobile ul li.active a {
    color: var(--main-color);
}
.menu-mobile ul li.active a svg {
    fill: var(--main-color);
}
.menu-mobile span {
    display: block;
}
.menu-mobile span svg {
    height: 25px;
    width: 25px;
}


/* Style Home Slide */

.section_home {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.logo-incu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 160px;
    padding: 10px;
    background: #fbfbfb
}

.logo-incu img {
    max-width: 100%;
    max-height: 100%;
}

.txt--incubator h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
}

.txt--incubator p {
    margin-bottom: 10px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 47px;
}


/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.sec_head h2 {
    color: var(--main-color);
    font-size: 28px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    text-transform: uppercase
}

.sec_head p {
    font-size: 14px;
    color: var(--sub-color);
    font-weight: 400;
}

.btn-site {
    height: 40px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-radius: 0;
    justify-content: center;
    background: var(--main-color);
    width: max-content;
    position: relative;
    overflow: hidden;
}

.btn-site:before {
    background: #EBEBEB;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}

.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-site span {
    color: #fff;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-site:hover span {
    color: var(--main-color);
}


.stage-padding {
    padding: 50px 0;
    min-height: calc(100vh - 180px);
}

/* Style Fotter */

footer {
    position: relative;
    padding: 20px 0;
    background: var(--main-color);
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.li-ft li {
    margin-left: 15px;
    display: inline-block;
}

.li-ft li a {
    color: #fff;
    font-size: 14px;
}

.li-ft li a:hover {
    color: var(--main-color);
}

.copyRight p {
    color: #fff;
    font-size: 14px;
}

.cont-bt p {
    color: #fff;
    font-size: 14px;
}

.cont-bt p a {
    color: #fff;
}


/* Style Sign Page */

.form-sign {
    width: 70%;
    margin: auto;
}

.form-login {
    width: 40%;
    margin: auto;
}

.form-st .form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-st .form-group span {
    display: none
}

.have-account {
    display: block;
    margin: 20px auto 0;
    text-align: center;
}

.form-st label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.form-st .d-flex .form-group {
    width: 50%;
    padding-right: 15px;
}
.ltr .form-st .d-flex .form-group {
    padding-right: unset;
    padding-left: 15px;
}
.form-login .d-flex .form-group {
    width: 100%;
}
.form-st .d-flex .form-group:first-child {
    padding-right: 0;
}
.ltr .form-st .d-flex .form-group:first-child {
    padding-left: 0;
}
.flex-birth {
    align-items: center;
}
.flex-birth > label {
    width: 30% !important;
}
.flex-birth .form-group {
    width: 23.3334% !important;
}
.flex-birth .form-group .form-control {
    width: 100% !important;
}

.form-st .form-control {
    background-color: #F9F7F7;
    height: 45px;
    border: 0;
    border-radius: 0;
}

.form-st .form-control::placeholder {
    font-size: 13px;
    color: #777
}

.form-st .form-select {
    padding: 10px 15px;
    background-position: left 0.75rem center;
}
.ltr .form-st .form-select {
    padding: 10px 15px;
    background-position: right 0.75rem center;
}

.form-st .form-group small {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}


.error-input .form-control {
    background: rgb(255 0 0 / 10%);
}

.form-st .error-input span {
    display: block;
    /*position: absolute;*/
    top: 0;
    left: 0;
    font-size: 12px;
    color: #FF0000;
}
.ltr .form-st .error-input span {
    left: auto;
    right: 0;
}

.form-st .btn-site {
    height: 45px;
}

.form-apply {
    width: 50%;
    margin: auto
}

.form-st textarea.form-control {
    height: 140px;
}

.flex-check {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.flex-check .inputGroup {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 5px;
}

.inputGroup input {
    display: none;
}

.inputGroup label {
    width: 100%;
    display: block;
    color: #1F1F1F;
    background: #F9F7F7;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    padding: 13px 15px;
    height: 45px;
}

.inputGroup label small {
    display: block;
    font-weight: 400;
}

.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.inputGroup input[type="radio"] ~ label:after {
    border-radius: 50%
}

.inputGroup label:after {
    width: 15px;
    height: 15px;
    content: '';
    border: 0;
    border: 1.5px solid #3B3B3B;
    background-repeat: no-repeat;
    background-position: 0px 1px;
    z-index: 2;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}
.ltr .inputGroup label:after {
    left: auto;
    right: 10px;
}
.inputGroup input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.inputGroup input:checked ~ label:after {
    display: block;
    border: 0;
    background-color: var(--main-color);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
}


/* Style Jobs Page */

.data-incubator {
    display: flex;
}

.data-incubator figure {
    width: 200px;
}

.txt-incubator {
    width: calc(100% - 200px);
    padding-right: 20px;
}
.ltr .txt-incubator {
    padding-right: unset;
    padding-left: 20px;
}


.txt-incubator h3 {
    color: var(--main-color);
    font-size: 19px;
    margin-bottom: 10px;
}

.txt-incubator p {
    width: 70%;
    line-height: 1.8;
    font-weight: 600;
    font-size: 15px;
}

.jobs-incubator {
    padding: 60px 0;
    position: relative;
}

.head-inct {
    margin-bottom: 25px;
    position: relative
}

.head-inct h6 {
    color: var(--main-color);
    font-size: 21px;
}

.head-inct span {
    padding: 5px 10px;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 700;
}

.item-incubator {
    padding: 20px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    border-radius: 8px;
    margin-bottom: 20px;
}

.item-incubator span {
    display: block;
    font-size: 13px;
    color: #444;
    margin-bottom: 5px;
}

.item-incubator h5 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}

.des-job {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.date-job {
    display: flex;
    align-items: center;
}

.date-job svg {
    color: #000;
    margin-left: 5px;
}
.ltr .date-job svg {
    margin-left: unset;
    margin-right: 5px;
}

.date-job {
    color: var(--main-color);
    margin-bottom: 10px;
}

.item-incubator .btn-site {
    background: rgb(149 166 53 / 60%);
    margin: 15px 0 0;
    border-radius: 30px;
}

.item-incubator .btn-site span {
    font-weight: 600;
    font-size: 15px;
}



/* Style Job Details Page */

.data-main-job {
    position: relative;
}

.data-main-job h3 {
    color: var(--main-color);
    margin-bottom: 10px;
    font-size: 20px;
}

.data-main-job ul {
    margin-bottom: 25px;
}

.data-main-job ul li {
    display: inline-block;
    margin-left: 25px;
}
.ltr .data-main-job ul li {
    margin-left: unset;
    margin-right: 25px;
}

.data-main-job ul li p {
    display: flex;
    align-items: center;
    color: #444;
    font-weight: 600;
}

.data-main-job ul li p svg {
    color: #444;
    margin-left: 10px;
}

.req-job > div {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.req-job strong {
    font-size: 15px;
    width: 150px;
}


.des--job {
    margin-top: 50px;
}

.majors-job {
    margin-bottom: 20px;
}

.majors-job h5,
.application-requirements h5 {
    font-size: 17px;
    margin-bottom: 10px;
}

.application-requirements li {
    margin-bottom: 10px;
}

.application-requirements li p {
    font-weight: 600;
}

.btn-apply .btn-site {
    margin: 20px 0 0
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.ltr .avatar-upload .avatar-edit {
    right: auto;
    left: 12px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-edit input + label:after {
    left: auto;
    right: 0;
}

.avatar-upload .avatar-preview {
    position: relative;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Style Job Applications */

.table tbody tr td:first-child {
    padding-left: 15px;
}

.table tbody tr td {
    font-size: 14px;
}

.w35 {
    width: 35%
}

.w15 {
    width: 15%;
}

.w15 {
    width: 15%
}

.w10 {
    width: 10%
}

.table thead tr th {
    color: #000;
    background: #fafafa;
    border-bottom: 0;
}

.table thead tr th:last-child {
    text-align: start;
}

.status-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.status-order p {
    color: #000;
    font-weight: 700;
    font-size: 14px
}

.status-order .btn-site {
    margin: 0;
}

.table tbody tr td:last-child {
    padding-right: 20px;
}


/* Style 404 Page */

.cont-not-found {
    text-align: center;
}

.thumb-not-found {
    margin-bottom: 50px;
}

.thumb-not-found img {
    max-width: 380px;
}

.txt-not-found h5 {
    color: var(--main-color);
    font-weight: 500;
    margin-bottom: 15px;
}

.txt-not-found p {
    line-height: 1.4;
    color: var(--sub-color);
    font-size: 13px;
}

@media screen and (max-width: 991px) {
    .main-wrapper {
        padding-bottom: 80px;
    }
    #header .container {
        justify-content: center;
    }
    .main_menu {
        display: none;
    }
    
    .main_menu {
        position: fixed;
        bottom: 80px;
        background: #fff;
        width: 100%;
        border-top: 5px solid var(--main-color);
        height: 50%;
    }
    
    .menu-mobile {
        display: block;
    }
    .ls_home,
    .ls_my_applications,
    .ls_my_account {
        display: none;
    }
    .form-login {
        width: 70%;
    }
    footer .container {
        justify-content: center;
        flex-direction: column;
    }
    .copyRight {
        text-align: center;
        margin: 10px 0;
    }
    .form-st .d-flex {
        flex-wrap: wrap;
    }
    .form-st .d-flex .form-group {
        padding: 0;
        width: 100%;
    }
  
    td, th {
    white-space: nowrap;
    }
}



 
    
    
    .form-check {
    display: block;
    min-height: 1.5rem;
    margin-top: 1.5rem;
    padding-right: 1.5em;
    margin-bottom: 0.125rem;
    
    }
    
   .form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
}
    
    .form-st label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    }
    
    
    ul.d-flex li{
        margin: 0 5px;
    }
    
    
    .btn-remove{
        background: #f00;
    }