.joblist {
	background-color: #f7f7f7;
}

.joblist-card {
	margin: 10px 0;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.joblist-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 16px #d1d1d150;
}

.joblist-card:hover img {
	transition: all 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.joblist-card:hover img {
	transform: scale(1.02);
}

.joblist-card.dot::after {
	background-color: #bdbdbd;
}

.joblist-card.deco::before {
	background-image: -webkit-repeating-linear-gradient(135deg, #adadad, #adadad 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #adadad, #adadad 1px, transparent 2px, transparent 5px);
}

.joblist-card a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.card-title {
	font-size: 18px;
	line-height: 1.5;
	z-index: 98;
}

.btn-job {
	position: absolute;
	bottom: -20px;
	right: -70px;
	margin-top: 17px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border-radius: 500px;
	padding: 4px 20px;
	z-index: 2;
}

@media (max-width: 991px) {
	.btn-job {
		right: -80px;
	}
}

@media (max-width: 767px) {
	.btn-job {
		right: -70px;
	}
}

@media (max-width: 576px) {
	.card-title {
		margin-top: 15px;
	}
}
