/*
* Theme Name: Job Stock - Job Board & Freelancing Template
* Author: Themez Hub
* Version: 2.3
* Last Change: 12 Dec 2024
  Author URI    : http://www.Themezhub.com/
-------------------------------------------------------------------*/
/*------------- List Of Table -----------
# Fonts
# Preloader
# Global Settings
# Header Navigation Styles
# Homes Banner
# General Features Design 
# Detail Page Elements Style
# jobstock All Features Styles
# Inner Page Design
# Blog Design Start
# User Dashboard
# Theme Footer Design
# Responsiveness Start
------------- List Of Table ----------*/

@import url(../css/plugins/animation.css);
@import url(../css/plugins/bootstrap.min.css);
@import url(../css/plugins/rangeSlider.min.css);
@import url(../css/plugins/nice-select.css);
@import url(../css/plugins/slick.css);
@import url(../css/plugins/slick-theme.css);
@import url(../css/plugins/fontawesome.min.css);
@import url(../css/plugins/morris.css);
@import url(../css/plugins/datepicker.material.css);
@import url(../css/plugins/htmleditor.min.css);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/*------------------------------------
	Fonts
------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');

/*----------------------------------------
 Color Variable
------------------------------------------*/
:root, [data-bs-theme=light] {
	--bodybg:#ffffff;
	--bodycolor:#333333;
	--linkcolor:#333333;
	--paragraphcolor:#0f161e;
	--primaryfont: 'Jost', sans-serif;
	--bordercolor:#dee2e6;
	--graycolor:#f1f1f1;
	--lightcolor:#f8f8f8;
	--maincolor:#0b8260;
	--bghijack:#fff5ee;
	--secondcolor:#04343a;
	--headingcolor:#1b2021;
	--heading-2:#064332;
	--greencolor:#4caf50;
	--redcolor:#e91e1e;
	--navcolor:#30363f;
	--darkheadercolor:#8e97a4;
	--headerdark:#30363f;
	--footercolor:#6e8497;
	--darkfootercolor:#8e97a4;
	--footerbg:#30363f;
	--darkcolor:#262d2f;
	--overlaycolor:#121615;
	--tagbg:#f3f6fb;
	--tagcolor:#6e8497;
}

/*------------------------------------
	Preloader
------------------------------------*/
#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: var(--maincolor);
    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:var(--maincolor);
	color:#ffffff;;
}
.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: var(--maincolor);
}
.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:var(--greencolor);
}
.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child {
    background-color:var(--darkcolor);
}
.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;
}
.bi{
	margin-bottom:0;
}
/*--- end of preloader ---*/
/*------------------------------------------------------------
	Global Settings
-------------------------------------------------------------*/
* {
  outline: none; }

body {
	background:var(--bodybg);
	color:var(--bodycolor);
	font-size:14px;
	font-family:var(--primaryfont);
	margin: 0;
	overflow-x: hidden !important;
	font-weight: 400;
}
.modal-open {
    overflow: hidden !important;
	padding-right:0 !important;
}

a {
    color:var(--linkcolor);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover,
a:focus {
  text-decoration: none; }
.nav-link{
	color:var(--maincolor);
}
a.link {
  color:var(--maincolor);
}
a.link:hover, a.link:focus, a:hover, a:focus {
    color:var(--maincolor);
}
a.text-success:focus, a.text-success:hover {
    color:#0fca98 !important;
}
a.text-primary:focus, a.text-primary:hover {
    color:var(--maincolor) !important;
}
a.text-warning:focus, a.text-warning:hover {
    color:#ffac45 !important;
}
a.text-danger:focus, a.text-danger:hover {
    color:#e55151 !important;
}
a.white-link {
  color: #ffffff; }
 a.white-link:hover, a.white-link:focus {
    color: #263238;
}
.text-mid{
	color: #617896;
    font-size: 13px;
    font-weight: 500;
}
.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block; }

.img-rounded {
  border-radius: 4px; }

html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}
section{
	padding:80px 0 80px;
}
section.min{
	padding:50px 0 50px;
}
section.mid{
	padding:80px 0 50px;
}
p {
    line-height:1.8;
}

