@import url(https://fonts.googleapis.com/css2?family=Dancing+Script&family=Inter:wght@300;400;500;600;700&display=swap);

body {
    width: 100%;

}

.top-bar {
    background-color: #555;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1040
}

.topbar-social-menu .social-link {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: var(--bs-dark);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.topbar-social-menu .social-link:hover {
    color: #048565
}

.language-switch .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0;
    margin-top: 90px;
    background-color: var(--bs-secondary-bg);
    -webkit-box-shadow: var(--bs-box-shadow);
    box-shadow: var(--bs-box-shadow);
    background-color: black;
}

.navbar .navbar-nav .nav-link {
    color: white;
    font-size: 13px;
    background-color: transparent;
    padding: 23px 18px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    font-weight: 600
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:active,
.navbar .navbar-nav .nav-link:hover {
    color: var(--bs-primary)
}

.navbar-toggler {
    color: white;
}

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    font-size: 24px
}

.navbar .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar .header-item {
    color: white;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.navbar-brand .logo-dark {
    display: inline-block
}

.navbar-brand .logo-light {
    display: none
}

.header-item {
    height: 65px;
    line-height: 65px;
    border: 0;
    border-radius: 0;
    display: inline-block
}

.notification-wrapper {
    max-height: 250px;
    overflow: hidden scroll
}

.notification-wrapper .notification-item {
    padding: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.notification-wrapper .notification-item:hover {
    background-color: var(--bs-light)
}

.notification-header {
    padding: 1rem
}

.notification-footer {
    padding: 10px
}

.noti-icon .count {
    position: absolute;
    top: 15px;
    right: -6px;
    margin-top: -3px;
    margin-right: -5px;
    width: 21px;
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    background-color: #da3746;
    border-radius: 40px;
    color: #fff;
    border: 2px solid var(--bs-border-color-translucent)
}

.nav-sticky.navbar {
    background: black;
    margin-top: 0;
    -webkit-box-shadow: 0 3px 10px 0 rgba(40, 48, 57, .08);
    box-shadow: 0 3px 10px 0 rgba(40, 48, 57, .08)
}

.nav-sticky .header-item {
    color: var(--bs-dark)
}

@media (max-width:999.98px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 8px 15px
    }

    .navbar-collapse {
        max-height: 385px;
        overflow-y: auto;
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 65px;
        background: #fff;
        padding-bottom: 10px;
        padding-left: 0px;
        -webkit-box-shadow: 0 3px 10px 0 rgba(40, 48, 57, .08);
        box-shadow: 0 3px 10px 0 rgba(40, 48, 57, .08)
    }

    .topbar-element-1 {
        padding: 0% !important;
    }

    .topbar-element-2 {
        margin: 10px 0px 10px 0px !important;
    }

    .navbar {
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        padding: 0;
        margin-top: 63px;
        background-color: rgb(10, 6, 6);
        -webkit-box-shadow: var(--bs-box-shadow);
        box-shadow: var(--bs-box-shadow);
    }
}

.arrow-down {
    display: inline-block
}

.arrow-down:after {
    border: 0;
    left: auto;
    content: "\f0140";
    font-family: "Material Design Icons";
    top: 35%;
    right: 28px;
    font-size: 14px;
    margin-left: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media (max-width:991.98px) {
    .arrow-down::after {
        right: 30px;
        position: absolute
    }
}

@media (max-width:767.98px) {
    .navbar {
        margin-top: 0
    }

    .top-bar {
        display: none
    }
}

body[data-bs-theme=dark] .navbar {
    background-color: var(--bs-tertiary-bg)
}

body[data-bs-theme=dark] .nav-sticky.navbar {
    background-color: var(--bs-tertiary-bg)
}

body[data-bs-theme=dark] .navbar-brand .logo-dark {
    display: none
}

body[data-bs-theme=dark] .navbar-brand .logo-light {
    display: inline-block
}

@media (max-width:991.98px) {
    .navbar-collapse {
        background-color: #303841
    }
}

.page-title-box {
    background-image: url(../images/home/page-title.png);
    background-size: cover;
    background-color: var(--bs-primary-text);
    position: relative;
    padding-top: 225px;
    padding-bottom: 110px;
    background-position: center
}

.shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none
}

.shape>svg {
    width: 100%;
    height: auto
}

.shape>svg path {
    fill: var(--bs-body-bg) !important
}

.breadcrumb {
    letter-spacing: .5px;
    text-align: center
}

.breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
}

.breadcrumb .breadcrumb-item::before {
    content: "\f0142";
    font-size: 14px;
    color: #fff;
    font-family: "Material Design Icons";
    padding-left: 8px
}

.breadcrumb .breadcrumb-item:first-child::before {
    content: ""
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.breadcrumb .breadcrumb-item a:hover {
    color: var(--bs-white)
}

body[data-bs-theme=dark] .page-title-box {
    background-color: #242c34
}

.bg-footer {
    background: var(--bs-footer-bg);
    padding: 60px 0;
    position: relative;
    font-size: 14px
}

.footer-social-menu li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 40px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
        display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-menu li a:hover {
    background-color: #fff;
    color: var(--bs-primary);
    border-color: #fff
}

.footer-list li a {
    display: inline-block;
    padding-bottom: 16px;
    color: rgba(255, 255, 255, .5);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.footer-list li a:hover {
    color: #fff;
    letter-spacing: .4px
}

.footer-alt {
    background: var(--bs-footer-bg);
    padding: 20px 0;
    border-top: 1px solid var(--bs-gray-700)
}

.row>* {
    position: relative
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative
}

.section-title .title {
    font-size: 30px;
    line-height: 1.375
}

.para-desc {
    max-width: 600px
}

.sub-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.fs-11 {
    font-size: 11px
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-17 {
    font-size: 17px
}

.fs-18 {
    font-size: 18px
}

.fs-19 {
    font-size: 19px
}

.fs-20 {
    font-size: 20px
}

.fs-21 {
    font-size: 21px
}

.fs-22 {
    font-size: 22px
}

.fs-24 {
    font-size: 24px
}

.fs-26 {
    font-size: 26px
}

.fs-28 {
    font-size: 28px;
    font-weight: 600;

}

.fs-30 {
    font-size: 30px;
    font-weight: 600;
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.bg-overlay {
    background-color: rgba(40, 48, 57, .5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute
}

::-moz-selection {
    color: #fff;
    background: var(--bs-primary)
}

::selection {
    color: #fff;
    background: var(--bs-primary)
}

.avatar-xs {
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
    line-height: 3rem
}

.avatar-md {
    height: 4rem;
    width: 4rem
}

.avatar-lg {
    height: 5rem;
    width: 5rem
}

.uim-svg {
    fill: var(--bs-primary) !important
}

.uim-svg svg {
    width: 24px;
    height: 24px;
    vertical-align: inherit
}

.icons-sm svg {
    height: 18px;
    width: 18px
}

.icons-md svg {
    height: 32px;
    width: 32px
}

.icons-lg svg {
    height: 40px;
    width: 40px
}

.icons-xl svg {
    height: 48px;
    width: 48px
}

.primary-link {
    color: var(--bs-dark) !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.primary-link:hover {
    color: var(--bs-primary) !important
}

.map {
    line-height: 0;
    margin-bottom: -1px
}

.table th {
    font-weight: 500
}

.alert-dismissible .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-text {
    margin-top: .25rem;
    font-size: .95rem;
    font-weight: 500;
    color: var(--bs-text-muted)
}

#back-to-top {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    background: var(--bs-primary);
    border-color: transparent;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: none;
    z-index: 99
}

#back-to-top:hover {
    border-radius: 5px;
    -webkit-animation: fade-up 1.5s infinite linear;
    animation: fade-up 1.5s infinite linear;
    background-color: var(--bs-primary)
}

@-webkit-keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px !important
    }

    .custom-container {
        max-width: 90%
    }
}

.ui-elements-bar {
    padding: 24px;
    background-color: var(--bs-secondary-bg);
    position: sticky;
    overflow-y: auto;
    top: 90px;
    height: calc(100vh - 165px);
    margin-right: 20px
}

.ui-elements-bar .nav .nav-item .nav-link {
    color: var(--bs-tertiary-color);
    font-weight: 500
}

.ui-elements-bar .nav .nav-item .nav-link:hover {
    color: var(--bs-dark);
}

.ui-elements-bar .nav .nav-item.active .nav-link {
    color: var(--bs-dark)
}

.nav-link:hover {
    background-color: #7b797978 !important;
    color: #ffffff !important;
}

.form-control,
.form-select {
    padding: 10px;
    font-size: 14px;
    border-color: var(--bs-border-color);
    font-weight: 500
}

.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
    color: #adb5bd;
    font-size: 13px
}

.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
    color: #adb5bd;
    font-size: 13px
}

.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
    color: #adb5bd;
    font-size: 13px
}

