*{
    font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.9;
}
body{
	
}
a{
	color: #0a67d9;
}
header{
	padding: 16px 0;
	background: #fff;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:2;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.3);
}
header .logo{
	width: 100%;
}
header .logo img{
	//width: 100%;
}
.banner_section{
	background: url('../images/banner.jpg') no-repeat center;
	min-height: 385px;
	width: 100%;
	background-size: cover;
	//position: relative;
	margin-top:55px;
}
.job_section,.content_wrapper{
	padding: 1.4em 0;
}
 .job_wrapper{
	background: #e5e6e6;
    font-size: 20px;
    padding: 20px;
}
 .job_wrapper p{
	color: #000;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.8;
}
.job_wrapper p span{
	color: #000;
	font-weight: 400;
}
.job_wrapper p.main_head {
	font-size:48px;
}
.job_wrapper p.title{    
    color: #bf1f2d;
    font-weight: 700;
	font-size:36px;
}
.btn-danger{
	background: #da0000;
    border-color: #da0000;
    font-size: 20px;
    padding: 6px 40px;
}
.job-box-area{
	background: rgba(255, 255, 255, 1);
    border-top: 5px solid #93328b;
    margin-top: 25px;
    padding: 22px 30px;
	//position: absolute;
	//width: 100%;
	box-shadow: 0px 20px 20px -20px;
}
.job-box-area .category_box{
	margin-bottom: 18px;
}
.job-box-area .category_box .heading{
	font-weight: 600;
    font-size: 16px;
    padding-bottom: 2px;
}
.job-box-area .category_box .title{
	
}
.company_area{
	background: #f1f1f1;
}
.content_area{
	padding: 1em 0;	
}
.content_area h1{
	color: #00467d;
	margin-bottom: 20px;
    font-size: 30px;
}
.content_area .about_area p.note{
	margin-bottom: 0px;
    background: #fff39d;
    text-align: center;
    padding: 10px;
	    margin-top: 25px;
}
.jd_area{
	background: #f1f1f1;
	padding: 2em;
	    margin-top: 20px;
}
.jd_area h2{
	color: #00467d;
	font-size: 26px;
	margin-top: 0;
}
.brdr-rgt{
	border-right: 1px solid rgba(255,255,255,0.2);
}
.btn_area{
	margin-top: 25px;
}
.btn_area .btn-warning{
	background: #da0000;
    border-color: #da0000;
    font-size: 20px;
    padding: 6px 40px;
	text-transform: uppercase;
}
footer{
	background: #000;
	color: #fff;
	line-height: 1.7;
	text-align: center;
	padding: 20px 0;
}
footer .copyright p{
	color: #fff;
	font-size: 12px;
}
footer .copyright p strong{
	color: #fff;
}