body {
	background-color: var(--main-bg);
	}
	.job-section {
		background: var(--main-bg);
		position: relative;
	}
	.text-orange {
	color: var(--white-color);
	font-size: 32px;
	font-weight: 400;
	text-shadow: rgb(255, 255, 255) 0px 0px 1px, rgb(255, 255, 255) 0px 0px 20px, rgb(51, 74, 49) 0px 0px 30px, rgb(51, 74, 49) 0px 0px 40px, rgb(51, 74, 49) 0px 0px 50px, rgb(51, 74, 49) 0px 0px 60px, rgb(51, 74, 49) 0px 0px 70px;
	}
	.text-light{
		margin-bottom: 50px !important;
	}
	.btn-primary {
		background: var(--btn-color) !important;
		border: 1px solid var(--btn-color);
	}
	.job-listings {
	margin: 0 auto;
	}
	.job-listings .row{
		justify-content: space-between;
	}
	.job-listings .col-6{
		width: 49%;
	}
	.job-listings .col-6 .btn-primary{
		background: var(--heading-color);
		border: 1px solid var(--heading-color);
	}
	.job-item {
	border-radius: 10px;
	}
	.job-item:nth-child(odd){
		background: var(--alternate-color);
	}
	.job-item:nth-child(even){
		background: var(--lt-color);
	}
	.form::placeholder{
		color: var(--black-color);
	}
	.job-item h5 {
	font-size: 24px;
	color: var(--heading-color);
	}
	.job-item p{
		color: var(--black-color);
		font-weight: 500;
	}
	span.job_desc{
		color: var(--black-color);
	}
	.job-item .desc {
	font-size: 14px;
	margin-bottom: 0;
	color: #000;
	opacity: .9;
	max-height: 175px;
	overflow: hidden;
	}
	.job-item .desc h2{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.job-item .desc h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.job-item .desc p{
		color: #000;
	}
	.badge.bg-warning {
	background-color: #ffcc00;
	}
	.badge.bg-secondary {
	background-color: #6c757d;
	}
	.form-label {
		margin-bottom: 0.5rem;
		color: black;
		text-align: left;
		display: block;
	}
	.short{
		display: flex;
		gap: 20px;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	.short li{
		color: #484848;
		background: var(--heading-color);
		padding: 5px 10px;
		border-radius: 15px;
		font-size: 12px;
	}
	.short li:nth-child(1){
		background: #83e0ff;
	}
	.short li:nth-child(2){
		background: #68acff;
	}
	.short li:nth-child(3){
		background: #b1d2fa;
	}
	
	h2 {
	font-size: 24px;
	font-weight: bold;
	}
	/*p {*/
	/* color: #6c757d; */
	/*}*/
	.file-upload-box {
	background-color: #f8f9fa;
	border: 2px dashed #ced4da;
	border-radius: 10px;
	padding: 30px;
	}
	.file-upload-box p {
	font-size: 16px;
	color: #6c757d;
	}
	.btn-success {
	background-color: #28a745;
	border: none;
	}
	.btn-success:hover {
	background-color: #218838;
	}
	.modal-content {
	padding: var(--p15);
	}
	.btn-close{
	position: absolute;
	right: 20px;
	}
	.modal-content p{
		color: var(--black-color);
	}
	form#jobForm{
		padding-top: 32px;
		border-top: 1px solid #00000050;
	}
	form#jobForm .form{
		width: 100%;
		border: none;
		border-bottom: 1px solid #000;
		padding: 8px;
	}
	form#jobForm button{
		border: none;
		background: var(--main-bg);
		color: var(--white-color);
		padding: 8px;
	}
	form#jobForm .dropzone{
		padding: 0 !important;
		border: 1px dashed #000;
		min-height: 50px !important;
	}
	form#jobForm .dropzone .dz-message{
		margin: 0;
	}

	section.job-search{
		background: var(--lt-color);
	}
	section.job-search .cont{
		margin-top: 40px;
	}
	section.job-search .cont a{
		max-width: max-content;
	}
	section.job-search .cont p{
		color: var(--black-color);
	}
	section.job-search .cont h2{
		font-size: 36px;
		margin-top: 20px;
	}



/* job detail page css */

