@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

:root {
    --font-inter: "Inter", sans-serif;
    --font-mulish: "Mulish", sans-serif;
    --white-color: #ffffff;
    --primary-color1: #022c1f;
    --primary-color1-opc: 2, 44, 31;
    --primary-color2: #059669;
    --primary-color2-opc: 5, 150, 105;
    --primary-color3: #061421;
    --title-color: #1f1f1f;
    --title-color2: #022c1f;
    --border-color: #eeeeee;
    --paragraph-color: #585858;
}

/*================================================
02. Mixins Css
=================================================*/
/*================================================
  03. Global Css
  =================================================*/
html {
    font-size: 100%;
    scroll-behavior: smooth;
}

input {
    border: none;
    outline: none;
}

button {
    outline: none;
    border: none;
}

i.bx {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

p {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

ul {
    margin-bottom: 40px;
}

.company-left-content li {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--paragraph-color);
    list-style: none;
    margin-bottom: 5px;
}

h3 {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    color: var(--title-color2);
    margin-bottom: 20px;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

@media (max-width: 576px) {
    p {
        font-size: 15px;
        line-height: 1.8;
    }

    li {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 5px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pt-120 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 90px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pt-90 {
    padding-top: 90px;
}

@media (max-width: 991px) {
    .pt-90 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-90 {
        padding-top: 70px;
    }
}

.pb-90 {
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .pb-90 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-90 {
        padding-bottom: 70px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-10 {
    padding-bottom: 10px;
}

.mt-120 {
    margin-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mt-120 {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .mt-120 {
        margin-top: 90px;
    }
}

.mb-120 {
    margin-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mb-120 {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .mb-120 {
        margin-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .mb-120 {
        margin-bottom: 70px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}

.mt-100 {
    margin-top: 100px !important;
}

@media (max-width: 991px) {
    .mt-100 {
        margin-top: 80px !important;
    }
}

.mb-90 {
    margin-bottom: 90px;
}

@media (max-width: 991px) {
    .mb-90 {
        margin-bottom: 70px;
    }
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-70 {
    padding-top: 70px;
}
@media (max-width: 991px) {
    .pt-70 {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .pt-70 {
        padding-top: 40px;
    }
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-110 {
    padding-top: 110px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pe-80 {
    padding-right: 80px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pl-110 {
    padding-left: 110px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .pl-110 {
        padding-left: 70px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pl-110 {
        padding-left: 40px;
    }
}

@media (max-width: 1199px) {
    .pl-110 {
        padding-left: unset;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .mb-60 {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

.mb-70 {
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .mb-70 {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .mb-70 {
        margin-bottom: 40px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .mb-80 {
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .mb-80 {
        margin-bottom: 60px;
    }
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-44 {
    margin-bottom: 44px;
}

@media (max-width: 991px) {
    .mb-44 {
        margin-bottom: 0px;
    }
}

.mb-35 {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .mb-35 {
        margin-bottom: 30px;
    }
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .mb-40 {
        margin-bottom: 30px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mt-60 {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .mt-60 {
        margin-top: 40px;
    }
}

.mt-70 {
    margin-top: 70px;
}

@media (max-width: 767px) {
    .mt-70 {
        margin-top: 40px;
    }
}

body {
    background: #fbfbfb;
}

.primary-btn-1 {
    font-family: var(--font-inter);
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    background: transparent;
    border: 1px solid var(--primary-color2);
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    padding: 9px 16px;
    color: var(--primary-color2);
}

.primary-btn-1 svg {
    fill: var(--primary-color2);
    margin-right: 8px;
}

.primary-btn-1::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(--primary-color2);
    z-index: -1;
}

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

.primary-btn-1:hover svg {
    fill: var(--white-color);
}

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

.primary-btn-2 {
    font-family: var(--font-inter);
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    background-color: var(--primary-color2);
    white-space: nowrap;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    padding: 10px 20px;
    color: var(--white-color);
}

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

.primary-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-color);
    z-index: -1;
}

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

.primary-btn-2:hover svg {
    fill: var(--white-color);
}

.primary-btn-2:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.primary-btn-3 {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: var(--primary-color2);
    white-space: nowrap;
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom,
            var(--primary-color2) 0%,
            var(--primary-color2) 98%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left 100%;
    transition: background-size 0.75s;
    padding-bottom: 1px;
}

.primary-btn-3:hover {
    background-size: 0 1px;
    background-position: 0% 100%;
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible;
    }
}

.primary-btn-4 {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--title-color2);
    transition: 0.35s;
}

.primary-btn-4 svg {
    fill: var(--title-color2);
}

.primary-btn-4:hover {
    color: var(--primary-color2);
}

.primary-btn-4:hover svg {
    fill: var(--primary-color2);
}

.section-title h3 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    color: var(--title-color2);
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .section-title h3 {
        font-size: 28px;
    }
}

.slider-btn-grp {
    display: flex;
    align-items: center;
    gap: 50px;
}

.slider-btn-grp .slider-btn {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.slider-btn-grp .slider-btn svg {
    fill: none;
    stroke: var(--title-color2);
    transition: 0.5s;
}

.slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
}

.slider-btn-grp .slider-btn:hover svg {
    stroke: var(--white-color);
}

.slider-btn-grp .slider-btn.swiper-button-disabled {
    opacity: 0.2;
}

.slider-btn-grp.two .slider-btn {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
}

.slider-btn-grp.two .slider-btn svg {
    stroke: var(--primary-color2);
}

.slider-btn-grp.two .slider-btn:hover {
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
}

.slider-btn-grp.two .slider-btn:hover svg {
    stroke: var(--white-color);
}

/*================================================
03. page content area
=================================================*/
.page-content-area p {
    margin-bottom: 0;
}

.page-content-area h2 {
    font-family: var(--font-mulish);
    font-size: 28px;
    margin-top: 40px;
}

.page-content-area h2 span {
    font-size: 28px !important;
}

.page-content-area h3 {
    font-family: var(--font-mulish);
    font-size: 22px;
    line-height: 1.2;
    margin-top: 40px;
    margin-bottom: 10px;
}

.page-content-area h3 span {
    font-size: 22px !important;
}

.page-content-area ul {
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .page-content-area h2 {
        font-size: 20px;
    }

    .page-content-area h2 span {
        font-size: 20px !important;
    }

    .page-content-area h3 {
        font-size: 20px;
    }

    .page-content-area h3 span {
        font-size: 20px !important;
    }
}

/*================================================
03. topbar area
=================================================*/
.topbar {
    background: #fcf2b1;
    padding: 0 12%;
}

@media (max-width: 1699px) {
    .topbar {
        padding: 0 5%;
    }
}

@media (max-width: 1399px) {
    .topbar {
        padding: 0 4%;
    }
}

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

@media (max-width: 767px) {
    .topbar {
        display: none;
    }
}

.topbar .topbar-left p {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #411c06;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 9px;
}

.topbar .topbar-right {
    display: flex;
    align-items: center;
    gap: 37px;
}

.topbar .topbar-right .language-area {
    position: relative;
    cursor: pointer;
}

.topbar .topbar-right .language-area a {
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: #411c06;
}

.topbar .topbar-right .language-area .lang-bar {
    position: relative;
}

.topbar .topbar-right .language-area .lang-bar .lang-btn {
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    color: #411c06;
    display: flex;
    align-items: center;
    gap: 8px;
}

.topbar .topbar-right .language-area .lang-bar .lang-card {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 40px;
    right: -2px;
    z-index: 999;
    width: 180px;
    background-color: var(--primary-color2);
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
    cursor: pointer;
}

.topbar .topbar-right .language-area .lang-bar .lang-card.active {
    display: block;
    transform: scaleY(1);
    animation: fade-up 0.5s linear;
}

.topbar .topbar-right .language-area .lang-bar .lang-card li a {
    font-family: var(--font-inter);
    color: var(--white-color);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.topbar .topbar-right .language-area .lang-bar .lang-card li a:hover {
    background-color: var(--primary-color3);
    color: var(--white-color);
}

/* Topbar Language area new design start */
.topbar .topbar-right .language-select {
    position: relative;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    transition: all 0.35s ease;
}

.topbar .topbar-right .language-select {
    padding: 18px 0;
}

@media (max-width: 1699px) {
    .topbar .topbar-right .language-select {
        padding: 18px 0;
    }
}

@media (max-width: 1399px) {
    .topbar .topbar-right .language-select {
        padding: 15px 0;
    }
}

@media (max-width: 1199px) {
    .topbar .topbar-right .language-select {
        padding: 15px 0;
    }
}

.topbar .topbar-right .language-select .lang-card-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.topbar .topbar-right .language-select .lang-card-wrap>a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.topbar .topbar-right .language-select ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 50px;
    left: 0px;
    background: #f5f5f5;
    min-width: 150px;
    height: auto;
    z-index: 99;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.6s ease;
    text-align: right;
}

.topbar .topbar-right .language-select:hover ul {
    display: block;
    visibility: visible;
}

.topbar .topbar-right .language-select ul li {
    padding: 8px 12px;
    display: flex;
}

.topbar .topbar-right .language-select ul li .dropdown-item {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Topbar Language area new design end */

.topbar .topbar-right .social-area {
    position: relative;
}

.topbar .topbar-right .social-area::after {
    content: "";
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: -18px;
    width: 1px;
    height: 14px;
    background-color: #a6a6a6;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .topbar .topbar-right .social-area::after {
        left: -19px;
    }
}

@media (max-width: 767px) {
    .topbar .topbar-right .social-area::after {
        left: -22px;
    }
}

@media (max-width: 576px) {
    .topbar .topbar-right .social-area::after {
        display: none;
    }
}

.topbar .topbar-right .social-area:first-child::after {
    display: none;
}

.topbar .topbar-right .social-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.topbar .topbar-right .social-area ul li a {
    height: 21px;
    width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    border-radius: 50%;
    transition: 0.35s;
}

.topbar .topbar-right .social-area ul li a i {
    color: var(--primary-color2);
    transition: 0.35s;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    font-size: 14px;
}

.topbar .topbar-right .social-area ul li a i.bi-twitter-x {
    font-size: 11px;
}

.topbar .topbar-right .social-area ul li a:hover {
    background-color: var(--primary-color2);
}

.topbar .topbar-right .social-area ul li a:hover i {
    color: var(--white-color);
}

/*================================================
04. header area
=================================================*/
header.header-area {
    position: relative;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    background-color: var(--white-color);
}

@media (max-width: 991px) {
    header.header-area {
        padding: 8px 0;
    }
}

@media (max-width: 767px) {
    header.header-area {
        padding: 0;
    }
}

header.header-area.sticky {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 99999;
    background-color: var(--white-color);
    border-bottom: 1px solid #f1f1f1;
}

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

    100% {
        transform: translateY(0px);
    }
}

header.header-area .menu-close-btn {
    height: 32px;
    width: 32px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.35s;
}

header.header-area .menu-close-btn i {
    font-size: 16px;
    line-height: 1;
    color: var(--white-color);
    transition: 0.35s;
}

header.header-area .menu-close-btn:hover {
    background-color: var(--white-color);
}

header.header-area .menu-close-btn:hover i {
    color: var(--title-color);
}

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

header.header-area .header-logo a img {
    width: 160px;
}

@media (max-width: 1399px) {
    header.header-area .header-logo a img {
        width: 140px;
    }
}

header.header-area .mobile-logo-wrap img {
    max-width: 120px;
}

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

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

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

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

@media (max-width: 576px) {
    header.header-area .menu-area {
        padding: 0 10px;
    }
}

header.header-area .menu-area .nav-right {
    gap: 24px;
}

@media (max-width: 1499px) {
    header.header-area .menu-area .nav-right {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    header.header-area .menu-area .nav-right {
        justify-content: end !important;
    }
}

@media (max-width: 1199px) {
    header.header-area .menu-area .nav-right .lg-btn {
        padding: 9px 20px;
    }
}

header.header-area .menu-area .nav-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

@media (max-width: 1399px) {
    header.header-area .menu-area .nav-right ul {
        gap: 15px;
    }
}

header.header-area .menu-area .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}

header.header-area .menu-area .nav-right .mobile-menu-btn svg {
    fill: var(--title-color);
}

header.header-area .menu-area .nav-right .mobile-menu-btn:hover svg {
    animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}

@media (max-width: 991px) {
    header.header-area .menu-area .nav-right .mobile-menu-btn {
        display: block;
        visibility: visible;
    }
}

@keyframes qode-draw {

    0%,
    100% {
        -webkit-clip-path: inset(-2px -2px);
        clip-path: inset(-2px -2px);
    }

    42% {
        -webkit-clip-path: inset(-2px -2px -2px 100%);
        clip-path: inset(-2px -2px -2px 100%);
    }

    43% {
        -webkit-clip-path: inset(-2px 100% -3px -2px);
        clip-path: inset(-2px 100% -3px -2px);
    }
}

header.header-area .menu-area .nav-right .notifacion-card {
    top: 30px !important;
}

/* Navbar right start */
header.header-area .menu-area .nav-right ul li .notifications-area {
    position: relative;
}

header.header-area .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.header-area .menu-area .nav-right ul li .notifications-area .notifacation-icon svg {
    fill: var(--primary-color1);
}

header.header-area .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-inter);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.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-mulish);
    text-align: center;
    color: var(--title-color);
    padding: 15px;
}

.notifacion-card>ul {
    display: block !important;
}

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

.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: 15px;
    font-weight: 700;
    line-height: 1.1;
    font-family: var(--font-mulish);
    color: var(--title-color);
    transition: 0.35s;
}

.notifacion-card>ul li .content h6 a:hover {
    color: var(--primary-color2);
}

.notifacion-card>ul li .content span {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--font-inter);
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 10px;
}

.notifacion-card>ul li .content p {
    font-size: 17px;
    margin-bottom: 0;
}

.notifacion-card>ul li .content span img {
    padding-right: 5px;
}

.notifacion-card .view-all a {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-inter);
    text-align: center;
    display: block;
    color: var(--title-color1);
    padding: 10px;
    transition: 0.35s;
}

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

header.header-area .menu-area .nav-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

header.header-area .menu-area .nav-right ul li .notifications-area {
    position: relative;
}

header.header-area .menu-area .nav-right ul li .notifications-area .user-icon,
header.style-2 .menu-area .nav-right ul li .notifications-area .user-icon {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.4s;
    cursor: pointer;
}

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

header.header-area .menu-area .nav-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

header.header-area .menu-area .nav-right .user-card ul {
    display: block;
}

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

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

.user-card>ul li a svg {
    fill: var(--primary-color2);
    margin-right: 3px;
}

.post-job-btn .primary-btn-2 svg {
    margin-left: 8px;
}

header.header-area .menu-area .nav-right .dropdown-toggle::after {
    display: none;
}

/* Navbar right end */

header.header-area .main-menu {
    display: inline-block;
}

header.header-area .main-menu .mobile-menu-logo {
    display: none;
}

header.header-area .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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

header.header-area .main-menu ul>li:hover i {
    color: var(--title-color);
    font-size: 20px;
}

header.header-area .main-menu ul>li a {
    font-size: 16px;
    color: var(--primary-color3);
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    padding: 31px 8px;
    position: relative;
    font-family: var(--font-inter);
    transition: all 0.5s ease-out 0s;
    position: relative;
}

@media (max-width: 1499px) {
    header.header-area .main-menu ul>li a {
        padding: 31px 7px;
    }
}

@media (max-width: 1399px) {
    header.header-area .main-menu ul>li a {
        padding: 28px 5px;
    }
}

@media (max-width: 1199px) {
    header.header-area .main-menu ul>li a {
        padding: 25px 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.header-area .main-menu ul>li a {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    header.header-area .main-menu ul>li a {
        padding: 25px 10px;
    }
}

header.header-area .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color);
    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.header-area .main-menu ul>li i.active {
    color: var(--title-color2);
}

header.header-area .main-menu ul>li i.active::before {
    content: "\f2ea";
}

@media (max-width: 991px) {
    header.header-area .main-menu ul>li i {
        opacity: 1;
    }
}

header.header-area .main-menu ul>li:hover>a {
    color: var(--primary-color2);
}

header.header-area .main-menu ul>li.active>a {
    color: var(--primary-color2);
}

header.header-area .main-menu ul li.menu-item-has-children>i {
    display: block;
}

@media only screen and (max-width: 991px) {
    header.header-area .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--primary-color1);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
    }

    header.header-area .main-menu.show-menu {
        transform: translateX(0);
    }

    header.header-area .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }

    header.header-area .main-menu ul {
        float: none;
        text-align: left;
        padding: 50px 10px 35px 0;
    }

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

    header.header-area .main-menu ul li i {
        display: block;
    }

    header.header-area .main-menu ul li a {
        padding: 10px 0;
        display: block;
        font-weight: 500;
        font-size: 16px;
        color: var(--white-color);
    }

    header.header-area .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
    }

    header.header-area .mobile-menu {
        position: relative;
        top: 2px;
        padding: 0 5px;
        border-radius: 50%;
        display: inline-block;
    }

    header.header-area .social-area ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    header.header-area .social-area ul li a {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary-color2);
        border-radius: 50%;
        transition: 0.35s;
    }

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

    header.header-area .social-area ul li:hover i {
        color: var(--primary-color3);
    }

    header.header-area .primary-btn-1 {
        justify-content: center;
        width: 100%;
    }

    header.header-area .primary-btn-2 {
        justify-content: center;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    header.header-area .main-menu .social-area ul li .bi {
        top: 0;
        font-size: 15px;
    }
}

/*================================================
05. banner wrapper
=================================================*/
.banner-wrapper {
    overflow: hidden;
    position: relative;
}

@media (max-width: 1199px) {
    .banner-wrapper {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .banner-wrapper {
        padding: 90px 0;
    }
}

@media (max-width: 576px) {
    .banner-wrapper {
        padding: 70px 0;
    }
}

.banner-wrapper .banner-content {
    max-width: 672px;
    width: 100%;
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .banner-wrapper .banner-content {
        max-width: 780px;
        padding: 0;
    }
}

.banner-wrapper .banner-content .banner-tag {
    font-family: var(--font-mulish);
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    color: var(--white-color);
    background: #bf3030;
    padding: 5px 10px;
    border-radius: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.banner-wrapper .banner-content h1 {
    font-family: var(--font-mulish);
    font-weight: 300;
    font-style: italic;
    font-size: 68px;
    line-height: 1.2;
    color: var(--white-color);
    margin-bottom: 20px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .banner-wrapper .banner-content h1 {
        font-size: 65px;
    }
}

@media (max-width: 1399px) {
    .banner-wrapper .banner-content h1 {
        font-size: 58px;
    }
}

@media (max-width: 991px) {
    .banner-wrapper .banner-content h1 {
        font-size: 54px;
    }
}

@media (max-width: 767px) {
    .banner-wrapper .banner-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 576px) {
    .banner-wrapper .banner-content h1 {
        font-size: 43px;
        margin-bottom: 15px;
    }
}

.banner-wrapper .banner-content h1 strong {
    font-weight: 700;
    font-style: normal;
}

.banner-wrapper .banner-content h1 strong span {
    position: relative;
    display: inline-block;
}

@media (max-width: 767px) {
    .banner-wrapper .banner-content h1 strong span {
        display: inline;
    }
}

.banner-wrapper .banner-content h1 strong span::before {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 100%;
    background: url(../images/vector/vector.png) no-repeat center center;
    height: 21px;
}

@media (max-width: 767px) {
    .banner-wrapper .banner-content h1 strong span::before {
        display: none;
    }
}

.banner-wrapper .banner-content p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--white-color);
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .banner-wrapper .banner-content p {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .banner-wrapper .banner-content p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .banner-wrapper .banner-content p {
        font-size: 15px;
        line-height: 1.7;
    }
}

.banner-wrapper .banner-content .job-search-area {
    background: #ffffff;
    border-radius: 10px;
    max-width: 880px;
    margin: 60px 0 20px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .banner-wrapper .banner-content .job-search-area {
        margin: 50px 0 20px;
    }
}

@media (max-width: 1399px) {
    .banner-wrapper .banner-content .job-search-area {
        margin: 50px 0 20px;
    }
}

@media (max-width: 991px) {
    .banner-wrapper .banner-content .job-search-area {
        margin: 35px 0 20px;
    }
}

@media (max-width: 767px) {
    .banner-wrapper .banner-content .job-search-area {
        margin: 25px 0 10px;
    }
}

.banner-wrapper .banner-content .job-search-area form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 26px 15px 20px;
    gap: 20px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .banner-wrapper .banner-content .job-search-area form {
        padding: 15px 10px;
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .banner-wrapper .banner-content .job-search-area form {
        padding: 10px 26px 10px 20px;
    }
}

@media (max-width: 767px) {
    .banner-wrapper .banner-content .job-search-area form {
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .banner-wrapper .banner-content .job-search-area form {
        padding: 15px 20px;
        gap: 0;
    }
}

@media (max-width: 576px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner {
        width: 100%;
        margin-bottom: 10px;
    }

    .banner-wrapper .banner-content .job-search-area form .form-inner button {
        padding: 10px 20px;
        border-radius: 6px;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
}

.banner-wrapper .banner-content .job-search-area form .form-inner.category {
    border-radius: 5px;
    padding-left: 40px;
    position: relative;
    width: max-content;
}

@media (max-width: 1399px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner.category {
        padding-left: 20px;
        max-width: 150px;
    }
}

@media (max-width: 991px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner.category {
        padding-left: 40px;
        max-width: 180px;
    }
}

@media (max-width: 767px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner.category {
        max-width: 200px;
        padding-left: 30px;
    }
}

@media (max-width: 576px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner.category {
        border-top: 1px solid #ccc;
        max-width: unset;
        width: 100%;
        border-radius: 0;
        padding-left: 0;
        padding-top: 10px;
        margin-bottom: 20px;
    }
}

.banner-wrapper .banner-content .job-search-area form .form-inner.category::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 36px;
    background-color: #d9d9d9;
}

@media (max-width: 576px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner.category::before {
        display: none;
    }
}

.banner-wrapper .banner-content .job-search-area form .form-inner input {
    height: 30px;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: var(--title-color);
    padding: 20px 20px 20px 0px;
    line-height: 1;
    width: 100%;
    border-bottom: none;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner input {
        padding: 20px 0;
    }
}

@media (max-width: 576px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner input {
        padding: 15px 0;
        height: 27px;
    }
}

.banner-wrapper .banner-content .job-search-area form .form-inner input::-moz-placeholder {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #a6a6a6;
}

.banner-wrapper .banner-content .job-search-area form .form-inner input::placeholder {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #a6a6a6;
}

.banner-wrapper .banner-content .job-search-area form .form-inner .nice-select {
    height: 30px;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--title-color);
    width: 100%;
    display: flex;
    align-items: center;
    border: unset;
    padding-left: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner .nice-select {
        font-size: 15px;
    }
}

.banner-wrapper .banner-content .job-search-area form .form-inner .nice-select .option {
    min-height: 35px;
}

.banner-wrapper .banner-content .job-search-area form .form-inner .nice-select .list {
    width: auto;
    max-height: 170px;
    overflow-y: auto;
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    padding: 10px 0;
    margin: 0;
}

.banner-wrapper .banner-content .job-search-area form .form-inner .nice-select .list li {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--title-color);
    display: flex;
    align-items: center;
}

.banner-wrapper .banner-content .job-search-area form .form-inner .nice-select::after {
    border-bottom: 1px solid var(--primary-color3);
    border-right: 1px solid var(--primary-color3);
    margin-top: -6px;
    right: 5px;
    top: 50%;
    height: 8px;
    width: 8px;
}

.banner-wrapper .banner-content .job-search-area form .form-inner .nice-select .option:hover,
.banner-wrapper .banner-content .job-search-area form .form-inner .nice-select .option.focus,
.banner-wrapper .banner-content .job-search-area form .form-inner .nice-select .option.selected.focus {
    background-color: rgba(0, 167, 172, 0.1);
}

.banner-wrapper .banner-content .job-search-area form .form-inner .primry-btn-2 {
    height: 100%;
    padding: 12px 31px;
}

.banner-wrapper .banner-content .job-search-area form .form-inner .primry-btn-2 img {
    margin-right: 5px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .banner-wrapper .banner-content .job-search-area form .form-inner button {
        padding: 14px 33px;
    }
}

.banner-wrapper .banner-content .suggest-tag ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .banner-wrapper .banner-content .suggest-tag ul {
        display: inline-flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}

.banner-wrapper .banner-content .suggest-tag ul li a {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--white-color);
    transition: 0.35s;
}

.banner-wrapper .banner-content .suggest-tag ul li a:hover {
    color: #fcf2b1;
}

.banner-wrapper .banner-img-wrap {
    min-width: 610px;
    position: relative;
    min-height: 550px;
}

@media (max-width: 1699px) {
    .banner-wrapper .banner-img-wrap {
        min-width: 555px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .banner-wrapper .banner-img-wrap {
        min-width: unset;
    }
}

@media (max-width: 1399px) {
    .banner-wrapper .banner-img-wrap {
        min-width: unset;
    }
}

.banner-wrapper .banner-img-wrap .banner-img {
    display: flex;
    align-items: end;
    justify-content: end;
}

@media (max-width: 1199px) {
    .banner-wrapper .banner-img-wrap .banner-img {
        display: none;
    }
}

.banner-wrapper .banner-img-wrap .banner-img img {
    animation: fadeInRight 1s ease-out forwards;
    opacity: 0;
    animation-delay: 0.5s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.banner-wrapper .banner-img-wrap .counter-item {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 1199px) {
    .banner-wrapper .banner-img-wrap {
        min-height: unset;
    }

    .banner-wrapper .banner-img-wrap .counter-item {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .banner-wrapper .banner-img-wrap .counter-item {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .banner-wrapper .banner-img-wrap .counter-item {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 10px;
    }
}

.banner-wrapper .banner-img-wrap .counter-item .single-counter {
    padding: 13px 25px;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 55px;
    left: 30%;
}

.banner-wrapper .banner-img-wrap .counter-item .single-counter span {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    padding: 10px 0;
    display: block;
}

.banner-wrapper .banner-img-wrap .counter-item .single-counter h6 {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

.banner-wrapper .banner-img-wrap .counter-item .single-counter h6 strong {
    font-weight: 700;
}

.banner-wrapper .banner-img-wrap .counter-item .single-counter:nth-child(2) {
    top: 20%;
    left: 5px;
}

@media (max-width: 1199px) {
    .banner-wrapper .banner-img-wrap .counter-item .single-counter:nth-child(2) {
        top: unset;
        left: unset;
    }
}

.banner-wrapper .banner-img-wrap .counter-item .single-counter:nth-child(3) {
    top: unset;
    bottom: 13%;
    left: 5px;
}

@media (max-width: 1199px) {
    .banner-wrapper .banner-img-wrap .counter-item .single-counter:nth-child(3) {
        bottom: unset;
        left: unset;
    }
}

.banner-wrapper .banner-img-wrap .counter-item .single-counter:nth-child(4) {
    top: unset;
    bottom: 35px;
    left: 45%;
}

@media (max-width: 1199px) {
    .banner-wrapper .banner-img-wrap .counter-item .single-counter:nth-child(4) {
        bottom: unset;
        left: unset;
    }
}

@media (max-width: 1199px) {
    .banner-wrapper .banner-img-wrap .counter-item .single-counter {
        position: relative;
        top: unset;
        left: unset;
    }
}

@media (max-width: 576px) {
    .banner-wrapper .banner-img-wrap .counter-item .single-counter {
        width: 100%;
    }
}

.banner-wrapper .vector {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 504px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1699px) {
    .banner-wrapper .vector {
        width: 230px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .banner-wrapper .vector {
        width: 180px;
        height: 385px;
    }
}

@media (max-width: 1399px) {
    .banner-wrapper .vector {
        width: 180px;
        height: 385px;
    }
}

@media (max-width: 1199px) {
    .banner-wrapper .vector {
        display: none;
    }
}

/*================================================
06. category section
=================================================*/
.category-section .single-category {
    position: relative;
}

.category-section .single-category .category-wrap {
    -webkit-mask-image: url(../images/category-bg.png);
    mask-image: url(../images/category-bg.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 100%;
    width: 100%;
    -webkit-mask-position: right;
    mask-position: right;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    padding: 27px 10px;
    border-radius: 10px;
    background: #eef8f9;
    transition: 0.35s;
}
@media (max-width: 576px) {
    .category-section .single-category .category-wrap {
        mask-position: left 70%;
    }
}

.category-section .single-category .category-wrap .category-icon {
    margin-bottom: 18px;
}

.category-section .single-category .category-wrap .category-icon img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.category-section .single-category .category-wrap .category-content h5 a {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: var(--title-color2);
    margin-bottom: 13px;
    transition: 0.5s;
}

@media (max-width: 1399px) {
    .category-section .single-category .category-wrap .category-content h5 a {
        font-size: 18px;
    }
}

.category-section .single-category .category-wrap .category-content h5 a:hover {
    color: var(--primary-color2);
}

.category-section .single-category .category-wrap .category-content p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.category-section .single-category .category-wrap .category-content p span {
    font-weight: 600;
    color: var(--title-color2);
}

.category-section .single-category .button-area .icon {
    position: absolute;
    top: 80%;
    right: 2px;
    z-index: 999;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--primary-color2);
    transition: 0.5s;
}

@media (max-width: 576px) {
    .category-section .single-category .button-area .icon {
        right: 10px;
    }
}

.category-section .single-category .button-area .icon svg {
    fill: none;
    stroke: var(--primary-color2);
    transition: 0.5s;
}

.category-section .single-category:hover .category-wrap {
    background: #e7f8f2;
}

.category-section .single-category:hover .button-area .icon {
    background: var(--primary-color2);
    border: 1px solid var(--primary-color2);
}

.category-section .single-category:hover .button-area .icon svg {
    stroke: var(--white-color);
}

/*================================================
07.  trusted company
=================================================*/
.trusted-company .section-title {
    margin-bottom: 20px;
}

.trusted-company .section-title h6 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: var(--title-color2);
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}

.trusted-company .section-title h6::after {
    content: "";
    width: 114px;
    height: 1px;
    background-color: rgba(var(--primary-color2-opc), 0.5);
    border-radius: 5px;
    position: absolute;
    top: 55%;
    right: -128px;
    transform: translateY(-50%);
}

@media (max-width: 576px) {
    .trusted-company .section-title h6::after {
        width: 60px;
        right: -70px;
    }
}

.trusted-company .marquee {
    display: flex;
    gap: 80px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (max-width: 1199px) {
    .trusted-company .marquee {
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .trusted-company .marquee {
        gap: 30px;
    }
}

.trusted-company .marquee .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 80px;
    min-width: 100%;
    animation: scroll-x 30s linear infinite;
}

@media (max-width: 1199px) {
    .trusted-company .marquee .marquee__group {
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .trusted-company .marquee .marquee__group {
        gap: 30px;
    }
}

.trusted-company .marquee .marquee__group a img {
    width: 160px;
}

@media (max-width: 1199px) {
    .trusted-company .marquee .marquee__group a img {
        width: 145px;
    }
}

@keyframes scroll-x {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/*================================================
08. Rescuiters section
=================================================*/
.rescuiters-section {
    padding: 0 30px;
}

@media (max-width: 767px) {
    .rescuiters-section {
        padding: 0px 20px;
    }
}

@media (max-width: 576px) {
    .rescuiters-section {
        padding: 0px 10px;
    }
}

.rescuiters-section .rescuiters-section-wrap {
    background: #f2f2f2;
    padding: 75px 20px;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .rescuiters-section .rescuiters-section-wrap {
        padding: 60px 10px;
    }
}

@media (max-width: 767px) {
    .rescuiters-section .rescuiters-section-wrap {
        padding: 50px 10px;
    }
}

@media (max-width: 576px) {
    .rescuiters-section .rescuiters-section-wrap {
        padding: 50px 5px;
        border-radius: 20px;
    }
}

.rescuiters-card {
    background: var(--white-color);
    border-radius: 20px;
    padding: 0 25px;
    transition: 0.5s;
    border: 1px solid var(--border-color);
}

.rescuiters-card:hover {
    border: 1px solid var(--primary-color2);
}

@media (max-width: 1399px) {
    .rescuiters-card {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .rescuiters-card {
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    .rescuiters-card {
        border-radius: 15px;
    }
}

.rescuiters-card .company-area {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 0px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border-color);
}

.rescuiters-card .company-area .icon img {
    max-width: 60px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .rescuiters-card .company-area {
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .rescuiters-card .company-area .icon img {
        width: 60px;
    }
}

.rescuiters-card .company-area .name-location h5 {
    margin-bottom: 10px;
}

.rescuiters-card .company-area .name-location h5 a {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: var(--primary-color2);
    transition: 0.5s;
}

.rescuiters-card .company-area .name-location h5 a:hover {
    color: var(--title-color);
}

@media (max-width: 991px) {
    .rescuiters-card .company-area .name-location h5 a {
        font-size: 19px;
    }
}

@media (max-width: 576px) {
    .rescuiters-card .company-area .name-location h5 a {
        font-size: 18px;
    }
}

.rescuiters-card .company-area .name-location .info {
    padding: 0;
    margin: 0;
    list-style: none;
}

.rescuiters-card .company-area .name-location .info li {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: var(--paragraph-color);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.rescuiters-card .company-area .name-location .info li svg {
    fill: var(--paragraph-color);
}

.rescuiters-card .company-area .name-location .info li:last-child {
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .rescuiters-card .company-area .name-location .info li {
        font-size: 14px;
        gap: 5px;
    }
}

.rescuiters-card .job-details-vacancies {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 0px 0px 30px;
}

.rescuiters-card .job-details-vacancies .vacancies p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.rescuiters-card .job-details-vacancies .vacancies p span {
    font-weight: 500;
    color: var(--title-color2);
}

/*================================================
09. feature section
=================================================*/
.feature-card {
    position: relative;
}

.feature-card .feature-wrape {
    -webkit-mask-image: url(../images/featured-bg.png);
    mask-image: url(../images/featured-bg.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 100%;
    width: 100%;
    -webkit-mask-position: right;
    mask-position: right;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    padding: 30px 30px;
    border-radius: 20px;
    background: var(--white-color);
    border: 1px solid transparent;
    transition: 0.35s;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .feature-card .feature-wrape {
        padding: 25px 20px;
    }
}

@media (max-width: 1199px) {
    .feature-card .feature-wrape {
        -webkit-mask-position: right bottom;
        mask-position: right bottom;
    }
}

@media (max-width: 991px) {
    .feature-card .feature-wrape {
        padding: 25px 18px;
    }
}

.feature-card .feature-wrape .company-area {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .feature-card .feature-wrape .company-area {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .feature-card .feature-wrape .company-area {
        gap: 10px;
    }
}

.feature-card .feature-wrape .company-area .logo img {
    max-width: 48px;
    max-height: 48px;
    object-fit: cover;
}

.feature-card .feature-wrape .company-area .company-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}

.feature-card .feature-wrape .company-area .company-details .name-location h5 a {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: var(--primary-color2);
    margin-bottom: 7px;
}

@media (max-width: 991px) {
    .feature-card .feature-wrape .company-area .company-details .name-location h5 a {
        font-size: 18px;
    }
}

.feature-card .feature-wrape .company-area .company-details .name-location p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .feature-card .feature-wrape .company-area .company-details .name-location p {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .feature-card .feature-wrape .company-area .company-details .name-location p {
        font-size: 14px;
    }
}

.feature-card .feature-wrape .company-area .company-details .name-location p span {
    color: var(--title-color2);
    font-weight: 500;
}

.feature-card .feature-wrape .company-area .company-details .bookmark {
    cursor: pointer;
}

.feature-card .feature-wrape .company-area .company-details .bookmark i {
    color: var(--paragraph-color);
    transition: 0.5s;
}

.feature-card .feature-wrape .company-area .company-details .bookmark i:hover,
.feature-card .feature-wrape .company-area .company-details .bookmark.active i {
    color: #ee4f4f;
}

.feature-card .feature-wrape .company-area .company-details .bookmark i:hover::before {
    content: "\f415";
}

.feature-card .feature-wrape .job-discription ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .feature-card .feature-wrape .job-discription ul {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .feature-card .feature-wrape .job-discription ul {
        gap: 8px;
        row-gap: 12px;
    }
}

.feature-card .feature-wrape .job-discription ul li {
    background: #faf4db;
    padding: 5px 15px;
    border-radius: 5px;
    display: flex;
    gap: 4px;
    align-items: center;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8e5e0f;
    text-align: center;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .feature-card .feature-wrape .job-discription ul li {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .feature-card .feature-wrape .job-discription ul li {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .feature-card .feature-wrape .job-discription ul li {
        font-size: 12px;
        padding: 5px 10px;
    }
}

.feature-card .feature-wrape .job-discription ul li.style-2 {
    background: #e4f7ff;
    color: #0e658c;
}

.feature-card .feature-wrape .job-discription ul li.style-2 svg {
    fill: #0e658c;
}

.feature-card .feature-wrape .job-discription ul li.style-3 {
    background: #fff0f5;
    color: #6d1e38;
}

.feature-card .feature-wrape .job-discription ul li.style-4 {
    background: #edfedd;
    color: #243f0b;
}

.feature-card .feature-wrape .job-discription ul li.style-5 {
    background: #f3edfb;
    color: #322052;
}

.feature-card .feature-wrape .date p {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .feature-card .feature-wrape .date p {
        font-size: 13px;
    }
}

.feature-card .button-area {
    position: absolute;
    top: 84%;
    right: -5px;
    z-index: 99;
}

@media (max-width: 991px) {
    .feature-card .button-area {
        right: 0;
    }
}

@media (max-width: 991px) {
    .feature-card .button-area .primary-btn-4 {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .feature-card .button-area .primary-btn-4 {
        font-size: 14px;
    }
}

.feature-card.two .feature-wrape {
    background-color: #f4f4f4;
}

.featured-section {
    padding: 0 30px;
}

@media (max-width: 1399px) {
    .featured-section {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .featured-section {
        padding: 0 10px;
    }
}

.featured-section .featured-section-wrap {
    background: #f2f2f2;
    padding: 75px 0;
    border-radius: 30px;
}

@media (max-width: 767px) {
    .featured-section .featured-section-wrap {
        padding: 60px 0;
        border-radius: 20px;
    }
}

@media (max-width: 576px) {
    .featured-section .featured-section-wrap {
        padding: 50px 0;
    }
}

/*================================================
10. feature section
=================================================*/
.testimonial-card2 .testimonial-img {
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-img {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .testimonial-card2 .testimonial-img {
        padding: 10px;
        border-radius: 15px;
        height: unset;
    }
}

.testimonial-card2 .testimonial-img img {
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 576px) {
    .testimonial-card2 .testimonial-img img {
        height: unset;
    }
}

.testimonial-card2 .testimonial-content-wrap {
    background-image: url(../images/testimonial-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 55px 65px;
    border-radius: 20px;
    position: relative;
}

@media (max-width: 1399px) {
    .testimonial-card2 .testimonial-content-wrap {
        padding: 55px 40px;
        background-position: right;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-content-wrap {
        padding: 45px 25px;
    }
}

@media (max-width: 991px) {
    .testimonial-card2 .testimonial-content-wrap {
        padding: 45px 28px;
    }
}

@media (max-width: 576px) {
    .testimonial-card2 .testimonial-content-wrap {
        padding: 35px 15px;
        border-radius: 15px;
    }
}

.testimonial-card2 .testimonial-content-wrap .company-logo {
    margin-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-content-wrap .company-logo {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .testimonial-card2 .testimonial-content-wrap .company-logo {
        margin-bottom: 30px;
    }
}

.testimonial-card2 .testimonial-content-wrap .company-logo img {
    width: 144px;
}

.testimonial-card2 .testimonial-content-wrap .company-logo img.dark {
    display: none;
}

.testimonial-card2 .testimonial-content-wrap .testimonial-content {
    margin-bottom: 45px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content {
        margin-bottom: 25px;
    }
}

.testimonial-card2 .testimonial-content-wrap .testimonial-content .rating-area {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content .rating-area {
        margin-bottom: 10px;
    }
}

.testimonial-card2 .testimonial-content-wrap .testimonial-content .rating-area li i {
    color: #e4c40c;
    font-size: 14px;
}

.testimonial-card2 .testimonial-content-wrap .testimonial-content p {
    color: var(--paragraph-color);
    font-family: var(--font-mulish);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content p {
        font-size: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content p {
        font-size: 22px;
        line-height: 1.4;
    }
}

@media (max-width: 991px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content p {
        font-size: 24px;
        line-height: 1.4;
    }
}

@media (max-width: 576px) {
    .testimonial-card2 .testimonial-content-wrap .testimonial-content p {
        font-size: 18px;
        line-height: 1.7;
    }
}

.testimonial-card2 .testimonial-content-wrap .testimonial-content p span {
    color: var(--title-color);
}

.testimonial-card2 .testimonial-content-wrap .author-area {
    max-width: 270px;
    width: 100%;
}

@media (max-width: 576px) {
    .testimonial-card2 .testimonial-content-wrap .author-area {
        max-width: unset;
    }
}

.testimonial-card2 .testimonial-content-wrap .author-area h5 {
    color: var(--title-color2);
    font-family: var(--font-mulish);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}

.testimonial-card2 .testimonial-content-wrap .author-area span {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.testimonial-card2 .testimonial-content-wrap .quote {
    fill: var(--white-color);
    stroke: var(--border-color);
    position: absolute;
    top: 60px;
    right: 110px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2 .testimonial-content-wrap .quote {
        top: 40px;
        right: 80px;
    }
}

@media (max-width: 991px) {
    .testimonial-card2 .testimonial-content-wrap .quote {
        top: 40px;
    }
}

@media (max-width: 767px) {
    .testimonial-card2 .testimonial-content-wrap .quote {
        right: 60px;
    }
}

@media (max-width: 576px) {
    .testimonial-card2 .testimonial-content-wrap .quote {
        top: 30px;
        right: 30px;
        width: 80px;
    }
}

.testimonial-card2 .testimonial-content-wrap .joint1 {
    fill: #f0f0f0;
    position: absolute;
    top: 80px;
    left: -24px;
}

@media (max-width: 991px) {
    .testimonial-card2 .testimonial-content-wrap .joint1 {
        display: none;
    }
}

.testimonial-card2 .testimonial-content-wrap .joint2 {
    fill: #f0f0f0;
    position: absolute;
    bottom: 80px;
    left: -24px;
}

@media (max-width: 991px) {
    .testimonial-card2 .testimonial-content-wrap .joint2 {
        display: none;
    }
}

.testimonial-card2.two .testimonial-img {
    padding: 0;
    position: relative;
    border-radius: 5px;
}

.testimonial-card2.two .testimonial-img img {
    border-radius: 5px;
}

.testimonial-card2.two .testimonial-content-wrap {
    background-image: unset;
    background-color: rgba(240, 240, 240, 0.8);
    border-radius: 10px;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    min-height: 396px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card2.two .testimonial-content-wrap {
        padding: 25px 18px;
        min-height: 348px;
    }
}

@media (max-width: 991px) {
    .testimonial-card2.two .testimonial-content-wrap {
        min-height: 348px;
    }
}

@media (max-width: 767px) {
    .testimonial-card2.two .testimonial-content-wrap {
        min-height: 315px;
    }
}

@media (max-width: 576px) {
    .testimonial-card2.two .testimonial-content-wrap {
        padding: 25px 15px;
        gap: 15px;
        min-height: 306px;
    }
}

.testimonial-card2.two .testimonial-content-wrap .testimonial-content {
    margin-bottom: 0;
}

.testimonial-card2.two .testimonial-content-wrap .testimonial-content .testimonial-content-top {
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .testimonial-card2.two .testimonial-content-wrap .testimonial-content .testimonial-content-top {
        margin-bottom: 10px;
    }
}

.testimonial-card2.two .testimonial-content-wrap .testimonial-content .testimonial-content-top .rating-area {
    margin-bottom: 2px;
}

.testimonial-card2.two .testimonial-content-wrap .testimonial-content .testimonial-content-top .rating-area li i {
    color: #dda701;
}

.testimonial-card2.two .testimonial-content-wrap .testimonial-content .testimonial-content-top span {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.testimonial-card2.two .testimonial-content-wrap .author-area h5 {
    margin-bottom: 0;
}

.testimonial-card2.two .testimonial-content-wrap .quote {
    top: unset;
    bottom: 45px;
    right: 30px;
}

@media (max-width: 576px) {
    .testimonial-card2.two .testimonial-content-wrap .quote {
        bottom: 40px;
        right: 25px;
    }
}

@media (max-width: 991px) {

    .testimonial-card2.two .testimonial-content-wrap .joint1,
    .testimonial-card2.two .testimonial-content-wrap .joint2 {
        display: block;
    }
}

@media (max-width: 767px) {

    .testimonial-card2.two .testimonial-content-wrap .joint1,
    .testimonial-card2.two .testimonial-content-wrap .joint2 {
        display: none;
    }
}

.testimonial-section .testimonial-slider-area {
    position: relative;
}

.testimonial-section .testimonial-slider-area .slider-btn-area {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
    position: absolute;
    bottom: 72px;
    right: 65px;
    z-index: 1;
}

@media (max-width: 1399px) {
    .testimonial-section .testimonial-slider-area .slider-btn-area {
        right: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-section .testimonial-slider-area .slider-btn-area {
        right: 25px;
        bottom: 62px;
    }
}

@media (max-width: 991px) {
    .testimonial-section .testimonial-slider-area .slider-btn-area {
        right: 28px;
        bottom: 62px;
    }
}

@media (max-width: 576px) {
    .testimonial-section .testimonial-slider-area .slider-btn-area {
        position: relative;
        margin-top: 20px;
        bottom: unset;
        right: unset;
        justify-content: space-between;
    }
}

.testimonial-section .testimonial-slider-area .slider-btn-area .slider-btn-grp {
    gap: 15px;
}

.testimonial-section .testimonial-slider-area .slider-btn-area .franctional-pagi {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-size: 22px;
    font-weight: 600;
    width: unset;
}

.testimonial-section .testimonial-slider-area .slider-btn-area .franctional-pagi .swiper-pagination-total {
    color: var(--paragraph-color);
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-inter);
}

.testimonial-section .testimonial-slider .swiper-slide-active .company-logo {
    animation: fadeInDown 1.7s;
}

.testimonial-section .testimonial-slider .swiper-slide-active .testimonial-content,
.testimonial-section .testimonial-slider .swiper-slide-active .author-area {
    animation: fadeInUp 1.7s;
}

/*================================================
11. latest news
=================================================*/
.blog-section .blog-card .blog-img-wrap {
    position: relative;
}

.blog-section .blog-card .blog-img-wrap .blog-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .blog-section .blog-card .blog-img-wrap .blog-img {
        border-radius: 20px;
    }
}

@media (max-width: 576px) {
    .blog-section .blog-card .blog-img-wrap .blog-img {
        border-radius: 15px;
    }
}

.blog-section .blog-card .blog-img-wrap .blog-img img {
    border-radius: 30px;
    transition: 0.5s ease-out;
    height: 260px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .blog-section .blog-card .blog-img-wrap .blog-img img {
        border-radius: 20px;
    }
}

@media (max-width: 576px) {
    .blog-section .blog-card .blog-img-wrap .blog-img img {
        border-radius: 15px;
    }
}

.blog-section .blog-card .blog-img-wrap .batch {
    -webkit-mask-image: url(../images/blog-mask.png);
    mask-image: url(../images/blog-mask.png);
    -webkit-mask-position: left;
    mask-position: left;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #fbfbfb;
    padding: 48px 48px 18px 0px;
    position: absolute;
    bottom: -11px;
    left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-section .blog-card .blog-img-wrap .batch {
        padding: 46px 40px 16px 0px;
    }
}

@media (max-width: 576px) {
    .blog-section .blog-card .blog-img-wrap .batch {
        padding: 48px 48px 12px 0px;
    }
}

.blog-section .blog-card .blog-img-wrap .batch ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-section .blog-card .blog-img-wrap .batch ul {
        gap: 8px;
    }
}

.blog-section .blog-card .blog-img-wrap .batch ul li {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: var(--paragraph-color);
    position: relative;
    padding-left: 12px;
}

.blog-section .blog-card .blog-img-wrap .batch ul li::after {
    content: "";
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 14px;
    background-color: #d9d9d9;
}

.blog-section .blog-card .blog-img-wrap .batch ul li a {
    color: var(--paragraph-color);
    transition: 0.5s;
}

.blog-section .blog-card .blog-img-wrap .batch ul li a:hover {
    color: var(--primary-color2);
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-section .blog-card .blog-img-wrap .batch ul li {
        padding-left: 8px;
    }
}

@media (max-width: 576px) {
    .blog-section .blog-card .blog-img-wrap .batch ul li {
        font-size: 13px;
    }
}

.blog-section .blog-card .blog-img-wrap .batch ul li:first-child {
    padding-left: 0;
}

.blog-section .blog-card .blog-img-wrap .batch ul li:first-child::after {
    display: none;
}

.blog-section .blog-card .blog-content {
    padding-top: 15px;
}

@media (max-width: 991px) {
    .blog-section .blog-card .blog-content {
        padding-top: 10px;
    }
}

.blog-section .blog-card .blog-content h5 {
    margin-bottom: 15px;
}

.blog-section .blog-card .blog-content h5 a {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: var(--title-color2);
    text-transform: capitalize;
    transition: 0.35s;
}

.blog-section .blog-card .blog-content h5 a:hover {
    color: var(--primary-color2);
}

.blog-section .blog-card:hover .blog-img-wrap .blog-img img {
    transform: scale(1.1);
}

/*================================================
11. Empzio work section
=================================================*/
.empzio-work-section .single-work-section {
    position: relative;
}

.empzio-work-section .single-work-section .single-work-wrap h2 {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    color: #bf9264;
    margin-bottom: 10px;
}

@media (max-width: 1399px) {
    .empzio-work-section .single-work-section .single-work-wrap h2 {
        font-size: 55px;
    }
}

@media (max-width: 1199px) {
    .empzio-work-section .single-work-section .single-work-wrap h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .empzio-work-section .single-work-section .single-work-wrap h2 {
        font-size: 45px;
    }
}

@media (max-width: 576px) {
    .empzio-work-section .single-work-section .single-work-wrap h2 {
        font-size: 42px;
    }
}

.empzio-work-section .single-work-section .single-work-wrap h4 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: var(--title-color2);
    margin-bottom: 14px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .empzio-work-section .single-work-section .single-work-wrap h4 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .empzio-work-section .single-work-section .single-work-wrap h4 {
        margin-bottom: 10px;
    }
}

.empzio-work-section .single-work-section .single-work-wrap p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--paragraph-color);
    text-align: center;
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .empzio-work-section .single-work-section .single-work-wrap p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .empzio-work-section .single-work-section .single-work-wrap p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .empzio-work-section .single-work-section .single-work-wrap p {
        font-size: 15px;
    }
}

.empzio-work-section .single-work-section .arrow {
    fill: #bf9264;
    position: absolute;
    top: 10px;
    right: -28%;
}

@media (max-width: 1399px) {
    .empzio-work-section .single-work-section .arrow {
        width: 110px;
        right: -26%;
    }
}

@media (max-width: 1199px) {
    .empzio-work-section .single-work-section .arrow {
        width: 100px;
    }
}

@media (max-width: 991px) {
    .empzio-work-section .single-work-section .arrow {
        display: none;
    }
}

.empzio-work-section .single-work-section.style-2 .single-work-wrap h2 {
    color: #6f826a;
}

.empzio-work-section .single-work-section.style-2 .arrow {
    fill: #6f826a;
    top: unset;
    bottom: -24px;
}

@media (max-width: 1199px) {
    .empzio-work-section .single-work-section.style-2 .arrow {
        bottom: -28px;
    }
}

.empzio-work-section .single-work-section.style-3 .single-work-wrap h2 {
    color: #a6ca88;
}

.empzio-work-section .single-work-section.style-3 .arrow {
    fill: #a6ca88;
}

.empzio-work-section .single-work-section.style-4 .single-work-wrap h2 {
    color: #b2b464;
}

.empzio-work-section .single-work-col:last-child .single-work-section svg {
    display: none;
}

/*================================================
12. latest news
=================================================*/
.location-section {
    background-color: #f3f0ea;
    padding: 80px 0;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .location-section {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .location-section {
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 20px;
        padding: 50px 0;
    }
}

.location-section .location-card {
    position: relative;
}

.location-section .location-card .location-image {
    position: relative;
    z-index: 2;
    border-radius: 15px;
}

.location-section .location-card .location-image img {
    border-radius: 15px;
}

.location-section .location-card .location-content-wrap {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    max-width: 240px;
    width: 100%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .location-section .location-card .location-content-wrap {
        max-width: 220px;
    }
}

.location-section .location-card .location-content {
    background-color: #f3f0ea;
    padding: 15px 10px;
    border-radius: 10px;
    text-align: center;
}

.location-section .location-card .location-content h6 {
    margin-bottom: 5px;
}

.location-section .location-card .location-content h6 a {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    transition: 0.5s;
}

.location-section .location-card .location-content h6 a:hover {
    color: var(--primary-color2);
}

.location-section .location-card .location-content span {
    color: var(--primary-color2);
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.location-section .swiper-pagination1 {
    display: inline-flex;
    align-items: center;
    width: unset;
    z-index: 9;
    gap: 58px;
    position: relative;
}

@media (max-width: 991px) {
    .location-section .swiper-pagination1 {
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .location-section .swiper-pagination1 {
        gap: 20px;
    }
}

.location-section .swiper-pagination1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 1px;
    background-color: #a6a6a6;
}

@media (max-width: 576px) {
    .location-section .swiper-pagination1 {
        justify-content: center;
    }
}

.location-section .swiper-pagination1 .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    background-color: #a6a6a6;
    border-radius: 50%;
    opacity: 1;
    position: relative;
}

.location-section .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background-color: var(--primary-color2);
}

/*================================================
13. footer section
=================================================*/
.footer-section {
    background: var(--title-color);
}

.footer-section .footer-top {
    padding: 60px 0;
}

.footer-section .footer-top .footer-widget a.footer-logo img {
    display: inline-block;
    margin-bottom: 23px;
}

.footer-section .footer-top .footer-widget a.footer-logo img {
    width: 160px;
}

@media (max-width: 576px) {
    .footer-section .footer-top .footer-widget a.footer-logo img {
        width: 140px;
    }
}

.footer-section .footer-top .footer-widget p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #939393;
    margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section .footer-top .footer-widget p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 991px) {
    .footer-section .footer-top .footer-widget p {
        margin-bottom: 35px;
    }
}

.footer-section .footer-top .footer-widget .social-area h5 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: var(--white-color);
    margin-bottom: 25px;
}

.footer-section .footer-top .footer-widget .social-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-section .footer-top .footer-widget .social-area ul li a {
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    border-radius: 50%;
    transition: 0.35s;
}

.footer-section .footer-top .footer-widget .social-area ul li a i {
    color: var(--paragraph-color);
    transition: 0.35s;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    font-size: 14px;
}

.footer-section .footer-top .footer-widget .social-area ul li a i.bi-twitter-x {
    font-size: 12px;
}

.footer-section .footer-top .footer-widget .social-area ul li a:hover i {
    color: var(--primary-color2);
}

.footer-section .footer-top .footer-widget h5 {
    font-family: var(--font-mulish);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 25px;
}

.footer-section .footer-top .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section .footer-top .footer-widget ul li {
    margin-bottom: 8px;
}

.footer-section .footer-top .footer-widget .social-area ul li:last-child {
    margin-bottom: auto;
}

.footer-section .footer-top .footer-widget ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .footer-section .footer-top .footer-widget ul li {
        margin-bottom: 6px;
    }
}

.footer-section .footer-top .footer-widget ul li a {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: #a5a5a5;
    transition: 0.35s;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section .footer-top .footer-widget ul li a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .footer-section .footer-top .footer-widget ul li a {
        font-size: 15px;
    }
}

.footer-section .footer-top .footer-widget ul li a:hover {
    color: var(--primary-color2);
}

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

.footer-section .footer-top .footer-widget .app-list ul li {
    margin-bottom: 20px;
}

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

.footer-section .footer-bottom-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 30px 0;
}

@media (max-width: 767px) {
    .footer-section .footer-bottom-wrap {
        padding: 25px 0;
    }
}

.footer-section .footer-bottom-wrap .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .footer-section .footer-bottom-wrap .footer-bottom {
        justify-content: center;
    }
}

.footer-section .footer-bottom-wrap .footer-bottom .copyright-area p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #d3d3d3;
    margin-bottom: 0;
}

.footer-section .footer-bottom-wrap .footer-bottom .copyright-area p a {
    color: var(--white-color);
    font-weight: 500;
    transition: 0.5s;
}

.footer-section .footer-bottom-wrap .footer-bottom .copyright-area p a:hover {
    color: var(--primary-color2);
}

.footer-section .footer-bottom-wrap .footer-bottom .contact-area h6 {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: var(--white-color);
    margin-bottom: 0;
}

.footer-section .footer-bottom-wrap .footer-bottom .contact-area h6 a {
    color: var(--white-color);
    transition: 0.5s;
}

.footer-section .footer-bottom-wrap .footer-bottom .contact-area h6 a:hover {
    color: var(--primary-color2);
}

/*================================================
14. breadcrcum area
=================================================*/
.breadcrumb-section {
    padding: 0 26px;
}

@media (max-width: 991px) {
    .breadcrumb-section {
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section {
        padding: 0 10px;
    }
}

.breadcrumb-section .breadcrumb-wrap {
    background: #f1f1f1;
    border-radius: 20px;
    padding: 90px 0;
}

@media (max-width: 991px) {
    .breadcrumb-section .breadcrumb-wrap {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .breadcrumb-section .breadcrumb-wrap {
        padding: 60px 0;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section .breadcrumb-wrap {
        border-radius: 10px;
    }
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content h1 {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2;
    color: var(--title-color2);
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .breadcrumb-section .breadcrumb-wrap .breadcrumb-content h1 {
        font-size: 47px;
    }
}

@media (max-width: 1199px) {
    .breadcrumb-section .breadcrumb-wrap .breadcrumb-content h1 {
        font-size: 43px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-section .breadcrumb-wrap .breadcrumb-content h1 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-section .breadcrumb-wrap .breadcrumb-content h1 {
        font-size: 35px;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section .breadcrumb-wrap .breadcrumb-content h1 {
        font-size: 30px;
    }
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .breadcrumb-section .breadcrumb-wrap .breadcrumb-content>ul {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section .breadcrumb-wrap .breadcrumb-content>ul {
        margin-bottom: 15px;
    }
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content>ul li {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--title-color2);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content>ul li::before {
    float: left;
    padding-right: 8px;
    content: url(../images/icon/star.svg);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content>ul li:first-child::before {
    display: none;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content>ul li a {
    color: #595959;
    transition: 0.5s;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content>ul li a:hover {
    color: var(--primary-color2);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left {
    display: flex;
    gap: 18px;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info h5 {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: var(--primary-color2);
    margin-bottom: 18px;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info p span {
    font-weight: 500;
    color: var(--title-color2);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info .location {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info .location li {
    margin-bottom: 15px;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info .location li:last-child {
    margin-bottom: 0;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info .location li {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: var(--paragraph-color);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info .location li a {
    color: var(--paragraph-color);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-left .company-info .location li svg {
    fill: var(--paragraph-color);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area h6 {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--title-color2);
    margin-bottom: 0;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area ul li {
    margin-bottom: 0;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area ul li a {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    border-radius: 50%;
    transition: 0.35s;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area ul li a i {
    color: var(--primary-color2);
    transition: 0.35s;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    font-size: 14px;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area ul li a i.bi-twitter-x {
    font-size: 11px;
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area ul li a:hover {
    background-color: var(--primary-color2);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .social-area ul li a:hover i {
    color: var(--white-color);
}

.breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .button {
    display: flex;
    justify-content: end;
}

@media (max-width: 991px) {
    .breadcrumb-section .breadcrumb-wrap .breadcrumb-content-right .button {
        justify-content: start;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap {
    background: #e8f2d6;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content {
    display: grid;
    grid-template-columns: 38% 35% 17%;
    gap: 60px;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content {
        gap: 20px;
        grid-template-columns: 35% 35% 20%;
    }
}

@media (max-width: 1199px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content {
        grid-template-columns: 35% 33% 22%;
    }
}

@media (max-width: 991px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 576px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content {
        row-gap: 20px;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area {
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
    padding-right: 66px;
}

@media (max-width: 1399px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area {
        padding-right: 20px;
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area {
        display: inline-flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area {
        gap: 10px;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 67px;
    background-color: #bdbdbd;
}

@media (max-width: 991px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area::after {
        display: none;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .icon img {
    width: 60px;
}

@media (max-width: 576px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .icon img {
        min-width: unset;
        width: 55px;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .content-area h5 {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: var(--primary-color2);
    margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .content-area h5 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .content-area h5 {
        font-size: 18px;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .content-area p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .content-area p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .content-area p {
        font-size: 14px;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .company-icon-area .content-area p span {
    font-weight: 500;
    color: var(--title-color2);
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription {
    position: relative;
    padding-right: 66px;
}

@media (max-width: 1399px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription {
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription {
        padding-right: 0;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 67px;
    background-color: #bdbdbd;
}

@media (max-width: 991px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription::after {
        display: none;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    max-width: 418px;
    width: 100%;
}

@media (max-width: 576px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul {
        gap: 8px;
        row-gap: 14px;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul li {
    background: #faf4db;
    padding: 5px 15px;
    border-radius: 5px;
    display: flex;
    gap: 4px;
    align-items: center;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8e5e0f;
    text-align: center;
}

@media (max-width: 576px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul li {
        font-size: 13px;
        padding: 5px 12px;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul li.style-2 {
    background: #e4f7ff;
    color: #0e658c;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul li.style-2 svg {
    fill: #0e658c;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul li.style-3 {
    background: #fff0f5;
    color: #6d1e38;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul li.style-4 {
    background: #edfedd;
    color: #243f0b;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .job-discription ul li.style-5 {
    background: #f3edfb;
    color: #322052;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .button-area {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

@media (max-width: 991px) {
    .breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .button-area {
        justify-content: start;
    }
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .button-area .icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #c5c5c5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .button-area .icon.active {
    border: 1px solid var(--primary-color2);
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .button-area .icon.active svg {
    fill: var(--primary-color2);
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .button-area .icon svg {
    fill: var(--paragraph-color);
    margin-top: 2px;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .button-area span.eg-featured {
    font-family: var(--font-inter);
    color: var(--white-color);
    background-color: var(--primary-color2);
    border-radius: 5px;
    white-space: nowrap;
    padding: 10px 20px;
}

.breadcrumb-section.style-2 .breadcrumb-wrap .breadcrumb-content .button-area span.eg-not-featured {
    background-color: #6c757d;
    font-family: var(--font-inter);
    color: var(--white-color);
    border-radius: 5px;
    white-space: nowrap;
    padding: 10px 20px;
}

/*================================================
15. sidebar area
=================================================*/
.range-wrap {
    padding-top: 0px;
}

.range-wrap .slider-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
}

.range-wrap .slider-labels .caption {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.3px;
    padding-bottom: 10px;
}

.primary-btn-2.lg-btn {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
    margin-top: 25px;
}

.range-wrap .noUi-target,
.range-wrap .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 .range-wrap .noUi-handle {
    transform: translate3d(0, 0, 0);
}

.range-wrap .noUi-horizontal {
    height: 4px;
}

.range-wrap .noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 0px;
    right: 0px;
    top: -4px;
    background-color: var(--primary-color2);
    cursor: pointer;
}

.range-wrap .noUi-background {
    background: #ececec;
    height: 5px;
    border-radius: 10px;
}

.range-wrap .noUi-connect {
    background: var(--title-color);
    transition: background 450ms;
    border-radius: 10px;
    height: 5px;
}

.range-wrap .noUi-target {
    border-radius: 10px;
}

.left-sidebar .widget-search {
    border: none;
    padding: 0;
}

.left-sidebar .widget-search .wp-block-search__inside-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    background: var(--white-color);
}

.left-sidebar .widget-search .wp-block-search__inside-wrapper input {
    background-color: transparent;
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    width: 100%;
    padding: 0px 25px;
    height: 52px;
    border-radius: unset;
}

.left-sidebar .widget-search .wp-block-search__inside-wrapper input::placeholder {
    color: #a09c9c;
}

.left-sidebar .widget-search .wp-block-search__inside-wrapper button {
    min-width: 52px;
    max-width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: var(--title-color);
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 0 12px 12px 0;
}

.left-sidebar .widget-search .wp-block-search__inside-wrapper button svg {
    fill: var(--white-color);
}

.left-sidebar .widget-search .wp-block-search__inside-wrapper button::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--primary-color2);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.left-sidebar .widget-search .wp-block-search__inside-wrapper button:hover svg {
    fill: var(--white-color);
}

.left-sidebar .widget-search .wp-block-search__inside-wrapper button:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.left-sidebar .left-sidebar-wrapper {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 30px;
}

@media (max-width: 1399px) {
    .left-sidebar .left-sidebar-wrapper {
        padding: 30px 25px;
    }
}

@media (max-width: 576px) {
    .left-sidebar .left-sidebar-wrapper {
        padding: 25px 20px;
    }
}

.left-sidebar .left-sidebar-wrapper.style-2 {
    padding: 15px;
}

.left-sidebar .left-sidebar-wrapper.style-2 .single-widgets {
    padding: 25px;
}

.left-sidebar .left-sidebar-wrapper .single-widgets {
    border-bottom: 1px solid var(--white-color2);
    padding-bottom: 35px;
    background: var(--white-color);
    padding: 30px;
    border-radius: 12px;
}

@media (max-width: 576px) {
    .left-sidebar .left-sidebar-wrapper .single-widgets {
        padding: 25px 20px;
    }
}

.left-sidebar .left-sidebar-wrapper .single-widgets:last-child {
    border-bottom: none;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .widget-title {
    margin-bottom: 25px;
}

@media (max-width: 576px) {
    .left-sidebar .left-sidebar-wrapper .single-widgets .widget-title {
        margin-bottom: 20px;
    }
}

.left-sidebar .left-sidebar-wrapper .single-widgets .widget-title h5 {
    color: var(--title-color2);
    font-family: var(--font-mulish);
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 700;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-sidebar .left-sidebar-wrapper .single-widgets span.badge.badge-success.clear-applicatin-filter {
    background: transparent;
    color: #000;
    font-size: 15px;
    padding: 0;
}

@media (max-width: 576px) {
    .left-sidebar .left-sidebar-wrapper .single-widgets .widget-title h5 {
        font-size: 20px;
    }
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container::-webkit-scrollbar {
    display: none;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li {
    margin-bottom: 14px;
    position: relative;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li {
        margin-bottom: 15px;
    }
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss {
    display: flex;
    gap: 5px;
    width: 100%;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (max-width: 576px) {
    .left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss {
        padding-left: 20px;
    }
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss span {
    color: var(--paragraph-color);
    line-height: 1.2;
    text-transform: capitalize;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 576px) {
    .left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss span {
        font-size: 15px;
    }
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss input:checked~.checkmark {
    background-color: transparent;
    border-color: var(--primary-color2);
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss input:checked~.checkmark::after {
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: var(--primary-color2);
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss input:checked~span {
    color: var(--primary-color2);
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .containerss .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid var(--paragraph-color);
    border-radius: 2px;
    margin-top: 2px;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li i {
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    transition: 0.5s ease;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li i.active {
    transform: rotate(90deg);
}

.left-sidebar .left-sidebar-wrapper .single-widgets .checkbox-container ul li .sub-category {
    position: static;
    min-width: 200px;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    padding: 20px 24px 0px;
    display: none;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .recent-post-section {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .recent-post-section:last-child {
    margin-bottom: 0;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .recent-post-section .recent-post-image img {
    max-width: 60px;
    min-width: 60px;
    border-radius: 4px;
    height: 63px;
    object-fit: cover;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .recent-post-section .recent-post-content h6 {
    margin-bottom: 8px;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .recent-post-section .recent-post-content h6 a {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--title-color2);
    text-transform: capitalize;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-sidebar .left-sidebar-wrapper .single-widgets .recent-post-section .recent-post-content h6 a:hover {
    color: var(--primary-color2);
}

.left-sidebar .left-sidebar-wrapper .single-widgets .recent-post-section .recent-post-content p {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.left-sidebar .left-sidebar-wrapper .single-widgets.style-2 {
    padding: 30px;
    border: 1px solid var(--border-color);
}

@media (max-width: 1399px) {
    .left-sidebar .left-sidebar-wrapper .single-widgets.style-2 {
        padding: 30px 20px;
    }
}

.sidebar-banner {
    position: relative;
}

.sidebar-banner .sidebar-banner-image {
    position: relative;
}

.sidebar-banner .sidebar-banner-image img {
    border-radius: 20px;
}

.sidebar-banner .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 30px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .sidebar-banner .banner-content {
        padding: 15px 25px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .sidebar-banner .banner-content {
        padding: 15px 25px;
    }
}

.sidebar-banner .banner-content h5 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: var(--title-color2);
    text-transform: capitalize;
    margin-bottom: 15px;
}

.sidebar-banner .banner-content .primary-btn-2 {
    padding: 6px 25px;
}

.pagination-area .pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

.pagination-area .pagination .page-item a {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: var(--title-color2);
    width: 27px;
    height: 28px;
    background: transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
}

.pagination-area .pagination .page-item a svg {
    fill: var(--title-color2);
}

.pagination-area .pagination .page-item a:hover {
    background: var(--primary-color2);
    color: var(--white-color);
}

.pagination-area .pagination .page-item.active a {
    background: var(--primary-color2);
    color: var(--white-color);
}

.pagination-area .pagination .arrow a {
    width: 27px;
    height: 28px;
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.pagination-area .pagination .arrow a svg {
    fill: #a6a6a6;
    transition: 0.5s;
}

.pagination-area .pagination .arrow a:hover {
    border: 1px solid var(--primary-color2);
}

.pagination-area .pagination .arrow a:hover svg {
    fill: var(--primary-color2);
}

.product-card-top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

@media (max-width: 576px) {
    .product-card-top-area {
        gap: 15px;
        flex-direction: column;
        align-items: start;
    }
}

.product-card-top-area .left-content {
    border: 1px solid var(--border-color);
    padding: 15px 20px;
    border-radius: 10px;
}

.product-card-top-area .right-content {
    border: 1px solid var(--border-color);
    padding: 2px 20px;
    border-radius: 10px;
}

.product-card-top-area .left-content h6 {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .product-card-top-area .left-content h6 {
        font-size: 14px;
    }
}

.product-card-top-area .left-content h6 span {
    font-weight: 600;
    color: var(--title-color2);
}

.product-card-top-area .grid-view {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-card-top-area .grid-view li {
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: 0.35s;
    min-height: 24px;
    min-width: 24px;
    cursor: pointer;
    border-radius: 4px;
}

.product-card-top-area .grid-view li svg path {
    stroke: #a0a0a0;
}

.product-card-top-area .grid-view li:hover {
    background: var(--primary-color2);
}

.product-card-top-area .grid-view li:hover svg path {
    stroke: var(--white-color);
}

.product-card-top-area .grid-view li.active {
    background: var(--primary-color2);
}

.product-card-top-area .grid-view li.active svg path {
    stroke: var(--white-color);
}

.product-card-top-area .right-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 767px) {
    .product-card-top-area .right-content {
        display: inline-flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }
}

.product-card-top-area .right-content.style-2 {
    gap: 42px;
}

@media (max-width: 767px) {
    .product-card-top-area .right-content.style-2 {
        gap: 24px;
    }
}

.product-card-top-area .right-content .filter {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    cursor: pointer;
    border: 1px solid var(--white-color2);
    padding: 5px 8px;
}

.product-card-top-area .right-content .filter .filter-icon svg {
    fill: var(--title-color);
}

.product-card-top-area .right-content .filter span {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
}

.product-card-top-area .right-content .category-area .nice-select {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    gap: 20px;
    width: 168px;
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    border: none;
    padding-left: 0;
}

@media (max-width: 767px) {
    .product-card-top-area .right-content .category-area .nice-select {
        width: 160px;
    }
}

.product-card-top-area .right-content .category-area .nice-select .current {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.product-card-top-area .right-content .category-area .nice-select:after {
    border-bottom: 1px solid var(--title-color);
    border-right: 1px solid var(--title-color);
    content: "";
    display: block;
    height: 9px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: 46%;
    width: 9px;
}

.product-card-top-area .right-content .category-area .nice-select .option {
    font-family: var(--font-inter);
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
    min-height: 35px;
    color: var(--title-color);
    padding-left: 25px;
}

@media (max-width: 576px) {
    .product-card-top-area .right-content .category-area .nice-select .option {
        padding-left: 15px;
    }
}

.product-card-top-area .right-content .category-area .nice-select .list {
    background-color: var(--white-color);
    box-shadow: 0px 4px 32px 0px rgba(129, 129, 129, 0.2509803922);
    border: 1px solid #eeeeee;
    width: 210px;
    border-radius: unset;
    left: -20px;
}

@media (max-width: 767px) {
    .product-card-top-area .right-content .category-area .nice-select .list {
        right: 0;
    }
}

@media (max-width: 576px) {
    .product-card-top-area .right-content .category-area .nice-select .list {
        width: 200px;
    }
}

.product-card-top-area .right-content .category-area .nice-select .option:hover,
.product-card-top-area .right-content .category-area .nice-select .option.focus,
.product-card-top-area .right-content .category-area .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.product-card-top-area .right-content .filter-content h6 {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-grid-product-wrap.column-2-wrapper .item {
    width: 50%;
}

@media (max-width: 767px) {
    .list-grid-product-wrap.column-2-wrapper .item {
        display: none;
    }
}

.list-grid-product-wrap.column-1-wrapper .item {
    width: 100%;
}

.list-grid-product-wrap.column-1-wrapper .feature-card .feature-wrape {
    -webkit-mask-image: url(../images/featured-bg2.png);
    mask-image: url(../images/featured-bg2.png);
    -webkit-mask-position: right bottom;
    mask-position: right bottom;
}

.list-grid-product-wrap.column-1-wrapper .feature-card .feature-wrape .job-discription ul {
    margin-bottom: 45px;
}

/*================================================
16. faq section
=================================================*/
.faq-section .faq-item h4 {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 0;
}

.faq-section .faq-wrap .accordion .accordion-item {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid var(--border-color);
}

.faq-section .faq-wrap .accordion .accordion-item:first-child .accordion-header .accordion-button {
    padding-top: 0;
}

.faq-section .faq-wrap .accordion .accordion-item:last-child {
    border-bottom: unset;
}

.faq-section .faq-wrap .accordion .accordion-item:last-child .accordion-header .accordion-button {
    padding-bottom: 0;
}

.faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    border: none;
    border-radius: unset;
    box-shadow: none;
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: capitalize;
    padding: 17px 0;
    background-color: transparent;
}

@media (max-width: 1399px) {
    .faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 19px;
    }
}

@media (max-width: 991px) {
    .faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
}

.faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    width: unset;
    height: unset;
    content: "\f4fe";
    font-family: bootstrap-icons;
    background-image: none;
    font-weight: 800;
    font-size: 22px;
    color: var(--primary-color2);
}

.faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: unset;
}

.faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f2ea";
}

@media (max-width: 576px) {
    .faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
    }
}

.faq-section .faq-wrap .accordion .accordion-item .accordion-body {
    padding: 15px 0 20px;
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.48px;
    border-top: 1px solid var(--primary-color2);
}

@media (max-width: 991px) {
    .faq-section .faq-wrap .accordion .accordion-item .accordion-body {
        font-size: 16px;
    }
}

/*================================================
17. blog section2
=================================================*/
.blog-section2 .blog-card2 {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .blog-section2 .blog-card2 {
        margin-bottom: 40px;
    }
}

.blog-section2 .blog-card2:last-child {
    margin-bottom: 0;
}

.blog-section2 .blog-card2 .blog-card-image {
    width: 100%;
}

.blog-section2 .blog-card2 .blog-card-image img {
    width: 100%;
    border-radius: 10px;
    min-height: 280px;
    object-fit: cover;
}

.blog-section2 .blog-card2 .blog-card-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 29px;
    margin-bottom: 10px;
}

.blog-section2 .blog-card2 .blog-card-content ul li {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #595959;
    position: relative;
}

.blog-section2 .blog-card2 .blog-card-content ul li a {
    color: #595959;
    transition: 0.5s;
}

.blog-section2 .blog-card2 .blog-card-content ul li a:hover {
    color: var(--primary-color2);
}

.blog-section2 .blog-card2 .blog-card-content ul li::after {
    content: "";
    height: 14px;
    width: 1px;
    background-color: #d9d9d9;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.blog-section2 .blog-grid-style .blog-card2 .blog-card-content ul li::after {
    left: -8px;
}

@media (max-width: 576px) {
    .blog-section2 .blog-card2 .blog-card-content ul li::after {
        display: none;
        visibility: hidden;
    }
}

.blog-section2 .blog-card2 .blog-card-content ul li:first-child::after {
    display: none;
}

.blog-section2 .blog-card2 .blog-card-content h3 {
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .blog-section2 .blog-card2 .blog-card-content h3 {
        margin-bottom: 15px;
    }
}

.blog-section2 .blog-card2 .blog-card-content h3 a {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 25px;
    line-height: 1.3;
    color: var(--title-color2);
    text-transform: capitalize;
    transition: 0.35s;
}

@media (max-width: 1399px) {
    .blog-section2 .blog-card2 .blog-card-content h3 a {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .blog-section2 .blog-card2 .blog-card-content h3 a {
        font-size: 20px;
    }
}

.blog-section2 .blog-card2 .blog-card-content h3 a:hover {
    color: var(--primary-color2);
}

.blog-section2 .blog-card2 .blog-card-content p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: var(--paragraph-color);
    margin-bottom: 28px;
}

@media (max-width: 576px) {
    .blog-section2 .blog-card2 .blog-card-content p {
        font-size: 16px;
        margin-bottom: 22px;
    }
}

/*================================================
17.1. Blog Grid Style
=================================================*/
.blog-section2 .blog-grid-style .blog-card2 {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-section2 .blog-grid-style .blog-card2:hover {
    transform: translateY(-5px);
}

.blog-section2 .blog-grid-style .blog-card-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.blog-section2 .blog-grid-style .blog-card-content {
    padding: 30px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-section2 .blog-grid-style .blog-card-content ul {
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
    padding: 0;
    list-style: none;
}

.blog-section2 .blog-grid-style .blog-card-content h3 a {
    font-size: 22px;
    line-height: 1.4;
    color: var(--title-color2);
    font-weight: 700;
    display: block;
    margin-bottom: 0;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-section2 .blog-grid-style .blog-card-content h3 a:hover {
    color: var(--primary-color2);
}

.blog-section2 .blog-grid-style .blog-card-content p {
    font-size: 16px;
    color: var(--paragraph-color);
    margin-bottom: 18px;
}

.blog-section2 .blog-grid-style .primary-btn-3 {
    align-self: flex-start;
}

/*================================================
18. contact us section
=================================================*/
.contact-us-section .inquiry-form {
    border: 1px solid var(--white-color2);
    padding: 40px;
}

@media (max-width: 576px) {
    .contact-us-section .inquiry-form {
        padding: 25px;
    }
}

.contact-us-section .contact-info {
    background: #f2f2f2;
    padding: 35px 30px;
    border-radius: 20px;
}

@media (max-width: 1399px) {
    .contact-us-section .contact-info {
        padding: 25px 26px;
    }
}

@media (max-width: 1199px) {
    .contact-us-section .contact-info {
        padding: 25px 26px;
    }
}

@media (max-width: 767px) {
    .contact-us-section .contact-info {
        padding: 23px;
    }
}

.contact-us-section .contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .contact-us-section .contact-info ul {
        gap: 15px;
        margin-bottom: 20px;
    }
}

.contact-us-section .contact-info ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-us-section .contact-info ul li .icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--primary-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
}

.contact-us-section .contact-info ul li .icon svg {
    fill: var(--primary-color2);
}

.contact-us-section .contact-info ul li .icon:hover {
    background: var(--primary-color2);
}

.contact-us-section .contact-info ul li .icon:hover svg {
    fill: var(--white-color);
}

.contact-us-section .contact-info ul li .content {
    display: flex;
    flex-direction: column;
    max-width: 230px;
    gap: 5px;
}

.contact-us-section .contact-info ul li .content a {
    color: #595959;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    transition: 0.35s;
    line-height: 1.5;
}

.contact-us-section .contact-info ul li .content a:hover {
    color: var(--primary-color2);
}

.contact-us-section .contact-info h5 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: var(--title-color2);
    text-transform: capitalize;
    margin-bottom: 20px;
}

.contact-us-section .contact-info .service-available {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-us-section .contact-info .service-available p {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.contact-us-section .contact-info .service-available span {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
}

.contact-us-section .social-area {
    margin-top: 37px;
}

.contact-us-section .social-area h5 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: var(--title-color2);
    text-transform: capitalize;
    margin-bottom: 25px;
}

.contact-us-section .social-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-us-section .social-area ul li {
    margin-bottom: 0;
}

.contact-us-section .social-area ul li a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: 0.5s;
    border: 1px solid var(--primary-color2);
}

.contact-us-section .social-area ul li a i {
    color: var(--primary-color2);
    font-size: 14px;
    transition: 0.5s;
}

.contact-us-section .social-area ul li a i.bi-twitter-x {
    font-size: 12px;
}

.contact-us-section .social-area ul li a:hover {
    background-color: var(--primary-color2);
    color: var(--white-color);
}

.contact-us-section .social-area ul li a:hover i {
    color: var(--white-color);
}

@media (max-width: 576px) {
    .contact-us-section .contact-info .service-available {
        display: block;
    }
}

/*================================================
19. blog details section
=================================================*/
.contact-map-section {
    overflow: hidden;
    line-height: 1;
    margin-bottom: -2px;
    padding: 0 80px;
    border-radius: 30px;
}

.contact-map-section iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    filter: invert(1) hue-rotate(180deg) brightness(0.8) grayscale(1);
    border-radius: 30px 30px 0 0;
}

@media (max-width: 1399px) {
    .contact-map-section iframe {
        min-height: 350px;
    }
}

@media (max-width: 991px) {
    .contact-map-section {
        padding: 0 40px;
    }

    .contact-map-section iframe {
        min-height: 350px;
    }
}

@media (max-width: 576px) {
    .contact-map-section {
        padding: 0 10px;
        margin-bottom: -7px;
    }

    .contact-map-section iframe {
        min-height: 280px;
        z-index: -1;
        position: relative;
    }
}

/*================================================
21. form inner
=================================================*/
.form-inner input {
    width: 100%;
    height: auto;
    background-color: transparent;
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--title-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 15px;
}

.form-inner input:focus {
    background-color: var(--white-color);
    color: var(--paragraph-color);
}

.form-inner textarea {
    width: 100%;
    background-color: transparent;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--title-color2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 1px solid #d9d9d9;
}

.form-inner textarea:focus {
    color: var(--paragraph-color);
    outline: none;
    border: none;
}

.form-inner button {
    padding: 14px 45px;
    border-radius: 6px;
}

.form-inner button::after {
    background-color: var(--primary-color);
}

.form-inner button:hover {
    color: var(--white-color);
}

/*================================================
22. inquiry form
=================================================*/
.inquiry-form {
    background: #f0f0f0;
    border-radius: 30px;
    padding: 45px;
}

.inquiry-form.contact-inquiry {
    background: rgba(238, 242, 229, 0.5490196078);
}

.inquiry-form.contact-inquiry button {
    padding: 14px 61px;
}

@media (max-width: 1399px) {
    .inquiry-form {
        padding: 60px;
    }
}

@media (max-width: 1199px) {
    .inquiry-form {
        padding: 50px 40px;
    }
}

@media (max-width: 767px) {
    .inquiry-form {
        padding: 40px 25px;
    }
}

@media (max-width: 576px) {
    .inquiry-form {
        padding: 35px 15px;
    }
}

.inquiry-form .title {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .inquiry-form .title {
        margin-bottom: 20px;
    }
}

.inquiry-form .title h4 {
    color: var(--title-color2);
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

@media (max-width: 991px) {
    .inquiry-form .title h4 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .inquiry-form .title h4 {
        font-size: 28px;
    }
}

.inquiry-form .form-inner input {
    background-color: var(--white-color);
}

.inquiry-form .form-inner textarea {
    color: var(--title-color2);
}

.inquiry-form .form-inner textarea:focus {
    outline: none;
    border: none;
}

.inquiry-form .form-inner input {
    width: 100%;
    height: 52px;
    background-color: transparent !important;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--title-color2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 1px solid #d9d9d9;
}

.contact-us-section .form-inner textarea#message {
    padding: 12px 15px;
    line-height: normal;
}

.contact-us-section .form-inner textarea:focus {
    border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 576px) {
    .contact-us-section .form-inner textarea {
        padding-left: 20px;
    }
}

.contact-us-section .inquiry-form .form-inner input::placeholder,
.contact-us-section .inquiry-form .form-inner textarea::placeholder {
    color: #a6a6a6;
}

/*================================================
20. blog details section
=================================================*/
.blog-details-wrapper .line-break {
    height: 20px;
    display: block;
}

@media (max-width: 1199px) {
    .blog-details-wrapper .line-break {
        height: 15px;
    }
}

.blog-details-wrapper .post-author-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-details-wrapper .post-author-meta .author-and-date {
        max-width: 420px;
    }
}

@media (max-width: 991px) {
    .blog-details-wrapper .post-author-meta .author-and-date {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .blog-details-wrapper .post-author-meta .author-and-date {
        max-width: unset;
    }
}

@media (max-width: 576px) {
    .blog-details-wrapper .post-author-meta .author-and-date {
        gap: 10px;
    }
}

.blog-details-wrapper .post-author-meta .author-and-date .author-area {
    display: flex;
    align-items: center;
    gap: 14px;
}

@media (max-width: 576px) {
    .blog-details-wrapper .post-author-meta .author-and-date .author-area {
        gap: 10px;
    }
}

.blog-details-wrapper .post-author-meta .author-and-date .author-area .author-img img {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
}

@media (max-width: 576px) {
    .blog-details-wrapper .post-author-meta .author-and-date .author-area .author-img img {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
    }
}

.blog-details-wrapper .post-author-meta .author-and-date .author-area .author-name-desig span {
    color: #545454;
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .blog-details-wrapper .post-author-meta .author-and-date .author-area .author-name-desig span {
        font-size: 11px;
        margin-bottom: 5px;
    }
}

.blog-details-wrapper .post-author-meta .author-and-date .author-area .author-name-desig h6 {
    margin-bottom: 0;
}

.blog-details-wrapper .post-author-meta .author-and-date .author-area .author-name-desig h6 a {
    color: var(--title-color2);
    font-family: var(--font-inter);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width: 576px) {
    .blog-details-wrapper .post-author-meta .author-and-date .author-area .author-name-desig h6 a {
        font-size: 16px;
    }
}

.blog-details-wrapper .post-author-meta .date span {
    color: #545454;
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .blog-details-wrapper .post-author-meta .date span {
        font-size: 11px;
        margin-bottom: 5px;
    }
}

.blog-details-wrapper .post-author-meta .date h6 {
    color: var(--title-color2);
    font-family: var(--font-inter);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .blog-details-wrapper .post-author-meta .date h6 {
        font-size: 16px;
    }
}

.blog-details-wrapper .post-author-meta .social-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 576px) {
    .blog-details-wrapper .post-author-meta .social-area {
        gap: 15px;
    }
}

.blog-details-wrapper .post-author-meta .social-area h6 {
    color: var(--title-color);
    font-family: var(--font-inter);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

.blog-details-wrapper .post-author-meta .social-area .social-link {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-details-wrapper .post-author-meta .social-area .social-link li {
    margin-bottom: 0;
}

.blog-details-wrapper .post-author-meta .social-area .social-link li a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #595959;
    transition: 0.5s;
}

.blog-details-wrapper .post-author-meta .social-area .social-link li a i {
    color: #595959;
    font-size: 14px;
    transition: 0.5s;
}

.blog-details-wrapper .post-author-meta .social-area .social-link li a i.bi-twitter-x {
    font-size: 12px;
}

.blog-details-wrapper .post-author-meta .social-area .social-link li a:hover {
    background-color: var(--primary-color2);
    color: var(--white-color);
}

.blog-details-wrapper .post-author-meta .social-area .social-link li a:hover i {
    color: var(--white-color);
}

.blog-details-wrapper .post-thumb img {
    width: 100%;
    border-radius: 30px;
    height: auto;
    object-fit: cover;
    max-height: 500px;
}

.blog-details-wrapper .blog-details-wrape .blog-details-content h3 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    color: var(--title-color2);
    margin-bottom: 20px;
}

.blog-details-wrapper .blog-details-wrape .blog-details-content h5 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: var(--title-color2);
    margin-bottom: 0;
}

.blog-details-wrapper .blog-details-wrape .blog-details-content h4 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    color: var(--title-color2);
    margin-bottom: 0;
}

.blog-details-wrapper .blog-details-wrape .blog-details-content p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.blog-details-wrapper .blog-details-wrape .pagination-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.blog-details-wrapper .blog-details-wrape .pagination-area a {
    text-decoration: none;
    min-width: 88px;
    max-width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--primary-color3);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition: 0.7s;
}

.blog-details-wrapper .blog-details-wrape .pagination-area .paginations-button a svg {
    fill: none;
    stroke: var(--primary-color3);
    transition: 0.5s;
}

.blog-details-wrapper .blog-details-wrape .pagination-area .paginations-button a:hover {
    color: var(--white-color);
    box-shadow: inset 0 0 0 10em var(--primary-color2);
}

.blog-details-wrapper .blog-details-wrape .pagination-area .paginations-button a:hover svg {
    stroke: var(--white-color);
}

/*================================================
 Blog Comments
=================================================*/
.blog-details-wrapper .blog-details-wrape .comment-and-form-area .comment-title {
    color: var(--title-color2);
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 0;
}

.comment-and-form-area .comment-area .comment {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.comment-and-form-area .comment-area .comment>li {
    margin-bottom: 40px;
}

.comment-and-form-area .comment-area .comment>li:last-child {
    margin-bottom: 0;
}

.comment-and-form-area .comment-area .comment .single-comment-area {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.comment-and-form-area .comment-area .comment>li>.single-comment-area {
    margin-bottom: 24px;
}

.comment-and-form-area .comment-area .comment .single-comment-area .author-img img {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg h6 {
    line-height: 1;
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-mulish);
    font-size: 18px;
    font-weight: 700;
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg span {
    color: #545454;
    font-family: var(--font-mulish);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content p {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px;
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn a {
    color: var(--title-color);
    font-family: var(--font-mulish);
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: 0.35s;
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn svg {
    transition: 0.35s;
    fill: var(--title-color);
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn a:hover {
    color: var(--primary-color2);
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn:hover svg {
    fill: var(--primary-color2);
}

.comment-and-form-area .comment-area .comment .comment-replay {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 70px;
    border-top: 1px solid #eee;
    padding-top: 24px;
}

.comment-and-form-area .comment-area .comment .comment-replay>li {
    margin-bottom: 30px;
}

.comment-and-form-area .comment-area .comment .comment-replay>li:last-child {
    margin-bottom: 0;
}

/* Comment Form */
.comment-and-form-area .inquiry-form {
    background: #c1e8cf;
    border-radius: 20px;
    padding: 55px 88px 60px;
}

.comment-and-form-area .inquiry-form .form-wrap {
    margin-top: 35px;
}

.comment-and-form-area .inquiry-form .form-wrap .form-inner label {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    margin-bottom: 12px;
}

.comment-and-form-area .inquiry-form .form-wrap .form-inner input {
    width: 100%;
    background: var(--white-color);
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    height: 56px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.comment-and-form-area .inquiry-form .form-wrap .form-inner textarea {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    color: var(--title-color);
    border: 1px solid #eee;
    outline: none;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    padding: 20px 25px;
    min-height: 170px;
    resize: none;
}

/* Comment Button */
.comment-and-form-area .inquiry-form .form-wrap .primary-btn3 {
    font-family: var(--font-inter);
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    background-color: var(--primary-color2);
    white-space: nowrap;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    padding: 14px 45px;
    color: var(--white-color);
}

.comment-and-form-area .inquiry-form .form-wrap .primary-btn3::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-color);
    z-index: -1;
}

.comment-and-form-area .inquiry-form .form-wrap .primary-btn3:hover {
    color: var(--white-color);
}

.comment-and-form-area .inquiry-form .form-wrap .primary-btn3:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

/* Blog Details responsive */
@media (max-width: 576px) {
    .blog-details-wrapper .post-thumb img {
        min-height: 250px;
    }

    .blog-details-wrapper .blog-details-wrape .blog-details-content h3 {
        font-size: 26px;
        line-height: 1.2;
    }

    .blog-details-wrapper .blog-details-wrape .pagination-area a {
        min-width: 60px;
        max-width: 60px;
        height: 60px;
        font-size: 13px;
    }

    .comment-and-form-area {
        margin-bottom: 30px;
    }

    .comment-and-form-area .inquiry-form {
        padding: 30px 15px 30px;
        border-radius: 10px;
    }

    .blog-details-wrapper .blog-details-wrape .comment-and-form-area .comment-title {
        font-size: 26px;
    }

    .comment-and-form-area .inquiry-form .form-wrap .primary-btn3 {
        padding: 10px 20px;
    }
}

/*================================================
23.  company details section
=================================================*/
.company-details-section .company-left-content h5 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: var(--title-color2);
    margin-bottom: 15px;
}

.company-details-section .company-left-content h5.ep-job-res-title,
.company-details-section .company-left-content h5.ep-job-skill-title,
.company-details-section .company-left-content h5.ep-job-exp-title,
.company-details-section .company-left-content h5.ep-job-skills-title,
.company-details-section .company-left-content h5.ep-job-exben-title,
.company-details-section .company-left-content h5.ep-com-goal-title,
.company-details-section .company-left-content h5.ep-com-wa-title {
    margin-top: 40px;
}

.company-details-section .company-left-content p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: var(--paragraph-color);
    margin-bottom: 10px;
}

.company-details-section .company-left-content p span {
    font-size: 18px !important;
    font-family: var(--font-inter) !important;
    color: var(--paragraph-color) !important;
}

@media (max-width: 576px) {
    .company-details-section .company-left-content p {
        font-size: 15px;
        line-height: 1.8;
    }
}

.company-details-section .company-left-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-details-section .company-left-content ul li {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--paragraph-color);
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

@media (max-width: 576px) {
    .company-details-section .company-left-content ul li {
        font-size: 15px;
        line-height: 1.8;
    }
}

.company-details-section .company-left-content ul li::before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: var(--paragraph-color);
    position: absolute;
    left: 0;
    top: 10px;
}

.company-details-section .company-left-content ul li:last-child {
    margin-bottom: 0;
}

.company-details-section .company-left-content h6 {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: var(--paragraph-color);
    margin-bottom: 10px;
}

.company-details-section .company-left-content .working-details p {
    margin-bottom: 15px;
}

.company-details-section .company-left-content .working-details ul {
    margin-bottom: 13px;
}

.company-details-section .company-right-content .job-summary-area {
    background: var(--white-color);
    border: 1px solid var(--primary-color2);
    border-radius: 30px;
    padding: 50px 40px;
    margin-top: -150px;
}

@media (max-width: 1199px) {
    .company-details-section .company-right-content .job-summary-area {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .company-details-section .company-right-content .job-summary-area {
        padding: 40px 30px;
    }
}

@media (max-width: 576px) {
    .company-details-section .company-right-content .job-summary-area {
        padding: 20px;
    }
}

.company-details-section .company-right-content .job-summary-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-details-section .company-right-content .job-summary-area ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
}

.company-details-section .company-right-content .job-summary-area ul li:last-child {
    margin-bottom: 0;
}

.company-details-section .company-right-content .job-summary-area ul li .left-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.company-details-section .company-right-content .job-summary-area ul li .left-content svg {
    fill: var(--paragraph-color);
    width: 22px;
    height: 22px;
}

.company-details-section .company-right-content .job-summary-area ul li .left-content p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
    color: var(--paragraph-color);
}

.company-details-section .company-right-content .job-summary-area ul li .right-content p {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: var(--title-color);
    margin-bottom: 0;
    text-align: end;
}

.company-details-section .company-right-content .job-summary-area ul li .right-content ul li {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 10px;
}

.company-details-section .company-right-content .job-summary-area ul li .right-content ul li:last-child {
    margin-bottom: 0;
}

.company-details-section .company-right-content .location-area {
    margin-top: 60px;
}

.company-details-section .company-right-content .location-area h5 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 22px;
    line-height: 0;
    color: var(--title-color2);
    margin-bottom: 40px;
}

.company-details-section .company-right-content .location-area iframe {
    width: 100%;
    height: 264px;
    border-radius: 20px;
}

.company-details-section .company-right-content .view-job-btn {
    margin-top: 40px;
}

.company-details-section .company-right-content .view-job-btn a {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--title-color2);
}

.company-details-section .company-right-content .view-job-btn a svg {
    fill: var(--primary-color2);
}

.company-details-section .company-right-content .social-area {
    margin-top: 45px;
}

.company-details-section .company-right-content .social-area h5 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: var(--title-color2);
    margin-bottom: 23px;
}

.company-details-section .company-right-content .social-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.company-details-section .company-right-content .social-area ul li a {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    border: 1px solid var(--primary-color2);
    border-radius: 50%;
    transition: 0.35s;
}

.company-details-section .company-right-content .social-area ul li a i {
    color: var(--primary-color2);
    transition: 0.35s;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    font-size: 14px;
}

.company-details-section .company-right-content .social-area ul li a i.bi-twitter-x {
    font-size: 11px;
}

.company-details-section .company-right-content .social-area ul li a:hover {
    background-color: var(--primary-color2);
}

.company-details-section .company-right-content .social-area ul li a:hover i {
    color: var(--white-color);
}

/*================================================
24. gallery view section
=================================================*/
.gallery-view-section .gallery-image img {
    width: 100%;
    border-radius: 20px;
}

@media (max-width: 576px) {
    .gallery-view-section .gallery-image img {
        border-radius: 10px;
    }
}

/*================================================
25. pricing plan area
=================================================*/
.pricing-plan-area .pt-50 {
    padding-top: 50px;
}

@media (max-width: 1199px) {
    .pricing-plan-area .pt-50 {
        padding-top: 0;
    }
}

.pricing-plan-area .pricing-plan-area-wrap {
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-area-wrap {
        height: 100%;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 {

    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 90px 30px 35px;
    border-radius: 30px;
    background: #fdf3e9;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 {
        padding: 90px 20px 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 {
        padding: 90px 20px 35px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 {
        padding: 80px 15px 35px;
        border-radius: 15px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area {
    margin-bottom: 25px;
    border-bottom: 1px solid #a6a6a6;
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area {
        margin-bottom: 20px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    color: var(--primary-color2);
    margin-bottom: 20px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 {
        font-size: 34px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 {
        font-size: 35px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 {
        font-size: 30px;
        line-height: 1.1;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 span {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: var(--paragraph-color);
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 span {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 span {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .price-area h2 span {
        font-size: 15px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .pricing-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .pricing-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .pricing-list li {
        font-size: 16px;
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .pricing-list li {
        font-size: 16px;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .pricing-list li {
        font-size: 15px;
        gap: 8px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .pricing-list li:last-child {
    margin-bottom: 0;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li {
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li {
        margin-bottom: 27px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li:last-child {
    margin-bottom: 0;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .single-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .content h6 {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .content h6 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .content h6 {
        margin-bottom: 8px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .content span {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .content span {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .content span {
        font-size: 15px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .form-check {
    padding: 0;
    min-height: unset;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .form-check .form-check-input {
    width: 47px;
    height: 22px;
    background-color: transparent;
    border: 1px solid var(--primary-color2);
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .form-check .form-check-input:checked {
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .form-check .form-check-input:focus {
    border-color: var(--primary-color2);
    box-shadow: unset;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .pricing-list {
    margin-top: 20px;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .pricing-list li {
    margin-bottom: 15px;
    font-size: 16px;
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .pricing-list li {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .pricing-list li {
        font-size: 14px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .add-on-list li .pricing-list li:last-child {
    margin-bottom: 0;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity h5 {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity h5 {
        font-size: 18px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity .quantity-area .quantity,
.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area .quantity .quantity-nav {
    display: flex;
    gap: 5px;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity .quantity-area .quantity button,
.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area button {
    height: 24px;
    width: 34px;
    border-radius: 4px;
    background: var(--white-color);
    border: 1px solid rgba(var(--primary-color2-opc), 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--title-color);
    font-weight: 600;
    cursor: pointer;
    transition: 0.35s;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity .quantity-area .quantity button i,
.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area button i {
    color: var(--title-color);
    transition: 0.35s;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity .quantity-area .quantity button:hover,
.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area button:hover {
    background: var(--primary-color2);
    border-color: var(--primary-color2);
    color: var(--white-color);
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity .quantity-area .quantity button:hover i,
.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area button:hover i {
    color: var(--white-color);
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .title-and-quantity .quantity-area .quantity input,
.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area .quantity input {
    height: 24px;
    width: 58px;
    border-radius: 4px;
    border: 1px solid rgba(var(--primary-color2-opc), 0.3);
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-inter);
    font-size: 14px;
    color: var(--title-color);
    font-weight: 600;
    text-align: center;
    padding-left: 12px;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area h6 {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area.featured-jobs {
    padding-bottom: 20px;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .job-qty-area.cv-bank {
    padding-bottom: 20px;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap table {
    width: 100%;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap table {
        margin-bottom: 20px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap table tbody tr td {
    color: var(--paragraph-color);
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    padding-bottom: 10px;
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap table tbody tr td {
        font-size: 15px;
        padding-bottom: 8px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap table tbody tr td:last-child {
    text-align: end;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap table tbody tr:last-child {
    border-top: 1px solid #d9d9d9;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap table tbody tr:last-child td {
    padding-bottom: 0;
    padding-top: 15px;
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap table tbody tr:last-child td {
        padding-top: 10px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .amount-and-btn-area {
    text-align: center;
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .amount-and-btn-area h2 {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 35px;
}

@media (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .amount-and-btn-area h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .amount-and-btn-area h2 {
        font-size: 35px;
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .amount-and-btn-area h2 {
        font-size: 33px;
        margin-bottom: 22px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap .pricing-plan-card1 .order-summary-wrap .amount-and-btn-area .primary-btn-2 {
    max-width: 245px;
    width: 100%;
    justify-content: center;
    padding: 12px 21px;
}

.pricing-plan-area .pricing-plan-area-wrap .batch {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 99;
    background: #fff;
    padding: 0px 0px 15px 15px;
    border-bottom-left-radius: 40px;
}


.pricing-plan-area .pricing-plan-area-wrap .batch span {
    background: #ac7a50;
    padding: 13px 25px;
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: var(--white-color);
    text-transform: capitalize;
    border-radius: 1px 30px 0px 27px;
    display: inline-block;
    min-width: 325px;
    text-align: center;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-area-wrap .batch span {
        min-width: 255px;
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pricing-plan-area .pricing-plan-area-wrap .batch span {
        min-width: 230px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .pricing-plan-area .pricing-plan-area-wrap .batch span {
        min-width: unset;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-area-wrap .batch span {
        font-size: 20px;
    }
}

.pricing-plan-area .pricing-plan-area-wrap.two .pricing-plan-card1 {
    background-color: #e4eefe;
}

.pricing-plan-area .pricing-plan-area-wrap.two .batch span {
    background-color: #7887bf;
}

.pricing-plan-area .pricing-plan-area-wrap.three .pricing-plan-card1 {
    background-color: #eaf4f4;
}

.pricing-plan-area .pricing-plan-area-wrap.three .batch span {
    background-color: #61947e;
}


input.quantity__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#progressbar{padding: 0;}

/*================================================
26. login and register area
=================================================*/
.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-mulish);
    font-weight: 700;
    font-size: 30px;
    color: var(--title-color);
    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%);
}

.form-wrapper form.profile-form {
    position: relative;
    border-radius: 5px;
}

.form-wrapper form {
    background: #ffffff;
    border: 1px solid rgba(var(--primary-color2-opc), 0.1);
    border-radius: 10px;
    padding: 50px 70px;
}

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

.form-wrapper form .form-inner label {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--title-color);
    margin-bottom: 5px;
    display: block;
}

.form-wrapper form .form-inner .input-area {
    background: #ffffff;
    border: 1px solid rgba(var(--primary-color2-opc), 0.1);
    border-radius: 5px;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.35s;
}

.form-wrapper form .form-inner .input-area:hover {
    border-color: rgba(var(--primary-color2-opc), 0.4);
}

.form-wrapper form .form-inner .input-area input {
    height: 48px;
    background: #ffffff;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--title-color);
    padding: 14px 20px;
    line-height: 1;
    border: none;
}

.form-wrapper form .form-inner .input-area input::placeholder {
    color: #a6a6a6;
}

.form-wrapper form .form-inner input {
    background: #ffffff;
    border: 1px solid rgba(var(--primary-color2-opc), 0.1);
    border-radius: 5px;
    display: block;
    width: 100%;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--title-color);
    padding: 14px 20px;
    line-height: 1;
    transition: 0.35s;
}

.form-wrapper form .form-inner i {
    position: absolute;
    right: 20px;
    bottom: 11px;
    color: var(--primary-color1);
    cursor: pointer;
}

.form-wrapper form .form-agreement {
    padding-top: 18px;
    margin-bottom: 20px;
}

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

.form-wrapper form .form-inner .form-group input[type="checkbox"] {
    display: none;
    cursor: pointer;
}

.form-wrapper form .form-agreement label {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-inter);
}

.form-wrapper form .form-inner input[type="checkbox"]+label:before {
    content: "";
    -webkit-appearance: none;
    background: #ffffff;
    border: 1px solid var(--primary-color1);
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 2px;
}

.register-area .form-wrapper form .form-inner input[type="checkbox"]+label:before {
    margin-bottom: 2px;
}

.form-wrapper form .form-inner input[type="checkbox"]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 26px;
    left: 4px;
    width: 4px;
    height: 9px;
    border: 1px solid var(--primary-color1);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-wrapper form .forgot-pass {
    font-family: var(--font-inter);
    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 button.w-unset {
    width: 180px;
    display: flex;
}

.form-wrapper form .primry-btn-2 {
    font-size: 1.063rem;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font-inter);
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: var(--primary-color2);
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
}

.form-wrapper form .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-color);
    z-index: -1;
}

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

.form-wrapper form .primry-btn-2:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.form-wrapper form h6 {
    padding-top: 25px;
    margin-bottom: 0;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 1.063rem;
    color: var(--title-color);
}

.form-wrapper form h6 a {
    font-family: var(--font-inter);
    color: var(--primary-color2);
}

.form-wrapper form .login-difarent-way {
    padding-top: 30px;
}

.form-wrapper form .login-difarent-way a {
    border: 1px solid rgba(var(--primary-color2-opc), 0.1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 17px;
    color: var(--title-color);
    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;
}

.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-mulish);
    font-weight: 700;
    font-size: 30px;
    color: var(--title-color);
    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 rgba(var(--primary-color2-opc), 0.2);
    border-radius: 50px;
    padding: 3px 43px;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 1.125rem;
    color: var(--title-color);
}

.register-area .form-wrapper .register-tab nav .nav-tabs .nav-link.active {
    background-color: var(--primary-color2);
    color: var(--white);
}

.form-wrapper form .form-agreement .two label a {
    color: #0279cf;
}

.form-wrapper form .form-agreement .two label a:hover {
    color: var(--primary-color2);
}

/*================================================
27. error page
=================================================*/
.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-mulish);
    font-weight: 500;
    font-size: 36px;
    color: var(--title-color);
    margin-bottom: 20px;
}

.error-page .error-wrapper .error-content-area p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: var(--paragraph-color);
    margin-bottom: 50px;
}

.error-page .error-wrapper .error-content-area a {
    display: inline-block;
    padding: 12px 25px;
}

.error-wrapper .error-title {
    text-align: center;
    margin-top: 30px;
}

/*=======================================
 Summernote Area
=======================================*/
.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 999999;
}

.note-editor.note-airframe.fullscreen .note-toolbar,
.note-editor.note-frame.fullscreen .note-toolbar {
    background-color: var(--primary-color2);
}

.note-editing-area {
    background-color: var(--white);
}

.note-editor.note-airframe,
.note-editor.note-frame {
    border: 1px solid rgba(0, 167, 172, 0.12);
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
    background-color: rgba(0, 167, 172, 0.12);
    border-top: 1px solid rgba(0, 167, 172, 0.12);
}

.note-editor .note-toolbar {
    background-color: rgba(0, 167, 172, 0.12);
    border-color: rgba(0, 167, 172, 0.12);
}

.note-editor .note-toolbar .note-dropdown-menu,
.note-editor .note-toolbar .note-popover .popover-content .note-dropdown-menu {
    min-width: 200px;
}

.note-editor .note-toolbar .note-dropdown-menu a,
.note-editor .note-toolbar .note-popover .popover-content .note-dropdown-menu a {
    font-family: var(--font-inter);
}

.note-editor .note-toolbar button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    width: unset;
    background-color: #fff;
    border-color: rgba(0, 167, 172, 0.12);
}

.note-editor .note-toolbar button i {
    position: relative;
    right: unset;
    bottom: unset;
    color: var(--primary-color2);
    cursor: pointer;
}

.note-editor .note-toolbar button span {
    color: var(--title-color);
}

.note-editable {
    min-height: 150px;
}

.note-editable p {
    margin-bottom: 0;
}

/*=======================================
 18. Dashboard Pages
=======================================*/
.dashboard-area .section-title {
    margin-bottom: 25px;
}

.dashboard-area .featured-jobs-area .section-title {
    margin-bottom: 0px;
}

.dashboard-area .section-title h5 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color);
    background: var(--white);
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
    padding: 14px 0px;
    border-radius: 5px;
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu {
    background: #ffffff;
    border: 1px solid rgba(0, 167, 172, 0.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-mulish);
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--paragraph-color);
    padding: 8px 30px;
    display: flex;
    align-items: center;
    transition: 0.35s;
}

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

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a svg.stroke {
    stroke: var(--paragraph-color);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a.active {
    background-color: var(--primary-color2);
    color: var(--white);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a.active svg {
    fill: var(--white);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a.active svg.stroke {
    stroke: var(--white);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a:hover {
    background-color: rgba(var(--gadient-color), 0.08);
    color: var(--title-color);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a:hover svg {
    fill: var(--title-color);
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li:first-child a {
    border-radius: 5px 5px 0px 0px;
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li:last-child a {
    border-radius: 0px 0px 5px 5px;
}

.dashboard-area .dashboard-sidebar .single-widget .widget-title {
    margin-bottom: 25px;
}

.dashboard-area .dashboard-sidebar .single-widget .widget-title h6 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color);
}

.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 {
    min-width: 40px;
    width: 40px;
    height: 40px;
    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-mulish);
    font-weight: 600;
    font-size: 1rem;
    line-height: 22px;
    color: var(--title-color);
    transition: 0.35s;
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li .content h6 a:hover {
    color: var(--primary-color2);
}

.dashboard-area .dashboard-sidebar .single-widget .recent-activitys li .content span {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: var(--paragraph-color);
}

.dashboard-area .lg-btn {
    padding: 12px 28px;
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu {
    background: #ffffff;
    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-mulish);
    font-weight: 600;
    font-size: 14px;
    color: var(--title-color);
    padding: 15px 35px;
    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 25px;
    }
}

@media (max-width: 1199px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a {
        padding: 12px 12px;
    }
}

@media (max-width: 991px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a {
        padding: 12px 12px;
    }
}

@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-color);
    margin-right: 10px;
    transition: 0.35s;
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a svg.stroke {
    stroke: var(--title-color);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a.active {
    background-color: var(--primary-color2);
    color: var(--white);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a.active svg {
    fill: var(--white);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a.active svg.stroke {
    stroke: var(--white);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a:hover {
    background-color: rgba(var(--gadient-color), 0.08);
    color: var(--title-color);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li a:hover svg {
    fill: var(--title-color);
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li:first-child .active {
    border-radius: 5px 0px 0px 5px;
}

@media (max-width: 991px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li:first-child .active {
        border-radius: 5px !important;
    }
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li:last-child .active {
    border-radius: 0px 5px 5px 0px;
}

@media (max-width: 576px) {
    .dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li:last-child .active {
        border-radius: 5px !important;
    }
}

.dashboard-area.company-dashboard .dashboard-sidebar .dashboard-menu ul li:last-child::after {
    display: none;
    visibility: hidden;
}

.dashboard-inner .author-area {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.dashboard-inner .author-area.two {
    margin-bottom: 0;
}

.dashboard-inner .author-area .author-img {
    margin-right: 20px;
}

.dashboard-inner .author-area .author-img img {
    height: 100px;
    width: 100px;
}

.dashboard-inner .author-area .author-content span {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--paragraph-color);
    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-color2);
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.dashboard-inner .author-area .author-content h4 {
    margin-bottom: 0;
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    color: var(--primary-color2);
}

.dashboard-inner .author-and-action-btn-area {
    display: flex;
    justify-content: space-between;
}


@media (max-width: 991px) {
    .dashboard-inner .author-and-action-btn-area.two {
        padding-top: 30px;
    }
}
@media (max-width: 576px) {
    .dashboard-inner .author-and-action-btn-area.two {
        padding-top: 0px;
    }
}
@media (max-width: 576px) {
    .dashboard-inner .author-and-action-btn-area {
        flex-wrap: wrap;
        gap: 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-mulish);
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 8px;
    border: 1px solid rgba(var(--primary-color2-opc), 0.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;
}

.company-dashboard .dashboard-inner .counter-area {
    margin-bottom: 0px;
}

.dashboard-area-candidate a.primary-btn-4 {
    margin-right: 5px;
}


.dashboard-inner .counter-area .counter-single {
    background: #ffffff;
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 25px 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.dashboard-inner .counter-area .counter-single .counter-icon {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-color: rgba(var(--gadient-color), 0.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: 15px;
    font-weight: 500; line-height: normal;
}

.dashboard-inner .counter-area .counter-single .coundown h3 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--title-color);
    margin-bottom: 0;
}

.dashboard-inner .counter-area .counter-single .coundown span {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--title-color);
}

.dashboard-inner .counter-area .counter-single::after {
    content: "";
    height: 10px;
    width: 100%;
    background-color: var(--primary-color2);
    position: absolute;
    left: 0;
    bottom: -3px;
    border-radius: 10px;
    z-index: -1;
}

.dashboard-inner .counter-area .counter-single.two .counter-icon {
    background-color: rgba(4, 93, 175, 0.08);
}

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

.dashboard-inner .counter-area .counter-single.three .counter-icon {
    background-color: rgba(223, 161, 0, 0.08);
}

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

.dashboard-inner .counter-area .counter-single.four .counter-icon {
    background-color: rgba(var(--gadient-color), 0.08);
}

.dashboard-inner .counter-area .counter-single.four::after {
    background-color: var(--primary-color2);
}

.dashboard-inner .counter-area .counter-single.five .counter-icon {
    background-color: rgba(175, 2, 137, 0.08);
}

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

.dashboard-inner .new-applied-job-area {
    background: #ffffff;
    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-mulish);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color);
    margin-bottom: 36px;
}

.table-wrapper>.title {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 20px;
    color: var(--title-color);
    margin-bottom: 35px;
}

.table-wrapper .right-site {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media (max-width: 576px) {
    .table-wrapper .right-site {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.table-wrapper .right-site .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid transparent;
    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-mulish);
    color: var(--title-color);
    font-weight: normal;
    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-color);
    border-right: 1px solid var(--title-color);
    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-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
}

.table-wrapper .right-site .nice-select .option {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
}

.table-wrapper .right-site .nice-select .option .selected {
    font-weight: 500;
}

.table-wrapper .right-site .nice-select .option:hover,
.table-wrapper .right-site .nice-select .option.focus,
.table-wrapper .right-site .nice-select .option.selected.focus {
    background-color: rgba(var(--gadient-color), 0.2);
}

.table-wrapper .right-site .filter-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.table-wrapper .right-site .filter-area .select-area {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 5px;
    padding: 2px 15px 2px 10px;
}

.table-wrapper .right-site .filter-area .select-area span {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--paragraph-color);
    line-height: 1;
}

.table-wrapper .right-site .filter-area .select-area .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--font-mulish);
    color: var(--title-color);
    font-weight: normal;
    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-color);
    border-right: 1px solid var(--title-color);
    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-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
}

.table-wrapper .right-site .filter-area .select-area .nice-select .option {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
}

.table-wrapper .right-site .filter-area .select-area .nice-select .option .selected {
    font-weight: 500;
}

.table-wrapper .right-site .filter-area .select-area .nice-select .option:hover,
.table-wrapper .right-site .filter-area .select-area .nice-select .option.focus,
.table-wrapper .right-site .filter-area .select-area .nice-select .option.selected.focus {
    background-color: rgba(var(--gadient-color), 0.2);
}

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

.table-wrapper .filter-wrapper {
    background: #ffffff;
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .table-wrapper .filter-wrapper {
        padding: 20px;
    }
}

@media (max-width: 1399px) {
    .table-wrapper .filter-wrapper {
        padding: 20px;
    }
}

.table-wrapper .filter-wrapper .title-and-btn {
    margin-bottom: 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: transparent;
    background-color: #f6f6f6;
    border-radius: 5px;
    border: 1px solid transparent;
    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-mulish);
    color: var(--title-color);
    font-weight: normal;
    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-color);
    border-right: 1px solid var(--title-color);
    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-mulish);
    font-weight: 500;
    font-size: 14px;
    color: var(--title-color);
}

.table-wrapper .filter-wrapper .right-site .nice-select .option {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
}

.table-wrapper .filter-wrapper .right-site .nice-select .option .selected {
    font-weight: 500;
}

.table-wrapper .filter-wrapper .right-site .nice-select .option:hover,
.table-wrapper .filter-wrapper .right-site .nice-select .option.focus,
.table-wrapper .filter-wrapper .right-site .nice-select .option.selected.focus {
    background-color: rgba(var(--gadient-color), 0.2);
}

.table-wrapper .title-and-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 35px;
}

.table-wrapper .title-and-btn>.title {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 0;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 20px 12px;
}

.table-wrapper .scroll-table {
    max-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-color2);
}

.table-wrapper .scroll-table::-webkit-scrollbar-track {
    background: rgba(var(--gadient-color), 0.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-color);
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--font-mulish);
    transition: 0.35s;
    white-space: nowrap;
    background-color: transparent;
}

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

.table-wrapper .eg-table .company-btn:hover {
    color: var(--primary-color2);
}

.table-wrapper .eg-table .view-btn {
    color: var(--primary-color2);
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--font-mulish);
    transition: 0.35s;
    white-space: nowrap;
    background-color: transparent;
}

.table-wrapper .eg-table .view-btn a {
    color: var(--primary-color2);
    transition: 0.5s all ease;
}

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

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

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

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

.table-wrapper .eg-table .eg-btn {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 14px;
    color: var(--white);
    padding: 4px 22px 7px;
    border-radius: 5px;
    line-height: 1;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    padding: 10px;
}

.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-color);
    z-index: -1;
}

.table-wrapper .eg-table .transparent-btn {
    background-color: transparent;
    border: 1px solid rgba(0, 167, 172, 0.3);
    color: var(--primary-color2);
    border-radius: 5px;
}

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

.table-wrapper .eg-table .active {
    color: var(--primary-color2);
    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: rgba(3, 157, 205, 0.2);
    color: #039dcd;
}

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

.table-wrapper .eg-table thead {
    background: var(--primary-color2);
    border-radius: 5px 5px 0 0;
    border: 1px solid var(--primary-color2);
}

@media (max-width: 767px) {
    .table-wrapper .eg-table thead {
        display: none;
        visibility: hidden;
    }
}

.table-wrapper .eg-table thead tr {
    border-color: var(--primary-color2);
}

.table-wrapper .eg-table thead tr th {
    text-align: center;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--white);
    padding: 15px 15px;
    vertical-align: middle;
    background-color: var(--primary-color2);
}

.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: #ffffff;
    border: 1px solid rgba(0, 167, 172, 0.12);
}

@media (max-width: 767px) {
    .table-wrapper .eg-table tbody tr {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

.table-wrapper .eg-table tbody tr td {
    border: 1px solid rgba(0, 167, 172, 0.12);
    text-align: center;
    vertical-align: middle;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 1rem;
    padding: 15px 15px;
    color: #000000;
}

.table-wrapper .eg-table tbody tr td .company-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 450px;
    width: 100%;
}

@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: 60px;
    width: 60px;
    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-mulish);
    font-weight: 600;
    font-size: 1rem;
    color: #000000;
    transition: 0.35s;
}

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

.table-wrapper .eg-table tbody tr td .company-info .company-details .top span {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    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;
    flex-wrap: wrap;
    flex-direction: column;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .table-wrapper .eg-table tbody tr td .company-info .company-details ul {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 1399px) {
    .table-wrapper .eg-table tbody tr td .company-info .company-details ul {
        flex-wrap: wrap;
        gap: 0px;
    }
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: #595959;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 10px;
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li:last-child {
    margin-right: 0px;
}

@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-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
    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-mulish);
    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-color2);
}

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

.table-wrapper .eg-table tbody tr td .green-color {
    color: var(--primary-color2);
    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: transparent;
    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-color2);
    font-weight: 500;
}

.table-wrapper .eg-table tbody tr:hover.style-2 {
    background-color: rgba(var(--gadient-color), 0.1);
}

.table-wrapper .eg-table tbody tr:hover td .status {
    width: 100%;
}

.table-wrapper .eg-table tbody tr:hover td .status i {
    opacity: 1;
    font-weight: 700;
}

.table-wrapper .pagination-table-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .table-wrapper .pagination-table-info {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

.table-wrapper .pagination-table-info .table-info span {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1rem;
    color: var(--paragraph-color);
}

.table-wrapper .pagination-table-info.two {
    background: rgba(0, 167, 172, 0.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-color2);
    border-color: var(--primary-color2);
}

.pagination-area .pagination .page-item.disabled .page-link {
    opacity: 0.5;
}

.pagination-area .pagination .page-item .page-link {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 14px;
    color: #595959;
    background-color: transparent;
    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-color2);
    border-color: var(--primary-color2);
}

.pagination-area .pagination .page-item:last-child {
    margin-left: 15px;
}

.pagination-area .pagination .page-item:last-child .page-link {
    border-color: var(--primary-color2);
    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: 0px;
    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: var(--primary-color2);
    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: 0px;
    top: 2px;
    transition: 0.35s;
}

.pagination-area li.arrow.disabled {
    pointer-events: none;
}

.pagination-area li.page-item.active a {
    pointer-events: none;
}

.pagination-area li.page-item.active {
    cursor: text;
}

.featured-jobs-area .section-title h4 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 20px;
    color: var(--title-color);
    margin-bottom: 35px;
}

.dashboard-area-candidate .featured-jobs-area .section-title h4 {
    font-weight: 700;
    font-size: 32px;
}

.feature-slider2 {
    padding-top: 14px;
}

.feature-card2 {
    background: #ffffff;
    border: 1px solid rgba(var(--gadient-color), 0.3);
    border-radius: 5px;
    transition: 0.35s;
    padding-left: 25px;
}

.feature-card2 .company-area {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: rgba(var(--gadient-color), 0.07);
    position: relative;
    z-index: 1;
}

.feature-card2 .company-area>span {
    display: inline-block;
    background-color: rgba(var(--gadient-color), 0.7);
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 114%;
    width: 60px;
    z-index: -1;
}

@media (max-width: 576px) {
    .feature-card2 .company-area>span {
        height: 112%;
    }
}

.feature-card2 .company-area>span::after {
    content: "";
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: rgba(var(--gadient-color), 0.7);
    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: rgba(var(--gadient-color), 0.7);
    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-color);
    font-family: var(--font-mulish);
    transition: 0.35s;
    margin-right: 15px;
}

.feature-card2 .company-area .company-details .name-location h5 a:hover {
    color: var(--primary-color2);
}

.feature-card2 .company-area .company-details .name-location h5 span {
    display: flex;
    align-items: center;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 14px;
    color: var(--paragraph-color);
    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: 0px;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .feature-card2 .company-area .company-details .name-location ul {
        display: block;
    }
}

.feature-card2 .company-area .company-details .name-location ul li {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--paragraph-color);
    font-family: var(--font-mulish);
}

.feature-card2 .company-area .company-details .name-location ul li a {
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--paragraph-color);
    font-family: var(--font-mulish);
    transition: 0.35s;
}

.feature-card2 .company-area .company-details .name-location ul li a:hover {
    color: var(--primary-color2);
}

@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-color);
}

@media (max-width: 1399px) {
    .feature-card2 .company-area .company-details .name-location ul li:first-child {
        margin-right: 15px;
    }
}

.feature-card2 .company-area .company-details .bookmark {
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid rgba(var(--gadient-color), 0.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-color2);
    font-size: 14px;
    transition: 0.35s;
}

.feature-card2 .company-area .company-details .bookmark:hover {
    background-color: var(--primary-color2);
}

.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: var(--primary-color2);
    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-color);
    font-family: var(--font-mulish);
    padding-left: 15px;
}

.feature-card2 .job-discription ul li p .title {
    font-family: var(--font-mulish);
    color: var(--paragraph-color);
}

.feature-card2 .job-discription ul li p .time {
    font-family: var(--font-mulish);
    color: var(--paragraph-color);
    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-color2);
}

@media (max-width: 576px) {
    .feature-card2 .job-discription ul.one {
        margin-bottom: 3px;
    }
}

.feature-card2 .job-type-apply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

@media (max-width: 576px) {
    .feature-card2 .job-type-apply {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.feature-card2 .job-type-apply .job-type {
    display: flex;
    align-items: center;
    gap: 20px;
}

.feature-card2 .job-type-apply .job-type span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--font-mulish);
    border-radius: 50px;
    padding: 5px 21px;
}

.feature-card2 .job-type-apply .apply-btn a {
    color: var(--primary-color2);
    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 var(--primary-color2);
}

.my-profile-inner .section-title {
    margin-bottom: 50px;
}

.my-profile-inner .section-title h5 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color);
    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: #eeeeee;
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    right: 0;
}

.resume-area {
    background: #ffffff;
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 50px 65px;
    position: relative;
}

@media (max-width: 576px) {
    .resume-area {
        padding: 50px 30px;
    }
}

.resume-area .pl-40 {
    padding-left: 40px;
}

@media (max-width: 1399px) {
    .resume-area .pl-40 {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .resume-area .pl-40 {
        padding-left: calc(var(--bs-gutter-x) / 2);
    }
}

.resume-area .edit-resume-btn {
    position: absolute;
    right: 65px;
    top: 20px;
}

.resume-area .edit-resume-btn a {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--primary-color2);
    display: flex;
    align-items: center;
    transition: 0.35s;
}

.resume-area .edit-resume-btn a svg {
    fill: var(--primary-color2);
    margin-left: 5px;
    transition: 0.35s;
}

.resume-area .edit-resume-btn a:hover {
    color: var(--title-color);
}

.resume-area .edit-resume-btn a:hover svg {
    fill: var(--title-color);
}

.resume-area::after {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--primary-color2);
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.resume-area .author-area {
    display: flex;
    align-items: center;
}

@media (max-width: 1399px) {
    .resume-area .author-area {
        flex-wrap: wrap;
    }
}

.resume-area .author-area .author-img {
    height: 140px;
    width: 135px;
    border-radius: 5px;
}

.resume-area .author-area .author-img img {
    height: 140px;
    width: 135px;
    border-radius: 5px;
}

.resume-area .author-area .name-degination {
    padding: 35px 20px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .resume-area .author-area .name-degination {
        padding: 35px 20px;
    }
}

@media (max-width: 1399px) {
    .resume-area .author-area .name-degination {
        padding: 35px 20px;
    }
}

.resume-area .author-area .name-degination h4 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 1.1;
    color: var(--primary-color2);
    margin-bottom: 10px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .resume-area .author-area .name-degination h4 {
        font-size: 1.375rem;
    }
}

@media (max-width: 1399px) {
    .resume-area .author-area .name-degination h4 {
        font-size: 1.375rem;
    }
}

.resume-area .author-area .name-degination span {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: var(--paragraph-color);
}

.resume-area .contact-area {
    text-align: left;
}

.resume-area .contact-area h4 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--title-color);
    margin-bottom: 18px;
}

.resume-area .contact-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.resume-area .contact-area ul li {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
    display: flex;
    align-items: baseline;
    justify-content: start;
    margin-bottom: 12px;
}

@media (max-width: 576px) {
    .resume-area .contact-area ul li {
        flex-wrap: wrap;
    }
}

.resume-area .contact-area ul li:last-child {
    margin-bottom: 0;
}

.resume-area .contact-area ul li a {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 16px;
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
    padding-left: 5px;
    word-break: break-all;
}

.resume-area .contact-area ul li span {
    height: 24px;
    min-width: 24px;
    border: 1px solid rgba(var(--gadient-color), 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.resume-area .section-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.resume-area .section-title h6 {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 1.063rem;
    color: var(--title-color);
    margin-bottom: 0;
    background-color: var(--white);
    white-space: nowrap;
    padding: 0px 20px 0px 0px;
}

.resume-area .section-title .dash {
    position: relative;
    width: 100%;
}

.resume-area .section-title .dash::after {
    content: "";
    width: 100%;
    opacity: 0.5;
    border: 1px dashed var(--primary-color2);
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    right: 0;
}

.resume-area .single-information-area {
    margin-bottom: 30px;
}

.resume-area .single-information-area p {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 15px;
    color: var(--paragraph-color);
    line-height: normal;
}

.resume-area .single-information-area .devaider1::before {
    content: "";
    height: 100%;
    width: 1px;
    background: #d9d9d9;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .resume-area .single-information-area .devaider1::before {
        width: 100%;
        height: 1px;
        bottom: -12px;
        top: unset;
        transform: unset;
    }
}

.resume-area .single-information-area .devaider1::after {
    content: "";
    height: 33px;
    width: 3px;
    background-color: var(--primary-color2);
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .resume-area .single-information-area .devaider1::after {
        width: 33px;
        height: 3px;
        top: unset;
        left: 50%;
        bottom: -13px;
        transform: translateX(-50%);
    }
}

.resume-area .single-information-area .description p {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 26px;
    color: var(--font-mulish);
    margin-bottom: 0;
}

td.informations{text-align:left !important;}
 .informations ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; text-align:left; font-size:14px;
}
.extra_information{padding:15px}

.resume-area .single-information-area .informations ul li {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 15px;
    color: var(--paragraph-color);
    margin-bottom: 5px;
}

.resume-area .single-information-area .informations ul li:last-child {
    margin-bottom: 0;
}

.resume-area .single-information-area .informations ul li span {
    color: var(--title-color);
}

.resume-area .single-information-area .educational-qualification {
    display: flex;
    gap: 150px;
}

@media (max-width: 991px) {
    .resume-area .single-information-area .educational-qualification {
        gap: 80px;
    }
}

@media (max-width: 767px) {
    .resume-area .single-information-area .educational-qualification {
        gap: 30px;
        flex-wrap: wrap;
    }
}

.resume-area .single-information-area .educational-qualification .passing-year {
    white-space: nowrap;
    position: relative;
}

.resume-area .single-information-area .educational-qualification .passing-year::after {
    content: "";
    height: 1px;
    width: 120px;
    position: absolute;
    top: 10px;
    background-color: rgba(var(--primary-color2-opc), 0.2);
    right: -135px;
}

@media (max-width: 991px) {
    .resume-area .single-information-area .educational-qualification .passing-year::after {
        width: 60px;
        right: -70px;
    }
}

@media (max-width: 767px) {
    .resume-area .single-information-area .educational-qualification .passing-year::after {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        top: unset;
        bottom: -15px;
    }
}

.resume-area .single-information-area .educational-qualification .passing-year>span {
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: rgba(var(--primary-color2-opc), 0.2);
    position: absolute;
    right: -83px;
    top: 7px;
    transform: translate(-50%);
}

@media (max-width: 991px) {
    .resume-area .single-information-area .educational-qualification .passing-year>span {
        right: -48px;
    }
}

@media (max-width: 767px) {
    .resume-area .single-information-area .educational-qualification .passing-year>span {
        right: 0;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
        bottom: -18px;
    }
}

.resume-area .single-information-area .educational-qualification .passing-year>span::after {
    content: "";
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid rgba(var(--primary-color2-opc), 0.2);
    position: absolute;
    left: -3px;
    top: -3px;
}

.resume-area .single-information-area .educational-qualification .passing-year p {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 18px;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.resume-area .single-information-area .educational-qualification .passing-year p>span {
    color: var(--title-color);
    padding-right: 10px;
}

.resume-area .single-information-area .educational-qualification .education-dt h6 {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1.063rem;
    color: var(--title-color);
    margin-bottom: 15px;
}

.resume-area .single-information-area .educational-qualification .education-dt>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.resume-area .single-information-area .educational-qualification .education-dt>ul li {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 15px;
    color: var(--paragraph-color);
    padding-right: 20px;
    padding-left: 15px;
    position: relative;
}

.resume-area .single-information-area .educational-qualification .education-dt>ul li span {
    color: var(--title-color);
}

.resume-area .single-information-area .educational-qualification .education-dt>ul li::after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.resume-area .single-information-area .educational-qualification .education-dt .position {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 18px;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.resume-area .single-information-area .educational-qualification .education-dt .position>span {
    color: var(--title-color);
    padding-right: 10px;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility {
    padding-top: 10px;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility h6 {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--title-color);
    margin-bottom: 15px;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility ul li {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--paragraph-color);
    padding-right: 20px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility ul li::after {
    content: "";
    height: 1px;
    width: 18px;
    border-radius: 50%;
    background: #595959;
    position: absolute;
    left: 0;
    top: 11px;
}

.resume-area .single-information-area .educational-qualification .education-dt .responsibility ul li:last-child {
    margin-bottom: 0;
}

.resume-area .single-information-area .tag-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.resume-area .single-information-area .tag-area ul li {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--paragraph-color);
}

.resume-area .single-information-area .social-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.resume-area .single-information-area .social-area ul li a {
    display: flex;
    align-items: center;
    border-radius: 5px;
    position: relative;
    transition: 0.5s all ease;
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--primary-color2);
    border: 1px solid rgba(var(--gadient-color), 0.2);
    padding: 4px 24px;
    position: relative;
    z-index: 1;
}

.resume-area .single-information-area .social-area ul li 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: var(--primary-color2);
    z-index: -2;
}

.resume-area .single-information-area .social-area ul li a:hover {
    color: var(--white);
}

.resume-area .single-information-area .social-area ul li a:hover::after {
    left: 0;
    right: 0;
    opacity: 1;
}

.resume-area .declaration-area h6 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.063rem;
    color: var(--title-color);
    margin-bottom: 8px;
}

.resume-area .declaration-area p {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 18px;
    color: var(--paragraph-color);
}

.resume-area .gratitude-area span {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 1rem;
    line-height: 19px;
    color: var(--paragraph-color);
    display: inline-block;
    margin-bottom: 3px;
}

.resume-area .gratitude-area h6 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.063rem;
    color: var(--title-color);
    margin-bottom: 0;
}

.dowunload-btn a {
    display: inline-block;
}

.dashboard-area .dowunload-btn i {
    margin-right: 10px;
}

.resume-area pre {
    display: block;
    margin: 0 0 20px 0;
    padding: 15px;
    color: var(--paragraph-color);
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    word-wrap: break-word;
    max-width: 100%;
    font-family: var(--font-mulish);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}

/*=======================================
 Company dashboard
=======================================*/
.company-job-detaiils-page .job-details-and-counter-area {
    background: #ffffff;
    border-radius: 5px;
    padding: 50px 40px;
}

@media (max-width: 576px) {
    .company-job-detaiils-page .job-details-and-counter-area {
        padding: 50px 20px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area h3 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.875rem;
    color: var(--primary-color2);
    margin-bottom: 12px;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area h3 span {
    color: var(--title-color);
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 576px) {
    .company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area ul {
        display: block;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area ul li {
    font-family: var(--font-mulish);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: var(--paragraph-color);
    display: flex;
    gap: 5px;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area ul li span {
    font-family: var(--font-mulish);
    font-weight: 500;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .job-title-area ul li:first-child {
    margin-bottom: 3px;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 15px 40px;
}

@media (max-width: 576px) {
    .company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group {
        padding: 12px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 576px) {
    .company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul {
        gap: 20px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li a {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 8px;
    transition: 0.35s;
}

@media (max-width: 576px) {
    .company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li a {
        gap: 5px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li a span {
    height: 28px;
    width: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00b4dc;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li a:hover {
    color: #00b4dc;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li:nth-child(2) a span {
    background: #00cc9b;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li:nth-child(2) a:hover {
    color: #00cc9b;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li:nth-child(3) a span {
    background: #0082e0;
}

.company-job-detaiils-page .job-details-and-counter-area .job-title-and-action-btn-area .action-btn-group ul li:nth-child(3) a:hover {
    color: #0082e0;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 167, 172, 0.12);
}

@media (max-width: 767px) {
    .company-job-detaiils-page .job-details-and-counter-area .filter-button-group {
        flex-wrap: wrap;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .back-btn {
    padding-bottom: 12px;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .back-btn a {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: #00b4dc;
    transition: 0.35s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .back-btn a svg {
    fill: #00b4dc;
    transition: 0.35s;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .back-btn a:hover {
    color: var(--primary-color2);
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .back-btn a:hover svg {
    fill: var(--primary-color2);
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 50px;
    width: 100%;
    border: none;
}

@media (max-width: 767px) {
    .company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs {
        gap: 17px;
        margin-right: 20px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link {
    padding: 0;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    border: none;
    position: relative;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link svg {
    fill: var(--paragraph-color);
    margin-right: 5px;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link:focus {
    border: none;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link.active {
    border: none;
    position: relative;
    color: var(--title-color);
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link.active svg {
    fill: var(--title-color);
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    border-bottom: 1px solid var(--primary-color2);
    width: 100%;
}

.company-job-detaiils-page .job-details-and-counter-area .filter-button-group .nav-tabs .nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    height: 20px;
    width: 20px;
    background-color: var(--white);
    transform: rotate(45deg) translateX(-50%);
    border: 1px solid var(--primary-color2);
    border-left: none;
    border-top: none;
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single {
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 25px 15px;
    text-align: center;
    position: relative;
    transition: 0.35s;
}

@media (max-width: 1399px) {
    .company-job-detaiils-page .job-details-and-counter-area .counter-single {
        padding: 25px 12px;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single .total-number {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f8f8f8;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single .total-number h3 {
    margin-bottom: 0;
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 24px;
    color: var(--white);
    line-height: 1;
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single p {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--title-color);
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .company-job-detaiils-page .job-details-and-counter-area .counter-single p {
        font-size: 1rem;
    }
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.one .total-number {
    background: #0082e0;
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.two .total-number {
    background: #f97137;
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.three .total-number {
    background: #0199ee;
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.four .total-number {
    background: #dfa100;
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.five .total-number {
    background: #00d287;
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.six .total-number {
    background: #ff2121;
    border: 1px dashed rgba(6, 20, 33, 0.25);
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single.six p {
    color: #ff2121;
}

.company-job-detaiils-page .job-details-and-counter-area .counter-single:hover::after {
    background: var(--primary-color2);
}

.company-job-detaiils-page .applied-list-wrap {
    position: relative;
}

.company-job-detaiils-page .applied-list-wrap .filter-area {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 40px 25px;
    position: sticky;
    top: 90px;
}

@media (max-width: 1199px) {
    .company-job-detaiils-page .applied-list-wrap .filter-area {
        padding: 40px 15px;
    }
}

@media (max-width: 991px) {
    .company-job-detaiils-page .applied-list-wrap .filter-area {
        position: relative;
        top: unset;
    }
}

.company-job-detaiils-page .applied-list-wrap .filter-area::before {
    content: "";
    width: 100%;
    height: 4px;
    background: #059669;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0px 0px;
}

.company-job-detaiils-page .applied-list-wrap .filter-area h5 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color);
    margin-bottom: 25px;
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2 {
    width: 99% !important;
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-container .select2-selection--single {
    height: 46px;
    display: flex;
    align-items: center;
    background: #f6f6f6;
    border-color: #f6f6f6 !important;
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
    visibility: hidden;
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-selection__rendered {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-dropdown {
    border-color: #eee;
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    left: 50%;
    margin-left: -7px;
    margin-top: -2px;
    position: absolute;
    top: 47%;
    border-bottom: 1px solid var(--primary-color2);
    border-right: 1px solid var(--primary-color2);
    height: 8px;
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
}

.company-job-detaiils-page .applied-list-wrap .select-area .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-width: 0 4px 5px 4px;
    border-top: 1px solid var(--primary-color2);
    border-left: 1px solid var(--primary-color2);
    height: 8px;
    width: 8px;
    top: 59%;
}

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

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

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

.table-wrapper2 .table-filter-area {
    background: #ffffff;
    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 .filter-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 1399px) {
    .table-wrapper2 .table-filter-area .filter-menu {
        gap: 15px;
    }
}

@media (max-width: 1199px) {
    .table-wrapper2 .table-filter-area .filter-menu {
        flex-wrap: wrap;
        justify-content: start;
    }
}

.table-wrapper2 .table-filter-area .filter-menu .search-job-form {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

@media (max-width: 1199px) {
    .table-wrapper2 .table-filter-area .filter-menu .search-job-form {
        display: block;
    }
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap {
    background: #eff3f2;
    border-radius: 5px;
    padding: 12px 15px;
    min-width: 275px;
    height: 78px;
}

@media (max-width: 1399px) {
    .table-wrapper2 .table-filter-area .filter-menu .form-wrap {
        min-width: 230px;
    }
}

@media (max-width: 1199px) {
    .table-wrapper2 .table-filter-area .filter-menu .form-wrap {
        width: 100%;
    }
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner {
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    gap: 20px;
    height: 52px;
}

@media (min-width: 1400px) {
    .table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner.show-per-page-t {
        gap: 50px;
    }
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner.show-per-page-t .select-area .nice-select {
    max-width: 40px;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner.show-per-page-t .select-area .nice-select .list {
    min-width: 60px;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner h6 {
    margin: 0;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner p {
    margin: 0;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--title-color);
    white-space: nowrap;
}

.table-wrapper2 .table-filter-area .filter-menu .form-inner.show-per-page-t p {
    font-weight: 600;
}

.table-wrapper2 .table-filter-area .filter-menu .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 .filter-menu .form-wrap .form-inner .button-wrap ul li {
    margin-bottom: 0;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner .button-wrap ul li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(46, 125, 50);
    padding-left: 8px;
}

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

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner .select-area {
    width: 100%;
}

.table-wrapper2 .table-filter-area .filter-menu .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-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--title-color);
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner .select-area .nice-select .list {
    width: 100%;
    top: 45px;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner .select-area .nice-select .list li {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 18px;
    color: var(--title-color);
    display: flex;
    align-items: center;
    padding: 0px 15px;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner .select-area .nice-select::after {
    border-bottom: 1px solid var(--title-color);
    border-right: 1px solid var(--title-color);
    height: 8px;
    margin-top: -5px;
    right: 0;
    top: 50%;
    width: 8px;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-2 {
    display: flex;
    align-items: center;
    width: 100%;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-2 .form-inner {
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    gap: 20px;
    height: 52px;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-3 .form-inner {
    width: 100%;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-3 .form-inner .input-area {
    display: flex;
    align-items: center;
    width: 100%;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-3 .form-inner .input-area img {
    margin-right: 10px;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-3 .form-inner .input-area input {
    width: 100%;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--title-color);
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-3 .form-inner .input-area input::-moz-placeholder {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: #a6a6a6;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-3 .form-inner .input-area input::placeholder {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: #a6a6a6;
}

.table-wrapper2 .table-filter-area .filter-menu .form-wrap.style-3 button {
    padding: 12px 27px;
    border: 1px solid var(--primary-color2);
    color: var(--primary-color2);
    margin-left: 15px;
}

.table-wrapper2 .table-filter-area .filter-menu .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-mulish);
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--title-color);
    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: var(--primary-color2);
    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: var(--primary-color2);
    border-radius: 5px;
    border: 1px solid var(--primary-color2);
}

@media (max-width: 767px) {
    .table-wrapper2 .eg-table thead {
        display: none;
        visibility: hidden;
    }
}

.table-wrapper2 .eg-table thead tr {
    border-color: var(--primary-color2);
}

.table-wrapper2 .eg-table thead tr th {
    font-family: var(--font-mulish);
    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: #ffffff;
    border: 1px solid rgba(var(--gadient-color), 0.12);
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .table-wrapper2 .eg-table tbody tr {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

.table-wrapper2 .eg-table tbody tr td {
    padding: 20px;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .table-wrapper2 .eg-table tbody tr td {
        padding: 20px 10px;
    }
}

.table-wrapper2 .eg-table tbody tr td .employee-info {
    display: flex;
    gap: 15px;
}

@media (max-width: 576px) {
    .table-wrapper2 .eg-table tbody tr td .employee-info {
        flex-wrap: wrap;
    }
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal {
    z-index: 99999;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .modal-dialog {
    max-width: 1320px;
    margin: 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-color2);
}

.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-mulish);
    font-weight: 500;
    font-size: 0.875rem;
    color: #ffffff;
    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-color2);
}

.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-mulish);
    font-weight: 500;
    font-size: 0.875rem;
    color: #ffffff;
    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: 70px;
    width: 70px;
}

.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-mulish);
    font-weight: 600;
    font-size: 1rem;
    color: var(--title-color);
    text-align: start;
    background-color: transparent;
    padding: 0;
    border: none;
    display: block;
    margin-bottom: 2px;
    transition: 0.35s;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content button::before {
    background-color: unset;
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content button:hover {
    color: var(--primary-color2);
}

.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-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--paragraph-color);
    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-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--paragraph-color);
}

.table-wrapper2 .eg-table tbody tr td .employee-info .employee-content p span {
    font-weight: 500;
    color: var(--title-color);
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary h6 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1rem;
    color: var(--title-color);
    margin-bottom: 8px;
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary h6 span {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--paragraph-color);
}

.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-mulish);
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--paragraph-color);
    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 var(--primary-color2);
    position: absolute;
    left: 0;
    top: 7px;
}

.table-wrapper2 .eg-table tbody tr td .carrer-summary ul li span {
    font-weight: 500;
    color: var(--title-color);
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.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 button {
    width: 105px;
    background: #0087d3;
    border-radius: 4px;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.875rem;
    color: #ffffff;
    padding: 3px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    margin-bottom: 15px;
}

.table-wrapper2 .eg-table tbody tr td .action-btn-group ul li:last-child button {
    margin-bottom: 0;
}

.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-color);
    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;
    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-color2);
}

.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-mulish);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title-color);
    transition: 0.35s;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content h5 a:hover {
    color: var(--primary-color2);
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content p {
    margin-bottom: 10px;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    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-mulish);
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 21px;
    color: var(--title-color);
    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-color2);
    border-color: var(--primary-color2);
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .job-content .form-check-input:focus {
    border-color: var(--primary-color2);
    outline: 0;
    box-shadow: none;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 1.125rem;
    color: var(--title-color);
    background: rgba(0, 110, 189, 0.08);
    border: 1px solid rgba(0, 110, 189, 0.15);
    border-radius: 4px;
    padding: 4px 16px;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number.light-orange {
    background: rgba(251, 96, 30, 0.08);
    border: 1px solid rgba(251, 96, 30, 0.15);
    color: #fb601e;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number.light-yellow {
    background: rgba(198, 143, 0, 0.08);
    border: 1px solid rgba(198, 143, 0, 0.15);
    color: #c68f00;
}

.table-wrapper2 .eg-table.job-list-table tbody tr td .total-number.deep-pink {
    background: rgba(226, 0, 136, 0.08);
    border: 1px solid rgba(226, 0, 136, 0.15);
    color: #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-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color);
}

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

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td .status {
    background-color: transparent;
    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-color2);
}

.table-wrapper2 .eg-table.plan-invoice-table tbody tr td .status:hover {
    color: var(--title-color);
}

.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-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    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-color);
    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: transparent;
    border: 1px solid rgba(0, 167, 172, 0.3);
    color: var(--primary-color2);
    border-radius: 5px;
}

.table-wrapper2 .eg-table .transparent-btn:hover {
    border-color: transparent;
}

.table-wrapper2 .eg-table .active {
    color: var(--primary-color2);
    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: rgba(3, 157, 205, 0.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: #ffffff;
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 15px 20px;
}

@media (max-width: 767px) {
    .table-wrapper2 .pagination-table-info {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.table-wrapper2 .pagination-table-info .table-info span {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--paragraph-color);
}

.table-wrapper2 .eg-table li {
    margin-bottom: 0;
    list-style: none;
}

.company-dashboard .form-wrapper form .form-inner .nice-select {
    color: var(--title-color);
    font-weight: 600;
}

.form-wrapper form .form-inner .nice-select {
    height: 46px;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--paragraph-color);
    width: 100%;
    display: flex;
    align-items: center;
    border: unset;
}

.form-wrapper form .form-inner .nice-select::after {
    border-bottom: 1px solid var(--primary-color2);
    border-right: 1px solid var(--primary-color2);
    height: 8px;
    margin-top: -6px;
    right: 27px;
    top: 50%;
    width: 8px;
}

.form-wrapper form .form-inner .nice-select .list {
    width: auto;
    max-height: 200px;
    overflow-y: auto;
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    padding: 10px 0;
    margin: 0;
}

/* Images upload area */
.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 .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 rgba(0, 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: rgba(var(--primary-color2-opc), 0.4);
    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-color2);
    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: transparent;
    color: var(--primary-color2);
    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-mulish);
    font-weight: 500;
    font-size: 18px;
    color: var(--title-color1);
    margin-bottom: 20px;
}

.form-wrapper form .company-images-area .company-logo-area span.remove {
    padding: 0;
}

.form-wrapper form .company-images-area .company-logo-area span {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 16px;
    color: var(--paragraph-color);
    display: inline-block;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .form-wrapper form .company-images-area .company-logo-area span {
        padding-top: 0px;
    }
}

.form-wrapper form .company-images-area .company-cover-photo-area {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .form-wrapper form .company-images-area .company-cover-photo-area {
        padding-left: 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-mulish);
    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-mulish);
    font-weight: 400;
    font-size: 16px;
    color: var(--paragraph-color);
    display: inline-block;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .form-wrapper form .company-images-area .company-cover-photo-area span {
        padding-top: 0px;
    }
}

.form-wrapper form .form-inner .input-area img {
    padding-left: 20px;
}

.form-wrapper form .form-inner textarea {
    width: 100%;
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    min-height: 150px;
    padding: 20px;
    width: 100%;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--title-color);
    line-height: 1;
    transition: 0.35s;
}

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

@media (max-width: 576px) {
    .dropzone-desc {
        width: 100%;
    }
}

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

.form-wrapper form .add-row button:hover {
    color: var(--title-color);
}

.form-wrapper form .add-row button.remove {
    color: red;
    margin-bottom: 20px;
}

.form-wrapper form .add-row button:hover {
    color: var(--title-color);
}

.table-wrapper2 .eg-table thead tr th {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--white);
    padding: 15px 20px;
    vertical-align: middle;
    background: transparent;
}

.form-wrapper form .info-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.form-wrapper form .info-title h6 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.063rem;
    line-height: 20px;
    color: var(--title-color);
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
    background-color: var(--white);
    white-space: nowrap;
    padding: 0px 20px 0px 0px;
}

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

.form-wrapper form .info-title .dash::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(var(--primary-color2-opc), 0.4);
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    right: 0;
}

.form-wrapper .location-map {
    border-radius: 10px;
}

.form-wrapper .location-map iframe {
    width: 100%;
    min-height: 210px;
    border-radius: 10px;
}

.form-wrapper .privacy-security-area .single-permission {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.form-wrapper form .w-unset {
    width: unset;
    display: inline-block;
}

@media (max-width: 576px) {
    .form-wrapper .privacy-security-area .single-permission {
        flex-wrap: wrap;
    }
}

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

@media (max-width: 576px) {
    .select2-selection .select2-search__field {
        min-height: unset !important;
        min-height: 40px !important;
        max-height: 40px !important;
        padding: 12px 0 !important;
        margin: 0 !important;
    }
}

/* Candidate Dashboard */
.dashboard-area .applied-job-area .modal-dialog {
    max-width: 800px;
}

.form-wrapper form .drag-area {
    height: 130px;
    width: 130px;
    background: #f8f8f8;
    background-image: url(../images/bg/image-upload-bg.png);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    right: 0;
}

.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 .dropify-wrapper .dropify-message {
    top: 70%;
}

/* Edit Profile Inner Navbar */
.edit-profile-inner .form-wrapper .nav-pills {
    border-radius: 100px;
    border: 1px solid var(--borders-color);
    gap: 35px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.edit-profile-inner .form-wrapper .nav-pills .nav-item .nav-link {
    color: var(--title-color2);
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    background-color: #e7f8f2;
    border-radius: 50px;
    padding: 10px 20px;
    transition: 0.5s;
}

.edit-profile-inner .form-wrapper .nav-pills .nav-item .nav-link.active {
    background-color: var(--primary-color2);
    color: var(--white-color);
}

.edit-profile-inner .form-wrapper .nav-pills .nav-item .nav-link:hover {
    background-color: var(--primary-color2);
    color: var(--white-color);
}

.edit-profile-inner .dropify-wrapper .dropify-clear {
    background: var(--primary-color2);
}

.edit-profile-inner .dropify-wrapper:hover {
    background-size: 30px 30px;
    background-image: url(../images/bg/image-upload-bg.png);
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite;
}

.edit-profile-inner .dropify-wrapper .dropify-clear {
    top: 15px;
    right: 0px;
}

/* Salary Wrap */
.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 var(--primary-color2);
    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-color2);
    border-color: var(--primary-color2);
}

.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-inter);
    color: var(--paragraph-color);
}

.form-wrapper form .salary-wrap .containerss .bi {
    color: #ffcc33;
    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-inter);
    font-weight: 500;
    font-size: 14px;
    color: var(--title-color1);
    line-height: normal;
}

.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: 4px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid rgba(var(--primary-color2-opc), 0.5);
    border-radius: 50%;
}

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

.form-wrapper form .salary-wrap .checkbox-container input:checked~.checkmark {
    background-color: var(--primary-color2);
    border-color: rgba(var(--primary-color2-opc), 0.5);
    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: -9px;
}

.form-wrapper form .section-title2 {
    margin-bottom: 30px;
}

/* Cookie consent css */
.js-cookie-consent-area {
    padding: 20px 20px;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    position: fixed;
    bottom: 30px;
    background: white;
    left: 0;
    right: 0;
    border-radius: 5px;
    z-index: 9999;
}

.js-cookie-consent .cookie-content h4 {
    font-size: 22px;
    font-weight: 600;
    color: black;
    margin-bottom: 5px;
}

.js-cookie-consent .cookie-content p {
    font-size: 15px;
    font-weight: 400;
    color: black;
    margin-bottom: 0;
    color: #696969;
}

.js-cookie-consent .cookie-btn-grp .js-cookie-consent-agree,
.js-cookie-consent .cookie-btn-grp .js-cookie-consent-reject {
    padding: 12px 45px;
    font-size: 16px;
    font-weight: 600;
    border: unset;
    white-space: nowrap;
    border-radius: 5px;
}

.js-cookie-consent .cookie-btn-grp .js-cookie-consent-agree {
    background-color: #000;
    color: #fff;
}

.js-cookie-consent .cookie-btn-grp .js-cookie-consent-reject {
    background-color: #fff;
    color: black;
    border: 1px solid #000;
}

.js-cookie-consent .cookie-content {
    max-width: 720px;
}

.cookie-see-more-btn {
    cursor: pointer;
}

.cookie-description {
    display: none;
}

.cookie-description p,
.cookie-content p {
    display: inline;
}

.copyright-area a {
    color: var(--primary-color1);
}

/* Pricing Plan */
.pricing-plan-area .pricing-plan-card3 {
    background: #eff5f9;
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    padding: 90px 50px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .pricing-plan-area .pricing-plan-card3 {
        padding: 90px 30px;
    }
}

@media (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-card3 {
        padding: 90px 30px;
    }
}

@media (max-width: 1399px) {
    .pricing-plan-area .pricing-plan-card3 {
        padding: 90px 30px;
    }
}

@media (max-width: 576px) {
    .pricing-plan-area .pricing-plan-card3 {
        padding: 50px 20px;
    }
}

.pricing-plan-area .pricing-plan-card3 h4 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.375rem;
    color: var(--title-color1);
    margin-bottom: 40px;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .pricing-plan-area .pricing-plan-card3 .job-qty-area {
        padding: 12px 15px;
    }
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area h6 {
    margin-bottom: 0;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1.125rem;
    color: var(--title-color1);
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity {
    justify-content: center;
}

@media (max-width: 767px) {
    .pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity {
        justify-content: end;
    }
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav {
    padding: 0px;
    border-radius: 36px;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav input {
    font-size: 1rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-mulish);
    text-align: center;
    vertical-align: middle;
    box-sizing: content-box;
    margin: 0;
    padding: 0 5px;
    background-color: transparent;
    border: 1px solid rgba(0, 167, 172, 0.5);
    border-radius: 4px;
    min-width: 58px;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav button {
    height: 24px;
    width: 24px;
    line-height: 33px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #059669;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--title-color-dark);
    transition: 0.35s;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav button i {
    font-size: 18px;
    color: var(--primary-color1);
    transition: 0.35s;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav button:hover {
    background-color: var(--primary-color1);
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav button:hover i {
    color: var(--white);
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .nice-number {
    display: inline-flex;
    justify-content: stretch;
    align-items: center;
    gap: 10px;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .nice-number input {
    vertical-align: middle;
    box-sizing: content-box;
    margin: 0;
    text-align: center;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .nice-number input::-webkit-inner-spin-button,
.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .nice-number input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pricing-plan-area .pricing-plan-card3 table {
    width: 100%;
}

.pricing-plan-area .pricing-plan-card3 table tbody {
    width: 100%;
}

.pricing-plan-area .pricing-plan-card3 table tbody tr {
    height: 35px;
}

.pricing-plan-area .pricing-plan-card3 table tbody tr td {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
}

.pricing-plan-area .pricing-plan-card3 table tbody tr td:last-child {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 1rem;
    color: var(--primary-color1);
    display: flex;
    justify-content: end;
    color: var(--title-color1);
}

.pricing-plan-area .pricing-plan-card3 table tbody tr:nth-child(3) {
    border-bottom: 1px solid rgba(6, 20, 33, 0.12);
}

.pricing-plan-area .pricing-plan-card3 table tbody tr:last-child td {
    border-top: 1px solid rgba(6, 20, 33, 0.12);
}

.pricing-plan-area .pricing-plan-card3 table tbody tr:last-child td:last-child {
    font-weight: 500;
    font-size: 18px;
}

.pricing-plan-area .pricing-plan-card3 .total-price {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 2.188rem;
    text-align: center;
    color: var(--title-color1);
    margin-bottom: 0;
    padding-top: 10px;
}

.pricing-plan-area .pricing-plan-card3 .primry-btn-2 {
    margin-top: 30px;
    width: 100%;
    justify-content: center;
    padding: 12px 28px;
}

.pricing-plan-area .add-area {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .pricing-plan-area .add-area {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.pricing-plan-area .add-area p {
    margin-bottom: 0;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1.25rem;
    color: var(--title-color1);
}

.pricing-plan-area .add-area p span {
    color: #fd3232;
}

.pricing-plan-area .add-area a {
    padding: 5px 20px;
    border-color: var(--primary-color1);
    color: var(--primary-color1);
    white-space: nowrap;
}

.pricing-plan-area .add-area a:hover {
    color: var(--white);
}

.pricing-plan-area .advertuse-area h4 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.625rem;
    color: var(--title-color1);
    margin-bottom: 22px;
}

.pricing-plan-area .advertuse-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-plan-area .advertuse-area ul li {
    margin-bottom: 15px;
    display: flex;
    position: relative;
}

.pricing-plan-area .advertuse-area ul li::before {
    content: "";
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: var(--primary-color1);
    position: absolute;
    left: 0;
    top: 7px;
    height: 12px;
    width: 8px;
}

.pricing-plan-area .advertuse-area ul li img {
    margin-right: 6px;
}

.pricing-plan-area .advertuse-area ul li:last-child {
    margin-bottom: 0;
}

.pricing-plan-area .advertuse-area ul li p {
    margin-bottom: 0;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 1.25rem;
    color: var(--paragraph-color);
    padding-left: 15px;
}

.pricing-plan-area .advertuse-area ul li p span {
    font-weight: 500;
    color: var(--title-color1);
}

/* payment options */
.details-form .payment-options {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .details-form .payment-options {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.details-form .payment-options li {
    padding-left: 25px;
    position: relative;
    line-height: 1;
    color: var(--black-color);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.details-form .payment-options li .checked {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #d2e7ef;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -1px;
    left: 0;
}

.details-form .payment-options li .checked svg {
    fill: var(--black-color);
    opacity: 0;
}

.details-form .payment-options li.active .checked {
    background-color: var(--white);
}

.details-form .payment-options li.active .checked svg {
    opacity: 1;
}

.details-form .details-form-title {
    margin-bottom: 40px;
}

.details-form .payment-form .form-inner .card-number-input {
    position: relative;
}

.details-form .payment-form .form-inner .card-number-input img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

/* Custom Datepicker Style*/
div#ui-datepicker-div {
    border: 1px solid transparent;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
    border-radius: 0px;
    margin-top: 8px;
    margin-left: -15px;
}

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

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

.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-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-prev:hover,
.ui-datepicker-next:hover {
    border: 1px solid var(--primary-color2);
    background-color: inherit;
}

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

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid var(--primary-color2) !important;
    color: var(--primary-color2) !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid rgba(238, 238, 238, 0.5);
    background: var(--white);
    font-weight: normal;
    padding: 4px;
    transition: all 0.45s ease;
    color: var(--paragraph-color);
    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-color2);
    color: var(--primary-color2);
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 35%;
    border-radius: 5px;
    font-size: 15px;
    padding: 2px;
    font-weight: 400;
    color: #444;
}

.modal {
    z-index: 99999;
}

.modal-dialog {
    max-width: 1320px;
    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;
}

.company-job-detaiils-page .cv-show .modal-header .button-groups ul,
.company-dashboard .cv-show .modal-header .button-groups ul {
    display: block;
}

.company-job-detaiils-page .cv-show .modal-header .button-groups ul li,
.company-dashboard .cv-show .modal-header .button-groups ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 576px) {
    .company-dashboard .cv-show .modal-header .button-groups ul li {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.modal-header .button-groups ul li .primary-bg {
    background: var(--primary-color2);
}

.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-inter);
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
}

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

.set-interview-modal .modal-body {
    display: flex;
}

.set-interview-modal button.primary-btn-2.set-inteview {
    margin-left: 15px;
}

.job-details-content>p {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 28px;
}

.job-details-content>p span {
    font-size: 1.125rem;
    color: var(--title-color1);
    font-weight: 600;
    font-family: var(--font-mulish);
}

.job-details-content h6 {
    font-size: 1.125rem;
    color: var(--title-color1);
    font-weight: 600;
    font-family: var(--font-mulish);
    margin-bottom: 0;
}

.job-details-content>h6 {
    margin-top: 20px;
}

.job-details-content>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 5px;
    margin-bottom: 35px;
}
.previewContent .job-details-content>h6 {
    margin-bottom: 10px;
}

.job-details-content>ul li {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 1rem;
    line-height: 30px;
    color: var(--paragraph-color);
    margin-bottom: 7px;
    padding-left: 15px;
    position: relative;
}

.job-details-content>ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: rgba(var(--gadient-color), 0.5);
    position: absolute;
    left: 0;
    top: 10px;
}

.job-details-content>ul li:last-child {
    margin-bottom: 0;
}

.job-details-content .job-list-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 50px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .job-details-content .job-list-content {
        gap: 30px;
    }
}

@media (max-width: 1399px) {
    .job-details-content .job-list-content {
        gap: 30px;
    }
}

@media (max-width: 1199px) {
    .job-details-content .job-list-content {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.job-details-content .job-list-content .company-area {
    display: flex;
    align-items: center;
    position: relative;
}

.job-details-content .job-list-content .company-area .logo {
    margin-right: 20px;
}

@media (max-width: 1399px) {
    .job-details-content .job-list-content .company-area .logo {
        margin-right: 10px;
    }
}

.job-details-content .job-list-content .company-area .logo img {
    border-radius: 50%;
    height: auto;
    width: 60px;
}

.job-details-content .job-list-content .company-area .company-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.job-details-content .job-list-content .company-area .company-details .name-location h5 {
    margin-bottom: 3px;
}

.job-details-content .job-list-content .company-area .company-details .name-location h5 a {
    font-size: 1.063rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-mulish);
    transition: 0.35s;
}

.job-details-content .job-list-content .company-area .company-details .name-location h5 a:hover {
    color: var(--primary-color1);
}

.job-details-content .job-list-content .company-area .company-details .name-location p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 0.938rem;
    font-weight: 500;
    color: var(--paragraph-color);
    font-family: var(--font-inter);
}

.job-details-content .job-list-content .company-area .company-details .name-location p a {
    color: var(--paragraph-color);
}

.job-details-content .job-list-content .company-area .company-details .name-location p img {
    margin-right: 8px;
}

.job-details-content .job-list-content .job-discription {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .job-details-content .job-list-content .job-discription {
        gap: 25px;
    }
}

@media (max-width: 1399px) {
    .job-details-content .job-list-content .job-discription {
        gap: 25px;
    }
}

@media (max-width: 1199px) {
    .job-details-content .job-list-content .job-discription {
        display: block;
    }
}

.job-details-content .job-list-content .job-discription ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.job-details-content .job-list-content .job-discription ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.job-details-content .job-list-content .job-discription ul li img {
    padding-right: 8px;
}

.job-details-content .job-list-content .job-discription ul li p {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    color: var(--paragraph-color);
    font-family: var(--font-inter);
}

.job-details-content .job-list-content .job-discription ul li p .title {
    color: var(--title-color1);
    font-weight: 500;
    font-family: var(--font-mulish);
}

.job-details-content .job-list-content .job-discription ul li:last-child {
    margin-bottom: 0;
}

.job-details-content .job-list-content .job-discription ul li a {
    transition: 0.35s;
}

.job-details-content .job-list-content .job-discription ul li a:hover {
    color: var(--primary-color1);
}

@media (max-width: 1399px) {
    .job-details-content .job-list-content .job-discription ul.one {
        margin-bottom: 3px;
    }
}

.job-details-sidebar .save-apply-btn ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
}

.job-details-sidebar .save-apply-btn ul li .save-btn {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1.125rem;
    color: var(--paragraph-color);
    transition: 0.35s;
    display: flex;
    align-items: center;
}

.job-details-sidebar .save-apply-btn ul li .save-btn span {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: #eff3f2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    margin-left: 10px;
}

.job-details-sidebar .save-apply-btn ul li .save-btn span i {
    color: var(--primary-color2);
    transition: 0.35s;
    font-size: 12px;
}

.job-details-sidebar .save-apply-btn ul li .save-btn:hover {
    color: var(--primary-color2);
}

.job-details-sidebar .save-apply-btn ul li .save-btn:hover span {
    background-color: var(--primary-color2);
}

.job-details-sidebar .save-apply-btn ul li .save-btn:hover span i {
    color: var(--white);
}

.job-details-sidebar .job-summary-area {
    background: #f8f8f8;
    border-radius: 5px;
    padding: 70px 40px;
    position: relative;
}

@media (max-width: 576px) {
    .job-details-sidebar .job-summary-area {
        padding: 50px 20px;
    }
}

.job-details-sidebar .job-summary-area::after {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--primary-color2);
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.job-details-sidebar .job-summary-area .pin {
    position: absolute;
    top: 10px;
    right: 65px;
}

.job-details-sidebar .job-summary-area .job-summary-title {
    margin-bottom: 25px;
}

.job-details-sidebar .job-summary-area .job-summary-title h6 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--title-color1);
    line-height: 1;
}

.job-details-sidebar .job-summary-area>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.job-details-sidebar .job-summary-area>ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.job-details-sidebar .job-summary-area>ul li:last-child {
    margin-bottom: 0;
}

.job-details-sidebar .job-summary-area>ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: var(--primary-color2);
    opacity: 0.25;
    position: absolute;
    left: 0;
    top: 10px;
}

.job-details-sidebar .job-summary-area>ul li p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 17px;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.job-details-sidebar .job-summary-area>ul li p .title {
    font-family: var(--font-mulish);
    color: var(--title-color1);
    font-weight: 500;
}

.job-details-sidebar .job-summary-area>ul li p .time {
    font-size: 15px;
}

.job-details-sidebar .view-job-btn a {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--primary-color2);
    display: flex;
    align-items: center;
    line-height: 1;
    transition: 0.35s;
}

.job-details-sidebar .view-job-btn a img {
    margin-right: 10px;
}

.job-details-sidebar .view-job-btn a:hover {
    color: var(--paragraph-color);
}

.job-details-sidebar .job-share-area {
    display: flex;
    align-items: center;
    gap: 25px;
}

.job-details-sidebar .job-share-area h6 {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: var(--title-color1);
    margin-bottom: 0;
    line-height: 1;
}

.job-details-sidebar .job-share-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.job-details-sidebar .job-share-area ul li {
    margin-bottom: 0;
}

.job-details-sidebar .job-share-area ul li a {
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color2);
    border-radius: 50%;
    transition: 0.35s;
}

.job-details-sidebar .job-share-area ul li a i {
    color: var(--primary-color2);
    transition: 0.35s;
}

.job-details-sidebar .job-share-area ul li a:hover {
    background-color: var(--primary-color2);
}

.job-details-sidebar .job-share-area ul li a:hover i {
    color: var(--white);
}

.job-details-sidebar .email-area {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
}

.job-details-sidebar .email-area .title {
    margin-bottom: 12px;
}

.job-details-sidebar .email-area .title h6 {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1.063rem;
    color: #061421;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
}

.job-details-sidebar .email-area .title h6 img {
    margin-right: 5px;
}

.job-details-sidebar .email-area .title h6::before {
    content: "";
    height: 1px;
    width: 100px;
    background-color: #eee;
    margin-right: 15px;
}

@media (max-width: 1399px) {
    .job-details-sidebar .email-area .title h6::before {
        width: 70px;
    }
}

@media (max-width: 1199px) {
    .job-details-sidebar .email-area .title h6::before {
        width: 50px;
    }
}

.job-details-sidebar .email-area .title h6::after {
    content: "";
    height: 1px;
    width: 100px;
    background-color: #eee;
    margin-left: 15px;
}

@media (max-width: 1399px) {
    .job-details-sidebar .email-area .title h6::after {
        width: 70px;
    }
}

@media (max-width: 1199px) {
    .job-details-sidebar .email-area .title h6::after {
        width: 50px;
    }
}

.job-details-sidebar .email-area p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 1rem;
    color: #000000;
    margin-bottom: 0;
}

.job-details-sidebar .email-area p a {
    font-weight: 600;
    color: rgb(2, 121, 207);
}

.job-details-sidebar .location-area h6 {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    color: #000000;
    margin-bottom: 30px;
}

.job-details-sidebar .location-area iframe {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

button.primary-btn-2.primary-bg.print {
    font-size: 14px;
}

.job-available-button {
    display: flex;
    justify-content: end;
}

@media (max-width: 576px) {
    .job-available-button {
        justify-content: start;
    }
}

.job-available-button span {
    color: var(--white-color);
    font-family: var(--font-inter);
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    background-color: var(--primary-color2);
    white-space: nowrap;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    padding: 10px 20px;
    color: var(--white-color);
}

/* Input Field Modified */
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}

#msform input::placeholder,
#msform textarea::placeholder {
    color: #a6a6a6;
    font-weight: 400;
    font-size: 13px;
}

/* No search results  */
.no-search-wrapper {
    max-width: 480px;
    margin: 0 auto;
}

.no-search-img {
    display: flex;
    justify-content: center;
}

.no-search-img img {
    max-width: 300px;
    max-height: 300px;
}

.no-bookmark-job-area .no-search-wrapper .no-search-title,
.no-applied-job-area .no-search-wrapper .no-search-title {
    margin-bottom: 10px;
    font-size: 26px;
}

.sidebar-section .no-search-wrapper {
    margin-top: 60px;
}

.no-search-wrapper .no-search-title {
    margin-top: 20px;
    margin-bottom: 15px;
}

/* Select color override */
.ui-menu .ui-menu-item-wrapper {
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 400;
    padding: 5px 10px;
}

.form-control {
    padding: 11px 12px;
}

#msform input[type="date"] {
    height: 44px;
    border-radius: 5px;
}

#msform .select2-dropdown .select2-results__option {
    font-size: 14px;
}

#msform p.job-custom-title {
    font-weight: 600;
    color: var(--title-color1);

}

.add-custom-field-area .form-inner input {
    padding: 14px 15px;
}

.add-custom-field-area .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.add-custom-field-area .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}

.add-custom-field-area label {
    font-family: var(--font-mulish);
    font-weight: 600;
    color: var(--title-color1);
}

.add-custom-field-area .delete-custom-field {
    margin-top: 10px;
}

/* plan invoice eye icon */
a.invoice-eye-icon {
    background-color: var(--primary-color2);
    display: flex;
    height: 26px;
    width: 26px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

.invoice-eye-icon svg {
    fill: var(--white);
}

.invoice-eye-icon::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(--title-color);
    z-index: -1;
}

.invoice-eye-icon:hover::after {
    opacity: 1;
    left: 0;
    right: 0;
}

.company-dashboard .table-wrapper2 .eg-table.plan-invoice-table tbody tr td:last-child {
    text-align: center;
    padding-left: 10px;
}

/* Chrome, Safari, Edge, Opera autofill override */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: transparent !important;
    appearance: none !important;
    color: unset !important;
    -webkit-box-shadow: 0 0 0px #fff;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Notification Modal design improved */
/* Smooth entrance */
.applied-job-area .modal.fade .modal-dialog {
    transform: translateY(-30px);
    opacity: 0;
    transition: transform 0.35s ease-out, opacity 0.35s ease-out;
}

.applied-job-area .modal.fade.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

/* Hover effect */
.applied-job-area .modal-content:hover {
    transform: translateY(-2px);
    transition: transform 0.25s ease;
}

/* Notification message styling */
.applied-job-area .notification-message p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

.applied-job-area .notification-message a {
    color: #059669;
    font-weight: 500;
    text-decoration: underline;
}

.applied-job-area .notification-message p {
    text-align: left;
}

/* Responsive improvements */
@media (max-width: 576px) {
    .applied-job-area .modal-body {
        padding: 1rem;
    }

    .applied-job-area .modal-header h5 {
        font-size: 1rem;
    }
}

/* Custom Modal Header */
.job-apply-form .modal-dialog .modal-content .modal-header.custom-modal-header {
    background: #059669;
    color: #fff;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Modal title */
.job-apply-form .modal-dialog .modal-content .modal-header.custom-modal-header .modal-title {
    font-weight: 600;
    font-size: 1.25rem;
}

/* Close button */
.job-apply-form .modal-dialog .modal-content .modal-header.custom-modal-header .btn-close.custom-close {
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 25px;
    right: 10px;
}

.job-apply-form .modal-dialog .modal-content .modal-header.custom-modal-header .btn-close.custom-close:hover {
    background: #e0f5f0;
}

.job-apply-form .modal-dialog .modal-content .modal-header.custom-modal-header .btn-close.custom-close::after {
    content: '×';
    font-size: 1.25rem;
    color: #059669;
    line-height: 1;
}

.egn-or-style {
    border-top: 1px dashed var(--primary-color2);
    text-align: center;
    position: relative;
    bottom: -40px;
}

.egn-or-style span {
    color: var(--primary-color2);
    font-family: var(--font-mulish);
    font-size: 40px;
    font-weight: 600;
    background: white;
    padding: 0 10px;
    position: relative;
    top: -35px;
}

.page-content-area .banner-content li {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--paragraph-color);
}

/* Gradient spinner loader */
.gradient-loader {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: conic-gradient(#4f46e5, #9333ea, #06b6d4, #4f46e5);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 0);
    mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 0);
    animation: spin 1s linear infinite;
}

.register-area .form-wrapper form button .gradient-loader {
    width: 26px;
    height: 26px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Shrink button on loading */
.btn-loader-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: width 0.3s ease, padding 0.3s ease;
}

.btn-loader-wrapper.loading {
    width: 46px;
    padding: 0;
}

.filter-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    cursor: pointer;
}

.filter-btn svg {
    fill: var(--title-color);
    transition: 0.5s;
}

.filter-btn span {
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .package-sidebar-area {
        max-width: 360px;
        background-color: var(--white-color);
        padding: 15px;
        position: fixed;
        min-height: 100vh;
        height: 100%;
        left: 0;
        z-index: 10001;
        top: 0;
        overflow-y: scroll;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
        transition: all 0.6s ease 0s;
        transform-origin: left;
        transform: translateX(-100%);
    }

    .package-sidebar-area.slide {
        transform: translate(0);
    }
}

.left-sidebar .filter-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.left-sidebar .filter-sidebar-header h5 {
    color: var(--title-color2);
    font-family: var(--font-mulish);
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
}

.filter-sidebar-close {
    font-family: var(--font-mulish);
    font-size: 24px;
    font-weight: 700;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--title-color2, #000);
}
.table-wrapper2 .table-filter-area .filter-menu .form-wrap .form-inner h6.aplf-text {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 16px;
    color: var(--title-color);
}

/* Sidebar toggle button */
.em-dashboard-sidebar-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    cursor: pointer;
    justify-content: center;
    width: 146px;
    white-space: nowrap;
    gap: 8px;
    border: 1px solid rgba(var(--primary-color2-opc), 0.2);
    border-radius: 5px;
    transition: 0.35s;
    padding: 15px 20px;
}

.em-dashboard-sidebar-toggle svg {
    fill: var(--primary-color2);
    transition: 0.5s;
}

.em-dashboard-sidebar-toggle span {
    color: var(--paragraph-color);
    font-family: var(--font-mulish);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    transition: 0.5s;
}

/* Sidebar wrapper */
@media (max-width: 991px) {
    .em-dashboard-sidebar {
        width: 300px;
        max-width: 360px;
        background-color: var(--white-color);
        padding: 15px;
        position: fixed;
        min-height: 100vh;
        height: 100%;
        left: 0;
        z-index: 10001;
        top: 0;
        overflow-y: scroll;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
        transition: all 0.6s ease 0s;
        transform-origin: left;
        transform: translateX(-100%);
    }

    .em-dashboard-sidebar.slide {
        transform: translateX(0);
    }
}

/* Sidebar header */
.em-dashboard-sidebar .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.em-dashboard-sidebar .sidebar-header h5 {
    color: var(--title-color2);
    font-family: var(--font-mulish);
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
}

.em-dashboard-sidebar-close {
    font-family: var(--font-mulish);
    font-size: 24px;
    font-weight: 700;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--title-color2, #000);
}
#jobEmailCField {
  min-width: 300px;
}
.cv-recieve-wrap p {
    text-align: center;
}
.footer-top .social-area {
    margin-top: 35px;
}


/* End */
