@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700');
*{
	margin:  0;
    padding: 0;
    box-sizing: border-box;
}
body{
	font-family: 'Roboto', sans-serif;
}
.red{
	color: red;
}
.blue{
	color: blue;
}
.green{
	color:green;
}
.bold{
	font-weight: bold;
}
.th-bg{
	background-color: #eee;
}
.ml{
	margin-left: 5px;
}
.mt{
	margin-top: 5px;
}
.my{
	margin-top: 5px;
	margin-bottom: 5px;
}
.none{
	list-style-type: none;
}
.wrapper{
	width: 1000px;
	margin:0 auto;
	box-shadow: 0px 0px 10px 4px rgba(45, 34, 34, 0.75);
}
.header{
	background-color: #007bff;
	height: 190px;
}
.logo{
	width: 220px;
}
.whead{
	text-align: center;
	margin-top:-150px;
	color: white;
	font-size: 60px;
}
.title{
	text-align: center;
	font-style: italic;
	color: yellow;
	font-weight: bold;
	font-size: 27px;
}
.menu{
	max-width: 1000px;
	background-color: #f10505;
}
.menu ul li{
	list-style: none;
	display: inline-block;
}
.menu ul li a{
	text-decoration: none;
	color: white;
	font-size: 18px;
	display: inline-block;
	padding: 5px 25px;
	font-weight: bold;
	
}
.menu ul li a.active{
 background-color: #007bff;
 color: yellow;
}
.menu ul li a:hover:not(.active){
	background-color: #007bff;
	color: yellow;
}