.gray{
	background:#f7f9fc !important;
}
.gray-simple{
	background:#f1f5f8 !important;
}
.bg-title{
	background:#2540a2;
}
.bg-1{
	background:#f7d0cb;
}
.bg-2{
	background:#dde9ed;
}
.tbl {
    display: table;
} 
.full-height {
    height: 100%;
}
.rtl{
	position:relative;
}
.mr-2 {
    margin-right: 8px;
}
.mr-1{
    margin-right: 4.5px;
}
.alert p {
    margin: 0;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.no-ul-list{
	padding:0;
}
.no-ul-list li{
	list-style:none;
}
.progress {
    margin-bottom: 1.5em;
}
.full-width{
	width:100%;
}
p, ul, ol, dl, dt, dd, blockquote, address {
    margin: 0 0 10px;
}
.owl-carousel .item {
    padding: 0 15px;
}
.explore-content p {
    font-size: 19px;
    font-family: '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:var(--headingcolor);
	font-weight:600;
}
.no-wrap td,
.no-wrap th {
  white-space: nowrap;
}

.circle {
  border-radius: 100%;
}
.offcanvas-body {
    display: block !important;
}
/*------------ Global Settings: Cutom Height ----------------*/
.ht-10{
	height:10px;
}
.ht-20{
	height:20px;
}
.ht-30{
	height:30px;
}
.ht-40{
	height:40px;
}
.ht-50{
	height:50px;
}
.ht-60{
	height:60px;
}
.ht-70{
	height:70px;
}
.ht-80{
	height:80px;
}
.ht-80{
	height:80px;
}
.ht-100{
	height:100px;
}
.ht-110{
	height:110px;
}
.ht-120{
	height:120px;
}
.ht-130{
	height:130px;
}
.ht-140{
	height:140px;
}
.ht-150{
	height:150px;
}
.ht-160{
	height:160px;
}
.ht-170{
	height:170px;
}
.ht-180{
	height:180px;
}
.ht-190{
	height:190px;
}
.ht-200{
	height:200px;
}
.ht-400{
	height:400px;
}
.ht-500{
	height:500px;
}
.ht-100{
	height:100%;
	min-height:580px;
}
.h-100{
	height:100vh;
}
.h-05{
	height:0.10rem !important;		
}
.h-1{
	height:0.25rem !important;		
}
.h-2{
	height:0.5rem !important;		
}
.h-3{
	height:0.75rem !important;		
}
.h-4{
	height:1rem !important;		
}
.h-5{
	height:1.25rem !important;		
}
.h-6{
	height:1.5rem !important;		
}
.h-7{
	height:1.75rem !important;		
}
.h-8{
	height:2rem !important;		
}
.h-9{
	height:2.25rem !important;		
}
.h-10{
	height:2.5rem !important;		
}
.h-11{
	height:2.75rem !important;		
}
.h-12{
	height:3rem !important;		
}
.h-13{
	height:3.25rem !important;		
}
.h-14{
	height:3.75rem !important;		
}
.h-15{
	height:4rem !important;		
}
.h-16{
	height:4.25rem !important;		
}
.h-17{
	height:4.5rem !important;		
}
.h-18{
	height:4.75rem !important;		
}
.h-19{
	height:5rem !important;		
}
.h-20{
	height:5.25rem !important;		
}
/*------------ Global Settings: Custom Width ----------------*/
.w-1{
	width:0.25rem !important;		
}
.w-2{
	width:0.5rem !important;		
}
.w-3{
	width:0.75rem !important;		
}
.w-4{
	width:1rem !important;		
}
.w-5{
	width:1.25rem !important;		
}
.w-6{
	width:1.5rem !important;		
}
.w-7{
	width:1.75rem !important;		
}
.w-8{
	width:2rem !important;		
}
.w-9{
	width:2.25rem !important;		
}
.w-10{
	width:2.5rem !important;		
}
.w-11{
	width:2.75rem !important;		
}
.w-12{
	width:3rem !important;		
}
.w-13{
	width:3.25rem !important;		
}
.w-14{
	width:3.75rem !important;		
}
.w-15{
	width:4rem !important;		
}
.w-16{
	width:4.25rem !important;		
}
.w-17{
	width:4.5rem !important;		
}
.w-18{
	width:4.75rem !important;		
}
.w-19{
	width:5rem !important;		
}
.w-20{
	width:5.25rem !important;		
}

/*------------ Global Settings: Dot BG ----------------*/
.bg-dot {
    background-size: 0.75rem 0.75rem;
}
.bg-dot.primary {
    background-image: radial-gradient(var(--maincolor) 2px,transparent 2.5px);
}
.bg-dot.blue {
    background-image: radial-gradient(var(--maincolor) 2px,transparent 2.5px);
}
.bg-dot.success {
    background-image: radial-gradient(var(--maincolor) 2px,transparent 2.5px);
}
.bg-dot.yellow {
    background-image: radial-gradient(#fab758 2px,transparent 2.5px);
}
.bg-dot.danger {
    background-image: radial-gradient(#a70a29 2px,transparent 2.5px);
}
.bg-dot.info {
    background-image: radial-gradient(#008aff 2px,transparent 2.5px);
}
.bg-dot.purple {
    background-image: radial-gradient(#6363f5 2px,transparent 2.5px);
}
.bg-dot.light {
    background-image: radial-gradient(#f1f5f8 2px,transparent 2.5px);
}

.bg-line.blue {
    background: repeating-linear-gradient(-55deg,rgba(255,255,255,0) 0.8px,var(--maincolor) 1.6px,var(--maincolor) 3px,rgba(255,255,255,0) 3.8px,rgba(255,255,255,0) 10px);
}
.bg-line.primary {
    background: repeating-linear-gradient(-55deg,rgba(255,255,255,0) 0.8px,var(--maincolor) 1.6px,var(--maincolor) 3px,rgba(255,255,255,0) 3.8px,rgba(255,255,255,0) 10px);
}
.bg-line.yellow {
    background: repeating-linear-gradient(-55deg,rgba(255,255,255,0) 0.8px,#fab758 1.6px,#fab758 3px,rgba(255,255,255,0) 3.8px,rgba(255,255,255,0) 10px);
}
.bg-line.success {
    background: repeating-linear-gradient(-55deg,rgba(255,255,255,0) 0.8px,var(--maincolor) 1.6px,var(--maincolor) 3px,rgba(255,255,255,0) 3.8px,rgba(255,255,255,0) 10px);
}
.bg-line.danger {
    background: repeating-linear-gradient(-55deg,rgba(255,255,255,0) 0.8px,#a70a29 1.6px,#a70a29 3px,rgba(255,255,255,0) 3.8px,rgba(255,255,255,0) 10px);
}
.bg-line.purple {
    background: repeating-linear-gradient(-55deg,rgba(255,255,255,0) 0.8px,#6363f5 1.6px,#6363f5 3px,rgba(255,255,255,0) 3.8px,rgba(255,255,255,0) 10px);
}
.bg-line.light {
    background: repeating-linear-gradient(-55deg,rgba(255,255,255,0) 0.8px,#f1f5f8 1.6px,#f1f5f8 3px,rgba(255,255,255,0) 3.8px,rgba(255,255,255,0) 10px);
}


/*------------ Global Settings: Typography ----------------*/
.animate-bounce {
    animation: bounce 2s infinite;
}
.animate-leftright {
    animation: leftright 2s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@keyframes leftright {
  0%, 100% {
    transform: translatex(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translatex(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

/*------------ Global Settings: Typography ----------------*/
.type--fade {
  opacity: .5;
}
.font--uppercase {
  text-transform: uppercase;
}
.fw-medium {
  font-weight:500;
}
.font--bold {
  font-weight:600;
}
.font--extrabold {
  font-weight:700;
}
.font--italic {
  font-style: italic;
}
.type--fine-print {
  font-size: 0.85714286em;
}

blockquote {
    font-size: 1.78571429em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    border-left: 0;
}
blockquote {
    font-style: italic;
}
blockquote:not(:last-child) {
    margin-bottom: 1.04em;
}
.card {
    border: none;
    overflow: hidden;
    background: #ffffff;
}
.card-header {
    background: #ffffff;
    padding: 0.8rem 1rem;
    border-color: #e2e8ec;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-header h4, .card-header h5, .card-header h6 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

/*------------ Global Settings: Cutom Avatar ----------------*/
.avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: -.01rem;
    border-radius: 100%;
    height: auto;
}

/*------------ Global Settings: Social Links Colors ----------------*/
.color--facebook {
  color: #3b5998 !important;
}
.color--twitter {
  color: #00aced !important;
}
.color--googleplus {
  color: #dd4b39 !important;
}
.color--instagram {
  color: #125688 !important;
}
.color--pinterest {
  color: #cb2027 !important;
}
.color--dribbble {
  color: #ea4c89 !important;
}
.color--behance {
  color: #053eff !important;
}
.color--linkedin {
  color: #1685b9 !important;
}
.bg--facebook {
  background: #3b5998 !important;
  color: #fff !important;
}
.bg--twitter {
  background: #00aced !important;
  color: #fff !important;
}
.bg--googleplus {
  background: #dd4b39 !important;
  color: #fff !important;
}
.bg--instagram {
  background: #125688 !important;
  color: #fff !important;
}
.bg--pinterest {
  background: #cb2027 !important;
  color: #fff !important;
}
.bg--dribbble {
  background: #ea4c89 !important;
  color: #fff !important;
}
.bg--behance {
  background: #053eff !important;
  color: #fff !important;
}
.bg--linkedin {
  background:#1685b9 !important;
  color: #fff !important;
}
.btn--facebook {
  background:#ffffff !important;
  border:1px solid #3b5998 !important;
  color:#3b5998 !important;
}
.btn--facebook:focus, .btn--facebook:hover,.btn--facebook:active {
  background:#3b5998 !important;
  border:1px solid #3b5998 !important;
  color:#ffffff !important;
}
.btn--twitter {
  background: #ffffff !important;
  border:1px solid #00aced !important;
  color:#00aced !important;
}
.btn--twitter:hover, .btn--twitter:focus, .btn--twitter:active {
  background: #00aced !important;
  border:1px solid #00aced !important;
  color:#ffffff !important;
}
.btn--googleplus {
  background: #ffffff !important;
  border:1px solid #dd4b39 !important;
  color:#dd4b39 !important;
}
.btn--googleplus:hover, .btn--googleplus:focus, .btn--googleplus:active {
  background: #dd4b39 !important;
  border:1px solid #dd4b39 !important;
  color:#ffffff !important;
}
.btn--instagram {
  background: #ffffff !important;
  border:1px solid #125688 !important;
  color: #125688 !important;
}
.btn--instagram:hover, .btn--instagram:focus, .btn--instagram:active {
  background: #125688 !important;
  border:1px solid #125688 !important;
  color: #ffffff !important;
}
.btn--pinterest {
  background: #ffffff !important;
  border:1px solid #cb2027 !important;
  color: #cb2027 !important;
}
.btn--pinterest:hover, .btn--pinterest:focus, .btn--pinterest:active {
  background: #cb2027 !important;
  border:1px solid #cb2027 !important;
  color: #ffffff !important;
}
.btn--dribbble {
  background: #ffffff !important;
  border:1px solid #ea4c89 !important;
  color: #ea4c89 !important;
}
.btn--dribbble:hover, .btn--dribbble:focus, .btn--dribbble:active {
  background: #ea4c89 !important;
  border:1px solid #ea4c89 !important;
  color: #ffffff !important;
}
.btn--behance {
  background: #ffffff !important;
  border:1px solid #053eff !important;
  color: #053eff !important;
}
.btn--behance:hover, .btn--behance:focus,.btn--behance:active {
  background: #053eff !important;
  border:1px solid #053eff !important;
  color: #ffffff !important;
}
.btn--linkedin {
  background:#ffffff !important;
  border:1px solid #1685b9 !important;
  color: #1685b9 !important;
}
.btn--linkedin:hover, .btn--linkedin:focus, .btn--linkedin:active {
  background:#1685b9 !important;
  border:1px solid #1685b9 !important;
  color: #ffffff !important;
}
.height-100, .height-90, .height-80, .height-70, .height-60, .height-50, .height-40, .height-30, .height-20, .height-10 {
    height: auto;
    padding: 5em 0;
}

/*------------ Global Settings: Background & Image ----------------*/
.bg-img-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  opacity: 0;
  background: #252525;
}
.bg-img-holder:not([class*='col-']) {
  width: 100%;
}
.bg-img-holder.background--bottom {
  background-position: 50% 100% !important;
}
.bg-img-holder.background--top {
  background-position: 50% 0% !important;
}
.image--light .bg-img-holder {
  background: none;
}
.bg-img-holder img {
  display: none;
}
.imagebg.border--round {
    overflow: hidden;
}
[data-overlay] {
  position: relative;
}
[data-overlay]:before {
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay].image--light:before {
  background: #fff;
}
[data-overlay].bg--primary:before {
  background: #4a90e2;
}
[data-overlay="1"]:before {
  opacity: 0.1;
}
[data-overlay="2"]:before {
  opacity: 0.2;
}
[data-overlay="3"]:before {
  opacity: 0.3;
}
[data-overlay="4"]:before {
  opacity: 0.4;
}
[data-overlay="5"]:before {
  opacity: 0.5;
}
[data-overlay="6"]:before {
  opacity: 0.6;
}
[data-overlay="7"]:before {
  opacity: 0.7;
}
[data-overlay="8"]:before {
  opacity: 0.8;
}
[data-overlay="9"]:before {
  opacity: 0.9;
}
[data-overlay="10"]:before {
  opacity: 1;
}
[data-overlay="0"]:before {
  opacity: 0;
}
[data-scrim-bottom] {
  position: relative;
}
[data-scrim-bottom]:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #252525));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #252525 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
  backface-visibility: hidden;
}
[data-scrim-bottom]:not(.image--light) h1,
[data-scrim-bottom]:not(.image--light) h2,
[data-scrim-bottom]:not(.image--light) h3,
[data-scrim-bottom]:not(.image--light) h4,
[data-scrim-bottom]:not(.image--light) h5,
[data-scrim-bottom]:not(.image--light) h6 {
  color: #a5a5a5;
  color: #f1f1f1;
}
[data-scrim-bottom]:not(.image--light) p,
[data-scrim-bottom]:not(.image--light) span,
[data-scrim-bottom]:not(.image--light) ul {
  color: #e6e6e6;
}
[data-scrim-bottom].image--light:before {
  background: #fff;
}
[data-scrim-bottom="1"]:before {
  opacity: 0.1;
}
[data-scrim-bottom="2"]:before {
  opacity: 0.2;
}
[data-scrim-bottom="3"]:before {
  opacity: 0.3;
}
[data-scrim-bottom="4"]:before {
  opacity: 0.4;
}
[data-scrim-bottom="5"]:before {
  opacity: 0.5;
}
[data-scrim-bottom="6"]:before {
  opacity: 0.6;
}
[data-scrim-bottom="7"]:before {
  opacity: 0.7;
}
[data-scrim-bottom="8"]:before {
  opacity: 0.8;
}
[data-scrim-bottom="9"]:before {
  opacity: 0.9;
}
[data-scrim-bottom="10"]:before {
  opacity: 1;
}
[data-scrim-top] {
  position: relative;
}
[data-scrim-top]:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, #252525), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
[data-scrim-top]:not(.image--light) h1,
[data-scrim-top]:not(.image--light) h2,
[data-scrim-top]:not(.image--light) h3,
[data-scrim-top]:not(.image--light) h4,
[data-scrim-top]:not(.image--light) h5,
[data-scrim-top]:not(.image--light) h6 {
  color: #fff;
}
[data-scrim-top]:not(.image--light) p,
[data-scrim-top]:not(.image--light) span,
[data-scrim-top]:not(.image--light) ul {
  color: #e6e6e6;
}
[data-scrim-top].image--light:before {
  background: #fff;
}
[data-scrim-top="1"]:before {
  opacity: 0.1;
}
[data-scrim-top="2"]:before {
  opacity: 0.2;
}
[data-scrim-top="3"]:before {
  opacity: 0.3;
}
[data-scrim-top="4"]:before {
  opacity: 0.4;
}
[data-scrim-top="5"]:before {
  opacity: 0.5;
}
[data-scrim-top="6"]:before {
  opacity: 0.6;
}
[data-scrim-top="7"]:before {
  opacity: 0.7;
}
[data-scrim-top="8"]:before {
  opacity: 0.8;
}
[data-scrim-top="9"]:before {
  opacity: 0.9;
}
[data-scrim-top="10"]:before {
  opacity: 1;
}
.imagebg {
  position: relative;
}
.imagebg .container {
  z-index: 2;
}
.imagebg .container:not(.pos-absolute) {
  position: relative;
}
.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
  color: #fff;
}
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
  color: #252525;
}
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
  color: #666666;
}
div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
  color: #fff;
}
div[data-overlay] p{
  color: #fff;
}
.parallax {
  overflow: hidden;
}
/**! 07. Icons **/
.icon {
  line-height: 1em;
  font-size: 3.14285714em;
}
.imagebg:not(.image--light) span {
    color: #fff;
}
/*------------ Global Settings: Spinner ----------------*/

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    border: 3px solid;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: $spinner-width-sm;
  height: $spinner-height-sm;
  border-width: $spinner-border-width-sm;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width:30px;
  height:30px;
  vertical-align: text-bottom;
  background-color:#ffffff;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width:30px;
  height:30px;
}

/*------------ Global Settings: BG Cover -------------*/
.object-fit{
    object-fit: cover;
}
.bg-cover{
    background-size: cover !important;
    background-position: center !important;
}	
.image-bg{
    background-size: cover !important;
    background-position: center !important;
}
.default-bg{
	background-size:initial !important;
    background-position:initial !important;
}
.image-bg-wrap {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
.image-bg-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #182538;
    display: block;
    content: "";
    opacity: 0.8;
}

/*-------------- Global Settings: Thumb size ----------------*/
.thumb-sm {
  height: 32px;
  width: 32px;
}

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

.thumb-lg {
  height: 88px;
  width: 88px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.square--20{
	width:20px;
	height:20px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.square--30{
	width:30px;
	height:30px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.square--40{
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.square--50{
	width:50px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.square--60{
	width:60px;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.square--70{
	width:70px;
	height:70px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.square--80{
	width:80px;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.square--90{
	width:90px;
	height:90px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.square--100{
	width:100px;
	height:100px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.hide {
  display: none;
}

/*-------------- Global Settings: Text Colors ----------------*/
.fill-white {
  fill:#ffffff !important;
}
.fill-main {
  fill:var(--maincolor) !important;
}
.text-main {
  color:var(--maincolor) !important;
}
.text-white {
  color:#ffffff !important;
}
.text-red {
  color:var(--redcolor) !important;
}
.text-green {
  color:var(--greencolor) !important;
}
.text-secondcolor {
  color:var(--secondcolor) !important;
}
.text-dark {
  color:var(--darkcolor) !important; 
}
.text-muted {
  color:color-mix(in srgb, var(--paragraphcolor), transparent 35%) !important;
}
.text-sm-muted{
	color:color-mix(in srgb, var(--paragraphcolor), transparent 35%);
}
.text-md{
	font-size: 13px;	
}
.text-mmd{
	font-size: 14px;
}
.text-sm{
	font-size:12px;	
}
.text-xs{
	font-size:8px;	
}
/*-------------- Global Settings: Alerts & Notification --------------*/
.alert-main {
    color:var(--maincolor);
    background-color:color-mix(in srgb, var(--maincolor), transparent 90%);
    border-color:color-mix(in srgb, var(--maincolor), transparent 80%);
}
.alert-red {
    color:var(--redcolor);
    background-color:color-mix(in srgb, var(--redcolor), transparent 90%);
    border-color:color-mix(in srgb, var(--redcolor), transparent 80%);
}
.alert-green {
    color:var(--greencolor);
    background-color:color-mix(in srgb, var(--greencolor), transparent 90%);
    border-color:color-mix(in srgb, var(--greencolor), transparent 80%);
}
.alert-light {
    color:color-mix(in srgb, var(--darkcolor), transparent 50%);
    background-color:color-mix(in srgb, var(--lightcolor), transparent 10%);
    border-color:var(--lightcolor);
}
.alert-secondcolor {
	color:var(--secondcolor);
    background-color:color-mix(in srgb, var(--secondcolor), transparent 90%);
    border-color:color-mix(in srgb, var(--secondcolor), transparent 80%);
}
.alert-dark {
    color:#ffffff;
    background-color:var(--darkcolor);
    border-color:var(--darkcolor);
}
/*-------------- Global Settings: Background Colors ----------------*/
.bg-main {
  background-color:var(--maincolor) !important;
}
.bg-green {
  background-color:var(--greencolor) !important;
}
.bg-red {
  background-color:var(--redcolor) !important;
}
.bg-light {
  background-color:var(--lightcolor) !important;
}
.bg-dark {
  background-color:var(--darkcolor) !important;
}
.bg-second {
  background-color:var(--secondcolor) !important;
}
.bg-bghijack {
  background-color:var(--bghijack) !important;
}
.bg-white{
	background-color:#ffffff !important;
}
.bg-body{
	background-color:var(--bodybg) !important;
}
.bg-light-main {
  background-color:color-mix(in srgb, var(--maincolor), transparent 90%) !important;
}
.bg-light-green {
  background-color:color-mix(in srgb, var(--greencolor), transparent 90%) !important;
}
.bg-light-red {
  background-color:color-mix(in srgb, var(--redcolor), transparent 90%) !important;
}
.bg-light-dark {
  background-color:rgba(0, 0, 0, 0.06) !important;
}
.bg-transparent {
  background-color:rgba(255,255,255,0.04) !important;
}
.bg-opacity-05 {
    --bs-bg-opacity: 0.1;
}
/*----------- 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:rgb(0 28 63 / 60%);
	font-weight:500;
    padding:0.2rem 0rem 0.2rem 1.4rem;
}
ul.simple-list li:before {
    content:"\f192";
    font-family:"Font Awesome 6 Free";
    position: absolute;
    left: 0;
}
ul.colored-list li:before {
    content:"\f058";
    font-family:"Font Awesome 6 Free";
	color:var(--maincolor);
    position: absolute;
    left: 0;
}
/*-------------- Global Settings: Labels ----------------*/
.label {
  padding:4px 15px;
  color: #ffffff;
  font-weight:500;
  border-radius: 4px;
  font-size: 75%;
}
.label-primary {
  background-color:var(--maincolor);
}
.label-success {
  background-color:#009868;
}
.label-info {
  background-color:#008aff;
}
.label-warning {
  background-color:#ffa410;
}
.label-danger {
  background-color:#a70a29;
}
.label-royal {
  background-color:#073aa8;
}
.label-purple {
  background-color:#6363f5;
}
.label-orange {
  background-color:#e95f33;
}
.label-seegreen {
  background-color:#0a5f59;
}
.label-dark {
  background-color:#041b2d;
}
.label-inverse {
  background-color:#3e4555;
}
.label-white {
  background-color:#ffffff;
}
.label-light-primary {
  background-color:rgba(2, 100, 214, 0.12);
  color:var(--maincolor);
}
.label-light-success {
  background-color:rgba(0, 152, 104,0.12);
  color:#009868;
}
.label-light-info {
  background-color:rgba(0, 138, 255, 0.12);
  color:#008aff;.
}
.label-light-warning {
  background-color:rgba(255, 164, 16, 0.12);
  color:#ffa410;
}
.label-light-danger {
  background-color:rgba(167, 10, 41,0.12);
  color:#a70a29;
}
.label-light-royal {
  background-color:rgba(7, 58, 168, 0.12);
  color:#073aa8;
}
.label-light-purple {
  background-color:rgba(99, 99, 245, 0.12);
  color:#6363f5;
}
.label-light-orange {
  background-color:rgba(233, 95, 51, 0.12);
  color:#e95f33;
}
.label-light-seegreen {
  background-color:rgba(10, 95, 89, 0.12);
  color:#0a5f59;
}
.label-light-dark {
  background-color:rgba(4, 27, 45, 0.12);
  color:#041b2d;
}
.label-light-inverse {
  background-color:rgba(62,69,85,0.1);
  color:#3e4555;
}

/*------------ Global Settings: Table ------------*/
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0px !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color:#f7f9fb;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid var(--bordercolor);
    border-bottom: none;
}
.table tr th, .table tr td {
    border-color: var(--bordercolor);
    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: var(--darkcolor);
}
.table-dark td, .table-dark th, .table-dark thead th {
    border-color:var(--darkcolor) !important;
}
.table .thead-dark th {
    color: #fff;
    background-color:var(--darkcolor);
    border-color:var(--darkcolor);
}
/*------------- Global Settings: Badge ----------------*/
.badge {
    padding: 8px 12px;
	font-weight: 400;
}

.badge.badge-md {
	font-weight: 400;
	font-size:13px;
}

.badge.badge-lg {
  font-weight: 400;
	font-size:15px;
}

.badge-xs {
  font-size: 9px; }

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px); }

.badge-success {
  background-color:#009868;
}
.badge-info {
  background-color:#008aff;
}
.badge-main {
  background-color:var(--maincolor);
}
.badge-green {
  background-color:var(--greencolor);
}
.badge-danger {
  background-color:#a70a29;
}
.badge-red {
  background-color:var(--redcolor);
}
.badge-dark {
  background-color:var(--darkcolor);
}
.badge-tag{
	background:var(--tagbg);
	color:var(--tagcolor);
}
.badge-tag:hover, .badge-tag:focus, .badge-tag:focus-visible,.badge-tag.active{
	background:color-mix(in srgb, var(--maincolor), transparent 90%);
	color:var(--maincolor);
	cursor:pointer;
}
.badge-maintag{
	background:color-mix(in srgb, var(--maincolor), transparent 90%);
	color:var(--maincolor);
}
.badge-maintag:hover, .badge-maintag:focus, .badge-tag:focus-visible,.badge-maintag.active{
	background:var(--maincolor);
	color:#ffffff;
	cursor:pointer;
}

/*------------- 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-main{
	background:var(--maincolor);
	border-color:var(--maincolor);
	color:#ffffff;
}
.btn-main:hover, .btn-main:focus, .btn-main:active, .btn-main:focus-visible{
	background:color-mix(in srgb, var(--maincolor), transparent 15%) !important;
	border-color:color-mix(in srgb, var(--maincolor), transparent 15%) !important;
	color:#ffffff !important;
}
.btn-outline-main{
	background:transparent;
	border-color:var(--maincolor);
	color:var(--maincolor);
}
.btn-outline-main:hover, .btn-outline-main:focus, .btn-outline-main:active, .btn-outline-main:focus-visible{
	background:var(--maincolor) !important;
	border-color:var(--maincolor) !important;
	color:#ffffff !important;
}
.btn-light-main{
	background:color-mix(in srgb, var(--maincolor), transparent 90%);
	border-color:color-mix(in srgb, var(--maincolor), transparent 85%);
	color:var(--maincolor);
}
.btn-light-main:hover, .btn-light-main:focus, .btn-light-main:active .btn-light-main:focus-visible{
	background:var(--maincolor) !important;
	border-color:var(--maincolor) !important;
	color:#ffffff !important;
}

.btn-green{
	background:var(--greencolor);
	border-color:var(--greencolor);
	color:#ffffff;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green:focus-visible{
	background:color-mix(in srgb, var(--greencolor), transparent 15%) !important;
	border-color:color-mix(in srgb, var(--greencolor), transparent 15%) !important;
	color:#ffffff !important;
}
.btn-outline-green{
	background:transparent;
	border-color:var(--greencolor);
	color:var(--greencolor);
}
.btn-outline-green:hover, .btn-outline-green:focus, .btn-outline-green:active, .btn-outline-green:focus-visible{
	background:var(--greencolor) !important;
	border-color:var(--greencolor) !important;
	color:#ffffff !important;
}
.btn-light-green{
	background:color-mix(in srgb, var(--greencolor), transparent 90%);
	border-color:color-mix(in srgb, var(--greencolor), transparent 85%);
	color:var(--greencolor);
}
.btn-light-green:hover, .btn-light-green:focus, .btn-light-green:active .btn-light-green:focus-visible{
	background:var(--greencolor) !important;
	border-color:var(--greencolor) !important;
	color:#ffffff !important;
}

.btn-red{
	background:var(--redcolor);
	border-color:var(--redcolor);
	color:#ffffff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red:focus-visible{
	background:color-mix(in srgb, var(--redcolor), transparent 15%) !important;
	border-color:color-mix(in srgb, var(--redcolor), transparent 15%) !important;
	color:#ffffff !important;
}
.btn-outline-red{
	background:transparent;
	border-color:var(--redcolor);
	color:var(--redcolor);
}
.btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red:active, .btn-outline-red:focus-visible{
	background:var(--redcolor) !important;
	border-color:var(--redcolor) !important;
	color:#ffffff !important;
}
.btn-light-red{
	background:color-mix(in srgb, var(--redcolor), transparent 90%);
	border-color:color-mix(in srgb, var(--redcolor), transparent 85%);
	color:var(--redcolor);
}
.btn-light-red:hover, .btn-light-red:focus, .btn-light-red:active .btn-light-red:focus-visible{
	background:var(--redcolor) !important;
	border-color:var(--redcolor) !important;
	color:#ffffff !important;
}

.btn-dark{
	background:var(--darkcolor);
	border-color:var(--darkcolor);
	color:#ffffff;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark:focus-visible{
	background:color-mix(in srgb, var(--darkcolor), transparent 15%) !important;
	border-color:color-mix(in srgb, var(--darkcolor), transparent 15%) !important;
	color:#ffffff !important;
}
.btn-outline-dark{
	background:transparent;
	border-color:var(--darkcolor);
	color:var(--darkcolor);
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark:focus-visible{
	background:var(--darkcolor) !important;
	border-color:var(--darkcolor) !important;
	color:#ffffff !important;
}
.btn-light-dark{
	background:color-mix(in srgb, var(--darkcolor), transparent 90%);
	border-color:color-mix(in srgb, var(--darkcolor), transparent 85%);
	color:var(--darkcolor);
}
.btn-light-dark:hover, .btn-light-dark:focus, .btn-light-dark:active .btn-light-dark:focus-visible{
	background:var(--darkcolor) !important;
	border-color:var(--darkcolor) !important;
	color:#ffffff !important;
}

.btn-second{
	background:var(--secondcolor);
	border-color:var(--secondcolor);
	color:#ffffff;
}
.btn-second:hover, .btn-second:focus, .btn-second:active, .btn-second:focus-visible{
	background:color-mix(in srgb, var(--secondcolor), transparent 15%) !important;
	border-color:color-mix(in srgb, var(--secondcolor), transparent 15%) !important;
	color:#ffffff !important;
}
.btn-outline-second{
	background:transparent;
	border-color:var(--secondcolor);
	color:var(--secondcolor);
}
.btn-outline-second:hover, .btn-outline-second:focus, .btn-outline-second:active, .btn-outline-second:focus-visible{
	background:var(--secondcolor) !important;
	border-color:var(--secondcolor) !important;
	color:#ffffff !important;
}
.btn-light-second{
	background:color-mix(in srgb, var(--secondcolor), transparent 90%);
	border-color:color-mix(in srgb, var(--secondcolor), transparent 85%);
	color:var(--secondcolor);
}
.btn-light-second:hover, .btn-light-second:focus, .btn-light-second:active .btn-light-second:focus-visible{
	background:var(--secondcolor) !important;
	border-color:var(--secondcolor) !important;
	color:#ffffff !important;
}
.btn-gray{
	background:var(--graycolor);
	border-color:var(--graycolor);
	color:var(--darkcolor);
}
.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray:focus-visible{
	background:transparent !important;
	border-color:var(--graycolor) !important;
	color:var(--darkcolor) !important;
}

.btn-outline-gray{
	background:transparent;
	border-color:var(--graycolor);
	color:var(--secondcolor);
}
.btn-outline-gray:hover, .btn-outline-gray:focus, .btn-outline-gray:active, .btn-outline-gray:focus-visible{
	background:transparent !important;
	border-color:var(--maincolor) !important;
	color:var(--maincolor) !important;
}
.btn-whites{
	background:#ffffff;
	border-color:#ffffff;
	color:var(--darkcolor);
}
.btn-whites:hover, .btn-whites:focus, .btn-whites:active, .btn-whites:focus-visible{
	background:var(--darkcolor) !important;
	border-color:var(--darkcolor) !important;
	color:#ffffff !important;
}
.filter-content .sing-btn-groups .btn-outline-main {
    background: transparent;
    border-color: var(--bordercolor);
    color: var(--paragraphcolor);
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    color: var(--maincolor);
    background-color:color-mix(in srgb, var(--maincolor), transparent 95%);
    border-color: var(--maincolor);
}
/*----------- 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:var(--maincolor);
}
/*----------- Global Settings: Pagination ------------------*/
.pagination {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin:20px auto 0 !important;
}

.pagination>li>a,
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 0;
    margin: 5px;
    color: #0c3966;
    text-decoration: none;
    background-color:transparent;
    border-radius: 2px;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 1;
    border:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color:#ffffff;
    cursor: pointer;
    background-color:var(--maincolor);
    border-color:none;
}

.pagination li:first-child a {
    background:transparent;
    border:none;
    border-radius:2px;
    color:#0c3966;
}

.pagination li:last-child a {
    background:transparent;
    border:none;
    border-radius:2px;
    color:#0c3966;
}
.pagination>li {
    display: inline;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color:var(--maincolor);
    border-color:none;
}

/*---------- Global Settings: Section Heading Style ---------*/
.sec-heading {
	margin-bottom:2rem;
}
.sec-heading.lg {
	margin-bottom:30px;
}
.sec-heading.center {
	text-align:center;
}
.sec-heading.light h2, .sec-heading.light p{
	color:#ffffff;
}
.sec-heading p{
	margin-bottom:5px;
	line-height:1.7;
	font-size: 15px;
}
.sec-heading2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*------------ Global Settings: All Forms Style ---------------*/
.form-control {
    height: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;
}
.form-control:hover, .form-control:focus{
	box-shadow:none !important;
}
.escolls{
    top: -9px;
}
.filedrop_box {
  margin:35px 0 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px dotted #d9e0e7;
  border-radius:0.5rem;
}
.filedrop_box h4 {
    font-size: 16px;
    font-weight: 500;
    color: #2b3744;
}
.filedrop_box p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #a3a3a3;
}
.form-check {
    padding-left: 1.8em;
}
.form-check .form-check-input {
    margin-left: -1.8em;
}
.form-check-input {
    width: 1.2em;
    height: 1.2em;
}
.form-check-input:checked {
    background-color:var(--maincolor);
    border-color:var(--maincolor);
}
/*----------- Select2 Design --*/
.select2-container--default .select2-selection--single {
    height: 56px;
    border-color: var(--bordercolor);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--bodycolor);
    line-height: 56px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--maincolor);
    color: white;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: color-mix(in srgb, var(--maincolor), transparent 90%);
    color: var(--maincolor);
}
.select2-dropdown {
    border-color: var(--bordercolor);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px;
}
/**************************************
	Header Navigation Styles
***************************************/
.topbar{
	background:var(--secondcolor);
	height: 42px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s;
}
.topbar .social-links {
    padding: 0;
    margin: 0;
}
.topbar .social-links ul{
	padding:0;
	margin:0;
}
.topbar .social-links ul{
	display:inline-block;
	list-style:none;
}
.topbar .social-links a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    transition: all ease 0.4s;
}
.topbar .social-links a:hover, .topbar .social-links a:focus {
    color: rgba(255, 255, 255, 1);
}
.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu>li>a {
    color:var(--navcolor);
}

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

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus>img {
    outline: initial;
}

.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
    outline: 0;
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--greencolor);
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 var(--maincolor), 0 1em 0 0 var(--greencolor);
}

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

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color:var(--headerdark);
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .8s;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    right: 0;
}
.nav-menus-wrapper-close-button {
    width: auto;
    height: auto;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #ffffff;
    font-size: 26px;
    cursor: pointer;
    background: rgba(255,255,255,0.12);
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 0.2rem;
    text-align: center;
    line-height: 1;
    color: #ffffff;
}

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

.nav-menu {
    margin: 0;
    padding: 0;
    line-height: normal;
}
.nav-menu.nav-menu-social {
	display: inline-flex;
    align-items: center;
}
.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left;
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px rgba(255,255,255,0.15);
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom:solid 1px rgba(255,255,255,0.15);
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none;
}

.nav-menu>li>a {
    padding: 14px 12px;
    display: inline-block;
    transition: color .3s, background .3s;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    font-size: 13px;
}
.nav-menu.nav-menu-social li a {
    color: var(--navcolor);
}
.navigation-portrait .nav-menu>li>a {
    height: auto;
    width: 100%;
    padding: 12px 15px 12px 26px;
    color: #ffffff;
}

.nav-menu>.active>a,
.nav-menu>.focus>a,
.nav-menu>li:hover>a {
    color:var(--maincolor) !important;
}

.nav-menu>li>a>[class*=ion-],
.nav-menu>li>a>i {
    width: 18px;
    height: 18px;
    line-height: 19px;
    -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:100%;
    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 var(--darkheadercolor) var(--darkheadercolor) transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    right: 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(0deg);
    transform: rotate(0deg);
}
.navigation-portrait .submenu-indicator.submenu-indicator-up .submenu-indicator-chevron {
	-ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.navigation-portrait .submenu-indicator.submenu-indicator-up
.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nav-text {
    margin: 25px 15px;
    color: #70798b;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px;
}

.nav-dropdown {
    min-width:250px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
    background: transparent !important;
}
.nav-dropdown .nav-dropdown {
    left: 100%;
}

.nav-menu>li .nav-dropdown {
    border: none;
	padding:15px;
	background:#ffffff;
    box-shadow: 0px 0px 2px 0px rgba(32, 32, 32, 0.15);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(32, 32, 32, 0.15);
    border-radius: 0.4rem;
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

.nav-dropdown>li>a {
    width: 100%;
    padding: 14px 20px 14px 10px;
    border-bottom: 1px solid var(--bordercolor);
    display: inline-block;
    float: left;
    color:var(--navcolor);
    -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:var(--maincolor);
}
.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:var(--maincolor);
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown-left>li>a {
    text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px;
}
.navigation-portrait .nav-dropdown>li>a {
    color:var(--darkheadercolor);
    border-bottom: 1px dashed rgba(255,255,255,0.15);
}
.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute;
}

.menu__list,
.navbar,
nav a {
    position: relative;
}

.navigation-portrait .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navigation-portrait .nav-dropdown .submenu-indicator.submenu-indicator-up .submenu-indicator-chevron {
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
    border-color: transparent var(--maincolor) var(--maincolor) 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:var(--maincolor);
	border:2px solid var(--maincolor) !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 var(--maincolor) !important;
}
.header-fixed .nav-menu.nav-menu-social>li.list-buttons.light a {
    background: var(--darkcolor);
    border-color:var(--darkcolor) !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:var(--maincolor) !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:var(--darkcolor);
	border-color:var(--darkcolor) !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;
}
.navigation-portrait .mobile_nav {
    margin-right: 40px;
}
/*--------- Dashboard Dropdown ----------*/
.btn-group.account-drop {
    position: relative;
    padding: 3px 10px;
}
.nav-menu.nav-menu-social>li:last-child .btn-group.account-drop{
	padding-right:0;
}
.account-drop .btn.btn-order-by-filt {
    padding: 0px;
    height: 32px;
    width: 32px;
    color:var(--navcolor);
    font-size: 14px;
    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);
}
.header-dark .account-drop .btn.btn-order-by-filt {
    color:#ffffff;
	background:rgba(255,255,255,0.1);
    box-shadow:0px 0px 0px 3px rgb(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 0px 0px 3px rgb(255, 255, 255, 0.2);
}
.account-drop .btn.btn-order-by-filt img.avater-img {
    width: 30px;
    border-radius: 50%;
}
.account-drop .dropdown-menu {
    top:70px !important;
    right: 0 !important;
    background: #fff;
    box-shadow: none;
    min-width:300px;
    left: initial !important;
    border: none;
    padding: 0rem;
    overflow: hidden;
	z-index:99;
    border-radius: 0.4rem;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}
.drp_menu_headr {
    display: flex;
    align-items: center;
	justify-content: space-between;
    padding: 1.2rem;
}
.drp_menu_headr h4 {
    font-size: 18px;
    margin: 0;
    color: #ffffff;
}
.account-drop .dropdown-menu ul {
    padding: 0;
    margin: 0;
}
.account-drop .dropdown-menu ul {
    max-height: 350px;
    overflow-y: scroll;
    scrollbar-width: none;
}
.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:400;
    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.main a {
	height: 50px;
    width: auto;
    padding: 0.8rem 1.5rem;
    border-radius: 0.4rem;
	background:var(--maincolor);
    border: 2px solid var(--maincolor) !important;
    color:#ffffff;
	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:4;
}
.hero-header{
    padding:5em 0 5em;
    display:flex;
    flex-wrap: wrap;
	min-height: 400px;
    justify-content: center;
    align-items: center;
	min-height:500px;
}
.hero-search-wrap {
    position: relative;
    background:#ffffff;
    max-width: 540px;
    border-radius: 10px;
    padding:30px 20px;
    box-shadow: 0 20px 30px rgba(0, 22, 84, 0.15);
}
.hero-search-wrap.hs-2 {
    background:rgba(255,255,255,0.15);
    border-radius:5px;
    padding:1rem 1rem 0rem;
}
.hero-search-wrap.full-width {
	width:100%;
    max-width:100%;
}
.hero-search h1 {
    text-transform: capitalize;
    color:var(--headingcolor) !important;
	font-size:35px;
}

.hero-banner.dark-text h1, .hero-banner.dark-text p, .hero-banner.dark-text h1, .hero-banner.dark-text  p{
	color:#4d5968;
}
.choose-propert-type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 52px;
    position: relative;
    border-right: 1px solid #e2e6ed;
}
.choose-propert-type .nav-link {
    height: 45px;
    font-weight: 500;
    font-size: 13px;
    padding: 5px 20px;
    margin-right: 10px;
    background:rgb(1 126 250 / 15%);
    color:var(--maincolor);
}

/*----------- Classic Search ------------*/
.classic-search-box {
    display: flex;
    align-items: center;
    position: relative;
}
.hero-search-content {
    background: #ffffff;
    padding:12px 10px;
    border-radius:0.3rem;
    position: relative;
    width: 100%;
}
.simple-search-wrap {
    z-index: 2;
}
.search-shadow{
	box-shadow:0px 0px 0px 8px rgba(255,255,255,.2);
	-webkit-box-shadow:0px 0px 0px 8px rgba(255,255,255,.2);
}
.search-shadow-color{
	box-shadow:0px 0px 0px 8px rgba(23,172,106,.2);
	-webkit-box-shadow:0px 0px 0px 8px rgba(23,172,106,.2);
}
.hero-search-content .form-group {
    margin: 0;
}
.hero-search-content .form-group.full{
	flex:1;
	width:100%;
}
.input-with-icon {
    display: flex;
    align-items: center;
    position: relative;
}
.input-with-icon .form-control {
    padding-left: 35px;
    border: none;
    font-size: 15px;
}
.input-with-icon i, .input-with-icon img {
    position: absolute;
    left: 7px;
}

.hero-search-content .form-control{
    height:56px;
    align-items: center;
    justify-content: center;
	width:100%;
}
.hero-search-content .btn {
    height:55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-filter-search {
    background:#e9eef5;
    height: 55px;
    border-radius: 6px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 24px;
    color: #1a3b6b;
	width:100%;
}
.btn.btn-filter-search i{
    margin-right:10px;
}
.fliox-search-wiop {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.fliox-search-wiop .form-group {
    width: 48%;
    flex: 50%;
    position: relative;
    display: flex;
}
.nice-select ul.list {
    width: 100%;
    z-index: 99;
    box-shadow: none;
    border: 1px solid #f1f3f7;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color:var(--maincolor);
}
.hero-search-content .nice-select .list {
    box-shadow: none;
	border:1px solid #e6ebf1;
}
.briod {
    border-right: 1px solid #e9eef5;
}
.lios-vrst {
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
    position: relative;
}
.lios-vrst ul {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.lios-vrst ul li {
    flex: 0 0 33.3333%;
    list-style: none;
    width: 33.3333%;
    position: relative;
}
.lios-parts h2 {
    font-size: 3rem;
	margin-bottom:5px;
	font-weight:300;
}
.lios-parts h2 span {
    margin-left: 5px;
}
.lios-parts h6 {
    font-size: 16px;
    font-weight: 400;
    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:var(--maincolor);
    font-weight: 500;
}
/*--------------- Video Banner --------------*/
.video-banner{
    position: relative;
    background-color: black;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 640px;
    width: 100%;
    overflow: hidden;
}
.video-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color:#000000;
    opacity: 0.6;
    z-index:3;
}
.video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*-------------- Homes Banner: Hero Header -----------------*/
.hero-header{
	background-position:center;
	background-size:cover;
	padding:4em 0;
	position:relative;
}
.large-banner {
    padding: 5em 0 3em;
    display: flex;
	min-height:660px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.verticle-center{
	text-align:center;
}
.hero-header{
    margin: 0;
    z-index: 2;
	padding:5rem 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.hero-header>*{
	position:relative;
	z-index:4;
}
.vedio-header>* {
    z-index: 22;
}
.hero-header h1{
	line-height:1.3;
}
[data-overlay] {
    position: relative;
}
[data-overlay]:before {
    position: absolute;
    content: '';
    background:var(--overlaycolor);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay="1"]:before {
    opacity: 0.1;
}
[data-overlay="2"]:before {
    opacity: 0.2;
}
[data-overlay="3"]:before {
    opacity: 0.3;
}
[data-overlay="4"]:before {
    opacity: 0.4;
}
[data-overlay="5"]:before {
    opacity: 0.5;
}
[data-overlay="6"]:before {
    opacity: 0.6;
}
[data-overlay="7"]:before {
    opacity: 0.7;
}
[data-overlay="8"]:before {
    opacity: 0.8;
}
[data-overlay="9"]:before {
    opacity: 0.9;
}
.text-xl {
    font-size: 4rem;
}
.bnnr-slack-elior-thumb {
    position: absolute;
    right:8%;
    bottom: 0;
    max-width:620px;
}
figure.single-brand.thumb-figure {
    margin: 0;
    text-align: center;
}

/*----------- Slider Banner ------------*/
.slider-home .slick-dotted.slick-slider {
    margin: 0;
}
.slider-home .slick-slide {
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0;
}
.slider-home .slider-caption{
	text-align:center;
}
.slick-next:before, .slick-prev:before{
	display:none;
}
.slick-next, .slick-prev {
    font-size: 21px;
    color:var(--maincolor);
}
.slider-home .slick-prev, .slider-home .slick-next {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}
.slider-home .slick-prev:hover, .slider-home .slick-prev:focus, .slider-home .slick-prev:focus-visible,
.slider-home .slick-next:hover, .slider-home .slick-next:focus, .slider-home .slick-next:focus-visible {
    background:#ffffff;
    color:var(--maincolor);
}

/*---------- Map Style --------------*/
.gm-style {
    font: inherit !important;
    text-decoration: none;
}
.scrollContorl {
	position:absolute;
	z-index:1000;
	bottom:100px;
	right:20px;
	cursor:pointer;
	width:36px;
	height:36px;
	line-height:36px;
    background: #2F3B59;
	border-radius:4px;
	box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4);
}
.scrollContorl.enabledsroll i:before {
    content: "\f09c";
}
#singleMap {
	width:100%;
	position:relative;
	height:300px;
	float:left;
	margin-bottom:30px;
}
.box-widget #singleMap {
	margin-bottom:10px;
}
.mapzoom-in  , .mapzoom-out{
	position:fixed;
	z-index:100;
	top:50%;
	cursor:pointer;
	width:40px;
	height:40px;
	border-radius:100%;
	color:#00936e;
	line-height:40px;
	margin-top:-20px;
	text-align:center;
	background:#ebf3f1;
	box-shadow:0px 0px 0px 5px rgba(213,226,222,0.4);
	-webkit-transform: translate3d(0,0,0);
}
#singleMap  .mapzoom-in , #singleMap .mapzoom-out , .home-map .mapzoom-in , .home-map .mapzoom-out , .fw-map .mapzoom-in  ,  .fw-map .mapzoom-out {
	position:absolute;
	right:20px;
}
.map-container.column-map.right-pos-map  .mapzoom-in  , .map-container.column-map.right-pos-map  .mapzoom-out {
	right:30px;
}
.map-container.column-map.left-pos-map  .mapzoom-in  , .map-container.column-map.left-pos-map .mapzoom-out{
	left:30px;
}

.mapzoom-in:before  , .mapzoom-out:before{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content: "\f068";
}
.mapzoom-in:before{
	content: "\f067";
}
.mapzoom-in {
	margin-top:-80px;
}
.mapnavigation {
	position:absolute;
	bottom:50px;
	right:7px;
	z-index:30;
	width:170px;
}
.mapnavigation a {
	width:70px;
	padding:8px 0;
	border-radius:4px;
	color:#fff;
	float:left;
	margin-left:10px;
	box-shadow:0px 0px 0px 4px rgba(255,255,255,0.4);
}
.mapnavigation a , .mapzoom-in:hover  , .mapzoom-out:hover{
	background: #2F3B59;
}
.cluster img{
	display:none
}
.cluster{
	width:40px!important;
	height:40px!important;
}
.cluster div{
	text-align:center;
	font-size:15px!important;
	color:#ffffff! important;
	background:#016551;
	font-weight:600;
	border-radius:100%;
	width:40px!important;
	height:40px!important;
	line-height:38px!important;
	box-shadow: 0px 0px 0px 4px rgba(0,175,112,0.1);
	-webkit-box-shadow: 0px 0px 0px 4px rgba(0,175,112,0.1);
	-webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
	animation:cluster-animation 1.5s infinite;
}
.cluster div:hover {
	background:#fd5332;
}
@keyframes cluster-animation{
	0%,100%{box-shadow: 0px 0px 0px 4px rgba(0,175,112,0.2);}
	50%{box-shadow: 0px 0px 0px 9px rgba(0,175,112,0.2);}
}
.map-left-box{
    float: right;
}
.map-banner-wrap {
    height: calc(100% - 4.8rem);
    position: relative;
    top:4.672rem;
    transition: .1s;
}
.map-content-bxo{
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 1.875rem;
    scrollbar-color: #d2d2d2 #f3f3f3;
    scrollbar-width: thin;
    transition: all .25s ease-in-out;
    scroll-padding-top: 3rem;
}

.flt-wrap{
    float: left;
    width: 100%;
    position: relative;
}
.map-left-box .home-map-container.fw-map {
    width:40%;
    height: 100%;
    position: fixed;
    right: 0;
    z-index: 22;
    -webkit-transform: translate3d(0,0,0);
    overflow: hidden;
}
.home-map-container.fw-map #map-main{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}
.half-map .map-content-wrap{
    position: relative;
    width:60%;
    min-height: 100vh;
    z-index: 10;
    float: left;
}
.map-content-wrap .map-content-bxo{
    max-height: 100%;
    overflow: auto;
    padding: 0;
    overflow: visible;
}
.map-content-wrap .map-content-bxo{
    padding:1.5rem 2em 0;
}
.map-content-list {
    position: relative;
    display: block;
    padding: 0 2rem 2rem;
}
._mp-inner-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom:1rem;
}
._mp-inner-first {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 1rem;
    flex-wrap: wrap;
}
.search-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #f1f3f7;
    width: 100%;
    max-width:550px;
	padding: 5px;
}
.search-inline .form-control {
    border-radius: 6px;
	font-weight:500;
	font-size:13px;
    border: none;
}
.search-inline .btn.btn-append {
    background: var(--maincolor);
    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: var(--maincolor);
}
.filter-pop-link.button:hover, .filter-pop-link.button:focus,.filter-pop-link.button:active {
    background:var(--maincolor);
    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:var(--darkcolor);
    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:var(--lightcolor);
    color:var(--headingcolor);
}
.nav-pills.whites .nav-link {
    background:#ffffff;
    color:var(--headingcolor);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color:#ffffff;
    background-color: var(--maincolor);
}
.nav-pills.lights .nav-link.active, .nav-pills.lights .show>.nav-link {
    background: var(--maincolor);
    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:var(--maincolor);
    color:#ffffff;
}
.nav-tabs {
    border-bottom: 2px solid #ebeff2;
}
.nav-tabs .nav-link {
    font-weight: 500;
    font-size: 13px;
    border: none;
	color:var(--linkcolor);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: var(--maincolor);
    border:none;
	opacity:1;
    border-bottom: 2px solid var(--maincolor);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color:var(--maincolor);
    border: none;
	opacity:1;
    border-bottom: 2px solid var(--maincolor);
}
.nav-pills.light-nav .nav-link.active, .nav-pills.light-nav .show>.nav-link {
    color: #ffffff !important;
    background:var(--maincolor) !important;
}
/*---------------- Accordian Design ----------------*/
.accordion-button:focus {
    z-index: 3;
    border-color:none;
    outline: 0;
    box-shadow:none;
}

.accordion-button {
    font-weight: 500;
    color:var(--headingcolor);
}
.accordion-button:not(.collapsed) {
    color:var(--maincolor);
    background-color:color-mix(in srgb, var(--maincolor), transparent 90%);
    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:var(--maincolor);
}
.page-sidebar .form-group {
    display: flex;
    width: 100%;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    text-decoration: none;
    background:#333c56;
    color: #ffffff;
}
#back2Top:hover {
    background-color:#ffffff;
    color:#333c56;
}
/*====================================
	Vesh Property Style
======================================*/
/*-------------- Job Grid Style ----------------*/
.job-instructor-layout {
    background:#ffffff;
    position: relative;
    display: block;
	transition:all ease 0.4s;
    border-radius:0.6rem;
}
.left-tags-capt{
    top: 10px;
    left: 0;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-webkit-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
}
.left-tags-capt>span {
    border-radius: 0 40px 40px 0 !important;
    -webkit-border-radius: 0 40px 40px 0 !important;
    -moz-border-radius: 0 40px 40px 0 !important;
    -ms-border-radius: 0 40px 40px 0 !important;
    -o-border-radius: 0 40px 40px 0 !important;
    margin-bottom:0.6rem;
}
.right-tags-capt{
    top: 10px;
    right: 0;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-webkit-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
}
.right-tags-capt>span {
    border-radius:40px 0px 0px 40px !important;
    -webkit-border-radius:40px 0px 0px 40px !important;
    -moz-border-radius:40px 0px 0px 40px !important;
    -ms-border-radius:40px 0px 0px 40px !important;
    -o-border-radius:40px 0px 0px 40px !important;
    margin-bottom:0.6rem;
	text-align: right;
}
.featured-text {
    display: inline-block;
    color: #009667;
    background: rgb(0 150 103 / 15%);
    padding:3px 15px;
    font-size:12px;
}
.urgent {
    display: inline-block;
    color: #ff8222;
    background: rgb(255 130 34 / 15%);
    padding:3px 15px;
    font-size:12px;
}
.hot {
    display: inline-block;
    color:#e91e33;
    background: rgba(233, 30, 51, 0.17);
    padding:3px 15px;
    font-size:12px;
}
.job-instructor-layout .brows-job-type span {
    position: absolute;
    padding: 4px 15px;
    top: 15px;
    right: 10px;
    line-height: 1.4;
    font-size: 11px;
    border-radius:0.3rem;
    font-weight: 500;
}
.full-time {
	background:rgba(3, 165, 4,0.1);
	color:#03a504;
}
.part-time {
    background: rgb(90 84 255 / 11%);
    color: #5a54ff;
}
.enternship {
	background:rgba(210, 0, 1,0.1);
	color:#d20001;
}
.freelanc {
	background:rgba(38, 169, 225,0.1);
	color:#26a9e1;
}
.job-instructor-thumb {
    display: table;
    width: 100%;
    padding: 5em 0em 1em;
    margin: 0 auto;
    border-radius: 8px;
}
.job-instructor-thumb img {
    display: table;
    margin: 0 auto;
    max-width: 80px;
    max-height: 80px;
}
.job-instructor-content {
    position: relative;
    padding: 0.1rem 1.2rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
	text-align: center;
    min-height: 80px;
}
.job-instructor-content.h-auto{
	min-height:auto !important;
}
.instructor-title {
    line-height: 1.5;
    font-size:16px;
	font-weight:500;
	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;
	font-size: 1.1rem;
}
.instructor-corses span {
    display: flex;
    padding: 4px 14px;
    font-weight: 500;
    background: var(--maincolor);
    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:var(--maincolor) !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: var(--tagbg);
	color: var(--tagcolor);

}
.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:color-mix(in srgb, var(--paragraphcolor), transparent 35%);
    font-size: 13px;
}
.jbs-job-title-wrap {
    position: relative;
    display: block;
    width: 100%;
}
.jbs-job-title-wrap h4 {
    margin: 0;
	font-weight: 500;
    font-size: 17px;
}
.jbs-job-title-wrap {
    position: relative;
    max-width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.4rem;
}
.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: 14px;
    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: var(--tagbg);
	color: var(--tagcolor);
    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;
    font-size:12px;
}
.jbs-info-ico-style .jbs-single-y1 span {
    position: relative;
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    background: red;
    box-shadow: 0 0 0 4px rgba(2,2,2,0.8);
    margin-right: 10px;
}
.jbs-info-ico-style .jbs-single-y1.style-1 span {
    background: rgb(255 152 0 / 15%);
    box-shadow: 0 0 0 4px rgb(255 152 0 / 25%);
    color: #ff9800;
}
.jbs-info-ico-style .jbs-single-y1.style-2 span {
    background: rgb(76 175 80 / 15%);
    box-shadow: 0 0 0 4px rgb(76 175 80 / 25%);
    color:var(--maincolor);
}
.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: 1px;
    bottom: 4px;
    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: start;
    justify-content: center;
    width: auto;
}
.jbs-list-head-thunner.center{
	align-items:center;
}
.jbs-job-types-wrap {
    display: flex;
    margin-bottom: 0.3rem;
}
.jbs-list-emp-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width:60px;
    height:60px;
    background:var(--lightcolor);
    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;
	flex-wrap: wrap;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0,44,63,0.7);
}
.single-mrch-lists span {
    margin-left: 0.8rem;
}
.single-mrch-lists span:first-child{
	margin-left:0;
}
.jbs-list-head-middle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}
.elsocrio-jbs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}
.elsocrio-jbs .ilop-tr {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    background: #3d9b66;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgb(61 155 102 / 15%);
    box-shadow: 0 0 0 4px rgb(61 155 102 / 15%);
}
.elsocrio-jbs .jbs-list-pack{
    margin: 0;
	font-weight: 500;
    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 {
    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: start;
    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;
	font-weight: 500;
}
.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;
    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: 85px;
    height: 85px;
    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;
	font-weight: 500;
}
.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;
}
.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 var(--bordercolor);
    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:var(--tagbg);
    color: var(--tagcolor);
}
.jbs-head-bodys.classic-style .jbs-roots-y1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.jbs-head-bodys.classic-style .jbs-roots-y1-first {
    margin-top: -64px;
}
.jbs-head-bodys.classic-style .jbs-roots-y1-last {
    padding-top: 0.5rem;
}
.form-control.file-upld {
    background: #f4f5f7;
}