.form-control:-moz-placeholder,
.form-select:-moz-placeholder {
    color: #adb5bd;
    font-size: 13px
}

.form-check-input,
.form-check-label,
[type=search]::-webkit-search-cancel-button {
    cursor: pointer
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: visible;
    opacity: 1
}

#preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#status {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(var(--bs-primary-rgb), .15)
}

#status ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#status ul li {
    list-style: none;
    height: 20px;
    width: 20px;
    background-color: var(--bs-primary);
    margin: 0 4px;
    border-radius: 50%;
    -webkit-animation: bounce 1s linear infinite;
    animation: bounce 1s linear infinite
}

#status ul li:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    background-color: #1d10d2
}

#status ul li:nth-child(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    background-color: #2012e9
}

#status ul li:nth-child(3) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    background-color: #3326ef
}

#status ul li:nth-child(4) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    background-color: #493ef0
}

#status ul li:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    background-color: #6055f2
}

#status ul li:nth-child(6) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    background-color: var(--bs-primary)
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.choices__list--multiple .choices__item {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    margin-bottom: 0
}

.choices__list--dropdown {
    z-index: 2;
    border-color: var(--bs-border-color);
    font-weight: 500;
    max-height: 280px
}

.choices__list--dropdown .choices__item--selectable {
    padding: 0;
    line-height: 43px;
    min-height: 44px;
    padding-left: 15px;
    padding-right: 29px;
    text-align: left;
    font-size: 15px
}

.choices__list--dropdown .choices__item--selectable::after {
    display: none
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    color: var(--bs-primary);
    background-color: var(--bs-light)
}

.choices__list--dropdown.choices__list[aria-expanded] {
    background-color: var(--bs-secondary-bg) !important;
    border-color: var(--bs-border-color) !important
}

.choices__input {
    background-color: var(--bs-secondary-bg);
    margin-bottom: 0
}

.choices__inner {
    border: #000000 1px solid !important;
    color: var(--bs-dark);
    background-color: var(--bs-secondary-bg);
    padding: 6px 10px;
    min-height: 39px;
    border: 1px solid;
    border-color: var(--bs-border-color);
    font-weight: 500
}

.choices__inner:focus {
    border: 1px solid;
    border-color: var(--bs-border-color)
}

.choices[data-type*=select-one] .choices__input {
    background-color: var(--bs-secondary-bg);
    border: 1px solid var(--bs-primary);
    margin: 10px;
    border-radius: 5px;
    width: 90%
}

.choices[data-type*=select-one]::after {
    border: 0;
    right: 11.5px;
    left: auto;
    content: "\f0140";
    font-family: "Material Design Icons";
    top: 35%;
    right: 28px
}

.choices[data-type*=select-one].is-open .choices__inner,
.choices[data-type*=select-one].is-open .choices__list--dropdown {
    -webkit-box-shadow: var(--bs-box-shadow);
    box-shadow: var(--bs-box-shadow);
    border-color: #dbdfe2
}

.choices[data-type*=select-one].is-open::after {
    margin-top: -2.5px
}

.choices[data-type*=select-one] .is-focused .choices__inner,
.choices[data-type*=select-one] .is-open .choices__inner {
    border: 1px solid;
    border-color: #dbdfe2
}

.choices[data-type*=select-one] .selection-widget .form-select {
    padding: 8px 20px;
    color: #3d454e;
    border-color: #dbdfe2
}

.choices[data-type*=select-one] .selection-widget .form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.choices[data-type*=select-one] .selection-widget .form-select option {
    padding: 20px
}

.gslide-description .gdesc-inner .gslide-desc {
    font-family: var(--bs-font-sans-serif);
    font-size: 15px
}

.gslide-description .gdesc-inner .gslide-title {
    font-family: var(--bs-font-sans-serif);
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500
}

#home {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.bg-home {
    padding: 300px 0 100px 0;
    background-color: var(--bs-primary-text)
}

@media (max-width:767.98px) {
    .bg-home {
        padding: 155px 0 110px 0;
        background-color: var(--bs-primary)
    }
}

.bg-home .bg-overlay {
    background: url(../images/home/hero-md.jpg);
    background-size: cover;
    background-position: center;

    background-attachment: fixed;
    background-repeat: no-repeat;
}

.agency-bg-home .agency-bg-overlay {
    background: url(../images/agency/home_bg-01.png) !important;
    background-size: cover !important;
    /* background-attachment: fixed !important; */
    background-repeat: no-repeat !important;
    background-position: center 0px !important;
    /* background-position: center 370px !important; */
    padding-top: 8px !important;
    padding-bottom: 32px !important;
    background-color: rgb(249, 249, 252) !important;
}

.filter-search-form {
    position: relative
}

.filter-search-form i {
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 12px;
    z-index: 1;
    color: var(--bs-primary);
    font-size: 20px
}

.registration-form {
    position: relative
}

.registration-form .submit-btn {
    border-radius: 8px
}

.registration-form .choices[data-type*=select-one] .choices__inner,
.registration-form .form-control {
    border-radius: 8px
}

@media (min-width:992px) {
    .filter-border::before {
        content: "";
        border-right: 1px solid var(--bs-border-color);
        position: absolute;
        right: 4px;
        height: 38px;
        top: 10px;
        z-index: 1
    }

    .registration-form {
        position: relative
    }

    .registration-form .submit-btn {
        border-radius: 0 8px 8px 0
    }

    .registration-form .form-control {
        border-radius: 8px 0 0 8px
    }

    .registration-form .choices[data-type*=select-one] .choices__inner {
        border-radius: 0
    }
}

.filter-input-box,
.filter-input-box.form-select,
.filter-search-form .choices__inner {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
    font-size: 15px;
    height: 60px;
    padding: 16px 6px 15px 45px;
    border-radius: 0
}

.treding-keywords li a {
    color: rgba(255, 255, 255, .7);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.treding-keywords li a:hover {
    color: #fff
}

.bg-home2 {
    padding: 198px 0 140px 0;
    background-color: rgba(var(--bs-primary-rgb), .1);
    overflow-x: clip
}

@media (max-width:767.98px) {
    .bg-home2 {
        padding: 160px 0 125px 0
    }
}

@media (max-width:991.98px) {
    .home-img {
        height: auto;
        width: 100%
    }
}

.bg-home3 {
    padding: 210px 0 95px 0;
    background-color: rgba(var(--bs-primary-rgb), .1);
    overflow-x: clip
}

@media (max-width:767.98px) {
    .bg-home3 {
        padding: 160px 0 90px 0
    }
}

.homeslider .home-slide-box {
    position: relative
}

.homeslider .home-slide-box .bg-overlay {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .75)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, .75), transparent)
}

.homeslider .home-slide-box .home-slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.homeslider .home-slide-box .home-slide-content .slide-para {
    font-family: "Dancing Script", cursive
}

@media (min-width:992px) {
    .homeslider {
        width: 200%
    }

    .homeslider .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .homeslider .swiper-slide {
        width: 60%;
        height: 100%
    }

    .homeslider .swiper-slide:nth-child(2n) {
        width: 60%;
        height: 100%
    }

    .homeslider .swiper-slide:nth-child(3n) {
        width: 60%;
        height: 100%
    }
}

.quote-icon .icon {
    position: absolute;
    top: -32px;
    left: 7px;
    z-index: 9;
    font-size: 102px;
    color: #fff
}

.quote-icon .icon-2 {
    font-size: 100px;
    position: absolute;
    top: -31px;
    left: 6px;
    z-index: 9
}

