/*
* Theme Name: Job Stock - Job Board & Freelancing Template
* Author: Themez Hub
* Version: 2.0
* Last Change: 16 April 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(plugins/animation.css);
@import url(plugins/bootstrap.min.css);
@import url(plugins/rangeSlider.min.css);
@import url(plugins/nice-select.css);
@import url(plugins/slick.css);
@import url(plugins/slick-theme.css);
@import url(plugins/fontawesome.min.css);
@import url(plugins/morris.css);

/*------------------------------------
	Fonts
------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&amp;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: #0092bf;
    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: #0092bf;
}

.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: #0092bf;
}

.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: #0092bf;
}

.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: 'Jost', 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: #0092bf;
}

a.link {
    color: #0092bf;
}

a.link:hover,
a.link:focus,
a:hover,
a:focus {
    color: #0092bf;
}

a.text-success:focus,
a.text-success:hover {
    color: #0fca98 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0092bf !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: 50px 0 50px;
}

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

.titlepadding {padding: 6.5rem 0 1.5rem 0}

.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: 'Lora', serif;
    font-style: italic;
}

.explore-content h1,
.explore-content h2 {
    font-family: '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,
h4,
h5,
h6 {
    color: #006382;
    font-weight: 700;
    text-transform: capitalize;
}

h5,
h6 {
    color: #2D3954;
}

h1 {
    line-height: 40px;
    font-size: 36px;
}

h2 {
    line-height: 36px;
    font-size: 30px;
}

h3 {
    line-height: 30px;
    font-size: 24px;
}

h4 {
    line-height: 26px;
    font-size: 21px;
}

h5 {
    line-height: 22px;
    font-size: 18px;
}

h6 {
    line-height: 20px;
    font-size: 16px;
}

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

.lead-i {
    font-family: 'Lora', serif;
    font-size: 22px !important;
    font-style: italic;
}

.display-5 {
    font-size: 3rem;
}

.display-6 {
    font-size: 36px;
}

.display-7 {
    font-size: 26px;
}

.box {
    border-radius: 4px;
    padding: 10px;
}

html body .dl {
    display: inline-block;
}

html body .db {
    display: block;
}

.no-wrap td,
.no-wrap th {
    white-space: nowrap;
}

.circle {
    border-radius: 100%;
}

.theme-cl {
    color: #0092bf !important;
}

.theme-bg {
    background: #0092bf !important;
}

.theme-bg-dark {
    background: #0092bf !important;
}

.theme-bg-light {
    background: rgb(23 172 106 / 15%) !important;
}

.theme-2-cl {
    color: #FFF !important;
}

.theme-dark-cl {
    color: #0092bf !important;
}

.theme-2-bg {
    background: #7bbd15 !important;
}

.classic-bg {
    background: #0563c2 !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-100 {
    height: 100%;
    min-height: 580px;
}

.h-100 {
    height: 100vh;
}


/*------------ Global Settings: Typography ----------------*/

.fade--4 {
    opacity: 0.4;
}

.fade--5 {
    opacity: 0.5;
}

.fade--6 {
    opacity: 0.6;
}

.fade--7 {
    opacity: 0.7;
}

.fade--8 {
    opacity: 0.8;
}

.type--fade {
    opacity: .5;
}

.font--uppercase {
    text-transform: uppercase;
}

.font--medium {
    font-weight: 500;
}

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

.font--extrabold {
    font-weight: 700;
}

.font--italic {
    font-style: italic;
}

.type--fine-print {
    font-size: 0.85714286em;
}

.font--size3 {
    font-size: 0.8rem;
}

.font--size4 {
    font-size: 1rem;
}

.font--size5 {
    font-size: 1.2rem;
}

.font--size6 {
    font-size: 1.4rem;
}

.font--size7 {
    font-size: 1.6rem;
}

.font--size8 {
    font-size: 1.8rem;
}

.font--size9 {
    font-size: 2rem;
}

.type--strikethrough {
    text-decoration: line-through;
}