/*------------- Candidate Detail Page ----------------*/
.cndt-head-block {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cndt-head-block.center-align {
    position: relative;
    display: flex;
    flex-direction: column;
}
.cndt-head-left {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
}
.cndt-head-block.center-align .cndt-head-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cndt-head-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.cndt-head-thumb figure {
    margin: 0;
}
.cndt-head-caption {
    position: relative;
    padding-left: 1rem;
}
.cndt-head-block.center-align .cndt-head-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}
.cndt-head-block.center-align .cndt-head-caption-top {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cndt-yior-1 {
    position: relative;
    margin-bottom: 5px;
}
.cndt-yior-2 {
    position: relative;
    display: flex;
    margin-bottom: 5px;
}
.cndt-yior-2 .cndt-title {
    margin: 0;
}
.cndt-yior-3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cndt-head-block.center-align .cndt-yior-3 {
    align-items: center;
    justify-content: center;
}
.cndt-yior-3 span {
    font-weight: 500;
    font-size: 13px;
    margin-right: 1.2rem;
}
.cndt-yior-3 span:last-child{
    margin-right:0rem;
}
.cndt-head-caption-bottom {
    position: relative;
    display: block;
    margin-top: 1rem;
}
.cndt-yior-skills {
    display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.cndt-head-block.center-align .cndt-yior-skills {
    align-items: center;
    justify-content: center;
}
.cndt-yior-skills span {
    height: 24px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1px 15px;
    background: #dce2e7;
    border-radius: 0.2rem;
    margin: 4px 10px;
    margin-left: 0;
    font-weight: 400;
    font-size: 13px;
}
.cndt-head-block.center-align .cndt-yior-skills span{
	margin:5px;
}
.cndt-yior-skills.dark span {
    background: rgba(255,255,255,0.15);
    color: rgba(255,255,255,.8);
}
.cndt-footer {
    position: relative;
    width: 100%;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cdtsr-groups-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}
.single-cdtsr-block {
    position: relative;
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
	background:#ffffff;
    border: 1px dashed var(--bordercolor);
    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:color-mix(in srgb, var(--maincolor), transparent 90%);
    color:var(--maincolor);
}
.cndts-lgs-ico h6 {
    margin: 0;
    color:var(--maincolor);
}
.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:color-mix(in srgb, var(--maincolor), transparent 90%);
    color: var(--maincolor);
    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:var(--maincolor);
    color: #ffffff;
}
.eflorio-wrap-block {
    position: relative;
    display: block;
    background: #f2f6f9;
    border-radius: 0.6rem;
    width: 100%;
}
.eflorio-wrap-block.light {
    background: #ffffff;
}
.eflorio-wrap-group {
    position: relative;
    display: block;
    width: 100%;
}
.eflorio-wrap-body {
    position: relative;
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
}
.eflorio-list-groups {
    position: relative;
    display: block;
    width: 100%;
}
.single-eflorio-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom:1.4rem;
}
.single-eflorio-list:last-child{
	margin-bottom:0.8rem;
}
.single-eflorio-list .eflorio-list-icons {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 0.4rem;
    font-size: 20px;
}
.eflorio-wrap-block.light .single-eflorio-list .eflorio-list-icons{
	background:#f2f6f9;
}	
.single-eflorio-list .eflorio-list-captions {
    padding-left: 10px;
    position: relative;
    display: block;
    width: auto;
}
.single-eflorio-list .eflorio-list-captions label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2px;
}
.single-eflorio-list .eflorio-list-captions h6 {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}
.eflorio-wrap-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 1.5rem 1.4rem;
}
.eflorio-footer-body {
    position: relative;
    display: block;
    width: 100%;
}
/*------------- Employer Detail Page ----------------*/
.emplr-head-block {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.emplr-head-block.center-align {
    position: relative;
    display: flex;
    flex-direction: column;
}
.emplr-head-left {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
}
.emplr-head-block.center-align .emplr-head-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.emplr-head-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width:120px;
    height:120px;
    border-radius: 50%;
}
.emplr-head-thumb figure {
    margin: 0;
}
.emplr-head-caption {
    position: relative;
    padding-left: 1rem;
}
.emplr-head-block.center-align .emplr-head-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}
.emplr-head-block.center-align .emplr-head-caption-top {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.emplr-yior-1 {
    position: relative;
    margin-bottom:8px;
}
.emplr-yior-2 {
    position: relative;
    display: flex;
    margin-bottom:8px;
}
.emplr-yior-2 .emplr-title {
    margin: 0;
}
.emplr-yior-3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.emplr-head-block.center-align .emplr-yior-3 {
    align-items: center;
    justify-content: center;
}
.emplr-yior-3 span {
    font-weight: 500;
    font-size: 13px;
    margin-right: 1.2rem;
}
.emplr-yior-3 span:last-child{
    margin-right:0rem;
}
.emplr-head-caption-bottom {
    position: relative;
    display: block;
    margin-top: 1rem;
}
.emplr-yior-skills {
    display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.escort-award-wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.escort-award-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
}
.escort-award-thumb figure {
    margin: 0;
}
.escort-award-caption {
    display: block;
    text-align: center;
    padding:0.2 1rem 0.5rem 1rem;
    width: 100%;
}
.escort-award-caption h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.escort-award-caption label {
    font-size: 13px;
    font-weight: 500;
}
/*----------- Sidebar Of Job Detail ----------------*/
.detail-side-block {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 0.4rem;
    padding: 1rem;
}
.detail-side-block.brd {
    border: 2px solid #ebeff2;
}
.detail-side-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f1f3f5;
    border-radius: 1rem;
	overflow:hidden;
	margin-bottom:1rem;
}
.side-rtl-jbs-head .side-jbs-titles{
    margin: 0;
    font-size: 15px;
}
.side-flex-thumb {
    background: #172934;
    padding: 1rem;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side-flex-caption {
    padding-left: 1rem;
}
.side-rtl-jbs-block {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 0.6rem;
    background: #ffffff;
    width: 100%;
}
.side-rtl-jbs-block.brd {
    border: 2px solid #ebeff2;
}
.side-rtl-jbs-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
    border-bottom: 2px solid #ebeff2;
}
.side-rtl-jbs-body {
    position: relative;
    width: 100%;
    display: block;
}
.single-side-rtl-jbs{
    padding: 1rem;
    border-bottom: 1px solid #ebeff2;
}
.single-side-rtl-jbs:last-child {
    border-bottom:none;
}
.single-side-rtl-jbs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.single-fliox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.single-rtl-jbs-thumb {
    position: relative;
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
}
.single-rtl-jbs-caption {
    position: relative;
    padding-left: 0.5rem;
}
.single-rtl-jbs-thumb figure {
    margin: 0;
}
.hjs-rtls-titles {
    position: relative;
    display: block;
}
.hjs-rtls-titles .rtls-title {
    font-size: 15px;
    margin: 0;
}
.single-rtl-jbs-hot {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.single-rtl-jbs-hot .single-tag-rtls {
    margin-bottom: 10px;
}

.side-jbs-info-blox{
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 0.4rem;
    padding: 1rem;
}
.side-jbs-info-blox.brd {
    border: 2px solid #ebeff2;
}
.side-jbs-info-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
	margin-bottom:2rem;
}
.side-jbs-info-thumbs {
    width:70px;
    height:70px;
}
.side-jbs-info-thumbs figure {
    margin: 0;
}
.side-jbs-info-middle {
    position: relative;
    display: block;
    width: 100%;
}
.side-full-info-groups {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.side-full-info-groups .single-side-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    margin-bottom:1rem;
}

