.breadcrumb_section.page__title-height {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hedder-button .h-btn.h-btn-green.h-btn-white {
    background: #fff;
}

.hedder-button .h-btn.h-btn-green.h-btn-white:hover {
    background: #1c2733;
}

.job-input input {
    background: #fff;
}

.resumes .candidate__thumb img,
.resumes img {
	width: 200px;
	height: 180px;
	object-fit: cover;
}

.job-details-video i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #222;
	border-radius: 50%;
	cursor: pointer;
}