@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

:root {
	--theme-color: #d9a900;
	--theme-bg-color: #0c80c1;
	--hd-color: #424e61;
	--black-color: #000;
	--bg-light: #f1f0fb;
	--white-color: #fff;
	--base-color: #fff;
	--base-color2: #f5f5f5;
	--base-color3: #dddddd;
	--base-font: "Work Sans", sans-serif;
	--heading-font: "Inter", sans-serif;
	--fw-600: 600;
	--fw-500: 500;
	--fw-900: 900;
	--bs-gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.15),
		rgba(0, 0, 0, 0.2)
	);
}

*,
html {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-size: 100%;
	margin: 0;
	padding: 0;
	font-family: var(--base-font);
	/*               */
	color: #202434;
}

a {
	text-decoration: none;
	color: inherit;
	transition: all 0.1s ease-in;
}

a:hover,
a:focus {
	color: var(--theme-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: var(--heading-font);
}

ul,
ol {
	padding: 0;
}

.btn1 {
	border-radius: 0.5rem;
	padding: 0.65rem 1.25rem !important;
	color: var(--white-color) !important;
	font-weight: 500;
	background: var(--theme-color);
	outline: none;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	min-width: 140px;
	text-align: center;
	font-family: var(--heading-font);
}

.btn1:hover {
	background: var(--black-color);
}

.btn2 {
	border-radius: 0.5rem;
	padding: 0.75rem 1.25rem;
	color: var(--white-color) !important;
	font-weight: 500;
	font-family: var(--heading-font);
	background: linear-gradient(
		90deg,
		rgba(217, 169, 0, 1) 0%,
		rgba(12, 142, 214, 1) 100%
	);
	outline: none;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	min-width: 40px;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn2:hover {
	background: linear-gradient(
		90deg,
		rgba(12, 142, 214, 1) 0%,
		rgba(217, 169, 0, 1) 100%
	);
}

.sticky {
	box-shadow: 5px 5px 25px 0 #a9a9a934;
	position: fixed !important;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

.btn-close {
	position: absolute;
	right: -0.5em;
	top: -0.5em;
	padding: 0.5em;
	outline: none;
	box-shadow: none;
	border-radius: 2rem;
}

.btn-close:focus {
	box-shadow: none;
}

.bg1 {
	background: var(--theme-color);
}

.bg2 {
	background: var(--theme-bg-color);
}

.bg3 {
	background: #21a374;
}

.bg-white {
	background: var(--white-color) !important;
}

.swiper-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}

.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
	margin-top: -2rem;
	border-radius: 100%;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
	background: var(--theme-color);
}

/* Navbar Panel */
/* ================================= */
nav {
	background-color: var(--white-color);
	box-shadow: 5px 5px 25px 0 #bfbfbf33;
	/* position: fixed !important; */
	width: 100%;
	z-index: 999;
	top: 0;
	min-height: 72px;
	font-size: 1.05rem;
	font-weight: var(--fw-600);
}

nav svg {
	width: 150px;
}

nav form {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 400px;
}

nav .form-control {
	min-height: 46px;
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 40px;
}

nav .form-control:focus {
	box-shadow: none;
}

nav button {
	position: absolute;
	top: 0;
	right: 15px;
	border-radius: 30px;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 1rem;
	height: 100%;
}

nav .signup {
	padding: 7px 15px;
	border: 1px solid #ddd;
	display: block;
	text-decoration: none;
	color: var(--black-color);
	cursor: pointer;
}

nav .login {
	padding: 7px 15px;
	border: 1px solid #ddd;
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: var(--white-color);
	background-color: var(--hd-color);
}

/* navbar on scroll animation */
.navbar.scroll-on {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background: #fff;
	box-shadow: 5px 5px 25px 0 #bfbfbf33;
	transition: all ease-in-out 0.2s;
	animation: fadeInDown 0.5s ease-in-out;
}

@keyframes fadeInDown {
	0% {
		top: -30%;
	}

	50% {
		top: -15%;
	}

	100% {
		top: 0;
	}
}

@media all and (min-width: 992px) {
	.navbar .dropdown-menu-end {
		right: 0;
		left: auto;
		min-height: auto !important;
		border-radius: 0;
	}

	.navbar .dropdown-menu-end a i {
		background-color: var(--bs-gray-500);
		color: var(--white-color);
		font-size: 0.6rem;
		min-width: 1.1rem;
		height: 1.1rem;
		line-height: 1.1rem;
		border-radius: var(--bs-border-radius-xl);
		text-align: center;
		margin-right: 0.5rem;
	}

	.navbar .dropdown-menu-end a:hover i {
		background-color: var(--bs-link-hover-color);
	}

	.navbar .dropdown-menu {
		display: block;
		opacity: 1;
		transform: translateY(20px);
		transition: all 0.3s ease-in;
		visibility: hidden;
		/* min-height: 35vh; */
		min-width: 12rem;
		margin-top: -3px;
		padding: 0;
		border-radius: 0;
	}
	.navbar .dropdown-item {
		font-size: 13px;
		font-weight: 400;
	}
	.navbar .nav-item .dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		transition: 0.3s;
		border: 0;
		padding: 0;
		min-width: 50rem;
		left: 50%;
		transform: translate(-50%, 0);
		margin-top: 0;
		border-radius: 0;
		box-shadow: 0 10px 20px rgba(15, 39, 125, 0.4);
	}

	.navbar .nav-link {
		padding: 25px 15px !important;
		text-decoration: none;
		color: var(--black-color);
	}

	.navbar .nav-item:hover .nav-link {
		color: var(--bs-link-hover-color);
	}

	.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
		left: 100%;
		right: 0;
		top: -8px;
		border-radius: 0;
		/* box-shadow: none; */
	}

	.navbar .dropdown-submenu:hover > .dropdown-menu,
	.navbar .dropdown:hover > .dropdown-menu {
		opacity: 1;
		/* transform: scaleY(1); */
		visibility: visible;
	}

	.dropdown-menu a,
	.dropdown-submenu a {
		color: var(--black-color);
		display: flex;
		/* justify-content: space-between; */
		align-items: center;
		padding: 6px 15px;
		text-decoration: none;
		font-size: 0.9rem;
		font-weight: var(--fw-500);
	}

	.dropdown-menu a:hover,
	.dropdown-submenu a:hover,
	.dropdown-menu a:focus,
	.dropdown-submenu a:focus {
		color: var(--bs-link-hover-color);
	}
}