/*----------------- Search Sidebar Style ---------------*/
.side-widget-blocks {
    background:var(--lightcolor);
    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.8);
}
.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:var(--maincolor);
}
.widget-boxed-header h4 a.collapsed:before {
    content:"\f0d8";
    background:rgba(23, 172, 106,0.12);
    color:var(--maincolor);
}
.single_filter_card .form-check-inline {
    width: 100%;
}
.side-widget-inner .form-group li label {
    font-size: 14px;
	font-weight:400;
}
.side-widget-inner .form-check.form-check-inline {
    display:block;
}
.light-jbs-alert {
    background: #ffffff;
    border: 1px solid #ebf0f3;
    border-radius: 0.6rem;
    padding: 1rem 0.8rem;
}
.light-jbs-alert.light {
    background:#ffffff;
}
.alert-jbemail-box {
    position: relative;
    display: block;
    padding: 2rem 1.8rem;
    border-radius: 0.6rem;
    width: 100%;
}
.filter-list li {
    line-height: 1.7;
}
/*------------- Agent Contact Box ----------*/
.jobstock-ct-box {
    position: relative;
    width: 100%;
    border: 1px solid #e8ecf0;
    border-radius: 4px;
    padding:0 0rem;
    background: #ffffff;
}
.jobstock-ct-box.no-border {
    border:none;
}
.jobstock-ct-you1 {
    position: relative;
    width: 100%;
    padding: 2rem 2rem;
}
.jobstock-ct-youa {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 4px solid #f1f6fb;
    padding: 5px;
    margin: 0.5rem auto;
}
.jobstock-ct-youb {
    display: block;
    position: relative;
    text-align: center;
}
.jobstock-ct-youb h4 {
    margin: 0;
    font-size: 20px;
}
.jobstock-ct-youb p {
    margin: 0;
    font-weight: 500;
    font-size: 13px;
}
.jobstock-ct-you2 {
    margin-bottom: 1rem;
    position: relative;
	padding:0rem 2rem;
    width: 100%;
}
.jobstock-ct-you2>* {
    font-size:35px;
    font-weight: 600;
    color:#e91e63;
}
.jobstock-ct-you3, .jobstock-ct-you4{
	position: relative;
	padding:0rem 2rem;
    width: 100%;
}
.jobstock-ct-youc, .jobstock-ct-youd {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.jobstock-ct-you4 {
    padding:1rem 2rem;
    border-top:1px solid #e8ecf0;
    margin-top: 2rem;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

/*-------------- Property Reviews Design ---------------*/
.prt-reviews-groups {
    position: relative;
    display: block;
    width: 100%;
}
.prt-reviews-single {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e6ecf1;
    padding-bottom: 1.5rem;
}
.prt-reviews-single:last-child {
    margin-bottom:0rem;
    border-bottom:none;
    padding-bottom:0rem;
}
.prt-reviews-single-thumb {
    display: block;
    position: relative;
    width: 100%;
}
.prt-rvs-head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.prt-rvs-head-img {
    position: relative;
    width: 80px;
    height: 80px;
    border: 3px solid #f1f5f8;
    border-radius: 50%;
}
.prt-rvs-head-caption {
    position: relative;
    padding-left: 10px;
    width: auto;
}
.prt-ves-ratting {
    position: relative;
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
    letter-spacing: 1px;
    color:#ff9210;
}
.prt-ves-reviewer h4 {
    position: relative;
    margin: 0 0 2px;
    font-size: 17px;
}
.prt-ves-ratting-title h5 {
    font-size: 14px;
    margin: 0;
    line-height: 1;
}
.prt-reviews-single-content {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}
.prt-ves-paragraph{
	position: relative;
    display: block;
    width: 100%;
	margin-bottom:10px;
}
.prt-post-date {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    color: #3b5162;
}
.nerb-lists-groups {
    position: relative;
    width: 100%;
    display: block;
}
.nerb-lists-single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem;
    border: 1px dashed #dee6eb;
    margin-bottom: 1rem;
    border-radius: 0.3rem;
}
.nerb-lists-sgl-first {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.nerb-lists-sgl-head {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 190 130 / 10%);
    border-radius: 0.3rem;
}
.nerb-lists-sgl-head h5 {
    color: #00be82;
    margin: 0;
    font-size: 17px;
}
.nerb-lists-sgl-caption{
	width:240px;
	padding-left:10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.nerb-school-name {
    font-size: 15px;
    font-weight: 600;
	color:#00599a;
}
.nerb-school-subtext{
	color: #617896;
    font-size: 13px;
    font-weight: 500;	
}
.nerb-lists-sgl-last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3rem;
    width: 100%;
}
.nerb-lists-sgl-01, .nerb-lists-sgl-02, .nerb-lists-sgl-03 {
    display: block;
    position: relative;
    text-align: center;
}
.nerb-section-number {
    font-size: 15px;
    font-weight: 600;
    color: #051b35;
}
.nerb-section-title {
    font-size: 12px;
    font-weight: 500;
}
.othr-place-list {
    position: relative;
    display: flex;
    padding: 1rem;
    background: #ffffff;
    border: 1px dashed #dee6eb;
    border-radius: 0.3rem;
    align-items: flex-start;
    justify-content: flex-start;
}
.othr-place-list-icon {
    width: 40px;
    height: 40px;
    background: rgb(1 126 250 / 10%);
    color:var(--maincolor);
    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:var(--maincolor);
    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:var(--maincolor);
    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: var(--maincolor);
    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: 65px;
    border: 4px solid color-mix(in srgb, var(--maincolor), transparent 85%);
    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:var(--tagcolor);
}
.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:var(--tagcolor);
    margin-right: 7px;
    border: 2px solid var(--bordercolor);
}
.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:var(--darkcolor);
}
.booking-info-try ul li:last-child {
    background:var(--maincolor);
    padding: 0.8rem;
    border-radius: 0.2rem;
}
.booking-info-try ul li h6.total-title {
    font-size: 14px;
    color:#ffffff;
}
.booking-info-try ul li span.total-price {
    font-size:13px;
    color:#ffffff;
}
.datedrp{
  --dd-overlay: rgba(0, 0, 0, .75);
  --dd-text1:#091e33;
  --dd-primary:#617896;
  --dd-gradient:linear-gradient(45deg, #00BE82 0%, #00BE82 100%);
  --dd-selectedBackground:#00BE82;
  --dd-monthBackground:var(--maincolor);
  --dd-confirmButtonBackground:var(--maincolor);
}

/*---------------------------------------------
	jobstock All Features Styles
----------------------------------------------*/
/*-------------- Category Style --------------*/
.category-box {
    position: relative;
    height: 200px;
    background: #ffffff;
    border-radius: 0.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 5px 25px 0 rgba(41,128,185,0.15);
    -webkit-box-shadow: 0 5px 25px 0 rgba(41,128,185,0.15);
    transition: 0.6s linear;
}
.category-box.light{
	background:rgba(235, 239, 243,0.5);
	box-shadow:none;
	-webkit-box-shadow:none;
}
.category-box .category-desc .category-icon {
    font-size: 40px;
    margin-bottom:0px;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}
.category-box .category-desc i {
    font-size: 40px;
    margin-bottom: 7px;
    width: auto;
    height: auto;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}
.category-box .category-desc i.abs-icon {
    position: absolute;
    bottom: 5px;
    left: 5px;
    opacity: 0;
    transition: all ease-in 0.4s;
}
.category-box .category-desc .category-detail h4 {
    margin-bottom:12px;
	font-weight:500;
}
.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: var(--maincolor);
    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:var(--maincolor);
}
.vesm-city-list-body ul li a:hover, .vesm-city-list-body ul li a:focus {
    color: var(--maincolor);
}
.vesm-city-list-body ul li a:hover i, .vesm-city-list-body ul li a:focus i {
    color: var(--maincolor);
    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: var(--maincolor);
    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:var(--maincolor);
	color:#ffffff;	
}
.vesh-categ-list-links:hover, .vesh-categ-list-links:focus{
	
}
.vesh-categ-list-links:hover .vesh-categ-strt .starting, .vesh-categ-list-links:focus .vesh-categ-strt .starting{
	color:#022f5d;
}