.type--underline {
    text-decoration: underline;
}

.pos-vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

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


/*------------ Global Settings: Common & List ----------------*/

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

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

.icon--xs {
    font-size: 1em;
}

.icon--sm {
    font-size: 2.35714286em;
}

.icon--lg {
    font-size: 5.57142857em;
}

.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 -------------*/

.bg-cover {
    background-size: cover !important;
    background-position: center !important;
}

.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: Border ----------------*/

.b-0 {
    border: none !important;
}

.b-r {
    border-right: 1px solid #e0ecf5 !important;
}

.b-l {
    border-left: 1px solid #e0ecf5 !important;
}

.b-b {
    border-bottom: 1px solid #e0ecf5 !important;
}

.b-t {
    border-top: 1px solid #e0ecf5 !important;
}

.b-all {
    border: 1px solid #e0ecf5 !important;
}

.br-width--1 {
    border-width: 1px !important;
}

.br-width--2 {
    border-width: 2px !important;
}

.br-width--3 {
    border-width: 3px !important;
}

.br-width--4 {
    border-width: 4px !important;
}


/*-------------- Global Settings: Thumb size ----------------*/

.thumb-sm {
    height: 32px;
    width: 32px;
}

.thumb-md {
    height: 48px;
    width: 48px;
}

.thumb-lg {
    height: 88px;
    width: 88px;
}

.square--20 {
    width: 20px;
    height: 20px;
}

.square--30 {
    width: 30px;
    height: 30px;
}

.square--40 {
    width: 40px;
    height: 40px;
}

.square--50 {
    width: 50px;
    height: 50px;
}

.square--60 {
    width: 60px;
    height: 60px;
}

.square--70 {
    width: 70px;
    height: 70px;
}

.square--80 {
    width: 80px;
    height: 80px;
}

.square--90 {
    width: 90px;
    height: 90px;
}

.square--100 {
    width: 100px;
    height: 100px;
}

.hide {
    display: none;
}

.block-circle {
    border-radius: 100%;
}

.block-rounded {
    border-radius: 0.4rem;
}


/*-------------- Global Settings: Text Colors ----------------*/

.text-white {
    color: #ffffff !important;
}

.text-danger {
    color: #e55151 !important;
}

.text-muted {
    color: #a0abb8 !important;
}

.text-warning {
    color: #ffac45 !important;
}

.text-paragraph {
    color: #4f5e64 !important;
}

.text-paragraph-2 {
    color: #66789c !important;
}

.text-primary {
    color: #0092bf !important;
}

.text-success {
    color: #0475e5 !important;
}

.text-info {
    color: #01cefa !important;
}

.text-inverse {
    color: #3e4555 !important;
}

.text-blue {
    color: #1d96ff !important;
}

.text-purple {
    color: #7460ee !important;
}

html body .text-dark {
    color: #8d97ad;
}

.text-theme {
    color: #0092bf;
}

.text-sm-muted {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 44, 63, 0.6);
}

.text-sm {
    font-size: 12px;
}


/*-------------- Global Settings: Alerts & Notification --------------*/

.alert-primary {
    color: #0055ff;
    background-color: #eaf1ff;
    border-color: #eaf1ff;
}

.alert-success {
    color: #0475e5;
    background-color: #e9ffeb;
    border-color: #e9ffeb;
}

.alert-warning {
    color: #ffac45;
    background-color: #fff5e9;
    border-color: #fff5e9;
}

.alert-info {
    color: #08a7c1;
    background-color: #effdff;
    border-color: #effdff;
}

.alert-danger {
    color: #e55151;
    background-color: #ffe9e9;
    border-color: #ffe9e9;
}

.alert-dark {
    color: #3e4758;
    background-color: #eff4ff;
    border-color: #eff4ff;
}

.alert-secondary {
    color: #4b5d6f;
    background-color: #d6dfe8;
    border-color: #d6dfe8;
}


/*-------------- Global Settings: Background Colors ----------------*/