section.job-detail{
	background: var(--main-bg);
}
section.job-detail p{
	color: var(--black-color);
}
section.job-detail .new-img{
	width: 120px;
	border-radius: 20px;
}
section.job-detail .cont-area{
	display: flex;
	gap: 20px;
	align-items: center;
}
section.job-detail .desc{
	background: linear-gradient(90deg, #020303 50%, #0f1812 100%);
	padding: 20px;
	border-radius: 0px;
	margin-top: 20px;
}
section.job-detail .desc ul{
	padding-left: 30px;
}
section.job-detail .desc li{
	list-style: disc;
	line-height: 30px;
}
section.job-detail .desc h3{
	margin: 10px 0;
	color: var(--heading-color);
	font-size: 18px;
}
section.job-detail .desc .apply{
	background: var(--btn-color);
	border: none;
	margin-top: 30px;
	padding: 10px 40px;
}
.sticky-apply{
	/* position: sticky;
	top: 10px; */
}

.apply-sec{
	background: var(--main-bg);
	padding: 20px;
	margin-bottom: 40px;
}
.apply-sec .last{
	color: red !important;
	font-weight: 600;
}
.apply-sec .apply{
	background: var(--btn-color);
	border: none;
	width: 100%;
}
.job-info{
	background: linear-gradient(90deg, #020303 50%, #0f1812 100%);
	padding: 20px;
}
.heading h2{
	color: var(--white-color);
	font-weight: 400;
	text-shadow: rgb(255, 255, 255) 0px 0px 1px, rgb(255, 255, 255) 0px 0px 20px, rgb(51, 74, 49) 0px 0px 30px, rgb(51, 74, 49) 0px 0px 40px, rgb(51, 74, 49) 0px 0px 50px, rgb(51, 74, 49) 0px 0px 60px, rgb(51, 74, 49) 0px 0px 70px;
}
.job-info li{
	display: flex;
	gap: 10px;
	align-items: center;
}
.job-info li h4{
	color: var(--white-color);
	font-size: 16px;
	margin-bottom: 5px;
}
.sticky-apply h2{
	color: #fff;
}
.job-info li i{
	font-size: 20px;
	width: 50px;
	height: 50px;
	background: #E4FAE7;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.job-info li p{
	font-size: 15px;
	color: #fff;
	opacity: .8;
}
.popup-cont{
	display: none;
	position: absolute;
    flex-direction: column;
    width: 1000%;
	top: 0;
	left: 0;
	background: #000000ac;
	height: 100vh;
}
.main-cont{
	background: #fff;
    padding: 20px;
}



section.job-detail .desc li{
	color: #fff;
	opacity: .9;
}
section.job-detail .desc p{
	color: #fff;
	opacity: .9;
}
section.job-detail .desc h2, h3, h4, h5, h6{
	color: #fff;
}


@media(max-width: 980px){
	section.job-search .col-6{
		width: 100%;
		margin-bottom: 20px;
	}
	.job-item .col-4{
		width: 100%;
		margin-bottom: 10px;
		text-align: left;
	}
	.job-item .short{
		justify-content: start;
		margin-bottom: 20px;
	}
	section.gallery-sec .gallery{
		gap: 0;
		justify-content: space-between;
	}
	section.gallery-sec .gallery__item{
		max-width: 48%;
		width: 100%;
		margin-bottom: 20px;
	}
	section.job-detail .col-8{
		width: 100%;
	}
	section.job-detail .col-4{
		width: 100%;
	}
	.apply-sec .apply{
		display: none;
	}
	/* hire talent page code */
	.job-section .col-6{
		width: 100%;
	}
	section.post-construction .col-md-3{
		width: 45%;
	}
	section.post-construction .col-md-1 svg{
		display: none;
	}
}

@media (max-width: 540px){

	.job-item .short{
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	section.gallery-sec .gallery__item{
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
		height: auto;
	}
	section.gallery-sec .gallery__img{
		height: auto;
	}
	section.post-construction .col-md-3{
		width: 100%;
	}
	.common-head h3{
		font-size: 26px;
	}
	.job-section .text-orange{
		font-size: 32px;
	}
	.job-section{
		padding-top: 45px;
	}
	.job-item .row .col-8{
		width: 100%;
	}
	.job-item .row .col-4{
		width: 100%;
		margin-top: 20px;
	}
	section.common_banner img {
		object-position: 86%;
	}
}