body{
	margin:0px;
	padding:0px;
	font-family: 'open_sansregular';
}

.mainwrapper {
	font-family: 'open_sansregular';
	margin: 0px;
	padding: 0px;	
}

.topband {
	background: url(../img/topbg.jpg) no-repeat center top;
	border-bottom: solid 1px #dfdfdf;
	margin: 0px;
	padding: 20px 0px 13px 0px;
}

.menubg {
	padding: 10px 0px;
	border-bottom: solid 1px #dfdfdf;
	margin-bottom: 30px;	
}

.textenglishtop {
	font-size: 14px;
	color: #000;
	text-align: right;
	margin-top: 13px;	
}

.textenglishtop a {
	color: #000;	
	text-decoration: none;
}

.textenglishtop a:hover {
	color: #0f3ec3;	
	text-decoration: none;
}

.menu {
	padding: 0px 0px;
	margin: 0px 0px;
	font-size: 16px;
	color: #000;
}

.menu ul {
	padding: 0px 0px;
	margin: 0px 0px;
}

.menu ul li {
	display:inline-block;
	list-style-type: none;
	padding: 0px 0px;
	margin-bottom: 0px;
	text-align: center;
	line-height: 25px;
}

.menu a {
	display:inline-block;
	padding: 0px 20px;
	color: #363636;
	text-decoration: none;
	outline: none;
}

.menu a:hover {
	color: #0f3ec3;
	text-decoration: none;
}

.collage {
	margin-bottom: 30px;	
}

.articlebox {
	margin-bottom: 30px;	
}

.textoranghead {
	font-size:18px;
	color: #fa3903;	
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 18px;
}

.textblackcont {
	font-size:13px;
	color: #000;	
	line-height: 22px;
	text-align: justify;
}

.textblackcont a {
	color: #0f3ec3;	
	text-decoration: underline;
}

.textblackcont a:hover {
	color: #fa3903;	
	text-decoration: underline;
}

.textblueheadbig {
	font-size:25px;
	color: #0f3ec3;	
	margin-bottom: 20px;
	line-height: 25px;
}

.textblackhead {
	font-size:18px;
	color: #000;	
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 18px;
}

.collageinner {
	margin-bottom: 20px;	
}

.footer {
	border-top: solid 1px #cbcbcb;
	padding: 15px 0px;
	font-size: 12px;
	color: #757575;
	text-align: center;
	margin-top: 30px;	
}

.textback {
	font-size:15px;
	color: #0f3ec3;	
	text-align: right;
	font-weight: normal;
}

.textback a {
	color: #0f3ec3;	
	text-decoration: underline;
}

.textback a:hover {
	color: #fa3903;	
	text-decoration: underline;
}

/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media screen and (max-width : 1024px) {


}

@media screen and (max-width : 800px) {

.rowmargin1 {
	margin-top: 30px;	
}

}

@media screen and (max-width : 640px) {
	
.rowmargin {
	margin-top: 30px;	
}

.textenglishtop {
	margin-top: 10px;	
}

.menu {
	text-align: center;
}

}

@media screen and (max-width : 360px) {

.menu a {
	padding: 0px 10px;
}

}

