@charset "UTF-8";
/*
* Theme Name: Hiredio - Job Board & Freelance Marketplace HTML Template
* Author: Themez Hub
* Version: 1.0.0
* Last Change: 4 Oct 2024
  Author URI    : http://www.Themezhub.com/

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default Style
** - Common Elentns 
** - Navbar & Header Styles
** - Intro Banner & Hero Header
** - Hiredio Elements Styles
** - Single Page Layouts
** - Half Map Elements Design
** - Inner Page Design 
** - Blog Design Start
** - Dashboard Styles Start
** - Footer Style
** - Responsiveness Start
*/
/*--------------------------------------------------
Default Style
---------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

:root,
[data-bs-theme=light] {
	--bs-white: #ffffff;
	--bs-white-bg: #ffffff;
	--bs-gray: #f5faf7;
	--bs-primary: var(--countr-primary-color);
	--bs-secondary: #143e3c;
	--bs-success: #86b02b;
	--bs-info: #00acee;
	--bs-warning: #946314;
	--bs-danger: #c2122f;
	--bs-cyan: #04765f;
	--bs-purple: #0364ff;
	--bs-light: #f9f9f9;
	--bs-dark: #22272d;
	--bs-primary-rgb: 21, 144, 87;
	--bs-secondary-rgb: 20, 62, 60;
	--bs-success-rgb: 134, 176, 43;
	--bs-info-rgb: 0, 172, 238;
	--bs-warning-rgb: 223, 148, 30;
	--bs-danger-rgb: 194, 18, 47;
	--bs-cyan-rgb: 4, 118, 95;
	--bs-purple-rgb: 3, 100, 255;
	--bs-light-rgb: 249, 249, 249;
	--bs-dark-rgb: 34, 39, 45;
	--bs-primary-2: #0a544c;
	--bs-primary-text-emphasis: #11854f;
	--bs-secondary-text-emphasis: #103836;
	--bs-success-text-emphasis: #7ca523;
	--bs-info-text-emphasis: #0392ca;
	--bs-warning-text-emphasis: #d08816;
	--bs-danger-text-emphasis: #9d0a22;
	--bs-light-text-emphasis: #eaeaea;
	--bs-dark-text-emphasis: #3f444e;
	--bs-cyan-text-emphasis: #005846;
	--bs-purple-text-emphasis: #045dea;
	--bs-primary-bg-subtle: #d2e6ff;
	--bs-secondary-bg-subtle: #d2e6ff;
	--bs-success-bg-subtle: #eff9d9;
	--bs-info-bg-subtle: #d8f4ff;
	--bs-warning-bg-subtle: #fdf3e2;
	--bs-danger-bg-subtle: #ffe8eb;
	--bs-cyan-bg-subtle: #cff1e9;
	--bs-purple-bg-subtle: #e0ecff;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-bg-dark: #098f52;
	--bs-secondary-bg-dark: #1c5351;
	--bs-success-bg-dark: #7ca523;
	--bs-info-bg-dark: #00a1df;
	--bs-warning-bg-dark: #d08816;
	--bs-danger-bg-dark: #b80e2a;
	--bs-cyan-bg-dark: #036f59;
	--bs-purple-bg-dark: #5b5bed;
	--bs-primary-border-subtle: #c9e9da;
	--bs-secondary-border-subtle: #b5dbd9;
	--bs-success-border-subtle: #e0ecc6;
	--bs-info-border-subtle: #c1edff;
	--bs-warning-border-subtle: #f1e5d2;
	--bs-danger-border-subtle: #ffd2d8;
	--bs-cyan-border-subtle: #bcf2e5;
	--bs-purple-border-subtle: #d2e3ff;
	--bs-light-border-subtle: #f0f0f0;
	--bs-dark-border-subtle: #adb5bd;
	--bs-dropdown-link-active-bg: #d4203d;
	--bs-list-group-active-bg: #d4203d;
	--bs-list-group-active-border-color: #d4203d;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-card-bg: #ffffff;
	--bs-card-header-bg: #ffffff;
	--body-font-family: "Jost", sans-serif;
	--heading-font-family: "Jost", sans-serif;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #4f5a64;
	--bs-body-color-rgb: rgb(79, 90, 100);
	--bs-body-bg: #ffffff;
	--bs-body-bg-rgb: 255, 255, 255;
	--paragraphColor: #4f5a64;
	--headingColor: rgb(10, 37, 64);
	--bs-text-white: #ffffff;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(20, 62, 60, 1);
	--bs-secondary-color-rgb: 20, 62, 60;
	--bs-secondary-bg: #143e3c;
	--bs-secondary-bg-rgb: 20, 62, 60;
	--bs-tertiary-color: rgba(33, 37, 41, 0.5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #159057;
	--bs-link-color-rgb: 21, 144, 87;
	--bs-link-hover-color: #098f52;
	--bs-link-hover-color-rgb: 9, 143, 82;
	--bs-link-decoration: underline;
	--bs-code-color: #159057;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #edf1f7;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-focus-ring-width: 0.25rem;
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-color: rgba(13, 110, 253, 0.25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545;
	--bs-nav-color: #000000;
	--bs-mute-color: #647380;
	--bs-muted2-color: #525e68;
	--bs-text-dark: #292e33;
	--bs-footer-color: #6e8497;
	--bs-darkfooter: #21242b;
	--bs-form-color: #272f34;
	--dark-footer-bg: #292e33;
	--bs-header-dark: #292e33;
	--bs-navtext: #000000;
	--bs-navarrow: #000000;
}

/* ----------------- Default Style: Typography Styles ----------------------- */
:focus-visible {
	outline: none;
}

body .pt-0 {
	background: var(--bs-body-bg);
	color: var(--bs-body-color);
	font-size: 15px;
	font-family: var(--body-font-family);
	font-optical-sizing: auto;
	margin: 0;
	font-weight: 400;
}

.subtitle .pt-0 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
}

.pt-0 h1,
.pt-0 h2,
.pt-0 h3,
.pt-0 h4,
.pt-0 h5,
.pt-0 h6 {
	color: var(--headingColor);
	font-weight: 600;
	font-optical-sizing: auto;
	font-family: var(heading-font-family);
}

.pt-0 .font-auto {
	font-family: initial;
}

.pt-0 .lead {
	font-size: 1.1rem;
	font-weight: 300;
}

.pt-0 .tag-bookmark i {
	height: auto;
	width: auto;
}

.pt-0 #preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--bs-light);
	z-index: 99;
}

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

.pt-0 .preloader span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: var(--bs-primary);
	animation: preloader 1.3s linear infinite;
}

.pt-0 .preloader span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
}

.pt-0 .text-body-secondary {
	--bs-text-opacity: 1;
	color: #5d6f7d !important;
}

.pt-0 .p,
.pt-0 p {
	line-height: 1.8;
	color: var(--paragraphColor);
}

.pt-0 .modal-open {
	overflow: hidden !important;
	padding-right: 0 !important;
}