.bg-primary {
    background-color: #0092bf !important;
}

.bg-success {
    background-color: #0475e5 !important;
}

.bg-info {
    background-color: #00c9ce !important;
}

.bg-warning {
    background-color: #ffac45 !important;
}

.bg-danger {
    background-color: #e55151 !important;
}

.bg-orange {
    background-color: #ec2828 !important;
}

.bg-yellow {
    background-color: #fed700;
}

.bg-light-success {
    background-color: rgba(0, 190, 130, 0.15);
}

.bg-light-info {
    background-color: rgb(1 206 250 / 15%);
}

.bg-light-warning {
    background-color: rgba(255, 172, 69, 0.15);
}

.bg-light-danger {
    background-color: rgba(229, 81, 81, 0.15);
}

.bg-light-megna {
    background-color: rgba(29, 200, 205, 0.15);
}

.bg-light-primary {
    background-color: rgba(23, 172, 106, 0.15);
}

.bg-light-inverse {
    background-color: rgba(62, 69, 85, 0.15);
}

.bg-facebook {
    background-color: #3b5a9a;
}

.bg-twitter {
    background-color: #56adf2;
}

.bg-theme {
    background-color: #0092bf !important;
}

html body .bg-purple {
    background-color: #7460ee !important;
}

html body .bg-orange {
    background-color: #fff6f5 !important;
}

.bg-transparent {
    background-color: rgba(255, 255, 255, 0.12);
}

html body .bg-white {
    background-color: #ffffff;
}


/*----------- 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.3rem 0rem 0.3rem 1.4rem;
    font-size: 16px;
}

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: #0092bf;
    position: absolute;
    left: 0;
}


/*-------------- Global Settings: Labels ----------------*/

.label {
    padding: 4px 15px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 4px;
    font-size: 75%;
}

.label-rounded {
    border-radius: 60px;
}

.label-custom {
    background-color: #1dc8cd;
}

.label-success {
    background-color: #0475e5;
}

.label-info {
    background-color: #0092bf;
}

.label-warning {
    background-color: #ffac45;
}

.label-danger {
    background-color: #e55151;
}

.label-megna {
    background-color: #1dc8cd;
}

.label-primary {
    background-color: #0092bf;
}

.label-purple {
    background-color: #7460ee;
}

.label-red {
    background-color: #fb3a3a;
}

.label-inverse {
    background-color: #3e4555;
}

.label-default {
    background-color: #f4f8fa;
}

.label-white {
    background-color: #ffffff;
}

.label-light-success {
    background-color: rgba(0, 190, 130, 0.1);
    color: #0475e5;
}

.label-light-info {
    background-color: rgba(1, 126, 250, 0.1);
    color: #0092bf;
}

.label-light-warning {
    background-color: rgba(255, 172, 69, 0.1);
    color: #ffac45;
}

.label-light-danger {
    background-color: rgba(229, 81, 81, 0.1);
    color: #e55151;
}

.label-light-megna {
    background-color: rgba(29, 200, 205, 0.1);
    color: #1dc8cd;
}

.label-light-primary {
    background-color: rgba(1, 126, 250, 0.1);
    color: #0092bf;
}

.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: #0475e5;
}

.badge-info {
    background-color: #0092bf;
}

.badge-primary {
    background-color: #0092bf;
}

.badge-warning {
    background-color: #ffac45;
}

.badge-danger {
    background-color: #e55151;
}

.badge-purple {
    background-color: #7460ee;
}

.badge-red {
    background-color: #fb3a3a;
}

.badge-inverse {
    background-color: #3e4555;
}


/*------------- Global Settings: dropdown ----------------*/

.dropdown-item {
    padding: 8px 1rem;
    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: #d84343;
    border-color: #d84343;
    color: #ffffff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #d24040 !important;
    border-color: #d24040 !important;
    color: #ffffff !important;
}

.btn-outline-danger {
    background: #ffffff;
    border-color: #d84343;
    color: #d84343;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
    background: #d24040 !important;
    border-color: #d24040 !important;
    color: #ffffff !important;
}

