*{
    font-family: 'Roboto', sans-serif;
	color: #000;
}
body{
	background: url('../images/bg.png') no-repeat;
}
.blue_bg{
	background: #01509f;
}
.red_bg{
	background: #e41a28;
}
.green_bg{
	background: #50af31;
}
.banner_section{
    position: relative;
}
.banner_section .banner_area{
    width: 100%;
}
.banner_section .banner_area img{
    width: 100%;
}
.content_area{
	padding: 4em 0;
}
.content_area .about_area h1{
	font-size: 22px;
    font-weight: bold;
    color: #000;
}
.about_area .about_des{
	line-height: 1.6;
}
.content_area .img_wrapper{
	width: 100%;
    background: #0081c5;
    padding: 4px;
	margin-top: 18px;
	box-shadow: 0px 14px 18px -10px #000;
}
.content_area .img_wrapper img{
	width: 100%;
}
.box-gape{
	margin-top: 4em;
}
.job_desc_wrapper {
    color: #fff;
    padding: 35px 15px;
	display: inline-block;
    width: 100%;
}
.job_desc_wrapper i.fa{
	color: #fff;
    font-size: 70px;
}
.job_desc_wrapper .heading{
	color: #fff;
    font-size: 26px;
    font-weight: bold;
}
.job_desc_wrapper .sub_heading{
	color: #fff;
    font-size: 16px;
}
.job_desc_wrapper .icon_area{
	margin-top: 5px;
}
.skills_area h2{
	font-size: 22px;
	font-weight: bold;
}
.skills_area ul li{
	font-size: 16px;
	line-height: 1.6;
}
.btn_area .btn-primary{
	background: #e41a28;
    border-color: #e41a28;
    font-size: 26px;
    color: #fff;
    padding: 6px 35px;
    border-radius: 15px;
	box-shadow: 0px 4px 8px 0px #525252;
	transition: all ease-in-out 0.3s;
}
.btn_area{
	margin-top: 30px;
}
.btn_area .btn-primary:hover{
	background: #01509f;
    border-color: #01509f;
	box-shadow: none;
	transition: all ease-in-out 0.3s;
}
footer{
    background: #e4e4e4;
    padding: 15px 0;
    margin-top: 25px;
}
footer p{
    margin-bottom: 0px;    
	color: #616161;
}
footer .copyright p:first-child{
    margin-bottom: 5px;
}
footer p.poweredby{
    text-align: right;
    padding-top: 10px;
	font-weight: 600;
}
footer .poweredby .first{
    color: #6a38a0;
    font-size: 16px;
}
footer .poweredby .naukri{
    color: #d3710c;
    font-size: 16px;
}
.about_des ul{ list-style: none; margin: 0; padding: 0 0 0 10px;}
.about_des li{padding: 10px 20px; position: relative; }
.about_des li:nth-child(odd) {background: #e6e6e6;}
.about_des li:nth-child(even) {background: #f2f2f2;}

.about_des li:before{ 
	  content: ""; 
	  position: absolute;
	  left: 0;
	  top: 0;
	z-index: 0;
	  width: 0; 
	  height: 0; 
	  border-top: 0 solid transparent;
	  border-bottom: 20px solid transparent; 
	border-left:20px solid #4472c4; } 
.about_des li:after{ 
	  content: ""; 
	  position: absolute;
	  left: 0;
	  top: 0;
	z-index: 1;
	  width: 0; 
	  height: 0; 
	  border-top: 0 solid transparent;
	  border-bottom: 10px solid transparent; 
	  border-left:10px solid #45546d;  }
