
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../../index.php');
    src: url('../font/roboto/robotod41d.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto/roboto.woff2') format('woff2'),
         url('../font/roboto/roboto.woff') format('woff'),
         url('../font/roboto/roboto.ttf') format('truetype'),
         url('../font/roboto/roboto.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.rotofon {
	  font-family: 'roboto_condensedregular';
}

/*========================= 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:'roboto_condensedregular', Arial, Helvetica, sans-serif;
	font-size: 15px;
	word-wrap:break-word;
	color:#1c1c1c;
	background:url(../images/bdybg.jpg) repeat scroll left top #e5e5e5;
}

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:21px;
	display:block;
}
h1, h2, h3, h4, h5, h6 {
	overflow:hidden;
	display: block;
	font-weight: normal;
}
.heading {
	overflow:hidden;
	clear:both;
}


.hd1, .hd2, .hd3, .hd4 {
	font-family: 'roboto_condensedregular';
	overflow:hidden;
	clear:both;
}
.hd1 {
	font-size:35px;
}

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

.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-side {
	float:left;
}
.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%;
}
.width70 {
	width:70%;
}
/*===== 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;
}