/*------------------ jobstock Employer Style -----------------*/
.jobstock-emplr-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 2px solid #f1f3f7;
    border-radius: 6px;
    background: #ffffff;
}
.jobstock-list-75 span {
    font-weight: 600;
    font-size: 10px;
}
.jobstock-emplr-thumb {
    width:100px;
    height:100px;
	position: relative;
    margin:3rem auto 1rem;
}
.jobstock-emplr-content {
    padding: 0 1.2rem 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    text-align: center;
}
.vesh-emplr-rates {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vesh-emplr-rates i {
    font-size: 9px;
    margin: 0 1.4px;
    color: #ff9800;
}
.vesh-emplr-rates span {
    font-size: 12px;
    font-weight: 500;
    color:#7b8b9a;
    margin-left: 5px;
}
.vesh-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 1.5rem;
}
.jobstock-emplr-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0.7rem 1.2rem;
    border-top: 1px solid #eaeef2;
}
.jobstock-emplr-footer .rlhc-prt-location {
    font-weight: 500;
    font-size: 12px;
    color: #7a88a8;
    align-items: center;
}
.jobstock-emplr-social ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.jobstock-emplr-social ul li {
    list-style: none;
    margin-left: 12px;
    position: relative;
}
.jobstock-emplr-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #eaeef2;
    font-size: 12px;
	color:#617385;
}
.jobstock-emplr-wrap:hover a.btn, .jobstock-emplr-wrap:focus a.btn{
	cursor:pointer;
}
.count-emplr-25 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    background: rgb(6 178 138 / 12%);
    color: #06b28a;
    height:26px;
    margin: 0 auto 4px;
    width: auto;
    border-radius: 4px;
}
.count-emplr-25 span{
    font-size:12px;
	font-weight:500;
}  

