/*========================= 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:url(../images/slide1.jpg) no-repeat scroll left top #80675e;
	background-size:cover;
	background-attachment:fixed;
	color:#000;
	user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
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;
	color:#FFF;
	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 30px 0;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/hdbg.png) no-repeat scroll center bottom;
	color:#FFF;
}
.hd2 {
	margin:0 0 5px 0;
	font-size:22px;
	font-weight:bold;
	color:#ffdbc8;
}
.hd3 {
	font-size:16px;
	font-weight:bold;
	color:#000;
}
.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;
}

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

.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;
}
.pad19
{
margin-top:10px;
padding:15px;
}
/* margin css end */




/*===== round effect ====start=====*/
.round3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.round5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.round10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.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=====*/

.width10 {
	width:10%;
}
.width15 {
	width:15%;
}

.width20 {
	width:20%;
}

.width25 {
	width:25%;
}

.width30 {
	width:30%;
}

.width35 {
	width:35%;
}
.width40 {
	width:40%;
}
.width45 {
	width:45%;
}

.width50 {
	width:50%;
}
.width55 {
	width:55%;
}
.width60 {
	width:60%;
}
.width65 {
	width:65%;
}
.width70 {
	width:70%;
}
.width75 {
	width:75%;
}
.width80 {
	width:80%;
}
.width20
{
width:69%;
float:left;

}
.width21
{
width:30%;
float:left;
margin-left:1%;

}
.width85 {
	width:85%;
}
.width90 {
	width:90%;
}
.width95 {
	width:95%;
}
.widtht100 {
	width:100%;
}
/*===== 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 ===*/

.blkbg{
	background:url(../images/blackbg2.png) repeat scroll left top;
}
.blkbg p a
{
color:#FFFFFF;
}

.blkbg p a:hover
{
color:#b58063;
}


.bold11
{
color:#990000;
font-weight:bold;
font-size:16px;
}

.cntx p a
{
color:#0000CC;
font-weight:bold;
}
.dst {
	overflow:inherit !important;
	display:table !important;
	width:100%;
}
.ctrdst {
	overflow:inherit !important;
	display:table !important;
}