@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Hover Transistion */
/* Custom scroll Bar */
/* Custom scroll Bar Inner */
/* Custom scroll Bar Inner */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400&display=swap");

.career_wrapper {
    margin: 20px 0;
}

.career_wrapper .nav-pills .nav-item {
    padding: 0;
}

.career_wrapper .nav-pills .nav-link {
    border: 1px solid #d5d4d4 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: no-drop;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.career_wrapper .nav-pills .nav-link.enable_tab_btn {
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
    pointer-events: all;
    cursor: pointer;
}

.career_wrapper .nav-pills .nav-link.error_btn_active {
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
    pointer-events: all;
    cursor: pointer;
    color: red;
}

.career_wrapper .nav-pills .nav-link.active {
    background-color: #1fa898;
}

.career_wrapper .nav-pills .nav-link:not(.active):hover {
    background-color: #e4e1e1;
}

.career_wrapper .tab-content {
    margin-top: 50px;
}

.career_wrapper .tab_inner_wrapper {
    position: relative;
    padding: 20px;
    border: 1px solid #b0afaf;
}

@media all and (max-width: 991px) {
    .career_wrapper .tab_inner_wrapper {
        transition: 0.5s;
        padding: 12px;
    }
}

.career_wrapper .tab_title {
    position: absolute;
    top: -26px;
    font-size: 22px;
    font-weight: 500;
    color: white;
    background: #1fa898;
    padding: 10px 20px;
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 991px) {
    .career_wrapper .tab_title {
        transition: 0.5s;
        top: -23px;
        font-size: 20px;
        padding: 10px 18px;
    }
}

@media all and (max-width: 767px) {
    .career_wrapper .tab_title {
        transition: 0.5s;
        top: -23px;
        font-size: 18px;
        padding: 10px 16px;
    }
}

.career_wrapper .inner_table_area {
    margin-top: 20px;
}

.career_wrapper .thead-green {
    background: #1fa898;
}

.career_wrapper .thead-green th {
    color: white;
}

.career_wrapper .table_input_area {
    min-width: 100px;
    max-width: 200px;
}

.career_wrapper table th {
    font-weight: 500;
}

.career_wrapper .delete_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgb(199, 195, 195) !important;
}

.career_wrapper .delete_icon:hover {
    background: rgba(234, 234, 234, 0.767);
}

.career_wrapper .sub_text {
    font-size: 12px;
    font-weight: 400;
}

@media all and (min-width: 768px) {
    .career_wrapper .reference_area {
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        padding: 12px;
        border: 1px solid #b0afaf;
    }
}

.career_wrapper .reference_area h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
    padding-bottom: 2px;
    border-bottom: 1px solid #b0afaf;
}