@media (min-width:768px) {

    .bg-home2 .filter-border::before,
    .bg-home3 .filter-border::before {
        content: "";
        border-right: 1px solid var(--bs-border-color);
        position: absolute;
        right: 4px;
        height: 38px;
        top: 10px;
        z-index: 1
    }

    .bg-home2 .registration-form .submit-btn,
    .bg-home3 .registration-form .submit-btn {
        border-radius: 0 8px 8px 0
    }

    .bg-home2 .registration-form .form-control,
    .bg-home3 .registration-form .form-control {
        border-radius: 8px 0 0 8px
    }

    .bg-home2 .registration-form .choices[data-type*=select-one] .choices__inner,
    .bg-home3 .registration-form .choices[data-type*=select-one] .choices__inner {
        border-radius: 0PX
    }
}

body[data-bs-theme=dark] .bg-home {
    background-color: #373f4a
}

.popu-category-box {
    padding: 2.5rem 1.5rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.popu-category-box .popu-category-icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 8px;
    text-align: center;
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(var(--bs-primary-rgb), .1)
}

.popu-category-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.job-Categories-box .job-Categories-list li {
    background-color: #fff;
    padding: 8px 14px;
    border-radius: 4px;
    margin-bottom: 14px;
    -webkit-box-shadow: 0 .75rem 1.5rem rgba(40, 48, 57, .03);
    box-shadow: 0 .75rem 1.5rem rgba(40, 48, 57, .03)
}

.job-Categories-box .job-Categories-list li:last-child {
    margin-bottom: 0
}

body[data-bs-theme=dark] .job-Categories-box .job-Categories-list li {
    background-color: #3d454e
}

.job-list-menu {
    background-color: var(--bs-body-bg);
    -webkit-box-shadow: var(--bs-box-shadow);
    box-shadow: var(--bs-box-shadow);
    border-radius: 10px;
    padding: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.job-list-menu .nav-item .nav-link {
    padding: 10px 18px;
    color: var(--bs-dark);
    font-weight: 500;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 10px
}

.job-list-menu .nav-item .nav-link.active {
    color: #fff;
    background-color: var(--bs-primary)
}

.job-box {
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.job-box .bookmark-label {
    width: 200px;
    position: absolute;
    top: -5px;
    left: -84px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
    color: #fff;
    background: rgba(var(--bs-primary-rgb), .15);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 6px;
    font-size: 20px;
    padding-top: 8px
}

.job-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    border-color: var(--bs-primary)
}

.job-box:hover .bookmark-label {
    background-color: var(--bs-primary)
}

.filler-job-form i {
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    z-index: 1;
    color: var(--bs-primary);
    font-size: 20px
}

.filler-job-form .choices__inner,
.filter-job-input-box,
.filter-job-input-box.form-select {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px;
    height: 44px;
    padding: 6px 6px 6px 45px;
    border-radius: 6px
}

.filler-job-form .choices__inner:focus,
.filter-job-input-box.form-select:focus,
.filter-job-input-box:focus {
    border-color: var(--bs-border-color)
}

.side-bar .custom-control {
    margin: 12px 22px
}

.side-bar .form-check-input {
    width: 16px;
    height: 16px
}

.side-bar .accordion .accordion-item {
    border: none
}

.side-bar .accordion .accordion-item .accordion-button {
    background-color: rgba(var(--bs-primary-rgb), .15);
    color: var(--bs-dark);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500
}

.side-bar .accordion .accordion-item .accordion-button::after {
    content: "\f0140";
    font-family: "Material Design Icons";
    background: 0 0
}

.tag-cloud {
    color: var(--bs-tertiary-color);
    background-color: var(--bs-light);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.tag-cloud:hover {
    color: #fff;
    background-color: var(--bs-primary)
}

.noUi-horizontal {
    height: 10px;
    background: var(--bs-white);
    border-color: #e2e5e8
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border-color: var(--bs-primary);
    background: var(--bs-primary);
    -webkit-box-shadow: none;
    box-shadow: none
}

.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before {
    content: "";
    opacity: 0
}

.job-list-header .registration-form-box .form-control,
.job-list-header .registration-form-box .form-select {
    padding: 6px 8px 6px 45px
}

.wedget-popular-title .popular-box {
    position: relative;
    padding: 6px;
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid var(--bs-border-color)
}

.wedget-popular-title .popular-box .number {
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    font-size: 14px;
    color: var(--bs-primary);
    background-color: rgba(var(--bs-primary-rgb), .15)
}

.favorite-icon a {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    border: 1px solid var(--bs-border-color);
    border-radius: 6px;
    color: rgba(173, 181, 189, .55);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.favorite-icon a:hover {
    color: #fff;
    background-color: #da3746;
    border-color: #da3746
}

.bookmark-post .bookmark-label,
.job-box.bookmark-post .bookmark-label {
    background-color: var(--bs-primary)
}

.bookmark-post .favorite-icon a,
.job-box.bookmark-post .favorite-icon a {
    background-color: #da3746;
    color: #fff;
    border-color: #da3746
}

.job-box .favorite-icon {
    position: absolute;
    top: 15px;
    right: 15px
}

body[data-bs-theme=dark] .noUi-horizontal {
    background-color: #303841;
    border-color: #303841;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (min-width:640px) {

    .choices__list--dropdown .choices__item--selectable,
    .choices__list[aria-expanded] .choices__item--selectable {
        padding: 0;
        padding-left: 15px;
        padding-right: 29px
    }

    .choices__list--dropdown .choices__item--selectable.is-highlighted,
    .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
        background-color: var(--bs-light)
    }
}

.bg-subscribe {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background-color: #343c3f;
    bottom: -1px
}

.bg-subscribe .email-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .35
}

.subscribe-form .form-control {
    max-width: 350px;
    padding: 9px 20px;
    border-color: rgba(226, 229, 232, .35);
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    background-color: transparent
}

[data-bs-theme=dark] .bg-subscribe {
    background-color: #242c34
}

[data-bs-theme=dark] .subscribe-form .form-control {
    border-color: #3d454e;
    background-color: #303841
}

.process-box {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 1.5rem
}

.process-box .process-img {
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background-color: rgba(var(--bs-primary-rgb), .05)
}

.process-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.process-menu.nav-pills .nav-link {
    color: var(--bs-dark);
    margin-bottom: 22px;
    position: relative;
    padding: 10px 0
}

.process-menu.nav-pills .nav-link .number {
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(116, 120, 141, .15);
    color: #74788d;
    border-radius: 40px
}

.process-menu.nav-pills .nav-link.active {
    background-color: transparent !important;
    color: var(--bs-primary)
}

.process-menu.nav-pills .nav-link.active .number {
    color: #fff;
    background-color: var(--bs-primary)
}

.process-menu.nav-pills .nav-link::before {
    content: "";
    position: absolute;
    border: 1px dashed rgba(var(--bs-primary-rgb), .4);
    height: 65px;
    left: 17px;
    top: 54px
}

.process-menu.nav-pills .nav-link:last-child::before {
    border: none
}

.testi-box {
    position: relative;
    max-width: 630px;
    border: none;
    margin: 0 auto;
    text-align: center
}

.swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--bs-primary);
    opacity: .5;
    border-radius: 8px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 26px
}

.blog-box {
    background-color: var(--bs-card-bg);
    border: none;
    -webkit-box-shadow: 0 3px 10px 0 rgba(40, 48, 57, .08);
    box-shadow: 0 3px 10px 0 rgba(40, 48, 57, .08);
    border-radius: 6px
}

.blog-box .blog-img {
    border-radius: 6px 6px 0 0
}

.blog-box .blog-img .bg-overlay {
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-box .blog-img .author {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0
}

.blog-box .blog-img .likes {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 0
}

.blog-box:hover .blog-img .bg-overlay {
    opacity: .6
}

.blog-box:hover .blog-img .author {
    opacity: 1
}

.blog-box:hover .blog-img .likes {
    opacity: 1
}

.blog-masonry-box .blog-img,
.post-preview .blog-img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.blog-masonry-box:hover .blog-img,
.post-preview:hover .blog-img {
    -webkit-transform: scale(1.3) translateX(-10px);
    transform: scale(1.3) translateX(-10px)
}

.widget-popular-post .widget-popular-post-img {
    width: 85px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover
}

.widget-popular-post a {
    color: #283039
}

.sd-title {
    position: relative;
    border-bottom: 2px solid #e2e5e8
}

.sd-title::before {
    content: "";
    background-color: var(--bs-primary);
    width: 32%;
    height: 2px;
    position: absolute;
    bottom: -2px
}

.widget-social-menu li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: var(--bs-dark);
    background-color: var(--bs-light);
    border-radius: 40px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.widget-social-menu li a:hover {
    color: #fff;
    background-color: var(--bs-primary)
}

.blog-grid-box {
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px 0 rgba(40, 48, 57, .08);
    box-shadow: 0 3px 10px 0 rgba(40, 48, 57, .08);
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-grid-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.blog-modern-box .bg-overlay {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, .55)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, .55) 10%, transparent)
}

