@import url(https://fonts.googleapis.com/css2?family=Exo+2:wght@200;300;400;500;600;700;800;900&amp;family=Work+Sans:wght@200;300;400;500;600;700;800;900&amp;display=swap);

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

:root {
    --primary-color1: #00A7AC;
    --primary-darker: #052922;
    --primary-gold: #b78554;
    --primary-dark: #000000;
    --title-color1: #061421;
    --text-color1: #595959;
    --white: #ffffff;
    --font-exo2: "Exo 2", sans-serif;
    --font-work-sans: "Work Sans", sans-serif
}

::-moz-selection {
    color: var(--white);
    background: var(--primary-color1)
}

::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-work-sans);
    color: var(--text-color1);
    background: #F8F8F8;
    font-size: 16px;
    margin: 0;
    overflow-x: hidden
}

.bg-wight {
    background: var(--white)
}

.bg-dark {
    background: #020B0D !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-work-sans);
    line-height: 26px
}

a {
    text-decoration: none;
    color: unset
}

a:hover {
    text-decoration: none;
    color: unset
}

a:focus {
    outline: 0 solid
}

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 rgb(0 167 172 / .12) !important;
    border-radius: 5px !important
}

.select2-selection .select2-search__field {
    min-height: unset !important;
    min-height: 48px !important;
    max-height: 48px !important;
    padding: 17px 0 !important;
    margin: 0 !important
}

.select2-selection .select2-selection__rendered {
    margin-bottom: 0
}

.select2-selection .select2-selection__rendered .select2-selection__choice {
    padding: 10px 30px 10px 10px;
    background-color: rgb(0 167 172 / .1);
    font-family: var(--font-work-sans);
    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: #fff0;
    border: none;
    border-right: unset;
    color: var(--title-color1);
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    right: -30px;
    left: unset;
    top: 0;
    display: contents
}

.select2-selection .select2-selection__rendered .select2-selection__choice button span {
    padding: 0;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: 14px;
    color: var(--title-color1)
}

.select2-selection .select2-selection__rendered .select2-selection__choice button:hover {
    background: #fff0
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block
}

.select2-container--default .select2-selection--multiple {
    cursor: text;
    padding-bottom: 0;
    padding-right: 0
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgb(0 167 172 / .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 #fff !important
}

.eg-preloder {
    min-width: 100%;
    min-height: 100%;
    position: fixed !important;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    overflow: hidden
}

.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: 0;
    font-size: 1.125rem
}

.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: 0;
    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: 0;
    font-size: 1.125rem
}

.lg-btn {
    padding: 9px 28px
}

.btn-block {
    display: block;
    width: 100%
}

.primry-btn-1 {
    font-size: 1.063rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    display: flex;
    align-items: center;
    border: 1px solid #DFE9E5;
    background-color: var(--white);
    border-radius: 5px;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1
}

.primry-btn-1 svg {
    fill: var(--title-color1);
    margin-right: 8px;
    transition: 0.5s all ease
}

.primry-btn-1::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--primary-color1);
    z-index: -1
}

.primry-btn-1:hover {
    color: var(--white)
}

.primry-btn-1:hover svg {
    fill: var(--white)
}

.primry-btn-1:hover::after {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1
}

.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: 0.5s all ease;
    z-index: 1
}

.primry-btn-2 svg {
    fill: var(--white);
    margin-left: 8px;
    margin-right: 8px
}

.primry-btn-2::before {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--title-color1);
    z-index: -1
}

.primry-btn-2:hover {
    color: var(--white)
}

.primry-btn-2:hover svg {
    fill: var(--white)
}

.primry-btn-2:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    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: 0.5s all ease;
    z-index: 1
}

.primry-btn-3 svg {
    fill: var(--white);
    margin-left: 8px;
    margin-right: 8px
}

.primry-btn-3::before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    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: 0.5s all ease;
    left: 0;
    right: 0;
    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: 0.5s all ease;
    z-index: 1
}

.primry-btn-4 svg {
    fill: var(--primary-dark);
    margin-right: 8px;
    transition: 0.5s all ease
}

.primry-btn-4::after {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    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: 0.5s all ease;
    left: 0;
    right: 0;
    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: 0.5s all ease;
    z-index: 1
}

.primry-btn-5 svg {
    fill: var(--white);
    margin-left: 8px;
    margin-right: 8px;
    transition: 0.5s all ease
}

.primry-btn-5::before {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 50px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    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: 0.5s all ease;
    left: 0;
    right: 0;
    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: #fff0;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1
}

.primry-btn-6 svg {
    fill: var(--primary-color1);
    margin-right: 8px;
    transition: 0.5s all ease
}

.primry-btn-6::after {
    border-radius: 50px;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    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: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1
}

.btn-primary {
    color: #fff;
    background-color: #00A7AC;
    border-color: #00A7AC
}

.btn-primary:hover {
    color: #fff;
    background-color: #008d92;
    border-color: #007a7f
}

.btn-primary:disabled {
    color: #fff;
    background-color: #008d92;
    border-color: #007a7f
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #008d92;
    border-color: #007a7f;
    box-shadow: 0 0 0 .25rem rgb(0 167 172 / .5)
}

.btn-gold {
    color: #fff;
    background-color: #b78554;
    border-color: #b78554
}

.btn-gold:hover {
    color: #fff;
    background-color: #9f6e3f;
    border-color: #8c5f37
}

.btn-gold:disabled {
    color: #fff;
    background-color: #9f6e3f;
    border-color: #8c5f37
}

.icon-circle {
    width: 30px;
    height: 30px
}

.explore-btn a {
    font-size: 1.063rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    line-height: 1;
    transition: 0.35s;
    display: flex;
    align-items: center;
    gap: 3px
}

.explore-btn a span {
    display: inline-block;
    margin-left: 20px;
    margin-right: -20px;
    position: relative;
    transition: 0.35s
}

.explore-btn a span::after {
    content: url(../images/icon/explore-arrow.svg);
    position: relative;
    left: -15px;
    top: 3px;
    transition: 0.35s
}

.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: 0.35s;
    display: flex;
    align-items: center;
    gap: 3px
}

.explore-btn6 a span {
    display: inline-block;
    margin-left: 20px;
    margin-right: -20px;
    position: relative;
    transition: 0.35s
}

.explore-btn6 a span::after {
    content: url(../images/icon/explore-arrow.svg);
    position: relative;
    left: -35px;
    top: 3px;
    transition: 0.35s
}

.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: 0.35s;
    display: flex;
    align-items: center;
    gap: 3px
}

.explore-all-btn5 a span {
    display: inline-block;
    margin-left: 20px;
    margin-right: -20px;
    position: relative;
    transition: 0.35s
}

.explore-all-btn5 a span::after {
    content: url(../images/icon/explore-arrow5.svg);
    position: relative;
    left: -35px;
    top: 3px;
    transition: 0.35s
}

.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: 0.35s;
    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: 0.35s
}

.apply-btn a span img {
    width: 18px
}

.apply-btn a span::after {
    content: url(../images/icon/apply-arrow.svg);
    position: relative;
    left: -26px;
    top: 0;
    transition: 0.35s
}

.apply-btn a:hover {
    color: var(--primary-color1)
}

.apply-btn a:hover span::after {
    left: -22px
}

.user-card {
    max-width: 280px;
    min-width: 280px;
    background-color: var(--white);
    border: unset;
    z-index: 999;
    padding: 0;
    top: 22px !important
}

.user-card > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block !important
}

.user-card > ul li {
    display: flex;
    align-items: start;
    padding: 10px 20px;
    border-top: 1px solid #eee;
    transition: 0.35s
}

.user-card > ul li:last-child {
    border-bottom: 1px solid #eee
}

.user-card > ul li a {
    display: block;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-work-sans);
    color: var(--title-color1);
    transition: 0.35s
}

.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-work-sans);
    text-align: center;
    display: block;
    color: var(--title-color1);
    padding: 10px;
    transition: 0.35s
}

.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 #eee;
    z-index: 999;
    padding: 0;
    top: 25px !important
}

.notifacion-card .title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-exo2);
    text-align: center;
    color: var(--title-color1);
    padding: 15px
}

.notifacion-card > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block !important
}

.notifacion-card > ul li {
    display: flex;
    align-items: start;
    padding: 10px 0;
    border-top: 1px solid #eee
}

.notifacion-card > ul li:last-child {
    border-bottom: 1px solid #eee
}

.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: 0.35s
}

.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-work-sans);
    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-work-sans);
    text-align: center;
    display: block;
    color: var(--title-color1);
    padding: 10px;
    transition: 0.35s
}

.notifacion-card .view-all a:hover {
    color: var(--primary-color1)
}

.notifacion-card.style-black {
    background-color: #020B0D;
    border: 1px solid #001618
}

.notifacion-card.style-black .title {
    color: var(--white)
}

.notifacion-card.style-black > ul li {
    border-top: 1px solid #001618
}

.notifacion-card.style-black > ul li:last-child {
    border-bottom: 1px solid #001618
}

.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: #fff
}

.ui-datepicker {
    width: 17em;
    padding: .5em .5em 0;
    display: none;
    z-index: 99
}

.ui-datepicker td {
    border: 0;
    padding: 2px
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background: var(--primary-color1);
    border: 1px solid var(--primary-color1);
    color: #fff;
    border-radius: 0
}

div#ui-datepicker-div {
    border: 1px solid #fff0;
    box-shadow: 3px 3px 10px rgb(0 0 0 / .07);
    border-radius: 0;
    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 rgb(238 238 238 / .5);
    background: var(--white);
    font-weight: 400;
    padding: 4px;
    transition: all 0.45s ease;
    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: "\f12c";
    position: absolute;
    left: 0;
    top: 0;
    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: "\f12c";
    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
}

.ui-datepicker-prev span.ui-icon {
    display: none !important;
    visibility: hidden
}

.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: "\f135";
    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
}

.ui-datepicker-next span.ui-icon {
    display: none !important;
    visibility: hidden
}

.top-bar2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(243 243 243 / .82);
    padding: 0 7%;
    z-index: 9999;
    position: relative
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .top-bar2 {
        padding: 0 5%
    }
}

@media (max-width: 1399px) {
    .top-bar2 {
        padding: 0 5%
    }
}

@media (max-width: 1199px) {
    .top-bar2 {
        padding: 0 3%
    }
}

@media (max-width: 991px) {
    .top-bar2 {
        padding: 0;
        display: none;
        visibility: hidden
    }
}

@media (max-width: 576px) {
    .top-bar2 {
        justify-content: center
    }
}

.top-bar2 p {
    margin-bottom: 0
}

.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;
    padding: 15px 0
}

.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: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 40px;
    left: 0;
    background: #f5f5f5;
    min-width: 100px;
    height: auto;
    z-index: 99;
    border: 1px solid rgb(255 255 255 / .1);
    display: none;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.6s ease;
    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-work-sans);
    transition: 0.35s
}

.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: 0;
    padding: 0;
    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 #00A7AC;
    background-color: #fff0;
    border-radius: 50%;
    transition: 0.35s
}

.top-bar2 .top-bar-right .social-area ul li a i {
    color: var(--primary-color1);
    transition: 0.35s
}

.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 #F1F1F1;
    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: 0;
        display: none;
        visibility: hidden
    }
}

@media (max-width: 576px) {
    .top-bar3 {
        justify-content: center
    }
}

.top-bar3 p {
    margin-bottom: 0
}

.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;
    padding: 15px 0
}

.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: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 50px;
    left: 0;
    background: #f5f5f5;
    min-width: 100px;
    height: auto;
    z-index: 99;
    border: 1px solid rgb(255 255 255 / .1);
    display: none;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.6s ease;
    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-work-sans);
    transition: 0.35s
}

.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: 0;
    padding: 0;
    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 #00A7AC;
    background-color: #fff0;
    border-radius: 50%;
    transition: 0.35s
}

.top-bar3 .top-bar-right .social-area ul li a i {
    color: var(--primary-color1);
    transition: 0.35s
}

.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: 0;
    left: 0;
    z-index: 99999;
    animation: smooth-header 0.65s linear;
    background-color: var(--white)
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0)
    }
}

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 {
    display: block !important;
    visibility: visible !important;
    padding: 0 110px
}

@media (max-width: 1700px) {
    header.style-1.sticky .header-logo {
        padding: 0 80px
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-1.sticky .header-logo {
        padding: 0 50px
    }
}

@media (max-width: 1399px) {
    header.style-1.sticky .header-logo {
        padding: 0 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 #f1f1f1 !important
}

header.style-1 .header-main-logo {
    padding: 0 105px
}

@media (max-width: 1700px) {
    header.style-1 .header-main-logo {
        padding: 0 80px
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-1 .header-main-logo {
        padding: 0 50px
    }
}

@media (max-width: 1399px) {
    header.style-1 .header-main-logo {
        padding: 0 20px
    }
}

header.style-1 .mobile-logo-wrap img {
    max-width: 120px
}

header.style-1 .menu-topbar-area {
    width: 100%;
    border-left: 1px solid #F1F1F1;
    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 #F1F1F1
}

@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: 0;
    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;
    padding: 15px 0
}

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: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 50px;
    left: 0;
    background: #f5f5f5;
    min-width: 100px;
    height: auto;
    z-index: 99;
    border: 1px solid rgb(255 255 255 / .1);
    display: none;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.6s ease;
    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-work-sans);
    transition: 0.35s
}

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: 0;
    padding: 0;
    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 #00A7AC;
    background-color: #fff0;
    border-radius: 50%;
    transition: 0.35s
}

header.style-1 .menu-topbar-area .top-bar .top-bar-right .social-area ul li a i {
    color: var(--primary-color1);
    transition: 0.35s
}

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 0
}

