body{
	background-image: linear-gradient(to right top, #c5cfe0, #c3dce7, #cae8e7, #dbf2e4, #f3f9e3);
	padding: 50px;
}

.loader
{
	z-index: 10;
	height: 100vh;
	background-color: #ddd;
	position: fixed;
	width: 100%;
	top: 0;
	font-size: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-top: 100px;
}

/* app-content-1 */
.app-content-1{
	margin: 20px;
	background-color: #f3f9e3;
	padding: 20px 20px 20px 0px;
	border-radius: 10px;
}

/* app-side-info-1 */
.app-side-info-1{
	text-align: center;
	border-right: #999 thin solid;
	color: #000;
}

.app-side-info-1 img{
	width: 100%;
	margin-bottom: 20px;
}

.app-side-info-1 .heading{
	
	font-size: 16px;
}

.app-side-info-1 .text{
	color: #000;
	padding: 10px;
}

.app-side-info-1 .text a{
	color: #000;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration: none;
	text-align: left;
	margin-left: 20px;
}

.app-side-info-1 .text a i{
	background-color: #000;
	color: #fff;
	border-radius: 10px;
	padding: 5px;
	margin-right: 10px;
}

.jobs .card{
	margin-bottom: 25px;
}

.jobs .card .card-subtitle{
	line-height: 35px;
}

.jobs .card .card-text{
	color: #000;
	line-height: 40px;
}