.blog-modern-box img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.blog-modern-box .card-img-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.blog-modern-box:hover img {
    -webkit-transform: scale(1.3) translateX(-20px);
    transform: scale(1.3) translateX(-20px)
}

.blog-blockquote .blockquote p {
    max-width: 545px;
    margin: 0 auto
}

.blog-social-menu li .social-link {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-author-sidebar .blog-title {
    font-size: 16px;
    border: 1px solid;
    text-align: center;
    padding: 12px 0;
    border-color: #e2e5e8 transparent #e2e5e8 transparent
}

[data-bs-theme=dark] .blog-grid-box {
    border: #3d454e
}

.about-feature {
    -webkit-box-shadow: 0 3px 10px 0 rgba(40, 48, 57, .08);
    box-shadow: 0 3px 10px 0 rgba(40, 48, 57, .08);
    border: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.about-feature .featrue-icon {
    height: 45px;
    width: 45px;
    line-height: 40px;
    border-radius: 8px;
    font-size: 24px;
    text-align: center;
    color: var(--bs-primary);
    background: linear-gradient(-45deg, transparent, rgba(var(--bs-primary-rgb), .15))
}

.about-feature:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: var(--bs-box-shadow);
    box-shadow: var(--bs-box-shadow)
}

.about-social-menu li a {
    font-size: 17px;
    color: var(--bs-tertiary-color);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.about-social-menu li a:hover {
    color: var(--bs-primary)
}

.about-testimonial-menu.nav-pills .nav-link img {
    max-width: 100%
}

.about-testimonial-menu.nav-pills .nav-link .about-testi-bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(40, 48, 57, .4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0
}

.about-testimonial-menu.nav-pills .nav-link.active,
.about-testimonial-menu.nav-pills .nav-link:hover {
    background-color: transparent !important
}

.about-testimonial-menu.nav-pills .nav-link.active .about-testi-bg-overlay,
.about-testimonial-menu.nav-pills .nav-link:hover .about-testi-bg-overlay {
    opacity: 1
}

.about-tab-content .tab-pane {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%
}

.about-cta {
    padding: 50px 40px;
    border: 1px solid #eff0f2;
    border-radius: 20px
}

.counter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.4rem;
    font-size: 2.4rem;
    font-weight: 600
}

.counter>span {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    line-height: 1
}

.counter>span span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 100%
}

.about-list li {
    margin-bottom: 14px;
    padding-left: 25px
}

.about-list li::before {
    font-family: Material Design Icons;
    content: "\f0e1e";
    position: absolute;
    left: 12px;
    color: #048565
}

@media (min-width:1200px) {
    .about-img {
        width: 180%
    }
}