@media (max-width: 991px) {
    header.style-1 .header-logo {
        width: 100px;
        padding: 20px 0
    }
}

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: 0;
    padding: 0;
    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: #EFF1F0;
    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-work-sans);
    position: absolute;
    top: 0;
    right: 0;
    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: 0;
    padding: 0
}

header.style-1 .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 0 15px
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.style-1 .main-menu ul > li {
        padding: 0 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;
    position: relative;
    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: .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: "\f2ea"
}

@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: 0;
    right: 0;
    top: auto;
    margin: 0;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    background: var(--title-color1);
    text-align: left;
    transition: all 0.55s ease-in-out;
    transform: translateY(20px)
}

header.style-1 .main-menu ul > li ul.sub-menu > li {
    padding: 0;
    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 15px;
    color: var(--white);
    font-weight: 400;
    text-transform: capitalize;
    font-size: .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: #0B0F14;
    top: 0
}

@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: #fff0;
        top: 0
    }
}

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: "\f282";
    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(0)
}

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: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        box-shadow: 0 2px 20px rgb(0 0 0 / .03)
    }

    header.style-1 .main-menu.show-menu {
        transform: translateX(0)
    }

    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 0
    }

    header.style-1 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0 5px
    }

    header.style-1 .main-menu ul li i {
        display: block
    }

    header.style-1 .main-menu ul li a {
        padding: 10px 0;
        display: block;
        font-weight: 500;
        font-size: 1rem
    }

    header.style-1 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0)
    }

    header.style-1 .main-menu ul li ul.sub-menu > li {
        border-bottom: 1px solid #fff0
    }

    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: 0 5px;
        border-radius: 50%;
        display: inline-block
    }

    header.style-1 .cross-btn {
        display: inline-block !important;
        position: relative;
        width: 30px !important;
        height: 22px !important;
        cursor: pointer;
        border: 3px solid transparent !important
    }

    header.style-1 .cross-btn span {
        width: 100%;
        height: 2px;
        background: var(--primary-color1);
        display: block;
        position: absolute;
        right: 0;
        transition: all 0.3s
    }

    header.style-1 .cross-btn .cross-top {
        top: 0
    }

    header.style-1 .cross-btn .cross-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 100%
    }

    header.style-1 .cross-btn .cross-bottom {
        bottom: 0;
        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: 0;
        padding: 0;
        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: 0.35s
    }

    header.style-1 .social-area ul li a i {
        color: var(--white);
        transition: 0.35s;
        position: relative;
        left: 0;
        top: 0;
        margin-left: 0
    }

    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: #fff
}

header.style-2 .header-main-logo {
    padding: 0 110px
}

@media (max-width: 1700px) {
    header.style-2 .header-main-logo {
        padding: 0 80px
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-2 .header-main-logo {
        padding: 0 50px
    }
}

@media (max-width: 1399px) {
    header.style-2 .header-main-logo {
        padding: 0 20px
    }
}

@media (max-width: 576px) {
    header.style-2 .header-main-logo {
        padding: 0 10px
    }
}

header.style-2 .menu-topbar-area {
    width: 100%;
    border-left: 1px solid #F1F1F1;
    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 #F1F1F1
}

@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: 0;
    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;
    padding: 15px 0
}

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: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 50px;
    left: 0;
    background: #f5f5f5;
    min-width: 100px;
    height: auto;
    z-index: 99;
    border: 1px solid rgb(255 255 255 / .1);
    display: none;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.6s ease;
    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-work-sans);
    transition: 0.35s
}

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: 0;
    padding: 0;
    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 #00A7AC;
    background-color: #fff0;
    border-radius: 50%;
    transition: 0.35s
}

header.style-2 .menu-topbar-area .top-bar .top-bar-right .social-area ul li a i {
    color: var(--primary-color1);
    transition: 0.35s
}

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 0
}

@media (max-width: 991px) {
    header.style-2 .header-logo {
        width: 100px;
        padding: 20px 0
    }
}

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: 0;
    padding: 0;
    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: #EFF1F0;
    border-radius: 50%;
    border: 1px solid rgb(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-work-sans);
    position: absolute;
    top: 0;
    right: 0;
    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: 0.4s;
    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: rgb(0 167 172 / .2);
    border-color: rgb(0 167 172 / .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: 0;
    padding: 0
}

header.style-2 .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 0 15px
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2 .main-menu ul > li {
        padding: 0 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;
    position: relative;
    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: .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: "\f2ea"
}

header.style-2 .main-menu ul > li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    background: var(--title-color1);
    text-align: left;
    transition: all 0.55s ease-in-out;
    transform: translateY(20px)
}

header.style-2 .main-menu ul > li ul.sub-menu > li {
    padding: 0;
    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 15px;
    color: var(--white);
    font-weight: 400;
    text-transform: capitalize;
    font-size: .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: #0B0F14;
    top: 0
}

@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: #fff0;
        top: 0
    }
}

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: "\f282";
    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(0)
}

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: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        box-shadow: 0 2px 20px rgb(0 0 0 / .03)
    }

    header.style-2 .main-menu.show-menu {
        transform: translateX(0)
    }

    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 0
    }

    header.style-2 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0 5px
    }

    header.style-2 .main-menu ul li i {
        display: block
    }

    header.style-2 .main-menu ul li a {
        padding: 10px 0;
        display: block;
        font-weight: 500;
        font-size: 1rem
    }

    header.style-2 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0)
    }

    header.style-2 .main-menu ul li ul.sub-menu > li {
        border-bottom: 1px solid #fff0
    }

    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: 0 5px;
        border-radius: 50%;
        display: inline-block
    }

    header.style-2 .cross-btn {
        display: inline-block !important;
        position: relative;
        width: 30px !important;
        height: 22px !important;
        cursor: pointer;
        border: 3px solid transparent !important
    }

    header.style-2 .cross-btn span {
        width: 100%;
        height: 2px;
        background: var(--primary-color1);
        display: block;
        position: absolute;
        right: 0;
        transition: all 0.3s
    }

    header.style-2 .cross-btn .cross-top {
        top: 0
    }

    header.style-2 .cross-btn .cross-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 100%
    }

    header.style-2 .cross-btn .cross-bottom {
        bottom: 0;
        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: 0;
        padding: 0;
        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: 0.35s
    }

    header.style-2 .social-area ul li a i {
        color: var(--white);
        transition: 0.35s;
        position: relative;
        left: 0;
        top: 0;
        margin-left: 0
    }

    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: 0;
    left: 0;
    z-index: 99999;
    animation: smooth-header 0.65s linear;
    background-color: var(--white)
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0)
    }
}

header.style-2.sticky .header-main-logo {
    display: none !important;
    visibility: hidden !important
}

header.style-2.sticky .header-logo {
    display: block !important;
    visibility: visible !important;
    padding: 0 110px
}

@media (max-width: 1700px) {
    header.style-2.sticky .header-logo {
        padding: 0 80px
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-2.sticky .header-logo {
        padding: 0 50px
    }
}

@media (max-width: 1399px) {
    header.style-2.sticky .header-logo {
        padding: 0 20px
    }
}

@media (max-width: 991px) {
    header.style-2.sticky .header-logo {
        padding: 15px 20px
    }
}

header.style-2.sticky .menu-area {
    border-bottom: 1px solid #F1F1F1 !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: 0;
    left: 0;
    z-index: 99999;
    animation: smooth-header 0.65s linear;
    background-color: var(--white);
    border-bottom: 1px solid #F1F1F1
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0)
    }
}

header.style-3 .menu-close-btn i {
    color: var(--title-color1)
}

@media (max-width: 991px) {
    header.style-3 .header-logo {
        padding: 15px 0
    }
}

@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: 0 7%;
    width: 100%
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-3 .menu-area {
        padding: 0 5%
    }
}

@media (max-width: 1399px) {
    header.style-3 .menu-area {
        padding: 0 5%
    }
}

@media (max-width: 1199px) {
    header.style-3 .menu-area {
        padding: 0 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: 0;
    padding: 0;
    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: #EFF1F0;
    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-work-sans);
    position: absolute;
    top: 0;
    right: 0;
    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: 767px) {
    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: 0;
    padding: 0
}

header.style-3 .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 0 15px
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.style-3 .main-menu ul > li {
        padding: 0 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;
    position: relative;
    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: .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: "\f2ea"
}

@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: 0;
    right: 0;
    top: auto;
    margin: 0;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    background: var(--title-color1);
    text-align: left;
    transition: all 0.55s ease-in-out;
    transform: translateY(20px)
}

header.style-3 .main-menu ul > li ul.sub-menu > li {
    padding: 0;
    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 15px;
    color: var(--white);
    font-weight: 400;
    text-transform: capitalize;
    font-size: .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: #0B0F14;
    top: 0
}

@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: #fff0;
        top: 0
    }
}

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: "\f282";
    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(0)
}

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: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        box-shadow: 0 2px 20px rgb(0 0 0 / .03)
    }

    header.style-3 .main-menu.show-menu {
        transform: translateX(0)
    }

    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 0
    }

    header.style-3 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0 5px
    }

    header.style-3 .main-menu ul li i {
        display: block
    }

    header.style-3 .main-menu ul li a {
        padding: 10px 0;
        display: block;
        font-weight: 500;
        font-size: 1rem
    }

    header.style-3 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0)
    }

    header.style-3 .main-menu ul li ul.sub-menu > li {
        border-bottom: 1px solid #fff0
    }

    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: 0 5px;
        border-radius: 50%;
        display: inline-block
    }

    header.style-3 .cross-btn {
        display: inline-block !important;
        position: relative;
        width: 30px !important;
        height: 22px !important;
        cursor: pointer;
        border: 3px solid transparent !important
    }

    header.style-3 .cross-btn span {
        width: 100%;
        height: 2px;
        background: var(--primary-color1);
        display: block;
        position: absolute;
        right: 0;
        transition: all 0.3s
    }

    header.style-3 .cross-btn .cross-top {
        top: 0
    }

    header.style-3 .cross-btn .cross-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 100%
    }

    header.style-3 .cross-btn .cross-bottom {
        bottom: 0;
        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: 0;
        padding: 0;
        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: 0.35s
    }

    header.style-3 .social-area ul li a i {
        color: var(--white);
        transition: 0.35s;
        position: relative;
        left: 0;
        top: 0;
        margin-left: 0
    }

    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 0
}

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 #F1F1F1;
    padding: 0 12%
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-4 .menu-area {
        padding: 0 7%
    }
}

@media (max-width: 1399px) {
    header.style-4 .menu-area {
        padding: 0 7%
    }
}

@media (max-width: 1199px) {
    header.style-4 .menu-area {
        padding: 0 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: 0;
    padding: 0;
    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: #EFF1F0;
    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-work-sans);
    position: absolute;
    top: 0;
    right: 0;
    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: 0;
    padding: 0
}

header.style-4 .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 0 12px
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.style-4 .main-menu ul > li {
        padding: 0 8px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-4 .main-menu ul > li {
        padding: 0 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;
    position: relative;
    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: .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: 0
}

header.style-4 .main-menu ul > li:first-child a {
    padding-left: 0
}

@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: 0
    }
}

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: "\f2ea"
}

@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: 0;
    right: 0;
    top: 102%;
    margin: 0;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    background: var(--title-color1);
    text-align: left;
    transition: all 0.55s ease-in-out;
    transform: translateY(20px)
}

header.style-4 .main-menu ul > li ul.sub-menu > li {
    padding: 0;
    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 15px;
    color: var(--white);
    font-weight: 400;
    text-transform: capitalize;
    font-size: .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: #0B0F14;
    top: 0
}

@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: #fff0;
        top: 0
    }
}

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: "\f282";
    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: 0;
        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(0)
}

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: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        box-shadow: 0 2px 20px rgb(0 0 0 / .03)
    }

    header.style-4 .main-menu.show-menu {
        transform: translateX(0)
    }

    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 0
    }

    header.style-4 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0 5px
    }

    header.style-4 .main-menu ul li i {
        display: block
    }

    header.style-4 .main-menu ul li a {
        padding: 10px 0;
        display: block;
        font-weight: 500;
        font-size: 1rem
    }

    header.style-4 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0)
    }

    header.style-4 .main-menu ul li ul.sub-menu > li {
        border-bottom: 1px solid #fff0
    }

    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: 0 5px;
        border-radius: 50%;
        display: inline-block
    }

    header.style-4 .cross-btn {
        display: inline-block !important;
        position: relative;
        width: 30px !important;
        height: 22px !important;
        cursor: pointer;
        border: 3px solid transparent !important
    }

    header.style-4 .cross-btn span {
        width: 100%;
        height: 2px;
        background: var(--primary-color1);
        display: block;
        position: absolute;
        right: 0;
        transition: all 0.3s
    }

    header.style-4 .cross-btn .cross-top {
        top: 0
    }

    header.style-4 .cross-btn .cross-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 100%
    }

    header.style-4 .cross-btn .cross-bottom {
        bottom: 0;
        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: 0;
        padding: 0;
        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: 0.35s
    }

    header.style-4 .social-area ul li a i {
        color: var(--white);
        transition: 0.35s;
        position: relative;
        left: 0;
        top: 0;
        margin-left: 0
    }

    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: 0;
    left: 0;
    z-index: 99999;
    animation: smooth-header 0.65s linear;
    background-color: var(--white);
    border-bottom: 1px solid #F1F1F1
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0)
    }
}

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 {
        display: none !important;
        visibility: hidden
    }
}

header.style-5 {
    position: relative;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    background-color: var(--white)
}

header.style-5.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    animation: smooth-header 0.65s linear;
    background-color: var(--white);
    border-bottom: 1px solid #F1F1F1
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0)
    }
}

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 0
    }
}

@media (max-width: 1399px) {
    header.style-5 .header-logo a img {
        max-width: 120px
    }
}