.filterGroups {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.filterGroups .singleFilter-head {
	margin-bottom: 0.5rem;
	display: flex;
}

.filterGroups .singleFilter-head h6 {
	font-size: 14px;
}

.filterGroups .singleFilterwrap {
	padding: 1rem 1.5rem;
	border-bottom: 1px solid #ecf1f5;
}

.filterGroups .singleFilterwrap:last-child {
	border-bottom: none !important;
}

.br-dashed {
	border-style: dashed !important;
}

.pt-0 a {
	text-decoration: none;
}

.pt-0 a:hover,
.pt-0 a:focus {
	text-decoration: none;
}

.pt-0 .nav-link {
	color: #455873;
}

.pt-0 .nav-link:hover,
.pt-0 .nav-link:focus {
	color: var(--bs-primary);
}

.page-link {
	color: var(--bs-dark);
}

.page-link:hover,
.page-link:focus {
	color: var(--bs-primary);
}

html body .mdi:before,
html body .mdi-set {
	line-height: initial;
}

.pt-0 section {
	padding: 80px 0 80px;
}

.pt-0 section.min {
	padding: 50px 0 50px;
}

.pt-0 section.mid {
	padding: 80px 0 50px;
}

.gray-simple {
	background: #f1f5f8 !important;
}

.tbl {
	display: table;
}

.full-height {
	height: 100%;
}

.alert p {
	margin: 0;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.no-ul-list {
	padding: 0;
}

.no-ul-list li {
	list-style: none;
}

.text-muted-2 {
	color: var(--bs-muted2-color) !important;
}

.text-muted {
	color: var(--bs-mute-color) !important;
}

.text-seegreen,
.text-seagreen {
	color: var(--bs-cyan) !important;
}

.text-purple {
	color: var(--bs-purple) !important;
}

.text-sm-muted {
	font-size: 12px;
	font-weight: 500;
	color: var(gray-800);
}

.text-xs {
	font-size: 10px;
}

.text-smm {
	font-size: 11px;
}

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

.text-md {
	font-size: 14px;
}

.text-lg {
	font-size: 1.1rem !important;
}

.type--fade {
	opacity: 0.5;
}

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

blockquote {
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0;
	font-weight: 300;
	margin: 0;
	border-left: 0;
}

blockquote {
	font-style: italic;
}

blockquote:not(:last-child) {
	margin-bottom: 1.04em;
}

.moder-heading {
	width: 100%;
	display: block;
	margin-bottom: 40px;
	text-align: center;
}

.moder-heading .subtitleHeading-wrap {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.moder-heading .subtitleHeading-wrap .subtitle-heading {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	font-weight: 500;
	color: var(--bs-mute-color);
}

.moder-heading .main-heading {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0px;
}

.smart-heading-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	row-gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.smart-heading-wrap .smart-heading {
	width: auto;
	display: inline-block;
}

.smart-heading-wrap .smart-heading .subtitleHeading-wrap {
	display: block;
	width: 100%;
	margin-top: 10px;
}

.smart-heading-wrap .smart-heading .subtitleHeading-wrap .subtitle-heading {
	font-size: 16px;
	font-weight: 400;
	color: var(--bs-mute-color);
}

.smart-heading-wrap .smart-heading .main-heading {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 0px;
}

.smart-heading-wrap .explore-wrap {
	width: auto;
}

.smart-heading-wrap .explore-wrap .btn {
	height: 50px;
	padding: 2px 20px;
}

/* ----------------- Default Style: Extra Opacity ----------------------- */
.opacity-1 {
	opacity: 0.01;
}

.opacity-2 {
	opacity: 0.02;
}

.opacity-3 {
	opacity: 0.03;
}

.opacity-4 {
	opacity: 0.04;
}

.opacity-5 {
	opacity: 0.05;
}

/* ----------------- Default Style: Animation ----------------------- */
@keyframes preloader {
	0% {
		transform: scale(0, 0);
		opacity: 0.5;
	}

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

@keyframes anim-francisco {
	50% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	51% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

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

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

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

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}

	50% {
		opacity: 1;
	}
}

.animate-bounce {
	animation: bounce 2s infinite;
}

.animate-leftright {
	animation: leftright 2s infinite;
}

/* ----------------- Default Style: Buttons Styles ----------------------- */
.pt-0 .btn {
	padding: 10px 20px;
	height: 56px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all ease 0.4s;
	border-radius: 0.375rem;
	overflow: hidden;
	animation-delay: 0.7s;
	animation-duration: 0.5s;
	position: relative;
}

.pt-0 .btn::after {
	background-color: rgba(255, 255, 255, 0.76);
	content: "";
	height: 150px;
	left: -75px;
	position: absolute;
	top: -35px;
	transform: rotate(35deg);
	transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 40px;
	opacity: 0;
}

.pt-0 .btn:hover:after {
	left: 120%;
	transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 0.25;
}

.pt-0 .btn:hover {
	box-shadow: none;
}

.pt-0 .btn:focus {
	box-shadow: none;
}

.pt-0 .btn-more {
	padding: 1em 2em;
	height: 52px;
	font-size: 1em;
}

.pt-0 .btn-lg {
	padding: 1em 2.5em;
	height: 75px;
	font-size: 1.34em;
}

.pt-0 .btn-mid {
	padding: 1em 2em;
	height: 55px;
	font-size: 0.9rem;
}

.pt-0 .btn-md {
	padding: 1em 1.5em;
	height: 45px;
	font-size: 15px;
}

.pt-0 .btn-sm {
	padding: 0.25rem 0.5rem;
	height: 35px;
	font-size: 12px;
}

.pt-0 .btn-rounded.btn-xxl {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}

.pt-0 .btn-rounded.btn-xl {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
}

.pt-0 .btn-rounded.btn-lg {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

.btn-rounded.btn-md {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.btn-rounded.btn-sm {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.btn-rounded.btn-xs {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.btn-rounded.btn-xss {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
}

.btn-filter {
	padding: 0.25rem 0.8rem;
	height: 40px;
	font-size: 14px;
}

.btn-xs {
	padding: 0.2rem 0.5rem;
	height: 30px;
	font-size: 10px;
}

.btn-rounded {
	border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
}

.btn-arrow {
	position: relative;
}

.btn-success {
	--bs-btn-color: var(--bs-text-white);
	--bs-btn-hover-color: var(--bs-white-bg);
	--bs-btn-active-color: var(--bs-white-bg);
	--bs-btn-disabled-color: var(--bs-white-bg);
}

.btn-primary {
	--bs-btn-bg: #159057;
	--bs-btn-border-color: #159057;
	--bs-btn-hover-bg: #098f52;
	--bs-btn-hover-border-color: #098f52;
	--bs-btn-active-bg: #098f52;
	--bs-btn-active-border-color: #098f52;
	--bs-btn-disabled-bg: #159057;
	--bs-btn-disabled-border-color: #159057;
}

.btn-secondary {
	background: var(--bs-secondary);
	border-color: var(--bs-secondary);
	color: var(--bs-white);
}

.btn-secondary:hover {
	background: var(--bs-secondary-bg-dark) !important;
	border-color: var(--bs-secondary-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-secondary:focus {
	background: var(--bs-secondary-bg-dark) !important;
	border-color: var(--bs-secondary-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-secondary:active {
	background: var(--bs-secondary-bg-dark) !important;
	border-color: var(--bs-secondary-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-light-secondary {
	background: var(--bs-secondary-bg-subtle);
	border-color: var(--bs-secondary-border-subtle);
	color: var(--bs-secondary);
}

.btn-light-secondary:hover {
	background: var(--bs-secondary) !important;
	border-color: var(--bs-secondary) !important;
	color: var(--bs-white) !important;
}

.btn-light-secondary:focus {
	background: var(--bs-secondary) !important;
	border-color: var(--bs-secondary) !important;
	color: var(--bs-white) !important;
}

.btn-light-secondary:active {
	background: var(--bs-secondary) !important;
	border-color: var(--bs-secondary) !important;
	color: var(--bs-white) !important;
}

.btn-outline-secondary {
	background: transparent;
	border-color: var(--bs-secondary);
	color: var(--bs-secondary);
}

.btn-outline-secondary:hover {
	background: var(--bs-secondary) !important;
	border-color: var(--bs-secondary) !important;
	color: var(--bs-white) !important;
}

.btn-outline-secondary:focus {
	background: var(--bs-secondary) !important;
	border-color: var(--bs-secondary) !important;
	color: var(--bs-white) !important;
}

.btn-outline-secondary:active {
	background: var(--bs-secondary) !important;
	border-color: var(--bs-secondary) !important;
	color: var(--bs-white) !important;
}

.btn-outline-light {
	background: transparent;
	border-color: var(--bs-border-color);
	color: var(--bs-dark) !important;
}

.btn-outline-light:hover {
	background: var(--bs-dark) !important;
	border-color: var(--bs-dark) !important;
	color: var(--bs-white) !important;
}

.btn-outline-light:focus {
	background: var(--bs-dark) !important;
	border-color: var(--bs-dark) !important;
	color: var(--bs-white) !important;
}

.btn-outline-light:active {
	background: var(--bs-dark) !important;
	border-color: var(--bs-dark) !important;
	color: var(--bs-white) !important;
}

.btn-primary {
	background: var(--bs-primary);
	border-color: var(--bs-primary);
	color: var(--bs-white);
}

.btn-primary:hover {
	background: var(--bs-primary-bg-dark) !important;
	border-color: var(--bs-primary-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-primary:focus {
	background: var(--bs-primary-bg-dark) !important;
	border-color: var(--bs-primary-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-primary:active {
	background: var(--bs-primary-bg-dark) !important;
	border-color: var(--bs-primary-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-light-primary {
	background: var(--bs-primary-bg-subtle);
	border-color: var(--bs-primary-border-subtle);
	color: var(--bs-primary);
}

.btn-light-primary:hover {
	background: var(--bs-primary) !important;
	border-color: var(--bs-primary) !important;
	color: var(--bs-white) !important;
}

.btn-light-primary:focus {
	background: var(--bs-primary) !important;
	border-color: var(--bs-primary) !important;
	color: var(--bs-white) !important;
}

.btn-light-primary:active {
	background: var(--bs-primary) !important;
	border-color: var(--bs-primary) !important;
	color: var(--bs-white) !important;
}

.btn-outline-primary {
	background: transparent;
	border-color: var(--bs-primary);
	color: var(--bs-primary);
}

.btn-outline-primary:hover {
	background: var(--bs-primary) !important;
	border-color: var(--bs-primary) !important;
	color: var(--bs-white) !important;
}

.btn-outline-primary:focus {
	background: var(--bs-primary) !important;
	border-color: var(--bs-primary) !important;
	color: var(--bs-white) !important;
}

.btn-outline-primary:active {
	background: var(--bs-primary) !important;
	border-color: var(--bs-primary) !important;
	color: var(--bs-white) !important;
}

.btn-success {
	background: var(--bs-success);
	border-color: var(--bs-success);
	color: var(--bs-white);
}

.btn-success:hover {
	background: var(--bs-success-bg-dark) !important;
	border-color: var(--bs-success-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-success:focus {
	background: var(--bs-success-bg-dark) !important;
	border-color: var(--bs-success-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-success:active {
	background: var(--bs-success-bg-dark) !important;
	border-color: var(--bs-success-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-light-success {
	background: var(--bs-success-bg-subtle);
	border-color: var(--bs-success-border-subtle);
	color: var(--bs-success);
}

.btn-light-success:hover {
	background: var(--bs-success) !important;
	border-color: var(--bs-success) !important;
	color: var(--bs-white) !important;
}

.btn-light-success:focus {
	background: var(--bs-success) !important;
	border-color: var(--bs-success) !important;
	color: var(--bs-white) !important;
}

.btn-light-success:active {
	background: var(--bs-success) !important;
	border-color: var(--bs-success) !important;
	color: var(--bs-white) !important;
}

.btn-outline-success {
	background: transparent;
	border-color: var(--bs-success);
	color: var(--bs-success);
}

.btn-outline-success:hover {
	background: var(--bs-success) !important;
	border-color: var(--bs-success) !important;
	color: var(--bs-white) !important;
}

.btn-outline-success:focus {
	background: var(--bs-success) !important;
	border-color: var(--bs-success) !important;
	color: var(--bs-white) !important;
}

.btn-outline-success:active {
	background: var(--bs-success) !important;
	border-color: var(--bs-success) !important;
	color: var(--bs-white) !important;
}

.btn-danger {
	background: var(--bs-danger);
	border-color: var(--bs-danger);
	color: var(--bs-white);
}

.btn-danger:hover {
	background: var(--bs-danger-bg-dark) !important;
	border-color: var(--bs-danger-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-danger:focus {
	background: var(--bs-danger-bg-dark) !important;
	border-color: var(--bs-danger-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-danger:active {
	background: var(--bs-danger-bg-dark) !important;
	border-color: var(--bs-danger-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-light-danger {
	background: var(--bs-danger-bg-subtle);
	border-color: var(--bs-danger-border-subtle);
	color: var(--bs-danger);
}

.btn-light-danger:hover {
	background: var(--bs-danger) !important;
	border-color: var(--bs-danger) !important;
	color: var(--bs-white) !important;
}

.btn-light-danger:focus {
	background: var(--bs-danger) !important;
	border-color: var(--bs-danger) !important;
	color: var(--bs-white) !important;
}

.btn-light-danger:active {
	background: var(--bs-danger) !important;
	border-color: var(--bs-danger) !important;
	color: var(--bs-white) !important;
}

.btn-outline-danger {
	background: transparent;
	border-color: var(--bs-danger);
	color: var(--bs-danger);
}

.btn-outline-danger:hover {
	background: var(--bs-danger) !important;
	border-color: var(--bs-danger) !important;
	color: var(--bs-white) !important;
}

.btn-outline-danger:focus {
	background: var(--bs-danger) !important;
	border-color: var(--bs-danger) !important;
	color: var(--bs-white) !important;
}

.btn-outline-danger:active {
	background: var(--bs-danger) !important;
	border-color: var(--bs-danger) !important;
	color: var(--bs-white) !important;
}

.btn-warning {
	background: var(--bs-warning);
	border-color: var(--bs-warning);
	color: var(--bs-white);
}

.btn-warning:hover {
	background: var(--bs-warning-bg-dark) !important;
	border-color: var(--bs-warning-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-warning:focus {
	background: var(--bs-warning-bg-dark) !important;
	border-color: var(--bs-warning-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-warning:active {
	background: var(--bs-warning-bg-dark) !important;
	border-color: var(--bs-warning-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-light-warning {
	background: var(--bs-warning-bg-subtle);
	border-color: var(--bs-warning-border-subtle);
	color: var(--bs-warning);
}

.btn-light-warning:hover {
	background: var(--bs-warning) !important;
	border-color: var(--bs-warning) !important;
	color: var(--bs-white) !important;
}

.btn-light-warning:focus {
	background: var(--bs-warning) !important;
	border-color: var(--bs-warning) !important;
	color: var(--bs-white) !important;
}

.btn-light-warning:active {
	background: var(--bs-warning) !important;
	border-color: var(--bs-warning) !important;
	color: var(--bs-white) !important;
}

.btn-outline-warning {
	background: transparent;
	border-color: var(--bs-warning);
	color: var(--bs-warning);
}

.btn-outline-warning:hover {
	background: var(--bs-warning) !important;
	border-color: var(--bs-warning) !important;
	color: var(--bs-white) !important;
}

.btn-outline-warning:focus {
	background: var(--bs-warning) !important;
	border-color: var(--bs-warning) !important;
	color: var(--bs-white) !important;
}

.btn-outline-warning:active {
	background: var(--bs-warning) !important;
	border-color: var(--bs-warning) !important;
	color: var(--bs-white) !important;
}

.btn-info {
	background: var(--bs-info);
	border-color: var(--bs-info);
	color: var(--bs-white);
}

.btn-info:hover {
	background: var(--bs-info-bg-dark) !important;
	border-color: var(--bs-info-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-info:focus {
	background: var(--bs-info-bg-dark) !important;
	border-color: var(--bs-info-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-info:active {
	background: var(--bs-info-bg-dark) !important;
	border-color: var(--bs-info-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-light-info {
	background: var(--bs-info-bg-subtle);
	border-color: var(--bs-info-border-subtle);
	color: var(--bs-info);
}

.btn-light-info:hover {
	background: var(--bs-info) !important;
	border-color: var(--bs-info) !important;
	color: var(--bs-white) !important;
}

.btn-light-info:focus {
	background: var(--bs-info) !important;
	border-color: var(--bs-info) !important;
	color: var(--bs-white) !important;
}

.btn-light-info:active {
	background: var(--bs-info) !important;
	border-color: var(--bs-info) !important;
	color: var(--bs-white) !important;
}

.btn-outline-info {
	background: transparent;
	border-color: var(--bs-info);
	color: var(--bs-info);
}

.btn-outline-info:hover {
	background: var(--bs-info) !important;
	border-color: var(--bs-info) !important;
	color: var(--bs-white) !important;
}

.btn-outline-info:focus {
	background: var(--bs-info) !important;
	border-color: var(--bs-info) !important;
	color: var(--bs-white) !important;
}

.btn-outline-info:active {
	background: var(--bs-info) !important;
	border-color: var(--bs-info) !important;
	color: var(--bs-white) !important;
}

.btn-seegreen {
	background: var(--bs-cyan);
	border-color: var(--bs-cyan);
	color: var(--bs-white);
}

.btn-seegreen:hover {
	background: var(--bs-cyan-bg-dark) !important;
	border-color: var(--bs-cyan-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-seegreen:focus {
	background: var(--bs-cyan-bg-dark) !important;
	border-color: var(--bs-cyan-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-seegreen:active {
	background: var(--bs-cyan-bg-dark) !important;
	border-color: var(--bs-cyan-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-light-seegreen {
	background: var(--bs-cyan-bg-subtle);
	border-color: var(--bs-cyan-border-subtle);
	color: var(--bs-cyan);
}

.btn-light-seegreen:hover {
	background: var(--bs-cyan) !important;
	border-color: var(--bs-cyan) !important;
	color: var(--bs-white) !important;
}

.btn-light-seegreen:focus {
	background: var(--bs-cyan) !important;
	border-color: var(--bs-cyan) !important;
	color: var(--bs-white) !important;
}

.btn-light-seegreen:active {
	background: var(--bs-cyan) !important;
	border-color: var(--bs-cyan) !important;
	color: var(--bs-white) !important;
}

.btn-outline-seegreen {
	background: transparent;
	border-color: var(--bs-cyan);
	color: var(--bs-cyan);
}

.btn-outline-seegreen:hover {
	background: var(--bs-cyan) !important;
	border-color: var(--bs-cyan) !important;
	color: var(--bs-white) !important;
}

.btn-outline-seegreen:focus {
	background: var(--bs-cyan) !important;
	border-color: var(--bs-cyan) !important;
	color: var(--bs-white) !important;
}

.btn-outline-seegreen:active {
	background: var(--bs-cyan) !important;
	border-color: var(--bs-cyan) !important;
	color: var(--bs-white) !important;
}

.btn-purple {
	background: var(--bs-purple);
	border-color: var(--bs-purple);
	color: var(--bs-white);
}

.btn-purple:hover {
	background: var(--bs-purple-bg-dark) !important;
	border-color: var(--bs-purple-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-purple:focus {
	background: var(--bs-purple-bg-dark) !important;
	border-color: var(--bs-purple-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-purple:active {
	background: var(--bs-purple-bg-dark) !important;
	border-color: var(--bs-purple-bg-dark) !important;
	color: var(--bs-white) !important;
}

.btn-light-purple {
	background: var(--bs-purple-bg-subtle);
	border-color: var(--bs-purple-border-subtle);
	color: var(--bs-purple);
}

.btn-light-purple:hover {
	background: var(--bs-purple) !important;
	border-color: var(--bs-purple) !important;
	color: var(--bs-white) !important;
}

.btn-light-purple:focus {
	background: var(--bs-purple) !important;
	border-color: var(--bs-purple) !important;
	color: var(--bs-white) !important;
}

.btn-light-purple:active {
	background: var(--bs-purple) !important;
	border-color: var(--bs-purple) !important;
	color: var(--bs-white) !important;
}

.btn-outline-purple {
	background: transparent;
	border-color: var(--bs-purple);
	color: var(--bs-purple);
}

.btn-outline-purple:hover {
	background: var(--bs-purple) !important;
	border-color: var(--bs-purple) !important;
	color: var(--bs-white) !important;
}

.btn-outline-purple:focus {
	background: var(--bs-purple) !important;
	border-color: var(--bs-purple) !important;
	color: var(--bs-white) !important;
}

.btn-outline-purple:active {
	background: var(--bs-purple) !important;
	border-color: var(--bs-purple) !important;
	color: var(--bs-white) !important;
}

.btn-whites {
	background: var(--bs-white);
	border-color: var(--bs-white);
	color: var(--bs-dark);
}

.btn-whites:hover {
	background: var(--bs-dark) !important;
	border-color: var(--bs-dark) !important;
	color: var(--bs-white) !important;
}

.btn-whites:focus {
	background: var(--bs-dark) !important;
	border-color: var(--bs-dark) !important;
	color: var(--bs-white) !important;
}

.btn-whites:active {
	background: var(--bs-dark) !important;
	border-color: var(--bs-dark) !important;
	color: var(--bs-white) !important;
}

.btn-outline-whites {
	background: transparent;
	border-color: var(--bs-white);
	color: var(--bs-white);
}

.btn-outline-whites:hover {
	background: var(--bs-white) !important;
	border-color: var(--bs-white) !important;
	color: var(--bs-dark) !important;
}

.btn-outline-whites:focus {
	background: var(--bs-white) !important;
	border-color: var(--bs-white) !important;
	color: var(--bs-dark) !important;
}

.btn-outline-whites:active {
	background: var(--bs-white) !important;
	border-color: var(--bs-white) !important;
	color: var(--bs-dark) !important;
}

.btn-light-white {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.65);
	color: var(--bs-white);
}

.btn-light-white:hover {
	background: var(--bs-white) !important;
	border-color: var(--bs-white) !important;
	color: var(--bs-dark) !important;
}

.btn-light-white:focus {
	background: var(--bs-white) !important;
	border-color: var(--bs-white) !important;
	color: var(--bs-dark) !important;
}

.btn-light-white:active {
	background: var(--bs-white) !important;
	border-color: var(--bs-white) !important;
	color: var(--bs-dark) !important;
}

.btn-whitener {
	background: var(--bs-white);
	border-color: var(--bs-white);
	color: var(--bs-dark);
}

.btn-whitener:hover {
	background: var(--bs-primary) !important;
	border-color: var(--bs-primary) !important;
	color: var(--bs-white) !important;
}

.btn-whitener:focus {
	background: var(--bs-primary) !important;
	border-color: var(--bs-primary) !important;
	color: var(--bs-white) !important;
}

.btn-whitener:active {
	background: var(--bs-primary) !important;
	border-color: var(--bs-primary) !important;
	color: var(--bs-white) !important;
}

.btn-gray {
	background: #e4eaed;
	border-color: #e4eaed;
	color: var(--bs-dark);
}

.btn-gray:hover {
	background: var(--bs-dark) !important;
	border-color: var(--bs-dark) !important;
	color: var(--bs-white) !important;
}

.btn-gray:focus {
	background: var(--bs-dark) !important;
	border-color: var(--bs-dark) !important;
	color: var(--bs-white) !important;
}

.btn-gray:active {
	background: var(--bs-dark) !important;
	border-color: var(--bs-dark) !important;
	color: var(--bs-white) !important;
}

.btn.btn-dark-soft {
	color: var(--bs-white);
	background: rgba(245, 246, 247, 0.1);
}

.btn.btn-dark-soft:hover {
	color: var(--bs-dark);
	background: var(--bs-white);
}

.btn.btn-dark-soft:focus {
	color: var(--bs-dark);
	background: var(--bs-white);
}

.btn.btn-dark-soft:active {
	color: var(--bs-dark);
	background: var(--bs-white);
}

.btn-simple-link {
	transition: 0.35s;
	font-size: 16px;
	font-weight: 500;
	padding: 5px 2px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: var(--bs-primary);
	border: none;
	background: transparent;
}

.btn-simple-link:after {
	content: "";
	width: 100%;
	border-bottom: 2px solid var(--bs-primary);
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	transform: scale(1, 1);
	transform-origin: right center 0;
}

.btn-simple-link:before {
	content: "";
	width: 100%;
	border-bottom: 2px solid var(--bs-primary);
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	transform: scale(1, 1);
	transform-origin: right center 0;
}

.btn-simple-link:after {
	opacity: 0;
	transform: scale(0, 1);
	transform-origin: left center 0;
}

.btn-simple-link:hover {
	color: var(--bs-primary);
	transition: 0.35s;
}

.btn-simple-link:hover:before {
	opacity: 0;
	transform: scale(0, 1);
	transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
}

.btn-simple-link:hover:after {
	opacity: 1;
	transform: scale(1, 1);
	transition: transform 0.2s ease-in-out 0.25s;
}

.btn-dark-link {
	transition: 0.35s;
	font-size: 16px;
	font-weight: 500;
	padding: 5px 2px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: var(--bs-dark);
}

.btn-dark-link:after {
	content: "";
	width: 100%;
	border-bottom: 2px solid var(--bs-dark);
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	transform: scale(1, 1);
	transform-origin: right center 0;
}

.btn-dark-link:before {
	content: "";
	width: 100%;
	border-bottom: 2px solid var(--bs-dark);
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	transform: scale(1, 1);
	transform-origin: right center 0;
}

.btn-dark-link:after {
	opacity: 0;
	transform: scale(0, 1);
	transform-origin: left center 0;
}

.btn-dark-link:hover {
	color: var(--bs-primary);
	transition: 0.35s;
}

.btn-dark-link:hover:before {
	opacity: 0;
	transform: scale(0, 1);
	border-color: var(--bs-primary);
	transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
}

.btn-dark-link:hover:after {
	opacity: 1;
	transform: scale(1, 1);
	border-color: var(--bs-primary);
	transition: transform 0.2s ease-in-out 0.25s;
}

/* ----------------- Default Style: Dropdown Toggle Styles ----------------------- */
.dropdownToogle {
	position: relative;
	width: auto;
	padding: 0.8rem 1.5rem;
	font-weight: 500;
	cursor: pointer;
	transition: all ease 0.4s;
	border-radius: 50px;
	background: var(--bs-light);
	border: 1px solid #dadfe6;
	color: var(--bs-muted2-color);
	border-radius: 50px;
}

.dropdownToogle:after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdownToogle:hover {
	border-color: var(--bs-primary-border-subtle);
	background-color: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.dropdownToogle:focus {
	border-color: var(--bs-primary-border-subtle);
	background-color: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.dropdownToogle.md {
	padding: 0.5rem 1.2rem;
}

.dropdownToogle.md:hover {
	border-color: var(--bs-primary-border-subtle);
	background-color: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.dropdownToogle.md:focus {
	border-color: var(--bs-primary-border-subtle);
	background-color: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.dropdownToogle.sm {
	padding: 0.3rem 1rem;
	padding: 0.3rem 1rem;
	font-size: 13px;
}

.dropdownToogle.sm .dropdownToogle:after {
	display: inline-block;
	margin-left: 0.2em;
	vertical-align: 0.18em;
}

.dropdownToogle.sm:hover {
	border-color: var(--bs-primary-border-subtle);
	background-color: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.dropdownToogle.sm:focus {
	border-color: var(--bs-primary-border-subtle);
	background-color: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.filterToggle {
	position: relative;
	width: auto;
	padding: 0.8rem 1.5rem;
	font-weight: 500;
	cursor: pointer;
	transition: all ease 0.4s;
	border-radius: 50px;
	background: var(--bs-light);
	border: 1px solid #dadfe6;
	color: var(--bs-muted2-color);
	border-radius: 50px;
}

.filterToggle.primarySoft {
	border-color: var(--bs-primary-border-subtle);
	background-color: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.filterToggle:hover {
	border-color: var(--bs-primary-border-subtle);
	background-color: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.filterToggle:focus {
	border-color: var(--bs-primary-border-subtle);
	background-color: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.filterToggle.md {
	padding: 0.5rem 1.2rem;
}

.filterToggle.md:hover {
	border-color: var(--bs-primary-border-subtle);
	background-color: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.filterToggle.md:focus {
	border-color: var(--bs-primary-border-subtle);
	background-color: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.filterToggle.sm {
	padding: 0.3rem 1rem;
	padding: 0.3rem 1rem;
	font-size: 13px;
}

.filterToggle.sm:hover {
	border-color: var(--bs-primary-border-subtle);
	background-color: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.filterToggle.sm:focus {
	border-color: var(--bs-primary-border-subtle);
	background-color: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

/* ----------------- Default Style: Custom Forms Styles ----------------------- */
.pt-0 .form-control {
	height: 56px;
	font-size: 15px;
	box-shadow: none;
	background-clip: initial;
}

.pt-0 .form-control:focus {
	border-color: var(--bs-primary);
}

.pt-0 .form-control.transparent {
	background: rgba(255, 255, 255, 0.02);
	border-color: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.7);
}

.pt-0 .form-control.light {
	background: var(--bs-light);
	border-color: var(--bs-border-color);
	color: var(--bs-muted2-color);
}

.pt-0 .form-control.form-control-md {
	height: 44px;
}

.frm-search .form-group {
	min-width: 270px;
}

.form-group {
	margin-bottom: 15px;
}

.form-group label {
	margin-bottom: 0.5rem;
	font-size: 13px;
	font-weight: 500;
}

textarea.form-control {
	height: 150px !important;
}

.formField {
	position: relative;
	width: 100%;
}

.formField .icon-wrap {
	position: relative;
}

.formField .label {
	font-size: 16px;
	color: var(--bs-dark);
	margin-bottom: 0.6rem;
	padding: 0;
	display: block;
}

.formField .form-control {
	background-color: var(--bs-white) !important;
	border: 1px solid var(--bs-border-color);
}

.formField .form-control.lights {
	background-color: var(--bs-light) !important;
	border: 1px solid var(--bs-border-color);
}

.formField.icons {
	position: relative;
}

.formField.icons .form-control {
	padding-left: 35px;
}

.formField.icons .icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #798287;
}

.formField.icons.right {
	width: 100%;
}

.formField.icons.right .form-control {
	padding-left: 15px;
	padding-right: 35px;
}

.formField.icons.right .icon {
	position: absolute;
	right: 14px;
	top: 50%;
	left: auto;
}

.formField .btn {
	width: 100%;
	height: 56px;
	font-size: 15px;
	border-radius: 50px;
}

.select2-container--default .select2-results__option--selected {
	background-color: var(--bs-primary-bg-subtle) !important;
	color: var(--bs-primary) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: var(--bs-primary) !important;
	color: var(--bs-white) !important;
}

.select2-container--default .select2-results__option--selected {
	background-color: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.select2-dropdown {
	border-color: var(--bs-gray-300);
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 12px;
	border: 1px solid var(--bs-border-color);
}

.lights .select2-container .select2-selection--multiple,
.lights .select2-container .select2-selection--single {
	background-color: var(--bs-light) !important;
	border: 1px solid var(--bs-border-color);
}

.select-br-0 .select2-container .select2-selection--multiple,
.select-br-0 .select2-container .select2-selection--single {
	border: none !important;
}

.select2-container {
	width: 100% !important;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
	height: 56px;
	padding-left: 15px;
}

.border-none .select2-container .select2-selection--multiple,
.border-none .select2-container .select2-selection--single {
	border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: auto;
	top: 50%;
	right: 8px;
}

.select2-container--default .select2-selection--multiple {
	padding-bottom: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: 1px solid var(--bs-primary);
	background: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
	margin: 3px 0px 3px 5px;
	font-size: 13px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}

.select2-container .select2-search--inline .select2-search__field {
	padding: 0;
	font-family: inherit;
	margin: 0 !important;
	height: 22px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: var(--bs-primary);
	height: 100%;
	border-right: 1px solid var(--bs-primary-bg-subtle);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: var(--bs-primary);
	color: var(--bs-text-white);
	outline: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #dadfe6 1px;
	outline: 0;
}

.border-none .select2-container--default.select2-container--focus .select2-selection--multiple {
	border: none;
	outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #798287;
}

.bold .select2-container--default .select2-selection--single .select2-selection__placeholder,
.bold .select2-container .select2-selection--single .select2-selection__rendered,
.bold .select2-container .select2-search--inline .select2-search__field {
	font-weight: 500;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
}

.btn-flip-icon {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background: var(--bs-white-bg);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--bs-border-color);
	z-index: 1;
	font-size: 15px;
}

.btn-flip-icon .btn,
.btn-flip-icon button {
	outline: none;
	border: none;
	background: transparent;
}

.form-control:focus {
	box-shadow: none;
}

.form-control::-moz-placeholder {
	color: #798287;
	opacity: 1;
	/* Firefox */
}

.form-control::placeholder {
	color: #798287;
	opacity: 1;
	/* Firefox */
}

.fw-bold ::-moz-placeholder,
.fw-bold::-moz-placeholder {
	font-weight: 600;
}

.fw-bold ::placeholder,
.fw-bold::placeholder {
	font-weight: 600;
}

::-moz-placeholder {
	color: #c0cad0;
}

::placeholder {
	color: #c0cad0;
}

.hdd-arrow span.select2-selection__arrow {
	display: none;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.upload-btn-wrapper .btn {
	border: none;
	padding: 8px 20px;
	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;
}

/*---------- Default Style: Custom Dropdown ---------*/
.dropdowns {
	min-width: 12em;
	position: relative;
	margin: 0em;
}

.dropdowns.smaller {
	min-width: 8em;
	position: relative;
	margin: 0em;
}

.selections {
	background: var(--bs-white-bg);
	color: #6e7b8d;
	border: 1px solid var(--bs-border-color);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 0.2em;
	padding: 3px 6px;
	cursor: pointer;
	transition: background 0.3s;
}

.selections .caret {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #6e7b8d;
	transition: 0.3s;
	position: absolute;
	right: 7px;
}

.selections .caret-rotate {
	transform: rotate(180deg);
}

.selections .selected {
	font-size: 12px;
	color: #6e7b8d;
	font-weight: 500;
}

.dropdowns .menu {
	list-style: none;
	padding: 0.2em 0.5em;
	background: var(--bs-white-bg);
	box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
	border-radius: 0.5em;
	color: #6e7b8d;
	position: absolute;
	top: 2em;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	opacity: 0;
	display: none;
	transition: 0.2s;
	z-index: 1;
}

.dropdowns .menu li {
	padding: 0.2em 0.5rem;
	margin: 0.3em 0;
	border-radius: 0.2em;
	cursor: pointer;
}

.dropdowns .menu-open {
	display: block;
	opacity: 1;
}

.dropdowns .menu-open .active {
	background: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.form-check {
	min-height: 0.8rem;
	padding-left: 1.7rem;
}

.form-check-input {
	width: 1.1rem;
	height: 1.1rem;
	margin-top: 0.19em;
	margin-left: -1.7rem !important;
}

.form-check.lg {
	min-height: 1rem;
	padding-left: 2rem;
	margin-bottom: 0.5rem;
}

.form-check.lg .form-check-input {
	width: 1.4rem;
	height: 1.4rem;
	margin-top: 0.1em;
	margin-left: -2rem !important;
}

.form-check-input:checked {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}

.form-check-input:focus {
	border-color: var(--bs-primary-bg-subtle);
	outline: 0;
	box-shadow: 0 0 0 0.25rem var(--bs-primary-bg-subtle);
}

/*--------------------------------------------------
 Common Elentns 
---------------------------------------------------*/
.progress {
	margin-bottom: 1.5em;
	background-color: #efefef;
}

.progress .progress-bar {
	background-color: var(--bs-primary);
}

/* p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
	margin: 0 0 10px;
} */

.full-width {
	width: 100%;
}

.explore-content p {
	font-size: 19px;
	font-family: "Lora", serif;
	font-style: italic;
}

.shadow-0 {
	box-shadow: none !important;
}

.ovr-top {
	margin-top: -60px;
	position: relative;
	z-index: 1;
}

.shadow-wrap {
	box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.06);
	-webkit-box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.06);
	-moz-box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.06);
}

.dropdown-item {
	padding: 8px 1rem;
	color: #607394;
	font-size: 15.5px;
}

.dropdown-item:hover {
	color: var(--bs-primary);
	background-color: var(--bs-primary-bg-subtle);
}

.dropdown-item:focus {
	color: var(--bs-primary);
	background-color: var(--bs-primary-bg-subtle);
}

.dropdown-item:active {
	color: var(--bs-white);
	background-color: var(--bs-primary);
}

.dropdown-item.active {
	color: var(--bs-white);
	background-color: var(--bs-primary);
}

/*------------ Common Elentns: Dot BG ----------------*/
.bg-dot {
	background-size: 0.75rem 0.75rem;
}

.bg-dot.primary {
	background-image: radial-gradient(var(--bs-primary) 2px, transparent 2.5px);
}

.bg-dot.dark {
	background-image: radial-gradient(var(--bs-dark) 2px, transparent 2.5px);
}

.bg-dot.success {
	background-image: radial-gradient(var(--bs-success) 2px, transparent 2.5px);
}

.bg-dot.yellow {
	background-image: radial-gradient(var(--bs-warning) 2px, transparent 2.5px);
}

.bg-dot.danger {
	background-image: radial-gradient(var(--bs-danger) 2px, transparent 2.5px);
}

.bg-dot.info {
	background-image: radial-gradient(var(--bs-info) 2px, transparent 2.5px);
}

.bg-dot.purple {
	background-image: radial-gradient(var(--bs-purple) 2px, transparent 2.5px);
}

.bg-dot.light {
	background-image: radial-gradient(var(--bs-secondary) 2px, transparent 2.5px);
}

.bg-line.dark {
	background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, var(--bs-dark) 1.6px, var(--bs-dark) 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(--bs-primary) 1.6px, var(--bs-primary) 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, var(--bs-warning) 1.6px, var(--bs-warning) 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(--bs-success) 1.6px, var(--bs-success) 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, var(--bs-danger) 1.6px, var(--bs-danger) 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, var(--bs-purple) 1.6px, var(--bs-purple) 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, var(--bs-secondary) 1.6px, var(--bs-secondary) 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

/*------------------- Common Elentns: Margin Extra ----------------------*/
.mt-n2 {
	margin-top: -2rem !important;
}

.mt-n3 {
	margin-top: -3rem !important;
}

.mt-n4 {
	margin-top: -4rem !important;
}

.mt-n5 {
	margin-top: -5rem !important;
}

.mt-n6 {
	margin-top: -6rem !important;
}

.mt-n8 {
	margin-top: -8rem !important;
}

.mt-n10 {
	margin-top: -10rem !important;
}

.mb-01 {
	margin-bottom: 0.15rem !important;
}

.mb-n2 {
	margin-bottom: -2rem !important;
}

.mb-n3 {
	margin-bottom: -3rem !important;
}

.mb-n4 {
	margin-bottom: -4rem !important;
}

.mb-n5 {
	margin-bottom: -5rem !important;
}

.mb-n6 {
	margin-bottom: -6rem !important;
}

.mb-n8 {
	margin-bottom: -8rem !important;
}

.mb-n10 {
	margin-bottom: -10rem !important;
}

.mb-01 {
	margin-bottom: 0.15rem !important;
}

.mb-01 {
	margin-bottom: 0.15rem !important;
}

.ms-n2 {
	margin-left: -2rem !important;
}

.ms-n3 {
	margin-left: -3rem !important;
}

.ms-n4 {
	margin-left: -4rem !important;
}

.ms-n5 {
	margin-left: -5rem !important;
}

.ms-n6 {
	margin-left: -6rem !important;
}

.ms-n8 {
	margin-left: -8rem !important;
}

.ms-n10 {
	margin-left: -10rem !important;
}

.me-n2 {
	margin-right: -2rem !important;
}

.me-n3 {
	margin-right: -3rem !important;
}

.me-n4 {
	margin-right: -4rem !important;
}

.me-n5 {
	margin-right: -5rem !important;
}

.me-n6 {
	margin-right: -6rem !important;
}

.me-n8 {
	margin-right: -8rem !important;
}

.me-n10 {
	margin-right: -10rem !important;
}

.me-01 {
	margin-right: 0.15rem !important;
}

/*-------------- Common Elentns: Custom 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-300 {
	height: 300px;
}

.ht-400 {
	height: 400px;
}

.ht-500 {
	height: 500px;
}

.ht-100 {
	height: 100%;
	min-height: 580px;
}

.h-100 {
	height: 100vh;
}

.h-05 {
	height: 0.1rem !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;
}

.h-25 {
	height: 6rem !important;
}

.h-30 {
	height: 7rem !important;
}

.h-35 {
	height: 8rem !important;
}

.h-40 {
	height: 9rem !important;
}

.h-45 {
	height: 10rem !important;
}

.h-50 {
	height: 15rem !important;
}

.height-half {
	height: 50%;
}

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

.w-25 {
	width: 6rem !important;
}

.w-30 {
	width: 7rem !important;
}

.w-35 {
	width: 8rem !important;
}

.w-40 {
	width: 9rem !important;
}

.w-45 {
	width: 10rem !important;
}

.w-50s {
	width: 15rem !important;
}

.start-10 {
	left: 10% !important;
}

.start-20 {
	left: 20% !important;
}

.start-30 {
	left: 30% !important;
}

.start-40 {
	left: 40% !important;
}

.start-50 {
	left: 50% !important;
}

.start-60 {
	left: 60% !important;
}

.start-70 {
	left: 70% !important;
}

.start-80 {
	left: 80% !important;
}

.start-90 {
	left: 90% !important;
}

.end-10 {
	right: 10% !important;
}

.end-20 {
	right: 20% !important;
}

.end-30 {
	right: 30% !important;
}

.end-40 {
	right: 40% !important;
}

.end-50 {
	right: 50% !important;
}

.end-60 {
	right: 60% !important;
}

.end-70 {
	right: 70% !important;
}

.end-80 {
	right: 80% !important;
}

.end-90 {
	right: 90% !important;
}

/*---------- Common Elentns: Extra Margine ------------*/
.mt-n2 {
	margin-top: -2rem !important;
}

.mt-n4 {
	margin-top: -4rem !important;
}

.mt-n6 {
	margin-top: -6rem !important;
}

.mt-n8 {
	margin-top: -8rem !important;
}

.mt-n10 {
	margin-top: -10rem !important;
}

/*------------ Common Elentns: Custom Avatar ----------------*/
.avatar {
	display: inline-block !important;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: -0.01rem;
	border-radius: 100%;
	height: 3rem;
	width: 3rem;
	-o-object-fit: contain;
	object-fit: contain;
}

.avatar-xxxl {
	height: 7rem;
	width: 7rem;
}

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

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

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

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

.avatar-sm {
	height: 1rem;
	width: 1rem;
}

.avatar-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
}

.avatar-img.circle {
	border-radius: 50%;
}

/*------------ Common Elentns: Social Links ---------------*/
.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;
}

.color--whatsapp {
	color: #4caf50 !important;
}

.bg--facebook {
	background: #3b5998 !important;
	color: var(--bs-text-white) !important;
}

.bg--twitter {
	background: #00aced !important;
	color: var(--bs-text-white) !important;
}

.bg--googleplus {
	background: #dd4b39 !important;
	color: var(--bs-text-white) !important;
}

.bg--instagram {
	background: #125688 !important;
	color: var(--bs-text-white) !important;
}

.bg--pinterest {
	background: #cb2027 !important;
	color: var(--bs-text-white) !important;
}

.bg--dribbble {
	background: #ea4c89 !important;
	color: var(--bs-text-white) !important;
}

.bg--behance {
	background: #053eff !important;
	color: var(--bs-text-white) !important;
}

.bg--linkedin {
	background: #1685b9 !important;
	color: var(--bs-text-white) !important;
}

.btn--facebook {
	background: var(--bs-white-bg) !important;
	border: 1px solid #3b5998 !important;
	color: #3b5998 !important;
}

.btn--facebook:hover {
	background: #3b5998 !important;
	border: 1px solid #3b5998 !important;
	color: var(--bs-text-white) !important;
}

.btn--facebookfocus {
	background: #3b5998 !important;
	border: 1px solid #3b5998 !important;
	color: var(--bs-text-white) !important;
}

.btn--facebook:active {
	background: #3b5998 !important;
	border: 1px solid #3b5998 !important;
	color: var(--bs-text-white) !important;
}

.btn--twitter {
	background: var(--bs-white-bg) !important;
	border: 1px solid #00aced !important;
	color: #00aced !important;
}

.btn--twitter:hover {
	background: #00aced !important;
	border: 1px solid #00aced !important;
	color: var(--bs-text-white) !important;
}

.btn--twitter:focus {
	background: #00aced !important;
	border: 1px solid #00aced !important;
	color: var(--bs-text-white) !important;
}

.btn--twitter:active {
	background: #00aced !important;
	border: 1px solid #00aced !important;
	color: var(--bs-text-white) !important;
}

.btn--googleplus {
	background: var(--bs-white-bg) !important;
	border: 1px solid #dd4b39 !important;
	color: #dd4b39 !important;
}

.btn--googleplus:hover {
	background: #dd4b39 !important;
	border: 1px solid #dd4b39 !important;
	color: var(--bs-text-white) !important;
}

.btn--googleplus:focus {
	background: #dd4b39 !important;
	border: 1px solid #dd4b39 !important;
	color: var(--bs-text-white) !important;
}

.btn--googleplus:active {
	background: #dd4b39 !important;
	border: 1px solid #dd4b39 !important;
	color: var(--bs-text-white) !important;
}

.btn--instagram {
	background: var(--bs-text-white) !important;
	border: 1px solid #125688 !important;
	color: #125688 !important;
}

.btn--instagram:hover {
	background: #125688 !important;
	border: 1px solid #125688 !important;
	color: var(--bs-text-white) !important;
}

.btn--instagram:focus {
	background: #125688 !important;
	border: 1px solid #125688 !important;
	color: var(--bs-text-white) !important;
}

.btn--instagram:active {
	background: #125688 !important;
	border: 1px solid #125688 !important;
	color: var(--bs-text-white) !important;
}

.btn--pinterest {
	background: var(--bs-white-bg) !important;
	border: 1px solid #cb2027 !important;
	color: #cb2027 !important;
}

.btn--pinterest:hover {
	background: #cb2027 !important;
	border: 1px solid #cb2027 !important;
	color: var(--bs-text-white) !important;
}

.btn--pinterest:focus {
	background: #cb2027 !important;
	border: 1px solid #cb2027 !important;
	color: var(--bs-text-white) !important;
}

.btn--pinterest:active {
	background: #cb2027 !important;
	border: var(--bs-text-white) !important;
}

.btn--dribbble {
	background: var(--bs-white-bg) !important;
	border: 1px solid #ea4c89 !important;
	color: #ea4c89 !important;
}

.btn--dribbble:hover {
	background: #ea4c89 !important;
	border: 1px solid #ea4c89 !important;
	color: var(--bs-text-white) !important;
}

.btn--dribbble:focus {
	background: #ea4c89 !important;
	border: 1px solid #ea4c89 !important;
	color: var(--bs-text-white) !important;
}

.btn--dribbble:active {
	background: #ea4c89 !important;
	border: 1px solid #ea4c89 !important;
	color: var(--bs-text-white) !important;
}

.btn--behance {
	background: var(--bs-white-bg) !important;
	border: 1px solid #053eff !important;
	color: #053eff !important;
}

.btn--behance:hover {
	background: #053eff !important;
	border: 1px solid #053eff !important;
	color: var(--bs-text-white) !important;
}

.btn--behance:focus {
	background: #053eff !important;
	border: 1px solid #053eff !important;
	color: var(--bs-text-white) !important;
}

.btn--behance:active {
	background: #053eff !important;
	border: 1px solid #053eff !important;
	color: var(--bs-text-white) !important;
}

.btn--linkedin {
	background: var(--bs-white-bg) !important;
	border: 1px solid #1685b9 !important;
	color: #1685b9 !important;
}

.btn--linkedin:hover {
	background: #1685b9 !important;
	border: 1px solid #1685b9 !important;
	color: var(--bs-text-white) !important;
}

.btn--linkedin:focus {
	background: #1685b9 !important;
	border: 1px solid #1685b9 !important;
	color: var(--bs-text-white) !important;
}

.btn--linkedin:active {
	background: #1685b9 !important;
	border: 1px solid #1685b9 !important;
	color: var(--bs-text-white) !important;
}

.socialLinkwrap {
	width: 100%;
	display: block;
}

.socialLinkwrap ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.socialLinkwrap ul li {
	display: inline-block;
	list-style: none;
}

.socialLinkwrap ul li .socialLink {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	transition: all ease 0.4s;
	background-color: var(--bs-primary);
	color: var(--bs-white);
}

.socialLinkwrap.center {
	align-items: center;
	justify-content: center;
}

.socialLinkwrap.center ul {
	align-items: center;
	justify-content: center;
}

.socialLinkwrap.light ul li .socialLink {
	background-color: var(--bs-body-bg);
	color: var(--bs-dark);
}

.socialLinkwrap.light ul li .socialLink:hover {
	background-color: var(--bs-body-bg);
	color: var(--bs-primary);
}

.socialLinkwrap.light ul li .socialLink:focus {
	background-color: var(--bs-body-bg);
	color: var(--bs-primary);
}

.socialLinkwrap.light ul li .socialLink:active {
	background-color: var(--bs-body-bg);
	color: var(--bs-primary);
}

.socialLinkwrap.gray ul li .socialLink {
	background-color: var(--bs-light);
	color: var(--bs-dark);
}

.socialLinkwrap.gray ul li .socialLink:hover {
	background-color: var(--bs-light);
	color: var(--bs-primary);
}

.socialLinkwrap.gray ul li .socialLink:focus {
	background-color: var(--bs-light);
	color: var(--bs-primary);
}

.socialLinkwrap.gray ul li .socialLink:active {
	background-color: var(--bs-light);
	color: var(--bs-primary);
}

.socialLinkwrap.transparent ul li .socialLink {
	background-color: rgba(255, 255, 255, 0.12);
	color: var(--bs-white);
}

.socialLinkwrap.transparent ul li .socialLink:hover {
	background-color: var(--bs-body-bg);
	color: var(--bs-primary);
}

.socialLinkwrap.transparent ul li .socialLink:focus {
	background-color: var(--bs-body-bg);
	color: var(--bs-primary);
}

.socialLinkwrap.transparent ul li .socialLink:active {
	background-color: var(--bs-body-bg);
	color: var(--bs-primary);
}

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

/*---------- Common Elentns: Background & Images ---------------*/
.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 0.3s linear;
	-webkit-transition: opacity 0.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: #010300;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

[data-overlay].image--light:before {
	background: var(--bs-white-bg);
}

[data-overlay].bg--primary:before {
	background: #159057;
}

[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%;
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* 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].image--light:before {
	background: var(--bs-white-bg);
}

[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%;
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* 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: var(--bs-text-white);
}

[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: var(--bs-white-bg);
}

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

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: var(--bs-text-white);
}

div[data-overlay] p {
	color: var(--bs-text-white);
}

.parallax {
	overflow: hidden;
}

/**! 07. Icons **/
.icon {
	line-height: 1em;
	font-size: 3.14285714em;
}

.imagebg:not(.image--light) span {
	color: var(--bs-text-white);
}

/*---------- Common Elentns: Background Settings ---------*/
.object-fit {
	-o-object-fit: cover;
	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-wrapbefore {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #182538;
	display: block;
	content: "";
	opacity: 0.8;
}

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

.circle {
	border-radius: 100%;
}

.square--20 {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.square--25 {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.square--30 {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.square--35 {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.square--40 {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.square--45 {
	width: 45px;
	height: 45px;
	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;
}

/*---------- Common Elentns: Login & Signup Modal ---------------*/
.custom-modal {
	position: relative;
	width: 100%;
}

.custom-modal .modal-header {
	border: none;
	padding-bottom: 0;
}

.custom-modal .modal-header .close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--bs-danger-bg-subtle);
	border: 1px solid var(--bs-danger-border-subtle);
	color: var(--bs-danger);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	cursor: pointer;
	z-index: 1;
}

.custom-modal .modal-body {
	padding: 1.5rem 1.4rem 1rem;
}

.custom-modal .modal-body .nav-tabs {
	align-items: center;
	justify-content: center;
	max-width: 80%;
	margin: 0 auto;
	border: none;
}

.custom-modal .modal-body .nav-tabs .nav-item {
	width: 50%;
	flex: 0 0 50%;
	text-align: center;
}

.custom-modal .modal-body .nav-tabs .nav-item .nav-link {
	width: 100%;
	text-align: center;
	font-size: 15px;
	outline: none;
	box-shadow: none;
}

.custom-modal .modal-body .tab-content {
	width: 100%;
	padding: 1.5rem 1rem 1rem;
}

.custom-modal .modal-body .tab-content .loginForm {
	width: 100%;
	position: relative;
}

.custom-modal .modal-body .tab-content .loginForm .form-group {
	width: 100%;
	margin-bottom: 1.5rem;
}

.custom-modal .modal-body .tab-content .loginForm .form-group label {
	font-size: 15px;
	color: var(--bs-dark);
	margin-bottom: 0.5rem;
}

.custom-modal .modal-body .tab-content .loginForm .form-group .submitButton {
	width: 100%;
	font-size: 16px;
	height: 56px;
	border-radius: 50px;
}

.custom-modal .modal-body .tab-content .loginForm .forgetWrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.custom-modal .modal-body .tab-content .loginForm .prixer {
	width: 100%;
	position: relative;
	display: block;
	margin: 2rem 0 1.5rem;
}

.custom-modal .modal-body .tab-content .loginForm .prixer .devider-wraps {
	height: 0.5px;
	width: 100%;
	border: 1px dashed #e0e8ed;
	border-radius: 50px;
}

.custom-modal .modal-body .tab-content .loginForm .prixer .devider-wraps .devider-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: var(--bs-white-bg);
	padding: 0 10px;
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin {
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
	row-gap: 0.5rem;
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li {
	display: inline-block;
	list-style: none;
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	border-radius: 50%;
	background-color: var(--bs-light);
	color: var(--bs-mute-color);
	transition: all ease 0.4s;
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn:hover {
	background-color: var(--bs-dark);
	color: var(--bs-white);
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn:focus {
	background-color: var(--bs-dark);
	color: var(--bs-white);
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.facebook {
	color: #2b56af;
	background: #d9e4fa;
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.facebook:hover {
	background-color: #2b56af;
	color: var(--bs-white);
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.facebook:focus {
	background-color: #2b56af;
	color: var(--bs-white);
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.google {
	color: #d83729;
	background: #f2d7d5;
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.google:hover {
	background-color: #d83729;
	color: var(--bs-white);
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.google:focus {
	background-color: #d83729;
	color: var(--bs-white);
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.linkedin {
	color: #0275a3;
	background: #d2effa;
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.linkedin:hover {
	background-color: #0275a3;
	color: var(--bs-white);
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.linkedin:focus {
	background-color: #0275a3;
	color: var(--bs-white);
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.whatsapp {
	color: #02a35f;
	background: #d5f7e9;
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.whatsapp:hover {
	background-color: #02a35f;
	color: var(--bs-white);
}

.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.whatsapp:focus {
	background-color: #02a35f;
	color: var(--bs-white);
}

.optionFlex {
	width: 80%;
	margin: 0 auto 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}

.optionFlex.full {
	width: 100%;
}

.optionFlex .flex-fill {
	width: 50%;
}

.optionFlex .flex-fill .btn {
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	height: 52px;
}

.optionFlex .flex-fill .btn i {
	margin-right: 0.6rem;
}

/*----------- Common Elentns: Card Sedign ------------*/
.card {
	border: none;
	overflow: hidden;
	background: var(--bs-white-bg);
}

.card-header {
	background: var(--bs-white-bg);
	padding: 0.8rem 1rem;
	border-color: #e2e8ec;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-header h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.card-header h5 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.card-header h6 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

/*---------- Common Elentns: Custom Background Colors ------------*/
.bg-gredient {
	background-color: #E40046;
	background-image: -webkit-linear-gradient(left, #E40046, #6E5CFF);
}

.bg-lighten {
	background-color: #f7f2e7;
}

.bg-seaten {
	background-color: #ebf5f3;
}

.bg-primary-2 {
	background-color: var(--bs-primary-2) !important;
}

.bg-seegreen {
	background-color: var(--bs-cyan) !important;
}

.bg-purple {
	background-color: var(--bs-purple) !important;
}

.bg-white {
	background-color: var(--bs-white) !important;
}

.bg-dark-banner {
	background-color: #05264e !important;
}

.bg-light-primary {
	background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-light-secondary {
	background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-light-success {
	background-color: var(--bs-success-bg-subtle) !important;
}

.bg-light-info {
	background-color: var(--bs-info-bg-subtle) !important;
}

.bg-light-warning {
	background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-light-danger {
	background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-purple {
	background-color: var(--bs-purple-bg-subtle) !important;
}

.bg-light-seegreen {
	background-color: var(--bs-cyan-bg-subtle) !important;
}

.bg-light-dark {
	background-color: rgba(4, 27, 45, 0.1) !important;
}

.bg-transparents {
	background-color: rgba(255, 255, 255, 0.1);
}

.bg--graysmoke {
	background-image: linear-gradient(180deg, rgba(244, 244, 249, 0.8) 50%, rgba(244, 244, 249, 0.05) 100%);
}

.shape--bg:after {
	width: 48%;
	height: 72%;
	top: 21%;
	left: 52%;
}

.shape--bg:before {
	width: 48%;
	height: 72%;
	top: 21%;
	right: 52%;
}

/*----------- Common Elentns: Custom List Styles ----------*/
ul.simple-list,
ul.colored-list,
ul.simple {
	padding: 0;
	margin: 0;
}

ul.simple-list li,
ul.colored-list li {
	list-style: none;
	position: relative;
	color: rgba(0, 44, 63, 0.6);
	font-weight: 400;
	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: "\f192";
	font-family: "Font Awesome 6 Free";
	color: var(--bs-primary);
	position: absolute;
	left: 0;
}

/*---------- Common Elentns: Info Styles --------------*/
.label {
	padding: 4px 15px;
	font-weight: 500;
	border-radius: 4px;
	font-size: 75%;
}

.label-seegreen {
	background-color: var(--bs-cyan);
}

.label-dark {
	background-color: var(--bs-dark);
}

.label-inverse {
	background-color: var(--bs-gray-700);
}

.label-white {
	background-color: var(--bs-white);
}

.label-light-primary {
	background-color: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.label-light-success {
	background-color: var(--bs-success-bg-subtle);
	color: var(--bs-success);
}

.label-light-info {
	background-color: var(--bs-info-bg-subtle);
	color: var(--bs-info);
}

.label-light-warning {
	background-color: var(--bs-warning-bg-subtle);
	color: var(--bs-warning-bg);
}

.label-light-danger {
	background-color: var(--bs-danger-bg-subtle);
	color: var(--bs-danger-bg);
}

.label-light-purple {
	background-color: var(--bs-purple-bg-subtle);
	color: var(--bs-purple);
}

.label-light-seegreen {
	background-color: var(--bs-cyan-bg-subtle);
	color: var(--bs-cyan);
}

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

/*--------- Common Elentns: Table Custom Settings -----------*/
.table tr th {
	padding: 25px 25px;
	vertical-align: middle;
}

.table tr td {
	padding: 20px 25px;
	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 {
	border-collapse: collapse;
	width: 100%;
}

/*----------- Common Elentns: Custom badge Styles ----------*/
.badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.1rem 0.75rem;
	height: 30px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.3125rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-xs {
	font-size: 0.7rem;
	padding: 0.1rem 0.75rem;
	height: 26px;
}

.badge-md {
	font-size: 0.75rem;
	padding: 0.1rem 0.75rem;
	height: 28px;
}

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

.badge-purple {
	background-color: var(--bs-purple);
}

.badge-seegreen {
	background-color: var(--bs-cyan);
}

.badge-dark {
	background-color: var(--bs-dark);
}

.badge-light {
	background-color: #f2f9f8;
	border: 1px solid #e3ecea;
	color: #758885;
}

.badge-light:hover {
	background-color: var(--bs-primary-bg-subtle);
	border: 1px solid var(--bs-primary-border-subtle);
	color: var(--bs-primary);
}

.badge-light:focus {
	background-color: var(--bs-primary-bg-subtle);
	border: 1px solid var(--bs-primary-border-subtle);
	color: var(--bs-primary);
}

.badge-dark {
	background-color: var(--bs-dark);
}

.badge-primary {
	background-color: var(--bs-primary-bg-subtle);
	border: 1px solid var(--bs-primary-border-subtle);
	color: var(--bs-primary);
}

.badge-primary:hover {
	background-color: var(--bs-primary);
	border: 1px solid var(--bs-primary);
	color: var(--bs-white);
}

.badge-primary:focus {
	background-color: var(--bs-primary);
	border: 1px solid var(--bs-primary);
	color: var(--bs-white);
}

.badge-success {
	background-color: var(--bs-success-bg-subtle);
	border: 1px solid var(--bs-success-border-subtle);
	color: var(--bs-success);
}

.badge-success:hover {
	background-color: var(--bs-success);
	border: 1px solid var(--bs-success);
	color: var(--bs-white);
}

.badge-success:focus {
	background-color: var(--bs-success);
	border: 1px solid var(--bs-success);
	color: var(--bs-white);
}

.badge-danger {
	background-color: var(--bs-danger-bg-subtle);
	border: 1px solid var(--bs-danger-border-subtle);
	color: var(--bs-danger);
}

.badge-danger:hover {
	background-color: var(--bs-danger);
	border: 1px solid var(--bs-danger);
	color: var(--bs-white);
}

.badge-danger:focus {
	background-color: var(--bs-danger);
	border: 1px solid var(--bs-danger);
	color: var(--bs-white);
}

.badge-warning {
	background-color: var(--bs-warning-bg-subtle);
	border: 1px solid var(--bs-warning-border-subtle);
	color: var(--bs-warning);
}

.badge-warning:hover {
	background-color: var(--bs-warning);
	border: 1px solid var(--bs-warning);
	color: var(--bs-white);
}

.badge-warning:focus {
	background-color: var(--bs-warning);
	border: 1px solid var(--bs-warning);
	color: var(--bs-white);
}

.badge-info {
	background-color: var(--bs-info-bg-subtle);
	border: 1px solid var(--bs-info-border-subtle);
	color: var(--bs-info);
}

.badge-info:hover {
	background-color: var(--bs-info);
	border: 1px solid var(--bs-info);
	color: var(--bs-white);
}

.badge-info:focus {
	background-color: var(--bs-info);
	border: 1px solid var(--bs-info);
	color: var(--bs-white);
}

.badge-dark {
	background-color: var(--bs-dark-bg-subtle);
	border: 1px solid var(--bs-dark-border-subtle);
	color: var(--bs-dark);
}

.badge-dark:hover {
	background-color: var(--bs-dark);
	border: 1px solid var(--bs-dark);
	color: var(--bs-white);
}

.badge-dark:focus {
	background-color: var(--bs-dark);
	border: 1px solid var(--bs-dark);
	color: var(--bs-white);
}

.badge-purple {
	background-color: var(--bs-purple-bg-subtle);
	border: 1px solid var(--bs-purple-border-subtle);
	color: var(--bs-purple);
}

.badge-purple:hover {
	background-color: var(--bs-purple);
	border: 1px solid var(--bs-purple);
	color: var(--bs-white);
}

.badge-purple:focus {
	background-color: var(--bs-purple);
	border: 1px solid var(--bs-purple);
	color: var(--bs-white);
}

.badge-seegreen {
	background-color: var(--bs-cyan-bg-subtle);
	border: 1px solid var(--bs-cyan-border-subtle);
	color: var(--bs-cyan);
}

.badge-seegreen:hover {
	background-color: var(--bs-cyan);
	border: 1px solid var(--bs-cyan);
	color: var(--bs-white);
}

.badge-seegreen:focus {
	background-color: var(--bs-cyan);
	border: 1px solid var(--bs-cyan);
	color: var(--bs-white);
}

.badge-secondary {
	background-color: var(--bs-secondary-bg-subtle);
	border: 1px solid var(--bs-secondary-border-subtle);
	color: var(--bs-secondary);
}

.badge-secondary:hover {
	background-color: var(--bs-secondary);
	border: 1px solid var(--bs-secondary);
	color: var(--bs-white);
}

.badge-secondary:focus {
	background-color: var(--bs-secondary);
	border: 1px solid var(--bs-secondary);
	color: var(--bs-white);
}

.badge-transparent {
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: var(--bs-white);
}

.badge-transparent:hover {
	background-color: var(--bs-white);
	border: 1px solid rgb(255, 255, 255);
	color: var(--bs-primary);
}

.badge-transparent:focus {
	background-color: var(--bs-white);
	border: 1px solid rgb(255, 255, 255);
	color: var(--bs-primary);
}

.badge-outline {
	background-color: transparent;
	border: 1px solid var(--bs-border-color);
	color: var(--bs-mute-color);
}

.badge-outline:hover {
	background-color: var(--bs-primary-bg-subtle);
	border: 1px solid var(--bs-primary-border-subtle);
	color: var(--bs-primary);
}

.badge-outline:focus {
	background-color: var(--bs-primary-bg-subtle);
	border: 1px solid var(--bs-primary-border-subtle);
	color: var(--bs-primary);
}

/*----------- Common Elentns: Custom Animations Styles ----------*/
.movetwo {
	animation: movetwo 6s infinite ease-in-out alternate;
}

.movethree {
	animation: movethree 5s infinite ease-in-out alternate;
}

.movesquare {
	animation: moveSquare 4s infinite ease-in-out alternate;
}

.moveSquareOnee {
	animation: moveSquareOnee 7s infinite ease-in-out alternate;
}

.movethreeoop {
	animation: movethreeoop 8s infinite ease-in-out alternate;
}

.movethreek {
	animation: movethreek 5s infinite ease-in-out alternate;
}

@keyframes movetwo {
	from {
		transform: translateX(30px) rotateY(0deg) rotatX(45deg);
	}

	to {
		transform: translateX(20px) rotateY(50deg) rotateX(-20deg);
	}
}

@keyframes movethree {
	from {
		transform: translateX(30px) rotateY(-5deg) rotatX(45deg);
	}

	to {
		transform: translateX(20px) rotateY(50deg) rotateX(-20deg);
	}
}

@keyframes moveSquare {
	from {
		transform: translateX(10px) rotateY(45deg) rotatX(0deg);
	}

	to {
		transform: translateX(10px) rotateY(-45deg) rotateX(-45deg);
	}
}

@keyframes moveSquareOnee {
	from {
		transform: translateX(10px) rotateY(45deg) rotatX(0deg);
	}

	to {
		transform: translateX(10px) rotateY(-45deg) rotateX(-45deg);
	}
}

@keyframes movethreeoop {
	from {
		transform: translateX(30px) rotateY(-5deg) rotatX(45deg);
	}

	to {
		transform: translateX(20px) rotateY(50deg) rotateX(-20deg);
	}
}

@keyframes movethreek {
	from {
		transform: translateX(30px) rotateY(-5deg) rotatX(45deg);
	}

	to {
		transform: translateX(20px) rotateY(50deg) rotateX(-20deg);
	}
}

.tagFilter {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 5px;
	flex-wrap: wrap;
}

.tagFilter li {
	display: inline;
	list-style: none;
}

.tagFilter li .btn {
	height: 32px;
	padding: 2px 15px;
	font-size: 12px;
	border-radius: 50px;
	border: 1px solid var(--bs-border-color);
}

/*----------- Common Elentns: Custom Alert Styles ----------*/
.alert-primary {
	color: var(--bs-primary);
	background-color: var(--bs-primary-bg-subtle);
	border-color: var(--bs-primary-border-subtle);
}

.alert-primary .alert-link {
	color: var(--bs-primary-bg-dark);
}

.alert-secondary {
	color: var(--bs-secondary);
	background-color: var(--bs-secondary-bg-subtle);
	border-color: var(--bs-secondary-border-subtle);
}

.alert-secondary .alert-link {
	color: var(--bs-dark);
}

.alert-success {
	color: var(--bs-success);
	background-color: var(--bs-success-bg-subtle);
	border-color: var(--bs-success-border-subtle);
}

.alert-success .alert-link {
	color: var(--bs-success-bg-dark);
}

.alert-warning {
	color: var(--bs-warning);
	background-color: var(--bs-warning-bg-subtle);
	border-color: var(--bs-warning-border-subtle);
}

.alert-warning .alert-link {
	color: var(--bs-warning-bg-dark);
}

.alert-danger {
	color: var(--bs-danger);
	background-color: var(--bs-danger-bg-subtle);
	border-color: var(--bs-danger-border-subtle);
}

.alert-danger .alert-link {
	color: var(--bs-danger-bg-dark);
}

.alert-info {
	color: var(--bs-info);
	background-color: var(--bs-info-bg-subtle);
	border-color: var(--bs-info-border-subtle);
}

.alert-info .alert-link {
	color: var(--bs-info-bg-dark);
}

.alert-dark {
	color: var(--bs-white);
	background-color: var(--bs-dark);
	border-color: var(--bs-dark-border-subtle);
}

.alert-dark .alert-link {
	color: var(--bs-white);
}

.alert-seegreen {
	color: var(--bs-cyan);
	background-color: var(--bs-cyan-bg-subtle);
	border-color: var(--bs-cyan-border-subtle);
}

.alert-seegreen .alert-link {
	color: var(--bs-cyan-bg-dark);
}

.alert-purple {
	color: var(--bs-purple);
	background-color: var(--bs-purple-bg-subtle);
	border-color: var(--bs-purple-border-subtle);
}

.alert-purple .alert-link {
	color: var(--bs-purple-bg-dark);
}

.alert.tag-alert {
	border-radius: 50px;
	padding: 5px 25px 5px 10px;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
}

.alert.tag-alert .btn-close {
	padding: 10px 8px;
	font-size: 9px;
	outline: none;
	box-shadow: none;
	opacity: 1;
}

/*-------- Common Elentns: video Buttons Styles -------------*/
.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 var(--bs-white-bg);
	cursor: pointer;
	line-height: 6em;
	background: var(--bs-white-bg);
	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(--bs-primary);
}

.btn-check+.btn:hover,
.btn-check+.btn:focus {
	color: var(--bs-white);
	cursor: pointer;
	background: var(--bs-primary);
	border-color: var(--bs-primary);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn-check:active {
	color: var(--bs-white);
	background: var(--bs-primary);
	border-color: var(--bs-primary);
}

/*----------- Common Elentns: Custom Pagination Design ------------*/
.pagination {
	display: flex;
	padding-left: 0;
	border-radius: 4px;
	margin: 0px auto 0 !important;
}

.pagination>li>a,
.pagination>li>a,
.pagination>li>span {
	position: relative;
	margin-left: -1px !important;
	padding: 0.75rem 1rem;
	text-decoration: none;
	background-color: var(--bs-white);
	color: var(--bs-primary);
	text-align: center;
	line-height: 1.25;
	border: none;
	box-shadow: none;
	display: block;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	border: 1px solid #EAEDF2;
}

.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: 0;
	cursor: pointer;
}

.pagination>li {
	display: inline;
}

.active>.page-link,
.page-link.active {
	z-index: 3;
	color: var(--bs-white) !important;
	background-color: var(--bs-primary) !important;
	border-color: var(--bs-primary) !important;
}

.page-link:focus {
	box-shadow: var(--bs-primary-bg-subtle);
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.3125rem;
	border-bottom-left-radius: 0.3125rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.3125rem;
	border-bottom-right-radius: 0.3125rem;
}

.page-item:last-child .page-link {
	border-radius: 0 200em 200em 0 !important;
}

.page-item:first-child .page-link {
	border-radius: 200em 0 0 200em !important;
}

/*------------- Common Elentns: Accordion Styles ---------------*/
.accordion {
	position: relative;
	display: block;
	width: 100%;
}

.accordion .accordion-item {
	border-radius: 0.6rem;
	overflow: hidden;
	margin-bottom: 1rem;
	border: none;
}

.accordion .accordion-item .accordion-header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.accordion .accordion-item .accordion-header .accordion-button {
	font-weight: 500;
	font-size: 18px;
	padding: 1.5rem 1.5rem;
	color: var(--bs-dark);
	flex: 1;
}

.accordion .accordion-item .accordion-header .accordion-button:hover {
	z-index: 3;
	border-color: none;
	outline: 0;
	box-shadow: none;
}

.accordion .accordion-item .accordion-header .accordion-button:focus {
	z-index: 3;
	border-color: none;
	outline: 0;
	box-shadow: none;
}

.accordion .accordion-item .accordion-header .accordion-button .bi {
	width: 1em;
	height: 1em;
	fill: currentcolor;
}

.accordion .accordion-item .accordion-header .accordion-button::after {
	content: "\f0d8";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	background-image: none;
	width: 28px;
	height: 28px;
	display: flex;
	color: var(--bs-primary);
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all ease 0.4s;
	background: var(--bs-primary-bg-subtle);
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
	content: "\f0d7";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	background-image: none;
	width: 28px;
	height: 28px;
	display: flex;
	color: var(--bs-white);
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all ease 0.4s;
	background: var(--bs-primary);
}

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

.accordion .accordion-item .accordion-header .delete-item {
	width: 25px;
	height: 25px;
	font-size: 12px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-danger);
	background-color: var(--bs-danger-bg-subtle);
	border: 1px solid var(--bs-danger-border-subtle);
	border-radius: 50%;
	margin-left: 20px;
}

.accordion .accordion-item .accordion-body {
	padding: 0 1.5rem 1.5rem;
}

.accordion.accordion-flush {
	position: relative;
}

.accordion.accordion-flush .accordion-item {
	border-radius: 0.6rem;
	overflow: hidden;
	margin-bottom: 1rem;
	border: none;
}

.accordion.style-2 {
	position: relative;
}

.accordion.style-2 .accordion-header {
	width: 100%;
}

.accordion.style-2 .accordion-header .accordion-button {
	color: var(--bs-dark);
	background-color: var(--bs-body-bg);
	box-shadow: none;
}

.accordion.style-2 .accordion-header .accordion-button:not(.collapsed) {
	color: var(--bs-dark);
	background-color: var(--bs-body-bg);
	box-shadow: none;
}

.accordion.style-2 .accordion-header .accordion-button::before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	border: 3px solid #f4f5f7;
	border-radius: 50%;
	margin-right: 12px;
}

.accordion.style-2 .accordion-header .accordion-button::after {
	background-color: transparent;
	content: "";
	width: 11px;
	height: 11px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	left: 30px;
}

.accordion.style-2 .accordion-header .accordion-button:not(.collapsed):before {
	border: 3px solid var(--bs-primary-border-subtle);
}

.accordion.style-2 .accordion-header .accordion-button:not(.collapsed):after {
	content: "";
	background-color: var(--bs-primary);
	width: 11px;
	height: 11px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	left: 30px;
}

/*------------ Common Elentns: Nav Tabs & Tabs Styles --------------*/
.nav {
	display: flex;
	flex-wrap: wrap;
}

.nav.nav-tabs {
	border-bottom: none;
}

.nav.nav-tabs .nav-link {
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	outline: none;
	border: none;
	border-bottom: 2px solid transparent;
	box-shadow: none;
}

.nav.nav-tabs .nav-link:focus {
	color: var(--bs-primary);
	border: none;
	outline: none;
	box-shadow: none;
	opacity: 1;
	border-bottom: 2px solid var(--bs-primary);
}

.nav.nav-tabs .nav-link:hover {
	color: var(--bs-primary);
	border: none;
	outline: none;
	box-shadow: none;
	opacity: 1;
	border-bottom: 2px solid var(--bs-primary);
}

.nav.nav-tabs .nav-link:active {
	color: var(--bs-primary);
	border: none;
	outline: none;
	box-shadow: none;
	opacity: 1;
	border-bottom: 2px solid var(--bs-primary);
}

.nav.nav-tabs .nav-link:focus-visible {
	color: var(--bs-primary);
	border: none;
	outline: none;
	box-shadow: none;
	opacity: 1;
	border-bottom: 2px solid var(--bs-primary);
}

.nav.nav-tabs .nav-link.active {
	color: var(--bs-primary);
	border: none;
	outline: none;
	box-shadow: none;
	opacity: 1;
	border-bottom: 2px solid var(--bs-primary);
}

.nav.nav-tabs.lg .nav-link {
	padding: 1.2rem 1.7rem;
	font-size: 15px;
}

.nav.nav-tabs.medium .nav-link {
	padding: 0.9rem 1.4rem;
	font-size: 14px;
}

.nav.nav-tabs.nav-item.show .nav-link {
	color: var(--bs-primary);
	border: none;
	opacity: 1;
	border-bottom: 2px solid var(--bs-primary);
}

.nav.nav-tabs.simple-tabs {
	border: none;
}

.nav.nav-tabs.simple-tabs .nav-link {
	background: transparent;
	border-radius: 0;
	border-bottom: 2px solid transparent;
}

.nav.nav-tabs.simple-tabs .nav-link.active {
	background: transparent;
	border-color: var(--bs-primary);
}

.nav.nav-tabs.nav-item.show .nav-link {
	background: transparent;
	border-color: var(--bs-primary);
}

.nav.nav-pills {
	border-radius: 0.375rem;
}

.nav.nav-pills.centered {
	display: inline-flex;
	justify-content: space-around;
	margin-left: 50% !important;
	transform: translateX(-50%);
	width: auto;
}

.nav.nav-pills .nav-item {
	width: auto;
	list-style: none;
}

.nav.nav-pills .nav-item:last-child {
	margin: 0;
}

.nav.nav-pills .nav-item:last-child .nav-link {
	margin-right: 0px;
}

.nav.nav-pills .nav-link {
	font-weight: 500;
	padding: 0.8rem 1.6rem;
	background: var(--bs-dark);
	color: var(--bs-text-white);
	font-weight: 500;
	margin-right: 10px;
	box-shadow: none;
	outline: none;
}

.nav.nav-pills.mid .nav-link {
	padding: 0.7rem 1.9rem;
	font-size: 14px;
}

.nav.nav-pills.small .nav-link {
	padding: 0.5rem 0.8rem;
	font-size: 13px;
}

.nav.nav-pills.spacing .nav-link {
	margin-bottom: 10px;
}

.nav.nav-pills.lights .nav-link {
	background: transparent;
	color: var(--bs-dark);
}

.nav.nav-pills.lights .nav-link.active {
	background: var(--bs-white-bg);
	color: var(--bs-primary);
}

.nav.nav-pills.primary-soft .nav-link {
	background: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.nav.nav-pills.primary-soft .nav-link.active {
	background: var(--bs-primary);
	color: var(--bs-white) !important;
}

.nav.nav-pills.lightprimary .nav-link {
	background: var(--bs-white);
	color: var(--bs-primary);
}

.nav.nav-pills.lightprimary .nav-link.active {
	background: var(--bs-primary);
	color: var(--bs-white) !important;
}

.nav.nav-pills.outline .nav-link {
	background: var(--bs-white);
	border: 1px solid var(--bs-border-color);
	color: var(--bs-muted2-color);
}

.nav.nav-pills.outline .nav-link.active {
	background: var(--bs-primary);
	border-color: var(--bs-primary);
	color: var(--bs-white) !important;
}

.nav.nav-pills.primary .nav-link {
	background: transparent;
	color: var(--bs-primary);
}

.nav.nav-pills.primary .nav-link.active {
	background: var(--bs-primary);
	color: var(--bs-text-white) !important;
}

.nav.nav-pills.light-nav .show>.nav-link {
	color: var(--bs-text-white) !important;
	background: var(--bs-primary) !important;
}

.nav.nav-pills.light-nav .nav-link.active {
	color: var(--bs-text-white) !important;
	background: var(--bs-primary) !important;
}

.nav.nav-pills.lights.theme .show>.nav-link {
	background: var(--bs-primary);
	color: var(--bs-text-white);
}

.nav.nav-pills.lights.theme .nav-link.active {
	background: var(--bs-primary);
	color: var(--bs-text-white);
}

/*----------- Common Elentns: FLATPICKER CUSTOM STYLES -------------*/
.flatpickr-day.today {
	border-color: var(--bs-primary);
	color: var(--bs-primary);
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
	border-color: var(--bs-primary);
	background: var(--bs-primary);
	color: var(--bs-text-white);
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
	cursor: pointer;
	outline: 0;
	color: var(--bs-primary);
	background: var(--bs-primary-bg-subtle);
	border-color: var(--bs-primary-bg-subtle);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
	background: var(--bs-primary);
	box-shadow: none;
	border-color: var(--bs-primary);
}

.flatpickr-day.inRange {
	border-radius: 0;
	box-shadow: -5px 0 0 #fbe9e9, 5px 0 0 #fbe9e9;
}

.flatpickr-day.selected.startRange+.endRange,
.flatpickr-day.startRange.startRange+.endRange,
.flatpickr-day.endRange.startRange+.endRange {
	box-shadow: -10px 0 0 #fbe9e9;
}

/*-------------- Common Elentns: Slick Slider Settings ---------------*/
.slick-next {
	width: 40px;
	height: 40px;
	right: -10px;
	background: var(--bs-primary-bg-subtle);
	border: 1px solid var(--bs-primary-border-subtle);
	border-radius: 50%;
	z-index: 1;
	transition: all ease 0.4s;
}

.slick-next:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	color: var(--bs-primary);
	font-size: 15px;
	font-weight: 900;
}

.slick-next:hover {
	background: var(--bs-primary);
	border: 1px solid var(--bs-primary);
}

.slick-next:hover:before {
	color: var(--bs-white);
	opacity: 1;
}

.slick-next:focus {
	background: var(--bs-primary);
	border: 1px solid var(--bs-primary);
}

.slick-next:focus:before {
	color: var(--bs-white);
	opacity: 1;
}

.slick-prev {
	width: 40px;
	height: 40px;
	left: -10px;
	background: var(--bs-primary-bg-subtle);
	border: 1px solid var(--bs-primary-border-subtle);
	border-radius: 50%;
	z-index: 1;
	transition: all ease 0.4s;
}

.slick-prev:before {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	color: var(--bs-primary);
	font-size: 15px;
	font-weight: 900;
}

.slick-prev:hover {
	background: var(--bs-primary);
	border: 1px solid var(--bs-primary);
}

.slick-prev:hover:before {
	color: var(--bs-white);
	opacity: 1;
}

.slick-prev:focus {
	background: var(--bs-primary);
	border: 1px solid var(--bs-primary);
}

.slick-prev:focus:before {
	color: var(--bs-white);
	opacity: 1;
}

.slick-dots {
	bottom: -2rem;
}

.slick-dots li {
	margin: 0 4px;
	width: 10px;
	height: 10px;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
}

.slick-dots li button:before {
	font-size: 10px;
	width: 10px;
	height: 10px;
	content: "•";
	opacity: 1;
	color: var(--bs-primary-bg-subtle);
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: var(--bs-primary);
}

.brand-groups {
	padding: 0 20%;
}

.singleItem.slick-slide {
	padding: 0 12px 12px;
}

/*----------- Common Elentns: User Reviews Design ------------*/
.reviewsCard {
	position: relative;
	width: 100%;
	border: 1px solid var(--bs-border-color);
	background: var(--bs-body-bg);
	border-radius: 1.4rem;
}

.reviewsCard .reviewsBody {
	padding: 2rem;
	width: 100%;
}

.reviewsCard .reviewsBody .reviews-topHeader {
	width: 100%;
	position: relative;
	margin-bottom: 2rem;
}

.reviewsCard .reviewsBody .reviews-topHeader .reviewsStar {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 5px;
	column-gap: 5px;
	margin-bottom: 1rem;
}

.reviewsCard .reviewsBody .reviews-topHeader .reviewsStar .star {
	font-size: 13px;
	color: #e2e8ed;
}

.reviewsCard .reviewsBody .reviews-topHeader .reviewsStar .star.fill {
	color: #ff9800;
}

.reviewsCard .reviewsBody .reviews-topHeader .revws-desc {
	position: relative;
	width: 100%;
}

.reviewsCard .reviewsBody .reviews-topHeader .revws-desc .reviewsTitle {
	font-size: 15px;
	font-weight: 600;
}

.reviewsCard .reviewsBody .reviewerInfo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.reviewsCard .reviewsBody .reviewerInfo .reviewerFlex {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.reviewsCard .reviewsBody .reviewerInfo .reviewerFlex .revws-pic {
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

.reviewsCard .reviewsBody .reviewerInfo .reviewerFlex .revws-pic img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.reviewsCard .reviewsBody .reviewerInfo .reviewerFlex .revws-caps {
	flex: 1;
	width: auto;
}

.reviewsCard .reviewsBody .reviewerInfo .reviewerFlex .revws-caps .reviewerTitle {
	font-size: 14px;
	margin-bottom: 2px;
	font-weight: 600;
}

.reviewsCard .reviewsBody .reviewerInfo .reviewerFlex .revws-caps .reviewerSubtitle {
	font-size: 13px;
	line-height: 1.2;
}

.reviewsCard .reviewsBody .reviewerInfo .employerLogo {
	text-align: end;
	width: auto;
}

.reviewsCard .reviewsBody .reviewerInfo .employerLogo img {
	max-width: 100px;
}

.testimonialWrap {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}

.testimonialWrap .testimonial-body {
	width: 100%;
	text-align: center;
	padding: 1rem 0;
}

.testimonialWrap .testimonial-body .image {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 2rem;
}

.testimonialWrap .testimonial-body .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.testimonialWrap .testimonial-body .testimonial-content {
	width: 100%;
	text-align: center;
}

.testimonialWrap .testimonial-body .testimonial-content .reviewsStar {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 0.5rem;
	-moz-column-gap: 6px;
	column-gap: 6px;
}

.testimonialWrap .testimonial-body .testimonial-content .reviewsStar .star {
	color: #d8d8d8;
}

.testimonialWrap .testimonial-body .testimonial-content .reviewsStar .star.fill {
	color: #ff9800;
}

.testimonialWrap .testimonial-body .testimonial-content .caps {
	position: relative;
	width: 100%;
}

.testimonialWrap .testimonial-body .testimonial-content .caps .title {
	font-weight: 600;
	font-size: 20px;
}

.testimonialWrap .testimonial-body .testimonial-content .caps .desc {
	font-size: 17px;
}

.testimonialWrap .testimonial-body .testimonial-content .authorInfo {
	width: 100%;
	margin: 1.5rem 0 0;
}

.testimonialWrap .testimonial-body .testimonial-content .authorInfo .authorTitle {
	font-size: 16px;
	margin-bottom: 2px;
	font-weight: 500;
}

.testimonialWrap .testimonial-body .testimonial-content .authorInfo .designation {
	display: block;
	font-size: 14px;
	color: var(--bs-primary);
}

.stylish-section {
	position: relative;
}

.stylish-section .container {
	position: relative;
	z-index: 2;
}

.stylish-section .stylesBackgrounds {
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 0;
	bottom: 0;
	height: 100%;
}

.stylish-section .stylesBackgrounds .icon {
	position: absolute;
	width: 50px;
}

.stylish-section .stylesBackgrounds .icon .filter {
	filter: grayscale(100%);
}

.stylish-section .stylesBackgrounds .icon.style01 {
	left: 15%;
	top: 20%;
}

.stylish-section .stylesBackgrounds .icon.style02 {
	left: 2%;
	top: 50%;
	width: 65px;
}

.stylish-section .stylesBackgrounds .icon.style03 {
	left: 12%;
	top: 80%;
}

.stylish-section .stylesBackgrounds .icon.style04 {
	right: 15%;
	top: 20%;
}

.stylish-section .stylesBackgrounds .icon.style05 {
	right: 2%;
	top: 50%;
	width: 65px;
}

.stylish-section .stylesBackgrounds .icon.style06 {
	right: 12%;
	top: 80%;
}

/*-------------- Common Elentns: BREADCRUMBS STYLES ---------------*/
.breadcrumbs {
	font-size: 15px;
	font-weight: 400;
	color: var(--bs-body-color);
}

.breadcrumbs ul {
	margin: 0;
	padding: 0;
}

.breadcrumbs ul li {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 10px;
}

.breadcrumbs ul li:first-child {
	margin: 0;
}

.breadcrumbs ul li:first-child::before {
	display: none;
}

.breadcrumbs ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: var(--bs-body-color);
	font-size: 14px;
	margin-right: 15px;
}

.breadcrumbs ul li:last-child {
	color: var(--bs-primary);
}

.breadcrumbs ul li a {
	transition: all 0.2s ease-in-out;
	color: var(--bs-body-color);
}

.breadcrumbs.light {
	color: var(--bs-white);
}

.breadcrumbs.light li:before {
	color: var(--bs-white);
}

.breadcrumbs.light li:last-child {
	color: var(--bs-white);
}

.breadcrumbs.light li a {
	color: var(--bs-white);
}

/*--------------------------------------------------
Navbar & Header Styles
---------------------------------------------------*/
.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu>li>a {
	color: var(--bs-navtext);
}

.nav-dropdown.mega-menu {
	min-width: 800px;
	max-width: 840px;
	padding: 0 !important;
	right: auto !important;
	overflow: hidden;
}

.nav-dropdown.mega-menu ul {
	padding: 0;
	margin: 0.4rem 0;
}

.nav-dropdown.mega-menu ul li {
	list-style: none;
	display: block;
}

.nav-dropdown.mega-menu ul li a {
	padding: 0.55rem 0;
}

.nav-dropdown.xxl-menu {
	min-width: 300px;
	max-width: 300px;
	padding: 0 !important;
	right: auto !important;
	overflow: hidden;
}

.nav-dropdown.xxl-menu li {
	width: 100%;
	flex: 100%;
	clear: initial;
}

.nav-dropdown.xxl-menu li a {
	border-bottom: 1px solid #e4e8ec;
}

.nav-dropdown.xxl-menu li a:hover {
	padding-left: 10px;
	background-color: #f4f5f7 !important;
}

.nav-dropdown.xxl-menu li a:focus {
	padding-left: 10px;
	background-color: #f4f5f7 !important;
}

.pt-0 .nav-dropdown,
.pt-0 .nav-menu,
.pt-0 ul {
	list-style: none;
}

.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-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: 2px;
	text-decoration: none !important;
}

.nav-dropdown>li>a,
.nav-menu>li>a,
nav a {
	text-decoration: none;
}

.navigation-portrait .nav-brand {
	font-size: 18px;
}

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

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

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%;
	right: 0px;
	cursor: pointer;
	transform: translateY(-50%);
}

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

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

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

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

.navigation-portrait .mobile_nav {
	margin-right: 40px;
}

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

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

.nav-menus-wrapper-close-button {
	width: 30px;
	height: 30px;
	margin: 10px 7px;
	display: none;
	float: right;
	color: var(--bs-primary);
	font-size: 13px;
	cursor: pointer;
	background: var(--bs-primary-bg-subtle);
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
}

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

.nav-menu {
	margin: 0;
	padding: 0;
	line-height: normal;
}

.navigation-portrait .nav-menu {
	width: 100%;
}

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

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

.navigation-portrait .nav-menu>li {
	width: 100%;
	position: relative;
	border-top: solid 1px #f0f0f0;
}

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

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

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

.nav-menu>li>a {
	padding: 14px 12px;
	display: inline-block;
	transition: color 0.3s, background 0.3s;
	font-weight: 600;
	letter-spacing: 0.05px;
	text-transform: capitalize;
	font-size: 13px;
}

.nav-menu.nav-menu-social {
	align-items: center;
	display: inline-flex;
}

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

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

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

.navigation-portrait .nav-menu.nav-menu-social {
	width: 100%;
	text-align: center;
}

.nav-menu.nav-menu-social>li {
	text-align: center;
	border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
	width: auto;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
	padding: 0.6rem 0.8rem;
}

.submenu-indicator {
	margin-left: 6px;
	margin-top: 4px;
	float: right;
	transition: all 0.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 #39466d #39466d transparent;
	transform: rotate(45deg);
	transition: border 0.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 var(--bs-primary) var(--bs-primary) transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
	transform: rotate(0deg);
}

.navigation-portrait .submenu-indicator.submenu-indicator-up .submenu-indicator-chevron {
	transform: rotate(225deg);
}

.nav-overlay-panel {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	z-index: 19999;
}

.no-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* .nav-text {
	margin: 25px 15px;
	color: #70798b;
} */

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

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

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

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

.nav-dropdown .nav-dropdown {
	left: 100%;
}

.nav-menu>li .nav-dropdown {
	border: none;
	padding: 15px 0;
	background: var(--bs-white-bg);
	box-shadow: 0px 0px 2px 0px rgba(185, 199, 210, 0.45);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(185, 199, 210, 0.45);
	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 15px;
	border-left: 3px solid var(--bs-white);
	background-color: var(--bs-white);
	float: left;
	color: var(--bs-navtext);
	transition: all 0.3s ease 0s;
	font-size: 13px;
	font-weight: 500;
}

.nav-dropdown>li:last-child>a {
	border-bottom: none;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
	padding-left: 20px;
	border-color: var(--bs-primary);
	background-color: var(--bs-primary-bg-subtle);
}

.social-icon a i,
.social-icons a i {
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 16px;
}

.nav-dropdown>.focus>a,
.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: #718697;
}

.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 {
	transform: rotate(-45deg);
}

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

.navigation-portrait .nav-dropdown .submenu-indicator.submenu-indicator-up .submenu-indicator-chevron {
	transform: rotate(225deg);
}

.navigation-portrait .mobile_nav ul li a {
	padding: 0.6rem 0.8rem;
}

.navigation-portrait .mobile_nav ul li .account-drop a {
	padding: 0rem 0.3rem;
}

.navigation-portrait .mobile_nav ul li .account-drop ul li a {
	padding: 0.8rem 1.2rem;
}

.navigation-portrait .mega-menu {
	width: 100%;
	min-width: 100%;
}

.navigation-portrait .d-portraitnone {
	display: none;
}

.navigation-portrait .col {
	flex: 1 0 100%;
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
	border-color: transparent var(--bs-primary) var(--bs-primary) transparent;
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
	left: 10px;
}

.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
	transform: rotate(135deg);
}

nav a {
	display: inline-block;
}

.header {
	background: var(--bs-white-bg);
	position: relative;
	padding: 13px 0;
}

.social-icons {
	float: right;
	margin-top: 0.7em;
}

.logo h1 a {
	color: var(--bs-text-white);
	font-size: 1.3em;
}

.logo span {
	display: block;
	font-size: 0.32em;
	letter-spacing: 4px;
}

.navbar-nav {
	float: left;
	margin: 0;
}

.nav-menu.nav-menu-social>li.list-buttons a {
	top: 0px;
	padding: 14px 25px;
	color: var(--bs-text-white) !important;
	border-radius: 0.372rem;
	position: relative;
	background: var(--bs-primary);
}

.nav-menu.nav-menu-social>li.list-buttons.soft-primary a {
	background: var(--bs-primary-bg-subtle);
	color: var(--bs-primary) !important;
}

.nav-menu.nav-menu-social>li.list-buttons.light a {
	background: var(--bs-white) !important;
	color: var(--bs-dark) !important;
}

.nav-menu.nav-menu-social>li.list-buttons.light a:hover {
	color: var(--bs-dark) !important;
}

.nav-menu.nav-menu-social>li.list-buttons.light a:focus {
	color: var(--bs-dark) !important;
}

.nav-menu.nav-menu-social>li.list-buttons.dark a {
	background: var(--bs-dark) !important;
	color: var(--bs-white) !important;
}

.nav-menu.nav-menu-social>li.list-buttons.dark a:hover {
	background: var(--bs-primary) !important;
	color: var(--bs-white) !important;
}

.nav-menu.nav-menu-social>li.list-buttons.dark a:focus {
	background: var(--bs-primary) !important;
	color: var(--bs-white) !important;
}

.header-transparent.header-fixed .nav-menu.nav-menu-social>li.list-buttons.light a {
	background: var(--bs-primary) !important;
	color: var(--bs-white) !important;
}

.header-transparent.header-fixed .nav-menu.nav-menu-social>li.list-buttons.light a:hover {
	background: var(--bs-dark) !important;
	color: var(--bs-white) !important;
}

.header-transparent.header-fixed .nav-menu.nav-menu-social>li.list-buttons.light a:focus {
	background: var(--bs-dark) !important;
	color: var(--bs-white) !important;
}

.nav-brand img {
	width: 140px;
	position: relative;
}

.nav-menu.nav-menu-social>li.list-buttons>a {
	display: inline-flex;
	align-items: center;
}

.navigation-portrait .nav-dropdown.xxl-menu {
	min-width: auto;
	max-width: 100%;
}

.navigation-portrait .nav-dropdown.xxl-menu>li {
	width: 100%;
	flex: 0 0 100%;
}

.nav-dropdown>li:last-child>a {
	border-bottom: none;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
	padding-left: 20px;
}

.devider-wraps {
	height: 0.5px;
	width: 100%;
	border: 1px dashed #e0e8ed;
	border-radius: 50px;
}

.devider-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: var(--bs-white-bg);
	padding: 0 10px;
}

.navigation-portrait .col .dropdown-body {
	padding-left: 1.55rem;
}

.nav-menu>li.mob-addproject {
	display: none;
}

.navigation-portrait .nav-menu>li.mob-addproject {
	display: block;
	padding: 15px;
	border-bottom: none;
}

.navigation-portrait .nav-menu>li.mob-addproject>a {
	display: block;
	background: var(--bs-primary);
	color: var(--bs-white);
	padding: 2px 15px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.4rem;
}

/*----------- Header Dark Style ----------*/
.header.header-dark,
.header.header-dark.header-fixed {
	background: var(--bs-header-dark);
}

.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: var(--bs-white);
}

.header.header-dark .nav-menu>li>a>.submenu-indicator>.submenu-indicator-chevron {
	border-color: transparent var(--bs-white) var(--bs-white) transparent;
}

/*----------- Header Theme Style ----------*/
.header.header-theme,
.header.header-theme.header-fixed {
	background: var(--bs-primary);
}

.header.header-theme .nav-brand,
.header.header-theme .nav-brand:focus,
.header.header-theme .nav-brand:hover,
.header.header-theme .nav-menu>li>a {
	color: var(--bs-white);
}

.header.header-theme .nav-menu>li>a>.submenu-indicator>.submenu-indicator-chevron {
	border-color: transparent var(--bs-white) var(--bs-white) transparent;
}

.header.header-theme .nav-menu>.active>a,
.header.header-theme .nav-menu>.focus>a,
.header.header-theme .nav-menu>li:hover>a {
	color: #d3f9ff !important;
}

.header.header-dark .navigation-portrait .nav-menus-wrapper {
	background: var(--bs-header-dark);
}

.header.header-theme .navigation-portrait .nav-menus-wrapper {
	background: var(--bs-primary);
}

.header.header-dark .navigation-portrait .nav-menu>li,
.header.header-theme .navigation-portrait .nav-menu>li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

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

.header.header-dark .navigation-portrait .nav-menu>li .nav-dropdown,
.header.header-theme .navigation-portrait .nav-menu>li .nav-dropdown {
	background: transparent !important;
}

.header.header-dark .navigation-portrait .nav-dropdown>li>a,
.header.header-theme .navigation-portrait .nav-dropdown>li>a {
	border-left: none;
	background: transparent;
	color: rgba(255, 255, 255, 0.7);
}

.header.header-dark .navigation-portrait span.submenu-indicator-chevron,
.header.header-theme .navigation-portrait span.submenu-indicator-chevron {
	border-color: transparent #ffffff #ffffff transparent;
}

.header.header-dark .navigation-portrait .nav-menus-wrapper-close-button,
.header.header-theme .navigation-portrait .nav-menus-wrapper-close-button {
	color: var(--bs-white);
	background: rgba(255, 255, 255, 0.1);
}

.header.header-dark .nav-toggle:before,
.header.header-theme .nav-toggle:before {
	background-color: var(--bs-white);
	box-shadow: 0 0.5em 0 0 var(--bs-white), 0 1em 0 0 var(--bs-white);
}

/*--------- Dashboard Dropdown ----------*/
.btn-group.account-drop {
	position: relative;
}

.nav-menu.nav-menu-social>li:last-child .btn-group.account-drop {
	padding-right: 0;
}

.account-drop .btn-order-by-filt {
	padding: 0px;
	height: auto;
	width: auto;
	color: var(--bs-navtext);
	font-size: 16px;
	margin-top: 3px;
	font-weight: 600;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: start;
	padding-left: 14px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.account-drop.drk .btn-order-by-filt {
	border-left: 1px solid #dee2e6;
}

.account-drop .btn-order-by-filt img.avater-img {
	border-radius: 50%;
}

.account-drop .dropdown-menu {
	top: 70px !important;
	right: 0 !important;
	background: var(--bs-white-bg);
	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 rgba(62, 28, 131, 0.1);
	-webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}

.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: var(--bs-text-white);
}

.account-drop .dropdown-menu ul {
	padding: 0;
	margin: 0;
}

.account-drop .dropdown-menu ul li {
	list-style: none;
	padding: 0;
	width: 100%;
	display: block;
}

.account-drop .dropdown-menu ul li a {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: #06325d;
	position: relative;
	padding: 1rem 1.2rem;
	border-bottom: 1px solid #edf0f3;
}

.account-drop .dropdown-menu ul li a i {
	margin-right: 7px;
	position: relative;
	top: 0px;
}

.notti_coun {
	position: absolute;
	right: 10px;
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #333333;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 600 !important;
	color: var(--bs-text-white);
}

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

.user-Dashboard-menu {
	padding: 0;
	margin: 0;
	padding: 0.6rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.user-Dashboard-menu li {
	display: inline-flex;
	width: auto;
	list-style: none;
}

.user-Dashboard-menu li a {
	font-weight: 500;
	font-size: 14px;
	color: #96a2b0;
	padding: 0.6rem 0;
}

.user-Dashboard-menu li.active a,
.user-Dashboard-menu li:hover a,
.user-Dashboard-menu li:focus a {
	color: var(--bs-primary);
}

.brd img {
	border: 4px solid #b77a7a;
}

.user-Dashboard-longmenu {
	padding: 0;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.user-Dashboard-longmenu li {
	display: inline-flex;
	width: 100%;
	padding: 0 0.7rem;
	list-style: none;
}

.user-Dashboard-longmenu li a {
	font-weight: 500;
	font-size: 14px;
	color: #838f9d;
	width: 100%;
	padding: 0.8rem 0;
}

.user-Dashboard-longmenu li:nth-child(even) {
	background: #f1f5f8;
}

.user-Dashboard-longmenu li.active a,
.user-Dashboard-longmenu li:hover a,
.user-Dashboard-longmenu li:focus a {
	color: var(--bs-primary);
}

.flashing {
	width: 6px;
	height: 6px;
	background: var(--bs-success);
	animation: flashings 2s ease-out infinite;
	position: absolute;
	border-radius: 50%;
}

.flashing.notification {
	background: #ff5722;
}

@keyframes flashings {
	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.5, 1.5);
	}

	100% {
		transform: scale(1, 1);
	}
}

/*--------- Navbar & Header Styles: Mobile Nav ----------*/
.mobile_nav ul {
	padding: 0;
	margin: 0;
	display: inline-flex;
}

.mobile_nav ul li {
	list-style: none;
	margin-left: 0rem;
	display: inline-flex;
}

.mobile_nav ul li .account-drop .dropdown-menu ul {
	display: flex;
	flex-direction: column;
}

.mobile_nav ul li .account-drop .dropdown-menu ul a {
	align-items: center;
	justify-content: start;
}

.mobile_nav ul li .dropdown-menu a {
	width: auto;
	height: auto;
}

.mobile_nav ul li a {
	font-weight: 500;
	font-size: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mobile_nav ul li .account-drop .btn-order-by-filt {
	padding-left: 5px !important;
}

.mobile_nav ul .dhsbrd li {
	margin: 0;
	display: inline-block;
	width: auto !important;
}

.mobile_nav ul .dhsbrd li a {
	border: none !important;
	width: auto;
	display: inline-flex;
}

.mobile_nav ul .dhsbrd li .account-drop ul li a {
	width: 100%;
}

.header-dark .mobile_nav ul li a {
	color: var(--bs-white);
}

.user-Dashboard-menu {
	padding: 0;
	margin: 0;
	padding: 0.6rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.user-Dashboard-menu li {
	display: inline-flex;
	width: auto;
	list-style: none;
}

.user-Dashboard-menu li a {
	font-weight: 500;
	font-size: 14px;
	color: #96a2b0;
	padding: 0.6rem 0;
}

.user-Dashboard-menu li a:hover {
	color: var(--bs-primary);
}

.user-Dashboard-menu li a:focus {
	color: var(--bs-primary);
}

.user-Dashboard-menu li a:active {
	color: var(--bs-primary);
}

.user-Dashboard-longmenu {
	padding: 0;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.user-Dashboard-longmenu li {
	display: inline-flex;
	width: 100%;
	padding: 0 0.7rem;
	list-style: none;
}

.user-Dashboard-longmenu li:nth-child(even) {
	background: #f1f5f8;
}

.user-Dashboard-longmenu li a {
	font-weight: 500;
	font-size: 14px;
	color: #838f9d;
	width: 100%;
	padding: 0.8rem 0;
}

.user-Dashboard-longmenu li a:hover {
	color: var(--bs-primary);
}

.user-Dashboard-longmenu li a:focus {
	color: var(--bs-primary);
}

.user-Dashboard-longmenu li a:ative {
	color: var(--bs-primary);
}

.brd img {
	border: 4px solid #b77a7a;
}

/*-------------------------------------------------------------------
Intro Banner & Hero Header
--------------------------------------------------------------------*/
.video-banner {
	position: relative;
	width: 100%;
}

.video-banner video {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.video-banner .video-overlay {
	content: "";
	position: absolute;
	background: #111111;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}

/*------------ Intro Banner & Hero Header: Home Page One To Fourteen---------------*/
.banner-space {
	padding: 3rem 0;
}

.hero-header.home-1 {
	background-color: var(--bs-primary);
}

.home-2 {
	position: relative;
	background-color: #00674f;
}

.home-2 .container {
	position: relative;
	z-index: 2;
}

.home-2 .curveimgBoxes {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	bottom: 0px;
}

.home-2 .curveimgBoxes .curve01 {
	position: absolute;
	bottom: 0;
	left: 7%;
}

.home-2 .curveimgBoxes .curve01 img {
	max-width: 85%;
}

.home-2 .curveimgBoxes .curve02 {
	position: absolute;
	bottom: 0;
	right: 5%;
}

.home-2 .curveimgBoxes .curve02 img {
	max-width: 80%;
}

.home-2 .curveimgBoxes .curve03 {
	position: absolute;
	bottom: 0;
	left: 30%;
}

.home-2 .curveimgBoxes .curve03 img {
	max-width: 65%;
}

.home-2 .curveimgBoxes .curve04 {
	position: absolute;
	bottom: 0;
	left: 50%;
}

.home-2 .curveimgBoxes .curve04 img {
	max-width: 60%;
}

.home-8 {
	overflow: hidden;
}

.home-8 .blob-wrap {
	width: 100%;
}

.home-8 .blob-wrap .blobe-1 {
	width: 200px;
	height: 200px;
	position: absolute;
	right: -2rem;
	bottom: -3rem;
	background: #8dc63f;
	border-radius: 100px 0 0px 0px;
}

.home-8 .blob-wrap .blobe-2 {
	width: 150px;
	height: 170px;
	position: absolute;
	left: -3rem;
	bottom: -3.5rem;
	background: #8dc63f;
	border-radius: 0px 100px 0px 0px;
}

.home-8 .blob-wrap .blobe-3 {
	width: 150px;
	height: 170px;
	position: absolute;
	right: -3rem;
	top: -3.5rem;
	background: #f9ed32;
	border-radius: 0px 0px 0px 100px;
}

.home-8 .blob-wrap .blobe-4 {
	width: 150px;
	height: 150px;
	position: absolute;
	left: -5.5rem;
	top: 5rem;
	background: #33d7e0;
	border-radius: 50%;
}

.home-9 {
	background-color: #fffcf5;
}

.home-10 {
	background-color: #f5f2ee;
}

.home-11 {
	position: relative;
	width: 100%;
}

.home-11 .container {
	position: relative;
	z-index: 2;
}

.home-11 .accuringIcons {
	position: absolute;
	width: 100%;
	z-index: 1;
	height: 100%;
}

.home-11 .accuringIcons .icon {
	position: absolute;
	width: 50px;
}

.home-11 .accuringIcons .icon .filter {
	filter: grayscale(100%);
}

.home-11 .accuringIcons .icon.style01 {
	left: 15%;
	top: 20%;
}

.home-11 .accuringIcons .icon.style02 {
	left: 2%;
	top: 50%;
	width: 65px;
}

.home-11 .accuringIcons .icon.style03 {
	left: 12%;
	top: 80%;
}

.home-11 .accuringIcons .icon.style04 {
	right: 15%;
	top: 20%;
}

.home-11 .accuringIcons .icon.style05 {
	right: 2%;
	top: 50%;
	width: 65px;
}

.home-11 .accuringIcons .icon.style06 {
	right: 12%;
	top: 80%;
}

.home-11 .accuringIcons .icon.style07 {
	left: 18%;
	width: 45px;
	top: 42%;
}

.home-11 .accuringIcons .icon.style08 {
	right: 15%;
	top: 45%;
	width: 50px;
}

.home-11 .accuringIcons .icon.style09 {
	right: 50%;
	bottom: 10%;
	width: 45px;
}

.home-12 {
	overflow: hidden;
}

.home-12 .blob-wrap {
	width: 100%;
}

.home-12 .blob-wrap .blobe-1 {
	width: 200px;
	height: 200px;
	position: absolute;
	right: -2rem;
	bottom: -3rem;
	background: #93ce3a;
	border-radius: 50% 0 0 0;
}

.home-12 .blob-wrap .blobe-2 {
	width: 150px;
	height: 170px;
	position: absolute;
	left: -3rem;
	bottom: -3.5rem;
	background: #aca3f8;
	border-radius: 0px 100px 0px 0px;
}

.home-12 .blob-wrap .blobe-3 {
	width: 150px;
	height: 170px;
	position: absolute;
	right: -3rem;
	top: -3.5rem;
	background: #ff7d6d;
	border-radius: 0px 0px 0px 100px;
}

.home-12 .blob-wrap .blobe-4 {
	width: 150px;
	height: 150px;
	position: absolute;
	left: -5.5rem;
	top: 5rem;
	background: #5cbdf2;
	border-radius: 50%;
}

.home-14 {
	position: relative;
	overflow: hidden;
	background-color: var(--bs-light);
}

.home-14 .banner_img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40%;
}

.home-14 .banner_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.slider-Banner {
	width: 100%;
	position: relative;
}

.slider-Banner .curveshape {
	bottom: -1px !important;
}

.slider-Banner .container {
	position: relative;
	z-index: 2;
}

.slider-Banner .slider-banner {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.slider-Banner .slider-banner .imgSlide {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.slider-Banner .slider-banner .imgSlide .slick-list.draggable {
	height: 100%;
}

.slider-Banner .slider-banner .imgSlide .slick-list.draggable .slick-track {
	height: 100%;
}

.slider-Banner .slider-banner .imgSlide .slick-list.draggable .slick-track .slick-slide {
	display: block;
}

.slider-Banner .slider-banner .imgSlide .slick-list.draggable .slick-track .slick-slide:before {
	content: "";
	position: absolute;
	background: #151515;
	opacity: 0.6;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
}

.slider-Banner .slider-banner .imgSlide .slick-list.draggable .slick-track .slick-slide img {
	width: 100%;
	height: 100%;
	position: relative;
	-o-object-fit: cover;
	object-fit: cover;
}

.freelancing-home {
	background-color: #f5f5f5;
	overflow: hidden;
}

.freelancing-home .bannerfreelanceImg {
	position: relative;
}

.freelancing-2 {
	position: relative;
	width: 100%;
}

.freelancing-2 .freeThumbes-wrap {
	width: 100%;
	position: relative;
	height: auto;
	padding: 0 2rem;
}

.freelancing-2 .freeThumbes-wrap .thumb-wrap {
	width: 100%;
	padding: 0;
	position: relative;
}

.freelancing-2 .freeThumbes-wrap .thumb-wrap figure {
	width: 100%;
	height: auto;
	margin: 0;
	z-index: 1;
	position: relative;
}

.freelancing-2 .freeThumbes-wrap .thumb-wrap figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 25% 1% 25% 1%;
}

.freelancing-2 .freeThumbes-wrap .thumb-wrap:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 96%;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 25% 1% 25% 1%;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.freelancing-2 .projectComp {
	position: absolute;
	left: 0;
	bottom: 2rem;
	background: var(--bs-body-bg);
	border-radius: 0.6rem;
	padding: 1rem 1.2rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 12px;
	column-gap: 12px;
	z-index: 1;
}

.freelancing-2 .projectComp .ico {
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	background-color: var(--bs-danger-bg-subtle);
	color: var(--bs-danger);
	border-radius: 50%;
}

.freelancing-2 .projectComp .caps {
	position: relative;
	flex: 1;
}

.freelancing-2 .projectComp .caps .tlt {
	font-size: 20px;
	color: var(--bs-dark) !important;
	margin: 0;
}

.freelancing-2 .projectComp .caps .subs {
	font-size: 14px;
	color: var(--bs-mute-color) !important;
	margin: 0;
}

.freelancing-4 {
	background-color: #0a544c;
	background-image: linear-gradient(62deg, #0a544c 0%, #098f52 100%);
}

.rattingBoxx {
	width: 100%;
	text-align: center;
}

.rattingBoxx .logo {
	margin: 0 auto 15px;
}

.rattingBoxx .logo img {
	max-width: 150px;
	margin: 0 auto;
}

.rattingBoxx .caps {
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.rattingBoxx .caps .stars {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 8px;
	column-gap: 8px;
}

.rattingBoxx .caps .stars .star.fill {
	color: #FF9800;
	font-size: 16px;
}

.rattingBoxx .caps .totalReviews {
	font-weight: 500;
	font-size: 17px;
	color: var(--bs-dark);
}

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

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

.image-bottom-cover {
	background-size: cover !important;
	background-position: bottom !important;
}

.image-bottom {
	background-size: auto !important;
	background-position: bottom !important;
}

.image-cover .container,
.bg-cover .container {
	position: relative;
	z-index: 1;
}

.hero-banner {
	padding: 5em 0 5em;
}

.hero-header {
	padding: 5em 0 5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 650px;
}

.hero-xl-header {
	padding: 150px 0px;
}

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

.fill-danger {
	fill: var(--bs-danger) !important;
}

.fill-warning {
	fill: var(--bs-warning) !important;
}

.fill-white {
	fill: var(--bs-white-bg) !important;
}

.fill-light {
	fill: var(--bs-light) !important;
}

.avatar-group {
	padding: 0;
	display: flex;
}

.avatar-group>li {
	position: relative;
}

.avatar-group>li:not(:last-child) {
	margin-right: -0.8rem;
}

.popularSearche {
	width: 100%;
	position: relative;
}

.popularSearche .trending-skill {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	row-gap: 12px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	flex-wrap: wrap;
}

.popularSearche .trending-skill li {
	display: inline-block;
	list-style: none;
}

.popularSearche .trending-skill li .skill-tag {
	height: 28px;
	font-size: 13px;
	font-weight: 500;
	padding: 1px 14px;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bs-secondary-bg-subtle);
	border: 1px solid var(--bs-secondary-border-subtle);
	color: var(--bs-secondary);
}

.popularSearche .trending-skill.primary li {
	list-style: none;
}

.popularSearche .trending-skill.primary li .skill-tag {
	background-color: var(--bs-primary-bg-subtle);
	border: 1px solid var(--bs-primary-border-subtle);
	color: var(--bs-primary);
}

.popularSearche .trending-skill.light li {
	list-style: none;
}

.popularSearche .trending-skill.light li .skill-tag {
	background-color: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--bs-white);
}

.popularSearche .trending-skill.center {
	justify-content: center;
}

/*------------ Intro Banner & Hero Header: Search Styles ---------------*/
.hero-header .banner-subtitle {
	font-size: 20px;
}

.hero-banner .banner-subtitle {
	font-size: 20px;
}

.smartSearch {
	display: block;
	background: var(--bs-body-bg);
	border-radius: 0.6rem;
	z-index: 1;
	position: relative;
}

.smartSearch.round-pill {
	border-radius: 50px;
}

.smartSearch .form-search {
	display: block;
	position: relative;
	width: 100%;
	border-right: 1px solid var(--bs-border-color);
}

.smartSearch .form-search .form-control {
	width: 100%;
	background: transparent;
	border-radius: 0;
	border: none;
	height: 75px;
	font-size: 16px;
}

.smartSearch .form-search .select2-container .select2-selection--single {
	height: 75px;
	border: none;
}

.smartSearch .form-search .icons {
	position: absolute;
	top: 50%;
	opacity: 0.6;
	line-height: 0;
	font-size: 17px;
	color: var(--bs-dark);
	transform: translateY(-50%);
	left: 0.8rem;
}

.smartSearch .form-search .icons.color {
	color: var(--bs-primary);
	opacity: 1;
}

.smartSearch .form-search.withIcon {
	position: relative;
}

.smartSearch .form-search.withIcon .form-control {
	padding-left: 40px;
}

.smartSearch .form-search.withIcon .select2-container .select2-selection--single {
	height: 75px;
	border: none;
	padding-left: 40px;
}

.smartSearch .form-search.btn-box {
	border-right: none;
	display: flex;
	padding: 0 0.8rem;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.smartSearch .form-search.btn-box .btn {
	width: 100%;
}

.smartSearch .form-search.midium {
	width: 100%;
}

.smartSearch .form-search.midium .form-control {
	height: 50px;
	font-size: 15px;
}

.smartSearch .form-search.midium .select2-container .select2-selection--single {
	height: 50px;
	font-size: 15px;
}

.smartSearch .form-search.smalls {
	width: 100%;
}

.smartSearch .form-search.smalls .form-control {
	height: 40px;
	font-size: 14px;
}

.smartSearch .form-search.smalls .select2-container .select2-selection--single {
	height: 40px;
	font-size: 14px;
}

.smartSearch.transparent {
	background-color: transparent;
}

.smartSearch.transparent .form-search .icons {
	color: var(--bs-white);
	opacity: 0.6;
}

.smartSearch.transparent .form-control {
	background-color: transparent;
	color: var(--bs-white);
	opacity: 0.8;
}

.smartSearch.transparent .form-control::-moz-placeholder {
	color: var(--bs-white);
	opacity: 0.6;
}

.smartSearch.transparent .form-control::placeholder {
	color: var(--bs-white);
	opacity: 0.6;
}

.smartSearch.transparent .select2-container .select2-selection--single {
	background-color: transparent;
}

.smartSearch.transparent .select2-container .select2-selection--single .select2-selection__placeholder {
	color: var(--bs-white);
	opacity: 0.6;
}

.smartSearch.transparent .select2-container .select2-selection--single .select2-selection__rendered {
	color: var(--bs-white) !important;
	opacity: 0.8;
}

.banner-info-caps {
	width: 100%;
	display: flex;
	align-items: center;
}

.banner-info-caps .infoFlex {
	width: 35%;
	display: flex;
	align-items: flex-start;
	padding-right: 2rem;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.banner-info-caps .infoFlex .counter-head {
	position: relative;
}

.banner-info-caps .infoFlex .counter-head .ctrTitle {
	font-size: 30px;
	margin: 0;
}

.banner-achievement {
	width: 100%;
	display: flex;
	align-items: center;
}

.banner-achievement .infoFlex {
	width: 33.333333%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding-right: 2rem;
	row-gap: 5px;
}

.banner-achievement .infoFlex .counter-head {
	position: relative;
}

.banner-achievement .infoFlex .counter-head .ctrTitle {
	font-size: 35px;
	font-weight: 600;
	color: var(--bs-primary);
	margin: 0;
}

.banner-achievement .infoFlex .counter-head .caps {
	font-size: 16px;
}

.banner-helpvideo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 15px;
	column-gap: 15px;
	flex-wrap: wrap;
	row-gap: 10px;
}

.banner-helpvideo .btn {
	height: 50px;
}

.banner-helpvideo .watch-video {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 10px;
	column-gap: 10px;
	font-size: 16px;
	font-weight: 500;
}

.banner-helpvideo .watch-video .icons {
	font-size: 25px;
	color: var(--bs-primary);
}

.banner-topList {
	width: 100%;
	margin-top: 2rem;
	position: relative;
}

.banner-topList ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 5%;
	column-gap: 5%;
	row-gap: 12px;
	flex-wrap: wrap;
}

.banner-topList ul li {
	list-style: none;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}

.banner-topList ul li span {
	font-size: 16px;
	color: var(--bs-mute-color);
}

.banner-topList ul li span i {
	margin-right: 7px;
	color: var(--bs-primary);
}

.whyList {
	width: 100%;
	display: block;
	margin: 2rem 0;
}

.whyList ul {
	display: block;
	margin: 0;
	padding: 0;
}

.whyList ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 10px;
	column-gap: 10px;
	font-size: 18px;
	margin-bottom: 13px;
}

.whyList ul li i {
	color: var(--bs-primary);
}

.whyList.light {
	width: 100%;
}

.whyList.light ul {
	display: block;
}

.whyList.light ul li {
	color: var(--bs-white);
}

.whyList.light ul li i {
	color: var(--bs-white);
}

.calculamBox {
	width: 100%;
	padding: 1rem 3rem;
	border-radius: 0.8rem;
}

.calculamBox .boxCaps {
	max-width: 300px;
}

.calculamBox .imageThumb {
	flex: 1;
}

/*---------------- Intro Banner & Hero Header: JobS Category ---------------*/
.hvr-jobscategory {
	padding: 0.5rem;
	background: rgba(255, 255, 255, 0.2);
	display: inline-flex;
	border-radius: 50rem;
	align-items: center;
	transition: all ease 0.4s;
	width: 100%;
	justify-content: space-between;
}

.hvr-jobscategory .jobcategory-cons {
	background: rgba(255, 255, 255, 0.22);
	font-size: 20px;
	transition: all ease 0.4s;
	margin-right: 0.6rem;
	border-radius: 50%;
	color: var(--bs-white);
}

.hvr-jobscategory .jobcategory-caps {
	color: var(--bs-text-white);
	transition: all ease 0.4s;
}

.hvr-jobscategory .jobcategory-link {
	color: var(--bs-text-white);
	margin-left: 1rem;
	margin-right: 0.5rem;
	transition: all ease 0.4s;
}

.hvr-jobscategory:focus {
	background: var(--bs-white-bg);
}

.hvr-jobscategory:focus .jobcategory-cons {
	background: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.hvr-jobscategory:focus .jobcategory-link {
	color: var(--vs-dark);
}

.hvr-jobscategory:focus .jobcategory-caps {
	color: var(--vs-dark);
}

.hvr-jobscategory:hover {
	background: var(--bs-white-bg);
}

.hvr-jobscategory:hover .jobcategory-cons {
	background: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.hvr-jobscategory:hover .jobcategory-link {
	color: var(--vs-dark);
}

.hvr-jobscategory:hover .jobcategory-caps {
	color: var(--vs-dark);
}

/*--------------------------------------------------
Hiredio Elements Styles
---------------------------------------------------*/
/*-------------- Hiredio Elements Styles: Job Grid Style ------------------*/
.jobBadge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.1rem 0.65rem;
	height: 26px;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 4px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.jobBadge.featured {
	background-color: #ffdee9;
	color: #E91E63;
}

.jobBadge.premium {
	background-color: #ffede5;
	color: #ff6922;
}

.jobBadge.fulltime {
	background-color: #e7f9e2;
	color: #41b02b;
}

.jobBadge.jobtype {
	background-color: var(--bs-purple-bg-subtle);
	color: var(--bs-purple);
}

.jobBadge.parttime {
	background-color: #fff6dd;
	color: #ecb217;
}

.jobBadge.contract {
	background-color: #e9f6ff;
	color: #0394ff;
}

.jobBadge.internship {
	background-color: #dbffeb;
	color: #16b05e;
}

.jobgrid {
	width: 100%;
	height: 100%;
	background-color: var(--bs-body-bg);
	border-radius: 0.7rem;
	position: relative;
}

.jobgrid .bookmarkWrap {
	position: absolute;
	right: 0.8rem;
	top: 0.8rem;
}

.jobgrid .bookmarkWrap .tag-bookmark {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--bs-light);
	color: #858f97;
	transition: all ease 0.4s;
}

.jobgrid .bookmarkWrap .tag-bookmark:hover {
	background: #ffe4eb;
	color: #ff527f;
}

.jobgrid .bookmarkWrap .tag-bookmark:focus {
	background: #ffe4eb;
	color: #ff527f;
}

.jobgrid .bookmarkWrap .tag-bookmark.selected {
	background: #ffe4eb;
	color: #ff527f;
}

.jobgrid .jobTypewrap {
	position: absolute;
	top: 0.8rem;
	left: 0;
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
}

.jobgrid .jobTypewrap .jobBadge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.1rem 0.65rem;
	height: 30px;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0px 50px 50px 0px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.jobgrid .jobTypewrap .jobBadge.featured {
	background-color: #ffdee9;
	color: #E91E63;
}

.jobgrid .jobTypewrap .jobBadge.premium {
	background-color: #ffede5;
	color: #ff6922;
}

.jobgrid .jobTypewrap .jobBadge.fulltime {
	background-color: #e7f9e2;
	color: #41b02b;
}

.jobgrid .jobTypewrap .jobBadge.jobtype {
	background-color: var(--bs-purple-bg-subtle);
	color: var(--bs-purple);
}

.jobgrid .jobTypewrap .jobBadge.parttime {
	background-color: #fff6dd;
	color: #ecb217;
}

.jobgrid .jobTypewrap .jobBadge.contract {
	background-color: #e9f6ff;
	color: #0394ff;
}

.jobgrid .jobTypewrap .jobBadge.internship {
	background-color: #dbffeb;
	color: #16b05e;
}

.jobgrid .jobgridBody {
	width: 100%;
	padding: 1.55rem 1rem;
}

.jobgrid .jobgridBody .employerLogo {
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

.jobgrid .jobgridBody .employerLogo .employerLink {
	display: block;
	cursor: pointer;
	width: 100%;
}

.jobgrid .jobgridBody .employerLogo .employerLink figure {
	width: 60px;
	height: 60px;
	border-radius: 1rem;
	margin: 0 auto 0;
}

.jobgrid .jobgridBody .employerLogo .employerLink figure img {
	height: 100%;
	width: 100%;
}

.jobgrid .jobgridBody .fulljobIno {
	width: 100%;
	position: relative;
}

.jobgrid .jobgridBody .fulljobIno .jobheadTitle {
	width: 100%;
	text-align: center;
	margin-bottom: 1.5rem;
}

.jobgrid .jobgridBody .fulljobIno .jobheadTitle .employerName {
	display: block;
	margin-bottom: 0.3rem;
}

.jobgrid .jobgridBody .fulljobIno .jobheadTitle .employerName .employerTag {
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 13px;
	font-size: 11px;
	font-weight: 500;
	border-radius: 50px;
	color: var(--bs-primary);
	background: var(--bs-primary-bg-subtle);
}

.jobgrid .jobgridBody .fulljobIno .jobheadTitle .jobtitle {
	font-size: 18px;
	margin: 0;
	font-weight: 500;
	line-height: 1.4;
}

.jobgrid .jobgridBody .fulljobIno .jobheadTitle .jobsubtitle {
	font-size: 14px;
	margin: 0;
}

.jobgrid .jobgridBody .fulljobIno .jobSkillwrap {
	position: relative;
	width: 100%;
}

.jobgrid .jobgridBody .fulljobIno .jobSkillwrap .jobSkills {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 0.4rem;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.jobgrid .jobgridBody .fulljobIno .jobSkillwrap .jobSkills .skillTag {
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 10px;
	font-size: 11px;
	border-radius: 50px;
	font-weight: 500;
	border: 1px solid var(--bs-secondary-border-subtle);
	background-color: var(--bs-secondary-bg-subtle);
	color: var(--bs-secondary);
}

.jobgrid .jobgridBody .fulljobIno .jobSkillwrap .jobSkills .skillTag.light {
	border: 1px solid var(--bs-border-color);
	background-color: var(--bs-light);
	color: var(--bs-muted2-color);
}

.jobgrid .jobgridBody .fulljobIno .jobSkillwrap .jobSkills .skillTag.primary {
	border: 1px solid var(--bs-primary-border-subtle);
	background-color: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.jobgrid .jobgridBody .fulljobIno .applyLink {
	width: 100%;
	margin-top: 1.6rem;
}

.jobgrid .jobgridBody .fulljobIno .applyLink .btn {
	width: 100%;
	height: 50px;
	font-size: 15px;
	border-width: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.smartJobgrid {
	width: 100%;
	height: 100%;
	background-color: var(--bs-body-bg);
	border-radius: 0.7rem;
	position: relative;
}

.smartJobgrid .jobgridHeader {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.smartJobgrid .jobgridHeader .jobgridHeader-thumb {
	flex: auto;
}

.smartJobgrid .jobgridHeader .jobgridHeader-thumb figure {
	margin: 0;
	width: 55px;
	height: 55px;
}

.smartJobgrid .jobgridHeader .jobgridHeader-thumb figure img {
	width: 100%;
}

.smartJobgrid .jobgridHeader .jobgridHeaderflex-2 {
	flex: initial;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.smartJobgrid .jobgridHeader .jobgridHeaderflex-2 .tag-bookmark {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--bs-light);
	color: #858f97;
	transition: all ease 0.4s;
}

.smartJobgrid .jobgridHeader .jobgridHeaderflex-2 .tag-bookmark:hover {
	background: #ffe4eb;
	color: #ff527f;
}

.smartJobgrid .jobgridHeader .jobgridHeaderflex-2 .tag-bookmark:focus {
	background: #ffe4eb;
	color: #ff527f;
}

.smartJobgrid .jobgridHeader .jobgridHeaderflex-2 .featuredJob {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--bs-warning-bg-subtle);
	color: var(--bs-warning);
	transition: all ease 0.4s;
}

.smartJobgrid .jobgridHeader .jobgridHeaderflex-2 .featuredJob:hover {
	background: var(--bs-warning);
	color: var(--bs-white);
}

.smartJobgrid .jobgridHeader .jobgridHeaderflex-2 .featuredJob:focus {
	background: var(--bs-warning);
	color: var(--bs-white);
}

.smartJobgrid .jobgridMiddle {
	position: relative;
	width: 100%;
	padding: 1.2rem 0 0.8rem;
}

.smartJobgrid .jobgridMiddle .jobsTitle {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.4;
}

.smartJobgrid .jobgridMiddle .subtitle {
	font-weight: 400;
	font-size: 14px;
}

.smartJobgrid .jobRequirement {
	width: 100%;
	margin-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	row-gap: 0.3rem;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.smartJobgrid .jobRequirement .tag {
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 500;
	padding: 0px 12px;
	border-radius: 50px;
	background-color: var(--bs-secondary-bg-subtle);
	border: 1px solid var(--bs-secondary-border-subtle);
	color: var(--bs-secondary);
}

.pushJobs {
	position: relative;
	border-radius: 0.7rem;
	background-color: var(--bs-body-bg);
	transition: all ease 0.4s;
	border: 1px solid var(--bs-white);
}

.pushJobs .pushJobs-header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.2rem;
	border-bottom: 1px solid var(--bs-border-color);
}

.pushJobs .pushJobs-header .head-flex {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.pushJobs .pushJobs-header .head-flex .jbx-humb {
	width: 55px;
	height: 55px;
	border-radius: 0.6rem;
	display: inline-block;
}

.pushJobs .pushJobs-header .head-flex .jbx-humb .employerthumbLink {
	display: inline-block;
	width: 100%;
}

.pushJobs .pushJobs-header .head-flex .jbx-humb .employerthumbLink figure {
	margin: 0;
}

.pushJobs .pushJobs-header .head-flex .jbx-humb .employerthumbLink figure img {
	width: 100%;
	height: 100%;
	border-radius: 0.6rem;
}

.pushJobs .pushJobs-header .head-flex .jbs-capsx {
	flex: 1;
	width: auto;
}

.pushJobs .pushJobs-header .head-flex .jbs-capsx .jbsx-title {
	display: block;
	margin-bottom: 0.5rem;
}

.pushJobs .pushJobs-header .head-flex .jbs-capsx .jbsx-title .jobTitle {
	font-size: 18px;
	margin: 0;
}

.pushJobs .pushJobs-header .head-flex .jbs-capsx .employerInfo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 12px;
	column-gap: 12px;
	row-gap: 5px;
	margin: 0;
	flex-wrap: wrap;
}

.pushJobs .pushJobs-header .head-flex .jbs-capsx .employerInfo .employerName {
	font-size: 13px;
	font-weight: 500;
	color: var(--bs-primary);
}

.pushJobs .pushJobs-header .head-flex .jbs-capsx .employerInfo .employerLocation {
	font-size: 13px;
	font-weight: 500;
	color: var(--bs-muted2-color);
}

.pushJobs .pushJobs-header .featuredJob {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #feefd8;
	color: #de9424;
	transition: all ease 0.4s;
}

.pushJobs .job-body {
	width: 100%;
	padding: 1rem 1.2rem;
}

.pushJobs .job-body .jbx-description {
	width: 100%;
}

.pushJobs .job-body .jbx-description .para {
	font-size: 14px;
}

.pushJobs .job-body .jobInfo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 1.2rem;
	flex-wrap: wrap;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 5px;
}

.pushJobs .job-body .jobInfo .info-badge {
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 500;
	padding: 1px 12px;
	border: 1px solid var(--bs-secondary-border-subtle);
	background-color: var(--bs-secondary-bg-subtle);
	color: var(--bs-secondary);
}

.pushJobs .job-body .jobBottom {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.5rem;
}

.pushJobs .job-body .jobBottom .postedDate {
	font-size: 13px;
	color: var(--bs-mute-color);
}

.pushJobs:hover {
	border: 1px solid var(--bs-primary) !important;
	cursor: pointer;
}

.pushJobs:focus {
	border: 1px solid var(--bs-primary) !important;
	cursor: pointer;
}

.pushJobs:active {
	border: 1px solid var(--bs-primary) !important;
	cursor: pointer;
}

.pushJobs.active {
	border: 1px solid var(--bs-primary) !important;
	cursor: pointer;
}

.premiumJob {
	color: #ff6922;
}

.featuredJob {
	color: #E91E63;
}

.sponsoredJob {
	color: #16b05e;
}

.activeJobs {
	border: 1px solid var(--bs-primary) !important;
}

.hiredioShdaow {
	position: relative;
	border-bottom: 1px solid var(--bs-border-color);
	transition: all ease 0.4s;
	z-index: 1;
}

.hiredioShdaow a {
	z-index: 2;
	position: relative;
}

.hiredioShdaow .btn {
    font-size: 16px;
    z-index: 2;
    font-weight: 100;
}

.hiredioShdaow .hiredioLink {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.hiredioShdaow.featured {
	border-color: #ffc95e;
}

.hiredioShdaow:hover {
	box-shadow: 0 0.325rem 0.75rem rgba(0, 0, 0, 0.045);
	-webkit-box-shadow: 0 0.325rem 0.75rem rgba(0, 0, 0, 0.045);
}

.hiredioShdaow:focus {
	box-shadow: 0 0.325rem 0.75rem rgba(0, 0, 0, 0.045);
	-webkit-box-shadow: 0 0.325rem 0.75rem rgba(0, 0, 0, 0.045);
}

.hiredioShdaow:active {
	box-shadow: 0 0.325rem 0.75rem rgba(0, 0, 0, 0.045);
	-webkit-box-shadow: 0 0.325rem 0.75rem rgba(0, 0, 0, 0.045);
}

.skillsTags {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	font-size: 13px;
}

.skillsTags span {
	background: #f0f5f9;
	padding: 4px 12px;
	border-radius: 0.3rem;
	color: #5f778a;
	font-weight: 500;
	font-size: 12px;
}

.skillsTags.primary-soft span {
	background: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
}

.joblist-layouts {
	position: relative;
	display: block;
	width: 100%;
	background: var(--bs-body-bg);
	/* border-radius: 0.6rem; */
	/* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
}

.joblist-layouts .joblist-body {
	width: 100%;
	position: relative;
	display: block;
	padding: 1.4rem 1rem;
}

.joblist-layouts .joblist-body .joblist-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first {
	position: relative;
	width: auto;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption {
	position: relative;
	width: auto;
	display: flex;
	align-items: self-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 15px;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .jobAvatar {
	position: relative;
	display: inline-block;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .jobAvatar .avatar {
	width: 60px;
	height: 60px;
	/* border-radius: 0; */
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .jobAvatar .avatar figure {
	margin: 0;
	display: block;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .jobAvatar .avatar figure img {
	width: 100%;
	height: 100%;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo {
	position: relative;
	width: auto;
	max-width: 480px;
}

@media (max-width: 1199px) {
	.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo {
		max-width: 360px;
	}
}

@media (max-width: 991px) {
	.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo {
		max-width: 440px;
	}
}

@media (max-width: 767px) {
	.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo {
		max-width: 415px;
	}
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo .starterInfo-body {
	position: relative;
	display: block;
	margin-bottom: 1rem;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo .starterInfo-body .titleWraps {
	position: relative;
	display: block;
	width: auto;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo .starterInfo-body .titleWraps .title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 6px;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo .starterInfo-body .titleWraps .title .verify {
	color: var(--bs-success);
	font-size: 17px;
	margin-left: 5px;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo .starterInfo-body .titleWraps .infoGroup {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo .starterInfo-body .titleWraps .infoGroup .infoText {
	font-size: 13px;
	font-weight: 500;
	color: var(--bs-mute-color);
	padding-right: 10px;
	position: relative;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo .starterInfo-body .titleWraps .infoGroup .infoText i {
	margin-right: 5px;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo .starterInfo-body .titleWraps .infoGroup .infoText:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--bs-mute-color);
	display: inline-block;
	position: absolute;
	bottom: 6px;
	left: -11px;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo .starterInfo-body .titleWraps .infoGroup .infoText:first-child:before {
	display: none;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo .starterInfo-body .titleWraps .infoGroup .infoText:last-child {
	margin-right: 0;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo .starterInfo-bottom {
	position: relative;
	display: block;
	width: auto;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo .starterInfo-bottom .skillGroup {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	flex-wrap: wrap;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo .starterInfo-bottom .skillGroup .skillBadge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	font-size: 12px;
	font-weight: 500;
	background: var(--bs-secondary-bg-subtle);
	border: 1px solid var(--bs-secondary-border-subtle);
	color: var(--bs-secondary);
	padding: 2px 12px;
	border-radius: 50px;
}

.joblist-layouts .joblist-body .joblist-wrapper .joblist-first .starterCaption .starterInfo .starterInfo-bottom .skillGroup .skillBadge.light {
	background-color: #f2f9f8;
	border: 1px solid #e3ecea;
	color: #758885;
}

/*-------------------- Hiredio Elements Styles: Job List Design ------------------*/
.jobListwrap {
	position: relative;
	width: 100%;
	transition: all ease 0.4s;
}

.jobListwrap .sponserdJob {
	padding: 0.5rem 1rem;
	font-size: 12px;
	font-weight: 500;
	color: var(--bs-cyan);
	background: var(--bs-cyan-bg-subtle);
}

.jobListwrap .sponserdJob i {
	margin-right: 5px;
	height: auto;
}

.jobListwrap .featuredJob {
	padding: 0.5rem 1rem;
	font-size: 12px;
	font-weight: 500;
	color: var(--bs-warning);
	background: var(--bs-warning-bg-subtle);
}

.jobListwrap .featuredJob i {
	margin-right: 5px;
	height: auto;
}

.jobListwrap .premiumJob {
	padding: 0.5rem 1rem;
	font-size: 12px;
	font-weight: 500;
	color: var(--bs-danger);
	background: var(--bs-danger-bg-subtle);
}

.jobListwrap .premiumJob i {
	margin-right: 5px;
	height: auto;
}

.jobListwrap .jobListheader {
	position: relative;
	width: 100%;
	display: block;
}

.jobListwrap .jobListheader .jobTitle {
	position: relative;
	display: block;
	margin-bottom: 0.5rem;
}

.jobListwrap .jobListheader .jobTitle .jobTitlename {
	margin: 0;
	display: inline-block;
	font-size: 17px;
}

.jobListwrap .jobListheader .jobTitle .jobTitlename .newJob {
	display: inline-flex;
	height: 26px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 500;
	color: #ff3600;
	background: #fde6e0;
	border: 1px solid #ffddd4;
	border-radius: 0.27rem;
	padding: 2px 12px;
	margin-left: 0.5rem;
}

.jobListwrap .jobListheader .jobDesc {
	position: relative;
	width: 100%;
	display: block;
}

.jobListwrap .jobListheader .jobListmiddle {
	position: relative;
	display: block;
	width: 100%;
}

.jobListwrap .jobListheader .jobListfooter {
	position: relative;
	display: block;
	width: 100%;
}

.jobListwrap .jobListheader .saveJob {
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.jobListwrap .jobListheader .saveJob .Smallbtn {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.37rem;
	background: var(--bs-light);
	transition: all ease 0.4s;
	border: 1px solid var(--bs-border-color);
	color: #817777;
}

.jobListwrap .jobListheader .saveJob .Smallbtn i {
	height: auto;
}

.jobListwrap .jobListheader .saveJob .Smallbtn:hover {
	background-color: var(--bs-primary-bg-subtle);
	border: 1px solid var(--bs-primary-border-subtle);
	color: var(--bs-primary);
}

.jobListwrap .jobListheader .saveJob .Smallbtn:focus {
	background-color: var(--bs-primary-bg-subtle);
	border: 1px solid var(--bs-primary-border-subtle);
	color: var(--bs-primary);
}

.jobListwrap .jobListheader .saveJob .Smallbtn:active {
	background-color: var(--bs-primary-bg-subtle);
	border: 1px solid var(--bs-primary-border-subtle);
	color: var(--bs-primary);
}

.smalljobListWrapper {
	width: 100%;
	position: relative;
}

.smalljobListWrapper .smalljobList {
	position: relative;
	background: var(--bs-body-bg);
	border-radius: 0.4rem;
	width: 100%;
	position: relative;
	padding: 1.6rem 1.2rem;
}

.smalljobListWrapper .smalljobList .jobheader {
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 1.8rem;
}

.smalljobListWrapper .smalljobList .jobheader .jobTitle {
	position: relative;
	display: inline-block;
	width: auto;
	margin-bottom: 0.4rem;
}

.smalljobListWrapper .smalljobList .jobheader .jobTitle .title {
	margin: 0;
	font-size: 19px;
	font-weight: 500;
}

.smalljobListWrapper .smalljobList .jobheader .jobDeswrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 5px;
	column-gap: 5px;
	row-gap: 5px;
}

.smalljobListWrapper .smalljobList .jobheader .jobDeswrap .employerName {
	font-size: 13px;
	font-weight: 500;
	color: var(--bs-muted2-color);
}

.smalljobListWrapper .smalljobList .jobheader .jobDeswrap .jobCategory {
	font-size: 13px;
	font-weight: 500;
	color: var(--bs-primary);
}

.smalljobListWrapper .smalljobList .jobheader .sidebtns {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.smalljobListWrapper .smalljobList .jobheader .sidebtns .featuredJob {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
	transition: all ease 0.4s;
}

.smalljobListWrapper .smalljobList .jobheader .sidebtns .saveTag {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #ffe4eb;
	color: #ff527f;
	transition: all ease 0.4s;
}

.smalljobListWrapper .smalljobList .jobheader .sidebtns .saveTag:hover {
	background: #ffe4eb;
	color: #ff527f;
}

.smalljobListWrapper .smalljobList .jobheader .sidebtns .saveTag:focus {
	background: #ffe4eb;
	color: #ff527f;
}

.smalljobListWrapper .smalljobList .jobheader .sidebtns .saveTag:active {
	background: #ffe4eb;
	color: #ff527f;
}

.smalljobListWrapper .smalljobList .jobmiddle {
	position: relative;
	width: 100%;
}

.smalljobListWrapper .smalljobList .jobmiddle .jobDesc {
	width: 100%;
	display: block;
	margin-bottom: 1rem;
}

.smalljobListWrapper .smalljobList .jobmiddle .jobInfo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 10px;
}

.smalljobListWrapper .smalljobList .jobmiddle .jobInfo .jobBadge {
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 12px;
	font-size: 12px;
	font-weight: 500;
	border-radius: 50px;
	border: 1px solid var(--bs-secondary-border-subtle);
	background-color: var(--bs-secondary-bg-subtle);
	color: var(--bs-secondary);
}

.smalljobListWrapper .smalljobList .jobmiddle .jobInfo .jobBadge.jobtype {
	border: 1px solid var(--bs-warning);
	background-color: var(--bs-warning);
	color: var(--bs-white);
}

/*-------------------- Hiredio Elements Styles: Task Layout Design ------------------*/
.taskWrapper {
	position: relative;
	background-color: var(--bs-body-bg);
	border-radius: 0.7rem;
	height: 100%;
	width: 100%;
}

.taskWrapper .taskHeader {
	width: 100%;
	display: block;
	padding: 1.5rem 1rem 0;
	position: relative;
}

.taskWrapper .taskHeader .taskHeaderwrap {
	width: 100%;
	display: flex;
	align-items: center;
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
}

.taskWrapper .taskHeader .taskHeaderwrap .taskAuthor {
	width: 62px;
	height: 62px;
	background-color: var(--bs-light);
	padding: 0.4rem;
	border-radius: 50%;
}

.taskWrapper .taskHeader .taskHeaderwrap .taskAuthor .avatar-link {
	display: block;
}

.taskWrapper .taskHeader .taskHeaderwrap .taskAuthor .avatar-link img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.taskWrapper .taskHeader .taskHeaderwrap .authorInfo {
	flex: 1;
	width: auto;
}

.taskWrapper .taskHeader .taskHeaderwrap .authorInfo .name {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	line-height: 1.4;
}

.taskWrapper .taskHeader .taskHeaderwrap .authorInfo .publishedTime {
	font-size: 14px;
	color: var(--bs-mute-color);
	margin: 0;
}

.taskWrapper .task-body {
	padding: 1.5rem 1rem;
	width: 100%;
	position: relative;
}

.taskWrapper .task-body .taskContent {
	width: 100%;
	display: block;
	margin: 0rem 0rem 1.5rem;
}

.taskWrapper .task-body .taskContent .taskSkills {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 1rem;
	flex-wrap: wrap;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	row-gap: 0.4rem;
}

.taskWrapper .task-body .taskContent .taskSkills .skillTag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	font-size: 13px;
	font-weight: 500;
	padding: 0px 10px;
	border-radius: 50px;
	background-color: var(--bs-secondary-bg-subtle);
	border: 1px solid var(--bs-secondary-border-subtle);
	color: var(--bs-secondary);
}

.taskWrapper .task-body .taskContent .taskDescription {
	width: 100%;
	display: block;
}

.taskWrapper .task-body .taskContent .taskDescription .taskTitle {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
}

.taskWrapper .task-body .taskContent .taskDescription .desc {
	font-size: 14px;
	margin: 0;
}

.taskWrapper .task-body .taskPricing {
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 1rem;
}

.taskWrapper .task-body .taskPricing .ratesBox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 1rem;
	border-radius: 0.372rem;
	background-color: var(--bs-light);
}

.taskWrapper .task-body .taskPricing .ratesBox .rates {
	flex: 1;
}

.taskWrapper .task-body .taskPricing .ratesBox .rates .price {
	font-size: 19px;
	font-weight: 600;
	margin: 0;
}

.taskWrapper .task-body .taskPricing .ratesBox .typesrates {
	width: auto;
	flex: initial;
}

.taskWrapper .task-body .taskPricing .ratesBox .typesrates .typesrates span {
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	font-weight: 500;
	font-size: 13px;
	background: var(--bs-body-bg);
	border-radius: 50px;
	text-transform: capitalize;
}

.taskWrapper .task-footer {
	padding: 1.5rem 1rem;
	width: 100%;
	display: block;
	border-top: 1px solid var(--bs-border-color);
}

.taskWrapper .task-footer .btn-viewTask {
	width: 100%;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.4rem;
	font-weight: 500;
}

.taskWrapper .task-footer .btn-viewTask i {
	margin-left: 0.8rem;
}

/*-------------- Hiredio Elements Styles: Freelancers Grid Style ------------------*/
.freelancerWraps {
	position: relative;
	background-color: var(--bs-body-bg);
	width: 100%;
	border-radius: 0.7rem;
	display: block;
	height: 100%;
	overflow: hidden;
}

.freelancerWraps .sidebtns {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	position: absolute;
	right: 1.5rem;
	top: 1.5rem;
}

.freelancerWraps .sidebtns .saveTag {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--bs-light);
	border: 1px solid var(--bs-border-color);
	color: #c5cdd4;
	transition: all ease 0.4s;
}

.freelancerWraps .sidebtns .saveTag:hover {
	background: var(--bs-danger-bg-subtle);
	border: 1px solid var(--bs-danger-border-subtle);
	color: var(--bs-danger);
}

.freelancerWraps .sidebtns .saveTag:focus {
	background: var(--bs-danger-bg-subtle);
	border: 1px solid var(--bs-danger-border-subtle);
	color: var(--bs-danger);
}

.freelancerWraps .freelancer-body {
	position: relative;
	display: block;
	padding: 2rem 1.4rem;
}

.freelancerWraps .freelancer-body .freelancerHeadwrap {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 2rem;
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	row-gap: 0.8rem;
	flex-wrap: wrap;
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead .avatarBlock {
	width: 60px;
	height: 60px;
	position: relative;
	border-radius: 50%;
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead .avatarBlock .link {
	display: block;
	height: 100%;
	width: 100%;
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead .avatarBlock .link img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead .avatarBlock .user-status {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background: var(--bs-dark);
	border: 3px solid var(--bs-white);
	border-radius: 50%;
	top: 50%;
	right: -7px;
	z-index: 2;
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead .avatarBlock .user-status.available {
	background-color: var(--bs-success);
	border-color: var(--bs-success-bg-subtle);
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead .avatarBlock .user-status.busy {
	background-color: var(--bs-info);
	border-color: var(--bs-info-bg-subtle);
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead .avatarBlock .user-status.notavailable {
	background-color: var(--bs-danger);
	border-color: var(--bs-danger-bg-subtle);
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead .avatarInfo {
	flex: 1;
	width: auto;
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead .avatarInfo .avatartile {
	display: block;
	width: 100%;
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead .avatarInfo .avatartile .avatarTitle {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	line-height: 1.5;
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead .avatarInfo .additionalWrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
	row-gap: 0.5rem;
	margin-top: 0.3rem;
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead .avatarInfo .additionalWrap .additionalDetails {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 1.2;
	color: var(--bs-mute-color);
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead .avatarInfo .additionalWrap .additionalDetails .star {
	font-size: 13px;
	color: var(--bs-primary);
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead .avatarInfo .additionalWrap .additionalDetails .rating {
	color: var(--bs-dark);
	font-size: 14px;
	font-weight: 600;
	padding: 0 0.5rem;
	margin-right: 0.5rem;
	border-right: 1px solid var(--bs-border-color);
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead .avatarInfo .additionalWrap .avatarPost {
	position: relative;
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead .avatarInfo .additionalWrap .avatarPost p {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	color: var(--bs-dark);
	margin-bottom: 0;
}

.freelancerWraps .freelancer-body .freelancerHeadwrap .freelancerHead .avatarInfo .additionalWrap .avatarPost p i {
	margin-right: 0.3rem;
}

.freelancerWraps .freelancer-body .freelancerSkills {
	position: relative;
	display: block;
	margin-bottom: 0.6rem;
	width: 100%;
}

.freelancerWraps .freelancer-body .freelancerSkills .skill-wraps {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 1rem;
	flex-wrap: wrap;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	row-gap: 0.5rem;
}

.freelancerWraps .freelancer-body .freelancerSkills .skill-wraps .singleTag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	font-size: 13px;
	font-weight: 500;
	padding: 0px 10px;
	border-radius: 50px;
	background-color: var(--bs-secondary-bg-subtle);
	border: 1px solid var(--bs-secondary-border-subtle);
	color: var(--bs-secondary);
}

.freelancerWraps .freelancer-body .freelancerAbout {
	width: 100%;
	display: block;
	margin-bottom: 2rem;
}

.freelancerWraps .freelancer-body .freelancerAbout p {
	margin-bottom: 0;
}

.freelancerWraps .freelancer-body .freelancerMiddlewrap {
	width: 100%;
	display: block;
	position: relative;
}

.freelancerWraps .freelancer-body .freelancerMiddlewrap .freelancerMiddle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.freelancerWraps .freelancer-body .freelancerMiddlewrap .freelancerMiddle .singleBoxer {
	display: block;
	position: relative;
}

.freelancerWraps .freelancer-body .freelancerMiddlewrap .freelancerMiddle .singleBoxer .catTitle {
	font-size: 14px;
	margin-bottom: 0.4rem;
}

.freelancerWraps .freelancer-body .freelancerMiddlewrap .freelancerMiddle .singleBoxer .capInfo {
	font-weight: 600;
	margin: 0;
	font-size: 15px;
}

.freelancerWraps .freelancerFooter {
	width: 100%;
	display: block;
	position: relative;
	border-top: 1px solid var(--bs-border-color);
	padding: 1.5rem 1.4rem;
}

.freelancerWraps .freelancerFooter .btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	font-weight: 500;
	border-width: 2px;
}

.freelancerWraps .freelancerFooter .btn i {
	margin-left: 0.4rem;
}

.freelancerWraps.centerlized {
	text-align: center;
}

.freelancerWraps.centerlized .freelancer-body {
	text-align: center;
	padding: 3rem 1.5rem 2.5rem;
}

.freelancerWraps.centerlized .freelancer-body .freelancerHead {
	flex-direction: column;
}

.freelancerWraps.centerlized .freelancer-body .freelancerHead .avatarBlock {
	width: 70px;
	height: 70px;
}

.freelancerWraps.centerlized .freelancer-body .freelancerHead .avatarInfo {
	flex: auto;
}

.freelancerWraps.centerlized .freelancer-body .freelancerHead .avatarInfo .additionalDetails {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 0.2rem;
	color: var(--bs-mute-color);
}

.freelancerWraps.centerlized .freelancer-body .freelancerHead .avatarInfo .additionalDetails .star {
	font-size: 13px;
	color: var(--bs-primary);
}

.freelancerWraps.centerlized .freelancer-body .freelancerHead .avatarInfo .additionalDetails .rating {
	color: var(--bs-dark);
	font-size: 14px;
	font-weight: 600;
	padding: 0 0.5rem;
	margin-right: 0.5rem;
	border-right: 1px solid var(--bs-border-color);
}

.freelancerWraps.centerlized .freelancer-body .freelancerHead .avatarInfo .additionalWrap {
	justify-content: center;
	margin-top: 0.2rem;
}

.freelancerWraps.centerlized .freelancer-body .freelancerSkills {
	width: 100%;
	margin-bottom: 2rem;
}

.freelancerWraps.centerlized .freelancer-body .freelancerSkills .skill-wraps {
	justify-content: center;
}

.freelancerWraps.centerlized .freelancerFooter {
	background: var(--bs-body-bg);
}

.freelancerWraps.centerlized .freelancerFooter .btn {
	border-radius: 50px;
}

/*-------------- Hiredio Elements Styles: Task Services & Category Style ------------------*/
.servicesBoxs {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 0.7rem;
	height: 100%;
}

.servicesBoxs .servicesCard {
	display: block;
	width: 100%;
	position: relative;
}

.servicesBoxs .servicesCard .serviceThumbs {
	width: 100%;
	min-height: 270px;
}

.servicesBoxs .servicesCard .serviceThumbs .thumbLink {
	display: block;
	height: 100%;
}

.servicesBoxs .servicesCard .serviceThumbs .thumbLink img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.servicesBoxs .servicesCard .serviceCaption {
	width: 100%;
	position: relative;
	padding: 1rem 1.2rem;
}

.servicesBoxs .servicesCard .serviceCaption .captionHead {
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 0.3rem;
}

.servicesBoxs .servicesCard .serviceCaption .captionHead .captionFlex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
}

.servicesBoxs .servicesCard .serviceCaption .captionHead .captionFlex .additionalDetails {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 0.2rem;
	color: var(--bs-mute-color);
}

.servicesBoxs .servicesCard .serviceCaption .captionHead .captionFlex .additionalDetails .star {
	font-size: 13px;
	color: var(--bs-primary);
}

.servicesBoxs .servicesCard .serviceCaption .captionHead .captionFlex .additionalDetails .rating {
	color: var(--bs-dark);
	font-size: 14px;
	font-weight: 600;
	padding: 0 0.5rem;
	margin-right: 0.5rem;
	border-right: 1px solid var(--bs-border-color);
}

.servicesBoxs .servicesCard .serviceCaption .captionHead .captionFlex .capCats {
	position: relative;
	display: inline-block;
}

.servicesBoxs .servicesCard .serviceCaption .captionHead .captionFlex .capCats .cats {
	font-weight: 500;
	color: var(--bs-primary);
}

.servicesBoxs .servicesCard .serviceCaption .serviceTitlewrap {
	width: 100%;
	display: block;
}

.servicesBoxs .servicesCard .serviceCaption .serviceTitlewrap .title {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0.8rem;
}

.servicesBoxs .servicesCard .serviceCaption .serviceTitlewrap .serviceExeption {
	line-height: 1.7;
	font-size: 14px;
}

.servicesBoxs .servicesCard .serviceCaption .servicesSkill {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 1rem;
	flex-wrap: wrap;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	row-gap: 0.5rem;
}

.servicesBoxs .servicesCard .serviceCaption .servicesSkill .singleSkill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	font-size: 13px;
	font-weight: 500;
	padding: 0px 10px;
	border-radius: 50px;
	background-color: var(--bs-secondary-bg-subtle);
	border: 1px solid var(--bs-secondary-border-subtle);
	color: var(--bs-secondary);
}

.servicesBoxs .servicesCard .serviceFooter {
	width: 100%;
	padding: 1.2rem;
	border-top: 1px solid var(--bs-border-color);
}

.servicesBoxs .servicesCard .serviceFooter .footerFlex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.servicesBoxs .servicesCard .serviceFooter .footerFlex .serviceauthorInfo {
	width: auto;
}

.servicesBoxs .servicesCard .serviceFooter .footerFlex .serviceauthorInfo .authorFlex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.servicesBoxs .servicesCard .serviceFooter .footerFlex .serviceauthorInfo .authorFlex .authorImg {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.servicesBoxs .servicesCard .serviceFooter .footerFlex .serviceauthorInfo .authorFlex .authorImg .authorLink {
	display: block;
}

.servicesBoxs .servicesCard .serviceFooter .footerFlex .serviceauthorInfo .authorFlex .authorImg .authorLink img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.servicesBoxs .servicesCard .serviceFooter .footerFlex .serviceauthorInfo .authorFlex .authorName {
	flex: 1;
}

.servicesBoxs .servicesCard .serviceFooter .footerFlex .serviceauthorInfo .authorFlex .authorName .authorTitle {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

.servicesBoxs .servicesCard .serviceFooter .footerFlex .serviceRates {
	width: auto;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	-moz-column-gap: 0.4rem;
	column-gap: 0.4rem;
}

.servicesBoxs .servicesCard .serviceFooter .footerFlex .serviceRates .starter {
	font-size: 16px;
	color: var(--bs-mute-color);
}

.servicesBoxs .servicesCard .serviceFooter .footerFlex .serviceRates .priceRate {
	font-weight: 600;
	font-size: 20px;
	color: var(--bs-dark);
}

/*------------------------ Hiredio Elements Styles: Features Tag -----------------------*/
.hiredioLists {
	position: relative;
	display: block;
	width: 100%;
}

.hiredioLists .single {
	display: flex;
	margin-bottom: 50px;
}

.hiredioLists .single .counter {
	position: relative;
	width: 62px;
	height: 62px;
}

.hiredioLists .single .counter .num {
	position: absolute;
	top: 50%;
	left: 0;
	width: 60px;
	height: 60px;
	line-height: 58px;
	border-radius: 50%;
	text-align: center;
	transform: translate(0, -50%);
	z-index: 3;
	background: var(--bs-primary-bg-subtle);
	border: 1px solid var(--bs-primary-border-subtle);
	color: var(--bs-primary);
	font-size: 28px;
	font-weight: 600;
}

.hiredioLists .single .counter .line {
	position: relative;
}

.hiredioLists .single .counter .line:before {
	content: "";
	position: absolute;
	top: 78px;
	left: 29px;
	border-left: 2px dashed var(--bs-warning);
	width: 2px;
	height: 40px;
	display: inline-block;
}

.hiredioLists .single .caption {
	margin-left: 45px;
}

.hiredioLists .single .caption .capTitle {
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 8px;
}

.hiredioLists .single .caption .capTitle mark {
	color: var(--bs-primary);
	background-color: transparent;
}

.hiredioLists .single .caption .description {
	font-size: 16px;
}

.hiredioLists .single:last-child {
	margin: 0;
}

.hiredioLists .single:last-child .line {
	display: none;
}

.hiredioFeatures {
	position: relative;
	display: block;
	width: 100%;
}

.hiredioFeatures .single {
	position: relative;
	display: flex;
	align-items: start;
	margin-bottom: 2rem;
	width: 100%;
}

.hiredioFeatures .single .icons {
	display: inline-flex;
	color: var(--bs-primary);
	font-size: 2.6rem;
}

.hiredioFeatures .single .icons.icons.withShadow {
	position: relative;
}

.hiredioFeatures .single .icons.icons.withShadow:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: #ede3c5;
	border-radius: 50%;
	left: 0;
	top: 0;
	z-index: 0;
}

.hiredioFeatures .single .icons.icons.withShadow i {
	z-index: 2;
	position: relative;
	margin-left: 0.8rem;
}

.hiredioFeatures .single .icons.icons.withShadow .ico {
	z-index: 2;
	position: relative;
}

.hiredioFeatures .single .caption {
	position: relative;
	width: 100%;
	padding-left: 1.2rem;
}

.hiredioFeatures .single .caption .capTitle {
	font-size: 22px;
}

.hiredioFeatures .single .caption .capTitle mark {
	background-color: transparent;
	color: var(--bs-primary);
}

.hiredioFeatures .single .caption .description {
	font-size: 16px;
}

.hiredioFeatures .single:last-child {
	margin-bottom: 0;
}

.hiredioFeatures.seperate {
	position: relative;
	display: block;
}

.hiredioFeatures.seperate .single {
	flex-direction: column;
	margin: 1rem 0;
}

.hiredioFeatures.seperate .single .icons {
	margin-bottom: 1rem;
}

.hiredioFeatures.seperate .single .caption {
	padding: 0;
}

.hiredioFeatures.seperate .single .caption .capTitle {
	font-size: 21px;
}

/*-------------- Hiredio Elements Styles: Card Counter Style ------------------*/
.cardCounter {
	position: relative;
	width: 100%;
}

.cardCounter .card {
	width: 100%;
	padding: 2rem 1rem;
	text-align: center;
	position: relative;
}

.cardCounter .card .icons {
	font-size: 2.2rem;
	color: var(--bs-primary);
	margin-bottom: 0.5rem;
}

.cardCounter .card .caption {
	position: relative;
	width: 100%;
}

.cardCounter .card .caption .title {
	margin-bottom: 0rem;
	font-size: 45px;
}

.cardCounter .card .caption p {
	font-size: 17px;
	margin: 0;
}

.singleiconList {
	display: inline-flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
}

.singleiconList .icon {
	color: var(--bs-primary);
	font-size: 24px;
}

.singleiconList p {
	margin: 0;
	font-size: 17px;
}

.singleiconList p mark {
	color: var(--bs-dark);
	background-color: transparent;
	font-weight: 500;
}

/*-------------- Hiredio Elements Styles: Working Process Style ------------------*/
.workingFeatures {
	position: relative;
	width: 100%;
	display: block;
	background: var(--bs-white);
	border-radius: 0.6rem;
	padding: 2rem 2rem;
}

.workingFeatures .icon {
	position: relative;
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 3rem;
	color: var(--bs-primary);
}

.workingFeatures .captions {
	position: relative;
	display: block;
	width: 100%;
}

.workingFeatures .captions .title {
	font-size: 18px;
	font-weight: 600;
}

.workingFeatures .captions .desc {
	font-size: 16px;
	margin: 0;
}

.workingFeatures.centerd {
	text-align: center;
}

.workingFeatures.modern {
	width: 100%;
}

.workingFeatures.modern .icon {
	z-index: 2;
	position: relative;
}

.workingFeatures.modern .icon:before {
	content: "";
	position: absolute;
	width: 44px;
	height: 44px;
	background: #fff0d7;
	z-index: 1;
	right: 0;
	top: -11px;
	border-radius: 50%;
}

.workingFeatures.modern .icon i {
	z-index: 2;
	position: relative;
}

.workingFeatures.simply {
	padding: 0rem 0.5rem;
	background-color: transparent;
}

.workingFeatures.simply .icon {
	font-size: 2.2rem;
}

.workingFeatures.simply .icon:before {
	width: 30px;
	height: 30px;
	background: #fff0d7;
	right: 0;
	top: -11px;
}

.workingFeatures.simply .captions {
	width: 100%;
}

.workingFeatures.simply .captions .title {
	font-size: 17px;
	font-weight: 500;
}

.workingFeatures.simply .captions .desc {
	font-size: 15px;
}

/*-------------- Hiredio Elements Styles: Job Category Style ------------------*/
.categoryBox {
	background: var(--bs-white-bg);
	transition: all ease 0.4s;
}

.categoryBox .categoryBox-thumb>.ctboxIcon {
	background: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
	transition: all ease 0.4s;
}

.categoryBox:active {
	background: var(--bs-primary-bg-subtle);
	cursor: pointer;
}

.categoryBox:active .categoryBox-thumb>.ctboxIcon {
	background: var(--bs-primary);
	color: var(--bs-white);
}

.categoryBox:active p.text-muted-2 {
	color: var(--bs-primary) !important;
}

.categoryBox:hover {
	background: var(--bs-primary-bg-subtle);
	cursor: pointer;
}

.categoryBox:hover .categoryBox-thumb>.ctboxIcon {
	background: var(--bs-primary);
	color: var(--bs-white);
}

.categoryBox:hover p.text-muted-2 {
	color: var(--bs-primary) !important;
}

.categoryBox:focus {
	background: var(--bs-primary-bg-subtle);
	cursor: pointer;
}

.categoryBox:focus .categoryBox-thumb>.ctboxIcon {
	background: var(--bs-primary);
	color: var(--bs-white);
}

.categoryBox:focus p.text-muted-2 {
	color: var(--bs-primary) !important;
}

.modernCategory-wrap {
	position: relative;
	display: block;
	width: 100%;
}

.modernCategory-wrap .modernCategory {
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 0.6rem;
	padding: 2rem 1rem;
	background-color: var(--bs-body-bg);
	border: 1px solid var(--bs-border-color);
	transition: all ease 0.4s;
}

.modernCategory-wrap .modernCategory.light {
	background-color: var(--bs-light);
	border: 1px solid var(--bs-border-color);
}

.modernCategory-wrap .modernCategory.light:hover {
	background-color: var(--bs-primary);
	border: 1px solid var(--bs-primary-border-subtle);
}

.modernCategory-wrap .modernCategory.light:hover .modernCategory-icons {
	color: var(--bs-white);
}

.modernCategory-wrap .modernCategory.light:hover .catTitle {
	color: var(--bs-white);
}

.modernCategory-wrap .modernCategory.light:hover p {
	color: var(--bs-white);
	opacity: 0.7;
}

.modernCategory-wrap .modernCategory.light:focus {
	background-color: var(--bs-primary);
	border: 1px solid var(--bs-primary-border-subtle);
}

.modernCategory-wrap .modernCategory.light:focus .modernCategory-icons {
	color: var(--bs-white);
}

.modernCategory-wrap .modernCategory.light:focus .catTitle {
	color: var(--bs-white);
}

.modernCategory-wrap .modernCategory.light:focus p {
	color: var(--bs-white);
	opacity: 0.7;
}

.modernCategory-wrap .modernCategory.light:active {
	background-color: var(--bs-primary);
	border: 1px solid var(--bs-primary-border-subtle);
}

.modernCategory-wrap .modernCategory.light:active .modernCategory-icons {
	color: var(--bs-white);
}

.modernCategory-wrap .modernCategory.light:active .catTitle {
	color: var(--bs-white);
}

.modernCategory-wrap .modernCategory.light:active p {
	color: var(--bs-white);
	opacity: 0.7;
}

.modernCategory-wrap .modernCategory.style-2 {
	border: none;
	box-shadow: 0 0.225rem 0.45rem rgba(0, 0, 0, 0.08) !important;
	-webkit-box-shadow: 0 0.225rem 0.45rem rgba(0, 0, 0, 0.08) !important;
}

.modernCategory-wrap .modernCategory .modernCategory-icons {
	position: relative;
	color: var(--bs-primary);
}

.modernCategory-wrap .modernCategory .modernCategory-titlecaps {
	position: relative;
	width: 100%;
	display: block;
}

.modernCategory-wrap .modernCategory .modernCategory-titlecaps .catTitle {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0.2rem;
}

.modernCategory-wrap .modernCategory:hover {
	background-color: var(--bs-primary-bg-subtle);
	border-color: var(--bs-primary-border-subtle);
}

.modernCategory-wrap .modernCategory:focus {
	background-color: var(--bs-primary-bg-subtle);
	border-color: var(--bs-primary-border-subtle);
}

.modernCategory-wrap .modernCategory:active {
	background-color: var(--bs-primary-bg-subtle);
	border-color: var(--bs-primary-border-subtle);
}

.category-item {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%;
	background: var(--bs-body-bg);
	border-radius: 15px;
	padding: 15px;
	margin: 2px 0;
	transition: all 0.3s ease-in-out;
	border: 1px solid var(--bs-border-color);
}

.category-item .category-icon {
	background: var(--bs-secondary-bg-subtle);
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 40px;
	color: var(--bs-primary);
	border-radius: 15px;
	transition: all 0.5s ease-in-out;
}

.category-item .category-content {
	position: relative;
}

.category-item .category-content h6 {
	font-size: 17px;
	margin-bottom: 3px;
	transition: all 0.5s ease-in-out;
}

.category-item .category-content p {
	font-weight: 500;
	font-size: 14px;
	color: var(--bs-mute-color);
	transition: all 0.5s ease-in-out;
	margin: 0;
}

.category-item:hover {
	transform: translateY(-7px);
}

.category-item:hover .category-icon {
	background: var(--bs-primary);
	color: var(--bs-white);
}

/*---------- Hiredio Elements Styles: City Styles ------------*/
.jobLocation-wrap {
	width: 100%;
	position: relative;
	padding: 1.5rem;
	border-radius: 1rem;
	background-color: var(--bs-body-bg);
	border: 1px solid var(--bs-border-color);
	display: flex;
	align-items: center;
	justify-content: start;
}

.jobLocation-wrap .locationThumb {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #f4f5f7;
	transition: all ease 0.4s;
	padding: 0.5rem;
}

.jobLocation-wrap .locationThumb img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.jobLocation-wrap .locationInfo {
	text-align: start;
	width: auto;
	padding-left: 1.4rem;
}

.jobLocation-wrap .locationInfo .catTitle {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 4px;
}

.jobLocation-wrap .locationInfo .catJobs {
	font-size: 15px;
	color: var(--bs-mute-color);
	margin: 0;
}

.jobLocation-wrap .CatLink {
	position: absolute;
	width: 100%;
	height: 100%;
}

.jobLocation-wrap:hover {
	position: relative;
}

.jobLocation-wrap:hover .locationThumb {
	background-color: var(--bs-primary-bg-subtle);
}

.cardCities {
	position: relative;
	z-index: 0;
}

.cardCities.cursor:hover {
	cursor: pointer;
}

.cardCities .cardCities-image {
	border-radius: inherit;
}

.ratio {
	position: relative;
	display: block;
	overflow: hidden;
}

.ratio-4::before {
	padding-bottom: 125%;
}

.ratio::before {
	display: block;
	width: 100%;
	content: "";
}

.ratio-full::before {
	padding-bottom: 100%;
}

.ratio.ratio-5 {
	height: 370px;
}

.cardCities .cardCities-image {
	border-radius: inherit;
}

.cardCities .cardCities-image img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.citiesCard-content {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.citiesCard-content .cardCities-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 7, 45, 0.44);
	border-radius: inherit;
	transition: all ease 0.5s;
	opacity: 0.3;
}

.citiesCard-topcaps {
	transition: all ease 0.5s;
	opacity: 0;
}

.citiesCard-bottomcaps {
	transition: all ease 0.5s;
	transform: translateY(80px);
}

.cardCities:hover .citiesCard-bottomcaps,
.cardCities:focus .citiesCard-bottomcaps {
	transform: translateY(0);
}

.cardCities:hover .cardCities-bg,
.cardCities:focus .cardCities-bg {
	opacity: 1;
}

.cardCities:hover .citiesCard-topcaps,
.cardCities:focus .citiesCard-topcaps {
	opacity: 1;
}

/*---------- Hiredio Elements Styles: Talents & candidatesHvr Styles ------------*/
.talendCard {
	position: relative;
	width: 100%;
	background-color: var(--bs-body-bg);
	border-radius: 0.4rem;
	padding: 1.6rem 1.2rem;
	display: block;
}

.talendCard .talentheader {
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 1rem;
}

.talendCard .talentheader .talentTitle {
	position: relative;
	display: inline-block;
	width: auto;
	margin-bottom: 0.4rem;
}

.talendCard .talentheader .talentTitle h5.title {
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.talendCard .talentheader .talentTitle h5.title .exp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--bs-cyan-bg-subtle);
	padding: 0 0.7rem;
	color: var(--bs-cyan);
	font-size: 12px;
	font-weight: 500;
	height: 26px;
	border-radius: 50px;
}

.talendCard .talentheader .saveTag {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #ffe4eb;
	border: 1px solid #fedae4;
	color: #ff527f;
	transition: all ease 0.4s;
}

.talendCard .talentheader .saveTag.active {
	background: #ffe4eb;
	border: 1px solid #fedae4;
	color: #ff527f;
}

.talendCard .talentheader .saveTag:hover {
	background: #ffe4eb;
	border: 1px solid #fedae4;
	color: #ff527f;
}

.talendCard .talentheader .saveTag:focus {
	background: #ffe4eb;
	border: 1px solid #fedae4;
	color: #ff527f;
}

.talendCard .talentbase {
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 1.5rem;
}

.talendCard .talentmiddle {
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
}

.talendCard .talentmiddle .aboutTalent {
	width: 100%;
	display: block;
	margin-bottom: 1rem;
}

.talendCard .talentmiddle .talentSkills {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 5px;
}

.talendCard .talentmiddle .talentSkills .skill {
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 12px;
	font-size: 12px;
	font-weight: 500;
	border-radius: 50px;
	border: 1px solid var(--bs-secondary-border-subtle);
	background-color: var(--bs-secondary-bg-subtle);
	color: var(--bs-secondary);
}

.candidatesHvr {
	position: relative;
	z-index: 0;
}

.candidatesHvr.cursor:hover {
	cursor: pointer;
}

.candidatesHvr .candidatesHvr-image {
	border-radius: inherit;
}

.candidatesHvr .candidatesHvr-image {
	border-radius: inherit;
}

.candidatesHvr .candidatesHvr-image img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.candidatesHvr-content {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.candidatesHvr-content .candidatesHvr-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 7, 45, 0.44);
	border-radius: inherit;
	transition: all ease 0.5s;
	opacity: 0.8;
}

.candidatesHvr-topcaps {
	transition: all ease 0.5s;
	opacity: 0;
}

.candidatesHvr-bottomcaps {
	transition: all ease 0.5s;
	transform: translateY(80px);
}

.candidatesHvr:hover .candidatesHvr-bottomcaps,
.candidatesHvr:focus .candidatesHvr-bottomcaps {
	transform: translateY(0);
}

.candidatesHvr:hover .candidatesHvr-bg,
.candidatesHvr:focus .candidatesHvr-bg {
	opacity: 1;
}

.candidatesHvr:hover .candidatesHvr-topcaps,
.candidatesHvr:focus .candidatesHvr-topcaps {
	opacity: 1;
}

.candidateGrid {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: var(--bs-white);
	padding: 3rem 1.5rem 2.4rem;
	border-radius: 0.375rem;
	transition: all ease 0.4s;
}

.candidateGrid .topBtns {
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
}

.candidateGrid .topBtns .featured {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	border-radius: 50%;
	transition: all ease 0.4s;
	background-color: var(--bs-warning-bg-subtle);
	border: 1px solid var(--bs-warning-border-subtle);
	color: var(--bs-warning);
}

.candidateGrid .topBtns .featured:hover {
	background-color: var(--bs-warning);
	border: 1px solid var(--bs-warning);
	color: var(--bs-white);
}

.candidateGrid .topBtns .featured:focus {
	background-color: var(--bs-warning);
	border: 1px solid var(--bs-warning);
	color: var(--bs-white);
}

.candidateGrid .candidateGrid-middle {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 1.5rem;
}

.candidateGrid .candidateGrid-middle .thumb {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	margin: 0 auto 1.2rem;
}

.candidateGrid .candidateGrid-middle .thumb .thumbLink {
	display: block;
	height: 100%;
	width: 100%;
}

.candidateGrid .candidateGrid-middle .thumb .thumbLink figure {
	margin: 0;
}

.candidateGrid .candidateGrid-middle .thumb .thumbLink figure img {
	border-radius: 50%;
}

.candidateGrid .candidateGrid-middle .thumb .verifiedCandidate {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 10px;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 12px;
	background: var(--bs-primary-bg-subtle);
	color: var(--bs-primary);
	box-shadow: 0px 0px 0px 5px rgba(21, 144, 81, 0.2);
}

.candidateGrid .candidateGrid-middle .candidateInfo {
	text-align: center;
	position: relative;
	width: 100%;
	display: block;
}

.candidateGrid .candidateGrid-middle .candidateInfo .designation {
	display: block;
	width: 100%;
	margin-bottom: 0.3rem;
}

.candidateGrid .candidateGrid-middle .candidateInfo .designation span {
	height: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.2rem 0.8rem;
	font-size: 12px;
	font-weight: 500;
	border-radius: 50px;
	border: none;
}

.candidateGrid .candidateGrid-middle .candidateInfo .candidateTitle {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 3px 0;
}

.candidateGrid .candidateGrid-middle .candidateInfo .location {
	font-size: 14px;
	margin: 0;
}

.candidateGrid .candidateGrid-middle .candidateInfo .candidateCaps {
	font-size: 14px;
	margin: 0;
	color: var(--bs-mute-color);
}

.candidateGrid .candidateGrid-bottom {
	position: relative;
	display: block;
	width: 100%;
}

.candidateGrid .candidateGrid-bottom .skillsGroup {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}

.candidateGrid .candidateGrid-bottom .skillsGroup .skillTag {
	height: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.2rem 0.8rem;
	font-size: 12px;
	font-weight: 500;
	border-radius: 50px;
	background-color: var(--bs-secondary-bg-subtle);
	border: 1px solid var(--bs-secondary-border-subtle);
	color: var(--bs-secondary);
}

.candidateGrid .candidateGrid-bottom .skillsGroup .skillTag.light {
	background-color: var(--bs-white);
	border: 1px solid var(--bs-border-color);
	color: var(--bs-mute-color);
}

.candidateGrid .candidateGrid-buttons {
	position: relative;
	width: 100%;
	display: block;
	margin-top: 2.2rem;
}

.candidateGrid .candidateGrid-buttons .btn {
	width: 100%;
	font-weight: 500;
}

.candidateGrid .candidateGrid-buttons .btn i {
	margin-left: 0.8rem;
}

.candidatesmartGrid {
	position: relative;
	width: 100%;
	display: block;
	height: 100%;
	background: var(--bs-white);
	border-radius: 0.5rem;
}

.candidatesmartGrid .candidateSmart-body {
	position: relative;
	display: block;
	padding: 2rem;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-header {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 2rem;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-header .header-first {
	width: auto;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-header .header-first .candidate-thumb {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	overflow: hidden;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-header .header-first .candidate-thumb figure {
	margin: 0;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-header .header-first .candidate-thumb figure img {
	width: 100%;
	border-radius: 50%;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-header .header-last {
	flex: auto;
	width: auto;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-header .header-last .header-info {
	width: 100%;
	padding-left: 1rem;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-header .header-last .header-info .candidateType {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 5px;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-header .header-last .header-info .candidateType .type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	background: var(--bs-dark);
	color: var(--bs-white);
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 2px 12px;
	border-radius: 0.3rem;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-header .header-last .header-info .candidateType .type.featured {
	background-color: var(--bs-primary);
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-header .header-last .header-info .candidateType .type i {
	margin-right: 7px;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-header .header-last .header-info .basicInfo {
	width: auto;
	position: relative;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-header .header-last .header-info .basicInfo .title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 3px;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-header .header-last .header-info .basicInfo .title.verify {
	position: relative;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-header .header-last .header-info .basicInfo .title.verify .verified {
	font-size: 17px;
	color: var(--bs-success);
	margin-left: 7px;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-header .header-last .header-info .basicInfo .location {
	margin: 0;
	font-size: 14px;
	color: var(--bs-mute-color);
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-footer {
	position: relative;
	display: block;
	width: 100%;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-footer .candidateSmart-required {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	flex-wrap: wrap;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-footer .candidateSmart-required .badgeInfo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	background: var(--bs-secondary-bg-subtle);
	border: 1px solid var(--bs-secondary-border-subtle);
	color: var(--bs-secondary);
	border-radius: 50px;
	padding: 2px 12px;
	font-size: 13px;
	font-weight: 500;
}

.candidatesmartGrid .candidateSmart-body .candidateSmart-footer .candidateSmart-required .badgeInfo.light {
	background-color: var(--bs-light);
	border-color: var(--bs-border-color);
	color: var(--bs-muted2-color);
}

.candidateLists {
	position: relative;
	display: block;
	width: 100%;
	background: var(--bs-body-bg);
	border-radius: 0.4rem;
}

.candidateLists .lists-body {
	position: relative;
	width: 100%;
	padding: 1.5rem;
}

.candidateLists .lists-body .listCaption {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 15px;
}

.candidateLists .lists-body .listCaption .listThumb {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.candidateLists .lists-body .listCaption .listThumb .thumbAvatar {
	display: block;
	height: 100%;
}

.candidateLists .lists-body .listCaption .listThumb .thumbAvatar figure {
	margin: 0;
}

.candidateLists .lists-body .listCaption .listThumb .thumbAvatar figure img {
	width: 100%;
	border-radius: 50%;
}

.candidateLists .lists-body .listCaption .listDetails {
	position: relative;
	width: auto;
}

.candidateLists .lists-body .listCaption .listDetails .detailHeader {
	position: relative;
	width: 100%;
	margin-bottom: 1.4rem;
}

.candidateLists .lists-body .listCaption .listDetails .detailHeader .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0rem;
}

.candidateLists .lists-body .listCaption .listDetails .detailHeader .title.verify {
	position: relative;
}

.candidateLists .lists-body .listCaption .listDetails .detailHeader .title.verify .verified {
	color: var(--bs-success);
	font-size: 16px;
	margin-left: 5px;
}

.candidateLists .lists-body .listCaption .listDetails .detailHeader .infoGroup {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 22px;
	flex-wrap: wrap;
}

.candidateLists .lists-body .listCaption .listDetails .detailHeader .infoGroup .infoText {
	font-size: 13px;
	font-weight: 500;
	position: relative;
	color: var(--bs-muted2-color);
}

.candidateLists .lists-body .listCaption .listDetails .detailHeader .infoGroup .infoText:before {
	content: "-";
	position: absolute;
	top: 46%;
	transform: translateY(-50%);
	left: -10px;
	color: var(--bs-muted2-color);
}

.candidateLists .lists-body .listCaption .listDetails .detailHeader .infoGroup .infoText:first-child:before {
	display: none;
}

.candidateLists .lists-body .listCaption .listDetails .detailHeader .infoGroup .infoText.designation {
	height: 28px;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	padding: 2px 10px;
	border-radius: 50px;
	color: var(--bs-white);
}

/*---------- Hiredio Elements Styles: Companies Styles ------------*/
.companiesGroup {
	position: relative;
	background-color: var(--bs-body-bg);
	width: 100%;
	border-radius: 0.7rem;
	padding: 1.5rem;
}

.companiesGroup .industryFlex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
}

.companiesGroup .industryFlex .industryName {
	width: 100%;
}

.companiesGroup .industryFlex .industryName .title {
	font-weight: 600;
	font-size: 17px;
	margin: 0;
}

.companiesGroup .industrySubtitle {
	width: 100%;
	margin: 0;
	display: block;
}

.companiesGroup .industrySubtitle span {
	font-size: 12px;
	font-weight: 500;
	color: var(--bs-mute-color);
}

.companiesGroup .industriesIcons {
	width: 100%;
	display: flex;
	margin-top: 1.5rem;
	-moz-column-gap: 0.4rem;
	column-gap: 0.4rem;
	align-items: center;
	justify-content: flex-start;
}

.companiesGroup .industriesIcons .singleIcon {
	width: 45px;
	height: 45px;
	padding: 0.25rem;
	overflow: hidden;
	background: var(--bs-body-bg);
	border-radius: 0.4rem;
	border: 1px solid var(--bs-border-color);
}

.companiesGroup .industriesIcons .singleIcon .singleIcon img {
	width: 45px;
	height: auto;
}

.companiesGrid {
	width: 100%;
	background-color: var(--bs-body-bg);
	border-radius: 0.7rem;
	position: relative;
	padding: 2rem 1.8rem;
}

.companiesGrid .imageWrap {
	width: 70px;
	height: 70px;
	margin: 0 auto;
}

.companiesGrid .imageWrap img {
	width: 100%;
	height: auto;
}

.companiesGrid .companyDetails {
	width: 100%;
	margin: 1.5rem 0;
	text-align: center;
	display: block;
}

.companiesGrid .companyDetails .companyTitle {
	font-size: 16px;
	font-weight: 600;
}

.companiesGrid .companyDetails .additionalDetails {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1.2;
	color: var(--bs-mute-color);
}

.companiesGrid .companyDetails .additionalDetails .star {
	font-size: 13px;
	color: var(--bs-primary);
}

.companiesGrid .companyDetails .additionalDetails .rating {
	color: var(--bs-dark);
	font-size: 14px;
	font-weight: 600;
	padding: 0 0.5rem;
	margin-right: 0.5rem;
	border-right: 1px solid var(--bs-border-color);
}

.companiesGrid .companyTagline {
	width: 100%;
	margin-bottom: 0.8rem;
	display: flex;
	text-align: center;
}

.companiesGrid .companyTagline .adDesc {
	line-height: 1.5;
	font-size: 14px;
}

.companiesGrid .ctaLink {
	width: 100%;
	display: block;
}

.companiesGrid .ctaLink .btn {
	width: 100%;
	font-weight: 500;
	border-radius: 50px;
}

.companiesGrid .tagswrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
}

.companiesGrid .tagswrap .cardtag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	padding: 0 8px;
	border: 1px solid var(--bs-border-color);
	border-radius: 50px;
	font-size: 12px;
}

.employerFilter {
	width: 100%;
	background: var(--bs-body-bg);
	border-radius: 0.7rem;
	border: 1px solid var(--bs-border-color);
	padding: 1.5rem;
}

.employerFilter .companyCategory {
	display: block;
	width: 100%;
	margin-bottom: 0.5rem;
}

.employerFilter .companyCategory .title {
	font-weight: 600;
	font-size: 18px;
}

.employerFilter .subtitle {
	width: 100%;
	display: block;
}

.employerFilter .subtitle .link {
	font-weight: 500;
	color: var(--bs-primary);
}

.employerFilter .subtitle .link i {
	margin-left: 0.55rem;
}

.employerFilter.selected {
	position: relative;
	border-color: var(--bs-primary);
}

.employerFilter.selected:before {
	content: "\f058";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	right: 0.5rem;
	top: 0.5rem;
	font-size: 19px;
	color: var(--bs-primary);
}

.employerFilter:hover {
	cursor: pointer;
	box-shadow: 0 0.325rem 0.75rem rgba(0, 0, 0, 0.045);
	-webkit-box-shadow: 0 0.325rem 0.75rem rgba(0, 0, 0, 0.045);
}

.employerFilter:focus {
	cursor: pointer;
	box-shadow: 0 0.325rem 0.75rem rgba(0, 0, 0, 0.045);
	-webkit-box-shadow: 0 0.325rem 0.75rem rgba(0, 0, 0, 0.045);
}

.companiesList {
	width: 100%;
	background: var(--bs-body-bg);
	padding: 1rem;
	display: flex;
	border-radius: 0.7rem;
	align-items: flex-start;
	justify-content: flex-start;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	row-gap: 1rem;
	flex-wrap: wrap;
}

.companiesList .imageWrap {
	width: 65px;
	height: 65px;
	padding: 0.4rem;
	border: 1px solid var(--bs-border-color);
	border-radius: 0.5rem;
}

.companiesList .imageWrap img {
	width: 100%;
	height: 100%;
}

.companiesList .companyDetails {
	flex: 1;
	width: auto;
}

.companiesList .companyDetails .companyTitle {
	font-weight: 500;
	font-size: 17px;
	line-height: 1.5;
	margin: 0;
}

.companiesList .companyDetails .additionalDetails {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 0.3rem;
	color: var(--bs-mute-color);
}

.companiesList .companyDetails .additionalDetails .star {
	font-size: 13px;
	color: var(--bs-primary);
}

.companiesList .companyDetails .additionalDetails .rating {
	color: var(--bs-dark);
	font-size: 14px;
	font-weight: 600;
	padding: 0 0.5rem;
	margin-right: 0.5rem;
	border-right: 1px solid var(--bs-border-color);
}

.companiesList .companyDetails .tagswrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	row-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	margin-top: 1rem;
}

.companiesList .companyDetails .tagswrap .cardtag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	padding: 0 8px;
	border: 1px solid var(--bs-border-color);
	border-radius: 50px;
	font-size: 12px;
}

/*-------------------- Hiredio Elements Styles: Search Styles -------------------*/
.searchingSidebar {
	position: relative;
	width: 100%;
	height: auto;
}

.searchingSidebar .searchInner {
	position: relative;
	width: 100%;
	display: block;
}

.searchingSidebar .searchInner .widget {
	position: relative;
	width: 100%;
	margin-bottom: 2rem;
}

.searchingSidebar .searchInner .widget:last-child {
	margin-bottom: 0.5rem;
}

.searchingSidebar .searchInner .widget .widgetTitle {
	font-size: 17px;
	margin-bottom: 1rem;
	display: block;
	text-transform: capitalize;
}

.irs--round {
	position: relative;
	width: 100%;
	height: 60px;
}

.irs--round .irs-line {
	background-color: #eaeaea;
	top: 50px;
}

.irs--round .irs-min {
	display: none !important;
}

.irs--round .irs-max {
	display: none !important;
}

.irs--round .irs-from {
	background-color: var(--bs-dark) !important;
	display: none !important;
	font-size: 14px;
	line-height: 21px;
}

.irs--round .irs-from:before {
	border-top-color: var(--bs-dark) !important;
	border: 6px solid transparent;
	margin-left: -6px;
	bottom: -11px;
}

.irs--round .irs-to {
	background-color: var(--bs-dark) !important;
	font-size: 14px;
	line-height: 21px;
	display: none !important;
}

.irs--round .irs-to:before {
	border-top-color: var(--bs-dark) !important;
	border: 6px solid transparent;
	margin-left: -6px;
	bottom: -11px;
}

.irs--round .irs-single {
	background-color: var(--bs-dark) !important;
	visibility: visible !important;
	font-size: 14px;
	line-height: 21px;
}

.irs--round .irs-single:before {
	border-top-color: var(--bs-dark) !important;
	border: 6px solid transparent;
	margin-left: -6px;
	bottom: -11px;
}

.irs--round .irs-bar {
	background: var(--bs-primary) !important;
	top: 50px;
}

.irs--round .irs-handle {
	background-color: var(--bs-white) !important;
	border: 3px solid var(--bs-primary);
	box-shadow: 0px 0px 0px 4px rgba(21, 144, 87, 0.1);
	width: 20px;
	height: 20px;
	top: 40px;
}

.filterButton {
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	background: var(--bs-primary-bg-subtle);
	border: 1px solid var(--bs-primary-border-subtle);
	color: var(--bs-primary);
	border-radius: 50px;
	margin-bottom: 1rem;
	transition: all ease 0.4s;
}

.filterButton i {
	margin-right: 0.5rem;
}

.filterButton:hover {
	background: var(--bs-primary);
	border: 1px solid var(--bs-primary);
	color: var(--bs-white);
}

.filterButton:focus {
	background: var(--bs-primary);
	border: 1px solid var(--bs-primary);
	color: var(--bs-white);
}

.showingOption {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 10px;
}

.showingOption .showingResults {
	width: auto;
	flex: auto;
}

.showingOption .showingResults .showTitle {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 10px;
	column-gap: 10px;
	font-size: 16px;
	color: var(--bs-mute-color);
}

.showingOption .showingResults .showTitle .totalResults {
	font-weight: 500;
	font-size: 14px;
	color: var(--bs-dark);
}

.showingOption .resultShorting {
	width: auto;
	flex: inherit;
}

.showingOption .resultShorting .select2-container .select2-selection--single {
	height: 38px;
	padding: 0 15px;
	border-radius: 50px;
	border: 1px solid var(--bs-border-color);
	background-color: var(--bs-light);
}

.showingOption .resultShorting .select2-container .select2-selection--single .select2-selection__arrow {
	right: 10px !important;
}

.showingOption .resultShorting .select2-container .select2-selection--single .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 16px;
}

.showingOption .flexShorting {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 8px;
	flex-wrap: wrap;
}

.showingOption .flexShorting .linkFilter {
	flex: auto;
}

.showingOption .flexShorting .linkFilter .filterButton {
	height: 36px;
	padding: 2px 12px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	margin: 0;
}

.select2-dropdown.select2-dropdown--below {
	border: none;
	border-radius: 0.3rem;
	overflow: hidden;
	background: var(--bs-white);
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
}

.select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown {
	display: none;
}

.offcanvas-body {
	overflow-x: hidden;
}

.transparent-shorting {
	width: auto;
}

.transparent-shorting .select2-container .select2-selection--single {
	height: auto;
	background: transparent;
	border: none;
}

.transparent-shorting .select2-container .select2-selection--single .select2-selection__rendered {
	color: var(--bs-white);
	padding-right: 30px;
}

.transparent-shorting .select2-container .select2-selection--single .select2-selection__arrow b {
	border-color: var(--bs-white) transparent transparent transparent;
}

/*-----------------------------------------
Single Page Layouts
-----------------------------------------*/
/*--------------- Single Page Layouts: Job Details Page ---------------*/
.jobblock-wrap {
	position: relative;
	display: block;
	width: 100%;
	background-color: var(--bs-body-bg);
	border-radius: 0.5rem;
	overflow: hidden;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.jobblock-wrap .header-job-block {
	position: relative;
	width: 100%;
	display: block;
}

.jobblock-wrap .header-job-block .block-thumb {
	height: 250px;
	display: block;
	width: 100%;
	position: relative;
}

.jobblock-wrap .header-job-block .block-thumb img.img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.jobblock-wrap .single-job-block {
	width: 100%;
	padding: 2.5rem 2rem;
	border-top: 1px solid var(--bs-border-color);
}

.jobblock-wrap .single-job-block .block-title {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 1.8rem;
}

.jobblock-wrap .single-job-block .descriptionBox {
	width: 100%;
	display: block;
}

.jobblock-wrap .single-job-block .descriptionBox .block-subtitle {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}

.jobblock-wrap .single-job-block .descriptionBox p {
	line-height: 1.8;
	margin-bottom: 20px;
}

.jobblock-wrap .single-job-block .descriptionBox ul {
	list-style: disc;
	margin-bottom: 1.8rem;
}

.jobblock-wrap .single-job-block .descriptionBox ul li {
	line-height: 1.8;
	margin-top: 15px;
}

.jobblock-wrap .single-job-block .descriptionBox ul li:first-child {
	margin-top: 0;
}

.jobblock-wrap .single-job-block .descriptionBox ul:last-child {
	margin: 0;
}

.jobblock-wrap .single-job-block:first-child {
	border-top: none;
}

.jobblock-wrap .single-job-block .jonInfowrap {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	row-gap: 1rem;
}

.jobblock-wrap .single-job-block .jonInfowrap .infoFirst {
	position: relative;
	display: flex;
	align-items: start;
	justify-content: flex-start;
	-moz-column-gap: 1.4rem;
	column-gap: 1.4rem;
}

.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .thumb {
	flex: inherit;
	width: 70px;
}

.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption {
	flex: 1;
}

.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .jobTitle {
	font-size: 26px;
	margin-bottom: 0.2rem;
	font-weight: 500;
	max-width: 425px;
}

@media (max-width: 1199px) {
	.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .jobTitle {
		max-width: 360px;
	}
}

.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .subInfo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 0.5rem;
	flex-wrap: wrap;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	row-gap: 0.5rem;
	font-weight: 500;
	color: var(--bs-dark);
}

.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .subInfo .employer {
	color: var(--bs-primary);
	transition: all ease 0.4s;
}

.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .subInfo .employer:hover {
	color: var(--bs-primary);
	text-decoration: unset;
}

.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .subInfo .employer:focus {
	color: var(--bs-primary);
	text-decoration: unset;
}

.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .subInfo .catLink {
	color: var(--bs-primary);
	transition: all ease 0.4s;
}

.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .subInfo .catLink:hover {
	color: var(--bs-primary);
	text-decoration: unset;
}

.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .subInfo .catLink:focus {
	color: var(--bs-primary);
	text-decoration: unset;
}

.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .typotags {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .typotags .locationtag {
	display: inline-block;
}

.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .typotags .locationtag .location {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	background: var(--bs-secondary-bg-subtle);
	color: var(--bs-secondary);
	font-size: 13px;
	font-weight: 500;
	padding: 2px 14px;
	border-radius: 50px;
}

.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .typotags .locationtag .location i {
	margin-right: 5px;
}

.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .typotags .typetag {
	display: inline-block;
}

.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .typotags .typetag .type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	background: var(--bs-warning-bg-subtle);
	color: var(--bs-warning);
	font-size: 13px;
	font-weight: 500;
	padding: 2px 14px;
	border-radius: 50px;
}

.jobblock-wrap .single-job-block .jonInfowrap .applywrap {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.jobblock-wrap .single-job-block .jonInfowrap .applywrap .btn-apply {
	height: 44px;
	padding: 2px 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.372rem;
	font-weight: 500;
	background-color: var(--bs-primary);
	color: var(--bs-white);
}

.jobblock-wrap .single-job-block .jonInfowrap .applywrap .save-btn {
	font-size: 17px;
	color: var(--bs-mute-color);
	transition: all ease 0.4s;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--bs-border-color);
	line-height: 1;
	margin: 0;
}

.jobblock-wrap .single-job-block .jonInfowrap .applywrap .save-btn:hover {
	background-color: var(--bs-danger-bg-subtle);
	border-color: var(--bs-danger-border-subtle);
	color: var(--bs-danger);
}

.jobblock-wrap .single-job-block .jonInfowrap .applywrap .save-btn:focus {
	background-color: var(--bs-danger-bg-subtle);
	border-color: var(--bs-danger-border-subtle);
	color: var(--bs-danger);
}

.jobblock-wrap .skills {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 12px;
	column-gap: 12px;
	row-gap: 10px;
	flex-wrap: wrap;
}

.jobblock-wrap .skills li {
	list-style: none;
	display: inline-block;
}

.jobblock-wrap .skills li .skilltag {
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--bs-primary-bg-subtle);
	padding: 2px 15px;
	font-weight: 500;
	font-size: 13px;
	border-radius: 50px;
	color: #666666;
	transition: all ease 0.4s;
}

.jobblock-wrap .skills li .skilltag:hover {
	background: var(--bs-primary);
	color: var(--bs-white);
}

.jobblock-wrap .skills li .skilltag:focus {
	background: var(--bs-primary);
	color: var(--bs-white);
}

.jobRoleinfo {
	padding: 0;
}

.jobRoleinfo li {
	list-style: none;
}

.jobRoleinfo li .roleInsite {
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: flex-start;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.jobRoleinfo li .roleInsite .icon {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	background: var(--bs-secondary-bg-subtle);
	color: var(--bs-primary);
	border-radius: 50%;
}

.jobRoleinfo li .roleInsite .captions {
	flex: 1;
}

.jobRoleinfo li .roleInsite .captions .title {
	font-size: 17px;
	font-weight: 500;
	color: var(--bs-secondary);
	margin-bottom: 7px;
}

.jobRoleinfo li .roleInsite .captions .desc {
	font-size: 16px;
	color: --bs-mute-color;
	margin: 0;
}

.jobRoleinfo.light {
	position: relative;
}

.jobRoleinfo.light .roleInsite {
	background-color: var(--bs-secondary-bg-subtle);
	padding: 1.2rem 1.5rem;
	border-radius: 0.4rem;
}

.jobRoleinfo.light .roleInsite .desc {
	color: var(--bs-primary);
}

.jobapplyBox {
	width: 100%;
	position: relative;
	border-radius: 0.4rem;
	background: var(--bs-secondary-bg-subtle);
	border: 1px solid var(--bs-secondary-border-subtle);
	padding: 3rem 2rem;
	text-align: center;
}

.jobapplyBox .titleBox {
	width: 100%;
	display: block;
	margin-bottom: 1.5rem;
}

.jobapplyBox .titleBox .title {
	font-size: 22px;
	font-weight: 500;
	margin: 0;
}

.jobapplyBox .buttonBox {
	position: relative;
	display: block;
	margin-bottom: 0.5rem;
	width: 100%;
}

.jobapplyBox .buttonBox .btn.apply-btn {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 500;
	background: var(--bs-primary);
	color: var(--bs-white);
}

.jobapplyBox .additionalBox {
	width: 100%;
	margin: 0;
	display: block;
}

.jobapplyBox .additionalBox p {
	font-size: 15px;
	color: var(--bs-secondary);
	margin: 0;
}

.jobapplyBox .additionalBox p .active {
	color: var(--bs-warning);
	font-weight: 500;
	margin-right: 5px;
}

.employerBox {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: var(--bs-body-bg);
	border-radius: 0.4rem;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.similarJobs .title h5 {
	font-size: 21px;
	padding-bottom: 8px;
}

.employerBox .head {
	width: 100%;
	display: block;
	position: relative;
}

.employerBox .head .headThumb {
	height: 180px;
	position: relative;
	width: 100%;
	display: block;
}

.employerBox .head .headThumb .img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.employerBox .head .headThumb .btn.btn-follow {
	height: 42px;
	width: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 1rem;
	right: 1rem;
	padding: 5px 24px;
	background-color: var(--bs-white);
	border: 1px solid var(--bs-white);
	font-size: 14px;
	font-weight: 500;
	color: var(--bs-dark);
	transition: all ease 0.4s;
}

.employerBox .head .headThumb .btn.btn-follow:hover {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
	color: var(--bs-white);
}

.employerBox .head .headThumb .btn.btn-follow:focus {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
	color: var(--bs-white);
}

.employerBox .emp-body {
	width: 100%;
	position: relative;
}

.employerBox .emp-body .authInfo {
	width: 100%;
	display: block;
	padding: 0 1.5rem;
	text-align: center;
	margin-top: -40px;
}

.employerBox .emp-body .authInfo .avatarImg {
	width: 80px;
	height: 80px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background: var(--bs-body-bg);
	border-radius: 50%;
	margin-bottom: 1rem;
	box-shadow: 0px 0px 10px 0px rgba(2, 2, 2, 0.05);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(2, 2, 2, 0.05);
}

.employerBox .emp-body .authInfo .infoWrap {
	width: 100%;
	display: block;
}

.employerBox .emp-body .authInfo .infoWrap .empTitle {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0.4rem;
}

.employerBox .emp-body .authInfo .infoWrap .tagline {
	font-size: 14px;
	color: var(--bs-mute-color);
}

.employerBox .emp-body .moreInfo {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 2.5rem;
}

.employerBox .emp-body .moreInfo .nav-pills {
	align-items: center;
	justify-content: center;
	display: inline-flex;
	padding: 0.6rem;
	margin: 0 auto;
	max-width: 96%;
	border-radius: 0.4rem;
}

.employerInfolist {
	width: 100%;
	position: relative;
	display: block;
}

.employerInfolist ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
}

.employerInfolist ul li {
	width: 100%;
	padding: 1.2rem 1.5rem;
	display: flex;
	align-items: center;
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
	border-top: 1px solid var(--bs-border-color);
}

.employerInfolist ul li:first-child {
	border: none;
}

.employerInfolist ul li .icon {
	width: 55px;
	height: 55px;
	display: flex;
	background: #f4f5f7;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	border-radius: 0.37rem;
	color: var(--bs-dark);
}

.employerInfolist ul li .info {
	flex: 1;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
}

.employerInfolist ul li .info .title {
	font-size: 16px;
	margin-bottom: 0.4rem;
	line-height: 1;
	font-weight: 500;
}

.employerInfolist ul li .info .subtitle {
	margin: 0;
	font-size: 14px;
	color: var(--bs-mute-color);
}

.employerInfolist ul li .btnbox {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 10px;
}

.employerInfolist ul li .btnbox .btn {
	height: 50px;
	width: 100%;
}

.employerInfolist ul li .btnbox .btn-sendmessage {
	width: 100%;
	height: 50px;
	background-color: var(--bs-primary);
	color: var(--bs-white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 500;
}

.currentopenings {
	position: relative;
	width: 100%;
	display: block;
}

.currentopenings ul {
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.currentopenings ul li {
	list-style: none;
	padding: 1.2rem 1.5rem;
	border-top: 1px solid var(--bs-border-color);
	width: 100%;
	text-align: start;
}

.currentopenings ul li .jobtitle {
	display: block;
	width: 100%;
}

.currentopenings ul li .jobtitle .jobname {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 0.2rem;
}

.currentopenings ul li .joninfo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.currentopenings ul li .joninfo .locations {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 8px;
	column-gap: 8px;
}

.currentopenings ul li .joninfo .locations span {
	color: var(--bs-dark);
}

.currentopenings ul li .joninfo .locations .location {
	font-weight: 500;
	font-size: 14px;
	color: var(--bs-primary);
}

.currentopenings ul li .joninfo .enddate {
	font-size: 13px;
	color: var(--bs-mute-color);
}

.customapplyBox {
	width: 100%;
	position: relative;
	border-radius: 0.4rem;
	overflow: hidden;
	background: var(--bs-body-bg);
}

.customapplyBox .titleHead {
	width: 100%;
	padding: 3rem 2rem 1.5rem;
}

.customapplyBox .titleHead .tagtitle {
	font-size: 24px;
	margin-bottom: 0.4rem;
	line-height: 1.2;
}

.customapplyBox .titleHead .subtitle {
	margin: 0;
	line-height: 1.7;
}

.customapplyBox .formBody {
	width: 100%;
	position: relative;
	display: block;
	padding: 0 2rem 1rem;
}

.customapplyBox .formBody .form-group {
	margin-bottom: 1rem;
}

.customapplyBox .formBody .form-group label {
	font-size: 13px;
	margin-bottom: 0.5rem;
	color: var(--bs-mute-color);
}

.customapplyBox .formBody .form-group .upload-resumebox {
	padding: 1.5rem 2rem;
	text-align: center;
	background-color: var(--bs-secondary-bg-subtle);
	border: 1px dashed var(--bs-secondary-border-subtle);
	border-radius: 0.5rem;
}

.customapplyBox .formBody .form-group .upload-resumebox .uploadbtn {
	font-size: 30px !important;
	padding: 0 !important;
	color: var(--bs-primary);
	height: auto;
	line-height: 0;
}

.customapplyBox .formBody .form-group .upload-resumebox .tag {
	font-size: 13px;
	margin: 0;
	color: var(--bs-secondary);
}

.customapplyBox .formBody .form-group .btnapply {
	width: 100%;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 500;
	background-color: var(--bs-secondary);
	border: 1px solid var(--bs-secondary);
	color: var(--bs-white);
}

.customapplyBox .formBody .form-group .btnapply:hover {
	background-color: var(--bs-primary);
	border: 1px solid var(--bs-primary);
	color: var(--bs-white);
}

.customapplyBox .formBody .form-group .btnapply:focus {
	background-color: var(--bs-primary);
	border: 1px solid var(--bs-primary);
	color: var(--bs-white);
}

.customapplyBox:before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background: var(--bs-primary);
	box-shadow: 0px 0px 0px 10px var(--bs-primary-bg-subtle);
	-webkit-box-shadow: 0px 0px 0px 10px var(--bs-primary-bg-subtle);
	border: 8px solid var(--bs-primary-border-subtle);
	right: -20px;
	top: -20px;
	border-radius: 50%;
}

.hiredio-apply-bottom {
	display: flex;
	align-items: center;
	-moz-column-gap: 0.7rem;
	column-gap: 0.7rem;
	box-shadow: 8px 0 10px rgba(0, 0, 0, 0.15);
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 3;
	background-color: var(--bs-body-bg);
	padding: 1.2rem 1.2rem;
}

.hiredio-apply-bottom .btn {
	height: 50px;
	flex: 1;
}

.hiredio-apply-bottom .shareJob {
	width: auto;
}

.hiredio-apply-bottom .shareJob .btn {
	height: 50px;
	padding: 0;
	width: 50px;
	line-height: 0;
	border-radius: 50%;
}

.hiredio-apply-bottom .saveJob {
	width: auto;
}

.hiredio-apply-bottom .saveJob .btn {
	height: 50px;
	padding: 0;
	width: 50px;
	line-height: 0;
	border-radius: 50%;
}

/*--------------- Single Page Layouts: Candidate & Talents Detail Page ----------------*/
.photoGrid {
	display: grid;
	width: 100%;
	grid-template-columns: auto auto auto auto;
	-moz-column-gap: 15px;
	column-gap: 15px;
	row-gap: 10px;
}

.talentlock-wrap {
	position: relative;
	display: block;
	width: 100%;
	background-color: var(--bs-body-bg);
	border-radius: 0.5rem;
	overflow: hidden;
}

.talentlock-wrap.simple {
	background-color: transparent;
	border-radius: 0;
}

.talentlock-wrap .header-talent-block {
	position: relative;
	width: 100%;
	display: block;
}

.talentlock-wrap .header-talent-block .block-thumb {
	height: 250px;
	display: block;
	width: 100%;
	position: relative;
}

.talentlock-wrap .header-talent-block .block-thumb img.img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.talentlock-wrap .single-talent-block {
	width: 100%;
	padding: 2.5rem 2rem;
	border-top: 1px solid var(--bs-border-color);
}

.talentlock-wrap .single-talent-block .block-title {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 1.8rem;
}

.talentlock-wrap .single-talent-block .descriptionBox {
	width: 100%;
	display: block;
}

.talentlock-wrap .single-talent-block .descriptionBox .block-subtitle {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 15px;
}

.talentlock-wrap .single-talent-block .descriptionBox p {
	line-height: 1.8;
	margin-bottom: 20px;
}

.talentlock-wrap .single-talent-block .descriptionBox ul {
	list-style: disc;
	margin-bottom: 1.8rem;
}

.talentlock-wrap .single-talent-block .descriptionBox ul li {
	line-height: 1.8;
	margin-top: 15px;
}

.talentlock-wrap .single-talent-block .descriptionBox ul li:first-child {
	margin-top: 0;
}

.talentlock-wrap .single-talent-block .descriptionBox ul:last-child {
	margin: 0;
}

.talentlock-wrap .single-talent-block:first-child {
	border-top: none;
}

.talentlock-wrap .single-talent-block .talentInfowrap {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	row-gap: 1rem;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst {
	position: relative;
	display: flex;
	align-items: start;
	justify-content: flex-start;
	-moz-column-gap: 1.4rem;
	column-gap: 1.4rem;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .thumb {
	flex: inherit;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .thumb img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption {
	flex: 1;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .talentTitle {
	font-size: 26px;
	margin-bottom: 0.2rem;
	font-weight: 600;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .subInfo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 0.5rem;
	flex-wrap: wrap;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	row-gap: 0.5rem;
	font-weight: 500;
	color: var(--bs-dark);
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .subInfo .employer {
	color: var(--bs-mute-color);
	transition: all ease 0.4s;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .subInfo .employer:hover {
	color: var(--bs-secondary);
	text-decoration: underline;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .subInfo .employer:focus {
	color: var(--bs-secondary);
	text-decoration: underline;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .subInfo .catLink {
	color: var(--bs-primary);
	transition: all ease 0.4s;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .subInfo .catLink:hover {
	color: var(--bs-secondary);
	text-decoration: underline;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .subInfo .catLink:focus {
	color: var(--bs-secondary);
	text-decoration: underline;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .typotags {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .typotags .locationtag {
	display: inline-block;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .typotags .locationtag .location {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	background: var(--bs-secondary-bg-subtle);
	color: var(--bs-secondary);
	font-size: 13px;
	font-weight: 500;
	padding: 2px 14px;
	border-radius: 50px;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .typotags .locationtag .location i {
	margin-right: 5px;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .typotags .typetag {
	display: inline-block;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .typotags .typetag .type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	background: var(--bs-warning-bg-subtle);
	color: var(--bs-warning);
	font-size: 13px;
	font-weight: 500;
	padding: 2px 14px;
	border-radius: 50px;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .typotags .rattingwrap {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .typotags .rattingwrap .star {
	font-size: 14px;
	color: var(--bs-primary);
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .typotags .rattingwrap .average {
	font-weight: 600;
	color: var(--bs-dark);
}

.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .typotags .rattingwrap .allreviews {
	font-size: 13px;
	color: var(--bs-mute-color);
}

.talentlock-wrap .single-talent-block .talentInfowrap .profilewrap {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.talentlock-wrap .single-talent-block .talentInfowrap .profilewrap .btn-linkedin {
	height: 44px;
	padding: 2px 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.372rem;
	font-weight: 500;
	font-size: 13px;
	background-color: #0a74c2;
	color: var(--bs-white);
}

.talentlock-wrap .single-talent-block .talentInfowrap .profilewrap .btn-linkedin i {
	margin-right: 0.6rem;
}

.talentlock-wrap .skills {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 12px;
	column-gap: 12px;
	row-gap: 10px;
	flex-wrap: wrap;
}

.talentlock-wrap .skills li {
	list-style: none;
	display: inline-block;
}

.talentlock-wrap .skills li .skilltag {
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--bs-primary-bg-subtle);
	padding: 2px 15px;
	font-weight: 500;
	font-size: 13px;
	border-radius: 50px;
	color: var(--bs-primary);
	transition: all ease 0.4s;
}

.talentlock-wrap .skills li .skilltag:hover {
	background: var(--bs-primary);
	color: var(--bs-white);
}

.talentlock-wrap .skills li .skilltag:focus {
	background: var(--bs-primary);
	color: var(--bs-white);
}

.talentinfo {
	padding: 0;
}

.talentinfo li {
	list-style: none;
}

.talentinfo li .boxInsite {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.talentinfo li .boxInsite .icon {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	background: var(--bs-secondary-bg-subtle);
	color: var(--bs-primary);
	border-radius: 50%;
}

.talentinfo li .boxInsite .captions {
	flex: 1;
}

.talentinfo li .boxInsite .captions .title {
	font-size: 16px;
	color: --bs-mute-color;
	margin: 0 0 2px 0;
}

.talentinfo li .boxInsite .captions .desc {
	font-size: 17px;
	font-weight: 500;
	color: var(--bs-secondary);
	margin-bottom: 0px;
}

.talentinfo.light {
	position: relative;
}

.talentinfo.light .roleInsite {
	background-color: var(--bs-secondary-bg-subtle);
	padding: 1.2rem 1.5rem;
	border-radius: 0.4rem;
}

.talentinfo.light .roleInsite .desc {
	color: var(--bs-primary);
}

.talentsideBlock {
	position: relative;
	display: block;
	border-radius: 0.4rem;
	background: var(--bs-body-bg);
}

.talentsideBlock .block-body {
	display: block;
	padding: 3rem 2rem 2rem;
	text-align: center;
}

.talentsideBlock .block-body .headInfo {
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 1.5rem;
}

.talentsideBlock .block-body .headInfo .thumb {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 10px;
}

.talentsideBlock .block-body .headInfo .thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.talentsideBlock .block-body .headInfo .caption {
	display: block;
}

.talentsideBlock .block-body .headInfo .caption .title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 2px;
}

.talentsideBlock .block-body .headInfo .caption .designation {
	margin-bottom: 5px;
	font-size: 14px;
	color: var(--bs-mute-color);
}

.talentsideBlock .block-body .headInfo .caption .lavel {
	height: 28px;
	width: auto;
	padding: 2px 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--bs-secondary-bg-subtle);
	color: var(--bs-primary);
	border-radius: 0.3rem;
	font-size: 14px;
}

.talentsideBlock .block-body .headInfo .caption .lavel.sty-2 {
	background: var(--bs-warning-bg-subtle);
	color: var(--bs-warning);
}

.talentsideBlock .block-body .counterInfo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	margin: 1.5rem 0 1.8rem;
}

.talentsideBlock .block-body .counterInfo .singleCount {
	width: auto;
	text-align: center;
}

.talentsideBlock .block-body .counterInfo .singleCount .title {
	font-size: 13px;
	margin: 0;
	color: var(--bs-mute-color);
}

.talentsideBlock .block-body .counterInfo .singleCount .result {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	color: var(--bs-primary);
}

.talentsideBlock .block-body .midInfo {
	display: block;
	width: 100%;
}

.talentsideBlock .block-body .midInfo .messageBox {
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 15px;
	column-gap: 15px;
	width: 100%;
	margin-bottom: 1rem;
}

.talentsideBlock .block-body .midInfo .messageBox .btn-message {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
}

.talentsideBlock .block-body .midInfo .messageBox .btn-message i {
	margin-right: 10px;
}

.talentsideBlock .block-body .midInfo .messageBox .btn-follow {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
}

.talentsideBlock .block-body .midInfo .messageBox .btn-follow i {
	margin-right: 10px;
}

.talentsideBlock .block-body .midInfo .socialBox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.talentsideBlock .block-body .midInfo .socialBox .btn-simple {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--bs-light);
	border: 1px solid var(--bs-border-color);
	color: var(--bs-muted2-color);
	border-radius: 50%;
	font-size: 14px;
}

.talentsideBlock .block-body .midInfo .socialBox .btn-simple:hover {
	background: var(--bs-secondary-bg-subtle);
	border: 1px solid var(--bs-secondary-border-subtle);
	color: var(--bs-secondary);
}

.talentsideBlock .block-body .midInfo .socialBox .btn-simple:focus {
	background: var(--bs-secondary-bg-subtle);
	border: 1px solid var(--bs-secondary-border-subtle);
	color: var(--bs-secondary);
}

.talentsideBlock .block-body .midInfo .socialBox .dropdown-menu {
	border-color: var(--bs-border-color);
	padding: 0;
}

.talentsideBlock .block-body .midInfo .socialBox .dropdown-menu li {
	padding: 0;
	list-style: none;
}

.talentsideBlock .block-body .midInfo .socialBox .dropdown-menu li .dropdown-item {
	padding: 10px 1rem;
	border-top: 1px solid var(--bs-border-color);
}

.talentsideBlock .block-body .midInfo .socialBox .dropdown-menu li .dropdown-item:last-child {
	border: none;
}

.talentsideBlock .block-body .midInfo .socialBox .dropdown-menu li .dropdown-item i {
	margin-right: 7px;
}

.talentsideBlock .block-footer {
	width: 100%;
	position: relative;
	display: block;
	padding: 1.5rem 2rem;
	border-top: 1px solid var(--bs-border-color);
}

.talentsideBlock .block-footer .skillWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 7px;
}

.talentsideBlock .block-footer .skillWrap .skilltag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-primary);
	background: var(--bs-secondary-bg-subtle);
	padding: 1px 15px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 500;
	height: 28px;
}

.resumeBlock {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	row-gap: 15px;
	flex-wrap: wrap;
}

.resumeBlock .firstBlock {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: auto;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.resumeBlock .firstBlock .icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bs-light);
	color: var(--bs-muted2-color);
	font-size: 14px;
}

.resumeBlock .firstBlock .resumeTitle {
	flex: 1;
}

.resumeBlock .firstBlock .resumeTitle .title {
	font-size: 16px;
	margin: 0;
	font-weight: 600;
}

.resumeBlock .downloadBlock {
	width: auto;
}

.resumeBlock .downloadBlock .btn {
	height: 44px;
	font-size: 14px;
	font-weight: 500;
}

.resumeBlock .downloadBlock .btn i {
	margin-left: 10px;
}

.experiencesWrap {
	width: 100%;
	display: block;
	position: relative;
}

.experiencesWrap .singleList {
	width: 100%;
	padding: 1.2rem 0;
	border-top: 1px solid var(--bs-border-color);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 15px;
	flex-wrap: wrap;
}

.experiencesWrap .singleList:first-child {
	border: none;
	padding-top: 0;
}

.experiencesWrap .singleList .empthumb {
	width: 70px;
	height: 70px;
	padding: 12px;
	border-radius: 50%;
	border: 3px solid var(--bs-border-color);
	background: var(--bs-body-bg);
}

.experiencesWrap .singleList .ExpInfo {
	flex: 1;
	width: auto;
}

.experiencesWrap .singleList .ExpInfo .empTitle {
	font-size: 18px;
	margin-bottom: 0.5rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
}

.experiencesWrap .singleList .ExpInfo .empTitle .jobBadge {
	margin-left: 10px;
}

.experiencesWrap .singleList .ExpInfo .fillInfo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 20px;
	column-gap: 20px;
	flex-wrap: wrap;
}

.experiencesWrap .singleList .ExpInfo .fillInfo .single {
	font-size: 13px;
	position: relative;
	color: var(--bs-mute-color);
}

.experiencesWrap .singleList .ExpInfo .fillInfo .single .link {
	font-weight: 500;
	color: var(--bs-primary);
}

.experiencesWrap .singleList .ExpInfo .fillInfo .single:before {
	content: ".";
	position: absolute;
	left: -12px;
	bottom: 0;
	font-size: 18px;
}

.experiencesWrap .singleList .ExpInfo .fillInfo .single:first-child:before {
	display: none;
}

.experiencesWrap .singleList:last-child {
	padding-bottom: 0;
}

.educationWrap {
	width: 100%;
	display: block;
	position: relative;
}

.educationWrap .singleList {
	width: 100%;
	padding: 1.2rem 0;
	border-top: 1px solid var(--bs-border-color);
	display: flex;
	align-items: start;
	justify-content: flex-start;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 15px;
	flex-wrap: wrap;
}

.educationWrap .singleList:first-child {
	border: none;
	padding-top: 0;
}

.educationWrap .singleList .universitythumb {
	width: 70px;
	height: 70px;
	padding: 12px;
	border-radius: 50%;
	border: 3px solid var(--bs-border-color);
	background: var(--bs-body-bg);
}

.educationWrap .singleList .universityInfo {
	flex: 1;
	width: auto;
}

.educationWrap .singleList .universityInfo .uniTitle {
	font-size: 18px;
	margin-bottom: 0.3rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
}

.educationWrap .singleList .universityInfo .degreeInfo {
	margin-bottom: 0.8rem;
	font-weight: 500;
	color: var(--bs-dark);
	font-size: 14px;
}

.educationWrap .singleList .universityInfo .fillInfo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 20px;
	column-gap: 20px;
	flex-wrap: wrap;
}

.educationWrap .singleList .universityInfo .fillInfo .single {
	font-size: 13px;
	position: relative;
	color: var(--bs-mute-color);
}

.educationWrap .singleList .universityInfo .fillInfo .single .link {
	font-weight: 500;
	color: var(--bs-primary);
}

.educationWrap .singleList .universityInfo .fillInfo .single:before {
	content: ".";
	position: absolute;
	left: -12px;
	bottom: 0;
	font-size: 18px;
}

.educationWrap .singleList .universityInfo .fillInfo .single:first-child:before {
	display: none;
}

.educationWrap .singleList:last-child {
	padding-bottom: 0;
}

.languageWrap {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	row-gap: 0.8rem;
	flex-wrap: wrap;
}

.languageWrap li {
	display: inline-block;
	list-style: none;
}

.languageWrap li .languagebox {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 15px;
	column-gap: 15px;
	padding: 0.5rem 4rem 0.5rem 0.5rem;
	border: 3px solid var(--bs-border-color);
	border-radius: 50px;
}

.languageWrap li .languagebox .icon {
	width: 50px;
	height: 50px;
	background: var(--bs-dark);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--bs-white);
	border-radius: 50%;
}

.languageWrap li .languagebox .caps {
	width: auto;
	text-align: left;
}

.languageWrap li .languagebox .caps .title {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
}

.languageWrap li .languagebox .caps .type {
	margin: 0;
	font-size: 14px;
	color: var(--bs-mute-color);
}

.reviews-container {
	display: block;
	position: relative;
	width: 100%;
}

.reviews-container .headReviews {
	width: 100%;
	display: block;
	margin-bottom: 1.5rem;
}

.reviews-container .headReviews .headwrapper {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.reviews-container .headReviews .headwrapper .icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bs-primary-bg-subtle);
	border: 1px solid var(--bs-primary-border-subtle);
	color: var(--bs-primary);
}

.reviews-container .headReviews .headwrapper .slice {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 6px;
	column-gap: 6px;
}

.reviews-container .headReviews .headwrapper .slice .average {
	font-weight: 600;
	font-size: 18px;
	color: var(--bs-dark);
}

.reviews-container .headReviews .headwrapper .slice .allcount {
	font-size: 14px;
	color: var(--bs-mute-color);
}

.reviews-container .rating-area {
	display: block;
	width: 100%;
}

.reviews-container .rating-area ul {
	padding: 0;
}

.reviews-container .rating-area ul li {
	display: block;
	list-style: none;
}

.reviews-container .rating-area ul li .single-area {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.reviews-container .rating-area ul li .single-area .star {
	width: 35px;
	height: 35px;
	font-size: 15px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bs-warning-bg-subtle);
	color: var(--bs-warning);
}

.reviews-container .rating-area ul li .single-area .caps {
	display: inline-flex;
	align-items: center;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.reviews-container .rating-area ul li .single-area .caps .rate {
	font-weight: 600;
	font-size: 16px;
	color: var(--bs-primary);
}

.reviews-container .rating-area ul li .single-area .caps .area-title {
	font-size: 16px;
	color: var(--bs-mute-color);
}

.reviews-list-wrapper {
	display: block;
	width: 100%;
	margin-top: 2rem;
	position: relative;
}

.reviews-list-wrapper ul {
	padding: 0;
	width: 100%;
}

.reviews-list-wrapper ul li {
	list-style: none;
	width: 100%;
	display: block;
	padding: 1.5rem 0;
	border-top: 1px solid var(--bs-border-color);
}

.reviews-list-wrapper ul li:last-child {
	border-bottom: none;
}

.reviews-list-wrapper ul li .headWrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 10px;
}

.reviews-list-wrapper ul li .headWrap .authWrap {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.reviews-list-wrapper ul li .headWrap .authWrap .img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.reviews-list-wrapper ul li .headWrap .authWrap .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.reviews-list-wrapper ul li .headWrap .authWrap .caption {
	flex: 1;
}

.reviews-list-wrapper ul li .headWrap .authWrap .caption .title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}

.reviews-list-wrapper ul li .headWrap .authWrap .caption .capInfo {
	display: inline-flex;
	align-items: center;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.reviews-list-wrapper ul li .headWrap .authWrap .caption .capInfo .subtitle {
	font-weight: 500;
	font-size: 13px;
	color: var(--bs-dark);
}

.reviews-list-wrapper ul li .headWrap .authWrap .caption .capInfo .posttime {
	font-size: 13px;
	color: var(--bs-mute-color);
}

.reviews-list-wrapper ul li .headWrap .reviewRate {
	display: inline-flex;
	align-items: flex-end;
	justify-content: flex-end;
	-moz-column-gap: 7px;
	column-gap: 7px;
	font-size: 14px;
}

.reviews-list-wrapper ul li .headWrap .reviewRate .star {
	color: var(--bs-mute-color);
	opacity: 0.4;
}

.reviews-list-wrapper ul li .headWrap .reviewRate .star.active {
	color: var(--bs-warning);
	opacity: 1;
}

.reviews-list-wrapper ul li .reviewDesc {
	display: block;
	margin-top: 1rem;
}

.reviews-list-wrapper ul li .reviewDesc .reviewcontent {
	margin: 0;
}

.reviews-list-wrapper ul li .child {
	margin-top: 1.5rem;
}

.submit-review {
	width: 100%;
	display: block;
}

.submit-review .title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2rem;
}

.submit-review .review-option {
	width: 100%;
	display: block;
	margin-bottom: 1.5rem;
}

.submit-review .review-option .single-option {
	width: 100%;
	display: block;
}

.submit-review .review-option .single-option .subtitle {
	font-size: 14px;
	font-weight: 500;
	color: var(--bs-mute-color);
}

.star-rating {
	display: inline-flex;
	font-size: 1.8em;
	flex-direction: row-reverse;
	justify-content: flex-start;
	-moz-column-gap: 7px;
	column-gap: 7px;
	line-height: 1;
}

.star-rating input {
	display: none;
}

.star-rating label {
	color: #ccc;
	cursor: pointer;
}

.star-rating :checked~label {
	color: #f90;
}

.star-rating label:hover,
.star-rating label:hover~label {
	color: #fc0;
}

/*--------------- Single Page Layouts: Employer Detail Page ----------------*/
.employerlock-wrap {
	position: relative;
	display: block;
	width: 100%;
	background-color: var(--bs-body-bg);
	border-radius: 0.5rem;
	overflow: hidden;
}

.employerlock-wrap.simple {
	background-color: transparent;
	border-radius: 0;
}

.employerlock-wrap .header-employer-block {
	position: relative;
	width: 100%;
	display: block;
}

.employerlock-wrap .header-employer-block .block-thumb {
	height: 250px;
	display: block;
	width: 100%;
	position: relative;
}

.employerlock-wrap .header-employer-block .block-thumb img.img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.employerlock-wrap .single-employer-block {
	width: 100%;
	padding: 2.5rem 2rem;
	border-top: 1px solid var(--bs-border-color);
}

.employerlock-wrap .single-employer-block .block-title {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 1.8rem;
}

.employerlock-wrap .single-employer-block .descriptionBox {
	width: 100%;
	display: block;
}

.employerlock-wrap .single-employer-block .descriptionBox .block-subtitle {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 15px;
}

.employerlock-wrap .single-employer-block .descriptionBox p {
	line-height: 1.8;
	margin-bottom: 20px;
}

.employerlock-wrap .single-employer-block .descriptionBox ul {
	list-style: disc;
	margin-bottom: 1.8rem;
}

.employerlock-wrap .single-employer-block .descriptionBox ul li {
	line-height: 1.8;
	margin-top: 15px;
}

.employerlock-wrap .single-employer-block .descriptionBox ul li:first-child {
	margin-top: 0;
}

.employerlock-wrap .single-employer-block .descriptionBox ul:last-child {
	margin: 0;
}

.employerlock-wrap .single-employer-block:first-child {
	border-top: none;
}

.employerlock-wrap .single-employer-block .employerInfowrap {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	row-gap: 1rem;
}

.employerlock-wrap .single-employer-block .employerInfowrap .infoFirst {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 1.4rem;
	column-gap: 1.4rem;
}

.employerlock-wrap .single-employer-block .employerInfowrap .infoFirst .thumb {
	flex: inherit;
	width: 80px;
	height: 80px;
	padding: 15px;
	background-color: var(--bs-light);
	border-radius: 50%;
}

.employerlock-wrap .single-employer-block .employerInfowrap .infoFirst .thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.employerlock-wrap .single-employer-block .employerInfowrap .infoFirst .caption {
	flex: 1;
}

.employerlock-wrap .single-employer-block .employerInfowrap .infoFirst .caption .employerTitle {
	font-size: 26px;
	margin-bottom: 0.2rem;
	font-weight: 600;
}

.employerlock-wrap .single-employer-block .employerInfowrap .infoFirst .caption .subInfo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 0.5rem;
	flex-wrap: wrap;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	row-gap: 0.5rem;
	font-weight: 500;
	color: var(--bs-dark);
}

.employerlock-wrap .single-employer-block .employerInfowrap .infoFirst .caption .subInfo .companysubtitle {
	color: var(--bs-mute-color);
	font-size: 14px;
}

.employerlock-wrap .single-employer-block .employerInfowrap .infoFirst .caption .rattingwrap {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.employerlock-wrap .single-employer-block .employerInfowrap .infoFirst .caption .rattingwrap .star {
	font-size: 14px;
	color: var(--bs-primary);
}

.employerlock-wrap .single-employer-block .employerInfowrap .infoFirst .caption .rattingwrap .average {
	font-weight: 600;
	color: var(--bs-dark);
}

.employerlock-wrap .single-employer-block .employerInfowrap .infoFirst .caption .rattingwrap .allreviews {
	font-size: 13px;
	color: var(--bs-mute-color);
}

.employerlock-wrap .single-employer-block .employerInfowrap .profilewrap {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.employerlock-wrap .single-employer-block .employerInfowrap .profilewrap .followerCount {
	font-size: 14px;
	color: var(--bs-mute-color);
}

.employerlock-wrap .single-employer-block .employerInfowrap .profilewrap .btn {
	height: 50px;
	border-radius: 50px;
	padding: 2px 24px;
	font-weight: 500;
	font-size: 14px;
}

.employerlock-wrap .single-employer-block .employerInfowrap .profilewrap .btn i {
	margin-right: 0.6rem;
}

.employerWrap {
	width: 100%;
	display: block;
	position: relative;
}

.employerWrap .singleList {
	width: 100%;
	padding: 1.2rem 0;
	border-top: 1px solid var(--bs-border-color);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 15px;
	flex-wrap: wrap;
}

.employerWrap .singleList:first-child {
	border: none;
	padding-top: 0;
}

.employerWrap .singleList .awdthumb {
	width: 70px;
	height: 70px;
	padding: 12px;
	border-radius: 50%;
	border: 3px solid var(--bs-border-color);
	background: var(--bs-body-bg);
}

.employerWrap .singleList .awdInfo {
	flex: 1;
	width: auto;
}

.employerWrap .singleList .awdInfo .awdTitle {
	font-size: 18px;
	margin-bottom: 0.5rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
}

.employerWrap .singleList .awdInfo .fillInfo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 20px;
	column-gap: 20px;
	flex-wrap: wrap;
}

.employerWrap .singleList .awdInfo .fillInfo .single {
	font-size: 13px;
	position: relative;
	color: var(--bs-mute-color);
}

.employerWrap .singleList .awdInfo .fillInfo .single .link {
	font-weight: 500;
	color: var(--bs-primary);
}

.employerWrap .singleList .awdInfo .fillInfo .single:before {
	content: ".";
	position: absolute;
	left: -12px;
	bottom: 0;
	font-size: 18px;
}

.employerWrap .singleList .awdInfo .fillInfo .single:first-child:before {
	display: none;
}

.employerWrap .singleList:last-child {
	padding-bottom: 0;
}

/*-------------- Single Page Layouts: Employer Detail Style 2 ---------------*/
.profile-page {
	position: relative;
}

.profile-page .profile-page-header {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 104px;
	background: var(--bs-primary-bg-subtle);
}

.profile-page .profile-page-header .bannerCover {
	height: calc(28vw - 30px);
	min-height: 380px;
	max-height: 500px;
}

.profile-page .profile-page-header .bannerCover .coverWrapper {
	height: 28vw;
	position: absolute;
	min-height: 380px;
	max-height: 520px;
	width: 100%;
}

.profile-page .profile-page-header .bannerCover .coverWrapper .topCover {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.profile-page .profile-page-header .bannerCover .coverWrapper .topCover .blurImage {
	position: absolute;
	z-index: 2;
	height: 102%;
	width: 102%;
	margin: -5px;
	background-position: center !important;
	background-size: cover !important;
}

.profile-page .profile-page-header .bannerCover .coverWrapper .cover-gradiant {
	position: absolute;
	width: 100%;
	top: unset;
	bottom: 0;
	left: 0;
	background: linear-gradient(180.69deg, hsla(0, 0%, 100%, 0.0001) 33.7%, rgba(6, 12, 47, 0.4) 86.94%, rgba(6, 12, 47, 0.4) 97.53%);
	mix-blend-mode: normal;
	transform: matrix(-1, 0, 0, 1, 0, 0);
	height: 100%;
	z-index: 4;
}

.profile-page .main-content {
	border-radius: 40px 40px 0 0;
	background: #f8f9fa;
	position: relative;
	z-index: 2;
}

/*---------------------------------------------
Half Map Elements Design
----------------------------------------------*/
.map-banner-wrap {
	height: calc(100% - 4.8rem);
	position: relative;
	top: 4.672rem;
	transition: 0.1s;
}

.map-banner-wrap .map-left-box {
	float: right;
}

.map-banner-wrap .map-left-box .flt-wrap {
	float: left;
	width: 100%;
	position: relative;
}

.map-banner-wrap .map-left-box .flt-wrap .home-map-container.fw-map {
	width: 40%;
	height: 100%;
	position: fixed;
	right: 0;
	z-index: 22;
	overflow: hidden;
}

.map-banner-wrap .map-left-box .flt-wrap .home-map-container.fw-map #map-main {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	overflow: hidden;
}

.map-banner-wrap .map-content-wrap {
	position: relative;
	width: 60%;
	min-height: 100vh;
	z-index: 10;
	float: left;
}

.map-banner-wrap .map-content-wrap .map-content-bxo {
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 1.875rem;
	scrollbar-color: #d2d2d2 #f3f3f3;
	scrollbar-width: thin;
	transition: all 0.25s ease-in-out;
	scroll-padding-top: 3rem;
	max-height: 100%;
	overflow: auto;
	padding: 0;
	overflow: visible;
	padding: 1.5rem 2em 0;
}

.map-banner-wrap .map-content-wrap .map-content-list {
	position: relative;
	display: block;
	padding: 0 2rem 2rem;
}

.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: var(--bs-primary);
	border-radius: 4px;
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
}

.scrollContorl.enabledsroll i:before {
	content: "\f09c";
}

.mapzoom-in,
.mapzoom-out {
	position: fixed;
	z-index: 100;
	top: 50%;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	color: var(--bs-primary);
	line-height: 40px;
	margin-top: -20px;
	text-align: center;
	background: var(--bs-white);
	box-shadow: 0px 0px 0px 5px rgba(213, 226, 222, 0.4);
}

#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: var(--bs-white);
	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: var(--bs-dark);
}

.cluster img {
	display: none;
}

.cluster {
	width: 40px !important;
	height: 40px !important;
}

.cluster div {
	text-align: center;
	font-size: 15px !important;
	color: var(--bs-primary) !important;
	background: var(--bs-primary-bg-subtle);
	font-weight: 600;
	border-radius: 100%;
	width: 40px !important;
	height: 40px !important;
	line-height: 38px !important;
	box-shadow: 0px 0px 0px 4px rgba(9, 145, 250, 0.1);
	-webkit-box-shadow: 0px 0px 0px 4px rgba(9, 145, 250, 0.1);
	transition: all 100ms 3inear;
	animation: cluster-animation 1.5s infinite;
}

.cluster div:hover {
	background: var(--bs-primary);
	color: var(--bs-white) !important;
}

@keyframes cluster-animation {

	0%,
	100% {
		box-shadow: 0px 0px 0px 4px rgba(9, 145, 250, 0.2);
	}

	50% {
		box-shadow: 0px 0px 0px 9px rgba(9, 145, 250, 0.2);
	}
}

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

.map-popup-wrap {
	position: relative;
}

.map-popup-wrap .infoBox-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bs-danger);
	color: var(--bs-white);
	cursor: pointer;
}

/*----------------------------------------------
  Inner Page Design 
----------------------------------------------*/
/*---------------- Inner Page Design : Page Title ---------------- */
.titleWrap {
	padding: 4.5rem 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.sideCover {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	border-radius: 100% 0% 0% 100%;
}

.sideCover img {
	position: absolute;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.titleFlex {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.8rem;
}

.titleFlex .flexStarts {
	width: auto;
}

.titleFlex .flexStarts .title {
	font-weight: 600;
	font-size: 2.2rem;
	margin: 0;
}

.single-paymntCardsoption .paymnt-line {
	border: 2px solid #ecf1f6;
	border-radius: 0.375rem;
	padding: 0.5rem 0.4rem 0.5rem 0.4rem;
}

.single-paymntCardsoption .paymnt-line.active {
	border-color: var(--bs-primary-bg-subtle);
}

.bs-stepper-header {
	display: flex;
	align-items: center;
}

.bs-stepper .line,
.bs-stepper-line {
	flex: 1 0 32px;
	min-width: 1px;
	min-height: 1px;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.12);
}

.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.bs-stepper .step-trigger {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #6c757d;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: none;
	padding-top: 20px;
	border-radius: 0.25rem;
	transition: background-color 0.15s ease-out, color 0.15s ease-out;
}

.bs-stepper-label {
	display: inline-block;
	margin: 0.25rem;
}

.bs-stepper-circle {
	display: inline-flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	padding: 0.5em 0;
	margin: 0.25rem;
	color: var(--bs-primary);
	border: 4px solid var(--bs-white-bg);
	background-color: var(--bs-primary-bg-subtle);
	border-radius: 50%;
}

.step.active .bs-stepper-circle {
	background: var(--bs-primary);
	color: var(--bs-text-white);
}

.step.completed .bs-stepper-circle {
	background: #4caf75;
	color: var(--bs-text-white);
}

/*--------------- Inner Page Design : Our Team ---------------*/
.teamBlock {
	width: 100%;
	position: relative;
	display: block;
}

.teamBlock .teamThumb {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	max-width: 250px;
	margin: 0 auto 1rem;
	border-radius: 50%;
}

.teamBlock .teamThumb img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all ease 0.5s;
}

.teamBlock .teamThumb .teamSocial {
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0;
	left: 0;
	right: 0;
	display: block;
	height: 100%;
	transition: all ease 0.4s;
}

.teamBlock .teamThumb .teamSocial ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 10px;
	column-gap: 10px;
	flex-wrap: wrap;
	row-gap: 10px;
}

.teamBlock .teamThumb .teamSocial ul li {
	display: inline-block;
	padding: 0;
	list-style: none;
}

.teamBlock .teamThumb .teamSocial ul li .socialLink {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--bs-body-bg);
	color: var(--bs-dark);
	font-size: 14px;
	transition: all ease 0.4s;
}

.teamBlock .teamThumb .teamSocial ul li .socialLink:hover {
	color: var(--bs-primary);
}

.teamBlock .teamThumb .teamSocial ul li .socialLink:focus {
	color: var(--bs-primary);
}

.teamBlock .caps {
	display: block;
	width: 100%;
	text-align: center;
}

.teamBlock .caps .title {
	font-size: 17px;
	font-weight: 500;
	margin: 0;
}

.teamBlock .caps .subtitle {
	font-size: 15px;
	font-weight: 400;
}

.teamBlock:hover .teamThumb img {
	transform: scale(1.2);
}

.teamBlock:focus .teamThumb img {
	transform: scale(1.2);
}

.teamBlock:hover .teamThumb .teamSocial {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	z-index: 1;
	display: flex;
	transition: all ease 0.4s;
	align-items: center;
	justify-content: center;
}

/*------------------ Inner Page Design : Become Partner ----------------*/
.keyBenifits {
	position: relative;
	width: 100%;
	text-align: center;
	display: block;
	border-radius: 0.6rem;
	padding: 2rem 2rem;
}

.keyBenifits .icon {
	width: 80px;
	height: 80px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
}

.keyBenifits .captions {
	position: relative;
	display: block;
	width: 100%;
}

.keyBenifits .captions .title {
	font-size: 20px;
	font-weight: 600;
}

.keyBenifits .captions .desc {
	font-size: 17px;
	font-weight: 300;
	margin: 0;
}

/*------------------ Inner Page Design : Help Center ----------------*/
.help-articlewrap {
	width: 100%;
	border: 1px solid var(--bs-border-color);
	background: var(--bs-body-bg);
	border-radius: 10px;
}

.help-articlewrap .headup {
	width: 100%;
	display: flex;
	align-items: center;
	-moz-column-gap: 12px;
	column-gap: 12px;
	border-bottom: 1px solid var(--bs-border-color);
	padding: 10px 15px;
}

.help-articlewrap .headup .icons {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--bs-secondary-bg-subtle);
	color: var(--bs-primary);
	border-radius: 50%;
}

.help-articlewrap .headup .subtitle {
	font-weight: 500;
	font-size: 18px;
	margin: 0;
}

.help-articlewrap .content {
	width: 100%;
	padding: 20px;
}

.help-articlewrap .content .topiclist {
	padding: 0;
	width: 100%;
	position: relative;
}

.help-articlewrap .content .topiclist ul {
	padding: 0;
	margin: 0;
}

.help-articlewrap .content .topiclist ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 10px;
	column-gap: 10px;
	list-style: none;
	margin-bottom: 18px;
}

.help-articlewrap .content .topiclist ul li:last-child {
	margin: 0;
}

.help-articlewrap .content .topiclist ul li a {
	font-size: 17px;
	overflow: hidden;
	font-weight: 500;
	color: var(--bs-muted-color);
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all ease 0.4s;
}

.help-articlewrap .content .topiclist ul li a:hover {
	color: var(--bs-primary);
	text-decoration: underline;
}

.help-articlewrap .content .topiclist ul li a:focus {
	color: var(--bs-primary);
	text-decoration: underline;
}

.help-articlewrap .content .topiclist ul li a:active {
	color: var(--bs-primary);
	text-decoration: underline;
}

/*------------------ Inner Page Design : Carrer Page ----------------*/
.coreValues {
	position: relative;
	width: 100%;
	text-align: center;
	display: block;
	border-radius: 0.6rem;
	padding: 1rem 2rem;
}

.coreValues .icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bs-secondary-bg-subtle);
	margin: 0 auto 1rem;
}

.coreValues .icon .icons {
	font-size: 25px;
	color: var(--bs-primary);
}

.coreValues .captions {
	position: relative;
	display: block;
	width: 100%;
}

.coreValues .captions .title {
	font-size: 20px;
	font-weight: 600;
}

.coreValues .captions .desc {
	font-size: 17px;
	font-weight: 300;
	margin: 0;
}

.hiredio-career-wrap {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	row-gap: 25px;
}

.hiredio-career-wrap .hiredio-career {
	position: relative;
	width: 100%;
	border: 1px solid var(--bs-border-color);
	border-radius: 0.5rem;
	padding: 1.2rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 15px;
	column-gap: 15px;
	row-gap: 15px;
	flex-wrap: wrap;
}

.hiredio-career-wrap .hiredio-career .career-left {
	width: auto;
}

.hiredio-career-wrap .hiredio-career .career-left .career-category {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 15px;
	column-gap: 15px;
	font-size: 13px;
	font-weight: 500;
	color: var(--bs-mute-color);
}

.hiredio-career-wrap .hiredio-career .career-left .career-category .type {
	color: var(--bs-primary);
}

.hiredio-career-wrap .hiredio-career .career-left .career-job-title {
	margin: 0;
	line-height: 1.4;
	font-size: 19px;
	font-weight: 500;
}

/*-------------- Inner Page Design : Auth Page Design ---------------*/
.authHead {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 1.4rem;
}

.authHead .logoIcon {
	width: 70px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.authHead .title {
	text-align: center;
	margin: 0;
}

.authHead .title h4 {
	font-size: 30px;
}

.auth-body {
	position: relative;
	background: var(--bs-body-bg);
	border-radius: 0.8rem;
	padding: 2.5rem 2rem;
}

.auth-body .btn-submit {
	height: 56px;
	width: 100%;
	border-radius: 50px;
}

.socialAuth {
	width: 100%;
	display: block;
}

.socialAuth ul {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	padding: 0;
	margin: 0;
}

.socialAuth ul li {
	display: block;
	list-style: none;
}

.socialAuth ul li a {
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--bs-border-color);
	border-radius: 50px;
	background: var(--bs-body-bg);
	font-size: 14px;
	font-weight: 500;
}

.socialAuth ul li a i {
	color: var(--bs-dark);
	margin-right: 0.5rem;
}

.socialAuth ul li a img {
	max-width: 15px;
	margin-right: 0.5rem;
}

.socialAuth ul li a:hover {
	background-color: var(--bs-light);
}

.socialAuth ul li a:focus {
	background-color: var(--bs-light);
}

.socialAuth ul li a:active {
	background-color: var(--bs-light);
}

.extraCaps {
	text-align: center;
	width: 100%;
	font-weight: 500;
	color: var(--bs-dark);
	margin: 12px 0;
}

/*--------------------------------------------------
Blog Design Start
---------------------------------------------------*/
.blogGrid {
	width: 100%;
	height: auto;
	position: relative;
}

.blogGrid .thumbImage {
	width: 100%;
	min-height: 280px;
	position: relative;
	background: transparent;
	border-radius: 0.5rem;
	margin-bottom: 0.8rem;
}

.blogGrid .thumbImage .thumbLink {
	height: 100%;
	width: 100%;
	display: block;
	border-radius: 0.5rem;
}

.blogGrid .thumbImage .thumbLink img {
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 0.5rem;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	bottom: 0;
}

.blogGrid .thumbImage .postedDate {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	background: var(--bs-primary);
	border-radius: 0.3rem;
	font-weight: 500;
	font-size: 12px;
	top: 1rem;
	right: 1rem;
	z-index: 1;
	height: 30px;
	color: var(--bs-white);
}

.blogGrid .captionContent {
	width: 100%;
	display: block;
}

.blogGrid .captionContent .catWraps {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 10px;
	column-gap: 10px;
	margin-bottom: 6px;
}

.blogGrid .captionContent .catWraps .catLink {
	font-weight: 500;
	color: var(--bs-primary);
}

.blogGrid .captionContent .titleBlock {
	width: 100%;
	display: block;
}

.blogGrid .captionContent .titleBlock .title {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
}

.blogGrid.classic {
	background-color: var(--bs-body-bg);
	padding: 1.4rem;
	border: 1px solid var(--bs-border-color);
	border-radius: 0.8rem;
}

.blogGrid.classic .captionContent .catWraps .catLink {
	font-weight: 500;
	color: var(--bs-danger);
	background: var(--bs-danger-bg-subtle);
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.3rem;
	padding: 0 15px;
	font-size: 13px;
}

.blogGrid .thumbImage .postedDate {
	background: var(--bs-secondary);
	color: #CDDC39;
}

/*--------------------------------------------------
Dashboard Styles Start
---------------------------------------------------*/
.dashboard-content .table-responsive {
	overflow-y: hidden;
}

.dashboard-wrap {
	min-height: calc(100vh - 75px);
	display: flex;
	padding-top: 75px !important;
}

.dashboard-wrap .mobNavigation {
	width: 100%;
	margin: 2rem 0;
	font-weight: 500;
	font-size: 14px;
}

.dashboard-wrap .dashboard-nav {
	position: fixed;
	height: 100%;
	display: block;
	z-index: 11;
	padding-bottom: 70px;
	z-index: 0;
	background: var(--bs-white-bg);
	overflow-y: scroll;
	min-width: 280px;
	max-width: 280px;
}

.dashboard-wrap .dashboard-nav .dash-user-blocks {
	width: 100%;
	text-align: center;
}

.dashboard-wrap .dashboard-nav .dash-user-blocks .thumbwrap {
	width: 90px;
	height: 90px;
	background: var(--bs-light);
	padding: 0.5rem;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 0.6rem;
}

.dashboard-wrap .dashboard-nav .dash-user-blocks .thumbwrap figure {
	margin: 0;
}

.dashboard-wrap .dashboard-nav .dash-user-blocks .thumbwrap figure img {
	width: 100%;
	border-radius: 50%;
}

.dashboard-wrap .dashboard-nav .dash-user-blocks .userCaption {
	width: 100%;
	text-align: center;
}

.dashboard-wrap .dashboard-nav .dash-user-blocks .userCaption .captionWrap {
	position: relative;
}

.dashboard-wrap .dashboard-nav .dash-user-blocks .userCaption .captionWrap .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0.2rem;
}

.dashboard-wrap .dashboard-nav .dash-user-blocks .userCaption .captionWrap .subtitle {
	font-size: 14px;
	color: var(--bs-mute-color);
}

.dashboard-wrap .dashboard-nav .dashboard-inner {
	position: relative;
	display: block;
	padding: 10px 0 30px 0;
}

.dashboard-wrap .dashboard-nav ul {
	list-style: none;
	padding: 0;
	margin: 17px 0 0 0;
}

.dashboard-wrap .dashboard-nav ul:first-child {
	margin: 0px 0 0 0;
}

.dashboard-wrap .dashboard-nav ul:before {
	content: attr(data-submenu-title);
	padding: 0 30px;
	margin-bottom: 5px;
	display: block;
	color: var(--bs-dark);
	font-weight: 500;
	font-size: 14px;
}

.dashboard-wrap .dashboard-nav ul li {
	display: block;
	border-left: 3px solid transparent;
	transition: 0.3s;
	line-height: 20px;
	font-size: 14px;
}

.dashboard-wrap .dashboard-nav ul li a {
	display: block;
	padding: 12px 20px;
	transition: 0.3s;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	font-size: 15px;
	color: var(--bs-mute-color);
	letter-spacing: 0.5px;
}

.dashboard-wrap .dashboard-nav ul li a .count-tag {
	color: var(--bs-text-white);
	width: 20px;
	height: 20px;
	display: inline-flex;
	border-radius: 50%;
	float: right;
	align-items: center;
	justify-content: center;
}

.dashboard-wrap .dashboard-nav ul li:hover {
	border-color: var(--bs-primary);
	background-color: var(--bs-primary-bg-subtle);
}

.dashboard-wrap .dashboard-nav ul li:hover a {
	color: var(--bs-primary);
}

.dashboard-wrap .dashboard-nav ul li.active {
	border-color: var(--bs-primary);
	background-color: var(--bs-primary-bg-subtle);
}

.dashboard-wrap .dashboard-nav ul li.active a {
	color: var(--bs-primary);
}

.dashboard-wrap .dashboard-content .form-group {
	width: 100%;
	position: relative;
}

.dashboard-wrap .dashboard-content .form-group .label {
	font-size: 15px;
	color: var(--bs-dark);
	margin-bottom: 8px;
	padding: 0;
}

.dashboard-wrap .dashboard-content {
	padding: 40px 25px;
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
	margin-left: 280px;
}

.dashboard-wrap .dashboard-content .viewBox {
	width: 100%;
	background: var(--bs-body-bg);
	border-radius: 0.4rem;
	padding: 2rem 1.5rem;
}

.dashboard-wrap .dashboard-content .viewBox .viewboxWrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.dashboard-wrap .dashboard-content .viewBox .viewboxWrap .icon {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	background: var(--bs-dark);
	color: var(--bs-white);
}

.dashboard-wrap .dashboard-content .viewBox .viewboxWrap .view-caption {
	flex: 1;
	width: auto;
}

.dashboard-wrap .dashboard-content .viewBox .viewboxWrap .view-caption .title {
	font-size: 28px;
	margin: 0;
}

.dashboard-wrap .dashboard-content .viewBox .viewboxWrap .view-caption .subtitle {
	font-size: 14px;
	color: var(--bs-mute-color);
	margin: 0;
}

.dashboard-wrap .dashboard-content .card {
	width: 100%;
}

.dashboard-wrap .dashboard-content .card .card-header {
	padding: 1.4rem 1.2rem;
}

.dashboard-wrap .dashboard-content .card .card-header .title {
	font-size: 17px;
	font-weight: 500;
	margin: 0;
}

.dashboard-wrap .dashboard-content .card .card-body {
	padding: 1.4rem 1.2rem;
}

.dashboard-wrap .dashboard-content .card .card-body .listingGroups {
	position: relative;
	display: block;
	width: 100%;
}

.dashboard-wrap .dashboard-content .card .card-body .listingGroups .single-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 12px;
	column-gap: 12px;
	padding: 1.5rem 1.2rem;
	border-top: 1px solid var(--bs-border-color);
}

.dashboard-wrap .dashboard-content .card .card-body .listingGroups .single-list .thumb {
	width: 50px;
	height: 50px;
}

.dashboard-wrap .dashboard-content .card .card-body .listingGroups .single-list .caps {
	flex: 1;
	width: auto;
}

.dashboard-wrap .dashboard-content .card .card-body .listingGroups .single-list .caps .title {
	font-size: 16px;
	margin-bottom: 3px;
}

.dashboard-wrap .dashboard-content .card .card-body .listingGroups .single-list .caps .subtitle {
	font-size: 14px;
	margin: 0;
	color: var(--bs-mute-color);
}

.dashboard-wrap .dashboard-content .card .card-body .listingGroups .single-list:first-child {
	border-top: none;
}

.dashboard-wrap .dashboard-content .card .card-body.no-space {
	padding: 0;
}

.dashboard-wrap .dashboard-content .card .card-footer {
	padding: 1.2rem 1.2rem;
}

.prf-completion-wrap {
	width: 100%;
	background: var(--bs-light);
	border: 1px solid var(--bs-border-color);
	border-radius: 0.8rem;
	padding: 2rem 1rem;
	width: 90%;
	margin: 0 auto 15px;
}

.prf-completion-wrap .progress-bars {
	width: 100%;
	margin-bottom: 1rem;
}

.prf-completion-wrap .progress-bars .chartS {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	line-height: 150px;
	height: 150px;
	color: var(--bs-dark);
}

.prf-completion-wrap .progress-bars canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.prf-completion-wrap .caption {
	width: 100%;
	margin-bottom: 1rem;
	text-align: center;
}

.prf-completion-wrap .caption .title {
	font-size: 16px;
	font-weight: 600;
}

.prf-completion-wrap .caption .subtitle {
	font-size: 14px;
}

.prf-completion-wrap .button {
	width: 100%;
}

.prf-completion-wrap .button .btn {
	width: 100%;
	height: 48px;
	font-size: 14px;
	font-weight: 500;
}

.help-center-wrap {
	position: relative;
	width: 90%;
	margin: 0 auto;
	background: var(--bs-light);
	border: 1px solid var(--bs-border-color);
	border-radius: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 10px;
	column-gap: 10px;
	padding: 12px;
	margin-bottom: 3rem;
}

.help-center-wrap .help-center {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.help-center-wrap .help-center .icons {
	width: 45px;
	height: 45px;
	background: var(--bs-body-bg);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: var(--bs-primary);
}

.help-center-wrap .help-center .caps {
	flex: 1;
}

.help-center-wrap .help-center .caps .title {
	font-size: 14px;
	margin: 0;
}

.help-center-wrap .help-center .caps .desc {
	font-size: 14px;
	margin: 0;
}

.help-center-wrap .link {
	font-size: 20px;
	color: var(--bs-mute-color);
}

.dashboard-nav::-webkit-scrollbar-track {
	background-color: var(--bs-primary-bg-subtle);
	border-radius: 10px;
}

.dashboard-nav::-webkit-scrollbar {
	width: 6px;
	background-color: var(--bs-primary-bg-subtle);
}

.dashboard-nav::-webkit-scrollbar-thumb {
	background-color: var(--bs-primary);
	border-radius: 10px;
}

.dashboardshorting .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
}

.company-heads {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.company-heads .thumb {
	width: 55px;
	height: 55px;
}

.company-heads .caption {
	flex: 1;
	position: relative;
}

.company-heads .caption .title {
	font-size: 16px;
	margin: 0;
}

.company-heads .caption .subtitle {
	color: var(--bs-mute-color);
	margin: 0;
}

td.statusbis {
	position: relative;
	width: auto;
}

td.statusbis .status {
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 14px;
	font-weight: 500;
	border-radius: 50px;
	color: var(--bs-dark);
	background: var(--bs-light);
	border: 1px solid var(--bs-border-color);
}

td.statusbis .status.status-approved {
	color: var(--bs-primary);
	background: var(--bs-secondary-bg-subtle);
	border: 1px solid var(--bs-secondary-border-subtle);
}

td.statusbis .status.status-pending {
	color: var(--bs-warning);
	background: var(--bs-warning-bg-subtle);
	border: 1px solid var(--bs-warning-border-subtle);
}

td.dated {
	position: relative;
}

td.dated .start-time {
	color: var(--bs-mute-color);
}

.dashboard-pagination {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--bs-body-bg);
	border: 1px solid var(--bs-border-color);
	border-top: none;
	padding: 1.5rem 1rem;
}

.dashboard-pagination .count-pagination {
	display: inline-flex;
	align-items: center;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.dashboard-pagination .select2-container .select2-selection--single {
	padding-left: 4px;
	height: 42px;
}

.profile-status-wrapper {
	width: 100%;
	background: var(--bs-body-bg);
	text-align: center;
	padding: 2.5rem 1.5rem;
	border-radius: 0.2rem;
}

.profile-status-wrapper .caption {
	margin-bottom: 2rem;
}

.profile-status-wrapper .caption .title {
	font-size: 16px;
	margin: 0;
}

.profile-status-wrapper .progress-bars {
	width: 100%;
	margin-bottom: 2rem;
}

.profile-status-wrapper .progress-bars .chartS {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 150px;
	height: 150px;
	color: var(--bs-dark);
}

.profile-status-wrapper .progress-bars canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.profile-status-wrapper .section-list {
	width: 100%;
	display: block;
}

.profile-status-wrapper .section-list ul {
	display: block;
	padding: 0;
	margin: 0;
}

.profile-status-wrapper .section-list ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	margin-bottom: 14px;
	padding-left: 30px;
	font-size: 16px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.profile-status-wrapper .section-list ul li .section-title {
	font-size: 15px;
	font-weight: 500;
	color: var(--bs-dark);
}

.profile-status-wrapper .section-list ul li .percentage {
	color: var(--bs-primary);
	font-size: 15px;
	font-weight: 500;
}

.profile-status-wrapper .section-list ul li:before {
	content: "\f057";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	color: var(--bs-mute-color);
	left: 0;
	top: 0px;
	font-size: 18px;
}

.profile-status-wrapper .section-list ul li.complete {
	position: relative;
}

.profile-status-wrapper .section-list ul li.complete:before {
	content: "\f058";
	color: var(--bs-dark);
}

.profile-status-wrapper .section-list ul li.complete .percentage {
	color: var(--bs-mute-color) !important;
}

.profile-status-wrapper .section-list ul li:last-child {
	margin: 0;
}

.status {
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 14px;
	border-radius: 50px;
	font-weight: 500;
	color: var(--bs-dark);
	background: var(--bs-light);
	border: 1px solid var(--bs-border-color);
}

.status.status-active {
	color: var(--bs-primary);
	background: var(--bs-secondary-bg-subtle);
	border: 1px solid var(--bs-secondary-border-subtle);
}

.status.status-nonactive {
	color: var(--bs-danger);
	background: var(--bs-danger-bg-subtle);
	border: 1px solid var(--bs-danger-border-subtle);
}

.dashboard-content .id {
	color: var(--bs-primary);
	font-weight: 500;
}

.dashboard-content .package-name {
	display: block;
	width: auto;
}

.dashboard-content .package-name .package-title {
	font-size: 14px;
	margin: 0;
	line-height: 1.5;
}

.dashboard-content .package-name .purchase-date {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
}

.dashboard-content .ratingview {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.dashboard-content .ratingview .star {
	color: var(--bs-primary);
}

.dashboard-content .ratingview .rates {
	color: var(--bs-dark);
	font-weight: 600;
}

.dashboard-content .uploadBox {
	padding: 3.5rem 2rem;
	text-align: center;
	background-color: var(--bs-light);
	border: 1px dashed var(--bs-border-color);
	border-radius: 0.5rem;
	margin-bottom: 0.5rem;
}

.dashboard-content .uploadBox .upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.dashboard-content .uploadBox .upload-btn-wrapper .uploadbtn {
	font-size: 50px !important;
	padding: 0 !important;
	color: var(--bs-mute-color);
	height: auto;
	line-height: 0;
}

.dashboard-content .uploadBox .upload-btn-wrapper .tag {
	font-size: 13px;
	margin: 0;
	color: var(--bs-secondary);
}

.dashboard-content .upload-galleryWrap {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
	row-gap: 0.5rem;
	flex-wrap: wrap;
}

.dashboard-content .upload-galleryWrap .single-upload {
	width: 120px;
	height: 110px;
	border-radius: 0.2rem;
	overflow: hidden;
	position: relative;
	background: var(--bs-light);
}

.dashboard-content .upload-galleryWrap .single-upload figure {
	margin: 0;
	width: 100%;
	height: 100%;
}

.dashboard-content .upload-galleryWrap .single-upload figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dashboard-content .upload-galleryWrap .single-upload .delete-img {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--bs-body-bg);
	font-size: 8px;
	color: var(--bs-dark);
	border-radius: 50%;
}

.dashboard-content .dashJobtitle {
	display: block;
	width: auto;
}

.dashboard-content .dashJobtitle .title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 2px;
}

.dashboard-content .dashJobtitle .title .jobtype {
	margin-right: 5px;
}

.dashboard-content .dashJobtitle .title .jobtype.featured {
	color: #f6b115;
}

.dashboard-content .dashJobtitle .title .jobtype.premium {
	color: #3ebca3;
}

.dashboard-content .dashJobtitle .title .jobtype.trending {
	color: #f64b15;
}

.dashboard-content .dashJobtitle .title .jobtype.filled {
	color: var(--bs-mute-color);
}

.dashboard-content .applicants {
	position: relative;
	font-weight: 500;
	color: var(--bs-mute-color);
}

.dashboard-content .applicants .active {
	color: var(--bs-primary);
	margin-right: 5px;
}

.dashboard-content .jbx-status {
	position: relative;
	width: auto;
}

.dashboard-content .jbx-status .label {
	font-size: 13px;
	background: var(--bs-light);
	border-radius: 50px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0px 15px;
}

.dashboard-content .jbx-status .label.opening {
	background-color: #e0f9f1;
	color: #13af7e;
}

.dashboard-content .jbx-status .label.close {
	color: #888787;
	background-color: #f7f6f6;
}

.dashboard-content .jbx-status .label.pending {
	color: #eaab00;
	background-color: #fcf7ea;
}

.dashboard-content .expire-date {
	font-size: 15px;
	color: #61bc74;
}

.dashboard-content .expire-date.expired {
	color: #dc3131;
}

.dashboard-content .applicants-info-wrap {
	width: auto;
	display: block;
}

.dashboard-content .applicants-info-wrap .applicants-info {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 10px;
	column-gap: 10px;
	flex-wrap: wrap;
	row-gap: 10px;
}

.dashboard-content .applicants-info-wrap .user-thumb {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}

.dashboard-content .applicants-info-wrap .user-thumb figure {
	margin: 0;
	height: 100%;
	width: 100%;
}

.dashboard-content .applicants-info-wrap .user-thumb figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dashboard-content .applicants-info-wrap .user-info {
	flex: 1;
	width: auto;
}

.dashboard-content .applicants-info-wrap .user-info .title {
	font-size: 17px;
	margin-bottom: 4px;
	font-weight: 500;
}

.dashboard-content .applicants-info-wrap .user-info .appliedfor {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 10px;
	column-gap: 10px;
	font-weight: 500;
	color: var(--bs-mute-color);
}

.dashboard-content .applicants-info-wrap .user-info .appliedfor .joblink {
	color: var(--bs-primary);
}

.dashboard-content .detail-info {
	display: inline-flex;
	flex-direction: column;
	row-gap: 5px;
}

.dashboard-content .detail-info .info-detail {
	color: var(--bs-mute-color);
	font-size: 16px;
}

.dashboard-content .detail-info .info-call {
	color: var(--bs-mute-color);
	font-size: 16px;
}

.dashboard-content .action-group {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.dashboard-content .action-group .download-resume {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-mute-color);
	background: var(--bs-light);
}

.dashboard-content .candidates-info-wrap {
	width: auto;
	display: block;
}

.dashboard-content .candidates-info-wrap .candidates-info {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 10px;
	column-gap: 10px;
	flex-wrap: wrap;
	row-gap: 10px;
}

.dashboard-content .candidates-info-wrap .user-thumb {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}

.dashboard-content .candidates-info-wrap .user-thumb figure {
	margin: 0;
	height: 100%;
	width: 100%;
}

.dashboard-content .candidates-info-wrap .user-thumb figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dashboard-content .candidates-info-wrap .candidate-info {
	flex: 1;
	width: auto;
}

.dashboard-content .candidates-info-wrap .candidate-info .title {
	font-size: 17px;
	margin-bottom: 4px;
	font-weight: 500;
}

.dashboard-content .candidates-info-wrap .candidate-info .current-position {
	font-size: 16px;
	color: var(--bs-mute-color);
}

.dashboard-content .companies-info-wrap {
	width: auto;
	display: block;
}

.dashboard-content .companies-info-wrap .company-info {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 10px;
	column-gap: 10px;
	flex-wrap: wrap;
	row-gap: 10px;
}

.dashboard-content .companies-info-wrap .user-thumb {
	width: 55px;
	height: 55px;
}

.dashboard-content .companies-info-wrap .user-thumb figure {
	margin: 0;
	height: 100%;
	width: 100%;
}

.dashboard-content .companies-info-wrap .user-thumb figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dashboard-content .companies-info-wrap .company-detail {
	flex: 1;
	width: auto;
}

.dashboard-content .companies-info-wrap .company-detail .title {
	font-size: 17px;
	margin-bottom: 4px;
	font-weight: 500;
}

.dashboard-content .companies-info-wrap .company-detail .current-location {
	font-size: 16px;
	color: var(--bs-mute-color);
}

.submit-job-status {
	width: 100%;
	position: relative;
	background: var(--bs-body-bg);
	border-radius: 0.7rem;
	padding: 2rem 1.5rem;
}

.submit-job-status .company-thumb-wrap {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
}

.submit-job-status .company-thumb-wrap .thumb {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	padding: 15px;
	background: var(--bs-light);
	border-radius: 50%;
}

.submit-job-status .company-thumb-wrap .thumb figure {
	margin: 0;
}

.submit-job-status .submit-job-info {
	display: block;
	text-align: center;
	margin-bottom: 1rem;
}

.submit-job-status .submit-job-info .submit-job-type {
	display: block;
	margin-bottom: 2px;
}

.submit-job-status .submit-job-info .submit-job-type .jobType {
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.3rem;
	color: var(--bs-primary);
	background: var(--bs-secondary-bg-subtle);
	padding: 0 15px;
	font-size: 12px;
	font-weight: 500;
}

.submit-job-status .submit-job-info .job-title {
	font-size: 16px;
	margin: 0;
}

.submit-job-status .submit-job-info .sub-job-location {
	margin: 0;
	font-size: 14px;
	color: var(--bs-mute-color);
}

.submit-job-status .submit-job-list-status {
	display: block;
	width: 100%;
}

.submit-job-status .submit-job-list-status ul {
	margin: 0;
	padding: 0;
}

.submit-job-status .submit-job-list-status ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
	font-size: 16px;
	color: var(--bs-mute-color);
	opacity: 0.8;
}

.submit-job-status .submit-job-list-status ul li .ico {
	margin-right: 10px;
}

.submit-job-status .submit-job-list-status ul li.complete {
	color: var(--bs-dark);
	opacity: 1;
}

.submit-job-status .submit-job-list-status ul li.complete .ico {
	color: var(--bs-success);
}

.submit-job-status .submit-job-list-status ul li:last-child {
	margin: 0;
}

/*--------------------------------------------------
Footer Style
---------------------------------------------------*/
/*-------------------- Footer Style: Call To Action & Become A Partner ---------------- */
.calltoAction {
	background: var(--dark-footer-bg);
}

.becomePartner {
	position: relative;
}

.becomePartner .container {
	position: relative;
	z-index: 2;
}

.becomePartner .ctaBackgrounds {
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 0;
	bottom: 0;
	height: 100%;
}

.becomePartner .ctaBackgrounds .icon {
	position: absolute;
	width: 50px;
}

.becomePartner .ctaBackgrounds .icon .filter {
	filter: grayscale(100%);
}

.becomePartner .ctaBackgrounds .icon.style01 {
	left: 15%;
	top: 20%;
}

.becomePartner .ctaBackgrounds .icon.style02 {
	left: 2%;
	top: 50%;
	width: 65px;
}

.becomePartner .ctaBackgrounds .icon.style03 {
	left: 12%;
	top: 80%;
}

.becomePartner .ctaBackgrounds .icon.style04 {
	right: 15%;
	top: 20%;
}

.becomePartner .ctaBackgrounds .icon.style05 {
	right: 2%;
	top: 50%;
	width: 65px;
}

.becomePartner .ctaBackgrounds .icon.style06 {
	right: 12%;
	top: 80%;
}

/*--------------------------------------------------
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 (min-width: 768px) {
	.hiredio-apply-bottom {
		display: none;
	}
}

@media (min-width: 992px) {
	.filterButton {
		display: none;
	}

	.home-2 .upperPart {
		position: relative;
		top: -60px;
	}

	.offcanvas.largeshow {
		position: relative;
		visibility: visible;
		border: none;
		z-index: 1;
		transform: translateX(0%) !important;
	}

	.freelancing-home .bannerfreelanceImg {
		position: absolute;
		right: 5%;
		bottom: -5%;
	}

	.freelancing-home .bannerfreelanceImg img {
		max-width: 500px;
	}
}

@media (min-width: 993px) {
	a.mobNavigation {
		display: none;
	}

	.inline-top-filter-wrap .container-fluid,
	.header .container-fluid {
		padding: 0 2rem;
	}

	.viewjob.sticky {
		position: sticky;
		position: -webkit-sticky;
		top: 100px;
	}

	.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.full-height {
		min-height: 650px;
		padding: 130px 0 56px;
	}

	.hero-header {
		min-height: 650px;
		padding: 120px 0 120px;
	}

	div#MobNav {
		display: block;
	}

	a.mobNavigation {
		display: none;
	}

	.header.header-fixed {
		border-bottom: 1px solid #e9ecef;
		background: var(--bs-white-bg);
		position: fixed;
		z-index: 999;
		width: 100%;
		top: 0;
		transition: 0.2s ease-in;
		animation-duration: 0.5s;
		animation-name: slideInDown;
	}

	.header.header-light.head-fixed {
		position: fixed;
		z-index: 99;
		width: 100%;
		transition: none !important;
		border-bottom: 1px solid var(--bs-border-color);
		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);
	}

	.nav-brand .main-logo-logo {
		display: block;
	}

	.nav-brand .change-logo {
		display: none;
	}

	.nav-brand .mobile-logo {
		display: none;
	}

	.header-fixed .nav-brand .main-logo {
		display: none;
	}

	.header-fixed .nav-brand .change-logo {
		display: block;
	}

	.header.header-transparent.header-fixed {
		border-bottom: 1px solid var(--bs-border-color);
		background: var(--bs-white-bg);
		position: fixed;
		z-index: 999;
		width: 100%;
		top: 0;
		transition: 0.2s ease-in;
		animation-duration: 0.5s;
		animation-name: slideInDown;
	}

	.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(--bs-primary) var(--bs-primary) transparent;
	}

	/*------------ Header Theme Style -------------*/
	/*---- Style One --------*/
	.header.header-transparent .nav-menu>li>a {
		color: var(--bs-text-white);
	}

	.header.header-transparent .nav-menu>li>a>.submenu-indicator>.submenu-indicator-chevron {
		border-color: transparent var(--bs-text-white) vra(--bs-text-white) transparent;
	}

	.header.header-transparent.header-fixed .nav-menu>li>a {
		color: var(--bs-navtext);
	}

	.header.header-transparent.header-fixed .nav-menu>li>a>.submenu-indicator>.submenu-indicator-chevron {
		border-color: transparent var(--bs-navtext) vra(--bs-navtext) transparent;
	}

	.header.header-transparent.dark-nav .nav-menu>li>a {
		color: var(--bs-navtext);
	}

	.header.header-transparent.dark-nav .nav-menu>li>a>.submenu-indicator>.submenu-indicator-chevron {
		border-color: transparent var(--bs-navtext) vra(--bs-navtext) transparent;
	}

	.header.header-transparent .nav-menu>.active>a,
	.header.header-transparent .nav-menu>.focus>a,
	.header.header-transparent .nav-menu>li:hover>a {
		color: var(--bs-primary);
	}

	.mobile_nav {
		display: none;
	}

	.mob-show {
		display: none;
	}
}

@media (min-width: 1024px) {
	.hero-header h1 {
		font-size: 2.8em;
		line-height: 1.31818182em;
	}

	.banner-space {
		padding: 120px 0 90px;
	}

	.hero-xl-header {
		padding: 200px 0px;
		min-height: 100vh;
		height: auto;
	}
}

@media (min-width: 1200px) {
	.pt-0 .hero-header.full-height {
		min-height: 700px;
		padding: 130px 0 56px;
	}

	.pt-0 .hero-header {
		min-height: 700px;
		padding: 120px 0 120px;
	}

	.pt-0 .hero-xl-header {
		padding: 220px 0px;
		min-height: 100vh;
		height: auto;
	}

	.pt-0 .headline {
		font-size: 2.6rem;
	}

	.pt-0 .h2,
	.pt-0 h2 {
		font-size: 2.2rem;
	}

	.hero-header h1 {
		font-size: 3.2em;
		line-height: 1.25em;
	}

	.carousel-inner .carousel-item {
		padding: 6rem 0;
		height: 100vh;
		min-height: 650px;
	}
}

@media (min-width: 1500px) {
	.pt-0 .headline {
		font-size: 3rem;
	}

	.pt-0 .h1,
	.pt-0 h1 {
		font-size: 3.4rem;
	}

	.pt-0 .h2,
	.pt-0 h2 {
		font-size: 2.5rem;
	}

	.pt-0 .fs-1 {
		font-size: 3.5rem !important;
	}

	.pt-0 .fs-2 {
		font-size: 2.2rem !important;
	}

	.pt-0 .hero-banner {
		padding: 7em 0 7em;
	}

	.pt-0 .banner-space {
		padding: 180px 0 110px;
	}

	.pt-0 .hero-header h1 {
		font-size: 3.5em;
		line-height: 1.2em;
	}

	.pt-0 .carousel-inner .carousel-item {
		padding: 6rem 0;
		height: 100vh;
		min-height: 650px;
	}

	.pt-0 .hero-header.full-height {
		min-height: 750px;
		padding: 180px 0 106px;
	}

	.pt-0 .hero-header {
		min-height: 750px;
		padding: 170px 0 170px;
	}

	.pt-0 .xl-heading {
		font-size: 4em;
		line-height: 1.31818182em;
	}
}

@media (min-width: 1920px) {
	.pt-0 .hero-header.full-height {
		min-height: 100vh;
		padding: 220px 0 146px;
	}

	.pt-0 .hero-header {
		min-height: 100vh;
		padding: 200px 0 200px;
	}
}

@media (max-width: 1200px) {
	.hero-banner {
		padding: 6em 0 6em;
	}
}

@media (max-width: 992px) {
	.pt-0 .nav-menu.nav-menu-social {
		display: none;
	}

	.pt-0 .header {
		padding: 10px 0;
	}

	.pt-0 .static-show {
		display: none;
	}

	.pt-0 .account-drop .dropdown-menu ul li {
		margin-left: 0;
	}

	.pt-0 .nav-header {
		display: flex;
		align-items: center;
		float: left;
		width: 100%;
	}

	.pt-0 .navigation-portrait .nav-brand {
		margin-left: 0px;
		flex: 1;
		margin-top: 0;
	}

	.pt-0 .navigation-portrait .nav-brand .main-logo {
		display: none;
	}

	.pt-0 .navigation-portrait .nav-brand .change-logo {
		display: none;
	}

	.pt-0 .navigation-portrait .nav-brand .mobile-logo {
		display: block;
	}

	.pt-0 .nav-menu>li .nav-dropdown {
		box-shadow: none;
		padding: 0;
	}

	.pt-0 .nav-menu>li>.nav-dropdown:before {
		display: none;
	}

	.pt-0 .footer-widget {
		padding-top: 0;
	}

	footer.dark-footer,
	footer.skin-light-footer,
	footer.skin-dark-footer {
		padding-top: 60px;
	}

	.pt-0 ul.mobile_nav.dhsbrd {
		margin: 0;
	}

	.pt-0 .w-50 {
		width: 100% !important;
	}

	.pt-0 .dashboard-wrap {
		padding: 1.4rem !important;
		flex-direction: column;
	}

	.dashboard-wrap .dashboard-content {
		margin: 0;
		padding: 1rem 0;
	}

	.dashboard-wrap .dashboard-nav {
		position: relative;
		width: 100%;
		max-width: 100%;
		width: 100%;
		padding-bottom: 0;
	}

	.dashboard-content {
		padding: 0rem;
		margin: 0;
		flex: auto;
	}

	.dashboard-wrap #MobNav,
	.dashboard-wrap #MobNav {
		width: 100%;
	}

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

	.map-banner-wrap {
		height: 100%;
		top: 0;
	}

	.map-banner-wrap .map-left-box {
		float: initial;
	}

	.map-banner-wrap .map-left-box .flt-wrap {
		float: initial;
		width: 100%;
		position: relative;
	}

	.map-banner-wrap .map-left-box .flt-wrap .home-map-container.fw-map {
		width: 100%;
		height: auto;
		position: relative;
		right: auto;
		z-index: 1;
		overflow: hidden;
	}

	.map-banner-wrap .map-left-box .flt-wrap .home-map-container.fw-map #map-main {
		position: relative;
		top: 0;
		left: 0;
		height: 400px;
		width: 100%;
		z-index: 1;
		overflow: hidden;
	}

	.map-banner-wrap .map-content-wrap {
		width: 100%;
		min-height: auto;
		float: initial;
	}

	.map-banner-wrap .map-content-wrap .map-content-bxo {
		padding: 1.5rem 1em 0;
	}

	.map-banner-wrap .map-content-wrap .map-content-list {
		padding: 0 1rem 1.5rem;
	}

	.pt-0 table {
		border: 0;
	}

	.pt-0 .table tr th {
		padding: 22px 15px;
		vertical-align: middle;
	}

	.pt-0 .table tr td {
		padding: 15px 15px;
		vertical-align: middle;
	}

	.pt-0 table caption {
		font-size: 1.3em;
	}

	.pt-0 table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.pt-0 table tr {
		border-bottom: 2px solid #e2e8ec;
		display: block;
		margin-bottom: 0.625em;
	}

	.pt-0 table td {
		border-bottom: 1px solid #e2e8ec;
		display: block;
		text-align: right;
	}

	.pt-0 table td::before {
		content: attr(data-label);
		float: left;
		font-weight: 600;
		text-transform: uppercase;
		font-size: 12px;
	}

	.pt-0 table td:last-child {
		border-bottom: 0;
	}

	.reviewsCard .reviewsBody .reviewerInfo .employerLogo {
		display: none;
	}

	.home-2 .curveimgBoxes {
		display: none;
	}

	.home-8 .blob-wrap {
		width: 100%;
	}

	.home-8 .blob-wrap .blobe-1 {
		width: 100px;
		height: 100px;
		right: -1rem;
		bottom: -2rem;
	}

	.home-8 .blob-wrap .blobe-2 {
		height: 100px;
		width: 100px;
		left: -2rem;
		bottom: -2rem;
	}

	.home-8 .blob-wrap .blobe-3 {
		width: 100px;
		height: 100px;
		top: -2rem;
		right: -2rem;
	}

	.home-8 .blob-wrap .blobe-4 {
		height: 100px;
		width: 100px;
		left: -4rem;
		top: 2rem;
	}

	.home-12 .blob-wrap {
		width: 100%;
	}

	.home-12 .blob-wrap .blobe-1 {
		width: 100px;
		height: 100px;
		right: -1rem;
		bottom: -2rem;
	}

	.home-12 .blob-wrap .blobe-2 {
		height: 100px;
		width: 100px;
		left: -2rem;
		bottom: -2rem;
	}

	.home-12 .blob-wrap .blobe-3 {
		width: 100px;
		height: 100px;
		top: -2rem;
		right: -2rem;
	}

	.home-12 .blob-wrap .blobe-4 {
		height: 100px;
		width: 100px;
		left: -4rem;
		top: 2rem;
	}

	.smalljobList .jobheader .employerThumb .avatar-xl {
		width: 3rem;
		height: 3rem;
	}
}

@media (max-width: 991px) {
	a.nav-brand.static-logo {
		display: none;
	}

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

@media (max-width: 767px) {
	h1 {
		font-size: 35px;
	}

	h2 {
		line-height: 28px;
		font-size: 22px;
	}

	.fs-mob {
		font-size: 1rem !important;
	}

	.h-mob-auto {
		height: auto !important;
	}

	.footer-bottom .job-info-count-group {
		justify-content: flex-start;
		margin-top: 1rem;
	}

	.mob-full {
		width: 100%;
	}

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

	.card-header.nds-block {
		display: block !important;
	}

	.mob-100 {
		width: 100% !important;
	}

	.nav-brand img {
		max-width: 130px;
		position: relative;
	}

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

	.smartSearch.round-pill {
		border-radius: 0.4rem;
	}

	.smartSearch .form-search.btn-box {
		padding: 1rem;
		border-top: 1px solid var(--bs-border-color);
	}

	.hide-mob {
		display: none !important;
	}

	.moder-heading .subtitleHeading-wrap .subtitle-heading {
		font-size: 13px;
	}

	.moder-heading .main-heading {
		font-size: 18px;
		line-height: 1.4;
	}

	.singleApps {
		flex: 0 50%;
	}

	.singleApps .px-4 {
		padding-left: 0.8rem !important;
		padding-right: 0.8rem;
	}

	.appsCaps h6 {
		font-size: 12px;
	}

	.appsCaps span {
		font-size: 13px !important;
	}

	.modernCategory-wrap .modernCategory {
		height: 100%;
	}

	.home-11 {
		background-color: var(--bs-light);
	}

	.home-11 .accuringIcons {
		opacity: 0.2;
	}

	.cardCounter .card .caption .title {
		line-height: 1.2;
	}

	.cardCounter .card .caption p {
		font-size: 15px;
	}

	.nav.nav-pills.centered {
		width: 100%;
	}

	.nav.nav-pills.mid .nav-link {
		padding: 0.7rem 1.7rem;
		font-size: 12px;
	}

	.becomePartner .ctaBackgrounds {
		opacity: 0.1;
	}

	.stylish-section .stylesBackgrounds {
		opacity: 0.1;
	}

	.jobblock-wrap .single-job-block {
		padding: 2rem 1rem;
	}

	.jobblock-wrap .single-job-block .jonInfowrap .infoFirst {
		-moz-column-gap: 0.8rem;
		column-gap: 0.8rem;
	}

	.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .typotags {
		flex-wrap: wrap;
		row-gap: 0.5rem;
	}

	.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .typotags .locationtag .location {
		font-size: 12px;
		padding: 2px 12px;
	}

	.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .typotags .typetag .type {
		font-size: 12px;
		padding: 2px 12px;
	}

	.jobblock-wrap .single-job-block .block-title {
		font-size: 20px;
	}

	.jobblock-wrap .single-job-block .descriptionBox .block-subtitle {
		font-size: 16px;
	}

	.talentlock-wrap .single-talent-block {
		padding: 2rem 1rem;
	}

	.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst {
		flex-wrap: wrap;
		flex-direction: column;
		row-gap: 0.5rem;
	}

	.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .talentTitle {
		font-size: 21px;
	}

	.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .subInfo {
		font-size: 13px;
	}

	.talentlock-wrap .single-talent-block .talentInfowrap .infoFirst .caption .typotags {
		flex-wrap: wrap;
		row-gap: 0.5rem;
	}

	.experiencesWrap .singleList .empthumb {
		width: 50px;
		height: 50px;
		padding: 5px;
	}

	.educationWrap .singleList .universitythumb {
		width: 50px;
		height: 50px;
		padding: 5px;
	}

	.reviews-list-wrapper ul li .headWrap .authWrap .img {
		width: 45px;
		height: 45px;
	}

	.reviews-list-wrapper ul li .child {
		padding-left: 1rem;
	}

	.talentsideBlock .block-body {
		padding: 3rem 1rem 2rem;
	}

	.talentsideBlock .block-body .midInfo .messageBox .btn-message {
		font-size: 13px;
	}

	.talentsideBlock .block-body .midInfo .messageBox .btn-follow {
		font-size: 13px;
	}

	.employerlock-wrap .single-employer-block {
		padding: 2rem 1rem;
	}

	.authHead .title h4 {
		font-size: 22px;
	}

	.titleFlex .flexStarts .title {
		font-size: 1.5rem;
	}

	.searchingSidebar .offcanvas {
		border-radius: 0px 0px 0px 0px !important;
		max-width: 280px;
	}

	.searchForm .optionFlex {
		width: 100%;
		-moz-column-gap: 0.5rem;
		column-gap: 0.5rem;
		margin-top: 1rem;
	}

	.custom-modal .modal-body {
		padding: 1.5rem 0.5rem 1rem;
	}
}

@media (max-width: 600px) {
	.cols-4 .carousel-cell {
		width: 100%;
	}

	.btn-lg {
		padding: 1em 2em;
		height: auto;
		font-size: 1.1em;
	}

	h1 {
		font-size: 28px;
		line-height: 1.4;
	}

	.smalljobListWrapper .smalljobList .jobheader .jobTitle .title {
		font-size: 17px;
	}

	.smalljobListWrapper .smalljobList .jobheader .jobDeswrap .employerName {
		font-size: 12px;
	}

	.smalljobListWrapper .smalljobList .jobheader .jobDeswrap .jobCategory {
		font-size: 12px;
	}

	.smalljobListWrapper .smalljobList .jobheader .jobDeswrap {
		flex-wrap: wrap;
		row-gap: 0.1rem;
	}
}

@media (max-width: 575px) {
	.nav-brand {
		padding-right: 0px;
	}

	.btn-flip-icon {
		position: absolute;
		left: 50%;
		top: 100%;
		transform: translate(-50%, -50%);
		margin-top: 0.5rem;
	}

	.nav-brand img {
		max-width: 130px;
		position: relative;
	}

	footer .position-absolute.bottom-0.start-0 img {
		width: 100%;
	}

	.footer-widget {
		padding-top: 0;
	}

	.smartSearch .form-search {
		border-right: none;
		border-bottom: 1px solid var(--bs-border-color);
	}

	.smartSearch .form-search.btn-box {
		padding: 1.2rem 1rem;
		border-bottom: none;
	}

	.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .thumb {
		width: 55px;
	}

	.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .jobTitle {
		font-size: 18px;
		line-height: 1.3;
	}

	.jobblock-wrap .single-job-block .jonInfowrap .infoFirst .caption .subInfo {
		font-size: 12px;
		line-height: 1;
		margin: 0.5rem;
	}
}

.modal-dialog {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	max-width: 90%;
	max-height: 100%;
	margin: auto;
}  

.modal-content {
	display: flex;
	flex-direction: column;
	max-height: 90vh;
	/* Verhindert, dass das Modal den ganzen Bildschirm füllt */
	width: 90%;
	overflow: hidden;
	background-color: #0e4a6e;
}

.modal.fade.show {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	/* Modal wird über die ganze Höhe des Viewports mittig ausgerichtet */
}

.modal-body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	/* Verhindert, dass das gesamte Modal scrollt */
	padding: 0;
}

.form-bg {
	background: url("/img/pages/job/dialog-bg.png") center center / cover no-repeat;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	padding: 50px 100px;
}

@media (max-width: 1800px) {
	.form-bg {
		background: url("/img/pages/job/dialog-bg.png") bottom center no-repeat;
		background-size: 1500px auto; /* feste Breite, automatische Höhe */
	}
}

@media (max-width: 1500px) {
	.form-bg {
		background-size: 1250px auto; /* feste Breite, automatische Höhe */
	}
}

@media (max-width: 1200px) {
	.form-bg {
		background-size: 1000px auto; /* feste Breite, automatische Höhe */
		background-position: center calc(100% - 80px); /* hebt das Bild 50px an */
	}
}

@media (max-width: 991px) {
	.form-bg {
		padding: 50px 40px;
		background-size: 800px auto; /* feste Breite, automatische Höhe */
		background-position: center calc(100% - 80px); /* hebt das Bild 50px an */
		/* background: url("/img/pages/job/dialog-mobile-bg.png") bottom center / cover no-repeat; */
	}
}

@media (max-width: 766px) {
	.form-bg {
		background-size: 650px auto; /* feste Breite, automatische Höhe */
		background-position: center calc(100% - 120px); /* hebt das Bild 50px an */
		/* background: url("/img/pages/job/dialog-mobile-bg.png") bottom center / cover no-repeat; */
	}

	.form-bg h1 {
		font-size: 57px;
	}

	.form-bg h3 {
		font-size: 24px;
	}
}

@media (max-width: 677px) {
	.form-bg {
		background: url("/img/pages/job/dialog-mobile-bg.png") bottom center / cover no-repeat;
		background-size: 550px auto; /* feste Breite, automatische Höhe */
		background-position: center calc(100% - 120px); /* hebt das Bild 50px an */
	}
}

@media (max-width: 575px) {
	.form-bg {
		background: url("/img/pages/job/dialog-mobile-bg.png") bottom center / cover no-repeat;
		background-size: 520px auto; /* feste Breite, automatische Höhe */
		background-position: center calc(100% - 130px); /* hebt das Bild 50px an */
	}

	.modal-dialog {
		width: 95%;
		max-width: 95%;
		max-height: 100%;
	}

	.modal-content {
		width: 95%;
	}

	.form-bg {
		padding: 50px 4px;
	}

	.form-bg h1 {
		font-size: 50px;
	}

	.form-bg h3 {
		font-size: 20px;
	}
}

.form-bg .section-heading h1,
.form-bg .section-heading h2 {
	color: #fff;
}

.form-group {
	display: flex;
	align-items: center;
	/* Zentriert alle Elemente vertikal */
}

.header-container {
	flex-shrink: 0;
	/* Überschrift bleibt fix */
	padding: 20px;
	background-color: transparent;
	text-align: center;
}

.input-container {
	flex-grow: 1;
	max-height: calc(90vh - 250px);
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0;
	/* Padding hier entfernen */
	scrollbar-width: none;
	/* Scrollbar ausblenden */
	-ms-overflow-style: none;
	/* Für ältere IE- und Edge-Versionen */
}

.input-container-inner {
	padding: 0 0 200px 0;
	/* Padding stattdessen hier setzen */
}

/* Scrollbar-Styling */
.input-container::-webkit-scrollbar {
	display: none;
	width: 8px;
}

.input-container::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 4px;
}

.col-form-label {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/* Sorgt dafür, dass das Label rechtsbündig bleibt */
	height: 100%;
	/* Stellt sicher, dass das Label dieselbe Höhe wie das Input-Feld hat */
	white-space: nowrap;
	/* Verhindert Zeilenumbrüche */
}


.form-horizontal .form-group {
	margin-bottom: 20px;
}

.form-horizontal .form-control {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
	height: 44px;
	line-height: 2;
	color: #fff;
	padding: 10px 15px;
}

.form-horizontal .form-control:focus {
	border-color: #fff;
	box-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
	outline: 0 none;
}

.form-horizontal .form-control::-moz-placeholder {
	color: #fff;
	opacity: 0.5;
}

.form-horizontal .check {
	display: none;
}

.form-horizontal .check+label {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	padding: 10px 0;
	color: #fff;
	width: 48.4%;
	text-align: center;
	font-size: 15px;
	margin-right: 10px;
}

.form-horizontal #check2+label {
	margin-right: 0;
}

.form-horizontal .check:checked+label {
	background: #fff;
	color: #0062bd;
}

.form-horizontal select.form-control option {
	color: #000;
	background: #fff;
}

.form-horizontal .btn {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.4);
	border: none;
	padding: 10px 30px;
	font-weight: 600;
}

.form-horizontal .btn:hover {
	color: #0062bd;
	background: #fff;
}

@media only screen and (max-width: 479px) {
	.check+label {
		width: 48%;
	}
}

.file-input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
}

.file-name {
	place-self: center;
	min-height: 20px;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	color: #ffffff;
	/* font-weight: bold; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 313px;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

/* Standard-Stil für Placeholder */
#jobApplicationForm input::placeholder {
	color: #dad9d9;
	/* Ändere die Farbe nach Wunsch */
	opacity: 1;
	/* Falls die Farbe zu blass erscheint */
}

/* Browser-Kompatibilität */
#jobApplicationForm input:-ms-input-placeholder {
	/* Internet Explorer */
	color: #dad9d9
}

#jobApplicationForm input::-ms-input-placeholder {
	/* Edge */
	color: #dad9d9
}

#jobApplicationForm input::-webkit-input-placeholder {
	/* Chrome, Safari */
	color: #dad9d9
}

#jobApplicationForm input::-moz-placeholder {
	/* Firefox 19+ */
	color: #dad9d9
}

#jobApplicationForm input:-moz-placeholder {
	/* Firefox 18- */
	color: #dad9d9
}

/* Stellt sicher, dass die Datei-Anzeige und Fehlernachricht vertikal zentriert sind */
.input-apply {
	display: flex;
	align-items: center;
	gap: 10px;
	/* Abstand zwischen Upload-Button, Dateiname und Fehlermeldung */
}

/* Vertikale Zentrierung nur für die Dateianzeige */
.input-apply .file-name {
	display: flex;
	align-items: center;
	height: 100%;
}

/* Vertikale Zentrierung nur für die spezifischen error-message4 bei Upload-Feldern */
.input-apply .error-message4 {
	display: flex;
	align-items: center;
	height: 100%;
}

.drop-zone {
	border: 2px dashed #ccc !important;
	cursor: pointer;
	transition: border-color 0.3s ease-in-out;
	width: 100%;
}

.drop-zone.border-primary {
	border: 2px dashed #ffd145 !important;
	background-color: rgba(255, 217, 48, 0.242);
}

.drop-zone p {
	color: #a9bbc8;
}

/* Nur für Drag-and-Drop-Bereiche */
.drop-zone-container .error-message4 {
	min-height: 20px;
	/* Reserviert Platz für die Fehlermeldung */
	display: block;
	color: red;
	font-size: 0.9rem;
	text-align: left;
	width: 100%;
	margin-top: 5px;
}

/*# sourceMappingURL=style.css.map */