@media all and (max-width: 767px) {
    .career_wrapper .reference_area h4 {
        transition: 0.5s;
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.sign_up_wrapper {
    width: 100%;
    min-height: 100vh;
}

.sign_up_wrapper .form_area {
    max-width: 850px;
    width: 100%;
    border: 1px solid #ced4da;
    padding: 20px;
    margin-bottom: 20px;
}
.resume_wrapper {
    max-width: 900px;
    width: 100%;
    margin: 20px auto;
}

@media all and (max-width: 767px) {
    .resume_wrapper {
        transition: 0.5s;
        padding: 12px;
    }
}

.resume_wrapper .apply_title_area {
    margin-bottom: 10px;
}

.resume_wrapper .apply_title_area h4 {
    font-size: 18px;
    font-weight: 400;
}

@media all and (max-width: 767px) {
    .resume_wrapper .apply_title_area h4 {
        transition: 0.5s;
        font-size: 16px;
    }
}

.resume_wrapper .apply_title_area h4 b {
    color: #a112a3;
}

.resume_wrapper .apply_title_area h6 {
    font-size: 12px;
    font-weight: 400;
}

@media all and (max-width: 767px) {
    .resume_wrapper .apply_title_area h6 {
        transition: 0.5s;
        font-size: 10px;
    }
}

.resume_wrapper .resume_area {
    border: 1px solid #d5d4d4;
}

.resume_wrapper .left_wrapper {
    height: 100%;
    padding: 10px 20px 40px 20px;
    background-color: whitesmoke;
}

@media all and (max-width: 767px) {
    .resume_wrapper .left_wrapper {
        transition: 0.5s;
        padding: 10px 12px 20px 12px;
    }
}

.resume_wrapper .user_img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 180px;
    width: 100%;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
}

.resume_wrapper .user_img img {
    max-height: 100%;
}

.resume_wrapper .user_name {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

@media all and (max-width: 991px) {
    .resume_wrapper .user_name {
        transition: 0.5s;
        font-size: 20px;
        margin-top: 15px;
    }
}

.resume_wrapper .contact_list {
    margin-top: 30px;
    margin-bottom: 40px;
}

.resume_wrapper .contact_list li {
    display: grid;
    grid-template-columns: minmax(0, 26px) repeat(1, minmax(0, 1fr));
    align-items: start;
    gap: 10px;
    margin-top: 12px;
}

.resume_wrapper .contact_list .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 26px;
    background-color: #1fa898;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.resume_wrapper .contact_list .icon i {
    color: white;
    font-size: 12px;
}

.resume_wrapper .contact_list a {
    font-size: 16px;
    font-weight: 500;
}

.resume_wrapper .contact_list a:hover {
    opacity: 0.8;
}

.resume_wrapper .resume_title_grid {
    display: grid;
    grid-template-columns: minmax(0, 28px) repeat(1, minmax(0, 1fr));
    align-items: center;
    gap: 12px;
}

.resume_wrapper .resume_title_grid .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 28px;
    background-color: #1fa898;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.resume_wrapper .resume_title_grid i {
    color: white;
    font-size: 15px;
}

.resume_wrapper .resume_title_grid h3 {
    font-size: 22px;
    font-weight: 500;
}

@media all and (max-width: 991px) {
    .resume_wrapper .resume_title_grid h3 {
        transition: 0.5s;
        font-size: 20px;
    }
}

.resume_wrapper .resume_title_grid h3 b {
    font-weight: 600;
    color: #1fa898;
}

.resume_wrapper .information_item {
    margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .resume_wrapper .information_item {
        transition: 0.5s;
        margin-top: 20px;
    }
}

@media all and (max-width: 767px) {
    .resume_wrapper .information_item {
        transition: 0.5s;
        margin-top: 15px;
    }
}

.resume_wrapper .information_item h4 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.resume_wrapper .information_item h5 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 2px;
    text-transform: capitalize;
}

.resume_wrapper .right_wrapper {
    margin-top: 10px;
}

@media all and (max-width: 767px) {
    .resume_wrapper .right_wrapper {
        transition: 0.5s;
        margin-top: 30px;
    }
}

.resume_wrapper .right_item {
    margin-bottom: 20px;
}

@media all and (max-width: 767px) {
    .resume_wrapper .right_item {
        transition: 0.5s;
        padding: 0 12px;
    }
}

.resume_wrapper .right_item .category_item:last-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #b0afaf;
}

.resume_wrapper .category_item {
    margin-top: 40px;
}

@media all and (max-width: 991px) {
    .resume_wrapper .category_item {
        transition: 0.5s;
        margin-top: 30px;
    }
}

.resume_wrapper .category_item h4 {
    font-size: 18px;
    font-weight: 500;
}

@media all and (max-width: 767px) {
    .resume_wrapper .category_item h4 {
        transition: 0.5s;
        font-size: 16px;
    }
}

.resume_wrapper .category_item ul {
    margin-top: 15px;
}

.resume_wrapper .category_item ul li {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.job_wrapper a:hover {
    color: inherit;
}

.job_wrapper .job_header_wrapper {
    padding: 12px 0;
    background-color: rgb(243, 243, 243);
}

.job_wrapper .job_header_area {
    gap: 15px 12px;
}

@media all and (max-width: 767px) {
    .job_wrapper .job_header_area {
        transition: 0.5s;
        flex-direction: column;
    }
}

.job_wrapper .header_left_area {
    gap: 12px 30px;
}

.job_wrapper .header_item h4 {
    font-size: 16px;
    font-weight: 500;
}

.job_wrapper .header_item .button_group {
    gap: 10px;
    margin-top: 8px;
}

.job_wrapper .header_item button,
.job_wrapper .header_item a,
.job_wrapper .action_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid rgb(243, 244, 245) !important;
}