header.style-5 .menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6%;
    width: 100%
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-5 .menu-area {
        padding: 0 5%
    }
}

@media (max-width: 1399px) {
    header.style-5 .menu-area {
        padding: 0 5%
    }
}

@media (max-width: 1199px) {
    header.style-5 .menu-area {
        padding: 0 3%
    }
}

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: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px
}

@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 ul li .notifications-area .notifacation-icon {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFF1F0;
    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: 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-work-sans);
    position: absolute;
    top: 0;
    right: 0;
    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: 0;
    padding: 0
}

header.style-5 .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 0 15px
}

@media (max-width: 1399px) {
    header.style-5 .main-menu ul > li {
        padding: 0 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 15px;
    position: relative;
    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: .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: "\f2ea"
}

@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: 0;
    right: 0;
    top: auto;
    margin: 0;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    background: var(--title-color1);
    text-align: left;
    transition: all 0.55s ease-in-out;
    transform: translateY(20px)
}

header.style-5 .main-menu ul > li ul.sub-menu > li {
    padding: 0;
    display: block;
    position: relative
}

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: 15px 15px;
    color: var(--white);
    font-weight: 400;
    text-transform: capitalize;
    font-size: .875rem;
    line-height: 1;
    transition: all 0.4s ease-out 0s;
    position: relative
}

header.style-5 .main-menu ul > li ul.sub-menu > li a:hover {
    color: var(--primary-color1)
}

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: #0B0F14;
    top: 0
}

@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: #fff0;
        top: 0
    }
}

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: "\f282";
    font-family: "bootstrap-icons";
    font-weight: 400;
    position: absolute;
    top: 40px;
    right: 12px;
    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(0)
}

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: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        box-shadow: 0 2px 20px rgb(0 0 0 / .03)
    }

    header.style-5 .main-menu.show-menu {
        transform: translateX(0)
    }

    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 0
    }

    header.style-5 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0 5px
    }

    header.style-5 .main-menu ul li i {
        display: block
    }

    header.style-5 .main-menu ul li a {
        padding: 10px 0;
        display: block;
        font-weight: 500;
        font-size: 1rem
    }

    header.style-5 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0)
    }

    header.style-5 .main-menu ul li ul.sub-menu > li {
        border-bottom: 1px solid #fff0
    }

    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: 0 5px;
        border-radius: 50%;
        display: inline-block
    }

    header.style-5 .cross-btn {
        display: inline-block !important;
        position: relative;
        width: 30px !important;
        height: 22px !important;
        cursor: pointer;
        border: 3px solid transparent !important
    }

    header.style-5 .cross-btn span {
        width: 100%;
        height: 2px;
        background: var(--primary-color1);
        display: block;
        position: absolute;
        right: 0;
        transition: all 0.3s
    }

    header.style-5 .cross-btn .cross-top {
        top: 0
    }

    header.style-5 .cross-btn .cross-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 100%
    }

    header.style-5 .cross-btn .cross-bottom {
        bottom: 0;
        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: 0;
        padding: 0;
        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: 0.35s
    }

    header.style-5 .social-area ul li a i {
        color: var(--white);
        transition: 0.35s;
        position: relative;
        left: 0;
        top: 0;
        margin-left: 0
    }

    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: .5px solid #000;
    background-color: var(--white)
}

header.style-6.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    animation: smooth-header 0.65s linear;
    background-color: var(--white);
    border-bottom: 1px solid #000
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0)
    }
}

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 0
    }
}

@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: 0 100px;
    width: 100%
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-6 .menu-area {
        padding: 0 5%
    }
}

@media (max-width: 1399px) {
    header.style-6 .menu-area {
        padding: 0 5%
    }
}

@media (max-width: 1199px) {
    header.style-6 .menu-area {
        padding: 0 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: 0;
    padding: 0;
    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: #fff0;
    border: 1px solid #DFE9E5;
    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-work-sans);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

header.style-6 .menu-area .nav-right ul li .notifications-area.show .notifacation-icon {
    background-color: #DFE9E5;
    border: 1px solid #DFE9E5
}

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: 0;
    padding: 0
}

header.style-6 .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 0 15px
}

@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-6 .main-menu ul > li {
        padding: 0 4px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.style-6 .main-menu ul > li {
        padding: 0 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: .938rem;
    color: var(--title-color1);
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    padding: 34px 15px;
    position: relative;
    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: .875rem;
        padding: 34px 15px
    }
}

@media (max-width: 1199px) {
    header.style-6 .main-menu ul > li a {
        font-size: .875rem;
        padding: 34px 5px
    }
}

@media (max-width: 991px) {
    header.style-6 .main-menu ul > li a {
        font-size: .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: "\f2ea"
}

@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: 0;
    right: 0;
    top: auto;
    margin: 0;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    background: var(--primary-dark);
    text-align: left;
    transition: all 0.55s ease-in-out;
    transform: translateY(20px)
}

header.style-6 .main-menu ul > li ul.sub-menu > li {
    padding: 0;
    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 15px;
    color: var(--white);
    font-weight: 400;
    text-transform: uppercase;
    font-size: .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: #0B0F14;
    top: 0
}

@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: #fff0;
        top: 0
    }
}

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: "\f282";
    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(0)
}

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: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        box-shadow: 0 2px 20px rgb(0 0 0 / .03)
    }

    header.style-6 .main-menu.show-menu {
        transform: translateX(0)
    }

    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 0
    }

    header.style-6 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0 5px
    }

    header.style-6 .main-menu ul li i {
        display: block
    }

    header.style-6 .main-menu ul li a {
        padding: 10px 0;
        display: block;
        font-weight: 500;
        font-size: 1rem
    }

    header.style-6 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0)
    }

    header.style-6 .main-menu ul li ul.sub-menu > li {
        border-bottom: 1px solid #fff0
    }

    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: 0 5px;
        border-radius: 50%;
        display: inline-block
    }

    header.style-6 .cross-btn {
        display: inline-block !important;
        position: relative;
        width: 30px !important;
        height: 22px !important;
        cursor: pointer;
        border: 3px solid transparent !important
    }

    header.style-6 .cross-btn span {
        width: 100%;
        height: 2px;
        background: var(--primary-color1);
        display: block;
        position: absolute;
        right: 0;
        transition: all 0.3s
    }

    header.style-6 .cross-btn .cross-top {
        top: 0
    }

    header.style-6 .cross-btn .cross-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 100%
    }

    header.style-6 .cross-btn .cross-bottom {
        bottom: 0;
        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: 0;
        padding: 0;
        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: 0.35s
    }

    header.style-6 .social-area ul li a i {
        color: var(--white);
        transition: 0.35s;
        position: relative;
        left: 0;
        top: 0;
        margin-left: 0
    }

    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: #020B0D
}

header.style-7.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    animation: smooth-header 0.65s linear;
    box-shadow: 5px 3px 10px rgb(255 255 255 / .1)
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0)
    }
}

header.style-7 .menu-close-btn i {
    color: var(--white)
}

@media (max-width: 991px) {
    header.style-7 .header-logo {
        padding: 15px 0
    }
}

header.style-7 .menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    width: 100%
}

@media (max-width: 1199px) {
    header.style-7 .menu-area {
        padding: 0 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: 0;
    padding: 0;
    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: #fff0;
    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-work-sans);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

header.style-7 .menu-area .nav-right ul li .notifications-area.show .notifacation-icon {
    background-color: #001618;
    border: 1px solid #001618
}

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: 0;
    padding: 0
}

header.style-7 .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 0 15px
}

@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-7 .main-menu ul > li {
        padding: 0 4px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.style-7 .main-menu ul > li {
        padding: 0 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: .875rem;
    color: var(--white);
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    padding: 39px 15px;
    position: relative;
    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: .875rem;
        padding: 34px 5px
    }
}

@media (max-width: 991px) {
    header.style-7 .main-menu ul > li a {
        font-size: .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: "\f2ea"
}

@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: 0;
    right: 0;
    top: auto;
    margin: 0;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    background: #020B0D;
    text-align: left;
    transition: all 0.55s ease-in-out;
    transform: translateY(20px)
}

header.style-7 .main-menu ul > li ul.sub-menu > li {
    padding: 0;
    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: .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: #1E1E1E;
    top: 0
}

@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: #fff0;
        top: 0
    }
}

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: "\f282";
    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(0)
}

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: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #030F11;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        box-shadow: 0 2px 20px rgb(0 0 0 / .03)
    }

    header.style-7 .main-menu.show-menu {
        transform: translateX(0)
    }

    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 0
    }

    header.style-7 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0 5px
    }

    header.style-7 .main-menu ul li i {
        display: block
    }

    header.style-7 .main-menu ul li a {
        padding: 10px 0;
        display: block;
        font-weight: 500;
        font-size: 1rem
    }

    header.style-7 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0)
    }

    header.style-7 .main-menu ul li ul.sub-menu > li {
        border-bottom: 1px solid #fff0
    }

    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: 0 5px;
        border-radius: 50%;
        display: inline-block
    }

    header.style-7 .cross-btn {
        display: inline-block !important;
        position: relative;
        width: 30px !important;
        height: 22px !important;
        cursor: pointer;
        border: 3px solid transparent !important
    }

    header.style-7 .cross-btn span {
        width: 100%;
        height: 2px;
        background: var(--primary-color1);
        display: block;
        position: absolute;
        right: 0;
        transition: all 0.3s
    }

    header.style-7 .cross-btn .cross-top {
        top: 0
    }

    header.style-7 .cross-btn .cross-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 100%
    }

    header.style-7 .cross-btn .cross-bottom {
        bottom: 0;
        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: 0;
        padding: 0;
        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: 0.35s
    }

    header.style-7 .social-area ul li a i {
        color: var(--white);
        transition: 0.35s;
        position: relative;
        left: 0;
        top: 0;
        margin-left: 0
    }

    header.style-7 .primry-btn-1 {
        justify-content: center
    }

    header.style-7 .primry-btn-2 {
        justify-content: center
    }
}

.home1-category .single-category {
    background: #FFF;
    border: 1px solid rgb(0 167 172 / .15);
    border-radius: 5px;
    padding: 20px 20px;
    transition: 0.35s
}

@media (max-width: 576px) {
    .home1-category .single-category {
        max-width: 350px;
        width: 100%;
        margin: 0 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: rgb(0 167 172 / .2);
    font-family: var(--font-exo2);
    line-height: 22px;
    letter-spacing: .04em;
    position: relative;
    opacity: .7
}

.home1-category .single-category .category-top .sl-no h6::after {
    content: "";
    height: 1px;
    width: 40px;
    background-color: rgb(0 167 172 / .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: 0;
    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 #00A7AC
}

.home1-featured-area {
    background: #F8F8F8;
    padding: 90px 0
}

.home1-featured-area .feature-card {
    background: #FFF;
    border-radius: 5px;
    padding: 35px 25px;
    transition: 0.35s;
    position: relative
}

.home1-featured-area .feature-card::before {
    content: "";
    height: 100%;
    width: 3px;
    background: rgb(0 167 172 / .25);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 0 0 5px;
    transition: 0.35s
}

.home1-featured-area .feature-card .company-area {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.home1-featured-area .feature-card .company-area .logo {
    border: 50%;
    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: #eee;
    position: absolute;
    bottom: -10px;
    left: 0
}

.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: 0.35s
}

.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: .875rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
    margin-bottom: 0
}

.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: 0.35s;
    cursor: pointer
}

.home1-featured-area .feature-card .company-area .company-details .bookmark i {
    color: var(--primary-color1);
    font-size: 14px;
    transition: 0.35s
}

.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: #FDF9F9;
    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: 0.35s
}

.home1-featured-area .feature-card .job-discription ul {
    margin: 0;
    padding: 0;
    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: 0;
    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: 0
}

.home1-featured-area .feature-card .job-discription ul li a {
    transition: 0.35s
}

.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: .875rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-work-sans);
    border-radius: 50px;
    padding: 5px 21px
}

.home1-featured-area .feature-card .job-type-apply .full-time {
    background-color: #C7E5EE
}

.home1-featured-area .feature-card .job-type-apply .remote {
    background-color: #B4F2C1
}

.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: #e9e1e1
}

.home1-work-process .single-work-process {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background-color: rgb(0 167 172 / .1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: relative;
    margin: 0 auto 20px;
    transition: 0.35s
}

.home1-work-process .single-work-process:hover {
    border: 1px solid rgb(0 167 172 / .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: 0.35s
}

.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: 0
}

.swiper-btn1 {
    gap: 20px
}

.swiper-btn1 .right-btn {
    position: relative;
    cursor: pointer;
    margin-right: -20px;
    transition: 0.35s
}

@media (max-width: 576px) {
    .swiper-btn1 .right-btn {
        margin-right: 0
    }
}

.swiper-btn1 .right-btn::after {
    content: url(../images/icon/explore-arrow.svg);
    position: relative;
    left: -40px;
    top: 3px;
    transition: 0.35s
}

.swiper-btn1 .right-btn:hover::after {
    left: -35px
}

.swiper-btn1 .left-btn {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: -20px;
    transition: 0.35s
}

.swiper-btn1 .left-btn::after {
    content: url(../images/icon/explore-arrow-left.svg);
    position: relative;
    right: 21px;
    top: 3px;
    transition: 0.35s
}

.swiper-btn1 .left-btn:hover::after {
    right: 26px
}

.home1-location-area {
    background: #F8F8F8;
    padding: 90px 0
}

.home1-location-area .location-card .location-img {
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    transition: 0.35s
}

.home1-location-area .location-card .location-img img {
    border-radius: 5px;
    transition: 0.35s
}

@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: 0.35s
}

.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: 0
}

.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: 0 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: #FFF;
    border: 1px solid #DBDBDB;
    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-work-sans);
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color1)
}