.btn-light-danger {
    background: rgba(216, 67, 67, 0.12);
    border-color: rgba(216, 67, 67, 0.5);
    color: rgba(216, 67, 67, 1);
}

.btn-light-danger:hover,
.btn-light-danger:focus,
.btn-light-danger:active {
    background: #d84343 !important;
    border-color: #d84343 !important;
    color: #ffffff !important;
}

.btn-success {
    background: #0475e5;
    border-color: #0475e5;
    color: #ffffff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #03a975 !important;
    border-color: #03a975 !important;
    color: #ffffff !important;
}

.btn-outline-success {
    background: #ffffff;
    border-color: #0475e5;
    color: #0475e5;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
    background: #0475e5 !important;
    border-color: #0475e5 !important;
    color: #ffffff !important;
}

.btn-light-success {
    background: rgba(0, 190, 130, 0.12);
    border-color: rgba(0, 60, 190, 0.5);
    color: #0475e5;
}

.btn-light-success:hover,
.btn-light-success:focus,
.btn-light-success:active {
    background: #0475e5 !important;
    border-color: #0475e5 !important;
    color: #ffffff !important;
}

.btn-warning {
    background: #ffac45;
    border-color: #ffac45;
    color: #ffffff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eb9c3a !important;
    border-color: #eb9c3a !important;
    color: #ffffff !important;
}

.btn-outline-warning {
    background: #ffffff;
    border-color: #ffac45;
    color: #ffac45;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active {
    background: #ffac45 !important;
    border-color: #ffac45 !important;
    color: #ffffff !important;
}

.btn-light-warning {
    background: rgba(255, 172, 69, 0.1);
    border-color: rgba(255, 172, 69, 0.5);
    color: #ffac45;
}

.btn-light-warning:hover,
.btn-light-warning:focus,
.btn-light-warning:active {
    background: #ffac45 !important;
    border-color: #ffac45 !important;
    color: #ffffff !important;
}

.btn-primary {
    background: #0092bf;
    border-color: #0092bf;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #0475e5 !important;
    border-color: #0475e5 !important;
    color: #ffffff !important;
}

.btn-outline-primary {
    background: #ffffff;
    border-color: #0092bf;
    color: #0092bf;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background: #0092bf !important;
    border-color: #0092bf !important;
    color: #ffffff !important;
}

.btn-light-primary {
    background: rgba(23, 172, 106, 0.1);
    border-color: rgba(23, 172, 106, 0.65);
    color: #0092bf;
}

.btn-light-primary:hover,
.btn-light-primary:focus,
.btn-light-primary:active {
    background: #0092bf !important;
    border-color: #0092bf !important;
    color: #ffffff !important;
}

.btn-info {
    background: #00c9ce;
    border-color: #00c9ce;
    color: #ffffff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #05b8bd !important;
    border-color: #05b8bd !important;
    color: #ffffff !important;
}

.btn-info-outline {
    background: #ffffff;
    border-color: #00c9ce;
    color: #00c9ce;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
    background: #00c9ce !important;
    border-color: #00c9ce !important;
    color: #ffffff !important;
}

.btn-light-info {
    background: rgba(0, 201, 206, 0.1);
    border-color: rgba(0, 201, 206, 0.5);
    color: #00c9ce;
}

.btn-light-info:hover,
.btn-light-info:focus,
.btn-light-info:active {
    background: #00c9ce !important;
    border-color: #00c9ce !important;
    color: #ffffff !important;
}

.btn-theme {
    background: #0092bf;
    border-color: #0092bf;
    color: #ffffff;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active {
    background: #0475e5 !important;
    border-color: #0475e5 !important;
    color: #ffffff !important;
}

.btn-outline-theme {
    background: #ffffff;
    border-color: #0092bf;
    color: #0092bf;
}

