.row > .jobs, .row > .ads {
	padding-top: 30px;
}
.ads {
	padding-top: 30px;
	padding-right: 3rem;
}
.jobs .card {
	border: 0;
	border-radius: 0;
}
.jobs .card-header {
	background: #fff;
	border-radius: 10px;
	border: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	padding: 1rem 1.5rem;
}

.jobs .card-header > h3 {
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 0;
	font-size: 1.5rem;
}
.jobs .card-header > .card-tools {
	margin-left: auto;
}
.jobs .card-header > .card-tools > a {
	font-size: 1.25rem;
	text-transform: capitalize;
	margin: 0 1rem;
	position: relative;
	color: #000;
	font-weight: bold;
}
.jobs .card-header > .card-tools > a.active {
	color: #3154a5 !important;
}
.jobs .card-header > .card-tools > a.active::before {
	content: "";
	position: absolute;
	background: #3154a5;
	bottom: -13px;
	width: 100%;
	height: 4px;
}

.jobs .job-card {
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border-radius: 10px;
	overflow: hidden;
	padding: 1rem;	
}
.jobs .job-card > .card-body, .jobs .job-card > .card-footer {
	padding: 0;
}
.jobs .job-card > .card-footer {
	background: #fff;
	border: 0;
}
.jobs .card-body {
	margin-bottom: 1rem;
}
.jobs .card-body > .row > div {
	padding: 0;
}
.img-box {
	background-size: 100% !important;
    background-repeat: no-repeat !important;
	margin: 0px !important
}
.jobs .card-body .img-box > img {
	width: 100%;
}
.job-details {
	padding-left: 1rem;
}
.job-details .timelapse {
	font-weight: unset !important;
	font-size: 0.9rem;
	margin-left: auto;
	color: #969696;
	text-transform: lowercase !important;
}
.job-details > h5 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
}
.job-details > p {
	margin-bottom: 0.5rem;
}
.apply-button a {
	float: right;
	margin: 1rem 0 0 0;
	padding: .5rem 2rem;
	font-size: 1rem;
    color: #fff;
    background: #e6437b;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    overflow: hidden;
}
.location {
	font-weight: 500;
}
.location > i {
	font-size: 0.25rem;
	vertical-align: middle;
	margin: 0 5px;
}
.location > span {
	color: #00c691;
	font-weight: bold;
}
.description {
	text-transform: capitalize;
	font-weight: 500;
}
.job-card .card-footer {
	text-align: center;
}
.job-card .card-footer a {
	text-transform: uppercase;
	color: #fff;
	background: red;
	border: 0;
	border-radius: 0.4rem;
}
.view-more {
	float: right;
	padding: .375rem .75rem;
	border-radius: 0.4rem;
	background: #dddddd !important;
	color: #606060 !important;
}
.no-data {
    text-align: center;
    font-weight: 300;
    font-size: 1.25rem;
    color: #a0a0a0;
    margin-bottom: 3rem;
}
#input_2 {
	height: 200px;
	overflow-y: scroll;
}
.paginate-div {
	padding: 0;
	margin-top: 1rem;
	margin-bottom: 2rem;
	display: flex;
	justify-content: flex-end;
}