.home1-review-area .testimonial-card .testimonial-content .author-review-area ul {
    margin: 0;
    padding: 0;
    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: #EBC500
}

.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;
    border-color: rgb(0 167 172 / .5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    cursor: pointer
}

.swiper-btn-2 .swiper-prev i, .swiper-btn-2 .swiper-next i {
    font-size: 20px;
    color: rgb(0 167 172 / .5);
    transition: 0.35s
}

.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)
}

.footer1 {
    background: #1A1A1A;
    padding-top: 90px
}

.footer1.bg-dark {
    background-color: #000 !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: 0
}

.footer1 .footer-widget .menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer1 .footer-widget .menu-container ul li {
    margin-bottom: 12px
}

.footer1 .footer-widget .menu-container ul li:last-child {
    margin-bottom: 0
}

.footer1 .footer-widget .menu-container ul li a {
    font-family: var(--font-work-sans);
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: center;
    color: #B3B3B3;
    transition: 0.35s
}

@media (max-width: 576px) {
    .footer1 .footer-widget .menu-container ul li a {
        justify-content: center
    }
}

.footer1 .footer-widget .menu-container ul li a i {
    opacity: 0;
    transition: 0.35s;
    padding-left: 2px;
    color: var(--primary-color1);
    transform: rotate(45deg);
    font-size: 20px;
    margin-top: -2px
}

.footer1 .footer-widget .menu-container ul li a:hover {
    color: var(--primary-color1)
}

.footer1 .footer-widget .menu-container ul li a:hover i {
    opacity: 1;
    padding-left: 8px
}

.footer1 .footer-widget .app-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer1 .footer-widget .app-list ul li {
    padding: 12px 14px;
    border: 1px solid;
    border-color: rgb(255 255 255 / .1);
    border-radius: 5px;
    margin-bottom: 30px
}

.footer1 .footer-widget .app-list ul li:last-child {
    margin-bottom: 0
}

.footer1 .footer-btm {
    padding-top: 90px;
    position: relative
}

.footer1 .footer-btm .footer-logo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1A1A1A;
    border-radius: 50%;
    padding: 0 15px
}

.footer1 .footer-btm .footer-logo.two {
    background-color: #000
}

@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: 0
    }
}

.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: 0;
    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: 0.35s
}

@media (max-width: 576px) {
    .footer1 .footer-btm .support .content a {
        padding-left: 10px
    }
}

.footer1 .footer-btm .support .content a:hover {
    color: #B3B3B3
}

.footer1 .footer-btm .footer-btm-menu {
    padding-bottom: 40px
}

.footer1 .footer-btm .footer-btm-menu ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    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: #B3B3B3;
    transition: 0.35s
}

.footer1 .footer-btm .footer-btm-menu ul li a:hover {
    color: var(--primary-color1)
}

.footer1 .footer-btm .border-top {
    border-width: 1px;
    border-color: rgb(255 255 255 / .1) !important
}

@media (max-width: 991px) {
    .footer1 .footer-btm .copyright-area {
        padding-top: 15px
    }
}

.footer1 .footer-btm .copyright-area p {
    margin-bottom: 0;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: var(--white)
}

.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: 0.35s
}

.footer1 .footer-btm .copyright-area p a:hover {
    color: rgb(255 255 255 / .6)
}

.footer1 .footer-btm .social-area {
    display: flex;
    align-items: center;
    padding: 15px 0
}

.footer1 .footer-btm .social-area h6 {
    font-family: var(--font-work-sans);
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: var(--white);
    margin-bottom: 0
}

.footer1 .footer-btm .social-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 15px
}

.footer1 .footer-btm .social-area ul li a {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    border: 1px solid #00A7AC;
    background-color: #fff0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s
}

.footer1 .footer-btm .social-area ul li a i {
    color: var(--primary-color1);
    transition: 0.35s
}

.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: #030F11;
    background-image: url(../images/bg/home6-footer-bg.png)
}

.footer1.style-6 .footer-logo {
    background-color: #030F11
}

.footer1.five {
    background: #000
}

.footer1.five .footer-widget .menu-container ul li a i {
    color: #fff
}

.footer1.five .footer-widget .menu-container ul li a:hover {
    color: #F4F4F4
}

.footer1.five .footer-btm .footer-logo {
    background-color: #000;
    border-radius: 50%
}

.footer1.five .footer-btm .support .content::after {
    background-color: #fff
}

.footer1.five .footer-btm .support .content a {
    color: #fff;
    transition: 0.35s
}

.footer1.five .footer-btm .support .content a:hover {
    color: #B3B3B3
}

.footer1.five .footer-btm .footer-btm-menu ul li a:hover {
    color: #fff
}

.footer1.five .footer-btm .copyright-area p a {
    color: #fff
}

.footer1.five .footer-btm .social-area ul li a {
    border: 1px solid #242424
}

.footer1.five .footer-btm .social-area ul li a i {
    color: #fff;
    transition: 0.35s
}

.footer1.five .footer-btm .social-area ul li a:hover {
    background-color: #242424
}

.footer2 {
    background: var(--white);
    padding: 25px 0
}

.footer2 .copyright-area p {
    margin-bottom: 0;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .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: 0.35s
}

.footer2 .copyright-area p a:hover {
    color: var(--title-color1)
}

.footer2 .footer-btm-menu ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    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: .875rem;
    color: var(--text-color1);
    transition: 0.35s
}

.footer2 .footer-btm-menu ul li a:hover {
    color: var(--primary-color1)
}

.home2-talent-area .talent-wrap {
    background: var(--primary-darker);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding: 60px;
    height: 235px;
    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-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.625rem;
    color: #FFF;
    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-family: var(--font-work-sans);
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 30px;
    color: #FFF;
    margin-bottom: 0
}

.home2-talent-area .talent-wrap .talent-img {
    position: relative
}

.home2-talent-area .talent-wrap .primry-btn-2 {
    white-space: nowrap
}

.home2-job-list-area {
    background-image: url(../images/bg/home2-job-list-bg.png);
    background-color: #F4F4F4;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding: 90px 0
}

.fancy-card .recent-article-img {
    overflow: hidden;
    position: relative;
    transition: 0.35s
}

.fancy-card .recent-article-img img {
    border-radius: 5px;
    transition: 0.35s
}

.fancy-card:hover .recent-article-img img {
    transform: scale(1.03)
}

.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: 0 auto;
    border-radius: 50%;
    background: #E7E7E7;
    text-align: center;
    position: relative
}

.form-wrapper .form-title span::after {
    content: "";
    width: 118px;
    height: 1px;
    background: #E7E7E7;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.form-wrapper .form-title span::before {
    content: "";
    width: 118px;
    height: 1px;
    background: #E7E7E7;
    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: 0.4s
}

@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: rgb(0 167 172 / .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 rgb(0 167 172 / .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: rgb(0 167 172 / .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: 0.4s
}

@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: #FFF;
    border: 1px solid rgb(0 167 172 / .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: #F8F8F8;
    background-image: url(../images/bg/image-upload-bg.png);
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    right: 0
}

@media (max-width: 1399px) {
    .form-wrapper form .drag-area {
        position: relative;
        margin-bottom: 20px
    }
}

.form-wrapper form .drag-area.active {
    border-color: #00a7ac;
    border-width: 1px
}

.form-wrapper form .drag-area input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.form-wrapper form .drag-area img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.form-wrapper form .drag-area p {
    color: var(--primary-color1);
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    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: .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: #fff0;
    color: var(--primary-color1);
    padding: 0;
    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: #00A7AC;
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: 0;
    left: 0
}

.form-wrapper form .company-images-area {
    background: #F8F8F8;
    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: #D9D9D9;
    position: absolute;
    right: 0;
    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: #F8F8F8;
    background-image: url(../images/bg/image-upload-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    bottom: 0;
    right: 0
}

@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: #00a7ac;
    border-width: 1px
}

.form-wrapper form .company-images-area .drag-area input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.form-wrapper form .company-images-area .drag-area img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    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: 0;
    position: absolute;
    bottom: 10px
}

.form-wrapper form .company-images-area .drag-area .upload-btn {
    background-color: #fff0;
    color: var(--primary-color1);
    padding: 0;
    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: 0
    }
}

.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: 0;
        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: 0
    }
}

@media (max-width: 576px) {
    .form-wrapper form {
        padding: 50px 30px
    }
}

.form-wrapper form h6 {
    padding-top: 25px;
    margin-bottom: 0;
    font-family: var(--font-work-sans);
    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: 0
}

.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: 0;
    position: relative;
    background-color: var(--white);
    white-space: nowrap;
    padding: 0 20px 0 0
}

.form-wrapper form .info-title .dash {
    position: relative;
    width: 100%
}

.form-wrapper form .info-title .dash::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(0 167 172 / .5);
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    right: 0
}

.form-wrapper form .form-inner {
    position: relative
}

.form-wrapper form .form-inner.two input[type=file] {
    border: none;
    padding: 0;
    border-radius: 0
}

.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: .938rem;
    color: var(--title-color1);
    margin-bottom: 6px;
    display: block
}

.form-wrapper form .form-inner textarea {
    width: 100%;
    border: 1px solid rgb(0 167 172 / .12);
    border-radius: 5px;
    min-height: 150px;
    padding: 20px;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .875rem;
    color: var(--title-color1);
    line-height: 1;
    transition: 0.35s
}

.form-wrapper form .form-inner textarea::-moz-placeholder {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .875rem;
    line-height: 1;
    color: var(--text-color1)
}

.form-wrapper form .form-inner textarea::placeholder {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .875rem;
    line-height: 1;
    color: var(--text-color1)
}

.form-wrapper form .form-inner textarea:hover {
    border-color: rgb(0 167 172 / .4)
}

.form-wrapper form .form-inner .textarea {
    display: block;
    border-radius: 5px;
    width: 100%;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .938rem;
    color: var(--text-color1);
    line-height: 26px
}

.form-wrapper form .form-inner input {
    background: #FFF;
    border: 1px solid rgb(0 167 172 / .12);
    border-radius: 5px;
    display: block;
    width: 100%;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .875rem;
    color: var(--title-color1);
    padding: 14px 20px;
    line-height: 1;
    transition: 0.35s
}

.form-wrapper form .form-inner input::-moz-placeholder {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .875rem;
    line-height: 1;
    color: var(--text-color1)
}

.form-wrapper form .form-inner input::placeholder {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .875rem;
    line-height: 1;
    color: var(--text-color1)
}

.form-wrapper form .form-inner input:hover {
    border-color: rgb(0 167 172 / .4)
}

.form-wrapper form .form-inner span {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .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: "";
    -webkit-appearance: none;
    background: #FFF;
    border: 1px solid #00A7AC;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgb(0 0 0 / .05), inset 0 -15px 10px -12px rgb(0 0 0 / .05);
    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: 1px solid #00A7AC;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg)
}

.form-wrapper form .form-inner .input-area {
    background: #FFF;
    border: 1px solid rgb(0 167 172 / .12);
    border-radius: 5px;
    height: 50px;
    padding-left: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.35s
}

.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: #D9D9D9;
    position: absolute;
    left: 39px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1
}

.form-wrapper form .form-inner .input-area input {
    height: 48px;
    background: #FFF;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .875rem;
    color: var(--title-color1);
    padding: 14px 0;
    line-height: 1;
    border: none
}

.form-wrapper form .form-inner .input-area input::-moz-placeholder {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .875rem;
    line-height: 1;
    color: var(--text-color1)
}

.form-wrapper form .form-inner .input-area input::placeholder {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .875rem;
    line-height: 1;
    color: var(--text-color1)
}

.form-wrapper form .form-inner .input-area:hover {
    border-color: rgb(0 167 172 / .4)
}

.form-wrapper form .form-inner .nice-select {
    height: 46px;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .875rem;
    color: var(----text-color1);
    width: 100%;
    display: flex;
    align-items: center;
    border: unset;
    padding-left: 0
}

.form-wrapper form .form-inner .nice-select .list {
    width: 100%
}

.form-wrapper form .form-inner .nice-select .list li {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .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: rgb(0 167 172 / .1)
}

.form-wrapper form .form-inner .input-area2 {
    background: #FFF;
    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: #D9D9D9;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1
}

.form-wrapper form .form-inner .input-area2 input {
    height: 48px;
    background: #FFF;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .875rem;
    color: var(--title-color1);
    padding: 14px 0;
    line-height: 1;
    border: none
}

.form-wrapper form .form-inner .input-area2 input::-moz-placeholder {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .875rem;
    line-height: 1;
    color: var(--text-color1)
}

.form-wrapper form .form-inner .input-area2 input::placeholder {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .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-work-sans);
    font-weight: 500;
    font-size: 1rem;
    text-decoration-line: underline;
    color: #0279CF;
    transition: 0.35s
}

.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-work-sans);
    font-weight: 500;
    font-size: 1rem;
    text-decoration-line: underline;
    color: #0279CF;
    transition: 0.35s
}

.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: 1px solid #00A7AC;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg)
}

.form-wrapper form .forgot-pass {
    font-family: var(--font-work-sans);
    font-weight: 500;
    font-size: 1rem;
    text-decoration-line: underline;
    color: #0279CF;
    transition: 0.35s
}

.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 rgb(0 167 172 / .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: 0.5s all ease
}

.form-wrapper form .login-difarent-way a img {
    margin-right: 10px
}

.form-wrapper form .login-difarent-way a::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #f4f4f4;
    z-index: -1
}

.form-wrapper form .login-difarent-way a:hover::after {
    opacity: 1;
    transition: 0.5s all ease;
    left: 0;
    right: 0
}

.form-wrapper form .add-row button {
    padding: 0;
    text-align: start;
    background-color: #fff0;
    display: inline-block;
    width: auto;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 17px;
    text-decoration-line: underline;
    color: #00A7AC;
    transition: 0.35s
}