.btn-outline-theme:hover,
.btn-outline-theme:focus,
.btn-outline-theme:active {
    background: #0092bf !important;
    border-color: #0092bf !important;
    color: #ffffff !important;
}

.btn-light-theme {
    background: rgba(1, 126, 250, 0.1);
    border-color: rgba(1, 126, 250, 0.65);
    color: #0092bf;
}

.btn-light-theme:hover,
.btn-light-theme:focus,
.btn-light-theme:active {
    background: #0092bf !important;
    border-color: #0092bf !important;
    color: #ffffff !important;
}

.btn-whites {
    background: #ffffff;
    border-color: #ffffff;
    color: #0092bf;
}

.btn-whites:hover,
.btn-whites:focus,
.btn-whites:active {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #046acf !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: #dee2e6;
    border-color: #dee2e6;
    color: #24486c;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #046acf !important;
}

.btn-light-gray {
    background: #f1f5f8;
    border-color: #f1f5f8;
    color: #1c2d39;
}

.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active {
    background: #0e1d28 !important;
    border-color: #0e1d28 !important;
    color: #ffffff !important;
}

.btn-outline-gray {
    background: transparent;
    border-color: #dee2e6;
    color: #24486c;
}

.btn-outline-gray:hover,
.btn-outline-gray:focus,
.btn-outline-gray:active {
    background: #ffffff !important;
    border-color: #0092bf !important;
    color: #0092bf !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: #0092bf;
}


/*----------- 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: #fff;
    border-radius: 2px;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 1;
    border: 1px solid #eaeff5;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    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: #0092bf;
    border-color: #0092bf;
}

.pagination li:first-child a {
    background: #0092bf;
    border: 1px solid #0092bf;
    border-radius: 2px;
    color: #fff
}

.pagination li:last-child a {
    background: #35434e;
    border: 1px solid #35434e;
    border-radius: 2px;
    color: #fff
}

.pagination>li {
    display: inline;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #0092bf;
    border-color: #0092bf;
}


/*------------- Global Settings: Bootstrap 4 hack --------------*/