/*----------------- Jobs Location Design --------------*/
.jbs-location-infortment {
    position: relative;
    display: block;
    width: 100%;
	background: #ffffff;
    border-radius: 0.6rem;
    border: 1px solid #e3e9ea;
}
.jbs-location-infortment-content {
    position: relative;
    padding: 0 1rem 0.8rem;
    text-align: center;
}
.jbs-location-infortment-content h4 {
    margin: 0;
    font-size: 16px;
}
/*--------------- Call To Action -------------*/
.call-action-container.light {
    background: #f1f3f7;
    position: relative;
}
.call-action-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
}
.call-action-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
}
.call-action-form{
	display:flex;
	align-items: center;
    justify-content: center;
    flex-direction: column;
	margin-top:2.5rem;
	width:100%;
}
.call-action-form form {
    width:90%;
    margin: 0 auto;
}
.newsltr-form {
    display: flex;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    width: 100%;
    padding: 7px;
    border-radius:0.4rem;
}
.call-action-form.rounded .newsltr-form {
    border-radius: 0.5rem;
}
.call-action-form.rounded .newsltr-form.gray-style {
    background:var(--graycolor);
}
.newsltr-form .form-control {
    border: none;
    border-radius:0.4rem;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
	height:52px;
	background:transparent;
}
.newsltr-form .btn.btn-subscribe {
    background: var(--maincolor);
    border-radius:0.4rem;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    height:52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
}
.call-action-form.rounded .newsltr-form .btn.btn-subscribe {
    border-radius:0.4rem;
}
.call-action-container.dark .newsltr-form .btn.btn-subscribe {
    background:var(--maincolor);
}
/*-------------- Pricing Style --------------*/
.pr-table {
    text-align: center;
    padding: 10px 10px 15px 10px;
    border: 1px solid #c7d1da;
    margin-top: 25px;
    border-radius: 6px;
}
.pr-header {
    background:#212529;
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    border-radius: 6px;
}
.pr-plan {
    padding: 15px 0 5px 0;
}
.pr-plan h4 {
    color: #ffffff;
    font-size: 22px;
    margin-top: 0;
    text-transform: uppercase;
}
.pr-price {
    padding: 1em 0 0 0;
}
.pr-price h3 {
    color: #ffffff;
    font-size: 5.4em;
    margin-top: 0;
}
.pr-price h3 sup {
    color: rgba(255,255,255,0.7);
    margin-right: 5px;
    font-size: 25px;
}
.pr-price h3 sub {
    color: rgba(255,255,255,0.7);
    font-size: 20px;
}
.pr-features ul {
    margin: 0;
    padding: 2em 0;
}
.pr-features ul li {
    color:rgba(0,44,63,0.7);
	font-weight:500;
    padding: 10px 0;
    line-height: 1.8;
    font-size:14px;
    list-style: none;
    border-bottom:1px dashed #edeff3;
}
.pr-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: var(--maincolor);
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
    box-shadow: 0px 0px 0px 6px rgb(23 172 106 / 15%);
    -webkit-box-shadow: 0px 0px 0px 6px rgb(23 172 106 / 15%);
    -moz-box-shadow: 0px 0px 0px 6px rgb(23 172 106 / 15%);
}
.vib-list-caption {
    flex: 1;
    padding-left: 2rem;
    position: relative;
    display: block;
}
.vib-list-caption h5 {
    font-size:15px;
    margin-bottom:4px;
}
.vib-list-caption p {
    font-size: 14px;
    color: #456478;
    font-weight: 400;
    margin: 0;
}