.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: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 1px solid #00A7AC;
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--font-work-sans);
    color: var(--text-color1)
}

.form-wrapper form .salary-wrap .containerss .bi {
    color: #fc3;
    margin-right: 3px
}

.form-wrapper form .salary-wrap .checkbox-container ul {
    margin: 0;
    padding: 0;
    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-work-sans);
    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: 0;
    width: 0
}

.form-wrapper form .salary-wrap .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #fff0;
    border: 1px solid rgb(0 167 172 / .5);
    border-radius: 50%
}

.form-wrapper form .salary-wrap .checkbox-container:hover input ~ .checkmark {
    background-color: #fff0
}

.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: 0;
    padding: 0
}

.form-wrapper .privacy-security-area .single-permission .title p {
    padding-top: 5px;
    margin-bottom: 0
}

.form-wrapper .privacy-security-area .single-permission .form-check {
    display: block;
    min-height: unset;
    min-width: 40px;
    padding-left: 2.5em;
    margin-bottom: .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: 0;
    box-shadow: none
}

.form-wrapper .privacy-security-area .single-permission .delete-btn button {
    background-color: #fff0;
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    color: #FF3023;
    white-space: nowrap;
    padding: 0
}

.form-wrapper.comment-form form {
    background: #F8F8F8;
    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: 0 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: 0 auto;
    border-radius: 50%;
    background: #E7E7E7;
    text-align: center;
    position: relative
}

.login-area .form-wrapper .form-title span::after {
    content: "";
    width: 76px;
    height: 1px;
    background: #E7E7E7;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.login-area .form-wrapper .form-title span::before {
    content: "";
    width: 76px;
    height: 1px;
    background: #E7E7E7;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.register-area .form-wrapper {
    max-width: 770px;
    width: 100%;
    margin: 0 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: 0 auto;
    border-radius: 50%;
    background: #E7E7E7;
    text-align: center;
    position: relative
}

.register-area .form-wrapper .form-title span::after {
    content: "";
    width: 118px;
    height: 1px;
    background: #E7E7E7;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.register-area .form-wrapper .form-title span::before {
    content: "";
    width: 118px;
    height: 1px;
    background: #E7E7E7;
    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 rgb(0 167 172 / .2);
    border-radius: 50px;
    padding: 3px 43px;
    font-family: var(--font-work-sans);
    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: 0;
    line-height: 1;
    padding: 14px 20px;
    border-radius: 5px
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu {
    background: #FFF;
    border: 1px solid rgb(0 167 172 / .12);
    border-radius: 5px
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul {
    margin: 0;
    padding: 0;
    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: 0.35s
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a svg {
    fill: var(--text-color1);
    margin-right: 15px;
    transition: 0.35s
}

.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: rgb(0 167 172 / .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 0 0
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li:last-child a {
    border-radius: 0 0 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: 0;
    padding: 0;
    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: 0
}

.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: 0.35s
}

.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-work-sans);
    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: #FFF;
    border: 1px solid #E4E4E4;
    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: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    background: #F3F3F3;
    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: #D8D8D8;
    position: absolute;
    right: 0;
    top: 0
}

@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: 0.35s;
    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: 0.35s
}

.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: rgb(0 167 172 / .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 0 0 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: 0 5px 5px 0
}

@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: 0
}

.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-work-sans);
    font-weight: 600;
    font-size: 1.125rem;
    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: 0;
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 1.625rem;
    letter-spacing: .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: 0;
    padding: 0;
    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-work-sans);
    font-weight: 500;
    font-size: .875rem;
    color: var(--text-color1);
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 8px;
    border: 1px solid rgb(0 167 172 / .2);
    border-radius: 5px;
    transition: 0.35s;
    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: #00B4DC
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li a:hover {
    color: #00B4DC
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li:nth-child(2) a span {
    background: #00CC9B
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li:nth-child(2) a:hover {
    color: #00CC9B
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li:nth-child(3) a span {
    background: #0082E0
}

.dashboard-inner .author-and-action-btn-area .action-btn-group ul li:nth-child(3) a:hover {
    color: #0082E0
}

.dashboard-inner .counter-area {
    margin-bottom: 60px
}

.dashboard-inner .counter-area .counter-single {
    background: #FFF;
    border: 1px solid rgb(0 167 172 / .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: rgb(0 167 172 / .08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

.dashboard-inner .counter-area .counter-single .coundown p {
    margin-bottom: 0;
    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: 0
}

.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: 0;
    bottom: -3px;
    border-radius: 10px;
    z-index: -1
}

.dashboard-inner .counter-area .counter-single.two .counter-icon {
    background-color: rgb(4 93 175 / .08)
}

.dashboard-inner .counter-area .counter-single.two::after {
    background-color: #045DAF
}

.dashboard-inner .counter-area .counter-single.three .counter-icon {
    background-color: rgb(223 161 0 / .08)
}

.dashboard-inner .counter-area .counter-single.three::after {
    background-color: #DFA100
}

.dashboard-inner .counter-area .counter-single.four .counter-icon {
    background-color: rgb(2 175 165 / .08)
}

.dashboard-inner .counter-area .counter-single.four::after {
    background-color: #02AFA5
}

.dashboard-inner .counter-area .counter-single.five .counter-icon {
    background-color: rgb(175 2 137 / .08)
}

.dashboard-inner .counter-area .counter-single.five::after {
    background-color: #AF0289
}

.dashboard-inner .new-applied-job-area {
    background: #FFF;
    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: #fff0;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #fff0;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--font-work-sans);
    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-work-sans);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1)
}

.table-wrapper .right-site .nice-select .option {
    font-family: var(--font-work-sans);
    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: rgb(0 167 172 / .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: #FFF;
    border-radius: 5px;
    padding: 2px 15px 2px 10px
}

.table-wrapper .right-site .filter-area .select-area span {
    font-family: var(--font-work-sans);
    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: #fff0;
    background-color: #fff0;
    border-radius: 5px;
    border: 1px solid #fff0;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--font-work-sans);
    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-work-sans);
    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-work-sans);
    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: rgb(0 167 172 / .2)
}

.table-wrapper .right-site .filter-area span {
    font-family: var(--font-work-sans);
    font-weight: 500;
    font-size: 1rem;
    color: var(--text-color1);
    line-height: 1
}

.table-wrapper .filter-wrapper {
    background: #FFF;
    border: 1px solid rgb(0 167 172 / .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: 0
}

.table-wrapper .filter-wrapper .title-and-btn .title {
    padding: 0
}

.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: #fff0;
    background-color: #F6F6F6;
    border-radius: 5px;
    border: 1px solid #fff0;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--font-work-sans);
    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-work-sans);
    font-weight: 500;
    font-size: 14px;
    color: var(--title-color1)
}

.table-wrapper .filter-wrapper .right-site .nice-select .option {
    font-family: var(--font-work-sans);
    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: rgb(0 167 172 / .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: 0;
    background: #FFF;
    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: #fff0
}

.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: rgb(0 167 172 / .2);
    border-radius: 10px
}

.table-wrapper .eg-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 5px
}

@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: 0;
        width: 30%;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        color: #1F2937
    }
}

.table-wrapper .eg-table .company-btn {
    color: var(--title-color1);
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--font-exo2);
    transition: 0.35s;
    white-space: nowrap;
    background-color: #fff0
}

.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: var(--primary-color1);
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--font-exo2);
    transition: 0.35s;
    white-space: nowrap;
    background-color: #fff0
}

.table-wrapper .eg-table .view-btn.style-2 {
    text-decoration: underline
}

.table-wrapper .eg-table .view-btn:hover {
    color: var(--title-color1)
}

.table-wrapper .eg-table .purple-btn {
    background-color: #7307C9
}

.table-wrapper .eg-table .yellow-btn {
    background: #DFA100
}

.table-wrapper .eg-table .orenge-btn {
    background: #FF4820
}

.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: .938rem;
    color: var(--white);
    padding: 4px 22px 7px;
    border-radius: 5px;
    line-height: 1;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1
}

.table-wrapper .eg-table .eg-btn::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    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: 0;
    right: 0
}

.table-wrapper .eg-table .transparent-btn {
    background-color: #fff0;
    border: 1px solid rgb(0 167 172 / .3);
    color: var(--primary-color1);
    border-radius: 5px
}

.table-wrapper .eg-table .transparent-btn:hover {
    border-color: #fff0
}

.table-wrapper .eg-table .active {
    color: var(--primary-color1);
    font-weight: 500
}

.table-wrapper .eg-table .pending {
    color: #C99307;
    font-weight: 500
}

.table-wrapper .eg-table .email {
    color: #0279CF
}

.table-wrapper .eg-table .light-sky-btn {
    background: rgb(3 157 205 / .2);
    color: #039DCD
}

.table-wrapper .eg-table .light-sky-btn:hover {
    color: var(--white)
}

.table-wrapper .eg-table thead {
    background: #00A7AC;
    border-radius: 5px 5px 0 0;
    border: 1px solid #00A7AC
}

@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: center;
    font-family: var(--font-work-sans);
    font-weight: 500;
    font-size: 1rem;
    color: var(--white);
    padding: 15px 15px;
    vertical-align: middle
}

.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: #FFF;
    border: 1px solid rgb(0 167 172 / .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 rgb(0 167 172 / .12);
    text-align: center;
    vertical-align: middle;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: 1rem;
    padding: 15px 15px;
    color: #000
}

.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 {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

@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: 0;
    margin-right: 25px
}

.table-wrapper .eg-table tbody tr td .company-info .company-details .top h6 a {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    color: #000;
    transition: 0.35s
}

.table-wrapper .eg-table tbody tr td .company-info .company-details .top h6 a:hover {
    color: var(--primary-color1)
}

.table-wrapper .eg-table tbody tr td .company-info .company-details .top span {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .938rem;
    color: #595959;
    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: 0;
    padding: 0;
    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: 0
    }
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .938rem;
    color: #595959;
    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: rgb(0 167 172 / .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: 0;
    font-family: var(--font-work-sans);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
    display: flex;
    align-items: center
}

@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-work-sans);
    font-weight: 500;
    font-size: 1rem;
    color: #595959;
    padding-right: 10px
}

.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: #595959
}

.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: 0;
    padding: 0;
    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: 0
}

.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: #00B8E0
}

.table-wrapper .eg-table tbody tr td .action-button li .delete--btn {
    background-color: #FF4820
}

.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: #FF4820;
    font-weight: 500
}

.table-wrapper .eg-table tbody tr td .yellow-color {
    color: #C99307;
    font-weight: 500
}

.table-wrapper .eg-table tbody tr td.closed {
    color: #FF4820
}

.table-wrapper .eg-table tbody tr td .status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff0;
    width: 100%
}

.table-wrapper .eg-table tbody tr td .status i {
    opacity: 0;
    transition: 0.35s
}

.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: rgb(0 167 172 / .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: rgb(0 167 172 / .1);
    padding: 15px 25px
}

.pagination-area .pagination {
    margin: 0;
    padding: 0;
    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: .5
}

.pagination-area .pagination .page-item .page-link {
    font-family: var(--font-work-sans);
    font-weight: 600;
    font-size: 14px;
    color: #595959;
    background-color: #fff0;
    border: 1px solid #eee;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s
}

.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: #00A7AC;
    transition: 0.35s
}

.pagination-area .pagination .page-item:last-child .page-link::after {
    content: url(../images/icon/explore-arrow.svg);
    position: relative;
    right: 10px;
    top: 2px;
    transition: 0.35s
}

.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: 0;
    top: 2px;
    transition: 0.35s
}

.pagination-area .pagination .page-item:first-child {
    margin-right: 15px
}

.pagination-area .pagination .page-item:first-child .page-link {
    border-color: #00A7AC;
    position: relative;
    transition: 0.35s
}

.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: 0.35s
}

.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: 0;
    top: 2px;
    transition: 0.35s
}

.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: #FFF;
    border: 1px solid rgb(0 167 172 / .3);
    border-radius: 5px;
    transition: 0.35s;
    padding-left: 25px
}

.feature-card2 .company-area {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: rgb(182 235 236 / .4);
    position: relative;
    z-index: 1
}

.feature-card2 .company-area > span {
    display: inline-block;
    background-color: #9CEAEC;
    position: absolute;
    left: 0;
    bottom: 0;
    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: "";
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: #91D9DB;
    height: 13px;
    width: 7px;
    position: absolute;
    right: -7px;
    top: 0
}

.feature-card2 .company-area > span::before {
    content: "";
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    background: #91D9DB;
    height: 13px;
    width: 7px;
    position: absolute;
    left: -7px;
    top: 0
}

.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 0
}

.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: 0.35s;
    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 {
    display: flex;
    align-items: center;
    font-family: var(--font-work-sans);
    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: 0;
    padding: 0;
    list-style: none;
    gap: 20px
}

@media (max-width: 1199px) {
    .feature-card2 .company-area .company-details .name-location ul {
        gap: 0;
        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: .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: .938rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
    transition: 0.35s
}

.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 rgb(0 167 172 / .3);
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    cursor: pointer;
    margin-right: 30px
}

.feature-card2 .company-area .company-details .bookmark i {
    color: var(--primary-color1);
    font-size: 14px;
    transition: 0.35s
}

.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: 0;
    padding: 0;
    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: #E4E7E6;
    position: absolute;
    left: 0;
    top: 9px
}

.feature-card2 .job-discription ul li p {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-work-sans);
    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-work-sans);
    color: var(--text-color1);
    font-weight: 400
}

.feature-card2 .job-discription ul li:last-child {
    margin-bottom: 0
}

.feature-card2 .job-discription ul li a {
    transition: 0.35s
}

.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: .875rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-work-sans);
    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: #C7E5EE
}

.feature-card2 .job-type-apply .remote {
    background-color: #B4F2C1
}

