/*
* Theme Name: Job Stock - Job Board & Freelancing Template
* Author: Themez Hub
* Version: 2.1
* Last Change: 20 Aug 2023
  Author URI    : http://www.Themezhub.com/
-------------------------------------------------------------------*/
/*------------- List Of Table -----------
# Fonts
# Preloader
# Global Settings
# Header Navigation Styles
# Homes Banner
# General Features Design 
# Vesh Property Style
# Detail Page Elements Style
# jobstock All Features Styles
# Inner Page Design
# Blog Design Start
# User Dashboard
# Theme Footer Design
# Responsiveness Start
------------- List Of Table ----------*/

@import url(../css/plugins/animation.css);
@import url(../css/plugins/bootstrap.min.css);
@import url(../css/plugins/rangeSlider.min.css);
@import url(../css/plugins/nice-select.css);
@import url(../css/plugins/slick.css);
@import url(../css/plugins/slick-theme.css);
@import url(../css/plugins/fontawesome.min.css);
@import url(../css/plugins/morris.css);
@import url(../css/plugins/logo_slide.css);
/*------------------------------------
	Fonts
------------------------------------*/
@import url('jp_font.css');
/*@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');*/
/*------------------------------------
	Preloader
------------------------------------*/
.dark #preloader {
    background-color: #232323;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.form-group {
    margin-bottom: 15px;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

    .preloader span {
        position: absolute;
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #00a94f;
        -webkit-animation: preloader 1.3s linear infinite;
        animation: preloader 1.3s linear infinite;
    }

        .preloader span:last-child {
            animation-delay: -0.8s;
            -webkit-animation-delay: -0.8s;
        }

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

form.dropzone.dz-clickable.primary-dropzone {
    background: rgb(1 126 250 / 10%);
    border: 1px solid rgb(1 126 250 / 20%);
    border-radius: 0.4rem;
}

.dz-default.dz-message i {
    font-size: 3rem;
    color: #1ca774;
    display: block;
    margin-bottom: 0.5rem;
}

.dz-default.dz-message span {
    color: #13487e;
    font-weight: 500;
}

i.req {
    color: #e41515;
}

.slick-next {
    right: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}

.slick-prev {
    left: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}

    .slick-prev:before {
        color: #02335d;
    }

.slick-next:before {
    color: #02335d;
}

.slick-next:hover, .slick-next:focus, .slick-next:active,
.slick-prev:hover, .slick-next:focus, .slick-next:active {
    background: #1ca774;
}

    .slick-next:hover:before, .slick-next:focus:before, .slick-next:active:before,
    .slick-prev:hover:before, .slick-next:focus:before, .slick-next:active:before {
        color: #ffffff;
    }

.irs--flat .irs-line {
    background-color: #dde5eb;
}

.irs--flat .irs-bar {
    background-color: #1ca774;
}

.irs--flat .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 17px;
    height: 100%;
    border-radius: 50%;
    margin-left: -3px;
    background-color: #008f72;
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
    background-color: #016551;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #ff9800;
}

    .irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
        border-top-color: #ff9800;
    }
/*--- end of preloader ---*/
/*------------------------------------------------------------
	Global Settings
-------------------------------------------------------------*/
* {
    outline: none;
}

body {
    background: #ffffff;
    color: #4f5e64;
    font-size: 14px;
    font-family: Plus Jakarta Sans, Helvitica, sans-serif;
    margin: 0;
    overflow-x: hidden !important;
    font-weight: 400;
}

.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}

html {
    position: relative;
    min-height: 100%;
    background: #ffffff;
}

a {
    color: #022f5d;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

.nav-link {
    color: #1ca774;
}

a.link {
    color: #1ca774;
}

    a.link:hover, a.link:focus, a:hover, a:focus {
        color: #1ca774;
    }

a.text-success:focus, a.text-success:hover {
    color: #0fca98 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #1ca774 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #ffac45 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #e55151 !important;
}

a.white-link {
    color: #ffffff;
}

    a.white-link:hover, a.white-link:focus {
        color: #263238;
    }

.text-mid {
    color: #617896;
    font-size: 13px;
    font-weight: 500;
}

.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block;
}

.img-rounded {
    border-radius: 4px;
}

html body .mdi:before,
html body .mdi-set {
    line-height: initial;
}

section {
    padding: 80px 0 80px;
}

    section.min {
        padding: 50px 0 50px;
    }

    section.mid {
        padding: 80px 0 50px;
    }

p {
    line-height: 1.8;
}

.gray {
    background: #f7f9fc !important;
}

.gray-simple {
    background: #f1f5f8 !important;
}

.bg-title {
    background: #2540a2;
}

.bg-1 {
    background: #f7d0cb;
}

.bg-2 {
    background: #dde9ed;
}

.tbl {
    display: table;
}

.full-height {
    height: 100%;
}

.rtl {
    position: relative;
}

.mr-2 {
    margin-right: 8px;
}

.mr-1 {
    margin-right: 4.5px;
}