.job_wrapper .header_item button i,
.job_wrapper .header_item a i,
.job_wrapper .action_btn i {
    font-size: 18px;
    color: rgb(25, 135, 25);
}

.job_wrapper .header_item button:hover,
.job_wrapper .header_item a:hover,
.job_wrapper .action_btn:hover {
    background-color: rgb(190, 186, 186);
}

.job_wrapper .post_card_wrapper {
    margin-top: 30px;
}

.job_wrapper .all_checkbox {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.job_wrapper .all_checkbox .form-check-input {
    width: 18px;
    height: 18px;
}

.job_wrapper .all_checkbox label {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-left: 8px;
    margin-top: 2px;
}

.job_wrapper .all_checkbox label:hover {
    opacity: 0.8;
}

.job_wrapper .card_wrapper {
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.2588235294);
}

.job_wrapper .card_wrapper .user_header_area {
    position: relative;
    padding-bottom: 10px;
    gap: 15px 12px;
    padding: 10px 20px;
    background-color: #1fa898;
    border-bottom: 1px solid #ccc;
}

.job_wrapper .card_wrapper .user_content_area h4 {
    font-size: 20px;
    font-weight: 500;
    color: white;
}

.job_wrapper .card_wrapper .user_area {
    display: grid;
    grid-template-columns: minmax(0, 120px) minmax(0, 1fr);
    align-items: start;
    gap: 10px 20px;
    padding-left: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .job_wrapper .card_wrapper .user_area {
        transition: 0.5s;
        grid-template-columns: minmax(0, 80px) minmax(0, 1fr);
    }
}

@media all and (max-width: 767px) {
    .job_wrapper .card_wrapper .user_area {
        transition: 0.5s;
        grid-template-columns: minmax(0, 70px) minmax(0, 1fr);
        gap: 10px 10px;
        padding-left: 10px;
    }
}

.job_wrapper .card_wrapper .user_img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 991px) {
    .job_wrapper .card_wrapper .user_img {
        transition: 0.5s;
        width: 80px;
        height: 80px;
    }
}

@media all and (max-width: 767px) {
    .job_wrapper .card_wrapper .user_img {
        transition: 0.5s;
        width: 60px;
        height: 60px;
    }
}

.job_wrapper .calendar_list {
    margin-top: 10px;
}

.job_wrapper .calendar_list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 3px;
}

.job_wrapper .calendar_list li i {
    font-size: 12px;
    color: white;
}

.job_wrapper .calendar_list li span {
    font-size: 14px;
    font-weight: 600;
    color: white;
}

.job_wrapper .contact_list i {
    color: white;
}

.job_wrapper .contact_list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 16px;
    margin-top: 6px;
    color: white;
}

.job_wrapper .call_list_area .call_icon {
    font-size: 13px;
}

.job_wrapper .call_list_area .action_btn {
    width: 24px;
    height: 24px;
}

.job_wrapper .call_list_area .action_btn i {
    font-size: 13px;
}

.job_wrapper .applied_time {
    color: rgb(20, 139, 20);
}