.card-columns {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.card-columns .card {
    margin-bottom: 30px;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
    .nav-left-side ul.attributes {
        float: none;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}


/*---------- 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;
}

.gredient-title {
    background: -webkit-linear-gradient(45deg, #002243, #148aff 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-heading p {
    margin-bottom: 5px;
    line-height: 1.7;
}

.single-items {
    padding: 0 10px;
}

.property-slide,
.item-slide {
    margin: 0 -15px;
}

.sec-heading2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sec-left {
    flex: 1;
}

.sec-left h3 {
    font-size: 20px;
    margin-bottom: 0px;
}

.sec-right a {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.7;
}


/*------------ Global Settings: All Forms Style ---------------*/

.form-control {
    height: 56px;
    font-size: 14px;
    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: 12px;
    font-weight: 500;
}

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: 56px;
    line-height: 56px;
    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;
}


/**************************************
	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 {
    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: 52%;
    margin-top: -14px;
    left: 0px;
    cursor: pointer
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #70798b;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #70798b, 0 1em 0 0 #70798b
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    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: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #70798b;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    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 #f0f0f0
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0
}

.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 30px;
    display: inline-block;
    transition: color .3s, background .3s;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 18px;
}

.nav-menu.nav-menu-social li a {
    color: #0f393b;
}

.navigation-portrait .nav-menu>li>a {
    height: auto;
    width: 100%;
    padding: 12px 15px 12px 26px
}

.nav-menu>.active>a,
.nav-menu>.focus>a,
.nav-menu>li:hover>a {
    color: #0092bf !important;
    text-decoration: underline;
}

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

.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: 13px;
    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: #0092bf;
}

.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: #0092bf;
}

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

.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 #0092bf #0092bf 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: #0092bf;
    border: 2px solid #0092bf !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: #0092bf !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;
}

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


/*--------- 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;
    background: #0092bf;
}

.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: #0092bf;
    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;
    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;
}

.btn.search-btn {
    background: #0092bf;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
    width: 100%;
    font-size: 1rem;
}

.btn.search-btn:hover,
.btn.search-btn:focus {
    color: #ffffff !important;
}

.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: #0092bf;
}


/*----------- 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;
}

.colored .input-with-icon i,
.colored .input-with-icon img {
    color: #0092bf;
}

.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: #0092bf;
}

.hero-search-content .nice-select .list {
    box-shadow: none;
    border: 1px solid #e6ebf1;
    overflow-y: scroll;
    height: 300px;
}

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

.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: #0092bf;
    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: #232323;
    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: 3rem 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: 550px;
}

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: #0092bf;
    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: #0092bf;
    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: #0092bf;
}

.filter-pop-link.button:hover,
.filter-pop-link.button:focus,
.filter-pop-link.button:active {
    background: #0092bf;
    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: #0092bf;
    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: #0092bf;
    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: #0092bf !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: #0092bf;
    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: #0092bf;
}

.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: rgba(246, 147, 30, 0.1);
    color: #f6931e;
}

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

.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: #0092bf;
    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: #0092bf !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;
    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;
    margin-right: 10px;
}

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


/*---------------- 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: 12px;
    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;
    animation: c;
    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 .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: 80px;
    height: 80px;
    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: #0475e5;
}

.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: #0092bf;
    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: #0092bf;
    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;
    color: #0092bf;
}

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

.emplr-yior-2 {
    position: relative;
    display: flex;
    margin-bottom: 5px;
}

.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: #0092bf;
}

.widget-boxed-header h4 a.collapsed:before {
    content: "\f0d8";
    background: rgba(23, 172, 106, 0.12);
    color: #0092bf;
}

.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: #0475e5;
    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: #0092bf;
    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: #0092bf;
    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: #0092bf;
    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: #0092bf;
    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, #0475e5 0%, #0475e5 100%);
    --dd-selectedBackground: #0475e5;
    --dd-monthBackground: #0092bf;
    --dd-confirmButtonBackground: #0092bf;
}


/*---------------------------------------------
	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;
    color: #ff7c39;
    margin-bottom: 0px;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}

.category-box .category-desc i {
    font-size: 40px;
    color: #11b719;
    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 {
    color: #0092bf;
}

.category-box .category-desc i.abs-icon {
    position: absolute;
    bottom: 5px;
    left: 5px;
    opacity: 0;
    transition: all ease-in 0.4s;
    color: #0092bf;
}

.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: #0092bf;
    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: #0092bf;
}

.vesm-city-list-body ul li a:hover,
.vesm-city-list-body ul li a:focus {
    color: #0092bf;
}

.vesm-city-list-body ul li a:hover i,
.vesm-city-list-body ul li a:focus i {
    color: #0092bf;
    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: #0092bf;
    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: #0092bf;
    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;
}

.jbs-location-infortment-content span {
    color: #0092bf;
}


/*--------------- 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%;
    padding-top: 100px;
}

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

.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: 50px;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    height: 52px;
    background: transparent;
}

.newsltr-form .btn.btn-subscribe {
    background: #0092bf;
    border-radius: 50px;
    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-header.active {
    background: #0092bf;
}

.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-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: #0092bf;
    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;
    color: #0092bf;
}

.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: 15px;
    text-transform: uppercase;
}

.work-process-caption h4:before {
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 80px;
    display: block;
    position: absolute;
    background: #0092bf;
}

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


/*----------------- 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: #0092bf;
}

.form-group .btn.btn-modal-login {
    background: #0092bf;
    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: #0092bf;
    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: #0092bf;
    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: #0092bf;
    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: #0092bf;
}


/*----------------------------------------------
	Inner Page Design 
-----------------------------------------------*/


.page-title {
    padding: 7.5rem 0 2rem 0;
    /* min-height: 240px; */
    display: flex;
    background: #0092bf;
    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: #0092bf;
    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: #0092bf;
}

.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: #0092bf;
}


