.main-top-navbar {
	position: relative !important;
	width: 100%;
}
section.profile-sec {
	padding: 60px 0 60px 0;
}
nav {
	opacity: 1 !important;
}
.hero-content {
	translate: none !important;
	rotate: none !important;
	scale: none !important;
	transform: translate(0px, 80px) !important;
	opacity: 1 !important;
}
div#stick-navbar {
	opacity: 1 !important;
}
section.profile-sec .nav-tabs .nav-link.active {
	color: #14252a;
	transition: 1s all ease;
	background: #fff;
	width: 100%;
	text-align: start;
	font-family: var(--medium-font-family);
	font-style: italic;
	text-transform: uppercase;
	border-left: 1px solid #14252a;
	border-right: 1px solid #14252a;
}
.hero-content {
	top: -80px;
	left: 0;
	transform: translate(0%, 80%);
	width: 100% !important;
	color: #fff;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	margin-bottom: 30px;
}
section.profile-sec .nav-tabs {
	/* border-bottom: 1px solid #fff; */
	position: relative;
	/* text-align: end; */
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: start;
	width: 100% !important;
	flex-direction: column;
	padding-bottom: 0px;
}
.hero-content p {
	padding: 0px 130px;
	text-align: center;
	line-height: 1.5;
}
.careers-heading-content h4 {
	font-family: var(--bold-font-family);
	font-size: 30px;
}
.list-careers {
	display: flex;
	align-items: center;
	gap: 40px;
}
.full-time-careers {
	display: flex;
	align-items: center;
	gap: 8px;
}
.full-time-careers img {
	width: 30px;
	height: 30px;
	object-fit: scale-down;
}
.full-time-careers h6 {
	font-family: "Space Mono", monospace;
	font-weight: 700;
	font-size: clamp(12px, 5vw, 16px);
	color: #14252a;
	font-style: initial;
	margin: 0;
}
.float-wrapper h4 {
	font-family: "Space Mono", monospace;
	font-weight: 700;
	font-size: clamp(12px, 5vw, 16px);
	color: #14252a;
	font-style: initial;
	margin: 10px 0 29px 0;
}
.vcareers-btn-main .btn {
	position: relative;
	padding: 15px 17px;
	background-color: #14252a;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 4px;
	overflow: hidden;
	color: #fff;
	font-family: "Space Mono", monospace;
	font-weight: 400;
	border-radius: 0;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.pagination {
	display: flex;
	align-items: center !important;
	justify-content: center !important;
	margin: 20px 0;
}
section.ourproduct-slider.careers-main-sec {
	padding-bottom: 100px;
}
.page-item.active .page-link {
	margin-top: 2px !important;
}
@media (max-width: 1280px) {
	.hero-content h2 {
		font-size: 2.5rem;
	}
}
@media (max-width: 581px) {
	.hero-content p {
		line-height: 1.5;
	}
	.hero-content h2 {
		font-size: 1.9rem;
	}
	.list-careers {
		display: flex;
		align-items: start;
		gap: 0px;
		flex-direction: column;
	}
	.hero-content p {
		padding: 0px 0px;
	}
	.float-wrapper h4 {
		text-align: left;
	}
	.vcareers-btn-main .btn {
		width: 100%;
	}
}