.alert p {
    margin: 0;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.no-ul-list {
    padding: 0;
}

    .no-ul-list li {
        list-style: none;
    }

.progress {
    margin-bottom: 1.5em;
}

.full-width {
    width: 100%;
}

p, ul, ol, dl, dt, dd, blockquote, address {
    margin: 0 0 10px;
}

.owl-carousel .item {
    padding: 0 15px;
}

.explore-content p {
    font-size: 19px;
    font-family: Plus Jakarta Sans, 'Lora', serif;
    font-style: italic;
}

.explore-content h1, .explore-content h2 {
    font-family: Plus Jakarta Sans, 'Josefin Sans', sans-serif;
    font-weight: 600;
}

.shadow-0 {
    box-shadow: none !important;
}

.ovr-top {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
/*------------ Global Settings: Heading-------------*/
h1,
h2,
h3,
h5,
h6 {
    color: #05264e;
    font-weight: 700;
}

h4 {
    color: #05264e;
    font-weight: 700;
    font-size: 2.5rem;
}

.no-wrap td,
.no-wrap th {
    white-space: nowrap;
}

.circle {
    border-radius: 100%;
}

.offcanvas-body {
    display: block !important;
}
/*------------ Global Settings: Cutom Height ----------------*/
.ht-10 {
    height: 10px;
}

.ht-20 {
    height: 20px;
}

.ht-30 {
    height: 30px;
}

.ht-40 {
    height: 40px;
}

.ht-50 {
    height: 50px;
}

.ht-60 {
    height: 60px;
}

.ht-70 {
    height: 70px;
}

.ht-80 {
    height: 80px;
}

.ht-80 {
    height: 80px;
}

.ht-100 {
    height: 100px;
}

.ht-110 {
    height: 110px;
}

.ht-120 {
    height: 120px;
}

.ht-130 {
    height: 130px;
}

.ht-140 {
    height: 140px;
}

.ht-150 {
    height: 150px;
}

.ht-160 {
    height: 160px;
}

.ht-170 {
    height: 170px;
}

.ht-180 {
    height: 180px;
}

.ht-190 {
    height: 190px;
}

.ht-200 {
    height: 200px;
}

.ht-400 {
    height: 400px;
}

.ht-500 {
    height: 500px;
}

.ht-100 {
    height: 100%;
    min-height: 580px;
}

.h-100 {
    height: 100vh;
}

.h-05 {
    height: 0.10rem !important;
}

.h-1 {
    height: 0.25rem !important;
}

.h-2 {
    height: 0.5rem !important;
}

.h-3 {
    height: 0.75rem !important;
}

.h-4 {
    height: 1rem !important;
}

.h-5 {
    height: 1.25rem !important;
}

.h-6 {
    height: 1.5rem !important;
}

.h-7 {
    height: 1.75rem !important;
}

.h-8 {
    height: 2rem !important;
}

.h-9 {
    height: 2.25rem !important;
}

.h-10 {
    height: 2.5rem !important;
}

.h-11 {
    height: 2.75rem !important;
}

.h-12 {
    height: 3rem !important;
}

.h-13 {
    height: 3.25rem !important;
}

.h-14 {
    height: 3.75rem !important;
}

.h-15 {
    height: 4rem !important;
}

.h-16 {
    height: 4.25rem !important;
}

.h-17 {
    height: 4.5rem !important;
}

.h-18 {
    height: 4.75rem !important;
}

.h-19 {
    height: 5rem !important;
}

.h-20 {
    height: 5.25rem !important;
}
/*------------ Global Settings: Custom Width ----------------*/
.w-1 {
    width: 0.25rem !important;
}

.w-2 {
    width: 0.5rem !important;
}

.w-3 {
    width: 0.75rem !important;
}

.w-4 {
    width: 1rem !important;
}

.w-5 {
    width: 1.25rem !important;
}

.w-6 {
    width: 1.5rem !important;
}

.w-7 {
    width: 1.75rem !important;
}

.w-8 {
    width: 2rem !important;
}

.w-9 {
    width: 2.25rem !important;
}

.w-10 {
    width: 2.5rem !important;
}

.w-11 {
    width: 2.75rem !important;
}

.w-12 {
    width: 3rem !important;
}

.w-13 {
    width: 3.25rem !important;
}

.w-14 {
    width: 3.75rem !important;
}

.w-15 {
    width: 4rem !important;
}

.w-16 {
    width: 4.25rem !important;
}

.w-17 {
    width: 4.5rem !important;
}

.w-18 {
    width: 4.75rem !important;
}

.w-19 {
    width: 5rem !important;
}

.w-20 {
    width: 5.25rem !important;
}

/*------------ Global Settings: Dot BG ----------------*/
.bg-dot {
    background-size: 0.75rem 0.75rem;
}

    .bg-dot.primary {
        background-image: radial-gradient(#0264d6 2px,transparent 2.5px);
    }

    .bg-dot.blue {
        background-image: radial-gradient(#0264d6 2px,transparent 2.5px);
    }

    .bg-dot.success {
        background-image: radial-gradient(#1ca774 2px,transparent 2.5px);
    }

    .bg-dot.yellow {
        background-image: radial-gradient(#fab758 2px,transparent 2.5px);
    }

    .bg-dot.danger {
        background-image: radial-gradient(#a70a29 2px,transparent 2.5px);
    }

    .bg-dot.info {
        background-image: radial-gradient(#008aff 2px,transparent 2.5px);
    }

    .bg-dot.purple {
        background-image: radial-gradient(#6363f5 2px,transparent 2.5px);
    }

    .bg-dot.light {
        background-image: radial-gradient(#f1f5f8 2px,transparent 2.5px);
    }

.bg-line.blue {
    background: repeating-linear-gradient(-55deg,rgba(255,255,255,0) 0.8px,#0264d6 1.6px,#0264d6 3px,rgba(255,255,255,0) 3.8px,rgba(255,255,255,0) 10px);
}

.bg-line.primary {
    background: repeating-linear-gradient(-55deg,rgba(255,255,255,0) 0.8px,#0264d6 1.6px,#0264d6 3px,rgba(255,255,255,0) 3.8px,rgba(255,255,255,0) 10px);
}

.bg-line.yellow {
    background: repeating-linear-gradient(-55deg,rgba(255,255,255,0) 0.8px,#fab758 1.6px,#fab758 3px,rgba(255,255,255,0) 3.8px,rgba(255,255,255,0) 10px);
}

.bg-line.success {
    background: repeating-linear-gradient(-55deg,rgba(255,255,255,0) 0.8px,#1ca774 1.6px,#1ca774 3px,rgba(255,255,255,0) 3.8px,rgba(255,255,255,0) 10px);
}

.bg-line.danger {
    background: repeating-linear-gradient(-55deg,rgba(255,255,255,0) 0.8px,#a70a29 1.6px,#a70a29 3px,rgba(255,255,255,0) 3.8px,rgba(255,255,255,0) 10px);
}

.bg-line.purple {
    background: repeating-linear-gradient(-55deg,rgba(255,255,255,0) 0.8px,#6363f5 1.6px,#6363f5 3px,rgba(255,255,255,0) 3.8px,rgba(255,255,255,0) 10px);
}

.bg-line.light {
    background: repeating-linear-gradient(-55deg,rgba(255,255,255,0) 0.8px,#f1f5f8 1.6px,#f1f5f8 3px,rgba(255,255,255,0) 3.8px,rgba(255,255,255,0) 10px);
}


/*------------ Global Settings: Typography ----------------*/
.animate-bounce {
    animation: bounce 2s infinite;
}

.animate-leftright {
    animation: leftright 2s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

@keyframes leftright {
    0%, 100% {
        transform: translatex(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: translatex(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

/*------------ Global Settings: Typography ----------------*/
.type--fade {
    opacity: .5;
}

.font--uppercase {
    text-transform: uppercase;
}

.fw-medium {
    font-weight: 800;
}

.font--bold {
    font-weight: 600;
}

.font--extrabold {
    font-weight: 700;
}

.font--italic {
    font-style: italic;
}

.type--fine-print {
    font-size: 0.85714286em;
}

blockquote {
    font-size: 1.78571429em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    border-left: 0;
}

blockquote {
    font-style: italic;
}

    blockquote:not(:last-child) {
        margin-bottom: 1.04em;
    }

.card {
    border: none;
    overflow: hidden;
    background: #ffffff;
}

.card-header {
    background: #ffffff;
    padding: 0.8rem 1rem;
    border-color: #e2e8ec;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .card-header h4, .card-header h5, .card-header h6 {
        font-size: 15px;
        font-weight: 600;
        margin: 0;
    }

/*------------ Global Settings: Cutom Avatar ----------------*/
.avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: -.01rem;
    border-radius: 100%;
    height: auto;
}

/*------------ Global Settings: Social Links Colors ----------------*/
.color--facebook {
    color: #3b5998 !important;
}

.color--twitter {
    color: #00aced !important;
}

.color--googleplus {
    color: #dd4b39 !important;
}

.color--instagram {
    color: #125688 !important;
}

.color--pinterest {
    color: #cb2027 !important;
}

.color--dribbble {
    color: #ea4c89 !important;
}

.color--behance {
    color: #053eff !important;
}

.color--linkedin {
    color: #1685b9 !important;
}

.bg--facebook {
    background: #3b5998 !important;
    color: #fff !important;
}

.bg--twitter {
    background: #00aced !important;
    color: #fff !important;
}

.bg--googleplus {
    background: #dd4b39 !important;
    color: #fff !important;
}

.bg--instagram {
    background: #125688 !important;
    color: #fff !important;
}

.bg--pinterest {
    background: #cb2027 !important;
    color: #fff !important;
}

.bg--dribbble {
    background: #ea4c89 !important;
    color: #fff !important;
}

.bg--behance {
    background: #053eff !important;
    color: #fff !important;
}

.bg--linkedin {
    background: #1685b9 !important;
    color: #fff !important;
}

.btn--facebook {
    background: #ffffff !important;
    border: 1px solid #3b5998 !important;
    color: #3b5998 !important;
}

    .btn--facebook:focus, .btn--facebook:hover, .btn--facebook:active {
        background: #3b5998 !important;
        border: 1px solid #3b5998 !important;
        color: #ffffff !important;
    }

.btn--twitter {
    background: #ffffff !important;
    border: 1px solid #00aced !important;
    color: #00aced !important;
}

    .btn--twitter:hover, .btn--twitter:focus, .btn--twitter:active {
        background: #00aced !important;
        border: 1px solid #00aced !important;
        color: #ffffff !important;
    }

.btn--googleplus {
    background: #ffffff !important;
    border: 1px solid #dd4b39 !important;
    color: #dd4b39 !important;
}

    .btn--googleplus:hover, .btn--googleplus:focus, .btn--googleplus:active {
        background: #dd4b39 !important;
        border: 1px solid #dd4b39 !important;
        color: #ffffff !important;
    }

.btn--instagram {
    background: #ffffff !important;
    border: 1px solid #125688 !important;
    color: #125688 !important;
}

    .btn--instagram:hover, .btn--instagram:focus, .btn--instagram:active {
        background: #125688 !important;
        border: 1px solid #125688 !important;
        color: #ffffff !important;
    }

.btn--pinterest {
    background: #ffffff !important;
    border: 1px solid #cb2027 !important;
    color: #cb2027 !important;
}

    .btn--pinterest:hover, .btn--pinterest:focus, .btn--pinterest:active {
        background: #cb2027 !important;
        border: 1px solid #cb2027 !important;
        color: #ffffff !important;
    }

.btn--dribbble {
    background: #ffffff !important;
    border: 1px solid #ea4c89 !important;
    color: #ea4c89 !important;
}

    .btn--dribbble:hover, .btn--dribbble:focus, .btn--dribbble:active {
        background: #ea4c89 !important;
        border: 1px solid #ea4c89 !important;
        color: #ffffff !important;
    }

.btn--behance {
    background: #ffffff !important;
    border: 1px solid #053eff !important;
    color: #053eff !important;
}

    .btn--behance:hover, .btn--behance:focus, .btn--behance:active {
        background: #053eff !important;
        border: 1px solid #053eff !important;
        color: #ffffff !important;
    }

.btn--linkedin {
    background: #ffffff !important;
    border: 1px solid #1685b9 !important;
    color: #1685b9 !important;
}

    .btn--linkedin:hover, .btn--linkedin:focus, .btn--linkedin:active {
        background: #1685b9 !important;
        border: 1px solid #1685b9 !important;
        color: #ffffff !important;
    }

.height-100, .height-90, .height-80, .height-70, .height-60, .height-50, .height-40, .height-30, .height-20, .height-10 {
    height: auto;
    padding: 5em 0;
}

/*------------ Global Settings: Background & Image ----------------*/
.bg-img-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}

    .bg-img-holder:not([class*='col-']) {
        width: 100%;
    }

    .bg-img-holder.background--bottom {
        background-position: 50% 100% !important;
    }

    .bg-img-holder.background--top {
        background-position: 50% 0% !important;
    }

.image--light .bg-img-holder {
    background: none;
}

.bg-img-holder img {
    display: none;
}

.imagebg.border--round {
    overflow: hidden;
}

[data-overlay] {
    position: relative;
}

    [data-overlay]:before {
        position: absolute;
        content: '';
        background: #252525;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    [data-overlay].image--light:before {
        background: #fff;
    }

    [data-overlay].bg--primary:before {
        background: #4a90e2;
    }

[data-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="10"]:before {
    opacity: 1;
}

[data-overlay="0"]:before {
    opacity: 0;
}

[data-scrim-bottom] {
    position: relative;
}

    [data-scrim-bottom]:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 80%;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #252525));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #252525 100%);
        bottom: 0;
        left: 0;
        z-index: 1;
        backface-visibility: hidden;
    }

    [data-scrim-bottom]:not(.image--light) h1,
    [data-scrim-bottom]:not(.image--light) h2,
    [data-scrim-bottom]:not(.image--light) h3,
    [data-scrim-bottom]:not(.image--light) h4,
    [data-scrim-bottom]:not(.image--light) h5,
    [data-scrim-bottom]:not(.image--light) h6 {
        color: #a5a5a5;
        color: #f1f1f1;
    }

    [data-scrim-bottom]:not(.image--light) p,
    [data-scrim-bottom]:not(.image--light) span,
    [data-scrim-bottom]:not(.image--light) ul {
        color: #e6e6e6;
    }

    [data-scrim-bottom].image--light:before {
        background: #fff;
    }

[data-scrim-bottom="1"]:before {
    opacity: 0.1;
}

[data-scrim-bottom="2"]:before {
    opacity: 0.2;
}

[data-scrim-bottom="3"]:before {
    opacity: 0.3;
}

[data-scrim-bottom="4"]:before {
    opacity: 0.4;
}

[data-scrim-bottom="5"]:before {
    opacity: 0.5;
}

[data-scrim-bottom="6"]:before {
    opacity: 0.6;
}

[data-scrim-bottom="7"]:before {
    opacity: 0.7;
}

[data-scrim-bottom="8"]:before {
    opacity: 0.8;
}

[data-scrim-bottom="9"]:before {
    opacity: 0.9;
}

[data-scrim-bottom="10"]:before {
    opacity: 1;
}

[data-scrim-top] {
    position: relative;
}

    [data-scrim-top]:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 80%;
        background: -moz-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, #252525), color-stop(100%, rgba(0, 0, 0, 0)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
        top: 0;
        left: 0;
        z-index: 1;
    }

    [data-scrim-top]:not(.image--light) h1,
    [data-scrim-top]:not(.image--light) h2,
    [data-scrim-top]:not(.image--light) h3,
    [data-scrim-top]:not(.image--light) h4,
    [data-scrim-top]:not(.image--light) h5,
    [data-scrim-top]:not(.image--light) h6 {
        color: #fff;
    }

    [data-scrim-top]:not(.image--light) p,
    [data-scrim-top]:not(.image--light) span,
    [data-scrim-top]:not(.image--light) ul {
        color: #e6e6e6;
    }

    [data-scrim-top].image--light:before {
        background: #fff;
    }

[data-scrim-top="1"]:before {
    opacity: 0.1;
}

[data-scrim-top="2"]:before {
    opacity: 0.2;
}

[data-scrim-top="3"]:before {
    opacity: 0.3;
}

[data-scrim-top="4"]:before {
    opacity: 0.4;
}

[data-scrim-top="5"]:before {
    opacity: 0.5;
}

[data-scrim-top="6"]:before {
    opacity: 0.6;
}

[data-scrim-top="7"]:before {
    opacity: 0.7;
}

[data-scrim-top="8"]:before {
    opacity: 0.8;
}

[data-scrim-top="9"]:before {
    opacity: 0.9;
}

[data-scrim-top="10"]:before {
    opacity: 1;
}

.imagebg {
    position: relative;
}

    .imagebg .container {
        z-index: 2;
    }

        .imagebg .container:not(.pos-absolute) {
            position: relative;
        }

    .imagebg:not(.image--light) h1,
    .imagebg:not(.image--light) h2,
    .imagebg:not(.image--light) h3,
    .imagebg:not(.image--light) h4,
    .imagebg:not(.image--light) h5,
    .imagebg:not(.image--light) h6,
    .imagebg:not(.image--light) p,
    .imagebg:not(.image--light) ul,
    .imagebg:not(.image--light) blockquote {
        color: #fff;
    }

    .imagebg:not(.image--light) .bg--white h1,
    .imagebg:not(.image--light) .bg--white h2,
    .imagebg:not(.image--light) .bg--white h3,
    .imagebg:not(.image--light) .bg--white h4,
    .imagebg:not(.image--light) .bg--white h5,
    .imagebg:not(.image--light) .bg--white h6 {
        color: #252525;
    }

    .imagebg:not(.image--light) .bg--white p,
    .imagebg:not(.image--light) .bg--white ul {
        color: #666666;
    }

div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
    color: #fff;
}

div[data-overlay] p {
    color: #fff;
}

.parallax {
    overflow: hidden;
}
/**! 07. Icons **/
.icon {
    line-height: 1em;
    font-size: 3.14285714em;
}

.imagebg:not(.image--light) span {
    color: #fff;
}
/*------------ Global Settings: Spinner ----------------*/

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    border: 3px solid;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: $spinner-width-sm;
    height: $spinner-height-sm;
    border-width: $spinner-border-width-sm;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 30px;
    height: 30px;
}

/*------------ Global Settings: BG Cover -------------*/
.object-fit {
    object-fit: cover;
}

.bg-cover {
    background-size: cover !important;
    background-position: center !important;
    background: linear-gradient(186.15deg, #162238 5.36%, #12373D 67.82%);
}

.image-bg {
    background-size: cover !important;
    background-position: center !important;
}

.default-bg {
    background-size: initial !important;
    background-position: initial !important;
}

.image-bg-wrap {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

    .image-bg-wrap:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #182538;
        display: block;
        content: "";
        opacity: 0.8;
    }

/*-------------- Global Settings: Thumb size ----------------*/
.thumb-sm {
    height: 32px;
    width: 32px;
}

.thumb-md {
    height: 48px;
    width: 48px;
}

.thumb-lg {
    height: 88px;
    width: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--20 {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--30 {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--40 {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--50 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--60 {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--70 {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--80 {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--90 {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square--100 {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hide {
    display: none;
}

/*-------------- Global Settings: Text Colors ----------------*/
.text-primary {
    color: #0264d6 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-danger {
    color: #a70a29 !important;
}

.text-muted {
    color: #a0abb8 !important;
}

.text-warning {
    color: #ffa410 !important;
}

.text-success {
    color: #009868 !important;
}

.text-info {
    color: #008aff !important;
}

.text-royal {
    color: #073aa8 !important;
}

.text-orange {
    color: #e95f33 !important;
}

.text-black {
    color: #041b2d !important;
}

.text-purple {
    color: #6363f5 !important;
}

.text-seegreen {
    color: #0a5f59 !important;
}

.text-sm-muted {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,44,63,0.6);
}

.text-sm {
    font-size: 12px;
}

.text-xs {
    font-size: 8px;
}
/*-------------- Global Settings: Alerts & Notification --------------*/
.alert-primary {
    color: #0264d6;
    background-color: rgba(2, 100, 214, 0.12);
    border-color: rgba(2, 100, 214, 0.2);
}

.alert-success {
    color: #009868;
    background-color: rgba(0, 152, 104,0.12);
    border-color: rgba(0, 152, 104,0.2);
}

.alert-warning {
    color: #ffa410;
    background-color: rgba(255, 164, 16, 0.12);
    border-color: rgba(255, 164, 16, 0.2);
}

.alert-info {
    color: #008aff;
    background-color: rgba(0, 138, 255, 0.12);
    border-color: rgba(0, 138, 255, 0.2);
}

.alert-danger {
    color: #a70a29;
    background-color: rgba(167, 10, 41,0.12);
    border-color: rgba(167, 10, 41,0.2);
}

.alert-dark {
    color: #041b2d;
    background-color: rgba(4, 27, 45, 0.12);
    border-color: rgba(4, 27, 45, 0.2);
}

.alert-purple {
    color: #6363f5;
    background-color: rgba(99, 99, 245, 0.12);
    border-color: rgba(99, 99, 245, 0.2);
}

.alert-orange {
    color: #e95f33;
    background-color: rgba(233, 95, 51, 0.12);
    border-color: rgba(233, 95, 51, 0.2);
}

.alert-seegreen {
    color: #0a5f59;
    background-color: rgba(10, 95, 89, 0.12);
    border-color: rgba(10, 95, 89, 0.2);
}

.alert-royal {
    color: #073aa8;
    background-color: rgba(7, 58, 168, 0.12);
    border-color: rgba(7, 58, 168, 0.2);
}

.alert-secondary {
    color: #4b5d6f;
    background-color: #d6dfe8;
    border-color: #d6dfe8;
}
/*-------------- Global Settings: Background Colors ----------------*/
.bg-primary {
    background-color: #0264d6 !important;
}

.bg-success {
    background-color: #009868 !important;
}

.bg-info {
    background-color: #008aff !important;
}

.bg-warning {
    background-color: #ffa410 !important;
}

.bg-danger {
    background-color: #a70a29 !important;
}

.bg-purple {
    background-color: #6363f5 !important;
}

.bg-orange {
    background-color: #e95f33 !important;
}

.bg-seegreen {
    background-color: #0a5f59 !important;
}

.bg-royal {
    background-color: #073aa8 !important;
}

.bg-dark {
    background-color: #041b2d !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-light-primary {
    background-color: rgba(2, 100, 214, 0.1) !important;
}

.bg-light-success {
    background-color: rgba(0, 152, 104,0.1) !important;
}

.bg-light-info {
    background-color: rgba(0, 138, 255, 0.1) !important;
}

.bg-light-warning {
    background-color: rgba(255, 164, 16, 0.1) !important;
}

.bg-light-danger {
    background-color: rgba(167, 10, 41,0.1) !important;
}

.bg-light-purple {
    background-color: rgba(99, 99, 245, 0.1) !important;
}

.bg-light-orange {
    background-color: rgba(233, 95, 51, 0.1) !important;
}

.bg-light-seegreen {
    background-color: rgba(10, 95, 89, 0.1) !important;
}

.bg-light-royal {
    background-color: rgba(7, 58, 168, 0.1) !important;
}

.bg-light-dark {
    background-color: rgba(4, 27, 45, 0.1) !important;
}

.bg-transparent {
    background-color: rgba(255,255,255,0.1) !important;
}

/*----------- Global Settings: Simple List -----------*/
ul.simple-list, ul.colored-list, ul.simple {
    padding: 0;
    margin: 0;
}

    ul.simple-list li, ul.colored-list li {
        list-style: none;
        position: relative;
        color: rgba(0,44,63,0.6);
        font-weight: 500;
        padding: 0.2rem 0rem 0.2rem 1.4rem;
    }

        ul.simple-list li:before {
            content: "\f192";
            font-family: "Font Awesome 6 Free";
            position: absolute;
            left: 0;
        }

        ul.colored-list li:before {
            content: "\f058";
            font-family: "Font Awesome 6 Free";
            color: #1ca774;
            position: absolute;
            left: 0;
        }
/*-------------- Global Settings: Labels ----------------*/
.label {
    padding: 4px 15px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 4px;
    font-size: 75%;
}

.label-primary {
    background-color: #0264d6;
}

.label-success {
    background-color: #009868;
}

.label-info {
    background-color: #008aff;
}

.label-warning {
    background-color: #ffa410;
}

.label-danger {
    background-color: #a70a29;
}

.label-royal {
    background-color: #073aa8;
}

.label-purple {
    background-color: #6363f5;
}

.label-orange {
    background-color: #e95f33;
}

.label-seegreen {
    background-color: #0a5f59;
}

.label-dark {
    background-color: #041b2d;
}

.label-inverse {
    background-color: #3e4555;
}

.label-white {
    background-color: #ffffff;
}

.label-light-primary {
    background-color: rgba(2, 100, 214, 0.12);
    color: #0264d6;
}

.label-light-success {
    background-color: rgba(0, 152, 104,0.12);
    color: #009868;
}

.label-light-info {
    background-color: rgba(0, 138, 255, 0.12);
    color: #008aff;
    .
}

.label-light-warning {
    background-color: rgba(255, 164, 16, 0.12);
    color: #ffa410;
}

.label-light-danger {
    background-color: rgba(167, 10, 41,0.12);
    color: #a70a29;
}

.label-light-royal {
    background-color: rgba(7, 58, 168, 0.12);
    color: #073aa8;
}

.label-light-purple {
    background-color: rgba(99, 99, 245, 0.12);
    color: #6363f5;
}

.label-light-orange {
    background-color: rgba(233, 95, 51, 0.12);
    color: #e95f33;
}

.label-light-seegreen {
    background-color: rgba(10, 95, 89, 0.12);
    color: #0a5f59;
}

.label-light-dark {
    background-color: rgba(4, 27, 45, 0.12);
    color: #041b2d;
}

.label-light-inverse {
    background-color: rgba(62,69,85,0.1);
    color: #3e4555;
}

/*------------ Global Settings: Table ------------*/
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f9fb;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #eaeff5;
    border-bottom: none;
}

.table tr th, .table tr td {
    border-color: #eaeff5;
    padding: 12px 15px;
    vertical-align: middle;
}

.table.tbl-big tr th, .table.tbl-big tr td {
    padding: 20px 15px;
}

.table.tbl-big.center tr th, .table.tbl-big.center tr td {
    padding: 20px 15px;
    text-align: center;
}

table.table tr th {
    font-weight: 600;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e !important;
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
/*------------- Global Settings: Badge ----------------*/
.badge {
    font-weight: 400;
}

.badge-xs {
    font-size: 9px;
}

.badge-xs,
.badge-sm {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.badge-success {
    background-color: #009868;
}

.badge-info {
    background-color: #008aff;
}

.badge-primary {
    background-color: #0264d6;
}

.badge-warning {
    background-color: #ffa410;
}

.badge-danger {
    background-color: #a70a29;
}

.badge-royal {
    background-color: #073aa8;
}

.badge-purple {
    background-color: #6363f5;
}

.badge-orange {
    background-color: #e95f33;
}

.badge-seegreen {
    background-color: #0a5f59;
}

.badge-dark {
    background-color: #041b2d;
}

.badge-inverse {
    background-color: #3e4555;
}

/*------------- Global Settings: dropdown ----------------*/
.dropdown-item {
    padding: 8px 8px;
    /*  color: #607394;*/
    font-size: 15.5px;
}

/*------------- Global Settings: Buttons ----------------*/
.btn {
    padding: 10px 20px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 0.4rem;
}

    .btn:focus, .btn:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-lg {
    padding: 1em 1.5em;
    height: 62px;
    font-size: 1em;
}

.btn-md {
    padding: 1em 1.5em;
    height: 45px;
    font-size: 0.8rem;
}

.btn-sm {
    padding: .25rem .5rem;
    height: 35px;
    font-size: 12px;
}

.btn-xs {
    padding: .2rem .5rem;
    height: 30px;
    font-size: 10px;
}

.btn-rounded {
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
}

.btn-arrow {
    position: relative;
}

.btn-danger {
    background: #a70a29;
    border-color: #a70a29;
    color: #ffffff;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        background: #db1c40 !important;
        border-color: #db1c40 !important;
        color: #ffffff !important;
    }

.btn-outline-danger {
    background: transparent;
    border-color: #a70a29;
    color: #a70a29;
}

    .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
        background: #a70a29 !important;
        border-color: #a70a29 !important;
        color: #ffffff !important;
    }

.btn-light-danger {
    background: rgba(167, 10, 41,0.12);
    border-color: rgba(167, 10, 41,0.2);
    color: rgba(167, 10, 41,1);
}

    .btn-light-danger:hover, .btn-light-danger:focus, .btn-light-danger:active {
        background: #a70a29 !important;
        border-color: #a70a29 !important;
        color: #ffffff !important;
    }

.btn-success {
    background: #009868;
    border-color: #009868;
    color: #ffffff;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background: #049b6b !important;
        border-color: #049b6b !important;
        color: #ffffff !important;
    }

.btn-outline-success {
    background: #ffffff;
    border-color: #009868;
    color: #009868;
}

    .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active {
        background: #009868 !important;
        border-color: #009868 !important;
        color: #ffffff !important;
    }

.btn-light-success {
    background: rgba(0, 152, 104,0.12);
    border-color: rgba(0, 152, 104,0.2);
    color: #009868;
}

    .btn-light-success:hover, .btn-light-success:focus, .btn-light-success:active {
        background: #009868 !important;
        border-color: #009868 !important;
        color: #ffffff !important;
    }

.btn-warning {
    background: #ffa410;
    border-color: #ffa410;
    color: #ffffff;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
        background: #ed8d1b !important;
        border-color: #ed8d1b !important;
        color: #ffffff !important;
    }

.btn-outline-warning {
    background: #ffffff;
    border-color: #ffa410;
    color: #ffa410;
}

    .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active {
        background: #ffa410 !important;
        border-color: #ffa410 !important;
        color: #ffffff !important;
    }

.btn-light-warning {
    background: rgba(255, 164, 16, 0.12);
    border-color: rgba(255, 164, 16, 0.2);
    color: #ffa410;
}

    .btn-light-warning:hover, .btn-light-warning:focus, .btn-light-warning:active {
        background: #ffa410 !important;
        border-color: #ffa410 !important;
        color: #ffffff !important;
    }

.btn-primary {
    background: #0264d6;
    border-color: #0264d6;
    color: #ffffff;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #188ef1 !important;
        border-color: #188ef1 !important;
        color: #ffffff !important;
    }

.btn-outline-primary {
    background: #ffffff;
    border-color: #0264d6;
    color: #0264d6;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
        background: #0264d6 !important;
        border-color: #0264d6 !important;
        color: #ffffff !important;
    }

.btn-light-primary {
    background: rgba(2, 100, 214, 0.12);
    border-color: rgba(2, 100, 214, 0.2);
    color: #0264d6;
}

    .btn-light-primary:hover, .btn-light-primary:focus, .btn-light-primary:active {
        background: #0264d6 !important;
        border-color: #0264d6 !important;
        color: #ffffff !important;
    }

.btn-info {
    background: #008aff;
    border-color: #008aff;
    color: #ffffff;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active {
        background: #0484f0 !important;
        border-color: #0484f0 !important;
        color: #ffffff !important;
    }

.btn-info-outline {
    background: #ffffff;
    border-color: #008aff;
    color: #008aff;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active {
    background: #008aff !important;
    border-color: #008aff !important;
    color: #ffffff !important;
}

.btn-light-info {
    background: rgba(0, 138, 255, 0.12);
    border-color: rgba(0, 138, 255, 0.2);
    color: #008aff;
}

    .btn-light-info:hover, .btn-light-info:focus, .btn-light-info:active {
        background: #008aff !important;
        border-color: #008aff !important;
        color: #ffffff !important;
    }

.btn-royal {
    background: #073aa8;
    border-color: #073aa8;
    color: #ffffff;
}

    .btn-royal:hover, .btn-royal:focus, .btn-royal:active {
        background: #07379e !important;
        border-color: #07379e !important;
        color: #ffffff !important;
    }

.btn-outline-royal {
    background: #ffffff;
    border-color: #073aa8;
    color: #073aa8;
}

    .btn-outline-royal:hover, .btn-outline-royal:focus, .btn-outline-royal:active {
        background: #073aa8 !important;
        border-color: #073aa8 !important;
        color: #ffffff !important;
    }

.btn-light-royal {
    background: rgba(1, 126, 250,0.1);
    border-color: rgba(1, 126, 250,0.65);
    color: #073aa8;
}

    .btn-light-royal:hover, .btn-light-royal:focus, .btn-light-royal:active {
        background: #073aa8 !important;
        border-color: #073aa8 !important;
        color: #ffffff !important;
    }

.btn-purple {
    background: #6363f5;
    border-color: #6363f5;
    color: #ffffff;
}

    .btn-purple:hover, .btn-purple:focus, .btn-purple:active {
        background: #5a5aed !important;
        border-color: #5a5aed !important;
        color: #ffffff !important;
    }

.btn-outline-purple {
    background: #ffffff;
    border-color: #6363f5;
    color: #6363f5;
}

    .btn-outline-purple:hover, .btn-outline-purple:focus, .btn-outline-purple:active {
        background: #6363f5 !important;
        border-color: #6363f5 !important;
        color: #ffffff !important;
    }

.btn-light-purple {
    background: rgba(99, 99, 245, 0.12);
    border-color: rgba(99, 99, 245, 0.2);
    color: #6363f5;
}

    .btn-light-purple:hover, .btn-light-purple:focus, .btn-light-purple:active {
        background: #6363f5 !important;
        border-color: #6363f5 !important;
        color: #ffffff !important;
    }

.btn-orange {
    background: #e95f33;
    border-color: #e95f33;
    color: #ffffff;
}

    .btn-orange:hover, .btn-orange:focus, .btn-orange:active {
        background: #e86035 !important;
        border-color: #e86035 !important;
        color: #ffffff !important;
    }

.btn-outline-orange {
    background: #ffffff;
    border-color: #e95f33;
    color: #e95f33;
}

    .btn-outline-orange:hover, .btn-outline-orange:focus, .btn-outline-orange:active {
        background: #e95f33 !important;
        border-color: #e95f33 !important;
        color: #ffffff !important;
    }

.btn-light-orange {
    background: rgba(233, 95, 51, 0.12);
    border-color: rgba(233, 95, 51, 0.2);
    color: #e95f33;
}

    .btn-light-orange:hover, .btn-light-orange:focus, .btn-light-orange:active {
        background: #e95f33 !important;
        border-color: #e95f33 !important;
        color: #ffffff !important;
    }

.btn-seegreen {
    background: #0a5f59;
    border-color: #0a5f59;
    color: #ffffff;
}

    .btn-seegreen:hover, .btn-seegreen:focus, .btn-seegreen:active {
        background: #075a54 !important;
        border-color: #075a54 !important;
        color: #ffffff !important;
    }

.btn-outline-seegreen {
    background: #ffffff;
    border-color: #0a5f59;
    color: #0a5f59;
}

    .btn-outline-seegreen:hover, .btn-outline-seegreen:focus, .btn-outline-seegreen:active {
        background: #0a5f59 !important;
        border-color: #0a5f59 !important;
        color: #ffffff !important;
    }

.btn-light-seegreen {
    background: rgba(10, 95, 89, 0.12);
    border-color: rgba(10, 95, 89, 0.2);
    color: #0a5f59;
}

    .btn-light-seegreen:hover, .btn-light-seegreen:focus, .btn-light-seegreen:active {
        background: #0a5f59 !important;
        border-color: #0a5f59 !important;
        color: #ffffff !important;
    }

.btn_jp_green {
    background: #91b142;
    border-color: rgba(10, 95, 89, 0.2);
    color: white;
}

    .btn_jp_green:hover, .btn_jp_green:focus, .btn_jp_green:active {
        background: #1ca774 !important;
        border-color: #1ca774 !important;
        color: #ffffff !important;
    }

.btn_jp_orange {
    background: #e7aa04;
    border-color: rgba(10, 95, 89, 0.2);
    color: white;
}

    .btn_jp_orange:hover, .btn_jp_orange:focus, .btn_jp_orange:active {
        background: #1ca774 !important;
        border-color: #1ca774 !important;
        color: #ffffff !important;
    }

.btn-dark {
    /*  background: #041b2d;
    border-color: #041b2d;*/
    background: #162238;
    border-color: #162238;
    color: #ffffff;
}

    .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
        /*background: #02121f !important;
        border-color: #02121f !important;*/
        background: #ffffff !important;
        border-color: #162238 !important;
        color: #162238 !important;
    }

.btn-outline-dark {
    background: #ffffff;
    border-color: #162238;
    color: #162238;
    /*border-color: #041b2d;
    color: #041b2d;*/
}

    .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active {
        /* background: #041b2d !important;
        border-color: #041b2d !important;*/
        border-color: #162238;
        background: #162238;
        color: #ffffff !important;
    }

.btn-light-dark {
    background: rgba(4, 27, 45, 0.12);
    border-color: rgba(4, 27, 45, 0.2);
    color: #041b2d;
}

    .btn-light-dark:hover, .btn-light-dark:focus, .btn-light-dark:active {
        background: #041b2d !important;
        border-color: #041b2d !important;
        color: #ffffff !important;
    }

.btn-whites {
    background: #ffffff;
    border-color: #ffffff;
    color: #081011;
}

    .btn-whites:hover, .btn-whites:focus, .btn-whites:active {
        background: #ffffff !important;
        border-color: #ffffff !important;
        color: #011325 !important;
    }

.btn-outline-whites {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

    .btn-outline-whites:hover, .btn-outline-whites:focus, .btn-outline-whites:active {
        background: #ffffff !important;
        border-color: #ffffff !important;
        color: #046acf !important;
    }

.btn-light-white {
    background: rgba(255, 255, 255,0.1);
    border-color: rgba(255, 255, 255,0.65);
    color: #ffffff;
}

.btn-light-whites:hover, .btn-light-whites:focus, .btn-light-whites:active {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #046acf !important;
}

.btn-gray {
    background: #f2f8fd;
    border-color: #f2f8fd;
    color: #24486c;
}

    .btn-gray:hover, .btn-gray:focus, .btn-gray:active {
        background: #e0e7ed !important;
        border-color: #e0e7ed !important;
        color: #173048 !important;
    }

.btn-outline-gray {
    background: transparent;
    border-color: #f2f8fd;
    color: #24486c;
}

    .btn-outline-gray:hover, .btn-outline-gray:focus, .btn-outline-gray:active {
        background: #f2f8fd !important;
        border-color: #f2f8fd !important;
        color: #1ca774 !important;
    }

/*----------- Global Settings: Video ------------------*/
.cover .video-block:not(:first-child):not(:last-child) {
    margin: 2.77em 0;
}

.video-play-icon {
    width: 6.42857143em;
    height: 6.42857143em;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    display: inline-block;
    border: 2px solid #ffffff;
    cursor: pointer;
    line-height: 6em;
    background: #ffffff;
    box-shadow: 0px 0px 0px 15px rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 0px 15px rgba(255,255,255,0.2);
}

    .video-play-icon a {
        font-size: 3em;
        color: #1ca774;
    }
/*----------- Global Settings: Pagination ------------------*/
.pagination {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin: 20px auto 0 !important;
}

    .pagination > li > a,
    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 0;
        margin: 5px;
        color: #0c3966;
        text-decoration: none;
        background-color: transparent;
        border-radius: 2px;
        width: 37px;
        height: 37px;
        text-align: center;
        line-height: 1;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 15px;
    }

        .pagination > .active > a,
        .pagination > .active > a:focus,
        .pagination > .active > a:hover,
        .pagination > .active > span,
        .pagination > .active > span:focus,
        .pagination > .active > span:hover,
        .pagination > li > a:focus,
        .pagination > li > a:hover {
            z-index: 2;
            color: #ffffff;
            cursor: pointer;
            background-color: #0264d6;
            border-color: none;
        }

    .pagination li:first-child a {
        background: transparent;
        border: none;
        border-radius: 2px;
        color: #0c3966;
    }

    .pagination li:last-child a {
        background: transparent;
        border: none;
        border-radius: 2px;
        color: #0c3966;
    }

    .pagination > li {
        display: inline;
    }

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #0264d6;
    border-color: none;
}

/*---------- Global Settings: Section Heading Style ---------*/
.sec-heading {
    margin-bottom: 2rem;
}

    .sec-heading.lg {
        margin-bottom: 30px;
    }

    .sec-heading.center {
        text-align: center;
    }

    .sec-heading.light h2, .sec-heading.light p {
        color: #ffffff;
    }

    .sec-heading p {
        margin-bottom: 5px;
        line-height: 1.7;
        font-size: 15px;
    }

.sec-heading2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*------------ Global Settings: All Forms Style ---------------*/
.form-control {
    height: 45px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #e7edf1;
    background-clip: initial;
}

    .form-control.xs {
        height: 30px;
        font-size: 10px;
    }

    .form-control.sm {
        height: 35px;
        font-size: 12px;
    }

    .form-control.md {
        height: 45px;
        font-size: 13px;
    }

    .form-control.lg {
        height: 62px;
        font-size: 15px;
    }

.hero-search-content.verticle-space .form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.image-bg .form-control, .bg--dark .form-control {
    color: #495057 !important;
}

.form-group label {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
}

textarea.form-control {
    height: 150px;
}

.tip-topdata {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #394d8c;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    margin-left: 5px;
    font-size: 9px;
}

    .tip-topdata:before {
        content: attr(data-tip);
        font-size: 11px;
        font-weight: bold;
        position: absolute;
        z-index: 999;
        white-space: nowrap;
        bottom: 9999px;
        left: 0;
        background: #394d8c;
        color: #ffffff;
        padding: 7px 15px;
        line-height: 25px;
        border-radius: 3px;
        top: -42px;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease-out;
        -moz-transition: opacity 0.4s ease-out;
        -o-transition: opacity 0.4s ease-out;
        transition: opacity 0.4s ease-out;
        text-shadow: none;
        display: inline-table;
    }

    .tip-topdata:hover:before {
        opacity: 1;
    }

.form-submit .select2-container--default .select2-selection--single {
    background-color: #f9fafc;
    border-radius: 0;
    border: none;
    height: 56px;
    border: 1px solid #ebedf5;
    border-radius: 4px;
    padding-left: 15px;
}

    .form-submit .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 55px;
    }

.nice-select.select-normal {
    height: 52px;
    width: 100%;
    line-height: 50px;
}

.nice-select {
    padding-left: 12px;
    width: 100%;
    float: initial;
    height: 45px;
    line-height: 45px;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.small .nice-select {
    height: 44px;
    line-height: 44px;
}

.nice-select:after {
    top: 50%;
}

.nice-select .option {
    line-height: 50px;
}

    .nice-select .option:hover, .nice-select .option.focus /*, .nice-select .option.selected.focus*/ {
        background-color: #00af70;
        color: #ffffff;
    }

    .nice-select .option.selected.focus {
        color: lightgrey !important;
    }

.form-control:hover {
    box-shadow: none !important;
    border: 1px solid #17ac6a;
}

.form-control:focus {
    box-shadow: none !important;
    border: 3px solid #17ac6a;
}

.escolls {
    top: -9px;
}

.filedrop_box {
    margin: 35px 0 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #d9e0e7;
    border-radius: 0.5rem;
}

    .filedrop_box h4 {
        font-size: 16px;
        font-weight: 500;
        color: #2b3744;
    }

    .filedrop_box p {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 12px;
        color: #a3a3a3;
    }


/**************************************
	Header Navigation Styles
***************************************/
.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu > li > a {
    color: #022f5d;
}

.menu__list,
.nav-dropdown,
.nav-menu,
ul {
    list-style: none;
}

.menu__link,
.navigation,
.navigation * {
    -webkit-tap-highlight-color: transparent;
}

    .navigation,
    .navigation * {
        box-sizing: border-box;
    }

        .navigation .btn-light-success {
            background-color: #162238;
            color: white;
            border-radius: 8px !important;
        }

        .navigation .hero-buttons {
            padding: 14px 0px;
        }

        .navigation .jp_login_panel {
            border-left: 1px solid #dee2e6;
        }

        .navigation .building-user {
            position: relative;
            width: 30px;
            height: 30px;
            padding-right: 5px;
        }

            .navigation .building-user:hover {
                color: #1ca774 !important;
            }

        .navigation .jp_for_nav_panel {
            background-color: #162238;
            color: white;
            padding-left: 10px;
            padding-right: 10px;
            /*  padding:10px;*/
        }

            .navigation .jp_for_nav_panel .nav-menu.nav-menu-social li a {
                color: white;
            }

.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-family: inherit;
}

.nav-toggle,
.navigation-hidden .nav-header {
    display: none;
}

.navigation-portrait {
    height: 48px;
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.align-to-right {
    float: right;
}

.nav-header {
    float: left;
}

.nav-brand {
    padding: 0px 15px 0px 0;
    font-size: 24px;
    margin-right: 1rem;
    margin-top: 4px;
    text-decoration: none !important;
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown > li > a,
.nav-menu > li > a,
nav a {
    text-decoration: none;
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
}

.nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus > img {
    outline: initial;
}

.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
    outline: 0;
}

.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    cursor: pointer;
}

    .nav-toggle:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: #1ca774;
        border-radius: 10px;
        box-shadow: 0 .5em 0 0 #1ca774, 0 1em 0 0 #1ca774;
    }

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #061725;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .8s;
    transition-timing-function: ease;
}

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
        left: auto;
        right: -400px;
    }

.nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    right: 0;
}

.nav-menus-wrapper-close-button {
    width: auto;
    height: auto;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #ffffff;
    font-size: 26px;
    cursor: pointer;
    background: rgba(255,255,255,0.12);
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 0.2rem;
    text-align: center;
    line-height: 1;
    color: #ffffff;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.nav-menu {
    margin: 0;
    padding: 0px;
    line-height: normal;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.nav-menu > li {
    display: inline-block;
    /* float: left;*/
    text-align: left;
}

.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px rgba(255,255,255,0.15);
}

    .navigation-portrait .nav-menu > li:last-child {
        border-bottom: solid 1px rgba(255,255,255,0.15);
    }

.nav-menu + .nav-menu > li:first-child {
    border-top: none;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
}

.nav-menu > li > a {
    padding: 14px 12px;
    display: inline-block;
    transition: color .3s, background .3s;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    font-size: 16px;
}

.nav-menu.nav-menu-social .btn-light-success a {
    color: white;
}

.nav-menu.nav-menu-social li a {
    color: #0f393b;
}

.navigation-portrait .nav-menu > li > a {
    height: auto;
    width: 100%;
    padding: 12px 15px 12px 26px;
    color: #ffffff;
}

.nav-menu > .active > a,
.nav-menu > .focus > a,
.nav-menu > li:hover > a {
    color: #1ca774 !important;
}

.nav-menu > li > a > [class*=ion-],
.nav-menu > li > a > i {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.nav-menu > li > a > [class*=ion-] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*=ion-] {
    font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all .3s;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    z-index: 20000;
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #39466d #39466d transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron,
.nav-menu > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #0fca98 #0fca98 transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-text {
    margin: 25px 15px;
    color: #70798b;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

    .navigation-portrait .nav-text + ul {
        margin-top: 15px;
    }

.nav-dropdown {
    min-width: 250px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
    background: transparent !important;
}

.nav-dropdown .nav-dropdown {
    left: 100%;
}

.nav-menu > li .nav-dropdown {
    border: none;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(32, 32, 32, 0.15);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(32, 32, 32, 0.15);
    border-radius: 0.4rem;
}

.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

    .nav-dropdown > li > a {
        width: 100%;
        padding: 14px 20px 14px 10px;
        border-bottom: 1px solid #e4e8ec;
        display: inline-block;
        float: left;
        color: #11293b;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-size: 15px;
        font-weight: 500;
    }

        .nav-dropdown > li > a .new-update {
            position: relative;
            font-size: 10px;
            font-weight: 500;
            background: #ff5722;
            color: #ffffff;
            padding: 2px 10px;
            border-radius: 50px;
            margin-left: 0.5rem;
        }

    .nav-dropdown > li:last-child > a {
        border-bottom: none;
    }

    .nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {
        padding-left: 20px;
        color: #1ca774;
    }

.social-icon a i,
.social-icons a i {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 16px;
}

.nav-dropdown > .focus > a,
.nav-dropdown > li:hover > a {
    color: #1ca774;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown-left > li > a {
    text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 110px;
}

.navigation-portrait .nav-dropdown > li > a {
    color: rgb(95 119 140);
    border-bottom: 1px dashed rgba(255,255,255,0.15);
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute;
}

.menu__list,
.navbar,
nav a {
    position: relative;
}

.navigation-portrait .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-dropdown > .focus > a .submenu-indicator-chevron,
.nav-dropdown > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #1ca774 #1ca774 transparent;
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
    left: 10px;
}

    .navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

nav a {
    display: inline-block;
}

.header {
    background: #fff;
    position: relative;
    padding: 13px 0;
}

.header-top {
    padding: 1em 0;
    background: #05222A;
}

.indicate {
    float: left;
}

.deatils {
    float: right;
}

.indicate a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle;
}

.deatils ul li i,
.indicate i {
    font-size: 1.2em;
    color: #888f90;
    vertical-align: middle;
}

.indicate i {
    margin-right: .5em;
}

.deatils ul li {
    display: inline-block;
    margin: 0 5px;
}

    .deatils ul li i {
        margin-right: .5em;
    }

    .deatils ul li a {
        font-size: 1.1em;
        color: #C6C7C7;
        vertical-align: middle;
    }

.social-icons {
    float: right;
    margin-top: .7em;
}


.logo h1 a {
    color: #fff;
    font-size: 1.3em;
}

.logo span {
    display: block;
    font-size: .32em;
    letter-spacing: 4px;
}

.header-bottom {
    padding: 1em 0;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-default {
    background: #fff;
    border: none !important;
}

    .navbar-default .navbar-nav > li > a {
        color: #05222A;
        font-size: 1.3em;
        font-weight: 900;
    }

        .navbar-default .navbar-nav > .active > a,
        .navbar-default .navbar-nav > .active > a:focus,
        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > li > a:hover {
            color: #02B875;
            background-color: #fff;
        }

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #05222A;
    background-color: #fff;
}

.menu__list {
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit;
}

.menu__item {
    display: block;
    margin: 1em 0;
}

.menu__link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

.menu--francisco .menu__item {
    margin: 0 1.5em;
}

.menu--francisco .menu__link {
    position: relative;
    overflow: hidden;
    height: 3em;
    padding: 1em 0;
    text-align: center;
    color: #b5b5b5;
    -webkit-transition: color .3s;
    transition: color .3s;
}

    .menu--francisco .menu__link:focus,
    .menu--francisco .menu__link:hover {
        color: #929292;
    }

.menu--francisco .menu__item--current .menu__link {
    color: #02B875;
}

.menu--francisco .menu__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: #02B875;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
    -webkit-transition: -webkit-transform 0s .3s, opacity .2s;
    transition: transform 0s .3s, opacity .2s;
}

.menu--francisco .menu__item--current .menu__link::before,
.menu--francisco .menu__link:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s, opacity .1s;
    transition: transform .5s, opacity .1s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.menu--francisco .menu__helper {
    display: block;
    pointer-events: none;
}

.menu--francisco .menu__item--current .menu__helper,
.menu__link:hover .menu__helper {
    -webkit-animation: anim-francisco .3s forwards;
    animation: anim-francisco .3s forwards;
}

@-webkit-keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu.nav-menu-social > li.list-buttons a {
    border-radius: 4px;
    position: relative;
    background: #1ca774;
    border: 2px solid #1ca774 !important;
}

.nav-menu.nav-menu-social > li.list-buttons.light a {
    background: #ffffff;
    border: 2px solid #ffffff !important;
}

.nav-menu.nav-menu-social > li.list-buttons.border a {
    background: #ffffff;
    border: 2px solid #e3ebf3 !important;
}

.header-fixed .nav-menu.nav-menu-social > li.list-buttons.light a {
    background: #022f5d;
    border-color: #022f5d !important;
}

.nav-menu.nav-menu-social > li.list-buttons a {
    top: 0px;
    padding: 14px 20px;
    color: #ffffff !important;
}

.nav-menu.nav-menu-social > li.list-buttons.light a {
    color: #08184b !important;
}

.nav-menu.nav-menu-social > li.list-buttons.border a {
    color: #1ca774 !important;
}

.header-fixed .nav-menu.nav-menu-social > li.list-buttons.light a {
    color: #ffffff !important;
}

.nav-menu.nav-menu-social > li.list-buttons.dark {
    background: #022f5d;
    border-color: #022f5d !important;
}

    .nav-menu.nav-menu-social > li.list-buttons.dark a {
        color: #ffffff;
    }

.header-fixed .nav-menu.nav-menu-social .text-light {
    color: #0fca98 !important;
}

.nav-brand img {
    max-width: 160px;
    position: relative;
    width: 50px !important;
    height: 50px !important;
    padding-top: 5px;
    /* scale: 2.4;*/
}

.nav-menu.nav-menu-social > li > a > .fas {
    font-size: 15px;
    -ms-transform: scale(1);
    transform: scale(1);
}

.nav-menu.nav-menu-social > li.list-buttons > a {
    display: inline-flex;
    align-items: center;
}

.navigation-portrait .mobile_nav {
    margin-right: 40px;
}
/*--------- Dashboard Dropdown ----------*/
.btn-group.account-drop {
    position: relative;
    padding: 3px 10px;
}

.nav-menu.nav-menu-social > li:last-child .btn-group.account-drop {
    padding-right: 0;
}

.account-drop .btn.btn-order-by-filt {
    padding: 0px;
    height: 40px;
    width: 40px;
    color: #06325d;
    font-size: 18px;
    margin-top: 0;
    font-weight: 600;
    border-radius: 50% !important;
    box-shadow: 0px 0px 0px 3px rgb(237 240 245);
    -webkit-box-shadow: 0px 0px 0px 3px rgb(237 240 245);
}

    .account-drop .btn.btn-order-by-filt img.avater-img {
        width: 30px;
        border-radius: 50%;
    }

.account-drop .dropdown-menu {
    top: 70px !important;
    right: 0 !important;
    background: #fff;
    box-shadow: none;
    min-width: 300px;
    left: initial !important;
    border: none;
    padding: 0rem;
    overflow: hidden;
    z-index: 99;
    border-radius: 0.4rem;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}

.drp_menu_headr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem;
}

    .drp_menu_headr h4 {
        font-size: 18px;
        margin: 0;
        color: #ffffff;
    }

.account-drop .dropdown-menu ul {
    padding: 0;
    margin: 0;
}

    .account-drop .dropdown-menu ul li {
        list-style: none;
        padding: 0;
        width: 100%;
        display: block;
    }

        .account-drop .dropdown-menu ul li a {
            width: 100%;
            display: flex;
            align-items: center;
            font-size: 14px;
            font-weight: 500;
            color: #06325d;
            position: relative;
            padding: 1rem 1.2rem;
            border-bottom: 1px solid #edf0f3;
        }

            .account-drop .dropdown-menu ul li a i {
                margin-right: 7px;
                position: relative;
                top: 0px;
            }

.notti_coun {
    position: absolute;
    right: 10px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600 !important;
    color: #ffffff;
}

span.notti_coun.style-1 {
    background: #2bb170;
}

span.notti_coun.style-2 {
    background: #9972e6;
}

span.notti_coun.style-3 {
    background: #03a9f4;
}

.ntf-list-groups {
    position: relative;
    display: block;
    width: 100%;
}

.ntf-list-groups-single {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 0.8rem;
    border-bottom: 1px solid #e4e9ed;
}

.ntf-list-groups-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f7;
}

.ntf-list-groups-caption {
    flex: 1;
    font-size: 14px;
    color: #28496e;
    padding-left: 10px;
}

    .ntf-list-groups-caption p {
        margin: 0;
    }

.ntf-list-groups-single a.ntf-more {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

span.noti-status {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f32b2b;
    border-radius: 50%;
    top: 8px;
    right: 10px;
}

.drp_menu_headr-right .btn {
    padding: 0.6rem 1rem;
    /* height: 40px;*/
    font-size: 14px;
    font-weight: 600;
}

.mobile_nav ul {
    padding: 0;
    margin: 0;
}

    .mobile_nav ul li {
        list-style: none;
        margin-left: 1rem;
    }

        .mobile_nav ul li a {
            height: 50px;
            width: auto;
            padding: 0.8rem 1.5rem;
            border-radius: 0.4rem;
            border: 2px solid #e3ebf3 !important;
            color: #1ca774;
            font-weight: 500;
        }

.mobile_nav.dhsbrd li {
    margin: 0;
    display: inline-block;
    width: auto !important;
}

.mobile_nav.dhsbrd ul li a {
    border: none !important;
    width: auto;
    display: inline-flex;
}

.mobile_nav.dhsbrd .account-drop ul li a {
    width: 100%;
}
/*===================================================
 Homes Banner
==================================================*/
.image-bg {
    background-size: cover !important;
    background-position: center !important;
}

.image-cover {
    background-size: cover !important;
    background-position: center !important;
}

.image-bottom {
    background-size: auto !important;
    background-position: bottom !important;
}

.image-cover .container, .bg-cover .container {
    position: relative;
    z-index: 1;
}

.hero-header {
    padding: 5em 0 5em;
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.hero-search-wrap {
    position: relative;
    background: #ffffff;
    max-width: 540px;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 20px 30px rgba(0, 22, 84, 0.15);
}

    .hero-search-wrap.hs-2 {
        background: rgba(255,255,255,0.15);
        border-radius: 5px;
        padding: 1rem 1rem 0rem;
    }

    .hero-search-wrap.full-width {
        width: 100%;
        max-width: 100%;
    }

.hero-search h1 {
    text-transform: capitalize;
    color: #022f5d !important;
    font-size: 35px;
}

.hero-banner.dark-text h1, .hero-banner.dark-text p, .hero-banner.dark-text h1, .hero-banner.dark-text p {
    color: #4d5968;
}

.choose-propert-type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 52px;
    position: relative;
    border-right: 1px solid #e2e6ed;
}

    .choose-propert-type .nav-link {
        height: 45px;
        font-weight: 500;
        font-size: 13px;
        padding: 5px 20px;
        margin-right: 10px;
        background: rgb(1 126 250 / 15%);
        color: #1ca774;
    }

/*----------- Classic Search ------------*/
.classic-search-box {
    display: flex;
    align-items: center;
    position: relative;
}

.hero-search-content {
    background: #ffffff;
    padding: 12px 10px;
    border-radius: 0.3rem;
    position: relative;
    width: 100%;
}

.simple-search-wrap {
    z-index: 2;
}

.search-shadow {
    box-shadow: 0px 0px 0px 8px rgba(255,255,255,.2);
    -webkit-box-shadow: 0px 0px 0px 8px rgba(255,255,255,.2);
}

.search-shadow-color {
    box-shadow: 0px 0px 0px 8px rgba(23,172,106,.2);
    -webkit-box-shadow: 0px 0px 0px 8px rgba(23,172,106,.2);
}

.hero-search-content .form-group {
    margin: 0;
}

    .hero-search-content .form-group.full {
        flex: 1;
        width: 100%;
    }

.input-with-icon {
    display: flex;
    align-items: center;
    position: relative;
}

    .input-with-icon .form-control {
        padding-left: 35px;
        border: none;
        font-size: 15px;
    }

    .input-with-icon i, .input-with-icon img {
        position: absolute;
        left: 7px;
    }

.hero-search-content .form-control {
    height: 56px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hero-search-content .btn {
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-filter-search {
    background: #e9eef5;
    height: 55px;
    border-radius: 6px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 24px;
    color: #1a3b6b;
    width: 100%;
}

    .btn.btn-filter-search i {
        margin-right: 10px;
    }

.fliox-search-wiop {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .fliox-search-wiop .form-group {
        width: 48%;
        flex: 50%;
        position: relative;
        display: flex;
    }

.nice-select ul.list {
    width: 100%;
    z-index: 99;
    box-shadow: none;
    border: 1px solid #f1f3f7;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #1ca774;
}

.hero-search-content .nice-select .list {
    box-shadow: none;
    border: 1px solid #e6ebf1;
}

.briod {
    border-right: 1px solid #e9eef5;
}

.lios-vrst {
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
    position: relative;
}

    .lios-vrst ul {
        padding: 0;
        margin: 0;
        position: relative;
        display: flex;
        align-items: center;
    }

        .lios-vrst ul li {
            flex: 0 0 33.3333%;
            list-style: none;
            width: 33.3333%;
            position: relative;
        }

.lios-parts h2 {
    font-size: 3rem;
    margin-bottom: 5px;
    font-weight: 800;
}

    .lios-parts h2 span {
        margin-left: 5px;
    }

.lios-parts h6 {
    font-size: 14px;
    font-weight: 600;
    color: #252e38;
}

.nice-select:after {
    border-bottom: 2px solid #28496e;
    border-right: 2px solid #28496e;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    /*border-color:#e6ebf1;*/
    border-color: #17ac6a;
}

.nice-select.small-select {
    border-color: #e6ebf1;
    font-weight: 500;
    font-size: 13px;
    color: #28496e;
}

.nice-select .option {
    font-weight: 500;
    /*color: #536578;*/
}

    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
        background-color: #1ca774;
        color: #fff;
        font-weight: 500;
    }
/*--------------- Video Banner --------------*/
.video-banner {
    position: relative;
    background-color: black;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 640px;
    width: 100%;
    overflow: hidden;
}

    .video-banner .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #000000;
        opacity: 0.6;
        z-index: 3;
    }

    .video-banner video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

/*-------------- Homes Banner: Hero Header -----------------*/
.hero-header {
    background-position: center;
    background-size: cover;
    padding: 4em 0;
    position: relative;
}

.large-banner {
    padding: 5em 0 3em;
    display: flex;
    min-height: 660px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.verticle-center {
    text-align: center;
}

.hero-header {
    margin: 0;
    z-index: 2;
    padding: 5rem 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

    .hero-header > * {
        position: relative;
        z-index: 4;
    }

.vedio-header > * {
    z-index: 22;
}

.hero-header h1 {
    font-weight: 800;
    line-height: 1.3;
}

[data-overlay] {
    position: relative;
}

    [data-overlay]:before {
        position: absolute;
        content: '';
        background: #021a2e;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

[data-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before {
    opacity: 0.9;
}

.text-xl {
    font-size: 4rem;
}

.bnnr-slack-elior-thumb {
    position: absolute;
    right: 8%;
    bottom: 0;
    max-width: 620px;
}

figure.single-brand.thumb-figure {
    margin: 0;
    text-align: center;
}
/*---------- Map Style --------------*/
.gm-style {
    font: inherit !important;
    text-decoration: none;
}

.scrollContorl {
    position: absolute;
    z-index: 1000;
    bottom: 100px;
    right: 20px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #2F3B59;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.4);
}

    .scrollContorl.enabledsroll i:before {
        content: "\f09c";
    }

#singleMap {
    width: 100%;
    position: relative;
    height: 300px;
    float: left;
    margin-bottom: 30px;
}

.box-widget #singleMap {
    margin-bottom: 10px;
}

.mapzoom-in, .mapzoom-out {
    position: fixed;
    z-index: 100;
    top: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #00936e;
    line-height: 40px;
    margin-top: -20px;
    text-align: center;
    background: #ebf3f1;
    box-shadow: 0px 0px 0px 5px rgba(213,226,222,0.4);
    -webkit-transform: translate3d(0,0,0);
}

#singleMap .mapzoom-in, #singleMap .mapzoom-out, .home-map .mapzoom-in, .home-map .mapzoom-out, .fw-map .mapzoom-in, .fw-map .mapzoom-out {
    position: absolute;
    right: 20px;
}

.map-container.column-map.right-pos-map .mapzoom-in, .map-container.column-map.right-pos-map .mapzoom-out {
    right: 30px;
}

.map-container.column-map.left-pos-map .mapzoom-in, .map-container.column-map.left-pos-map .mapzoom-out {
    left: 30px;
}

.mapzoom-in:before, .mapzoom-out:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f068";
}

.mapzoom-in:before {
    content: "\f067";
}

.mapzoom-in {
    margin-top: -80px;
}

.mapnavigation {
    position: absolute;
    bottom: 50px;
    right: 7px;
    z-index: 30;
    width: 170px;
}

    .mapnavigation a {
        width: 70px;
        padding: 8px 0;
        border-radius: 4px;
        color: #fff;
        float: left;
        margin-left: 10px;
        box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
    }

    .mapnavigation a, .mapzoom-in:hover, .mapzoom-out:hover {
        background: #2F3B59;
    }

.cluster img {
    display: none
}

.cluster {
    width: 40px !important;
    height: 40px !important;
}

    .cluster div {
        text-align: center;
        font-size: 15px !important;
        color: #ffffff !important;
        background: #016551;
        font-weight: 600;
        border-radius: 100%;
        width: 40px !important;
        height: 40px !important;
        line-height: 38px !important;
        box-shadow: 0px 0px 0px 4px rgba(0,175,112,0.1);
        -webkit-box-shadow: 0px 0px 0px 4px rgba(0,175,112,0.1);
        -webkit-transition: all 300ms linear;
        transition: all 100ms 3inear;
        animation: cluster-animation 1.5s infinite;
    }

        .cluster div:hover {
            background: #fd5332;
        }

@keyframes cluster-animation {
    0%,100% {
        box-shadow: 0px 0px 0px 4px rgba(0,175,112,0.2);
    }

    50% {
        box-shadow: 0px 0px 0px 9px rgba(0,175,112,0.2);
    }
}

.map-left-box {
    float: right;
}

.map-banner-wrap {
    height: calc(100% - 4.8rem);
    position: relative;
    top: 4.672rem;
    transition: .1s;
}

.map-content-bxo {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 1.875rem;
    scrollbar-color: #d2d2d2 #f3f3f3;
    scrollbar-width: thin;
    transition: all .25s ease-in-out;
    scroll-padding-top: 3rem;
}

.flt-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.map-left-box .home-map-container.fw-map {
    width: 40%;
    height: 100%;
    position: fixed;
    right: 0;
    z-index: 22;
    -webkit-transform: translate3d(0,0,0);
    overflow: hidden;
}

.home-map-container.fw-map #map-main {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

.half-map .map-content-wrap {
    position: relative;
    width: 60%;
    min-height: 100vh;
    z-index: 10;
    float: left;
}

.map-content-wrap .map-content-bxo {
    max-height: 100%;
    overflow: auto;
    padding: 0;
    overflow: visible;
}

.map-content-wrap .map-content-bxo {
    padding: 1.5rem 2em 0;
}

.map-content-list {
    position: relative;
    display: block;
    padding: 0 2rem 2rem;
}

._mp-inner-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
}

._mp-inner-first {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 1rem;
    flex-wrap: wrap;
}

.search-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #f1f3f7;
    width: 100%;
    max-width: 550px;
    padding: 5px;
}

    .search-inline .form-control {
        border-radius: 6px;
        font-weight: 500;
        font-size: 13px;
        border: none;
    }

    .search-inline .btn.btn-append {
        background: #1ca774;
        border-radius: 4px;
        font-weight: 500;
        color: #ffffff;
        font-size: 14px;
    }

.filter-pop-link {
    font-size: 14px;
    font-weight: 600;
    color: #06325d;
    transition: all ease 0.4s;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.inline-filter {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 4px 10px 4px 0px;
}

    .inline-filter:last-child {
        margin-right: 0;
    }

.inline-top-filter-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

    .inline-top-filter-wrap ._mp-inner-content {
        margin: 0;
    }

.filter-pop-link.button {
    background: rgba(1, 126, 250,0.1);
    padding: 4px 15px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 13px;
    color: #1ca774;
}

    .filter-pop-link.button:hover, .filter-pop-link.button:focus, .filter-pop-link.button:active {
        background: #1ca774;
        color: #ffffff;
    }

/*------------ Map Job Style ----------------*/
.map-popup-wrap {
    display: block;
    border-radius: 8px;
    width: 300px !important;
    background: #fff;
    position: relative;
}

    .map-popup-wrap .map-popup {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
    }

    .map-popup-wrap .infoBox-close {
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 20px;
        right: 20px;
        color: #2b4db9;
        text-align: center;
        border-radius: 100%;
        z-index: 20;
        background: #f4f5f7;
        box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.4);
        cursor: pointer;
    }

    .map-popup-wrap .map-job-box {
        text-align: left;
        padding: 2rem;
    }

    .map-popup-wrap .job-title {
        margin-bottom: 18px !important;
    }

    .map-popup-wrap .map-job-box > div {
        margin-bottom: 10px;
        width: 100%;
    }

    .map-popup-wrap .job-title img {
        max-width: 25px;
        float: left;
        margin-right: 10px;
    }

.map-job-box .job-title {
    display: flex;
    align-items: center;
}

.map-popup-wrap .job-title a {
    font-size: 14px;
    font-weight: 600;
}

.map-popup-wrap .map-job-box > div {
    margin-bottom: 10px;
    width: 100%;
}

.map-popup-wrap .job-company i {
    color: #ef9b0b;
    margin-right: 7px;
}

.map-popup-wrap .job-package i {
    color: #19af83;
    margin-right: 7px;
}

.map-popup-wrap .job-location i {
    color: #e23487;
    margin-right: 7px;
}

.map-popup-wrap .job-company a, .map-popup-wrap .job-package a, .map-popup-wrap .job-location a, .map-popup-wrap .job-package span {
    color: #505f7d;
    font-size: 13px;
    font-weight: 500;
}

.map-popup-wrap .job-status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.map-popup-wrap .job-map-status {
    flex: 1;
}

.map-popup-wrap .map-job-box .jb-name {
    padding: 5px 15px;
    color: #353535;
    margin-left: 0px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    background: #f4f5f7;
}

.map-popup-wrap .jb-name.full-time {
    background: rgba(17, 183, 104,0.1);
    color: #11b768;
}

.map-popup-wrap a.jb-like {
    width: 42px;
    height: 42px;
    display: flex;
    flex-wrap: wrap;
    background: rgba(224, 39, 68,0.1);
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    color: #e02744;
    font-size: 18px;
    margin-right: 20px;
    transition: all ease 0.4s;
}

/*-----------------------------------
	General Features Design 
-----------------------------------*/
/*------------------- Tab Design ------------------*/
.nav-pills .nav-link {
    font-weight: 500;
    padding: 0.8rem 1.6rem;
    background: #131b24;
    color: #ffffff;
    margin-right: 10px;
}

.nav-pills.small .nav-link {
    padding: 0.4rem 0.8rem;
    font-size: 12px;
}

.nav-pills.spacing .nav-link {
    margin-bottom: 10px;
}

.nav-pills.lights .nav-link {
    background: #f1f5f8;
    color: #1a2e3f;
}

    .nav-pills.lights .nav-link.active, .nav-pills.lights .show > .nav-link {
        background: #1ca774;
        color: #ffffff;
    }

.stry-counter {
    position: relative;
    padding: 2px 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    margin-left: 5px;
    font-weight: 600;
}

.nav-pills.small-jbs-tab .nav-link {
    padding: 0.4rem 1.5rem;
    border-radius: 0.2rem;
    background: #eff1f5;
    color: #525f66;
    font-size: 12px;
}

    .nav-pills.small-jbs-tab .nav-link.active, .nav-pills.small-jbs-tab .show > .nav-link {
        background: #1ca774;
        color: #ffffff;
    }

.nav-tabs {
    border-bottom: 2px solid #ebeff2;
}

    .nav-tabs .nav-link {
        font-weight: 500;
        font-size: 13px;
        opacity: 0.6;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            color: #00af70;
            border: none;
            opacity: 1;
            border-bottom: 2px solid #00af70;
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #00af70;
            border: none;
            opacity: 1;
            border-bottom: 2px solid #00af70;
        }

.nav-pills.light-nav .nav-link.active, .nav-pills.light-nav .show > .nav-link {
    color: #ffffff !important;
    background: #1ca774 !important;
}
/*---------------- Accordian Design ----------------*/
.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.bi {
    width: 1em;
    height: 1em;
    fill: currentcolor;
}

.accordion-button {
    font-weight: 500;
    color: #00345b;
}

    .accordion-button:not(.collapsed) {
        color: #1ca774;
        background-color: rgb(23 172 106 / 10%);
        box-shadow: none;
    }
/*---------------- Sidebar Search Design ------------------*/
.page-sidebar {
    background: #ffffff;
    position: relative;
    display: block;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 2px solid #ebf2f8;
}

.over-top .container {
    top: -130px;
    position: relative;
}

.page-sidebar .filter_links {
    padding: 16px 0;
    width: 100%;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

    .page-sidebar .filter_links i {
        margin-left: 10px;
    }

.item-shorting .left-column h4 {
    font-weight: 500;
    font-size: 14px;
}

.item-shorting-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-shorting-box-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

ul.shorting-list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    ul.shorting-list li {
        list-style: none;
        display: block;
        position: relative;
        margin: 0 10px;
    }

        ul.shorting-list li:last-child {
            margin: 0;
        }

        ul.shorting-list li a {
            width: 42px;
            height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            border-radius: 4px;
            color: #131e29;
            transition: all ease 0.4s;
        }

            ul.shorting-list li a:hover, ul.shorting-list li a:focus, ul.shorting-list li a.active {
                color: #1ca774;
            }

.page-sidebar .form-group {
    display: flex;
    width: 100%;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    text-decoration: none;
    background: #333c56;
    color: #ffffff;
}

    #back2Top:hover {
        background-color: #ffffff;
        color: #333c56;
    }
/*====================================
	Vesh Property Style
======================================*/
/*-------------- Job Grid Style ----------------*/
.job-instructor-layout {
    background: #ffffff;
    position: relative;
    display: block;
    transition: all ease 0.4s;
    border-radius: 0.6rem;
}

.left-tags-capt {
    top: 10px;
    left: 0;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-webkit-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
}

    .left-tags-capt > span {
        border-radius: 0 40px 40px 0 !important;
        -webkit-border-radius: 0 40px 40px 0 !important;
        -moz-border-radius: 0 40px 40px 0 !important;
        -ms-border-radius: 0 40px 40px 0 !important;
        -o-border-radius: 0 40px 40px 0 !important;
        margin-bottom: 0.6rem;
    }

.right-tags-capt {
    top: 10px;
    right: 0;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-webkit-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
}

    .right-tags-capt > span {
        border-radius: 40px 0px 0px 40px !important;
        -webkit-border-radius: 40px 0px 0px 40px !important;
        -moz-border-radius: 40px 0px 0px 40px !important;
        -ms-border-radius: 40px 0px 0px 40px !important;
        -o-border-radius: 40px 0px 0px 40px !important;
        margin-bottom: 0.6rem;
        text-align: right;
    }

.featured-text {
    display: inline-block;
    color: #009667;
    background: rgb(0 150 103 / 15%);
    padding: 3px 15px;
    font-size: 12px;
}

.urgent {
    display: inline-block;
    color: #ff8222;
    background: rgb(255 130 34 / 15%);
    padding: 3px 15px;
    font-size: 12px;
}

.hot {
    display: inline-block;
    color: #e91e33;
    background: rgba(233, 30, 51, 0.17);
    padding: 3px 15px;
    font-size: 12px;
}

.job-instructor-layout .brows-job-type span {
    position: absolute;
    padding: 4px 15px;
    top: 15px;
    right: 10px;
    line-height: 1.4;
    font-size: 11px;
    border-radius: 0.3rem;
    font-weight: 500;
}

.full-time {
    background: rgba(3, 165, 4,0.1);
    color: #03a504;
}

.part-time {
    background: rgb(90 84 255 / 11%);
    color: #5a54ff;
}

.enternship {
    background: rgba(210, 0, 1,0.1);
    color: #d20001;
}

.freelanc {
    background: rgba(38, 169, 225,0.1);
    color: #26a9e1;
}

.job-instructor-thumb {
    display: table;
    width: 100%;
    padding: 5em 0em 1em;
    margin: 0 auto;
    border-radius: 8px;
}

    .job-instructor-thumb img {
        display: table;
        margin: 0 auto;
        max-width: 80px;
        max-height: 80px;
    }

.job-instructor-content {
    position: relative;
    padding: 0.1rem 1.2rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    text-align: center;
    min-height: 80px;
}

    .job-instructor-content.h-auto {
        min-height: auto !important;
    }

.instructor-title {
    line-height: 1.5;
    font-size: 15px;
    margin: 0;
}

.instructor-skills {
    color: rgba(0,44,63,0.7);
}

.job-instructor-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.instructor-students {
    flex: 1;
}

.instructor-scount {
    margin: 0;
    color: #ff8b00;
}

.instructor-corses span {
    display: flex;
    padding: 4px 14px;
    font-weight: 500;
    background: #1ca774;
    border-radius: 50px;
    color: #ffffff;
    font-size: 12px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.job-instructor-layout:hover, .job-instructor-layout:focus, .job-instructor-layout:active {
    border-color: #1ca774 !important;
}

/*------------- Style 2 Job Grid -----------------*/
.jbs-grid-layout {
    position: relative;
    display: flex;
    background: #ffffff;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    border-radius: 0.6rem;
    padding: 1.5rem 1rem;
}

.jbs-grid-emp-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
}

.jbs-grid-emp-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f4f5f7;
}

.jbs-grid-emp-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

    .jbs-grid-emp-content .jbs-grid-emp-thumb {
        width: 55px;
        height: 55px;
        border-radius: 0.6rem;
    }

    .jbs-grid-emp-content .jbs-grid-job-caption {
        margin: 0;
        padding-left: 0.8rem;
        flex: 1;
    }

.jbs-grid-emp-thumb figure {
    padding: 0;
    margin: 0;
}

    .jbs-grid-emp-thumb figure img {
        max-width: 50px;
    }

.jbs-grid-emp-content .jbs-grid-emp-thumb figure img {
    max-width: 40px;
}

.jbs-grid-jbs-saved {
    position: relative;
    width: auto;
}

    .jbs-grid-jbs-saved .bkrs {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #f3f6fa;
        color: #7e919b;
    }

.jbs-grid-job-caption {
    display: flex;
    align-items: self-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 0.5rem;
    width: 100%;
}

.jbs-job-employer-wrap {
    position: relative;
    width: 100%;
}

    .jbs-job-employer-wrap span {
        font-weight: 500;
        color: #728ca3;
        font-size: 13px;
    }

.jbs-job-title-wrap {
    position: relative;
    display: block;
    width: 100%;
}

    .jbs-job-title-wrap h4 {
        margin: 0;
        font-size: 17px;
    }

.jbs-job-title-wrap {
    position: relative;
    /*max-width: 290px;*/
    max-width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jbs-grid-job-info-wrap {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}

.jbs-grid-job-info {
    position: relative;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    width: 100%;
}

.jbs-grid-single-info {
    position: relative;
    display: inline-flex;
}

.jbs-grid-single-info {
    position: relative;
    display: inline-flex;
    font-weight: 500;
    font-size: 12px;
    color: rgba(0,44,63,0.7);
}

    .jbs-grid-single-info i {
        margin-right: 0.4rem;
    }

.jbs-grid-job-description {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0.6rem;
}

    .jbs-grid-job-description p {
        margin: 0;
        font-size: 13px;
        line-height: 1.7;
    }

.jbs-grid-job-edrs {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1.8rem;
}

.jbs-grid-job-edrs-group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-flow: wrap;
}

    .jbs-grid-job-edrs-group.center {
        align-items: center;
        justify-content: center;
    }

    .jbs-grid-job-edrs-group span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 23px;
        width: auto;
        padding: 2px 10px;
        border-radius: 0.2rem;
        background: #f3f6fa;
        color: #6a828f;
        font-weight: 500;
        font-size: 11px;
        margin-right: 7px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

.jbs-grid-job-package-info {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.jbs-grid-package-title h5 {
    margin: 0;
}

    .jbs-grid-package-title h5 span {
        font-size: 14px;
        font-weight: 500;
        color: rgba(0,44,63,0.6);
    }

.jbs-grid-package-title.smalls h5 {
    font-size: 14px;
}

.style_2 .jbs-grid-package-title h5 span {
    font-size: 12px;
}

.jbs-grid-posted {
    font-weight: 500;
    font-size: 11px;
    color: rgba(0,44,63,0.6);
}

.jbs-grid-job-apply-btns {
    position: relative;
    width: 100%;
}

.jbs-btn-groups {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.jbs-grid-emp-content .jbs-job-employer-wrap span {
    font-size: 12px;
}

.jbs-grid-emp-content .jbs-job-title-wrap h4 {
    font-size: 15px;
    line-height: 1.5;
}

.jbs-info-ico-style {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
}

    .jbs-info-ico-style .jbs-single-y1 {
        width: auto;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        color: rgba(0,44,63,0.6);
        font-size: 12px;
    }

        .jbs-info-ico-style .jbs-single-y1 span {
            position: relative;
            display: inline-flex;
            width: 18px;
            height: 18px;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 12px;
            background: red;
            box-shadow: 0 0 0 4px rgba(2,2,2,0.8);
            margin-right: 10px;
        }

        .jbs-info-ico-style .jbs-single-y1.style-1 span {
            background: rgb(255 152 0 / 15%);
            box-shadow: 0 0 0 4px rgb(255 152 0 / 25%);
            color: #ff9800;
        }

        .jbs-info-ico-style .jbs-single-y1.style-2 span {
            background: rgb(76 175 80 / 15%);
            box-shadow: 0 0 0 4px rgb(76 175 80 / 25%);
            color: #4CAF50;
        }

        .jbs-info-ico-style .jbs-single-y1.style-3 span {
            background: rgb(230 39 86 / 15%);
            box-shadow: 0 0 0 4px rgb(230 39 86 / 25%);
            color: #e62756;
        }

        .jbs-info-ico-style .jbs-single-y1.style-4 span {
            background: rgb(3 169 244 / 15%);
            box-shadow: 0 0 0 4px rgb(3 169 244 / 25%);
            color: #03A9F4;
        }

        .jbs-info-ico-style .jbs-single-y1.style-5 span {
            background: rgb(132 82 222 / 15%);
            box-shadow: 0 0 0 4px rgb(132 82 222 / 25%);
            color: #8452de;
        }

.jbs-verified {
    position: relative;
}

    .jbs-verified:before {
        content: "";
        position: absolute;
        right: -5px;
        bottom: 0;
        width: 18px;
        height: 18px;
        background: transparent url(../img/approved.png) no-repeat;
        background-size: cover;
    }

.jbs-not-verified {
    position: relative;
}

    .jbs-not-verified:before {
        content: "";
        position: absolute;
        right: -5px;
        bottom: 0;
        width: 18px;
        height: 18px;
        background: transparent url(../img/not_verify.png) no-repeat;
        background-size: cover;
    }

.jbs-verified-input {
    position: relative;
}

    .jbs-verified-input:before {
        content: "";
        position: absolute;
        right: 2px;
        bottom: 0;
        width: 18px;
        height: 18px;
        background: transparent url(../img/approved.png) no-repeat;
        background-size: cover;
    }

.jbs-not-verified-input {
    position: relative;
}

    .jbs-not-verified-input:before {
        content: "";
        position: absolute;
        right: 2px;
        bottom: 0;
        width: 18px;
        height: 18px;
        background: transparent url(../img/not_verify.png) no-repeat;
        background-size: cover;
    }
/*---------------- List Style ---------------*/
.jbs-list-box {
    position: relative;
    width: 100%;
    display: flex;
    background: #ffffff;
    border-radius: 0.5rem;
    flex-direction: column;
    padding: 1.4rem 1rem;
}

.jbs-list-head {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.jbs-list-head-thunner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

.jbs-list-emp-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #f4f5f7;
    border-radius: 0.4rem;
}

    .jbs-list-emp-thumb figure {
        margin: 0;
    }

        .jbs-list-emp-thumb figure img {
            max-width: 50px;
        }

.jbs-list-job-caption {
    display: flex;
    align-items: self-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 1rem;
    width: 100%;
    flex: 1;
}

.jbs-job-mrch-lists {
    position: relative;
    width: auto;
}

.single-mrch-lists {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,44,63,0.6);
}

    .single-mrch-lists span {
        margin-left: 0.8rem;
    }

        .single-mrch-lists span:first-child {
            margin-left: 0;
        }

.jbs-list-head-middle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

.elsocrio-jbs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

    .elsocrio-jbs .ilop-tr {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 12px;
        background: #3d9b66;
        border-radius: 50%;
        box-shadow: 0 0 0 4px rgb(61 155 102 / 15%);
        box-shadow: 0 0 0 4px rgb(61 155 102 / 15%);
    }

    .elsocrio-jbs .jbs-list-pack {
        margin: 0;
        margin-left: 10px;
    }

    .elsocrio-jbs h5 .patype {
        font-weight: 500;
        font-size: 13px;
        color: rgba(0,44,63,0.6);
    }

.jbs-info-ico-style.bold .jbs-single-y1 {
    font-weight: 600;
    color: rgba(0,44,63,0.8);
}

/*------------------ Small List Job ----------------------*/
.zob-list-bloxks {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 0.6rem;
    background: #ffffff;
    padding: 1rem 1rem;
}

.zoblist-uppr-module {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.zoblist-uppr-module-left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
}

    .zoblist-uppr-module-left .jbs-list-emp-thumb {
        background: transparent;
        width: 55px;
        height: 55px;
    }

.zoblist-uppr-module-caption {
    position: relative;
    padding-left: 15px;
}

.zoblist-bott-module {
    margin-top: 1.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zoblist-leio-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.zoblist-uppr-module-right .jbs-grid-jbs-saved a {
    background: rgb(255 129 0 / 15%);
    color: #ff8100;
}
/*------------------- Freelancers Styles -----------------*/
.jbs-grid-usrs-block {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border-radius: 0.6rem;
    padding: 1.5rem 1rem;
}

.jbs-grid-usrs-thumb {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 0.5rem;
}

.jbs-grid-yuo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

    .jbs-grid-yuo figure {
        margin: 0;
    }

.jbs-grid-usrs-caption {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2.5rem;
}

.jbs-kioyer-groups {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    letter-spacing: 3px;
    color: #d7dde2;
}

    .jbs-kioyer-groups .active {
        color: #FF9800;
    }

    .jbs-kioyer-groups .aal-reveis {
        font-size: 13px;
        font-weight: 600;
        color: #19282d;
        letter-spacing: 0;
    }

.jbs-tiosk {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .jbs-tiosk .jbs-tiosk-title {
        font-size: 17px;
        margin: 0;
        line-height: 1.5;
    }

.jbs-tiosk-title a {
    color: white !important;
}

.jbs-tiosk-title {
    color: white !important;
}

.jbs-tiosk .jbs-tiosk-subtitle {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0,44,63,0.6);
}

.jbs-grid-usrs-info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem;
}

.jbs-list-usrs-thumb {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .jbs-list-usrs-thumb figure {
        margin: 0;
    }

.elsocrio-jbs.sm .jbs-list-pack {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0,44,63,0.7);
}

.rlt-jbs-wrap {
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 0.4rem;
    display: flex;
    padding: 1.2rem 1rem;
    align-items: flex-start;
    justify-content: space-between;
}

    .rlt-jbs-wrap .single-fliox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

/*-------------- Employer Grid Style ----------------*/
.emp-grid-blocs {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border-radius: 0.6rem;
    padding: 1.5rem 1rem 2rem;
}

.emp-grid-thumbs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 0 auto;
}

    .emp-grid-thumbs figure {
        margin: 0;
    }

.emp-grid-captions {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem 1rem;
    width: 100%;
}

.emp-grid-footrs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem 0;
}

/*--------------- Employer List Style ---------------*/
.emplors-list-box {
    position: relative;
    width: 100%;
    display: flex;
    background: #ffffff;
    border-radius: 0.5rem;
    flex-direction: column;
    padding: 1.4rem 1rem;
}

.emplors-list-head {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.emplors-list-head-thunner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

.emplors-list-emp-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
}

    .emplors-list-emp-thumb figure {
        margin: 0;
    }

.emplors-list-job-caption {
    display: flex;
    align-items: self-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 1rem;
    width: 100%;
    flex: 1;
}

.emplors-job-title-wrap {
    position: relative;
    max-width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .emplors-job-title-wrap h4 {
        margin: 0;
        font-size: 17px;
    }

.emplors-job-mrch-lists {
    position: relative;
    width: auto;
}

/*------------------------------------------------
	Detail Page Elements Style 
------------------------------------------------*/
.over-lg-top .container {
    position: relative;
    top: -120px;
}

.jbs-dts-block.styl-01 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
}

.jbs-dts-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2rem 1.5rem;
    background: #edfffc;
    width: 100%;
}

.jbs-dts-header-thumbs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
}

.jbs-dts-hgiu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

    .jbs-dts-hgiu figure {
        margin: 0;
    }

.jbs-dts-iop {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    height: 25px;
    border-radius: 0.2rem;
    font-size: 12px;
    font-weight: 500;
    background: #ff891c;
    color: #ffffff;
}

.jbs-dts-header-caption {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 2rem;
}

.jbs-mid-groups {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: auto;
}

.jbs-single-iou {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 3rem;
}

    .jbs-single-iou .jhu-subtitle, .jbs-dts-foot-block .jhu-subtitle {
        position: relative;
        font-weight: 500;
        color: #0a1c19;
    }

    .jbs-single-iou .jhu-title {
        font-weight: 500;
        margin: 0;
    }

.sprpower-skills {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .sprpower-skills span {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 24px;
        width: auto;
        padding: 2px 12px;
        font-weight: 500;
        font-size: 12px;
        background: #d2ede9;
        border-radius: 0.2rem;
        color: #267f72;
        margin: 0.5rem 0.7rem 0.5rem 0rem;
    }

        .sprpower-skills span i {
            font-size: 10px;
            margin-right: 5px;
        }

/*----------------- Job Detail Style 2 ------------------*/
.jbs-dts-block.styl-02 {
    position: relative;
    width: 100%;
    border-radius: 1rem;
    background: #ffffff;
    overflow: hidden;
}

.jbs-head-bodys {
    position: relative;
    display: block;
    padding: 1.5rem;
    width: 100%;
}

.jbs-head-bodys-top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.jbs-roots-y2 {
    position: relative;
    display: block;
    /* flex: 1; */
}

.jbs-roots-y1 {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
}

.jbs-roots-y1-first {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .jbs-roots-y1-first .jbs-roots-thumb {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 80px;
    }

        .jbs-roots-y1-first .jbs-roots-thumb figure {
            margin: 0;
        }

.jbs-roots-y1-last .jbs-title-iop h2 {
    font-size: 22px;
    line-height: 1.2;
}

.jbs-roots-action-btns {
    position: relative;
    margin-bottom: 5px;
}

.jbs-info-detail-yelos {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 1.2rem 0;
    border: 2px solid #ebeff2;
    border-radius: 0.3rem;
    padding: 1rem 1.5rem;
}

/*----------------- Job Detail Style 3 ------------------*/
.jbs-blocs.style_03 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border-radius: 0.4rem;
    border: 2px solid #ebeff2;
}

.jbs-blox-head {
    position: relative;
    display: block;
}

    .jbs-blox-head .nav-tabs .nav-link {
        padding: 1rem;
    }

.jbs-blox-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-top: 2px solid #ebeff2;
}

.ftr-share-block {
    position: relative;
    width: auto;
    display: block;
}

    .ftr-share-block ul {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .ftr-share-block ul li {
            position: relative;
            display: inline-flex;
            margin-right: 0.7rem;
            list-style: none;
        }

            .ftr-share-block ul li strong {
                font-size: 11px;
            }

            .ftr-share-block ul li a {
                width: 38px;
                height: 38px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border-radius: 0.2rem;
                background: #f0f2f4;
                color: #617580;
            }

.jbs-head-bodys.classic-style .jbs-roots-y1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.jbs-head-bodys.classic-style .jbs-roots-y1-first {
    margin-top: -64px;
}

.jbs-head-bodys.classic-style .jbs-roots-y1-last {
    padding-top: 0.5rem;
}

.form-control.file-upld {
    background: #f4f5f7;
}

/*------------- Candidate Detail Page ----------------*/
.cndt-head-block {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .cndt-head-block.center-align {
        position: relative;
        display: flex;
        flex-direction: column;
    }

.cndt-head-left {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
}

.cndt-head-block.center-align .cndt-head-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cndt-head-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

    .cndt-head-thumb figure {
        margin: 0;
    }

.cndt-head-caption {
    position: relative;
    padding-left: 1rem;
}

.cndt-head-block.center-align .cndt-head-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.cndt-head-block.center-align .cndt-head-caption-top {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cndt-yior-1 {
    position: relative;
    margin-bottom: 5px;
}

.cndt-yior-2 {
    position: relative;
    display: flex;
    margin-bottom: 5px;
}

    .cndt-yior-2 .cndt-title {
        margin: 0;
    }

.cndt-yior-3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cndt-head-block.center-align .cndt-yior-3 {
    align-items: center;
    justify-content: center;
}

.cndt-yior-3 span {
    font-weight: 500;
    font-size: 13px;
    margin-right: 1.2rem;
}

    .cndt-yior-3 span:last-child {
        margin-right: 0rem;
    }

.cndt-head-caption-bottom {
    position: relative;
    display: block;
    margin-top: 1rem;
}

.cndt-yior-skills {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.cndt-head-block.center-align .cndt-yior-skills {
    align-items: center;
    justify-content: center;
}

.cndt-yior-skills span {
    height: 24px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1px 15px;
    background: #dce2e7;
    border-radius: 0.2rem;
    margin: 4px 10px;
    margin-left: 0;
    font-weight: 400;
    font-size: 13px;
}

.cndt-head-block.center-align .cndt-yior-skills span {
    margin: 5px;
}

.cndt-yior-skills.dark span {
    background: rgba(255,255,255,0.15);
    color: rgba(255,255,255,.8);
}

.cndt-footer {
    position: relative;
    width: 100%;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cdtsr-groups-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}

.single-cdtsr-block {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px dashed #e4e9ec;
    border-radius: 0.6rem;
    margin-bottom: 1.5rem;
}

    .single-cdtsr-block:last-child {
        margin: 0;
    }

    .single-cdtsr-block .single-cdtsr-header {
        padding: 1rem 1rem 0.8rem;
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

        .single-cdtsr-block .single-cdtsr-header h5 {
            margin: 0;
        }

.single-cdtsr-body {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 1rem 1rem;
}

    .single-cdtsr-body p:last-child {
        margin: 0;
    }

.cdtx-infr-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cdtx-infr-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 22px;
    color: #96aab7;
    background: #f4f5f7;
    border-radius: 0.3rem;
}

.cdtx-infr-captions {
    position: relative;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

    .cdtx-infr-captions h5 {
        font-size: 15px;
        font-weight: 600;
        margin: 0;
        line-height: 1.2;
    }

    .cdtx-infr-captions p {
        font-size: 12px;
        font-weight: 500;
        margin: 0;
        color: rgba(0,44,63,0.6);
    }

/*----------- Candidate Education Design -----------*/
.resumes-groups-blox {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.single-resumes-blocks {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

    .single-resumes-blocks:last-child {
        margin-bottom: 0;
    }

.single-resumes-left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.single-resumes-icons {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #96aab7;
    background: #f4f5f7;
    border-radius: 0.3rem;
    font-size: 22px;
}

.single-resumes-captions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
}

    .single-resumes-captions h5 {
        margin: 0;
        font-size: 14px;
        line-height: 1.4;
    }

        .single-resumes-captions h5 span {
            display: block;
            font-size: 12px;
            font-weight: 500;
            color: rgba(0,44,63,0.6);
        }

/*----------- Candidate Experience Design -----------*/
.experinc-usr-groups {
    position: relative;
    width: 100%;
}

.single-experinc-block {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #e4e9ec;
}

    .single-experinc-block:last-child {
        border: none;
        padding-bottom: 0;
    }

.single-experinc-lft {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .single-experinc-lft .experinc-thumbs {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .single-experinc-lft .experinc-thumbs figure {
            margin: 0;
        }

.single-experinc-rght {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 15px;
}

.experinc-emp-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
}

    .experinc-emp-title h5 {
        position: relative;
        margin-right: 10px;
        margin-bottom: 0;
    }

.experinc-post-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
}

    .experinc-post-title h6 {
        margin: 0;
        font-weight: 600;
        font-size: 13px;
    }

.experinc-infos-list {
    position: relative;
}

    .experinc-infos-list span {
        position: relative;
        font-size: 12px;
        font-weight: 500;
        color: rgba(0,44,63,0.6);
        margin: 0 0.4rem;
    }

/*----------- Candidate Education Design -----------*/
.educations-usr-groups {
    position: relative;
    width: 100%;
}

.single-educations-block {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #e4e9ec;
}

    .single-educations-block:last-child {
        border: none;
        padding-bottom: 0;
    }

.single-educations-lft {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .single-educations-lft .educations-thumbs {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .single-educations-lft .educations-thumbs figure {
            margin: 0;
        }

.single-educations-rght {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 15px;
}

.educations-emp-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2px;
}

    .educations-emp-title h5 {
        position: relative;
        margin-bottom: 0;
    }

.educations-post-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2px;
}

    .educations-post-title h6 {
        margin: 0;
        font-weight: 600;
        font-size: 13px;
    }

.educations-infos-list {
    position: relative;
}

    .educations-infos-list span {
        position: relative;
        font-size: 12px;
        font-weight: 500;
        color: rgba(0,44,63,0.6);
        margin: 0 0.8rem 0 0;
    }

/*----------- Candidate Portfolio Design -----------*/
.cndts-prt-block {
    position: relative;
    display: block;
    width: 100%;
}

    .cndts-prt-block .cndts-prt-thumb {
        position: relative;
        display: block;
        width: 100%;
        border-radius: 0.6rem;
        overflow: hidden;
        transition: all ease 0.4s;
    }

        .cndts-prt-block .cndts-prt-thumb:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: black;
            opacity: 0;
            transition: all ease 0.4s;
        }

.cndts-prt-link {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

    .cndts-prt-link a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        border-radius: 50%;
        opacity: 0;
    }

.cndts-prt-block:hover .cndts-prt-thumb:before, .cndts-prt-block:focus .cndts-prt-thumb:before, .cndts-prt-block:active .cndts-prt-thumb:before {
    opacity: 0.5;
}

.cndts-prt-block:hover .cndts-prt-link a, .cndts-prt-block:focus .cndts-prt-link a, .cndts-prt-block:active .cndts-prt-link a {
    opacity: 1;
}

/*--------------- Candidate Language Design ------------*/
.cndts-lgs-blocks {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #e4e9ec;
    padding: 1rem;
    border-radius: 0.4rem;
}

.cndts-lgs-ico {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(0 175 112 / 15%);
    color: #00af70;
}

    .cndts-lgs-ico h6 {
        margin: 0;
        color: #00af70;
    }

.cndts-lgs-captions {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

    .cndts-lgs-captions h5 {
        margin: 0;
        font-size: 14px;
        line-height: 1;
    }

    .cndts-lgs-captions p {
        font-weight: 500;
        margin-bottom: 0;
        color: rgba(0,44,63,0.7);
        font-size: 12px;
    }


/*----------- Candidate Skills Design -----------*/
.cndts-all-skills-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .cndts-all-skills-list span {
        position: relative;
        height: 26px;
        width: auto;
        padding: 2px 0.8rem;
        background: rgb(23 172 106 / 15%);
        color: #1ca774;
        border-radius: 0.2rem;
        margin: 4px 10px 4px 0px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 500;
    }

/*------------------ Candidate & Employer Sidebar -------------*/
.sidefr-usr-block {
    position: relative;
    display: block;
    background: #f2f6f9;
    border-radius: 0.6rem;
}

.sidefr-usr-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dfe4e9;
}

    .sidefr-usr-header .sidefr-usr-title {
        margin: 0;
        font-size: 18px;
    }

.sidefr-usr-body {
    position: relative;
    display: block;
    padding: 1.5rem;
}

.cndts-share-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}

.cndts-share-title {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

    .cndts-share-title h5 {
        font-size: 15px;
        margin: 0;
    }

.cndts-share-list {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

    .cndts-share-list ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

        .cndts-share-list ul li {
            display: inline-block;
            list-style: none;
        }

            .cndts-share-list ul li a {
                width: 40px;
                height: 40px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background: #e0e7ec;
                border-radius: 0.3rem;
                margin-left: 10px;
                color: #6f8290;
                transition: all ease 0.4s;
            }

                .cndts-share-list ul li a:hover, .cndts-share-list ul li a:focus, .cndts-share-list ul li a:active {
                    background: #1ca774;
                    color: #ffffff;
                }

.eflorio-wrap-block {
    position: relative;
    display: block;
    background: #f2f6f9;
    border-radius: 0.6rem;
    width: 100%;
}

    .eflorio-wrap-block.light {
        background: #ffffff;
    }

.eflorio-wrap-group {
    position: relative;
    display: block;
    width: 100%;
}

.eflorio-wrap-body {
    position: relative;
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
}

.eflorio-list-groups {
    position: relative;
    display: block;
    width: 100%;
}

.single-eflorio-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.4rem;
}

    .single-eflorio-list:last-child {
        margin-bottom: 0.8rem;
    }

    .single-eflorio-list .eflorio-list-icons {
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        border-radius: 0.4rem;
        font-size: 20px;
    }

.eflorio-wrap-block.light .single-eflorio-list .eflorio-list-icons {
    background: #f2f6f9;
}

.single-eflorio-list .eflorio-list-captions {
    padding-left: 10px;
    position: relative;
    display: block;
    width: auto;
}

    .single-eflorio-list .eflorio-list-captions label {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .single-eflorio-list .eflorio-list-captions h6 {
        margin: 0;
        font-weight: 600;
        font-size: 15px;
    }

.eflorio-wrap-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 1.5rem 1.4rem;
}

.eflorio-footer-body {
    position: relative;
    display: block;
    width: 100%;
}
/*------------- Employer Detail Page ----------------*/
.emplr-head-block {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .emplr-head-block.center-align {
        position: relative;
        display: flex;
        flex-direction: column;
    }

.emplr-head-left {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
}

.emplr-head-block.center-align .emplr-head-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.emplr-head-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

    .emplr-head-thumb figure {
        margin: 0;
    }

.emplr-head-caption {
    position: relative;
    padding-left: 1rem;
}

.emplr-head-block.center-align .emplr-head-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.emplr-head-block.center-align .emplr-head-caption-top {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.emplr-yior-1 {
    position: relative;
    margin-bottom: 8px;
}

.emplr-yior-2 {
    position: relative;
    display: flex;
    margin-bottom: 8px;
}

    .emplr-yior-2 .emplr-title {
        margin: 0;
    }

.emplr-yior-3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.emplr-head-block.center-align .emplr-yior-3 {
    align-items: center;
    justify-content: center;
}

.emplr-yior-3 span {
    font-weight: 500;
    font-size: 13px;
    margin-right: 1.2rem;
}

    .emplr-yior-3 span:last-child {
        margin-right: 0rem;
    }

.emplr-head-caption-bottom {
    position: relative;
    display: block;
    margin-top: 1rem;
}

.emplr-yior-skills {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.escort-award-wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.escort-award-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
}

    .escort-award-thumb figure {
        margin: 0;
    }

.escort-award-caption {
    display: block;
    text-align: center;
    padding: 0.2 1rem 0.5rem 1rem;
    width: 100%;
}

    .escort-award-caption h6 {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
    }

    .escort-award-caption label {
        font-size: 13px;
        font-weight: 500;
    }
/*----------- Sidebar Of Job Detail ----------------*/
.detail-side-block {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 0.4rem;
    padding: 1rem;
}

    .detail-side-block.brd {
        border: 2px solid #ebeff2;
    }

.detail-side-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f1f3f5;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.side-rtl-jbs-head .side-jbs-titles {
    margin: 0;
    font-size: 15px;
}

.side-flex-thumb {
    background: #172934;
    padding: 1rem;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-flex-caption {
    padding-left: 1rem;
}

.side-rtl-jbs-block {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 0.6rem;
    background: #ffffff;
    width: 100%;
}

    .side-rtl-jbs-block.brd {
        border: 2px solid #ebeff2;
    }

.side-rtl-jbs-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
    border-bottom: 2px solid #ebeff2;
}

.side-rtl-jbs-body {
    position: relative;
    width: 100%;
    display: block;
}

.single-side-rtl-jbs {
    padding: 1rem;
    border-bottom: 1px solid #ebeff2;
}

    .single-side-rtl-jbs:last-child {
        border-bottom: none;
    }

.single-side-rtl-jbs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.single-fliox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.single-rtl-jbs-thumb {
    position: relative;
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
}

.single-rtl-jbs-caption {
    position: relative;
    padding-left: 0.5rem;
}

.single-rtl-jbs-thumb figure {
    margin: 0;
}

.hjs-rtls-titles {
    position: relative;
    display: block;
}

    .hjs-rtls-titles .rtls-title {
        font-size: 15px;
        margin: 0;
    }

.single-rtl-jbs-hot {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .single-rtl-jbs-hot .single-tag-rtls {
        margin-bottom: 10px;
    }

.side-jbs-info-blox {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 0.4rem;
    padding: 1rem;
}

    .side-jbs-info-blox.brd {
        border: 2px solid #ebeff2;
    }

.side-jbs-info-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2rem;
}

.side-jbs-info-thumbs {
    width: 70px;
    height: 70px;
}

    .side-jbs-info-thumbs figure {
        margin: 0;
    }

.side-jbs-info-middle {
    position: relative;
    display: block;
    width: 100%;
}

.side-full-info-groups {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .side-full-info-groups .single-side-info {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex: 0 0 50%;
        margin-bottom: 1rem;
    }

/*----------------- Search Sidebar Style ---------------*/
.side-widget-blocks {
    background: #f7f9fc;
    border-radius: 0.6rem;
    display: block;
    height: auto;
    overflow: hidden;
}

    .side-widget-blocks .br-bottom {
        border-color: #e1e8e5;
    }

    .side-widget-blocks .text-muted {
        color: #8c8c8c !important;
    }

.side-widget-inner {
    display: block;
    position: relative;
    padding: 1.5rem 1.2rem;
}

    .side-widget-inner .form-group {
        margin-bottom: 1.5rem;
    }

.form-group .form-group-inner {
    position: relative;
    display: block;
    width: 100%;
}

.side-widget-inner .form-group > label {
    font-size: 17px;
    font-weight: 500;
    color: #132227;
    display: block;
    margin-bottom: 0.5rem;
}

.br-bottom {
    border-bottom: 1px solid #eef2f5;
}

.single_search_boxed .widget-boxed-header h4 {
    margin: 0;
    font-size: 14px;
}

    .single_search_boxed .widget-boxed-header h4 a {
        height: 100%;
        display: block;
        color: #2D3954 !important;
        position: relative;
        padding: 0.8rem 0rem;
    }

.no-ul-list {
    padding: 0;
}

    .no-ul-list li {
        list-style: none;
        color: rgba(0,44,63,0.6);
    }

.filter-list li {
    padding: 4px 0;
}

.widget-boxed-header h4 a:before {
    content: "\f0d7";
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 52%;
    transform: translate(-10%, -52%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(23, 172, 106,0.12);
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    color: #1ca774;
}

.widget-boxed-header h4 a.collapsed:before {
    content: "\f0d8";
    background: rgba(23, 172, 106,0.12);
    color: #1ca774;
}

.single_filter_card .form-check-inline {
    width: 100%;
}

.side-widget-inner .form-group li label {
    font-size: 14px;
}

.side-widget-inner .form-check.form-check-inline {
    display: block;
}

.light-jbs-alert {
    background: #ffffff;
    border: 1px solid #ebf0f3;
    border-radius: 0.6rem;
    padding: 1rem 0.8rem;
}

    .light-jbs-alert.light {
        background: #ffffff;
    }

.alert-jbemail-box {
    position: relative;
    display: block;
    padding: 2rem 1.8rem;
    border-radius: 0.6rem;
    width: 100%;
}

.filter-list li {
    line-height: 1.7;
}
/*------------- Agent Contact Box ----------*/
.jobstock-ct-box {
    position: relative;
    width: 100%;
    border: 1px solid #e8ecf0;
    border-radius: 4px;
    padding: 0 0rem;
    background: #ffffff;
}

    .jobstock-ct-box.no-border {
        border: none;
    }

.jobstock-ct-you1 {
    position: relative;
    width: 100%;
    padding: 2rem 2rem;
}

.jobstock-ct-youa {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 4px solid #f1f6fb;
    padding: 5px;
    margin: 0.5rem auto;
}

.jobstock-ct-youb {
    display: block;
    position: relative;
    text-align: center;
}

    .jobstock-ct-youb h4 {
        margin: 0;
        font-size: 20px;
    }

    .jobstock-ct-youb p {
        margin: 0;
        font-weight: 500;
        font-size: 13px;
    }

.jobstock-ct-you2 {
    margin-bottom: 1rem;
    position: relative;
    padding: 0rem 2rem;
    width: 100%;
}

    .jobstock-ct-you2 > * {
        font-size: 35px;
        font-weight: 600;
        color: #e91e63;
    }

.jobstock-ct-you3, .jobstock-ct-you4 {
    position: relative;
    padding: 0rem 2rem;
    width: 100%;
}

.jobstock-ct-youc, .jobstock-ct-youd {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.jobstock-ct-you4 {
    padding: 1rem 2rem;
    border-top: 1px solid #e8ecf0;
    margin-top: 2rem;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

/*-------------- Property Reviews Design ---------------*/
.prt-reviews-groups {
    position: relative;
    display: block;
    width: 100%;
}

.prt-reviews-single {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e6ecf1;
    padding-bottom: 1.5rem;
}

    .prt-reviews-single:last-child {
        margin-bottom: 0rem;
        border-bottom: none;
        padding-bottom: 0rem;
    }

.prt-reviews-single-thumb {
    display: block;
    position: relative;
    width: 100%;
}

.prt-rvs-head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.prt-rvs-head-img {
    position: relative;
    width: 80px;
    height: 80px;
    border: 3px solid #f1f5f8;
    border-radius: 50%;
}

.prt-rvs-head-caption {
    position: relative;
    padding-left: 10px;
    width: auto;
}

.prt-ves-ratting {
    position: relative;
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
    letter-spacing: 1px;
    color: #ff9210;
}

.prt-ves-reviewer h4 {
    position: relative;
    margin: 0 0 2px;
    font-size: 17px;
}

.prt-ves-ratting-title h5 {
    font-size: 14px;
    margin: 0;
    line-height: 1;
}

.prt-reviews-single-content {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}

.prt-ves-paragraph {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.prt-post-date {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    color: #3b5162;
}

.nerb-lists-groups {
    position: relative;
    width: 100%;
    display: block;
}

.nerb-lists-single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem;
    border: 1px dashed #dee6eb;
    margin-bottom: 1rem;
    border-radius: 0.3rem;
}

.nerb-lists-sgl-first {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.nerb-lists-sgl-head {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 190 130 / 10%);
    border-radius: 0.3rem;
}

    .nerb-lists-sgl-head h5 {
        color: #00be82;
        margin: 0;
        font-size: 17px;
    }

.nerb-lists-sgl-caption {
    width: 240px;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.nerb-school-name {
    font-size: 15px;
    font-weight: 600;
    color: #00599a;
}

.nerb-school-subtext {
    color: #617896;
    font-size: 13px;
    font-weight: 500;
}

.nerb-lists-sgl-last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3rem;
    width: 100%;
}

.nerb-lists-sgl-01, .nerb-lists-sgl-02, .nerb-lists-sgl-03 {
    display: block;
    position: relative;
    text-align: center;
}

.nerb-section-number {
    font-size: 15px;
    font-weight: 600;
    color: #051b35;
}

.nerb-section-title {
    font-size: 12px;
    font-weight: 500;
}

.othr-place-list {
    position: relative;
    display: flex;
    padding: 1rem;
    background: #ffffff;
    border: 1px dashed #dee6eb;
    border-radius: 0.3rem;
    align-items: flex-start;
    justify-content: flex-start;
}

.othr-place-list-icon {
    width: 40px;
    height: 40px;
    background: rgb(1 126 250 / 10%);
    color: #1ca774;
    border-radius: 0.3rem;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.othr-place-list-caption {
    position: relative;
    display: block;
    width: auto;
}

.othr-place-list-title {
    position: relative;
    display: block;
    width: 100%;
}

    .othr-place-list-title h5 {
        margin: 0 0 2px;
        font-size: 14px;
        line-height: 1;
    }

.othr-place-list-subtitle {
    position: relative;
    display: block;
    width: 100%;
}

    .othr-place-list-subtitle span {
        color: #617896;
        font-size: 13px;
        font-weight: 500;
    }
/*----------- Cover Elements ----------------*/
.vshm-cov-wrap {
    position: relative;
    text-align: center;
    padding: 3rem 0;
}

.vshm-cov-head {
    position: relative;
    display: block;
    margin-bottom: 2rem;
}

    .vshm-cov-head > * {
        color: #ffffff;
        font-size: 40px;
    }

.vshm-cov-caption {
    position: relative;
    display: block;
    margin-bottom: 2rem;
}

    .vshm-cov-caption ul {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .vshm-cov-caption ul li {
            display: inline-block;
            margin: 7px;
            list-style: none;
        }

            .vshm-cov-caption ul li a {
                display: inline-flex;
                height: 50px;
                padding: 5px 25px;
                font-size: 14px;
                font-weight: 500;
                color: #ffffff;
                border-radius: 4px;
                border: 2px solid #ffffff;
                align-items: center;
                justify-content: center;
                background: transparent;
                transition: 0.4s all ease;
            }

                .vshm-cov-caption ul li a:hover, .vshm-cov-caption ul li a:focus {
                    color: #1ca774;
                    background: white;
                    border-color: white;
                }

/*----------- Detail Elements Design ----------------*/

.vesh-detail-bloc-group {
    display: block;
    position: relative;
    width: 100%;
}

.vesh-detail-bloc {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 0;
    border-radius: 0.4rem;
}

    .vesh-detail-bloc .vesh-detail-bloc_header {
        padding: 1rem 1.5rem;
        border: none;
    }

        .vesh-detail-bloc .vesh-detail-bloc_header h4 {
            margin: 0;
            font-weight: 700;
            font-size: 16px;
        }

    .vesh-detail-bloc .vesh-detail-bloc-body {
        padding: 0rem 1.5rem 1.5rem;
        display: inline-block;
        width: 100%;
    }

    .vesh-detail-bloc.style_2 {
        border-bottom: 1px solid #ebeef0;
        border-radius: 0;
    }

        .vesh-detail-bloc.style_2 .vesh-detail-bloc_header {
            padding: 1rem 0;
        }

        .vesh-detail-bloc.style_2 .vesh-detail-bloc-body {
            padding: 0 0 1rem;
        }

.vesh-detail-bloc-group .vesh-detail-bloc:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.vesh-detail-bloc-group .vesh-detail-bloc.style_2:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

    .vesh-detail-bloc-group .vesh-detail-bloc.style_2:last-child .vesh-detail-bloc-body {
        padding: 0;
    }

.vesh-detail-bloc-body p:last-child {
    margin-bottom: 0;
}

.vesh-detail-bloc .vesh-detail-bloc_header h4:after {
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    position: relative;
    float: right;
    margin-right: 0px;
    transition: 0.2s ease-out;
    background: rgba(1,126,250,0.1);
    border: 1px solid rgba(1,126,250,0.2);
    color: #1ca774;
    width: 26px;
    height: 26px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vesh-detail-bloc .vesh-detail-bloc_header .collapsed h4:after {
    transform: rotate(180deg);
}

.vesh-detail-bloc.style_2 .vesh-detail-bloc_header h4.no-arrow:after, .vesh-detail-bloc .vesh-detail-bloc_header h4.no-arrow:after {
    display: none;
}

.vesh-detail-headup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    width: 100%;
}

.vesh-detail-headup-first {
    padding: 0 1rem 0 0rem;
}

.prt-detail-title-desc {
    display: block;
    position: relative;
}

    .prt-detail-title-desc h4 {
        margin-bottom: 2px;
    }

.prt-price-fix {
    display: block;
    margin: 0;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}

    .prt-price-fix span {
        display: block;
        font-size: 12px;
        font-weight: 500;
        color: #687b96;
    }

.deatil_adv_features {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.ilio-icon-wrap {
    list-style: none;
    width: 100%;
    height: 100px;
    border-radius: 0.2rem;
    background: #f3f7fa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ilio-icon {
    font-size: 30px;
    color: #1b5086;
}

.ilio-text {
    font-size: 13px;
    font-weight: 500;
    color: #294459;
}

.avl-features {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .avl-features li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        margin: 10px 0 10px;
        padding-left: 30px;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        color: #617896;
        font-size: 13px;
        font-weight: 500;
    }

        .avl-features li:before {
            content: "\f058";
            font-family: "Font Awesome 5 Free";
            position: absolute;
            color: #00ba74;
            width: 20px;
            height: 20px;
            background: rgba(0, 186, 116,0.1);
            text-align: center;
            line-height: 20px;
            border-radius: 50%;
            left: 0;
        }

.lvs-caption {
    color: #617896;
    font-size: 15px;
    font-weight: 500;
}

    .lvs-caption i {
        color: #1ca774;
        margin-right: 10px;
    }

.like_share_list {
    padding: 0;
    margin: 0;
    display: flex;
    padding: 1.2rem;
    align-items: center;
    justify-content: space-between;
}

    .like_share_list li {
        flex: 0 0 33.333333%;
        width: 33.333333%;
        list-style: none;
        display: block;
        padding: 0 0.5rem
    }

        .like_share_list li .btn {
            width: 100%;
        }

    .like_share_list .btn {
        font-weight: 500;
    }

.mortgage-wrp-bloc {
    position: relative;
    width: 100%;
    background: rgb(0 190 130 / 10%);
    border: 1px solid rgb(0 190 130 / 20%);
    border-radius: 0.4rem;
    display: flex;
    flex-wrap: wrap;
}

.mortgage-wrp-bloc-single {
    width: 25%;
    flex: 0 0 25%;
    padding: 1.2rem 1.5rem;
    border-right: 1px dashed rgb(0 190 130 / 40%);
}

    .mortgage-wrp-bloc-single:last-child {
        border-right: none;
    }

    .mortgage-wrp-bloc-single .mrtg-wrp-title {
        font-size: 13px;
        font-weight: 500;
        color: #154537;
        margin-bottom: 3px;
    }

    .mortgage-wrp-bloc-single .mrtg-wrp-subtitle {
        font-size: 24px;
        font-weight: 800;
        color: #00a372;
    }

/*------------ Detail Page Sidebar Design ----------*/
.pg-side-groups {
    display: block;
    position: relative;
    width: 100%;
}

.pg-side-block {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 0.4rem;
    margin-bottom: 20px;
}

    .pg-side-block:last-child {
        margin: 0;
    }

.pg-side-block-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5rem;
    border-bottom: 2px solid #f3f7fa;
}

.pg-side-left {
    margin-right: 15px;
}

.pg-side-thumb {
    width: 80px;
    border: 4px solid #f3f7fa;
    border-radius: 50%;
}

.pg-side-right-caption h4 {
    font-size: 20px;
    margin: 0;
}

.pg-side-right-caption span {
    font-size: 13px;
    font-weight: 500;
    color: #617896;
}

.pg-side-block-info {
    position: relative;
    display: block;
    padding: 1.5rem 1.5rem 1rem;
}

.vl-elfo-group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
}

    .vl-elfo-group:last-child {
        margin: 0;
    }

.vl-elfo-icon {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #2d5272;
    margin-right: 7px;
    border: 2px solid #f3f7fa;
}

.vl-elfo-caption {
    display: block;
    position: relative;
    width: auto;
}

    .vl-elfo-caption h6 {
        font-size: 14px;
        margin: 0;
    }

    .vl-elfo-caption p {
        margin: 0;
        font-size: 13px;
        color: #617896;
        font-weight: 500;
    }

.pg-side-block-buttons {
    position: relative;
    display: block;
    padding: 0 1.5rem 1.5rem;
}

.single-button {
    display: block;
    margin: 10px 0;
}

.booking-info-try {
    position: relative;
    display: block;
    padding: 1rem;
}

    .booking-info-try ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        .booking-info-try ul li {
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0.3rem 0;
        }

            .booking-info-try ul li h6 {
                font-size: 12px;
                margin: 0;
                line-height: 1;
            }

            .booking-info-try ul li span {
                font-size: 12px;
                font-weight: 600;
                color: #048e5a;
            }

            .booking-info-try ul li:last-child {
                background: #1ec08f;
                padding: 0.5rem;
                border-radius: 0.2rem;
            }

            .booking-info-try ul li h6.total-title {
                font-size: 14px;
                color: #ffffff;
            }

            .booking-info-try ul li span.total-price {
                font-size: 13px;
                color: #ffffff;
            }

.datedrp {
    --dd-overlay: rgba(0, 0, 0, .75);
    --dd-text1: #091e33;
    --dd-primary: #617896;
    --dd-gradient: linear-gradient(45deg, #00BE82 0%, #00BE82 100%);
    --dd-selectedBackground: #00BE82;
    --dd-monthBackground: #1ca774;
    --dd-confirmButtonBackground: #1ca774;
}

/*---------------------------------------------
	jobstock All Features Styles
----------------------------------------------*/
/*-------------- Category Style --------------*/
.category-box {
    position: relative;
    height: 200px;
    background: #ffffff;
    border-radius: 0.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 5px 25px 0 rgba(41,128,185,0.15);
    -webkit-box-shadow: 0 5px 25px 0 rgba(41,128,185,0.15);
    transition: 0.6s linear;
}

    .category-box.light {
        background: rgba(235, 239, 243,0.5);
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .category-box .category-desc .category-icon {
        font-size: 40px;
        margin-bottom: 0px;
        transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
    }

    .category-box .category-desc i {
        font-size: 40px;
        margin-bottom: 7px;
        width: auto;
        height: auto;
        transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
    }

        .category-box .category-desc i.abs-icon {
            position: absolute;
            bottom: 5px;
            left: 5px;
            opacity: 0;
            transition: all ease-in 0.4s;
        }

    .category-box .category-desc .category-detail h4 {
        margin-bottom: 12px;
    }

    .category-box .category-desc .category-detail p {
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: 500;
    }

        .category-box .category-desc .category-detail p.block {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 28px;
            background: #f4f5f7;
            padding: 0.1rem 1rem;
            font-weight: 500;
            font-size: 12px;
            border-radius: 50px;
        }

    .category-box:hover i.abs-icon {
        position: absolute;
        bottom: 25px;
        left: 25px;
        opacity: 1;
        color: #eff1f3;
    }

/*--------------- Properties City List ------------------*/
.vesm-city-list-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.vesm-city-list-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.5rem 0.5rem;
    background: #f3f7fd;
    margin-bottom: 1rem;
    border-radius: 50px 4px 4px 50px;
}

    .vesm-city-list-head span {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #1ca774;
        margin-right: 10px;
        color: #ffffff;
    }

    .vesm-city-list-head h5 {
        margin: 0;
        font-size: 16px;
    }

.vesm-city-list-body {
    position: relative;
    display: block;
    width: 100%;
}

    .vesm-city-list-body ul {
        display: block;
        margin: 0;
        padding: 0;
    }

        .vesm-city-list-body ul li {
            list-style: none;
            display: block;
            margin-bottom: 8px;
        }

            .vesm-city-list-body ul li a {
                font-size: 14px;
                color: #4f5e64;
                cursor: pointer;
                transition: all ease 0.4s;
            }

                .vesm-city-list-body ul li a i {
                    margin-right: 10px;
                    transition: all ease 0.4s;
                }

            .vesm-city-list-body ul li span {
                float: right;
                font-size: 10px;
                font-weight: 500;
                padding: 3px 4px;
                background: #f3f7fd;
                border-radius: 50%;
            }

.vesm-city-list-foot {
    position: relative;
    display: block;
    margin-top: 10px;
}

    .vesm-city-list-foot .simple-link {
        font-weight: 500;
        color: #1ca774;
    }

.vesm-city-list-body ul li a:hover, .vesm-city-list-body ul li a:focus {
    color: #1ca774;
}

    .vesm-city-list-body ul li a:hover i, .vesm-city-list-body ul li a:focus i {
        color: #1ca774;
        margin-left: 10px;
    }

/*-------------- Review Box ---------------------*/
.vesm-rsv-box-wrap {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    position: relative;
}

.vesm-rsv-box-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
}

    .vesm-rsv-box-head .vesm-rsv-txt {
        font-size: 12px;
        font-weight: 800;
        margin-right: 1.5rem;
        color: #182e50;
        letter-spacing: 0.5px;
    }

.vesm-rsv-star {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

    .vesm-rsv-star i {
        font-size: 12px;
        margin-left: 3px;
        color: #ff7220;
    }

.vesm-rsv-box-caption {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.vesm-rsv-elcox, .vesm-rsv-elcox-01 {
    display: inline-flex;
    margin-right: 10px;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}

    .vesm-rsv-elcox-01 .vshm-arrows {
        color: #03d574;
        font-size: 20px;
        margin-right: 10px;
    }

    .vesm-rsv-elcox-01 .reviews-ctr {
        margin: 0;
        font-size: 17px;
        font-weight: 800;
    }

.vesm-rsv-elcox-02 {
    position: relative;
    display: inline-flex;
    width: auto;
}

    .vesm-rsv-elcox-02 ul {
        padding: 0;
        margin: 0;
        margin-left: 7px;
        display: inline-flex;
        align-items: center;
    }

        .vesm-rsv-elcox-02 ul li {
            display: inline-block;
            list-style: none;
            position: relative;
        }

            .vesm-rsv-elcox-02 ul li figure {
                margin: 0;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                border: 2px solid #ffffff;
                position: relative;
                margin-left: -12px;
                box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 10%);
                -webkit-box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 10%);
            }

                .vesm-rsv-elcox-02 ul li figure img {
                    border-radius: 50%;
                }

            .vesm-rsv-elcox-02 ul li .img-coun {
                height: 40px;
                width: 40px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-weight: 600;
                font-size: 14px;
                color: #1ca774;
                border: 2px solid white;
                border-radius: 50%;
                margin-left: -12px;
                background: #e7f4ff;
                box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 10%);
                -webkit-box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 10%);
            }

.estrio-plocks-wraps {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
}

.estrio-plocks-single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 2rem;
}

    .estrio-plocks-single:last-child {
        margin-right: 0rem;
    }

.estrio-single-icon {
    display: flex;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    justify-content: center;
    background: #dde9e6;
}

    .estrio-single-icon img {
        max-width: 20px;
    }

.estrio-single-caption {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
}

.estrio-caption-title p {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 2px;
}

    .estrio-caption-title p span {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        color: #1f1f1f;
        margin-left: 5px;
    }

.estrio-caption-stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 11px;
    letter-spacing: 6px;
    color: #ff8100;
}
/*-------------- List Category Style --------------*/
.vesh-list-categ-box {
    position: relative;
    display: flex;
    flex-direction: column;
}

.vesh-categ-list-links {
    display: flex;
    padding: 10px;
    position: relative;
    background: #ffffff;
    border: 2px solid #f1f3f7;
    margin-bottom: 30px;
    border-radius: 6px;
    transition: all ease 0.4s;
}

.vesh-categ-list-content {
    display: flex;
    padding-left: 1rem;
    flex-direction: column;
    flex: 1;
    position: relative;
}

.vesh-categ-list-icons {
    padding: 2rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f3f7;
    border-radius: 4px;
    position: relative;
}

    .vesh-categ-list-icons i {
        font-size: 3.5rem;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.vesh-categ-list-content .jobstock-list-098 {
    position: relative;
    display: inline-flex;
    width: 80px;
    top: auto;
    right: auto;
}

.vesh-prt-location {
    font-size: 12px;
    font-weight: 500;
    color: #5b7388;
}

.vesh-categ-strt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

    .vesh-categ-strt .starting {
        font-weight: 500;
        font-size: 13px;
    }

    .vesh-categ-strt .rlhc-price-name {
        font-size: 20px;
        margin: 0;
    }

        .vesh-categ-strt .rlhc-price-name .monthly {
            font-size: 11px;
        }

.vesh-categ-list-links:hover .vesh-categ-list-icons, .vesh-categ-list-links:focus .vesh-categ-list-icons {
    background: #1ca774;
    color: #ffffff;
}

.vesh-categ-list-links:hover, .vesh-categ-list-links:focus {
}

    .vesh-categ-list-links:hover .vesh-categ-strt .starting, .vesh-categ-list-links:focus .vesh-categ-strt .starting {
        color: #022f5d;
    }

/*------------------ jobstock Employer Style -----------------*/
.jobstock-emplr-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 2px solid #f1f3f7;
    border-radius: 6px;
    background: #ffffff;
}

.jobstock-list-75 span {
    font-weight: 600;
    font-size: 10px;
}

.jobstock-emplr-thumb {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 3rem auto 1rem;
}

.jobstock-emplr-content {
    padding: 0 1.2rem 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    text-align: center;
}

.vesh-emplr-rates {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .vesh-emplr-rates i {
        font-size: 9px;
        margin: 0 1.4px;
        color: #ff9800;
    }

    .vesh-emplr-rates span {
        font-size: 12px;
        font-weight: 500;
        color: #7b8b9a;
        margin-left: 5px;
    }

.vesh-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 1.5rem;
}

.jobstock-emplr-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1.2rem;
    border-top: 1px solid #eaeef2;
}

    .jobstock-emplr-footer .rlhc-prt-location {
        font-weight: 500;
        font-size: 12px;
        color: #7a88a8;
        align-items: center;
    }

.jobstock-emplr-social ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

    .jobstock-emplr-social ul li {
        list-style: none;
        margin-left: 12px;
        position: relative;
    }

        .jobstock-emplr-social ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 1px solid #eaeef2;
            font-size: 12px;
            color: #617385;
        }

.jobstock-emplr-wrap:hover a.btn, .jobstock-emplr-wrap:focus a.btn {
    cursor: pointer;
}

.count-emplr-25 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    background: rgb(6 178 138 / 12%);
    color: #06b28a;
    height: 26px;
    margin: 0 auto 4px;
    width: auto;
    border-radius: 4px;
}

    .count-emplr-25 span {
        font-size: 12px;
        font-weight: 500;
    }

/*----------------- Jobs Location Design --------------*/
.jbs-location-infortment {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    border-radius: 0.6rem;
    border: 1px solid #e3e9ea;
}

.jbs-location-infortment-content {
    position: relative;
    padding: 0 1rem 0.8rem;
    text-align: center;
}

    .jbs-location-infortment-content h4 {
        margin: 0;
        font-size: 16px;
    }
/*--------------- Call To Action -------------*/
.call-action-container.light {
    background: #f1f3f7;
    position: relative;
}

.call-action-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.call-action-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.call-action-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 2.5rem;
    width: 100%;
}

    .call-action-form form {
        width: 90%;
        margin: 0 auto;
    }

.newsltr-form {
    display: flex;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    width: 100%;
    padding: 7px;
    border-radius: 0.4rem;
}

.call-action-form.rounded .newsltr-form {
    border-radius: 0.5rem;
}

    .call-action-form.rounded .newsltr-form.gray-style {
        background: #f3f6f9;
    }

.newsltr-form .form-control {
    border: none;
    border-radius: 0.4rem;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    height: 52px;
    background: transparent;
}

.newsltr-form .btn.btn-subscribe {
    background: #1ca774;
    border-radius: 0.4rem;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
}

.call-action-form.rounded .newsltr-form .btn.btn-subscribe {
    border-radius: 0.4rem;
}

.call-action-container.dark .newsltr-form .btn.btn-subscribe {
    background: #7bbd15;
}
/*-------------- Pricing Style --------------*/
.pr-table {
    text-align: center;
    padding: 10px 10px 15px 10px;
    border: 1px solid #c7d1da;
    margin-top: 25px;
    border-radius: 6px;
}

.pr-header {
    background: #212529;
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    border-radius: 6px;
}

.pr-plan {
    padding: 15px 0 5px 0;
}

    .pr-plan h4 {
        color: #ffffff;
        font-size: 22px;
        margin-top: 0;
        text-transform: uppercase;
    }

.pr-price {
    padding: 1em 0 0 0;
}

    .pr-price h3 {
        color: #ffffff;
        font-size: 5.4em;
        margin-top: 0;
    }

        .pr-price h3 sup {
            color: rgba(255,255,255,0.7);
            margin-right: 5px;
            font-size: 25px;
        }

        .pr-price h3 sub {
            color: rgba(255,255,255,0.7);
            font-size: 20px;
        }

.pr-features ul {
    margin: 0;
    padding: 2em 0;
}

    .pr-features ul li {
        color: rgba(0,44,63,0.7);
        font-weight: 500;
        padding: 10px 0;
        line-height: 1.8;
        font-size: 14px;
        list-style: none;
        border-bottom: 1px dashed #edeff3;
    }

.pr-features-2 ul {
    margin: 0;
    padding: 0;
}

    .pr-features-2 ul li {
        color: rgba(0,44,63,0.7);
        font-weight: 500;
        padding: 2px 0;
        line-height: 1.6;
        font-size: 14px;
        list-style: none;
        border-bottom: 1px dashed #edeff3;
    }

.pr-buy-button {
    padding: 0 1rem 1rem;
}

/*-------------------- Icons List Designs ---------------*/
.jobstock-icon-box-list {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .jobstock-icon-box-list ul {
        padding: 0;
        margin: 0;
    }

        .jobstock-icon-box-list ul li {
            list-style: none;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            width: 100%;
            margin-bottom: 1.5rem;
        }

            .jobstock-icon-box-list ul li:last-child {
                margin-bottom: 0.5rem;
            }

            .jobstock-icon-box-list ul li .vib-list-wrap21 {
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                width: 100%;
            }

            .jobstock-icon-box-list ul li .vib-list-icon {
                width: 40px;
                height: 40px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background: #1ca774;
                border-radius: 50%;
                color: #ffffff;
                font-size: 15px;
                box-shadow: 0px 0px 0px 6px rgb(23 172 106 / 15%);
                -webkit-box-shadow: 0px 0px 0px 6px rgb(23 172 106 / 15%);
                -moz-box-shadow: 0px 0px 0px 6px rgb(23 172 106 / 15%);
            }

.vib-list-caption {
    flex: 1;
    padding-left: 2rem;
    position: relative;
    display: block;
}

    .vib-list-caption h5 {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .vib-list-caption p {
        font-size: 14px;
        color: #456478;
        font-weight: 400;
        margin: 0;
    }

/*------------------ Services Box Post Design -------------*/
.jobstock-posted-box-y78 {
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(235, 239, 243,0.5);
    padding: 1.8rem 2.5rem;
    border-radius: 0.6rem;
}

.serv-ctr-title {
    margin-bottom: 1rem;
}

    .serv-ctr-title h2 {
        font-size: 3rem;
    }

.serv-ctr-subtitle {
    margin-bottom: 0.5rem;
}

.jobstock-posted-box-y78.colored {
    background: rgba(255,255,255,0.1);
}

/*------------------ Services Box 2 Design -------------*/
.work-process {
    position: relative;
    display: bloc;
}

.work-process-icon {
    width: 60px;
    height: 60px;
    float: none;
    margin-bottom: 0.2rem;
    display: block;
}

    .work-process-icon span {
        font-size: 2.5em;
    }

.work-process .work-process-caption {
    margin-left: 0px;
}

.work-process-caption h4 {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 16px;
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.work-process-caption p {
    color: rgba(0,44,63,0.7);
    line-height: 1.8;
    font-weight: 400;
}

.overlio-vedio-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .overlio-vedio-box .play-video-btn {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        border-radius: 50%;
        font-size: 25px;
    }

.hired-box-slack {
    position: relative;
    text-align: center;
    padding: 6rem 5rem;
}

.hired-box-caption p {
    margin: 2rem 0;
    font-size: 21px;
}

/*----------------- Modal Popup Design -----------------*/
.modal-dialog.filter-popup {
    max-width: 750px;
}

.modal-header {
    padding: 2rem 1rem 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    flex-direction: column;
}

.mdl-thumb {
    display: block;
    margin-bottom: 1rem;
}

.mdl-title {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}

.modal-header h4 {
    font-size: 50px;
    color: #0a2a4b;
    margin: 0;
}

.modal-body {
    padding: 1rem 2rem 2rem;
}

.modal-login-form .form-group .form-control {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 2px solid #f1f3f7;
    font-weight: 500;
    font-size: 13px;
    color: #2e4862;
}

.modal-login-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

    .modal-login-form .form-group label {
        font-size: 12px;
        font-weight: 500;
        color: #1ca774;
    }

.form-group .btn.btn-modal-login {
    background: #1ca774;
    width: 100%;
    height: 52px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
}

.modal-flex-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.modal-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 2rem;
    font-weight: 500;
    font-size: 14px;
    color: #5b7ea3;
}

.social-login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .social-login ul {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .social-login ul li {
            width: 45%;
            flex: 0 0 45%;
            list-style: none;
        }

            .social-login ul li .btn {
                background: rgb(1 126 250 / 10%);
                border-radius: 5px;
                height: 52px;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #1ca774;
                font-size: 14px;
                font-weight: 600;
                border: 1px solid rgb(1 126 250 / 20%);
            }

                .social-login ul li .btn.connect-fb {
                    background: #115a90;
                    color: #ffffff;
                    border: 1px solid #115a90;
                }

                .social-login ul li .btn.connect-google {
                    background: #de4302;
                    color: #ffffff;
                    border: 1px solid #de4302;
                }

                .social-login ul li .btn i {
                    margin-right: 10px;
                }

                .social-login ul li .btn i {
                    margin-right: 10px;
                }

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 13px;
}

span.mod-close {
    position: absolute;
    right: 10px;
    top: 16px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eff0f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    z-index: 1;
}

.filter-popup .modal-header {
    padding: 1rem 1rem 1rem;
    border-bottom: 1px solid #eaedf2;
    justify-content: flex-start;
    align-items: flex-start;
}

    .filter-popup .modal-header h4 {
        font-size: 18px;
    }

.filter-popup .filter-header {
    display: flex;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eaedf2;
}

    .filter-popup .filter-header .nav-tabs {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        border: none;
    }

.filter-popup .nav-tabs .nav-item {
    display: flex;
    flex: 0 0 25%;
    align-items: center;
    justify-content: center;
}

    .filter-popup .nav-tabs .nav-item .nav-link {
        width: 100%;
        font-weight: 600;
        color: #1ca774;
        border-radius: 0.375rem;
        background: rgb(1 126 250 / 10%);
    }

        .filter-popup .nav-tabs .nav-item .nav-link.active, .filter-popup .nav-tabs .nav-item .nav-link:hover, .filter-popup .nav-tabs .nav-item .nav-link:focus {
            color: #ffffff;
            background: #1ca774;
            border-radius: 0.375rem;
        }

.filt-buttons-updates {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .filt-buttons-updates .btn {
        height: 46px;
        padding: 5px 20px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .filt-buttons-updates .btn.btn-save {
            background: #0681fa;
        }

.full-tabs-group {
    position: relative;
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.single-tabs-group {
    display: block;
    border-bottom: 1px dashed #dde1e8;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
}

    .single-tabs-group:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }

.single-tabs-group-header h5 {
    margin: 0 0 8px;
    font-size: 15px;
}

div#filTabContent {
    height: 100%;
    overflow: auto;
    max-height: 480px;
}

.single-tabs-group-content {
    width: 100%;
}

    .single-tabs-group-content .sing-btn-groups {
        margin: 0.4rem 0.6rem 0.2rem 0;
    }
/*----------------- Testimonials Design -----------------*/
.jobstock-reviews-box {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1rem;
    background: #ffffff;
    border: 2px solid #f1f3f7;
    border-radius: 10px;
}

.jobstock-reviews-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}

.jobstock-reviews-thumb {
    position: relative;
    width: auto;
    display: block;
}

    .jobstock-reviews-thumb .jobstock-reviews-figure {
        width: 70px;
        padding: 4px;
        height: 70px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #e1e5ec;
        border-radius: 50%;
    }

.jobstock-reviews-caption {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 1rem;
    flex: 1;
}

.jobstock-reviews-title h4 {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
    color: #103a87;
}

.jobstock-reviews-rates {
    display: flex;
    align-items: center;
    margin-top: 2px;
    font-size: 9px;
    color: #ff9800;
}

    .jobstock-reviews-rates i {
        margin-right: 4px;
    }

        .jobstock-reviews-rates i.deactive {
            color: #c7d2dd;
        }

.jobstock-reviews-desc {
    padding: 1rem 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

    .jobstock-reviews-desc p {
        font-size: 14px;
        margin: 0;
    }

.jobstock-reviews-designation {
    font-size: 12px;
    font-weight: 500;
    color: #1ca774;
}

/*----------------------------------------------
	Inner Page Design 
-----------------------------------------------*/
@media only screen and (max-width: 980px) and (min-width:10px) {
    #div_jp_search_panel.sticky-top {
        position: inherit;
    }
}

.page-title-fixed {
    padding-top:20px;
    padding-bottom:20px;
    z-index:2000;
}

.page-title {
    padding: 2rem 0;
    min-height: 240px;
    display: flex;
    background: #016551;
    align-items: center;
    justify-content: flex-start;
    background-size: cover !important;
}

    .page-title .ipt-title {
        font-size: 50px;
        margin-bottom: 15px;
        color: #ffffff;
    }

    .page-title .ipn-subtitle {
        color: #199dff;
        font-weight: 500;
    }

.breadcrumbs.light nav a {
    color: #ffffff;
    opacity: 0.75;
}

.breadcrumbs.light .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
    opacity: 0.75;
}

.breadcrumbs.light .breadcrumb-item.active {
    color: #ffffff;
    opacity: 1;
}

.team-grid {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border-radius: 0.4rem;
}

.teamgrid-user {
    position: relative;
    display: block;
    padding: 10px;
}

    .teamgrid-user img {
        border-radius: 0.4rem;
        display: block;
        width: 100%;
    }

.teamgrid-content {
    padding: 0.5rem 1rem 1rem;
    text-align: left;
}

    .teamgrid-content h4 {
        font-size: 17px;
        margin: 0;
        line-height: 1.5;
    }

.ctr-jobstock-box {
    position: relative;
    display: flex;
    width: 100%;
    background: rgb(0 190 130 / 10%);
    border: 1px solid rgb(0 190 130 / 20%);
    border-radius: 0.4rem;
}

.ctr-jobstock-signl {
    display: flex;
    flex-direction: column;
    flex: 0 0 33.333333%;
    width: 33.333333%;
    padding: 1.5rem;
    text-align: center;
    border-right: 1px solid rgb(0 190 130 / 20%);
}

    .ctr-jobstock-signl:last-child {
        border: none;
    }

.ctr-jobstock-signl-ico {
    font-size: 2rem;
    color: rgb(0 190 130);
    margin-bottom: 0.5rem;
}

.ctr-jobstock-signl-caption p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
    color: #154a47;
}

.check-ourio-wrap {
    position: relative;
    display: block;
    border-radius: 0.4rem;
    border: 2px solid #e5eef5;
}

.check-ourio-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
    border-bottom: 1px solid #e5eef5;
}

    .check-ourio-head h5 {
        margin: 0;
        font-size: 16px;
    }

.check-ourio-caption {
    position: relative;
    display: block;
    padding: 1rem;
}

.check-ourio-single {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.check-ourio-first {
    width: auto;
    flex: 1;
    max-width: 120px;
}

.check-ourio-last {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 10px;
}

    .check-ourio-last h5 {
        margin: 0;
        font-size: 14px;
        line-height: 1.6;
    }

.prt-jhio-price {
    margin-top: 8px;
}

.panel.panel-default {
    background: #ffffff;
    box-shadow: none;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e5eef5;
}

.panel-default > .panel-heading {
    color: #0047ab;
    padding: 14px 15px;
    background-color: #ffffff;
    border-color: #eaeff5;
}

.panel-default > .panel-heading {
    border-bottom: 1px solid #edeef3;
}

    .panel-default > .panel-heading h4 {
        margin: 0;
        font-size: 17px;
    }

        .panel-default > .panel-heading h4 a {
            color: #202738;
            position: relative;
            padding-left: 25px;
        }

            .panel-default > .panel-heading h4 a:before {
                content: "";
                position: absolute;
                width: 18px;
                height: 18px;
                background: #edeef3;
                border-radius: 50%;
                left: 0;
                top: 3px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 10px;
                color: #ffffff;
                transition: all ease 0.4s;
            }

            .panel-default > .panel-heading h4 a[aria-expanded="true"]:before {
                content: "\f00c";
                font-family: "Font Awesome 6 Free";
                background: #11af6d;
            }

.panel-default .panel-body {
    padding: 1.5rem 2rem;
}

.box-block-wrap-group {
    position: relative;
    display: block;
    width: 100%;
}

.box-block-wrap {
    position: relative;
    display: block;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    background: #ffffff;
    border-radius: 0.5rem;
}

    .box-block-wrap:last-child {
        margin: 0;
    }

.box-block-wrap_header {
    position: relative;
    margin-bottom: 1rem;
}

    .box-block-wrap_header h2, .box-block-wrap_header h3, .box-block-wrap_header h4 {
        letter-spacing: .5px;
        color: #0d2366;
        margin-bottom: 2px;
    }

        .box-block-wrap_header h2:not(.no-puck)::after, .box-block-wrap_header h3:not(.no-puck)::after, .box-block-wrap_header h4:not(.no-puck)::after {
            content: '';
            display: block;
            width: 24px;
            height: 4px;
            background: #1ca774;
            margin-top: 16px;
        }

.comp-property {
    position: relative;
    display: block;
    border: 2px solid #dce5eb;
    border-radius: 0.6rem;
    padding: 10px;
}

.clp-title {
    padding: 10px 0;
}

    .clp-title h4 {
        font-size: 16px;
        margin: 0;
    }

    .clp-title span {
        font-size: 13px;
        font-weight: 600;
        color: #1ca774;
    }

.comp-property ul {
    padding: 0;
    margin: 0;
}

    .comp-property ul li {
        font-size: 13px;
        font-weight: 500;
        list-style: none;
        padding: 12px 0;
        border-top: 1px solid #e6ebee;
    }

        .comp-property ul li.inactive {
            opacity: 0.6;
        }

span.remove-from-compare {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 15px;
    top: 20px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #1ca774;
}

/*----------------------------------------------
 Blog Design Start
----------------------------------------------*/
/*------------ Grid Blog Design ------------------*/
.jobstock-grid-blog {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
    position: relative;
    border-radius: 6px;
    background: #ffffff;
    border: 2px solid #f1f3f7;
}

    .jobstock-grid-blog .jobstock-grid-blog-thumb {
        padding: 10px;
        border-radius: 6px;
        overflow: hidden;
        position: relative;
        display: block;
    }

        .jobstock-grid-blog .jobstock-grid-blog-thumb img {
            border-radius: 6px;
            width: 100%;
        }

.jobstock-grid-blog-body {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
}

.jobstock-grid-body-header {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.jobstock-grid-title, .jobstock-grid-body-middle {
    display: block;
    position: relative;
    width: 100%;
}

.jobstock-grid-posted {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    font-size: 12px;
    font-weight: 600;
    padding: 0 15px;
    border-radius: 4px;
    color: #ffffff;
    margin-bottom: 5px;
}

.jobstock-grid-title h4 {
    font-size: 16px;
    margin: 0;
}

.jobstock-grid-body-middle p {
    font-size: 14px;
    margin: 0;
}

.jobstock-grid-body-footer {
    padding: 2rem 0 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .jobstock-grid-body-footer .btn.btn-blog-link {
        height: 50px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: #e8edf2;
        font-size: 14px;
        color: #0c3258;
        transition: all ease 0.4s;
    }

        .jobstock-grid-body-footer .btn.btn-blog-link:hover, .jobstock-grid-body-footer .btn.btn-blog-link:focus, .jobstock-grid-body-footer .btn.btn-blog-link:active {
            background: #1ca774;
            color: #ffffff;
        }

.blog-list-block {
    display: flex;
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 0.4rem;
    align-items: center;
    padding: 0.5rem;
    justify-content: flex-start;
}

.blog-list-thumber {
    height: 100%;
    flex: 1;
}

.blog-list-caption {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

    .blog-list-caption .bl-title {
        font-size: 15px;
        margin: 4px 0 0;
    }

.blg-authr {
    margin-top: 1rem;
}

.single-post-item.format-standard {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 0.6rem;
}

.post-details {
    position: relative;
    padding: 1rem 1.5rem;
}

.post-tags ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

    .post-tags ul li {
        list-style: none;
        padding: 0;
        position: relative;
        display: inline-block;
    }

        .post-tags ul li a {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 25px;
            background: #f4f5f7;
            font-weight: 500;
            font-size: 12px;
            padding: 4px 12px;
            border-radius: 0.2rem;
            margin-right: 4px;
            margin-bottom: 4px;
        }

.pst-foot-roiu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #ebeef3;
    padding: 1.5rem;
}

    .pst-foot-roiu ul {
        padding: 0;
        margin: 0;
        display: inline-flex;
    }

        .pst-foot-roiu ul li {
            list-style: none;
            display: inline-flex;
            margin-right: 10px;
            align-items: center;
        }

            .pst-foot-roiu ul li a {
                width: 35px;
                height: 35px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #f4f5f7;
                border-radius: 0.2rem;
            }

.comment-list {
    position: relative;
    display: block;
    width: 100%;
}

    .comment-list ul {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
    }

        .comment-list ul ul {
            margin-left: 2rem;
        }

        .comment-list ul li {
            display: block;
            list-style: none;
            width: 100%;
        }

            .comment-list ul li article {
                display: flex;
                align-items: flex-start;
                width: 100%;
                margin-bottom: 2rem;
            }

                .comment-list ul li article .comment-author {
                    width: 100px;
                    height: 100px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 50%;
                }

                .comment-list ul li article .comment-details {
                    padding-left: 1rem;
                    position: relative;
                    display: block;
                }

.comment-left-meta .author-name {
    font-size: 16px;
    margin: 0;
}

.comment-reply a {
    position: relative;
    float: right;
    padding: 4px 12px;
    background: #f4f5f7;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}
/*====================================
	User Dashboard
==================================*/
.dashboard-wrap {
    min-height: calc(100vh - 75px);
    display: flex;
    flex-wrap: wrap;
    padding-top: 75px !important;
}

.dashboard-nav {
    position: fixed;
    height: 100%;
    overflow-y: scroll;
    /*    min-width: 280px;
    max-width: 760px;*/
    min-width: 250px;
    max-width: 740px;
}

.dashboard-nav {
    display: block;
    z-index: 11;
    padding-bottom: 70px;
    z-index: 0;
    /* background: #fff;*/
    background: linear-gradient(186.15deg, #162238 5.36%, #12373D 67.82%);
}

.dashboard-inner {
    position: relative;
    display: block;
    padding: 10px 0 30px 0;
}

.dashboard-nav::-webkit-scrollbar-track {
    background-color: rgb(23 172 106 / 15%);
    border-radius: 10px;
}

.dashboard-nav::-webkit-scrollbar {
    width: 6px;
    background-color: rgb(23 172 106 / 15%);
}

.dashboard-nav::-webkit-scrollbar-thumb {
    background-color: #1ca774;
    border-radius: 10px;
}

.dashboard-nav ul {
    list-style: none;
    padding: 0;
    margin: 17px 0 0 0;
}

    .dashboard-nav ul:first-child {
        margin: 0px 0 0 0;
    }

    .dashboard-nav ul:before {
        content: attr(data-submenu-title);
        padding: 0 30px;
        margin-bottom: 5px;
        display: block;
        color: #172228;
        font-weight: 500;
        font-size: 14px;
    }

    .dashboard-nav ul li {
        display: block;
        border-left: 3px solid transparent;
        transition: 0.3s;
        line-height: 20px;
        font-size: 14px;
    }

        .dashboard-nav ul li.active, .dashboard-nav ul li:hover {
            border-color: #1ca774;
            background-color: rgba(23,172,106,0.1);
        }

        .dashboard-nav ul li a {
            /*color: #47616f;*/
            color: white;
            display: block;
            padding: 12px 20px;
            transition: 0.3s;
            cursor: pointer;
            font-weight: 400;
            position: relative;
            font-size: 15px;
            letter-spacing: 0.5px;
        }

            .dashboard-nav ul li.active a, .dashboard-nav ul li a:hover {
                color: #1ca774;
                background: #f8f9fa;
            }

.dashboard-content, .dashboard-nav {
    flex: 1;
}

.dashboard-content {
    padding: 40px 25px;
    position: relative;
    z-index: 1;
    height: 100%;
    margin-left: 280px;
}

.dashboard-nav ul li span.count-tag {
    display: inline-block;
    font-weight: 700;
    height: 19px;
    width: 19px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    background-color: #26ae61;
    border-radius: 50%;
    position: relative;
    margin: 0 0 0 4px;
    top: -2px;
}

.card-header {
    background: #ffffff;
    padding: 0.8rem 1rem;
    border-color: #e2e8ec;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .card-header h4, .card-header h5, .card-header h6 {
        font-size: 20px;
        font-weight: 600;
        margin: 0;
    }

.dash-wrap-bloud {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 0.6rem;
    padding: 2rem 1.2rem;
}

.dash-wrap-bloud-icon {
    position: relative;
    flex: 1;
}

    .dash-wrap-bloud-icon .bloud-icon {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 30px;
    }

.dash-wrap-bloud-content {
    position: relative;
    text-align: right;
}

    .dash-wrap-bloud-content h5 {
        font-size: 25px;
        margin-bottom: 0.5rem;
    }

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

        .list-inline > li h5 {
            line-height: 18px;
            font-size: 16px;
            font-weight: 400;
        }

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .upload-btn-wrapper .btn {
        border: none;
        color: #1ca774;
        background-color: rgb(23 172 106 / 12%);
        padding: 8px 20px;
        border-radius: 0.3rem;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer !important;
    }

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

/*---------- Notification -----------*/
.card {
    border: none;
    margin-bottom: 30px;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #ffffff;
}

.ground-list {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

.ground {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ground-single-list {
    -webkit-box-align: center;
    align-items: center;
}

.ground-single-list {
    padding: 10px 10px;
    border-bottom: 1px solid #eaeff5;
}

    .ground-single-list:last-child {
        border: none;
    }

.ground > * {
    margin: 0 6px;
}

.ground-single-list a {
    position: relative;
}

.btn-circle-40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}

.ground-content {
    -ms-flex: 1;
    flex: 1;
}

    .ground-content > * {
        margin-bottom: 0;
    }

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.ground-content > * {
    margin-bottom: 0;
    font-weight: 400;
}

.ground-content h6 {
    font-size: 14px;
}

.ground-client-list {
    display: block;
    position: relative;
    width: 100%;
}

.ground-client-single-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #e4ecef;
}

.ground-client-first {
    display: flex;
    float: left;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}

.ground-client-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.ground-client-caption {
    position: relative;
    padding-left: 0.5rem;
    display: block;
}

    .ground-client-caption h5 {
        font-weight: 600;
        font-size: 14px;
        margin: 0;
        line-height: 1;
    }

.ground-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .ground-btn .btns {
        width: 35px;
        height: 35px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

td.prt-fgi {
    color: #022f5d;
    font-weight: 600;
}

/*------------------ My Profile ---------------------*/
.dashboard-profle-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 1.5rem 1rem;
    background: #ffffff;
    border-radius: 0.4rem;
    border-color: #022f5d;
    border: solid 1px;
}

.dashboard-profle-wrapper-v2 {
    border: solid lightgray 1px !important;
}

    .dash-prf-start {
        position: relative;
        width: auto;
    }

    .dash-prf-start .dash-prf-start-upper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        height: 120px;
    }

.upload-btn-wrapper.small .btn {
    padding: 0.5rem 1rem;
    height: auto;
    font-size: 12px;
}

.dash-prf-start {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.dash-prf-end {
    position: relative;
    display: block;
    flex: 1;
    padding-left: 1.5rem;
}

.dash-prfs-caption {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
}

    .dash-prfs-caption.emplyer {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.dash-prfs-title h4 {
    margin-bottom: 2px;
}

.dash-prf-caption-end {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dash-prf-infos {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .dash-prf-infos .single-dash-prf-infos {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-right: 1.5rem;
    }

        .dash-prf-infos .single-dash-prf-infos:last-child {
            margin-right: 0rem;
        }

.single-dash-prf-infos-icons {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebeef1;
    border-radius: 0.2rem;
    color: #86959f;
}

.single-dash-prf-infos-caption {
    position: relative;
    display: block;
    padding-left: 10px;
}

    .single-dash-prf-infos-caption h5 {
        font-weight: 600;
        font-size: 12px;
        line-height: 1.4;
    }

.dash-prf-completion {
    position: relative;
    flex: 1;
    max-width: 280px;
}









/*------------------ My Resume ----------------------*/
.cd-resume-wraps {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.cd-resume-cancel {
    position: relative;
    margin-right: 10px;
}

    .cd-resume-cancel .cancel-link {
        font-weight: 600;
        color: #dc3333;
        cursor: pointer;
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgb(220 51 51 / 12%);
        border-radius: 50%;
        font-size: 13px;
    }

.cd-resume-caption {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 1rem;
    border-radius: 0.4rem;
    background: rgb(23 172 106 / 12%);
}

.cd-resume-content p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.cd-resume-content h5 {
    margin: 0;
    font-size: 15px;
    color: #1ca774;
}

.cd-resume-icon {
    font-size: 50px;
    color: #1ca774;
    opacity: 1;
}

.single-edc-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.single-edc-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}

.single-edc-title-box {
    position: relative;
    width: 100%;
}

    .single-edc-title-box .btn.btn-collapse {
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        height: 50px;
        border: none;
        padding: 0 1rem;
        background: #f6f8fa;
        font-size: 16px;
        font-weight: 500;
    }

        .single-edc-title-box .btn.btn-collapse[aria-expanded="true"] {
            color: #00BE82 !important;
            background: rgba(0,190,130,0.15);
        }

.add-light-btn {
    position: relative;
    display: inline-flex;
    padding: 0.5rem 1rem;
    background: #f1f3f6;
    color: #022f5d;
    font-weight: 500;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
}

    .add-light-btn:hover, .add-light-btn:focus, .add-light-btn:active {
        background: rgba(0,172,106,0.12);
        color: #1ca774;
    }

/*-------------------- Messages Design ----------------*/
.messages-container {
    margin: 0;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.06);
    border-radius: 4px;
    background-color: #fff;
}

.messages-headline {
    font-size: 16px;
    margin: 0;
    padding: 22px 30px;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #edf1f9;
    border-radius: 4px 4px 0 0;
    position: relative;
}

    .messages-headline h4 {
        font-size: 16px;
        padding: 0;
        margin: 0;
        font-weight: 600;
        display: inline-block;
    }

.message-action {
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    transition: .3s;
    padding: 0;
    float: right;
}

.messages-container-inner {
    display: flex;
}

    .messages-container-inner .dash-msg-inbox {
        max-width: 340px;
        border-right: 1px solid #edf1f9;
    }

    .messages-container-inner .dash-msg-inbox {
        overflow: hidden;
    }

    .messages-container-inner .dash-msg-content {
        padding: 30px;
    }

    .messages-container-inner .dash-msg-inbox, .messages-container-inner .dash-msg-content {
        flex: 1;
    }

        .messages-container-inner .dash-msg-inbox ul {
            max-height: 950px;
            overflow-y: scroll;
            width: 357px;
            list-style: none;
            padding: 0;
            margin: 0;
        }

.dash-msg-inbox ul li.active-message {
    border-left: 3px solid #21b9ff;
}

.dash-msg-inbox ul li {
    border-bottom: 1px solid #edf1f9;
    transition: .2s;
    list-style: none;
}

    .dash-msg-inbox ul li:last-child {
        border-bottom: none;
    }

.message-by-headline h5 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
}

.dash-msg-inbox ul li a {
    position: relative;
    display: block;
    padding: 30px;
}

.messages-container-inner .dash-msg-inbox ul li a {
    padding: 25px;
}

.dash-msg-inbox .dash-msg-avatar {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.messages-container-inner .dash-msg-inbox .dash-msg-avatar {
    left: 25px;
}

.dash-msg-avatar img {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.messages-container-inner .dash-msg-avatar img {
    width: 40px;
    height: 40px;
}

.dash-msg-inbox .message-by {
    margin-left: 85px;
}

.messages-container-inner .dash-msg-inbox .message-by {
    margin-left: 50px;
}

.messages-container-inner .message-by-headline h5 i {
    background: #f98f14;
    padding: 3px 8px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
}

.messages-container-inner .message-by-headline span {
    font-size: 13px;
    position: absolute;
    top: 25px;
    right: 25px;
    float: right;
    color: #888;
}

.messages-container-inner .dash-msg-inbox .message-by p {
    height: 26px;
    max-width: 205px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #6b747d;
    line-height: 27px;
}

.message-plunch {
    display: block;
    position: relative;
    margin-bottom: 25px;
}

    .message-plunch .dash-msg-avatar {
        position: absolute;
        left: 0;
        top: 0;
    }

        .message-plunch .dash-msg-avatar img {
            width: 50px;
            height: 50px;
            display: inline-block;
            border-radius: 50%;
        }

    .message-plunch .dash-msg-text {
        margin-left: 70px;
        background-color: #f4f5f7;
        border-radius: 4px;
        padding: 20px;
        position: relative;
    }

        .message-plunch .dash-msg-text:before {
            position: absolute;
            top: 12px;
            left: -9px;
            content: "\f0d9";
            font-family: fontawesome;
            font-size: 31px;
            color: #f4f5f7;
        }

        .message-plunch .dash-msg-text p {
            font-size: 15px;
            padding: 0;
            margin: 0;
            line-height: 27px;
        }

    .message-plunch.me .dash-msg-avatar {
        left: auto;
        right: 0;
        position: absolute;
        top: 0;
    }

    .message-plunch.me .dash-msg-text {
        color: #39b36e;
        background-color: rgba(57, 179, 110,0.1);
    }

    .message-plunch.me .dash-msg-text {
        margin-left: 0;
        margin-right: 70px;
        border-radius: 4px;
        padding: 20px;
        position: relative;
    }

        .message-plunch.me .dash-msg-text:before {
            color: rgb(235 247 240);
        }

        .message-plunch.me .dash-msg-text:before {
            left: auto;
            right: -11px;
            content: "\f0da";
        }

.message-reply {
    display: block;
    margin-top: 15px;
}

    .message-reply textarea {
        max-width: 100%;
        width: 100%;
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        padding: 15px 20px;
    }

    .message-reply button {
        border-radius: 4px;
        margin-top: 5px;
    }

span._user_status {
    width: 12px;
    height: 12px;
    background: #252629;
    display: flex;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: absolute;
    right: -5px;
    top: 50%;
}

    span._user_status.online {
        background: #28af51;
    }

    span._user_status.offline {
        background: #e23528;
    }

    span._user_status.busy {
        background: #ff9800;
    }


/*---------- Bookmark Property -------*/

/*----------------------------------------------
	Theme Footer Design
---------------------------------------------*/
footer {
    z-index: 99;
    font-weight: 500;
    position: relative;
}

.skin-theme-footer {
    background: #016551;
}

.skin-dark-footer {
    /*    background: #001f2c;*/
    /*background: linear-gradient(186.15deg, #162238 5.36%, #12373D 67.82%);*/
    background: linear-gradient(151.39deg, #162238 18.86%, #12373D 98.06%);
}

.footer-top {
    position: relative;
    display: block;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.skin-light-footer .footer-top {
    border-bottom: 1px solid #eff4f9;
}

img.img-footer {
    max-width: 180px;
    margin-bottom: 1.5rem;
    width: 175px;
    height: 125px;
}

.footer-add {
    color: #b5c9dd;
    font-size: 13px;
}

.footer-logo img {
    max-width: 185px;
}

.footer-widget {
    padding: 70px 0;
}

h4.widget-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 15px;
    color: #003a75;
}

.footer-widget .widget-title {
    color: #91B142 !important;
}

.footer-widget ul {
    padding: 0;
    margin: 0;
}

    .footer-widget ul li {
        list-style: none;
        margin-top: 15px;
        display: block;
    }

        .footer-widget ul li a, .footer-widget p {
            color: #6e8497;
            font-size: 13px;
        }

.skin-theme-footer .footer-widget ul li a, .skin-theme-footer .footer-widget p {
    color: rgba(255,255,255,0.6);
}

.footer-widget ul li a:hover, .footer-widget ul li a:focus, .footer-widget ul li a:active {
    color: #1ca774;
}

footer.skin-dark-footer h4 {
    color: #ffffff;
}

.footer-add p {
    color: white !important;
}

.foot-socials ul li a {
    color: white !important;
}

.footer-register {
    border-radius: 45px !important;
    background-color: #E7AA04 !important;
}

footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a, .skin-dark-footer .footer-widget p {
    color: #557685;
    transition: all ease 0.4s;
    font-size: 13px;
}

    footer.skin-dark-footer .footer-widget ul li a:hover, footer.skin-dark-footer .footer-widget ul li a:focus {
        color: #ffffff;
    }

.widget_media_image {
    margin-top: 3rem;
}

.footer-bottom {
    padding: 0 0 20px;
    color: #022f5d;
    font-size: 13px;
}

.skin-theme-footer .footer-bottom {
    color: #ffffff;
}

.skin-dark-footer .footer-bottom {
    color: #ffffff;
}

.footer-widget .ftp-info {
    background: #e2e7ef;
    display: flex;
    max-width: 225px;
    padding: 0.5rem 1rem;
    align-items: center;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
}

    .footer-widget .ftp-info i {
        margin-right: 10px;
    }

footer.skin-dark-footer .footer-widget .ftp-info {
    background: #003364;
    color: #ffffff;
}

.call-action-caption h2 {
    font-weight: 800;
}

.foot-socials {
    position: relative;
    display: block;
    margin-top: 1.5rem;
}

    .foot-socials ul {
        margin: 0;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
    }

        .foot-socials ul li {
            list-style: none;
            display: inline-block;
            position: relative;
            margin-right: 10px;
        }

            .foot-socials ul li a {
                width: 38px;
                height: 38px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border-radius: 0.2rem;
                background: rgba(255,255,255,0.1);
                font-size: 25px !important;
                transition: all ease 0.4s;
            }

.footer-menu a {
    color: white !important;
}

    .footer-menu a:hover {
        color: #91B142 !important;
    }

.footer-bottom a {
    color: white !important;
}

    .footer-bottom a:hover {
        color: #91B142 !important;
    }

.skin-light-footer .foot-socials ul li a {
    background: #edf3f7;
}

.foot-socials ul li a:hover, .foot-socials ul li a:focus, .foot-socials ul li a:active {
    background: #7bbd15;
    color: #ffffff;
}

.job-info-count-group {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: flex-end;
}

.single-jb-info-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-right: 2rem;
}

    .single-jb-info-count:last-child {
        margin-right: 0;
    }

    .single-jb-info-count .jbs-y7 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .single-jb-info-count .jbs-y7 .ctr {
            color: #ffffff;
            margin: 0;
            margin-right: 2px;
            font-size: 20px;
        }

.skin-light-footer .single-jb-info-count .jbs-y7 .ctr {
    color: #001f2c;
}

.single-jb-info-count .jbs-y7 span {
    font-size: 17px;
    font-weight: 600;
}

.jbs-y5 p {
    margin: 0;
    color: #557685;
    font-weight: 500;
    font-size: 13px;
}

.skin-light-footer .jbs-y5 p {
    color: #6e8497;
}

.lg-ctr .single-jb-info-count .jbs-y7 .ctr {
    font-size: 35px;
    line-height: 1;
}

.lg-ctr .single-jb-info-count .jbs-y7 span {
    font-size: 30px;
}

.lg-ctr .jbs-y5 p {
    font-size: 14px;
}

.skin-theme-footer .lg-ctr .jbs-y5 p {
    color: rgba(255,255,255,0.6);
}

.app-wrap img {
    max-width: 250px;
}
/*--------------------------------------------------
	Responsiveness Start
---------------------------------------------------*/
@media all and (min-height: 600px) and (min-width: 767px) {
    .height-10 {
        height: 10vh;
    }

    .height-20 {
        height: 20vh;
    }

    .height-30 {
        height: 30vh;
    }

    .height-40 {
        height: 40vh;
    }

    .height-50 {
        height: 50vh;
    }

    .height-60 {
        height: 60vh;
    }

    .height-70 {
        height: 70vh;
    }

    .height-80 {
        height: 80vh;
    }

    .height-90 {
        height: 90vh;
    }

    .height-100 {
        height: 100vh;
    }
}

@media all and (max-width: 1199px) and (min-width: 768px) {
    .elsocrio-jbs .jbs-list-pack {
        font-size: 13px;
        margin: 0;
        margin-left: 10px;
    }

    .jbs-list-box .jbs-list-head-last .btn-outline-secondary {
        display: none;
    }
}


@media (min-width: 768px) {
}

@media (min-width: 1290px) {
    .head-shadow {
        box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    }

    .header.head-border {
        border-bottom: 1px solid #e9ecef;
    }

    .hero-header {
        min-height: 650px;
    }

    .inline-top-filter-wrap .container-fluid, .header .container-fluid {
        padding: 0 2rem;
    }

    .over-top .container {
        top: -50px;
        position: relative;
    }

    .vshm-io8y h2 {
        line-height: 1.4;
        font-size: 2.5rem;
    }

    .collapse.miz_show {
        display: block !important;
    }

    .side_stiky {
        position: sticky;
        top: 100px;
    }

    div#MobNav {
        display: block;
    }

    a.mobNavigation {
        display: none;
    }

    .header.header-fixed {
        border-bottom: 1px solid #e9ecef;
        background: #ffffff;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }

    .header.header-light.head-fixed {
        position: fixed;
        z-index: 99;
        width: 100%;
        transition: none !important;
        border-bottom: 1px solid #e6ecf0;
        animation-name: none !important;
    }

    .filter_search_opt {
        display: none;
    }

    .header.header-transparent {
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: inline-block;
        width: 100%;
        z-index: 4;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .change-logo .nav-brand.fixed-logo {
        display: none;
    }

    .change-logo.header-fixed .nav-brand.fixed-logo {
        display: block;
    }

    .change-logo.header-fixed .nav-brand.static-logo {
        display: none;
    }

    .header.header-transparent.header-fixed {
        border-bottom: 1px solid #e9ecef;
        background: #ffffff;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }

    .header.header-transparent .nav-brand, .header.header-transparent .nav-brand:focus, .header.header-transparent .nav-brand:hover, .header.header-transparent .nav-menu > li > a {
        color: #ffffff;
    }

    .header.header-transparent.dark .nav-brand, .header.header-transparent.dark .nav-brand:focus, .header.header-transparent.dark .nav-brand:hover, .header.header-transparent.dark .nav-menu > li > a {
        color: #001f2c;
    }

    .header.header-transparent .submenu-indicator-chevron {
        border-color: transparent #ffffff #ffffff transparent;
    }

    .header.header-transparent .nav-submenu .submenu-indicator-chevron {
        border-color: transparent #70798b #70798b transparent;
    }

    .header.header-transparent.dark .submenu-indicator-chevron {
        border-color: transparent #39466d #39466d transparent;
    }

    .header .nav-menu > .active > a .submenu-indicator-chevron, .header .nav-menu > .focus > a .submenu-indicator-chevron, .header .nav-menu > li:hover > a .submenu-indicator-chevron {
        border-color: transparent #1ca774 #1ca774 transparent;
    }

    .header.header-transparent.header-fixed .nav-brand, .header.header-transparent.header-fixed .nav-brand:focus, .header.header-transparent.header-fixed .nav-brand:hover, .header.header-transparent.header-fixed .nav-menu > li > a {
        color: #022f5d;
    }

    .header.header-transparent.header-fixed .submenu-indicator-chevron {
        border-color: transparent #022f5d #022f5d transparent;
    }

    .hero-banner {
        min-height: 580px;
    }

    .hero-search h1 {
        font-size: 40px;
    }

    h1, .h1 {
        font-size: 3.5em;
        line-height: 1.31818182em;
    }

    .content h1 {
        font-size: 70px;
    }

    .hero-content p {
        font-size: 22px;
    }

    .jumbo-banner.software .hero-content {
        margin-top: 0em;
    }

        .jumbo-banner.software .hero-content h1 {
            font-size: 60px;
        }

    .sec-heading h2 {
        font-size: 35px;
        line-height: 1.2;
        font-weight: 800;
    }

    .page-title-wrap h1 {
        font-size: 55px;
        line-height: 1.4;
    }

    div#fltbox {
        display: block;
    }

    a.filter_links {
        display: none !important;
    }

    .page-sidebar {
        max-width: 92%;
    }
}


@media (min-width: 1290px) {
    .mobile_nav {
        display: none;
    }

    a._filter-ico.ml-2 {
        display: none;
    }
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 3.8em;
        line-height: 1.31818182em;
    }

    .hero-header {
        padding: 5rem 0;
        min-height: 800px;
    }

    .content h1 {
        font-size: 70px;
    }

    .hero-content p {
        font-size: 22px;
    }

    .jobstock-dash-block_content h4 {
        font-size: 35px;
    }

    .clios-img {
        max-width: 600px;
    }
}


@media (min-width: 1400px) {

    .clios-img {
        max-width: 750px;
    }
}

@media (min-width: 1920px) {
    h1, .h1 {
        font-size: 4em;
        line-height: 1.4em;
    }

    .hero-header {
        padding: 6rem 0;
        min-height: 850px;
    }

    .clios-img {
        max-width: 800px;
    }
}


@media (max-width: 1200px) {
    .vesh-content-title {
        font-size: 14px;
    }

    .jobstock-agent-social ul li {
        margin-left: 5px;
    }

    .single-side-rtl-jbs {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .single-fliox {
        margin-bottom: 1rem;
    }
}

@media (max-width: 992px) {
}


.jp_order_md_1 {
    order: 1;
}

.jp_order_md_2 {
    order: 2;
}


@media (max-width: 1290px) {

    .jp_order_md_1 {
        order: 2;
    }

    .jp_order_md_2 {
        order: 1;
        margin-bottom: 30px;
    }

    .overlap-black {
        background-image: url("../img/personalitytestmatching-bg_mobile.jpeg") !important;
    }

        .overlap-black .p-left {
            padding: 5rem !important;
        }

    .overlap-3 .p-left {
        padding: 5rem !important;
    }

    .hero-section #jp_img_hire {
        background-image: url("../img/get_hired_mobil.jpg") !important;
        width: 100%;
    }

    .hero-section .jp_custom_hired_content {
        padding-left: 20vw;
    }

    .hero-section .image-container .div-bg-orange {
        background: linear-gradient(90deg, #E7AA0414 8%,#E7AA04B5 38%, #91B142 200%) !important;
        width: 100% !important;
    }

    .foot-socials {
        justify-content: center !important;
        display: flex;
    }

    .nav-menu.nav-menu-social {
        display: none;
    }

    .nav-header {
        display: flex;
        align-items: center;
        float: left;
        width: 100%;
    }

    .navigation-portrait .nav-brand {
        margin-left: 0px;
        flex: 1;
    }

    .nav-menu > li .nav-dropdown {
        box-shadow: none;
        padding: 0;
    }

    .nav-menu > li > .nav-dropdown:before {
        display: none;
    }

    .footer-widget {
        padding-bottom: 40px;
        padding-top: 0;
    }

    footer.dark-footer, footer.skin-light-footer, footer.skin-dark-footer {
        padding-top: 60px;
    }

    ul.mobile_nav.dhsbrd {
        margin: 0;
    }

    .dash_prt_wrap {
        flex-direction: column;
        min-width: 200px;
        align-items: flex-start;
    }

    .dash_prt_thumb {
        width: 100%;
    }

    .dash_prt_caption {
        padding: 10px 0 0;
    }

    td.m2_hide {
        min-width: 150px;
    }

    .map-banner-wrap {
        height: calc(100% - 0rem);
        top: 0;
        border-top: 1px solid #ebeef1;
    }

    .inline-top-filter-wrap {
        border-top: 1px solid #ebeef1;
    }

    .map-left-box {
        display: none;
    }

    .half-map .map-content-wrap {
        width: 100%;
    }

    .adgt-wriop-block {
        margin-bottom: 1rem;
    }

    .pg-side-groups {
        margin-top: 1.5rem;
    }

    .dashboard-wrap {
        padding: 1.5rem !important;
    }

    .dashboard-content {
        padding: 0rem;
        margin: 0;
        flex: auto;
    }

    .dashboard-wrap a.mobNavigation {
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #1ca774;
        border-radius: 0.4rem;
        margin-bottom: 1rem;
        font-weight: 500;
        color: #ffffff;
    }

    .dashboard-nav {
        position: relative;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding-bottom: 0px;
        margin-bottom: 1rem;
        overflow: auto;
        flex: auto !important;
        height: auto !important;
    }

    .dashboard-wrap #MobNav, .dashboard-wrap #MobNav {
        width: 100%;
    }

    .hero-search-wrap {
        max-width: 100%;
        margin-top: 1rem;
    }

    .item-shorting-box {
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
    }

    a._filter-ico.ml-2 {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #f1f4f5;
        border-radius: 50%;
        margin-left: 1rem;
        color: #92a6b1;
    }

    .light-jbs-alert {
        margin-top: 1rem;
    }

    .dash-prf-caption-end {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 991px) {
    a.nav-brand.static-logo {
        display: none;
    }

    .full-search-2 .classic-search-box .form-group {
        margin-bottom: 1rem;
    }

    .full-search-2 .hero-search-content .form-control {
        border: 2px solid #e2e8ed;
    }

    .briod {
        border-right: none;
    }

    .full-search-2 .hero-search-content {
        padding: 1.7rem 0.7rem 0.7rem;
    }

    .choose-us-head {
        margin-bottom: 2.5rem;
    }

    .property_dashboard_navbar {
        margin-bottom: 1rem;
    }

    .cndt-head-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .cndt-head-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .cndt-head-thumb {
        margin-bottom: 1rem;
    }

    .cndt-head-caption {
        padding: 0;
        margin-bottom: 1rem;
    }

    .cndt-yior-3 span {
        font-weight: 500;
        font-size: 11px;
        margin-right: 0.8rem;
    }

    .dash-prf-completion {
        max-width: 100%;
        flex: auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hero-search h1 {
        font-size: 25px;
    }

    h1 {
        line-height: 35px;
        font-size: 25px;
    }

    h2 {
        line-height: 28px;
        font-size: 22px;
    }

    .vshm-cov-head > * {
        font-size: 26px;
        line-height: 25px;
    }

    .lios-parts h2 {
        font-size: 2rem;
        margin-bottom: 2px;
        font-weight: 800;
    }

    .lios-parts h6 {
        font-size: 11px;
    }

    .lios-vrst {
        margin-bottom: 1rem;
    }

    .hero-search-wrap {
        padding: 20px 15px;
    }

    .classic-search-box {
        display: flex;
        flex-direction: column;
    }

    .choose-propert-type {
        border: none;
    }

    .hero-search-content .form-group.full {
        padding: 5px 0;
        margin: 5px 0;
    }

    .hero-search-content .form-control {
        border: 2px solid #e2e8ed;
    }

    .jobstock-list-prty {
        display: flex;
        flex-direction: column;
    }

    .jobstock-list-prty-figure {
        width: 100%;
        margin-bottom: 0.8rem;
    }

    .jobstock-list-prty-caption {
        padding-left: 0;
    }

    .classic-search-box .form-group {
        width: 100%;
    }

    .btn.btn-filter-search {
        width: 100% !important;
        display: flex;
        margin-bottom: 0.5rem;
    }

    .jobstock-list-prty .jobstock-list-prty-caption {
        flex: auto;
        width: 100%;
    }

    .jobstock-list-middle {
        height: auto;
        margin-bottom: 0.5rem;
    }

    .messages-container-inner {
        display: flex;
        flex-direction: column;
    }

    .agent-list-block {
        flex-direction: column;
    }

    .agent-list-thumb {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }

    .agent-list-caption {
        padding: 0;
    }

    .blog-list-block {
        flex-direction: column;
    }

    .blog-list-thumber {
        height: auto;
    }

    .blog-list-caption {
        margin-top: 1rem;
        padding: 0 1rem 1rem;
    }

    .post-details .post-title {
        font-size: 18px;
        line-height: 1.4;
    }

    .ctr-jobstock-box {
        flex-direction: column;
    }

    .ctr-jobstock-signl {
        flex: 0 0 100%;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgb(0 190 130 / 20%);
    }

    .nerb-lists-single {
        flex-direction: column;
        align-items: flex-start;
    }

    .nerb-lists-sgl-caption {
        width: 100%;
    }

    .nerb-lists-sgl-last {
        padding: 1rem 0 0.5rem;
    }

    .mortgage-wrp-bloc {
        flex-direction: column;
    }

    .mortgage-wrp-bloc-single {
        flex: 0 0 100%;
        width: 100%;
        border-bottom: 1px dashed rgb(0 190 130 / 40%);
        border-right: none;
    }

        .mortgage-wrp-bloc-single:last-child {
            border-bottom: none;
            border-right: none;
        }

    .avl-features li {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }

    .vesh-detail-headup {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .vesh-detail-headup-first {
        margin-bottom: 1rem;
    }

    .job-info-count-group {
        justify-content: flex-start;
        margin-top: 1rem;
    }

    .hero-header .text-xl {
        margin-bottom: 1rem;
    }

    .jbs-list-box .jbs-list-head-last .btn-outline-secondary {
        display: none;
    }

    .jbs-list-head-middle {
        display: none;
    }

    .experinc-post-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .cndt-head-block .cndt-yior-3, .emplr-head-caption .emplr-yior-3 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cndt-yior-3 span, .emplr-yior-3 span {
        flex: 0 0 50%;
        width: 50%;
        margin: 0.5rem 0;
        align-items: center;
        display: flex;
    }

    .center-align .cndt-yior-3 span {
        justify-content: center;
    }

    .cndt-footer {
        flex-direction: column;
    }

        .cndt-footer .cndt-footer-left {
            margin-bottom: 1rem;
        }

    .jbs-head-bodys-top {
        display: flex;
        flex-direction: column;
    }

    .jbs-roots-y1 {
        margin-bottom: 1rem;
    }

    .emplors-list-head-thunner {
        flex-direction: column;
        align-items: flex-start;
    }

    .emplors-list-job-caption {
        padding: 0;
        margin: 1rem 0;
    }

    .emplors-list-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .emplr-head-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .emplr-head-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .emplr-head-caption {
        padding: 0;
        margin: 1rem 0;
    }

    .dashboard-profle-wrapper {
        flex-direction: column;
    }

        .dashboard-profle-wrapper .dash-prf-end {
            padding: 0;
        }

    .dash-prf-infos {
        flex-wrap: wrap;
    }

    .single-dash-prf-infos {
        flex: 0 0 100%;
        margin-bottom: 1rem;
    }

    .jbs-list-postedinfo {
        display: flex;
        margin: 1rem 0;
        /* clear: both; */
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
    }

    .footer .footer-top {
        margin-bottom: 40px;
    }
}

#div_jp_view_detail {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#div_jp_view_detail .jbs-dts-body {
    border-top: 1px solid #54c04b;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
#div_jp_view_detail .jbs-dts-body-content {
    overflow: scroll;
    height: 55vh;
}
@media (max-width: 600px) {
    .page-title .ipt-title {
        font-size: 35px;
        margin-bottom: 8px;
        color: #ffffff;
    }

    .modal-body {
        padding: 1rem;
    }

    .app-wrap img {
        max-width: 200px;
    }

    table.property-table-wrap .dashboard_propert_wrapper .title {
        margin-top: 1rem;
    }

    ._prt_filt_dash_flex .btn-md {
        padding: 0.8rem 0.99rem;
        font-size: 12px;
        font-weight: 600;
    }

    ._mp-inner-content.elior {
        display: flex;
        flex-direction: column;
    }

        ._mp-inner-content.elior ._mp-inner-first {
            padding: 0;
            width: 100%;
            margin-bottom: 0.7rem;
        }

        ._mp-inner-content.elior .search-inline {
            width: 100%;
            max-width: 100%;
        }

        ._mp-inner-content.elior .filter-pop-link {
            width: 100%;
            display: flex;
        }

        ._mp-inner-content.elior ._mp_inner-last {
            width: 100%;
        }

    .map-content-wrap .map-content-bxo {
        padding: 1.5rem 1em 0;
    }

    .map-content-list {
        padding: 0 1rem 2rem;
    }

    .adgt-wriop-block .single-button .btn-md {
        padding: 1rem;
        font-size: 12px;
    }

    .fls-by1 {
        float: initial;
        flex-direction: column;
        align-items: flex-start;
    }

    .fls-byheadline h5 {
        margin: 0;
    }

    .fl-rate-box-head {
        padding: 1rem 1rem;
    }

    .flt-yuo10 h4 {
        font-size: 4rem;
    }

    .nav-pills .nav-link {
        padding: 0.8rem 1.3rem;
    }

    .hired-box-slack {
        padding: 3rem 2rem;
    }

    .jbs-list-emp-thumb {
        width: 50px;
        height: 50px;
    }

    .jbs-list-job-caption {
        padding-left: 10px;
    }

    .jbs-list-box .jbs-job-title-wrap h4 {
        font-size: 14px;
    }

    .jbs-list-head {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .jbs-list-head-thunner {
        margin-bottom: 1rem;
    }

    .jbs-blox-head .nav-tabs .nav-link {
        padding: 1rem 0.7rem;
        font-size: 12px;
    }

    .jbs-blox-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .blox-first-footer {
        margin-bottom: 1rem;
    }

    .jbs-info-detail-yelos {
        flex-wrap: wrap;
    }

        .jbs-info-detail-yelos .signle-jbs-info-yelos {
            flex: 0 0 50%;
            width: 50%;
        }

            .jbs-info-detail-yelos .signle-jbs-info-yelos:nth-child(n+2), .jbs-info-detail-yelos .signle-jbs-info-yelos:nth-child(n+1) {
                margin-bottom: 1rem;
            }

    .jbs-dts-body-content div#myTabContent {
        padding: 2rem !important;
    }

    .jbs-dts-header {
        flex-direction: column;
    }

    .jbs-dts-header-caption {
        padding: 0;
        margin-top: 1rem;
    }

    .dash-prfs-caption.emplyer {
        flex-direction: column;
        align-items: flex-start;
    }

    .dash-prfs-flexfirst {
        margin-bottom: 0.5rem;
    }

    .dashboard-content .jbs-list-head-thunner {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard-content .single-mrch-lists {
        font-size: 10px;
        font-weight: 600;
    }

        .dashboard-content .single-mrch-lists span {
            margin-left: 0.5rem;
        }

            .dashboard-content .single-mrch-lists span:first-child {
                margin-left: 0;
            }

    .dashboard-wrap .jbs-list-job-caption {
        margin-top: 10px;
        padding: 0;
    }

    .dashboard-wrap .duster-flex-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start;
    }

        .dashboard-wrap .duster-flex-row .duster-flex-first {
            margin-bottom: 0.8rem;
        }

    .single-rtl-jbs-hot {
        align-items: flex-start;
    }
}

@media (max-width: 500px) {
    .page-title .ipt-title {
        font-size: 25px;
        margin-bottom: 5px;
        color: #ffffff;
    }

    .nav-brand {
        padding-right: 0px;
    }

        .nav-brand img {
            max-width: 140px;
            position: relative;
        }

    .lg-ctr .single-jb-info-count .jbs-y7 .ctr {
        font-size: 22px;
        line-height: 1;
    }

    .lg-ctr .single-jb-info-count .jbs-y7 span {
        font-size: 20px;
    }

    .single-jb-info-count {
        margin-right: 1.4rem;
    }

    .lg-ctr .jbs-y5 p {
        font-size: 12px;
    }

    footer .position-absolute.bottom-0.start-0 img {
        width: 100%;
    }

    .mobile_nav ul li a {
        padding: 0.5rem 1rem;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .jbs-blocs.style_03 {
        margin-bottom: 1.5rem;
    }

    .table-responsive {
        max-width: 300px;
        overflow-x: scroll;
    }

    .hero-header .position-absolute img {
        max-width: 100% !important;
    }
}

.style-switcher {
    position: fixed;
    bottom: 15%;
    transition: .4s ease-in-out;
    background-color: #fff;
    left: -220px;
    width: 220px;
    padding: 0;
    z-index: 1010;
    box-shadow: 0 0 25px rgba(0,0,0,0.1)
}

    .style-switcher .css-trigger {
        position: absolute;
        bottom: 15%;
        transform: translateY(-50%);
        right: -50px;
        width: 50px;
        background-color: #ffffff;
        color: #c33129;
        border-radius: 0 3px 3px 0;
        text-align: center;
        line-height: 55px;
        height: 50px;
        font-size: 24px;
        cursor: pointer;
    }

        .style-switcher .css-trigger a {
            color: #c33129;
        }

    .style-switcher.active {
        left: 0;
    }

ul#themecolors {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    background: #041b2d;
}

    ul#themecolors li {
        list-style: none;
        padding: 5px;
        display: inline-block;
    }

        ul#themecolors li a {
            width: 42px;
            height: 42px;
            background: #f4f5f7;
            display: inline-block;
            border-radius: 0.4rem;
            font-size: 0;
            border: 3px solid rgba(255,255,255,1);
        }

a.green-theme {
    background: #1ca774 !important;
}

a.blue-theme {
    background: #0264d6 !important;
}

a.red-theme {
    background: #c33129 !important;
}

a.yellow-theme {
    background: #f59c30 !important;
}

a.purple-theme {
    background: #9237cb !important;
}

a.orange-theme {
    background: #E55807 !important;
}

a.brown-theme {
    background: #bc3306 !important;
}

a.cadmium-theme {
    background: #5F8D4E !important;
}


.word-wrap {
    /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: 250px;
    text-align: center;
}

.foot-socials a, svg:hover path {
    fill: #d9d9d9;
}

.jp_span_with_select {
    padding: 0px 0px;
}

.hide {
    display: none !important;
}

.jp_span_img_del {
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 5px;
}

.jp_span_img_bg_del {
    cursor: pointer;
    position: absolute;
    left: 35px;
    top: 5px;
}


.jp_custom_action_del {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.jp_u_input {
    font-size: 16px !important;
}

.input-group-text {
    font-size: 16px !important;
}

.form-check-label {
    font-size: 16px !important;
}

table.k-editor .k-editable-area > body {
    font-family: Plus Jakarta Sans, Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
}

.k-editor .k-editor-content {
    font-family: Plus Jakarta Sans, Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
}

.custom_footer {
    right: 10%;
    left: 10%;
    position: absolute;
    bottom: 80px;
    color: #FFF;
}

.custom_footer_relative {
    margin-left: 10%;
    margin-right: 10%;
    position: relative;
    color: #FFF;
}

@media only screen and (max-width: 992px) {
    .custom_footer {
        right: 10%;
        left: 10%;
        position: initial;
        bottom: 80px;
    }
}

@media only screen and (max-width: 1290px) {
    .custom_footer {
        right: 10%;
        left: 10%;
        position: initial;
        bottom: 80px;
    }
}


.btn-secondary:not(:hover) {
    background: #ffffff;
    color: #000;
}

.btn-danger:not(:hover) {
    background: #ffffff;
    color: #000;
}

.k-numeric-wrap.k-state-default.k-state-focused {
    font-size: 16px !important;
    /*padding: 5px 5px;*/
}

.k-state-default > .k-select {
    border-color: #ccc;
    padding-top: 5px !important;
}

.custom_required {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    margin-left: -5px;
    padding-right: 5px;
}

.hero-section {
    background: #04353c;
    color: white;
    padding: 60px 0;
    position: relative;
}

    .hero-section.white {
        color: black;
        background: white;
        text-align: center;
        padding: 100px 0;
    }

        .hero-section.white .jp_flex_btn {
            border-radius: 60px;
            margin-top: 80px;
            font-size: 1.5rem;
            /*font-size:28px;*/
        }

        .hero-section.white p {
            font-size: 1.5rem;
        }

    .hero-section img {
        max-width: 100%;
        border-radius: 15px;
    }

.hero-text {
    /* max-width: 50%;
    margin-left: 50px;*/
}

    .hero-text h1 {
        font-size: 3.6rem;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .hero-text p {
        font-size: 1.5rem;
        /*     line-height:38px;*/
        margin-bottom: 30px;
    }

.hero-buttons .btn {
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
}

.register-seeker {
    background-color: #f4b41a;
    color: white;
    padding: 40px 40px !important;
    font-size: 1.5rem !important;
    font-weight: bold;
}

    .register-seeker:hover {
        background-color: white;
    }

.jp_custom_btn_white {
    background-color: white;
    color: #91b142;
    padding: 40px 40px !important;
    font-size: 1.5rem !important;
    font-weight: bold;
}

    .jp_custom_btn_white:hover {
        background-color: white !important;
        color: #1ca774 !important;
    }

.register-employer {
    background-color: white;
    color: #04353c;
    border: 2px solid #04353c;
}

.section-title {
    text-align: center;
    margin: 50px 0;
}

.services-section {
    padding: 60px 0;
}

.service-card {
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.jobs-card {
    /*    background-color: #b0c933;*/
    background: linear-gradient(135deg, #91b142, #ddab0b);
    height: 100%;
}

.hrms-card {
    background: linear-gradient(135deg, #04353c, #0b6388);
    height: 100%;
}

.academy-card {
    background: linear-gradient(135deg, #294b27, #91b142);
    height: 100%;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: white !important;
}

.service-card p {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.service-card hr {
    width: 50px;
    margin: auto;
    border-top: 5px solid white;
    opacity: 1;
}

.service-card .btn {
    background-color: white;
    color: #91B142;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 20px;
}

.bestkerja-section {
    background-color: #f4b41a;
    color: white;
    padding: 60px 0;
    text-align: center;
}

    .bestkerja-section img {
        max-width: 100%;
        border-radius: 15px;
        margin-top: 30px;
    }

.hrms-section {
    background-color: #04353c;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.academy-section {
    background-color: #91b142;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.testimonials-section {
    padding: 60px 0;
    text-align: center;
}

.testimonial {
    background-color: white;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

    .testimonial img {
        width: 50px;
        border-radius: 50%;
        margin-bottom: 15px;
    }

.clients-section {
    padding: 60px 0;
    text-align: center;
}

.clients-logo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .clients-logo img {
        max-width: 100px;
        margin: 15px;
        opacity: 0.7;
    }

.hero-section .quad-circle-pos-top-right {
    top: 0;
    position: absolute;
    right: 0;
}

.hero-section .quad-circle-pos-bottom-left {
    bottom: 0;
    position: absolute;
    left: 0;
}

.about-section .quad-circle-pos-bottom-right {
    bottom: 0;
    position: absolute;
    right: 0;
}

.about-section p {
    font-size: 1.5rem;
    line-height: 1.6;
}
@media only screen and (max-width: 730px) {
}
@media only screen and (max-width: 900px) {
    .hero-section .quad-circle-pos-top-right {
        top: 0;
        position: absolute;
        right: -50px;
    }

    .hero-text h1 {
        font-size: 2rem;
        width: 250px;
    }

    .hero-text p {
        font-size: 1.15rem;
        width: 250px;
    }

    .image-container_main .div-bg {
        display: none;
    }

    .image-container_main .img-right {
        right: 0px !important;
    }

    .jp_landing_pg_black h2 {
        font-size: 2.5rem !important;
    }

    .jp_landing_pg_black_v2 h2 {
        font-size: 2.5rem !important;
    }

    .jp_landing_pg_white h2 {
        font-size: 2.5rem !important;
    }

    .overlap-group-2 h4 {
        font-size: 2rem !important;
    }
    .overlap-black h2 {
        font-size: 2.5rem !important;
    }
    .jp_custom_hired_content h2 {
        font-size: 2.5rem !important;
    }

    .overlap-darkgray h2 {
        font-size: 2.5rem !important;
    }

    .overlap-3 h1 {
        font-size: 2.5rem !important;
    }
    .overlap-darkgray-emp h2 {
        font-size: 2.5rem !important;
    }

    .overlap-group-black h4 {
        font-size: 2rem !important;
    }
    .jp_top_panel {
        height:auto !important;
    }
    .hero-section .img-bg {
        height:100% !important;
    }

    .register-seeker {
        padding: 1.2rem 1.2rem !important;
        font-size: 1.15rem !important;
    }
    .jp-main-container {
        margin-top:30px !important;
    }

    .clients-section {
        padding:30px 0 !important;
    }

    .services-section {
        padding: 30px 0 !important;
    }
    .overlap-group-2 .section-title {
        margin: 30px 0 !important;
    }
}

.quad-circle-pos-top-right {
    width: 18vw;
    height: 18vw;
    background-color: #e7aa04;
    /* border-top-left-radius: 100px;
    border: 10px solid gray;*/
    border-right: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-left-radius: 18vw;
}

.quad-circle-pos-bottom-left {
    width: 150px;
    height: 150px;
    background-color: #e7aa04;
    border-top-right-radius: 150px;
    border-right: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.quad-circle-pos-bottom-right {
    width: 30vh;
    height: 30vh;
    background-color: #e7aa04;
    border-top-left-radius: 30vh;
    border-right: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.quad-circle {
    width: 100px;
    height: 100px;
    background-color: #e7aa04;
    border-top-left-radius: 100px;
    border: 10px solid gray;
    border-right: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.half-circle {
    width: 200px;
    height: 100px;
    background-color: #e7aa04;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border: 10px solid gray;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.half-circle-pos-top {
    width: 100%;
    height: 300px;
    background-color: #e7aa04;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    position: absolute;
    margin-top: -60px;
}

.testimonials-section .container {
    position: relative;
}

.jp_landing_pg h2 {
    color: white !important;
    font-size: 3.6rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.jp_landing_pg p {
    color: white !important;
    font-size: 1.5rem;
    line-height: 38px;
}

.jp_landing_pg_black h2 {
    color: black !important;
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.jp_landing_pg_black p {
    color: black !important;
    font-size: 1.5rem;
    line-height: 38px;
}

.jp_landing_pg_black_v2 h2 {
    color: black !important;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.jp_landing_pg_black_v2 p {
    color: black !important;
    font-size: 1.5rem; /*26*/
    line-height: 1.8;
}

.jp_landing_pg_black_v2 .btn {
    border-radius: 70px;
    padding: 40px 40px !important;
    font-size: 24px !important;
    font-weight: bold;
}

.jp_landing_pg_white h2 {
    color: white !important;
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.jp_landing_pg_white_v2 h2 {
    color: white !important;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 30px;
}




.jp_landing_pg .jp_maintain {
    float: right;
    font-size: 3.6rem;
}

.tabs-section {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

    .tabs-section .btn {
        margin: 0 10px;
        padding: 10px 30px;
        border-radius: 50px;
        font-weight: bold;
    }

.jobs-tab {
    background-color: #f4b41a;
    color: white;
}

.hrms-tab, .academy-tab {
    background-color: #d9d9d9;
    color: black;
}

.promotion-section.orange {
    /* background-color: #f4b41a;*/
    background: linear-gradient(186.15deg, #162238 5.36%, #12373D 67.82%);
    color: white;
}

    .promotion-section.orange h2 {
        color: white;
    }

    .promotion-section.orange .btn {
        width: 300px;
        border-radius: 35px;
        /* color: #f4b41a;*/
        color: #12373d;
    }

.promotion-section-early {
    padding: 30px 0;
    /* background: linear-gradient(#e7aa04 60%, #fff 0%);*/
    background: #e7aa04;
    font-size: 1.5rem;
}

    .promotion-section-early h3 {
        font-size: 40px;
        margin-bottom: 30px;
        color: white;
        text-align: center;
    }

    .promotion-section-early p {
        /* margin-bottom: 30px;*/
        color: black;
        line-height: 1.2;
    }

    .promotion-section-early #jp_price_ebp_text {
        font-weight: bold;
    }

    .promotion-section-early .btn.btn-light {
        font-size: 18px;
        border-radius: 40px;
        margin: 30px 0px;
        padding-left: 20px;
        padding-right: 20px;
        color: orange;
        font-weight: bold;
    }

.promotion-section {
    /* background-color: #f4b41a;
    color: white;*/
    padding: 100px 0;
    /*    text-align: center;*/
}

    .promotion-section h1 {
        color: #e7aa04;
    }

    .promotion-section p {
        font-size: 1.5rem;
    }

    .promotion-section img {
        max-width: 100%;
        border-radius: 15px;
        margin-top: 30px;
    }

.pricing-table {
    /*background-color: white;*/
    padding: 30px;
    border-radius: 15px;
    /* margin-top: 30px;*/
    font-size: 1.5rem;
    text-align: center;
    position: relative;
}

    .pricing-table table {
        width: 100%;
        margin-bottom: 30px;
    }

    .pricing-table th, .pricing-table td {
        padding: 15px;
        /* border: 1px solid #d9d9d9;*/
    }

    .pricing-table th {
        background-color: #f4f4f4;
        font-weight: bold;
    }

    .pricing-table .jp_custom_header {
        padding: 0px !important;
        background-color: transparent !important;
    }

    .pricing-table .jp_custom_left_table_header {
        /*  background-color: #12373d;
        width: 97%;*/
        color: white;
        height: 66px;
        padding-top: 10px;
        background: linear-gradient(90deg, #12373d 97%, #FFF 10%);
    }

.promotion-section-early .jp_price_people_mobile {
    display: none;
}

.promotion-section-early .jp_price_people_desk img {
    height: 600px;
    right: 0;
    position: absolute;
    top: -19vh;
}

.promotion-section-early .jp_custom_condition {
    font-size: 15px;
    color: black;
}

@media only screen and (max-width:1408px) {
    .promotion-section-early .jp_price_people_desk img {
        height: 600px;
        position: absolute;
        top: -5vh;
        right: -170px;
    }
}

@media only screen and (max-width:1180px) {
    .promotion-section-early .jp_price_people_desk img {
        height: 600px;
        position: absolute;
        top: -3vh;
        right: -170px;
    }
}

@media only screen and (max-width:977px) {
    .promotion-section-early .jp_price_people_desk img {
        height: 600px;
        position: absolute;
        top: 100px;
        right: -190px;
    }
}


@media only screen and (max-width:750px) {
    .promotion-section-early .jp_price_people_mobile {
        display: inline-block;
    }

    .promotion-section-early .jp_price_people_desk {
        display: none;
    }
}

.pricing-table .jp_custom_right_table_header {
    background-color: #12373d;
    color: white;
}

.cta-section {
    background-color: #fff;
    padding: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    border: 1px solid black;
}

    .cta-section p {
        margin: 0;
        font-size: 1.5rem;
        color: black;
    }

    .cta-section .btn {
        padding: 30px 50px;
        border-radius: 50px;
        font-weight: bold;
        background-color: #04353c;
        color: white;
        font-size: 1.5rem;
    }

.packages-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 50px;
}

.package-card {
    background-color: #d9d9d9;
    /* padding: 30px;*/
    border-radius: 35px;
    /*text-align: center;*/
    /* width: 30%;*/
    color: #FFF;
    padding: 40px;
    margin-right: 30px;
}

    .package-card .package-header {
        /* padding: 40px;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        margin-left: -10px;
        margin-right: -10px;*/
    }

    .package-card .package-body p {
        font-size: 24px !important;
    }

    .package-card .package-header .package-price {
        font-weight: 700;
        font-size: 40px;
    }

    .package-card .package-body {
        /* padding: 40px;*/
        /*margin-bottom: 30px;
        margin-top: 20px;*/
    }

    .package-card h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .package-card p {
        font-size: 1.5rem;
        /*margin-bottom: 20px;*/
    }

    .package-card .btn {
        padding: 10px 20px;
        border-radius: 50px;
        /*color: #91b142;*/
        font-weight: bold;
        /*
        background-color: #04353c;
        */
        margin-top: 30px;
    }

#jp_package_price_table {
    background: white;
    border-radius: 15px;
    Padding: 15px 25px;
    font-size: 18px;
}

    #jp_package_price_table #jp_price_charge_title {
        font-weight: bold;
        color: #91b142;
        font-size: 1.5rem;
    }

    #jp_package_price_table #jp_price_charge_desc {
        font-size: 12px !important;
    }

.jp_package_price_table_header {
    font-weight: bold;
    border-bottom: 1px #91b142 solid;
    margin-top: 20px;
}

#jp_package_title {
    text-align: center;
    margin-bottom: 40px;
}

.package-standard-header {
    /* background-color: #a1c743;*/
}

.package-standard {
    /*background-color: #91b142;*/
    background-color: white;
    font-weight: bold;
    color: black;
    border: 1px black solid;
    border-radius: 10px;
}

    .package-standard .package-price {
        color: #91b142;
        font-weight: bold;
        font-size: 40px;
    }

    .package-standard .fa-caret-right {
        color: #91b142;
        font-size: 26px;
    }

    .package-standard .btn {
        color: white;
        background-color: #91b142;
    }


.package-executive-header {
    /*background-color: #243a62;*/
    margin-top: -35px;
}

.package-executive {
    /*    background-color: #04353c;
    color: white;*/
    background-color: white;
    font-weight: bold;
    color: black;
    border: 1px orange solid;
    /*  border-radius: 10px;*/
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 0px;
    border-top-right-radius: 7px;
}

    .package-executive .package-price {
        color: #e7aa04;
        font-size: 40px;
    }

    .package-executive .fa-caret-right {
        color: #e7aa04;
        font-size: 26px;
    }

    .package-executive .btn {
        color: white;
        background-color: #e7aa04;
    }

#jp_package_recommend {
    position: relative;
    top: -71px;
    left: -41px;
    background-color: #e7aa04;
    color: white;
    padding: 5px 10px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.package-professional-header {
    /* background-color: #fbbb0f;*/
}

.package-professional {
    /* background-color: #f4b41a;
    color: white;*/
    background-color: white;
    font-weight: bold;
    color: black;
    border: 1px black solid;
    border-radius: 10px;
    margin-right: 30px;
}

    .package-professional .package-price {
        color: rgb(4, 53, 60);
        font-weight: bold;
        font-size: 40px;
    }

    .package-professional .fa-caret-right {
        color: rgb(4, 53, 60);
        font-size: 26px;
    }

    .package-professional .btn {
        color: white;
        background-color: rgb(4, 53, 60);
    }

.contact-section {
    background-color: #e7aa04;
    color: white;
    padding: 50px 0;
    text-align: center;
    margin-top: 50px;
}

    .contact-section .btn {
        background-color: white;
        color: #516a3e;
        padding: 15px 30px;
        border-radius: 50px;
        font-weight: bold;
        border: 2px solid white;
    }

        .contact-section .btn:hover {
            background-color: #d9d9d9;
            color: black;
            border: 2px solid #516a3e;
        }


.image-container {
    /*position: relative;*/
    /*width: 300px;*/ /* Set to desired width */
    /*height: 200px;*/ /* Set to desired height */
}

    .image-container .img-people {
        position: absolute;
        bottom: 0;
        left: 60vw;
        /*width: 100%;*/
        height: 90%;
        object-fit: cover; /* Ensures the image covers the container */
    }

.jp_top_panel {
    height: 1000px;
}

.image-container_main .div-bg {
    position: absolute;
    background: linear-gradient(125deg, #84630B 9%, #12373D 28.82%, #80808000 66%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border-top-right-radius: 150px;*/
}

.image-container_main .img-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    /*width: 100%;*/
    width: 100%;
    height: 1000px;
    border-radius: 0px;
    top: 0px;
    object-fit: cover; /* Ensures the image covers the container */
}

.image-container_main .img-right {
    right: -250px;
}

.image-container .div-bg {
    position: absolute;
    background: linear-gradient(45deg, #162238 5.36%, #12373D 67.82%);
    bottom: 0;
    left: 0;
    width: 70vw;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 150px;
}

.image-container .img-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    /*width: 100%;*/
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container */
}

.image-container .img-bg-hire {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container */
}

.image-container .div-bg-orange {
    position: absolute;
    background: linear-gradient(90deg, #E7AA0414 10%,#E7AA04 38%, #91B142 200%);
    bottom: 0;
    right: 0;
    width: 70vw;
    height: 100%;
    object-fit: cover;
    /*border-top-right-radius: 150px;*/
}

.image-container img:nth-child(2) {
    opacity: 0.7; /* Adjust opacity for the overlay effect */
}

.image-container img:nth-child(3) {
    opacity: 0.5; /* Adjust opacity for the overlay effect */
}

.jp-main-container {
    position: relative;
    /*margin-top: 20vh;*/
    margin-top: 150px;
}


/* About Us Section */
.about-section {
    background: linear-gradient(186.15deg, #162238 5.36%, #12373D 67.82%);
    color: white;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

    .about-section .content {
        max-width: 50%;
    }

        .about-section .content h2 {
            font-weight: 600;
            line-height: 1.6;
            font-size: 3.6rem;
            margin-bottom: 20px;
            color: white !important;
        }

    .about-section .jp_about_right {
        height: 40vh;
    }

        .about-section .jp_about_right .img-bg {
            border-top-left-radius: 200px;
            opacity: 0.4;
        }

.vision-section .jp_about_left {
    height: 10vh;
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
    .vision-section .jp_about_left {
        width: 10%;
    }
}

.vision-section .jp_about_left .img-bg {
    border-top-right-radius: 200px;
}

.vision-section .jp_about_left .img-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
}

.about-section .container {
    position: relative;
}

.vision-section .container {
    position: relative;
}

@media only screen and (max-width:900px) {
    .nav-brand img {
        /*scale:1.7;*/
        padding: 5px;
    }

    .navigation .jp_login_panel {
        border: 0px;
    }
}

@media only screen and (max-width: 1320px) {
    .about-section .content {
        max-width: 100%;
    }

    .hero-section .img-bg {
        opacity: 0.4;
    }

    .hero-section #jp_img_hire {
        opacity: 0.4;
    }

    .jp-main-container {
        margin-top: 80px;
    }

    .jp_custom_hired_content h2 {
        color: white !important;
    }

    .jp_custom_hired_content p {
        color: white !important;
    }

    .about-section .jp_about_right .img-bg {
        opacity: 0.4;
    }

    .about-section .quad-circle-pos-bottom-right {
        opacity: 0.9;
    }

    .who-we-are-section .background-shape-left {
        opacity: 0.4;
    }

    .vision-section .jp_about_left .img-bg {
        opacity: 0.2;
    }

    .jp_custom_hired_content .jp_term a {
        color: white;
    }
}

/* Curved Image using Clip Path */
.curved-image-right {
    width: 100%;
    height: auto;
    clip-path: ellipse(75% 80% at 100% 0%);
    /* Curves the top-right and bottom-left corners */
}

/* Who We Are Section */
.who-we-are-section {
    background-color: white;
    color: #91B142 !important; /* Olive green color */
    text-align: center;
    padding: 60px 0 100px 0px;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

    .who-we-are-section h2 {
        font-weight: 600;
        font-size: 3.6rem;
        line-height: 1.6;
        margin-bottom: 10px;
        color: #91B142 !important;
    }

        .who-we-are-section h2::after {
            display: block;
            width: 60px;
            height: 3px;
            background-color: #91B142;
            margin: 10px auto 0;
        }

    .who-we-are-section p {
        color: #333;
        max-width: 1000px;
        margin: 0 auto;
        font-size: 1.5rem;
        line-height: 1.6;
    }

    .who-we-are-section .jp_line {
        height: 2px;
        width: 50vw;
        background-color: #e7aa04;
        bottom: 0;
        position: absolute;
    }

.background-shape-left {
    /*position: absolute;
    background-color: #E7AA04;*/ /* Yellow color */
    /*width: 200px;
    height: 200px;
    border-radius: 50%;
    bottom: -100px;
    left: -100px;*/
    position: absolute;
    background-color: #E7AA04;
    width: 200px;
    height: 200px;
    bottom: 0;
    left: 0;
    border-top-right-radius: 200px;
}

/* Vision Section */
.vision-section {
    background-color: white;
    color: #333; /* Darker color for text */
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

    .vision-section h2 {
        font-weight: 600;
        line-height: 1.6;
        font-size: 3.6rem;
        color: #E7AA04; /* Gold color */
        margin-bottom: 10px;
    }

        .vision-section h2::after {
            /*content: ; */
            display: block;
            width: 60px;
            height: 3px;
            background-color: #E7AA04;
            margin: 10px auto 0;
        }

    .vision-section p {
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 1.6;
    }

.background-shape-right {
    position: absolute;
    background-color: #E7AA04; /* Yellow color */
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.curved-image-left {
    width: 100%;
    height: auto;
    clip-path: ellipse(75% 80% at 0% 0%);
    /* Curves the top-left and bottom-right corners */
}

/*.jp_sub_menu {
    background: transparent !important;
    color:white !important;
} 

    .jp_sub_menu:hover {
        background:white !important;
    }

.blue-theme .dashboard-nav ul li a.jp_sub_menu.active, .blue-theme .dashboard-nav ul li a.jp_sub_menu:hover {
    color:#0264d6 !important;
}*/

.btn-toggle-nav li a {
    padding-left: 35px !important;
}

.emplr-head-thumb .img-fluid.circle {
    height: 90px !important;
}

.jbs-grid-yuo .img-fluid.circle {
    height: 90px !important;
}

#jp_package_row .pr-features ul {
    text-align: justify;
    text-justify: inter-word;
    padding-left: 10px;
}

#jp_package_row .pr-features .pr_span {
    float: right;
    padding-right: 10px;
}

#jp_package_row .pr-features-2 ul {
    text-align: justify;
    text-justify: inter-word;
    padding-left: 10px;
}

#jp_package_row .pr-features-2 .pr_span {
    float: right;
    padding-right: 10px;
}

.custom_btn_menu_title {
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
    height: 40px !important;
    margin-top: 6px;
    vertical-align: middle;
}

.custom_btn_menu {
    height: 40px !important;
    margin-top: 6px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.11) !important;
}


/*@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
    // transition-duration: 10s;
}*/

/* display 4 */
/*@media (min-width: 768px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next,
    .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(25%) !important;
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }

    .carousel-item-next.carousel-item-start, .active.carousel-item-end {
        transform: translateX(0) !important;
    }

    .carousel-inner .carousel-item-prev,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }
}*/

.carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
}

.carousel-inner {
    padding: 1em;
}

@media screen and (min-width: 576px) {
    .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }

    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}

@media screen and (min-width: 1290px) {
    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3.05);
    }
}

.carousel .card {
    margin: 0 0.5em;
    border: 0;
    height: 100%;
}
/*.carousel .card-text {
    font-size:2rem !important;
    line-height :1.2;
    word-wrap:break-word;
}*/
.carousel .card-title {
    font-size: 14px !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: #162438;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.jbs-list-applied-users span.cli {
    cursor: pointer;
}

.jbs-list-applied-users span {
    display: inline-block;
    margin-bottom: 5px;
    width: 90%;
}

.overlap-3 {
    background-color: #91b142;
    color: white;
    width: 100%;
}

    .overlap-3 p {
        font-size: 1.5rem;
    }

    .overlap-3 .jp_term {
        font-size: 20px;
    }

        .overlap-3 .jp_term a {
            color: white;
        }

    .overlap-3 h1 {
        color: white;
    }

    .overlap-3 .btn-light {
        color: #91b142;
        font-weight: 700;
    }

    .overlap-3 .p-left {
        padding-left: 15rem;
        padding-right: 15rem;
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

@media only screen and (max-width: 600px) {
    .overlap-3 .p-left {
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.overlap-black {
    /*background-image: url("/assets/img/personalitytestmatching-bg.png");*/
    background-size: cover;
    color: black;
    width: 100%;
}

    .overlap-black p {
        font-size: 1.5rem;
    }

    .overlap-black .jp_term {
        font-size: 20px;
    }

    .overlap-black h2 {
        color: black;
        font-size: 3.6rem;
        line-height: 1.2;
    }

    .overlap-black .btn-light {
        color: #91b142;
        font-weight: 700;
    }

    .overlap-black .p-left {
        padding-left: 15rem;
        padding-right: 15rem;
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

@media only screen and (max-width: 600px) {
    .overlap-black .p-left {
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}


.overlap-group {
    height: 766px;
    top: 100px;
    background-image: url(https://c.animaapp.com/5E7cejBU/img/top-banner.png);
    background-size: 100% 100%;
    position: absolute;
    width: 1920px;
    left: 0;
}

.overlap-group-2 {
    padding: 1rem;
    background: linear-gradient( 180deg, rgb(145, 177, 66) 0%, rgb(22, 34, 56) 98.46% );
}

    .overlap-group-2 h4 {
        color: white;
    }

    .overlap-group-2 p {
        color: white;
        font-size: 1.5rem; /*26*/
        line-height: 1.8;
    }

    .overlap-group-2 .d-flex {
        margin-bottom: 150px;
    }

@media only screen and (max-width: 1290px) {
    .overlap-group-2 .d-flex {
        margin-bottom: 50px !important;
        flex-wrap: wrap;
    }

    .overlap-group-black .d-flex {
        margin-bottom: 50px !important;
        flex-wrap: wrap;
    }

    .smartcvupload-image {
        width: 100% !important;
        height: 100% !important;
    }
}

.overlap-group-black .d-inline-flex {
    margin-bottom: 150px;
    flex-wrap: wrap;
}

.overlap-group-2 .d-inline-flex {
    margin-bottom: 150px;
    flex-wrap: wrap;
}

.overlap-group-black {
    padding: 1rem;
}

    .overlap-group-black h4 {
        color: black;
    }

    .overlap-group-black p {
        color: black;
        font-size: 1.5rem; /*26*/
        line-height: 1.8;
    }

    .overlap-group-black .d-flex {
        margin-bottom: 150px;
    }

.smartcvupload-image {
    /* position: absolute;*/
    width: 574px;
    height: 329px;
    top: 0;
    left: 604px;
    border-radius: 30px;
    object-fit: cover;
}


.jp_custom_hired_content {
    margin-top: 50px;
    position: relative;
    margin-bottom: 50px;
    color: black;
}

    .jp_custom_hired_content h2 {
        color: black;
        font-size: 3.6rem;
        line-height: 1.2;
    }

    .jp_custom_hired_content p {
        font-size: 1.5rem; /*26*/
        line-height: 1.8;
        color: black;
    }

    .jp_custom_hired_content .jp_term {
        font-size: 20px;
    }

.overlap-darkgray {
    padding: 1rem;
    background: #162238;
}

    .overlap-darkgray h2 {
        font-size: 3.6rem;
    }

    .overlap-darkgray .container {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .overlap-darkgray .frame {
        display: flex;
        flex-direction: column;
        width: 453px;
        /*height: 550px;*/
        align-items: flex-start;
        gap: 42px;
        padding: 55px 50px;
        top: 283px;
        left: 250px;
        background-color: #12373d;
        border-radius: 30px;
        margin: 15px;
    }

    .overlap-darkgray .d-flex {
        flex-wrap: wrap;
    }

    .overlap-darkgray .img-2 {
        height: 80px;
        width: 80px;
    }

    .overlap-darkgray .text-wrapper {
        font-weight: 700;
        color: #e7aa04;
        font-size: 34px;
        letter-spacing: 0;
        line-height: 50px;
    }

    .overlap-darkgray .div-2 {
        color: white;
        font-size: 1.5rem; /*26*/
        line-height: 1.8;
    }

    .overlap-darkgray .text-wrapper-23 {
        position: relative;
        width: fit-content;
        margin-top: -0.50px;
        font-family: "Plus Jakarta Sans", Helvetica;
        font-weight: 700;
        color: #ffffff;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 50px;
        white-space: nowrap;
    }

    .overlap-darkgray .frame-7 {
        display: flex;
        width: 147px;
        height: 36px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px;
        position: relative;
        background-color: #e7aa04;
        border-radius: 8px;
    }

.overlap-darkgray-emp {
    padding: 1rem;
    background: #12373d;
}

    .overlap-darkgray-emp h2 {
        font-size: 3.6rem;
        line-height: 1.2;
    }

    .overlap-darkgray-emp .container {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .overlap-darkgray-emp .frame {
        display: flex;
        flex-direction: column;
        width: 453px;
        /*height: 550px;*/
        align-items: flex-start;
        gap: 42px;
        padding: 55px 50px;
        top: 283px;
        left: 250px;
        background-color: #162238;
        border-radius: 30px;
        margin: 15px;
    }

    .overlap-darkgray-emp .d-flex {
        flex-wrap: wrap;
    }

    .overlap-darkgray-emp .img-2 {
        height: 80px;
        width: 80px;
    }

    .overlap-darkgray-emp .text-wrapper {
        font-weight: 700;
        color: #e7aa04;
        font-size: 34px;
        letter-spacing: 0;
        line-height: 50px;
    }

    .overlap-darkgray-emp .div-2 {
        color: white;
        font-size: 1.5rem; /*26*/
        line-height: 1.8;
    }

    .overlap-darkgray-emp .text-wrapper-23 {
        position: relative;
        width: fit-content;
        margin-top: -0.50px;
        font-family: "Plus Jakarta Sans", Helvetica;
        font-weight: 700;
        color: #ffffff;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 50px;
        white-space: nowrap;
    }

    .overlap-darkgray-emp .frame-7 {
        display: flex;
        width: 147px;
        height: 36px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px;
        position: relative;
        background-color: #e7aa04;
        border-radius: 8px;
    }

.frame-8-main {
    display: inline-flex;
    align-items: center;
    gap: 36px;
}

.frame-9-side {
    display: flex;
    flex-direction: column;
    width: 378.66px;
    /*height: 326px;*/
    align-items: flex-start;
    justify-content: center;
    gap: 35.11px;
    padding: 36.78px;
    position: relative;
    background-color: #fcfbf8;
    border-radius: 25px;
    opacity: 0.6;
}

.frame-8-main p .fa-solid {
    color: #e7aa04;
}

.frame-8-main p .fa-regular {
    color: #e7aa04;
}

.frame-11-center {
    display: flex;
    flex-direction: column;
    width: 453px;
    align-items: flex-start;
    justify-content: center;
    gap: 42px;
    padding: 44px;
    position: relative;
    background-color: #fcfbf8;
    border-radius: 25px;
}


.text-wrapper-side-p {
    position: relative;
    align-self: stretch;
    font-family: "Plus Jakarta Sans", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 16.7px;
    letter-spacing: 0;
    line-height: 23.4px;
}

.text-wrapper-side-title {
    position: relative;
    align-self: stretch;
    color: #000000;
    font-size: 16.7px;
    line-height: 23.4px;
    font-family: "Plus Jakarta Sans", Helvetica;
    font-weight: 700;
    letter-spacing: 0;
}

.text-wrapper-center-p {
    position: relative;
    align-self: stretch;
    font-family: "Plus Jakarta Sans", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
}

.text-wrapper-center-title {
    position: relative;
    align-self: stretch;
    font-family: "Plus Jakarta Sans", Helvetica;
    font-weight: 700;
    color: #000000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
}

#testimonialCarousel .carousel-item.frame-9-side.active {
    display: flex !important;
    background-color: #fcfbf8;
    opacity: 1;
}

#testimonialCarousel p .fa-solid {
    color: #e7aa04;
}

#testimonialCarousel .carousel-control-prev-icon {
    background-image: url("../img/landing_emp/chevron-backward@2x.png");
}

#testimonialCarousel .carousel-control-next-icon {
    background-image: url("../img/landing_emp/chevron-forward@2x.png");
}

.quiz-border-right {
    border-right: 2px solid black;
}

.quiz-border-bottom {
    border-bottom: 2px solid black;
}

.quiz-border-top {
    border-top: 2px solid black;
}

.jp_text_red {
    color: red;
}

.jp_text_pink {
    color: #e766c5;
}

.jp_text_skyblue {
    color: deepskyblue;
}

.jp_text_blue {
    color: blue;
}

.jp_text_darkblue {
    color: darkblue;
}

.jp_text_darkgreen {
    color: darkgreen;
}

.jp_text_limegreen {
    color: limegreen;
}

.jp_text_purple {
    color: rebeccapurple;
}

#jp_package_row .cndts-all-skills-list span.gray {
    background-color: lightgray !important;
    color: gray !important;
}

.k-input {
    line-height: 2.8 !important;
}


@media (max-width: 990px) {
    #job_search_left_div {
        display: flex !important;
        overflow-x: scroll;
        overflow-y: hidden;
        align-items: center;
        flex-wrap: nowrap;
    }

        #job_search_left_div::-webkit-scrollbar {
            width: 5px;
            height: 2px !important;
        }

        #job_search_left_div::-webkit-scrollbar-thumb {
            background-color: #78909c;
        }

        #job_search_left_div::-webkit-scrollbar-track {
            background-color: #3333334f;
        }

    #div_jp_view_detail .jbs-dts-body-content {
        overflow: scroll;
        height: 100vh;
    }
}

#jp_search_job_mobile_view_div {
    display: none;
}

@media (max-width: 767px) {
    #jp_search_job_mobile_view_div {
        display: block;
    }

    #jp_search_job_web_view_div {
        display: none;
    }

    #div_jp_view_detail {
        margin-top: 30px;
    }
}

.ui-menu.ui-autocomplete {
    z-index: 2000;
}

.jbs-content ul {
    list-style:unset !important;
}

.jp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.jp_my_float {
    margin-top: 16px;
}