@font-face {
	font-family:oswaldextralight;
	src: url(../font/oswald/oswald-webfont.eot);
	src: url(../font/oswald/oswald-webfontd41dd41d.eot?#iefix) format('embedded-opentype'),  url(../font/oswald/oswald-webfont.html) format('woff2'),  url(../font/oswald/oswald-webfont.woff) format('woff'),  url(../font/oswald/oswald-webfont.ttf) format('truetype'),  url(../font/oswald/oswald-webfont.svg#oswaldextralight) format('svg');
	font-weight: normal;
	font-style: normal;
}

/*========================= 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:#5a5a5a;
	background:url(../images/bdybg.png) repeat #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 {  padding:2px 0 0 0;
	font-size:45px;
	font-family:oswaldextralight;
	font-weight:bold;
	color:#454545;
}
.hd1 span {
	color:#00654a;
}
.hd2 { padding:2px 0 0 0;
	font-family:oswaldextralight;
	font-weight:bold;
	font-size:30px;
	color:#454545;
}
.hd3 {   padding:2px 0 0 0;
	font-family:oswaldextralight;
	font-size:20px;
	font-weight:bold;
	color:#454545;
}
.hd4 {   padding:2px 0 0 0;
	font-family:oswaldextralight;
	font-size:18px;
	font-weight:bold;
	color:#454545;
}
.center-div {
	margin: 0 auto;
	width: 1024px;
	overflow:hidden;
	clear: both;
}
.wrapper-div {
	overflow:hidden;
	clear:both;
}
.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 */
.margnone {
	margin:0px !important;
}
.margtop5 {
	margin-top:5px;
}
.margtop10 {
	margin-top:10px;
}
.margtop15 {
	margin-top:15px;
}
.margtop20 {
	margin-top:20px;
}
.margbot5 {
	margin-bottom:5px;
}
.margbot10 {
	margin-bottom:10px;
}
.margbot15 {
	margin-bottom:15px;
}
.margbot20 {
	margin-bottom:20px;
}
.pad15 {
	padding:15px;
}
/* margin css end */




/*===== round effect ====start=====*/
.full-round {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
/*===== round effect ====end=====*/


/*===== transition effect ====start=====*/
.trans3 {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.trans5 {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.trans7 {
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
}
/*===== transition effect ====end=====*/

.width35 {
	width:35%;
}
.width40 {
	width:40%;
}
.width58 {
	width:58%;
}
.width60 {
	width:60%;
}
/*===== 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 2% 0.8%;
	width:16%;
	float:left;
}
/*=============== colum end ===*/
.dst {
	overflow:inherit !important;
	display:table !important;
	width:100%;
}
.ctrdst {
	overflow:inherit !important;
	display:table !important;
}