/*------------------ Services Box Post Design -------------*/
.jobstock-posted-box-y78 {
    position: relative;
    display: flex;
    flex-direction: column;
    background:rgba(235, 239, 243,0.5);
    padding: 1.8rem 2.5rem;
    border-radius: 0.6rem;
}
.serv-ctr-title{
	margin-bottom:1rem;
}
.serv-ctr-title h2{
	font-size:3rem;
}
.serv-ctr-subtitle{
	margin-bottom:0.5rem;
}
.jobstock-posted-box-y78.colored {
    background: rgba(255,255,255,0.1);
}

/*------------------ Services Box 2 Design -------------*/
.work-process {
    position:relative;
	display:bloc;
}
.work-process-icon {
    width:60px;
    height:60px;
    float: none;
    margin-bottom:0.2rem;
    display: block;
}
.work-process-icon span {
    font-size:2.5em;
}
.work-process .work-process-caption {
    margin-left: 0px;
}
.work-process-caption h4 {
    font-weight:500;
    margin-bottom: 4px;
    font-size: 16px;
    position: relative;
    padding-bottom:5px;
    text-transform: uppercase;
}
.work-process-caption p {
    line-height: 1.8;
    font-weight: 400;
}
.overlio-vedio-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.overlio-vedio-box .play-video-btn {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    font-size: 25px;
}
.hired-box-slack {
    position: relative;
    text-align: center;
    padding: 6rem 5rem;
}
.hired-box-caption p {
    margin:2rem 0;
    font-size: 21px;
}

/*----------------- Modal Popup Design -----------------*/
.modal-dialog.filter-popup {
    max-width: 750px;
}
.modal-header {
    padding:2rem 1rem 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    flex-direction: column;
}
.mdl-thumb {
    display: block;
    margin-bottom: 1rem;
}
.mdl-title {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}
.modal-header h4 {
    font-size: 50px;
    color:#0a2a4b;
    margin: 0;
}
.modal-body {
    padding: 1rem 2rem 2rem;
}
.modal-login-form .form-group .form-control {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border:2px solid #f1f3f7;
    font-weight: 500;
    font-size: 13px;
    color: #2e4862;
}
.modal-login-form .form-group{
	position:relative;
	margin-bottom:20px;
}
.modal-login-form .form-group label {
    font-size: 12px;
    font-weight: 500;
    color:var(--maincolor);
}
.form-group .btn.btn-modal-login {
    background:var(--maincolor);
    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: var(--maincolor);
    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:var(--maincolor);
	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:var(--maincolor);
    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;
}
.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: var(--maincolor);
}

/*----------------------------------------------
	Inner Page Design 
-----------------------------------------------*/
.page-title {
    padding:2rem 0;
    min-height:240px;
    display: flex;
	background:#016551;
    align-items: center;
    justify-content: flex-start;
    background-size: cover !important;
}
.page-title .ipt-title {
    font-size: 50px;
    margin-bottom: 15px;
    color: #ffffff;
}
.page-title .ipn-subtitle {
    color: #199dff;
    font-weight: 500;
}
.breadcrumbs.light nav a {
    color: #ffffff;
    opacity: 0.75;
}
.breadcrumbs.light .breadcrumb-item+.breadcrumb-item::before{
	color: #ffffff;
    opacity: 0.75;
}
.breadcrumbs.light .breadcrumb-item.active{
	color: #ffffff;
    opacity:1;
}
.team-grid {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border-radius: 0.4rem;
}
.teamgrid-user {
    position: relative;
    display: block;
    padding: 10px;
}
.teamgrid-user img {
    border-radius: 0.4rem;
    display: block;
    width: 100%;
}
.teamgrid-content {
    padding: 0.5rem 1rem 1rem;
    text-align: left;
}
.teamgrid-content h4 {
    font-size: 17px;
    margin: 0;
    line-height: 1.5;
}
.ctr-jobstock-box {
    position: relative;
    display: flex;
    width: 100%;
    background:color-mix(in srgb, var(--maincolor), transparent 90%);
    border:color-mix(in srgb, var(--maincolor), transparent 85%);
    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 color-mix(in srgb, var(--maincolor), transparent 85%);
}
.ctr-jobstock-signl:last-child{
	border:none;
}
.ctr-jobstock-signl-ico {
    font-size: 2rem;
    color:var(--maincolor);
    margin-bottom: 0.5rem;
}
.ctr-jobstock-signl-caption p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
    color:var(--secondcolor);
}
.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:var(--bordercolor);
}
.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:var(--maincolor);
    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:var(--maincolor);
}
.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:var(--maincolor);
}

/*----------------------------------------------
 Blog Design Start
----------------------------------------------*/
/*------------ Grid Blog Design ------------------*/
.jobstock-grid-blog {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
    position: relative;
    border-radius: 6px;
	background:#ffffff;
    border: 2px solid #f1f3f7;
}
.jobstock-grid-blog .jobstock-grid-blog-thumb {
    padding: 10px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    display: block;
}
.jobstock-grid-blog .jobstock-grid-blog-thumb img {
    border-radius: 6px;
    width: 100%;
}
.jobstock-grid-blog-body {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
}
.jobstock-grid-body-header {
    position: relative;
    display: block;
    margin-bottom:10px;
}
.jobstock-grid-title,.jobstock-grid-body-middle {
    display: block;
    position: relative;
    width: 100%;
}
.jobstock-grid-posted {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    font-size: 12px;
    font-weight: 600;
    padding: 0 15px;
    border-radius: 4px;
    color: #ffffff;
    margin-bottom: 5px;
}
.jobstock-grid-title h4 {
    font-size: 16px;
    margin: 0;
}
.jobstock-grid-body-middle p {
    font-size: 14px;
    margin: 0;
}
.jobstock-grid-body-footer {
    padding:2rem 0 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.jobstock-grid-body-footer .btn.btn-blog-link {
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #e8edf2;
    font-size: 14px;
    color: #0c3258;
    transition: all ease 0.4s;
}
.jobstock-grid-body-footer .btn.btn-blog-link:hover, .jobstock-grid-body-footer .btn.btn-blog-link:focus,.jobstock-grid-body-footer .btn.btn-blog-link:active{
	background:var(--maincolor);
	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;
	color: var(--tagcolor);
}
.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: 85px;
    height: 85px;
    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-list ul li article .comment-details .comment-meta{
	margin-bottom:10px;
}
.comment-left-meta .author-name {
    font-size: 16px;
    margin: 0;
}
.comment-left-meta .comment-date{
	color:var(--tagcolor);
}
.comment-reply a {
    position: relative;
    float: right;
    padding: 4px 12px;
    background: #f4f5f7;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}
/*====================================
	User Dashboard
==================================*/
.dashboard-content .card {
    overflow: visible;
}
.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:color-mix(in srgb, var(--maincolor), transparent 85%);
	border-radius: 10px;
}

.dashboard-nav::-webkit-scrollbar{
	width:6px;
	background-color:color-mix(in srgb, var(--maincolor), transparent 85%);
}

.dashboard-nav::-webkit-scrollbar-thumb{
	background-color:var(--maincolor);
	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:var(--maincolor);
    background-color:color-mix(in srgb, var(--maincolor), transparent 90%);
}
.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:var(--maincolor);
}
.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:var(--maincolor);
    background-color:color-mix(in srgb, var(--maincolor), transparent 90%);
    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;
}
.upload-box {
  border: 2px dashed var(--bordercolor);
  background-color:transparent;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  width:100%;
}

.upload-box:hover {
  background-color:color-mix(in srgb, var(--maincolor), transparent 90%);
  border-color:color-mix(in srgb, var(--maincolor), transparent 70%);
}

.upload-box i {
  font-size:3rem;
  color:var(--maincolor);
}

.upload-box input[type="file"] {
  display: none;
}

.skills-section {
  margin-top: 30px;
}

.skills-section label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

textarea {
  width: 100%;
  border-radius: 10px;
  padding: 12px;
  font-size: 15px;
  resize: vertical;
  min-height:80px;
  max-height:90px;
}

.tags-container {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tags-container .tag {
  background-color:color-mix(in srgb, var(--maincolor), transparent 90%);
  color:var(--maincolor);
  padding:6px 17px;
  font-size: 13px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.2s;
}

.tags-container .tag:hover, .tag:focus {
  background-color:var(--maincolor);
  color:#ffffff;
}
/*----------------- Data Picker -------------*/
.datepicker {
    display: block;
}
.datepicker__header {
    background: var(--maincolor);
}
.datepicker table th {
    color:  color-mix(in srgb, var(--maincolor), transparent 40%);
}
.datepicker__day.is-disabled, .datepicker__day.is-otherMonth{
	color:  color-mix(in srgb, var(--maincolor), transparent 40%);
}
.datepicker__day {
    color: var(--darkcolor);
}
.datepicker__wrapper {
    font-family: var(--primaryfont);
    font-weight: 500;
}
.datepicker__day.is-today {
    color: var(--maincolor);
}
.datepicker__day div:hover, .datepicker__day.is-highlighted div {
    background:color-mix(in srgb, var(--maincolor), transparent 92%);
	color:var(--maincolor);
}
.datepicker__day.is-selected div{
    background: var(--maincolor);
}

/*----------------- HTML Editor Design -------------*/
.fr-toolbar .fr-command.fr-btn, .fr-popup .fr-command.fr-btn, .fr-modal .fr-command.fr-btn {
    color: var(--bodycolor);
}
.fr-desktop .fr-command:hover:not(.fr-table-cell), .fr-desktop .fr-command:focus:not(.fr-table-cell), .fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell), .fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
    background: var(--tagbg);
}
.fr-desktop .fr-command.fr-active:active {
    background: color-mix(in srgb, var(--maincolor), transparent 92%);
}
.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path {
    fill: var(--maincolor);
}



/*---------- 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 var(--bordercolor);
}
.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;
}
.profile-avatar {
	width: 140px;
	height: 140px;
	position: relative;
}

.profile-avatar svg {
	transform: rotate(-90deg);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.profile-avatar circle {
  fill: none;
  stroke-width: 5;
}

.profile-avatar .bg {
  stroke:#deded9;
}

.profile-avatar .progress {
  stroke: var(--maincolor);
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s ease;
}

.profile-avatar .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.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;
}

/*------------------ 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:color-mix(in srgb, var(--maincolor), transparent 90%);
}
.cd-resume-content p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.cd-resume-content h5 {
    margin: 0;
    font-size: 15px;
    color: var(--maincolor);
}
.cd-resume-icon {
    font-size: 50px;
    color:var(--maincolor);
    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: #00BE82 !important;
	background:rgba(0,190,130,0.15);
}
.add-light-btn {
    position: relative;
    display: inline-flex;
    padding: 0.5rem 1rem;
    background:#f1f3f6;
	color:#022f5d;
    font-weight: 500;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
}
.add-light-btn:hover, .add-light-btn:focus, .add-light-btn:active {
    background:rgba(0,172,106,0.12);
	color:var(--maincolor);
}

/*-------------------- 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 var(--maincolor);
}
.dash-msg-inbox ul li {
    border-bottom: 1px solid var(--bordercolor);
    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:var(--graycolor);
    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:var(--graycolor);
}
.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:var(--maincolor);
    background-color:color-mix(in srgb, var(--maincolor), transparent 90%);
}
.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:color-mix(in srgb, var(--maincolor), transparent 90%));
}
.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;
}
.footer-text{
	color:var(--footercolor);
}
.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 {
    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:var(--maincolor);
}
.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:var(--footercolor);
	font-size:13px;
}

.footer-widget ul li a:hover, .footer-widget ul li a:focus, .footer-widget ul li a:active{
	color:var(--maincolor);
}

.widget_media_image {
    margin-top: 3rem;
}
.footer-bottom {
    padding:0 0 20px;
	color:var(--footercolor);
	font-size:13px;
}

.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:var(--lightcolor);
	color:var(--footercolor);
    font-size: 15px !important;
    transition: all ease 0.4s;
}

.foot-socials ul li a:hover, .foot-socials ul li a:focus, .foot-socials ul li a:active {
    background:var(--maincolor);
    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:var(--darkcolor);
}
.single-jb-info-count .jbs-y7 span {
    font-size: 17px;
    font-weight: 600;
}
.jbs-y5 p {
    margin: 0;
    color:var(--footercolor);
    font-weight: 500;
    font-size: 13px;
}

.lg-ctr .single-jb-info-count .jbs-y7 .ctr {
    font-size: 35px;
    line-height: 1;
}
.lg-ctr .single-jb-info-count .jbs-y7 span {
    font-size: 30px;
}
.lg-ctr .jbs-y5 p {
    font-size: 14px;
}
.skin-theme-footer .lg-ctr .jbs-y5 p {
    color: rgba(255,255,255,0.6);
}
.app-wrap img {
    max-width: 250px;
}
.skin-dark-footer{
	background:var(--footerbg);
}
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:var(--darkfootercolor);
    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;
}
footer.skin-dark-footer .foot-socials ul li a {
    background:rgba(255,255,255,0.07);
	color:var(--footerdarkcolor);
}
footer.skin-dark-footer .foot-socials ul li a:hover, footer.skin-dark-footer .foot-socials ul li a:focus, footer.skin-dark-footer .foot-socials ul li a:active {
    background:var(--maincolor);
    color: #ffffff;
}
.skin-dark-footer .footer-bottom{
	color:#ffffff;
}
.skin-dark-footer .jbs-y5 p {
	color:var(--darkfootercolor);
}

/*--------------------------------------------------
	Responsiveness Start
---------------------------------------------------*/
@media all and (min-height: 600px) and (min-width: 767px) {
  .height-10 {
    height: 10vh;
  }
  .height-20 {
    height: 20vh;
  }
  .height-30 {
    height: 30vh;
  }
  .height-40 {
    height: 40vh;
  }
  .height-50 {
    height: 50vh;
  }
  .height-60 {
    height: 60vh;
  }
  .height-70 {
    height: 70vh;
  }
  .height-80 {
    height: 80vh;
  }
  .height-90 {
    height: 90vh;
  }
  .height-100 {
    height: 100vh;
  }
}