.feature-card2:hover {
    border: 1px solid #00A7AC
}

.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: 0;
    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: 0;
    background-color: #F8F8F8;
    white-space: nowrap;
    padding-right: 15px
}

.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: #EEE;
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    right: 0
}

.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 0
}

.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: 0 auto;
    border-radius: 50%;
    background: rgb(0 167 172 / .2);
    text-align: center;
    position: relative
}

.inner-banner .banner-content span::before {
    content: "";
    width: 67px;
    height: 1px;
    background: rgb(0 167 172 / .2);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.inner-banner .banner-content span::after {
    content: "";
    width: 67px;
    height: 1px;
    background: rgb(0 167 172 / .2);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.inner-banner .banner-content .breadcrumb {
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 0
}

.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: 0.35s
}

.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: .4rem;
    content: url(../images/icon/company-2.svg)
}

.grid-select-area {
    display: flex;
    align-items: center;
    gap: 30px
}

.grid-select-area .nice-select {
    -webkit-tap-highlight-color: #fff0;
    background-color: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #fff0;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1rem;
    color: var(--title-color1);
    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-work-sans);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1)
}

.grid-select-area .nice-select .option {
    font-family: var(--font-work-sans);
    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: rgb(0 167 172 / .2)
}

.grid-select-area .grid-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px
}

.grid-select-area .grid-area ul li a {
    transition: 0.35s
}

.grid-select-area .grid-area ul li a svg {
    fill: var(--text-color1);
    transition: 0.35s
}

.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-work-sans);
    font-weight: 500;
    font-size: 1rem;
    line-height: 19px;
    color: var(--text-color1);
    margin-bottom: 0
}

.job-listing-wrrap {
    width: 100%
}

.job-listing-wrrap .show-item {
    font-family: var(--font-work-sans);
    font-weight: 500;
    font-size: 1rem;
    line-height: 19px;
    color: var(--text-color1);
    margin-bottom: 0
}

.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: #fff0;
    background-color: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #fff0;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--font-work-sans);
    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-work-sans);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1)
}

.job-listing-wrrap .grid-select-area .nice-select .option {
    font-family: var(--font-work-sans);
    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: rgb(0 167 172 / .2)
}

.job-listing-wrrap .grid-select-area .grid-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px
}

.job-listing-wrrap .grid-select-area .grid-area ul li a {
    transition: 0.35s
}

.job-listing-wrrap .grid-select-area .grid-area ul li a svg {
    fill: var(--text-color1);
    transition: 0.35s
}

.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-work-sans);
    font-weight: 500;
    font-size: 1rem;
    line-height: 19px;
    color: var(--text-color1);
    margin-bottom: 0
}

.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: #fff0;
    background-color: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #fff0;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--font-work-sans);
    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-work-sans);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1)
}

.company-listing-wrap .grid-select-area .nice-select .option {
    font-family: var(--font-work-sans);
    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: rgb(0 167 172 / .2)
}

.company-listing-wrap .grid-select-area .grid-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px
}

.company-listing-wrap .grid-select-area .grid-area ul li a {
    transition: 0.35s
}

.company-listing-wrap .grid-select-area .grid-area ul li a svg {
    fill: var(--text-color1);
    transition: 0.35s
}

.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 #EEE;
    border-radius: 5px;
    padding: 30px 25px;
    background-color: var(--white);
    transition: 0.35s
}

.job-listing-card.spcial-bg {
    background: linear-gradient(90deg, #FFF2E8 0%, #fff0 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: rgb(0 167 172 / .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 {
    border: 50%;
    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: 0.35s
}

.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: 0;
    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: .938rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
    transition: 0.35s
}

.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: 0
    }
}

.job-listing-card .job-top .job-list-content .job-discription ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    margin-right: 40px
}

@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: 0
}

.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: 0;
    top: 4px
}

.job-listing-card .job-top .job-list-content .job-discription ul li p {
    line-height: 1;
    margin-bottom: 0;
    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: 0.35s
}

.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: #EFF3F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    cursor: pointer
}

@media (max-width: 1199px) {
    .job-listing-card .job-top .bookmark {
        position: absolute;
        right: 0
    }
}

.job-listing-card .job-top .bookmark i {
    color: var(--primary-color1);
    font-size: 14px;
    transition: 0.35s
}

.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: .875rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-work-sans);
    border-radius: 50px;
    padding: 5px 21px
}

.job-listing-card .job-type-apply .light-green {
    background-color: #F3E8C1
}

.job-listing-card .job-type-apply .light-purple {
    background-color: rgb(145 91 254 / .18)
}

.job-listing-card .job-type-apply .light-blue {
    background: #B4F2EE
}

.job-listing-card .apply-btn a {
    font-size: .938rem;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: var(--font-exo2);
    transition: 0.35s;
    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: 0.35s
}

.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: 0.35s
}

.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: rgb(0 167 172 / .4)
}

.genarel-qustions-area h4 {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--title-color1);
    margin-bottom: 30px
}

.genarel-qustions-area .accordion .accordion-item {
    border: none
}

.genarel-qustions-area .accordion .accordion-item .accordion-header .accordion-button {
    border: 1px solid #EEE;
    border-radius: 5px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.125rem;
    color: var(--title-color1);
    padding: 13px 20px
}

.genarel-qustions-area .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none
}

.genarel-qustions-area .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    border: 1px solid rgb(0 167 172 / .5);
    background-color: #fff0;
    box-shadow: none
}

.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: .4
}

.genarel-qustions-area .accordion .accordion-body {
    font-family: var(--font-work-sans);
    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 0
}

@media (max-width: 991px) {
    .error-page {
        padding: 150px 0
    }
}

@media (max-width: 576px) {
    .error-page {
        padding: 120px 0
    }
}

.error-page .error-wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 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-work-sans);
    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-work-sans);
    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
}

.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-work-sans);
    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: 0;
        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: 0;
    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: 0.35s
}

@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-work-sans);
    font-weight: 500;
    font-size: 1rem;
    line-height: 26px;
    color: var(--text-color1);
    margin-bottom: 0
}

.contact-support-area .contact-form form {
    padding: 0;
    border: none
}

.category-listing-area .single-category {
    background: #FFF;
    border: 1px solid rgb(0 167 172 / .15);
    border-radius: 5px;
    padding: 20px 20px;
    transition: 0.35s
}

@media (max-width: 576px) {
    .category-listing-area .single-category {
        max-width: 350px;
        width: 100%;
        margin: 0 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: rgb(0 167 172 / .2);
    font-family: var(--font-exo2);
    line-height: 22px;
    letter-spacing: .04em;
    position: relative;
    opacity: .7
}

.category-listing-area .single-category .category-top .sl-no h6::after {
    content: "";
    height: 1px;
    width: 40px;
    background-color: rgb(0 167 172 / .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: 0;
    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 #00a7ac
}

.category-listing-area .form-inner {
    display: flex;
    align-items: center;
    background: #F8F8F8;
    border-radius: 5px;
    margin-bottom: 10px
}

.category-listing-area .form-inner input {
    width: 100%;
    background-color: #fff0;
    height: 44px;
    padding: 10px 20px;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: 1rem;
    color: var(--title-color1)
}

.category-listing-area .form-inner input::-moz-placeholder {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-color1)
}

.category-listing-area .form-inner input::placeholder {
    font-family: var(--font-work-sans);
    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 0
    }
}

@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-work-sans);
    font-weight: 400;
    font-size: 1.25rem;
    color: #797979;
    margin-bottom: 50px
}

.hero3 .hero-wapper .hero-content p span {
    font-weight: 500
}

.hero3 .hero-wapper .hero-content .job-search-area {
    background: #FFF;
    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: #EFF3F2;
    display: flex;
    align-items: center;
    padding: 0 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: #D9D9D9;
    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: #fff0;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .938rem;
    line-height: 18px;
    color: var(--title-color1);
    padding: 20px 0;
    line-height: 1;
    width: 100%
}

.hero3 .hero-wapper .hero-content .job-search-area form .form-inner input::-moz-placeholder {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .938rem;
    line-height: 18px;
    color: var(--title-color1)
}

.hero3 .hero-wapper .hero-content .job-search-area form .form-inner input::placeholder {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .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: 0;
    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: 0;
    padding: 0;
    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-work-sans);
    font-weight: 400;
    font-size: .875rem;
    color: #797979;
    transition: 0.35s;
    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: .75rem
    }
}

@media (max-width: 1399px) {
    .hero3 .hero-wapper .hero-content .suggest-tag ul li a {
        font-size: .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: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-right: 20px
}

.hero3 .hero-wapper .hero-content .user-area ul li {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    box-shadow: 2px 2px 4px rgb(0 167 172 / .1);
    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: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    font-family: var(--font-work-sans);
    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-work-sans);
    color: var(--text-color1);
    line-height: 1;
    display: inline-block
}

.hero3 .hero-wapper .hero-content .user-area ul li:nth-child(1) {
    margin-left: 0
}

.hero3 .hero-wapper .hero-content .user-area p {
    font-family: var(--font-work-sans);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
    margin-bottom: 0
}

.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;
    border-color: rgb(0 167 172 / .5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    cursor: pointer
}

.swiper-btn-2 .swiper-prev i, .swiper-btn-2 .swiper-next i {
    font-size: 20px;
    color: rgb(0 167 172 / .5);
    transition: 0.35s
}

.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;
    -o-object-fit: cover;
    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-work-sans);
    font-weight: 500;
    font-size: 12px;
    color: #000;
    background: #99DAA8;
    border-radius: 50px;
    display: inline-block;
    padding: 2px 15px
}

.category-card3 .category-content {
    background-color: rgb(0 0 0 / .6);
    border-radius: 5px;
    padding: 18px 18px 30px 30px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: 0.35s
}

.category-card3 .category-content .category-icon {
    padding-top: 25px;
    margin-bottom: 20px;
    transition: 0.35s
}

.category-card3 .category-content .category-icon svg {
    fill: var(--primary-color1);
    transition: 0.35s
}

.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: 0.35s
}

.category-card3 .category-content h5 a:hover {
    color: var(--primary-color1)
}

.category-card3 .category-content p {
    margin-bottom: 0;
    font-family: var(--font-work-sans);
    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: 0 5px
}

.home3-featured-job-area {
    background: #F5F5F5;
    padding: 90px 0
}

.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 rgb(0 167 172 / .2);
    border-radius: 50px;
    background-color: #fff0;
    padding: 5px 18px
}

.home3-featured-job-area .tab-btn-area .nav .nav-item .nav-link:hover {
    color: var(--primary-color1);
    border: 1px solid #00a7ac
}

.home3-featured-job-area .tab-btn-area .nav .nav-item .nav-link.active {
    color: var(--white);
    background-color: var(--primary-color1);
    border: 1px solid #00a7ac
}

.home3-work-area .single-work-area {
    max-width: 260px;
    width: 100%;
    margin: 0 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 #CEE0DC;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s
}

.home3-work-area .single-work-area .work-icon svg {
    fill: var(--primary-color1);
    transition: 0.35s
}

.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: 0.35s
}

.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-work-sans);
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;
    color: var(--font-work-sans);
    margin-bottom: 0
}

.home3-work-area .single-work-area:hover .work-icon {
    border-color: #00a7ac;
    background: var(--primary-color1)
}

.home3-work-area .single-work-area:hover .work-icon svg {
    fill: var(--white)
}

.home3-user-feedback {
    background: #F5F5F5;
    padding: 90px 0
}

.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: rgb(0 167 172 / .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: rgb(0 167 172 / .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 #00A7AC;
    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: 0;
    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: 0
}

.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: #FFF;
    border-radius: 5px;
    padding: 60px 40px 130px 40px;
    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%;
    -o-object-fit: cover;
    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-work-sans);
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color1)
}

.home3-user-feedback .user-feedback-wrap .user-feedback-top .reviews ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px
}

.home3-user-feedback .user-feedback-wrap .user-feedback-top .reviews ul li {
    color: #EBC500
}

.home3-user-feedback .user-feedback-wrap p {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: var(--title-color1);
    margin-bottom: 0
}

.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-work-sans);
    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-work-sans);
    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: 0;
    margin: 0;
    list-style: none
}

.home3-about-area .about-left .facility-area ul li {
    display: flex;
    margin-bottom: 25px;
    transition: 0.35s
}

.home3-about-area .about-left .facility-area ul li:last-child {
    margin-bottom: 0
}

.home3-about-area .about-left .facility-area ul li .icon {
    margin-right: 24px;
    transition: 0.35s
}

.home3-about-area .about-left .facility-area ul li .icon img {
    transition: 0.35s
}

.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-work-sans);
    font-weight: 400;
    font-size: 1.063rem;
    line-height: 30px;
    color: var(--text-color1);
    margin-bottom: 0
}

.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: 0;
    left: 0;
    background-color: rgb(0 167 172 / .5);
    width: 170px;
    height: 95px;
    border-radius: 0 0 200px 0;
    z-index: -9
}

.home3-about-area .about-right .about-img2 .best-quality-card {
    display: flex;
    align-items: center;
    background: #F5F5F5;
    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 0 0 5px;
    position: absolute;
    left: -2px;
    top: 0;
    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-work-sans);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--text-color1);
    margin-bottom: 0
}

.home3-top-company {
    background: #F5F5F5;
    padding: 90px 0
}

.home3-top-company .top-company-card {
    background: #FFF;
    border-radius: 5px;
    padding: 30px;
    position: relative;
    transition: 0.45s
}

@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: 0.35s
}

.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: 0;
    display: flex;
    align-items: center;
    font-size: .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 rgb(0 167 172 / .3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    cursor: pointer
}

.home3-top-company .top-company-card .company-details .bookmark i {
    color: var(--primary-color1);
    font-size: 14px;
    transition: 0.35s
}