.dropdown-menu h5 {
	padding-left: 0.75rem;
	font-weight: 600;
	margin-bottom: 0;
}

.dropdown-menu ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 0;
}

.dropdown-menu ul li {
	width: 25%;
	display: block;
}

/* Banner */
/* =============================== */
.banner {
	position: relative;
	background: url(../images/bannerbg.jpg) center no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
}

.banner h1 {
	font-size: 54px;
	color: var(--theme-bg-color);
	font-weight: 900;
	margin-bottom: 2rem;
}

.banner p {
	font-size: 1.15rem;
	margin-bottom: 2rem;
}

.brandslider {
	display: flex;
	align-items: center;
}

.brandslider img {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 0.75rem;
	margin-right: 0.75rem;
}

.bannerslider .swiper-slide img {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.fontselect {
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	/* width: 240px; */
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 1;
}

/* .fontselect:before{
    position: absolute;
    content: '';
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
    border: 1px solid var(--theme-color);
    border-radius: 0.5rem;
    left: 0.75rem;
    top: 0.75rem;
} */
.colorselect {
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	/* width: 240px; */
	position: absolute;
	bottom: 150px;
	left: 0;
	z-index: 1;
}

.fontselect ul,
.colorselect ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}

.fontselect li {
	margin-bottom: 0.5rem;
}

.fontselect li:last-child {
	margin: 0;
}

/* Resume home */
/* ============================= */
.resumeHome {
	position: relative;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: url(../images/resumebg.svg) center no-repeat;
}

.resumeHome .swiper-slide {
	padding: 1.5rem;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 2rem;
	border: 1px solid #fff;
}

.resumeHome .swiper-slide img {
	border-radius: 1rem;
}

.resumeHome .swiper {
	padding: 10px 60px 40px;
}

/* Step Guide */
/* ============================= */
.stepPanel {
	position: relative;
	padding-top: 1rem;
	padding-bottom: 4rem;
}

.stepMain {
	position: relative;
}

.stepBox {
	border-radius: 2rem;
	padding: 4rem 3rem 3rem;
	position: relative;
}

.stepBox h4 {
	margin-bottom: 1rem;
}

.stepBox p {
	margin: 0;
	font-size: 1.15rem;
}

.stepBox .count {
	position: absolute;
	top: -2.5rem;
	font-size: 2rem;
	font-family: var(--heading-font);
	font-weight: 900;
	box-shadow: 3px 3px 0 #707070;
	border-radius: 1rem;
	padding: 1rem 2rem;
}

/* Job Panel */
/* ============================= */
.jobPanel {
	position: relative;
	padding-top: 3.25rem;
	padding-bottom: 3rem;
	background: url(../images/jobbg.jpg) center no-repeat;
}

