@font-face {
    font-family: 'oswald_regularregular';
    src: url('Oswald-webfont.html');
    src: url('../font/oswald/Oswald-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('../font/oswald/Oswald-webfont.html') format('woff2'),
         url('../font/oswald/Oswald-webfont-2.html') format('woff'),
         url('../font/oswald/Oswald-webfont-3.html') format('truetype'),
         url('../font/oswald/Oswald-webfont-4.html#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.osfont {
	  font-family: 'oswald_regularregular';
}

/*========================= this css repeated in all pages ==========start=========*/
 button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
 border: none;
}
 select:-moz-focusring {
 color:transparent;
 text-shadow: 0 0 0 #000;
}
* {
	margin: 0px;
	padding: 0px;
	outline: none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
*:before, *:after {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	word-wrap:break-word;
	color:#333;
	background:url(../images/bodybg.html) repeat scroll left top #FFF;
}
div {
	height: auto;
}
a {
	text-decoration: none;
	color: #303030;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, ul, li {
	display:block
}
form, select, input, button, img, textarea {
	border: 0 none;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	max-width: 100%;
}
textarea {
	resize: none;
}
form, label {
	display:block;
	overflow:hidden;
}
li {
	list-style-type: none;
}
p {
	text-align:justify;
	line-height:20px;
	display:block;
}
h1, h2, h3, h4, h5, h6 {
	overflow:hidden;
	display: block;
	font-weight: normal;
}
.heading {
	overflow:hidden;
	clear:both;
}


.hd1, .hd2, .hd3, .hd4 {
	overflow:hidden;
	clear:both;
}
.hd1 {
	font-size:25px;
	color:#1F479F;
}

.hd1 span{
	display:block;
	overflow:hidden;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

.hd2 {
	padding:2px 0 0 0;
	font-size:25px;
	color:#454545;
}
.hd3 {
	padding:2px 0 0 0;
	font-size:20px;
	color:#454545;
}
.hd4 {
	padding:2px 0 0 0;
	font-size:20px;
	color:#454545;
}

.center-div {
	margin: 0 auto;
	width: 1024px;
	overflow:hidden;
	clear: both;
}
.wrapper-div {
	overflow:hidden;
	clear:none;
}
.fl {
	float:left !important;
}
.fr {
	float:right !important;
}
.margright {
	margin-right:0px !important;
}
.brdnone {
	border:none !important;
}
.posabso {
	position:absolute;
}
.posrel {
	position:relative;
}
.left-container, .left-side {
	float:left;
}
.right-container, .right-side {
	float:right;
}
.cls1, .cls2, .cls3 {
	margin-left:0px !important;
	clear:left;
}
/* margin css start */

.margtop10 {
	margin-top:10px;
}
.margtop15 {
	margin-top:15px;
}
.margtop20 {
	margin-top:20px;
}
/* margin css end */
.width32 {
	width:32%;
}
.width40 {
	width:40%;
}
.width58 {
	width:58%;
}
.width65 {
	width:65%;
}
/*===== percentage css ====end=====*/

/*=============== colum start ===*/

.colum2 {
	margin:0 0 2% 4%;
	width:48%;
	float:left;
}
.colum3 {
	margin:0 0 2% 2%;
	width:32%;
	float:left;
}
.colum4 {
	margin:0 0 2% 1.333%;
	width:24%;
	float:left;
}
.colum5 {
	margin:0 0 2% 1.25%;
	width:19%;
	float:left;
}
.colum6 {
	margin:0 0 30px 45px;
	width:16%;
	float:left;
}
/*=============== colum end ===*/
.dst {
	overflow:inherit !important;
	display:table !important;
	width:100%;
}
.ctrdst {
	overflow:inherit !important;
	display:table !important;
}