.job_wrapper .cv_area h4 {
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.job_wrapper .cv_area a {
    color: rgb(15, 243, 45);
    font-size: 14px;
    display: inline-block;
}

.job_wrapper .cv_area a span {
    margin-left: 5px;
}

.job_wrapper .number_checkbox_area {
    position: absolute;
    top: 0;
    left: 0;
    gap: 6px;
    padding: 2px 2px 2px 6px;
    background-color: rgb(40, 39, 39);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.job_wrapper .number_checkbox_area h4 {
    font-size: 14px;
    color: white;
}

.job_wrapper .number_checkbox_area .form-check {
    top: -11px;
}

.job_wrapper .number_checkbox_area .form-check input {
    cursor: pointer;
}

@media all and (min-width: 768px) {
    .job_wrapper .user_right_area {
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        margin-top: 20px;
    }
}

.job_wrapper .user_right_area .button_group {
    gap: 10px;
}

.job_wrapper .user_right_area .button_group .action_btn i {
    font-size: 14px;
    color: white;
}

.job_wrapper .user_right_area .button_group .action_btn.shortlist_btn {
    background-color: rgb(25, 156, 25);
}

.job_wrapper .user_right_area .button_group .action_btn.reject_btn {
    background-color: rgb(236, 17, 32);
}

.job_wrapper .user_right_area .button_group .action_btn.view_btn {
    background-color: rgb(10, 118, 242);
}

.job_wrapper .card_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 15px 20px;
    padding: 20px;
}

@media all and (min-width: 768px) {
    .job_wrapper .card_grid {
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        max-height: 250px;
    }
}

@media all and (max-width: 767px) {
    .job_wrapper .card_grid {
        transition: 0.5s;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        max-height: auto;
    }
}

.job_wrapper .category_title {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 12px;
}

@media all and (max-width: 767px) {

    .job_wrapper .education_area,
    .job_wrapper .experiance_area,
    .job_wrapper .comment_area {
        transition: 0.5s;
        padding-bottom: 8px;
        border-bottom: 1px solid #ccc;
    }
}

.job_wrapper .education_item_wrapper {
    max-height: 195px;
    overflow-y: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
    overflow-y: auto;
}

.job_wrapper .education_item_wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.job_wrapper .education_item_wrapper::-webkit-scrollbar-track {
    background: rgba(153, 153, 153, 0.2);
    border-radius: 5px;
}

.job_wrapper .education_item_wrapper::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 5px;
}

.job_wrapper .education_item_wrapper::-webkit-scrollbar-thumb:hover {
    background: #f84f4f;
    cursor: grab;
}

.job_wrapper .education_item {
    margin-bottom: 10px;
}

.job_wrapper .education_item h5 {
    font-size: 18px;
    font-weight: 600;
}

.job_wrapper .education_item h4 {
    font-size: 13px;
    font-size: 400;
    margin-top: 3px;
}

.job_wrapper .comment_item {
    margin-bottom: 15px;
}

.job_wrapper .comment_item p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.job_wrapper .experiance_area .education_item_wrapper {
    max-height: 145px;
}

.skill_item {
    margin-bottom: 20px;
}

.skill_item h4 {
    font-size: 18px;
    font-size: 500;
    margin-bottom: 10px;
}

.skill_item .skill_list {
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.skill_item .skill_list li {
    font-size: 15px;
    font-weight: 500;
    padding: 5px 8px;
    background-color: #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.modal_eamil_header {
    background-color: #1fa898;
}

.modal_eamil_header .modal-title,
.modal_eamil_header button {
    color: white;
    opacity: 1;
}

.cv_overview_wrapper .overview_area {
    border: 1.2px solid #1bff00;
    padding: 10px 20px;
    margin-top: 20px;
    background: rgba(39, 131, 39, 0.1882352941);
}

.cv_overview_wrapper .overview_area h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.cv_overview_wrapper .overview_area h3 span {
    color: #f52549;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cv_overview_wrapper .overview_area h3 {
        transition: 0.5s;
        font-size: 22px;
    }
}

@media all and (max-width: 767px) {
    .cv_overview_wrapper .overview_area h3 {
        transition: 0.5s;
        font-size: 20px;
    }
}

.cv_overview_wrapper .overview_area p {
    font-size: 14px;
}

.cv_overview_wrapper .overivew_item {
    position: relative;
    border-radius: 7px;
    border: 1.2px solid #4ad63b;
    padding: 12px;
    background: rgba(150, 221, 150, 0.1882352941);
    margin-top: 20px;
}

