
/*========================= 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;
	background-color:#F0F0F0;
	background-size:cover;
	color:#000;
}
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:0 0 3px 0;
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom:dashed 1px #4c4c4c;
}
.hd2 {
	margin:0 0 5px 0;
	font-size:22px;
	font-weight:bold;
}
.hd3 {
	font-size:16px;
	font-weight:bold;
	color:#000;
}

.hd4 {
	font-size:16px;
	font-weight:bold;
	color:#000;
}

.center-div {
	margin: 0 auto;
	width:80%;
	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-side {
	float:right;
}
.right-container{
margin:0 auto;
	
}

.inner{
	overflow:hidden;
	clear:both;
}


.cls1, .cls2, .cls3 {
	margin-left:0px !important;
	clear:left;
}
/* margin css start */
.margnone {
	margin:0px !important;
}


.margtop20 {
	margin-top:20px;
}

.pad15{
	padding:15px;
}

.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;
}

/* margin css end */



.width28 {
	width:28%;
}


.width70 {
	width:100%;
}

.portfolio img {
	border: 5px solid #038d9a;
	height: 400px;
	width: 100%;
}

ul {
	padding-left: 0;
}

/*=============== 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 ===*/

.rhtbg{
	background:url(../images/trans1.png) repeat scroll left top;
}




.dst {
	overflow:inherit !important;
	display:table !important;
	width:100%;
}
.ctrdst {
	overflow:inherit !important;
	display:table !important;
}