/*----------------------------------------------
 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;
    background: #0092bf;
    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: #0092bf;
    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;
}

.dashboard-nav {
    display: block;
    z-index: 11;
    padding-bottom: 70px;
    z-index: 0;
    background: #fff;
}

.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: #0092bf;
    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: #0092bf;
    background-color: rgba(23, 172, 106, 0.1);
}

.dashboard-nav ul li a {
    color: #47616f;
    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:hover a {
    color: #0092bf;
}

.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: 15px;
    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: #0092bf;
    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;
}

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

.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: 1.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: #0092bf;
}

.cd-resume-icon {
    font-size: 50px;
    color: #0092bf;
    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: 14px;
    font-weight: 500;
}

.single-edc-title-box .btn.btn-collapse[aria-expanded="true"] {
    color: #0475e5 !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: #0092bf;
}


/*-------------------- 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: #0092bf;
}

.skin-dark-footer {
    background: #001f2c;
}

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

.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 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: #0092bf;
}

footer.skin-dark-footer h4 {
    color: #ffffff;
}

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: 15px !important;
    transition: all ease 0.4s;
}

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


/*--------------------------------------------------
	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 (max-height: 600px) {}

@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 4.5em;
        line-height: 1.31818182em;
    }
    .hero-header {
        height: 100vh;
        min-height: 700px;
    }
    .content h1 {
        font-size: 70px;
    }
    .hero-content p {
        font-size: 22px;
    }
    .jobstock-dash-block_content h4 {
        font-size: 35px;
    }
}

@media (min-width: 1024px) {}

@media (min-width: 993px) {
    .mobile_nav {
        display: none;
    }
    a._filter-ico.ml-2 {
        display: none;
    }
}

@media (min-width: 992px) {
    .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: #FFF;
        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.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:hover {
        color: #001f2c;
    }
    .header.header-transparent.dark .nav-menu>li>a:hover {
        color: #FFF !important;
        background-color: #0092bf !important; border: none !important;
    }
    .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 #0092bf #0092bf 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: 500;
    }
    .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: 768px) {}

@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: 1023px) {}

@media (max-width: 992px) {
    .nav-menu.nav-menu-social {
        display: none;
    }
    .nav-header {
        display: flex;
        align-items: center;
        float: left;
        width: 100%;
    }
    .navigation-portrait .nav-brand {
        margin-left: 35px;
        flex: 1;
    }
    .nav-menu>li .nav-dropdown {
        box-shadow: none;
        padding: 0;
    }
    .nav-menu>li>.nav-dropdown:before {
        display: none;
    }
    .footer-widget {
        padding-bottom: 60px;
        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: #0092bf;
        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;
    }
}

@media (max-width: 600px) {
    .page-title .ipt-title {
        font-size: 35px;
        margin-bottom: 8px;
        color: #ffffff;
    }
    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.8rem 1rem;
    }
    .jbs-blocs.style_03 {
        margin-bottom: 1.5rem;
    }
    .table-responsive {
        max-width: 300px;
        overflow-x: scroll;
    }
}

.partner h5 {
    font-size: 36px !important;
    color: #FFF !important;
}

.jbs-search-infortment {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    border-radius: 0.6rem;
    border: 1px solid #e3e9ea;
    padding: 20px;
    min-height: 320px;
}

.jbs-search-infortment-content {
    position: relative;
    /* padding: 0 1rem 0.8rem; */
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.jbs-search-infortment-content p {
    line-height: 26px;
}

.jbs-search-infortment .fa-solid {
    font-size: 50px;
    color: #0092bf;
}

.detail-side-head img {
    width: 100%;
}

.sld-title {
    line-height: 14px;
    font-size: 13px;
    font-weight: 500;
    text-transform: none
}

.signinheadebg {
    padding: 80px 0 15px !important;
}
.signin-form-sec {
    padding: 30px 0 10px !important;
}
.selecttype{ width: 40%;}
.viewdetails{
    padding: 1em 0.5em;
    height: 30px;
    border-radius: 5px;
}