.cv_overview_wrapper .overivew_item h4 {
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.cv_overview_wrapper .overivew_item h5 {
    font-size: 16px;
    font-weight: 500;
}

.cv_overview_wrapper .overivew_item .icon {
    position: absolute;
    top: 40px;
    right: 20px;
}

.cv_overview_wrapper .overivew_item .icon i {
    font-size: 22px;
    color: #19a524;
}

.cv_overview_wrapper .details_area {
    margin-top: 20px;
}

.cv_overview_wrapper .cv_overview_area {
    margin-top: 20px;
}

.cv_overview_wrapper .cv_overview_area h3 {
    font-size: 18px;
    font-weight: 500;
}

.cv_overview_wrapper .shortlist_item {
    padding: 14px;
    margin-top: 20px;
    background: #e6cbcb;
}

.cv_overview_wrapper .shortlist_item.save_serach_item {
    background-color: #cfc5e8;
}

.cv_overview_wrapper .shortlist_item.short_item {
    background-color: #cbe6c6;
}

.cv_overview_wrapper .shortlist_item h4 {
    font-size: 17px;
    margin-bottom: 10px;
}

.cv_overview_wrapper .shortlist_item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

.cv_overview_wrapper .shortlist_item ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.cv_overview_wrapper .shortlist_item ul li h5,
.cv_overview_wrapper .shortlist_item ul li h6 {
    font-size: 16px;
    font-weight: 400;
}

.shortlist_user_wrapper .card_item {
    position: relative;
    padding: 20px;
    margin-top: 40px;
    width: 100%;
    background-color: #f9f9f9;
    box-shadow: 5px 5px 9px rgba(175, 173, 173, 0.2509803922);
}

.shortlist_user_wrapper .user_img {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    border: 1px solid #1bff00;
}

.shortlist_user_wrapper .user_img img {
    width: 100%;
    height: 100%;
}

.shortlist_user_wrapper .user_content_area {
    margin-top: 30px;
}

.shortlist_user_wrapper .user_content_area h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.shortlist_user_wrapper .user_content_area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shortlist_user_wrapper .user_content_area ul li {
    font-size: 17px;
    margin-bottom: 5px;
}

.shortlist_user_wrapper .card_footer {
    margin-top: 30px;
    border-top: 1px solid rgb(201, 198, 198);
}

.shortlist_user_wrapper .card_footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 14px;
}

.shortlist_user_wrapper .card_footer ul i {
    font-size: 18px;
}

/* Hero Section */
.hero_wrapper_new {
    position: relative;
    padding: 30px 0;
    background-color: #0eb1d2;
    min-height: 230px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero_wrapper_new {
        transition: 0.5s;
        min-height: 330px;
    }
}

@media all and (max-width: 767px) {
    .hero_wrapper_new {
        transition: 0.5s;
        min-height: 230px;
    }
}

.hero_wrapper_new .row,
.hero_wrapper_new .container,
.hero_wrapper_new .col-12,
.hero_wrapper_new .content_area {
    height: 100%;
}

.hero_wrapper_new .content_area {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hero_wrapper_new .content_area h6 {
    font-size: 30px;
    font-weight: 500;
    color: white;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero_wrapper_new .content_area h6 {
        transition: 0.5s;
        font-size: 48px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero_wrapper_new .content_area h6 {
        transition: 0.5s;
        font-size: 40px;
    }
}

@media all and (max-width: 767px) {
    .hero_wrapper_new .content_area h6 {
        transition: 0.5s;
        font-size: 34px;
    }
}

.hero_wrapper_new .content_area p {
    color: #c8dcff;
    margin-top: 25px;
}

@media all and (max-width: 991px) {
    .hero_wrapper_new .content_area p {
        transition: 0.5s;
        margin-top: 20px;
    }
}

.hero_wrapper_new .content_area .btn_area {
    margin-top: 40px;
}

@media all and (max-width: 991px) {
    .hero_wrapper_new .content_area .btn_area {
        transition: 0.5s;
        margin-top: 30px;
    }
}

.hero_wrapper_new .content_area .btn_area .btn {
    padding: 16px 33px;
    background-color: #273436;
}

.hero_wrapper_new .content_area .btn_area .btn:hover {
    background-color: #343636;
}

.hero_wrapper_new .banner_shape1 {
    position: absolute;
    bottom: 0;
    left: 10px;
}

.hero_wrapper_new .banner_shape2 {
    position: absolute;
    top: 12%;
    width: 100vw;
}

/* Group Slider Section */
.group_slider_wrapper {
    margin-top: -123px;
}

@media all and (max-width: 991px) {
    .group_slider_wrapper {
        transition: 0.5s;
        margin-top: -230px;
    }
}

.group_slider_wrapper .img_item {
    width: 100%;
    height: 350px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .group_slider_wrapper .img_item {
        transition: 0.5s;
        height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .group_slider_wrapper .img_item {
        transition: 0.5s;
        height: 300px;
    }
}

@media all and (max-width: 767px) {
    .group_slider_wrapper .img_item {
        transition: 0.5s;
        height: 200px;
    }
}

.group_slider_wrapper .img_item img {
    width: 100%;
    height: 100%;
}

.group_slider_wrapper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 11px;
    height: 11px;
    background: #1fa898;
}

.group_slider_wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.group_slider_wrapper .swiper-slide .img_item {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    opacity: 0.7;
}

.group_slider_wrapper .swiper-slide-active .img_item {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}

/* Job list Section */
.job_list_wrapper {
    padding: 20px 0px;
    background: #f5f7fa;
}

.job_list_wrapper .btn_area {
    margin-top: 10px;
    padding: 20px 0px 0px 40px;
    text-align: right;
    margin-right: 20px;
    margin-bottom: 30px;


}

.job_list_title h4 {
    padding: 5px 0px 10px;
    text-align: center;
    color: #0EB1D2;
    font-size: 30px;
}


@media all and (max-width: 991px) {
    .job_list_wrapper {
        transition: 0.5s;
        padding: 30px 0px;
    }
}

.job_list_wrapper .job_list_area {
    margin-top: 40px;
}

.job_list_wrapper .job_list_grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.5fr) minmax(0, 0.8fr);
    align-items: center;
    gap: 12px 20px;
    background-image: linear-gradient(180deg, #fff, #fff);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 47px 20px;
    margin-top: 20px;
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) and (max-width: 991px) {
    .job_list_wrapper .job_list_grid {
        transition: 0.5s;
        padding: 30px 20px;
    }
}

@media all and (max-width: 767px) {
    .job_list_wrapper .job_list_grid {
        transition: 0.5s;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        padding: 24px 10px;
    }
}

.job_list_wrapper .job_list_grid:hover {
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.06);
    z-index: 1;
}