.post{
	margin:10px 15px;
	width: 850px;
}
.left{
	width: 100px;
	float: left;
	font-weight: bold;
	color: red;
}
.right{
	width: 830px;
	float: left;
	margin-left: 25px;
}
.ptitle{
	color: red;
	font-weight: bold;
}
.date{
	color: blue;
	font-weight: bold;
}
.job{
	width: 650px;
	height: auto;
	margin: 15px 0px 15px 20px;
	clear: both;
	display: inline-block;
}
.facebook{
	width: 250px;
	height: 154px;
	position: absolute;
	display: inline-block;
}
.vertical-add{
	width: 250px;
	height: auto;
	position: absolute;
	display: inline-block;
	margin-top:170px;
	margin-left: 15px;
}
table{
	width: 650px;
	border-collapse: collapse;
}
table ul{
	margin:8px 0px;
}
.thead{
	background-color: #ffe384;
	font-size: 18px;
}
.thead a{
	text-decoration: none;
	color: black;
}
.thead a:hover{
	color: blue;
}
.thead a:visited{
	color: #333333;
}
.thead i{
	font-size: 26px;
}
.fa-print,.fa-book{
	color: red;
}
.fa-hand-o-right,.fa-chrome{
	color: blue;
}
.recthead h3{
	padding: 8px 0px;
}
table ul li{
	margin-left:20px;
}
.jobhead{
	background-color: #007bff;
	color: white;
	display: block;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-align: center;
}
.totalpost{
	font-size: 45px;
	color: red;
	text-align: center;
}
.slogan{
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 50px;
	border:1px solid #007bff;
	border-left: 15px solid red;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	color: blue;
}
.slogan a{
	text-decoration: none;
}
.slogan a:visited{
	color: blue;
}
.age{
	list-style-type: none;
	color: #111111;
}
.facebook{
	display: inline-block;
	width: 250px;
	height: 154px;
	margin-top: 0px;
	position: absolute;
}
.tbottom{
	background-color: #ffe384;
	color: red;
	font-size: 17px;
}
.tbottom h4{
	padding: 10px 0px;
}
.tbottom a{
	text-decoration: none;
}
.mobile-ad{
	display: none;
}
.video-responsive{
	margin-left: 20px;
}
.video-responsive iframe{
	width: 640px;
	height: 360px;
}
.row-1{
	margin-left: 15px;
	margin-top: 15px;
}
.card{
	width: 310px;
	height: 170px;
	float: left;
	text-align: center;
	margin:10px 5px;
	font-weight: bold;
	font-size: 17px;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.card:hover{
	background-color: #FFE4E1;
}
.card p{
	padding: 5px 0px;
}
.c-head{
	background-color: #007bff;
	color: white;
}
.c-date{
	color: red;
}
.button{
	background-color: #ffc107;
	display: inline-block;
	border-radius: 100px;
}
.button a{
	text-decoration: none;
	font-size: 16px;
	padding: 10px 30px;
	color: black;
}
.button a:hover{
	color: blue;
}
.new{
	width: 310px;
	background-color:red;
	color: white;
	font-size: 14px;
}
.footer{
	width: 1000px;
	background-color: #007bff;
	text-align: center;
	line-height: 30px;
	clear: both;
}
.footer p{
	color: white;
	font-weight: bold;
}

@media (min-width: 320px) and (max-width: 480px){
	.wrapper{
		width: 100%;
	}
	.header{
		width: 100%;
		height: 90px;

	}
	 .whead{
		margin-top: 0px;
		font-size: 30px;
		line-height:90px; 
	}
	.title{
		font-size: 15px;
		margin-top: -30px;

	}
	.header .logo{
		display: none;
	}
	.menu{
		width: 100%;
		
	}
	.menu ul li a{
		font-size: 12px;
		padding: 8px 6px;
		display: inline-block;
	}
	.vertical-add{
		display: none;
	}
	.facebook{
		display: none;
	}
	.wrapper{
		width: 100%;
		box-shadow: none;
	}
	.post{
		width: 100%;
		margin-left: 4px;
		margin-right: 0px;
		font-size: 14px;
	}
	.job{
		width: 100%;
		margin:10px 0px;
		overflow-x: auto;
	}
	table{
		width: 100%;
		font-size: 14px;
	}
	table ul{
		margin:4px 0px;
	}
	table ul li{
		list-style-type: none;
		margin-left: 2px;
	}
	.thead{
		font-size: 14px;
	}
	.thead p{
		padding: 8px 0px;
	}
	.thead i{
		font-size: 16px;
	}
	.recthead h3{
		padding: 4px 0px;
		font-size: 14px;
	}
	.jobhead{
		font-size: 14px;
	}
	.totalpost{
		font-size: 25px;
	}
	.tbottom{
		font-size: 14px;
	}
	.tbottom h4{
		padding: 15px 0px;
	}
	.ml{
		margin-left: 2px;
	}
	.mobile-ad{
		display: block;
	}
	.video-responsive{
    	overflow:hidden;
    	padding-bottom:56.25%;
    	position:relative;
    	height:0;
    	margin-left: 0px;
	}
	.video-responsive iframe{
    	left:0;
    	top:0;
    	height:100%;
    	width:100%;
    	position:absolute;
	}
	.row-1{
		margin:0px;
	}
	.new{
		width: 100%;
		font-size: 12px;
	}
	.card{
		width: 42%;
		font-size: 13px;
		height: 180px;
		margin:10px 10px;
	}
	.button a{
		font-size: 12px;
		padding: 5px 20px;
	}
	.footer{
		width: 100%;
		line-height: 30px;
	}
	.footer P{
		font-size: 14px;
	}
	
}

@media (min-width: 481px) and (max-width: 767px) {
	.wrapper{
		width: 100%;
	}
	.header{
		width: 100%;
		height: 90px;

	}
	 .whead{
		margin-top: 0px;
		font-size: 30px;
		line-height:90px; 
	}
	.title{
		font-size: 15px;
		margin-top: -30px;

	}
	.header .logo{
		display: none;
	}
	.menu{
		width: 100%;
		
	}
	.menu ul li a{
		font-size: 12px;
		padding: 5px 5px;
		display: inline-block;
	}
	.vertical-add{
		display: none;
	}
	.facebook{
		display: none;
	}
	.wrapper{
		width: 100%;
		box-shadow: none;
	}
	.post{
		width: 100%;
		margin-left: 4px;
		margin-right: 0px;
		font-size: 13px;
	}
	.job{
		width: 90%;
		margin:10px 5%;
		overflow-x: auto;
	}
	table{
		width: 90%;
		font-size: 13px;
		margin:0px auto;
	}
	table ul{
		margin:4px 0px;
	}
	table ul li{
		list-style-type: none;
		margin-left: 4px;
	}
	.thead{
		font-size: 13px;
	}
	.thead p{
		padding: 5px 0px;
	}
	.thead i{
		font-size: 13px;
	}
	.recthead h3{
		padding: 4px 0px;
		font-size: 13px;
	}
	.jobhead{
		font-size: 13px;
	}
	.totalpost{
		font-size: 25px;
	}
	.tbottom{
		font-size: 14px;
	}
	.tbottom h4{
		padding: 6px 0px;
	}
	.mobile-ad{
		display: block;
	}
	.video-responsive{
    	overflow:hidden;
    	padding-bottom:56.25%;
    	position:relative;
    	height:0;
    	margin-left: 9%;
	}
	.video-responsive iframe{
    	left:0;
    	top:0;
    	height:90%;
    	width:90%;
    	position:absolute;
	}
	.row-1{
		width: 100%;
		margin:0px;
		margin-left: 5%;
	}
	.new{
		width: 100%;
		font-size: 12px;
	}
	.card{
		width: 42%;
		font-size: 13px;
		height: 160px;
		margin:10px 10px;
	}
	.button a{
		font-size: 12px;
		padding: 5px 20px;
	}
	.footer{
		width: 100%;
		line-height: 30px;
	}
	.footer P{
		font-size: 14px;
	}		
}
@media (min-width: 767px) and (max-width: 1024px){
	.wrapper{
		width: 100%;
	}
	.header{
		width: 100%;
		height: 120px;

	}
	 .whead{
		margin-top: 0px;
		font-size: 50px;
		line-height:100px; 
	}
	.title{
		font-size: 22px;
		margin-top: -20px;

	}
	.header .logo{
		display: none;
	}
	.menu{
		width: 100%;
		
	}
	.menu ul li a{
		font-size: 15px;
		padding: 6px 17px;
		display: inline-block;
	}
	.vertical-add{
		display: none;
	}
	.facebook{
		display: none;
	}
	.wrapper{
		width: 100%;
		box-shadow: none;
	}
	.post{
		width: 650px;
		margin-left: 10%;
		margin-right: 0px;
		font-size: 14px;
	}
	.job{
		width: 650px;
		margin:10px 10%;

	}
	table{
		width:650px;
		font-size: 14px;
		margin:0px auto;
	}
	table ul{
		margin:4px 0px;
	}
	table ul li{
		list-style-type: none;
		margin-left: 4px;
	}
	.thead{
		font-size: 14px;
	}
	.thead p{
		padding: 5px 0px;
	}
	.thead i{
		font-size: 18px;
	}
	.recthead h3{
		padding: 4px 0px;
		font-size: 15px;
	}
	.jobhead{
		font-size: 15px;
	}
	.totalpost{
		font-size: 45px;
	}
	.tbottom{
		font-size: 15px;
	}
	.tbottom h4{
		padding: 7px 0px;
	}
	.mobile-ad{
		display: block;
	}
	.video-responsive{
		margin-left: 10%;
	}
	.video-responsive iframe{
		width: 640px;
		height: 360px;
	}
	.row-1{
		width: 100%;
		margin:0px;
		margin-left: 5%;
	}
	.new{
		width: 100%;
		font-size: 12px;
	}
	.card{
		width: 42%;
		font-size: 15px;
		height: 160px;
		margin:10px 10px;
	}
	.button a{
		font-size: 13px;
		padding: 5px 20px;
	}
	.footer{
		width: 100%;
		line-height: 33px;
	}
	.footer P{
		font-size: 16px;
	}	
}
@media (min-width: 168px) and (max-width: 319px){
	.wrapper{
		width: 100%;
	}
	.header{
		width: 100%;
		height: 90px;

	}
	 .whead{
		margin-top: 0px;
		font-size: 18px;
		line-height:90px; 
	}
	.title{
		font-size: 13px;
		margin-top: -30px;

	}
	.header .logo{
		display: none;
	}
	.menu{
		width: 100%;	
	}
	.menu ul li a{
		font-size: 11px;
		padding: 5px 5px;
		display: inline-block;
	}
	.vertical-add{
		display: none;
	}
	.facebook{
		display: none;
	}
	.wrapper{
		width: 100%;
		box-shadow: none;
	}
	.post{
		width: 100%;
		margin-left: 4px;
		margin-right: 0px;
		font-size: 12px;
	}
	.job{
		width: 100%;
		margin:10px 0px;
		overflow-x: auto;
	}
	table{
		width: 100%;
		font-size: 12px;
	}
	table ul{
		margin:4px 0px;
	}
	table ul li{
		list-style-type: none;
		margin-left: 2px;
	}
	.thead{
		font-size: 12px;
	}
	.thead p{
		padding: 2px 0px;
	}
	.thead i{
		font-size: 12px;
	}
	.recthead h3{
		padding: 4px 0px;
		font-size: 13px;
	}
	.jobhead{
		font-size: 12px;
	}
	.totalpost{
		font-size: 15px;
	}
	.tbottom{
		font-size: 12px;
	}
	.tbottom h4{
		padding: 4px 0px;
	}
	.mobile-ad{
		display: block;
	}
	.video-responsive{
    	overflow:hidden;
    	padding-bottom:56.25%;
    	position:relative;
    	height:0;
    	margin-left: 0px;
	}
	.video-responsive iframe{
    	left:0;
    	top:0;
    	height:100%;
    	width:100%;
    	position:absolute;
	}
	.row-1{
		margin:0px;
	}
	.new{
		width: 100%;
		font-size: 12px;
	}
	.card{
		width: 90%;
		font-size: 12px;
		height: 180px;
		margin:10px 10px;
	}
	.button a{
		font-size: 12px;
		padding: 5px 20px;
	}
	.footer{
		width: 100%;
		line-height: 20px;
	}
	.footer P{
		font-size: 11px;
	}
}