@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@200;300;400;500;600;700;800;900&family=Work+Sans:wght@200;300;400;500;600;700;800;900&display=swap"); * {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

:root {
    --primary-color1: #b5323c;
    --primary-dark: #000000;
    --title-color1: #303537;
    --text-color1: #595959;
    --white: #ffffff;
    --font-exo2: "Rubik", sans-serif;
    --font-work-sans: "Work Sans", sans-serif;
}

::selection {
    color: var(--white);
    background: var(--primary-color1);
}

h1 {
    font-size: 1.875rem;
    color: var(--title-color1);
    font-family: var(--font-exo2);
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    html {
        font-size: 97%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    html {
        font-size: 95%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 90%;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    html {
        font-size: 90%;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 88%;
    }
}

body {
    font-family: var(--font-exo2);
    color: var(--text-color1);
    background: rgb(248, 248, 248);
    font-size: 16px;
    margin: 0px;
}

.bg-wight {
    background: var(--white);
}

.bg-dark {
    background: rgb(2, 11, 13) !important;
}

button {
    outline: none;
    border: none;
}

input {
    outline: none;
    border: none;
}

p {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-exo2);
    line-height: 26px;
}

a {
    text-decoration: none;
    color: unset;
}

a:hover {
    text-decoration: none;
    color: unset;
}

a:focus {
    outline: solid 0px;
}

input:focus, textarea:focus, button:focus {
    outline: none;
}

i.bx {
    vertical-align: middle;
}

.mb-240 {
    margin-bottom: 240px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mb-240 {
        margin-bottom: 210px;
    }
}

@media (max-width: 991px) {
    .mb-240 {
        margin-bottom: 200px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pt-120 {
        padding-top: 90px;
    }
}

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 80px;
    }
}

.pt-90 {
    padding-top: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pt-90 {
        padding-top: 70px;
    }
}

@media (max-width: 991px) {
    .pt-90 {
        padding-top: 60px;
    }
}

.pb-90 {
    padding-bottom: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pb-90 {
        padding-bottom: 70px;
    }
}

@media (max-width: 991px) {
    .pb-90 {
        padding-bottom: 60px;
    }
}

.pb-90 {
    padding-bottom: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pb-90 {
        padding-bottom: 70px;
    }
}

@media (max-width: 991px) {
    .pb-90 {
        padding-bottom: 60px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

.pbb-120 {
    padding-top: 120px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pbb-120 {
        padding-top: 90px !important;
    }
}

@media (max-width: 991px) {
    .pbb-120 {
        padding-top: 80px !important;
    }
}

.pb-65 {
    padding-bottom: 65px;
}

.mt-120 {
    margin-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mt-120 {
        margin-top: 90px;
    }
}

@media (max-width: 991px) {
    .mt-120 {
        margin-top: 80px;
    }
}

.mb-120 {
    margin-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mb-120 {
        margin-bottom: 90px;
    }
}

@media (max-width: 991px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

.sec-mb-100 {
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .sec-mb-100 {
        margin-bottom: 40px;
    }
}

.pt-80 {
    padding-top: 80px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-110 {
    padding-top: 110px;
}

.pe-80 {
    padding-right: 80px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

.mb-70 {
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .mb-70 {
        margin-bottom: 40px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .mb-80 {
        margin-bottom: 80px;
    }
}

.mb--70 {
    margin-bottom: 70px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-10 {
    margin-bottom: 12px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

@media (max-width: 767px) {
    .mt-70 {
        margin-top: 40px;
    }
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-90 {
    margin-bottom: 90px;
}

.select2-selection {
    height: 48px;
    border: 1px solid rgba(0, 167, 172, 0.12) !important;
    border-radius: 5px !important;
}

.select2-selection .select2-search__field {
    min-height: 48px !important;
    max-height: 48px !important;
    padding: 17px 0px !important;
    margin: 0px !important;
}

.select2-selection .select2-selection__rendered {
    margin-bottom: 0px;
}

.select2-selection .select2-selection__rendered .select2-selection__choice {
    padding: 10px 30px 10px 10px;
    background-color: rgba(0, 167, 172, 0.1);
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 14px;
    color: var(--title-color1);
    border: unset;
}

.select2-selection .select2-selection__rendered .select2-selection__choice button {
    padding: 10px;
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-right: unset;
    color: var(--title-color1);
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    right: -30px;
    left: unset;
    top: 0px;
    display: contents;
}

.select2-selection .select2-selection__rendered .select2-selection__choice button span {
    padding: 0px;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 14px;
    color: var(--title-color1);
}

.select2-selection .select2-selection__rendered .select2-selection__choice button:hover {
    background: 0px 0px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
}

.select2-container--default .select2-selection--multiple {
    cursor: text;
    padding-bottom: 0px;
    padding-right: 0px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(0, 167, 172, 0.1);
    color: var(--title-color1);
}

.select2-selection__rendered {
    white-space: nowrap;
    overflow-x: scroll;
}

.select2-selection__rendered::-webkit-scrollbar {
    display: none;
}

.select-jobtag {
    padding-right: 15px;
}

.select-jobtag .select2-selection {
    border: 1px solid rgb(255, 255, 255) !important;
}

.eg-preloder {
    min-width: 100%;
    min-height: 100%;
    z-index: 999999;
    inset: 0px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    position: fixed !important;
}

.section-title1 h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    line-height: 48px;
    margin-bottom: 20px;
    margin-top: -10px;
}

.section-title1 h2 span {
    color: var(--primary-color1);
}

.section-title1 p {
    margin-bottom: 0px;
    font-size: 16px;
    text-transform: capitalize;
}

.section-title2 h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--white);
    font-family: var(--font-exo2);
    line-height: 48px;
    margin-bottom: 20px;
    margin-top: -10px;
}

.section-title2 h2 span {
    color: var(--primary-color1);
}

.section-title2 p {
    margin-bottom: 0px;
    font-size: 1.125rem;
    color: var(--white);
}

.section-title3 h2 {
    font-size: 3rem;
    font-weight: 600;
    color: var(--primary-dark);
    font-family: var(--font-exo2);
    line-height: 48px;
    margin-bottom: 25px;
    margin-top: -10px;
}

.section-title3 p {
    margin-bottom: 0px;
    font-size: 1.125rem;
}

.lg-btn {
    padding: 9px 31px;
}

.lg-btn-1 {
    padding: 9px 8px;
}

.primry-btn-1 {
    font-size: 1.063rem;
    font-weight: 500;
    color:  #b5323c;
    font-family: var(--font-exo2);
    display: flex;
    align-items: center;
    border: 1px solid #b5323c;
    background-color: var(--white);
    border-radius: 8px;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 1;
    white-space: nowrap;
}

.primry-btn-1 svg {
    fill: var(--title-color1);
    margin-right: 8px;
    transition: all 0.5s ease 0s;
}

.primry-btn-1 img {
    padding-right: 10px;
}

.primry-btn-1::after {
    transition: all 0.5s ease 0s;
    position: absolute;
    border-radius: 5px;
    inset: 0px 50%;
    opacity: 0;
    content: "";
    background-color: var(--primary-color1);
    z-index: -1;
}

.primry-btn-1:hover {
    color: #b5323c;
}

.primry-btn-1:hover svg {
    fill: var(--white);
}

.primry-btn-1:hover::after {
    background: none;
}

.primry-btn-2 {
    font-size: 1.063rem;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font-exo2);
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: var(--primary-color1);
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 1;
    white-space: nowrap;
}

.primry-btn-2 svg {
    fill: var(--white);
    margin-left: 8px;
    margin-right: 8px;
}

.primry-btn-2::before {
    transition: all 0.5s ease 0s;
    position: absolute;
    border-radius: 5px;
    inset: 0px 50%;
    opacity: 0;
    content: "";
    background-color: #b5323c;
    z-index: -1;
}

.primry-btn-2:hover {
    color: var(--white);
}

.primry-btn-2:hover svg {
    fill: var(--white);
}

.primry-btn-2:hover::before {
    transition: all 0.5s ease 0s;
    left: 0px;
    right: 0px;
    opacity: 1;
}

.primry-btn-3 {
    font-size: 1.063rem;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font-exo2);
    display: flex;
    align-items: center;
    background-color: var(--primary-dark);
    border: 1px solid var(--primary-dark);
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.primry-btn-3 svg {
    fill: var(--white);
    margin-left: 8px;
    margin-right: 8px;
}

.primry-btn-3::before {
    transition: all 0.5s ease 0s;
    position: absolute;
    inset: 0px 50%;
    opacity: 0;
    content: "";
    background-color: var(--white);
    z-index: -1;
}

.primry-btn-3:hover {
    color: var(--primary-dark);
}

.primry-btn-3:hover svg {
    fill: var(--primary-dark);
}

.primry-btn-3:hover::before {
    transition: all 0.5s ease 0s;
    left: 0px;
    right: 0px;
    opacity: 1;
}

.primry-btn-4 {
    font-size: 1.063rem;
    font-weight: 500;
    color: var(--primary-dark);
    font-family: var(--font-exo2);
    display: flex;
    align-items: center;
    border: 1px solid var(--primary-dark);
    background-color: var(--white);
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.primry-btn-4 svg {
    fill: var(--primary-dark);
    margin-right: 8px;
    transition: all 0.5s ease 0s;
}

.primry-btn-4::after {
    transition: all 0.5s ease 0s;
    position: absolute;
    inset: 0px 50%;
    opacity: 0;
    content: "";
    background-color: var(--primary-dark);
    z-index: -1;
}

.primry-btn-4:hover {
    color: var(--white);
}

.primry-btn-4:hover svg {
    fill: var(--white);
}

.primry-btn-4:hover::after {
    transition: all 0.5s ease 0s;
    left: 0px;
    right: 0px;
    opacity: 1;
}

.primry-btn-5 {
    font-size: 1.063rem;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font-exo2);
    border-radius: 50px;
    display: flex;
    align-items: center;
    background-color: var(--primary-color1);
    border: 1px solid var(--primary-color1);
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.primry-btn-5 svg {
    fill: var(--white);
    margin-left: 8px;
    margin-right: 8px;
    transition: all 0.5s ease 0s;
}

.primry-btn-5::before {
    transition: all 0.5s ease 0s;
    position: absolute;
    border-radius: 50px;
    inset: 0px 50%;
    opacity: 0;
    content: "";
    background-color: var(--white);
    z-index: -1;
}

.primry-btn-5:hover {
    color: var(--primary-dark);
    border-color: var(--primary-dark);
}

.primry-btn-5:hover svg {
    fill: var(--primary-dark);
}

.primry-btn-5:hover::before {
    transition: all 0.5s ease 0s;
    left: 0px;
    right: 0px;
    opacity: 1;
}

.primry-btn-6 {
    font-size: 1.063rem;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: var(--font-exo2);
    border-radius: 50px;
    display: flex;
    align-items: center;
    border: 1px solid var(--primary-color1);
    background-color: transparent;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.primry-btn-6 svg {
    fill: var(--primary-color1);
    margin-right: 8px;
    transition: all 0.5s ease 0s;
}

.primry-btn-6::after {
    border-radius: 50px;
    transition: all 0.5s ease 0s;
    position: absolute;
    inset: 0px 50%;
    opacity: 0;
    content: "";
    background-color: var(--white);
    z-index: -1;
}

.primry-btn-6:hover {
    border-color: var(--white);
}

.primry-btn-6:hover svg {
    fill: var(--white);
}

.primry-btn-6:hover::after {
    transition: all 0.5s ease 0s;
    left: 0px;
    right: 0px;
    opacity: 1;
}

.explore-btn a {
    font-size: 1.063rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    line-height: 1;
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    gap: 3px;
}

.explore-btn a span {
    display: inline-block;
    margin-left: 20px;
    margin-right: -20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

.explore-btn a span::after {
    content: url("../images/icon/explore-arrow.svg");
    position: relative;
    left: -35px;
    top: 3px;
    transition: all 0.35s ease 0s;
}

.explore-btn a:hover {
    color: var(--primary-color1);
}

.explore-btn a:hover span::after {
    left: -30px;
}

.explore-btn6 a {
    font-size: 1.063rem;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font-exo2);
    line-height: 1;
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    gap: 3px;
}

.explore-btn6 a span {
    display: inline-block;
    margin-left: 20px;
    margin-right: -20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

.explore-btn6 a span::after {
    content: url("../images/icon/explore-arrow.svg");
    position: relative;
    left: -35px;
    top: 3px;
    transition: all 0.35s ease 0s;
}

.explore-btn6 a:hover {
    color: var(--primary-color1);
}

.explore-btn6 a:hover span::after {
    left: -30px;
}

.explore-all-btn5 a {
    font-size: 1.063rem;
    font-weight: 500;
    color: var(--primary-dark);
    font-family: var(--font-exo2);
    line-height: 1;
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    gap: 3px;
}

.explore-all-btn5 a span {
    display: inline-block;
    margin-left: 20px;
    margin-right: -20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

.explore-all-btn5 a span::after {
    content: url("../images/icon/explore-arrow5.svg");
    position: relative;
    left: -35px;
    top: 3px;
    transition: all 0.35s ease 0s;
}

.explore-all-btn5 a:hover span::after {
    left: -30px;
}

.apply-btn a {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.apply-btn a span {
    display: inline-block;
    margin-left: 15px;
    margin-right: -20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

.apply-btn a span img {
    width: 18px;
}

.apply-btn a span::after {
    content: url("../images/icon/apply-arrow.svg");
    position: relative;
    left: -26px;
    top: 0px;
    transition: all 0.35s ease 0s;
}

.apply-btn a:hover {
    color: var(--primary-color1);
}

.apply-btn a:hover span::after {
    left: -22px;
}

.user-card {
    max-width: 200px;
    min-width: 200px;
    background-color: var(--white);
    border: unset;
    z-index: 999;
    padding: 0px;
    top: 29px !important;
}

.user-card > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block !important;
}

.user-card > ul li {
    display: flex;
    align-items: start;
    padding: 10px 20px;
    border-top: 1px solid rgb(238, 238, 238);
    transition: all 0.35s ease 0s;
}

.user-card > ul li a {
    display: block;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-exo2);
    color: var(--title-color1);
    transition: all 0.35s ease 0s;
}

.user-card > ul li a svg {
    fill: var(--primary-color1);
}

.user-card > ul li a svg.stroke {
    stroke: var(--primary-color1);
}

.user-card > ul li:hover a {
    color: var(--primary-color1);
}

.user-card .view-all a {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-exo2);
    text-align: center;
    display: block;
    color: var(--title-color1);
    padding: 10px;
    transition: all 0.35s ease 0s;
}

.user-card .view-all a:hover {
    color: var(--primary-color1);
}

.notifacion-card {
    max-width: 280px;
    min-width: 280px;
    background-color: var(--white);
    border: 1px solid rgb(238, 238, 238);
    z-index: 999;
    padding: 0px;
    top: 25px !important;
}

.notifacion-card .title {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-exo2);
    text-align: center;
    color: var(--title-color1);
    padding: 15px;
}

.notifacion-card > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block !important;
}

.notifacion-card > ul li {
    display: flex;
    align-items: start;
    padding: 10px 0px;
    border-top: 1px solid rgb(238, 238, 238);
}

.notifacion-card > ul li:last-child {
    border-bottom: 1px solid rgb(238, 238, 238);
}

.notifacion-card > ul li .icon {
    margin-right: 10px;
    padding-left: 10px;
}

.notifacion-card > ul li .icon img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.notifacion-card > ul li .content {
    padding-right: 10px;
    margin-top: -3px;
}

.notifacion-card > ul li .content h6 {
    margin-bottom: 3px;
    line-height: 1.1;
}

.notifacion-card > ul li .content h6 a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    font-family: var(--font-exo2);
    color: var(--title-color1);
    transition: all 0.35s ease 0s;
}

.notifacion-card > ul li .content h6 a:hover {
    color: var(--primary-color1);
}

.notifacion-card > ul li .content span {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--font-exo2);
    color: var(--text-color1);
    display: flex;
    align-items: center;
}

.notifacion-card > ul li .content span img {
    padding-right: 5px;
}

.notifacion-card .view-all a {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-exo2);
    text-align: center;
    display: block;
    color: var(--title-color1);
    padding: 10px;
    transition: all 0.35s ease 0s;
}

.notifacion-card .view-all a:hover {
    color: var(--primary-color1);
}

.notifacion-card.style-black {
    background-color: rgb(2, 11, 13);
    border: 1px solid rgb(0, 22, 24);
}

.notifacion-card.style-black .title {
    color: var(--white);
}

.notifacion-card.style-black > ul li {
    border-top: 1px solid rgb(0, 22, 24);
}

.notifacion-card.style-black > ul li:last-child {
    border-bottom: 1px solid rgb(0, 22, 24);
}

.notifacion-card.style-black > ul li .content h6 a {
    color: var(--white);
}

.notifacion-card.style-black > ul li .content h6 a:hover {
    color: var(--primary-color1);
}

.notifacion-card.style-black > ul li .content span {
    color: rgb(255, 255, 255);
}

.ui-datepicker {
    width: 17em;
    padding: 0.5em 0.5em 0px;
    display: none;
    z-index: 99;
}

.ui-datepicker td {
    border: 0px;
    padding: 2px;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0px;
    background: var(--primary-color1);
    border: 1px solid var(--primary-color1);
    color: rgb(255, 255, 255);
    border-radius: 0px;
}

div#ui-datepicker-div {
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.07) 3px 3px 10px;
    border-radius: 0px;
    margin-top: 8px;
    margin-left: -15px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid rgba(238, 238, 238, 0.5);
    background: var(--white);
    font-weight: 400;
    padding: 4px;
    transition: all 0.45s ease 0s;
    color: var(--text-color1);
    text-align: center;
}

.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover, .ui-button:hover, html .ui-button.ui-state-disabled:hover:hover, html .ui-button.ui-state-disabled:active:hover {
    border: 1px solid var(--primary-color1);
    color: var(--primary-color1);
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid var(--primary-color1) !important;
    color: var(--primary-color1) !important;
}

.ui-widget-header .ui-icon {
    background-image: unset;
    position: relative;
}

.ui-widget-header .ui-icon::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: bootstrap-icons;
    color: var(--white);
    z-index: 9;
}

.ui-datepicker-prev {
    border: 1px solid var(--primary-color1);
}

.ui-datepicker-prev:hover {
    border: 1px solid var(--primary-color1);
    background-color: inherit;
}

.ui-datepicker-prev::after {
    content: "";
    font-family: bootstrap-icons;
    font-weight: 400;
    position: absolute;
    top: -1px;
    left: 5px;
    z-index: 9;
    margin: auto;
    font-size: 22px;
    color: var(--white);
    transition: all 0.35s ease 0s;
}

.ui-datepicker-prev span.ui-icon {
    visibility: hidden;
    display: none !important;
}

.ui-datepicker-next {
    border: 1px solid var(--primary-color1);
}

.ui-datepicker-next:hover {
    border: 1px solid var(--primary-color1);
    background-color: inherit;
}

.ui-datepicker-next::after {
    content: "";
    font-family: bootstrap-icons;
    font-weight: 400;
    position: absolute;
    top: -1px;
    left: 5px;
    z-index: 9;
    margin: auto;
    font-size: 22px;
    color: var(--white);
    transition: all 0.35s ease 0s;
}

.ui-datepicker-next span.ui-icon {
    visibility: hidden;
    display: none !important;
}

.top-bar2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(243, 243, 243, 0.82);
    padding: 0px 7%;
    z-index: 9999;
    position: relative;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .top-bar2 {
        padding: 0px 5%;
    }
}

@media (max-width: 1399px) {
    .top-bar2 {
        padding: 0px 5%;
    }
}

@media (max-width: 1199px) {
    .top-bar2 {
        padding: 0px 3%;
    }
}

@media (max-width: 991px) {
    .top-bar2 {
        padding: 0px;
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 576px) {
    .top-bar2 {
        justify-content: center;
    }
}

.top-bar2 p {
    margin-bottom: 0px;
}

.top-bar2 p a {
    font-weight: 500;
    color: var(--primary-color1);
    padding-left: 5px;
}

@media (max-width: 576px) {
    .top-bar2 p {
        display: none;
        visibility: hidden;
    }
}

.top-bar2 .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
    position: relative;
    z-index: 9;
}

.top-bar2 .top-bar-right .language-select {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    transition: all 0.35s ease 0s;
    padding: 15px 0px;
}

.top-bar2 .top-bar-right .language-select > img {
    margin-right: 10px;
}

.top-bar2 .top-bar-right .language-select span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--title-color1);
    font-family: var(--font-work-sans);
}

.top-bar2 .top-bar-right .language-select ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    top: 40px;
    left: 0px;
    background: rgb(245, 245, 245);
    min-width: 100px;
    height: auto;
    z-index: 99;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.6s ease 0s;
    text-align: right;
}

.top-bar2 .top-bar-right .language-select ul li {
    padding: 8px 12px;
    display: flex;
}

.top-bar2 .top-bar-right .language-select ul li span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.top-bar2 .top-bar-right .language-select ul li img {
    margin-right: 10px;
}

.top-bar2 .top-bar-right .language-select ul li:hover span {
    color: var(--primary-color1);
}

.top-bar2 .top-bar-right .language-select:hover ul {
    display: block;
    visibility: visible;
}

@media (max-width: 991px) {
    .top-bar2 .top-bar-right .social-area {
        display: none;
        visibility: hidden;
    }
}

.top-bar2 .top-bar-right .social-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-bar2 .top-bar-right .social-area ul li a {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0, 167, 172);
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.35s ease 0s;
}

.top-bar2 .top-bar-right .social-area ul li a i {
    color: var(--primary-color1);
    transition: all 0.35s ease 0s;
}

.top-bar2 .top-bar-right .social-area ul li a:hover {
    background-color: var(--primary-color1);
}

.top-bar2 .top-bar-right .social-area ul li a:hover i {
    color: var(--white);
}

.top-bar3 {
    border-bottom: 1px solid rgb(241, 241, 241);
    z-index: 9999;
    position: relative;
    padding: 15px 12%;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .top-bar3 {
        padding: 15px 7%;
    }
}

@media (max-width: 1399px) {
    .top-bar3 {
        padding: 15px 7%;
    }
}

@media (max-width: 1199px) {
    .top-bar3 {
        padding: 15px 3%;
    }
}

@media (max-width: 991px) {
    .top-bar3 {
        padding: 0px;
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 576px) {
    .top-bar3 {
        justify-content: center;
    }
}

.top-bar3 p {
    margin-bottom: 0px;
}

.top-bar3 p a {
    font-weight: 500;
    color: var(--primary-color1);
    padding-left: 5px;
}

@media (max-width: 576px) {
    .top-bar3 p {
        display: none;
        visibility: hidden;
    }
}

.top-bar3 .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
    position: relative;
    z-index: 9;
}

.top-bar3 .top-bar-right .language-select {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    transition: all 0.35s ease 0s;
    padding: 15px 0px;
}

.top-bar3 .top-bar-right .language-select > img {
    margin-right: 10px;
}

.top-bar3 .top-bar-right .language-select span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--title-color1);
    font-family: var(--font-work-sans);
}

.top-bar3 .top-bar-right .language-select ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    top: 50px;
    left: 0px;
    background: rgb(245, 245, 245);
    min-width: 100px;
    height: auto;
    z-index: 99;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.6s ease 0s;
    text-align: right;
}

.top-bar3 .top-bar-right .language-select ul li {
    padding: 8px 12px;
    display: flex;
}

.top-bar3 .top-bar-right .language-select ul li span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.top-bar3 .top-bar-right .language-select ul li img {
    margin-right: 10px;
}

.top-bar3 .top-bar-right .language-select ul li:hover span {
    color: var(--primary-color1);
}

.top-bar3 .top-bar-right .language-select:hover ul {
    display: block;
    visibility: visible;
}

@media (max-width: 991px) {
    .top-bar3 .top-bar-right .social-area {
        display: none;
        visibility: hidden;
    }
}

.top-bar3 .top-bar-right .social-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-bar3 .top-bar-right .social-area ul li a {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0, 167, 172);
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.35s ease 0s;
}

.top-bar3 .top-bar-right .social-area ul li a i {
    color: var(--primary-color1);
    transition: all 0.35s ease 0s;
}

.top-bar3 .top-bar-right .social-area ul li a:hover {
    background-color: var(--primary-color1);
}

.top-bar3 .top-bar-right .social-area ul li a:hover i {
    color: var(--white);
}

header.style-1 {
    position: relative;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
}

header.style-1.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    animation: 0.65s linear 0s 1 normal none running smooth-header;
    background-color: var(--white);
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

header.style-1.sticky .main-menu ul > li::before {
    top: -9px;
}

header.style-1.sticky .header-main-logo {
    display: none !important;
    visibility: hidden !important;
}

header.style-1.sticky .header-logo {
    padding: 0px 110px;
    display: block !important;
    visibility: visible !important;
}

@media (max-width: 1700px) {
    header.style-1.sticky .header-logo {
        padding: 0px 80px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-1.sticky .header-logo {
        padding: 0px 50px;
    }
}

@media (max-width: 1399px) {
    header.style-1.sticky .header-logo {
        padding: 0px 20px;
    }
}

@media (max-width: 991px) {
    header.style-1.sticky .header-logo {
        padding: 15px 20px;
    }
}

header.style-1.sticky .top-bar {
    display: none !important;
    visibility: hidden !important;
}

header.style-1.sticky .menu-area {
    border-bottom: 1px solid rgb(241, 241, 241) !important;
}

header.style-1 .header-main-logo {
    padding: 0px 105px;
}

@media (max-width: 1700px) {
    header.style-1 .header-main-logo {
        padding: 0px 80px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-1 .header-main-logo {
        padding: 0px 50px;
    }
}

@media (max-width: 1399px) {
    header.style-1 .header-main-logo {
        padding: 0px 20px;
    }
}

header.style-1 .mobile-logo-wrap img {
    max-width: 120px;
}

header.style-1 .menu-topbar-area {
    width: 100%;
    border-left: 1px solid rgb(241, 241, 241);
    padding-right: 110px;
}

@media (max-width: 1700px) {
    header.style-1 .menu-topbar-area {
        padding-right: 80px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-1 .menu-topbar-area {
        padding-right: 50px;
    }
}

@media (max-width: 1399px) {
    header.style-1 .menu-topbar-area {
        padding-right: 20px;
    }
}

header.style-1 .menu-topbar-area .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(241, 241, 241);
}

@media (max-width: 991px) {
    header.style-1 .menu-topbar-area .top-bar {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 576px) {
    header.style-1 .menu-topbar-area .top-bar {
        justify-content: center;
    }
}

header.style-1 .menu-topbar-area .top-bar p {
    margin-bottom: 0px;
    padding-left: 25px;
}

header.style-1 .menu-topbar-area .top-bar p a {
    font-weight: 500;
    color: var(--primary-color1);
    padding-left: 5px;
}

@media (max-width: 576px) {
    header.style-1 .menu-topbar-area .top-bar p {
        display: none;
        visibility: hidden;
    }
}

header.style-1 .menu-topbar-area .top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
    position: relative;
    z-index: 9;
}

header.style-1 .menu-topbar-area .top-bar .top-bar-right .language-select {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    transition: all 0.35s ease 0s;
    padding: 15px 0px;
}

header.style-1 .menu-topbar-area .top-bar .top-bar-right .language-select > img {
    margin-right: 10px;
}

header.style-1 .menu-topbar-area .top-bar .top-bar-right .language-select span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--title-color1);
    font-family: var(--font-work-sans);
}

header.style-1 .menu-topbar-area .top-bar .top-bar-right .language-select ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    top: 50px;
    left: 0px;
    background: rgb(245, 245, 245);
    min-width: 100px;
    height: auto;
    z-index: 99;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.6s ease 0s;
    text-align: right;
}

header.style-1 .menu-topbar-area .top-bar .top-bar-right .language-select ul li {
    padding: 8px 12px;
    display: flex;
}

header.style-1 .menu-topbar-area .top-bar .top-bar-right .language-select ul li span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

header.style-1 .menu-topbar-area .top-bar .top-bar-right .language-select ul li img {
    margin-right: 10px;
}

header.style-1 .menu-topbar-area .top-bar .top-bar-right .language-select ul li:hover span {
    color: var(--primary-color1);
}

header.style-1 .menu-topbar-area .top-bar .top-bar-right .language-select:hover ul {
    display: block;
    visibility: visible;
}

@media (max-width: 991px) {
    header.style-1 .menu-topbar-area .top-bar .top-bar-right .social-area {
        display: none;
        visibility: hidden;
    }
}

header.style-1 .menu-topbar-area .top-bar .top-bar-right .social-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

header.style-1 .menu-topbar-area .top-bar .top-bar-right .social-area ul li a {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0, 167, 172);
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.35s ease 0s;
}

header.style-1 .menu-topbar-area .top-bar .top-bar-right .social-area ul li a i {
    color: var(--primary-color1);
    transition: all 0.35s ease 0s;
}

header.style-1 .menu-topbar-area .top-bar .top-bar-right .social-area ul li a:hover {
    background-color: var(--primary-color1);
}

header.style-1 .menu-topbar-area .top-bar .top-bar-right .social-area ul li a:hover i {
    color: var(--white);
}

header.style-1 .header-logo {
    padding: 10px 0px;
}

@media (max-width: 991px) {
    header.style-1 .header-logo {
        width: 100px;
        padding: 20px 0px;
    }
}

header.style-1 .header-logo img {
    min-width: 120px;
    max-width: 100%;
}

header.style-1 .menu-close-btn i {
    color: var(--title-color1);
}

header.style-1 .menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.style-1 .menu-area .header-logo {
    display: none;
    visibility: hidden;
}

@media (max-width: 991px) {
    header.style-1 .menu-area .header-logo {
        display: block;
        visibility: visible;
        padding-left: 20px;
    }
}

header.style-1 .menu-area .nav-right {
    gap: 24px;
}

@media (max-width: 1500px) {
    header.style-1 .menu-area .nav-right {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    header.style-1 .menu-area .nav-right {
        justify-content: end !important;
    }
}

header.style-1 .menu-area .nav-right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

@media (max-width: 1199px) {
    header.style-1 .menu-area .nav-right ul {
        gap: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.style-1 .menu-area .nav-right ul .lg-btn {
        padding: 8px 12px;
    }
}

header.style-1 .menu-area .nav-right ul li .notifications-area {
    position: relative;
}

header.style-1 .menu-area .nav-right ul li .notifications-area .notifacation-icon {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(239, 241, 240);
    border-radius: 50%;
    cursor: pointer;
}

header.style-1 .menu-area .nav-right ul li .notifications-area .notifacation-icon svg {
    fill: var(--primary-color1);
}

header.style-1 .menu-area .nav-right ul li .notifications-area span {
    height: 12px;
    width: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-color1);
    color: var(--white);
    font-size: 10px;
    font-family: var(--font-exo2);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

header.style-1 .menu-area .nav-right ul li .dropdown-toggle::after {
    display: none;
    visibility: hidden;
}

header.style-1 .menu-area .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}

header.style-1 .menu-area .nav-right .mobile-menu-btn i {
    color: var(--title-color1);
    font-size: 25px;
}

@media (max-width: 991px) {
    header.style-1 .menu-area .nav-right .mobile-menu-btn {
        display: block;
        visibility: visible;
    }
}

header.style-1 .main-menu {
    display: inline-block;
}

header.style-1 .main-menu .mobile-menu-logo {
    display: none;
}

header.style-1 .main-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

header.style-1 .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 0px 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.style-1 .main-menu ul > li {
        padding: 0px 8px;
    }
}

header.style-1 .main-menu ul > li:hover i {
    color: var(--title-color1);
    font-size: 20px;
}

header.style-1 .main-menu ul > li a {
    font-size: 1.063rem;
    color: var(--title-color1);
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    padding: 30px 15px;
    font-family: var(--font-exo2);
    transition: all 0.5s ease-out 0s;
    position: relative;
}

@media (max-width: 1500px) {
    header.style-1 .main-menu ul > li a {
        padding: 25px 10px;
    }
}

@media (max-width: 1399px) {
    header.style-1 .main-menu ul > li a {
        font-size: 0.938rem;
        padding: 25px 5px;
    }
}

@media (max-width: 991px) {
    header.style-1 .main-menu ul > li a {
        padding: 25px 10px;
    }
}

header.style-1 .main-menu ul > li i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color1);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

header.style-1 .main-menu ul > li i.active {
    color: var(--primary-color1);
}

header.style-1 .main-menu ul > li i.active::before {
    content: "";
}

@media (max-width: 991px) {
    header.style-1 .main-menu ul > li i {
        opacity: 1;
    }
}

header.style-1 .main-menu ul > li ul.sub-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    top: auto;
    margin: 0px;
    padding: 0px 10px;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    background: var(--title-color1);
    text-align: left;
    transition: all 0.55s ease-in-out 0s;
    transform: translateY(20px);
}

header.style-1 .main-menu ul > li ul.sub-menu > li {
    padding: 0px;
    display: block;
    position: relative;
}

header.style-1 .main-menu ul > li ul.sub-menu > li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--title-color1);
    font-size: 20px;
}

header.style-1 .main-menu ul > li ul.sub-menu > li .dropdown-icon {
    color: var(--title-color1);
    opacity: 1;
    top: 16px;
    font-size: 14px;
}

header.style-1 .main-menu ul > li ul.sub-menu > li a {
    display: block;
    padding: 15px;
    color: var(--white);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 0.875rem;
    line-height: 1;
    transition: all 0.4s ease-out 0s;
    position: relative;
}

header.style-1 .main-menu ul > li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
}

header.style-1 .main-menu ul > li ul.sub-menu > li a.active {
    color: var(--primary-color1);
}

header.style-1 .main-menu ul > li ul.sub-menu > li .sub-menu {
    left: 215px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: rgb(11, 15, 20);
    top: 0px;
}

@media only screen and (max-width: 1199px) {
    header.style-1 .main-menu ul > li ul.sub-menu > li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0px 0px;
        top: 0px;
    }
}

header.style-1 .main-menu ul > li ul.sub-menu > li .sub-menu > li i {
    display: block;
}

header.style-1 .main-menu ul > li ul.sub-menu > li:last-child {
    border-bottom: none;
}

header.style-1 .main-menu ul > li.menu-item-has-children::after {
    content: "";
    font-family: bootstrap-icons;
    font-weight: 400;
    position: absolute;
    top: 36px;
    right: 12px;
    font-size: 13px;
    color: var(--title-color1);
}

@media (max-width: 1500px) {
    header.style-1 .main-menu ul > li.menu-item-has-children::after {
        right: 6px;
        top: 32px;
    }
}

@media (max-width: 1399px) {
    header.style-1 .main-menu ul > li.menu-item-has-children::after {
        right: -1px;
        top: 29px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.style-1 .main-menu ul > li.menu-item-has-children::after {
        right: -1px;
    }
}

@media (max-width: 991px) {
    header.style-1 .main-menu ul > li.menu-item-has-children::after {
        display: none;
        visibility: hidden;
    }
}

header.style-1 .main-menu ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

header.style-1 .main-menu ul > li::before {
    content: url("../images/icon/menu-active.svg");
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s ease-out 0s;
}

@media (max-width: 991px) {
    header.style-1 .main-menu ul > li::before {
        display: none;
        visibility: hidden;
    }
}

header.style-1 .main-menu ul > li:hover > a {
    color: var(--primary-color1);
}

header.style-1 .main-menu ul > li:hover::after {
    color: var(--primary-color1);
}

header.style-1 .main-menu ul > li:hover::before {
    opacity: 1;
}

header.style-1 .main-menu ul > li:hover .sub-menu li::before {
    opacity: 0;
}

header.style-1 .main-menu ul > li.active > a {
    color: var(--primary-color1);
}

header.style-1 .main-menu ul > li.active::after {
    color: var(--primary-color1);
}

header.style-1 .main-menu ul > li.active::before {
    opacity: 1;
}

header.style-1 .main-menu ul li.menu-item-has-children > i {
    display: block;
}

@media only screen and (max-width: 991px) {
    header.style-1 .main-menu {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 280px;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in 0s;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 20px;
        padding: 30px 20px !important;
    }

    header.style-1 .main-menu.show-menu {
        transform: translateX(0px);
    }

    header.style-1 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }

    header.style-1 .main-menu ul {
        float: none;
        text-align: left;
        padding: 50px 10px 35px 0px;
    }

    header.style-1 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0px 5px;
    }

    header.style-1 .main-menu ul li i {
        display: block;
    }

    header.style-1 .main-menu ul li a {
        padding: 10px 0px;
        display: block;
        font-weight: 500;
        font-size: 1rem;
    }

    header.style-1 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0px 0px;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transition: none 0s ease 0s;
        display: none;
        transform: translateY(0px);
        margin-top: 0px !important;
    }

    header.style-1 .main-menu ul li ul.sub-menu > li {
        border-bottom: 1px solid transparent;
    }

    header.style-1 .main-menu ul li ul.sub-menu > li a {
        color: var(--title-color1);
        font-size: 14px;
        font-weight: 500;
        padding: 12px 15px;
    }

    header.style-1 .main-menu ul li ul.sub-menu > li a:hover {
        color: var(--primary-color1);
        margin-left: 10px;
    }

    header.style-1 .main-menu ul li ul.sub-menu > li a.active {
        color: var(--primary-color1);
    }

    header.style-1 .main-menu ul li ul.sub-menu > li i {
        color: var(--primary-color1);
        right: -13px;
    }

    header.style-1 .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
    }

    header.style-1 .mobile-menu {
        position: relative;
        top: 2px;
        padding: 0px 5px;
        border-radius: 50%;
        display: inline-block;
    }

    header.style-1 .cross-btn {
        position: relative;
        cursor: pointer;
        display: inline-block !important;
        width: 30px !important;
        height: 22px !important;
        border: 3px solid transparent !important;
    }

    header.style-1 .cross-btn span {
        width: 100%;
        height: 2px;
        background: var(--primary-color1);
        display: block;
        position: absolute;
        right: 0px;
        transition: all 0.3s ease 0s;
    }

    header.style-1 .cross-btn .cross-top {
        top: 0px;
    }

    header.style-1 .cross-btn .cross-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    header.style-1 .cross-btn .cross-bottom {
        bottom: 0px;
        width: 100%;
    }

    header.style-1 .cross-btn.h-active span.cross-top {
        transform: rotate(45deg);
        top: 50%;
        margin-top: -1px;
    }

    header.style-1 .cross-btn.h-active span.cross-middle {
        transform: translateX(-30px);
        opacity: 0;
    }

    header.style-1 .cross-btn.h-active span.cross-bottom {
        transform: rotate(-45deg);
        bottom: 50%;
        margin-bottom: -1px;
    }

    header.style-1 .social-area ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    header.style-1 .social-area ul li a {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary-color1);
        border-radius: 50%;
        transition: all 0.35s ease 0s;
    }

    header.style-1 .social-area ul li a i {
        color: var(--white);
        transition: all 0.35s ease 0s;
        position: relative;
        left: 0px;
        top: 0px;
        margin-left: 0px;
    }

    header.style-1 .primry-btn-1 {
        justify-content: center;
    }

    header.style-1 .primry-btn-2 {
        justify-content: center;
    }
}

header.style-2 {
    position: relative;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
}

header.style-2 .header-main-logo {
    padding: 0px 110px;
}

@media (max-width: 1700px) {
    header.style-2 .header-main-logo {
        padding: 0px 80px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-2 .header-main-logo {
        padding: 0px 50px;
    }
}

@media (max-width: 1399px) {
    header.style-2 .header-main-logo {
        padding: 0px 20px;
    }
}

@media (max-width: 576px) {
    header.style-2 .header-main-logo {
        padding: 0px 10px;
    }
}

header.style-2 .menu-topbar-area {
    width: 100%;
    border-left: 1px solid rgb(241, 241, 241);
    padding-right: 110px;
}

@media (max-width: 1700px) {
    header.style-2 .menu-topbar-area {
        padding-right: 80px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-2 .menu-topbar-area {
        padding-right: 50px;
    }
}

@media (max-width: 1399px) {
    header.style-2 .menu-topbar-area {
        padding-right: 20px;
    }
}

@media (max-width: 576px) {
    header.style-2 .menu-topbar-area {
        padding-right: 10px;
    }
}

header.style-2 .menu-topbar-area .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(241, 241, 241);
}

@media (max-width: 576px) {
    header.style-2 .menu-topbar-area .top-bar {
        justify-content: center;
    }
}

header.style-2 .menu-topbar-area .top-bar p {
    margin-bottom: 0px;
    padding-left: 25px;
}

header.style-2 .menu-topbar-area .top-bar p a {
    font-weight: 500;
    color: var(--primary-color1);
    padding-left: 5px;
}

@media (max-width: 576px) {
    header.style-2 .menu-topbar-area .top-bar p {
        display: none;
        visibility: hidden;
    }
}

header.style-2 .menu-topbar-area .top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
    position: relative;
    z-index: 9;
}

header.style-2 .menu-topbar-area .top-bar .top-bar-right .language-select {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    transition: all 0.35s ease 0s;
    padding: 15px 0px;
}

header.style-2 .menu-topbar-area .top-bar .top-bar-right .language-select > img {
    margin-right: 10px;
}

header.style-2 .menu-topbar-area .top-bar .top-bar-right .language-select span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--title-color1);
    font-family: var(--font-work-sans);
}

header.style-2 .menu-topbar-area .top-bar .top-bar-right .language-select ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    top: 50px;
    left: 0px;
    background: rgb(245, 245, 245);
    min-width: 100px;
    height: auto;
    z-index: 99;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.6s ease 0s;
    text-align: right;
}

header.style-2 .menu-topbar-area .top-bar .top-bar-right .language-select ul li {
    padding: 8px 12px;
    display: flex;
}

header.style-2 .menu-topbar-area .top-bar .top-bar-right .language-select ul li span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

header.style-2 .menu-topbar-area .top-bar .top-bar-right .language-select ul li img {
    margin-right: 10px;
}

header.style-2 .menu-topbar-area .top-bar .top-bar-right .language-select ul li:hover span {
    color: var(--primary-color1);
}

header.style-2 .menu-topbar-area .top-bar .top-bar-right .language-select:hover ul {
    display: block;
    visibility: visible;
}

@media (max-width: 991px) {
    header.style-2 .menu-topbar-area .top-bar .top-bar-right .social-area {
        display: none;
        visibility: hidden;
    }
}

header.style-2 .menu-topbar-area .top-bar .top-bar-right .social-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

header.style-2 .menu-topbar-area .top-bar .top-bar-right .social-area ul li a {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0, 167, 172);
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.35s ease 0s;
}

header.style-2 .menu-topbar-area .top-bar .top-bar-right .social-area ul li a i {
    color: var(--primary-color1);
    transition: all 0.35s ease 0s;
}

header.style-2 .menu-topbar-area .top-bar .top-bar-right .social-area ul li a:hover {
    background-color: var(--primary-color1);
}

header.style-2 .menu-topbar-area .top-bar .top-bar-right .social-area ul li a:hover i {
    color: var(--white);
}

header.style-2 .header-logo {
    padding: 10px 0px;
}

@media (max-width: 991px) {
    header.style-2 .header-logo {
        width: 100px;
        padding: 20px 0px;
    }
}

header.style-2 .menu-close-btn i {
    color: var(--title-color1);
}

header.style-2 .menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.style-2 .menu-area .header-logo {
    display: none;
    visibility: hidden;
}

@media (max-width: 991px) {
    header.style-2 .menu-area .header-logo {
        display: block;
        visibility: visible;
        padding-left: 20px;
    }
}

@media (max-width: 576px) {
    header.style-2 .menu-area .header-logo {
        padding-left: 10px;
    }
}

header.style-2 .menu-area .nav-right {
    gap: 24px;
}

@media (max-width: 1500px) {
    header.style-2 .menu-area .nav-right {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    header.style-2 .menu-area .nav-right {
        justify-content: end !important;
    }
}

@media (max-width: 576px) {
    header.style-2 .menu-area .nav-right {
        gap: 10px;
    }
}

header.style-2 .menu-area .nav-right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

@media (max-width: 576px) {
    header.style-2 .menu-area .nav-right ul {
        gap: 10px;
    }
}

header.style-2 .menu-area .nav-right ul li .notifications-area {
    position: relative;
}

header.style-2 .menu-area .nav-right ul li .notifications-area .notifacation-icon {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(239, 241, 240);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

header.style-2 .menu-area .nav-right ul li .notifications-area .notifacation-icon svg {
    fill: var(--primary-color1);
}

header.style-2 .menu-area .nav-right ul li .notifications-area span {
    height: 12px;
    width: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-color1);
    color: var(--white);
    font-size: 10px;
    font-family: var(--font-exo2);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

header.style-2 .menu-area .nav-right ul li .notifications-area .user-icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}

header.style-2 .menu-area .nav-right ul li .notifications-area .user-icon:hover {
    transform: scale(1.1);
}

header.style-2 .menu-area .nav-right ul li .notifications-area.show .notifacation-icon {
    background-color: rgba(0, 167, 172, 0.2);
    border-color: rgba(0, 167, 172, 0.2);
}

header.style-2 .menu-area .nav-right ul li .notifications-area.show .notifacation-icon svg {
    fill: var(--primary-color1);
}

header.style-2 .menu-area .nav-right ul li .dropdown-toggle::after {
    display: none;
    visibility: hidden;
}

header.style-2 .menu-area .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}

header.style-2 .menu-area .nav-right .mobile-menu-btn i {
    color: var(--title-color1);
    font-size: 25px;
}

@media (max-width: 991px) {
    header.style-2 .menu-area .nav-right .mobile-menu-btn {
        display: block;
        visibility: visible;
    }
}

header.style-2 .main-menu {
    display: inline-block;
}

header.style-2 .main-menu .mobile-menu-logo {
    display: none;
}

header.style-2 .main-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

header.style-2 .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 0px 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2 .main-menu ul > li {
        padding: 0px 8px;
    }
}

header.style-2 .main-menu ul > li:hover i {
    color: var(--title-color1);
    font-size: 20px;
}

header.style-2 .main-menu ul > li a {
    font-size: 1.063rem;
    color: var(--title-color1);
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    padding: 30px 15px;
    font-family: var(--font-exo2);
    transition: all 0.5s ease-out 0s;
    position: relative;
}

@media (max-width: 1500px) {
    header.style-2 .main-menu ul > li a {
        padding: 25px 10px;
    }
}

@media (max-width: 1399px) {
    header.style-2 .main-menu ul > li a {
        font-size: 0.938rem;
        padding: 25px 5px;
    }
}

@media (max-width: 991px) {
    header.style-2 .main-menu ul > li a {
        padding: 25px 10px;
    }
}

header.style-2 .main-menu ul > li i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color1);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

@media (max-width: 991px) {
    header.style-2 .main-menu ul > li i {
        opacity: 1;
    }
}

header.style-2 .main-menu ul > li i.active {
    color: var(--primary-color1);
}

header.style-2 .main-menu ul > li i.active::before {
    content: "";
}

header.style-2 .main-menu ul > li ul.sub-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    top: auto;
    margin: 0px;
    padding: 0px 10px;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    background: var(--title-color1);
    text-align: left;
    transition: all 0.55s ease-in-out 0s;
    transform: translateY(20px);
}

header.style-2 .main-menu ul > li ul.sub-menu > li {
    padding: 0px;
    display: block;
    position: relative;
}

header.style-2 .main-menu ul > li ul.sub-menu > li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--title-color1);
    font-size: 20px;
}

header.style-2 .main-menu ul > li ul.sub-menu > li .dropdown-icon {
    color: var(--title-color1);
    opacity: 1;
    top: 16px;
    font-size: 14px;
}

header.style-2 .main-menu ul > li ul.sub-menu > li a {
    display: block;
    padding: 15px;
    color: var(--white);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 0.875rem;
    line-height: 1;
    transition: all 0.4s ease-out 0s;
    position: relative;
}

header.style-2 .main-menu ul > li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
}

header.style-2 .main-menu ul > li ul.sub-menu > li a.active {
    color: var(--primary-color1);
}

header.style-2 .main-menu ul > li ul.sub-menu > li .sub-menu {
    left: 215px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: rgb(11, 15, 20);
    top: 0px;
}

@media only screen and (max-width: 1199px) {
    header.style-2 .main-menu ul > li ul.sub-menu > li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0px 0px;
        top: 0px;
    }
}

header.style-2 .main-menu ul > li ul.sub-menu > li .sub-menu > li i {
    display: block;
}

header.style-2 .main-menu ul > li ul.sub-menu > li:last-child {
    border-bottom: none;
}

header.style-2 .main-menu ul > li.menu-item-has-children::after {
    content: "";
    font-family: bootstrap-icons;
    font-weight: 400;
    position: absolute;
    top: 37px;
    right: 12px;
    font-size: 13px;
    color: var(--title-color1);
}

@media (max-width: 1500px) {
    header.style-2 .main-menu ul > li.menu-item-has-children::after {
        right: 8px;
        top: 32px;
    }
}

@media (max-width: 1399px) {
    header.style-2 .main-menu ul > li.menu-item-has-children::after {
        right: 3px;
        top: 29px;
    }
}

@media (max-width: 1399px) {
    header.style-2 .main-menu ul > li.menu-item-has-children::after {
        right: -3px;
        top: 29px;
    }
}

@media (max-width: 991px) {
    header.style-2 .main-menu ul > li.menu-item-has-children::after {
        display: none;
        visibility: hidden;
    }
}

header.style-2 .main-menu ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

header.style-2 .main-menu ul > li::before {
    content: url("../images/icon/menu-active.svg");
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s ease-out 0s;
}

@media (max-width: 991px) {
    header.style-2 .main-menu ul > li::before {
        display: none;
        visibility: hidden;
    }
}

header.style-2 .main-menu ul > li:hover > a {
    color: var(--primary-color1);
}

header.style-2 .main-menu ul > li:hover::after {
    color: var(--primary-color1);
}

header.style-2 .main-menu ul > li:hover::before {
    opacity: 1;
}

header.style-2 .main-menu ul > li:hover .sub-menu li::before {
    opacity: 0;
}

header.style-2 .main-menu ul > li.active > a {
    color: var(--primary-color1);
}

header.style-2 .main-menu ul > li.active::after {
    color: var(--primary-color1);
}

header.style-2 .main-menu ul > li.active::before {
    opacity: 1;
}

header.style-2 .main-menu ul li.menu-item-has-children > i {
    display: block;
}

@media only screen and (max-width: 991px) {
    header.style-2 .main-menu {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 280px;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in 0s;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 20px;
        padding: 30px 20px !important;
    }

    header.style-2 .main-menu.show-menu {
        transform: translateX(0px);
    }

    header.style-2 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }

    header.style-2 .main-menu ul {
        float: none;
        text-align: left;
        padding: 50px 10px 35px 0px;
    }

    header.style-2 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0px 5px;
    }

    header.style-2 .main-menu ul li i {
        display: block;
    }

    header.style-2 .main-menu ul li a {
        padding: 10px 0px;
        display: block;
        font-weight: 500;
        font-size: 1rem;
    }

    header.style-2 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0px 0px;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transition: none 0s ease 0s;
        display: none;
        transform: translateY(0px);
        margin-top: 0px !important;
    }

    header.style-2 .main-menu ul li ul.sub-menu > li {
        border-bottom: 1px solid transparent;
    }

    header.style-2 .main-menu ul li ul.sub-menu > li a {
        color: var(--title-color1);
        font-size: 14px;
        font-weight: 500;
        padding: 12px 15px;
    }

    header.style-2 .main-menu ul li ul.sub-menu > li a:hover {
        color: var(--primary-color1);
        margin-left: 10px;
    }

    header.style-2 .main-menu ul li ul.sub-menu > li a.active {
        color: var(--primary-color1);
    }

    header.style-2 .main-menu ul li ul.sub-menu > li i {
        color: var(--primary-color1);
        right: -13px;
    }

    header.style-2 .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
    }

    header.style-2 .mobile-menu {
        position: relative;
        top: 2px;
        padding: 0px 5px;
        border-radius: 50%;
        display: inline-block;
    }

    header.style-2 .cross-btn {
        position: relative;
        cursor: pointer;
        display: inline-block !important;
        width: 30px !important;
        height: 22px !important;
        border: 3px solid transparent !important;
    }

    header.style-2 .cross-btn span {
        width: 100%;
        height: 2px;
        background: var(--primary-color1);
        display: block;
        position: absolute;
        right: 0px;
        transition: all 0.3s ease 0s;
    }

    header.style-2 .cross-btn .cross-top {
        top: 0px;
    }

    header.style-2 .cross-btn .cross-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    header.style-2 .cross-btn .cross-bottom {
        bottom: 0px;
        width: 100%;
    }

    header.style-2 .cross-btn.h-active span.cross-top {
        transform: rotate(45deg);
        top: 50%;
        margin-top: -1px;
    }

    header.style-2 .cross-btn.h-active span.cross-middle {
        transform: translateX(-30px);
        opacity: 0;
    }

    header.style-2 .cross-btn.h-active span.cross-bottom {
        transform: rotate(-45deg);
        bottom: 50%;
        margin-bottom: -1px;
    }

    header.style-2 .social-area ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    header.style-2 .social-area ul li a {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary-color1);
        border-radius: 50%;
        transition: all 0.35s ease 0s;
    }

    header.style-2 .social-area ul li a i {
        color: var(--white);
        transition: all 0.35s ease 0s;
        position: relative;
        left: 0px;
        top: 0px;
        margin-left: 0px;
    }

    header.style-2 .primry-btn-1 {
        justify-content: center;
    }

    header.style-2 .primry-btn-2 {
        justify-content: center;
    }
}

header.style-2.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    animation: 0.65s linear 0s 1 normal none running smooth-header;
    background-color: var(--white);
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

header.style-2.sticky .header-main-logo {
    display: none !important;
    visibility: hidden !important;
}

header.style-2.sticky .header-logo {
    padding: 0px 110px;
    display: block !important;
    visibility: visible !important;
}

@media (max-width: 1700px) {
    header.style-2.sticky .header-logo {
        padding: 0px 80px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-2.sticky .header-logo {
        padding: 0px 50px;
    }
}

@media (max-width: 1399px) {
    header.style-2.sticky .header-logo {
        padding: 0px 20px;
    }
}

@media (max-width: 991px) {
    header.style-2.sticky .header-logo {
        padding: 15px 20px;
    }
}

header.style-2.sticky .menu-area {
    border-bottom: 1px solid rgb(241, 241, 241) !important;
}

header.style-2.sticky .top-bar {
    display: none !important;
    visibility: hidden !important;
}

header.style-2.sticky .main-menu ul > li::before {
    top: -9px;
}

header.style-3 {
    position: relative;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    background-color: var(--white);
}

header.style-3.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    animation: 0.65s linear 0s 1 normal none running smooth-header;
    background-color: var(--white);
    border-bottom: 1px solid rgb(241, 241, 241);
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

header.style-3 .menu-close-btn i {
    color: var(--title-color1);
}

@media (max-width: 991px) {
    header.style-3 .header-logo {
        padding: 15px 0px;
    }
}

@media (max-width: 1399px) {
    header.style-3 .header-logo a img {
        max-width: 120px;
    }
}

header.style-3 .mobile-logo-wrap img {
    max-width: 120px;
}

header.style-3 .menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 7%;
    width: 100%;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-3 .menu-area {
        padding: 0px 5%;
    }
}

@media (max-width: 1399px) {
    header.style-3 .menu-area {
        padding: 0px 5%;
    }
}

@media (max-width: 1199px) {
    header.style-3 .menu-area {
        padding: 0px 3%;
    }
}

header.style-3 .menu-area .nav-right {
    gap: 24px;
}

@media (max-width: 1500px) {
    header.style-3 .menu-area .nav-right {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    header.style-3 .menu-area .nav-right {
        justify-content: end !important;
    }
}

@media (max-width: 1199px) {
    header.style-3 .menu-area .nav-right .lg-btn {
        padding: 9px 20px;
    }
}

header.style-3 .menu-area .nav-right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

@media (max-width: 1399px) {
    header.style-3 .menu-area .nav-right ul {
        gap: 15px;
    }
}

header.style-3 .menu-area .nav-right ul li .notifications-area {
    position: relative;
}

header.style-3 .menu-area .nav-right ul li .notifications-area .notifacation-icon {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(239, 241, 240);
    border-radius: 50%;
    cursor: pointer;
}

header.style-3 .menu-area .nav-right ul li .notifications-area .notifacation-icon svg {
    fill: var(--primary-color1);
}

header.style-3 .menu-area .nav-right ul li .notifications-area span {
    height: 12px;
    width: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-color1);
    color: var(--white);
    font-size: 10px;
    font-family: var(--font-exo2);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

header.style-3 .menu-area .nav-right ul li .dropdown-toggle::after {
    display: none;
    visibility: hidden;
}

header.style-3 .menu-area .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}

header.style-3 .menu-area .nav-right .mobile-menu-btn i {
    color: var(--title-color1);
    font-size: 25px;
}

@media (max-width: 991px) {
    header.style-3 .menu-area .nav-right .mobile-menu-btn {
        display: block;
        visibility: visible;
    }
}

header.style-3 .menu-area .nav-right .notifacion-card {
    top: 30px !important;
}

header.style-3 .main-menu {
    display: inline-block;
}

header.style-3 .main-menu .mobile-menu-logo {
    display: none;
}

header.style-3 .main-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

header.style-3 .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 0px 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.style-3 .main-menu ul > li {
        padding: 0px 8px;
    }
}

header.style-3 .main-menu ul > li:hover i {
    color: var(--title-color1);
    font-size: 20px;
}

header.style-3 .main-menu ul > li a {
    font-size: 1.063rem;
    color: var(--title-color1);
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    padding: 35px 15px;
    font-family: var(--font-exo2);
    transition: all 0.5s ease-out 0s;
    position: relative;
}

@media (max-width: 1500px) {
    header.style-3 .main-menu ul > li a {
        padding: 35px 10px;
    }
}

@media (max-width: 1399px) {
    header.style-3 .main-menu ul > li a {
        padding: 30px 5px;
    }
}

@media (max-width: 1199px) {
    header.style-3 .main-menu ul > li a {
        font-size: 0.93rem;
        padding: 25px 5px;
    }
}

@media (max-width: 991px) {
    header.style-3 .main-menu ul > li a {
        padding: 25px 10px;
    }
}

header.style-3 .main-menu ul > li i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color1);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

header.style-3 .main-menu ul > li i.active {
    color: var(--primary-color1);
}

header.style-3 .main-menu ul > li i.active::before {
    content: "";
}

@media (max-width: 991px) {
    header.style-3 .main-menu ul > li i {
        opacity: 1;
    }
}

header.style-3 .main-menu ul > li ul.sub-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    top: auto;
    margin: 0px;
    padding: 0px 10px;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    background: var(--title-color1);
    text-align: left;
    transition: all 0.55s ease-in-out 0s;
    transform: translateY(20px);
}

header.style-3 .main-menu ul > li ul.sub-menu > li {
    padding: 0px;
    display: block;
    position: relative;
}

header.style-3 .main-menu ul > li ul.sub-menu > li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--title-color1);
    font-size: 20px;
}

header.style-3 .main-menu ul > li ul.sub-menu > li .dropdown-icon {
    color: var(--title-color1);
    opacity: 1;
    top: 16px;
    font-size: 14px;
}

header.style-3 .main-menu ul > li ul.sub-menu > li a {
    display: block;
    padding: 15px;
    color: var(--white);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 0.875rem;
    line-height: 1;
    transition: all 0.4s ease-out 0s;
    position: relative;
}

header.style-3 .main-menu ul > li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
}

header.style-3 .main-menu ul > li ul.sub-menu > li a.active {
    color: var(--primary-color1);
}

header.style-3 .main-menu ul > li ul.sub-menu > li .sub-menu {
    left: 215px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: rgb(11, 15, 20);
    top: 0px;
}

@media only screen and (max-width: 1199px) {
    header.style-3 .main-menu ul > li ul.sub-menu > li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0px 0px;
        top: 0px;
    }
}

header.style-3 .main-menu ul > li ul.sub-menu > li .sub-menu > li i {
    display: block;
}

header.style-3 .main-menu ul > li ul.sub-menu > li:last-child {
    border-bottom: none;
}

header.style-3 .main-menu ul > li.menu-item-has-children::after {
    content: "";
    font-family: bootstrap-icons;
    font-weight: 400;
    position: absolute;
    top: 41px;
    right: 12px;
    font-size: 13px;
    color: var(--title-color1);
}

@media (max-width: 1500px) {
    header.style-3 .main-menu ul > li.menu-item-has-children::after {
        right: 7px;
    }
}

@media (max-width: 1399px) {
    header.style-3 .main-menu ul > li.menu-item-has-children::after {
        right: 3px;
        top: 37px;
    }
}

@media (max-width: 1199px) {
    header.style-3 .main-menu ul > li.menu-item-has-children::after {
        right: -3px;
        top: 30px;
    }
}

@media (max-width: 991px) {
    header.style-3 .main-menu ul > li.menu-item-has-children::after {
        display: none;
        visibility: hidden;
    }
}

header.style-3 .main-menu ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

header.style-3 .main-menu ul > li::before {
    content: url("../images/icon/menu-active.svg");
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s ease-out 0s;
}

@media (max-width: 1399px) {
    header.style-3 .main-menu ul > li::before {
        top: 18px;
    }
}

@media (max-width: 1199px) {
    header.style-3 .main-menu ul > li::before {
        top: 12px;
    }
}

@media (max-width: 991px) {
    header.style-3 .main-menu ul > li::before {
        display: none;
        visibility: hidden;
    }
}

header.style-3 .main-menu ul > li:hover > a {
    color: var(--primary-color1);
}

header.style-3 .main-menu ul > li:hover::after {
    color: var(--primary-color1);
}

header.style-3 .main-menu ul > li:hover::before {
    opacity: 1;
}

header.style-3 .main-menu ul > li:hover .sub-menu li::before {
    opacity: 0;
}

header.style-3 .main-menu ul > li.active > a {
    color: var(--primary-color1);
}

header.style-3 .main-menu ul > li.active::after {
    color: var(--primary-color1);
}

header.style-3 .main-menu ul > li.active::before {
    opacity: 1;
}

header.style-3 .main-menu ul li.menu-item-has-children > i {
    display: block;
}

@media only screen and (max-width: 991px) {
    header.style-3 .main-menu {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 280px;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in 0s;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 20px;
        padding: 30px 20px !important;
    }

    header.style-3 .main-menu.show-menu {
        transform: translateX(0px);
    }

    header.style-3 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }

    header.style-3 .main-menu ul {
        float: none;
        text-align: left;
        padding: 50px 10px 35px 0px;
    }

    header.style-3 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0px 5px;
    }

    header.style-3 .main-menu ul li i {
        display: block;
    }

    header.style-3 .main-menu ul li a {
        padding: 10px 0px;
        display: block;
        font-weight: 500;
        font-size: 1rem;
    }

    header.style-3 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0px 0px;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transition: none 0s ease 0s;
        display: none;
        transform: translateY(0px);
        margin-top: 0px !important;
    }

    header.style-3 .main-menu ul li ul.sub-menu > li {
        border-bottom: 1px solid transparent;
    }

    header.style-3 .main-menu ul li ul.sub-menu > li a {
        color: var(--title-color1);
        font-size: 14px;
        font-weight: 500;
        padding: 12px 15px;
    }

    header.style-3 .main-menu ul li ul.sub-menu > li a:hover {
        color: var(--primary-color1);
        margin-left: 10px;
    }

    header.style-3 .main-menu ul li ul.sub-menu > li a.active {
        color: var(--primary-color1);
    }

    header.style-3 .main-menu ul li ul.sub-menu > li i {
        color: var(--primary-color1);
        right: -13px;
    }

    header.style-3 .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
    }

    header.style-3 .mobile-menu {
        position: relative;
        top: 2px;
        padding: 0px 5px;
        border-radius: 50%;
        display: inline-block;
    }

    header.style-3 .cross-btn {
        position: relative;
        cursor: pointer;
        display: inline-block !important;
        width: 30px !important;
        height: 22px !important;
        border: 3px solid transparent !important;
    }

    header.style-3 .cross-btn span {
        width: 100%;
        height: 2px;
        background: var(--primary-color1);
        display: block;
        position: absolute;
        right: 0px;
        transition: all 0.3s ease 0s;
    }

    header.style-3 .cross-btn .cross-top {
        top: 0px;
    }

    header.style-3 .cross-btn .cross-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    header.style-3 .cross-btn .cross-bottom {
        bottom: 0px;
        width: 100%;
    }

    header.style-3 .cross-btn.h-active span.cross-top {
        transform: rotate(45deg);
        top: 50%;
        margin-top: -1px;
    }

    header.style-3 .cross-btn.h-active span.cross-middle {
        transform: translateX(-30px);
        opacity: 0;
    }

    header.style-3 .cross-btn.h-active span.cross-bottom {
        transform: rotate(-45deg);
        bottom: 50%;
        margin-bottom: -1px;
    }

    header.style-3 .social-area ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    header.style-3 .social-area ul li a {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary-color1);
        border-radius: 50%;
        transition: all 0.35s ease 0s;
    }

    header.style-3 .social-area ul li a i {
        color: var(--white);
        transition: all 0.35s ease 0s;
        position: relative;
        left: 0px;
        top: 0px;
        margin-left: 0px;
    }

    header.style-3 .primry-btn-1 {
        justify-content: center;
    }

    header.style-3 .primry-btn-2 {
        justify-content: center;
    }
}

header.style-4 {
    position: relative;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
}

header.style-4 .header-logo {
    padding: 10px 0px;
}

header.style-4 .menu-close-btn i {
    color: var(--title-color1);
}

header.style-4 .menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(241, 241, 241);
    padding: 0px 12%;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-4 .menu-area {
        padding: 0px 7%;
    }
}

@media (max-width: 1399px) {
    header.style-4 .menu-area {
        padding: 0px 7%;
    }
}

@media (max-width: 1199px) {
    header.style-4 .menu-area {
        padding: 0px 3%;
    }
}

header.style-4 .menu-area .header-logo {
    display: none;
    visibility: hidden;
}

@media (max-width: 991px) {
    header.style-4 .menu-area .header-logo {
        display: block;
        visibility: visible;
        padding-left: 20px;
    }
}

header.style-4 .menu-area .header-main-logo {
    display: none;
    visibility: hidden;
}

header.style-4 .menu-area .nav-right {
    gap: 24px;
}

@media (max-width: 1500px) {
    header.style-4 .menu-area .nav-right {
        gap: 15px;
    }
}

@media (max-width: 1199px) {
    header.style-4 .menu-area .nav-right .lg-btn {
        padding: 9px 16px;
    }
}

@media (max-width: 991px) {
    header.style-4 .menu-area .nav-right {
        justify-content: end !important;
    }
}

header.style-4 .menu-area .nav-right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

@media (max-width: 1199px) {
    header.style-4 .menu-area .nav-right ul {
        gap: 15px;
    }
}

header.style-4 .menu-area .nav-right ul li .notifications-area {
    position: relative;
}

header.style-4 .menu-area .nav-right ul li .notifications-area .notifacation-icon {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(239, 241, 240);
    border-radius: 50%;
    cursor: pointer;
}

header.style-4 .menu-area .nav-right ul li .notifications-area .notifacation-icon svg {
    fill: var(--primary-color1);
}

header.style-4 .menu-area .nav-right ul li .notifications-area span {
    height: 12px;
    width: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-color1);
    color: var(--white);
    font-size: 10px;
    font-family: var(--font-exo2);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

header.style-4 .menu-area .nav-right ul li .dropdown-toggle::after {
    display: none;
    visibility: hidden;
}

header.style-4 .menu-area .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}

header.style-4 .menu-area .nav-right .mobile-menu-btn i {
    color: var(--title-color1);
    font-size: 25px;
}

@media (max-width: 991px) {
    header.style-4 .menu-area .nav-right .mobile-menu-btn {
        display: block;
        visibility: visible;
    }
}

header.style-4 .main-menu {
    display: inline-block;
}

header.style-4 .main-menu .mobile-menu-logo {
    display: none;
}

header.style-4 .main-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

header.style-4 .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 0px 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.style-4 .main-menu ul > li {
        padding: 0px 8px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-4 .main-menu ul > li {
        padding: 0px 10px;
    }
}

header.style-4 .main-menu ul > li:hover i {
    color: var(--title-color1);
    font-size: 20px;
}

header.style-4 .main-menu ul > li a {
    font-size: 1.063rem;
    color: var(--title-color1);
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    padding: 22px 15px;
    font-family: var(--font-exo2);
    transition: all 0.5s ease-out 0s;
    position: relative;
}

@media (max-width: 1500px) {
    header.style-4 .main-menu ul > li a {
        padding: 25px 10px;
    }
}

@media (max-width: 1399px) {
    header.style-4 .main-menu ul > li a {
        font-size: 0.938rem;
        padding: 25px 5px;
    }
}

@media (max-width: 991px) {
    header.style-4 .main-menu ul > li a {
        padding: 25px 10px;
    }
}

header.style-4 .main-menu ul > li:first-child {
    padding-left: 0px;
}

header.style-4 .main-menu ul > li:first-child a {
    padding-left: 0px;
}

@media (max-width: 991px) {
    header.style-4 .main-menu ul > li:first-child {
        padding-left: 8px;
    }

    header.style-4 .main-menu ul > li:first-child a {
        padding-left: 0px;
    }
}

header.style-4 .main-menu ul > li i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color1);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

header.style-4 .main-menu ul > li i.active {
    color: var(--primary-color1);
}

header.style-4 .main-menu ul > li i.active::before {
    content: "";
}

@media (max-width: 991px) {
    header.style-4 .main-menu ul > li i {
        opacity: 1;
    }
}

header.style-4 .main-menu ul > li ul.sub-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 102%;
    margin: 0px;
    padding: 0px 10px;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    background: var(--title-color1);
    text-align: left;
    transition: all 0.55s ease-in-out 0s;
    transform: translateY(20px);
}

header.style-4 .main-menu ul > li ul.sub-menu > li {
    padding: 0px;
    display: block;
    position: relative;
}

header.style-4 .main-menu ul > li ul.sub-menu > li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--title-color1);
    font-size: 20px;
}

header.style-4 .main-menu ul > li ul.sub-menu > li .dropdown-icon {
    color: var(--title-color1);
    opacity: 1;
    top: 16px;
    font-size: 14px;
}

header.style-4 .main-menu ul > li ul.sub-menu > li a {
    display: block;
    padding: 15px;
    color: var(--white);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 0.875rem;
    line-height: 1;
    transition: all 0.4s ease-out 0s;
    position: relative;
}

header.style-4 .main-menu ul > li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
}

header.style-4 .main-menu ul > li ul.sub-menu > li a.active {
    color: var(--primary-color1);
}

header.style-4 .main-menu ul > li ul.sub-menu > li .sub-menu {
    left: 215px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: rgb(11, 15, 20);
    top: 0px;
}

@media only screen and (max-width: 1199px) {
    header.style-4 .main-menu ul > li ul.sub-menu > li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0px 0px;
        top: 0px;
    }
}

header.style-4 .main-menu ul > li ul.sub-menu > li .sub-menu > li i {
    display: block;
}

header.style-4 .main-menu ul > li ul.sub-menu > li:last-child {
    border-bottom: none;
}

header.style-4 .main-menu ul > li.menu-item-has-children::after {
    content: "";
    font-family: bootstrap-icons;
    font-weight: 400;
    position: absolute;
    top: 28px;
    right: 10px;
    font-size: 13px;
    color: var(--title-color1);
}

@media (max-width: 1500px) {
    header.style-4 .main-menu ul > li.menu-item-has-children::after {
        right: 4px;
        top: 32px;
    }
}

@media (max-width: 1399px) {
    header.style-4 .main-menu ul > li.menu-item-has-children::after {
        right: 0px;
        top: 29px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.style-4 .main-menu ul > li.menu-item-has-children::after {
        right: -2px;
    }
}

@media (max-width: 991px) {
    header.style-4 .main-menu ul > li.menu-item-has-children::after {
        display: none;
        visibility: hidden;
    }
}

header.style-4 .main-menu ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

header.style-4 .main-menu ul > li:hover > a {
    color: var(--primary-color1);
}

header.style-4 .main-menu ul > li:hover::after {
    color: var(--primary-color1);
}

header.style-4 .main-menu ul > li.active > a {
    color: var(--primary-color1);
}

header.style-4 .main-menu ul > li.active::after {
    color: var(--primary-color1);
}

header.style-4 .main-menu ul li.menu-item-has-children > i {
    display: block;
}

@media only screen and (max-width: 991px) {
    header.style-4 .main-menu {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 280px;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in 0s;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 20px;
        padding: 30px 20px !important;
    }

    header.style-4 .main-menu.show-menu {
        transform: translateX(0px);
    }

    header.style-4 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }

    header.style-4 .main-menu ul {
        float: none;
        text-align: left;
        padding: 50px 10px 35px 0px;
    }

    header.style-4 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0px 5px;
    }

    header.style-4 .main-menu ul li i {
        display: block;
    }

    header.style-4 .main-menu ul li a {
        padding: 10px 0px;
        display: block;
        font-weight: 500;
        font-size: 1rem;
    }

    header.style-4 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0px 0px;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transition: none 0s ease 0s;
        display: none;
        transform: translateY(0px);
        margin-top: 0px !important;
    }

    header.style-4 .main-menu ul li ul.sub-menu > li {
        border-bottom: 1px solid transparent;
    }

    header.style-4 .main-menu ul li ul.sub-menu > li a {
        color: var(--title-color1);
        font-size: 14px;
        font-weight: 500;
        padding: 12px 15px;
    }

    header.style-4 .main-menu ul li ul.sub-menu > li a:hover {
        color: var(--primary-color1);
        margin-left: 10px;
    }

    header.style-4 .main-menu ul li ul.sub-menu > li a.active {
        color: var(--primary-color1);
    }

    header.style-4 .main-menu ul li ul.sub-menu > li i {
        color: var(--primary-color1);
        right: -13px;
    }

    header.style-4 .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
    }

    header.style-4 .mobile-menu {
        position: relative;
        top: 2px;
        padding: 0px 5px;
        border-radius: 50%;
        display: inline-block;
    }

    header.style-4 .cross-btn {
        position: relative;
        cursor: pointer;
        display: inline-block !important;
        width: 30px !important;
        height: 22px !important;
        border: 3px solid transparent !important;
    }

    header.style-4 .cross-btn span {
        width: 100%;
        height: 2px;
        background: var(--primary-color1);
        display: block;
        position: absolute;
        right: 0px;
        transition: all 0.3s ease 0s;
    }

    header.style-4 .cross-btn .cross-top {
        top: 0px;
    }

    header.style-4 .cross-btn .cross-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    header.style-4 .cross-btn .cross-bottom {
        bottom: 0px;
        width: 100%;
    }

    header.style-4 .cross-btn.h-active span.cross-top {
        transform: rotate(45deg);
        top: 50%;
        margin-top: -1px;
    }

    header.style-4 .cross-btn.h-active span.cross-middle {
        transform: translateX(-30px);
        opacity: 0;
    }

    header.style-4 .cross-btn.h-active span.cross-bottom {
        transform: rotate(-45deg);
        bottom: 50%;
        margin-bottom: -1px;
    }

    header.style-4 .social-area ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    header.style-4 .social-area ul li a {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary-color1);
        border-radius: 50%;
        transition: all 0.35s ease 0s;
    }

    header.style-4 .social-area ul li a i {
        color: var(--white);
        transition: all 0.35s ease 0s;
        position: relative;
        left: 0px;
        top: 0px;
        margin-left: 0px;
    }

    header.style-4 .primry-btn-1 {
        justify-content: center;
    }

    header.style-4 .primry-btn-2 {
        justify-content: center;
    }
}

header.style-4.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    animation: 0.65s linear 0s 1 normal none running smooth-header;
    background-color: var(--white);
    border-bottom: 1px solid rgb(241, 241, 241);
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

header.style-4.sticky .menu-area {
    border-bottom: none;
}

header.style-4.sticky .menu-area .header-main-logo {
    display: block;
    visibility: visible;
}

@media (max-width: 1199px) {
    header.style-4.sticky .menu-area .header-main-logo {
        visibility: hidden;
        display: none !important;
    }
}

header.style-5 {
    position: relative;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    background-color: var(--white);
    padding: 0 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

header.style-5.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    animation: 0.65s linear 0s 1 normal none running smooth-header;
    background-color: #ffffff96;
    border-bottom: 1px solid rgb(241, 241, 241);
    max-width: 100%;
    padding: 0px 51px;backdrop-filter: blur(20px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

header.style-5 .mobile-logo-wrap img {
    max-width: 120px;
}

header.style-5 .menu-close-btn i {
    color: var(--title-color1);
}

@media (max-width: 991px) {
    header.style-5 .header-logo {
        padding: 15px 0px;
    }
}

@media (max-width: 1399px) {
    header.style-5 .header-logo a img {
        max-width: 150px;
    }
}

/* header.style-5 .header-logo a img {
    max-width: 150px;
} */

header.style-5 .menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

header.style-5 .menu-area .nav-right {
    gap: 24px;
}

@media (max-width: 1500px) {
    header.style-5 .menu-area .nav-right {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    header.style-5 .menu-area .nav-right {
        justify-content: end !important;
    }
}

@media (max-width: 1199px) {
    header.style-5 .menu-area .nav-right .lg-btn {
        padding: 9px 20px;
    }
}

header.style-5 .menu-area .nav-right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 1399px) {
    header.style-5 .menu-area .nav-right ul {
        gap: 15px;
    }
}

header.style-5 .menu-area .nav-right ul li .notifications-area {
    position: relative;
}

header.style-5 .menu-area .nav-right {
    justify-content: flex-end;
}

header.style-5 .menu-area .nav-right ul li .notifications-area .notifacation-icon {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(239, 241, 240);
    border-radius: 50%;
    cursor: pointer;
}

header.style-5 .menu-area .nav-right ul li .notifications-area .notifacation-icon svg {
    fill: var(--primary-color1);
}

header.style-5 .menu-area .nav-right ul li .notifications-area span {
    height: 10px;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(255, 0, 0);
    color: var(--white);
    font-size: 10px;
    font-family: var(--font-exo2);
    position: absolute;
    top: 3px;
    right: 4px;
    z-index: 1;
}

header.style-5 .menu-area .nav-right ul li .dropdown-toggle::after {
    display: none;
    visibility: hidden;
}

header.style-5 .menu-area .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}

header.style-5 .menu-area .nav-right .mobile-menu-btn i {
    color: var(--title-color1);
    font-size: 25px;
}

@media (max-width: 991px) {
    header.style-5 .menu-area .nav-right .mobile-menu-btn {
        display: block;
        visibility: visible;
    }
}

header.style-5 .main-menu {
    display: inline-block;
}

header.style-5 .main-menu .mobile-menu-logo {
    display: none;
}

header.style-5 .main-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

header.style-5 .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 0px 10px;
}

@media (max-width: 1399px) {
    header.style-5 .main-menu ul > li {
        padding: 0px 12px;
    }
}

header.style-5 .main-menu ul > li:hover i {
    color: var(--title-color1);
    font-size: 20px;
}

header.style-5 .main-menu ul > li a {
    font-size: 1.063rem;
    color: var(--title-color1);
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    padding: 34px 10px;
    font-family: var(--font-exo2);
    transition: all 0.5s ease-out 0s;
    position: relative;
}

@media (max-width: 1500px) {
    header.style-5 .main-menu ul > li a {
        padding: 34px 10px;
    }
}

@media (max-width: 1399px) {
    header.style-5 .main-menu ul > li a {
        font-size: 1rem;
    }
}

@media (max-width: 1199px) {
    header.style-5 .main-menu ul > li a {
        font-size: 0.938rem;
        padding: 25px 5px;
    }
}

@media (max-width: 991px) {
    header.style-5 .main-menu ul > li a {
        padding: 25px 10px;
    }
}

header.style-5 .main-menu ul > li i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color1);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

header.style-5 .main-menu ul > li i.active {
    color: var(--primary-color1);
}

header.style-5 .main-menu ul > li i.active::before {
    content: "\f068";
}

@media (max-width: 991px) {
    header.style-5 .main-menu ul > li i {
        opacity: 1;
    }
}

header.style-5 .main-menu ul > li ul.sub-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    top: auto;
    margin: 0px;
    padding: 0px 10px;
    opacity: 0;
    visibility: hidden;
    min-width: 1000px;
    background: rgb(255, 255, 255);
    text-align: left;
    transition: all 0.55s ease-in-out 0s;
    transform: translateY(20px);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 60px 100px 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

header.style-5 .main-menu ul > li ul.sub-menu > li a p {
    color: rgb(15, 17, 18);
    font-weight: 500;
    margin-bottom: 8px;
}

header.style-5 .main-menu ul > li ul.sub-menu > li a p span {
    color: #b5323c;
}

header.style-5 .main-menu ul > li ul.sub-menu > li {
    padding: 0px;
    display: block;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

header.style-5 .main-menu ul > li ul.sub-menu > li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--title-color1);
    font-size: 20px;
}

header.style-5 .main-menu ul > li ul.sub-menu > li .dropdown-icon {
    color: var(--title-color1);
    opacity: 1;
    top: 16px;
    font-size: 14px;
}

header.style-5 .main-menu ul > li ul.sub-menu > li a {
    display: block;
    padding: 10px;
    color: rgb(88, 93, 97);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 22px;
    transition: all 0.4s ease-out 0s;
    position: relative;
}

header.style-5 .main-menu ul > li ul.sub-menu > li a:hover {
    background: rgb(243, 238, 255);
    border-radius: 8px;
}

header.style-5 .main-menu ul > li ul.sub-menu > li a.active {
    color: var(--primary-color1);
}

header.style-5 .main-menu ul > li ul.sub-menu > li .sub-menu {
    left: 215px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: rgb(11, 15, 20);
    top: 0px;
}

@media only screen and (max-width: 1199px) {
    header.style-5 .main-menu ul > li ul.sub-menu > li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0px 0px;
        top: 0px;
    }
}

header.style-5 .main-menu ul > li ul.sub-menu > li .sub-menu > li i {
    display: block;
}

header.style-5 .main-menu ul > li ul.sub-menu > li:last-child {
    border-bottom: none;
}

header.style-5 .main-menu ul > li.menu-item-has-children::after {
    content: "";
    font-family: FontAwesome;
    font-weight: 400;
    position: absolute;
    top: 40px;
    right: 0px;
    font-size: 13px;
    color: var(--title-color1);
}

@media (max-width: 1500px) {
    header.style-5 .main-menu ul > li.menu-item-has-children::after {
        right: 6px;
        top: 39px;
    }
}

@media (max-width: 1399px) {
    header.style-5 .main-menu ul > li.menu-item-has-children::after {
        right: 6px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.style-5 .main-menu ul > li.menu-item-has-children::after {
        right: -2px;
        top: 29px;
    }
}

@media (max-width: 991px) {
    header.style-5 .main-menu ul > li.menu-item-has-children::after {
        display: none;
        visibility: hidden;
    }
}

header.style-5 .main-menu ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

header.style-5 .main-menu ul > li:hover > a {
    color: var(--primary-color1);
}

header.style-5 .main-menu ul > li:hover::after {
    color: var(--primary-color1);
}

header.style-5 .main-menu ul > li:hover .sub-menu li::before {
    opacity: 0;
}

header.style-5 .main-menu ul > li.active > a {
    color: var(--primary-color1);
}

header.style-5 .main-menu ul > li.active::after {
    color: var(--primary-color1);
}

header.style-5 .main-menu ul > li.active::before {
    opacity: 1;
}

header.style-5 .main-menu ul li.menu-item-has-children > i {
    display: block;
}

@media only screen and (max-width: 991px) {
    header.style-5 .main-menu {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 280px;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in 0s;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 20px;
        padding: 30px 20px !important;
    }

    header.style-5 .main-menu.show-menu {
        transform: translateX(0px);
        height: 100vh;
    }

    header.style-5 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }

    header.style-5 .main-menu ul {
        float: none;
        text-align: left;
        padding: 50px 10px 35px 0px;
    }

    header.style-5 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0px 5px;
    }

    header.style-5 .main-menu ul li i {
        display: block;
    }

    header.style-5 .main-menu ul li a {
        padding: 10px 0px;
        display: block;
        font-weight: 500;
        font-size: 1rem;
    }

    header.style-5 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0px 0px;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transition: none 0s ease 0s;
        display: none;
        transform: translateY(0px);
        margin-top: 0px !important;
    }

    header.style-5 .main-menu ul li ul.sub-menu > li {
        border-bottom: 1px solid transparent;
    }

    header.style-5 .main-menu ul li ul.sub-menu > li a {
        color: var(--title-color1);
        font-size: 14px;
        font-weight: 500;
        padding: 12px 15px;
    }

    header.style-5 .main-menu ul li ul.sub-menu > li a:hover {
        color: var(--primary-color1);
        margin-left: 10px;
    }

    header.style-5 .main-menu ul li ul.sub-menu > li a.active {
        color: var(--primary-color1);
    }

    header.style-5 .main-menu ul li ul.sub-menu > li i {
        color: var(--primary-color1);
        right: -13px;
    }

    header.style-5 .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
    }

    header.style-5 .mobile-menu {
        position: relative;
        top: 2px;
        padding: 0px 5px;
        border-radius: 50%;
        display: inline-block;
    }

    header.style-5 .cross-btn {
        position: relative;
        cursor: pointer;
        display: inline-block !important;
        width: 30px !important;
        height: 22px !important;
        border: 3px solid transparent !important;
    }

    header.style-5 .cross-btn span {
        width: 100%;
        height: 2px;
        background: var(--primary-color1);
        display: block;
        position: absolute;
        right: 0px;
        transition: all 0.3s ease 0s;
    }

    header.style-5 .cross-btn .cross-top {
        top: 0px;
    }

    header.style-5 .cross-btn .cross-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    header.style-5 .cross-btn .cross-bottom {
        bottom: 0px;
        width: 100%;
    }

    header.style-5 .cross-btn.h-active span.cross-top {
        transform: rotate(45deg);
        top: 50%;
        margin-top: -1px;
    }

    header.style-5 .cross-btn.h-active span.cross-middle {
        transform: translateX(-30px);
        opacity: 0;
    }

    header.style-5 .cross-btn.h-active span.cross-bottom {
        transform: rotate(-45deg);
        bottom: 50%;
        margin-bottom: -1px;
    }

    header.style-5 .social-area ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    header.style-5 .social-area ul li a {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary-color1);
        border-radius: 50%;
        transition: all 0.35s ease 0s;
    }

    header.style-5 .social-area ul li a i {
        color: var(--white);
        transition: all 0.35s ease 0s;
        position: relative;
        left: 0px;
        top: 0px;
        margin-left: 0px;
    }

    header.style-5 .primry-btn-1 {
        justify-content: center;
    }

    header.style-5 .primry-btn-2 {
        justify-content: center;
    }
}

header.style-6 {
    position: relative;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid rgb(0, 0, 0);
    background-color: var(--white);
}

header.style-6.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    animation: 0.65s linear 0s 1 normal none running smooth-header;
    background-color: var(--white);
    border-bottom: 1px solid rgb(0, 0, 0);
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

header.style-6 .mobile-logo-wrap img {
    max-width: 120px;
}

header.style-6 .menu-close-btn i {
    color: var(--title-color1);
}

@media (max-width: 991px) {
    header.style-6 .header-logo {
        padding: 15px 0px;
    }
}

@media (max-width: 1399px) {
    header.style-6 .header-logo a img {
        max-width: 120px;
    }
}

header.style-6 .menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 100px;
    width: 100%;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-6 .menu-area {
        padding: 0px 5%;
    }
}

@media (max-width: 1399px) {
    header.style-6 .menu-area {
        padding: 0px 5%;
    }
}

@media (max-width: 1199px) {
    header.style-6 .menu-area {
        padding: 0px 3%;
    }
}

header.style-6 .menu-area .nav-right {
    gap: 24px;
}

@media (max-width: 1500px) {
    header.style-6 .menu-area .nav-right {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    header.style-6 .menu-area .nav-right {
        justify-content: end !important;
    }
}

@media (max-width: 1199px) {
    header.style-6 .menu-area .nav-right .lg-btn {
        padding: 9px 18px;
    }
}

header.style-6 .menu-area .nav-right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

@media (max-width: 1399px) {
    header.style-6 .menu-area .nav-right ul {
        gap: 15px;
    }
}

header.style-6 .menu-area .nav-right ul li .notifications-area {
    position: relative;
}

header.style-6 .menu-area .nav-right ul li .notifications-area .notifacation-icon {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid rgb(223, 233, 229);
    border-radius: 50%;
    cursor: pointer;
}

header.style-6 .menu-area .nav-right ul li .notifications-area .notifacation-icon svg {
    fill: var(--primary-dark);
}

header.style-6 .menu-area .nav-right ul li .notifications-area span {
    height: 12px;
    width: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-dark);
    color: var(--white);
    font-size: 10px;
    font-family: var(--font-exo2);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

header.style-6 .menu-area .nav-right ul li .notifications-area.show .notifacation-icon {
    background-color: rgb(223, 233, 229);
    border: 1px solid rgb(223, 233, 229);
}

header.style-6 .menu-area .nav-right ul li .notifacion-card {
    top: 29px !important;
}

header.style-6 .menu-area .nav-right ul li .dropdown-toggle::after {
    display: none;
    visibility: hidden;
}

header.style-6 .menu-area .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}

header.style-6 .menu-area .nav-right .mobile-menu-btn i {
    color: var(--title-color1);
    font-size: 25px;
}

@media (max-width: 991px) {
    header.style-6 .menu-area .nav-right .mobile-menu-btn {
        display: block;
        visibility: visible;
    }
}

header.style-6 .main-menu {
    display: inline-block;
}

header.style-6 .main-menu .mobile-menu-logo {
    display: none;
}

header.style-6 .main-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

header.style-6 .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 0px 15px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-6 .main-menu ul > li {
        padding: 0px 4px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.style-6 .main-menu ul > li {
        padding: 0px 8px;
    }
}

header.style-6 .main-menu ul > li:hover i {
    color: var(--title-color1);
    font-size: 20px;
}

header.style-6 .main-menu ul > li a {
    font-size: 0.938rem;
    color: var(--title-color1);
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    padding: 34px 15px;
    font-family: var(--font-exo2);
    transition: all 0.5s ease-out 0s;
    position: relative;
}

@media (max-width: 1399px) {
    header.style-6 .main-menu ul > li a {
        font-size: 0.875rem;
        padding: 34px 15px;
    }
}

@media (max-width: 1199px) {
    header.style-6 .main-menu ul > li a {
        font-size: 0.875rem;
        padding: 34px 5px;
    }
}

@media (max-width: 991px) {
    header.style-6 .main-menu ul > li a {
        font-size: 0.875rem;
        padding: 34px 15px;
    }
}

header.style-6 .main-menu ul > li i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color1);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

header.style-6 .main-menu ul > li i.active {
    color: var(--title-color1);
}

header.style-6 .main-menu ul > li i.active::before {
    content: "";
}

@media (max-width: 991px) {
    header.style-6 .main-menu ul > li i {
        opacity: 1;
    }
}

header.style-6 .main-menu ul > li ul.sub-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    top: auto;
    margin: 0px;
    padding: 0px 10px;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    background: var(--primary-dark);
    text-align: left;
    transition: all 0.55s ease-in-out 0s;
    transform: translateY(20px);
}

header.style-6 .main-menu ul > li ul.sub-menu > li {
    padding: 0px;
    display: block;
    position: relative;
}

header.style-6 .main-menu ul > li ul.sub-menu > li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--title-color1);
    font-size: 20px;
}

header.style-6 .main-menu ul > li ul.sub-menu > li .dropdown-icon {
    color: var(--title-color1);
    opacity: 1;
    top: 16px;
    font-size: 14px;
}

header.style-6 .main-menu ul > li ul.sub-menu > li a {
    display: block;
    padding: 15px;
    color: var(--white);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.813rem;
    line-height: 1;
    transition: all 0.4s ease-out 0s;
    position: relative;
}

header.style-6 .main-menu ul > li ul.sub-menu > li a:hover {
    color: var(--white);
}

header.style-6 .main-menu ul > li ul.sub-menu > li a.active {
    color: var(--white);
}

header.style-6 .main-menu ul > li ul.sub-menu > li .sub-menu {
    left: 215px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: rgb(11, 15, 20);
    top: 0px;
}

@media only screen and (max-width: 1199px) {
    header.style-6 .main-menu ul > li ul.sub-menu > li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0px 0px;
        top: 0px;
    }
}

header.style-6 .main-menu ul > li ul.sub-menu > li .sub-menu > li i {
    display: block;
}

header.style-6 .main-menu ul > li ul.sub-menu > li:last-child {
    border-bottom: none;
}

header.style-6 .main-menu ul > li.menu-item-has-children::after {
    content: "";
    font-family: bootstrap-icons;
    font-weight: 500;
    position: absolute;
    top: 37px;
    right: 12px;
    font-size: 13px;
    color: var(--title-color1);
}

@media (max-width: 1399px) {
    header.style-6 .main-menu ul > li.menu-item-has-children::after {
        right: 3px;
        top: 37px;
    }
}

@media (max-width: 1199px) {
    header.style-6 .main-menu ul > li.menu-item-has-children::after {
        right: -2px;
    }
}

@media (max-width: 991px) {
    header.style-6 .main-menu ul > li.menu-item-has-children::after {
        display: none;
        visibility: hidden;
    }
}

header.style-6 .main-menu ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

header.style-6 .main-menu ul > li:hover > a {
    color: var(--title-color1);
}

header.style-6 .main-menu ul > li:hover::after {
    color: var(--title-color1);
}

header.style-6 .main-menu ul > li.active > a {
    color: var(--title-color1);
}

header.style-6 .main-menu ul > li.active::after {
    color: var(--title-color1);
}

header.style-6 .main-menu ul li.menu-item-has-children > i {
    display: block;
}

@media only screen and (max-width: 991px) {
    header.style-6 .main-menu {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 280px;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in 0s;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 20px;
        padding: 30px 20px !important;
    }

    header.style-6 .main-menu.show-menu {
        transform: translateX(0px);
    }

    header.style-6 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }

    header.style-6 .main-menu ul {
        float: none;
        text-align: left;
        padding: 50px 10px 35px 0px;
    }

    header.style-6 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0px 5px;
    }

    header.style-6 .main-menu ul li i {
        display: block;
    }

    header.style-6 .main-menu ul li a {
        padding: 10px 0px;
        display: block;
        font-weight: 500;
        font-size: 1rem;
    }

    header.style-6 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0px 0px;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transition: none 0s ease 0s;
        display: none;
        transform: translateY(0px);
        margin-top: 0px !important;
    }

    header.style-6 .main-menu ul li ul.sub-menu > li {
        border-bottom: 1px solid transparent;
    }

    header.style-6 .main-menu ul li ul.sub-menu > li a {
        color: var(--title-color1);
        font-size: 14px;
        font-weight: 500;
        padding: 12px 15px;
    }

    header.style-6 .main-menu ul li ul.sub-menu > li a:hover {
        color: var(--primary-color1);
        margin-left: 10px;
    }

    header.style-6 .main-menu ul li ul.sub-menu > li a.active {
        color: var(--primary-color1);
    }

    header.style-6 .main-menu ul li ul.sub-menu > li i {
        color: var(--primary-color1);
        right: -13px;
    }

    header.style-6 .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
    }

    header.style-6 .mobile-menu {
        position: relative;
        top: 2px;
        padding: 0px 5px;
        border-radius: 50%;
        display: inline-block;
    }

    header.style-6 .cross-btn {
        position: relative;
        cursor: pointer;
        display: inline-block !important;
        width: 30px !important;
        height: 22px !important;
        border: 3px solid transparent !important;
    }

    header.style-6 .cross-btn span {
        width: 100%;
        height: 2px;
        background: var(--primary-color1);
        display: block;
        position: absolute;
        right: 0px;
        transition: all 0.3s ease 0s;
    }

    header.style-6 .cross-btn .cross-top {
        top: 0px;
    }

    header.style-6 .cross-btn .cross-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    header.style-6 .cross-btn .cross-bottom {
        bottom: 0px;
        width: 100%;
    }

    header.style-6 .cross-btn.h-active span.cross-top {
        transform: rotate(45deg);
        top: 50%;
        margin-top: -1px;
    }

    header.style-6 .cross-btn.h-active span.cross-middle {
        transform: translateX(-30px);
        opacity: 0;
    }

    header.style-6 .cross-btn.h-active span.cross-bottom {
        transform: rotate(-45deg);
        bottom: 50%;
        margin-bottom: -1px;
    }

    header.style-6 .social-area ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    header.style-6 .social-area ul li a {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary-color1);
        border-radius: 50%;
        transition: all 0.35s ease 0s;
    }

    header.style-6 .social-area ul li a i {
        color: var(--white);
        transition: all 0.35s ease 0s;
        position: relative;
        left: 0px;
        top: 0px;
        margin-left: 0px;
    }

    header.style-6 .primry-btn-1 {
        justify-content: center;
    }

    header.style-6 .primry-btn-2 {
        justify-content: center;
    }
}

header.style-7 {
    position: relative;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    background-color: rgb(2, 11, 13);
}

header.style-7.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    animation: 0.65s linear 0s 1 normal none running smooth-header;
    box-shadow: rgba(255, 255, 255, 0.1) 5px 3px 10px;
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

header.style-7 .menu-close-btn i {
    color: var(--white);
}

@media (max-width: 991px) {
    header.style-7 .header-logo {
        padding: 15px 0px;
    }
}

header.style-7 .menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 5%;
    width: 100%;
}

@media (max-width: 1199px) {
    header.style-7 .menu-area {
        padding: 0px 3%;
    }
}

header.style-7 .menu-area .nav-right {
    gap: 24px;
}

@media (max-width: 1500px) {
    header.style-7 .menu-area .nav-right {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    header.style-7 .menu-area .nav-right {
        justify-content: end !important;
    }
}

@media (max-width: 1199px) {
    header.style-7 .menu-area .nav-right .lg-btn {
        padding: 9px 18px;
    }
}

header.style-7 .menu-area .nav-right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

@media (max-width: 1399px) {
    header.style-7 .menu-area .nav-right ul {
        gap: 15px;
    }
}

header.style-7 .menu-area .nav-right ul li .notifications-area {
    position: relative;
}

header.style-7 .menu-area .nav-right ul li .notifications-area .notifacation-icon {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid var(--primary-color1);
    border-radius: 50%;
    cursor: pointer;
}

header.style-7 .menu-area .nav-right ul li .notifications-area .notifacation-icon svg {
    fill: var(--primary-color1);
}

header.style-7 .menu-area .nav-right ul li .notifications-area span {
    height: 12px;
    width: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-color1);
    color: var(--white);
    font-size: 10px;
    font-family: var(--font-exo2);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

header.style-7 .menu-area .nav-right ul li .notifications-area.show .notifacation-icon {
    background-color: rgb(0, 22, 24);
    border: 1px solid rgb(0, 22, 24);
}

header.style-7 .menu-area .nav-right ul li .notifacion-card {
    top: 29px !important;
}

header.style-7 .menu-area .nav-right ul li .dropdown-toggle::after {
    display: none;
    visibility: hidden;
}

header.style-7 .menu-area .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}

header.style-7 .menu-area .nav-right .mobile-menu-btn i {
    color: var(--white);
    font-size: 25px;
}

@media (max-width: 991px) {
    header.style-7 .menu-area .nav-right .mobile-menu-btn {
        display: block;
        visibility: visible;
    }
}

header.style-7 .main-menu {
    display: inline-block;
}

header.style-7 .main-menu .mobile-menu-logo {
    display: none;
}

header.style-7 .main-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

header.style-7 .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 0px 15px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-7 .main-menu ul > li {
        padding: 0px 4px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.style-7 .main-menu ul > li {
        padding: 0px 8px;
    }
}

header.style-7 .main-menu ul > li:hover i {
    color: var(--white);
    font-size: 20px;
}

header.style-7 .main-menu ul > li a {
    font-size: 0.875rem;
    color: var(--white);
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    padding: 39px 15px;
    font-family: var(--font-exo2);
    transition: all 0.5s ease-out 0s;
    position: relative;
}

@media (max-width: 1199px) {
    header.style-7 .main-menu ul > li a {
        font-size: 0.875rem;
        padding: 34px 5px;
    }
}

@media (max-width: 991px) {
    header.style-7 .main-menu ul > li a {
        font-size: 0.875rem;
        padding: 34px 15px;
    }
}

header.style-7 .main-menu ul > li i {
    font-size: 20px;
    text-align: center;
    color: var(--white);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

header.style-7 .main-menu ul > li i.active {
    color: var(--primary-color1);
}

header.style-7 .main-menu ul > li i.active::before {
    content: "";
}

@media (max-width: 991px) {
    header.style-7 .main-menu ul > li i {
        opacity: 1;
    }
}

header.style-7 .main-menu ul > li ul.sub-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    top: auto;
    margin: 0px;
    padding: 0px 10px;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    background: rgb(2, 11, 13);
    text-align: left;
    transition: all 0.55s ease-in-out 0s;
    transform: translateY(20px);
}

header.style-7 .main-menu ul > li ul.sub-menu > li {
    padding: 0px;
    display: block;
    position: relative;
}

header.style-7 .main-menu ul > li ul.sub-menu > li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--white);
    font-size: 20px;
}

header.style-7 .main-menu ul > li ul.sub-menu > li .dropdown-icon {
    color: var(--white);
    opacity: 1;
    top: 16px;
    font-size: 14px;
}

header.style-7 .main-menu ul > li ul.sub-menu > li a {
    display: block;
    padding: 12px 15px;
    color: var(--white);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1;
    transition: all 0.4s ease-out 0s;
    position: relative;
}

header.style-7 .main-menu ul > li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
}

header.style-7 .main-menu ul > li ul.sub-menu > li a.active {
    color: var(--primary-color1);
}

header.style-7 .main-menu ul > li ul.sub-menu > li .sub-menu {
    left: 215px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: rgb(30, 30, 30);
    top: 0px;
}

@media only screen and (max-width: 1199px) {
    header.style-7 .main-menu ul > li ul.sub-menu > li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0px 0px;
        top: 0px;
    }
}

header.style-7 .main-menu ul > li ul.sub-menu > li .sub-menu > li i {
    display: block;
}

header.style-7 .main-menu ul > li ul.sub-menu > li:last-child {
    border-bottom: none;
}

header.style-7 .main-menu ul > li.menu-item-has-children::after {
    content: "";
    font-family: bootstrap-icons;
    font-weight: 500;
    position: absolute;
    top: 42px;
    right: 12px;
    font-size: 13px;
    color: var(--white);
}

@media (max-width: 1399px) {
    header.style-7 .main-menu ul > li.menu-item-has-children::after {
        top: 41px;
        right: 3px;
    }
}

@media (max-width: 1199px) {
    header.style-7 .main-menu ul > li.menu-item-has-children::after {
        top: 36px;
        right: -2px;
    }
}

@media (max-width: 991px) {
    header.style-7 .main-menu ul > li.menu-item-has-children::after {
        display: none;
        visibility: hidden;
    }
}

header.style-7 .main-menu ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

header.style-7 .main-menu ul > li:hover > a {
    color: var(--primary-color1);
    font-weight: 500;
}

header.style-7 .main-menu ul > li:hover::after {
    color: var(--primary-color1);
    font-weight: 700;
}

header.style-7 .main-menu ul > li:hover .sub-menu li {
    font-weight: 500;
}

header.style-7 .main-menu ul > li.active > a {
    color: var(--primary-color1);
}

header.style-7 .main-menu ul > li.active .sub-menu li a {
    font-weight: 500;
}

header.style-7 .main-menu ul > li.active::after {
    color: var(--primary-color1);
    font-weight: 700;
}

header.style-7 .main-menu ul li.menu-item-has-children > i {
    display: block;
}

@media only screen and (max-width: 991px) {
    header.style-7 .primry-btn-6 {
        justify-content: center;
    }

    header.style-7 .primry-btn-5 {
        justify-content: center;
    }

    header.style-7 .main-menu {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 280px;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: rgb(3, 15, 17);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in 0s;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 20px;
        padding: 30px 20px !important;
    }

    header.style-7 .main-menu.show-menu {
        transform: translateX(0px);
    }

    header.style-7 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }

    header.style-7 .main-menu ul {
        float: none;
        text-align: left;
        padding: 50px 10px 35px 0px;
    }

    header.style-7 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0px 5px;
    }

    header.style-7 .main-menu ul li i {
        display: block;
    }

    header.style-7 .main-menu ul li a {
        padding: 10px 0px;
        display: block;
        font-weight: 500;
        font-size: 1rem;
    }

    header.style-7 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0px 0px;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transition: none 0s ease 0s;
        display: none;
        transform: translateY(0px);
        margin-top: 0px !important;
    }

    header.style-7 .main-menu ul li ul.sub-menu > li {
        border-bottom: 1px solid transparent;
    }

    header.style-7 .main-menu ul li ul.sub-menu > li a.active {
        color: var(--primary-color1);
    }

    header.style-7 .main-menu ul li ul.sub-menu > li i {
        color: var(--primary-color1);
        right: -13px;
    }

    header.style-7 .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
    }

    header.style-7 .mobile-menu {
        position: relative;
        top: 2px;
        padding: 0px 5px;
        border-radius: 50%;
        display: inline-block;
    }

    header.style-7 .cross-btn {
        position: relative;
        cursor: pointer;
        display: inline-block !important;
        width: 30px !important;
        height: 22px !important;
        border: 3px solid transparent !important;
    }

    header.style-7 .cross-btn span {
        width: 100%;
        height: 2px;
        background: var(--primary-color1);
        display: block;
        position: absolute;
        right: 0px;
        transition: all 0.3s ease 0s;
    }

    header.style-7 .cross-btn .cross-top {
        top: 0px;
    }

    header.style-7 .cross-btn .cross-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    header.style-7 .cross-btn .cross-bottom {
        bottom: 0px;
        width: 100%;
    }

    header.style-7 .cross-btn.h-active span.cross-top {
        transform: rotate(45deg);
        top: 50%;
        margin-top: -1px;
    }

    header.style-7 .cross-btn.h-active span.cross-middle {
        transform: translateX(-30px);
        opacity: 0;
    }

    header.style-7 .cross-btn.h-active span.cross-bottom {
        transform: rotate(-45deg);
        bottom: 50%;
        margin-bottom: -1px;
    }

    header.style-7 .social-area ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    header.style-7 .social-area ul li a {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary-color1);
        border-radius: 50%;
        transition: all 0.35s ease 0s;
    }

    header.style-7 .social-area ul li a i {
        color: var(--white);
        transition: all 0.35s ease 0s;
        position: relative;
        left: 0px;
        top: 0px;
        margin-left: 0px;
    }

    header.style-7 .primry-btn-1 {
        justify-content: center;
    }

    header.style-7 .primry-btn-2 {
        justify-content: center;
    }
}

.hero1 {
    background-image: url("../images/bg/h1-hero-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero1::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    min-height: 100%;
    z-index: 1;
}

.hero1 .hero-content {
    position: relative;
    z-index: 99;
    max-width: 1050px;
    width: 100%;
    margin: 0px auto;
    padding: 220px 0px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .hero1 .hero-content {
        padding: 140px 0px;
    }
}

@media (max-width: 1399px) {
    .hero1 .hero-content {
        padding: 140px 0px;
    }
}

@media (max-width: 767px) {
    .hero1 .hero-content {
        padding: 100px 0px;
    }
}

.hero1 .hero-content h1 {
    font-size: 4.688rem;
    font-weight: 700;
    color: var(--white);
    font-family: var(--font-exo2);
    line-height: 1.1;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .hero1 .hero-content h1 {
        font-size: 4rem;
    }
}

@media (max-width: 576px) {
    .hero1 .hero-content h1 {
        font-size: 3.2rem;
    }
}

.hero1 .hero-content h1 span {
    color: var(--primary-color1);
}

.hero1 .hero-content > p {
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--white);
    text-align: center;
}

.hero1 .hero-content > p span {
    font-weight: 500;
}

.hero1 .hero-content .counter-area {
    padding-top: 40px;
}

.hero1 .hero-content .counter-area .counter-single {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
}

.hero1 .hero-content .counter-area .counter-single .counter-icon {
    padding-right: 45px;
    position: relative;
}

.hero1 .hero-content .counter-area .counter-single .counter-icon::after {
    content: "";
    border: 1px solid rgb(0, 167, 172);
    border-radius: 5px;
    height: 60px;
    width: 60px;
    position: absolute;
    left: -13px;
    top: -13px;
    transform: rotate(45deg);
}

.hero1 .hero-content .counter-area .counter-single .coundown p {
    margin-bottom: 0px;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--white);
}

.hero1 .hero-content .counter-area .counter-single .coundown h3 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 30px;
    color: var(--primary-color1);
    margin-bottom: 0px;
}

.hero1 .hero-content .counter-area .counter-single .coundown span {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 30px;
    color: var(--primary-color1);
}

.hero1 .hero-content .job-title, .hero1 .hero-content .category {
    border: 1px solid rgb(233, 233, 233);
    border-radius: 5px;
    background: rgb(239, 243, 242);
    height: 60px;
    padding-left: 60px;
    width: 100%;
    position: relative;
}

.hero1 .hero-content .job-title::after, .hero1 .hero-content .category::after {
    content: url("../images/icon/job3.svg");
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.hero1 .hero-content .job-title::before, .hero1 .hero-content .category::before {
    content: "";
    width: 1px;
    height: 22px;
    background: rgb(217, 217, 217);
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.hero1 .hero-content .category {
    max-width: 310px;
}

.hero1 .hero-content .category::after {
    content: url("../images/icon/category.svg");
}

@media (max-width: 767px) {
    .hero1 .hero-content .category {
        max-width: 100%;
    }
}

.hero1 .hero-content .job-search-area {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 8px;
    border-radius: 5px;
    max-width: 950px;
    margin: 80px auto 0px;
}

.hero1 .hero-content .job-search-area form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    gap: 20px;
}

@media (max-width: 767px) {
    .hero1 .hero-content .job-search-area form {
        flex-wrap: wrap;
    }
}

.hero1 .hero-content .job-search-area form .form-inner input {
    height: 60px;
    background: rgb(239, 243, 242);
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    color: var(--title-color1);
    padding: 20px 20px 20px 0px;
    line-height: 1;
    width: 100%;
}

.hero1 .hero-content .job-search-area form .form-inner input::placeholder {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
}

.hero1 .hero-content .job-search-area form .form-inner .nice-select {
    height: 60px;
    background: rgb(239, 243, 242);
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
    width: 100%;
    display: flex;
    align-items: center;
    border: unset;
    padding-left: 0px;
}

.hero1 .hero-content .job-search-area form .form-inner .nice-select .list {
    width: 100%;
}

.hero1 .hero-content .job-search-area form .form-inner .nice-select .list li {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
    display: flex;
    align-items: center;
}

.hero1 .hero-content .job-search-area form .form-inner .nice-select::after {
    border-bottom: 1px solid var(--primary-color1);
    border-right: 1px solid var(--primary-color1);
    height: 10px;
    margin-top: -6px;
    right: 27px;
    top: 50%;
    width: 10px;
}

.hero1 .hero-content .job-search-area form .form-inner .nice-select .option:hover, .hero1 .hero-content .job-search-area form .form-inner .nice-select .option.focus, .hero1 .hero-content .job-search-area form .form-inner .nice-select .option.selected.focus {
    background-color: rgba(0, 167, 172, 0.1);
}

.hero1 .hero-content .job-search-area form .form-inner .primry-btn-2 {
    height: 100%;
    padding: 15px 30px;
}

.hero1 .hero-content .job-search-area form .form-inner .primry-btn-2 img {
    margin-right: 5px;
}

.home1-category .single-category {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 167, 172, 0.15);
    border-radius: 5px;
    padding: 20px;
    transition: all 0.35s ease 0s;
}

@media (max-width: 576px) {
    .home1-category .single-category {
        max-width: 350px;
        width: 100%;
        margin: 0px auto;
    }
}

.home1-category .single-category .category-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.home1-category .single-category .category-top .sl-no h6 {
    font-size: 1.125rem;
    font-weight: 700;
    color: rgba(0, 167, 172, 0.2);
    font-family: var(--font-exo2);
    line-height: 22px;
    letter-spacing: 0.04em;
    position: relative;
    opacity: 0.7;
}

.home1-category .single-category .category-top .sl-no h6::after {
    content: "";
    height: 1px;
    width: 40px;
    background-color: rgba(0, 167, 172, 0.2);
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.home1-category .single-category .category-content h5 {
    margin-bottom: 10px;
}

.home1-category .single-category .category-content h5 a {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    line-height: 24px;
}

.home1-category .single-category .category-content p {
    margin-bottom: 0px;
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
}

.home1-category .single-category .category-content p span {
    font-weight: 600;
    color: var(--primary-color1);
}

.home1-category .single-category:hover {
    border: 1px solid rgb(0, 167, 172);
}

.home1-featured-area {
    background: rgb(248, 248, 248);
    padding: 90px 0px;
}

.home1-featured-area .feature-card {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 35px 25px;
    transition: all 0.35s ease 0s;
    position: relative;
}

.home1-featured-area .feature-card::before {
    content: "";
    height: 100%;
    width: 3px;
    background: rgba(0, 167, 172, 0.25);
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px 0px 0px 5px;
    transition: all 0.35s ease 0s;
}

.home1-featured-area .feature-card .company-area {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.home1-featured-area .feature-card .company-area .logo {
    margin-right: 20px;
}

.home1-featured-area .feature-card .company-area .logo img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.home1-featured-area .feature-card .company-area .company-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.home1-featured-area .feature-card .company-area .company-details::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: rgb(238, 238, 238);
    position: absolute;
    bottom: -10px;
    left: 0px;
}

.home1-featured-area .feature-card .company-area .company-details .name-location {
    width: 100%;
}

.home1-featured-area .feature-card .company-area .company-details .name-location h5 {
    margin-bottom: 3px;
}

.home1-featured-area .feature-card .company-area .company-details .name-location h5 a {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.home1-featured-area .feature-card .company-area .company-details .name-location h5 a:hover {
    color: var(--primary-color1);
}

.home1-featured-area .feature-card .company-area .company-details .name-location p {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-exo2);
    margin-bottom: 0px;
}

.home1-featured-area .feature-card .company-area .company-details .bookmark {
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid var(--primary-color1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
    cursor: pointer;
}

.home1-featured-area .feature-card .company-area .company-details .bookmark i {
    color: var(--primary-color1);
    font-size: 14px;
    transition: all 0.35s ease 0s;
}

.home1-featured-area .feature-card .company-area .company-details .bookmark:hover {
    background-color: var(--primary-color1);
}

.home1-featured-area .feature-card .company-area .company-details .bookmark:hover i {
    color: var(--white);
}

.home1-featured-area .feature-card .job-discription {
    background: rgb(253, 249, 249);
    border-radius: 5px;
    padding: 30px 25px;
}

.home1-featured-area .feature-card .job-discription h5 {
    margin-bottom: 8px;
    line-height: 1;
}

.home1-featured-area .feature-card .job-discription h5 a {
    font-family: var(--font-exo2);
    color: var(--title-color1);
    font-weight: 600;
    font-size: 1.125rem;
    transition: all 0.35s ease 0s;
}

.home1-featured-area .feature-card .job-discription ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.home1-featured-area .feature-card .job-discription ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.home1-featured-area .feature-card .job-discription ul li img {
    margin-right: 8px;
}

.home1-featured-area .feature-card .job-discription ul li p {
    margin-bottom: 0px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-work-sans);
}

.home1-featured-area .feature-card .job-discription ul li p .title {
    color: var(--text-color1);
    font-family: var(--font-exo2);
    font-weight: 500;
}

.home1-featured-area .feature-card .job-discription ul li p .time {
    color: var(--text-color1);
    font-weight: 400;
}

.home1-featured-area .feature-card .job-discription ul li p span {
    color: var(--text-color1);
    font-weight: 400;
}

.home1-featured-area .feature-card .job-discription ul li:last-child {
    margin-bottom: 0px;
}

.home1-featured-area .feature-card .job-discription ul li a {
    transition: all 0.35s ease 0s;
}

.home1-featured-area .feature-card .job-discription ul li a:hover {
    color: var(--primary-color1);
}

.home1-featured-area .feature-card .job-type-apply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.home1-featured-area .feature-card .job-type-apply .job-type span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    border-radius: 50px;
    padding: 5px 21px;
}

.home1-featured-area .feature-card .job-type-apply .full-time {
    background-color: rgb(199, 229, 238);
}

.home1-featured-area .feature-card .job-type-apply .remote {
    background-color: rgb(180, 242, 193);
}

.home1-featured-area .feature-card .apply-btn a {
    font-size: 15px;
    color: var(--primary-color1);
}

.home1-featured-area .feature-card .apply-btn a span::after {
    top: 1.5px;
}

.home1-featured-area .feature-card:hover::before {
    background: var(--primary-color1);
}

.home1-featured-area .feature-card:hover .company-details::after {
    background-color: rgb(233, 225, 225);
}

.home1-work-process .single-work-process {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background-color: rgba(0, 167, 172, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: relative;
    margin: 0px auto 20px;
    transition: all 0.35s ease 0s;
}

.home1-work-process .single-work-process:hover {
    border: 1px solid rgba(0, 167, 172, 0.4);
}

.home1-work-process .single-work-process.one::after {
    content: url("../images/icon/work-up-arrow.svg");
    position: absolute;
    top: -20px;
}

@media (max-width: 576px) {
    .home1-work-process .single-work-process.one::after {
        display: none;
        visibility: hidden;
    }
}

.home1-work-process .single-work-process.two::after {
    content: url("../images/icon/work-down-arrow.svg");
    position: absolute;
    bottom: -25px;
}

@media (max-width: 576px) {
    .home1-work-process .single-work-process.two::after {
        display: none;
        visibility: hidden;
    }
}

.home1-work-process .single-work-process .icon {
    margin-bottom: 12px;
}

.home1-work-process .single-work-process .work-content h5 {
    margin-bottom: 10px;
}

.home1-work-process .single-work-process .work-content h5 a {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.home1-work-process .single-work-process .work-content h5 a:hover {
    color: var(--primary-color1);
}

.home1-work-process .single-work-process .work-content p {
    margin-bottom: 0px;
}

.swiper-btn1 {
    gap: 30px;
    text-align: center;
}

.swiper-btn1 .right-btn {
    position: relative;
    cursor: pointer;
    margin-right: -20px;
    transition: all 0.35s ease 0s;
}

@media (max-width: 576px) {
    .swiper-btn1 .right-btn {
        margin-right: 0px;
    }
}

.swiper-btn1 .right-btn:hover::after {
    left: -35px;
}

.swiper-btn1 .left-btn {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: -20px;
    transition: all 0.35s ease 0s;
}

.swiper-btn1 .left-btn:hover::after {
    right: 26px;
}

.home1-location-area {
    background: rgb(248, 248, 248);
    padding: 90px 0px;
}

.home1-location-area .location-card .location-img {
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    transition: all 0.35s ease 0s;
}

.home1-location-area .location-card .location-img img {
    border-radius: 5px;
    transition: all 0.35s ease 0s;
}

@media (max-width: 576px) {
    .home1-location-area .location-card .location-img img {
        width: 100%;
    }
}

.home1-location-area .location-card .location-content h5 {
    margin-bottom: 5px;
}

.home1-location-area .location-card .location-content h5 a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.home1-location-area .location-card .location-content h5 a img {
    width: 12px;
    margin-right: 8px;
}

.home1-location-area .location-card .location-content h5 a:hover {
    color: var(--primary-color1);
}

.home1-location-area .location-card .location-content p {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-exo2);
    margin-bottom: 0px;
}

.home1-location-area .location-card .location-content p span {
    color: var(--title-color1);
    font-weight: 600;
}

.home1-location-area .location-card:hover .location-img img {
    transform: scale(1.1);
}

@media (max-width: 576px) {
    .home1-review-area .testimonial-slider1 {
        padding: 0px 10px;
    }
}

.home1-review-area .testimonial-card {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 576px) {
    .home1-review-area .testimonial-card {
        flex-wrap: wrap;
    }
}

.home1-review-area .testimonial-card .author-img {
    position: relative;
    border-radius: 5px;
    display: inline-block;
}

.home1-review-area .testimonial-card .author-img img {
    border-radius: 5px;
}

.home1-review-area .testimonial-card .author-img .quat-icon {
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(219, 219, 219);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home1-review-area .testimonial-card .testimonial-content .author-review-area {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 18px;
}

.home1-review-area .testimonial-card .testimonial-content .author-review-area .author-area h5 {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--title-color1);
    margin-bottom: 5px;
}

.home1-review-area .testimonial-card .testimonial-content .author-review-area .author-area span {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color1);
}

.home1-review-area .testimonial-card .testimonial-content .author-review-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.home1-review-area .testimonial-card .testimonial-content .author-review-area ul li i {
    font-size: 14px;
    color: rgb(235, 197, 0);
}

.home1-review-area .testimonial-card .testimonial-content p {
    font-size: 1.375rem;
    line-height: 1.5;
}

.swiper-btn-2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.swiper-btn-2 .swiper-prev, .swiper-btn-2 .swiper-next {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0, 167, 172, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
    cursor: pointer;
}

.swiper-btn-2 .swiper-prev i, .swiper-btn-2 .swiper-next i {
    font-size: 20px;
    color: rgba(0, 167, 172, 0.5);
    transition: all 0.35s ease 0s;
}

.swiper-btn-2 .swiper-prev:hover, .swiper-btn-2 .swiper-next:hover {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}

.swiper-btn-2 .swiper-prev:hover i, .swiper-btn-2 .swiper-next:hover i {
    color: var(--white);
}

.home1-trusted-company {
    background-color: rgba(0, 167, 172, 0.15);
    padding: 60px 0px;
}

.home1-trusted-company.two {
    background-color: rgb(133 167 93 / 8%);
    padding: 50px 0px;
}

.home1-trusted-company .section-title {
    margin-bottom: 15px;
}

.home1-trusted-company .section-title h5 {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
}

.home1-trusted-company .section-title h5::after {
    content: "";
    width: 114px;
    height: 1px;
    background-color: rgba(0, 167, 172, 0.5);
    border-radius: 5px;
    position: absolute;
    top: 55%;
    right: -130px;
    transform: translateY(-50%);
}

.home1-trusted-company.six {
    background-color: transparent;
    padding: 0px;
}

.home1-trusted-company.six .section-title {
    margin-bottom: 15px;
}

.home1-trusted-company.six .section-title h5 {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font-exo2);
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
}

.home1-trusted-company.six .section-title h5::after {
    content: "";
    width: 114px;
    height: 1px;
    background-color: rgba(0, 167, 172, 0.5);
    border-radius: 5px;
    position: absolute;
    top: 55%;
    right: -130px;
    transform: translateY(-50%);
}

.home1-trusted-company .company-logo {
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .home1-trusted-company .company-logo {
        justify-content: center;
    }
}

.home1-top-recruiters {
    position: relative;
}

.home1-top-recruiters .slick-slide img {
    display: initial;
}

.home1-top-recruiters .slick-prev {
    position: absolute;
    right: 80px;
    top: -105px;
    left: unset;
}

.home1-top-recruiters .slick-prev::after {
    content: url("../images/icon/slick-prev.svg");
}

.home1-top-recruiters .slick-next {
    position: absolute;
    right: 15px;
    top: -105px;
}

.home1-top-recruiters .slick-next::after {
    content: url("../images/icon/slick-next.svg");
}

.home1-top-recruiters .slick-arrow {
    opacity: 0.5;
    transition: all 0.35s ease 0s;
}

.home1-top-recruiters .slick-arrow:hover {
    opacity: 1;
}

.home1-top-recruiters .slide-item {
    padding: 12px;
}

.home1-top-recruiters .recruters-card {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgba(0, 167, 172, 0.25);
    transition: all 0.35s ease 0s;
}

.home1-top-recruiters .recruters-card .company-area {
    display: flex;
    margin-bottom: 23px;
    background: rgba(0, 167, 172, 0.1);
    padding: 20px 30px;
}

@media (max-width: 576px) {
    .home1-top-recruiters .recruters-card .company-area {
        padding: 20px 30px;
    }
}

.home1-top-recruiters .recruters-card .company-area .logo {
    margin-right: 20px;
}

.home1-top-recruiters .recruters-card .company-area .logo img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.home1-top-recruiters .recruters-card .company-area .name-location h5 {
    margin-top: -3px;
    margin-bottom: 6px;
    line-height: 1;
}

.home1-top-recruiters .recruters-card .company-area .name-location h5 a {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.home1-top-recruiters .recruters-card .company-area .name-location h5 a:hover {
    color: var(--primary-color1);
}

.home1-top-recruiters .recruters-card .company-area .name-location p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    font-size: 0.938rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
}

.home1-top-recruiters .recruters-card .company-area .name-location p img {
    margin-right: 8px;
}

.home1-top-recruiters .recruters-card .job-details-vacancies {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 0px 30px 30px;
}

@media (max-width: 767px) {
    .home1-top-recruiters .recruters-card .job-details-vacancies {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .home1-top-recruiters .recruters-card .job-details-vacancies {
        padding: 0px 20px 30px;
    }
}

.home1-top-recruiters .recruters-card .job-details-vacancies .vacancies p {
    margin-bottom: 0px;
    font-size: 1.125rem;
}

.home1-top-recruiters .recruters-card .job-details-vacancies .vacancies p span {
    font-weight: 600;
    color: var(--primary-color1);
}

.home1-top-recruiters .recruters-card .job-details-vacancies .apply-btn a {
    font-size: 0.938rem;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.home1-top-recruiters .recruters-card .job-details-vacancies .apply-btn a span {
    display: inline-block;
    margin-left: 10px;
    margin-right: -20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

.home1-top-recruiters .recruters-card .job-details-vacancies .apply-btn a span img {
    width: 18px;
}

.home1-top-recruiters .recruters-card .job-details-vacancies .apply-btn a span::after {
    content: url("../images/icon/apply-arrow.svg");
    position: relative;
    left: -26px;
    top: 2px;
    transition: all 0.35s ease 0s;
}

.home1-top-recruiters .recruters-card .job-details-vacancies .apply-btn a:hover {
    color: var(--primary-color1);
}

.home1-top-recruiters .recruters-card .job-details-vacancies .apply-btn a:hover span::after {
    left: -22px;
}

.home1-top-recruiters .recruters-card:hover {
    border-color: rgb(0, 167, 172);
}

.recent-article-wrap .recent-article-img {
    border-radius: 5px;
    position: relative;
}

@media (max-width: 767px) {
    .recent-article-wrap .recent-article-img img {
        width: 100%;
    }
}

.recent-article-wrap .recent-article-img .publish-area {
    width: 82px;
    height: 73px;
    background: rgb(0, 167, 172);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 20px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

@media (max-width: 1399px) {
    .recent-article-wrap .recent-article-img .publish-area {
        width: 70px;
        height: 65px;
        margin-right: 15px;
    }
}

.recent-article-wrap .recent-article-img .publish-area a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    color: var(--white);
}

@media (max-width: 1199px) {
    .recent-article-wrap .recent-article-img .publish-area a {
        font-size: 14px;
    }
}

.recent-article-wrap .recent-article-img .publish-area a span {
    display: block;
    font-weight: 600;
    font-size: 1.125rem;
}

@media (max-width: 1199px) {
    .recent-article-wrap .recent-article-img .publish-area a span {
        font-size: 16px;
    }
}

.recent-article-wrap .recent-article-img img {
    border-radius: 5px;
}

.recent-article-wrap .recent-article-content {
    padding: 0px 15px;
}

@media (max-width: 1399px) {
    .recent-article-wrap .recent-article-content {
        padding: 0px 10px;
    }
}

.recent-article-wrap .recent-article-content .recent-article-meta {
    display: flex;
    align-items: flex-end;
    margin-top: -30px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .recent-article-wrap .recent-article-content .recent-article-meta {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

.recent-article-wrap .recent-article-content .recent-article-meta .publish-area {
    width: 82px;
    height: 65px;
    background: var(--primary-color1);
    border: 1px solid rgb(0, 167, 172);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

@media (max-width: 1399px) {
    .recent-article-wrap .recent-article-content .recent-article-meta .publish-area {
        width: 70px;
        height: 65px;
        margin-right: 15px;
    }
}

@media (max-width: 1199px) {
    .recent-article-wrap .recent-article-content .recent-article-meta .publish-area {
        display: none;
        visibility: hidden;
    }
}

.recent-article-wrap .recent-article-content .recent-article-meta .publish-area a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    color: var(--white);
    transition: all 0.35s ease 0s;
}

@media (max-width: 1199px) {
    .recent-article-wrap .recent-article-content .recent-article-meta .publish-area a {
        font-size: 14px;
    }
}

.recent-article-wrap .recent-article-content .recent-article-meta .publish-area a span {
    display: block;
    font-weight: 600;
    font-size: 1.125rem;
}

@media (max-width: 1199px) {
    .recent-article-wrap .recent-article-content .recent-article-meta .publish-area a span {
        font-size: 16px;
    }
}

.recent-article-wrap .recent-article-content .recent-article-meta .publish-area:hover {
    background-color: var(--white);
}

.recent-article-wrap .recent-article-content .recent-article-meta .publish-area:hover a {
    color: var(--primary-color1);
}

.recent-article-wrap .recent-article-content .recent-article-meta ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    gap: 15px;
}

.recent-article-wrap .recent-article-content .recent-article-meta ul li a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color1);
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
}

.recent-article-wrap .recent-article-content .recent-article-meta ul li a img {
    margin-right: 8px;
}

@media (max-width: 1399px) {
    .recent-article-wrap .recent-article-content .recent-article-meta ul li a {
        margin-right: 5px;
        font-size: 13px;
    }
}

.recent-article-wrap .recent-article-content .recent-article-meta ul li a:hover {
    color: var(--primary-color1);
}

.recent-article-wrap .recent-article-content h4 {
    margin-bottom: 17px;
}

.recent-article-wrap .recent-article-content h4 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    color: rgb(0, 0, 0);
    transition: all 0.35s ease 0s;
}

@media (max-width: 1199px) {
    .recent-article-wrap .recent-article-content h4 a {
        font-size: 20px;
    }
}

.recent-article-wrap .recent-article-content h4 a:hover {
    color: var(--primary-color1);
}

.recent-article-wrap .recent-article-content .explore-btn a span {
    margin-left: 10px;
}

.footer1 {
    background: rgb(255, 255, 255);
    padding-top: 90px;
}

.widget-footer img {
    width: 210px;
    margin-bottom: 20px;
}

.footer1.bg-dark {
    background-color: rgb(0, 0, 0) !important;
}

@media (max-width: 991px) {
    .footer1 .mb--50 {
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .footer1 .footer-widget {
        text-align: center;
    }
}

.footer1 .footer-widget .widget-title {
    margin-bottom: 25px;
}

@media (max-width: 576px) {
    .footer1 .footer-widget .widget-title {
        text-align: center;
    }
}

.footer1 .footer-widget .widget-title h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 24px;
    color: var(--white);
    margin-bottom: 0px;
}

.footer1 .footer-widget .menu-container ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer1 .footer-widget .menu-container ul li {
    margin-bottom: 12px;
}

.footer1 .footer-widget .menu-container ul li:last-child {
    margin-bottom: 16px;
}

.social-area ul li {
    border: 1px solid rgba(101, 28, 255, 0.41);
    border-radius: 50%;
    height: 32px;
    width: 32px;
}

.footer1 .footer-widget .menu-container ul li a {
    font-family: var(--font-exo2);
    font-size: 16px;
    display: flex;
    color: rgb(48, 53, 55);
    transition: all 0.35s ease 0s;
    align-items: center;
}

@media (max-width: 576px) {
    .footer1 .footer-widget .menu-container ul li a {
        justify-content: center;
    }
}

.footer1 .footer-widget .menu-container ul li a i {
    transition: all 0.35s ease 0s;
    color: rgb(211, 211, 211);
    font-size: 15px;
    margin-top: 8px;
}

.social-area ul {
    display: flex;
    gap: 20px;
}

.footer1 .footer-widget .menu-container ul li a:hover {
    color: var(--primary-color1);
}

.social-area ul li a {
    justify-content: center;
}

.social-area ul li:hover {
    background: #b5323c;
}

.footer1 .footer-widget .menu-container ul li a:hover i {
}

.footer1 .footer-widget .app-list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer1 .footer-widget .app-list ul li {
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    margin-bottom: 30px;
}

.footer1 .footer-widget .app-list ul li:last-child {
    margin-bottom: 0px;
}

.footer1 .footer-btm {
    padding-top: 10px;
    position: relative;
    border-top: 1px solid rgb(238, 238, 238);
    padding-bottom: 10px;
}

.footer1 .footer-btm .footer-logo {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(26, 26, 26);
    border-radius: 50%;
    padding: 0px 15px;
}

.footer1 .footer-btm .footer-logo.two {
    background-color: rgb(0, 0, 0);
}

@media (max-width: 991px) {
    .footer1 .footer-btm .footer-logo {
        display: none;
        visibility: hidden;
    }
}

.footer1 .footer-btm .support {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .footer1 .footer-btm .support {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .footer1 .footer-btm .support {
        display: block;
    }
}

@media (max-width: 576px) {
    .footer1 .footer-btm .support .icon {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
}

.footer1 .footer-btm .support .content {
    display: flex;
    align-items: center;
    padding-left: 20px;
    position: relative;
}

@media (max-width: 576px) {
    .footer1 .footer-btm .support .content {
        padding-left: 0px;
    }
}

.footer1 .footer-btm .support .content::after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: var(--primary-color1);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 576px) {
    .footer1 .footer-btm .support .content::after {
        display: none;
        visibility: hidden;
    }
}

.footer1 .footer-btm .support .content h5 {
    margin-bottom: 0px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.25rem;
    color: var(--white);
}

.footer1 .footer-btm .support .content a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.25rem;
    text-decoration-line: underline;
    color: var(--primary-color1);
    padding-left: 25px;
    transition: all 0.35s ease 0s;
}

@media (max-width: 576px) {
    .footer1 .footer-btm .support .content a {
        padding-left: 10px;
    }
}

.footer1 .footer-btm .support .content a:hover {
    color: rgb(179, 179, 179);
}

.footer1 .footer-btm .footer-btm-menu {
    padding-bottom: 40px;
}

.footer1 .footer-btm .footer-btm-menu ul {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 50px;
}

@media (max-width: 1199px) {
    .footer1 .footer-btm .footer-btm-menu ul {
        gap: 25px;
    }
}

@media (max-width: 576px) {
    .footer1 .footer-btm .footer-btm-menu ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

.footer1 .footer-btm .footer-btm-menu ul li a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: rgb(179, 179, 179);
    transition: all 0.35s ease 0s;
}

.footer1 .footer-btm .footer-btm-menu ul li a:hover {
    color: var(--primary-color1);
}

.footer1 .footer-btm .border-top {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

@media (max-width: 991px) {
    .footer1 .footer-btm .copyright-area {
        padding-top: 15px;
    }
}

.footer1 .footer-btm .copyright-area p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: rgb(88, 93, 97);
}

.footer1 .footer-btm .copyright-area p i {
    color: var(--white);
}

@media (max-width: 576px) {
    .footer1 .footer-btm .copyright-area p {
        text-align: center;
    }
}

.footer1 .footer-btm .copyright-area p a {
    color: var(--primary-color1);
    transition: all 0.35s ease 0s;
}

.footer1 .footer-btm .copyright-area p a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.footer1 .footer-btm .social-area {
    display: flex;
    align-items: center;
    padding: 15px 0px;
}

.footer1 .footer-btm .social-area h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: rgb(88, 93, 97);
    margin-bottom: 0px;
}

.footer1 .footer-btm .social-area ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer1 .footer-btm .social-area ul li a {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    border: 1px solid rgb(0, 167, 172);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
}

.footer1 .footer-btm .social-area ul li a i {
    color: var(--primary-color1);
    transition: all 0.35s ease 0s;
}

.footer1 .footer-btm .social-area ul li a:hover {
    background-color: var(--primary-color1);
}

.footer1 .footer-btm .social-area ul li a:hover i {
    color: var(--white);
}

.footer1.style-6 {
    background-color: rgb(3, 15, 17);
    background-image: url("../images/bg/home6-footer-bg.png");
}

.footer1.style-6 .footer-logo {
    background-color: rgb(3, 15, 17);
}

.footer1.five {
    background: rgb(0, 0, 0);
}

.footer1.five .footer-widget .menu-container ul li a i {
    color: rgb(255, 255, 255);
}

.footer1.five .footer-widget .menu-container ul li a:hover {
    color: rgb(244, 244, 244);
}

.footer1.five .footer-btm .footer-logo {
    background-color: rgb(0, 0, 0);
    border-radius: 50%;
}

.footer1.five .footer-btm .support .content::after {
    background-color: rgb(255, 255, 255);
}

.footer1.five .footer-btm .support .content a {
    color: rgb(255, 255, 255);
    transition: all 0.35s ease 0s;
}

.footer1.five .footer-btm .support .content a:hover {
    color: rgb(179, 179, 179);
}

.footer1.five .footer-btm .footer-btm-menu ul li a:hover {
    color: rgb(255, 255, 255);
}

.footer1.five .footer-btm .copyright-area p a {
    color: rgb(255, 255, 255);
}

.footer1.five .footer-btm .social-area ul li a {
    border: 1px solid rgb(36, 36, 36);
}

.footer1.five .footer-btm .social-area ul li a i {
    color: rgb(255, 255, 255);
    transition: all 0.35s ease 0s;
}

.footer1.five .footer-btm .social-area ul li a:hover {
    background-color: rgb(36, 36, 36);
}

.footer2 {
    background: var(--white);
    padding: 25px 0px;
}

.footer2 .copyright-area p {
    margin-bottom: 0px;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 30px;
    color: var(--text-color1);
}

@media (max-width: 576px) {
    .footer2 .copyright-area p {
        text-align: center;
    }
}

.footer2 .copyright-area p a {
    color: var(--primary-color1);
    transition: all 0.35s ease 0s;
}

.footer2 .copyright-area p a:hover {
    color: var(--title-color1);
}

.footer2 .footer-btm-menu ul {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 30px;
}

@media (max-width: 1199px) {
    .footer2 .footer-btm-menu ul {
        gap: 25px;
    }
}

@media (max-width: 576px) {
    .footer2 .footer-btm-menu ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

.footer2 .footer-btm-menu ul li a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--text-color1);
    transition: all 0.35s ease 0s;
}

.footer2 .footer-btm-menu ul li a:hover {
    color: var(--primary-color1);
}

.form-wrapper .form-title {
    margin-bottom: 50px;
}

.form-wrapper .form-title h3 {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 30px;
    color: var(--title-color1);
    text-align: center;
}

.form-wrapper .form-title span {
    display: block;
    height: 8px;
    width: 8px;
    margin: 0px auto;
    border-radius: 50%;
    background: rgb(231, 231, 231);
    text-align: center;
    position: relative;
}

.form-wrapper .form-title span::after {
    content: "";
    width: 118px;
    height: 1px;
    background: rgb(231, 231, 231);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.form-wrapper .form-title span::before {
    content: "";
    width: 118px;
    height: 1px;
    background: rgb(231, 231, 231);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.form-wrapper .primry-btn-1 {
    z-index: 1;
}

.form-wrapper .location-map {
    border-radius: 10px;
}

.form-wrapper .location-map iframe {
    width: 100%;
    min-height: 210px;
    border-radius: 10px;
}

.form-wrapper .nav-tabs {
    justify-content: space-between;
    border-bottom: none;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .form-wrapper .nav-tabs {
        gap: 15px;
        justify-content: center;
    }
}

.form-wrapper .nav-tabs .nav-item .nav-link {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color1);
    background-color: var(--white);
    border-radius: 5px;
    border: none;
    padding: 8px 20px;
    position: relative;
    transition: all 0.4s ease 0s;
}

@media (max-width: 1199px) {
    .form-wrapper .nav-tabs .nav-item .nav-link {
        font-size: 1rem;
        border-radius: 5px;
    }
}

.form-wrapper .nav-tabs .nav-item .nav-link span {
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: rgba(0, 167, 172, 0.2);
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .form-wrapper .nav-tabs .nav-item .nav-link span {
        right: -53px;
    }
}

@media (max-width: 1399px) {
    .form-wrapper .nav-tabs .nav-item .nav-link span {
        right: -33px;
    }
}

@media (max-width: 1199px) {
    .form-wrapper .nav-tabs .nav-item .nav-link span {
        display: none;
        visibility: hidden;
    }
}

.form-wrapper .nav-tabs .nav-item .nav-link span::after {
    content: "";
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid rgba(0, 167, 172, 0.2);
    position: absolute;
    left: -3px;
    top: -3px;
}

@media (max-width: 1199px) {
    .form-wrapper .nav-tabs .nav-item .nav-link span::after {
        display: none;
        visibility: hidden;
    }
}

.form-wrapper .nav-tabs .nav-item .nav-link::after {
    content: "";
    height: 1px;
    width: 200px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 167, 172, 0.2);
    right: -200px;
}

@media (max-width: 1199px) {
    .form-wrapper .nav-tabs .nav-item .nav-link::after {
        display: none;
        visibility: hidden;
    }
}

.form-wrapper .nav-tabs .nav-item .nav-link::before {
    content: "";
    height: 15px;
    width: 15px;
    background-color: var(--white);
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
    transition: all 0.4s ease 0s;
}

@media (max-width: 1199px) {
    .form-wrapper .nav-tabs .nav-item .nav-link::before {
        display: none;
        visibility: hidden;
    }
}

.form-wrapper .nav-tabs .nav-item .nav-link.active {
    border: none;
    background-color: var(--primary-color1);
    color: var(--white);
}

.form-wrapper .nav-tabs .nav-item .nav-link.active::before {
    background-color: var(--primary-color1);
}

.form-wrapper .nav-tabs .nav-item .nav-link:hover {
    border: none;
    background-color: var(--primary-color1);
    color: var(--white);
}

.form-wrapper .nav-tabs .nav-item .nav-link:hover::before {
    background-color: var(--primary-color1);
}

.form-wrapper .nav-tabs .nav-item:last-child .nav-link::after {
    display: none;
    visibility: hidden;
}

.form-wrapper .nav-tabs .nav-item:last-child .nav-link span {
    display: none;
    visibility: hidden;
}

.form-wrapper form {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 10px;
    padding: 50px 70px;
}

.form-wrapper form .w-unset {
    width: unset;
    display: inline-block;
}

.form-wrapper form .drag-area {
    height: 130px;
    width: 130px;
    background: url("../images/bg/image-upload-bg.png") rgb(248, 248, 248);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

@media (max-width: 1399px) {
    .form-wrapper form .drag-area {
        position: relative;
        margin-bottom: 20px;
    }
}

.form-wrapper form .drag-area.active {
    border-color: rgb(0, 167, 172);
    border-width: 1px;
}

.form-wrapper form .drag-area input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.form-wrapper form .drag-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.form-wrapper form .drag-area p {
    color: var(--primary-color1);
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
    position: absolute;
    bottom: 10px;
}

.form-wrapper form .drag-area.style-2 {
    background-image: unset;
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    bottom: unset;
    right: unset;
}

.form-wrapper form .drag-area.style-2 img {
    height: 48px;
    width: 48px;
    border-radius: 50%;
}

.form-wrapper form .drag-area.style-2 input {
    left: 60px;
    top: unset;
    height: unset;
    width: unset;
}

.form-wrapper form .drag-area.style-2 p {
    font-weight: 600;
    opacity: 0.2;
}

.form-wrapper form .drag-area.style-3 {
    position: relative;
}

.form-wrapper form .drag-area.style-3 i {
    position: absolute;
    right: unset;
    bottom: unset;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary-color1);
    cursor: pointer;
}

.form-wrapper form .drag-area .upload-btn {
    background-color: transparent;
    color: var(--primary-color1);
    padding: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
}

.form-wrapper form.profile-form {
    position: relative;
    border-radius: 5px;
}

.form-wrapper form.profile-form::after {
    content: "";
    width: 100%;
    height: 5px;
    background: rgb(0, 167, 172);
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.form-wrapper form .company-images-area {
    background: rgb(248, 248, 248);
    border-radius: 5px;
    padding: 40px 60px;
}

@media (max-width: 767px) {
    .form-wrapper form .company-images-area {
        padding: 30px 25px;
    }
}

.form-wrapper form .company-images-area .devaider1::before {
    content: "";
    height: 100%;
    width: 1px;
    background: rgb(217, 217, 217);
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .form-wrapper form .company-images-area .devaider1::before {
        width: 100%;
        height: 1px;
        bottom: -24px;
        top: unset;
        transform: unset;
    }
}

.form-wrapper form .company-images-area .devaider1::after {
    content: "";
    height: 33px;
    width: 3px;
    background-color: var(--primary-color1);
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .form-wrapper form .company-images-area .devaider1::after {
        width: 33px;
        height: 3px;
        top: unset;
        left: 50%;
        bottom: -25px;
        transform: translateX(-50%);
    }
}

.form-wrapper form .company-images-area .drag-area {
    height: 130px;
    width: 130px;
    background: url("../images/bg/image-upload-bg.png") 0% 0% / contain no-repeat rgb(248, 248, 248);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    bottom: 0px;
    right: 0px;
}

@media (max-width: 1399px) {
    .form-wrapper form .company-images-area .drag-area {
        position: relative;
        margin-bottom: 20px;
    }
}

.form-wrapper form .company-images-area .drag-area.active {
    border-color: rgb(0, 167, 172);
    border-width: 1px;
}

.form-wrapper form .company-images-area .drag-area input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.form-wrapper form .company-images-area .drag-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.form-wrapper form .company-images-area .drag-area p {
    color: var(--primary-color1);
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
    position: absolute;
    bottom: 10px;
}

.form-wrapper form .company-images-area .drag-area .upload-btn {
    background-color: transparent;
    color: var(--primary-color1);
    padding: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
}

@media (max-width: 991px) {
    .form-wrapper form .company-images-area .company-logo-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.form-wrapper form .company-images-area .company-logo-area h5 {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 18px;
    color: var(--title-color1);
    margin-bottom: 20px;
}

.form-wrapper form .company-images-area .company-logo-area span {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color1);
    display: inline-block;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .form-wrapper form .company-images-area .company-logo-area span {
        padding-top: 0px;
    }
}

.form-wrapper form .company-images-area .company-cover-photo-area {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .form-wrapper form .company-images-area .company-cover-photo-area {
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.form-wrapper form .company-images-area .company-cover-photo-area .drag-area {
    height: 130px;
    max-width: 500px;
    width: 100%;
    background-image: none;
}

.form-wrapper form .company-images-area .company-cover-photo-area h5 {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 18px;
    color: var(--title-color1);
    margin-bottom: 20px;
}

.form-wrapper form .company-images-area .company-cover-photo-area span {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color1);
    display: inline-block;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .form-wrapper form .company-images-area .company-cover-photo-area span {
        padding-top: 0px;
    }
}

@media (max-width: 576px) {
    .form-wrapper form {
        padding: 50px 30px;
    }
}

.form-wrapper form h6 {
    padding-top: 25px;
    margin-bottom: 0px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.063rem;
    color: var(--title-color1);
}

.form-wrapper form h6 a {
    font-family: var(--font-exo2);
    color: var(--primary-color1);
}

.form-wrapper form .section-title2 {
    margin-bottom: 30px;
}

.form-wrapper form .section-title2 h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color1);
    margin-bottom: 0px;
}

.form-wrapper form .info-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.form-wrapper form .info-title h6 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.063rem;
    line-height: 20px;
    color: var(--title-color1);
    margin-bottom: 0px;
    position: relative;
    background-color: var(--white);
    white-space: nowrap;
    padding: 0px 20px 0px 0px;
}

.form-wrapper form .info-title .dash {
    position: relative;
    width: 100%;
}

.form-wrapper form .info-title .dash::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 167, 172, 0.5);
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    right: 0px;
}

.form-wrapper form .form-inner {
    position: relative;
}

.form-wrapper form .form-inner.two input[type="file"] {
    border: none;
    padding: 0px;
    border-radius: 0px;
}

.form-wrapper form .form-inner.two p {
    padding-top: 10px;
}

.form-wrapper form .form-inner i {
    position: absolute;
    right: 20px;
    bottom: 11px;
    color: var(--primary-color1);
    cursor: pointer;
}

.form-wrapper form .form-inner label {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.938rem;
    color: var(--title-color1);
    margin-bottom: 6px;
    display: block;
}

.form-wrapper form .form-inner textarea {
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    min-height: 150px;
    padding: 20px;
    width: 100%;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--title-color1);
    line-height: 1;
    transition: all 0.35s ease 0s;
}

.form-wrapper form .form-inner textarea::placeholder {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    color: var(--text-color1);
}

.form-wrapper form .form-inner textarea:hover {
    border-color: rgba(0, 167, 172, 0.4);
}

.form-wrapper form .form-inner .textarea {
    display: block;
    border-radius: 5px;
    width: 100%;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    color: var(--text-color1);
    line-height: 26px;
}

.form-wrapper form .form-inner input {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    display: block;
    width: 100%;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--title-color1);
    padding: 14px 20px;
    line-height: 1;
    transition: all 0.35s ease 0s;
}

.form-wrapper form .form-inner input::placeholder {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    color: var(--text-color1);
}

.form-wrapper form .form-inner input:hover {
    border-color: rgba(0, 167, 172, 0.4);
}

.form-wrapper form .form-inner span {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    color: var(--text-color1);
}

.form-wrapper form .form-inner .form-group input[type="checkbox"] {
    display: none;
    cursor: pointer;
}

.form-wrapper form .form-inner input[type="checkbox"] + label::before {
    content: "";
    appearance: none;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 167, 172);
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px, rgba(0, 0, 0, 0.05) 0px -15px 10px -12px inset;
    padding: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-wrapper form .form-inner input[type="checkbox"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 26px;
    left: 4px;
    width: 4px;
    height: 8px;
    border-style: solid;
    border-color: rgb(0, 167, 172);
    border-image: initial;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
}

.form-wrapper form .form-inner .input-area {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    height: 50px;
    padding-left: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.35s ease 0s;
}

.form-wrapper form .form-inner .input-area img {
    margin-right: 15px;
}

.form-wrapper form .form-inner .input-area::before {
    content: "";
    width: 1px;
    height: 14px;
    background: rgb(217, 217, 217);
    position: absolute;
    left: 39px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.form-wrapper form .form-inner .input-area input {
    height: 48px;
    background: rgb(255, 255, 255);
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--title-color1);
    padding: 14px 0px;
    line-height: 1;
    border: none;
}

.form-wrapper form .form-inner .input-area input::placeholder {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    color: var(--text-color1);
}

.form-wrapper form .form-inner .input-area:hover {
    border-color: rgba(0, 167, 172, 0.4);
}

.form-wrapper form .form-inner .nice-select {
    height: 46px;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(----text-color1);
    width: 100%;
    display: flex;
    align-items: center;
    border: unset;
    padding-left: 0px;
}

.form-wrapper form .form-inner .nice-select .list {
    width: 100%;
}

.form-wrapper form .form-inner .nice-select .list li {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
    display: flex;
    align-items: center;
}

.form-wrapper form .form-inner .nice-select::after {
    border-bottom: 1px solid var(--primary-color1);
    border-right: 1px solid var(--primary-color1);
    height: 8px;
    margin-top: -6px;
    right: 27px;
    top: 50%;
    width: 8px;
}

.form-wrapper form .form-inner .nice-select .option:hover, .form-wrapper form .form-inner .nice-select .option.focus, .form-wrapper form .form-inner .nice-select .option.selected.focus {
    background-color: rgba(0, 167, 172, 0.1);
}

.form-wrapper form .form-inner .input-area2 {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 18px;
}

.form-wrapper form .form-inner .input-area2 img {
    margin-right: 12px;
}

.form-wrapper form .form-inner .input-area2::before {
    content: "";
    width: 1px;
    height: 14px;
    background: rgb(217, 217, 217);
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.form-wrapper form .form-inner .input-area2 input {
    height: 48px;
    background: rgb(255, 255, 255);
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--title-color1);
    padding: 14px 0px;
    line-height: 1;
    border: none;
}

.form-wrapper form .form-inner .input-area2 input::placeholder {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    color: var(--text-color1);
}

.form-wrapper form .form-agreement {
    padding-top: 18px;
    margin-bottom: 20px;
}

.form-wrapper form .form-agreement label {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-work-sans);
}

.form-wrapper form .form-agreement label a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    text-decoration-line: underline;
    color: rgb(2, 121, 207);
    transition: all 0.35s ease 0s;
}

.form-wrapper form .form-agreement label a:hover {
    color: var(--primary-color1);
}

.form-wrapper form .form-agreement .two label {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-work-sans);
}

.form-wrapper form .form-agreement .two label a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    text-decoration-line: underline;
    color: rgb(2, 121, 207);
    transition: all 0.35s ease 0s;
}

.form-wrapper form .form-agreement .two label a:hover {
    color: var(--primary-color1);
}

.form-wrapper form .employment-check input[type="checkbox"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 4px;
    width: 4px;
    height: 8px;
    border-style: solid;
    border-color: rgb(0, 167, 172);
    border-image: initial;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
}

.form-wrapper form .forgot-pass {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    text-decoration-line: underline;
    color: rgb(2, 121, 207);
    transition: all 0.35s ease 0s;
}

.form-wrapper form .forgot-pass:hover {
    color: var(--primary-color1);
}

.form-wrapper form button {
    padding: 10px 30px;
    width: 100%;
    justify-content: center;
}

.form-wrapper form .login-difarent-way {
    padding-top: 30px;
}

.form-wrapper form .login-difarent-way a {
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 17px;
    color: var(--title-color1);
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.form-wrapper form .login-difarent-way a img {
    margin-right: 10px;
}

.form-wrapper form .login-difarent-way a::after {
    transition: all 0.5s ease 0s;
    position: absolute;
    border-radius: 5px;
    inset: 0px 50%;
    opacity: 0;
    content: "";
    background-color: rgb(244, 244, 244);
    z-index: -1;
}

.form-wrapper form .login-difarent-way a:hover::after {
    opacity: 1;
    transition: all 0.5s ease 0s;
    left: 0px;
    right: 0px;
}

.form-wrapper form .add-row button {
    padding: 0px;
    text-align: start;
    background-color: transparent;
    display: inline-block;
    width: auto;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 17px;
    text-decoration-line: underline;
    color: rgb(0, 167, 172);
    transition: all 0.35s ease 0s;
}

.form-wrapper form .add-row button.remove {
    color: red;
    margin-bottom: 20px;
}

.form-wrapper form .add-row button:hover {
    color: var(--title-color1);
}

.form-wrapper form .salary-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.form-wrapper form .salary-wrap .salery-select-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.form-wrapper form .salary-wrap .salery-select-area .single-salery {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 15px;
}

.form-wrapper form .salary-wrap .salery-select-area .single-salery input {
    margin-right: 5px;
    margin-top: -3px;
    padding: 0px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 1px solid rgb(0, 167, 172);
    cursor: pointer;
}

.form-wrapper form .salary-wrap .salery-select-area .single-salery input:focus {
    box-shadow: none;
}

.form-wrapper form .salary-wrap .salery-select-area .single-salery .form-check-input:checked {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}

.form-wrapper form .salary-wrap .label {
    margin-right: 25px;
}

.form-wrapper form .salary-wrap .containerss {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--font-exo2);
    color: var(--text-color1);
}

.form-wrapper form .salary-wrap .containerss .bi {
    color: rgb(255, 204, 51);
    margin-right: 3px;
}

.form-wrapper form .salary-wrap .checkbox-container ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 20px;
    display: flex;
    align-items: center;
}

.form-wrapper form .salary-wrap .checkbox-container ul li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.form-wrapper form .salary-wrap .checkbox-container ul li .text {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 14px;
    color: var(--title-color1);
}

.form-wrapper form .salary-wrap .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0px;
    width: 0px;
}

.form-wrapper form .salary-wrap .checkmark {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid rgba(0, 167, 172, 0.5);
    border-radius: 50%;
}

.form-wrapper form .salary-wrap .checkbox-container:hover input ~ .checkmark {
    background-color: transparent;
}

.form-wrapper form .salary-wrap .checkbox-container input:checked ~ .checkmark {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
    border-radius: 50%;
}

.form-wrapper form .salary-wrap .checkbox-container input:checked ~ .text {
    color: var(--title-color1);
}

.form-wrapper form .salary-wrap .checkbox-container input:checked ~ .qty {
    color: var(--title-color1);
}

.form-wrapper form .salary-wrap .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.form-wrapper form .salary-wrap .checkbox-container input:checked ~ .checkmark::after {
    display: block;
}

.form-wrapper form .salary-wrap .checkbox-container .checkmark::after {
    content: url("../images/icon/checkbox-check.svg");
    left: 1px;
    top: -4px;
}

.form-wrapper .privacy-security-area .single-permission {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

@media (max-width: 767px) {
    .form-wrapper .privacy-security-area .single-permission {
        flex-wrap: wrap;
    }
}

.form-wrapper .privacy-security-area .single-permission .title h6 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    color: var(--title-color1);
    margin-bottom: 0px;
    padding: 0px;
}

.form-wrapper .privacy-security-area .single-permission .title p {
    padding-top: 5px;
    margin-bottom: 0px;
}

.form-wrapper .privacy-security-area .single-permission .form-check {
    display: block;
    min-height: unset;
    min-width: 40px;
    padding-left: 2.5em;
    margin-bottom: 0.125rem;
    cursor: pointer;
}

.form-wrapper .privacy-security-area .single-permission .form-check-input {
    width: 40px;
    height: 20px;
}

.form-wrapper .privacy-security-area .single-permission .form-check-input:checked {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}

.form-wrapper .privacy-security-area .single-permission .form-check-input:focus {
    border-color: var(--primary-color1);
    outline: 0px;
    box-shadow: none;
}

.form-wrapper .privacy-security-area .single-permission .delete-btn button {
    background-color: transparent;
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    color: rgb(255, 48, 35);
    white-space: nowrap;
    padding: 0px;
}

.form-wrapper.comment-form form {
    background: rgb(248, 248, 248);
    border-radius: 10px;
    border: none;
    padding: 50px 40px;
}

@media (max-width: 576px) {
    .form-wrapper.comment-form form {
        padding: 50px 25px;
    }
}

.form-wrapper.comment-form form .post-title {
    margin-bottom: 30px;
}

.form-wrapper.comment-form form .post-title h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 24px;
    color: var(--title-color1);
}

.login-area .form-wrapper {
    max-width: 570px;
    width: 100%;
    margin: 0px auto;
}

.login-area .form-wrapper .form-title {
    margin-bottom: 50px;
}

.login-area .form-wrapper .form-title h3 {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 30px;
    color: var(--title-color1);
    text-align: center;
}

.login-area .form-wrapper .form-title span {
    display: block;
    height: 8px;
    width: 8px;
    margin: 0px auto;
    border-radius: 50%;
    background: rgb(231, 231, 231);
    text-align: center;
    position: relative;
}

.login-area .form-wrapper .form-title span::after {
    content: "";
    width: 76px;
    height: 1px;
    background: rgb(231, 231, 231);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.login-area .form-wrapper .form-title span::before {
    content: "";
    width: 76px;
    height: 1px;
    background: rgb(231, 231, 231);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.register-area .form-wrapper {
    max-width: 770px;
    width: 100%;
    margin: 0px auto;
}

.register-area .form-wrapper .form-title {
    margin-bottom: 50px;
}

.register-area .form-wrapper .form-title h3 {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 30px;
    color: var(--title-color1);
    text-align: center;
}

.register-area .form-wrapper .form-title span {
    display: block;
    height: 8px;
    width: 8px;
    margin: 0px auto;
    border-radius: 50%;
    background: rgb(231, 231, 231);
    text-align: center;
    position: relative;
}

.register-area .form-wrapper .form-title span::after {
    content: "";
    width: 118px;
    height: 1px;
    background: rgb(231, 231, 231);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.register-area .form-wrapper .form-title span::before {
    content: "";
    width: 118px;
    height: 1px;
    background: rgb(231, 231, 231);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.register-area .form-wrapper .register-tab nav .nav-tabs {
    justify-content: center;
    margin-bottom: 40px;
    border: none;
    gap: 25px;
}

.register-area .form-wrapper .register-tab nav .nav-tabs .nav-link {
    border: 1px solid rgba(0, 167, 172, 0.2);
    border-radius: 50px;
    padding: 3px 43px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.125rem;
    color: var(--title-color1);
}

.register-area .form-wrapper .register-tab nav .nav-tabs .nav-link.active {
    background-color: var(--primary-color1);
    color: var(--white);
}

.dashboard-area .section-title {
    margin-bottom: 50px;
}

.dashboard-area .section-title h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color1);
    background: var(--white);
    display: inline-block;
    margin-bottom: 0px;
    line-height: 1;
    padding: 14px 20px;
    border-radius: 5px;
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--text-color1);
    padding: 13px 30px;
    display: flex;
    align-items: center;
    transition: all 0.35s ease 0s;
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a svg {
    fill: var(--text-color1);
    margin-right: 15px;
    transition: all 0.35s ease 0s;
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a svg.stroke {
    stroke: var(--text-color1);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a.active {
    background-color: var(--primary-color1);
    color: var(--white);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a.active svg {
    fill: var(--white);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a.active svg.stroke {
    stroke: var(--white);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a:hover {
    background-color: rgba(0, 167, 172, 0.08);
    color: var(--title-color1);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a:hover svg {
    fill: var(--title-color1);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li:first-child a {
    border-radius: 5px 5px 0px 0px;
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li:last-child a {
    border-radius: 0px 0px 5px 5px;
}

.dashboard-area .dashboard-sidebar .single-widget .widget-title {
    margin-bottom: 25px;
}

.dashboard-area .dashboard-sidebar .single-widget .widget-title h6 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color1);
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li:last-child {
    margin-bottom: 0px;
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li .company-img {
    padding-right: 15px;
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li .company-img img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li .content h6 {
    margin-bottom: 7px;
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li .content h6 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    line-height: 22px;
    color: var(--title-color1);
    transition: all 0.35s ease 0s;
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li .content h6 a:hover {
    color: var(--primary-color1);
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li .content span {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: var(--text-color1);
}

.dashboard-area .lg-btn {
    padding: 12px 28px;
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(228, 228, 228);
    border-radius: 5px;
    padding: 22px 30px;
}

@media (max-width: 1199px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu {
        padding: 15px 20px;
    }
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    background: rgb(243, 243, 243);
    border-radius: 5px;
}

@media (max-width: 991px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul {
        display: block;
    }
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li {
    position: relative;
    width: 100%;
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li::after {
    content: "";
    width: 1px;
    height: 100%;
    background: rgb(216, 216, 216);
    position: absolute;
    right: 0px;
    top: 0px;
}

@media (max-width: 991px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li::after {
        display: none;
        visibility: hidden;
    }
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.063rem;
    color: var(--title-color1);
    padding: 15px 44px;
    display: flex;
    align-items: center;
    transition: all 0.35s ease 0s;
    white-space: nowrap;
    width: 100%;
}

@media (max-width: 1399px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a {
        padding: 15px 30px;
    }
}

@media (max-width: 1199px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a {
        padding: 12px 18px;
    }
}

@media (max-width: 991px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a {
        padding: 12px 29px;
    }
}

@media (max-width: 576px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a {
        border-radius: 5px !important;
    }
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a svg {
    fill: var(--title-color1);
    margin-right: 10px;
    transition: all 0.35s ease 0s;
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a svg.stroke {
    stroke: var(--title-color1);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a.active {
    background-color: var(--primary-color1);
    color: var(--white);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a.active svg {
    fill: var(--white);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a.active svg.stroke {
    stroke: var(--white);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a:hover {
    background-color: rgba(0, 167, 172, 0.08);
    color: var(--title-color1);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a:hover svg {
    fill: var(--title-color1);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li:first-child .active {
    border-radius: 5px 0px 0px 5px;
}

@media (max-width: 991px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li:first-child .active {
        border-radius: 5px !important;
    }
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li:last-child .active {
    border-radius: 0px 5px 5px 0px;
}

@media (max-width: 576px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li:last-child .active {
        border-radius: 5px !important;
    }
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li:last-child::after {
    display: none;
    visibility: hidden;
}

.dashboard-inner .author-area {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.dashboard-inner .author-area.two {
    margin-bottom: 0px;
}

.dashboard-inner .author-area .author-img {
    margin-right: 20px;
}

.dashboard-inner .author-area .author-img img {
    height: 85px;
    width: 90px;
    border-radius: 5px;
}

.dashboard-inner .author-area .author-content span {
    font-family: var(--font-exo2);
    font-weight: 600;
    color: var(--text-color1);
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1;
    position: relative;
}

.dashboard-inner .author-area .author-content span::after {
    content: "";
    height: 1px;
    width: 50px;
    background-color: var(--primary-color1);
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.dashboard-inner .author-area .author-content h4 {
    margin-bottom: 0px;
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    color: var(--primary-color1);
}

.dashboard-inner .author-and-action-btn-area {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .dashboard-inner .author-and-action-btn-area {
        justify-content: start;
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .dashboard-inner .author-and-action-btn-area.two {
        padding-top: 30px;
    }
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--text-color1);
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 8px;
    border: 1px solid rgba(0, 167, 172, 0.2);
    border-radius: 5px;
    transition: all 0.35s ease 0s;
    padding: 15px 24px;
}

@media (max-width: 576px) {
    .dashboard-inner .author-and-action-btn-area .action-btn-group ul li a {
        gap: 5px;
    }
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li a span {
    height: 28px;
    width: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0, 180, 220);
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li a:hover {
    color: rgb(0, 180, 220);
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li:nth-child(2) a span {
    background: rgb(0, 204, 155);
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li:nth-child(2) a:hover {
    color: rgb(0, 204, 155);
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li:nth-child(3) a span {
    background: rgb(0, 130, 224);
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li:nth-child(3) a:hover {
    color: rgb(0, 130, 224);
}

.dashboard-inner .counter-area {
    margin-bottom: 60px;
}

/* .dashboard-inner .counter-area .counter-single {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 25px 15px;
    display: flex;
    align-items: center;
    position: relative;
} */

/* .dashboard-inner .counter-area .counter-single .counter-icon {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-color: rgba(0, 167, 172, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
} */

.dashboard-inner .counter-area .counter-single .coundown p {
    margin-bottom: 0px;
    font-size: 1.125rem;
    font-weight: 500;
}

.dashboard-inner .counter-area .counter-single .coundown h3 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--title-color1);
    margin-bottom: 0px;
}

.dashboard-inner .counter-area .counter-single .coundown span {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--title-color1);
}

/* .dashboard-inner .counter-area .counter-single::after {
    content: "";
    height: 10px;
    width: 100%;
    background-color: var(--primary-color1);
    position: absolute;
    left: 0px;
    bottom: -3px;
    border-radius: 10px;
    z-index: -1;
} */

/* .dashboard-inner .counter-area .counter-single.two .counter-icon {
    background-color: rgba(4, 93, 175, 0.08);
} */

.dashboard-inner .counter-area .counter-single.two::after {
    background-color: rgb(4, 93, 175);
}

.dashboard-inner .counter-area .counter-single.three .counter-icon {
    background-color: rgba(223, 161, 0, 0.08);
}

.dashboard-inner .counter-area .counter-single.three::after {
    background-color: rgb(223, 161, 0);
}

/* .dashboard-inner .counter-area .counter-single.four .counter-icon {
    background-color: rgba(2, 175, 165, 0.08);
} */

.dashboard-inner .counter-area .counter-single.four::after {
    background-color: rgb(2, 175, 165);
}

/* .dashboard-inner .counter-area .counter-single.five .counter-icon {
    background-color: rgba(175, 2, 137, 0.08);
} */

.dashboard-inner .counter-area .counter-single.five::after {
    background-color: rgb(175, 2, 137);
}

.dashboard-inner .new-applied-job-area {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 40px 35px;
}

@media (max-width: 576px) {
    .dashboard-inner .new-applied-job-area {
        padding: 40px 12px;
    }
}

.dashboard-inner .new-applied-job-area h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color1);
    margin-bottom: 36px;
}

.table-wrapper > .title {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 20px;
    color: var(--title-color1);
    margin-bottom: 35px;
}

.table-wrapper .right-site {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media (max-width: 576px) {
    .table-wrapper .right-site {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.table-wrapper .right-site .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1rem;
    font-family: var(--font-exo2);
    color: var(--title-color1);
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 15px;
    padding-right: 30px;
    white-space: nowrap;
    width: auto;
}

.table-wrapper .right-site .nice-select::after {
    border-bottom: 1px solid var(--title-color1);
    border-right: 1px solid var(--title-color1);
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
}

.table-wrapper .right-site .nice-select .current {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.table-wrapper .right-site .nice-select .option {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.table-wrapper .right-site .nice-select .option .selected {
    font-weight: 500;
}

.table-wrapper .right-site .nice-select .option:hover, .table-wrapper .right-site .nice-select .option.focus, .table-wrapper .right-site .nice-select .option.selected.focus {
    background-color: rgba(0, 167, 172, 0.2);
}

.table-wrapper .right-site .filter-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.table-wrapper .right-site .filter-area .select-area {
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 2px 15px 2px 10px;
}

.table-wrapper .right-site .filter-area .select-area span {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--text-color1);
    line-height: 1;
}

.table-wrapper .right-site .filter-area .select-area .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1rem;
    font-family: var(--font-exo2);
    color: var(--title-color1);
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 5px;
    padding-right: 15px;
    white-space: nowrap;
    width: auto;
}

.table-wrapper .right-site .filter-area .select-area .nice-select::after {
    border-bottom: 1px solid var(--title-color1);
    border-right: 1px solid var(--title-color1);
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 2px;
    top: 50%;
}

.table-wrapper .right-site .filter-area .select-area .nice-select .current {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.table-wrapper .right-site .filter-area .select-area .nice-select .option {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.table-wrapper .right-site .filter-area .select-area .nice-select .option .selected {
    font-weight: 500;
}

.table-wrapper .right-site .filter-area .select-area .nice-select .option:hover, .table-wrapper .right-site .filter-area .select-area .nice-select .option.focus, .table-wrapper .right-site .filter-area .select-area .nice-select .option.selected.focus {
    background-color: rgba(0, 167, 172, 0.2);
}

.table-wrapper .right-site .filter-area span {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--text-color1);
    line-height: 1;
}

.table-wrapper .filter-wrapper {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .table-wrapper .filter-wrapper {
        padding: 20px;
    }
}

@media (max-width: 1399px) {
    .table-wrapper .filter-wrapper {
        padding: 20px;
    }
}

.table-wrapper .filter-wrapper .title-and-btn {
    margin-bottom: 0px;
}

.table-wrapper .filter-wrapper .title-and-btn .title {
    padding: 0px;
}

.table-wrapper .filter-wrapper .right-site {
    display: flex;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
}

@media (max-width: 1399px) {
    .table-wrapper .filter-wrapper .right-site {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .table-wrapper .filter-wrapper .right-site {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.table-wrapper .filter-wrapper .right-site .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: rgb(246, 246, 246);
    border-radius: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1rem;
    font-family: var(--font-exo2);
    color: var(--title-color1);
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 15px;
    padding-right: 30px;
    white-space: nowrap;
    width: auto;
}

.table-wrapper .filter-wrapper .right-site .nice-select::after {
    border-bottom: 1px solid var(--title-color1);
    border-right: 1px solid var(--title-color1);
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
}

.table-wrapper .filter-wrapper .right-site .nice-select .current {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 14px;
    color: var(--title-color1);
}

.table-wrapper .filter-wrapper .right-site .nice-select .option {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.table-wrapper .filter-wrapper .right-site .nice-select .option .selected {
    font-weight: 500;
}

.table-wrapper .filter-wrapper .right-site .nice-select .option:hover, .table-wrapper .filter-wrapper .right-site .nice-select .option.focus, .table-wrapper .filter-wrapper .right-site .nice-select .option.selected.focus {
    background-color: rgba(0, 167, 172, 0.2);
}

.table-wrapper .title-and-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 35px;
}

.table-wrapper .title-and-btn > .title {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: var(--title-color1);
    margin-bottom: 0px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 10px 20px 12px;
}

.table-wrapper .title-and-btn .primry-btn-1 {
    color: var(--primary-color1);
    border-color: var(--primary-color1);
    background-color: transparent;
}

.table-wrapper .title-and-btn .primry-btn-1:hover {
    color: var(--white);
}

.table-wrapper .scroll-table {
    height: 450px;
    overflow-y: scroll;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .table-wrapper .scroll-table {
        padding-right: 10px;
    }
}

@media (max-width: 1399px) {
    .table-wrapper .scroll-table {
        padding-right: 10px;
    }
}

.table-wrapper .scroll-table::-webkit-scrollbar {
    width: 8px;
}

.table-wrapper .scroll-table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--primary-color1);
}

.table-wrapper .scroll-table::-webkit-scrollbar-track {
    background: rgba(0, 167, 172, 0.2);
    border-radius: 10px;
}

.table-wrapper .eg-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    /* .table-wrapper .eg-table {
        display: block;
        width: 100%;
    } */

    /* .table-wrapper .eg-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0px;
        width: 30%;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        color: rgb(31, 41, 55);
    } */
}

.table-wrapper .eg-table .company-btn {
    color: var(--title-color1);
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
    white-space: nowrap;
    background-color: transparent;
}

.table-wrapper .eg-table .company-btn.style-2 {
    text-decoration: underline;
}

.table-wrapper .eg-table .company-btn:hover {
    color: var(--primary-color1);
}

.table-wrapper .eg-table .view-btn {
    color: rgb(0, 147, 59);
    font-weight: 400;
    font-size: 14px;
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
    white-space: nowrap;
    background-color: transparent;
}

.status {
    color: rgba(0, 0, 0, 0.5) !important;
}

.table-wrapper .eg-table .view-btn.style-2 {
    text-decoration: underline;
}

.table-wrapper .eg-table .view-btn:hover {
    color: rgb(0, 147, 59);
}

.table-wrapper .eg-table .purple-btn {
    background-color: rgb(115, 7, 201);
}

.table-wrapper .eg-table .yellow-btn {
    background: rgb(223, 161, 0);
}

.table-wrapper .eg-table .orenge-btn {
    background: rgb(255, 72, 32);
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li p .time i {
    color: rgb(206, 161, 0);
}

.table-wrapper .eg-table .green-btn {
    background: var(--primary-color1);
}

.table-wrapper .eg-table .eg-btn {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.938rem;
    color: var(--white);
    padding: 4px 22px 7px;
    border-radius: 5px;
    line-height: 1;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.table-wrapper .eg-table .eg-btn::after {
    transition: all 0.5s ease 0s;
    position: absolute;
    border-radius: 5px;
    inset: 0px 50%;
    opacity: 0;
    content: "";
    background-color: var(--title-color1);
    z-index: -1;
}

.table-wrapper .eg-table .eg-btn:hover {
    color: var(--white);
}

.table-wrapper .eg-table .eg-btn:hover::after {
    opacity: 1;
    left: 0px;
    right: 0px;
}

.table-wrapper .eg-table .transparent-btn {
    background-color: transparent;
    border: 1px solid rgba(0, 167, 172, 0.3);
    color: var(--primary-color1);
    border-radius: 5px;
}

.table-wrapper .eg-table .transparent-btn:hover {
    border-color: transparent;
}

.table-wrapper .eg-table .active {
    color: var(--primary-color1);
    font-weight: 500;
}

.table-wrapper .eg-table .pending {
    color: rgb(201, 147, 7);
    font-weight: 500;
}

.table-wrapper .eg-table .email {
    color: rgb(2, 121, 207);
}

.table-wrapper .eg-table .light-sky-btn {
    background: rgba(3, 157, 205, 0.2);
    color: rgb(3, 157, 205);
}

.table-wrapper .eg-table .light-sky-btn:hover {
    color: var(--white);
}

.table-wrapper .eg-table thead {
    background: rgb(215, 197, 255);
    border-radius: 5px 5px 0px 0px;
    border: 1px solid rgb(215, 197, 255);
}

@media (max-width: 767px) {
    /* .table-wrapper .eg-table thead {
        display: none;
        visibility: hidden;
    } */
}

.table-wrapper .eg-table thead tr {
    border-color: var(--primary-color1);
}

.table-wrapper .eg-table thead tr th {
    text-align: left;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 16px;
    color: rgb(15, 17, 18);
    padding: 8px 10px;
    vertical-align: middle;
    border-bottom: navajowhite;
}

.table-wrapper .eg-table thead tr th:first-child {
    text-align: start;
}

@media (max-width: 767px) {
    /* .table-wrapper .eg-table tbody {
        display: block;
        width: 100%;
    } */
}

.table-wrapper .eg-table tbody tr {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 167, 172, 0.12);
}

@media (max-width: 767px) {
    /* .table-wrapper .eg-table tbody tr {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    } */
}

.table-wrapper .eg-table tbody tr td {
    border: 1px solid rgba(0, 167, 172, 0.12);
    text-align: center;
    vertical-align: middle;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 14px;
    padding: 8px;
    color: rgb(0, 0, 0);
}

.table-wrapper .eg-table tbody tr td .company-info {
    /* display: flex; */
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .table-wrapper .eg-table tbody tr td .company-info {
        flex-wrap: wrap;
    }
}

.table-wrapper .eg-table tbody tr td .company-info .logo img {
    height: 37px;
    width: 37px;
    border-radius: 50%;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details .top {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1199px) {
    .table-wrapper .eg-table tbody tr td .company-info .company-details .top {
        flex-wrap: wrap;
        gap: 3px;
    }
}

.table-wrapper .eg-table tbody tr td .company-info .company-details .top h6 {
    margin-bottom: 0px;
    margin-right: 25px;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details .top h6 a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 14px;
    color: rgb(0, 0, 0);
    transition: all 0.35s ease 0s;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details .top h6 a:hover {
    color: rgb(15, 17, 18);
}

.table-wrapper .eg-table tbody tr td .company-info .company-details .top span {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    color: rgb(89, 89, 89);
    display: flex;
    align-items: center;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details .top span img {
    margin-right: 5px;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .table-wrapper .eg-table tbody tr td .company-info .company-details ul {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 1399px) {
    .table-wrapper .eg-table tbody tr td .company-info .company-details ul {
        flex-wrap: wrap;
        gap: 0px;
    }
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    color: rgb(89, 89, 89);
    display: flex;
    align-items: center;
    position: relative;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li::after {
    content: "";
    height: 14px;
    width: 1px;
    background-color: rgba(0, 167, 172, 0.3);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1399px) {
    .table-wrapper .eg-table tbody tr td .company-info .company-details ul li::after {
        display: none;
        visibility: hidden;
    }
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li:first-child::after {
    display: none;
    visibility: hidden;
}

@media (max-width: 1399px) {
    .table-wrapper .eg-table tbody tr td .company-info .company-details ul li:first-child {
        padding-right: 10px;
    }
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li img {
    margin-right: 5px;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li p {
    margin-bottom: 0px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
    display: flex;
    align-items: center;
    margin-top: 0px;
}

@media (max-width: 1399px) {
    .table-wrapper .eg-table tbody tr td .company-info .company-details ul li p {
        flex-wrap: wrap;
    }
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li p .title {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 14px;
    color: #b5323c;
    padding-right: 10px;
    text-decoration: underline;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li p .time {
    font-size: 15px;
    font-weight: 400;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li p span {
    color: rgb(89, 89, 89);
}

/* .table-wrapper .eg-table tbody tr td:first-child {
    text-align: start;
} */

@media (max-width: 767px) {
    /* .table-wrapper .eg-table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 100%;
        text-align: right;
        padding-left: 30%;
        position: relative;
    } */
}

.table-wrapper .eg-table tbody tr td .action-button {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.table-wrapper .eg-table tbody tr td .action-button li .eg-btn {
    height: 26px;
    width: 26px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.table-wrapper .eg-table tbody tr td .action-button li .green--btn {
    background-color: var(--primary-color1);
}

.table-wrapper .eg-table tbody tr td .action-button li .sky--btn {
    background-color: rgb(0, 184, 224);
}

.table-wrapper .eg-table tbody tr td .action-button li .delete--btn {
    background-color: rgb(255, 72, 32);
}

.table-wrapper .eg-table tbody tr td.live {
    color: var(--primary-color1);
}

.table-wrapper .eg-table tbody tr td .green-color {
    color: var(--primary-color1);
    font-weight: 500;
}

.table-wrapper .eg-table tbody tr td .red-color {
    color: rgb(255, 72, 32);
    font-weight: 500;
}

.table-wrapper .eg-table tbody tr td .yellow-color {
    color: rgb(201, 147, 7);
    font-weight: 500;
}

.table-wrapper .eg-table tbody tr td.closed {
    color: rgb(255, 72, 32);
}

.table-wrapper .eg-table tbody tr td .status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    width: 100%;
}

.table-wrapper .eg-table tbody tr td .status i {
    opacity: 0;
    transition: all 0.35s ease 0s;
}

.table-wrapper .eg-table tbody tr.style-2 td {
    font-weight: 500;
}

.table-wrapper .eg-table tbody tr.style-2 td:nth-child(4) {
    color: var(--primary-color1);
    font-weight: 500;
}

.table-wrapper .eg-table tbody tr:hover.style-2 {
    background-color: rgba(0, 167, 172, 0.1);
}

.table-wrapper .eg-table tbody tr:hover td .status {
    width: 100%;
}

.table-wrapper .eg-table tbody tr:hover td .status i {
    opacity: 1;
    font-weight: 700;
}

.table-wrapper .pagination-table-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .table-wrapper .pagination-table-info {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

.table-wrapper .pagination-table-info .table-info span {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    color: var(--text-color1);
}

.table-wrapper .pagination-table-info.two {
    background: rgba(0, 167, 172, 0.1);
    padding: 15px 25px;
}

.pagination-area .pagination {
    margin: 0px;
    padding: 0px;
    gap: 15px;
}

.pagination-area .pagination .page-item.active .page-link {
    color: var(--white);
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}

.pagination-area .pagination .page-item.disabled .page-link {
    opacity: 0.5;
}

.pagination-area .pagination .page-item .page-link {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 14px;
    color: rgb(89, 89, 89);
    background-color: transparent;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 50%;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
}

.pagination-area .pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination-area .pagination .page-item .page-link:hover {
    color: var(--white);
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}

.pagination-area .pagination .page-item:last-child {
    margin-left: 15px;
}

.pagination-area .pagination .page-item:last-child .page-link {
    border-color: rgb(0, 167, 172);
    transition: all 0.35s ease 0s;
}

.pagination-area .pagination .page-item:last-child .page-link::after {
    content: url("../images/icon/explore-arrow.svg");
    position: relative;
    right: 10px;
    top: 2px;
    transition: all 0.35s ease 0s;
}

.pagination-area .pagination .page-item:last-child .page-link:hover {
    background-color: var(--white);
}

.pagination-area .pagination .page-item:last-child .page-link:hover::after {
    content: url("../images/icon/explore-arrow.svg");
    position: relative;
    right: 0px;
    top: 2px;
    transition: all 0.35s ease 0s;
}

.pagination-area .pagination .page-item:first-child {
    margin-right: 15px;
}

.pagination-area .pagination .page-item:first-child .page-link {
    border-color: rgb(0, 167, 172);
    position: relative;
    transition: all 0.35s ease 0s;
}

.pagination-area .pagination .page-item:first-child .page-link::after {
    content: url("../images/icon/explore-arrow-left.svg");
    position: relative;
    left: 10px;
    top: 2px;
    transition: all 0.35s ease 0s;
}

.pagination-area .pagination .page-item:first-child .page-link:hover {
    background-color: var(--white);
}

.pagination-area .pagination .page-item:first-child .page-link:hover::after {
    content: url("../images/icon/explore-arrow-left.svg");
    position: relative;
    left: 0px;
    top: 2px;
    transition: all 0.35s ease 0s;
}

.featured-jobs-area .section-title h4 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 20px;
    color: var(--title-color1);
    margin-bottom: 35px;
}

.feature-slider2 {
    padding-top: 14px;
}

.feature-card2 {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 167, 172, 0.3);
    border-radius: 5px;
    transition: all 0.35s ease 0s;
    padding-left: 25px;
}

.feature-card2 .company-area {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: rgba(182, 235, 236, 0.4);
    position: relative;
    z-index: 1;
}

.feature-card2 .company-area > span {
    display: inline-block;
    background-color: rgb(156, 234, 236);
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 114%;
    width: 60px;
    z-index: -1;
}

@media (max-width: 576px) {
    .feature-card2 .company-area > span {
        height: 112%;
    }
}

.feature-card2 .company-area > span::after {
    content: "";
    clip-path: polygon(0px 0px, 0% 100%, 100% 100%);
    background: rgb(145, 217, 219);
    height: 13px;
    width: 7px;
    position: absolute;
    right: -7px;
    top: 0px;
}

.feature-card2 .company-area > span::before {
    content: "";
    clip-path: polygon(100% 0px, 100% 100%, 0px 100%);
    background: rgb(145, 217, 219);
    height: 13px;
    width: 7px;
    position: absolute;
    left: -7px;
    top: 0px;
}

.feature-card2 .company-area .logo {
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    padding-left: 7px;
}

.feature-card2 .company-area .logo img {
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.feature-card2 .company-area .company-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0px;
}

.feature-card2 .company-area .company-details .name-location h5 {
    margin-bottom: 3px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.feature-card2 .company-area .company-details .name-location h5 a {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
    margin-right: 15px;
}

.feature-card2 .company-area .company-details .name-location h5 a:hover {
    color: var(--primary-color1);
}

.feature-card2 .company-area .company-details .name-location h5 span {
    align-items: center;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 14px;
    color: var(--text-color1);
    display: inline-block;
    margin-bottom: -3px;
}

.feature-card2 .company-area .company-details .name-location ul {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 20px;
}

@media (max-width: 1199px) {
    .feature-card2 .company-area .company-details .name-location ul {
        gap: 0px;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .feature-card2 .company-area .company-details .name-location ul {
        display: block;
    }
}

.feature-card2 .company-area .company-details .name-location ul li {
    display: flex;
    align-items: center;
    font-size: 0.938rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
}

.feature-card2 .company-area .company-details .name-location ul li a {
    font-size: 0.938rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.feature-card2 .company-area .company-details .name-location ul li a:hover {
    color: var(--primary-color1);
}

@media (max-width: 576px) {
    .feature-card2 .company-area .company-details .name-location ul li {
        padding-right: 15px;
    }
}

.feature-card2 .company-area .company-details .name-location ul li img {
    margin-right: 8px;
}

@media (max-width: 1199px) {
    .feature-card2 .company-area .company-details .name-location ul li img {
        margin-right: 5px;
    }
}

.feature-card2 .company-area .company-details .name-location ul li.verified {
    color: var(--title-color1);
}

@media (max-width: 1399px) {
    .feature-card2 .company-area .company-details .name-location ul li:first-child {
        margin-right: 15px;
    }
}

.feature-card2 .company-area .company-details .bookmark {
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid rgba(0, 167, 172, 0.3);
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
    cursor: pointer;
    margin-right: 30px;
}

.feature-card2 .company-area .company-details .bookmark i {
    color: var(--primary-color1);
    font-size: 14px;
    transition: all 0.35s ease 0s;
}

.feature-card2 .company-area .company-details .bookmark:hover {
    background-color: var(--primary-color1);
}

.feature-card2 .company-area .company-details .bookmark:hover i {
    color: var(--white);
}

.feature-card2 .job-discription {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 10px;
}

@media (max-width: 576px) {
    .feature-card2 .job-discription {
        display: block;
    }
}

.feature-card2 .job-discription ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.feature-card2 .job-discription ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    position: relative;
}

.feature-card2 .job-discription ul li::after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: rgb(228, 231, 230);
    position: absolute;
    left: 0px;
    top: 9px;
}

.feature-card2 .job-discription ul li p {
    margin-bottom: 0px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    padding-left: 15px;
}

.feature-card2 .job-discription ul li p .title {
    font-family: var(--font-exo2);
    color: var(--text-color1);
}

.feature-card2 .job-discription ul li p .time {
    font-family: var(--font-exo2);
    color: var(--text-color1);
    font-weight: 400;
}

.feature-card2 .job-discription ul li:last-child {
    margin-bottom: 0px;
}

.feature-card2 .job-discription ul li a {
    transition: all 0.35s ease 0s;
}

.feature-card2 .job-discription ul li a:hover {
    color: var(--primary-color1);
}

@media (max-width: 576px) {
    .feature-card2 .job-discription ul.one {
        margin-bottom: 3px;
    }
}

.feature-card2 .job-type-apply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

@media (max-width: 576px) {
    .feature-card2 .job-type-apply {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.feature-card2 .job-type-apply .job-type {
    display: flex;
    align-items: center;
    gap: 20px;
}

.feature-card2 .job-type-apply .job-type span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    border-radius: 50px;
    padding: 5px 21px;
}

.feature-card2 .job-type-apply .apply-btn a {
    color: var(--primary-color1);
    font-size: 15px;
}

.feature-card2 .job-type-apply .apply-btn a span::after {
    top: 2px;
}

.feature-card2 .job-type-apply .full-time {
    background-color: rgb(199, 229, 238);
}

.feature-card2 .job-type-apply .remote {
    background-color: rgb(180, 242, 193);
}

.feature-card2:hover {
    border: 1px solid rgb(0, 167, 172);
}

.my-profile-inner .section-title {
    margin-bottom: 50px;
}

.my-profile-inner .section-title h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color1);
    background: var(--white);
    display: inline-block;
    margin-bottom: 0px;
    line-height: 1;
    padding: 14px 20px;
    border-radius: 5px;
}

.my-profile-inner .section-title.two {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.my-profile-inner .section-title.two h5 {
    padding: 0px 15px 0px 0px;
    background-color: rgb(248, 248, 248);
    white-space: nowrap;
}

.my-profile-inner .section-title.two .dash {
    position: relative;
    width: 100%;
}

.my-profile-inner .section-title.two .dash::after {
    content: "";
    width: 100%;
    height: 12px;
    background: rgb(238, 238, 238);
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    right: 0px;
}

.resume-area {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 50px 65px;
    position: relative;
}

@media (max-width: 576px) {
    .resume-area {
        padding: 50px 30px;
    }
}

.resume-area .pl-40 {
    padding-left: 40px;
}

@media (max-width: 1399px) {
    .resume-area .pl-40 {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .resume-area .pl-40 {
        padding-left: calc(var(--bs-gutter-x)/2);
    }
}

.resume-area .edit-resume-btn {
    position: absolute;
    right: 65px;
    top: 20px;
}

.resume-area .edit-resume-btn a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--primary-color1);
    display: flex;
    align-items: center;
    transition: all 0.35s ease 0s;
}

.resume-area .edit-resume-btn a svg {
    fill: var(--primary-color1);
    margin-left: 5px;
    transition: all 0.35s ease 0s;
}

.resume-area .edit-resume-btn a:hover {
    color: var(--title-color1);
}

.resume-area .edit-resume-btn a:hover svg {
    fill: var(--title-color1);
}

.resume-area::after {
    content: "";
    width: 100%;
    height: 5px;
    background: rgb(0, 167, 172);
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.resume-area .author-area {
    display: flex;
    align-items: center;
}

@media (max-width: 1399px) {
    .resume-area .author-area {
        flex-wrap: wrap;
    }
}

.resume-area .author-area .author-img {
    height: 140px;
    width: 135px;
    border-radius: 5px;
}

.resume-area .author-area .author-img img {
    height: 140px;
    width: 135px;
    border-radius: 5px;
}

.resume-area .author-area .name-degination {
    background: rgb(248, 248, 248);
    padding: 35px 30px;
    border-radius: 0px 5px 5px 0px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .resume-area .author-area .name-degination {
        padding: 35px 20px;
    }
}

@media (max-width: 1399px) {
    .resume-area .author-area .name-degination {
        padding: 35px 20px;
    }
}

.resume-area .author-area .name-degination h4 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 1.1;
    color: var(--primary-color1);
    margin-bottom: 10px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .resume-area .author-area .name-degination h4 {
        font-size: 1.375rem;
    }
}

@media (max-width: 1399px) {
    .resume-area .author-area .name-degination h4 {
        font-size: 1.375rem;
    }
}

.resume-area .author-area .name-degination span {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 21px;
    color: var(--text-color1);
}

.resume-area .contact-area {
    text-align: right;
}

.resume-area .contact-area h4 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--title-color1);
    margin-bottom: 18px;
}

.resume-area .contact-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.resume-area .contact-area ul li {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
    display: flex;
    align-items: baseline;
    justify-content: end;
    margin-bottom: 12px;
}

@media (max-width: 576px) {
    .resume-area .contact-area ul li {
        flex-wrap: wrap;
    }
}

.resume-area .contact-area ul li:last-child {
    margin-bottom: 0px;
}

.resume-area .contact-area ul li a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color1);
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.resume-area .contact-area ul li a span {
    height: 24px;
    width: 24px;
    border: 1px solid rgba(0, 167, 172, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.resume-area .section-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.resume-area .section-title h6 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.063rem;
    color: var(--title-color1);
    margin-bottom: 0px;
    background-color: var(--white);
    white-space: nowrap;
    padding: 0px 20px 0px 0px;
}

.resume-area .section-title .dash {
    position: relative;
    width: 100%;
}

.resume-area .section-title .dash::after {
    content: "";
    width: 100%;
    opacity: 0.5;
    border: 1px dashed rgb(0, 167, 172);
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    right: 0px;
}

.resume-area .single-information-area {
    margin-bottom: 30px;
}

.resume-area .single-information-area .devaider1::before {
    content: "";
    height: 100%;
    width: 1px;
    background: rgb(217, 217, 217);
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .resume-area .single-information-area .devaider1::before {
        width: 100%;
        height: 1px;
        bottom: -12px;
        top: unset;
        transform: unset;
    }
}

.resume-area .single-information-area .devaider1::after {
    content: "";
    height: 33px;
    width: 3px;
    background-color: var(--primary-color1);
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .resume-area .single-information-area .devaider1::after {
        width: 33px;
        height: 3px;
        top: unset;
        left: 50%;
        bottom: -13px;
        transform: translateX(-50%);
    }
}

.resume-area .single-information-area .description p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 26px;
    color: var(--font-work-sans);
    margin-bottom: 0px;
}

.resume-area .single-information-area .informations ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
}

.resume-area .single-information-area .informations ul li {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 15px;
    color: var(--text-color1);
    margin-bottom: 5px;
}

.resume-area .single-information-area .informations ul li:last-child {
    margin-bottom: 0px;
}

.resume-area .single-information-area .informations ul li span {
    color: var(--title-color1);
}

.resume-area .single-information-area .educational-qualification {
    display: flex;
    gap: 150px;
}

@media (max-width: 991px) {
    .resume-area .single-information-area .educational-qualification {
        gap: 80px;
    }
}

@media (max-width: 767px) {
    .resume-area .single-information-area .educational-qualification {
        gap: 30px;
        flex-wrap: wrap;
    }
}

.resume-area .single-information-area .educational-qualification .passing-year {
    white-space: nowrap;
    position: relative;
}

.resume-area .single-information-area .educational-qualification .passing-year::after {
    content: "";
    height: 1px;
    width: 120px;
    position: absolute;
    top: 10px;
    background-color: rgba(0, 167, 172, 0.2);
    right: -135px;
}

@media (max-width: 991px) {
    .resume-area .single-information-area .educational-qualification .passing-year::after {
        width: 60px;
        right: -70px;
    }
}

@media (max-width: 767px) {
    .resume-area .single-information-area .educational-qualification .passing-year::after {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        top: unset;
        bottom: -15px;
    }
}

.resume-area .single-information-area .educational-qualification .passing-year > span {
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: rgba(0, 167, 172, 0.2);
    position: absolute;
    right: -83px;
    top: 7px;
    transform: translate(-50%);
}

@media (max-width: 991px) {
    .resume-area .single-information-area .educational-qualification .passing-year > span {
        right: -48px;
    }
}

@media (max-width: 767px) {
    .resume-area .single-information-area .educational-qualification .passing-year > span {
        right: 0px;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
        bottom: -18px;
    }
}

.resume-area .single-information-area .educational-qualification .passing-year > span::after {
    content: "";
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid rgba(0, 167, 172, 0.2);
    position: absolute;
    left: -3px;
    top: -3px;
}

.resume-area .single-information-area .educational-qualification .passing-year p {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--text-color1);
    margin-bottom: 0px;
}

.resume-area .single-information-area .educational-qualification .passing-year p > span {
    color: var(--title-color1);
    padding-right: 10px;
}

.resume-area .single-information-area .educational-qualification .education-dt h6 {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.063rem;
    color: var(--title-color1);
    margin-bottom: 15px;
}

.resume-area .single-information-area .educational-qualification .education-dt > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.resume-area .single-information-area .educational-qualification .education-dt > ul li {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 15px;
    color: var(--text-color1);
    padding-right: 20px;
    padding-left: 15px;
    position: relative;
}

.resume-area .single-information-area .educational-qualification .education-dt > ul li span {
    color: var(--title-color1);
}

.resume-area .single-information-area .educational-qualification .education-dt > ul li::after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: rgb(220, 220, 220);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.resume-area .single-information-area .educational-qualification .education-dt .position {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--text-color1);
    margin-bottom: 0px;
}

.resume-area .single-information-area .educational-qualification .education-dt .position > span {
    color: var(--title-color1);
    padding-right: 10px;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility {
    padding-top: 10px;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility h6 {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.938rem;
    color: var(--title-color1);
    margin-bottom: 15px;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility ul li {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.938rem;
    color: var(--text-color1);
    padding-right: 20px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility ul li::after {
    content: "";
    height: 1px;
    width: 18px;
    border-radius: 50%;
    background: rgb(89, 89, 89);
    position: absolute;
    left: 0px;
    top: 11px;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility ul li:last-child {
    margin-bottom: 0px;
}

.resume-area .single-information-area .tag-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.resume-area .single-information-area .tag-area ul li {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.938rem;
    color: var(--text-color1);
}

.resume-area .single-information-area .social-area {
    padding-top: 5px;
}

.resume-area .single-information-area .social-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.resume-area .single-information-area .social-area ul li a {
    display: flex;
    align-items: center;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--primary-color1);
    border: 1px solid rgba(0, 167, 172, 0.2);
    padding: 4px 24px;
    position: relative;
    z-index: 1;
}

.resume-area .single-information-area .social-area ul li a::after {
    transition: all 0.5s ease 0s;
    position: absolute;
    border-radius: 5px;
    inset: 0px 50%;
    opacity: 0;
    content: "";
    background-color: var(--primary-color1);
    z-index: -2;
}

.resume-area .single-information-area .social-area ul li a:hover {
    color: var(--white);
}

.resume-area .single-information-area .social-area ul li a:hover::after {
    left: 0px;
    right: 0px;
    opacity: 1;
}

.resume-area .declaration-area h6 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.063rem;
    color: var(--title-color1);
    margin-bottom: 8px;
}

.resume-area .declaration-area p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--text-color1);
}

.resume-area .gratitude-area span {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    line-height: 19px;
    color: var(--text-color1);
    display: inline-block;
    margin-bottom: 3px;
}

.resume-area .gratitude-area h6 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.063rem;
    color: var(--title-color1);
    margin-bottom: 0px;
}

.dowunload-btn a {
    display: inline-block;
}

.inner-banner {
    background-image: url("../images/bg/breadcrumb-bg.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.inner-banner .banner-content h1 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    margin-bottom: 5px;
}

.inner-banner .banner-content span {
    display: block;
    height: 7px;
    width: 7px;
    margin: 0px auto;
    border-radius: 50%;
    background: rgba(0, 167, 172, 0.2);
    text-align: center;
    position: relative;
}

.inner-banner .banner-content span::before {
    content: "";
    width: 67px;
    height: 1px;
    background: rgba(0, 167, 172, 0.2);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.inner-banner .banner-content span::after {
    content: "";
    width: 67px;
    height: 1px;
    background: rgba(0, 167, 172, 0.2);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.inner-banner .banner-content .breadcrumb {
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 0px;
}

.inner-banner .banner-content .breadcrumb li {
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: var(--font-work-sans);
}

.inner-banner .banner-content .breadcrumb li a {
    color: var(--title-color1);
    transition: all 0.35s ease 0s;
}

.inner-banner .banner-content .breadcrumb li a:hover {
    color: var(--primary-color1);
}

.inner-banner .banner-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.4rem;
    content: url("../images/icon/company-2.svg");
}

.job-sidebar {
    background: rgb(248, 248, 248);
    border-radius: 10px;
    padding: 40px 20px;
}

@media (max-width: 1199px) {
    .job-sidebar {
        padding: 25px 15px;
    }
}

@media (max-width: 991px) {
    .job-sidebar {
        max-width: 100%;
        margin-top: 50px;
    }
}

.job-sidebar .job-widget {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
    padding: 40px 25px;
}

@media (max-width: 1199px) {
    .job-sidebar .job-widget {
        padding: 25px 10px;
    }
}

.job-sidebar .job-widget .tags {
    margin: 0px;
    padding: 8px 0px 0px;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.job-sidebar .job-widget .tags li {
    margin-right: 5px;
}

.job-sidebar .job-widget .tags li a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    color: var(--text-color1);
    transition: all 0.35s ease 0s;
}

.job-sidebar .job-widget .tags li a:hover {
    color: var(--primary-color1);
}

.job-sidebar .job-widget .job-widget-title {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color1);
}

.job-sidebar .job-widget .check-box-item .containerss {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--font-exo2);
    color: var(--text-color1);
}

.job-sidebar .job-widget .check-box-item .containerss .bi {
    color: rgb(255, 204, 51);
    margin-right: 3px;
}

.job-sidebar .job-widget .check-box-item .checkbox-container {
    padding-top: 10px;
}

.job-sidebar .job-widget .check-box-item .checkbox-container ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.job-sidebar .job-widget .check-box-item .checkbox-container ul li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.job-sidebar .job-widget .check-box-item .checkbox-container ul li:last-child label {
    margin-bottom: 0px;
}

.job-sidebar .job-widget .check-box-item .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0px;
    width: 0px;
}

.job-sidebar .job-widget .check-box-item .checkmark {
    position: absolute;
    top: 6px;
    left: 0px;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid var(--text-color1);
    border-radius: 50%;
}

.job-sidebar .job-widget .check-box-item .checkbox-container:hover input ~ .checkmark {
    background-color: transparent;
}

.job-sidebar .job-widget .check-box-item .checkbox-container input:checked ~ .checkmark {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
    border-radius: 50%;
}

.job-sidebar .job-widget .check-box-item .checkbox-container input:checked ~ .text {
    color: var(--title-color1);
}

.job-sidebar .job-widget .check-box-item .checkbox-container input:checked ~ .qty {
    color: var(--title-color1);
}

.job-sidebar .job-widget .check-box-item .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.job-sidebar .job-widget .check-box-item .checkbox-container input:checked ~ .checkmark::after {
    display: block;
}

.job-sidebar .job-widget .check-box-item .checkbox-container .checkmark::after {
    content: url("../images/icon/checkbox-check.svg");
    left: 1.5px;
    top: -10px;
}

@media (max-width: 1399px) {
    .job-sidebar .job-widget .check-box-item .checkbox-container .checkmark::after {
        top: -9px;
    }
}

@media (max-width: 991px) {
    .job-sidebar .job-widget .check-box-item .checkbox-container .checkmark::after {
        top: -8px;
    }
}

.job-sidebar .job-widget.style-1 {
    padding: 40px 12px 40px 25px;
}

@media (max-width: 1199px) {
    .job-sidebar .job-widget.style-1 {
        padding: 25px 0px 25px 10px;
    }
}

.job-sidebar .job-widget.style-1 ul {
    max-height: 250px;
    overflow-y: scroll;
    padding-right: 12px !important;
}

.job-sidebar .job-widget.style-1 ul::-webkit-scrollbar {
    width: 8px;
}

.job-sidebar .job-widget.style-1 ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--primary-color1);
}

.job-sidebar .job-widget.style-1 ul::-webkit-scrollbar-track {
    background: rgba(0, 167, 172, 0.2);
    border-radius: 10px;
}

.job-sidebar .job-widget .salary-container {
    padding-top: 5px;
}

.job-sidebar .job-widget .salary-container ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.job-sidebar .job-widget .salary-container ul li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.job-sidebar .job-widget .salary-container ul li:last-child {
    margin-bottom: 0px;
}

.job-sidebar .job-widget .salary-container ul li input {
    margin-right: 8px;
    margin-top: -1px;
    padding: 0px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid var(--text-color1);
    cursor: pointer;
}

.job-sidebar .job-widget .salary-container ul li input:focus {
    box-shadow: none;
}

.job-sidebar .job-widget .salary-container ul li .form-check-input:checked {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}

.job-sidebar .job-widget .salary-container ul li .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.job-sidebar .job-widget .salary-container ul li .content span {
    display: inline-block;
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--font-exo2);
    color: var(--text-color1);
}

.job-sidebar .job-widget-btn a {
    justify-content: center;
}

.job-sidebar .widget_search {
    padding: 0px;
    background-color: transparent;
    border: none;
}

.job-sidebar .widget_search .wp-block-search__inside-wrapper {
    display: flex;
    background: rgb(255, 255, 255);
    border-radius: 5px;
}

.job-sidebar .widget_search .wp-block-search__inside-wrapper input {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
}

.job-sidebar .widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 10px 20px;
    background-color: var(--primary-color1);
    border-radius: 0px 5px 5px 0px;
}

.job-sidebar .widget_search .wp-block-search__inside-wrapper .wp-block-search__button svg {
    fill: var(--white);
}

.job-sidebar .recent-activitys {
    margin: 0px;
    padding: 13px 0px 0px;
    list-style: none;
}

.job-sidebar .recent-activitys li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.job-sidebar .recent-activitys li:last-child {
    margin-bottom: 0px;
}

.job-sidebar .recent-activitys li .blog-img {
    height: 70px;
    width: 70px;
    margin-right: 15px;
}

.job-sidebar .recent-activitys li .blog-img img {
    border-radius: 5px;
}

.job-sidebar .recent-activitys li .content h6 {
    margin-bottom: 5px;
}

.job-sidebar .recent-activitys li .content h6 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    line-height: 22px;
    color: var(--title-color1);
    transition: all 0.35s ease 0s;
}

.job-sidebar .recent-activitys li .content h6 a:hover {
    color: var(--primary-color1);
}

.job-sidebar .recent-activitys li .content span {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-color1);
}

.job-sidebar .recent-activitys li .content span img {
    margin-right: 6px;
}

.job-sidebar .lg-btn {
    padding: 12px 28px;
}

.grid-select-area {
    display: flex;
    align-items: center;
    gap: 30px;
}

.grid-select-area .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: rgb(248, 248, 248);
    border-radius: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1rem;
    font-family: var(--font-exo2);
    color: var(--title-color1);
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 15px;
    padding-right: 30px;
    white-space: nowrap;
    width: auto;
}

.grid-select-area .nice-select::after {
    border-bottom: 1px solid var(--title-color1);
    border-right: 1px solid var(--title-color1);
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
}

.grid-select-area .nice-select .current {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.grid-select-area .nice-select .option {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.grid-select-area .nice-select .option .selected {
    font-weight: 500;
}

.grid-select-area .nice-select .option:hover, .grid-select-area .nice-select .option.focus, .grid-select-area .nice-select .option.selected.focus {
    background-color: rgba(0, 167, 172, 0.2);
}

.grid-select-area .grid-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.grid-select-area .grid-area ul li a {
    transition: all 0.35s ease 0s;
}

.grid-select-area .grid-area ul li a svg {
    fill: var(--text-color1);
    transition: all 0.35s ease 0s;
}

.grid-select-area .grid-area ul li a:hover svg {
    fill: var(--primary-color1);
}

.grid-select-area .grid-area ul li a.active svg {
    fill: var(--primary-color1);
}

.show-item {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    line-height: 19px;
    color: var(--text-color1);
    margin-bottom: 0px;
}

.job-listing-wrrap {
    width: 100%;
}

.job-listing-wrrap .show-item {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    line-height: 19px;
    color: var(--text-color1);
    margin-bottom: 0px;
}

.job-listing-wrrap .grid-select-area {
    display: flex;
    align-items: center;
    gap: 30px;
}

.job-listing-wrrap .grid-select-area .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: rgb(248, 248, 248);
    border-radius: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1rem;
    font-family: var(--font-exo2);
    color: var(--title-color1);
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 15px;
    padding-right: 30px;
    white-space: nowrap;
    width: auto;
}

.job-listing-wrrap .grid-select-area .nice-select::after {
    border-bottom: 1px solid var(--title-color1);
    border-right: 1px solid var(--title-color1);
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
}

.job-listing-wrrap .grid-select-area .nice-select .current {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.job-listing-wrrap .grid-select-area .nice-select .option {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.job-listing-wrrap .grid-select-area .nice-select .option .selected {
    font-weight: 500;
}

.job-listing-wrrap .grid-select-area .nice-select .option:hover, .job-listing-wrrap .grid-select-area .nice-select .option.focus, .job-listing-wrrap .grid-select-area .nice-select .option.selected.focus {
    background-color: rgba(0, 167, 172, 0.2);
}

.job-listing-wrrap .grid-select-area .grid-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.job-listing-wrrap .grid-select-area .grid-area ul li a {
    transition: all 0.35s ease 0s;
}

.job-listing-wrrap .grid-select-area .grid-area ul li a svg {
    fill: var(--text-color1);
    transition: all 0.35s ease 0s;
}

.job-listing-wrrap .grid-select-area .grid-area ul li a:hover svg {
    fill: var(--primary-color1);
}

.job-listing-wrrap .grid-select-area .grid-area ul li a.active svg {
    fill: var(--primary-color1);
}

.company-listing-wrap {
    width: 100%;
}

.company-listing-wrap .show-item {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    line-height: 19px;
    color: var(--text-color1);
    margin-bottom: 0px;
}

.company-listing-wrap .grid-select-area {
    display: flex;
    align-items: center;
    gap: 30px;
}

.company-listing-wrap .grid-select-area .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: rgb(248, 248, 248);
    border-radius: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1rem;
    font-family: var(--font-exo2);
    color: var(--title-color1);
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 15px;
    padding-right: 30px;
    white-space: nowrap;
    width: auto;
}

.company-listing-wrap .grid-select-area .nice-select::after {
    border-bottom: 1px solid var(--title-color1);
    border-right: 1px solid var(--title-color1);
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
}

.company-listing-wrap .grid-select-area .nice-select .current {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.company-listing-wrap .grid-select-area .nice-select .option {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.company-listing-wrap .grid-select-area .nice-select .option .selected {
    font-weight: 500;
}

.company-listing-wrap .grid-select-area .nice-select .option:hover, .company-listing-wrap .grid-select-area .nice-select .option.focus, .company-listing-wrap .grid-select-area .nice-select .option.selected.focus {
    background-color: rgba(0, 167, 172, 0.2);
}

.company-listing-wrap .grid-select-area .grid-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.company-listing-wrap .grid-select-area .grid-area ul li a {
    transition: all 0.35s ease 0s;
}

.company-listing-wrap .grid-select-area .grid-area ul li a svg {
    fill: var(--text-color1);
    transition: all 0.35s ease 0s;
}

.company-listing-wrap .grid-select-area .grid-area ul li a:hover svg {
    fill: var(--primary-color1);
}

.company-listing-wrap .grid-select-area .grid-area ul li a.active svg {
    fill: var(--primary-color1);
}

.job-listing-card {
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
    padding: 30px 25px;
    background-color: var(--white);
    transition: all 0.35s ease 0s;
}

.job-listing-card.spcial-bg {
    background: linear-gradient(90deg, rgb(255, 242, 232) 0%, rgba(255, 242, 232, 0) 100%);
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .job-listing-card {
        padding: 30px 25px;
    }
}

.job-listing-card .job-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

.job-listing-card .job-top .job-list-content {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    position: relative;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .job-listing-card .job-top .job-list-content {
        gap: 50px;
    }
}

@media (max-width: 1399px) {
    .job-listing-card .job-top .job-list-content {
        gap: 30px;
    }
}

@media (max-width: 1199px) {
    .job-listing-card .job-top .job-list-content {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .job-listing-card .job-top .job-list-content {
        justify-content: flex-start;
    }
}

.job-listing-card .job-top .job-list-content .company-area {
    display: flex;
    align-items: center;
    position: relative;
}

.job-listing-card .job-top .job-list-content .company-area::after {
    content: "";
    width: 1px;
    height: 44px;
    background: rgba(0, 167, 172, 0.3);
    position: absolute;
    right: -40px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .job-listing-card .job-top .job-list-content .company-area::after {
        right: -25px;
    }
}

@media (max-width: 1399px) {
    .job-listing-card .job-top .job-list-content .company-area::after {
        right: -16px;
    }
}

@media (max-width: 1199px) {
    .job-listing-card .job-top .job-list-content .company-area::after {
        display: none;
        visibility: hidden;
    }
}

.job-listing-card .job-top .job-list-content .company-area .logo {
    margin-right: 12px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .job-listing-card .job-top .job-list-content .company-area .logo {
        margin-right: 10px;
    }
}

@media (max-width: 1399px) {
    .job-listing-card .job-top .job-list-content .company-area .logo {
        margin-right: 10px;
    }
}

.job-listing-card .job-top .job-list-content .company-area .logo img {
    border-radius: 50%;
    height: 52px;
    width: 52px;
}

.job-listing-card .job-top .job-list-content .company-area .company-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.job-listing-card .job-top .job-list-content .company-area .company-details .name-location h5 {
    margin-bottom: 3px;
}

.job-listing-card .job-top .job-list-content .company-area .company-details .name-location h5 a {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.job-listing-card .job-top .job-list-content .company-area .company-details .name-location h5 a:hover {
    color: var(--primary-color1);
}

.job-listing-card .job-top .job-list-content .company-area .company-details .name-location p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.job-listing-card .job-top .job-list-content .company-area .company-details .name-location p a {
    font-size: 0.938rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.job-listing-card .job-top .job-list-content .company-area .company-details .name-location p a:hover {
    color: var(--primary-color1);
}

.job-listing-card .job-top .job-list-content .company-area .company-details .name-location p img {
    margin-right: 8px;
}

.job-listing-card .job-top .job-list-content .job-discription {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 767px) {
    .job-listing-card .job-top .job-list-content .job-discription {
        flex-wrap: wrap;
        gap: 0px;
    }
}

.job-listing-card .job-top .job-list-content .job-discription ul {
    margin: 0px 40px 0px 0px;
    padding: 0px;
    list-style: none;
    display: block;
}

@media (max-width: 1199px) {
    .job-listing-card .job-top .job-list-content .job-discription ul {
        margin-right: 20px;
    }
}

.job-listing-card .job-top .job-list-content .job-discription ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 14px;
    margin-right: 10px;
    line-height: 1;
}

.job-listing-card .job-top .job-list-content .job-discription ul li:last-child {
    margin-right: 0px;
}

.job-listing-card .job-top .job-list-content .job-discription ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: var(--primary-color1);
    position: absolute;
    left: 0px;
    top: 4px;
}

.job-listing-card .job-top .job-list-content .job-discription ul li p {
    line-height: 1;
    margin-bottom: 0px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-work-sans);
}

.job-listing-card .job-top .job-list-content .job-discription ul li p .title {
    color: var(--text-color1);
    font-family: var(--font-exo2);
}

.job-listing-card .job-top .job-list-content .job-discription ul li p .time {
    font-size: 15px;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
}

.job-listing-card .job-top .job-list-content .job-discription ul li a {
    transition: all 0.35s ease 0s;
}

.job-listing-card .job-top .job-list-content .job-discription ul li a:hover {
    color: var(--primary-color1);
}

@media (max-width: 1399px) {
    .job-listing-card .job-top .job-list-content .job-discription ul.one {
        margin-bottom: 3px;
    }
}

.job-listing-card .job-top .bookmark {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: rgb(239, 243, 242);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .job-listing-card .job-top .bookmark {
        position: absolute;
        right: 0px;
    }
}

.job-listing-card .job-top .bookmark i {
    color: var(--primary-color1);
    font-size: 14px;
    transition: all 0.35s ease 0s;
}

.job-listing-card .job-top .bookmark:hover {
    background-color: var(--primary-color1);
}

.job-listing-card .job-top .bookmark:hover i {
    color: var(--white);
}

.job-listing-card .job-type-apply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.job-listing-card .job-type-apply .job-type {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 576px) {
    .job-listing-card .job-type-apply .job-type {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.job-listing-card .job-type-apply .job-type span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    border-radius: 50px;
    padding: 5px 21px;
}

.job-listing-card .job-type-apply .light-green {
    background-color: rgb(243, 232, 193);
}

.job-listing-card .job-type-apply .light-purple {
    background-color: rgba(145, 91, 254, 0.18);
}

.job-listing-card .job-type-apply .light-blue {
    background: rgb(180, 242, 238);
}

.job-listing-card .apply-btn a {
    font-size: 0.938rem;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.job-listing-card .apply-btn a span {
    display: inline-block;
    margin-left: 10px;
    margin-right: -20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

.job-listing-card .apply-btn a span img {
    width: 18px;
}

.job-listing-card .apply-btn a span::after {
    content: url("../images/icon/apply-arrow.svg");
    position: relative;
    left: -26px;
    top: 2px;
    transition: all 0.35s ease 0s;
}

.job-listing-card .apply-btn a:hover {
    color: var(--primary-color1);
}

.job-listing-card .apply-btn a:hover span::after {
    left: -22px;
}

.job-listing-card:hover {
    border-color: rgba(0, 167, 172, 0.4);
}

.job-listing-card2 {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
    padding: 15px;
    transition: all 0.35s ease 0s;
}

.job-listing-card2.spcial-bg {
    background: linear-gradient(90deg, rgb(255, 242, 232) 0%, rgba(255, 242, 232, 0) 100%);
}

.job-listing-card2 .job-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.job-listing-card2 .job-thumb img {
    border-radius: 5px;
}

.job-listing-card2 .job-thumb .urgent-batch {
    position: absolute;
    top: 20px;
    left: -37px;
    transform: rotate(-40.46deg);
}

.job-listing-card2 .job-thumb .urgent-batch span {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 13px;
    color: rgb(255, 255, 255);
    background: rgb(255, 62, 62);
    display: inline-block;
    padding: 2px 50px;
}

.job-listing-card2 .job-thumb .bookmark {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid rgba(0, 167, 172, 0.3);
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
    cursor: pointer;
}

.job-listing-card2 .job-thumb .bookmark i {
    color: var(--primary-color1);
    font-size: 14px;
    transition: all 0.35s ease 0s;
}

.job-listing-card2 .job-thumb .bookmark:hover {
    background-color: var(--primary-color1);
}

.job-listing-card2 .job-thumb .bookmark:hover i {
    color: var(--white);
}

.job-listing-card2 .job-content {
    margin-bottom: 13px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .job-listing-card2 .job-content {
        padding: 0px;
    }
}

@media (max-width: 1399px) {
    .job-listing-card2 .job-content {
        padding: 0px;
    }
}

.job-listing-card2 .job-content .company-area {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px 0px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.job-listing-card2 .job-content .company-area .logo {
    margin-right: 12px;
}

.job-listing-card2 .job-content .company-area .logo img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.job-listing-card2 .job-content .company-area .company-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.job-listing-card2 .job-content .company-area .company-details .name-location h5 {
    margin-bottom: 8px;
}

.job-listing-card2 .job-content .company-area .company-details .name-location h5 a {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.job-listing-card2 .job-content .company-area .company-details .name-location h5 a:hover {
    color: var(--primary-color1);
}

.job-listing-card2 .job-content .company-area .company-details .name-location ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.job-listing-card2 .job-content .company-area .company-details .name-location ul li {
    padding-right: 10px;
    position: relative;
}

.job-listing-card2 .job-content .company-area .company-details .name-location ul li::after {
    content: "";
    width: 1px;
    height: 14px;
    background: rgb(89, 89, 89);
    position: absolute;
    top: 0px;
    left: -10px;
}

@media (max-width: 1399px) {
    .job-listing-card2 .job-content .company-area .company-details .name-location ul li::after {
        display: none;
        visibility: hidden;
    }
}

.job-listing-card2 .job-content .company-area .company-details .name-location ul li:first-child::after {
    display: none;
    visibility: hidden;
}

.job-listing-card2 .job-content .company-area .company-details .name-location ul li p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    font-size: 0.938rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-exo2);
    line-height: 1;
}

.job-listing-card2 .job-content .company-area .company-details .name-location ul li p img {
    margin-right: 8px;
}

.job-listing-card2 .job-content .company-area .company-details .name-location ul li p .title {
    font-family: var(--font-exo2);
    font-weight: 500;
    color: rgb(6, 20, 33);
    margin-right: 3px;
}

.job-listing-card2 .job-content .company-area .company-details .name-location ul li:last-child {
    padding-right: 0px;
}

.job-listing-card2 .job-content .job-discription ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.job-listing-card2 .job-content .job-discription ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    position: relative;
}

.job-listing-card2 .job-content .job-discription ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: rgb(213, 223, 221);
    margin-right: 8px;
}

.job-listing-card2 .job-content .job-discription ul li h5 {
    font-family: var(--font-exo2);
    color: var(--title-color1);
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 5px;
}

.job-listing-card2 .job-content .job-discription ul li p {
    margin-bottom: 0px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-work-sans);
}

.job-listing-card2 .job-content .job-discription ul li p .title {
    color: var(--text-color1);
    font-family: var(--font-exo2);
}

.job-listing-card2 .job-content .job-discription ul li p .time {
    color: var(--text-color1);
    font-weight: 400;
}

.job-listing-card2 .job-content .job-discription ul li:last-child {
    margin-bottom: 0px;
}

.job-listing-card2 .job-content .job-discription ul li a {
    transition: all 0.35s ease 0s;
}

.job-listing-card2 .job-content .job-discription ul li a:hover {
    color: var(--primary-color1);
}

.job-listing-card2 .job-content .job-type-apply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.job-listing-card2 .job-content .job-type-apply .job-type span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    border-radius: 50px;
    padding: 5px 21px;
}

.job-listing-card2 .job-content .job-type-apply .light-green {
    background-color: rgb(243, 232, 193);
}

.job-listing-card2 .job-content .job-type-apply .light-blue {
    background-color: rgba(145, 91, 254, 0.18);
}

.job-listing-card2 .job-content .apply-btn a {
    font-size: 0.938rem;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.job-listing-card2 .job-content .apply-btn a span {
    display: inline-block;
    margin-left: 10px;
    margin-right: -20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

.job-listing-card2 .job-content .apply-btn a span img {
    width: 18px;
}

.job-listing-card2 .job-content .apply-btn a span::after {
    content: url("../images/icon/apply-arrow.svg");
    position: relative;
    left: -26px;
    top: 2px;
    transition: all 0.35s ease 0s;
}

.job-listing-card2 .job-content .apply-btn a:hover {
    color: var(--primary-color1);
}

.job-listing-card2 .job-content .apply-btn a:hover span::after {
    left: -22px;
}

.job-listing-card2:hover {
    border-color: rgb(0, 167, 172);
}

.job-listing-card2:hover .company-area {
    border-bottom: 1px solid rgb(233, 225, 225);
}

.job-details-content > p {
    font-size: 1rem;
    margin-bottom: 0px;
    line-height: 28px;
}

.job-details-content > p span {
    font-size: 1.125rem;
    color: var(--title-color1);
    font-weight: 600;
    font-family: var(--font-exo2);
}

.job-details-content h6 {
    font-size: 1.125rem;
    color: var(--title-color1);
    font-weight: 600;
    font-family: var(--font-exo2);
    margin-bottom: 0px;
}

.job-details-content > ul {
    margin: 0px 0px 35px;
    padding: 13px 0px 0px;
    list-style: none;
}

.job-details-content > ul li {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    line-height: 30px;
    color: var(--text-color1);
    margin-bottom: 7px;
    padding-left: 15px;
    position: relative;
}

.job-details-content > ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: rgba(0, 167, 172, 0.5);
    position: absolute;
    left: 0px;
    top: 10px;
}

.job-details-content > ul li:last-child {
    margin-bottom: 0px;
}

.job-details-content .job-list-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-bottom: 50px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .job-details-content .job-list-content {
        gap: 30px;
    }
}

@media (max-width: 1399px) {
    .job-details-content .job-list-content {
        gap: 30px;
    }
}

@media (max-width: 1199px) {
    .job-details-content .job-list-content {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.job-details-content .job-list-content .company-area {
    display: flex;
    align-items: center;
    position: relative;
}

.job-details-content .job-list-content .company-area .logo {
    margin-right: 20px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .job-details-content .job-list-content .company-area .logo {
        margin-right: 10px;
    }
}

@media (max-width: 1399px) {
    .job-details-content .job-list-content .company-area .logo {
        margin-right: 10px;
    }
}

.job-details-content .job-list-content .company-area .logo img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.job-details-content .job-list-content .company-area .company-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.job-details-content .job-list-content .company-area .company-details .name-location h5 {
    margin-bottom: 3px;
}

.job-details-content .job-list-content .company-area .company-details .name-location h5 a {
    font-size: 1.063rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.job-details-content .job-list-content .company-area .company-details .name-location h5 a:hover {
    color: var(--primary-color1);
}

.job-details-content .job-list-content .company-area .company-details .name-location p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    font-size: 0.938rem;
    font-weight: 500;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
}

.job-details-content .job-list-content .company-area .company-details .name-location p img {
    margin-right: 8px;
}

.job-details-content .job-list-content .job-discription {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .job-details-content .job-list-content .job-discription {
        gap: 25px;
    }
}

@media (max-width: 1399px) {
    .job-details-content .job-list-content .job-discription {
        gap: 25px;
    }
}

@media (max-width: 1199px) {
    .job-details-content .job-list-content .job-discription {
        display: block;
    }
}

.job-details-content .job-list-content .job-discription ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.job-details-content .job-list-content .job-discription ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.job-details-content .job-list-content .job-discription ul li img {
    padding-right: 8px;
}

.job-details-content .job-list-content .job-discription ul li p {
    margin-bottom: 0px;
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
}

.job-details-content .job-list-content .job-discription ul li p .title {
    color: var(--title-color1);
    font-weight: 500;
    font-family: var(--font-exo2);
}

.job-details-content .job-list-content .job-discription ul li:last-child {
    margin-bottom: 0px;
}

.job-details-content .job-list-content .job-discription ul li a {
    transition: all 0.35s ease 0s;
}

.job-details-content .job-list-content .job-discription ul li a:hover {
    color: var(--primary-color1);
}

@media (max-width: 1399px) {
    .job-details-content .job-list-content .job-discription ul.one {
        margin-bottom: 3px;
    }
}

.job-details-pages .company-gallery {
    padding-top: 10px;
}

.job-details-pages .company-gallery .title {
    margin-bottom: 35px;
}

.job-details-pages .company-gallery .title h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 20px;
    color: var(--title-color1);
    margin-bottom: 0px;
}

.job-details-pages .company-gallery .gallery-wrap {
    position: relative;
}

.job-details-pages .company-gallery .gallery-wrap > img {
    width: 100%;
    border-radius: 5px;
}

.job-details-pages .company-gallery .gallery-wrap .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.35s ease 0s;
    transform: scale(0.5);
}

.job-details-pages .company-gallery .gallery-wrap .overlay .items-content {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: var(--title-color1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-details-pages .company-gallery .gallery-wrap:hover .overlay {
    opacity: 1;
    transform: scale(1);
}

.job-details-pages .related-jobs .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-details-pages .related-jobs .section-title h3 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: var(--title-color1);
}

.job-details-pages .related-jobs .feature-card {
    background: rgb(253, 249, 249);
    border-radius: 5px;
    padding: 35px 25px;
    transition: all 0.35s ease 0s;
    position: relative;
}

.job-details-pages .related-jobs .feature-card::before {
    content: "";
    height: 100%;
    width: 3px;
    background: rgba(0, 167, 172, 0.25);
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px 0px 0px 5px;
    transition: all 0.35s ease 0s;
}

.job-details-pages .related-jobs .feature-card .company-area {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.job-details-pages .related-jobs .feature-card .company-area .logo {
    margin-right: 20px;
}

.job-details-pages .related-jobs .feature-card .company-area .logo img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.job-details-pages .related-jobs .feature-card .company-area .company-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.job-details-pages .related-jobs .feature-card .company-area .company-details::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: rgb(238, 238, 238);
    position: absolute;
    bottom: -10px;
    left: 0px;
}

.job-details-pages .related-jobs .feature-card .company-area .company-details .name-location {
    width: 100%;
}

.job-details-pages .related-jobs .feature-card .company-area .company-details .name-location h5 {
    margin-bottom: 3px;
}

.job-details-pages .related-jobs .feature-card .company-area .company-details .name-location h5 a {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.job-details-pages .related-jobs .feature-card .company-area .company-details .name-location h5 a:hover {
    color: var(--primary-color1);
}

.job-details-pages .related-jobs .feature-card .company-area .company-details .name-location p {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-exo2);
    margin-bottom: 0px;
}

.job-details-pages .related-jobs .feature-card .company-area .company-details .bookmark {
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid var(--primary-color1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
    cursor: pointer;
}

.job-details-pages .related-jobs .feature-card .company-area .company-details .bookmark i {
    color: var(--primary-color1);
    font-size: 14px;
    transition: all 0.35s ease 0s;
}

.job-details-pages .related-jobs .feature-card .company-area .company-details .bookmark:hover {
    background-color: var(--primary-color1);
}

.job-details-pages .related-jobs .feature-card .company-area .company-details .bookmark:hover i {
    color: var(--white);
}

.job-details-pages .related-jobs .feature-card .job-discription {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 30px 25px;
}

.job-details-pages .related-jobs .feature-card .job-discription h5 {
    margin-bottom: 8px;
    line-height: 1;
}

.job-details-pages .related-jobs .feature-card .job-discription h5 a {
    font-family: var(--font-exo2);
    color: var(--title-color1);
    font-weight: 600;
    font-size: 1.125rem;
    transition: all 0.35s ease 0s;
}

.job-details-pages .related-jobs .feature-card .job-discription ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.job-details-pages .related-jobs .feature-card .job-discription ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.job-details-pages .related-jobs .feature-card .job-discription ul li img {
    margin-right: 8px;
}

.job-details-pages .related-jobs .feature-card .job-discription ul li p {
    margin-bottom: 0px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-work-sans);
}

.job-details-pages .related-jobs .feature-card .job-discription ul li p .title {
    color: var(--text-color1);
    font-family: var(--font-exo2);
}

.job-details-pages .related-jobs .feature-card .job-discription ul li p .time {
    color: var(--text-color1);
    font-weight: 400;
}

.job-details-pages .related-jobs .feature-card .job-discription ul li p span {
    color: var(--text-color1);
    font-weight: 400;
}

.job-details-pages .related-jobs .feature-card .job-discription ul li:last-child {
    margin-bottom: 0px;
}

.job-details-pages .related-jobs .feature-card .job-discription ul li a {
    transition: all 0.35s ease 0s;
}

.job-details-pages .related-jobs .feature-card .job-discription ul li a:hover {
    color: var(--primary-color1);
}

.job-details-pages .related-jobs .feature-card .job-type-apply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.job-details-pages .related-jobs .feature-card .job-type-apply .job-type span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    border-radius: 50px;
    padding: 5px 21px;
}

.job-details-pages .related-jobs .feature-card .job-type-apply .full-time {
    background-color: rgb(199, 229, 238);
}

.job-details-pages .related-jobs .feature-card .job-type-apply .remote {
    background-color: rgb(180, 242, 193);
}

.job-details-pages .related-jobs .feature-card .apply-btn a {
    font-size: 15px;
    color: var(--primary-color1);
}

.job-details-pages .related-jobs .feature-card .apply-btn a span::after {
    top: 1.5px;
}

.job-details-pages .related-jobs .feature-card:hover::before {
    background: var(--primary-color1);
}

.job-details-pages .related-jobs .feature-card:hover .company-details::after {
    background-color: rgb(233, 225, 225);
}

.job-details-sidebar .save-apply-btn ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 30px;
}

.job-details-sidebar .save-apply-btn ul li .save-btn {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.125rem;
    color: var(--text-color1);
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
}

.job-details-sidebar .save-apply-btn ul li .save-btn span {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: rgb(239, 243, 242);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
    margin-left: 10px;
}

.job-details-sidebar .save-apply-btn ul li .save-btn span i {
    color: var(--primary-color1);
    transition: all 0.35s ease 0s;
    font-size: 12px;
}

.job-details-sidebar .save-apply-btn ul li .save-btn:hover {
    color: var(--primary-color1);
}

.job-details-sidebar .save-apply-btn ul li .save-btn:hover span {
    background-color: var(--primary-color1);
}

.job-details-sidebar .save-apply-btn ul li .save-btn:hover span i {
    color: var(--white);
}

.job-details-sidebar .job-summary-area {
    background: rgb(248, 248, 248);
    border-radius: 5px;
    padding: 70px 40px;
    position: relative;
}

@media (max-width: 576px) {
    .job-details-sidebar .job-summary-area {
        padding: 50px 20px;
    }
}

.job-details-sidebar .job-summary-area::after {
    content: "";
    width: 100%;
    height: 5px;
    background: rgb(0, 167, 172);
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.job-details-sidebar .job-summary-area .pin {
    position: absolute;
    top: 10px;
    right: 65px;
}

.job-details-sidebar .job-summary-area .job-summary-title {
    margin-bottom: 25px;
}

.job-details-sidebar .job-summary-area .job-summary-title h6 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--title-color1);
    line-height: 1;
}

.job-details-sidebar .job-summary-area > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.job-details-sidebar .job-summary-area > ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.job-details-sidebar .job-summary-area > ul li:last-child {
    margin-bottom: 0px;
}

.job-details-sidebar .job-summary-area > ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: rgb(0, 167, 172);
    opacity: 0.25;
    position: absolute;
    left: 0px;
    top: 10px;
}

.job-details-sidebar .job-summary-area > ul li p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 17px;
    color: var(--text-color1);
    margin-bottom: 0px;
}

.job-details-sidebar .job-summary-area > ul li p .title {
    font-family: var(--font-exo2);
    color: var(--title-color1);
    font-weight: 500;
}

.job-details-sidebar .job-summary-area > ul li p .time {
    font-size: 15px;
}

.job-details-sidebar .view-job-btn a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--text-color1);
    display: flex;
    align-items: center;
    line-height: 1;
    transition: all 0.35s ease 0s;
}

.job-details-sidebar .view-job-btn a img {
    margin-right: 10px;
}

.job-details-sidebar .view-job-btn a:hover {
    color: var(--primary-color1);
}

.job-details-sidebar .job-share-area {
    display: flex;
    align-items: center;
    gap: 25px;
}

.job-details-sidebar .job-share-area h6 {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
    margin-bottom: 0px;
    line-height: 1;
}

.job-details-sidebar .job-share-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.job-details-sidebar .job-share-area ul li a {
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color1);
    border-radius: 50%;
    transition: all 0.35s ease 0s;
}

.job-details-sidebar .job-share-area ul li a i {
    color: var(--primary-color1);
    transition: all 0.35s ease 0s;
}

.job-details-sidebar .job-share-area ul li a:hover {
    background-color: var(--primary-color1);
}

.job-details-sidebar .job-share-area ul li a:hover i {
    color: var(--white);
}

.job-details-sidebar .email-area {
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
    padding: 30px;
    text-align: center;
}

.job-details-sidebar .email-area .title {
    margin-bottom: 12px;
}

.job-details-sidebar .email-area .title h6 {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.063rem;
    color: rgb(6, 20, 33);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    position: relative;
}

.job-details-sidebar .email-area .title h6 img {
    margin-right: 5px;
}

.job-details-sidebar .email-area .title h6::before {
    content: "";
    height: 1px;
    width: 100px;
    background-color: rgb(238, 238, 238);
    margin-right: 15px;
}

@media (max-width: 1399px) {
    .job-details-sidebar .email-area .title h6::before {
        width: 70px;
    }
}

@media (max-width: 1199px) {
    .job-details-sidebar .email-area .title h6::before {
        width: 50px;
    }
}

.job-details-sidebar .email-area .title h6::after {
    content: "";
    height: 1px;
    width: 100px;
    background-color: rgb(238, 238, 238);
    margin-left: 15px;
}

@media (max-width: 1399px) {
    .job-details-sidebar .email-area .title h6::after {
        width: 70px;
    }
}

@media (max-width: 1199px) {
    .job-details-sidebar .email-area .title h6::after {
        width: 50px;
    }
}

.job-details-sidebar .email-area p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: rgb(0, 0, 0);
    margin-bottom: 0px;
}

.job-details-sidebar .email-area p a {
    font-weight: 600;
    color: rgb(2, 121, 207);
}

.job-details-sidebar .location-area h6 {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: rgb(0, 0, 0);
    margin-bottom: 30px;
}

.job-details-sidebar .location-area iframe {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

.company-list-card1 {
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
    padding: 30px;
    transition: all 0.35s ease 0s;
}

@media (max-width: 1399px) {
    .company-list-card1 {
        padding: 20px 15px;
    }
}

@media (max-width: 1199px) {
    .company-list-card1 {
        padding: 20px 15px;
    }
}

.company-list-card1 .company-area {
    display: flex;
}

@media (max-width: 1199px) {
    .company-list-card1 .company-area {
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .company-list-card1 .company-area {
        flex-wrap: nowrap;
    }
}

.company-list-card1 .company-area .logo {
    margin-right: 12px;
}

@media (max-width: 1199px) {
    .company-list-card1 .company-area .logo {
        margin-bottom: 10px;
    }
}

.company-list-card1 .company-area .logo img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.company-list-card1 .company-area .company-content {
    width: 100%;
}

.company-list-card1 .company-area .company-content .company-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.company-list-card1 .company-area .company-content .company-details .name-location h5 {
    margin-bottom: 3px;
    line-height: 1;
}

.company-list-card1 .company-area .company-content .company-details .name-location h5 a {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
    line-height: 1;
}

.company-list-card1 .company-area .company-content .company-details .name-location h5 a:hover {
    color: var(--primary-color1);
}

.company-list-card1 .company-area .company-content .company-details .name-location p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    font-size: 0.938rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
}

.company-list-card1 .company-area .company-content .company-details .name-location p img {
    margin-right: 8px;
}

.company-list-card1 .company-area .company-content .company-details .bookmark {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: rgb(239, 243, 242);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
    cursor: pointer;
}

.company-list-card1 .company-area .company-content .company-details .bookmark i {
    color: var(--primary-color1);
    font-size: 14px;
    transition: all 0.35s ease 0s;
}

.company-list-card1 .company-area .company-content .job-details-vacancies {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

@media (max-width: 1399px) {
    .company-list-card1 .company-area .company-content .job-details-vacancies {
        gap: 10px;
    }
}

@media (max-width: 1199px) {
    .company-list-card1 .company-area .company-content .job-details-vacancies {
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .company-list-card1 .company-area .company-content .job-details-vacancies {
        flex-wrap: wrap;
    }
}

.company-list-card1 .company-area .company-content .job-details-vacancies .vacancies p {
    margin-bottom: 0px;
    font-size: 1.125rem;
}

.company-list-card1 .company-area .company-content .job-details-vacancies .vacancies p span {
    font-weight: 600;
    color: var(--primary-color1);
}

.company-list-card1 .company-area .company-content .job-details-vacancies .apply-btn {
    line-height: 1;
}

.company-list-card1 .company-area .company-content .job-details-vacancies .apply-btn a {
    font-size: 0.938rem;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.company-list-card1 .company-area .company-content .job-details-vacancies .apply-btn a span {
    display: inline-block;
    margin-left: 10px;
    margin-right: -20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

.company-list-card1 .company-area .company-content .job-details-vacancies .apply-btn a span img {
    width: 18px;
}

.company-list-card1 .company-area .company-content .job-details-vacancies .apply-btn a span::after {
    content: url("../images/icon/apply-arrow.svg");
    position: relative;
    left: -26px;
    top: 2px;
    transition: all 0.35s ease 0s;
}

.company-list-card1 .company-area .company-content .job-details-vacancies .apply-btn a:hover {
    color: var(--primary-color1);
}

.company-list-card1 .company-area .company-content .job-details-vacancies .apply-btn a:hover span::after {
    left: -22px;
}

.company-list-card1:hover {
    border-color: rgba(0, 167, 172, 0.4);
}

.company-list-card1:hover .company-area .company-details .bookmark {
    background-color: var(--primary-color1);
}

.company-list-card1:hover .company-area .company-details .bookmark i {
    color: var(--white);
}

.company-listing-card2 {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 167, 172, 0.3);
    border-radius: 5px;
    transition: all 0.35s ease 0s;
    padding-left: 15px;
}

.company-listing-card2 .company-area {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: rgba(182, 235, 236, 0.4);
    position: relative;
    z-index: 1;
}

.company-listing-card2 .company-area span {
    display: inline-block;
    background-color: rgb(156, 234, 236);
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 114%;
    width: 60px;
    z-index: -1;
}

@media (max-width: 576px) {
    .company-listing-card2 .company-area span {
        height: 112%;
    }
}

.company-listing-card2 .company-area span::after {
    content: "";
    clip-path: polygon(0px 0px, 0% 100%, 100% 100%);
    background: rgb(145, 217, 219);
    height: 13px;
    width: 7px;
    position: absolute;
    right: -7px;
    top: 0px;
}

.company-listing-card2 .company-area span::before {
    content: "";
    clip-path: polygon(100% 0px, 100% 100%, 0px 100%);
    background: rgb(145, 217, 219);
    height: 13px;
    width: 7px;
    position: absolute;
    left: -7px;
    top: 0px;
}

.company-listing-card2 .company-area .logo {
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    padding-left: 7px;
}

.company-listing-card2 .company-area .logo img {
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.company-listing-card2 .company-area .company-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0px;
}

.company-listing-card2 .company-area .company-details .name-location h5 {
    margin-bottom: 3px;
}

.company-listing-card2 .company-area .company-details .name-location h5 a {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.company-listing-card2 .company-area .company-details .name-location h5 a:hover {
    color: var(--primary-color1);
}

.company-listing-card2 .company-area .company-details .name-location ul {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 20px;
}

@media (max-width: 576px) {
    .company-listing-card2 .company-area .company-details .name-location ul {
        display: block;
    }
}

.company-listing-card2 .company-area .company-details .name-location ul li {
    display: flex;
    align-items: center;
    font-size: 0.938rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
}

@media (max-width: 576px) {
    .company-listing-card2 .company-area .company-details .name-location ul li {
        padding-right: 15px;
    }
}

.company-listing-card2 .company-area .company-details .name-location ul li img {
    margin-right: 8px;
}

.company-listing-card2 .company-area .company-details .name-location ul li.verified {
    color: var(--title-color1);
}

.company-listing-card2 .job-details-vacancies {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
}

.company-listing-card2 .job-details-vacancies .vacancies p {
    margin-bottom: 0px;
    font-size: 1.125rem;
}

.company-listing-card2 .job-details-vacancies .vacancies p span {
    font-weight: 600;
    color: var(--primary-color1);
}

.company-listing-card2 .job-details-vacancies .apply-btn {
    line-height: 1;
}

.company-listing-card2 .job-details-vacancies .apply-btn a {
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.company-listing-card2 .job-details-vacancies .apply-btn a span {
    display: inline-block;
    margin-left: 10px;
    margin-right: -20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

.company-listing-card2 .job-details-vacancies .apply-btn a span img {
    width: 18px;
}

.company-listing-card2 .job-details-vacancies .apply-btn a span::after {
    content: url("../images/icon/apply-arrow.svg");
    position: relative;
    left: -26px;
    top: 0px;
    transition: all 0.35s ease 0s;
}

.company-listing-card2 .job-details-vacancies .apply-btn a:hover {
    color: var(--primary-color1);
}

.company-listing-card2 .job-details-vacancies .apply-btn a:hover span::after {
    left: -22px;
}

.company-listing-card2:hover {
    border-color: rgb(0, 167, 172);
}

.company-details-area .lg-btn {
    padding: 12px 28px;
}

.company-details-area .post-thumb {
    border-radius: 10px 10px 0px 0px;
    position: relative;
}

.company-details-area .post-thumb > img {
    border-radius: 10px 10px 0px 0px;
    min-height: 280px;
    object-fit: cover;
}

.company-details-area .post-thumb .company-logo {
    height: 90px;
    width: 90px;
    background: rgb(248, 248, 248);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    bottom: -45px;
}

.company-details-area .post-thumb .company-logo img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    transform: rotate(45deg);
}

.company-details-area .company-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 50px;
}

@media (max-width: 991px) {
    .company-details-area .company-area {
        padding: 100px 0px 50px;
        flex-wrap: wrap;
        gap: 15px;
    }
}

.company-details-area .company-area .company-info h4 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--title-color1);
    margin-bottom: 10px;
}

.company-details-area .company-area .company-info ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 576px) {
    .company-details-area .company-area .company-info ul {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.company-details-area .company-area .company-info ul li {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    color: var(--text-color1);
    display: flex;
    align-items: baseline;
}

.company-details-area .company-area .company-info ul li img {
    margin-right: 7px;
}

.company-details-area .company-area .company-info ul li .title {
    font-weight: 500;
    color: var(--title-color1);
    margin-right: 5px;
}

.company-details-area .company-area .company-contact {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media (max-width: 576px) {
    .company-details-area .company-area .company-contact {
        display: block;
    }

    .company-details-area .company-area .company-contact .websitet-link {
        margin-bottom: 15px;
    }
}

.company-details-area .company-area .company-contact .websitet-link p {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 10px;
}

.company-details-area .company-area .company-contact .websitet-link p img {
    margin-right: 7px;
}

.company-details-area .company-area .company-contact .websitet-link a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: rgb(2, 121, 207);
    transition: all 0.35s ease 0s;
}

.company-details-area .company-area .company-contact .websitet-link a:hover {
    color: var(--primary-color1);
}

.company-details-area .company-area .company-contact .social-area p {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 12px;
}

.company-details-area .company-area .company-contact .social-area p img {
    margin-right: 7px;
}

.company-details-area .company-area .company-contact .social-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
}

.company-details-area .company-area .company-contact .social-area ul li {
    line-height: 1;
}

.company-details-area .company-area .company-contact .social-area ul li a {
    line-height: 1;
}

.company-details-area .company-area .company-contact .social-area ul li a i {
    color: var(--text-color1);
    transition: all 0.35s ease 0s;
}

.company-details-area .company-area .company-contact .social-area ul li a i:hover {
    color: var(--primary-color1);
}

.company-details-area .company-details-content h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.188rem;
    color: var(--title-color1);
    margin-bottom: 15px;
}

.company-details-area .company-details-content p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    line-height: 30px;
    color: var(--text-color1);
    margin-bottom: 0px;
}

.company-details-area .working-process {
    position: relative;
    display: flex;
    max-width: 300px;
    width: 100%;
}

.company-details-area .working-process .icon {
    padding-right: 18px;
}

.company-details-area .working-process .work-content .sl {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 1rem;
    color: var(--primary-color1);
    opacity: 0.6;
    position: absolute;
    right: 0px;
    top: 0px;
}

.company-details-area .working-process .work-content h6 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.063rem;
    color: var(--title-color1);
}

.company-details-area .working-process .work-content p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;
    color: var(--text-color1);
    margin-bottom: 0px;
}

.company-details-area .company-dt-sb .company-overview-area {
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
    padding: 50px 40px;
}

@media (max-width: 576px) {
    .company-details-area .company-dt-sb .company-overview-area {
        padding: 50px 30px;
    }
}

.company-details-area .company-dt-sb .company-overview-area h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--title-color1);
    margin-bottom: 25px;
}

.company-details-area .company-dt-sb .company-overview-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.company-details-area .company-dt-sb .company-overview-area ul li {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-color1);
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.company-details-area .company-dt-sb .company-overview-area ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: rgb(0, 167, 172);
    opacity: 0.25;
    position: absolute;
    left: 0px;
    top: 10px;
}

.company-details-area .company-dt-sb .company-overview-area ul li:last-child {
    margin-bottom: 0px;
}

.company-details-area .company-dt-sb .company-overview-area ul li span {
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-exo2);
}

.company-details-area .company-dt-sb .primry-btn-1 {
    justify-content: center;
    color: rgb(0, 167, 172);
    z-index: 1;
}

.company-details-area .company-dt-sb .primry-btn-1:hover {
    color: var(--white);
}

.company-details-area .company-dt-sb .primry-btn-2 {
    justify-content: center;
    margin-bottom: 30px;
}

.company-details-area .job-listing-card {
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
    padding: 30px 25px;
    background-color: var(--white);
    transition: all 0.35s ease 0s;
}

.company-details-area .job-listing-card.spcial-bg {
    background: linear-gradient(90deg, rgb(255, 242, 232) 0%, rgba(255, 242, 232, 0) 100%);
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .company-details-area .job-listing-card {
        padding: 30px 25px;
    }
}

.company-details-area .job-listing-card .job-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
    position: relative;
}

.company-details-area .job-listing-card .job-top .job-list-content {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    position: relative;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .company-details-area .job-listing-card .job-top .job-list-content {
        gap: 50px;
    }
}

@media (max-width: 1399px) {
    .company-details-area .job-listing-card .job-top .job-list-content {
        gap: 30px;
    }
}

@media (max-width: 1199px) {
    .company-details-area .job-listing-card .job-top .job-list-content {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .company-details-area .job-listing-card .job-top .job-list-content {
        justify-content: flex-start;
    }
}

.company-details-area .job-listing-card .job-top .job-list-content .company-area {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0px;
}

.company-details-area .job-listing-card .job-top .job-list-content .company-area::after {
    content: "";
    width: 1px;
    height: 44px;
    background: rgba(0, 167, 172, 0.3);
    position: absolute;
    right: -40px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .company-details-area .job-listing-card .job-top .job-list-content .company-area::after {
        right: -25px;
    }
}

@media (max-width: 1399px) {
    .company-details-area .job-listing-card .job-top .job-list-content .company-area::after {
        right: -16px;
    }
}

@media (max-width: 1199px) {
    .company-details-area .job-listing-card .job-top .job-list-content .company-area::after {
        display: none;
        visibility: hidden;
    }
}

.company-details-area .job-listing-card .job-top .job-list-content .company-area .logo {
    margin-right: 12px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .company-details-area .job-listing-card .job-top .job-list-content .company-area .logo {
        margin-right: 10px;
    }
}

@media (max-width: 1399px) {
    .company-details-area .job-listing-card .job-top .job-list-content .company-area .logo {
        margin-right: 10px;
    }
}

.company-details-area .job-listing-card .job-top .job-list-content .company-area .logo img {
    border-radius: 50%;
    height: 52px;
    width: 52px;
}

.company-details-area .job-listing-card .job-top .job-list-content .company-area .company-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.company-details-area .job-listing-card .job-top .job-list-content .company-area .company-details .name-location h5 {
    margin-bottom: 3px;
}

.company-details-area .job-listing-card .job-top .job-list-content .company-area .company-details .name-location h5 a {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.company-details-area .job-listing-card .job-top .job-list-content .company-area .company-details .name-location h5 a:hover {
    color: var(--primary-color1);
}

.company-details-area .job-listing-card .job-top .job-list-content .company-area .company-details .name-location p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.company-details-area .job-listing-card .job-top .job-list-content .company-area .company-details .name-location p a {
    font-size: 0.938rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.company-details-area .job-listing-card .job-top .job-list-content .company-area .company-details .name-location p a:hover {
    color: var(--primary-color1);
}

.company-details-area .job-listing-card .job-top .job-list-content .company-area .company-details .name-location p img {
    margin-right: 8px;
}

.company-details-area .job-listing-card .job-top .job-list-content .job-discription {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 767px) {
    .company-details-area .job-listing-card .job-top .job-list-content .job-discription {
        flex-wrap: wrap;
        gap: 0px;
    }
}

.company-details-area .job-listing-card .job-top .job-list-content .job-discription ul {
    margin: 0px 40px 0px 0px;
    padding: 0px;
    list-style: none;
    display: block;
}

@media (max-width: 1199px) {
    .company-details-area .job-listing-card .job-top .job-list-content .job-discription ul {
        margin-right: 20px;
    }
}

.company-details-area .job-listing-card .job-top .job-list-content .job-discription ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 14px;
    margin-right: 10px;
    line-height: 1;
}

.company-details-area .job-listing-card .job-top .job-list-content .job-discription ul li:last-child {
    margin-right: 0px;
}

.company-details-area .job-listing-card .job-top .job-list-content .job-discription ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: var(--primary-color1);
    position: absolute;
    left: 0px;
    top: 4px;
}

.company-details-area .job-listing-card .job-top .job-list-content .job-discription ul li p {
    line-height: 1;
    margin-bottom: 0px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-work-sans);
}

.company-details-area .job-listing-card .job-top .job-list-content .job-discription ul li p .title {
    color: var(--text-color1);
    font-family: var(--font-exo2);
}

.company-details-area .job-listing-card .job-top .job-list-content .job-discription ul li p .time {
    font-size: 15px;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
}

.company-details-area .job-listing-card .job-top .job-list-content .job-discription ul li a {
    transition: all 0.35s ease 0s;
}

.company-details-area .job-listing-card .job-top .job-list-content .job-discription ul li a:hover {
    color: var(--primary-color1);
}

@media (max-width: 1399px) {
    .company-details-area .job-listing-card .job-top .job-list-content .job-discription ul.one {
        margin-bottom: 3px;
    }
}

.company-details-area .job-listing-card .job-top .bookmark {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: rgb(239, 243, 242);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .company-details-area .job-listing-card .job-top .bookmark {
        position: absolute;
        right: 0px;
    }
}

.company-details-area .job-listing-card .job-top .bookmark i {
    color: var(--primary-color1);
    font-size: 14px;
    transition: all 0.35s ease 0s;
}

.company-details-area .job-listing-card .job-top .bookmark:hover {
    background-color: var(--primary-color1);
}

.company-details-area .job-listing-card .job-top .bookmark:hover i {
    color: var(--white);
}

.company-details-area .job-listing-card .job-type-apply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.company-details-area .job-listing-card .job-type-apply p {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 15px;
    color: var(--text-color1);
    margin-bottom: 0px;
    display: flex;
    align-items: baseline;
}

.company-details-area .job-listing-card .job-type-apply p img {
    margin-right: 5px;
}

.company-details-area .job-listing-card .job-type-apply p span {
    color: var(--title-color1);
    font-family: var(--font-exo2);
    margin-left: 5px;
}

.company-details-area .job-listing-card .job-type-apply .job-type {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 576px) {
    .company-details-area .job-listing-card .job-type-apply .job-type {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.company-details-area .job-listing-card .job-type-apply .job-type span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    border-radius: 50px;
    padding: 5px 21px;
}

.company-details-area .job-listing-card .job-type-apply .light-yellow {
    background-color: rgb(243, 232, 193);
}

.company-details-area .job-listing-card .job-type-apply .light-purple {
    background-color: rgba(145, 91, 254, 0.18);
}

.company-details-area .job-listing-card .job-type-apply .light-green {
    background-color: rgb(180, 242, 193);
}

.company-details-area .job-listing-card .job-type-apply .light-blue {
    background-color: rgb(180, 242, 238);
}

.company-details-area .job-listing-card .apply-btn a {
    font-size: 0.938rem;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.company-details-area .job-listing-card .apply-btn a span {
    display: inline-block;
    margin-left: 10px;
    margin-right: -20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

.company-details-area .job-listing-card .apply-btn a span img {
    width: 18px;
}

.company-details-area .job-listing-card .apply-btn a span::after {
    content: url("../images/icon/apply-arrow.svg");
    position: relative;
    left: -26px;
    top: 2px;
    transition: all 0.35s ease 0s;
}

.company-details-area .job-listing-card .apply-btn a:hover {
    color: var(--primary-color1);
}

.company-details-area .job-listing-card .apply-btn a:hover span::after {
    left: -22px;
}

.company-details-area .job-listing-card:hover {
    border-color: rgba(0, 167, 172, 0.4);
}

.company-details-area .section-title {
    margin-bottom: 25px;
}

.company-details-area .section-title h4 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 22px;
    color: var(--title-color1);
}

.faq-page .genarel-qustions-area h4 {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--title-color1);
    margin-bottom: 30px;
}

.faq-page .genarel-qustions-area .accordion .accordion-item {
    border: none;
}

.faq-page .genarel-qustions-area .accordion .accordion-item .accordion-header .accordion-button {
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.125rem;
    color: var(--title-color1);
    padding: 13px 20px;
}

.faq-page .genarel-qustions-area .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.faq-page .genarel-qustions-area .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    border: 1px solid rgba(0, 167, 172, 0.5);
    background-color: transparent;
    box-shadow: none;
}

.faq-page .genarel-qustions-area .accordion .accordion-item .accordion-header .accordion-button::after {
    content: "";
    background-image: url("../images/icon/accrodian--arrow.svg");
    width: 1.6rem;
    height: 1.6rem;
    opacity: 0.4;
}

.faq-page .genarel-qustions-area .accordion .accordion-body {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px;
    color: var(--text-color1);
    padding: 20px 15px 10px;
}

.error-page {
    background-image: url("../images/bg/error-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 150px 0px;
}

@media (max-width: 991px) {
    .error-page {
        padding: 150px 0px;
    }
}

@media (max-width: 576px) {
    .error-page {
        padding: 120px 0px;
    }
}

.error-page .error-wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0px auto;
}

.error-page .error-wrapper .error-img {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.error-page .error-wrapper .error-content-area h2 {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 2.25rem;
    color: var(--title-color1);
    margin-bottom: 20px;
}

.error-page .error-wrapper .error-content-area p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 34px;
    color: var(--text-color1);
    margin-bottom: 50px;
}

.error-page .error-wrapper .error-content-area a {
    display: inline-block;
    padding: 12px 25px;
}

.office-location-area .office-location {
    overflow: hidden;
}

.office-location-area .office-location .office-categoty {
    display: flex;
    justify-content: space-between;
    padding: 0px 150px;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .office-location-area .office-location .office-categoty {
        padding: 0px;
    }
}

.office-location-area .office-location .office-categoty .single-category {
    position: relative;
}

.office-location-area .office-location .office-categoty .single-category h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color1);
    margin-bottom: 0px;
}

.office-location-area .office-location .office-categoty .single-category h5::after {
    content: "";
    height: 1px;
    width: 280px;
    background-color: var(--primary-color1);
    opacity: 0.25;
    position: absolute;
    top: 50%;
    right: -316px;
}

@media (max-width: 1399px) {
    .office-location-area .office-location .office-categoty .single-category h5::after {
        right: -230px;
        width: 195px;
    }
}

@media (max-width: 1199px) {
    .office-location-area .office-location .office-categoty .single-category h5::after {
        right: -145px;
        width: 111px;
    }
}

@media (max-width: 991px) {
    .office-location-area .office-location .office-categoty .single-category h5::after {
        display: none;
        visibility: hidden;
    }
}

.office-location-area .office-location .office-categoty .single-category span {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: rgb(0, 167, 172);
    opacity: 0.25;
    display: inline-block;
    position: absolute;
    left: -37px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .office-location-area .office-location .office-categoty .single-category span {
        display: none;
        visibility: hidden;
    }
}

.office-location-area .office-location .office-categoty .single-category span::before {
    content: "";
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid rgba(0, 167, 172, 0.25);
    position: absolute;
    left: -3px;
    top: -3px;
}

.office-location-area .office-location .office-categoty .single-category span.first::after {
    content: "";
    width: 150px;
    height: 1px;
    background-color: var(--primary-color1);
    opacity: 0.3;
    position: absolute;
    left: -142px;
    top: 50%;
}

.office-location-area .office-location .office-categoty .single-category p {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: rgb(0, 167, 172);
    opacity: 0.25;
    display: inline-block;
    position: absolute;
    right: -37px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .office-location-area .office-location .office-categoty .single-category p {
        display: none;
        visibility: hidden;
    }
}

.office-location-area .office-location .office-categoty .single-category p::before {
    content: "";
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid rgba(0, 167, 172, 0.25);
    position: absolute;
    left: -3px;
    top: -3px;
}

.office-location-area .office-location .single-category h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color1);
    margin-bottom: 20px;
}

.office-location-area .office-location .single-location {
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
    padding: 25px 40px;
}

@media (max-width: 576px) {
    .office-location-area .office-location .single-location {
        padding: 25px;
    }
}

.office-location-area .office-location .single-location h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--title-color1);
    margin-bottom: 20px;
}

.office-location-area .office-location .single-location ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.office-location-area .office-location .single-location ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.office-location-area .office-location .single-location ul li:last-child {
    margin-bottom: 0px;
}

.office-location-area .office-location .single-location ul li .icon {
    margin-right: 8px;
}

.office-location-area .office-location .single-location ul li a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1.125rem;
    color: var(--text-color1);
    display: block;
    transition: all 0.35s ease 0s;
}

.office-location-area .office-location .single-location ul li a:hover {
    color: var(--primary-color1);
}

.office-location-area .office-location-map iframe {
    width: 100%;
    border-radius: 5px;
    height: 360px;
}

.contact-support-area .contect-content h4 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--title-color1);
    margin-bottom: 17px;
}

.contact-support-area .contect-content p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 30px;
    color: var(--text-color1);
    margin-bottom: 40px;
}

.contact-support-area .contect-content .support {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .contact-support-area .contect-content .support {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .contact-support-area .contect-content .support {
        display: block;
    }
}

@media (max-width: 576px) {
    .contact-support-area .contect-content .support .icon {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
}

.contact-support-area .contect-content .support .content {
    display: flex;
    align-items: center;
    padding-left: 20px;
    position: relative;
}

@media (max-width: 576px) {
    .contact-support-area .contect-content .support .content {
        padding-left: 0px;
        justify-content: center;
    }
}

.contact-support-area .contect-content .support .content::after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: var(--primary-color1);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 576px) {
    .contact-support-area .contect-content .support .content::after {
        display: none;
        visibility: hidden;
    }
}

.contact-support-area .contect-content .support .content h5 {
    margin-bottom: 0px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.25rem;
    color: var(--title-color1);
}

.contact-support-area .contect-content .support .content a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.25rem;
    text-decoration-line: underline;
    color: var(--primary-color1);
    padding-left: 25px;
    transition: all 0.35s ease 0s;
}

@media (max-width: 576px) {
    .contact-support-area .contect-content .support .content a {
        padding-left: 10px;
    }
}

.contact-support-area .contect-content .support .content a:hover {
    color: var(--title-color1);
}

.contact-support-area .contect-content .service-available {
    display: flex;
    gap: 10px;
}

.contact-support-area .contect-content .service-available span {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.125rem;
    color: red;
}

.contact-support-area .contect-content .service-available p {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    line-height: 26px;
    color: var(--text-color1);
    margin-bottom: 0px;
}

.contact-support-area .contact-form form {
    padding: 0px;
    border: none;
}

.blog-right-sidebar-area .job-card {
    background: rgb(248, 248, 248);
    border-radius: 10px;
    padding-left: 40px;
    padding-top: 50px;
    position: relative;
    height: 400px;
    overflow: hidden;
}

.blog-right-sidebar-area .job-card .job-content {
    padding-right: 10px;
}

.blog-right-sidebar-area .job-card .job-content h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 24px;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
}

.blog-right-sidebar-area .job-card .job-content p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;
    color: var(--text-color1);
    margin-bottom: 35px;
}

.blog-right-sidebar-area .job-card .job-content a {
    display: inline-block;
}

.blog-right-sidebar-area .job-card .job-img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.blog-right-sidebar-area .job-card .primry-btn-2 {
    display: inline-block;
}

.blog-standard-area .recent-article-wrap .recent-article-meta ul {
    justify-content: flex-start;
    gap: 20px;
}

.blog-standard-area .recent-article-wrap .recent-article-content h3 {
    margin-bottom: 13px;
}

.blog-standard-area .recent-article-wrap .recent-article-content h3 a {
    font-size: 1.875rem;
    font-family: var(--font-exo2);
    font-weight: 600;
    line-height: 1.4;
    color: rgb(0, 0, 0);
    transition: all 0.35s ease 0s;
}

.blog-standard-area .recent-article-wrap .recent-article-content h3 a:hover {
    color: var(--primary-color1);
}

.blog-standard-area .recent-article-wrap .recent-article-content p {
    margin-bottom: 30px;
}

.blog-standard-area .recent-article-wrap .explore-btn a {
    color: var(--primary-color1);
}

.blog-details-area .blog-details-wrap .recent-article-img {
    border-radius: 5px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-details-area .blog-details-wrap .recent-article-img img {
        width: 100%;
    }
}

.blog-details-area .blog-details-wrap .recent-article-img .publish-area {
    width: 82px;
    height: 73px;
    background: rgb(248, 248, 248);
    border: 1px solid rgba(0, 167, 172, 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 20px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

@media (max-width: 1399px) {
    .blog-details-area .blog-details-wrap .recent-article-img .publish-area {
        width: 70px;
        height: 65px;
        margin-right: 15px;
    }
}

.blog-details-area .blog-details-wrap .recent-article-img .publish-area a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    color: var(--primary-color1);
}

@media (max-width: 1199px) {
    .blog-details-area .blog-details-wrap .recent-article-img .publish-area a {
        font-size: 14px;
    }
}

.blog-details-area .blog-details-wrap .recent-article-img .publish-area a span {
    display: block;
    font-weight: 600;
    font-size: 1.125rem;
}

@media (max-width: 1199px) {
    .blog-details-area .blog-details-wrap .recent-article-img .publish-area a span {
        font-size: 16px;
    }
}

.blog-details-area .blog-details-wrap .recent-article-img img {
    border-radius: 5px;
}

.blog-details-area .blog-details-wrap .recent-article-content {
    padding: 0px 0px 0px 15px;
}

@media (max-width: 1399px) {
    .blog-details-area .blog-details-wrap .recent-article-content {
        padding: 0px 0px 0px 10px;
    }
}

@media (max-width: 576px) {
    .blog-details-area .blog-details-wrap .recent-article-content {
        padding: 0px;
    }
}

.blog-details-area .blog-details-wrap .recent-article-content .recent-article-meta {
    display: flex;
    align-items: flex-end;
    margin-top: -30px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .blog-details-area .blog-details-wrap .recent-article-content .recent-article-meta {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

.blog-details-area .blog-details-wrap .recent-article-content .recent-article-meta .publish-area {
    width: 82px;
    height: 73px;
    background: rgb(248, 248, 248);
    border: 1px solid rgba(0, 167, 172, 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 20px;
    position: relative;
}

@media (max-width: 1399px) {
    .blog-details-area .blog-details-wrap .recent-article-content .recent-article-meta .publish-area {
        width: 70px;
        height: 65px;
        margin-right: 15px;
    }
}

@media (max-width: 1199px) {
    .blog-details-area .blog-details-wrap .recent-article-content .recent-article-meta .publish-area {
        display: none;
        visibility: hidden;
    }
}

.blog-details-area .blog-details-wrap .recent-article-content .recent-article-meta .publish-area a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    color: var(--primary-color1);
}

@media (max-width: 1199px) {
    .blog-details-area .blog-details-wrap .recent-article-content .recent-article-meta .publish-area a {
        font-size: 14px;
    }
}

.blog-details-area .blog-details-wrap .recent-article-content .recent-article-meta .publish-area a span {
    display: block;
    font-weight: 600;
    font-size: 1.125rem;
}

@media (max-width: 1199px) {
    .blog-details-area .blog-details-wrap .recent-article-content .recent-article-meta .publish-area a span {
        font-size: 16px;
    }
}

.blog-details-area .blog-details-wrap .recent-article-content .recent-article-meta ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    gap: 20px;
}

.blog-details-area .blog-details-wrap .recent-article-content .recent-article-meta ul li a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color1);
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
}

.blog-details-area .blog-details-wrap .recent-article-content .recent-article-meta ul li a img {
    margin-right: 8px;
}

@media (max-width: 1399px) {
    .blog-details-area .blog-details-wrap .recent-article-content .recent-article-meta ul li a {
        margin-right: 5px;
        font-size: 13px;
    }
}

.blog-details-area .blog-details-wrap .recent-article-content .recent-article-meta ul li a:hover {
    color: var(--primary-color1);
}

.blog-details-area .blog-details-wrap .recent-article-content h2 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.4;
    color: var(--title-color1);
    margin-bottom: 27px;
}

@media (max-width: 576px) {
    .blog-details-area .blog-details-wrap .recent-article-content h2 {
        font-size: 2rem;
        line-height: 1.3;
    }
}

.blog-details-area .blog-details-wrap .recent-article-content .for-devider {
    height: 2px;
    width: 100%;
    background-color: rgba(0, 167, 172, 0.16);
    position: relative;
    margin-bottom: 25px;
}

.blog-details-area .blog-details-wrap .recent-article-content .for-devider::before {
    content: "";
    clip-path: polygon(0px 0px, 97% 0px, 100% 100%, 0% 100%);
    background-color: rgb(255, 255, 255);
    height: 10px;
    max-width: 480px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    z-index: 9;
}

.blog-details-area .blog-details-wrap .recent-article-content .for-devider::after {
    content: "";
    clip-path: polygon(0px 0px, 97% 0px, 100% 100%, 0% 100%);
    background-color: rgba(0, 167, 172, 0.16);
    height: 10px;
    max-width: 480px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    z-index: 9;
}

.blog-details-area .blog-details-wrap .recent-article-content p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1.063rem;
    line-height: 30px;
    color: var(--text-color1);
    margin-bottom: 35px;
}

.blog-details-area .blog-details-wrap .recent-article-content p span {
    font-size: 2.25rem;
}

.blog-details-area .blog-details-wrap .recent-article-content h4 {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--title-color1);
    margin-bottom: 20px;
}

.blog-details-area .blog-details-wrap .recent-article-content .interview-trips {
    margin: 0px 0px 40px;
    padding: 0px;
    list-style: none;
}

.blog-details-area .blog-details-wrap .recent-article-content .interview-trips li {
    display: flex;
    margin-bottom: 13px;
}

.blog-details-area .blog-details-wrap .recent-article-content .interview-trips li .icon {
    padding-right: 15px;
    padding-top: 3px;
}

.blog-details-area .blog-details-wrap .recent-article-content .interview-trips li p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1.063rem;
    line-height: 30px;
    color: var(--text-color1);
    margin-bottom: 0px;
}

.blog-details-area .blog-details-wrap .recent-article-content .interview-trips li p span {
    font-weight: 500;
    font-size: 1.125rem;
}

.blog-details-area .blog-details-wrap .recent-article-content .blog-dt-img img {
    border-radius: 5px;
}

@media (max-width: 576px) {
    .blog-details-area .blog-details-wrap .recent-article-content .blog-dt-img img {
        width: 100%;
        min-height: 200px;
        object-fit: cover;
    }
}

.blog-details-area .blog-details-wrap .recent-article-content .blog-tag-social-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0px;
}

@media (max-width: 767px) {
    .blog-details-area .blog-details-wrap .recent-article-content .blog-tag-social-area {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.blog-details-area .blog-details-wrap .recent-article-content .blog-tag-social-area .bolg-tag {
    display: flex;
    align-items: baseline;
    gap: 15px;
}

@media (max-width: 767px) {
    .blog-details-area .blog-details-wrap .recent-article-content .blog-tag-social-area .bolg-tag {
        align-items: flex-start;
    }
}

.blog-details-area .blog-details-wrap .recent-article-content .blog-tag-social-area .bolg-tag h6 {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.125rem;
    color: rgb(0, 0, 0);
    margin-bottom: 0px;
}

.blog-details-area .blog-details-wrap .recent-article-content .blog-tag-social-area .bolg-tag ul {
    margin: 3px 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 576px) {
    .blog-details-area .blog-details-wrap .recent-article-content .blog-tag-social-area .bolg-tag ul {
        flex-wrap: wrap;
    }
}

.blog-details-area .blog-details-wrap .recent-article-content .blog-tag-social-area .bolg-tag ul li {
    line-height: 1;
}

.blog-details-area .blog-details-wrap .recent-article-content .blog-tag-social-area .bolg-tag ul li a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    line-height: 19px;
    color: var(--text-color1);
    transition: all 0.35s ease 0s;
}

.blog-details-area .blog-details-wrap .recent-article-content .blog-tag-social-area .bolg-tag ul li a:hover {
    color: var(--primary-color1);
}

.blog-details-area .blog-details-wrap .recent-article-content .blog-tag-social-area .social-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-details-area .blog-details-wrap .recent-article-content .blog-tag-social-area .social-area h6 {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.125rem;
    color: rgb(0, 0, 0);
    margin-bottom: 0px;
}

.blog-details-area .blog-details-wrap .recent-article-content .blog-tag-social-area .social-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 10px;
}

.blog-details-area .blog-details-wrap .recent-article-content .blog-tag-social-area .social-area ul li a {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    border: 1px solid rgba(0, 167, 172, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color1);
    transition: all 0.35s ease 0s;
}

.blog-details-area .blog-details-wrap .recent-article-content .blog-tag-social-area .social-area ul li a:hover {
    color: var(--white);
    background-color: var(--primary-color1);
}

.blog-details-area .next-prev-pages-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 30px 0px;
}

.blog-details-area .next-prev-pages-area .previous-area a {
    transition: all 0.35s ease 0s;
    position: relative;
}

.blog-details-area .next-prev-pages-area .previous-area a .btn-wrap {
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: all 0.35s ease 0s;
}

.blog-details-area .next-prev-pages-area .previous-area a .btn-wrap img {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    margin-right: 22px;
    transition: all 0.35s ease 0s;
}

.blog-details-area .next-prev-pages-area .previous-area a .btn-wrap span {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--title-color1);
    background: rgb(248, 248, 248);
    border-radius: 2px;
    padding: 5px 10px;
    line-height: 1;
    transition: all 0.35s ease 0s;
    white-space: nowrap;
}

.blog-details-area .next-prev-pages-area .previous-area a:hover span {
    background-color: rgba(0, 167, 172, 0.5);
    color: var(--white);
}

.blog-details-area .next-prev-pages-area .previous-area a:hover .btn-wrap {
    opacity: 1;
}

.blog-details-area .next-prev-pages-area .previous-area a:hover .icon {
    opacity: 0;
}

.blog-details-area .next-prev-pages-area .next-area a {
    height: 56px;
}

.blog-details-area .next-prev-pages-area .next-area a .icon {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 167, 172, 0.5);
    transition: all 0.35s ease 0s;
}

.blog-details-area .next-prev-pages-area .next-area a .icon svg {
    fill: var(--primary-color1);
    transition: all 0.35s ease 0s;
}

.blog-details-area .next-prev-pages-area .next-area a .icon:hover {
    background: rgba(0, 167, 172, 0.5);
}

.blog-details-area .next-prev-pages-area .next-area a .icon:hover svg {
    fill: var(--white);
}

.blog-details-area .next-prev-pages-area .next-area.two .btn-wrap {
    right: 108px;
    left: unset;
}

.blog-details-area .next-prev-pages-area .next-area.two .btn-wrap img {
    margin-right: 0px;
    margin-left: 22px;
}

.blog-details-area .job-card {
    background: rgb(248, 248, 248);
    border-radius: 10px;
    padding-left: 40px;
    padding-top: 50px;
    position: relative;
    height: 400px;
    overflow: hidden;
}

.blog-details-area .job-card .job-content {
    padding-right: 10px;
}

.blog-details-area .job-card .job-content h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 24px;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
}

.blog-details-area .job-card .job-content p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;
    color: var(--text-color1);
    margin-bottom: 35px;
}

.blog-details-area .job-card .job-content a {
    display: inline-block;
}

.blog-details-area .job-card .job-img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.post-comment-area .post-title {
    margin-bottom: 30px;
}

.post-comment-area .post-title h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 24px;
    color: var(--title-color1);
}

.post-comment-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.post-comment-area ul li {
    margin-bottom: 20px;
}

.post-comment-area ul li:last-child {
    margin-bottom: 0px;
}

.post-comment-area ul li .single-comment-area {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .post-comment-area ul li .single-comment-area {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .post-comment-area ul li .single-comment-area {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.post-comment-area ul li .single-comment-area .author-img {
    margin-right: 25px;
}

.post-comment-area ul li .single-comment-area .author-img img {
    height: 86px;
    width: 86px;
    border-radius: 5px;
}

.post-comment-area ul li .single-comment-area .comment-content .author-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 10px;
}

@media (max-width: 767px) {
    .post-comment-area ul li .single-comment-area .comment-content .author-details {
        flex-wrap: wrap;
    }
}

.post-comment-area ul li .single-comment-area .comment-content .author-details .author-name-deg {
    display: flex;
    align-items: center;
    gap: 20px;
}

.post-comment-area ul li .single-comment-area .comment-content .author-details .author-name-deg h6 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    color: var(--title-color1);
    line-height: 1;
    margin-bottom: 0px;
}

.post-comment-area ul li .single-comment-area .comment-content .author-details .author-name-deg span {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-color1);
    display: flex;
    align-items: center;
    line-height: 1;
}

.post-comment-area ul li .single-comment-area .comment-content .author-details .author-name-deg span img {
    margin-right: 6px;
}

.post-comment-area ul li .single-comment-area .comment-content .author-details .date-reply-btn {
    display: flex;
    align-items: center;
    gap: 40px;
}

.post-comment-area ul li .single-comment-area .comment-content .author-details .date-reply-btn .replay-btn a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: var(--primary-color1);
    display: flex;
    align-items: baseline;
    gap: 6px;
    transition: all 0.35s ease 0s;
}

.post-comment-area ul li .single-comment-area .comment-content .author-details .date-reply-btn .replay-btn a svg {
    fill: var(--primary-color1);
    transition: all 0.35s ease 0s;
}

.post-comment-area ul li .single-comment-area .comment-content .author-details .date-reply-btn .replay-btn a:hover {
    color: var(--title-color1);
}

.post-comment-area ul li .single-comment-area .comment-content .author-details .date-reply-btn .replay-btn a:hover svg {
    fill: var(--title-color1);
}

.post-comment-area ul li .single-comment-area .comment-content p {
    font-family: var(--font-exo2);
    font-weight: 400;
    line-height: 30px;
    color: var(--text-color1);
    margin-bottom: 0px;
}

.pricing-plan-area .pricing-plan-card1 {
    background: rgb(239, 245, 249);
    border: 1px solid rgba(0, 167, 172, 0.15);
    border-radius: 5px;
    padding: 50px 0px;
}

.pricing-plan-area .pricing-plan-card1 .pricing-plan-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 40px;
    gap: 5px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .pricing-plan-area .pricing-plan-card1 .pricing-plan-header {
        padding-right: 30px;
    }
}

@media (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-card1 .pricing-plan-header {
        padding-right: 10px;
    }
}

.pricing-plan-area .pricing-plan-card1 .pricing-plan-header .starting-form span {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.375rem;
    color: var(--primary-color1);
    background-color: var(--white);
    border: 1px solid rgba(0, 167, 172, 0.16);
    padding: 6px 24px;
    margin-left: -15px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    border-radius: 0px 10px 10px 0px;
}

.pricing-plan-area .pricing-plan-card1 .pricing-plan-header .starting-form span::after {
    content: "";
    height: 16px;
    width: 16px;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%);
    background-color: rgb(230, 230, 230);
    position: absolute;
    left: -1px;
    bottom: -16px;
}

.pricing-plan-area .pricing-plan-card1 .pricing-plan-header .preview-btn a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.938rem;
    line-height: 18px;
    text-decoration-line: underline;
    color: rgb(2, 121, 207);
    transition: all 0.35s ease 0s;
    white-space: nowrap;
}

.pricing-plan-area .pricing-plan-card1 .pricing-plan-header .preview-btn a:hover {
    color: var(--primary-color1);
}

.pricing-plan-area .pricing-plan-card1 .price-area {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    margin-bottom: 32px;
}

.pricing-plan-area .pricing-plan-card1 .price-area h3 {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 2.25rem;
    color: var(--primary-color1);
    margin-bottom: 0px;
}

.pricing-plan-area .pricing-plan-card1 .price-area h3 span {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--text-color1);
}

.pricing-plan-area .pricing-plan-card1 .priceing-list {
    margin: 0px;
    list-style: none;
    padding: 0px 40px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .pricing-plan-area .pricing-plan-card1 .priceing-list {
        padding: 0px 30px;
    }
}

@media (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-card1 .priceing-list {
        padding: 0px 30px;
    }
}

.pricing-plan-area .pricing-plan-card1 .priceing-list li {
    display: flex;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--text-color1);
    margin-bottom: 10px;
}

.pricing-plan-area .pricing-plan-card1 .priceing-list li .icon {
    line-height: 1.3;
}

.pricing-plan-area .pricing-plan-card1 .priceing-list li p {
    margin-bottom: 0px;
}

.pricing-plan-area .pricing-plan-card1 .priceing-list li span {
    font-weight: 500;
}

.pricing-plan-area .pricing-plan-card1 .priceing-list li:last-child {
    margin-bottom: 0px;
}

.pricing-plan-area .pricing-plan-card1 .priceing-list li img {
    margin-right: 8px;
}

.pricing-plan-area .pricing-plan-card2 {
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    background: rgba(255, 242, 232, 0.7);
    padding: 60px 15px 60px 50px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .pricing-plan-area .pricing-plan-card2 {
        padding: 60px 15px 60px 30px;
    }
}

@media (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-card2 {
        padding: 60px 15px 60px 30px;
    }
}

.pricing-plan-area .pricing-plan-card2 h4 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1;
    color: rgb(6, 20, 33);
    margin-bottom: 40px;
}

.pricing-plan-area .pricing-plan-card2 .scrolling-wrapper {
    height: 450px;
    overflow-y: scroll;
    padding-right: 25px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .pricing-plan-area .pricing-plan-card2 .scrolling-wrapper {
        padding-right: 10px;
    }
}

@media (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-card2 .scrolling-wrapper {
        padding-right: 10px;
    }
}

.pricing-plan-area .pricing-plan-card2 .scrolling-wrapper::-webkit-scrollbar {
    width: 8px;
}

.pricing-plan-area .pricing-plan-card2 .scrolling-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--primary-color1);
}

.pricing-plan-area .pricing-plan-card2 .scrolling-wrapper::-webkit-scrollbar-track {
    background: rgba(0, 167, 172, 0.2);
    border-radius: 10px;
}

.pricing-plan-area .pricing-plan-card2 .title-and-btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}

.pricing-plan-area .pricing-plan-card2 .title-and-btn .title h5 {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.125rem;
    color: var(--title-color1);
    margin-bottom: 5px;
}

.pricing-plan-area .pricing-plan-card2 .title-and-btn .title h6 {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
    margin-bottom: 0px;
}

.pricing-plan-area .pricing-plan-card2 .title-and-btn .form-check {
    display: block;
    min-height: unset;
    min-width: 40px;
    padding-left: 2.5em;
    margin-bottom: 0.125rem;
    cursor: pointer;
}

.pricing-plan-area .pricing-plan-card2 .title-and-btn .form-check-input {
    width: 40px;
    height: 20px;
}

.pricing-plan-area .pricing-plan-card2 .title-and-btn .form-check-input:checked {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}

.pricing-plan-area .pricing-plan-card2 .title-and-btn .form-check-input:focus {
    border-color: var(--primary-color1);
    outline: 0px;
    box-shadow: none;
}

.pricing-plan-area .pricing-plan-card2 .priceing-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.pricing-plan-area .pricing-plan-card2 .priceing-list li {
    display: flex;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--text-color1);
    margin-bottom: 10px;
}

.pricing-plan-area .pricing-plan-card2 .priceing-list li .icon {
    line-height: 1.3;
}

.pricing-plan-area .pricing-plan-card2 .priceing-list li p {
    margin-bottom: 0px;
}

.pricing-plan-area .pricing-plan-card2 .priceing-list li span {
    font-weight: 500;
}

.pricing-plan-area .pricing-plan-card2 .priceing-list li:last-child {
    margin-bottom: 0px;
}

.pricing-plan-area .pricing-plan-card2 .priceing-list li img {
    margin-right: 8px;
}

.pricing-plan-area .pricing-plan-card3 {
    background: rgb(239, 245, 249);
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 90px 50px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .pricing-plan-area .pricing-plan-card3 {
        padding: 90px 30px;
    }
}

@media (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-card3 {
        padding: 90px 30px;
    }
}

@media (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-card3 {
        padding: 90px 30px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-card3 {
        padding: 50px 20px;
    }
}

.pricing-plan-area .pricing-plan-card3 h4 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.375rem;
    color: var(--title-color1);
    margin-bottom: 40px;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 12px 25px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-card3 .job-qty-area {
        padding: 12px 15px;
    }
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area h6 {
    margin-bottom: 0px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.125rem;
    color: var(--title-color1);
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity {
    justify-content: center;
}

@media (max-width: 767px) {
    .pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity {
        justify-content: end;
    }
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav {
    padding: 0px;
    border-radius: 36px;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav input {
    font-size: 1rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    text-align: center;
    vertical-align: middle;
    box-sizing: content-box;
    margin: 0px;
    padding: 0px 5px;
    background-color: transparent;
    border: 1px solid rgba(0, 167, 172, 0.5);
    border-radius: 4px;
    min-width: 54px;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav button {
    height: 24px;
    width: 24px;
    line-height: 33px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgb(0, 167, 172);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--title-color-dark);
    transition: all 0.35s ease 0s;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav button i {
    font-size: 18px;
    color: var(--primary-color1);
    transition: all 0.35s ease 0s;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav button:hover {
    background-color: var(--primary-color1);
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav button:hover i {
    color: var(--white);
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .nice-number {
    display: inline-flex;
    justify-content: stretch;
    align-items: center;
    gap: 10px;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .nice-number input {
    vertical-align: middle;
    box-sizing: content-box;
    margin: 0px;
    text-align: center;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .nice-number input::-webkit-inner-spin-button, .pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .nice-number input::-webkit-outer-spin-button {
    appearance: none;
    margin: 0px;
}

.pricing-plan-area .pricing-plan-card3 table {
    width: 100%;
}

.pricing-plan-area .pricing-plan-card3 table tbody {
    width: 100%;
}

.pricing-plan-area .pricing-plan-card3 table tbody tr {
    height: 35px;
}

.pricing-plan-area .pricing-plan-card3 table tbody tr td {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.pricing-plan-area .pricing-plan-card3 table tbody tr td:last-child {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    display: flex;
    justify-content: end;
    color: var(--title-color1);
}

.pricing-plan-area .pricing-plan-card3 table tbody tr:nth-child(2) {
    border-bottom: 1px solid rgba(6, 20, 33, 0.12);
}

.pricing-plan-area .pricing-plan-card3 table tbody tr:last-child td {
    border-top: 1px solid rgba(6, 20, 33, 0.12);
}

.pricing-plan-area .pricing-plan-card3 table tbody tr:last-child td:last-child {
    font-weight: 500;
    font-size: 18px;
}

.pricing-plan-area .pricing-plan-card3 .total-price {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 2.188rem;
    text-align: center;
    color: var(--title-color1);
    margin-bottom: 0px;
    padding-top: 10px;
}

.pricing-plan-area .pricing-plan-card3 .primry-btn-2 {
    margin-top: 30px;
    width: 100%;
    justify-content: center;
    padding: 12px 28px;
}

.pricing-plan-area .add-area {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .pricing-plan-area .add-area {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.pricing-plan-area .add-area p {
    margin-bottom: 0px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.25rem;
    color: var(--title-color1);
}

.pricing-plan-area .add-area p span {
    color: rgb(253, 50, 50);
}

.pricing-plan-area .add-area a {
    padding: 5px 20px;
    border-color: var(--primary-color1);
    color: var(--primary-color1);
    white-space: nowrap;
}

.pricing-plan-area .add-area a:hover {
    color: var(--white);
}

.pricing-plan-area .advertuse-area h4 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.625rem;
    color: var(--title-color1);
    margin-bottom: 22px;
}

.pricing-plan-area .advertuse-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.pricing-plan-area .advertuse-area ul li {
    margin-bottom: 15px;
    display: flex;
    position: relative;
}

.pricing-plan-area .advertuse-area ul li::before {
    content: "";
    clip-path: polygon(0px 0px, 0% 100%, 100% 50%);
    background-color: var(--primary-color1);
    position: absolute;
    left: 0px;
    top: 7px;
    height: 12px;
    width: 8px;
}

.pricing-plan-area .advertuse-area ul li img {
    margin-right: 6px;
}

.pricing-plan-area .advertuse-area ul li:last-child {
    margin-bottom: 0px;
}

.pricing-plan-area .advertuse-area ul li p {
    margin-bottom: 0px;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1.25rem;
    color: var(--text-color1);
    padding-left: 15px;
}

.pricing-plan-area .advertuse-area ul li p span {
    font-weight: 500;
    color: var(--title-color1);
}

.category-listing-area .single-category {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 167, 172, 0.15);
    border-radius: 5px;
    padding: 20px;
    transition: all 0.35s ease 0s;
}

@media (max-width: 576px) {
    .category-listing-area .single-category {
        max-width: 350px;
        width: 100%;
        margin: 0px auto;
    }
}

.category-listing-area .single-category .category-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.category-listing-area .single-category .category-top .sl-no h6 {
    font-size: 1.125rem;
    font-weight: 700;
    color: rgba(0, 167, 172, 0.2);
    font-family: var(--font-exo2);
    line-height: 22px;
    letter-spacing: 0.04em;
    position: relative;
    opacity: 0.7;
}

.category-listing-area .single-category .category-top .sl-no h6::after {
    content: "";
    height: 1px;
    width: 40px;
    background-color: rgba(0, 167, 172, 0.2);
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.category-listing-area .single-category .category-content h5 {
    margin-bottom: 10px;
}

.category-listing-area .single-category .category-content h5 a {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    line-height: 24px;
}

.category-listing-area .single-category .category-content p {
    margin-bottom: 0px;
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
}

.category-listing-area .single-category .category-content p span {
    font-weight: 600;
    color: var(--primary-color1);
}

.category-listing-area .single-category:hover {
    border: 1px solid rgb(0, 167, 172);
}

.category-listing-area .form-inner {
    display: flex;
    align-items: center;
    background: rgb(248, 248, 248);
    border-radius: 5px;
    margin-bottom: 10px;
}

.category-listing-area .form-inner input {
    width: 100%;
    background-color: transparent;
    height: 44px;
    padding: 10px 20px;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: var(--title-color1);
}

.category-listing-area .form-inner input::placeholder {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-color1);
}

.category-listing-area .form-inner .primry-btn-2 {
    height: 44px;
    width: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero3 {
    background-image: url("../images/bg/hero3-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero3 .hero-wapper {
    padding: 70px 0% 70px 8%;
}

@media (max-width: 1399px) {
    .hero3 .hero-wapper {
        padding: 70px 0% 70px 5%;
    }
}

@media (max-width: 1199px) {
    .hero3 .hero-wapper {
        padding: 70px 0% 70px 3%;
    }
}

@media (max-width: 991px) {
    .hero3 .hero-wapper .hero-content {
        padding: 50px 0px;
    }
}

@media (max-width: 576px) {
    .hero3 .hero-wapper .hero-content {
        text-align: center;
    }
}

.hero3 .hero-wapper .hero-content h1 {
    font-size: 4.375rem;
    font-weight: 700;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    line-height: 1.1;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .hero3 .hero-wapper .hero-content h1 {
        font-size: 4rem;
    }
}

@media (max-width: 576px) {
    .hero3 .hero-wapper .hero-content h1 {
        font-size: 3.2rem;
    }
}

.hero3 .hero-wapper .hero-content h1 span {
    color: var(--primary-color1);
}

.hero3 .hero-wapper .hero-content p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1.25rem;
    color: rgb(121, 121, 121);
    margin-bottom: 50px;
}

.hero3 .hero-wapper .hero-content p span {
    font-weight: 500;
}

.hero3 .hero-wapper .hero-content .job-search-area {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    max-width: 750px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .hero3 .hero-wapper .hero-content .job-search-area {
        max-width: unset;
    }
}

.hero3 .hero-wapper .hero-content .job-search-area form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    gap: 20px;
}

@media (max-width: 767px) {
    .hero3 .hero-wapper .hero-content .job-search-area form {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.hero3 .hero-wapper .hero-content .job-search-area form .form-inner.job-title {
    position: relative;
    width: 100%;
    height: 60px;
    background: rgb(239, 243, 242);
    display: flex;
    align-items: center;
    padding: 0px 25px;
}

.hero3 .hero-wapper .hero-content .job-search-area form .form-inner.job-title img {
    margin-right: 20px;
}

.hero3 .hero-wapper .hero-content .job-search-area form .form-inner.job-title::before {
    content: "";
    width: 1px;
    height: 22px;
    background: rgb(217, 217, 217);
    position: absolute;
    left: 51px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.hero3 .hero-wapper .hero-content .job-search-area form .form-inner input {
    background-color: transparent;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    color: var(--title-color1);
    padding: 20px 0px;
    line-height: 1;
    width: 100%;
}

.hero3 .hero-wapper .hero-content .job-search-area form .form-inner input::placeholder {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
}

.hero3 .hero-wapper .hero-content .job-search-area form .form-inner .primry-btn-2 {
    height: 100%;
    padding: 15px 30px;
}

.hero3 .hero-wapper .hero-content .job-search-area form .form-inner .primry-btn-2 img {
    margin-right: 5px;
}

.hero3 .hero-wapper .hero-content .suggest-tag {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
}

@media (max-width: 576px) {
    .hero3 .hero-wapper .hero-content .suggest-tag {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}

.hero3 .hero-wapper .hero-content .suggest-tag h6 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    color: var(--title-color1);
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    white-space: nowrap;
}

.hero3 .hero-wapper .hero-content .suggest-tag h6 i {
    font-size: 14px;
    margin-right: 3px;
    color: var(--primary-color1);
}

.hero3 .hero-wapper .hero-content .suggest-tag ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .hero3 .hero-wapper .hero-content .suggest-tag ul {
        justify-content: center;
    }
}

.hero3 .hero-wapper .hero-content .suggest-tag ul li {
    line-height: 1;
}

.hero3 .hero-wapper .hero-content .suggest-tag ul li a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.875rem;
    color: rgb(121, 121, 121);
    transition: all 0.35s ease 0s;
    line-height: 1;
}

.hero3 .hero-wapper .hero-content .suggest-tag ul li a:hover {
    color: var(--primary-color1);
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .hero3 .hero-wapper .hero-content .suggest-tag ul li a {
        font-size: 0.75rem;
    }
}

@media (max-width: 1399px) {
    .hero3 .hero-wapper .hero-content .suggest-tag ul li a {
        font-size: 0.75rem;
    }
}

.hero3 .hero-wapper .hero-content .user-area {
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .hero3 .hero-wapper .hero-content .user-area {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
}

.hero3 .hero-wapper .hero-content .user-area ul {
    margin: 0px 20px 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
}

.hero3 .hero-wapper .hero-content .user-area ul li {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 167, 172, 0.1) 2px 2px 4px;
    border-radius: 50%;
    margin-left: -15px;
}

.hero3 .hero-wapper .hero-content .user-area ul li img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.hero3 .hero-wapper .hero-content .user-area ul li .total-user {
    text-align: center;
    line-height: 1;
}

.hero3 .hero-wapper .hero-content .user-area ul li .total-user h6 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    font-family: var(--font-exo2);
    color: var(--primary-color1);
}

.hero3 .hero-wapper .hero-content .user-area ul li .total-user span {
    font-size: 11px;
    font-weight: 500;
    font-family: var(--font-exo2);
    color: var(--text-color1);
    line-height: 1;
    display: inline-block;
}

.hero3 .hero-wapper .hero-content .user-area ul li:nth-child(1) {
    margin-left: 0px;
}

.hero3 .hero-wapper .hero-content .user-area p {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
    margin-bottom: 0px;
}

.swiper-btn-2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.swiper-btn-2 .swiper-prev, .swiper-btn-2 .swiper-next {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0, 167, 172, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
    cursor: pointer;
}

.swiper-btn-2 .swiper-prev i, .swiper-btn-2 .swiper-next i {
    font-size: 20px;
    color: rgba(0, 167, 172, 0.5);
    transition: all 0.35s ease 0s;
}

.swiper-btn-2 .swiper-prev:hover, .swiper-btn-2 .swiper-next:hover {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}

.swiper-btn-2 .swiper-prev:hover i, .swiper-btn-2 .swiper-next:hover i {
    color: var(--white);
}

.category-card3 {
    position: relative;
    border-radius: 5px;
}

.category-card3 > img {
    border-radius: 5px;
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.category-card3 .category-tag {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 1;
}

.category-card3 .category-tag span {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 12px;
    color: rgb(0, 0, 0);
    background: rgb(153, 218, 168);
    border-radius: 50px;
    display: inline-block;
    padding: 2px 15px;
}

.category-card3 .category-content {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    padding: 18px 18px 30px 30px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    transition: all 0.35s ease 0s;
}

.category-card3 .category-content .category-icon {
    padding-top: 25px;
    margin-bottom: 20px;
    transition: all 0.35s ease 0s;
}

.category-card3 .category-content .category-icon svg {
    fill: var(--primary-color1);
    transition: all 0.35s ease 0s;
}

.category-card3 .category-content h5 {
    margin-bottom: 8px;
}

.category-card3 .category-content h5 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--white);
    transition: all 0.35s ease 0s;
}

.category-card3 .category-content h5 a:hover {
    color: var(--primary-color1);
}

.category-card3 .category-content p {
    margin-bottom: 0px;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1.125rem;
    color: var(--white);
}

.category-card3 .category-content p span {
    font-family: var(--font-exo2);
    font-weight: 600;
}

.category-card3 .category-content:hover .category-icon svg {
    fill: var(--white);
}

.category3-slider {
    padding: 0px 5px;
}

.home3-featured-job-area {
    background: rgb(245, 245, 245);
    padding: 90px 0px;
}

.home3-featured-job-area .tab-btn-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    gap: 10px;
}

.home3-featured-job-area .tab-btn-area .nav {
    justify-content: center;
    gap: 15px;
}

.home3-featured-job-area .tab-btn-area .nav .nav-item .nav-link {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
    border: 1px solid rgba(0, 167, 172, 0.2);
    border-radius: 50px;
    background-color: transparent;
    padding: 5px 18px;
}

.home3-featured-job-area .tab-btn-area .nav .nav-item .nav-link:hover {
    color: var(--primary-color1);
    border: 1px solid rgb(0, 167, 172);
}

.home3-featured-job-area .tab-btn-area .nav .nav-item .nav-link.active {
    color: var(--white);
    background-color: var(--primary-color1);
    border: 1px solid rgb(0, 167, 172);
}

.home3-work-area .single-work-area {
    max-width: 260px;
    width: 100%;
    margin: 0px auto;
    display: flex;
}

.home3-work-area .single-work-area .work-icon {
    margin-right: 15px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    border: 1px solid rgb(206, 224, 220);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
}

.home3-work-area .single-work-area .work-icon svg {
    fill: var(--primary-color1);
    transition: all 0.35s ease 0s;
}

.home3-work-area .single-work-area .content h5 {
    margin-bottom: 10px;
}

.home3-work-area .single-work-area .content h5 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color1);
    transition: all 0.35s ease 0s;
}

.home3-work-area .single-work-area .content h5 a:hover {
    color: var(--primary-color1);
}

.home3-work-area .single-work-area .content p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;
    color: var(--font-work-sans);
    margin-bottom: 0px;
}

.home3-work-area .single-work-area:hover .work-icon {
    border-color: rgb(0, 167, 172);
    background: var(--primary-color1);
}

.home3-work-area .single-work-area:hover .work-icon svg {
    fill: var(--white);
}

.home3-user-feedback {
    background: rgb(245, 245, 245);
    padding: 90px 0px;
}

.home3-user-feedback .counter-area {
    max-width: 570px;
    padding-top: 70px;
}

.home3-user-feedback .counter-area .divider {
    position: relative;
}

.home3-user-feedback .counter-area .divider::after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(0, 167, 172, 0.16);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
    .home3-user-feedback .counter-area .divider::after {
        display: none;
        visibility: hidden;
    }
}

.home3-user-feedback .counter-area .divider::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: rgba(0, 167, 172, 0.16);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
    .home3-user-feedback .counter-area .divider::before {
        display: none;
        visibility: hidden;
    }
}

.home3-user-feedback .counter-area .counter-single {
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.home3-user-feedback .counter-area .counter-single.two {
    justify-content: end;
}

@media (max-width: 576px) {
    .home3-user-feedback .counter-area .counter-single.two {
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {
    .home3-user-feedback .counter-area .counter-single.three {
        margin-bottom: 60px;
    }
}

.home3-user-feedback .counter-area .counter-single.four {
    justify-content: end;
}

@media (max-width: 576px) {
    .home3-user-feedback .counter-area .counter-single.four {
        justify-content: flex-start;
    }
}

.home3-user-feedback .counter-area .counter-single .counter-icon {
    padding-right: 45px;
    position: relative;
}

.home3-user-feedback .counter-area .counter-single .counter-icon::after {
    content: "";
    border: 1px solid rgb(0, 167, 172);
    border-radius: 5px;
    height: 60px;
    width: 60px;
    position: absolute;
    left: -13px;
    top: -13px;
    transform: rotate(45deg);
}

.home3-user-feedback .counter-area .counter-single .coundown p {
    margin-bottom: 0px;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--text-color1);
}

.home3-user-feedback .counter-area .counter-single .coundown h3 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 30px;
    color: var(--title-color1);
    margin-bottom: 0px;
}

.home3-user-feedback .counter-area .counter-single .coundown span {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 30px;
    color: var(--title-color1);
}

.home3-user-feedback .user-feedback-wrap {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 60px 40px 130px;
    position: relative;
}

.home3-user-feedback .user-feedback-wrap .user-feedback-top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .home3-user-feedback .user-feedback-wrap .user-feedback-top {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.home3-user-feedback .user-feedback-wrap .user-feedback-top .author-area {
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .home3-user-feedback .user-feedback-wrap .user-feedback-top .author-area {
        flex-wrap: wrap;
    }
}

.home3-user-feedback .user-feedback-wrap .user-feedback-top .author-area .author-img {
    margin-right: 20px;
}

.home3-user-feedback .user-feedback-wrap .user-feedback-top .author-area .author-img img {
    height: 66px;
    width: 66px;
    border-radius: 50%;
    object-fit: cover;
}

.home3-user-feedback .user-feedback-wrap .user-feedback-top .author-area .author-content h5 {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 24px;
    color: var(--title-color1);
}

.home3-user-feedback .user-feedback-wrap .user-feedback-top .author-area .author-content span {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color1);
}

.home3-user-feedback .user-feedback-wrap .user-feedback-top .reviews ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.home3-user-feedback .user-feedback-wrap .user-feedback-top .reviews ul li {
    color: rgb(235, 197, 0);
}

.home3-user-feedback .user-feedback-wrap p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: var(--title-color1);
    margin-bottom: 0px;
}

.home3-user-feedback .swiper-pagination-g {
    position: absolute;
    bottom: 65px;
    left: 80px;
    z-index: 9;
    width: unset;
    color: var(--primary-color1);
}

.home3-user-feedback .swiper-pagination-g .swiper-pagination-current {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--primary-color1);
    position: relative;
}

.home3-user-feedback .swiper-pagination-g .swiper-pagination-current::before {
    content: "";
    width: 22px;
    height: 2px;
    background-color: var(--primary-color1);
    position: absolute;
    top: 50%;
    left: -28px;
}

.home3-user-feedback .swiper-pagination-g .swiper-pagination-total {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1.125rem;
    color: var(--text-color1);
}

.home3-user-feedback .swiper-btn-2 {
    position: absolute;
    z-index: 9;
    right: 50px;
    bottom: 60px;
}

.home3-about-area .about-left .facility-area ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.home3-about-area .about-left .facility-area ul li {
    display: flex;
    margin-bottom: 25px;
    transition: all 0.35s ease 0s;
}

.home3-about-area .about-left .facility-area ul li:last-child {
    margin-bottom: 0px;
}

.home3-about-area .about-left .facility-area ul li .icon {
    margin-right: 24px;
    transition: all 0.35s ease 0s;
}

.home3-about-area .about-left .facility-area ul li .icon img {
    transition: all 0.35s ease 0s;
}

.home3-about-area .about-left .facility-area ul li .content h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color1);
    margin-bottom: 10px;
}

.home3-about-area .about-left .facility-area ul li .content p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1.063rem;
    line-height: 30px;
    color: var(--text-color1);
    margin-bottom: 0px;
}

.home3-about-area .about-left .facility-area ul li:hover .icon img {
    transform: rotate(360deg);
}

.home3-about-area .about-right {
    display: flex;
}

.home3-about-area .about-right .about-img1 img {
    border-radius: 5px;
}

.home3-about-area .about-right .about-img2 > img {
    border-radius: 5px;
    margin-left: -20px;
    margin-top: 20px;
}

.home3-about-area .about-right .about-img2 .ellipse {
    position: relative;
}

.home3-about-area .about-right .about-img2 .ellipse::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 167, 172, 0.5);
    width: 170px;
    height: 95px;
    border-radius: 0px 0px 200px;
    z-index: -9;
}

.home3-about-area .about-right .about-img2 .best-quality-card {
    display: flex;
    align-items: center;
    background: rgb(245, 245, 245);
    border-radius: 5px;
    padding: 24px 45px;
    margin-top: 30px;
    margin-left: 30px;
    position: relative;
    z-index: 9;
    gap: 15px;
}

@media (max-width: 1199px) {
    .home3-about-area .about-right .about-img2 .best-quality-card {
        padding: 15px 20px;
    }
}

@media (max-width: 767px) {
    .home3-about-area .about-right .about-img2 .best-quality-card {
        margin-left: 15px;
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .home3-about-area .about-right .about-img2 .best-quality-card {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.home3-about-area .about-right .about-img2 .best-quality-card::before {
    content: "";
    height: 100%;
    width: 5px;
    background-color: var(--primary-color1);
    border-radius: 5px 0px 0px 5px;
    position: absolute;
    left: -2px;
    top: 0px;
    z-index: 2;
}

.home3-about-area .about-right .about-img2 .best-quality-card .quality-icon {
    height: 60px;
    min-width: 60px;
    max-width: 60px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home3-about-area .about-right .about-img2 .best-quality-card .content h6 {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 17px;
    color: var(--title-color1);
    margin-bottom: 8px;
}

.home3-about-area .about-right .about-img2 .best-quality-card .content h6 span {
    color: var(--primary-color1);
}

.home3-about-area .about-right .about-img2 .best-quality-card .content p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--text-color1);
    margin-bottom: 0px;
}

.home3-top-company {
    background: rgb(245, 245, 245);
    padding: 90px 0px;
}

.home3-top-company .top-company-card {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 30px;
    position: relative;
    transition: all 0.45s ease 0s;
}

@media (max-width: 1199px) {
    .home3-top-company .top-company-card {
        padding: 18px;
    }
}

.home3-top-company .top-company-card .company-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 10px;
    z-index: 3;
}

.home3-top-company .top-company-card .company-details .name-location h5 {
    margin-bottom: 3px;
}

.home3-top-company .top-company-card .company-details .name-location h5 a {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.home3-top-company .top-company-card .company-details .name-location h5 a:hover {
    color: var(--primary-color1);
}

.home3-top-company .top-company-card .company-details .name-location p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    font-size: 0.938rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
}

.home3-top-company .top-company-card .company-details .name-location p img {
    margin-right: 8px;
}

.home3-top-company .top-company-card .company-details .bookmark {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid rgba(0, 167, 172, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
    cursor: pointer;
}

.home3-top-company .top-company-card .company-details .bookmark i {
    color: var(--primary-color1);
    font-size: 14px;
    transition: all 0.35s ease 0s;
}

.home3-top-company .top-company-card .company-details .bookmark:hover i::before {
    content: "";
}

.home3-top-company .top-company-card .job-details-vacancies {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 0px 0px;
    z-index: 3;
}

@media (max-width: 767px) {
    .home3-top-company .top-company-card .job-details-vacancies {
        flex-wrap: wrap;
    }
}

.home3-top-company .top-company-card .job-details-vacancies .vacancies p {
    margin-bottom: 0px;
    font-size: 1.125rem;
}

.home3-top-company .top-company-card .job-details-vacancies .vacancies p span {
    font-weight: 600;
    color: var(--primary-color1);
}

.home3-top-company .top-company-card .job-details-vacancies .apply-btn a {
    font-size: 0.938rem;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.home3-top-company .top-company-card .job-details-vacancies .apply-btn a span {
    display: inline-block;
    margin-left: 10px;
    margin-right: -20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

.home3-top-company .top-company-card .job-details-vacancies .apply-btn a span img {
    width: 18px;
}

.home3-top-company .top-company-card .job-details-vacancies .apply-btn a span::after {
    content: url("../images/icon/apply-arrow.svg");
    position: relative;
    left: -26px;
    top: 2px;
    transition: all 0.35s ease 0s;
}

.home3-top-company .top-company-card .job-details-vacancies .apply-btn a:hover {
    color: var(--primary-color1);
}

.home3-top-company .top-company-card .job-details-vacancies .apply-btn a:hover span::after {
    left: -22px;
}

.home3-top-company .top-company-card::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background-color: var(--white);
    z-index: 2;
}

.home3-top-company .top-company-card::after {
    content: "";
    height: 10px;
    width: 100%;
    background-color: var(--primary-color1);
    position: absolute;
    left: 0px;
    bottom: -3px;
    border-radius: 10px;
    z-index: 1;
    opacity: 0;
    transition: all 0.45s ease 0s;
}

.home3-top-company .top-company-card:hover::after {
    opacity: 1;
}

.recent-article-card3 .article-img {
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.35s ease 0s;
}

.recent-article-card3 .article-img img {
    border-radius: 5px;
    transition: all 0.35s ease 0s;
}

@media (max-width: 767px) {
    .recent-article-card3 .article-img img {
        width: 100%;
    }
}

.recent-article-card3 .article-content .article-category {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: -18px;
}

.recent-article-card3 .article-content .article-category a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    color: var(--white);
    background: var(--primary-color1);
    border-radius: 50px;
    padding: 4px 30px;
    display: inline-block;
    border-color: var(--primary-color1);
}

.recent-article-card3 .article-content .article-category a:hover {
    border-color: var(--title-color1);
}

.recent-article-card3 .article-content .article-category a:hover::before {
    border-radius: 50px;
}

.recent-article-card3 .article-content h4 {
    margin-bottom: 20px;
}

.recent-article-card3 .article-content h4 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.375rem;
    color: var(--title-color1);
    transition: all 0.35s ease 0s;
}

.recent-article-card3 .article-content h4 a:hover {
    color: var(--primary-color1);
}

.recent-article-card3 .article-content .author-and-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgb(238, 238, 238);
    padding-top: 25px;
}

.recent-article-card3 .article-content .author-and-btn .author-area {
    display: flex;
    align-items: center;
}

.recent-article-card3 .article-content .author-and-btn .author-area .author-img {
    margin-right: 15px;
}

@media (max-width: 1199px) {
    .recent-article-card3 .article-content .author-and-btn .author-area .author-img {
        margin-right: 8px;
    }
}

.recent-article-card3 .article-content .author-and-btn .author-area .author-img img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.recent-article-card3 .article-content .author-and-btn .author-area .author-details h6 {
    margin-bottom: 2px;
}

.recent-article-card3 .article-content .author-and-btn .author-area .author-details h6 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    color: var(--title-color1);
    transition: all 0.35s ease 0s;
}

@media (max-width: 1199px) {
    .recent-article-card3 .article-content .author-and-btn .author-area .author-details h6 a {
        font-size: 14px;
    }
}

.recent-article-card3 .article-content .author-and-btn .author-area .author-details h6 a:hover {
    color: var(--primary-color1);
}

.recent-article-card3 .article-content .author-and-btn .author-area .author-details span {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 14px;
    color: var(--text-color1);
}

.recent-article-card3 .article-content .author-and-btn .apply-btn a {
    font-size: 0.938rem;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

@media (max-width: 1199px) {
    .recent-article-card3 .article-content .author-and-btn .apply-btn a {
        font-size: 14px;
    }
}

.recent-article-card3 .article-content .author-and-btn .apply-btn a span {
    display: inline-block;
    margin-left: 10px;
    margin-right: -20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

.recent-article-card3 .article-content .author-and-btn .apply-btn a span img {
    width: 18px;
}

.recent-article-card3 .article-content .author-and-btn .apply-btn a span::after {
    content: url("../images/icon/apply-arrow.svg");
    position: relative;
    left: -26px;
    top: 2px;
    transition: all 0.35s ease 0s;
}

.recent-article-card3 .article-content .author-and-btn .apply-btn a:hover {
    color: var(--primary-color1);
}

.recent-article-card3 .article-content .author-and-btn .apply-btn a:hover span::after {
    left: -22px;
}

.recent-article-card3:hover .article-img img {
    transform: scale(1.02);
}

.hero2 .hero-wapper {
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    .hero2 .hero-wapper {
        padding: 0px;
    }
}

@media (max-width: 1500px) {
    .hero2 .hero-wapper .hero-content {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .hero2 .hero-wapper .hero-content {
        padding: 120px 10px;
    }
}

@media (max-width: 576px) {
    .hero2 .hero-wapper .hero-content {
        text-align: center;
    }
}

.hero2 .hero-wapper .hero-content h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 25px;
}

.hero2 .hero-wapper .hero-content h1 span {
    font-weight: 700;
    color: var(--primary-color1);
}

.hero2 .hero-wapper .hero-content p {
    font-weight: 400;
    font-size: 16px;
    color: rgb(88, 93, 97);
    margin-bottom: 5px;
}

.hero2 .hero-wapper .hero-content p span {
    font-weight: 500;
}

.hero2 .hero-wapper .hero-content .job-title, .hero2 .hero-wapper .hero-content .category, .hero2 .hero-wapper .hero-content .experience {
    border-radius: 8px;
    background: rgb(255, 255, 255);
    height: 65px;
    padding-left: 60px;
    width: 100%;
    position: relative;
    border: 1px solid rgba(124, 126, 128, 0.37);
}

.hero2 .hero-wapper .hero-content .job-title::after {
    content: url("../images/search.png");
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.hero2 .hero-wapper .hero-content .category::after {
    content: url("../images/location.png");
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.hero2 .hero-wapper .hero-content .experience::after {
    content: url("../images/experience.png");
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.hero2 .hero-wapper .hero-content .job-search-area form .form-inner .primry-btn-2.afternone::after {
    display: none;
}

.hero2 .hero-wapper .hero-content .job-search-area form .row {
    align-items: center;
}

.hero2 .hero-wapper .hero-content .job-search-area form .form-inner .primry-btn-2::after {
    content: "";
    width: 1px;
    height: 222px;
    background: rgb(217, 217, 217);
    position: absolute;
    right: -26px;
    top: 18%;
    transform: translateY(-50%);
    line-height: 1;
}

.hero2 .hero-wapper .hero-content .category {
    max-width: 310px;
}

@media (max-width: 767px) {
    .hero2 .hero-wapper .hero-content .category {
        max-width: 100%;
    }
}

.hero2 .hero-wapper .hero-content .job-search-area {
    background: rgb(255, 255, 255);
    border-radius: 24px;
    max-width: 100%;
    margin: 0px;
    border: 1px solid rgba(124, 126, 128, 0.37);
    padding: 22px 10px;
}

.form-inner .d-flex {
    gap: 20px;
    align-items: center;
}

.form-inner h5 {
    text-transform: uppercase;
    color: rgb(48, 53, 55);
    font-weight: 600;
}

.form-inner p {
    color: rgb(124, 126, 128);
}

.hero2 .hero-wapper .hero-content .registerp {
    color: #b5323c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.hero2 .hero-wapper .hero-content .job-search-area form {
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    gap: 20px;
}

@media (max-width: 767px) {
    .hero2 .hero-wapper .hero-content .job-search-area form {
        flex-wrap: wrap;
    }
}

.hero2 .hero-wapper .hero-content .job-search-area form .form-inner input {
    height: 60px;
    font-weight: 400;
    font-size: 16px;
    color: rgb(124, 126, 128);
    padding: 20px 20px 20px 0px;
    line-height: 1;
    width: 100%;
    border-radius: 8px;
}

.hero2 .hero-wapper .hero-content .job-search-area form .form-inner input::placeholder {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
}

.hero2 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select {
    height: 60px;
    background: rgb(239, 243, 242);
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
    width: 100%;
    display: flex;
    align-items: center;
    border: unset;
    padding-left: 0px;
}

.hero2 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select .list {
    width: 100%;
}

.hero2 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select .list li {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
    display: flex;
    align-items: center;
}

.hero2 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select::after {
    border-bottom: 1px solid var(--primary-color1);
    border-right: 1px solid var(--primary-color1);
    height: 10px;
    margin-top: -6px;
    right: 27px;
    top: 50%;
    width: 10px;
}

.hero2 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select .option:hover, .hero2 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select .option.focus, .hero2 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select .option.selected.focus {
    background-color: rgba(0, 167, 172, 0.1);
}

.hero2 .hero-wapper .hero-content .job-search-area form .form-inner .primry-btn-2 {
    white-space: nowrap;
    padding: 17px 30px;
}

.hero2 .hero-wapper .hero-content p button {
    padding: 12px 30px;
}

.hero2 .hero-wapper .hero-content .job-search-area form .form-inner .primry-btn-2 img {
    margin-right: 5px;
}

.hero2 .hero-wapper .hero-content .suggest-tag {
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .hero2 .hero-wapper .hero-content .suggest-tag {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}

.hero2 .hero-wapper .hero-content .suggest-tag h6 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    color: var(--white);
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    white-space: nowrap;
}

.hero2 .hero-wapper .hero-content .suggest-tag h6 i {
    font-size: 14px;
    margin-right: 3px;
    color: var(--primary-color1);
}

.hero2 .hero-wapper .hero-content .suggest-tag ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .hero2 .hero-wapper .hero-content .suggest-tag ul {
        justify-content: center;
    }
}

.hero2 .hero-wapper .hero-content .suggest-tag ul li {
    line-height: 1;
}

.hero2 .hero-wapper .hero-content .suggest-tag ul li a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--white);
    transition: all 0.35s ease 0s;
    line-height: 1;
    text-decoration: underline;
}

.hero2 .hero-wapper .hero-content .suggest-tag ul li a:hover {
    color: var(--primary-color1);
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .hero2 .hero-wapper .hero-content .suggest-tag ul li a {
        font-size: 0.75rem;
    }
}

@media (max-width: 1399px) {
    .hero2 .hero-wapper .hero-content .suggest-tag ul li a {
        font-size: 0.75rem;
    }
}

.hero2 .hero-wapper .banner-image-area {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 140px 0px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .hero2 .hero-wapper .banner-image-area {
        gap: 16px;
    }
}

@media (max-width: 1399px) {
    .hero2 .hero-wapper .banner-image-area {
        gap: 16px;
        padding: 120px 0px;
    }
}

@media (max-width: 991px) {
    .hero2 .hero-wapper .banner-image-area {
        display: none;
        visibility: hidden;
    }
}

.hero2 .hero-wapper .banner-image-area .banner-img-left, .hero2 .hero-wapper .banner-image-area .banner-img-center, .hero2 .hero-wapper .banner-image-area .banner-img-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .hero2 .hero-wapper .banner-image-area .banner-img-left, .hero2 .hero-wapper .banner-image-area .banner-img-center, .hero2 .hero-wapper .banner-image-area .banner-img-right {
        gap: 16px;
    }
}

@media (max-width: 1399px) {
    .hero2 .hero-wapper .banner-image-area .banner-img-left, .hero2 .hero-wapper .banner-image-area .banner-img-center, .hero2 .hero-wapper .banner-image-area .banner-img-right {
        gap: 16px;
    }
}

.hero2 .hero-wapper .banner-image-area .banner-img-left img, .hero2 .hero-wapper .banner-image-area .banner-img-center img, .hero2 .hero-wapper .banner-image-area .banner-img-right img {
    border-radius: 10px;
}

@media (max-width: 1300px) {
    .hero2 .hero-wapper .banner-image-area .banner-img-left {
        display: none;
        visibility: hidden;
    }
}

.hero2 .hero-wapper .banner-image-area .user-area {
    padding: 20px 12px;
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .hero2 .hero-wapper .banner-image-area .user-area {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
}

.hero2 .hero-wapper .banner-image-area .user-area ul {
    margin: 0px 15px 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
}

.hero2 .hero-wapper .banner-image-area .user-area ul li {
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(235, 235, 235);
    box-shadow: rgba(0, 167, 172, 0.1) 2px 2px 4px;
    border-radius: 50%;
    margin-left: -15px;
}

.hero2 .hero-wapper .banner-image-area .user-area ul li img {
    height: 34px;
    width: 34px;
    border-radius: 50%;
}

.hero2 .hero-wapper .banner-image-area .user-area ul li .total-user {
    text-align: center;
    line-height: 1;
}

.hero2 .hero-wapper .banner-image-area .user-area ul li .total-user h6 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    font-family: var(--font-exo2);
    color: var(--primary-color1);
}

.hero2 .hero-wapper .banner-image-area .user-area ul li .total-user span {
    font-size: 11px;
    font-weight: 500;
    font-family: var(--font-exo2);
    color: var(--text-color1);
    line-height: 1;
    display: inline-block;
}

.hero2 .hero-wapper .banner-image-area .user-area ul li:nth-child(1) {
    margin-left: 0px;
}

.hero2 .hero-wapper .banner-image-area .user-area p {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 15px;
    color: var(--title-color1);
    margin-bottom: 0px;
}

.hero2 .hero-wapper .banner-image-area .new-job-list {
    background: rgb(0, 167, 172);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .hero2 .hero-wapper .banner-image-area .new-job-list {
        padding: 30px 15px;
    }
}

@media (max-width: 1500px) {
    .hero2 .hero-wapper .banner-image-area .new-job-list {
        padding: 30px 10px;
    }
}

.hero2 .hero-wapper .banner-image-area .new-job-list h3 {
    font-family: var(--font-exo2);
    font-weight: 800;
    font-size: 36px;
    color: var(--white);
    margin-bottom: 0px;
    text-align: start;
}

.hero2 .hero-wapper .banner-image-area .new-job-list p {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px;
    color: var(--white);
    text-align: start;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .hero2 .hero-wapper .banner-image-area .new-job-list p {
        font-size: 16px;
    }
}

@media (max-width: 1500px) {
    .hero2 .hero-wapper .banner-image-area .new-job-list p {
        font-size: 14px;
    }
}

.home2-counter-area {
    padding: 90px 0px;
    background: rgb(239, 243, 242);
}

.home2-counter-area .divider {
    position: relative;
}

.home2-counter-area .divider::after {
    content: "";
    width: 1px;
    height: 72px;
    background: rgb(215, 215, 215);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

@media (max-width: 991px) {
    .home2-counter-area .divider::after {
        display: none;
        visibility: hidden;
    }
}

.home2-counter-area .counter-single {
    display: flex;
    align-items: center;
    transition: all 0.35s ease 0s;
}

.home2-counter-area .counter-single .counter-icon {
    height: 72px;
    width: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 25px;
    position: relative;
    transition: all 0.35s ease 0s;
}

.home2-counter-area .counter-single .counter-icon > svg {
    fill: var(--primary-color1);
    z-index: 9;
    position: relative;
    transition: all 0.35s ease 0s;
}

.home2-counter-area .counter-single .counter-icon .icon-bg {
    position: absolute;
    transition: all 0.35s ease 0s;
}

.home2-counter-area .counter-single .counter-icon .icon-bg svg {
    fill: var(--white);
    transition: all 0.35s ease 0s;
}

.home2-counter-area .counter-single .coundown p {
    margin-bottom: 0px;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--title-color1);
}

.home2-counter-area .counter-single .coundown h3 {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 30px;
    color: var(--primary-color1);
    margin-bottom: 0px;
}

.home2-counter-area .counter-single .coundown span {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 30px;
    color: var(--primary-color1);
}

.home2-counter-area .counter-single:hover .counter-icon > svg {
    fill: var(--white);
}

.home2-counter-area .counter-single:hover .counter-icon .icon-bg svg {
    fill: var(--primary-color1);
}

.single-category2 {
    border: 1px solid rgba(0, 167, 172, 0.3);
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    transition: all 0.35s ease 0s;
}

.single-category2 .category-icon {
    position: relative;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
}

.single-category2 .category-icon svg {
    fill: var(--primary-color1);
    position: relative;
    z-index: 9;
    transition: all 0.35s ease 0s;
}

.single-category2 .category-icon .icon-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.35s ease 0s;
}

.single-category2 .category-icon .icon-bg svg {
    fill: rgb(242, 242, 242);
    transition: all 0.35s ease 0s;
}

.single-category2 .category-content h5 {
    margin-bottom: 5px;
}

.single-category2 .category-content h5 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 18px;
    color: var(--title-color1);
    transition: all 0.35s ease 0s;
}

.single-category2 .category-content h5 a:hover {
    color: var(--primary-color1);
}

.single-category2 .category-content p {
    margin-bottom: 0px;
    font-family: "work sans";
    font-weight: 400;
    font-size: 17px;
    color: var(--text-color1);
}

.single-category2 .category-content p span {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 18px;
    color: var(--primary-color1);
}

.single-category2:hover {
    border: 1px solid rgb(0, 167, 172);
}

.single-category2:hover .category-icon svg {
    fill: var(--white);
}

.single-category2:hover .category-icon .icon-bg svg {
    fill: var(--primary-color1);
}
.home2-job-list-area {
    background-image: url("../images/bg/home2-job-list-bg.png");
    background-color: rgb(244, 244, 244);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
   
}

.home2-job-list-area .job-list-card {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 16px;
    padding: 16px;
    transition: all 0.35s ease 0s;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--Stoke, #7C7E804D);
}

.home2-job-list-area .job-list-card .urgent-batch {
    position: absolute;
    top: 11px;
    left: -45px;
    transform: rotate(-40.46deg);
}

.home2-job-list-area .job-list-card .urgent-batch span {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 12px;
    color: rgb(255, 255, 255);
    background: rgb(255, 62, 62);
    display: inline-block;
    padding: 2px 50px;
}

.home2-job-list-area .job-list-card .company-area {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.home2-job-list-area .job-list-card .company-area .logo {
    margin-right: 15px;
}

.home2-job-list-area .job-list-card .company-area .logo img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.home2-job-list-area .job-list-card .company-area .company-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.home2-job-list-area .job-list-card .company-area::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #7C7E804D;
    position: absolute;
    bottom: 0;
    left: 0px;
    top: 136px;
}
.home2-job-list-area .job-list-card .company-area::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #7C7E804D;
    position: absolute;
    top: 84px;
    left: 0px;
}
.home2-job-list-area .job-list-card .company-area .company-details .name-location h5 {
    margin-bottom: 3px;
}

.home2-job-list-area .job-list-card .company-area .company-details .name-location h5 a {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.home2-job-list-area .job-list-card .company-area .company-details .name-location h5 a:hover {
    color: var(--primary-color1);
}

.home2-job-list-area .job-list-card .company-area .company-details .name-location p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.home2-job-list-area .job-list-card .company-area .company-details .name-location p a {
    font-size: 0.938rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.home2-job-list-area .job-list-card .company-area .company-details .name-location p a:hover {
    color: var(--primary-color1);
}

.home2-job-list-area .job-list-card .company-area .company-details .name-location p img {
    margin-right: 8px;
}

.home2-job-list-area .job-list-card .company-area .company-details .bookmark {
    background: #eff3f2;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    border: 1px solid transparent;
    cursor: pointer
}

.home2-job-list-area .job-list-card .company-area .company-details .bookmark i {
    color: var(--primary-color1);
    font-size: 14px;
    transition: all 0.35s ease 0s;
}





.home2-job-list-area .job-list-card .job-discription ul {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    position: relative;
    transition: all 0.35s ease 0s;
}

/* .home2-job-list-area .job-list-card .job-discription ul::before {
    content: "";
    width: 4px;
    height: 100%;
    background: rgba(0, 167, 172, 0.2);
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 10px 0px 0px 10px;
    transition: all 0.35s ease 0s;
} */

.home2-job-list-area .job-list-card .job-discription ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.home2-job-list-area .job-list-card .job-discription ul li img {
    margin-right: 8px;
    width: 16px;
}

.home2-job-list-area .job-list-card .job-discription ul li p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
}

.home2-job-list-area .job-list-card .job-discription ul li p span {
    color: var(--title-color1);
    font-weight: 400;
    font-size: 14px;
    font-family: var(--font-work-sans);
}

.home2-job-list-area .job-list-card .job-discription ul li p .title {
    color: var(--text-color1);
    font-weight: 500;
    font-size: 16px;
}

.home2-job-list-area .job-list-card .job-discription ul li p .time {
    color: var(--text-color1);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-work-sans);
}

.home2-job-list-area .job-list-card .job-discription ul li:last-child {
    margin-bottom: 0px;
}

.home2-job-list-area .job-list-card .job-discription ul li a {
    transition: all 0.35s ease 0s;
    color: #b5323c;
    font-weight: 400;
    margin-left: 16px;
    text-decoration: underline;}

.home2-job-list-area .job-list-card .job-discription ul li a:hover {
    color: var(--primary-color1);
}

.home2-job-list-area .job-list-card .job-type-apply {
    padding-top: 30px;
}

.home2-job-list-area .job-list-card .apply-btn a {
    font-size: 15px;
    color: var(--primary-color1);
}

.home2-job-list-area .job-list-card .apply-btn a span::after {
    top: 1.5px;
}


.home2-job-list-area .job-list-card:hover .job-discription ul::before {
    background: var(--primary-color1);
}

.home2-working-process .working-process-card2 {
    text-align: center;
    transition: all 0.35s ease 0s;
}

.home2-working-process .working-process-card2 .working-process-sl {
    position: relative;
    transition: all 0.35s ease 0s;
    margin-bottom: 30px;
}

.home2-working-process .working-process-card2 .working-process-sl h4 {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(230, 230, 230);
    font-family: var(--font-exo2);
    font-weight: 600;
    color: var(--primary-color1);
    margin: 0px auto;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    transition: all 0.35s ease 0s;
}

.home2-working-process .working-process-card2 .working-process-sl h4::before {
    content: url("../images/icon/home2-work-process-vec.svg");
    position: absolute;
    bottom: -15px;
    transition: all 0.35s ease 0s;
}

.home2-working-process .working-process-card2 .working-process-sl h4::after {
    content: "";
    height: 1px;
    width: 247px;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    background-color: rgb(239, 243, 242);
    right: -136px;
    z-index: -1;
}

@media (max-width: 1399px) {
    .home2-working-process .working-process-card2 .working-process-sl h4::after {
        width: 226px;
    }
}

@media (max-width: 1199px) {
    .home2-working-process .working-process-card2 .working-process-sl h4::after {
        width: 205px;
    }
}

@media (max-width: 991px) {
    .home2-working-process .working-process-card2 .working-process-sl h4::after {
        display: none;
        visibility: hidden;
    }
}

.home2-working-process .working-process-card2 .working-process-sl span {
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: rgb(222, 222, 222);
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .home2-working-process .working-process-card2 .working-process-sl span {
        display: none;
        visibility: hidden;
    }
}

.home2-working-process .working-process-card2 .working-process-sl span::after {
    content: "";
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid var(--primary-color1);
    position: absolute;
    left: -3px;
    top: -3px;
}

.home2-working-process .working-process-card2 .working-process-sl.last h4::after {
    display: none;
    visibility: hidden;
}

.home2-working-process .working-process-card2 .working-process-sl.last span {
    display: none;
    visibility: hidden;
}

.home2-working-process .working-process-card2 .working-process-content {
    max-width: 220px;
    width: 100%;
    margin: 0px auto;
}

.home2-working-process .working-process-card2 .working-process-content h5 {
    margin-bottom: 5px;
}

.home2-working-process .working-process-card2 .working-process-content h5 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color1);
    transition: all 0.35s ease 0s;
}

.home2-working-process .working-process-card2 .working-process-content h5 a:hover {
    color: var(--primary-color1);
}

.home2-working-process .working-process-card2 .working-process-content p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;
    color: var(--title-color1);
    margin-bottom: 0px;
}

.home2-working-process .working-process-card2:hover .working-process-sl h4::before {
    content: url("../images/icon/home2-work-process-vec2.svg");
    position: absolute;
    bottom: -15px;
}

.home2-talent-area .talent-wrap {
    background-image: url("../images/how-it-work.png");
    background-color: rgba(0, 0, 0, 0.65);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    border-radius: 40px;
    padding: 60px 30px 60px 60px;
    height: 400px;
    gap: 20px;
}

@media (max-width: 1199px) {
    .home2-talent-area .talent-wrap {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .home2-talent-area .talent-wrap {
        flex-wrap: wrap;
        height: unset;
        justify-content: center;
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .home2-talent-area .talent-wrap {
        padding: 30px 20px;
    }
}

.home2-talent-area .talent-wrap .talent-content h4 {
    font-weight: bold;
    font-size: 42px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
}

.home2-talent-area .talent-wrap .talent-content h4 span {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--primary-color1);
}

.home2-talent-area .talent-wrap .talent-content p {
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.home2-talent-area .talent-wrap .talent-img {
    position: relative;
}

.home2-talent-area .talent-wrap .primry-btn-2 {
    white-space: nowrap;
}

.home2-recruiters-area {
    position: relative;
}

.home2-recruiters-area .slick-prev {
    position: absolute;
    right: 80px;
    top: -105px;
    left: unset;
}

.home2-recruiters-area .slick-prev::after {
    content: url("../images/icon/slick-prev.svg");
}

.home2-recruiters-area .slick-next {
    position: absolute;
    right: 15px;
    top: -105px;
}

.home2-recruiters-area .slick-next::after {
    content: url("../images/icon/slick-next.svg");
}

.home2-recruiters-area .slick-arrow {
    opacity: 0.5;
    transition: all 0.35s ease 0s;
}

.home2-recruiters-area .slick-arrow:hover {
    opacity: 1;
}

.home2-recruiters-area .slide-item {
    padding: 12px;
}

.home2-recruiters-area .recruters-card {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 167, 172, 0.3);
    border-radius: 5px;
    transition: all 0.35s ease 0s;
    padding: 35px;
}

@media (max-width: 576px) {
    .home2-recruiters-area .recruters-card {
        padding: 25px 20px;
    }
}

.home2-recruiters-area .recruters-card .company-area {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.home2-recruiters-area .recruters-card .company-area .logo {
    margin-right: 20px;
}

.home2-recruiters-area .recruters-card .company-area .logo img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.home2-recruiters-area .recruters-card .company-area .name-location {
    width: 100%;
    position: relative;
}

.home2-recruiters-area .recruters-card .company-area .name-location::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: rgb(237, 237, 237);
    position: absolute;
    left: 0px;
    bottom: -10px;
}

.home2-recruiters-area .recruters-card .company-area .name-location h5 {
    margin-bottom: 3px;
}

.home2-recruiters-area .recruters-card .company-area .name-location h5 a {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.home2-recruiters-area .recruters-card .company-area .name-location h5 a:hover {
    color: var(--primary-color1);
}

.home2-recruiters-area .recruters-card .company-area .name-location p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    font-size: 0.938rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
}

.home2-recruiters-area .recruters-card .company-area .name-location p img {
    margin-right: 8px;
}

.home2-recruiters-area .recruters-card .job-details-vacancies {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

@media (max-width: 767px) {
    .home2-recruiters-area .recruters-card .job-details-vacancies {
        flex-wrap: wrap;
    }
}

.home2-recruiters-area .recruters-card .job-details-vacancies .vacancies p {
    margin-bottom: 0px;
    font-size: 1.125rem;
}

.home2-recruiters-area .recruters-card .job-details-vacancies .vacancies p span {
    font-weight: 600;
    color: var(--primary-color1);
}

.home2-recruiters-area .recruters-card .job-details-vacancies .apply-btn a {
    font-size: 0.938rem;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.home2-recruiters-area .recruters-card .job-details-vacancies .apply-btn a span {
    display: inline-block;
    margin-left: 10px;
    margin-right: -20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

.home2-recruiters-area .recruters-card .job-details-vacancies .apply-btn a span img {
    width: 18px;
    display: initial;
}

.home2-recruiters-area .recruters-card .job-details-vacancies .apply-btn a span::after {
    content: url("../images/icon/apply-arrow.svg");
    position: relative;
    left: -26px;
    top: 2px;
    transition: all 0.35s ease 0s;
}

.home2-recruiters-area .recruters-card .job-details-vacancies .apply-btn a:hover {
    color: var(--primary-color1);
}

.home2-recruiters-area .recruters-card .job-details-vacancies .apply-btn a:hover span::after {
    left: -22px;
}

.home2-recruiters-area .recruters-card:hover {
    background: rgb(226, 247, 247);
    border-color: rgb(0, 167, 172);
}

.home2-feedback-area .feedback-wrap {
    background-image: url("../images/bg/home2-feedback-bg.png");
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 45px 70px;
    text-align: center;
    border-radius: 40px;
    width: 1008px;
    margin: 0px auto;
    border: 8px solid rgb(144 176 107 / 24%);
}

@media (max-width: 767px) {
    .home2-feedback-area .feedback-wrap {
        padding: 45px 50px;
    }
}

@media (max-width: 767px) {
    .home2-feedback-area .feedback-wrap {
        padding: 45px 20px;
    }
}

.home2-feedback-area .feedback-wrap .author-img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    position: relative;
    margin: 0px auto 20px;
}

.home2-feedback-area .feedback-wrap .author-img > img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.home2-feedback-area .feedback-wrap .author-img .quoat-icon {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    position: absolute;
    right: -14px;
    bottom: 10px;
}

.home2-feedback-area .feedback-wrap .feedback-content {
    margin-bottom: 10px;
    padding-top: 20px;
}

.home2-feedback-area .feedback-wrap .feedback-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0px;
}

.home2-feedback-area .feedback-wrap .athor-review-content ul {
    margin: 0px 0px 10px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.home2-feedback-area .feedback-wrap .athor-review-content ul li i {
    font-size: 14px;
    color: rgb(213, 179, 5);
}

.home2-feedback-area .feedback-wrap .athor-review-content .author-content h5 {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--title-color1);
    margin-bottom: 5px;
}

.home2-feedback-area .feedback-wrap .athor-review-content .author-content span {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-color1);
}

.recent-article-wrrap .recent-article-img {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    margin-bottom: 25px;
    transition: all 0.35s ease 0s;
}

.recent-article-wrrap .recent-article-img img {
    border-radius: 5px;
    transition: all 0.35s ease 0s;
}

@media (max-width: 767px) {
    .recent-article-wrrap .recent-article-img img {
        width: 100%;
    }
}

.recent-article-wrrap .recent-article-img .tag {
    position: absolute;
    left: 25px;
    top: 25px;
}

.recent-article-wrrap .recent-article-img .tag a {
    border-radius: 50px;
    display: inline-block;
    padding: 3px 28px;
}

.recent-article-wrrap .recent-article-img .tag a::before {
    border-radius: 50px;
}

.recent-article-wrrap .recent-article-content .recent-article-meta {
    margin-bottom: 12px;
}

.recent-article-wrrap .recent-article-content .recent-article-meta ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

.recent-article-wrrap .recent-article-content .recent-article-meta ul li {
    line-height: 1;
}

.recent-article-wrrap .recent-article-content .recent-article-meta ul li a {
    display: flex;
    align-items: center;
    line-height: 1;
    font-family: var(--font-exo2);
    font-size: 1rem;
    font-weight: 400;
    transition: all 0.35s ease 0s;
}

.recent-article-wrrap .recent-article-content .recent-article-meta ul li a img {
    margin-right: 5px;
}

.recent-article-wrrap .recent-article-content .recent-article-meta ul li a:hover {
    color: var(--primary-color1);
}

.recent-article-wrrap .recent-article-content h4 {
    margin-bottom: 0px;
}

.recent-article-wrrap .recent-article-content h4 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 34px;
    color: var(--title-color1);
    transition: all 0.35s ease 0s;
}

.recent-article-wrrap .recent-article-content h4 a:hover {
    color: var(--primary-color1);
}

.recent-article-wrrap:hover .recent-article-img img {
    transform: scale(1.03);
}

.hero4 {
    background-image: url("../images/bg/home4-banner-bg.png");
    background-color: rgba(0, 0, 0, 0.7);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero4 .scroll-down-btn {
    transform: rotate(90deg);
    position: absolute;
    bottom: 150px;
    left: 30px;
    z-index: 9;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .hero4 .scroll-down-btn {
        left: 0px;
    }
}

@media (max-width: 1399px) {
    .hero4 .scroll-down-btn {
        left: 0px;
        bottom: 100px;
    }
}

@media (max-width: 1199px) {
    .hero4 .scroll-down-btn {
        display: none;
        visibility: hidden;
    }
}

.hero4 .scroll-down-btn a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 15px;
    color: var(--primary-color1);
    letter-spacing: 0.03em;
    position: relative;
    z-index: 9;
    transition: all 0.35s ease 0s;
}

.hero4 .scroll-down-btn a::after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: var(--primary-color1);
    position: absolute;
    right: -40px;
    top: 60%;
    transition: all 0.35s ease 0s;
}

.hero4 .scroll-down-btn a:hover {
    color: var(--white);
}

.hero4 .scroll-down-btn a:hover::after {
    background-color: var(--white);
}

.hero4 .hero-wapper {
    position: relative;
    padding: 100px 13%;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .hero4 .hero-wapper {
        padding: 60px 5%;
    }
}

@media (max-width: 1399px) {
    .hero4 .hero-wapper {
        padding: 60px 3%;
    }
}

@media (max-width: 1399px) {
    .hero4 .hero-wapper {
        padding: 60px 5%;
    }
}

@media (max-width: 991px) {
    .hero4 .hero-wapper {
        padding: 100px 50px;
    }
}

@media (max-width: 576px) {
    .hero4 .hero-wapper {
        padding: 100px 10px;
    }
}

.hero4 .hero-wapper .home2-banner-vector1 {
    position: absolute;
    top: 150px;
    right: 170px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .hero4 .hero-wapper .home2-banner-vector1 {
        right: 90px;
    }
}

@media (max-width: 1399px) {
    .hero4 .hero-wapper .home2-banner-vector1 {
        right: 70px;
    }
}

@media (max-width: 991px) {
    .hero4 .hero-wapper .home2-banner-vector1 {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 576px) {
    .hero4 .hero-wapper .hero-content {
        text-align: center;
    }
}

.hero4 .hero-wapper .hero-content h1 {
    font-size: 4.375rem;
    font-weight: 700;
    color: var(--white);
    font-family: var(--font-exo2);
    line-height: 1.2;
    margin-bottom: 35px;
}

@media (max-width: 1399px) {
    .hero4 .hero-wapper .hero-content h1 {
        font-size: 3.8rem;
    }
}

@media (max-width: 1199px) {
    .hero4 .hero-wapper .hero-content h1 {
        font-size: 3.5rem;
    }
}

@media (max-width: 576px) {
    .hero4 .hero-wapper .hero-content h1 {
        font-size: 3.2rem;
    }
}

.hero4 .hero-wapper .hero-content h1 span {
    font-weight: 700;
    -webkit-text-stroke: 1px var(--primary-color1);
    -webkit-text-fill-color: transparent;
}

.hero4 .hero-wapper .hero-content p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1.25rem;
    color: var(--white);
    margin-bottom: 0px;
}

.hero4 .hero-wapper .hero-content p span {
    font-weight: 500;
}

.hero4 .hero-wapper .hero-content .job-title, .hero4 .hero-wapper .hero-content .category {
    border-radius: 5px;
    background: rgb(239, 243, 242);
    height: 60px;
    padding-left: 60px;
    width: 100%;
    position: relative;
}

.hero4 .hero-wapper .hero-content .job-title::after, .hero4 .hero-wapper .hero-content .category::after {
    content: url("../images/icon/job3.svg");
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.hero4 .hero-wapper .hero-content .job-title::before, .hero4 .hero-wapper .hero-content .category::before {
    content: "";
    width: 1px;
    height: 22px;
    background: rgb(217, 217, 217);
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.hero4 .hero-wapper .hero-content .category {
    max-width: 310px;
}

.hero4 .hero-wapper .hero-content .category::after {
    content: url("../images/icon/category.svg");
}

@media (max-width: 767px) {
    .hero4 .hero-wapper .hero-content .category {
        max-width: 100%;
    }
}

.hero4 .hero-wapper .hero-content .job-search-area {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    max-width: 880px;
    margin: 60px 0px 30px;
}

.hero4 .hero-wapper .hero-content .job-search-area form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    gap: 20px;
}

@media (max-width: 767px) {
    .hero4 .hero-wapper .hero-content .job-search-area form {
        flex-wrap: wrap;
    }
}

.hero4 .hero-wapper .hero-content .job-search-area form .form-inner input {
    height: 60px;
    background: rgb(239, 243, 242);
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    color: var(--title-color1);
    padding: 20px 20px 20px 0px;
    line-height: 1;
    width: 100%;
}

.hero4 .hero-wapper .hero-content .job-search-area form .form-inner input::placeholder {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
}

.hero4 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select {
    height: 60px;
    background: rgb(239, 243, 242);
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
    width: 100%;
    display: flex;
    align-items: center;
    border: unset;
    padding-left: 0px;
}

.hero4 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select .list {
    width: 100%;
}

.hero4 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select .list li {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
    display: flex;
    align-items: center;
}

.hero4 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select::after {
    border-bottom: 1px solid var(--primary-color1);
    border-right: 1px solid var(--primary-color1);
    height: 10px;
    margin-top: -6px;
    right: 27px;
    top: 50%;
    width: 10px;
}

.hero4 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select .option:hover, .hero4 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select .option.focus, .hero4 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select .option.selected.focus {
    background-color: rgba(0, 167, 172, 0.1);
}

.hero4 .hero-wapper .hero-content .job-search-area form .form-inner .primry-btn-2 {
    height: 100%;
    padding: 15px 30px;
    white-space: nowrap;
}

.hero4 .hero-wapper .hero-content .job-search-area form .form-inner .primry-btn-2 img {
    margin-right: 5px;
}

.hero4 .hero-wapper .hero-content .suggest-tag {
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .hero4 .hero-wapper .hero-content .suggest-tag {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}

.hero4 .hero-wapper .hero-content .suggest-tag h6 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    color: var(--white);
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    white-space: nowrap;
}

.hero4 .hero-wapper .hero-content .suggest-tag h6 i {
    font-size: 14px;
    margin-right: 3px;
    color: var(--primary-color1);
}

.hero4 .hero-wapper .hero-content .suggest-tag ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .hero4 .hero-wapper .hero-content .suggest-tag ul {
        justify-content: center;
    }
}

.hero4 .hero-wapper .hero-content .suggest-tag ul li {
    line-height: 1;
}

.hero4 .hero-wapper .hero-content .suggest-tag ul li a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--white);
    transition: all 0.35s ease 0s;
    line-height: 1;
    text-decoration: underline;
}

.hero4 .hero-wapper .hero-content .suggest-tag ul li a:hover {
    color: var(--primary-color1);
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .hero4 .hero-wapper .hero-content .suggest-tag ul li a {
        font-size: 0.75rem;
    }
}

@media (max-width: 1399px) {
    .hero4 .hero-wapper .hero-content .suggest-tag ul li a {
        font-size: 0.75rem;
    }
}

.hero4 .hero-wapper .hero-img-wrap {
    margin-left: auto;
    width: 461px;
    height: 714px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 400px;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}

@media (max-width: 1399px) {
    .hero4 .hero-wapper .hero-img-wrap {
        width: 410px;
        height: 650px;
    }
}

@media (max-width: 1199px) {
    .hero4 .hero-wapper .hero-img-wrap {
        display: none;
        visibility: hidden;
    }
}

.hero4 .hero-wapper .hero-img-wrap .star-banner-4 {
    position: absolute;
    top: 35%;
    left: -50px;
}

.hero4 .hero-wapper .hero-img-wrap .banner4-vec-1 {
    position: absolute;
    bottom: 0px;
    left: 29%;
}

.hero4 .hero-wapper .hero-img-wrap .banner-right {
    height: 650px;
    max-width: 410px;
    width: 100%;
    margin-left: auto;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 300px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1399px) {
    .hero4 .hero-wapper .hero-img-wrap .banner-right {
        max-width: 350px;
        height: 600px;
    }
}

.hero4 .hero-wapper .hero-img-wrap .banner-right .banner4-vec-2 {
    position: absolute;
    z-index: 9;
    right: 50px;
    top: 150px;
}

.hero4 .hero-wapper .hero-img-wrap .banner-right .hero-img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

@media (max-width: 576px) {
    .home4-category-area .section-title1 {
        text-align: center;
    }
}

.home4-category-area .job-category-card2 {
    min-height: 230px;
    height: 100%;
    max-width: 247px;
    width: 100%;
    perspective: 1000px;
    margin: 0px auto;
}

.home4-category-area .job-category-card2 .job-content-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s ease 0s;
    transform-style: preserve-3d;
    border-radius: 50px;
}

.home4-category-area .job-category-card2:hover .job-content-inner {
    transform: rotateY(180deg);
}

.home4-category-area .job-category-card2 .cart-front, .home4-category-area .job-category-card2 .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home4-category-area .job-category-card2 .cart-front {
    border: 1px solid rgba(0, 167, 172, 0.2);
    border-radius: 50px;
    padding: 45px 20px;
    text-align: center;
    background-color: var(--white);
}

.home4-category-area .job-category-card2 .cart-front h5 {
    margin-bottom: 10px;
}

.home4-category-area .job-category-card2 .cart-front h5 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 20px;
    color: var(--title-color1);
}

.home4-category-area .job-category-card2 .cart-front p {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--title-color-dark);
    margin-bottom: 0px;
}

.home4-category-area .job-category-card2 .cart-front .view-btn1 {
    padding-top: 40px;
}

.home4-category-area .job-category-card2 .cart-front .view-btn1 a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--primary-color1);
}

.home4-category-area .job-category-card2 .card-back {
    transform: rotateY(180deg);
    border-radius: 50px;
}

.home4-category-area .job-category-card2 .card-back .category-img {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.home4-category-area .job-category-card2 .card-back .category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.home4-category-area .job-category-card2 .card-back .category-content {
    padding: 45px 20px;
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 20, 33, 0.5);
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home4-category-area .job-category-card2 .card-back .category-content h5 {
    margin-bottom: 10px;
}

.home4-category-area .job-category-card2 .card-back .category-content h5 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 20px;
    color: var(--white);
    transition: all 0.35s ease 0s;
}

.home4-category-area .job-category-card2 .card-back .category-content h5 a:hover {
    color: var(--primary-color1);
}

.home4-category-area .job-category-card2 .card-back .category-content p {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--white);
    margin-bottom: 0px;
}

.home4-category-area .job-category-card2 .card-back .category-content .view-btn1 {
    padding-top: 40px;
}

.home4-category-area .job-category-card2 .card-back .category-content .view-btn1 a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--white);
    transition: all 0.35s ease 0s;
}

.home4-category-area .job-category-card2 .card-back .category-content .view-btn1 a:hover {
    color: var(--primary-color1);
}

.home4-category-area .category-btn-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.home4-category-area .category-btn-area h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color1);
}

.home4-category-area .category-btn-area a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--primary-color1);
    display: flex;
    align-items: center;
    transition: all 0.35s ease 0s;
    gap: 5px;
}

.home4-category-area .category-btn-area a:hover {
    color: var(--title-color1);
}

.home4-feature-area {
    background: rgb(248, 248, 248);
    padding: 90px 0px;
}

.home4-feature-area .job-listing-card {
    border: 1px solid rgb(238, 238, 238);
    border-radius: 40px;
    padding: 40px 70px;
    background-color: var(--white);
    transition: all 0.35s ease 0s;
}

@media (max-width: 576px) {
    .home4-feature-area .job-listing-card {
        padding: 30px 25px;
    }
}

.home4-feature-area .job-listing-card .job-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
    position: relative;
}

.home4-feature-area .job-listing-card .job-top .job-list-content {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    position: relative;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .home4-feature-area .job-listing-card .job-top .job-list-content {
        gap: 50px;
    }
}

@media (max-width: 1399px) {
    .home4-feature-area .job-listing-card .job-top .job-list-content {
        gap: 30px;
    }
}

@media (max-width: 1199px) {
    .home4-feature-area .job-listing-card .job-top .job-list-content {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .home4-feature-area .job-listing-card .job-top .job-list-content {
        justify-content: flex-start;
    }
}

.home4-feature-area .job-listing-card .job-top .job-list-content .company-area {
    display: flex;
    align-items: center;
    position: relative;
}

.home4-feature-area .job-listing-card .job-top .job-list-content .company-area::after {
    content: "";
    width: 1px;
    height: 44px;
    background: rgba(0, 167, 172, 0.3);
    position: absolute;
    right: -40px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .home4-feature-area .job-listing-card .job-top .job-list-content .company-area::after {
        right: -25px;
    }
}

@media (max-width: 1399px) {
    .home4-feature-area .job-listing-card .job-top .job-list-content .company-area::after {
        right: -16px;
    }
}

@media (max-width: 1199px) {
    .home4-feature-area .job-listing-card .job-top .job-list-content .company-area::after {
        display: none;
        visibility: hidden;
    }
}

.home4-feature-area .job-listing-card .job-top .job-list-content .company-area .logo {
    margin-right: 12px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .home4-feature-area .job-listing-card .job-top .job-list-content .company-area .logo {
        margin-right: 10px;
    }
}

@media (max-width: 1399px) {
    .home4-feature-area .job-listing-card .job-top .job-list-content .company-area .logo {
        margin-right: 10px;
    }
}

.home4-feature-area .job-listing-card .job-top .job-list-content .company-area .logo img {
    border-radius: 50%;
    height: 52px;
    width: 52px;
}

.home4-feature-area .job-listing-card .job-top .job-list-content .company-area .company-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.home4-feature-area .job-listing-card .job-top .job-list-content .company-area .company-details .name-location h5 {
    margin-bottom: 3px;
}

.home4-feature-area .job-listing-card .job-top .job-list-content .company-area .company-details .name-location h5 a {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.home4-feature-area .job-listing-card .job-top .job-list-content .company-area .company-details .name-location h5 a:hover {
    color: var(--primary-color1);
}

.home4-feature-area .job-listing-card .job-top .job-list-content .company-area .company-details .name-location p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.home4-feature-area .job-listing-card .job-top .job-list-content .company-area .company-details .name-location p a {
    font-size: 0.938rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.home4-feature-area .job-listing-card .job-top .job-list-content .company-area .company-details .name-location p a:hover {
    color: var(--primary-color1);
}

.home4-feature-area .job-listing-card .job-top .job-list-content .company-area .company-details .name-location p img {
    margin-right: 8px;
}

.home4-feature-area .job-listing-card .job-top .job-list-content .job-discription {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 767px) {
    .home4-feature-area .job-listing-card .job-top .job-list-content .job-discription {
        flex-wrap: wrap;
        gap: 0px;
    }
}

.home4-feature-area .job-listing-card .job-top .job-list-content .job-discription ul {
    margin: 0px 40px 0px 0px;
    padding: 0px;
    list-style: none;
    display: block;
}

@media (max-width: 1199px) {
    .home4-feature-area .job-listing-card .job-top .job-list-content .job-discription ul {
        margin-right: 20px;
    }
}

.home4-feature-area .job-listing-card .job-top .job-list-content .job-discription ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 14px;
    margin-right: 10px;
    line-height: 1;
}

.home4-feature-area .job-listing-card .job-top .job-list-content .job-discription ul li:last-child {
    margin-right: 0px;
}

.home4-feature-area .job-listing-card .job-top .job-list-content .job-discription ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: var(--primary-color1);
    position: absolute;
    left: 0px;
    top: 4px;
}

.home4-feature-area .job-listing-card .job-top .job-list-content .job-discription ul li p {
    line-height: 1;
    margin-bottom: 0px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-work-sans);
}

.home4-feature-area .job-listing-card .job-top .job-list-content .job-discription ul li p .title {
    color: var(--text-color1);
    font-family: var(--font-exo2);
}

.home4-feature-area .job-listing-card .job-top .job-list-content .job-discription ul li p .time {
    font-size: 15px;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
}

.home4-feature-area .job-listing-card .job-top .job-list-content .job-discription ul li a {
    transition: all 0.35s ease 0s;
}

.home4-feature-area .job-listing-card .job-top .job-list-content .job-discription ul li a:hover {
    color: var(--primary-color1);
}

@media (max-width: 1399px) {
    .home4-feature-area .job-listing-card .job-top .job-list-content .job-discription ul.one {
        margin-bottom: 3px;
    }
}

.home4-feature-area .job-listing-card .job-top .bookmark {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: rgb(239, 243, 242);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .home4-feature-area .job-listing-card .job-top .bookmark {
        position: absolute;
        right: 0px;
    }
}

.home4-feature-area .job-listing-card .job-top .bookmark i {
    color: var(--primary-color1);
    font-size: 14px;
    transition: all 0.35s ease 0s;
}

.home4-feature-area .job-listing-card .job-top .bookmark:hover {
    background-color: var(--primary-color1);
}

.home4-feature-area .job-listing-card .job-top .bookmark:hover i {
    color: var(--white);
}

.home4-feature-area .job-listing-card .job-type-apply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.home4-feature-area .job-listing-card .job-type-apply p {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 15px;
    color: var(--text-color1);
    margin-bottom: 0px;
    display: flex;
    align-items: baseline;
}

.home4-feature-area .job-listing-card .job-type-apply p img {
    margin-right: 5px;
}

.home4-feature-area .job-listing-card .job-type-apply p span {
    color: var(--title-color1);
    font-family: var(--font-exo2);
    margin-left: 5px;
}

.home4-feature-area .job-listing-card .job-type-apply .job-type {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 576px) {
    .home4-feature-area .job-listing-card .job-type-apply .job-type {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.home4-feature-area .job-listing-card .job-type-apply .job-type span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    border-radius: 50px;
    padding: 5px 21px;
}

.home4-feature-area .job-listing-card .job-type-apply .light-yellow {
    background-color: rgb(243, 232, 193);
}

.home4-feature-area .job-listing-card .job-type-apply .light-purple {
    background-color: rgba(145, 91, 254, 0.18);
}

.home4-feature-area .job-listing-card .apply-btn a {
    font-size: 0.938rem;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.home4-feature-area .job-listing-card .apply-btn a span {
    display: inline-block;
    margin-left: 10px;
    margin-right: -20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

.home4-feature-area .job-listing-card .apply-btn a span img {
    width: 18px;
}

.home4-feature-area .job-listing-card .apply-btn a span::after {
    content: url("../images/icon/apply-arrow.svg");
    position: relative;
    left: -26px;
    top: 2px;
    transition: all 0.35s ease 0s;
}

.home4-feature-area .job-listing-card .apply-btn a:hover {
    color: var(--primary-color1);
}

.home4-feature-area .job-listing-card .apply-btn a:hover span::after {
    left: -22px;
}

.home4-feature-area .job-listing-card:hover {
    border-color: rgb(0, 167, 172);
}

.home4-counter-area .counter-single {
    display: flex;
    align-items: center;
    transition: all 0.35s ease 0s;
}

.home4-counter-area .counter-single .counter-icon {
    padding-right: 25px;
    position: relative;
    transition: all 0.35s ease 0s;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home4-counter-area .counter-single .counter-icon {
        padding-right: 20px;
    }
}

.home4-counter-area .counter-single .counter-icon::after {
    content: "";
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background-color: rgba(0, 167, 172, 0.15);
    position: absolute;
    bottom: -12px;
    right: 12px;
}

.home4-counter-area .counter-single .coundown p {
    margin-bottom: 0px;
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--text-color1);
    padding-top: 13px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home4-counter-area .counter-single .coundown p {
        font-size: 1rem;
    }
}

.home4-counter-area .counter-single .coundown h3 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 36px;
    color: var(--title-color1);
    margin-bottom: 0px;
    line-height: 1;
}

.home4-counter-area .counter-single .coundown span {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 36px;
    color: var(--title-color1);
    margin-left: -6px;
    line-height: 1;
}

.home4-counter-area .counter-single:hover .counter-icon > svg {
    fill: var(--white);
}

.home4-counter-area .counter-single:hover .counter-icon .icon-bg svg {
    fill: var(--primary-color1);
}

.home4-joblocation-area .location-wrap {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    transition: all 0.35s ease 0s;
}

.home4-joblocation-area .location-wrap img {
    border-radius: 22px;
    transition: all 0.35s ease 0s;
}

@media (max-width: 767px) {
    .home4-joblocation-area .location-wrap img {
        width: 100%;
    }
}

.home4-joblocation-area .location-wrap .location-content-wrap {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 22px;
}

.home4-joblocation-area .location-wrap .location-content-wrap .batch {
    position: absolute;
    top: 20px;
    right: 20px;
}

.home4-joblocation-area .location-wrap .location-content-wrap .batch span {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 14px;
    color: rgb(0, 0, 0);
    background: rgb(180, 242, 193);
    display: inline-block;
    border-radius: 50px;
    padding: 1px 16px;
}

.home4-joblocation-area .location-wrap .location-content-wrap .location-content {
    text-align: center;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 35px;
}

.home4-joblocation-area .location-wrap .location-content-wrap .location-content h4 {
    margin: 0px;
}

.home4-joblocation-area .location-wrap .location-content-wrap .location-content h4 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.375rem;
    color: var(--white);
    transition: all 0.35s ease 0s;
}

.home4-joblocation-area .location-wrap .location-content-wrap .location-content h4 a:hover {
    color: var(--primary-color1);
}

.home4-joblocation-area .location-wrap .location-content-wrap .location-content p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: var(--white);
    margin-bottom: 0px;
}

.home4-joblocation-area .location-wrap .location-content-wrap .location-content p span {
    font-weight: 500;
}

.home4-joblocation-area .location-wrap:hover img {
    transform: scale(1.05);
}

.home4-feedback-area {
    background-image: url("../images/bg/home4-feedback-bg.png");
    background-color: rgb(248, 248, 248);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 576px) {
    .home4-feedback-area .home4-feedback-slider {
        padding: 5px;
    }
}

.home4-feedback-area .feedback-wrap {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 20px;
    padding: 50px 30px;
    text-align: center;
}

@media (max-width: 576px) {
    .home4-feedback-area .feedback-wrap {
        padding: 50px 20px;
    }
}

.home4-feedback-area .feedback-wrap .quat-icon {
    margin-bottom: 20px;
}

.home4-feedback-area .feedback-wrap .quat-icon svg {
    fill: var(--text-color1);
}

.home4-feedback-area .feedback-wrap p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: var(--text-color1);
    margin-bottom: 25px;
}

.home4-feedback-area .feedback-wrap .author-name-deg h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color1);
}

.home4-feedback-area .feedback-wrap .author-name-deg p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-color1);
}

.home4-feedback-area .swiper-slide-active .feedback-wrap {
    border: 1px solid rgba(0, 167, 172, 0.5);
}

.home4-feedback-area .swiper-slide-active .feedback-wrap svg {
    fill: var(--primary-color1);
}

.home4-feedback-area .home4-feedback-slider2 {
    padding: 5px 0px;
    max-width: 260px;
    margin: 0px auto;
}

.home4-feedback-area .home4-feedback-slider2 .author-img img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.home4-feedback-area .home4-feedback-slider2 .swiper-slide-active .author-img {
    position: relative;
}

.home4-feedback-area .home4-feedback-slider2 .swiper-slide-active .author-img::before {
    content: url("../images/icon/home4-feedback-u-ban.svg");
    position: absolute;
    top: -5px;
    left: 53%;
    transform: translateX(-50%);
}

.home4-feedback-area .home4-feedback-slider2 .swiper-slide-active .author-img img {
    height: 102px;
    width: 78px;
    border-radius: 65px;
    object-fit: cover;
}

.home4-feedback-area .home4-feedback-slider2 .swiper-wrapper {
    display: flex;
    align-items: baseline;
}

.home4-top-recruitersa-area .recruters-card {
    padding: 30px 20px;
    background: rgb(248, 248, 248);
    border: 1px solid rgb(181 50 60);
    border-radius: 20px;
    transition: all 0.35s ease 0s;
}

.home4-top-recruitersa-area {
    background: linear-gradient(0deg, rgb(154 181 120 / 7%), rgb(139 171 101 / 9%)) right center / cover no-repeat, url(../images/bg-jobs.png);
    padding: 30px 0px;
}

@media (max-width: 1399px) {
    .home4-top-recruitersa-area .recruters-card {
        padding: 25px 9px;
    }
}

@media (max-width: 576px) {
    .home4-top-recruitersa-area .recruters-card {
        padding: 30px 20px;
    }
}

.home4-top-recruitersa-area .recruters-card .company-area {
    display: flex;
    border-radius: 20px;
    justify-content: center;
}

.home4-top-recruitersa-area .recruters-card .company-area .logo {
    border-radius: 50%;
    margin-right: 15px;
}

.home4-top-recruitersa-area .recruters-card .company-area .logo img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

@media (max-width: 1399px) {
    .home4-top-recruitersa-area .recruters-card .company-area .logo img {
        height: 50px;
        width: 50px;
    }
}

@media (max-width: 576px) {
    .home4-top-recruitersa-area .recruters-card .company-area .logo img {
        height: 60px;
        width: 60px;
    }
}

.home4-top-recruitersa-area .recruters-card .company-area .name-location h5 {
    margin-bottom: 5px;
}

.home4-top-recruitersa-area .recruters-card .company-area .name-location h5 a {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.home4-top-recruitersa-area .recruters-card .company-area .name-location h5 a:hover {
    color: var(--primary-color1);
}

.home4-top-recruitersa-area .recruters-card .company-area .name-location p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: rgb(48, 53, 55);
    font-family: var(--font-work-sans);
}

.home4-top-recruitersa-area .recruters-card .company-area .name-location p img {
    margin-right: 8px;
    width: 41px;
    /* filter: brightness(0) saturate(100%) invert(28%) sepia(50%) saturate(2173%) hue-rotate(327deg) brightness(86%) contrast(94%); */
}

.home4-top-recruitersa-area .recruters-card .company-area .name-location .apply-btn {
    padding-top: 20px;
}

.home4-top-recruitersa-area .recruters-card .company-area .name-location .apply-btn a {
    font-size: 0.938rem;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.home4-top-recruitersa-area .recruters-card .company-area .name-location .apply-btn a span {
    display: inline-block;
    margin-left: 10px;
    margin-right: -20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

.home4-top-recruitersa-area .recruters-card .company-area .name-location .apply-btn a span img {
    width: 18px;
}

.home4-top-recruitersa-area .recruters-card .company-area .name-location .apply-btn a span::after {
    content: url("../images/icon/apply-arrow.svg");
    position: relative;
    left: -26px;
    top: 2px;
    transition: all 0.35s ease 0s;
}

.home4-top-recruitersa-area .recruters-card .company-area .name-location .apply-btn a:hover {
    color: var(--primary-color1);
}

.home4-top-recruitersa-area .recruters-card .company-area .name-location .apply-btn a:hover span::after {
    left: -22px;
}

.home4-top-recruitersa-area .recruters-card:hover {
}

.home4-recent-article-area {
    background: rgb(248, 248, 248);
    padding: 90px 0px;
}

.home4-recent-article-wrap .recent-article-img {
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 20px;
    transition: all 0.35s ease 0s;
    overflow: hidden;
}

.home4-recent-article-wrap .recent-article-img img {
    border-radius: 20px;
    transition: all 0.35s ease 0s;
}

@media (max-width: 767px) {
    .home4-recent-article-wrap .recent-article-img img {
        width: 100%;
    }
}

.home4-recent-article-wrap .recent-article-content {
    padding: 0px 20px;
}

@media (max-width: 1199px) {
    .home4-recent-article-wrap .recent-article-content {
        padding: 0px;
    }
}

.home4-recent-article-wrap .recent-article-content .recent-article-meta {
    display: flex;
    gap: 50px;
    margin-bottom: 5px;
}

@media (max-width: 1399px) {
    .home4-recent-article-wrap .recent-article-content .recent-article-meta {
        gap: 20px;
    }
}

.home4-recent-article-wrap .recent-article-content .recent-article-meta .date {
    margin-top: -22px;
}

.home4-recent-article-wrap .recent-article-content .recent-article-meta .date a {
    font-size: 16px;
    padding: 9px 22px;
}

@media (max-width: 1199px) {
    .home4-recent-article-wrap .recent-article-content .recent-article-meta .date a {
        padding: 9px 17px;
        font-size: 15px;
    }
}

.home4-recent-article-wrap .recent-article-content .recent-article-meta .author {
    padding-top: 15px;
}

.home4-recent-article-wrap .recent-article-content .recent-article-meta .author a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-color1);
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.35s ease 0s;
}

.home4-recent-article-wrap .recent-article-content .recent-article-meta .author a:hover {
    color: var(--primary-color1);
}

.home4-recent-article-wrap .recent-article-content h4 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    color: var(--title-color1);
    transition: all 0.35s ease 0s;
}

.home4-recent-article-wrap .recent-article-content h4 a:hover {
    color: var(--primary-color1);
}

.home4-recent-article-wrap:hover .recent-article-img img {
    transform: scale(1.05);
}

.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    width: 100% !important;
}

.note-editor.note-airframe.fullscreen .note-toolbar, .note-editor.note-frame.fullscreen .note-toolbar {
    background-color: var(--primary-color1);
}

.note-editing-area {
    background-color: var(--white);
}

.note-editor.note-airframe, .note-editor.note-frame {
    border: 1px solid rgba(0, 167, 172, 0.12);
}

.note-editor.note-airframe .note-statusbar, .note-editor.note-frame .note-statusbar {
    background-color: rgba(0, 167, 172, 0.12);
    border-top: 1px solid rgba(0, 167, 172, 0.12);
}

.note-editor .note-toolbar {
    background-color: rgba(0, 167, 172, 0.12);
    border-color: rgba(0, 167, 172, 0.12);
}

.note-editor .note-toolbar .note-dropdown-menu, .note-editor .note-toolbar .note-popover .popover-content .note-dropdown-menu {
    min-width: 200px;
}

.note-editor .note-toolbar .note-dropdown-menu a, .note-editor .note-toolbar .note-popover .popover-content .note-dropdown-menu a {
    font-family: var(--font-work-sans);
}

.note-editor .note-toolbar button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    width: unset;
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 167, 172, 0.12);
}

.note-editor .note-toolbar button i {
    position: relative;
    right: unset;
    bottom: unset;
    color: var(--primary-color1);
    cursor: pointer;
}

.note-editor .note-toolbar button span {
    color: var(--title-color1);
}

.note-editable {
    min-height: 150px;
}

.note-editable p {
    margin-bottom: 0px;
}

.hero5 {
    background: rgb(242, 242, 242);
    padding: 120px 150px;
    position: relative;
    z-index: 1;
}

.hero5 .hero-vector {
    position: absolute;
    left: 0px;
    top: 80px;
    z-index: -1;
}

@media (max-width: 1700px) {
    .hero5 {
        padding: 120px 80px;
    }
}

@media (max-width: 1399px) {
    .hero5 {
        padding: 120px 30px;
    }
}

@media (max-width: 576px) {
    .hero5 {
        padding: 100px 10px;
    }
}

.hero5 .hero-left .hero-content {
    max-width: 825px;
    width: 100%;
}

.hero5 .hero-left .hero-content h1 {
    font-size: 3.75rem;
    font-weight: 600;
    color: var(--primary-dark);
    font-family: var(--font-exo2);
    line-height: 1.2;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .hero5 .hero-left .hero-content h1 {
        font-size: 3.5rem;
    }
}

@media (max-width: 576px) {
    .hero5 .hero-left .hero-content h1 {
        font-size: 3rem;
    }
}

.hero5 .hero-left .hero-content h1 span {
    font-weight: 800;
    font-size: 4.063rem;
    color: var(--primary-dark);
}

@media (max-width: 1199px) {
    .hero5 .hero-left .hero-content h1 span {
        font-size: 3.8rem;
    }
}

@media (max-width: 576px) {
    .hero5 .hero-left .hero-content h1 span {
        font-size: 3.3rem;
    }
}

.hero5 .hero-left .hero-content p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 32px;
    color: rgb(121, 121, 121);
    margin-bottom: 50px;
}

.hero5 .hero-left .job-title, .hero5 .hero-left .category {
    border-radius: 50px;
    border: 0.5px solid rgb(0, 0, 0);
    background: rgb(249, 249, 249);
    height: 54px;
    padding-left: 60px;
    width: 100%;
    position: relative;
}

.hero5 .hero-left .job-title::after, .hero5 .hero-left .category::after {
    content: url("../images/icon/job4.svg");
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.hero5 .hero-left .job-title::before, .hero5 .hero-left .category::before {
    content: "";
    width: 1px;
    height: 22px;
    background: rgb(217, 217, 217);
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.hero5 .hero-left .category {
    max-width: 310px;
}

.hero5 .hero-left .category::after {
    content: url("../images/icon/category4.svg");
}

@media (max-width: 767px) {
    .hero5 .hero-left .category {
        max-width: 100%;
    }
}

.hero5 .hero-left .job-search-area {
    background: rgb(233, 233, 233);
    border-radius: 50px;
    padding: 15px 20px;
    width: 120%;
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .hero5 .hero-left .job-search-area {
        width: 100%;
    }
}

.hero5 .hero-left .job-search-area form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 767px) {
    .hero5 .hero-left .job-search-area form {
        flex-wrap: wrap;
    }
}

.hero5 .hero-left .job-search-area form .form-inner input {
    height: 52px;
    background: rgb(249, 249, 249);
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    color: var(--title-color1);
    padding: 20px 20px 20px 0px;
    line-height: 1;
    width: 100%;
    border-radius: 50px;
}

.hero5 .hero-left .job-search-area form .form-inner input::placeholder {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
}

.hero5 .hero-left .job-search-area form .form-inner .nice-select {
    height: 52px;
    border-radius: 50px;
    background: rgb(249, 249, 249);
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
    width: 100%;
    display: flex;
    align-items: center;
    border: unset;
    padding-left: 0px;
}

.hero5 .hero-left .job-search-area form .form-inner .nice-select .list {
    width: 100%;
}

.hero5 .hero-left .job-search-area form .form-inner .nice-select .list li {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
    display: flex;
    align-items: center;
}

.hero5 .hero-left .job-search-area form .form-inner .nice-select::after {
    border-bottom: 1px solid var(--primary-color1);
    border-right: 1px solid var(--primary-color1);
    height: 10px;
    margin-top: -6px;
    right: 27px;
    top: 50%;
    width: 10px;
}

.hero5 .hero-left .job-search-area form .form-inner .nice-select .option:hover, .hero5 .hero-left .job-search-area form .form-inner .nice-select .option.focus, .hero5 .hero-left .job-search-area form .form-inner .nice-select .option.selected.focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.hero5 .hero-left .job-search-area form .form-inner .primry-btn-3 {
    height: 100%;
    padding: 12px 44px;
    white-space: nowrap;
    border-radius: 50px;
    border: 1px solid var(--primary-dark);
}

.hero5 .hero-left .job-search-area form .form-inner .primry-btn-3 img {
    margin-right: 5px;
}

.hero5 .hero-left .job-search-area form .form-inner .primry-btn-3::before {
    border-radius: 50px;
}

.hero5 .hero-left .suggest-tag {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

@media (max-width: 576px) {
    .hero5 .hero-left .suggest-tag {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}

.hero5 .hero-left .suggest-tag h6 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    color: var(--title-color1);
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    white-space: nowrap;
}

.hero5 .hero-left .suggest-tag h6 img {
    margin-right: 5px;
}

.hero5 .hero-left .suggest-tag ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .hero5 .hero-left .suggest-tag ul {
        justify-content: center;
    }
}

.hero5 .hero-left .suggest-tag ul li {
    line-height: 1;
}

.hero5 .hero-left .suggest-tag ul li a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--text-color1);
    transition: all 0.35s ease 0s;
    line-height: 1;
}

.hero5 .hero-left .suggest-tag ul li a:hover {
    color: var(--primary-color1);
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .hero5 .hero-left .suggest-tag ul li a {
        font-size: 0.75rem;
    }
}

@media (max-width: 1399px) {
    .hero5 .hero-left .suggest-tag ul li a {
        font-size: 0.75rem;
    }
}

.hero5 .hero-right {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 991px) {
    .hero5 .hero-right {
        display: none;
        visibility: hidden;
    }
}

.hero5 .hero-right .hero-img1 {
    position: relative;
    z-index: 1;
}

.hero5 .hero-right .hero-img1::after {
    content: "";
    height: 100%;
    width: 100%;
    border: 0.5px solid rgba(0, 0, 0, 0.3);
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: -1;
}

.hero5 .hero-right .hero-img1 .vector {
    position: absolute;
    top: -44px;
    left: -44px;
}

.hero5 .hero-right .hero-img-group {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

@media (max-width: 1199px) {
    .hero5 .hero-right .hero-img-group {
        display: none;
        visibility: hidden;
    }
}

.hero5 .hero-right .hero-img-group .hero-img3 {
    position: relative;
    z-index: 1;
}

.hero5 .hero-right .hero-img-group .hero-img3::after {
    content: "";
    height: 112%;
    width: 100%;
    border: 0.5px solid rgba(0, 0, 0, 0.3);
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
}

.hero6 {
    margin: 0px 100px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .hero6 {
        margin: 0px 5%;
    }
}

@media (max-width: 1399px) {
    .hero6 {
        margin: 0px 5%;
    }
}

@media (max-width: 1199px) {
    .hero6 {
        margin: 0px 3%;
    }
}

.hero6 .hero-wapper {
    background-image: linear-gradient(rgba(23, 23, 23, 0.8), rgba(23, 23, 23, 0.8)), url("../images/bg/home6-banner-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.hero6 .hero-wapper .scroll-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -36px;
    z-index: 99;
}

.hero6 .hero-wapper .scroll-btn a {
    height: 72px;
    width: 32px;
    background: rgb(2, 11, 13);
    border: 1px solid rgba(0, 167, 172, 0.3);
    border-radius: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero6 .hero-wapper .scroll-btn a img {
    animation: 10s linear 0s infinite normal none running CSSright;
}

@keyframes CSSright {
    0% {
        margin-top: -20px;
    }

    50% {
        margin-top: 20px;
    }

    100% {
        margin-top: 0px;
    }
}

.hero6 .hero-wapper .hero-content {
    max-width: 950px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 110px 0px 130px;
}

.hero6 .hero-wapper .hero-content h1 {
    font-size: 4.375rem;
    font-weight: 600;
    color: var(--white);
    font-family: var(--font-exo2);
    line-height: 1.2;
    margin-bottom: 25px;
}

@media (max-width: 1399px) {
    .hero6 .hero-wapper .hero-content h1 {
        font-size: 3.8rem;
    }
}

@media (max-width: 1199px) {
    .hero6 .hero-wapper .hero-content h1 {
        font-size: 3.5rem;
    }
}

@media (max-width: 576px) {
    .hero6 .hero-wapper .hero-content h1 {
        font-size: 3.2rem;
    }
}

.hero6 .hero-wapper .hero-content h1 span {
    font-weight: 700;
    color: var(--primary-color1);
}

.hero6 .hero-wapper .hero-content p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.7;
    color: var(--white);
    max-width: 730px;
    width: 100%;
    margin: 0px auto;
}

.hero6 .hero-wapper .hero-content .job-title, .hero6 .hero-wapper .hero-content .location {
    border-radius: 50px;
    background: var(--white);
    padding-left: 32px;
    width: 100%;
    position: relative;
}

.hero6 .hero-wapper .hero-content .job-title::after, .hero6 .hero-wapper .hero-content .location::after {
    content: url("../images/icon/search-icon2.svg");
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-48%);
    line-height: 1;
}

.hero6 .hero-wapper .hero-content .job-title::before {
    content: "";
    width: 1px;
    height: 34px;
    background: rgb(211, 211, 211);
}

.hero6 .hero-wapper .hero-content .location {
    max-width: 310px;
}

.hero6 .hero-wapper .hero-content .location::after {
    content: url("../images/icon/category.svg");
}

@media (max-width: 767px) {
    .hero6 .hero-wapper .hero-content .location {
        max-width: 100%;
    }
}

.hero6 .hero-wapper .hero-content .job-search-area {
    background: rgb(255, 255, 255);
    border-radius: 50px;
    margin: 60px 0px 30px;
    padding: 10px 20px;
}

@media (max-width: 767px) {
    .hero6 .hero-wapper .hero-content .job-search-area {
        border-radius: 5px;
    }
}

.hero6 .hero-wapper .hero-content .job-search-area form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 767px) {
    .hero6 .hero-wapper .hero-content .job-search-area form {
        flex-wrap: wrap;
    }
}

.hero6 .hero-wapper .hero-content .job-search-area form .form-inner input {
    background: var(--white);
    font-family: var(--font-exo2);
    font-weight: 400;
    height: 48px;
    font-size: 0.938rem;
    color: var(--title-color1);
    padding: 12px 0px;
    line-height: 1;
    width: 100%;
}

.hero6 .hero-wapper .hero-content .job-search-area form .form-inner input::placeholder {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
}

.hero6 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select {
    background: var(--white);
    font-family: var(--font-exo2);
    height: 48px;
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
    width: 100%;
    display: flex;
    align-items: center;
    border: unset;
    padding-left: 0px;
}

.hero6 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select .list {
    width: 100%;
    top: 57px;
}

.hero6 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select .list li {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
    display: flex;
    align-items: center;
}

.hero6 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select::after {
    border-bottom: 1px solid var(--primary-color1);
    border-right: 1px solid var(--primary-color1);
    height: 10px;
    margin-top: -6px;
    right: 27px;
    top: 50%;
    width: 10px;
}

.hero6 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select .option:hover, .hero6 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select .option.focus, .hero6 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select .option.selected.focus {
    background-color: rgba(0, 167, 172, 0.1);
}

.hero6 .hero-wapper .hero-content .job-search-area form .form-inner .primry-btn-5 {
    height: 100%;
    padding: 12px 44px;
}

.hero6 .hero-wapper .hero-content .job-search-area form .form-inner .primry-btn-5 img {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .hero6 .hero-wapper .hero-content .job-search-area form .form-inner .primry-btn-5 {
        padding: 10px 50px;
        border-radius: 5px;
        max-width: 160px;
        width: 100%;
        margin: 0px auto;
    }
}

.hero6 .hero-wapper .hero-content .suggest-tag {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 576px) {
    .hero6 .hero-wapper .hero-content .suggest-tag {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}

.hero6 .hero-wapper .hero-content .suggest-tag h6 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    color: var(--white);
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    white-space: nowrap;
}

.hero6 .hero-wapper .hero-content .suggest-tag h6 i {
    font-size: 14px;
    margin-right: 3px;
    color: var(--primary-color1);
}

.hero6 .hero-wapper .hero-content .suggest-tag ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .hero6 .hero-wapper .hero-content .suggest-tag ul {
        justify-content: center;
    }
}

.hero6 .hero-wapper .hero-content .suggest-tag ul li {
    line-height: 1;
}

.hero6 .hero-wapper .hero-content .suggest-tag ul li a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--white);
    transition: all 0.35s ease 0s;
    line-height: 1;
}

.hero6 .hero-wapper .hero-content .suggest-tag ul li a:hover {
    color: var(--primary-color1);
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .hero6 .hero-wapper .hero-content .suggest-tag ul li a {
        font-size: 0.75rem;
    }
}

@media (max-width: 1399px) {
    .hero6 .hero-wapper .hero-content .suggest-tag ul li a {
        font-size: 0.75rem;
    }
}

.ml-185 {
    margin-left: 185px;
}

@media (max-width: 1700px) {
    .ml-185 {
        margin-left: 5%;
    }
}

@media (max-width: 1399px) {
    .ml-185 {
        margin-left: 5%;
    }
}

@media (max-width: 1199px) {
    .ml-185 {
        margin-left: 3%;
    }
}

.mr-185 {
    margin-right: 185px;
}

@media (max-width: 1700px) {
    .mr-185 {
        margin-right: 5%;
    }
}

@media (max-width: 1399px) {
    .mr-185 {
        margin-right: 5%;
    }
}

@media (max-width: 1199px) {
    .mr-185 {
        margin-right: 3%;
    }
}

.pl-185 {
    padding-left: 185px;
}

@media (max-width: 1700px) {
    .pl-185 {
        padding-left: 5%;
    }
}

@media (max-width: 1399px) {
    .pl-185 {
        padding-left: 5%;
    }
}

@media (max-width: 1199px) {
    .pl-185 {
        padding-left: 3%;
    }
}

.pr-185 {
    padding-right: 185px;
}

@media (max-width: 1700px) {
    .pr-185 {
        padding-right: 5%;
    }
}

@media (max-width: 1399px) {
    .pr-185 {
        padding-right: 5%;
    }
}

@media (max-width: 1199px) {
    .pr-185 {
        padding-right: 3%;
    }
}

.home6-category-area {
    position: relative;
}

.home6-category-area .slick-prev {
    position: absolute;
    right: 80px;
    top: -105px;
    left: unset;
}

.home6-category-area .slick-prev::after {
    content: url("../images/icon/slick-prev1.svg");
}

.home6-category-area .slick-prev::before {
    display: none;
    visibility: hidden;
}

.home6-category-area .slick-next {
    position: absolute;
    right: 15px;
    top: -105px;
}

.home6-category-area .slick-next::after {
    content: url("../images/icon/slick-next1.svg");
}

.home6-category-area .slick-next::before {
    display: none;
    visibility: hidden;
}

.home6-category-area .slick-arrow {
    opacity: 0.8;
    transition: all 0.35s ease 0s;
}

.home6-category-area .slick-arrow:hover {
    opacity: 1;
}

.home6-category-area .slide-item {
    padding: 12px;
}

.home6-category-card {
    background: rgb(0, 22, 24);
    border-radius: 5px;
    text-align: center;
    padding: 30px 20px 25px;
    transition: all 0.35s ease 0s;
    position: relative;
}

.home6-category-card .icon-wrap {
    display: flex;
    align-items: center;
    max-width: 72px;
    width: 100%;
    margin: 0px auto;
    transition: all 0.35s ease 0s;
}

.home6-category-card .icon-wrap .icon-left-vector, .home6-category-card .icon-wrap .icon-right-vector {
    transition: all 0.35s ease 0s;
}

.home6-category-card .icon-wrap .icon-left-vector svg, .home6-category-card .icon-wrap .icon-right-vector svg {
    stroke: rgb(40, 40, 40);
    fill: none;
    transition: all 0.35s ease 0s;
}

.home6-category-card .icon-wrap .icon {
    height: 50px;
    min-width: 50px;
    margin: 0px auto;
    border-radius: 50%;
    background-color: rgb(5, 34, 36);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.home6-category-card .category-content {
    padding-top: 25px;
}

.home6-category-card .category-content h5 {
    margin-bottom: 8px;
}

.home6-category-card .category-content h5 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--white);
    transition: all 0.35s ease 0s;
}

.home6-category-card .category-content h5 a:hover {
    color: var(--primary-color1);
}

.home6-category-card .category-content p {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.938rem;
    color: var(--white);
    margin-bottom: 0px;
}

.home6-category-card:hover .icon-wrap .icon-left-vector svg, .home6-category-card:hover .icon-wrap .icon-right-vector svg {
    stroke: var(--primary-color1);
}

.home6-trending-job-area {
    background: url("../images/bg/home6-trending-jobs-bg.png") center center / cover no-repeat rgb(3, 15, 17);
    padding-top: 90px;
    padding-bottom: 90px;
}

.tranding-job-card {
    position: relative;
    background: rgb(0, 22, 24);
    border-radius: 5px;
    padding: 40px;
    display: flex;
    gap: 20px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .tranding-job-card {
        padding: 40px 25px;
    }
}

@media (max-width: 1399px) {
    .tranding-job-card {
        padding: 40px 25px;
        gap: 12px;
    }
}

@media (max-width: 576px) {
    .tranding-job-card {
        flex-wrap: wrap;
    }
}

.tranding-job-card .bookmark {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 28px;
    height: 28px;
    border: 1px solid var(--primary-color1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
    cursor: pointer;
}

.tranding-job-card .bookmark i {
    color: var(--primary-color1);
    font-size: 14px;
    transition: all 0.35s ease 0s;
}

.tranding-job-card .bookmark:hover {
    background-color: var(--primary-color1);
}

.tranding-job-card .bookmark:hover i {
    color: var(--white);
}

.tranding-job-card .company-icon img {
    height: 54px;
    width: 54px;
    border-radius: 50%;
}

.tranding-job-card .trending-job-content .job-info {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

@media (max-width: 1300px) {
    .tranding-job-card .trending-job-content .job-info {
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .tranding-job-card .trending-job-content .job-info {
        margin-right: 50px;
    }
}

.tranding-job-card .trending-job-content .job-info .job-title-company {
    width: 100%;
}

.tranding-job-card .trending-job-content .job-info .job-title-company h5 {
    margin-bottom: 7px;
}

.tranding-job-card .trending-job-content .job-info .job-title-company h5 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--white);
    transition: all 0.35s ease 0s;
}

.tranding-job-card .trending-job-content .job-info .job-title-company h5 a:hover {
    color: var(--primary-color1);
}

.tranding-job-card .trending-job-content .job-info .job-title-company h6 {
    margin-bottom: 0px;
}

.tranding-job-card .trending-job-content .job-info .job-title-company h6 a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 8px;
}

.tranding-job-card .trending-job-content .job-info .job-type {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    margin-right: 50px;
    gap: 15px;
    max-width: 100%;
}

.tranding-job-card .trending-job-content .job-info .job-type span {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 12px;
    color: var(--white);
    display: inline-block;
    white-space: nowrap;
}

.tranding-job-card .trending-job-content .job-info .job-type span.white-border {
    color: rgb(200, 228, 255);
    border-color: rgb(200, 228, 255);
}

.tranding-job-card .trending-job-content .job-info .job-type span.light-green-border {
    color: rgb(180, 242, 193);
    border-color: rgb(180, 242, 193);
}

.tranding-job-card .trending-job-content .job-description {
    display: flex;
    gap: 50px;
}

@media (max-width: 1700px) {
    .tranding-job-card .trending-job-content .job-description {
        gap: 25px;
    }
}

@media (max-width: 1300px) {
    .tranding-job-card .trending-job-content .job-description {
        flex-wrap: wrap;
        gap: 0px;
    }
}

.tranding-job-card .trending-job-content .job-description ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

@media (max-width: 1300px) {
    .tranding-job-card .trending-job-content .job-description ul {
        margin-right: 15px;
    }
}

.tranding-job-card .trending-job-content .job-description ul li {
    position: relative;
    padding-left: 15px;
}

.tranding-job-card .trending-job-content .job-description ul li::after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 1px solid var(--primary-color1);
    position: absolute;
    left: 0px;
    top: 10px;
}

.tranding-job-card .trending-job-content .job-description ul li p {
    margin-bottom: 0px;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: var(--white);
}

.tranding-job-card .trending-job-content .job-description ul li p span {
    font-size: 0.938rem;
    color: rgb(203, 203, 203);
}

.tranding-job-card .trending-job-content .job-description ul li p span.time {
    font-size: 0.938rem;
    color: var(--white);
    font-weight: 400;
}

.tranding-job-card .trending-job-content .job-description ul li p span.title {
    font-family: var(--font-exo2);
    color: var(--white);
    font-weight: 500;
}

.tranding-job-card .trending-job-content .apply-btn {
    padding-top: 25px;
}

.tranding-job-card .trending-job-content .apply-btn a {
    color: var(--primary-color1);
    font-size: 1rem;
}

.tranding-job-card .trending-job-content .apply-btn a span {
    margin-left: 12px;
}

.tranding-job-card .trending-job-content .apply-btn a span::after {
    top: 1px;
}

.home6-counter-area .counter-wrapper {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .home6-counter-area .counter-wrapper {
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
    }
}

.home6-counter-area .counter-wrapper .counter-single {
    display: flex;
    align-items: center;
    transition: all 0.35s ease 0s;
    max-width: 250px;
    width: 100%;
    position: relative;
}

.home6-counter-area .counter-wrapper .counter-single::after {
    content: "";
    width: 1px;
    height: 315px;
    background-color: rgb(6, 24, 27);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .home6-counter-area .counter-wrapper .counter-single::after {
        left: -50px;
    }
}

@media (max-width: 1399px) {
    .home6-counter-area .counter-wrapper .counter-single::after {
        left: -50px;
    }
}

@media (max-width: 1199px) {
    .home6-counter-area .counter-wrapper .counter-single::after {
        left: -20px;
    }
}

@media (max-width: 991px) {
    .home6-counter-area .counter-wrapper .counter-single::after {
        display: none;
        visibility: hidden;
    }
}

.home6-counter-area .counter-wrapper .counter-single.one::after {
    display: none;
    visibility: hidden;
}

.home6-counter-area .counter-wrapper .counter-single .counter-icon {
    padding-right: 30px;
    position: relative;
    transition: all 0.35s ease 0s;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home6-counter-area .counter-wrapper .counter-single .counter-icon {
        padding-right: 20px;
    }
}

.home6-counter-area .counter-wrapper .counter-single .counter-icon::after {
    content: "";
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background-color: rgba(0, 167, 172, 0.1);
    position: absolute;
    bottom: -12px;
    right: 12px;
}

.home6-counter-area .counter-wrapper .counter-single .coundown p {
    margin-bottom: 0px;
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--white);
    padding-top: 13px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home6-counter-area .counter-wrapper .counter-single .coundown p {
        font-size: 1rem;
    }
}

.home6-counter-area .counter-wrapper .counter-single .coundown h3 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 2.25rem;
    color: var(--white);
    margin-bottom: 0px;
    line-height: 1;
}

.home6-counter-area .counter-wrapper .counter-single .coundown span {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 2.25rem;
    color: var(--white);
    margin-left: -6px;
    line-height: 1;
}

.home6-counter-area .counter-wrapper .counter-single:hover .counter-icon > svg {
    fill: var(--white);
}

.home6-counter-area .counter-wrapper .counter-single:hover .counter-icon .icon-bg svg {
    fill: var(--primary-color1);
}

.home6-customer-feedback-area {
    background-color: rgb(3, 15, 17);
    background-image: url("../images/bg/home6-feedback-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
}

.home6-customer-feedback-area .swiper-wrapper {
    align-items: center;
}

.home6-customer-feedback-area .feedback-wrrap {
    background: rgb(0, 22, 24);
    border-radius: 5px;
    padding: 40px;
    text-align: center;
    transition: all 0.35s ease 0s;
}

.home6-customer-feedback-area .feedback-wrrap .author-img-wrap {
    display: flex;
    align-items: center;
    max-width: 94px;
    margin: 0px auto 18px;
    transition: all 0.35s ease 0s;
}

.home6-customer-feedback-area .feedback-wrrap .author-img-wrap .icon-left-vector {
    stroke: rgb(40, 40, 40);
    fill: none;
    transition: all 0.35s ease 0s;
}

.home6-customer-feedback-area .feedback-wrrap .author-img-wrap .icon-right-vector {
    stroke: rgb(40, 40, 40);
    fill: none;
    transition: all 0.35s ease 0s;
}

.home6-customer-feedback-area .feedback-wrrap .author-img-wrap .author-img img {
    height: 66px;
    width: 66px;
    border-radius: 50%;
}

.home6-customer-feedback-area .feedback-wrrap .author-review {
    margin-bottom: 15px;
}

.home6-customer-feedback-area .feedback-wrrap .author-review ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.home6-customer-feedback-area .feedback-wrrap .author-review ul li i {
    color: rgb(213, 179, 5);
}

.home6-customer-feedback-area .feedback-wrrap p {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 38px;
    color: var(--white);
    margin-bottom: 0px;
}

.home6-customer-feedback-area .feedback-wrrap .author-name-deg {
    padding-top: 25px;
}

.home6-customer-feedback-area .feedback-wrrap .author-name-deg h5 {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--white);
    margin-bottom: 5px;
}

.home6-customer-feedback-area .feedback-wrrap .author-name-deg span {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: var(--white);
}

.home6-customer-feedback-area .feedback-wrrap:hover .author-img-wrap .icon-left-vector {
    stroke: var(--primary-color1);
}

.home6-customer-feedback-area .feedback-wrrap:hover .author-img-wrap .icon-right-vector {
    stroke: var(--primary-color1);
}

.home6-working-process .working-process-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

@media (max-width: 1199px) {
    .home6-working-process .working-process-wrap {
        gap: 24px;
    }
}

@media (max-width: 991px) {
    .home6-working-process .working-process-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.home6-working-process .working-process-wrap .single-working-process {
    max-width: 260px;
    width: 100%;
    text-align: center;
    background: rgb(0, 22, 24);
    border-radius: 5px;
    padding: 30px 20px 25px;
    transition: all 0.35s ease 0s;
    position: relative;
}

.home6-working-process .working-process-wrap .single-working-process .sl {
    position: absolute;
    right: -55px;
    top: 55px;
}

@media (max-width: 1399px) {
    .home6-working-process .working-process-wrap .single-working-process .sl {
        right: -48px;
    }
}

@media (max-width: 1199px) {
    .home6-working-process .working-process-wrap .single-working-process .sl {
        right: 20px;
        top: 20px;
    }
}

.home6-working-process .working-process-wrap .single-working-process .sl h3 {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-text-stroke: 1px rgb(8, 43, 49);
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
}

.home6-working-process .working-process-wrap .single-working-process::after {
    content: "";
    width: 163px;
    height: 1px;
    background: rgb(8, 43, 49);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -163px;
}

@media (max-width: 991px) {
    .home6-working-process .working-process-wrap .single-working-process::after {
        display: none;
        visibility: hidden;
    }
}

.home6-working-process .working-process-wrap .single-working-process::before {
    content: "";
    height: 18px;
    width: 18px;
    transform-origin: 66% 66%;
    border-top: 1px solid rgb(8, 43, 49);
    border-right: 1px solid rgb(8, 43, 49);
    position: absolute;
    top: 51%;
    transform: translateY(-50%) rotate(45deg);
    left: -24px;
}

@media (max-width: 991px) {
    .home6-working-process .working-process-wrap .single-working-process::before {
        display: none;
        visibility: hidden;
    }
}

.home6-working-process .working-process-wrap .single-working-process.four::after {
    display: none;
    visibility: hidden;
}

.home6-working-process .working-process-wrap .single-working-process.four .sl {
    display: none;
    visibility: hidden;
}

@media (max-width: 1199px) {
    .home6-working-process .working-process-wrap .single-working-process.four .sl {
        display: block;
        visibility: visible;
    }
}

.home6-working-process .working-process-wrap .single-working-process.one::before {
    display: none;
    visibility: hidden;
}

.home6-working-process .working-process-wrap .single-working-process .icon-wrap {
    display: flex;
    align-items: center;
    max-width: 72px;
    width: 100%;
    margin: 0px auto;
    transition: all 0.35s ease 0s;
}

.home6-working-process .working-process-wrap .single-working-process .icon-wrap .icon-left-vector, .home6-working-process .working-process-wrap .single-working-process .icon-wrap .icon-right-vector {
    transition: all 0.35s ease 0s;
    opacity: 0;
}

.home6-working-process .working-process-wrap .single-working-process .icon-wrap .icon-left-vector svg, .home6-working-process .working-process-wrap .single-working-process .icon-wrap .icon-right-vector svg {
    stroke: var(--primary-color1);
    fill: none;
    transition: all 0.35s ease 0s;
}

.home6-working-process .working-process-wrap .single-working-process .icon-wrap .icon {
    height: 50px;
    min-width: 50px;
    margin: 0px auto;
    border-radius: 50%;
    border: 1px solid var(--primary-color1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.home6-working-process .working-process-wrap .single-working-process .working-process-content {
    padding-top: 25px;
}

.home6-working-process .working-process-wrap .single-working-process .working-process-content h5 {
    margin-bottom: 8px;
}

.home6-working-process .working-process-wrap .single-working-process .working-process-content h5 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--white);
    transition: all 0.35s ease 0s;
}

.home6-working-process .working-process-wrap .single-working-process .working-process-content h5 a:hover {
    color: var(--primary-color1);
}

.home6-working-process .working-process-wrap .single-working-process .working-process-content p {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.938rem;
    color: var(--white);
    margin-bottom: 0px;
}

.home6-working-process .working-process-wrap .single-working-process:hover .icon-wrap .icon-left-vector, .home6-working-process .working-process-wrap .single-working-process:hover .icon-wrap .icon-right-vector {
    opacity: 1;
}

.home6-top-recruiters {
    background-color: rgb(3, 15, 17);
    background-image: url("../images/bg/home6-top-recruters-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
}

.home6-top-recruiters .slick-prev {
    position: absolute;
    right: 80px;
    top: -105px;
    left: unset;
}

.home6-top-recruiters .slick-prev::after {
    content: url("../images/icon/slick-prev1.svg");
}

.home6-top-recruiters .slick-prev::before {
    display: none;
    visibility: hidden;
}

.home6-top-recruiters .slick-next {
    position: absolute;
    right: 15px;
    top: -105px;
}

.home6-top-recruiters .slick-next::after {
    content: url("../images/icon/slick-next1.svg");
}

.home6-top-recruiters .slick-next::before {
    display: none;
    visibility: hidden;
}

.home6-top-recruiters .slick-arrow {
    opacity: 0.8;
    transition: all 0.35s ease 0s;
}

.home6-top-recruiters .slick-arrow:hover {
    opacity: 1;
}

.home6-top-recruiters .slide-item {
    padding: 12px;
}

@media (max-width: 576px) {
    .home6-top-recruiters .slide-item {
        padding: 12px 5px;
    }
}

.home6-top-recruiters .recruters-card {
    background-color: rgb(0, 22, 24);
    border-radius: 5px;
    transition: all 0.35s ease 0s;
    padding: 30px;
    border: 1px solid transparent;
}

@media (max-width: 576px) {
    .home6-top-recruiters .recruters-card {
        padding: 25px 20px;
    }
}

.home6-top-recruiters .recruters-card .company-area {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.home6-top-recruiters .recruters-card .company-area .logo {
    margin-right: 20px;
}

.home6-top-recruiters .recruters-card .company-area .logo img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

@media (max-width: 576px) {
    .home6-top-recruiters .recruters-card .company-area .logo {
        margin-right: 15px;
    }
}

.home6-top-recruiters .recruters-card .company-area .name-location {
    width: 100%;
    position: relative;
}

.home6-top-recruiters .recruters-card .company-area .name-location h5 {
    margin-bottom: 3px;
}

.home6-top-recruiters .recruters-card .company-area .name-location h5 a {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--white);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.home6-top-recruiters .recruters-card .company-area .name-location h5 a:hover {
    color: var(--primary-color1);
}

.home6-top-recruiters .recruters-card .company-area .name-location p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    font-size: 0.938rem;
    font-weight: 400;
    color: var(--white);
    font-family: var(--font-work-sans);
}

.home6-top-recruiters .recruters-card .company-area .name-location p img {
    margin-right: 8px;
}

.home6-top-recruiters .recruters-card .job-details-vacancies {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

@media (max-width: 767px) {
    .home6-top-recruiters .recruters-card .job-details-vacancies {
        flex-wrap: wrap;
    }
}

.home6-top-recruiters .recruters-card .job-details-vacancies .vacancies p {
    color: var(--white);
    margin-bottom: 0px;
    font-size: 1rem;
}

.home6-top-recruiters .recruters-card .job-details-vacancies .vacancies p span {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--white);
}

.home6-top-recruiters .recruters-card .job-details-vacancies .apply-btn a {
    font-size: 0.938rem;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.home6-top-recruiters .recruters-card .job-details-vacancies .apply-btn a span {
    display: inline-block;
    margin-left: 10px;
    margin-right: -20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

.home6-top-recruiters .recruters-card .job-details-vacancies .apply-btn a span img {
    width: 18px;
    display: initial;
}

.home6-top-recruiters .recruters-card .job-details-vacancies .apply-btn a span::after {
    content: url("../images/icon/apply-arrow.svg");
    position: relative;
    left: -26px;
    top: 2px;
    transition: all 0.35s ease 0s;
}

.home6-top-recruiters .recruters-card .job-details-vacancies .apply-btn a:hover {
    color: var(--primary-color1);
}

.home6-top-recruiters .recruters-card .job-details-vacancies .apply-btn a:hover span::after {
    left: -22px;
}

.home6-top-recruiters .recruters-card:hover {
    border: 1px solid rgba(0, 167, 172, 0.5);
}

.home6-article-area {
    background: rgb(3, 15, 17);
    padding-top: 90px;
    padding-bottom: 90px;
}

.recent-article-wrap2 .recent-article-img {
    border-radius: 5px;
    position: relative;
}

@media (max-width: 767px) {
    .recent-article-wrap2 .recent-article-img img {
        width: 100%;
    }
}

.recent-article-wrap2 .recent-article-img .publish-area {
    width: 82px;
    height: 73px;
    background: rgb(2, 11, 13);
    border: 1px solid rgba(0, 167, 172, 0.4);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 20px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

@media (max-width: 1399px) {
    .recent-article-wrap2 .recent-article-img .publish-area {
        width: 70px;
        height: 65px;
        margin-right: 15px;
    }
}

.recent-article-wrap2 .recent-article-img .publish-area a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    color: var(--primary-color1);
}

@media (max-width: 1199px) {
    .recent-article-wrap2 .recent-article-img .publish-area a {
        font-size: 14px;
    }
}

.recent-article-wrap2 .recent-article-img .publish-area a span {
    display: block;
    font-weight: 600;
    font-size: 1.125rem;
}

@media (max-width: 1199px) {
    .recent-article-wrap2 .recent-article-img .publish-area a span {
        font-size: 16px;
    }
}

.recent-article-wrap2 .recent-article-img img {
    border-radius: 5px;
}

.recent-article-wrap2 .recent-article-content {
    padding: 0px 15px;
}

@media (max-width: 1399px) {
    .recent-article-wrap2 .recent-article-content {
        padding: 0px 10px;
    }
}

.recent-article-wrap2 .recent-article-content .recent-article-meta {
    display: flex;
    align-items: flex-end;
    margin-top: -30px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .recent-article-wrap2 .recent-article-content .recent-article-meta {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

.recent-article-wrap2 .recent-article-content .recent-article-meta .publish-area {
    width: 82px;
    height: 65px;
    background: rgb(2, 11, 13);
    border: 1px solid rgba(0, 167, 172, 0.4);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 20px;
    position: relative;
    transition: all 0.35s ease 0s;
}

@media (max-width: 1399px) {
    .recent-article-wrap2 .recent-article-content .recent-article-meta .publish-area {
        width: 70px;
        height: 65px;
        margin-left: 15px;
    }
}

@media (max-width: 1199px) {
    .recent-article-wrap2 .recent-article-content .recent-article-meta .publish-area {
        display: none;
        visibility: hidden;
    }
}

.recent-article-wrap2 .recent-article-content .recent-article-meta .publish-area a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    color: var(--primary-color1);
    transition: all 0.35s ease 0s;
}

@media (max-width: 1500px) {
    .recent-article-wrap2 .recent-article-content .recent-article-meta .publish-area a {
        font-size: 14px;
    }
}

.recent-article-wrap2 .recent-article-content .recent-article-meta .publish-area a span {
    display: block;
    font-weight: 600;
    font-size: 1.125rem;
}

@media (max-width: 1199px) {
    .recent-article-wrap2 .recent-article-content .recent-article-meta .publish-area a span {
        font-size: 16px;
    }
}

.recent-article-wrap2 .recent-article-content .recent-article-meta .publish-area:hover {
    background-color: var(--primary-color1);
}

.recent-article-wrap2 .recent-article-content .recent-article-meta .publish-area:hover a {
    color: var(--white);
}

.recent-article-wrap2 .recent-article-content .recent-article-meta ul {
    display: flex;
    align-items: center;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    gap: 25px;
}

@media (max-width: 1500px) {
    .recent-article-wrap2 .recent-article-content .recent-article-meta ul {
        gap: 15px;
    }
}

.recent-article-wrap2 .recent-article-content .recent-article-meta ul li a {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: var(--white);
    transition: all 0.35s ease 0s;
    display: flex;
    align-items: center;
}

.recent-article-wrap2 .recent-article-content .recent-article-meta ul li a img {
    margin-right: 8px;
}

@media (max-width: 1500px) {
    .recent-article-wrap2 .recent-article-content .recent-article-meta ul li a {
        font-size: 13px;
    }

    .recent-article-wrap2 .recent-article-content .recent-article-meta ul li a img {
        margin-right: 5px;
    }
}

.recent-article-wrap2 .recent-article-content .recent-article-meta ul li a:hover {
    color: var(--primary-color1);
}

.recent-article-wrap2 .recent-article-content h4 {
    margin-bottom: 17px;
}

.recent-article-wrap2 .recent-article-content h4 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.4;
    color: var(--white);
    transition: all 0.35s ease 0s;
}

@media (max-width: 1199px) {
    .recent-article-wrap2 .recent-article-content h4 a {
        font-size: 20px;
    }
}

.recent-article-wrap2 .recent-article-content h4 a:hover {
    color: var(--primary-color1);
}

.recent-article-wrap2 .recent-article-content .explore-btn a {
    color: var(--primary-color1);
}

.recent-article-wrap2 .recent-article-content .explore-btn a span {
    margin-left: 15px;
}

.recent-article-wrap2 .recent-article-content .explore-btn a span::after {
    content: url("../images/icon/apply-arrow.svg");
    position: relative;
    left: -28px;
    top: 1px;
    transition: all 0.35s ease 0s;
}

.recent-article-wrap2 .recent-article-content .explore-btn a:hover span::after {
    content: url("../images/icon/apply-arrow.svg");
    position: relative;
    left: -26px;
    top: 1px;
    transition: all 0.35s ease 0s;
}

.company-job-detaiils-page .job-details-and-counter-area {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 50px 40px;
}

@media (max-width: 576px) {
    .company-job-detaiils-page .job-details-and-counter-area {
        padding: 50px 20px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area h3 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.875rem;
    color: var(--primary-color1);
    margin-bottom: 12px;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area h3 span {
    color: var(--title-color1);
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 576px) {
    .company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area ul {
        display: block;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area ul li {
    font-family: var(--font-exo2);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-color1);
    display: flex;
    gap: 5px;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area ul li span {
    font-family: var(--font-exo2);
    font-weight: 500;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area ul li:first-child {
    margin-bottom: 3px;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(228, 228, 228);
    border-radius: 5px;
    padding: 15px 40px;
}

@media (max-width: 576px) {
    .company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group {
        padding: 12px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 576px) {
    .company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul {
        gap: 20px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--text-color1);
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 8px;
    transition: all 0.35s ease 0s;
}

@media (max-width: 576px) {
    .company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li a {
        gap: 5px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li a span {
    height: 28px;
    width: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0, 180, 220);
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li a:hover {
    color: rgb(0, 180, 220);
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li:nth-child(2) a span {
    background: rgb(0, 204, 155);
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li:nth-child(2) a:hover {
    color: rgb(0, 204, 155);
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li:nth-child(3) a span {
    background: rgb(0, 130, 224);
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li:nth-child(3) a:hover {
    color: rgb(0, 130, 224);
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 167, 172, 0.12);
}

@media (max-width: 767px) {
    .company-job-detaiils-page .job-details-and-counter-area .filter-button-group {
        flex-wrap: wrap;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .back-btn {
    padding-bottom: 12px;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .back-btn a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: rgb(0, 180, 220);
    transition: all 0.35s ease 0s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .back-btn a svg {
    fill: rgb(0, 180, 220);
    transition: all 0.35s ease 0s;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .back-btn a:hover {
    color: var(--primary-color1);
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .back-btn a:hover svg {
    fill: var(--primary-color1);
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 50px;
    width: 100%;
    border: none;
}

@media (max-width: 767px) {
    .company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs {
        gap: 17px;
        margin-right: 20px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link {
    padding: 0px 0px 12px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--text-color1);
    display: flex;
    align-items: center;
    border: none;
    position: relative;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link svg {
    fill: var(--text-color1);
    margin-right: 5px;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link:focus {
    border: none;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link.active {
    border: none;
    position: relative;
    color: var(--title-color1);
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link.active svg {
    fill: var(--title-color1);
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-bottom: 1px solid var(--primary-color1);
    width: 100%;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    height: 20px;
    width: 20px;
    background-color: var(--white);
    transform: rotate(45deg) translateX(-50%);
    border-top: none;
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single {
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 25px 15px;
    text-align: center;
    position: relative;
    transition: all 0.35s ease 0s;
}

@media (max-width: 1399px) {
    .company-job-detaiils-page .job-details-and-counter-area .counter-single {
        padding: 25px 12px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single .total-number {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgb(248, 248, 248);
    border: 1px dashed rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 10px;
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single .total-number h3 {
    margin-bottom: 0px;
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 24px;
    color: var(--white);
    line-height: 1;
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single p {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.938rem;
    color: var(--title-color1);
    margin-bottom: 0px;
}

@media (max-width: 1399px) {
    .company-job-detaiils-page .job-details-and-counter-area .counter-single p {
        font-size: 1rem;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.one .total-number {
    background: rgb(0, 130, 224);
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.two .total-number {
    background: rgb(249, 113, 55);
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.three .total-number {
    background: rgb(1, 153, 238);
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.four .total-number {
    background: rgb(223, 161, 0);
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.five .total-number {
    background: rgb(0, 210, 135);
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.six .total-number {
    background: rgb(255, 33, 33);
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.six p {
    color: rgb(255, 33, 33);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single:hover::after {
    background: var(--primary-color1);
}

.company-job-detaiils-page .applied-list-wrap {
    position: relative;
}

.company-job-detaiils-page .applied-list-wrap .filter-area {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
    padding: 40px 25px;
    position: sticky;
    top: 90px;
}

@media (max-width: 1199px) {
    .company-job-detaiils-page .applied-list-wrap .filter-area {
        padding: 40px 15px;
    }
}

@media (max-width: 991px) {
    .company-job-detaiils-page .applied-list-wrap .filter-area {
        position: relative;
        top: unset;
    }
}

.company-job-detaiils-page .applied-list-wrap .filter-area::before {
    content: "";
    width: 100%;
    height: 4px;
    background: rgb(0, 167, 172);
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 10px 10px 0px 0px;
}

.company-job-detaiils-page .applied-list-wrap .filter-area h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color1);
    margin-bottom: 25px;
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2 {
    width: 99% !important;
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-container .select2-selection--single {
    height: 46px;
    display: flex;
    align-items: center;
    background: rgb(246, 246, 246);
    border-color: rgb(246, 246, 246) !important;
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
    visibility: hidden;
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-selection__rendered {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-dropdown {
    border-color: rgb(238, 238, 238);
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top: 5px solid transparent;
    border-left: 4px solid transparent;
    left: 50%;
    margin-left: -7px;
    margin-top: -2px;
    position: absolute;
    top: 47%;
    border-bottom: 1px solid var(--primary-color1);
    border-right: 1px solid var(--primary-color1);
    height: 8px;
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-right-width: 4px;
    border-bottom-width: 5px;
    border-top: 1px solid var(--primary-color1);
    border-left: 1px solid var(--primary-color1);
    height: 8px;
    width: 8px;
    top: 59%;
}

.select2-dropdown {
    border-color: rgb(238, 238, 238);
    background-color: rgb(255, 255, 255);
}

.select2-dropdown .select2-search__field {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: var(--title-color1);
}

.select2-dropdown .select2-results__option {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: var(--title-color1);
}

.table-wrapper2 .table-filter-area {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(197, 197, 197);
    border-radius: 5px;
    padding: 20px 40px;
}

@media (max-width: 1399px) {
    .table-wrapper2 .table-filter-area {
        padding: 20px;
    }
}

.table-wrapper2 .table-filter-area form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 1399px) {
    .table-wrapper2 .table-filter-area form {
        gap: 15px;
    }
}

@media (max-width: 1199px) {
    .table-wrapper2 .table-filter-area form {
        flex-wrap: wrap;
        justify-content: start;
    }
}

.table-wrapper2 .table-filter-area form .form-wrap {
    background: rgb(239, 243, 242);
    border-radius: 5px;
    padding: 12px 15px;
    min-width: 275px;
    height: 78px;
}

@media (max-width: 1399px) {
    .table-wrapper2 .table-filter-area form .form-wrap {
        min-width: 230px;
    }
}

@media (max-width: 1199px) {
    .table-wrapper2 .table-filter-area form .form-wrap {
        width: 100%;
    }
}

.table-wrapper2 .table-filter-area form .form-wrap .form-inner {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    gap: 20px;
    height: 52px;
}

.table-wrapper2 .table-filter-area form .form-wrap .form-inner h6 {
    margin: 0px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.table-wrapper2 .table-filter-area form .form-wrap .form-inner p {
    margin: 0px;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    color: var(--title-color1);
    white-space: nowrap;
}

.table-wrapper2 .table-filter-area form .form-wrap .form-inner .button-wrap ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.table-wrapper2 .table-filter-area form .form-wrap .form-inner .button-wrap ul li a {
    display: inline-block;
}

.table-wrapper2 .table-filter-area form .form-wrap .form-inner .button-wrap ul li a button {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid rgb(46, 125, 50);
    background-color: rgb(255, 255, 255);
}

.table-wrapper2 .table-filter-area form .form-wrap .form-inner .button-wrap ul li:nth-child(2) a button {
    border: 1px solid rgb(81, 142, 248);
}

.table-wrapper2 .table-filter-area form .form-wrap .form-inner .select-area {
    width: 100%;
}

.table-wrapper2 .table-filter-area form .form-wrap .form-inner .select-area .nice-select {
    padding: 0px 20px 0px 0px;
    width: 100%;
    height: 100%;
    border: none;
    line-height: 1;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    color: var(--title-color1);
}

.table-wrapper2 .table-filter-area form .form-wrap .form-inner .select-area .nice-select .list {
    width: 100%;
    top: 45px;
}

.table-wrapper2 .table-filter-area form .form-wrap .form-inner .select-area .nice-select .list li {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: var(--title-color1);
    display: flex;
    align-items: center;
    padding: 0px 15px;
}

.table-wrapper2 .table-filter-area form .form-wrap .form-inner .select-area .nice-select::after {
    border-bottom: 1px solid var(--title-color1);
    border-right: 1px solid var(--title-color1);
    height: 8px;
    margin-top: -5px;
    right: 0px;
    top: 50%;
    width: 8px;
}

.table-wrapper2 .table-filter-area form .form-wrap.style-2 {
    display: flex;
    align-items: center;
    width: 100%;
}

.table-wrapper2 .table-filter-area form .form-wrap.style-2 .form-inner {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    gap: 20px;
    height: 52px;
}

.table-wrapper2 .table-filter-area form .form-wrap.style-3 .form-inner {
    width: 100%;
}

.table-wrapper2 .table-filter-area form .form-wrap.style-3 .form-inner .input-area {
    display: flex;
    align-items: center;
    width: 100%;
}

.table-wrapper2 .table-filter-area form .form-wrap.style-3 .form-inner .input-area img {
    margin-right: 10px;
}

.table-wrapper2 .table-filter-area form .form-wrap.style-3 .form-inner .input-area input {
    width: 100%;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    color: var(--title-color1);
}

.table-wrapper2 .table-filter-area form .form-wrap.style-3 .form-inner .input-area input::placeholder {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    color: var(--title-color1);
}

.table-wrapper2 .table-filter-area form .form-wrap.style-3 button {
    padding: 12px 27px;
    border: 1px solid rgb(0, 167, 172);
    color: var(--primary-color1);
    margin-left: 15px;
}

.table-wrapper2 .table-filter-area form .form-wrap.style-3 button:hover {
    color: var(--white);
}

.table-wrapper2 .title-and-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .table-wrapper2 .title-and-btn {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }
}

.table-wrapper2 .title-and-btn .title h4 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--title-color1);
    margin-bottom: 0px;
}

@media (max-width: 576px) {
    .table-wrapper2 .title-and-btn .title {
        margin-right: 50px;
    }
}

.table-wrapper2 .title-and-btn .job-post-btn a {
    background-color: rgb(0, 135, 211);
    padding: 10px 22px;
}

.table-wrapper2 .eg-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .table-wrapper2 .eg-table {
        display: block;
        width: 100%;
    }

    .table-wrapper2 .eg-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0px;
        width: 30%;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        color: rgb(31, 41, 55);
    }
}

.table-wrapper2 .eg-table thead {
    background: rgb(0, 167, 172);
    border-radius: 5px;
    border: 1px solid rgb(0, 167, 172);
}

@media (max-width: 767px) {
    .table-wrapper2 .eg-table thead {
        display: none;
        visibility: hidden;
    }
}

.table-wrapper2 .eg-table thead tr {
    border-color: var(--primary-color1);
}

.table-wrapper2 .eg-table thead tr th {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--white);
    padding: 15px 20px;
    vertical-align: middle;
}

.table-wrapper2 .eg-table thead tr th:first-child {
    text-align: start;
    padding-left: 60px;
}

.table-wrapper2 .eg-table thead tr th:last-child {
    text-align: start;
    padding-right: 60px;
}

@media (max-width: 767px) {
    .table-wrapper2 .eg-table tbody {
        display: block;
        width: 100%;
    }
}

.table-wrapper2 .eg-table tbody tr {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 167, 172, 0.12);
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .table-wrapper2 .eg-table tbody tr {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

.table-wrapper2 .eg-table tbody tr td {
    padding: 20px;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .table-wrapper2 .eg-table tbody tr td {
        padding: 20px 10px;
    }
}

.table-wrapper2 .eg-table tbody tr td .employee-info {
    display: flex;
    gap: 15px;
}

@media (max-width: 576px) {
    .table-wrapper2 .eg-table tbody tr td .employee-info {
        flex-wrap: wrap;
    }
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal {
    z-index: 99999;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-dialog {
    max-width: 1320px;
    margin: 0px auto;
    padding-top: 160px;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-dialog .modal-content {
    padding: 0px;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-dialog .modal-content .author-img {
    margin-right: 0px;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header {
    position: relative;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header .button-groups ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header .button-groups ul li .primary-bg {
    background: var(--primary-color1);
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header .button-groups ul li .red-bg {
    background: rgb(255, 33, 33);
    text-transform: capitalize;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header .button-groups ul li button {
    background: rgb(0, 135, 211);
    border-radius: 4px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.875rem;
    color: rgb(255, 255, 255);
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 1;
    margin-bottom: 4px;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header .button-groups ul li button::after {
    transition: all 0.5s ease 0s;
    position: absolute;
    border-radius: 4px;
    inset: 0px 50%;
    opacity: 0;
    content: "";
    background-color: var(--primary-dark);
    z-index: -1;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header .button-groups ul li button:hover::after {
    transition: all 0.5s ease 0s;
    left: 0px;
    right: 0px;
    opacity: 1;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header .btn-close {
    margin: 0px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-footer .button-groups ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-footer .button-groups ul li .primary-bg {
    background: var(--primary-color1);
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-footer .button-groups ul li .red-bg {
    background: rgb(255, 33, 33);
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-footer .button-groups ul li button {
    background: rgb(0, 135, 211);
    border-radius: 4px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.875rem;
    color: rgb(255, 255, 255);
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 1;
    margin-bottom: 4px;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-footer .button-groups ul li button::after {
    transition: all 0.5s ease 0s;
    position: absolute;
    border-radius: 4px;
    inset: 0px 50%;
    opacity: 0;
    content: "";
    background-color: var(--primary-dark);
    z-index: -1;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-footer .button-groups ul li button:hover::after {
    transition: all 0.5s ease 0s;
    left: 0px;
    right: 0px;
    opacity: 1;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-img img {
    height: 60px;
    width: 58px;
    border-radius: 5px;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content {
    margin-top: -6px;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content button {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    color: var(--title-color1);
    text-align: start;
    background-color: transparent;
    padding: 0px;
    border: none;
    display: block;
    margin-bottom: 2px;
    transition: all 0.35s ease 0s;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content button:hover {
    color: var(--primary-color1);
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content button:focus {
    box-shadow: none;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content > span {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    color: var(--text-color1);
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content > span img {
    margin-right: 5px;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content p {
    margin-bottom: 0px;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    color: var(--text-color1);
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content p span {
    font-weight: 500;
    color: var(--title-color1);
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary h6 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    color: var(--title-color1);
    margin-bottom: 8px;
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary h6 span {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.938rem;
    color: var(--text-color1);
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary ul li {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 0.938rem;
    color: var(--text-color1);
    margin-bottom: 3px;
    padding-left: 15px;
    position: relative;
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary ul li:last-child {
    margin-bottom: 0px;
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary ul li::before {
    content: "";
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 1px solid rgb(0, 167, 172);
    position: absolute;
    left: 0px;
    top: 7px;
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary ul li span {
    font-weight: 500;
    color: var(--title-color1);
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group {
    display: flex;
    justify-content: center;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li {
    margin-bottom: 15px;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li:last-child {
    margin-bottom: 0px;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button {
    background: rgb(0, 135, 211);
    border-radius: 4px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.875rem;
    color: rgb(255, 255, 255);
    padding: 3px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button.reject {
    background: rgb(255, 33, 33);
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button svg {
    fill: var(--title-color1);
    margin-right: 8px;
    transition: all 0.5s ease 0s;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button::after {
    transition: all 0.5s ease 0s;
    position: absolute;
    border-radius: 4px;
    inset: 0px 50%;
    opacity: 0;
    content: "";
    background-color: var(--primary-dark);
    z-index: -1;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button:hover {
    color: var(--white);
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button:hover svg {
    fill: var(--white);
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button:hover::after {
    transition: all 0.5s ease 0s;
    left: 0px;
    right: 0px;
    opacity: 1;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group2 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group2 li .eg-btn {
    height: 26px;
    width: 26px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group2 li .eg-btn svg {
    fill: var(--white);
    margin: 0px;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group2 li .green--btn {
    background-color: var(--primary-color1);
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group2 li .sky--btn {
    background-color: rgb(0, 184, 224);
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group2 li .delete--btn {
    background-color: rgb(255, 72, 32);
}

@media (max-width: 767px) {
    .table-wrapper2 .eg-table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 100%;
        text-align: start;
        padding-left: 30%;
        position: relative;
    }
}

@media (max-width: 991px) {
    .table-wrapper2 .eg-table.job-list-table {
        display: block;
        width: 100%;
    }

    .table-wrapper2 .eg-table.job-list-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0px;
        width: 30%;
        text-align: left;
        padding-left: 10px;
        font-weight: 600;
        color: rgb(31, 41, 55);
    }
}

@media (max-width: 991px) {
    .table-wrapper2 .eg-table.job-list-table thead {
        display: none;
        visibility: hidden;
    }
}

.table-wrapper2 .eg-table.job-list-table thead tr th {
    text-align: center;
}

.table-wrapper2 .eg-table.job-list-table thead tr th:first-child {
    text-align: start;
    padding-left: 30px;
}

.table-wrapper2 .eg-table.job-list-table thead tr th:last-child {
    padding-right: 30px;
}

@media (max-width: 991px) {
    .table-wrapper2 .eg-table.job-list-table tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .table-wrapper2 .eg-table.job-list-table tbody tr {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

.table-wrapper2 .eg-table.job-list-table tbody tr td {
    text-align: center;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content h5 {
    margin-bottom: 5px;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content h5 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color1);
    transition: all 0.35s ease 0s;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content h5 a:hover {
    color: var(--primary-color1);
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content p {
    margin-bottom: 10px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.938rem;
    color: rgb(89, 89, 89);
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content .form-check {
    display: flex;
    align-items: center;
    min-height: unset;
    min-width: 40px;
    padding-left: 2.5em;
    margin-bottom: 0px;
    cursor: pointer;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 21px;
    color: var(--title-color1);
    gap: 12px;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content .form-check-input {
    width: 40px;
    height: 20px;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content .form-check-input:checked {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content .form-check-input:focus {
    border-color: var(--primary-color1);
    outline: 0px;
    box-shadow: none;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1.125rem;
    color: var(--title-color1);
    background: rgba(0, 110, 189, 0.08);
    border: 1px solid rgba(0, 110, 189, 0.15);
    border-radius: 4px;
    padding: 4px 16px;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number.light-orange {
    background: rgba(251, 96, 30, 0.08);
    border: 1px solid rgba(251, 96, 30, 0.15);
    color: rgb(251, 96, 30);
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number.light-yellow {
    background: rgba(198, 143, 0, 0.08);
    border: 1px solid rgba(198, 143, 0, 0.15);
    color: rgb(198, 143, 0);
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number.deep-pink {
    background: rgba(226, 0, 136, 0.08);
    border: 1px solid rgba(226, 0, 136, 0.15);
    color: rgb(226, 0, 136);
}

.table-wrapper2 .eg-table.job-list-table tbody tr td:first-child {
    text-align: start;
}

@media (max-width: 991px) {
    .table-wrapper2 .eg-table.job-list-table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 100%;
        text-align: start;
        padding-left: 30%;
        position: relative;
    }
}

.table-wrapper2 .eg-table.plan-invoice-table thead tr th {
    text-align: start;
}

.table-wrapper2 .eg-table.plan-invoice-table thead tr th:first-child {
    text-align: start;
    padding-left: 30px;
}

.table-wrapper2 .eg-table.plan-invoice-table thead tr th:last-child {
    text-align: center;
    padding-right: 30px;
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td:nth-child(2) {
    font-weight: 400;
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td:nth-child(4) {
    color: var(--primary-color1);
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td .status {
    background-color: transparent;
    color: rgb(201, 147, 7);
    transition: all 0.35s ease 0s;
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td .status i {
    font-size: 16px;
    transition: all 0.35s ease 0s;
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td .status.red-color {
    color: rgb(255, 72, 32);
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td .status.green-color {
    color: var(--primary-color1);
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td .status:hover {
    color: var(--title-color1);
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td:last-child button {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 767px) {
    .table-wrapper2 .eg-table.plan-invoice-table tbody tr td:last-child button {
        width: unset;
        gap: 20px;
    }
}

.table-wrapper2 .eg-table .eg-btn {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.938rem;
    color: var(--white);
    padding: 4px 22px 7px;
    border-radius: 5px;
    line-height: 1;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.table-wrapper2 .eg-table .eg-btn::after {
    transition: all 0.5s ease 0s;
    position: absolute;
    border-radius: 5px;
    inset: 0px 50%;
    opacity: 0;
    content: "";
    background-color: var(--title-color1);
    z-index: -1;
}

.table-wrapper2 .eg-table .eg-btn:hover {
    color: var(--white);
}

.table-wrapper2 .eg-table .eg-btn:hover::after {
    opacity: 1;
    left: 0px;
    right: 0px;
}

.table-wrapper2 .eg-table .transparent-btn {
    background-color: transparent;
    border: 1px solid rgba(0, 167, 172, 0.3);
    color: var(--primary-color1);
    border-radius: 5px;
}

.table-wrapper2 .eg-table .transparent-btn:hover {
    border-color: transparent;
}

.table-wrapper2 .eg-table .active {
    color: var(--primary-color1);
    font-weight: 500;
}

.table-wrapper2 .eg-table .pending {
    color: rgb(201, 147, 7);
    font-weight: 500;
}

.table-wrapper2 .eg-table .email {
    color: rgb(2, 121, 207);
}

.table-wrapper2 .eg-table .light-sky-btn {
    background: rgba(3, 157, 205, 0.2);
    color: rgb(3, 157, 205);
}

.table-wrapper2 .eg-table .light-sky-btn:hover {
    color: var(--white);
}

.table-wrapper2 .pagination-table-info {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 15px 20px;
}

@media (max-width: 767px) {
    .table-wrapper2 .pagination-table-info {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.table-wrapper2 .pagination-table-info .table-info span {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.938rem;
    color: var(--text-color1);
}

.checkout-pages-area .checkout-form form {
    background: rgb(248, 248, 248);
    border-radius: 5px;
    border: none;
    padding: 60px 70px;
}

@media (max-width: 1199px) {
    .checkout-pages-area .checkout-form form {
        padding: 50px 30px;
    }
}

.checkout-pages-area .checkout-form form .title-and-coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .checkout-pages-area .checkout-form form .title-and-coupon {
        flex-wrap: wrap;
    }
}

.checkout-pages-area .checkout-form form .title-and-coupon .title h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color1);
    margin-bottom: 0px;
}

.checkout-pages-area .checkout-form form .title-and-coupon .coupon-area p {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
    margin-bottom: 0px;
}

.checkout-pages-area .checkout-form form .title-and-coupon .coupon-area p a {
    color: var(--primary-color1);
    text-decoration: underline;
    transition: all 0.35s ease 0s;
}

.checkout-pages-area .checkout-form form .title-and-coupon .coupon-area p a:hover {
    color: var(--title-color1);
}

.checkout-pages-area .checkout-form form .service-title {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

@media (max-width: 576px) {
    .checkout-pages-area .checkout-form form .service-title {
        flex-wrap: wrap;
        gap: 5px;
    }
}

.checkout-pages-area .checkout-form form .service-title h5 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--title-color1);
    margin-bottom: 0px;
    margin-right: 10px;
}

.checkout-pages-area .checkout-form form .service-title span {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.checkout-pages-area .checkout-form form .multi-select-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 55px;
}

@media (max-width: 991px) {
    .checkout-pages-area .checkout-form form .multi-select-area {
        flex-wrap: wrap;
        justify-content: start;
    }
}

.checkout-pages-area .checkout-form form .multi-select-area .single-select .form-check {
    display: flex;
    align-items: baseline;
    gap: 8px;
    cursor: pointer;
}

.checkout-pages-area .checkout-form form .multi-select-area .single-select .form-check .form-check-input {
    height: 14px;
    width: 14px;
    border: 1px solid rgb(89, 89, 89);
    border-radius: 4px;
    background-color: transparent;
}

.checkout-pages-area .checkout-form form .multi-select-area .single-select .form-check .form-check-input:checked {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}

.checkout-pages-area .checkout-form form .multi-select-area .single-select .form-check .form-check-input:focus {
    box-shadow: unset;
}

.checkout-pages-area .checkout-form form .multi-select-area .single-select .form-check .form-check-label {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--text-color1);
    cursor: pointer;
}

.checkout-pages-area .checkout-form form .total-payment-area {
    border: 1px solid rgba(0, 167, 172, 0.5);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}

.checkout-pages-area .checkout-form form .total-payment-area .payment-title {
    background: rgb(248, 248, 248);
    padding: 0px 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
}

.checkout-pages-area .checkout-form form .total-payment-area .payment-title h5 {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.125rem;
    color: var(--title-color1);
    margin-bottom: 0px;
}

.checkout-pages-area .checkout-form form .total-payment-area .payment-value {
    padding: 35px 20px;
}

.checkout-pages-area .checkout-form form .total-payment-area .payment-value h3 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 2.125rem;
    color: var(--primary-color1);
    margin-bottom: 0px;
}

.checkout-pages-area .checkout-form form .total-payment-area .payment-value h3 span {
    font-size: 1.125rem;
    font-weight: 500;
}

.checkout-pages-area .checkout-form form .payment-mathord {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 20px 50px;
    height: 100%;
}

@media (max-width: 1199px) {
    .checkout-pages-area .checkout-form form .payment-mathord {
        padding: 20px;
    }
}

.checkout-pages-area .checkout-form form .payment-mathord .payment-title {
    margin-bottom: 20px;
}

.checkout-pages-area .checkout-form form .payment-mathord .payment-title h5 {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.125rem;
    color: var(--title-color1);
    margin-bottom: 0px;
}

.checkout-pages-area .checkout-form form .payment-mathord ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 576px) {
    .checkout-pages-area .checkout-form form .payment-mathord ul {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.checkout-pages-area .checkout-form form .payment-mathord ul li img {
    border-radius: 5px;
}

.checkout-pages-area .checkout-form form .payment-and-support {
    display: flex;
    align-items: center;
    gap: 70px;
}

@media (max-width: 767px) {
    .checkout-pages-area .checkout-form form .payment-and-support {
        flex-wrap: wrap;
        gap: 25px;
    }
}

.checkout-pages-area .checkout-form form .payment-and-support .primry-btn-2 {
    padding: 13px 34px;
}

.checkout-pages-area .checkout-form form .payment-and-support .support-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.checkout-pages-area .checkout-form form .payment-and-support .support-area .icon {
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-color1);
}

.checkout-pages-area .checkout-form form .payment-and-support .support-area .icon svg {
    fill: var(--white);
}

.checkout-pages-area .checkout-form form .payment-and-support .support-area .content span {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-color1);
}

.checkout-pages-area .checkout-form form .payment-and-support .support-area .content h5 {
    margin-bottom: 0px;
}

.checkout-pages-area .checkout-form form .payment-and-support .support-area .content h5 a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.25rem;
    color: var(--primary-color1);
    transition: all 0.35s ease 0s;
}

.checkout-pages-area .checkout-form form .payment-and-support .support-area .content h5 a:hover {
    color: var(--title-color1);
}

.range-wrap {
    padding-top: 10px;
}

.range-wrap .slider-labels {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.range-wrap .slider-labels .caption {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.range-wrap .slider-labels .caption span {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.range-wrap .noUi-target, .range-wrap .noUi-target * {
    touch-action: none;
    user-select: none;
    box-sizing: border-box;
}

.range-wrap .noUi-target {
    position: relative;
    direction: ltr;
}

.range-wrap .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.range-wrap .noUi-origin {
    position: absolute;
    inset: 0px;
}

.range-wrap .noUi-handle {
    position: relative;
    z-index: 1;
}

.range-wrap .noUi-stacking .noUi-handle {
    z-index: 10;
}

.range-wrap .noUi-state-tap .noUi-origin {
    transition: left 0.3s ease 0s, top 0.3s ease 0s;
}

.range-wrap .noUi-state-drag * {
    cursor: inherit !important;
}

.range-wrap .noUi-base, .range-wrap .noUi-handle {
    transform: translate3d(0px, 0px, 0px);
}

.range-wrap .noUi-horizontal {
    height: 4px;
}

.range-wrap .noUi-horizontal .noUi-handle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0px;
    right: 0px;
    top: -1px;
    background-color: rgb(0, 167, 172);
    cursor: pointer;
}

.range-wrap .noUi-horizontal .noUi-handle::after {
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid rgb(0, 167, 172);
    position: absolute;
    left: -3px;
    top: -3px;
}

.range-wrap .noUi-background {
    background: rgba(0, 167, 172, 0.2);
    height: 8px;
    border-radius: 10px;
}

.range-wrap .noUi-connect {
    background: rgba(0, 167, 172, 0.2);
    transition: background 450ms ease 0s;
    border-radius: 10px;
    height: 8px;
}

.range-wrap .noUi-origin {
    border-radius: 10px;
}

.range-wrap .noUi-target {
    border-radius: 10px;
}

.range-wrap .noUi-draggable {
    cursor: w-resize;
}

.range-wrap .noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.range-wrap .noUi-handle {
    cursor: default;
    box-sizing: content-box !important;
}

.range-wrap .noUi-handle:active {
    background-clip: padding-box;
}

.range-wrap [disabled].noUi-connect, .range-wrap [disabled] .noUi-connect {
    background: rgb(184, 184, 184);
}

.range-wrap [disabled].noUi-origin, .range-wrap [disabled] .noUi-handle {
    cursor: not-allowed;
}

.advertis-area {
    height: 100px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    overflow-x: hidden;
}

.advertis-area h4 {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.563rem;
    color: var(--primary-dark);
    margin-bottom: 0px;
}

.advertis-area h4 .js-marquee {
    display: flex;
    align-items: center;
    gap: 35px;
}

@media (max-width: 576px) {
    .advertis-area h4 .js-marquee {
        gap: 25px;
    }
}

.hover-btn {
    position: relative;
    border: 0.5px solid rgba(0, 0, 0, 0.3);
}

.hover-btn .for-border {
    width: 0px;
}

.hover-btn .for-border::before {
    content: "";
    position: absolute;
    right: -0.5px;
    top: 0px;
    height: 0%;
    width: 0.5px;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease 0.6s;
}

.hover-btn .for-border::after {
    content: "";
    position: absolute;
    left: -0.5px;
    bottom: 0px;
    height: 0%;
    width: 0.5px;
    background: rgb(0, 0, 0);
    transition: all 0.3s ease 0.6s;
}

.hover-btn::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -0.5px;
    width: 0%;
    height: 0.5px;
    background: rgb(0, 0, 0);
    transition: all 0.3s ease 0.9s;
}

.hover-btn::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -0.5px;
    width: 0%;
    height: 0.5px;
    background: rgb(0, 0, 0);
    transition: all 0.3s ease 0.9s;
}

.hover-btn:hover::before {
    width: 100%;
    transition-delay: 0s;
}

.hover-btn:hover::after {
    width: 100%;
    transition-delay: 0s;
}

.hover-btn:hover .for-border::before {
    height: 100%;
    transition-delay: 0.3s;
}

.hover-btn:hover .for-border::after {
    height: 100%;
    transition-delay: 0.3s;
}

.home5-category-area .job-category-card3 {
    padding: 15px;
    min-height: 242px;
    height: 100%;
    max-width: 325px;
    width: 100%;
    margin: 0px auto;
    transition: transform 0.8s ease 0s;
    position: relative;
}

@media (max-width: 1199px) {
    .home5-category-area .job-category-card3 {
        padding: 10px;
        min-height: 225px;
    }
}

.home5-category-area .job-category-card3 .job-content-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease 0s;
    transform-style: preserve-3d;
}

.home5-category-area .job-category-card3 .cart-front, .home5-category-area .job-category-card3 .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home5-category-area .job-category-card3 .cart-front {
    background: rgb(243, 243, 243);
    padding: 30px;
    transition: all 0.4s ease 0s;
}

@media (max-width: 1199px) {
    .home5-category-area .job-category-card3 .cart-front {
        padding: 15px;
    }
}

.home5-category-area .job-category-card3 .cart-front .category-icon {
    min-height: 50px;
    max-height: 50px;
    min-width: 50px;
    max-width: 50px;
    border-radius: 50%;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .home5-category-area .job-category-card3 .cart-front .category-icon {
        margin-bottom: 30px;
    }
}

.home5-category-area .job-category-card3 .cart-front .category-icon svg {
    fill: var(--primary-dark);
}

.home5-category-area .job-category-card3 .cart-front h5 {
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .home5-category-area .job-category-card3 .cart-front h5 {
        margin-bottom: 7px;
    }
}

.home5-category-area .job-category-card3 .cart-front h5 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 20px;
    color: var(--primary-dark);
}

@media (max-width: 1199px) {
    .home5-category-area .job-category-card3 .cart-front h5 a {
        font-size: 17px;
    }
}

.home5-category-area .job-category-card3 .cart-front p {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--text-color1);
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
    .home5-category-area .job-category-card3 .cart-front p {
        font-size: 14px;
    }
}

.home5-category-area .job-category-card3 .card-back {
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
}

.home5-category-area .job-category-card3 .card-back .category-img {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

.home5-category-area .job-category-card3 .card-back .category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home5-category-area .job-category-card3 .card-back .category-content {
    padding: 45px 20px;
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1199px) {
    .home5-category-area .job-category-card3 .card-back .category-content {
        padding: 15px;
    }
}

.home5-category-area .job-category-card3 .card-back .category-content .category-icon {
    margin-bottom: 30px;
}

.home5-category-area .job-category-card3 .card-back .category-content .category-icon svg {
    fill: var(--white);
}

.home5-category-area .job-category-card3 .card-back .category-content h5 {
    margin-bottom: 10px;
}

.home5-category-area .job-category-card3 .card-back .category-content h5 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 20px;
    color: var(--white);
    transition: all 0.35s ease 0s;
}

@media (max-width: 1199px) {
    .home5-category-area .job-category-card3 .card-back .category-content h5 a {
        font-size: 17px;
    }
}

.home5-category-area .job-category-card3 .card-back .category-content .view-btn1 a {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1rem;
    color: var(--white);
    transition: all 0.35s ease 0s;
}

@media (max-width: 1199px) {
    .home5-category-area .job-category-card3 .card-back .category-content .view-btn1 a {
        font-size: 14px;
    }
}

.home5-category-area .job-category-card3:hover .cart-front {
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
}

.home5-category-area .job-category-card3:hover .card-back {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.home5-trending-job-area {
    background: rgb(242, 242, 242);
    padding: 90px 0px;
}

.home5-trending-job-area .devider1 {
    position: relative;
}

.home5-trending-job-area .devider1::before {
    content: "";
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
}

.home5-trending-job-area .devider1::after {
    content: "";
    border-right: 0.5px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 33.3%;
    height: 96%;
    bottom: 0px;
}

.home5-trending-job-area .devider-right {
    position: relative;
}

.home5-trending-job-area .feature-card5 {
    background: rgb(255, 255, 255);
    padding: 40px 35px;
    transition: all 0.35s ease 0s;
    position: relative;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .home5-trending-job-area .feature-card5 {
        padding: 35px 25px;
    }
}

.home5-trending-job-area .feature-card5 .company-area {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
}

.home5-trending-job-area .feature-card5 .company-area .company-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.home5-trending-job-area .feature-card5 .company-area .company-details .name-location h5 {
    margin-bottom: 3px;
}

.home5-trending-job-area .feature-card5 .company-area .company-details .name-location h5 a {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-dark);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.home5-trending-job-area .feature-card5 .company-area .company-details .name-location p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.home5-trending-job-area .feature-card5 .company-area .company-details .name-location p a {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.home5-trending-job-area .feature-card5 .company-area .company-details .name-location p img {
    margin-right: 8px;
}

.home5-trending-job-area .feature-card5 .company-area .company-details .bookmark {
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease 0s;
    cursor: pointer;
}

.home5-trending-job-area .feature-card5 .company-area .company-details .bookmark i {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    transition: all 0.35s ease 0s;
}

.home5-trending-job-area .feature-card5 .company-area .company-details .bookmark:hover {
    border: 1px solid var(--primary-dark);
}

.home5-trending-job-area .feature-card5 .company-area .company-details .bookmark:hover i {
    color: var(--primary-dark);
}

.home5-trending-job-area .feature-card5 .job-discription ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.home5-trending-job-area .feature-card5 .job-discription ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.home5-trending-job-area .feature-card5 .job-discription ul li p {
    margin-bottom: 0px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-color1);
    font-family: var(--font-exo2);
    padding-left: 15px;
    position: relative;
}

.home5-trending-job-area .feature-card5 .job-discription ul li p .title {
    color: var(--primary-dark);
}

.home5-trending-job-area .feature-card5 .job-discription ul li p .time {
    color: var(--text-color1);
    font-weight: 400;
}

.home5-trending-job-area .feature-card5 .job-discription ul li p::after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 1px solid rgb(0, 0, 0);
    position: absolute;
    left: 0px;
    top: 10px;
}

.home5-trending-job-area .feature-card5 .job-discription ul li:last-child {
    margin-bottom: 0px;
}

.home5-trending-job-area .feature-card5 .job-type-apply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

.home5-trending-job-area .feature-card5 .apply-btn {
    opacity: 0.7;
}

.home5-trending-job-area .feature-card5 .apply-btn a {
    font-size: 15px;
    color: var(--primary-dark);
}

.home5-trending-job-area .feature-card5 .apply-btn a span {
    margin-left: 10px;
}

.home5-trending-job-area .feature-card5 .apply-btn a span::after {
    content: url("../images/icon/apply-arrow5.svg");
    top: 1.5px;
}

.home5-trending-job-area .feature-card5:hover .apply-btn {
    opacity: 1;
}

.home5-counter-area .counter-wrapper {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .home5-counter-area .counter-wrapper {
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
    }
}

.home5-counter-area .counter-wrapper .counter-single {
    display: flex;
    align-items: center;
    transition: all 0.35s ease 0s;
    max-width: 250px;
    width: 100%;
    position: relative;
}

.home5-counter-area .counter-wrapper .counter-single .counter-icon {
    padding-right: 30px;
    position: relative;
    transition: all 0.35s ease 0s;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home5-counter-area .counter-wrapper .counter-single .counter-icon {
        padding-right: 20px;
    }
}

.home5-counter-area .counter-wrapper .counter-single .counter-icon::after {
    content: "";
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -12px;
    right: 12px;
}

.home5-counter-area .counter-wrapper .counter-single .coundown p {
    margin-bottom: 0px;
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--text-color1);
    padding-top: 13px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home5-counter-area .counter-wrapper .counter-single .coundown p {
        font-size: 1rem;
    }
}

.home5-counter-area .counter-wrapper .counter-single .coundown h3 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 2.125rem;
    color: var(--primary-dark);
    margin-bottom: 0px;
    line-height: 1;
}

.home5-counter-area .counter-wrapper .counter-single .coundown span {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 2.125rem;
    color: var(--primary-dark);
    margin-left: -6px;
    line-height: 1;
}

.home5-top-recruiters-area {
    background: url("../images/bg/home5-top-recruiters-bg.png") center center / cover no-repeat rgb(242, 242, 242);
    position: relative;
    padding: 90px 0px;
}

.home5-top-recruiters-area .slick-prev {
    position: absolute;
    right: 80px;
    top: -85px;
    left: unset;
}

.home5-top-recruiters-area .slick-prev::before {
    display: none;
    visibility: hidden;
}

.home5-top-recruiters-area .slick-prev::after {
    content: url("../images/icon/home5-slick-prev.svg");
}

.home5-top-recruiters-area .slick-next {
    position: absolute;
    right: 15px;
    top: -85px;
}

.home5-top-recruiters-area .slick-next::before {
    display: none;
    visibility: hidden;
}

.home5-top-recruiters-area .slick-next::after {
    content: url("../images/icon/home5-slick-next.svg");
}

.home5-top-recruiters-area .slick-arrow {
    opacity: 0.5;
    transition: all 0.35s ease 0s;
}

.home5-top-recruiters-area .slick-arrow:hover {
    opacity: 1;
}

.home5-top-recruiters-area .slide-item {
    padding: 12px;
}

.home5-top-recruiters-area .recruters-card {
    background: rgb(255, 255, 255);
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    transition: all 0.35s ease 0s;
    display: flex;
    gap: 20px;
    padding: 30px 25px;
}

@media (max-width: 576px) {
    .home5-top-recruiters-area .recruters-card {
        padding: 25px 20px;
    }
}

.home5-top-recruiters-area .recruters-card .company-logo {
    border-radius: 50%;
}

.home5-top-recruiters-area .recruters-card .company-logo img {
    border-radius: 50%;
    height: 55px;
    width: 55px;
}

.home5-top-recruiters-area .recruters-card .company-area .name-location {
    width: 100%;
    position: relative;
    margin-top: -5px;
    margin-bottom: 25px;
}

.home5-top-recruiters-area .recruters-card .company-area .name-location h5 {
    margin-bottom: 8px;
}

.home5-top-recruiters-area .recruters-card .company-area .name-location h5 a {
    font-size: 1.063rem;
    font-weight: 600;
    color: var(--primary-dark);
    font-family: var(--font-exo2);
    transition: all 0.35s ease 0s;
}

.home5-top-recruiters-area .recruters-card .company-area .name-location p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    font-size: 0.938rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-exo2);
    line-height: 1.4;
}

.home5-top-recruiters-area .recruters-card .company-area .name-location p img {
    margin-right: 8px;
}

.home5-top-recruiters-area .recruters-card .company-area .apply-btn {
    opacity: 0.7;
}

.home5-top-recruiters-area .recruters-card .company-area .apply-btn a {
    font-size: 15px;
    color: var(--primary-dark);
    display: flex;
    align-items: center;
}

.home5-top-recruiters-area .recruters-card .company-area .apply-btn a span {
    margin-left: 10px;
}

.home5-top-recruiters-area .recruters-card .company-area .apply-btn a span img {
    display: initial;
}

.home5-top-recruiters-area .recruters-card .company-area .apply-btn a span::after {
    content: url("../images/icon/apply-arrow5.svg");
    top: 1.5px;
}

.home5-top-recruiters-area .recruters-card:hover .apply-btn {
    opacity: 1;
}

.home5-trusted-company .section-title {
    margin-bottom: 35px;
}

.home5-trusted-company .section-title h5 {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--primary-dark);
    font-family: var(--font-exo2);
    margin-bottom: 0px;
    position: relative;
}

.home5-trusted-company .slick-slider {
    overflow-x: hidden;
}

.home5-trusted-company .slick-list {
    margin-left: -5px;
}

.home5-trusted-company .slick-track {
    border: 0.25px solid rgba(0, 0, 0, 0.4);
}

.home5-trusted-company .slide-item {
    border: 0.25px solid rgba(0, 0, 0, 0.4);
    height: 96px;
}

.home5-trusted-company .slide-item .company-logo {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home5-clients-feedback-area {
    background-image: url("../images/bg/home5-clients-feedback-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(242, 242, 242);
    padding: 90px 0px;
}

.home5-clients-feedback-area .swiper-btn-1 {
    display: flex;
    align-items: center;
    gap: 25px;
}

.home5-clients-feedback-area .swiper-btn-1 .swiper-prev, .home5-clients-feedback-area .swiper-btn-1 .swiper-next {
    opacity: 0.6;
    transition: all 0.35s ease 0s;
}

.home5-clients-feedback-area .swiper-btn-1 .swiper-prev:hover, .home5-clients-feedback-area .swiper-btn-1 .swiper-next:hover {
    opacity: 1;
}

.home5-clients-feedback-area .home5-feedback-slider {
    padding: 0px 2px;
}

.home5-clients-feedback-area .client-feedback-wrap {
    padding: 15px;
    transition: all 0.35s ease 0s;
}

@media (max-width: 576px) {
    .home5-clients-feedback-area .client-feedback-wrap {
        padding: 8px;
    }
}

.home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner {
    background: rgb(255, 255, 255);
    padding: 40px 35px;
    transition: all 0.35s ease 0s;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner {
        padding: 30px 25px;
    }
}

@media (max-width: 576px) {
    .home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner {
        padding: 25px 15px;
    }
}

.home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner .client-feedback-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 25px;
    transition: all 0.35s ease 0s;
}

@media (max-width: 576px) {
    .home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner .client-feedback-top {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }
}

.home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner .client-feedback-top .author-area {
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.35s ease 0s;
}

.home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner .client-feedback-top .author-area .author-img {
    position: relative;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    transition: all 0.35s ease 0s;
}

.home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner .client-feedback-top .author-area .author-img > img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
}

.home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner .client-feedback-top .author-area .author-img .author-quat {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: rgb(243, 243, 243);
    border: 0.5px solid rgb(89, 89, 89);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    right: -5px;
    bottom: 5px;
    transition: all 0.35s ease 0s;
}

.home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner .client-feedback-top .author-area .author-img .author-quat .quate1, .home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner .client-feedback-top .author-area .author-img .author-quat .quate2 {
    padding: 10px 0px;
    transform: translateY(-16px);
    transition: all 0.35s ease 0s;
}

.home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner .client-feedback-top .author-area .author-content h5 {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--primary-dark);
    margin-bottom: 5px;
}

.home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner .client-feedback-top .author-area .author-content span {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: rgb(89, 89, 89);
}

.home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner .client-feedback-top .reviews ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner .client-feedback-top .reviews ul li i {
    color: rgb(213, 179, 5);
}

.home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner .client-feedback-content p {
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 38px;
    color: var(--text-color1);
    margin-bottom: 0px;
}

@media (max-width: 576px) {
    .home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner .client-feedback-content p {
        font-size: 1.25rem;
        line-height: 31px;
    }
}

.home5-clients-feedback-area .client-feedback-wrap:hover .client-feedback-inner .client-feedback-top .author-area .author-img .author-quat {
    border: 0.5px solid rgb(0, 0, 0);
}

.home5-clients-feedback-area .client-feedback-wrap:hover .client-feedback-inner .client-feedback-top .author-area .author-img .author-quat .quate1, .home5-clients-feedback-area .client-feedback-wrap:hover .client-feedback-inner .client-feedback-top .author-area .author-img .author-quat .quate2 {
    transform: translateY(16px);
}

.home5-blog-and-article-area .recent-article-wrap5 {
    transition: all 0.35s ease 0s;
}

.home5-blog-and-article-area .recent-article-wrap5 .recent-article-img {
    overflow: hidden;
    transition: all 0.35s ease 0s;
}

.home5-blog-and-article-area .recent-article-wrap5 .recent-article-img img {
    transition: all 0.35s ease 0s;
}

.home5-blog-and-article-area .recent-article-wrap5 .recent-article-content {
    padding: 25px 15px;
    border-right: 0.5px solid rgba(0, 0, 0, 0.3);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
    border-left: 0.5px solid rgba(0, 0, 0, 0.3);
    border-image: initial;
    border-top: unset;
    transition: all 0.35s ease 0s;
}

.home5-blog-and-article-area .recent-article-wrap5 .recent-article-content .recent-article-meta {
    margin-bottom: 10px;
}

.home5-blog-and-article-area .recent-article-wrap5 .recent-article-content .recent-article-meta ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

.home5-blog-and-article-area .recent-article-wrap5 .recent-article-content .recent-article-meta ul li a {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-family: var(--font-exo2);
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-color1);
}

.home5-blog-and-article-area .recent-article-wrap5 .recent-article-content h4 {
    margin-bottom: 25px;
}

.home5-blog-and-article-area .recent-article-wrap5 .recent-article-content h4 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--primary-dark);
}

.home5-blog-and-article-area .recent-article-wrap5:hover .recent-article-img img {
    transform: scale(1.05);
}

.home5-blog-and-article-area .recent-article-wrap5:hover .recent-article-content {
    border-color: rgb(0, 0, 0);
}

.home5-dream-job-area {
    background: rgb(242, 242, 242);
    padding: 65px 0px;
}

.home5-dream-job-area .dream-job-content h3 {
    margin-bottom: 15px;
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.875rem;
    color: var(--primary-dark);
}

.home5-dream-job-area .dream-job-content p {
    margin-bottom: 0px;
    font-size: 18px;
}

.modal {
    z-index: 99999;
    background: #00000094;
}

.modal-dialog {
    max-width: 550px;
    margin: 0px auto;
    padding-top: 30px;
}

.modal-dialog .modal-content {
    padding: 0px;
}

.modal-header {
    position: relative;
}

.modal-header .button-groups ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.modal-header .button-groups ul li .primary-bg {
    background: var(--primary-color1);
}

.modal-header .button-groups ul li .red-bg {
    background: rgb(255, 33, 33);
}

.modal-header .button-groups ul li button {
    background: rgb(0, 135, 211);
    border-radius: 4px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.875rem;
    color: rgb(255, 255, 255);
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 1;
    margin-bottom: 4px;
}

.modal-header .button-groups ul li button::after {
    transition: all 0.5s ease 0s;
    position: absolute;
    border-radius: 4px;
    inset: 0px 50%;
    opacity: 0;
    content: "";
    background-color: var(--primary-dark);
    z-index: -1;
}

.modal-header .button-groups ul li button:hover::after {
    transition: all 0.5s ease 0s;
    left: 0px;
    right: 0px;
    opacity: 1;
}

.modal-header .btn-close {
    margin: 0px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-footer .button-groups ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.modal-footer .button-groups ul li .primary-bg {
    background: var(--primary-color1);
}

.modal-footer .button-groups ul li .red-bg {
    background: rgb(255, 33, 33);
}

.modal-footer .button-groups ul li button {
    background: rgb(0, 135, 211);
    border-radius: 4px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 0.875rem;
    color: rgb(255, 255, 255);
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 1;
    margin-bottom: 4px;
}

.modal-footer .button-groups ul li button::after {
    transition: all 0.5s ease 0s;
    position: absolute;
    border-radius: 4px;
    inset: 0px 50%;
    opacity: 0;
    content: "";
    background-color: var(--primary-dark);
    z-index: -1;
}

.modal-footer .button-groups ul li button:hover::after {
    transition: all 0.5s ease 0s;
    left: 0px;
    right: 0px;
    opacity: 1;
}

.pro-heading {
    font-size: 42px;
    color: rgb(0, 0, 0);
}

.pro-heading a {
    color: rgb(58, 127, 132);
    font-size: 32px;
    text-decoration: underline;
}

.pro-paragraph {
    font-size: 20px;
}

.tab-box .tab {
    overflow: hidden;
    display: flex;
    align-items: baseline;
    gap: 30px;
}

.tab-box .tab button {
    background-color: inherit;
    float: left;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    font-size: 17px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}

.tab-box .tab button.active {
    border-bottom: 2px solid #b5323c;
    color: #b5323c;
    /* font-weight: 600; */
}

.tab-box .tabcontent {
    display: none;
    margin-top: 45px;
}

.tab-box1 {
    border: 1px solid rgba(0, 0, 0, 0.35);
    padding: 20px;
    border-radius: 20px;
}

.pro-img img {
    width: 100%;
}

.social-med-log a img {
    width: 22px;
}

.social-med-log {
    display: flex;
    gap: 21px;
    justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    padding-bottom: 36px;
    position: relative;
    color: rgb(15, 17, 18);
}

.social-med-log-footer a img {
    width: 28px;
}

.social-med-log-footer-h {
    border-top: 1px solid rgba(0, 0, 0, 0.35);
    padding-top: 26px;
    position: relative;
}

.social-med-log-footer {
    display: flex;
    gap: 35px;
    justify-content: center;
    text-align: center;
}

.social-med-log-footer-h p.or {
    position: absolute;
    top: -23%;
    left: 45%;
    background: rgb(255, 255, 255);
    padding: 10px;
    height: fit-content;
}

p.or {
    position: absolute;
    bottom: -68%;
    left: 50%;
    background: rgb(255, 255, 255);
    padding: 10px;
}

.frmctrldiv {
    position: relative;
    margin-bottom: 30px;
}

.formstart .frmctrldiv .form-input {
    height: 50px;
    outline: none;
    padding: 0px 25px 0px 29px;
    color: rgb(124, 126, 128);
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid rgb(136, 136, 136);
    position: relative;
    width: 100% !important;
}

.formstart .frmctrldiv label {
    position: absolute;
    color: rgb(0, 0, 0);
    top: -13px;
    left: 20px;
    font-size: 16px;
    pointer-events: none;
    transition: all 0.5s ease 0s;
    background: rgb(255, 255, 255);
    padding: 0px 10px;
}

.formstart .frmctrldiv input:focus ~ label {
    color: #b5323c;
}

.formstart .frmctrldiv input:focus {
    border: 1px solid #b5323c;
}

.frmctrldiv .nice-number button {
    display: none;
}

.formstart .frmctrldiv:hover label {
    color: #b5323c;
}

.formstart .frmctrldiv:hover .form-input {
    border: 1px solid #b5323c;
}

.file-upload-flex .file-up-btn {
    width: fit-content;
    text-align: center;
    border: 1px solid #b5323c;
    padding: 10px 30px;
    border-radius: 8px;
    color: #b5323c;
    margin: 0 auto;
}

.file-upload-flex .uploaded {
    font-weight: 500;
    word-break: break-all;
    text-align: left;
    color: rgb(55, 41, 41);
    background: rgb(74, 228, 114);
    margin: 0 auto;
}

.file-upload-flex input.file-up {
    display: none;
}

.file-upload-flex {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    border: 2px dashed #b5323c;
    padding: 20px;
    border-radius: 20px;
}

.file-upload-flex .file-upload-text p {
    color: #b5323c;
    font-size: 14px;
}

.s-flex {
    display: flex;
    align-items: self-end;
    justify-content: space-between;
}

.i-flex {
    display: flex;
    gap: 15px;
}

.i-flex label {
    font-size: 14px;
    color: rgb(15, 17, 18);
}

.i-flex label a {
    color: #b5323c;
}

.i-flex p {
    font-size: 14px;
    color: rgb(124, 126, 128);
}

.submit-btn button {
    background: #b5323c;
    color: rgb(255, 255, 255);
    font-size: 16px;
    width: 210px;
    height: 59px;
    border-radius: 8px;
}

textarea.text-input {
    outline: none;
    color: rgb(124, 126, 128);
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid rgb(136, 136, 136);
    position: relative;
    padding: 15px;
    width: 100% !important;
}

.formstart .frmctrldiv:hover .text-input {
    border: 1px solid #b5323c;
}

.log-left img {
    width: 100%;
}

.modal-content-w {
    margin: auto;
    box-shadow: rgb(0, 0, 0) 0px 0px 180px;
    width: 70% !important;
}

.s-flex1 {
    display: flex;
    justify-content: space-between;
}

.i-flex-rem {
    display: flex;
    align-items: center;
    gap: 5px;
}

.i-flex-rem label {
    color: rgb(0, 0, 0);
}

.tab-box.tab-box-padding {
    padding: 0px 30px 0px 20px;
}

.log-left {
    position: relative;
}

.log-left-heading {
    position: absolute;
    top: 20px;
    left: 20px;
}

.log-left-heading h3 img {
    width: 110px;
}

.log-left-heading h3 {
    font-size: 32px;
    color: rgb(0, 0, 0);
}

.log-left-footer p {
    margin: 0px;
    color: rgb(255, 255, 255);
}

.log-left-footer {
    position: absolute;
    bottom: 0px;
    background: #b5323c;
    width: 100%;
    padding: 15px 20px;
}

.log-left-body {
    position: absolute;
    bottom: 15%;
    left: 20px;
}

.log-left-body p span {
    color: #b5323c;
}

.log-left-body p {
    color: rgb(0, 0, 0);
}

.modal-content-f {
    margin: auto;
    box-shadow: rgb(0, 0, 0) 0px 0px 180px;
    width: 58% !important;
}

.modal-backdrop {
    background-color: transparent;
}

.btn-close {
    /* background: unset; */
    opacity: 1;
}

.modal-header-close button.btn-close {
    position: absolute;
    right: -2%;
    top: -4%;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    z-index: 9999;
}

.file-upload-text h5 {
    text-transform: uppercase;
    color: rgb(48, 53, 55);
    font-weight: 600;
}

.i-flex input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.frmctrldiv-password {
    position: relative;
}

.frmctrldiv-password i {
    position: absolute;
    right: 5%;
    top: 39%;
    color: rgb(124, 126, 128);
}

.pro-img {
    width: 456px;
}

.formstart .frmctrldiv-number input[type="number"] {
    padding-left: 65px;
}

.frmctrldiv-number {
    position: relative;
}

select.form-input-number {
    position: absolute;
    left: 7px;
    top: 23%;
    font-size: 12px;
    border: none;
    background: rgba(15, 17, 18, 0.08);
    padding: 6px 3px;
    border-radius: 4px;
}

.pro-img {
    width: 290px;
    margin: 0 auto;
}

.formstart .frmctrldiv-number input[type="number"] {
    padding-left: 65px;
}

.frmctrldiv-number {
    /* padding-left: 20px; */
    position: relative;
}



select.form-input-number {
    position: absolute;
    left: 7px;
    top: 23%;
    font-size: 12px;
    border: none;
    background: rgba(15, 17, 18, 0.08);
    padding: 6px 3px;
    border-radius: 4px;
}

.animatedbounceInDown {
    position: relative;
    height: 100%;
    background: rgb(255, 255, 255);
    padding-top: 8px;
    width: 100%;
    display: inline;
    box-shadow: rgb(242, 242, 242) 4px 1px 8px;
}

.animatedbounceInDown ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.animatedbounceInDown ul li a {
    display: block;
    background: rgb(255, 255, 255);
    padding: 26px 0px;
    color: rgba(15, 17, 18, 0.5);
    text-decoration: none;
    transition: all 0.2s linear 0s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.animatedbounceInDown ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

.animatedbounceInDown ul li ul li a:hover {
    background: rgb(235, 235, 235);
    border-left: 4px solid #b5323c;
}

.filter-main-parent-grid {
    display: grid;
    grid-template-columns: 25% 75%;
    margin-bottom: 80px;
}

.filter-grid-1 {
    width: 95%;
}

.filter-flex h3 {
    color: rgb(124, 126, 128);
    font-size: 16px;
    font-weight: 500;
}

.filter-btn-1 {
    border: none;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 15px;
    background: linear-gradient(179.55deg, rgb(75, 143, 107) 0.39%, rgb(44, 92, 67) 105.51%);
    padding: 16px 36px;
    margin: 50px auto 0px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 15px;
    text-decoration: none;
    border-radius: 43px;
    text-align: center;
    width: 50%;
}

.filter-btn-1 span {
    position: relative;
    z-index: 1;
}

.filter-btn-1::after {
    content: "";
    position: absolute;
    left: -50px;
    top: 0px;
    height: 490%;
    width: 176%;
    background: rgb(78, 118, 97);
    transition: all 0.5s ease-in-out 0s;
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.filter-btn-1:hover::after {
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.filter-container {
    width: 1320px;
    margin: 0px auto;
}

.mt-2 {
    margin-top: 22px;
    font-size: 36px;
    text-align: center;
}

.filter-flex h3 img {
    width: 24px;
}

.price-range-slider {
    width: 100%;
    padding: 10px 20px;
}

.price-range-slider .range-value {
    margin: 0px;
}

.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 0px 0px 20px;
}

.price-range-slider .range-bar {
    border: none;
    background: rgb(0, 0, 0);
    height: 3px;
    width: 96%;
    margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #b5323c;
}

.price-range-slider .range-bar .ui-slider-handle {
    border-radius: 25px;
    background: rgb(255, 255, 255);
    border: 2px solid #b5323c;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle + span {
    background: #b5323c;
}

li.sub-menu h4 a {
    font-size: 16px;
    font-weight: 600;
    color: #b5323c;
}

li.sub-menu a {
    color: rgb(15, 17, 18);
    font-size: 16px;
    font-weight: 500;
}

.animatedbounceInDown ul li ul li a {
    border-left: 4px solid transparent;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
}

.edu-search-area input[type="text"] {
    height: 48px;
    font-weight: 400;
    font-size: 16px;
    color: rgb(124, 126, 128);
    padding: 20px;
    line-height: 1;
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgb(124, 126, 128);
}

.edu-search-area {
    position: relative;
    margin-bottom: 28px;
}

.edu-search-area i {
    position: absolute;
}

.search-result {
    border: 1px solid rgba(0, 0, 0, 0.28);
    height: 100vh;
    border-radius: 24px;
    overflow: hidden;
}

.job-sec-left-heading h4 {
    font-size: 15px;
    color: rgb(15, 17, 18);
    font-weight: 600;
    margin: 0px;
}

.heading-btn-sec p {
    font-size: 13px;
    color: rgb(88, 93, 97);
    font-weight: normal;
    margin: 0px;
}

.heading-btn-sec input.switch {
    position: relative;
    appearance: none;
    height: 22px;
    border-radius: 30px;
    cursor: pointer;
    background: rgb(45, 45, 45);
    transition: box-shadow 0.3s ease-in-out 0.1s, padding 0.25s ease-in-out 0s;
    width: 44px !important;
}

.heading-btn-sec input.switch:focus {
    border: 0px;
    outline: 0px;
}

.heading-btn-sec input.switch:checked {
    transition-delay: 0s, 0s;
    padding-left: 23px;
    box-shadow: #b5323c 0px 0px 0px 2.62857em inset !important;
}

.heading-btn-sec input.switch::before {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 3px;
    background-color: rgb(255, 255, 255);
    border-radius: 2.1em;
    transition: all 0.1s ease 0.1s;
}

.heading-btn-sec input.switch::before, input.switch::after {
    content: "";
    display: block;
}

.heading-btn-sec input.switch:active::before {
    transition: all 0.1s ease 0.05s;
}

.heading-btn-sec {
    gap: 6px;
}

.heading-post-sec p {
    margin: 0px;
    font-size: 14px;
    color: rgb(88, 93, 97);
}

.job-sec-left-box h3 {
    font-size: 18px;
    color: rgb(15, 17, 18);
    margin-top: 16px;
    margin-bottom: 0px;
}

.job-sec-left-p {
    font-size: 15px;
    color: rgb(88, 93, 97);
    margin: 0px;
    padding-top: 6px;
}

p.job-sec-left-p span {
    color: rgb(15, 17, 18);
}

p.job-sec-left-p i {
    color: rgb(206, 161, 0);
}

.job-sec-left-box {
    background: rgb(255, 255, 255);
    padding: 15px;
    border-left: 3px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgba(88, 93, 97, 0.14);
}

.job-sec-left-box-active {
    background: rgba(101, 28, 255, 0.12);
    border-left: 3px solid #b5323c;
}

.job-sec-left-heading {
    padding: 0px 15px;
    align-items: center;
}

span.new-job-a {
    color: #b5323c;
    background: rgba(101, 28, 255, 0.19);
    padding: 4px;
    border-radius: 4px;
    font-weight: 500;
}

.job-alt-sec-left {
    height: 91vh;
    overflow-y: scroll;
}

.job-sec-right1 h2 {
    font-size: 28px;
    color: rgb(15, 17, 18);
    font-weight: 600;
    margin-bottom: 15px;
}

.job-sec-right1 .job-sec-left-p {
    font-size: 18px;
}

.full-time {
    color: rgb(31, 102, 44);
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
    background: rgb(228, 247, 230);
    padding: 4px 8px;
    border-radius: 4px;
}

.job-sec-right1 h5 {
    font-size: 15px;
    color: rgb(48, 53, 55);
    margin: 15px 0px;
}

.job-sec-right1 h5 img {
    width: 16px;
}

.apply-btn a {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.apply-btn:hover a {
    color: rgb(255, 255, 255);
}

.apply-btn {
    background: #b5323c;
    padding: 18px 36px;
    border-radius: 8px;
}

.save-undo {
    display: flex;
    align-items: center;
    gap: 25px;
}

.save-undo a {
    font-size: 16px;
}

.save-undo a {
    font-size: 17px;
    color: rgb(45, 45, 45);
    font-weight: 600;
}

.save-undo a img {
    width: 18px;
}

p.job-sec-right-p a {
    font-size: 20px;
    font-weight: 400;
    color: #b5323c;
    text-decoration: underline;
}

p.job-sec-right-p {
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 13px;
}

p.job-sec-right-p span {
    color: rgb(15, 17, 18);
    font-size: 16px;
    font-weight: 500;
}

p.job-sec-right-p span i {
    color: rgb(206, 161, 0);
}

.job-sec-right1 {
    border-bottom: 1px solid rgba(88, 93, 97, 0.14);
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.day-evening p {
    background: rgb(238, 238, 238);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(89, 89, 89);
    margin: 0px;
}

.day-evening {
    display: flex;
    gap: 25px;
}

.job-sec-right2-height {
    height:44vh;
    overflow: auto;
}

.job-sec-right2 h2 {
    color: rgb(15, 17, 18);
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0px;
}

.job-sec-right2 h5 {
    color: rgb(15, 17, 18);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.job-sec-right2 h5 span {
    color: rgb(89, 89, 89);
    font-size: 16px;
    font-weight: 400;
}

.ui-ux span {
    font-weight: 400;
    color: #b5323c !important;
    font-size: 18px !important;
}

.job-sec-right2 ul li {
    color: rgb(89, 89, 89);
    font-size: 16px;
}

.job-sec-right2 p {
    color: rgb(89, 89, 89);
    font-size: 16px;
}

ul.key-skills-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

ul.key-skills-box li {
    list-style: none;
    font-size: 13px;
    color: #b5323c;
    text-align: center;
    background: rgba(101, 28, 255, 0.19);
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
}

ul.key-skills-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    padding-left: 0px;
}

.job-sec-right {
    padding: 20px 20px 20px 0px;
}

.job-sec-left {
    box-shadow: rgba(238, 238, 238, 0.933) 0px 1px 20px 0px;
    background: rgb(255, 255, 255);
    padding: 20px 0px;
    border-radius: 27px 0px 0px 25px;
}

.filter-heading-box p img {
    width: 55px;
}

.filter-heading-box p {
    font-size: 14px;
    color: rgb(124, 126, 128);
    font-weight: 500;
}

.filter-heading-box {
    background: rgb(236, 227, 255);
    padding: 22px;
    margin-bottom: 27px;
    border: 1px solid rgb(103, 58, 183);
    border-radius: 8px;
}

.filter-heading-box h3 {
    color: rgb(15, 17, 18);
    font-size: 14px;
    font-weight: 600;
}

.filter-heading-box a {
    color: rgb(103, 58, 183);
    font-size: 15px;
    font-weight: 600;
}

.form-inner.job-title i {
    position: absolute;
    right: 5%;
    top: 36%;
    color: rgb(124, 126, 128);
}

.form-inner.job-title {
    position: relative;
}

.job-sec-left-box-active1 {
    background: rgba(101, 28, 255, 0.12);
}

.apply-btn1 a {
    font-size: 14px;
    color: #b5323c;
}

.apply-btn1 {
    background: rgb(255, 255, 255);
    border: 1px solid #b5323c;
    padding: 8px 16px;
    border-radius: 8px;
}

.job-sec-left-box-bb .job-sec-left-box {
    border-bottom: none !important;
}

.canditate-des .upload-link {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgb(255, 255, 255);
    bottom: 0%;
    right: 0px;
    box-shadow: rgba(0, 24, 128, 0.1) 0px 0px 10px 0px;
    border-radius: 100%;
    color: var(--primary);
    overflow: hidden;
    text-align: center;
}

.update-flie {
    position: absolute;
    opacity: 0;
    z-index: 0;
    width: 100px;
    cursor: pointer;
    left: 0px;
}

.canditate-des {
    position: relative;
    width: fit-content;
}

.canditate-des a img {
    width: 100px;
}

.candidate-info-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(215, 197, 255);
    padding: 16px;
}

.candidate-detail {
    display: flex;
    gap: 24px;
    align-items: center;
}

.candidate-detail-right {
    width: 30%;
}

.email-candidate-detail {
    display: flex;
    justify-content: space-between;
}

.edit-verify {
    display: flex;
    gap: 15px;
}

.upload-link i {
    color: rgb(15, 17, 18);
}

.last-updated p {
    color: rgb(15, 17, 18);
    font-size: 15px;
    margin-bottom: 5px;
}

.last-updated h4 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

.last-updated a {
    color: #b5323c;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #b5323c;
    padding: 11px 12px;
    border-radius: 8px;
    background: rgb(255, 255, 255);
    display: block;
    width: fit-content;
}

.email-candidate-detail p {
    font-size: 16px;
    color: rgb(15, 17, 18);
    font-weight: 400;
}

.edit-verify p i {
    color: #b5323c;
}

.edit-verify a {
    font-size: 15px;
    color: #b5323c;
    text-decoration: underline;
}

.profile-complete-1 input[type="range"] {
    width: 100%;
    height: 17px;
}

.profile-bg-border {
    border: 1px solid rgba(0, 0, 0, 0.27);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 35px;
}

.candidate-info-details-buttom {
    padding: 20px;
}

.resume-up p {
    font-size: 16px;
    color: rgb(15, 17, 18);
}

.resume-up p span {
    font-weight: 600;
}

.profile-complete-2 p {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    margin-bottom: 4px;
}

.profile-complete-2 a {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.add-sec p {
    font-size: 14px;
    font-weight: 400;
    color: #b5323c;
}

.add-sec span {
    font-size: 14px;
    font-weight: 400;
    color: rgb(124, 126, 128);
}

.profile-complete-2 {
    border: 1px solid #b5323c;
    padding: 10px;
    border-radius: 4px;
    position: relative;
    background-color: rgb(255, 255, 255);
}

.profile-complete-1 p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.profile-complete-2::before {
    position: absolute;
    width: 20px;
    content: "";
    height: 20px;
    top: 34%;
    left: -11px;
    border-left: 1px solid #b5323c;
    transform: rotate(45deg);
    border-bottom: 1px solid #b5323c;
    border-radius: 0px 9px;
    background: rgb(251, 251, 251);
}

.ai-btn {
    width: fit-content;
    text-align: center;
    padding: 10px 50px;
    border-radius: 8px;
    background: #b5323c;
    color: rgb(255, 255, 255);
}

.file-upload-file-gap {
    align-items: center;
    gap: 13px;
}

.ai-btn a {
    font-size: 14px;
}

.file-upload-file-gap p {
    font-size: 12px;
    color: rgb(88, 93, 97);
    margin-bottom: 0px;
}

.hiring-company {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 24px;
}

.hiring-company img {
    width: 100%;
    border: 1px solid rgba(101, 28, 255, 0.41);
    border-radius: 8px;
    background: rgb(255, 255, 255);
    padding: 17px 20px;
}

.home1-trusted-company.two .container-fluid {
    padding-right: var(--bs-gutter-x, 4.75rem);
    padding-left: var(--bs-gutter-x, 4.75rem);
}

.content-ab {
    position: absolute;
    top: 25%;
    left: 0px;
    right: 0px;
    text-align: center;
}

.subscri {
    position: relative;
}

.content-ab h2 {
    color: rgb(48, 53, 55);
    font-weight: 600;
    font-size: 42px;
    padding-bottom: 20px;
}

.content-ab p {
    color: rgb(48, 53, 55);
    font-weight: 600;
    font-size: 16px;
}

.becomeacandi {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 12px;
    padding: 18px 15px;
    background: rgba(255, 255, 255, 0.41);
    width: 260px;
    display: block;
    text-align: center;
    margin: 0px auto;
}

.becomeacandi:hover {
    color: rgb(255, 255, 255);
}

.talent-img img {
    width: 515px;
    border-radius: 60px;
    border: 1px solid rgb(255, 255, 255);
}

.talent-content img {
    padding-bottom: 42px;
}

.readmorebtn {
    color: #b5323c;
}

.readmorebtn:hover {
    color: #b5323c;
}

.find-btn {
    padding-top: 32px;
}

.home2-hero-content .iconbox-small1 {
    border-radius: 26px 5px 26px 26px;
    padding: 10px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    transform: translate(0%, -220%);
    width: 334px;
}

.home2-hero-content .iconbox-small1 .icon {
    left: 0px;
    position: relative;
    top: 0px;
}

.iconbox-small1 {
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 25px 55px 20px 35px;
    position: absolute;
    top: 130px;
    z-index: 1;
    border: 1px solid rgb(124, 126, 128);
}

.home2-hero-content .iconbox-small1 .icon, .home2-hero-content .iconbox-small1:hover .icon {
    background-color: rgba(91, 187, 123, 0.15);
    color: rgb(91, 187, 123);
}

.home2-hero-content .iconbox-small2 {
    position: absolute;
    transform: translate(61%, -128%);
    width: 334px;
    border-radius: 26px 5px 26px 26px;
    padding: 10px;
    border: 1px solid rgb(124, 126, 128);
    background: rgb(255, 255, 255);
}

p.text.fz13.mb-0 {
    font-size: 14px;
}

.home2-hero-content .iconbox-small2 .icon {
    left: 0px;
    position: relative;
    top: 0px;
}

.home2-hero-content .iconbox-small2 .icon, .home2-hero-content .iconbox-small2:hover .icon {
    background-color: rgba(31, 75, 63, 0.1);
    color: rgb(31, 75, 63);
}

.hero-home5 {
    align-items: center;
    background: linear-gradient(rgb(251, 247, 237), rgba(251, 248, 238, 0));
    display: flex;
    height: 760px;
    margin-top: -80px;
}

.videoicon img {
    position: absolute;
    left: 32%;
    right: 0px;
    top: 8%;
    transform: translate(60%, 100%);
    width: auto;
}

.testimoni img {
    width: 759px;
    margin-bottom: -31px;
}

.colorcange {
    color: var(--primary-color1);
}

.textchnage h1 {
    position: relative;
    margin-bottom: 12px;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
}

.textchnage h1::after {
    content: " ";
    position: absolute;
    color: rgb(77, 183, 174);
    margin-left: 13px;
    animation: 5s linear 0s infinite normal none running textrotate;
    text-decoration: underline;
    font-weight: normal;
    font-size: 32px;
}

@keyframes textrotate {
    0% {
        content: "Information Technology";
        color: rgb(58, 127, 132);
    }

    50% {
        content: "Banking & Finance";
        color: rgb(132, 85, 58);
    }

    100% {
        content: "Work From Home";
        color: rgb(58, 83, 132);
    }
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #b5323c;
    background-color: rgb(255, 255, 255);
    border-width: 0px 0px 1px;
    border-bottom-style: solid;
    border-bottom-color: #b5323c;
    border-left-style: initial;
    border-left-color: initial;
    border-right-style: initial;
    border-right-color: initial;
    border-top-style: initial;
    border-top-color: initial;
    font-weight: 600;
}

.nav-tabs .nav-link {
    border: none;
    font-size: 14px;
    font-family: var( --font-exo2);
}

.nav-tabs {
    border-bottom: none;
}

.testi-date {
    text-align: left;
}

.testi-date p {
    font-weight: 600;
}

.image {
    width: 100%;
    height: 200px;
}

.images {
    overflow: hidden;
    inset: 0px;
    width: 100%;
}

.images-inner {
    width: 500%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.image-slide {
    width: 20%;
    float: left;
}

.image-slide, .fake-radio, .radio-btn {
    transition: all 0.5s ease-out 0s;
}

.fake-radio {
    display: flex;
    justify-content: center;
}

#slide1:checked ~ .images .images-inner {
    margin-left: 0px;
}

#slide2:checked ~ .images .images-inner {
    margin-left: -100%;
}

#slide3:checked ~ .images .images-inner {
    margin-left: -200%;
}

#slide1:checked ~ div .fake-radio .radio-btn:nth-child(1), #slide2:checked ~ div .fake-radio .radio-btn:nth-child(2), #slide3:checked ~ div .fake-radio .radio-btn:nth-child(3) {
    background: #b5323c;
}

.radio-btn {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(227, 227, 227);
    margin: 15px 5px;
    cursor: pointer;
    display: inline-block !important;
}

#slide1:checked ~ .labels .label:nth-child(1), #slide2:checked ~ .labels .label:nth-child(2), #slide3:checked ~ .labels .label:nth-child(3) {
    opacity: 1;
}

.label {
    opacity: 0;
    position: absolute;
}

@keyframes bullet {
    0%, 33.3233% {
        background: #b5323c;
    }

    33.3333%, 100% {
        background: rgb(227, 227, 227);
    }
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(1) {
    animation: 12300ms ease -1000ms infinite normal none running bullet;
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(2) {
    animation: 12300ms ease 3100ms infinite normal none running bullet;
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(3) {
    animation: 12300ms ease 7200ms infinite normal none running bullet;
}

@keyframes slide {
    0%, 25.2033% {
        margin-left: 0px;
    }

    33.3333%, 58.5366% {
        margin-left: -100%;
    }

    66.6667%, 91.8699% {
        margin-left: -200%;
    }
}

.st-slider > #play1:checked ~ .images .images-inner {
    animation: 12300ms ease 0s infinite normal none running slide;
}

@keyframes caption {
    0%, 33.3233% {
        opacity: 1;
    }

    33.3333%, 100% {
        opacity: 0;
    }
}

#homepage-slider [type="radio"] {
    display: none;
}

#play1:checked ~ .labels .label:nth-child(1) {
    animation: 12300ms ease -1000ms infinite normal none running caption;
}

#play1:checked ~ .labels .label:nth-child(2) {
    animation: 12300ms ease 3100ms infinite normal none running caption;
}

#play1:checked ~ .labels .label:nth-child(3) {
    animation: 12300ms ease 7200ms infinite normal none running caption;
}

.notifications-area img {
    border-radius: 50%;
}

.tab-cont {
    height: 100%;
    text-align: left;
}

.tab-cont button {
    width: 100%;
    background-color: inherit;
    padding: 18px 0px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: rgba(15, 17, 18, 0.51);
    border-bottom: 1px solid rgb(221, 221, 221);
}

.tab-cont button:hover {
}

.tab-content.tabbb {
    height: 100%;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 24px;
    padding: 20px;
    animation: 1s ease 0s 1 normal none running anime;
}

.tab-content h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0px 10px;
    color: rgb(48, 53, 55);
}

.downl {
    color: #b5323c !important;
}

.tab-content p {
    font-weight: 100;
    color: rgb(102, 102, 102);
    margin-top: 10px;
}

.tab-cont .but.active {
    color: #b5323c;
    font-weight: 500;
}

@keyframes anime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade:not(.show) {
    display: none;
}

.tab-content p a {
    color: #b5323c;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.thirdtab {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 20px;
    padding: 16px;
}

.thirdtab p {
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 14px;
}

.thirdtab span {
    color: rgb(124, 126, 128);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.pcolor {
    background: rgba(101, 28, 255, 0.05);
}

.pcolor a {
    color: #b5323c;
    font-size: 14px;
    text-decoration: underline;
    display: block;
    margin-bottom: 12px;
}

.pcolor p a {
    color: #b5323c;
    font-weight: 600;
    text-decoration: none;
}

.badge-purple {
    background: rgb(215, 197, 255);
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 20px;
    color: rgb(15, 17, 18);
}

.frmctrldiv p {
    color: rgb(15, 17, 18);
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"] + .radio-label::before {
    content: "";
    background: rgb(244, 244, 244);
    border-radius: 100%;
    border: 1px solid #b5323c;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0px;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease 0s;
}

.radio input[type="radio"]:checked + .radio-label::before {
    background-color: #b5323c;
    box-shadow: rgb(244, 244, 244) 0px 0px 0px 4px inset;
}

.browse-job label {
    font-size: 15px;
    margin-right: 6px;
}

.formstart .frmctrldiv label::after {
    content: "*";
    color: rgb(255, 0, 0);
    font-size: 15px;
    top: 0px;
    position: absolute;
    right: 0px;
}

.taggs {
    width: 100%;
    padding: 5px;
    margin: 0px auto;
    background-image: -webkit-linear-gradient(top, transparent, white);
}

.tagss {
    color: #b5323c;
    background-color: rgba(101, 28, 255, 0.1);
    margin: 2.5px;
    padding: 4px 8px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    float: left;
}

.tagss:hover {
    color: #b5323c;
    background-color: rgba(101, 28, 255, 0.1);
}

.tagss .fa-close {
    color: rgb(124, 126, 128);
    text-align: center;
    border-radius: 100px;
    margin-left: 5px;
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.clear::after {
    content: "";
    display: table;
    clear: both;
}

.savebtnskill {
    position: absolute;
    bottom: -18%;
}

.checkbox-container {
    margin-top: 32px;
}

p.deactibe a {
    color: rgb(253, 91, 31);
    text-decoration: none;
}

.deactiv button {
    background-color: rgb(253, 91, 31);
}

.checkboxjob {
    display: block;
    margin-bottom: 15px;
    text-align: left;
}

.checkboxjob input {
    padding: 0px;
    height: initial;
    width: initial;
    margin-bottom: 0px;
    display: none;
    cursor: pointer;
}

.checkboxjob label {
    position: relative;
    cursor: pointer;
}

.checkboxjob label::before {
    content: "";
    appearance: none;
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px, rgba(0, 0, 0, 0.05) 0px -15px 10px -12px inset;
    padding: 10px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    right: 0px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.checkboxjob input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    width: 6px;
    height: 14px;
    border-style: solid;
    border-color: #b5323c;
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    right: 12px;
}

.jobs-type {
    border: 1px solid rgba(124, 126, 128, 0.3);
    border-radius: 24px;
    position: relative;
    height: 512px;
}

.price {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: rgb(48, 53, 55);
    padding: 20px 22px;
}

.center-text {
    padding: 0px 22px;
}

.selection .i-flex.jobs label {
    margin-bottom: 12px;
    color: #b5323c;
    font-size: 16px;
}

.jobs-type.one {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

ul.pacakage-points li {
    list-style-type: none;
    padding-top: 12px;
}

ul.pacakage-points {
    padding-left: 0px;
}

ul.pacakage-points li i {
    color: rgb(51, 217, 118);
    padding-right: 12px;
}

.center-text h4 {
    font-size: 18px;
    color: rgb(48, 53, 55);
}

.center-text h4 span {
    color: rgb(124, 126, 128);
}

.jobs-type.setheight.one.mb-35 {
    height: 347px;
}

.center-text span.line.one {
    width: 100%;
    height: 10px;
    background: rgb(217, 217, 217);
    display: block;
    margin-bottom: 21px;
}

.selection {
    padding-top: 12px;
    background: rgba(28, 178, 255, 0.1);
    border-radius: 0px 0px 24px 24px;
    border-top: 1px solid rgba(124, 126, 128, 0.3);
}

span.line.one.three {
    background: rgb(28, 178, 255);
}

.center-text img {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 32px;
}

span.line.one.two {
    background: #b5323c;
}

.jobs-type.one.two {
    border: 1px solid #b5323c;
    background: rgba(101, 28, 255, 0.1);
}

.selection.two {
    background: rgba(101, 28, 255, 0.1);
}

.seocnd-box-text p {
    color: rgb(124, 126, 128);
    font-size: 16px;
    padding-top: 14px;
}

.seocnd-box-text .preview a {
    color: #b5323c;
}

.center-text.two {
    margin-bottom: 92px;
}

.seocnd-box-text {
    margin-bottom: 28px;
}

.center-text.three {
    margin-bottom: -40px;
}

span.days {
    display: block;
    font-size: 12px;
    color: rgb(124, 126, 128);
}

span.circle-i {
    border: 1px solid grey;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}

.submit-btn.post-job button {
    background: rgba(101, 28, 255, 0.2);
    color: #b5323c;
    padding: 10px 60px;
    border: 1px solid #b5323c;
    transition: all 0.3s ease 0s;
}

.submit-btn.post-job button:hover {
    transition: all 0.3s ease 0s;
    background: #b5323c;
    color: white;
}

.checkbox-container ul {
    list-style-type: none;
    padding-left: 0%;
}

.checkbox-container ul li label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.inputsearch img {
    top: 11px;
    position: absolute;
    right: 11px;
}

.main-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.box-img img {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

h1.job-head {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}

.main-box {
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.box-text {
    padding: 20px;
}

.box-text h2 {
    padding-bottom: 20px;
    color: rgb(48, 53, 55);
    font-size: 20px;
}

.box-text p {
    padding-bottom: 20px;
    color: rgb(124, 126, 128);
}

.pricing-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricing-sec p {
    color: #b5323c;
    font-weight: 600;
    padding-bottom: 0px;
}

.pricing-sec a {
    color: rgb(255, 255, 255);
    background-color: #b5323c;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 8px;
    display: flex;
}

.pricing-sec a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.mail-box {
    display: flex;
}

/* .cont {
    min-height: 100vh;
    padding: 2rem;
    display: flex;
} */

.a-colour {
    color: #b5323c;
}

h1.contactmainheading {
    color: rgb(15, 17, 18);
    font-size: 48px;
    line-height: 30px;
    margin: 30px 10px;
}

.b-colour {
    color: rgb(255, 0, 0);
}

label.label-size {
    font-size: 14px;
    color: #0F1112;
}

.main_contact_info {
    width: 100%;
    max-width: 820px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 1px;
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-form {
    background-color: rgb(142 173 104 / 44%);
    position: relative;
}

.email-box {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
}

.mail-box-content h3 {
    font-size: 20px;
    margin:0px 0px 35px;
    color: #0F1112;
    line-height: 28px;
    font-weight: 600;
}

.email-box h4 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

form.contactform_divclass {
    padding: 1rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
    line-height: 35px;
}

.contact-info .title {
    color: rgb(255, 255, 255);
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0.7rem;
    font-weight: 600;
}
.input-container input[type="number"] {
    padding-left: 65px;
}
input.input:focus {
    border: 1px solid #b5323c;
}

.input-container {
    position: relative;
}
.input-container .input {
    width: 100%;
    outline: none;
    border: 1px solid rgba(124, 126, 128, 0.3);
    background: #fff;
    padding: 0rem 1.2rem;
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    margin-bottom: 10px;
    height: 60px;
}
.inputformdiv textarea.input {
    padding: 0rem 1.2rem;
    min-height: 120px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
    width: 100%;
    outline: none;
    border: 1px solid rgba(124, 126, 128, 0.3);
    color: rgb(0 0 0);
    font-weight: 400;
    font-size: 16px;
    background: #fff;
    margin-bottom: 20px;
}

.inputformdiv textarea.input:focus-within {
    border: 1px solid #b5323c;
}

.formsubmit_btn {
    padding: 0.6rem 1.3rem;
    background-color: #b5323c;
    border: 0px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 30px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin: 0px;
    width: 100%;
    margin-bottom: 20px;
}

.main_contact_info .contact-info {
    padding: 30px 25px;
    position: relative;
    background: url("../images/contact-bg.png");
    display: grid;
    /* justify-content: flex-end; */
    background-size: cover;
}

.text {
    color: rgb(255, 255, 255);
    margin: 1.5rem 0px 2rem;
    font-size: 16px;
    font-weight: 400;
}

.info-text-section .info {
    line-height: 50px;
}

.info .information {
    display: flex;
    color: rgb(255, 255, 255);
    margin: 0.7rem 0px;
    align-items: baseline;
    font-size: 15px;
}

.info .information p {
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.info .information i {
    color: rgb(255, 255, 255);
}

.social_mediaicons {
    padding: 15rem 0px 0px;
}

.social_mediaicons p {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.social_mediaicons .social-icons {
    display: flex;
    margin-top: 0.5rem;
}

.social_mediaicons .social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: transparent;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: all 0.3s ease 0s;
    border: 1px solid rgb(255, 255, 255);
}

.social_mediaicons .social-icons a:hover {
    transform: scale(1.05);
}

.mailbox-inputbox input.input {
    border: 0px;
    padding: 0px;
    font-size: 17px;
    color: #b5323c;
    outline: 0px;
}

.main-mailbox {
    width: 100%;
    outline: none;
    border: 1px solid #b5323c;
    background: none;
    padding: 16px 24px 16px 24px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.mailbox-inputbox p{
    margin: 0;
    color: #b5323c;
    font-size: 14px;
}
.a-colour {
    color: #b5323c;
}

.bg-box {
    width: 100%;
    height: 420px;
    background: rgba(101, 28, 255, 0.2);
    position: relative;
}

.bg-box2 h1 img {
    width: 155px;
}

.bg-box2 h1 {
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.image-section img {
    width: 100%;
}

.bg-pd-sec {
    position: relative;
    top: -280px;
}

.bg-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    margin: 20px 80px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
}

.bg-section2 {
    display: block;
    padding: 20px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
}

.grid-sec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.bg-section .bg-sec-text span.bb-left {
    border-left: 1px solid rgb(230, 230, 230);
    padding-left: 20px;
}

.bg-section2 .bg-sec-text2 span.bb-left {
    border-left: 1px solid rgb(230, 230, 230);
    padding-left: 20px;
}

.span-div {
    display: flex;
    gap: 20px;
    color: rgb(45, 45, 45);
    margin-bottom: 12px;
}

.bg-sec-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: rgb(0, 0, 0);
}

.bg-sec-text2 h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 33px;
}

.bg-sec-text p {
    color: rgba(89, 89, 89, 0.8);
    padding-right: 10px;
}

.bg-sec-text2 p {
    color: rgba(89, 89, 89, 0.8);
}

a.rd-more {
    outline: none;
    border: 0px;
    background: none;
    text-decoration: none;
    color: #b5323c;
}

.font-20 {
    font-size: 20px !important;
}

.insight_banner {
    position: relative;
}

.maincont_shi_grid {
    margin-top: -230px;
    margin-bottom: 100px;
}

.bg-box2 h1 .blogspan {
    margin-left: 12px;
    color: rgb(0, 0, 0);
    font-weight: 300;
}

.blogdotfull i {
    font-size: 10px;
    margin-top: 18px;
    margin-left: 2px;
}

.forgot_pass_shi {
    cursor: pointer;
}

.loginpopup_hideforgot {
    opacity: 1 !important;
}

.fade:not(.show) {
    opacity: 1;
}

.notifacation-icon .notify_icon {
    width: 28px;
    height: 28px;
}

.userdroptoggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.userdroptoggle p {
    margin-bottom: 0px;
    color: rgb(48, 53, 55);
    font-size: 17px;
}

.forhoverdropdown {
    cursor: pointer;
}

.forhoverdropdown:hover .userdroptoggle p i {
    transform: rotate(180deg);
    transition: all 0.25s ease 0s;
}

.forhoverdropdown:hover .user-card.dropdown-menu {
    display: block;
}

.forhoverdropdown .user-card.dropdown-menu {
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 40px 10px;
    background: rgb(255, 255, 255);
    top: 33px !important;
}

.ul_userdropdown_shi {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ul_userdropdown_shi li {
    border-top: none !important;
}

.ul_userdropdown_shi li a {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.ul_userdropdown_shi li a img {
    margin-right: 10px;
}

.ul_userdropdown_shi li:last-child {
    border-bottom: none;
}

.col12faqheading {
    margin-top: 30px;
    margin-bottom: 30px;
}

.col12faqheading h2 {
    font-size: 48px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.col12faqheading h2 span {
    color: #b5323c;
}

.imgwraptext_after {
    box-shadow: rgba(0, 0, 0, 0.32) 0px 0px 4px 0px;
    padding: 10px 15px !important;
    width: 310px !important;
    transform: translate(51%, -211%) !important;
    border: none !important;
    border-radius: 16px 2px 16px 16px !important;
}

.imgwraptext_after p {
    line-height: 20px;
}

.rightimgfaq_shi {
    margin-top: 100px;
}

.col12faqmaindiv .rowmainfaqdiv {
    margin-top: 30px;
}

.faq_srno {
    margin: 1px 40px 0px 20px;
    font-size: 20px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    background: none;
}

.faqinner .accordion-item {
    border: 2px solid rgb(0, 0, 0);
    border-radius: 10px;
}

.faqinner .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    background: none;
    box-shadow: none;
    padding: 0px;
}

.faqinner .accordion-item .accordion-body {
    /* margin-left: 64px; */
    color: rgb(124, 126, 128);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.faqinner .accordion-item .accordion-header .accordion-button::after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgb(0, 0, 0);
    z-index: 99;
    position: relative;
    display: block;
    content: "";
    font-family: fontAwesome;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.faqinner .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "";
    font-family: fontAwesome;
    transform: rotate(0deg);
    background: #b5323c;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    top: -2px;
    right: -2px;
}

.banner-area {
    margin-top: 60px;
    margin-bottom: 90px;
}

.single-banner-slide {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    z-index: 2;
    border-radius: 40px;
    padding-left: 61px;
}

.single-banner-slide span {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 600;
}

.single-banner-slide h2 {
    color: rgb(255, 255, 255);
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 49px;
}

.single-banner-slide::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(45deg, black, transparent);
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.single-banner-slide p {
    color: rgb(255, 255, 255);
    font-size: 32px;
    max-width: 50%;
    line-height: 37px;
}

.single-banner-slide a {
    color: rgb(137, 82, 255);
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    transition: all 0.3s ease 0s;
}

.owl-dots {
    position: relative;
    text-align: center;
}

.owl-carousel button.owl-dot {
    background: rgb(227, 227, 227);
    border: 1px solid rgb(227, 227, 227);
    border-radius: 50%;
    margin: 16px 5px 5px;
    padding: 6px !important;
}

button.owl-dot.active {
    background: #b5323c;
    border: 1px solid #b5323c;
    border-radius: 50%;
    padding: 6px !important;
}

.newcheck input[type="checkbox"] {
    position: relative;
    border: 2px solid rgb(118, 118, 118);
    border-radius: 4px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0px 0.6em 0px 0px;
    outline: 0px;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    appearance: none;
    opacity: 0.5;
    padding: 0px !important;
}

.newcheck input[type="checkbox"]:hover {
    opacity: 1;
}

.newcheck input[type="checkbox"]:checked {
    background-color: rgba(101, 28, 255, 0.46);
    opacity: 1;
    border: none;
}

.newcheck input[type="checkbox"]::before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    margin: -1px -1px 0px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.newcheck {
    margin-top: 20px;
}

.newcheck label {
    color: rgb(15, 17, 18);
}

.range-slider {
	position: relative;
	/* width: 80vmin;
	height: 20vmin; */
	height: 38px;
}

.range-slider_input {
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 3;
	transform: translateY(-50%);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 4px;
	opacity: 0;
	margin: 0;
}

.range-slider_input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 100px;
  height: 100px;
  cursor: pointer;
	border-radius: 50%;
	opacity: 0;
}

.range-slider_input::-moz-range-thumb {
  width: 14vmin;
  height: 14vmin;
  cursor: pointer;
	border-radius: 50%;
	opacity: 0;
}

.range-slider_thumb {
    width: 50px;
    height: 30px;
    border: 1px solid #b5323c;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    color: #b5323c;
    z-index: 2;
    padding: 4px 12px 4px 12px;
}

.range-slider_line {
	height: 12px;
	width: 100%;
	background-color: #D9D9D9;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	position: absolute;
	z-index: 1;
	border-radius: 100px;
}

.range-slider_line-fill {
	position: absolute;
	height: 12px;
	width: 0;
	border-radius: 20px;
	background-color: #b5323c;
}
.revilpas{font-size: 20px;color: #0F1112;font-weight: 600;text-align: center;}
.revilpas span{display: block;font-size: 16px;font-weight: 400;color: #b5323c;text-decoration: underline;    margin-top: 20px;}
.job-sec-righttt{padding: 16px 16px 16px 16px;}
.job-sec-right1 h2 p{padding-left: 55px;color: #7C7E80;}
.job-sec-right1 h2 p span{color: #CEA100;}
.gridarea-3 {display: grid;grid-template-columns: repeat(3, 1fr);}
.gridarea-3 h4{color: #2D2D2D;font-weight: 700;font-size: 16px;}
.gridarea-3 p{color: #7C7E80;font-weight: 400;font-size: 16px;}
.gridarea-1 h4{color: #2D2D2D;font-weight: 700;font-size: 16px;}
.gridarea-1 p{color: #7C7E80;font-weight: 400;font-size: 16px;}
.gridarea-1 p a{color: #b5323c;}
.search-company{border-radius: 8px;box-shadow: 0px 2px 8px 0px #00000033;margin-bottom: 32px;}
.job-sec-righttt .job-sec-right1{margin-bottom: 0;padding-bottom: 0;}
.job-sec-righttt .job-sec-right1 h2{width: 70%;}
.company-heading{background: #b5323c0D; padding: 27px 0; text-align: center;margin-bottom: 68px;}
.company-heading h2{color: #303237;font-size: 36px;font-weight: 600;}
.imgsizedefine{width: 120px;}
.headingwithbold {border-right: 1px solid #D9D9D9;}
.headingwithbold h4{color: #2D2D2D;font-weight: 700;font-size: 16px;}
.headingwithbold p{color: #7C7E80;font-weight: 400;font-size: 16px;}
.search-company-detail{border-radius: 24px;margin-bottom: 32px;border: 1px solid #00000033;padding: 24px;}
.ratingdiv{padding-left: 150px;}
.ratingdiv h3{font-size: 24px;font-weight: 500;color: #2D2D2D;margin-bottom: 32px;}
.ratingdiv p{color: #0F1112; font-size: 18px;font-weight: 400; margin-bottom: 20px;}
.ratingdiv p span{color: #CEA100;margin: 0 5px;}
.headingsec h2{font-size: 24px;font-weight: 500;color: #2D2D2D;margin-bottom: 24px;}
.headingsec h3{color: #7C7E80;font-size: 16px;font-weight: 700;margin-bottom: 16px;padding-right: 50px;}
.headingsec h4{font-size: 20px;font-weight: 400;color: #303537; text-decoration: underline;}
.headingsec p{margin-bottom: 16px;padding-right: 50px;}
.headingsec h4.pricerange{font-size: 20px;font-weight: 600;color: #b5323c;text-decoration: none;padding-right: 50px;}
.percent {
    position: relative;
  }
  
  .percent svg {
    position: relative;
    width: 210px;
    height: 210px;
    transform: rotate(-90deg);
  }
  
  .percent  svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 10;
    stroke-linecap: round;
  }
  
  .percent  svg circle:last-of-type {
    stroke-dasharray: 625px;
    stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
    stroke: #23AD5C; 
  }
  
  .percent  .number {
    position: absolute;
    top: 50%;
    left: 22%;
    transform: translate(-50%, -50%);
  }
  
  .percent  .number h3 {
    font-weight: 600;
    font-size: 36px;
    color: #000000;
  }
  
  .percent  .number h3 span {
    font-size: 2rem;
  }
  
  .percent  .title h2 {
    margin: 25px 0 0;
  }
 .headingsalry{font-size: 20px;color: #000;font-weight: 600;margin-bottom: 40px;}
 .sidecontent{    position: absolute;
    right: 0;
    top: 42px;
    left: 47%;
}
.tab-box.container-otp {
    width: 770px;
    margin: 0 auto;
    border: 1px solid #7C7E804D;
    border-radius: 24px;
}
.otp-page-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h4.otp-green-head {
    color: #23AD5C;
    background: #C3F3D7;
}

.otp-page-head h4 {
    width: 100%;
    padding: 23px;
    font-size: 22px;
    border-radius: 24px 0 0 0;
}
h4.otp-green-head i {
    color: white;
    background: #23ad5c;
    width: 28px;
    height: 28px;
    font-size: 18px;
    padding-top: 6px;
    text-align: center;
    border-radius: 50%;
}
form.formstart.otp-page {
    padding: 20px;
}
.report-line p{font-size: 14px;color: #7C7E80;margin-top: -5px;}
.report-line span{color: #000;font-weight: 400;font-size: 14px;}
.aboutpartgrid{display: grid;grid-template-columns: repeat(2,1fr);padding-top: 25px;}
.aboutpartgrid h3{color: #303237;font-weight: 600;font-size: 14px;}
.aboutpartgrid p{color: #585D61;font-weight: 400;font-size: 16px;}
.aboutpartgrid .forborderright{border-right: 1px solid var(--Stoke, #7C7E804D);    padding-right: 20px;}
.aboutpartgrid .fornoright{ padding-left: 20px;}
#membership h2 span{color: #7C7E80;font-size: 16px;font-weight: 400;}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 1020;
}
.reviewdivstart{padding-top: 40px;}
.reviewdivstart p span{color: #CEA100;font-size: 14px;margin: 4px;padding: 8px 1px;}
.reviewdivstart p span i{    padding: 0 5px;}
.sidecontent p{font-size: 18px;font-weight: 400;color: #7C7E80;}
.sidecontent h4{font-size: 16px;font-weight: 500;color: #000;}
.reviewdivstart p{color: #0F1112;font-size: 18px;font-weight: 400;}
.date-loc p{font-size: 14px;font-weight: 400;color: #0F1112; }
.date-loc p span{border-right:1px solid ;color: #ddd;    padding-left: 20px;margin-right: 20px;}
.contentmore{color: #595959CC;font-size: 16px;font-weight: 400;line-height: 25px;margin-bottom: 40px;}
.contentmore a{color: #b5323c;}
.contentend p{padding-left: 10px;font-size: 16px;}
.seemore {padding: 20px 60px;font-size: 16px;}


.overflow_x_hidden{overflow-x: hidden;}

.notifacation-icon .notify_icon{width:28px;height:28px}
.userdroptoggle{display: flex;justify-content: center;align-items: center;gap: 10px;}
.userdroptoggle p{margin-bottom: 0;color: #303537;font-size: 17px;}
.forhoverdropdown{cursor: pointer;}
.forhoverdropdown:hover .userdroptoggle p i{transform: rotate(180deg);transition: all .25s ease;}
.forhoverdropdown:hover .user-card.dropdown-menu{display: block;}
.forhoverdropdown .user-card.dropdown-menu{top: 28px !important;position: absolute;box-shadow: 0px 8px 40px 10px #0000001A;background: #fff;}
.ul_userdropdown_shi{padding-top: 10px!important;padding-bottom: 10px!important;}
.ul_userdropdown_shi li{border-top: none !important;}
.ul_userdropdown_shi li a{font-size: 14px!important;font-weight: 400!important;}
.ul_userdropdown_shi li a img{margin-right: 10px;}
.ul_userdropdown_shi li:last-child{border-bottom: none!important;}

.forjobseekernav_header_shi{display: flex;gap: 10px;border-right: 2px solid #b5323c;padding-right: 15px;}
.forjobseekernav_header_shi img{border-radius: 0!important;}
.jsutify-content-end{justify-content: end;}

.dashboradheader_inutdiv{display: flex;gap: 20px;}
.dashboradheader_inutdiv .divinput-dashheader{position: relative;}
.divinput-dashheader .form-inner{border-radius: 8px;background: #fff;height: 46px;padding-left: 60px;width: 100%;position: relative;border: 1px solid #7c7e805e;line-height: 46px;}
.divinput-dashheader .form-inner input{background: none;color: #7C7E80;}
.divinput-dashheader .form-inner select{border: none;margin-right: 15px;padding-right: 10px;color: #7C7E80;}
.divinput-dashheader .form-inner select:focus{outline: none;}
.divinput-dashheader .form-inner.searchprofile:after{content: url(../images/search.png);position: absolute;left: 25px;top: 50%;transform: translateY(-50%);line-height: 1;}
.divinput-dashheader .form-inner.location:after{content: url(../images/location.png);position: absolute;left: 25px;top: 50%;transform: translateY(-50%);line-height: 1;}

.filteredtable_div_searchresume{border: 1px solid #00000026;border-radius: 10px;}
.filteredtable_div_searchresume .category-table{    margin-bottom: 7px;}
.filteredtable_div_searchresume .category-table tr{border: none!important;}
.filteredtable_div_searchresume .category-table tr {border-bottom: 1px solid #ccc!important;}
.filteredtable_div_searchresume .category-table tr td{border-bottom: none!important;border-top:none!important;border-left:none!important;border-right:none!important;font-size: 14px !important;color: #0F1112!important;font-weight: 500!important;padding: 15px 10px!important;}
.filteredtable_div_searchresume .category-table tr td.purple-color{color: #b5323c!important;}
.filteredtable_div_searchresume .category-table tr:last-child td{border-bottom: none!important;border-top:none!important;border-left:none!important;border-right:none!important}
.filteredtable_div_searchresume .category-table tr td.skill_td{display: flex;justify-content: center;align-items: center;    gap: 10px;}
.filteredtable_div_searchresume .category-table tr td.skill_td span{background: #b5323c1A;border-radius: 4px;padding:2px;}
.filteredtable_div_searchresume .category-table tr th{text-align: center!important;}
/* .filteredtable_div_searchresume .category-table tr th:first-child{text-align: left!important;} */
.filteredtable_div_searchresume .tableheight_shi{min-height: 480px;position: relative;}

.table_pagination_shi{margin-top: 20px;margin-bottom: 20px;}
.table_pagination_shi ul{display: flex;justify-content: center;align-items: center;list-style: none;gap: 10px;}
.table_pagination_shi ul li.pagination_tab a{width: 32px;height: 32px;position: relative;display: block;border: 1px solid #f1f1f1;text-align: center;line-height: 32px;border-radius: 3px;font-size: 13px;color: #333;font-weight: 500;}
.table_pagination_shi ul li.pagination_tab.prev a{color: #ccc;}
.table_pagination_shi ul li.pagination_tab.active a{background:#b6343e;color: #fff;border-radius: 8px;}
.table_pagination_shi ul li.pagination_tab.dot a{letter-spacing: 1px;font-weight: 600;}

.design_search_input_filters{display: flex;height: 48px;font-weight: 400;font-size: 16px;color: #7C7E80;line-height: 1;width: 100%;border-radius: 8px;border: 1px solid #7C7E80;background: #fff;margin-bottom: 10px;}
.design_search_input_filters input{height: 48px;border: none !important;background: none;}
.design_search_input_filters img.searchicon{width: 20px;margin-right: 10px;}
.indus_design_ulli_open{display: block!important;background: none!important;}
.searchsume_maindiv_filters{align-items: center;}
.searchsume_maindiv_filters p{margin-bottom: 0;}
.indus_design_ulli_open h4 a{padding: 10px 20px !important;  }
.sortbydate_filter img{margin-left: 8px;}
.sortbydate_filter span{color: #7C7E80;font-size: 14px;font-weight: 400;}

.comm_detail_maindiv{margin-top: 30px;}
.communication_heading h2{font-size: 18px;color: #0F1112;font-weight: 500;margin-bottom: 20px;padding-top: 5px;}
.colcommunicationdiv .colinner_commdiv{border: 0.98px solid var(--Stoke, #7C7E804D);border-radius: 24px;}
.colinner_commdiv .col_comm_header{border-bottom: 0.98px solid var(--Stoke, #7C7E804D); }
.colinner_commdiv .col_comm_header h3{font-size: 18px;color: #0F1112;font-weight: 500;padding: 20px;    margin-bottom: 0;}
.colcomm_bodydiv .detailedvide_text-btn{padding: 20px 20px 10px 20px;}
.colcomm_bodydiv .detailedvide_text-btn .mailsnet_text{color: #303537;font-size: 16px;margin-bottom: 10px;}
.colcomm_bodydiv .detailedvide_text-btn .sentbtns_div button{padding: 8px 20px;margin-right: 15px;border-radius: 10px;width: 160px;box-sizing: border-box;}
.colcomm_bodydiv .detailedvide_text-btn .sentbtns_div button.mailsent{background: #b5323c;color: #fff;}
.colcomm_bodydiv .detailedvide_text-btn .sentbtns_div button.sentsms{background: #b5323c1A;color: #b5323c;}
.colcomm_bodydiv .sortby_details{padding: 0 20px;}
.colcomm_bodydiv .sortby_details .date-sortfilter{display: flex;justify-content: right;align-items: center;gap: 10px;margin-bottom: 10px;}
.colcomm_bodydiv .sortby_details .date-sortfilter span{color: #7C7E80;font-size: 14px;font-weight: 400;}
.colcomm_bodydiv .details_table_div .table_mail_sms_info thead{background: #D7C5FF;}
.colcomm_bodydiv .details_table_div .table_mail_sms_info tr th{font-size: 14px;color: #0F1112;font-weight: 500;border-bottom: none;text-align: center;}
.colcomm_bodydiv .details_table_div .table_mail_sms_info tr td{font-size: 12px;color: #0F1112;font-weight: 500;text-align: center;border-bottom: none;}
.colcomm_bodydiv .details_table_div .table_mail_sms_info tr th:first-child ,.colcomm_bodydiv .details_table_div .table_mail_sms_info tr td:first-child{text-align: left;}
.colcomm_bodydiv .details_table_div .table_mail_sms_info tr:last-child td{border-bottom: none;}
.colcomm_bodydiv .emptybox_div{height: 478px;}
.emptybox_div .empty_img_div{text-align: center;padding: 20px;padding-top: 130px;}
.emptybox_div .empty_img_div h3{font-size: 25px;color: #0F1112;font-weight: 400;margin-bottom: 0;}

.analytic_report{margin-top: 30px;}
.analytic_heading h2{font-size: 18px;color: #0F1112;font-weight: 500;margin-bottom: 20px;padding-top: 5px;}
.analytic_chart_main_box{border: 0.98px solid var(--Stoke, #7C7E804D);border-radius: 20px;padding: 20px 40px;}
.overall_progress_div p{font-size: 12px;color: #606060;margin-bottom: 5px;}
.overall_progress_div .total_jobposted{display: flex;justify-content: left;align-items: baseline;gap: 10px;}
.overall_progress_div .total_jobposted span{font-size: 22px;color: #000;font-weight: 500;}
.overall_progress_div .total_jobposted p{margin-bottom: 0;color: #b5323c;font-weight: 500;}
.col6chart_filters .job_posted_filter{text-align: right;display: flex;justify-content: end;gap: 20px;}
.job_posted_filter .sort_date{display: flex;justify-content: center;align-items: center;gap: 10px;}
.job_posted_filter .sort_date span{color: #7C7E80;font-size: 14px;font-weight: 400;}
.job_posted_filter .jobposted_select select{border: none;font-size: 14px;outline: none;}

.help_suport_div{margin-top: 30px;}
.helpsupport_heaidng h2{font-size: 18px;color: #0F1112;font-weight: 500;margin-bottom: 20px;padding-top: 5px;}
.helpsupport_heaidng h2 span{color:#b5323c}
.contrighttextinfor_shi p{margin-top: 0;}
.contdetails_shi_info .information p{margin-left: 15px;}
.mailboxes_shi_ftr_cont{margin-top: 30px;}
.threemailboxes_maindiv{display: flex;    gap: 20px;}
.threemailboxes_maindiv .email-box{border-radius: 20px;}
.threemailboxes_maindiv .main-mailbox{border-radius: 10px;}
a.logout_color{color:#FD5B1F!important}
.searchprofile_maindiv_allprofiles{margin-top: 0!important;}
.searchprofile_maindiv_allprofiles .home2-job-list-area{padding: 0 !important;}
.search_profile_dashboard_maindiv{grid-template-columns: 20% 80%!important;}
.serchresult_after::before{height: 0!important;}
.serchresult_after:after{top: 141px!important;}
.viewcont_btn{width: 200px;text-align: center;}
.profiledetails_before::before{     top: 90px!important;}
.profiledetails_before .job-discription li{margin-top: 0!important;}
.profiledetails_before{margin-bottom: 20px;}
.profiledetails_before:last-child{margin-bottom: 0;}
.hire_prof_emp_rightdiv{margin-top: 37px;border: 1px solid #b5323c4D!important;background: rgba(101, 28, 255, 0.05) !important;}
.hire_prof_emp_rightdiv .upgradebtn{ margin-bottom:0;}
.hire_prof_emp_rightdiv .upgradebtn a   {margin-bottom:0  }

.otpsend_remainseconds input{border-color: #23ad5c!important;}


header.style-5 .menu-area .nav-right ul{gap: 20px !important;padding: 34px 10px;}
/* header.style-5 .menu-area{padding: 25px 2%;} */

.animatedbounceInDown ul li a{border-bottom: none;}
.main_contact_info{max-width: 100%;}
.contact-info .title{letter-spacing: .5px;}
.contdetails_shi_info .information{font-size: 16px;}
.social_mediaicons p{letter-spacing: .5px;}
.dashjobseeker_boxes_shi::before{height: 0!important;}
.dashjobseeker_boxes_shi .company-area:after{height: 0!important;}
.coltermcondi_heading{margin-top: 30px;margin-bottom: 30px;}
.coltermcondi_heading h2{font-size: 48px;color: #000;text-transform: uppercase;font-weight: 700;letter-spacing: 2px;}
.coltermcondi_heading h2 span{color: #b5323c;}
.col12termscondition_maindiv h4{font-size: 36px;font-weight: 500;color: #303537;}
.col12termscondition_maindiv p{font-size: 16px;color:#585D61;    font-weight: 400;}

.header_provide_forpadding{padding: 25px 2%;}
.searchjob_btn_index{margin-top: 30px;margin-bottom: 20px;}
.searchjob_btn_index .searchjob{background: #b5323c;height: 60px;position: relative;display: block;width: 220px;text-align: center;line-height: 60px;color: #fff;border-radius: 8px;border: 1px solid #b5323c;font-size: 16px;}
.job_firstnav_reg .forimg_regtext{position: relative!important;}
.job_firstnav_reg .forimg_regtext .headermenu_jobnav_register{display: flex;font-size: 12px;align-items: center;gap: 4px;position: absolute;bottom: 0px;background: #b5323c;width: 100%;padding: 10px;text-align: center;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;color: #fff;}
.job_firstnav_reg .forimg_regtext .headermenu_jobnav_register a{padding: 0 !important;background: none!important;color: #fff!important;}
.modal-width .modal-dialog{max-width: 1320px;}


@media(max-width:767px){
    .hiring-company{grid-template-columns: repeat(1, 1fr);}
    .crossbtn_mob{width: 35px;height: 35px;line-height: 35px;background: #b5323c;text-align: center;border-radius: 50%;}
    .crossbtn_mob .crossicon{margin-top: 8px;font-size: 20px;color: #fff!important;}
    .textchnage h1::after{position: relative;margin-left: 0;font-size: 25px;}
    .menu-item-has-children .mobmenu_expendmenu_icon{top: 14px!important;font-size: 1rem!important;}
    header.style-5 .main-menu{width: 100%;}
    .showloginjobseeker_onclick{width:100%;}
    .menu-item-has-children .sub-menu{padding: 0!important;}
    .menu-item-has-children .sub-menu li{margin-left: 0!important;}
    .register_resume_mob{display: block!important;}
    .register_resume_mob .uploadbtn{width:100%;display: block;text-align: center;margin: 0 auto;}
    .rowjobs_internship_div .col3job_inter_input{margin-bottom: 15px;}
    .rowjobs_internship_div .col3job_inter_btn{margin-bottom: 35px;}
    .rowjobs_internship_div .col3job_inter_btn .searchbtn{width: 100%;text-align: center;display: block;}
    .rowjobs_internship_div .col3job_inter_btn .searchbtn:after{width: 0 !important;;}
    .colfresher_text .fromfresher{text-align: center;}
    .header-area.style-5 .menu-area{justify-content: center;display: grid;grid-template-columns: repeat(2, 1fr);}
    .hideonmob{display: none;}
    header.style-5{justify-content: center;}
    header.style-5.sticky{padding: 0 10px!important;}
    .pdngtop20_onlymob{padding-top:20px!important}
    .pdngbtm20_onlymob{padding-bottom: 20px!important;}
    .searchjob_btn_index .searchjob{width:100%;}
    .home2-talent-area .talent-wrap .talent-content h4{font-size: 32px;}
    .home2-talent-area .talent-wrap .talent-content p{font-size: 20px;line-height: 35px;}
    .talent-img img{border-radius: 20px;}
    .videoicon{position: absolute;left: 34%;top: 26%;}
    .videoicon img{border:none;transform: none;position: relative;left: 0;right: 0px;top: 0;}
    .home2-talent-area .talent-wrap{background-color:#fff;}
    .mrgnbtmzero_onlymob{margin-bottom: 0!important;}
    .forpdng15_cont_companies{padding:0 15px!important}
    .hiring-company img{margin: 0 auto;display: block;width:70%;}
    .mrgnbtm20_onlymob{margin-bottom: 20px;}
    .testimoni img{margin-bottom: 0;}
    .home2-feedback-area .feedback-wrap{width:100%;padding: 25px 20px;}
    .home2-feedback-area .feedback-wrap .author-img{margin-top: 20px;}
    .footer1 .footer-widget .menu-container ul{justify-content: center;}
    .footer1 .footer-widget .menu-container ul li a{justify-content: start;}
    .social-area ul li a{justify-content: center !important;}
    .mrgnbtm25_onlymob{margin-bottom: 25px!important;}
}
.tab-box .tab-new{margin-top: 45px;}
.today-interviews {
    background: #fff;
    border-radius: 12px;
    /* / padding: 1.5rem; / */
}

.interview-list {
    margin-top: 1rem;
}

.interview-item {
    display: flex;
    padding: 1rem;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.interview-item .time {
    min-width: 100px;
    font-weight: 500;
    color: #b6343e;
}

.interview-item .details h4 {
    margin: 0;
    color: #333;
}

.interview-item .details p {
    margin: 0.25rem 0;
    color: #666;
}

.interview-item .type {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: #83a65a57;
    color: #4d6d29;
    border-radius: 12px;
    font-size: 12px;
}
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: #b6343e;
    border-color: #b6343e;
    color: var(--fc-button-text-color);
}
.fc .fc-button-primary:disabled {
    background-color: #83a65a;
    border-color: #83a65a;
    color: #fff;
    opacity: 1;
}
.fc .fc-toolbar-title { 
    color: #b6343e; 
}
.fc .fc-col-header-cell-cushion { 
    padding: 4px 4px;
    font-weight: 400;
    font-size: 13px;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 5px; 
}
.card.box-shadow-2{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.card.box-shadow-2 hr{margin: 0;}
.genarel-qustions-area .accordion-header{margin: 0;}
.col-xl-4.col-lg-6.mt-0.job-sec-left-box-bb {
    margin-bottom: 15px;
}
.in-progress-track p{background-color: #dcfce7;border-radius: 20px;padding: 3px 10px;}
.dropdown-item:focus, .dropdown-item:hover {
    color: #b5323c;
    background-color: var(--ct-dropdown-link-hover-bg);
}

.logout-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .logout-modal {
    background: white;
    border-radius: 8px;
    padding: 30px;
    width: 350px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  }
  
  .logout-modal h5 {
    margin-bottom: 10px;
  }
  
  .logout-modal-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
  }
  
  .logout-modal-buttons .btn {
    min-width: 100px;
  }
  .formstart .frmctrldiv .xyz::after {
    content: unset;
}