.service-box {
    border: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.service-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.team-box {
    overflow: hidden
}

.team-box .team-img img {
    position: relative;
    width: 215px;
    height: 215px;
    border-radius: 50%
}

.team-box .team-img .team-social {
    position: absolute;
    top: 58px;
    left: 25px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.team-box .team-img .team-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 5px;
    background-color: var(--bs-primary);
    color: #fff
}

.team-box:hover .team-social {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.pricing-details .pricing-item {
    padding: 9px 0
}

.pricing-details .pricing-item i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 40px
}

.pricing-box {
    border: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pricing-box .pricing-icon {
    position: absolute;
    top: -56px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 5rem;
    border: 6px solid var(--bs-border-color-translucent);
    height: 90px;
    width: 90px;
    line-height: 96px
}

.pricing-box:hover {
    -webkit-box-shadow: var(--bs-box-shadow);
    box-shadow: var(--bs-box-shadow);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.pricing-counter {
    background-image: url(../images/bg-counter.svg);
    background-size: cover;
    background-position: center;
    padding: 35px;
    border-radius: 20px
}

.faq-menu.nav-pills .nav-item .nav-link {
    color: var(--bs-dark);
    font-weight: 500;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font-size: 17px
}

.faq-menu.nav-pills .nav-item .nav-link.active {
    color: var(--bs-primary);
    background-color: transparent !important;
    border-bottom-color: var(--bs-primary)
}

.faq-box .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--bs-primary);
    -webkit-box-shadow: none;
    box-shadow: none
}

.job-grid-box {
    border-radius: 14px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.job-grid-box .favorite-icon {
    position: absolute;
    right: 20px;
    top: 20px
}

.job-grid-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.candidate-contact-details .icon,
.job-overview .icon {
    height: 46px;
    line-height: 46px;
    width: 46px;
    border-radius: 46px;
    text-align: center;
    font-size: 20px
}

.job-details-compnay-profile {
    margin-top: -34px;
    position: relative;
    margin-left: 24px
}

.job-details-menu {
    position: sticky;
    top: 120px
}

.job-details-menu .nav-link {
    color: #283039;
    border: 1px solid #f8f9fc;
    margin-top: 15px;
    padding: 22px;
    cursor: pointer
}

.job-details-menu .nav-link.active {
    color: #283039;
    background-color: rgba(var(--bs-primary-rgb), .07)
}

.job-detail-list li {
    padding-left: 25px;
    position: relative;
    margin-top: 12px
}

.job-detail-list li i {
    color: #048565;
    font-size: 12px;
    line-height: 23px;
    left: 0;
    position: absolute;
    top: 0
}

.candidate-list-box {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.candidate-list-box .favorite-icon {
    position: absolute;
    right: 22px;
    top: 22px
}

.candidate-list-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 3px 10px 0 rgba(40, 48, 57, .08);
    box-shadow: 0 3px 10px 0 rgba(40, 48, 57, .08);
    border-color: var(--bs-primary)
}

.profile-active {
    padding: 5px;
    top: -4px;
    right: -5px;
    border: 2px solid var(--bs-border-color-translucent)
}

.featured-label {
    top: 10px;
    position: absolute;
    right: 0
}

.featured-label .featured {
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    background: #766df4;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px
}

.featured-label .featured::before {
    content: "";
    position: absolute;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid #766df4;
    left: -11px;
    top: 0
}

.page-sub-title {
    font-weight: 17px;
    font-weight: 500px;
    letter-spacing: .5px
}

.candidate-detail-social-menu li .social-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 40px;
    color: #74788d;
    background-color: var(--bs-light);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.candidate-detail-social-menu li .social-link:hover {
    color: #fff;
    background-color: var(--bs-primary)
}

.candidate-profile-overview li,
.profile-contact li {
    padding: 10px 0
}

.candidate-profile-overview li label,
.profile-contact li label {
    min-width: 118px;
    font-weight: 500
}

.candidate-education-content {
    position: relative
}

.candidate-education-content .circle {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 40px
}

.candidate-education-content::before {
    content: "";
    position: absolute;
    border: 1px dashed rgba(var(--bs-primary-rgb), .4);
    height: auto;
    left: 16px;
    /*height: 98px;*/
    /*top: 44px*/
}

.candidate-education-content:last-child::before {
    opacity: 0
}

.review-rating i {
    font-size: 16px;
    letter-spacing: -.016rem
}

.candidate-portfolio-box {
    overflow: hidden
}

.candidate-portfolio-box .bg-overlay {
    background-color: rgba(40, 48, 57, 0)
}

.candidate-portfolio-box .bg-overlay,
.candidate-portfolio-box .zoom-icon,
.candidate-portfolio-box img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.candidate-portfolio-box .zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 26px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.candidate-portfolio-box:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.candidate-portfolio-box:hover .bg-overlay {
    background-color: rgba(40, 48, 57, .3)
}

.candidate-portfolio-box:hover .zoom-icon {
    opacity: 1
}

.bg-auth {
    padding: 40px 0;
    background-color: rgba(var(--bs-primary-rgb), .1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh
}

@media (max-width:991.98px) {
    .bg-auth {
        padding: 60px 0
    }
}

.auth-box {
    border: none;
    -webkit-box-shadow: var(--bs-box-shadow);
    box-shadow: var(--bs-box-shadow);
    border-radius: 10px;
    overflow: hidden
}

.auth-box .auth-content {
    /* background-color: var(--bs-primary-text); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.auth-box .logo-dark {
    display: inline-block
}

.auth-box .logo-light {
    display: none
}

.auth-box .auth-form .form-control {
    color: #fff;
    border-color: rgba(255, 255, 255, .1);
    background-color: rgba(255, 255, 255, .1)
}

.auth-box .auth-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .45)
}

.auth-box .auth-form .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .45)
}

.auth-box .auth-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .45)
}

.auth-box .auth-form .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .45)
}

body[data-bs-theme=dark] .bg-auth {
    background-color: #303841
}

body[data-bs-theme=dark] .auth-box .logo-light {
    display: inline-block
}

body[data-bs-theme=dark] .auth-box .logo-dark {
    display: none
}

.bg-coming-soon {
    position: relative
}

@media (max-width:991.98px) {
    .bg-coming-soon {
        padding: 150px 0;
        height: auto
    }
}

.coming-soon-subacribe .form-control {
    border-color: rgba(173, 181, 189, .5);
    background-color: transparent
}

.countdownlist-item {
    width: 25%;
    text-align: center
}

.countdownlist-item:last-of-type .count-num::after {
    display: none
}

.count-title {
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    color: rgba(40, 48, 57, .5);
    text-transform: uppercase
}

.count-num {
    padding: 16px 8px;
    position: relative;
    font-weight: 600;
    font-size: 32px
}

@media (max-width:575.98px) {
    .count-num {
        font-size: 18px
    }
}

.count-num::after {
    content: ":";
    font-size: 20px;
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #283039
}

.profile-page {
    padding: 180px 0 80px 0;
    position: relative
}

@media (max-width:767.98px) {
    .profile-page {
        padding: 95px 0 70px 0
    }
}

.profile-document .profile-document-list .icon {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid rgba(var(--bs-tertiary-color), .2);
    border-radius: 6px;
    color: var(--bs-tertiary-color);
    text-align: center;
    font-size: 20px
}

.profile-content-nav.nav-pills .nav-item .nav-link {
    color: var(--bs-dark);
    font-weight: 500;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 12px 26px
}

.profile-content-nav.nav-pills .nav-item .nav-link.active {
    color: var(--bs-primary);
    background-color: transparent !important;
    border-bottom-color: var(--bs-primary)
}

.profile-user {
    position: relative;
    display: inline-block
}

.profile-user .profile-photo-edit {
    position: absolute;
    bottom: 5px;
    right: 0
}

.profile-user .profile-photo-edit i {
    color: #283039;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(40, 48, 57, .08);
    box-shadow: 0 3px 10px 0 rgba(40, 48, 57, .08);
    cursor: pointer
}

.profile-user .profile-img-file-input {
    display: none
}

.profile-user .profile-img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover
}

ul.working-days {
    padding: 0;
    margin: 0
}

ul.working-days li {
    list-style: none;
    padding: 8px 0
}

ul.working-days li span {
    float: right;
    color: #82858e;
    font-size: 13px
}

#style-switcher {
    -webkit-transition: all .4s;
    transition: all .4s;
    background: none repeat scroll 0 0 var(--bs-light);
    -webkit-box-shadow: 0 4px 12px rgba(40, 48, 57, .07);
    box-shadow: 0 4px 12px rgba(40, 48, 57, .07);
    left: -165px;
    position: fixed;
    top: 35.5%;
    width: 165px;
    z-index: 999;
    padding: 10px 5px
}

#style-switcher .settings {
    background: #283039;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: -45px;
    top: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center
}

ul.pattern {
    overflow: hidden;
    border-radius: 0
}

ul.pattern li {
    float: left;
    margin: 2px
}

ul.pattern li .color-list {
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 30px;
    margin: 5px
}

ul.pattern .color1 {
    background-color: #766df4
}

ul.pattern .color2 {
    background-color: #1f86ef
}

ul.pattern .color3 {
    background-color: #02af74
}

.mode-btn {
    height: 40px;
    width: 80px;
    display: inline-block;
    line-height: 40px;
    background-color: var(--bs-primary);
    text-align: center
}

.mode-dark {
    display: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.mode-light {
    display: blog;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

/*# sourceMappingURL=app.min.css.map */

.site-logo {
    height: 50px;
}

.site-logo-1 {
    /* height: 6rem; */
}

.recruiter-button {

    font-family: "Avenir LT W01 85 Heavy", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 500 !important;
    color: #fff;
    margin-right: 5px;
    text-transform: none;
    padding-right: 0;
}

.card-banner {
    /* background-image: url(https://www.caterer.com/watermarks/sub-disciplines/chef-de-partie.png); */
    background-image: url(https://www.caterer.com/branded-assets/26a556b800f84f2dbfdc2a0eb573435d.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.card-logo-container img {
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    top: 25px;
    right: 7px;
    border: 3px solid #fff;
    box-shadow: 0 0 5px #666;
}

.card-logo-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.card-logo-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footer-center {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.mid-icon-left {
    position: relative;
    top: 4px;
    right: 3px;
}

.mid-icon-right {
    position: relative;
    top: 1px;
}

.quick-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}


.quick-tabs button {
    width: auto;
    color: white;
}

.tab-pane a {
    color: white;
}

.tab-pane span {
    color: #c7b3ff;
}

.section-2 span {
    color: var(--bs-primary);

}

.btn-streched {
    width: -webkit-fill-available;
    color: #050000;
    background-color: #f2f2f2;
}

.btn-streched:hover {
    background-color: #9c9797;
}

.section-two-card-image-one {
    height: 100px;
    background: url(../images/home/first.svg);
    background-position: center center;
    /* background-size: cover; */
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.section-two-card-image-two {
    height: 100px;
    background: url(../images/home/fast.svg);
    background-position: center center;
    /* background-size: cover; */
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.section-two-card-image-three {
    height: 100px;
    background: url(../images/home/smart.svg);
    background-position: center center;
    /* background-size: cover; */
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.apply-for-hospitality {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.app-store-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;

}

.apply-for-hospitality i {
    color: #d3d349;
    font-size: large;
}

.app-store-list {
    list-style-type: none;
    /* Remove the default list item dots */
}

.list-item:before {
    content: url(../images/home/true.svg);
    /* content: url("tick-image.png"); Replace "tick-image.png" with the URL or file path of your tick/true image */
    display: inline-block;
    width: 20px;
    /* Adjust the width and height as needed for your image */
    height: 20px;
    margin-right: 5px;
    /* Add some spacing between the image and the list item text */
}

.apply-for-hospitality-image {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.more-options-button {
    position: relative;
    top: 15px;
}

.more-options-card {
    top: 15px;
}

.more-options-card button {
    margin-bottom: 10px;
}

.job-listing-section {
    padding-top: 150px;
}

@media only screen and (max-width: 767px) {
    .job-listing-section {
        padding-top: 50px;
    }
}

.section-browse-title {
    background-color: #ebebeb;
}

.section-browse-blogs li {
    list-style: none;
    padding: 0;
    margin: 10px;
}

.browse-keywords-wrapper {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: stretch;

}

.browse-keywords-wrapper li {
    list-style: none;
    padding: 0;
    margin: 10px;
}

.browse-keywords-wrapper li {
    background-color: white;
    margin: 0px 5px 0px 5px;
    border-radius: 2px;
    margin-top: 5px;
}

.browse-keywords-wrapper li:hover {
    color: #a765a7;
}

.browse-keywords-wrapper a {
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
}

.browse-keywords-wrapper a:hover {
    border: 1px solid #a765a7;
}

.section-browse-title ul {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.browse-hospitality-jobs-list li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.browse-hospitality-jobs-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.browse-hospitality-jobs-list a {
    padding-right: 10px;
}

.browse-company-keywords-wrapper {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: stretch;

}

.browse-company-keywords-wrapper li {
    list-style: none;
    padding: 0;
}

.browse-company-keywords-wrapper li:hover {
    color: #a765a7;
}

.blog-section {
    padding-top: 200px;
}

.promotional-box {
    background-color: #f5d000;
    color: #000000;
    padding: 40px;
    margin: 40px;
    margin-left: 0px;
    margin-right: 0px;
}

.job-alert-section .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.reister-now span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.other-sites {
    background-image: url(../images/logo/one-login.min.svg);
    display: inline-block;
    width: 20px;
    /* Adjust the width and height as needed for your image */
    height: 20px;
    margin: 5px 0px -5px 45px;
}

.saved-jobs-left-logo {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
}

.saved-jobs-left-logo-area {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 16px;
    background-color: #766df4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0px;
}

.saved-jobs-left-logo-area-svg {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    line-height: 0px;
    display: block;
    color: #ffffff;
    width: 28px;
    height: 28px;
}

.saved-jobs-left-logo-area-svg svg:not(:root) {
    overflow: hidden;
}

.saved-jobs-heading-subtext {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-weight: 400;
    padding-top: 8px;
    color: #616161;
}

.job-box img {
    position: relative;
    left: -8px;
}

.create-job-alert-2 span {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-size: 16px;
    line-height: 24px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    padding-bottom: 32px;
    color: rgb(97, 97, 97);
}

.agency-navbar {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0;
    margin-top: 93px;
    background-color: var(--bs-secondary-bg);
    -webkit-box-shadow: var(--bs-box-shadow);
    box-shadow: var(--bs-box-shadow);
    background-color: white !important;
}


@media (max-width: 998.98px) {
    .agency-navbar {
        margin-top: 146px;
    }

    .agency-bg-home {
        padding: 209px 0 100px 0 !important;
    }
}


.agency-navbar .agency-navbar-nav .nav-link {
    color: black !important;
    font-size: 13px;
    background-color: transparent;
    padding: 23px 18px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .agency-navbar {
        margin-top: 0;
    }
}

.agency-navbar .agency-navbar-toggler {
    padding: 0;
    border: none;
    font-size: 24px;
    color: black;
}

@media (max-width: 991.98px) {
    .agency-navbar-collapse {
        background-color: #bac0c7;
    }
}

.agency-header-item {
    color: #000000 !important;
}

.agency-right-links-a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 18px 0px 18px;
}

.agency-right-links-a:hover {
    background-color: #7b797978;
}

.agency-right-links-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0px 18px 0px 18px;
}

.agency-btn-soft-secondary {
    background-color: #e4e4e4 !important;
    border-color: transparent;
    color: black !important;
}

element.style {
    background-image: url(../images/agency/home_bg-01.svg);
    background-color: rgb(249, 249, 252);
}

.primary-banner-wrapper {
    background-size: cover;
    background-position: center 200px;
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-bottom: 32px;
    background-image: url(../images/agency/home_bg-01.svg);
    background-color: rgb(249, 249, 252);
}

.title-banner-title {
    text-align: center;
    font-size: 36px;
    color: #333;
    padding-bottom: 24px;
    position: relative;
}

@media (max-width: 767px) {
    .title-banner-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .title-banner-title {
        display: none;
    }
}

.product-card-v3 {
    max-width: 580px;
    min-height: 372px;
    padding: 48px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(222, 222, 222, 0.5);
    text-align: left;
}

.job-ad-v3 {
    margin-left: auto;
}

.agency-bg-home {
    padding: 170px 0 100px 0 !important;
}

.cv-bg-home {
    padding: 170px 0 50px 0 !important;
}

@media (max-width:998.98px) {

    .agency-bg-home {
        padding: 209px 0 100px 0 !important;
    }
}

@media (max-width:767.98px) {
    .agency-bg-home {
        padding: 63px 0 100px 0 !important;
    }
}

.price {
    display: inline-block;
    font-size: 48px;
    color: #333;
    font-weight: 700;
    vertical-align: bottom;
}

.primary-button:visited {
    color: #fff;
    background-color: #766df4;
    border: 1px solid #766df4;
    font-size: 16px;
    font-family: 'Avenir LT W01 85 Heavy', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.primary-button:hover {
    background-color: #792d80;
    border: 1px solid #792d80;
    box-shadow: 0 4px 8px 0 #a867ad;
}

.re-title {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    align-items: center;
    margin-bottom: 16px;
    margin-top: 32px;
}

.card-button {
    background-color: #c8c8c8 !important;
}

.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.equal-height>[class^="col-"] {
    display: flex;
    flex-direction: column;
}

bd-red .equal-height>[class^="col-"]>div {
    flex-grow: 1;
}

.card-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-flex-section-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-flex-section-2 img {
    width: 40px;
    height: auto;
    margin: 10px auto;
}

.card-flex-section-2 svg {
    width: 40px;
    height: auto;
    margin: 10px auto;
}

.card-flex-section-2-wrap {
    display: flex;
    flex-direction: column;
}

.section-3 {
    background-color: #f2f2f2;
}

.blog-image-1 {
    background: url(../images/agency/blog-1.jpg) center center no-repeat;
    height: 200px;
    background-size: cover;
}

.blog-image-2 {
    background: url(../images/agency/blog-2.jpg) center center no-repeat;
    height: 200px;
    background-size: cover;
}

.blog-image-3 {
    background: url(../images/agency/blog-3.jpg) center center no-repeat;
    height: 200px;
    background-size: cover;
}

.section-3-card {
    padding: 0px !important;
}

.section-3-card p {
    padding: 0px 40px 0px 40px !important;
}

.section-3-card h3 {
    padding: 30px 40px 0px 40px !important;
}

.section-4 img {
    max-width: 150px !important;
}

.section-4-card {
    background-color: #f7f7f7;
}

.intro {
    position: relative;
}

.intro li {
    padding-left: 16px;
    margin-bottom: 20px;
    font-size: 16px;
}

.title-banner-title-2 {
    padding-left: 16px !important;
    text-align: left !important;
}

.agency-bg-home .agency-bg-overlay-2 {
    background: url(../images/agency/advertise-jobs/bg.svg) !important;

    background-size: cover !important;
    /* background-attachment: fixed !important; */
    background-repeat: no-repeat !important;
    background-position: center 370px !important;
    padding-top: 8px !important;
    padding-bottom: 32px !important;
    background-color: rgb(249, 249, 252) !important;
}

.bg-overlay {
    background-color: rgba(40, 48, 57, .5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute
}

.bg-home .bg-overlay-2 {
    background-size: cover;
    background-position: center;

    background-attachment: fixed;
    background-repeat: no-repeat;
}

.bg-home-2 {
    background-color: white !important;
}

.product-card-v3-2 {
    max-width: 580px;
    padding: 48px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(222, 222, 222, 0.5);
    text-align: left;
}

.btn-streched-2 {
    width: -webkit-fill-available;
}

.new-customer {
    display: inline-block;
    background-color: #ffd948;
    padding: 0 10px;
    margin-left: 10px;
    font-size: 18px;
    margin-bottom: 20px;
}

.hr-style {
    margin: 50px 0px 50px 0px;
    border-top: 1px solid #766df4;
}

.img-max-width {
    max-width: 422.6px;
}

@media (min-width: 992px) {
    .img-max-width {
        margin-top: -80px;
    }

}

.top-box {
    margin-top: 0;
    display: inline-block;
    margin-left: 260px;
    text-align: center;
    background-color: #fff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #766df4;
    border-right: 1px solid #e1e1e1;
}


.top-box .standard .top-box .featured .top-box .premium {
    display: inline-table;
    width: 282px;
    height: 383px;
    padding-top: 32px;
}

.standard {
    border-top: 1px solid #766df4;
    border-right: 1px solid #766df4;
}


.top-box .featured {
    border-right: 1px solid #f0f0f5;
}

.top-box .standard .top-box .featured .top-box .premium {
    display: inline-table;
    width: 282px;
    height: 383px;
    padding-top: 32px;
}

.bottom-box {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.top-box-2 p {
    font-size: 16px;
    line-height: 28px;
    color: #8e97a4;
    margin-bottom: 0;
}

.top-box-2 img {
    margin-top: 4px;
    margin-bottom: 16px;
    max-width: 160px;
}

.btn-streched-3 {
    width: -webkit-fill-available;
}

.flex-col-2 {
    display: flex;
    flex-direction: column;
}

@media (max-width: 878px) {
    .img-max-width {
        max-width: 296px;
        align-items: center;
        align-content: center;
    }

}

.card-flex-section-4 img {
    width: -webkit-fill-available;
    height: auto;
    margin: 10px auto;
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #d2d3d9;
    border-top: 1px solid #d2d3d9;
    border-left: 1px solid #d2d3d9;
    border-right: 1px solid #d2d3d9;
    padding: 10px 10px 10px 10px;
}

.card-flex-section-4 ul {
    margin-left: 24px;
    margin-bottom: 0px;
}

.card-flex-section-4 li {
    padding-bottom: 20px;
}

.card-body-2 {
    min-height: 536px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background-color: #fff;
    padding-top: 1px;

}

.card-footer-2 {

    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    background-color: #fafafa;
    padding: 12px 15px 12px 15px;
    text-align: center;
}

@media (max-width: 480px) {
    .title-banner-title-2 {
        display: block !important;
    }
}

.grey {
    font-size: 16px;
    line-height: 21px;
    color: #7e7e82;
    margin-bottom: 0 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 16px;
}

@media (min-width: 992px) {
    .img-max-width-2 {
        margin-top: -0px !important;
    }

}

@media (max-width: 992px) {
    .img-max-width-2 {
        max-width: 296px;
        align-items: center;
        align-content: center;
    }

}

.agency-bg-home .cv-bg-overlay {
    /* background: url(../images/agency/advertise-jobs/cv-bg.png) !important; */
    background: #ebebeb !important;

    background-size: cover !important;
    /* background-attachment: fixed !important; */
    background-repeat: no-repeat !important;
    background-position: center -140px !important;
    padding-top: 8px !important;
    padding-bottom: 32px !important;
    background-color: rgb(249, 249, 252) !important;
}

.cv-benefit {
    position: relative;
    padding-bottom: 20px;
}

.cv-benefit li {
    border-left: 4px solid #ff9a78;
    list-style-type: none;
    position: relative;
    padding: 3px 5px;
    width: 100%;
    list-style: none;
    color: #e3d7d5;
    height: auto;
    padding: 0 10px 0 20px;
    border-left: 4px solid transparent;
    background-image: none;
}

.cv-benefit li:hover {
    color: #000000;
    border-left: 4px solid #ff9a78;
}

.cv-blog-image-1 {
    background: url(../images/agency/advertise-jobs/1.jpg) center center no-repeat;
    height: 200px;
    background-size: cover;
}

.cv-blog-image-2 {
    background: url(../images/agency/advertise-jobs/2.jpg) center center no-repeat;
    height: 200px;
    background-size: cover;
}

.cv-blog-image-3 {
    background: url(../images/agency/advertise-jobs/3.jpg) center center no-repeat;
    height: 200px;
    background-size: cover;
}

.cv-blog-card a {
    font-size: 24px;
    line-height: 32px;
    color: #333;
}

.cv-blog-card a:hover {
    color: #007BFF;
}

.source-text,
.source-text p {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

.active-1 {
    color: black !important;
    border-left: 4px solid #ff9a78 !important;

}

.pl-16 {
    padding-left: 16px !important;
}

.section-2-cv {
    background-color: #333;
    padding-bottom: 32px;
}

.auth-content a {
    color: #766df4 !important;
}

.bg-home-3 {
    background-color: white !important;
}

.bg-home-4 {
    background-image: url(../images/agency/urngent-roles/cover-bg.png) !important;
}

.btn-cta {
    font-size: 20px !important;
    padding: 13px 12px !important;
    margin-bottom: 10px;
}

.fs-40 {
    font-size: 40px;
}

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

.img-max-width-3 {
    max-width: -webkit-fill-available !important;
    overflow: hidden;
}

@media (max-width: 992px) {

    .img-max-width-3 {
        max-width: 296px !important;
        align-items: center;
        align-content: center;
    }
}

.title-banner-title-3 {
    padding-left: 0px !important;
    text-align: left !important;
}

@media (max-width: 480px) {
    .title-banner-title-2 {
        display: block !important;
    }
}

.title-banner-title-2 {
    text-align: center !important;
    color: #2f2f2f !important;
    padding-bottom: 24px;
    position: relative;
    font-size: 3.067rem !important;
    font-weight: 600;
    margin-bottom: 2.667rem;
}

@media (max-width: 767px) {
    .title-banner-title-2 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 480px) {
    .title-banner-title-2 {
        font-size: 1rem !important;
    }
}

@media only screen and (min-width: 768px) {
    .panel-section-2 {
        padding: 2.667rem 0;
    }
}

.brandcolor {
    color: #766df4;
}

.brand-top-font-size {
    font-size: 164px !important;
    margin-bottom: 0px;
    margin-top: 60px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .brand-top-font-size {
        font-size: 121px !important;
        margin-bottom: 0px;
        margin-top: 53px;
        font-weight: 600;
    }
}

.brandfont {
    font-family: "Avenir LT W01 85 Heavy", Arial, Helvetica, san-serif;
}

.line-1 {
    font-size: 60px !important;
    margin-bottom: 0px !important;
    margin-top: 32px;
    font-weight: 600;
    margin: 0%;
}

@media only screen and (min-width: 768px) and (max-width: 997px) {
    .line-1 {
        font-size: 56px !important;
    }
}

@media only screen and (max-width: 767px) {
    .line-1 {
        font-size: 45px !important;
    }
}

.line-2 {
    font-size: 24px !important;
}

.brandfont-light {
    font-weight: 300;
    font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, san-serif;
}

@media only screen and (min-width: 768px) and (max-width: 997px) {
    .line-2 {
        font-size: 22.5px !important;
    }

    .line-3 {
        font-size: 34px !important;
        font-weight: 600;
    }

    .line-4 {
        font-size: 29px !important;
    }
}

@media only screen and (max-width: 767px) {
    .line-2 {
        font-size: 18px !important;
    }

    .line-3 {
        font-size: 27.5px !important;
        font-weight: 600;
    }

    .line-4 {
        font-size: 24px !important;
    }

    .total-brand-box-2 {
        top: -85px !important;
    }

}

.line-0 .line-1 .line-2 .line-3 .line-4 {
    display: block !important;
    line-height: 0 !important;
}

.line-3 {
    font-size: 37px !important;
    font-weight: 600;

}

.line-4 {
    font-size: 31px !important;
}

.flex-col-1 {
    display: flex;
    flex-direction: column;
}

.brand-top-position {
    top: 50px;
    position: relative;
}

.total-brand-box {
    top: -130px;
}

.total-brand-box-2 {
    top: -22px;
}


.ticklist li {
    margin-bottom: 0.6667rem;
    padding-left: 1.5rem;
    background-size: 17px;
    font-size: 1.133rem;
    line-height: 23px;
    margin-bottom: 17px;
    list-style-type: none;
}

.ticklist a {
    color: white !important;
    text-decoration: underline !important;
}

.ticklist a:hover {
    color: white !important;
    text-decoration: none !important;
}

.section-2-bg {
    background-color: #f7f7f7;
}

.section-three-image-one {
    height: 100px;
    background: url(../images/agency/nation-wide-hiring/1.svg);
    background-position: center center;
    /* background-size: cover; */
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    margin: 16px;

}

.section-three-image-two {
    height: 100px;
    background: url(../images/agency/nation-wide-hiring/2.svg);
    background-position: center center;
    /* background-size: cover; */
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    margin: 16px;
}

.section-three-image-three {
    height: 100px;
    background: url(../images/agency/nation-wide-hiring/3.svg);
    background-position: center center;
    /* background-size: cover; */
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 16px;
    position: relative;
}

.section-three-image-four {
    height: 100px;
    background: url(../images/agency/nation-wide-hiring/4.svg);
    background-position: center center;
    /* background-size: cover; */
    margin: 16px;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.section-four-image-one {
    background: url(../images/agency/nation-wide-hiring/c1.gif);
    display: block;
    height: 180px;
    width: 180px;
    border-radius: 0.2667rem;
    margin: 0 auto;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.section-four-image-two {
    background: url(../images/agency/nation-wide-hiring/c2.jpg);
    display: block;
    height: 180px;
    width: 180px;
    border-radius: 0.2667rem;
    margin: 0 auto;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-four-image-three {
    background: url(../images/agency/nation-wide-hiring/c3.png);
    display: block;
    height: 180px;
    width: 180px;
    border-radius: 0.2667rem;
    margin: 0 auto;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-four-image-four {
    background: url(../images/agency/nation-wide-hiring/c4.png);
    display: block;
    height: 180px;
    width: 180px;
    border-radius: 0.2667rem;
    margin: 0 auto;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.quote {
    background-image: url(../images/agency/nation-wide-hiring/quote-left.svg), url(../images/agency/nation-wide-hiring/quote-right.svg);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    font-size: 28px;
    line-height: 39px;
    font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, san-serif;
    padding: 29px 25px 38px 35px;
    margin-top: 25px;
    font-weight: 300;
}

.quote-person {
    margin-top: 59px !important;
    font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, san-serif;
    font-size: 25px;
    line-height: 30px;
}

.quote-person-position {
    color: #999;
}

.text-right-1 {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .quote {
        background-size: 50px;
        font-size: 18px;
        line-height: 24px;
        padding: 20px 20px 25px;
    }

    .quote-person {
        margin-top: 30px;
        font-size: 18px;
        line-height: 24px;
    }
}

.line-adjustment {
    font-size: 20px;
    padding-top: 10px;
}

.phone-number {
    display: block;
    color: #766df4;
    font-size: 40px;
    font-family: "Avenir LT W01 85 Heavy", Arial, Helvetica, san-serif;
    margin: 20px 8px 23px;
    font-weight: 600;
}


@media only screen and (max-width: 767px) {
    .line-adjustment {
        padding-top: 8px;
    }

    .phone-number {
        display: block;
        color: #766df4;
        font-size: 30px;
        font-family: "Avenir LT W01 85 Heavy", Arial, Helvetica, san-serif;
        margin: 5px 8px 23px;
        font-weight: 600;
    }
}

.pad-left {
    padding-left: 30px;
}

.urgent-section-one-text {
    font-size: 2rem !important;
    color: #fff;
    margin-bottom: 1.73333rem;
}

.urgent-section-one-h1 {
    font-size: 60px !important;
    line-height: 64px !important;
    color: #fff !important;
}

.section-3-bg {
    background-color: #5b5b5b;

}

.quote-2 {
    background-image: url(../images/agency/urngent-roles/quote-left.svg), url(../images/agency/urngent-roles/quote-right.svg);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    font-size: 28px;
    line-height: 39px;
    font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, san-serif;
    padding: 29px 25px 38px 35px;
    margin-top: 25px;
    font-weight: 300;
}

.quote-person-name {
    color: #fff;
}

.quote-person {
    font-weight: 600;
}

.card-body-3 {
    min-height: auto;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background-color: #fff;
    padding-top: 1px;
}

.card-header-1 {
    background-color: #766df4;
    padding: 10px 0;
    border-radius: 0.2667rem 0.2667rem 0 0;
}

.product-card-v4 {
    max-width: auto;
    min-height: auto;
    padding: 48px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(222, 222, 222, 0.5);
    text-align: left;
}

.footer-dropdown {
    background: url(../images/agency/urngent-roles/dropdown.svg) no-repeat center;
    padding: 0 0 10px;
    margin: 0 0 6px;
    border-radius: 0.2667rem;
    height: 40px;
}

.fs-50 {
    font-size: 50px;
}

.fw-600 {
    font-weight: 600;
}

.line-5-img-1 {
    height: 60px;
    width: 214px;
    display: inline-block;
    background: url(../images/agency/urngent-roles/line-5-img-1.svg) 14px top/contain no-repeat;

}

.line-5-img-2 {
    height: 130px;
    width: 214px;
    display: inline-block;
    background: url(../images/agency/urngent-roles/line-5-img-2.svg) 14px top/contain no-repeat;

}

.line-5-img-3 {
    height: 130px;
    width: 214px;
    display: inline-block;
    background: url(../images/agency/urngent-roles/line-5-img-3svg.svg) 14px center/contain no-repeat;

}

.line-5-img-4 {
    height: 130px;
    width: 214px;
    display: inline-block;
    background: url(../images/agency/urngent-roles/line-5-img-4.svg) 14px center/contain no-repeat;

}

.fs-80 {
    font-size: 80px;
}

.flex-row-1 {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pj-line-4 {
    font-size: 30px !important;
    margin: 45px 0 0 !important;
    font-weight: 300;
    font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, san-serif;
}

.brandfont-light {
    font-weight: 300;
    font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, san-serif;
}

.pj-line-6 {
    font-size: 41px !important;
    margin-bottom: 12px !important;
    margin-top: 15px !important;
}

.pj-line-6-2 {
    font-size: 41px !important;
    margin-bottom: 12px !important;
    margin-top: 36px !important;
    line-height: 0 !important;
    display: block !important;

}

.pj-line-4,
.pj-line-5,
.pj-line-6 {
    display: block !important;
    line-height: 0 !important;
}

.pj-line-7 {
    font-size: 30px !important;
}

.fontlight {
    font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, san-serif;
}

.box-image-1 {
    background: url(../images/agency/urngent-roles/1.jpg) no-repeat center;
    display: block;
    height: 20rem;
    width: auto;
    border-radius: 0.2667rem;
    margin: 0 auto;
    background-color: #fff;
    background-size: contain;
}

.box-image-2 {
    background: url(../images/agency/urngent-roles/2.jpg) no-repeat center;
    display: block;
    height: 20rem;
    width: auto;
    border-radius: 0.2667rem;
    margin: 0 auto;
    background-color: #fff;
    background-size: contain;
}

.box-image-3 {
    background: url(../images/agency/urngent-roles/3.jpg) no-repeat center;
    display: block;
    height: 20rem;
    width: auto;
    border-radius: 0.2667rem;
    margin: 0 auto;
    background-color: #fff;
    background-size: contain;
}

.box-image-4 {
    background: url(../images/agency/urngent-roles/4.jpg) no-repeat center;
    display: block;
    height: 20rem;
    width: auto;
    border-radius: 0.2667rem;
    margin: 0 auto;
    background-color: #fff;
    background-size: contain;
}

@media only screen and (max-width: 387px) {
    .pj-line-6 {
        display: contents !important;
        font-size: 28px !important;
    }

    .line-5-img-1 {
        margin-bottom: 30px !important;
    }

    .quote-2 {
        font-size: 20px !important;
    }

    .ticklist {
        padding-left: 0px !important;
    }

    .ticklist li {
        font-size: 14px !important;
    }

    .urgent-section-one-text {
        font-size: 28px !important;
    }

}

.product-card-v3-5 {
    max-width: auto;
    min-height: auto;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(222, 222, 222, 0.5);
}

.lh-11 {
    line-height: 11px;
}

.flex-col-3 {
    display: flex;
    flex-direction: column;
}

.fs-70 {
    font-size: 70px !important;
}

.agency-bg-home {
    --bs-gutter-x: 0rem !important;
}

.company-setup p {
    display: contents;
}

.choices-single-location-1 {
    border: #000000 1px solid !important;
}

.advertise-jobs-card-v3 {
    max-width: max-content !important;
}

.box-shadow-1 {
    box-shadow: 0 0 15px 0 rgba(222, 222, 222, 0.5);
}

.d-flex-center-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.swiper-wrapper img {
    height: 17rem !important;
}


.card-body-3 p {
    padding: 0px 10px 0px 10px;

}

.text-logo-golden {
    color: #ff8d27 !important;
}

.content-none-1::before {
    content: none !important;
}

.saved-jobs-img img {
    height: 160px;
}

@media (max-width:403.98px) {

    .dashboard-company-logo {
        width: 100%;
    }
}

.clearfix {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
    background-color: #f2f2f2;
}

ul.clearfix {
    list-style-type: none;
}

.clearfix li {
    list-style-type: none;
    text-align: center;
}

.mtb-10 {
    padding: 10px 0px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: none !important;
}

.bg-grey-1 {
    background-color: #f2f2f2;
}

.dash-space-apart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

}

.table th {
    font-weight: 600 !important;
}

.cart-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
}

.d-flex-7 {
    display: flex;
    flex-direction: column;
}

.d-flex-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.pp-logo {
    height: 30px;
}

.error {
    color: red;
}

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

.absoute-center-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.row.equal-height1 {
    display: flex;
    flex-wrap: wrap;
}

.card-wrapper1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card1 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-body1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-text1 {
    margin-top: auto;
}
.dropdown-menu-left-end {
    right: 0;
    left: auto;
}