.home3-top-company .top-company-card .company-details .bookmark:hover i::before {
    content: "\f199"
}

.home3-top-company .top-company-card .job-details-vacancies {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 0 0 0;
    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: 0;
    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: .938rem;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: var(--font-exo2);
    transition: 0.35s;
    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: 0.35s
}

.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: 0.35s
}

.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: 0;
    top: 0;
    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: 0;
    bottom: -3px;
    border-radius: 10px;
    z-index: 1;
    opacity: 0;
    transition: 0.45s
}

.home3-top-company .top-company-card:hover::after {
    opacity: 1
}

.hero2 {
    background-image: url(../images/bg/home2-banner-bg.png);
    background-color: rgb(0 0 0 / .65);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.hero2 .hero-wapper {
    overflow: hidden;
    position: relative;
    padding: 0 0 0 8%
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .hero2 .hero-wapper {
        padding: 0 0 0 5%
    }
}

@media (max-width: 1399px) {
    .hero2 .hero-wapper {
        padding: 0 0 0 3%
    }
}

@media (max-width: 991px) {
    .hero2 .hero-wapper {
        padding: 0
    }
}

@media (max-width: 1500px) {
    .hero2 .hero-wapper .hero-content {
        max-width: 700px;
        width: 100%
    }
}

@media (max-width: 991px) {
    .hero2 .hero-wapper .hero-content {
        padding: 100px 10px 10px
    }
}

@media (max-width: 576px) {
    .hero2 .hero-wapper .hero-content {
        text-align: center
    }
}

.hero2 .hero-wapper .hero-content h1 {
    font-size: 4.25rem;
    font-weight: 600;
    color: var(--white);
    font-family: var(--font-exo2);
    line-height: 1.2;
    margin-bottom: 25px
}

@media (max-width: 1399px) {
    .hero2 .hero-wapper .hero-content h1 {
        font-size: 3.8rem
    }
}

@media (max-width: 1199px) {
    .hero2 .hero-wapper .hero-content h1 {
        font-size: 3.5rem
    }
}

@media (max-width: 576px) {
    .hero2 .hero-wapper .hero-content h1 {
        font-size: 3.2rem
    }
}

.hero2 .hero-wapper .hero-content h1 span {
    font-weight: 700;
    color: var(--primary-color1)
}

.hero2 .hero-wapper .hero-content p {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: 1.25rem;
    color: var(--white);
    margin-bottom: 0
}

.hero2 .hero-wapper .hero-content p span {
    font-weight: 500
}

.hero2 .hero-wapper .hero-content .job-title, .hero2 .hero-wapper .hero-content .category {
    border-radius: 5px;
    background: #EFF3F2;
    height: 60px;
    padding-left: 60px;
    width: 100%;
    position: relative
}

.hero2 .hero-wapper .hero-content .job-title::after, .hero2 .hero-wapper .hero-content .category::after {
    content: url(../images/icon/job3.svg);
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1
}

.hero2 .hero-wapper .hero-content .job-title::before, .hero2 .hero-wapper .hero-content .category::before {
    content: "";
    width: 1px;
    height: 22px;
    background: #D9D9D9;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1
}

.hero2 .hero-wapper .hero-content .category {
    max-width: 310px
}

.hero2 .hero-wapper .hero-content .category::after {
    content: url(../images/icon/category.svg)
}

@media (max-width: 767px) {
    .hero2 .hero-wapper .hero-content .category {
        max-width: 100%
    }
}

.hero2 .hero-wapper .hero-content .job-search-area {
    background: #FFF;
    border-radius: 5px;
    max-width: 880px;
    margin: 60px 0 30px
}

.hero2 .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) {
    .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;
    background: #EFF3F2;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .938rem;
    line-height: 18px;
    color: var(--title-color1);
    padding: 20px 20px 20px 0;
    line-height: 1;
    width: 100%
}

.hero2 .hero-wapper .hero-content .job-search-area form .form-inner input::-moz-placeholder {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .938rem;
    line-height: 18px;
    color: var(--title-color1)
}

.hero2 .hero-wapper .hero-content .job-search-area form .form-inner input::placeholder {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .938rem;
    line-height: 18px;
    color: var(--title-color1)
}

.hero2 .hero-wapper .hero-content .job-search-area form .form-inner .nice-select {
    height: 60px;
    background: #EFF3F2;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .938rem;
    line-height: 18px;
    color: var(--title-color1);
    width: 100%;
    display: flex;
    align-items: center;
    border: unset;
    padding-left: 0
}

.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-work-sans);
    font-weight: 400;
    font-size: .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: rgb(0 167 172 / .1)
}

.hero2 .hero-wapper .hero-content .job-search-area form .form-inner .primry-btn-2 {
    height: 100%;
    padding: 15px 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: 0;
    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: 0;
    padding: 0;
    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-work-sans);
    font-weight: 400;
    font-size: .875rem;
    color: var(--white);
    transition: 0.35s;
    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: .75rem
    }
}

@media (max-width: 1399px) {
    .hero2 .hero-wapper .hero-content .suggest-tag ul li a {
        font-size: .75rem
    }
}

.hero2 .hero-wapper .banner-image-area {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 140px 0
}

@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 0
    }
}

@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: #FFF;
    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: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-right: 15px
}

.hero2 .hero-wapper .banner-image-area .user-area ul li {
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EBEBEB;
    box-shadow: 2px 2px 4px rgb(0 167 172 / .1);
    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: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    font-family: var(--font-work-sans);
    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-work-sans);
    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: 0
}

.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: 0
}

.hero2 .hero-wapper .banner-image-area .new-job-list {
    background: #00A7AC;
    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: 0;
    text-align: start
}

.hero2 .hero-wapper .banner-image-area .new-job-list p {
    font-family: var(--font-work-sans);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    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 0;
    background: #EFF3F2
}

.home2-counter-area .divider {
    position: relative
}

.home2-counter-area .divider::after {
    content: "";
    width: 1px;
    height: 72px;
    background: #D7D7D7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

@media (max-width: 991px) {
    .home2-counter-area .divider::after {
        display: none;
        visibility: hidden
    }
}

.home2-counter-area .counter-single {
    display: flex;
    align-items: center;
    transition: 0.35s
}

.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: 0.35s
}

.home2-counter-area .counter-single .counter-icon > svg {
    fill: var(--primary-color1);
    z-index: 9;
    position: relative;
    transition: 0.35s
}

.home2-counter-area .counter-single .counter-icon .icon-bg {
    position: absolute;
    transition: 0.35s
}

.home2-counter-area .counter-single .counter-icon .icon-bg svg {
    fill: var(--white);
    transition: 0.35s
}

.home2-counter-area .counter-single .coundown p {
    margin-bottom: 0;
    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: 0
}

.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)
}

.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%
    }
}

.select2-dropdown {
    border-color: #eee;
    background-color: #fff
}

.select2-dropdown .select2-search__field {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: 1rem;
    color: var(--title-color1)
}

.select2-dropdown .select2-results__option {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: 1rem;
    color: var(--title-color1)
}

.table-wrapper2 .table-filter-area {
    background: #FFF;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    padding: 20px 40px
}

@media (max-width: 1399px) {
    .table-wrapper2 .table-filter-area {
        padding: 20px 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: #EFF3F2;
    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: #FFF;
    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: 0;
    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: 0;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .938rem;
    color: var(--title-color1);
    white-space: nowrap
}

.table-wrapper2 .table-filter-area form .form-wrap .form-inner .button-wrap ul {
    margin: 0;
    padding: 0;
    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 #2E7D32;
    background-color: #fff
}

.table-wrapper2 .table-filter-area form .form-wrap .form-inner .button-wrap ul li:nth-child(2) a button {
    border: 1px solid #518EF8
}

.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: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding-right: 20px;
    line-height: 1;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .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-work-sans);
    font-weight: 400;
    font-size: .938rem;
    line-height: 18px;
    color: var(--title-color1);
    display: flex;
    align-items: center;
    padding: 0 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: 0;
    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: #FFF;
    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-work-sans);
    font-weight: 400;
    font-size: .938rem;
    color: var(--title-color1)
}

.table-wrapper2 .table-filter-area form .form-wrap.style-3 .form-inner .input-area input::-moz-placeholder {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .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-work-sans);
    font-weight: 400;
    font-size: .938rem;
    color: var(--title-color1)
}

.table-wrapper2 .table-filter-area form .form-wrap.style-3 button {
    padding: 12px 27px;
    border: 1px solid #00A7AC;
    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: 0
}

@media (max-width: 576px) {
    .table-wrapper2 .title-and-btn .title {
        margin-right: 50px
    }
}

.table-wrapper2 .title-and-btn .job-post-btn a {
    background-color: #0087D3;
    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: 0;
        width: 30%;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        color: #1F2937
    }
}

.table-wrapper2 .eg-table thead {
    background: #00A7AC;
    border-radius: 5px;
    border: 1px solid #00A7AC
}

@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-work-sans);
    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: #FFF;
    border: 1px solid rgb(0 167 172 / .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: 0 auto;
    padding-top: 160px
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-dialog .modal-content {
    padding: 0
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-dialog .modal-content .author-img {
    margin-right: 0
}

.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: 0;
    padding: 0;
    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: #FF2121;
    text-transform: capitalize
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header .button-groups ul li button {
    background: #0087D3;
    border-radius: 4px;
    font-family: var(--font-work-sans);
    font-weight: 500;
    font-size: .875rem;
    color: #FFF;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    margin-bottom: 4px
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header .button-groups ul li button::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    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: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-header .btn-close {
    margin: 0;
    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: 0;
    padding: 0;
    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: #FF2121
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-footer .button-groups ul li button {
    background: #0087D3;
    border-radius: 4px;
    font-family: var(--font-work-sans);
    font-weight: 500;
    font-size: .875rem;
    color: #FFF;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    margin-bottom: 4px
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-footer .button-groups ul li button::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    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: 0.5s all ease;
    left: 0;
    right: 0;
    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: #fff0;
    padding: 0;
    border: none;
    display: block;
    margin-bottom: 2px;
    transition: 0.35s
}

.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-work-sans);
    font-weight: 400;
    font-size: .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: 0;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .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-work-sans);
    font-weight: 500;
    font-size: .938rem;
    color: var(--text-color1)
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary ul li {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .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: 0
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary ul li::before {
    content: "";
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 1px solid #00A7AC;
    position: absolute;
    left: 0;
    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: 0;
    padding: 0;
    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: 0
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button {
    background: #0087D3;
    border-radius: 4px;
    font-family: var(--font-work-sans);
    font-weight: 500;
    font-size: .875rem;
    color: #FFF;
    padding: 3px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button.reject {
    background: #FF2121
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button svg {
    fill: var(--title-color1);
    margin-right: 8px;
    transition: 0.5s all ease
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li button::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    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: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group2 {
    margin: 0;
    padding: 0;
    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: 0
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group2 li .eg-btn svg {
    fill: var(--white);
    margin: 0
}

.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: #00B8E0
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group2 li .delete--btn {
    background-color: #FF4820
}

@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: 0;
        width: 30%;
        text-align: left;
        padding-left: 10px;
        font-weight: 600;
        color: #1F2937
    }
}

@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: 0.35s
}

.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: .938rem;
    color: #595959;
    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: 0;
    cursor: pointer;
    font-family: var(--font-work-sans);
    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: 0;
    box-shadow: none
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: 1.125rem;
    color: var(--title-color1);
    background: rgb(0 110 189 / .08);
    border: 1px solid rgb(0 110 189 / .15);
    border-radius: 4px;
    padding: 4px 16px
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number.light-orange {
    background: rgb(251 96 30 / .08);
    border: 1px solid rgb(251 96 30 / .15);
    color: #FB601E
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number.light-yellow {
    background: rgb(198 143 0 / .08);
    border: 1px solid rgb(198 143 0 / .15);
    color: #C68F00
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number.deep-pink {
    background: rgb(226 0 136 / .08);
    border: 1px solid rgb(226 0 136 / .15);
    color: #E20088
}

.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: #fff0;
    color: #C99307;
    transition: 0.35s
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td .status i {
    font-size: 16px;
    transition: 0.35s
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td .status.red-color {
    color: #FF4820
}

.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: .938rem;
    color: var(--white);
    padding: 4px 22px 7px;
    border-radius: 5px;
    line-height: 1;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1
}

.table-wrapper2 .eg-table .eg-btn::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    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: 0;
    right: 0
}

.table-wrapper2 .eg-table .transparent-btn {
    background-color: #fff0;
    border: 1px solid rgb(0 167 172 / .3);
    color: var(--primary-color1);
    border-radius: 5px
}

.table-wrapper2 .eg-table .transparent-btn:hover {
    border-color: #fff0
}

.table-wrapper2 .eg-table .active {
    color: var(--primary-color1);
    font-weight: 500
}

.table-wrapper2 .eg-table .pending {
    color: #C99307;
    font-weight: 500
}

.table-wrapper2 .eg-table .email {
    color: #0279CF
}

.table-wrapper2 .eg-table .light-sky-btn {
    background: rgb(3 157 205 / .2);
    color: #039DCD
}

.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: #FFF;
    border: 1px solid rgb(0 167 172 / .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: .938rem;
    color: var(--text-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 * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    touch-action: none;
    -moz-user-select: 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;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.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, top 0.3s
}

.range-wrap .noUi-state-drag * {
    cursor: inherit !important
}

.range-wrap .noUi-base, .range-wrap .noUi-handle {
    transform: translate3d(0, 0, 0)
}

.range-wrap .noUi-horizontal {
    height: 4px
}

.range-wrap .noUi-horizontal .noUi-handle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: -1px;
    background-color: #00A7AC;
    cursor: pointer
}

.range-wrap .noUi-horizontal .noUi-handle::after {
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #00A7AC;
    position: absolute;
    left: -3px;
    top: -3px
}

.range-wrap .noUi-background {
    background: rgb(0 167 172 / .2);
    height: 8px;
    border-radius: 10px
}

.range-wrap .noUi-connect {
    background: rgb(0 167 172 / .2);
    transition: background 450ms;
    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 {
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.range-wrap [disabled].noUi-connect, .range-wrap [disabled] .noUi-connect {
    background: #B8B8B8
}

.range-wrap [disabled].noUi-origin, .range-wrap [disabled] .noUi-handle {
    cursor: not-allowed
}

@media (max-width: 576px) {
    .advertis-area h4 .js-marquee {
        gap: 25px
    }
}

.hover-btn {
    position: relative;
    border: .5px solid rgb(255 255 255 / .3)
}

.hover-btn .for-border {
    width: 0
}

.hover-btn .for-border::before {
    content: "";
    position: absolute;
    right: -.5px;
    top: 0;
    height: 0%;
    width: .5px;
    background: #fff;
    transition: 0.3s;
    transition-delay: 0.6s
}

.hover-btn .for-border::after {
    content: "";
    position: absolute;
    left: -.5px;
    bottom: 0;
    height: 0%;
    width: .5px;
    background: #fff;
    transition: 0.3s;
    transition-delay: 0.6s
}

.hover-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: -.5px;
    width: 0%;
    height: .5px;
    background: #fff;
    transition: 0.3s;
    transition-delay: 0.9s
}

.hover-btn::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -.5px;
    width: 0%;
    height: .5px;
    background: #fff;
    transition: 0.3s;
    transition-delay: 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: 0 auto;
    transition: transform 0.8s;
    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;
    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%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.home5-category-area .job-category-card3 .cart-front {
    background: #F3F3F3;
    padding: 30px;
    transition: 0.4s
}

@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 rgb(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-work-sans);
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--text-color1);
    margin-bottom: 0
}

@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(.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s
}

.home5-category-area .job-category-card3 .card-back .category-img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.home5-category-area .job-category-card3 .card-back .category-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    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: rgb(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: 0.35s
}

@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-work-sans);
    font-weight: 500;
    font-size: 1rem;
    color: var(--white);
    transition: 0.35s
}

@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(.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: #F2F2F2;
    padding: 90px 0
}

.home5-trending-job-area .devider1 {
    position: relative
}

.home5-trending-job-area .devider1::before {
    content: "";
    border-bottom: .5px solid rgb(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: .5px solid rgb(0 0 0 / .5);
    position: absolute;
    left: 33.3%;
    height: 96%;
    bottom: 0
}

.home5-trending-job-area .devider-right {
    position: relative
}

.home5-trending-job-area .feature-card5 {
    background: #FFF;
    padding: 40px 35px;
    transition: 0.35s;
    position: relative;
    border: .5px solid rgb(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: .5px solid rgb(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: 0.35s
}

.home5-trending-job-area .feature-card5 .company-area .company-details .name-location p {
    margin-bottom: 0;
    display: flex;
    align-items: center
}

.home5-trending-job-area .feature-card5 .company-area .company-details .name-location p a {
    font-size: .875rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
    transition: 0.35s
}

.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 rgb(0 0 0 / .4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    cursor: pointer
}

.home5-trending-job-area .feature-card5 .company-area .company-details .bookmark i {
    color: rgb(0 0 0 / .4);
    font-size: 14px;
    transition: 0.35s
}

.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: 0;
    padding: 0;
    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: 0;
    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 #000;
    position: absolute;
    left: 0;
    top: 10px
}

.home5-trending-job-area .feature-card5 .job-discription ul li:last-child {
    margin-bottom: 0
}

.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: .7;
    transition: .35
}

.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: 0.35s;
    max-width: 250px;
    width: 100%;
    position: relative
}

.home5-counter-area .counter-wrapper .counter-single .counter-icon {
    padding-right: 30px;
    position: relative;
    transition: 0.35s
}

@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: rgb(0 0 0 / .1);
    position: absolute;
    bottom: -12px;
    right: 12px
}

.home5-counter-area .counter-wrapper .counter-single .coundown p {
    margin-bottom: 0;
    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: 0;
    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: #F2F2F2;
    background-image: url(../images/bg/home5-top-recruiters-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 90px 0
}

.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: .5;
    transition: 0.35s
}

.home5-top-recruiters-area .slick-arrow:hover {
    opacity: 1
}

.home5-top-recruiters-area .slide-item {
    padding: 12px 12px
}

.home5-top-recruiters-area .recruters-card {
    background: #FFF;
    border: .5px solid rgb(0 0 0 / .2);
    transition: 0.35s;
    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: 0.35s
}

.home5-top-recruiters-area .recruters-card .company-area .name-location p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: .938rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-work-sans);
    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: .7;
    transition: .35
}