.jobPanel .swiper {
	width: 100%;
	/* height: 100%; */
	height: 370px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 40px;
}

.jobPanel .swiper-slide {
	height: calc((100% - 30px) / 2) !important;
}

.jobPanel .jobList {
	background: #fff;
	padding: 1.15rem;
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
	display: block;
	border-radius: 0.75rem;
}

.jobPanel .jobList p {
	margin-bottom: 0.35rem;
	color: #424e61;
	font-weight: 500;
}

.jobTop .logoCom {
	width: 50px;
	height: 50px;
	border-radius: 0.5rem;
	background: #e9ecf5;
	padding: 0.35rem;
	overflow: hidden;
}

.jobTop h5 {
	width: calc(100% - 50px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 10px;
	margin-bottom: 0;
	font-size: 1.15rem;
	font-family: var(--base-font);
}

.jobTop h5 small {
	display: block;
	font-size: 0.8rem;
	font-weight: 400;
	margin-top: 0.25rem;
}

.jobTop .logoCom img {
	width: 38px;
	border-radius: 0.25rem;
}

/* Testimonial Panel */
/* ============================= */
.testimonialPanel {
	position: relative;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.testimonialPanel .swiper {
	padding-bottom: 40px;
}

.testiBox {
	position: relative;
	padding: 2rem;
	border-radius: 1rem;
	font-family: var(--base-font);
	background: #eaf3f8;
}

.testiBox:nth-child(even) {
	background: #f8f5eb;
}

.testiBox h6 {
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

.testiBox h6 small {
	display: block;
	font-size: 0.8rem;
	font-weight: 400;
}

.testiBox i {
	font-size: 0.7rem;
	padding: 0.25rem;
	color: var(--white-color);
	margin-right: 0.25rem;
	display: inline-block;
	line-height: 0;
}

/* Apply Resume Panel */
/* ============================= */
.hApply {
	position: relative;
	padding-top: 2rem;
	padding-bottom: 0;
	background: var(--theme-bg-color);
}

.hApply ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0 0 1.5rem;
}

.hApply ul li {
	display: block;
	position: relative;
	padding-left: 2rem;
	margin-bottom: 0.5rem;
	font-weight: 500;
}

.hApply li:before {
	position: absolute;
	content: "\F133";
	font-family: "bootstrap-icons";
	left: 0;
	top: 0;
	font-size: 1rem;
}

/* Faq */
/*==================================*/
.faqPanel {
	position: relative;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
	border-radius: 0;
	display: block;
	margin-bottom: 15px;
	background: var(--white-color);
	border: 1px solid #a7b8d2;
	padding: 1rem 1.5rem;
	box-shadow: 4px 4px 0 #a7b8d2;
}

.faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
	padding: 0 60px 0 0;
	text-decoration: none;
	position: relative;
	display: block;
	font-size: 1.15rem;
	font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active {
	color: #212121;
}

.faq-accordion .accordion .accordion-title.active i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	margin-top: 10px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.faq-accordion .accordion .accordion-content.show {
	display: block;
}

.faq-accordion .accordion .accordion-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.faq-accordion .accordion .accordion-content ul li {
	color: #3e555f;
	position: relative;
	margin-bottom: 12px;
	line-height: 25px;
	padding-left: 15px;
}

.faq-accordion .accordion .accordion-content ul li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #086ad8;
	border-radius: 50%;
}

.faq-accordion .accordion .accordion-content ul li:last-child {
	margin-bottom: 0;
}

.faq-accordion .accordion .accordion-content p {
	margin-bottom: 0;
}

/* footer */
/* ==================================== */
footer {
	position: relative;
	background: #273141;
	color: var(--white-color);
	padding-top: 3rem;
	padding-bottom: 3rem;
}

footer p {
	font-size: 14px;
	margin-bottom: 0.5rem;
}

footer h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 1.15rem;
}

footer .widget {
	padding: 0;
	list-style: none;
}

footer .widget li {
	display: block;
	margin-bottom: 0.25rem;
	position: relative;
	padding-left: 15px;
}

footer .widget li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 7px;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: var(--bg-light);
}

footer .widget li a {
	display: block;
	font-size: 14px;
	color: var(--bg-light);
	opacity: 0.6;
	white-space: nowrap;
	font-weight: 300;
}

footer .widget li a:hover {
	color: var(--theme-color);
	opacity: 1;
}

.social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social li {
	display: block;
	margin-bottom: 0.35rem;
}

.social li a {
	color: var(--bg-light);
	font-size: 14px;
	font-weight: 300;
}

.social li a span {
	opacity: 0.6;
}

