/*== Features Job List Design ==*/
.fj_post {
	background-color: #ffffff;
	border: 1px solid #f6f6f6;
	border-left: 4px solid transparent;
	border-radius: 4px;
	padding: 30px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .09);
	width:79%
}

.fj_post .thumb {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	float: left;
	margin-right: 30px;
	text-align: center;
}

.fj_post .details {
	flex: 1;
}


.fj_post .details h5 {
	margin-bottom: 3px;
	margin-top: 8px !important;
}

.fj_post .details h4 {
	margin-bottom: 3px;
}

.fj_post .details p {
	margin-bottom: 3px;
	color: #6d6d6d !important;
}

.fj_post .details p:hover {
	margin-bottom: 3px;
	color: #6d6d6d !important;
}

.list-inline-item a {
	color: #6d6d6d;
}

.list-inline-item span {
	color: #6d6d6d;
}



.footer_menu .list-inline-item a {
	color: #979797;
}

.footer_menu .list-inline-item a:hover {
	color: #fff;
}

.footer_bottom_area.home3 .footer_menu .list-inline-item a {
	color: #969ca9;
}

.footer_bottom_area.home4 .footer_menu .list-inline-item a:hover {
	color: #979797;
}

.footer_bottom_area.home5 .footer_menu .list-inline-item a:hover {
	color: #979797;
}


.fj_post .details .job_chedule {
	display: inline-block;
}

.fj_post a.btn {
    border-radius: 4px;
    line-height: 40px;
    /* padding: 7px 33px; */
    position: absolute;
    right: 45px;
    left: 50%;
    top: 131px;
    width: 100px;
	border:1px solid;
}

.fj_post:hover {
	border: 1px solid #E60012;
	border-left: 4px solid #E60012;
}

.fj_post:hover a.btn {
	background-color: #EFEFEF;
	color: #E60012;
}

.fj_post a.btn:focus {
	box-shadow: none;
}

.fj_post.home3 {
	border-bottom: 1px solid #e8e8e8;
	box-shadow: none;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom: 0;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.fj_post.home3:hover {
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
	/* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
	/* Firefox 3.5 - 3.6 */
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
	z-index: 9;
	cursor: pointer;
}

.fj_post.home3:hover a.btn {
	background: -webkit-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
	background: -o-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
	background: -ms-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
	background: -moz-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
	background: linear-gradient(60deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
	color: #ffffff;
}

.fj_post.home3.bbt {
	border-bottom: transparent;
}

.fj_post.home3 ul.featurej_post {
	margin-bottom: 30px;
}

.fj_post.home3 .details h4 {
	margin-bottom: 0;
	padding-top: 15px;
}

.fj_post.home3 .details p {
	margin-bottom: 0;
}

.fj_post.home3 a.btn {
	border-radius: 4px;
	border-image: linear-gradient(to bottom, #af6ab3 0%, #4768db 100%);
	border-image-slice: 1;
	border-width: 1px;
}

.feature_job_list .nav_container {
	background-color: #252834;
	border-radius: 4px;
	height: 60px;
	margin: 0 auto 30px;
	line-height: 50px;
	width: 350px;
}

.feature_job_list .nav_container .nav.nav-pills .nav-link:first-child {
	margin-right: 20px;
}

.feature_job_list .nav_container .nav.nav-pills .nav-link:last-child {
	margin-right: 0px;
}

.feature_job_list .nav_container .nav.nav-pills .nav-link {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	width: 170px;
}

.feature_job_list .nav_container .nav.nav-pills .nav-link.active {
	background-color: #ffffff;
	border-radius: 4px;
	color: #252834;

	margin-top: 5px;
}

.feature_job_list .nav_container .nav.nav-pills {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
}

.fj_post.home6 {
	border: 1px solid #ececec;
	box-shadow: none;
	margin-bottom: 30px;
}

.fj_post.home6 .thumb {
	border: none;
}

.fj_post.home6:hover {
	border: 1px solid #26bca1;
}

.feature_job_post {
	border: 1px solid #ededed;
	border-radius: 4px;
	display: grid;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.feature_job_post:hover {
	border: 1px solid #201b71;
	cursor: pointer;
}

.feature_job_post .details {
	padding-bottom: 5px;
	padding-left: 25px;
	padding-top: 30px;
}

.feature_job_post .details .thumb {
	margin-bottom: 60px;
	text-align: center;
}

.feature_job_post ul.fj_post_meta {
	background-color: #fafafa;
	padding: 30px 20px 20px 20px;
	margin-bottom: 0;
	position: relative;
}

.feature_job_post ul.fj_post_meta li:first-child {
	line-height: 45px;
	margin-right: 0;
}

.feature_job_post ul.fj_post_meta a.btn {
	border: 1px solid #201b71;
	height: 45px;
	line-height: 30px;
}

.feature_job_post:hover ul.fj_post_meta a.btn,
.feature_job_post ul.fj_post_meta a.btn:hover {
	background-color: #201b71;
	color: #ffffff;
}

/*== Browse Local Jobs ==*/
.job_loc_img_box {
	margin-bottom: 30px;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


.job_loc_img_box .thumb {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.job_loc_img_box .thumb:before {
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #82b440;/ Old browsers / background: -moz-linear-gradient(left, #82b440 0%, #a1d45f 100%);
	background: -webkit-linear-gradient(left, #82b440 0%, #a1d45f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82b440', endColorstr='#a1d45f', GradientType=1);
}

.job_loc_img_box:hover .thumb:before {
	opacity: .9;
}

.job_loc_img_box .details {
	bottom: 20px;
	left: 30px;
	position: absolute;
}

.job_loc_img_box .details h4 {
	color: #ffffff;
	font-size: 20px;
}

.job_loc_img_box .details h5 {
	color: #ffffff;
	font-size: 16px;
}

.job_loc_img_box:hover {
	cursor: pointer;
	margin-top: -10px;

}
.fj_post .details .job_chedule {
    display: inline-block;
}
.fj_post .details h5 {
    margin-bottom: 3px;
    margin-top: 8px !important;
}
.fj_post .thumb {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    float: left;
    margin-right: 30px;
    text-align: center;
}
<!--0.00018787384033203-->