
.jobslist {
	list-style: none
}
.jobslist li {
	margin-top: 30px;
}
.jobslist li .jobint {
	background: #fff;
	padding: 15px;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	min-height: 113px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	border-bottom: 2px solid #fff;
}
.jobslist li .jobint:hover {
	box-shadow: 0 5px 30px rgba(0,0,0,0.1);
	border-color: #056cb8
}
.jobslist li .col-md-7, .jobslist li .col-md-9 {
	padding-left: 0;
}
.jobslist li h4 {
	margin-bottom: 5px;
}
.jobslist li h4 a {
	font-size: 18px;
	color: #000;
	font-weight: 700;
}
.jobslist li h4 a:hover {
	color: #056cb8;
}
.jobslist li .company {
	color: #999;
	padding: 7px 0
}
.jobslist li .company a {
	color: #056cb8;
}
.jobslist li .jobloc {
	color: #000;
}
.jobslist li .jobloc span {
	color: #999;
}
.jobslist li .applybtn {
	background: #fff;
	display: inline-block;
	color: #056cb8;
	font-weight: 600;
	padding: 9px 13px;
	margin-top: 20px;
	border: 1px solid #056cb8;
	border-radius: 45px;
}
.jobslist li .applybtn:hover {
	background: #056cb8;
	color: #fff;
	text-decoration: none;
}




.newjbox li .jobint{box-shadow:none; border-radius: 0; background:#f9fafb; border-bottom:none; box-shadow: 0px 0 30px rgba(0,0,0,0.1); border-radius: 10px; transition: all 0.4s ease 0s;}
.newjbox.row{margin-top: 20px;}
.newjbox.row li h4 a{font-weight: 400;}
.newjbox li .jobint:hover{transform: translateY(-3px);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    box-shadow: 0px 0 30px rgba(81, 81, 102, 0.2); box-shadow: 0px 10px 30px rgba(0,0,0,0.2)}

.newjbox li .jobint img{box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); border-radius: 10px;}




.viewallbtn {
	text-align: center;
	margin-top: 40px;
}
.viewallbtn a {
	display: inline-block;
	background: #056cb8;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 30px;
	border-radius: 5px;
}
.viewallbtn a:hover {
	background: #333;
	text-decoration: none;
}
.partTime {
	background: #f8a60c;
	color: #fff;
	font-size: 13px;
	display: inline-block;
	padding: 4px 6px;
	border-radius: 3px;
}
.fulltime {
	background: #6ACA00;
	color: #fff;
	font-size: 13px;
	display: inline-block;
	padding: 4px 6px;
	border-radius: 3px;
}
label.fulltime[title="Part Time"] {
	background: #f8a60c;
}
label.fulltime[title="Freelance"] {
	background: #ff0000;
}
label.fulltime[title="Contract"] {
	background: #0C86F8;
}
label.fulltime[title="Internship"] {
	background: #9B54F4;
}
label.fulltime[title="First Shift (Day)"] {
	background: #AFCB59;
}
label.partTime[title="First Shift (Day)"] {
	background: #AFCB59;
}
label.partTime[title="Second Shift (Afternoon)"] {
	background: #688CD5;
}
label.partTime[title="Third Shift (Night)"] {
	background: #EF7D7D;
}
label.partTime[title="Rotating"] {
	background: #B09EEB;
}
.freelance {
	background: #ff0000;
	color: #fff;
	font-size: 13px;
	display: inline-block;
	padding: 4px 6px;
}


.featuredjobwrap{position: relative; overflow: hidden;}
.featuredjobwrap:before{
    width: 480px;
    height: 480px;
    border: 100px solid #ffd302;
    left: -150px;
    bottom: -150px;
    opacity: 0.3;
	content:'';
	position: absolute;
    border-radius: 50%;
	animation: scale-up-center 2s ease-in-out infinite alternate-reverse both;
}
.featuredjobwrap:after{
	width: 300px;
    height: 300px;
    border: 60px solid #056cb8;
    right: -100px;
    top: -100px;
    opacity: 0.1;
    content: '';
    position: absolute;
    border-radius: 50%;
	animation: scale-up-center 2s ease-in-out infinite alternate-reverse both;
}
@keyframes scale-up-center {
	0% {
	  transform: scale(0.5);
	}
	100% {
	  transform: scale(1);
	}
}


.featuredlist{list-style: none;}
.featuredlist .jobint{
	background-color: #fff;
    padding: 30px;
    border-radius: 25px;
    text-decoration: none;
	box-shadow: 0px 0 30px rgba(0,0,0,0.1);
	margin-top: 30px;
	transition: all 0.4s ease 0s;
}
.featuredlist .jobint:hover{border-color: #056cb8; transform: translateY(-3px);
	transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1); box-shadow: 0px 0 30px rgba(81, 81, 102, 0.2);}
.fticon i{background-color: #d9e4ed;
    border-radius: 10px;
    padding: 8px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
	margin-right: 10px;
    text-decoration: none;
}


.featuredlist .jobint h4{margin: 0; padding:25px 0;}
.featuredlist .jobint h4 a{font-size: 18px; color: #000;}
.featuredlist .jobint h4 a:hover{color: #056cb8;}
.featuredlist .jobint strong{font-weight: 700;}
.featuredlist .jobint strong i{color:#056cb8;}
.featuredlist .jobint span{color: #999;}

.jobcompany{display: flex;
    margin-top:20px;
    align-items: center;
    justify-content: space-between;}

	.jobcompany .company-logo{display: block;
    width: 70px;
    height:70px;
	box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
	border-radius:15px;
    flex-shrink: 0;}
	.jobcompany .company-logo img{border-radius:15px;}
.ftjobcomp span{display: block; color: #999; margin-bottom: 10px;}
.ftjobcomp a{color: #000; font-weight: 600;}