@media all and (max-width: 1199px) and (min-width: 768px) {
	.elsocrio-jbs .jbs-list-pack {
		font-size: 13px;
		margin: 0;
		margin-left: 10px;
	}
	.jbs-list-box .jbs-list-head-last .btn-outline-secondary {
		display: none;
	}

}


@media (min-width: 768px) {

}

@media (min-width: 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 {
		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;
		top: -1px;
		box-shadow:0 .125rem .25rem rgba(var(--bs-body-color-rgb),.075)!important;
	}
	.header.header-light.head-fixed, .header.header-dark.head-fixed {
		position: fixed;
		z-index: 99;
		width: 100%;
		transition: none !important;
		animation-name:none !important;
	}
	.filter_search_opt {
		display: none;
	}
	.header.header-transparent {
		background: transparent;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		display: inline-block;
		width: 100%;
		z-index: 4;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.change-logo .nav-brand.fixed-logo {
		display: none;
	}
	.change-logo.header-fixed .nav-brand.fixed-logo {
		display: block;
	}
	.change-logo.header-fixed .nav-brand.static-logo {
		display: none;
	}
	.header.header-transparent.header-fixed {
		border-bottom:1px solid #e9ecef;
		background: #ffffff;
		position: fixed;
		z-index: 999;
		width: 100%;
		top: -1px;
		-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:var(--navcolor);
	}
	.header.header-transparent .submenu-indicator-chevron {
		border-color: transparent #ffffff #ffffff transparent;
	}
	.header.header-transparent .nav-submenu .submenu-indicator-chevron {
		border-color: transparent color-mix(in srgb, var(--navcolor), transparent 30%) color-mix(in srgb, var(--navcolor), transparent 30%) transparent;
	}
	
	.header.header-transparent.dark .submenu-indicator-chevron {
		border-color: transparent var(--navcolor) var(--navcolor) 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 var(--maincolor) var(--maincolor) 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:var(--navcolor);
	}
	.header.header-transparent.header-fixed .submenu-indicator-chevron {
		border-color: transparent var(--navcolor) var(--navcolor) transparent;
	}
	.header.header-dark {
		background:var(--headerdark);
	}
	.header.header-dark .nav-brand, .header.header-dark .nav-brand:focus, .header.header-dark .nav-brand:hover, .header.header-dark .nav-menu>li>a {
		color: #ffffff;
	}
	.header.header-dark .submenu-indicator-chevron {
		border-color: transparent #ffffff #ffffff transparent;
	}
	.header.header-dark .nav-dropdown .submenu-indicator-chevron {
		border-color: transparent var(--navcolor) var(--navcolor) 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;
	}
	.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: 993px) {
	.mobile_nav {
		display: none;
	}
	a._filter-ico.ml-2 {
    display: none;
}
}


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

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
	h1, .h1 {
		font-size:3.8em;
		line-height: 1.31818182em;
	}
	.hero-header{
		padding:5rem 0;
		min-height:800px;
	}
	.content h1{
		font-size:70px;
	}
	.hero-content p{
		font-size:22px;
	}
	.jobstock-dash-block_content h4 {
		font-size: 35px;
	}
	.clios-img{
		max-width:600px;
	}
}


@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
	.clios-img{
		max-width:750px;
	}
}

@media (min-width: 1920px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1700px;
    }
	h1, .h1 {
		font-size:4em;
		line-height: 1.4em;
	}
	.hero-header{
		padding:6rem 0;
		min-height:850px;
	}
	
	.clios-img{
		max-width:800px;
	}
}


@media (max-width: 1200px) {
	.vesh-content-title {
		font-size: 14px;
	}
	.jobstock-agent-social ul li {
		margin-left: 5px;
	}
	.single-side-rtl-jbs {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.single-fliox {
		margin-bottom: 1rem;
	}
}	

@media (max-width: 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:0px;
		flex: 1;
	}
	.nav-menu>li .nav-dropdown {
		box-shadow: none;
		padding: 0;
	}
	.nav-menu>li>.nav-dropdown:before{
		display:none;
	}
	.footer-widget {
		padding-bottom:40px;
		padding-top: 0;
	}
	footer.dark-footer, footer.skin-light-footer, footer.skin-dark-footer {
		padding-top: 60px;
	}
	ul.mobile_nav.dhsbrd {
        margin:4px;
        margin-right: 35px;
    }
	ul.mobile_nav.dhsbrd li a {
		justify-content: start;
		color:#06325d !important;
	}
	.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: var(--maincolor);
		border-radius: 0.4rem;
		margin-bottom: 1rem;
		font-weight: 500;
		color: #ffffff !important;
	}
	.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;
	}
	.item-shorting-box .item-shorting.clearfix{
		margin-bottom:0.8rem;
	}		
	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;
	}
	.header.header-dark {
        background: var(--headerdark);
    }
	
}

@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:6px;
	}
	.lios-parts h6 {
		font-size: 14px;
	}
	.lios-vrst {
		margin-bottom: 1rem;
	}
	.hero-search-wrap {
		padding: 20px 15px;
	}
	.classic-search-box {
		display: flex;
		flex-direction: column;
	}
	.choose-propert-type {
		border: none;
	}
	.hero-search-content .form-group.full {
		padding: 5px 0;
		margin: 5px 0;
	}
	.hero-search-content .form-control {
		border: 2px solid #e2e8ed;
	}
	.jobstock-list-prty {
		display: flex;
		flex-direction: column;
	}
	.jobstock-list-prty-figure {
		width: 100%;
		margin-bottom: 0.8rem;
	}
	.jobstock-list-prty-caption {
		padding-left: 0;
	}
	.classic-search-box .form-group {
		width: 100%;
	}
	.btn.btn-filter-search {
		width: 100% !important;
		display: flex;
		margin-bottom: 0.5rem;
	}
	.jobstock-list-prty .jobstock-list-prty-caption {
		flex: auto;
		width: 100%;
	}
	.jobstock-list-middle {
		height: auto;
		margin-bottom: 0.5rem;
	}
	.messages-container-inner {
		display: flex;
		flex-direction: column;
	}
	.agent-list-block {
		flex-direction: column;
	}
	.agent-list-thumb {
		width: 100%;
		height: auto;
		margin-bottom: 1rem;
	}
	.agent-list-caption {
		padding: 0;
	}
	.blog-list-block {
		flex-direction: column;
	}
	.blog-list-thumber {
		height: auto;
	}
	.blog-list-caption {
		margin-top: 1rem;
		padding: 0 1rem 1rem;
	}
	.post-details .post-title {
		font-size: 18px;
		line-height: 1.4;
	}
	.ctr-jobstock-box {
		flex-direction: column;
	}
	.ctr-jobstock-signl {
		flex: 0 0 100%;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid rgb(0 190 130 / 20%);
	}
	.nerb-lists-single {
		flex-direction: column;
		align-items: flex-start;
	}
	.nerb-lists-sgl-caption {
		width: 100%;
	}
	.nerb-lists-sgl-last {
		padding: 1rem 0 0.5rem;
	}
	.mortgage-wrp-bloc {
		flex-direction: column;
	}
	.mortgage-wrp-bloc-single {
		flex: 0 0 100%;
		width: 100%;
		border-bottom: 1px dashed rgb(0 190 130 / 40%);
		border-right: none;
	}
	.mortgage-wrp-bloc-single:last-child{
		border-bottom:none;
		border-right: none;
	}
	.avl-features li {
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
	}
	.vesh-detail-headup {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.vesh-detail-headup-first {
		margin-bottom: 1rem;
	}
	.job-info-count-group {
		justify-content: flex-start;
		margin-top: 1rem;
	}
	.hero-header .text-xl {
		margin-bottom: 1rem;
	}
	.jbs-list-box .jbs-list-head-last .btn-outline-secondary {
		display: none;
	}
	.jbs-list-head-middle {
		display: none;
	}
	.experinc-post-title {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.cndt-head-block .cndt-yior-3, .emplr-head-caption .emplr-yior-3 {
		flex-wrap: wrap;
		justify-content: center;
	}
	.cndt-yior-3 span, .emplr-yior-3 span {
		flex: 0 0 50%;
		width: 50%;
		margin: 0.5rem 0;
		align-items: center;
		display: flex;
	}
	.center-align .cndt-yior-3 span{
		justify-content: center;
	}
	.cndt-footer {
		flex-direction: column;
	}
	.cndt-footer .cndt-footer-left {
		margin-bottom: 1rem;
	}
	.jbs-head-bodys-top {
		display: flex;
		flex-direction: column;
	}
	.jbs-roots-y1 {
		margin-bottom: 1rem;
	}
	.emplors-list-head-thunner {
		flex-direction: column;
		align-items: flex-start;
	}
	.emplors-list-job-caption {
		padding: 0;
		margin: 1rem 0;
	}
	.emplors-list-head {
		flex-direction: column;
		align-items: flex-start;
	}
	.emplr-head-block {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.emplr-head-left {
		flex-direction: column;
		align-items: flex-start;
	}
	.emplr-head-caption {
		padding: 0;
		margin: 1rem 0;
	}
	.dashboard-profle-wrapper {
		flex-direction: column;
	}
	.dashboard-profle-wrapper .dash-prf-end {
		padding: 0;
	}
	.dash-prf-infos {
		flex-wrap: wrap;
	}
	.single-dash-prf-infos {
		flex: 0 0 100%;
		margin-bottom: 1rem;
	}
	.jbs-list-postedinfo {
		display: flex;
		margin: 1rem 0;
		/* clear: both; */
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		flex-direction: column;
	}
	.footer .footer-top {
		margin-bottom:40px;
	}
	.jbs-list-usrs-thumb {
		width: 60px;
		height: 60px;
	}
	.dashboard-wrap {
        padding: 1.5rem 0.8rem !important;
    }
	.jbs-single-iou {
		margin-right: 2rem;
	}
	.jbs-dts-header {
		padding: 2rem 1rem;
	}
	.small-jbs-tab li.nav-item {
		flex: 1 1 auto;
	}
	.nav-pills.small-jbs-tab .nav-link {
		width: 100%;
	}
	.jbs-roots-y1-first .jbs-roots-thumb {
		width:70px;
		height:70px;
		margin-right: 5px;
	}
	.jbs-roots-y1-last .jbs-title-iop h2 {
		font-size: 19px;
		line-height: 1.4;
	}
	.jbs-head-bodys {
		padding: 1.5rem 1rem;
	}
	.singlerev.d-flex {
		flex-wrap: wrap;
	}
	.reviewsHeader h4 {
		font-size: 16px;
	}
}



@media (max-width: 600px) {
	.page-title .ipt-title {
		font-size:35px;
		margin-bottom: 8px;
		color: #ffffff;
	}
	.modal-body {
		padding: 1rem;
	}
	.app-wrap img {
		max-width: 200px;
	}
	
	table.property-table-wrap .dashboard_propert_wrapper .title {
		margin-top: 1rem;
	}
	._prt_filt_dash_flex .btn-md {
		padding: 0.8rem 0.99rem;
		font-size: 12px;
		font-weight: 600;
	}
	._mp-inner-content.elior {
		display: flex;
		flex-direction: column;
	}
	._mp-inner-content.elior .item-shorting.clearfix{
		margin-bottom:0.8rem;
	}
	._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;
        margin-right: 0.5rem;
        margin-bottom: 0.2rem;
    }
	.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;
	}
	.single-mrch-lists span {
		margin-left: 0;
        margin-right: 0.5rem;
        margin-bottom: 0.2rem;
	}
	.educations-emp-title h5 {
		font-size: 15px;
	}
	.jbs-list-emp-thumb figure img {
		max-width: 40px;
	}
	.btn-group.account-drop {
		position: relative;
		padding: 3px 5px;
	}
	ul.mobile_nav.dhsbrd li:first-child {
		display: none;
	}
}

@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.2rem 0.4rem;
		height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.jbs-blocs.style_03 {
		margin-bottom: 1.5rem;
	}
	.table-responsive {
		max-width: 300px;
		overflow-x: scroll;
	}
	.hero-header .position-absolute img {
		max-width: 100% !important;
	}
	.account-drop .dropdown-menu{
		max-width:290px;
		min-width:290px;
	}
}

@media (max-width: 380px) {
    .nav-brand img {
        max-width: 120px;
        position: relative;
    }
	.jbs-roots-y1-first .jbs-roots-thumb {
		width:55px;
		height:55px;
		margin-right: 5px;
	}
	.jbs-roots-y1-last .jbs-title-iop h2 {
		font-size: 17px;
		line-height: 1.4;
	}
}

.style-switcher{
	position:fixed;
	bottom:15%;
	transition:.4s ease-in-out;
	background-color:#fff;
	left:-220px;
	width:220px;
	padding:0;
	z-index:1010;
	box-shadow:0 0 25px rgba(0,0,0,0.1)
}
.style-switcher .css-trigger{
	position:absolute;
	bottom:15%;
	transform:translateY(-50%);
	right:-50px;
	width:50px;
	background-color:#ffffff;
	color:#c33129;
	border-radius:0 3px 3px 0;
	text-align:center;
	line-height:55px;
	height:50px;
	font-size:24px;
	cursor:pointer;
}
.style-switcher .css-trigger a{
	color:#c33129;
}
.style-switcher.active{
	left:0;
}
ul#themecolors{
	margin:0;
	padding:15px 0;
	text-align:center;
	background:#041b2d;
}
ul#themecolors li{
	list-style:none;
	padding:5px;
	display:inline-block;
}
ul#themecolors li a{
	width:42px;
	height:42px;
	background:#f4f5f7;
	display:inline-block;
	border-radius:0.4rem;
	font-size:0;
	border:3px solid rgba(255,255,255,1);
}