.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: 0;
    position: relative
}

.home5-trusted-company .slick-slider {
    overflow-x: hidden
}

.home5-trusted-company .slick-list {
    margin-left: -5px
}

.home5-trusted-company .slick-track {
    border: .25px solid rgb(0 0 0 / .4)
}

.home5-trusted-company .slide-item {
    border: .25px solid rgb(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/home/review-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F2F2F2;
    padding: 90px 0
}

.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: .6;
    transition: 0.35s
}

.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: 0 2px
}

.home5-clients-feedback-area .client-feedback-wrap {
    padding: 15px;
    transition: 0.35s
}

@media (max-width: 576px) {
    .home5-clients-feedback-area .client-feedback-wrap {
        padding: 8px
    }
}

.home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner {
    background: #FFF;
    padding: 40px 35px;
    transition: 0.35s
}

@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: 0.35s
}

@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: 0.35s
}

.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: 0.35s
}

.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: #F3F3F3;
    border: .5px solid #595959;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    right: -5px;
    bottom: 5px;
    transition: 0.35s
}

.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 0;
    transform: translateY(-16px);
    transition: 0.35s
}

.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-work-sans);
    font-weight: 400;
    font-size: 1rem;
    color: #595959
}

.home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner .client-feedback-top .reviews ul {
    margin: 0;
    padding: 0;
    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: #D5B305
}

.home5-clients-feedback-area .client-feedback-wrap .client-feedback-inner .client-feedback-content p {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 38px;
    color: var(--text-color1);
    margin-bottom: 0
}

@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: .5px solid #000
}

.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: 0.35s
}

.home5-blog-and-article-area .recent-article-wrap5 .recent-article-img {
    overflow: hidden;
    transition: 0.35s
}

.home5-blog-and-article-area .recent-article-wrap5 .recent-article-img img {
    transition: 0.35s
}

.home5-blog-and-article-area .recent-article-wrap5 .recent-article-content {
    padding: 25px 15px;
    border: .5px solid rgb(0 0 0 / .3);
    border-top: unset;
    transition: 0.35s
}

.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: 0;
    padding: 0;
    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-work-sans);
    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: #000
}

.home5-dream-job-area {
    background: #F2F2F2;
    padding: 65px 0
}

.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: 0;
    font-size: 18px
}

.modal {
    z-index: 99999
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / .5) !important
}

.modal-dialog {
    margin: 0 auto;
    padding-top: 160px
}

.modal-dialog .modal-content {
    padding: 0
}

.modal-header {
    position: relative
}

.modal-header .button-groups ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none
}

.modal-header .button-groups ul li .primary-bg {
    background: var(--primary-color1)
}

.modal-header .button-groups ul li .red-bg {
    background: #FF2121
}

.modal-header .button-groups ul li button {
    background: #0087D3;
    border-radius: 4px;
    font-family: var(--font-work-sans);
    font-weight: 500;
    font-size: .875rem;
    color: #FFF;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    margin-bottom: 4px
}

.modal-header .button-groups ul li button::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--primary-dark);
    z-index: -1
}

.modal-header .button-groups ul li button:hover::after {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1
}

.modal-header .btn-close {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.modal-footer .button-groups ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none
}

.modal-footer .button-groups ul li .primary-bg {
    background: var(--primary-color1)
}

.modal-footer .button-groups ul li .red-bg {
    background: #FF2121
}

.modal-footer .button-groups ul li button {
    background: #0087D3;
    border-radius: 4px;
    font-family: var(--font-work-sans);
    font-weight: 500;
    font-size: .875rem;
    color: #FFF;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    margin-bottom: 4px
}

.modal-footer .button-groups ul li button::after {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--primary-dark);
    z-index: -1
}

.modal-footer .button-groups ul li button:hover::after {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1
}

.text-primary-1 {
    color: var(--primary-color1)
}

.bg-primary-1 {
    background: var(--primary-color1)
}

.bg-primary-dark {
    background: var(--primary-darker)
}

.btn-outline-primary-1 {
    color: var(--primary-color1);
    border-color: var(--primary-color1)
}

.text-gold {
    color: var(--primary-gold)
}

.bg-gold {
    background: var(--primary-gold);
    color: #fff
}

.bg-muted {
    background: #ededed
}

.btn-outline-gold {
    color: var(--primary-gold);
    border-color: var(--primary-gold)
}

.big-button {
    padding: 0 1.5rem;
    height: 3rem
}

.large-font {
    font-size: 1rem;
    line-height: 1.5rem
}

.font-weight-lighter {
    font-weight: lighter
}

.cursor-pointer {
    cursor: pointer
}

.button-container {
    margin-top: 20px
}

@media (max-width: 767px) {
    .button-container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        background-color: #fff;
        border-top: 1px solid #ccc;
        box-shadow: 0 -2px 5px rgb(0 0 0 / .1)
    }

    .button-container .col-12 {
        display: flex;
        width: 100%
    }

    .button-container button {
        flex: 1;
        margin: 0 5px
    }
}

.card-cut {
    --cut-size: 1rem;
    scroll-snap-align: start;
    clip-path: polygon(0 0, calc(100% - var(--cut-size)) 0, 100% var(--cut-size), 100% 100%, 0 100%, var(--cut-size) 100%, 0% calc(100% - var(--cut-size)))
}

@keyframes placeholderShimmer {
    0% {
        background-position: -200px 0
    }
    100% {
        background-position: calc(200px + 100%) 0
    }
}

.shine {
    background: #f6f7f8 linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%) no-repeat;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear
}

.lines {
    height: 10px;
    margin-top: 10px;
    width: 100%
}

.photo {
    display: block !important;
    width: 100%;
    height: 150px;
    margin-top: 15px
}

.box {
    height: 104px;
    width: 100px
}

.shine-box {
    display: inline-flex;
    flex-direction: column;
    margin-left: 25px;
    margin-top: 15px;
    vertical-align: top
}

.vue-dropzone {
    border: 2px dashed rgb(50 58 70 / .3) !important
}

.profile-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative
}

.profile-image i {
    font-size: 14px;
    color: #6c757d
}

.edit-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background: #eef0f4
}

.profile-name {
    margin-bottom: 0;
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 1.625rem;
    letter-spacing: .06em;
    color: var(--primary-color1)
}

.registration-steps {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.step {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px
}

.step.completed {
    background-color: #e9f7ef;
    color: #28a745
}

.step-icon {
    font-weight: 700
}

.progress-bar {
    height: 100%;
    background-color: var(--primary-color1);
    width: 20%
}

.selected-count {
    background-color: var(--primary-color1);
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem
}

.profession-item {
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / .1);
    border-radius: 8px;
    padding: 20px 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.profession-item label {
    font-weight: lighter;
    cursor: pointer
}

.profession-list {
    height: 500px;
    overflow: auto;
    padding: .25rem
}

@media (max-width: 767px) {
    .profession-list {
        height: 600px !important
    }

    .pt-80 {
        padding-top: 50px !important
    }
}

.height-70 {
    min-height: 70vh
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    z-index: 100
}

.bottom-nav .nav-link {
    text-align: center;
    padding: 10px;
    color: #6c757d
}

.bottom-nav .nav-link.active {
    color: var(--primary-color1)
}

.bottom-nav .nav-link i {
    font-size: 1.25rem
}

.settings-container {
    background-color: #f2f2f7;
    min-height: 100vh;
    padding-bottom: 4rem;
    padding-top: .5rem
}

.settings-widget {
    background-color: #fff
}

.profile-section {
    border-bottom: 1px solid #f2f2f7
}

.registration-section {
    border-bottom: 10px solid #f2f2f7
}

.settings-group {
    border-bottom: 10px solid #f2f2f7
}

.settings-header {
    color: #8e8e93;
    font-size: 14px;
    background-color: #f2f2f7
}

.settings-item {
    border-bottom: 1px solid #f2f2f7
}

.settings-item:last-child {
    border-bottom: none
}

.profile-image {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center
}

.badge {
    margin-right: .5rem
}

.action-required {
    color: #ff3b30;
    background-color: #ffebee;
    border-color: #ffcdd2
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color1);
    appearance: auto
}

.form-check {
    display: flex;
    align-items: center;
    min-height: unset;
    min-width: 40px;
    padding-left: 2.5em;
    margin-bottom: 0;
    cursor: pointer;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 21px;
    color: var(--title-color1);
    gap: 12px
}

.form-check-input:checked {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1)
}

.form-check-input:focus {
    border-color: var(--primary-color1);
    outline: 0;
    box-shadow: none
}

.btn-rounded {
    border-radius: 50px !important
}

input[type="checkbox"] {
    padding: 10px
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.highlight {
    color: #007bff;
    text-decoration: none
}

.highlight:hover {
    text-decoration: underline
}

.highlight:focus {
    outline: none;
    text-decoration: underline
}

.highlight:active {
    color: var(--primary-color1)
}

.kFPtkB {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.iJZMjH {
    background-color: var(--primary-color1);
    color: rgb(255, 255, 255);
}

.pac-container {
    z-index: 1055 !important;
}