.job_list_wrapper .job_list_grid h4 {
    font-size: 23px;
    font-weight: 600;
    color: #000;
}

@media all and (max-width: 991px) {
    .job_list_wrapper .job_list_grid h4 {
        transition: 0.5s;
        font-size: 21px;
    }
}

@media all and (max-width: 767px) {
    .job_list_wrapper .job_list_grid h4 {
        transition: 0.5s;
        grid-column: 1/-1;
    }
}

.job_list_wrapper .experience h5,
.job_list_wrapper .experience h6 {
    font-size: 16px;
    font-weight: 400;
    color: #ababab;
}

@media all and (max-width: 991px) {

    .job_list_wrapper .experience h5,
    .job_list_wrapper .experience h6 {
        transition: 0.5s;
        font-size: 14px;
    }
}

.job_list_wrapper .experience h6 {
    margin-top: 5px;
    color: #000;
}

.job_list_wrapper .icon {
    text-align: end;
    padding-right: 12px;
}

/* Section */
/* Section */
/*
!Utilities Or Helper CSS
*/
*,
::before,
::after {
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

html,
body {
    /* overflow-x: hidden; */
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Poppins", sans-serif;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

img,
svg {
    max-width: 100%;
}

a {
    color: unset;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a,
span {
    display: inline-block;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

:focus {
    outline: none !important;
}

input,
select,
textarea {
    font-weight: 400;
    font-size: 16px;
    color: #101010;
}

input:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #1fa898 !important;
}

textarea:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

button {
    cursor: pointer;
    border: none !important;
    background-color: transparent;
}

button:hover {
    border: none !important;
}

*::-moz-placeholder {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #707070;
    text-transform: capitalize;
}

*::placeholder {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #707070;
    text-transform: capitalize;
}

*::-moz-placeholder {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #707070;
    text-transform: capitalize;
}

::-moz-selection {
    color: rgb(255, 255, 255);
    background: #1fa898;
}

::selection {
    color: rgb(255, 255, 255);
    background: #1fa898;
}

::-moz-selection {
    color: rgb(255, 255, 255);
    background: #1fa898;
}

/*  Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Common Class */
@media all and (max-width: 575px) {
    .container {
        transition: 0.5s;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media all and (min-width: 1300px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        max-width: 1200px;
    }
}

.d-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 7px 12px;
}

.g-sm {
    gap: 8px 12px;
}

.g-smm {
    gap: 8px;
}

.g-lg {
    gap: 10px 15px;
}

@media all and (max-width: 767px) {
    .mm-30 {
        transition: 0.5s;
        margin-top: 30px;
    }
}

@media all and (max-width: 991px) {
    .mlg-30 {
        transition: 0.5s;
        margin-top: 30px;
    }
}

.default_section_gap {
    margin-top: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .default_section_gap {
        transition: 0.5s;
        margin-top: 60px;
    }
}

@media all and (max-width: 767px) {
    .default_section_gap {
        transition: 0.5s;
        margin-top: 50px;
    }
}

.vertical-center th,
.vertical-center td {
    vertical-align: middle !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: none;
}

@media all and (max-width: 767px) {
    .m-sm-30 {
        transition: 0.5s;
        margin-top: 30px;
    }
}

.hide_area {
    display: none;
}

.list_disc {
    padding-left: 20px;
}

.list_disc li {
    list-style-type: disc;
}

.header_area {
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.header_area h3 {
    font-size: 38px;
    font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header_area h3 {
        transition: 0.5s;
        font-size: 34px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header_area h3 {
        transition: 0.5s;
        font-size: 30px;
    }
}

@media all and (max-width: 767px) {
    .header_area h3 {
        transition: 0.5s;
        font-size: 28px;
    }
}

.header_area p {
    margin-top: 10px;
}

.form_area .upload_img_area {
    margin-top: 20px;
}

.form_area .upload_img_area label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    background: whitesmoke;
    cursor: pointer;
}

@media all and (max-width: 767px) {
    .form_area .upload_img_area label {
        transition: 0.5s;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
    }
}

.form_area .upload_img_area label:hover {
    opacity: 0.8;
}

.form_area .upload_img_area .upload_text {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.form_area .preview_img {
    position: relative;
    width: 100%;
    height: 100%;
}

.form_area .preview_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.form_area .change_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgb(199, 195, 195);
}

.form_area .change_icon:hover {
    background: rgb(160, 159, 159);
}

.form_area .label_helper {
    font-size: 14px;
}

.form_area .form_control_file {
    padding-bottom: 36px;
}

.form_area .download_btn {
    padding: 9px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
}

@media all and (max-width: 767px) {
    .form_area .download_btn {
        transition: 0.5s;
        display: block;
        width: 100%;
    }
}

.form_area .download_btn:hover {
    background-color: #ced4da;
}

.form_area .have_account_area {
    margin-top: 30px;
}

.form_area .have_account_area h4 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
}

.form_area .have_account_area h4 a {
    color: #1fa898;
    font-weight: 600;
}

.form_area .have_account_area h4 a:hover {
    opacity: 0.8;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.custom-select.is-valid,
.was-validated .custom-select:valid {
    background-image: none !important;
    padding-right: 0.75rem !important;
}

.invalid-feedback {
    text-transform: capitalize;
}

.star {
    position: relative;
    top: 4px;
    color: rgb(228, 24, 24);
}

.table-responsive {
    overflow: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
    background: rgba(59, 58, 58, 0.2);
    border-radius: 5px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #1fa898;
    border-radius: 5px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #f84f4f;
    cursor: grab;
}

.btnNext:disabled,
.btnPrevious:disabled {
    cursor: not-allowed;
}

.selection,
.select2 {
    width: 100% !important;
}

.select2-selection.select2-selection--multiple {
    min-height: 38px;
}

.filter_form_area .form-control,
.filter_form_area .custom-select,
.filter_form_area .select2-selection {
    min-height: 48px;
}

@media all and (max-width: 991px) {

    .filter_form_area .form-control,
    .filter_form_area .custom-select,
    .filter_form_area .select2-selection {
        transition: 0.5s;
        min-height: 40px;
    }
}

.filter_form_area .select2-selection {
    line-height: 30px;
    padding-left: 10px;
}

.filter_form_area .form-check {
    border-right: 1px solid gray;
    padding: 0 10px;
    margin-top: 5px;
}

.filter_form_area .form-check-input {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    margin-left: 0;
}

.filter_form_area .form-check-label {
    cursor: pointer;
    padding-left: 22px;
}

/*# sourceMappingURL=style.css.map */