.social li a i {
	margin-right: 0.5rem;
	line-height: 0;
	padding: 0.25rem;
	border-radius: 0.25rem;
	background-color: #7c8697;
	color: var(--white-color);
}

.Marquee {
	position: fixed;
	bottom: 0;
	z-index: 1;
	padding: 1rem;
	background: rgba(167, 184, 210, 0.4);
	backdrop-filter: blur(10px);
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.Marquee-content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-animation: marquee 20s linear infinite running;
	-moz-animation: marquee 20s linear infinite running;
	-o-animation: marquee 20s linear infinite running;
	-ms-animation: marquee 20s linear infinite running;
	animation: marquee 20s linear infinite running;
}

.Marquee-content:hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;
}

.Marquee-tag {
	margin: 0 0.5em;
	padding: 0.5em 1rem 0.5rem 0.5rem;
	background: rgba(255, 255, 255, 1);
	border-radius: 5rem;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.Marquee-tag:hover {
	background: rgba(255, 255, 255, 1);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	cursor: pointer;
}

.Marquee-tag .jobTop {
	width: 200px;
}

.Marquee-tag .jobTop h5 {
	font-size: 0.9rem;
}

.Marquee-tag .jobTop h5 small {
	font-size: 0.7rem;
}

@-moz-keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-o-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
	}
}

@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-o-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
	}
}

@-o-keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-o-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
	}
}

@keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-o-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
	}
}

/* Inner Banner */
/* =========================== */
.innerBanner {
	position: relative;
	background: var(--white-color) url(../images/innerbg.svg) center bottom
		no-repeat;
	padding-top: 30px;
	padding-bottom: 60px;
}

.innerBanner h1 {
	font-size: 54px;
	color: var(--theme-bg-color);
	font-weight: 900;
	margin-bottom: 2rem;
}

.innerBanner p {
	font-size: 1.15rem;
	margin-bottom: 2rem;
}

.innerBannerContent {
	-webkit-backdrop-filter: blur(27px);
	backdrop-filter: blur(27px);
	background-color: rgba(255, 255, 255, 0.18) !important;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.resumeBox {
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.resumeBox:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.resumeBox .zoompt {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 0);
}

.resumeBox .createbtn {
	display: none;
}

.resumeBox:hover .createbtn {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
}

/* Login */
/* ============================= */
.loginPanel {
	display: flex;
	align-items: center;
	height: 100vh;
	justify-content: space-between;
}

.loginPanel .form-control:focus {
	box-shadow: none;
	border-color: var(--black-color);
}

.otp .form-control {
	width: 50px;
	height: 50px;
	margin: 0.25rem;
	text-align: center;
}

/* Job search */
/* ============================= */
.filter .form-check-input {
	width: 18px;
	height: 18px;
	margin-top: 0;
}

.filter .designation {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 160px;
}
.filter .scroll-div {
	overflow-y: scroll;
	max-height: 120px;
}
.filter .scroll-div::-webkit-scrollbar,
.filter .scroll-div::-webkit-scrollbar-thumb {
	width: 3px;
	border-radius: 50px;
	background-clip: padding-box;
	cursor: grabbing;
}
.filter .scroll-div::-webkit-scrollbar-thumb {
	background: #cfcfcf;
}
.inner-contain {
	box-shadow: 0 14px 40px #1e0a3a14;
}
.jobs .inner-contain {
	cursor: pointer;
}
.jobs .location-place {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 150px;
}
.description {
	color: #2a2a2a;
	font-weight: 400;
}
.short-desc {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 550px;
}

.tags li {
	font-size: 12px;
	list-style: none;
	display: flex;
	align-items: center;
}
.tags li .bi-circle-fill {
	font-size: 3px;
	color: #777;
}
.posted {
	font-size: 12px;
}
.posted p {
	margin: 0;
	color: #777;
}
.side-bar ul {
	list-style-type: none;
	gap: 16px;
	margin: 0;
}

/* Job details page */
/* ============================= */
.apply-now a {
	font-size: 14px;
}
.view-more a {
	font-size: 14px;
}
/* Pricing page */
/* ============================= */
.price {
	font-size: 3rem;
	color: var(--theme-color);
}
.benifits ul {
	list-style: none;
}
.benifits li {
	position: relative;
	padding-left: 1.75rem;
	margin-bottom: 0.5rem;
}
.benifits li::before {
	content: "\F26E";
	position: absolute;
	font-family: "bootstrap-icons";
	left: 0;
	top: -6px;
	font-size: 1.5rem;
	color: var(--theme-color);
}




@media (max-width: 991px) {
    nav button {
  position: static;
}
}

@media (max-width: 480px) {
    .banner h1 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom : 1.25rem;
}
}