@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/opensans-regular-webfont.eot');
	src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:18px;
	background:url(../images/bg.jpg) center top no-repeat #0a0e11;
}
.clear {
	font-size:0px;
	line-height:0px;
	clear:both;
}
.wrapper {
	width:1000px;
	padding:0px;
	margin:0 auto;
	background:#FFF;
}
.HeaderSection {
	width:100%;
	height:auto;
	padding:0px;
	margin:0 auto 0;
}
.logo {
	width:40%;
	height:auto;
	padding:0px 0 0 0px;
	margin:auto;
	float:left;
}
.logo img {
	padding:0px 0 0 10px;
	margin:auto;
}
.logo2 {
	width:60%;
	height:auto;
	padding:0px 0 0 0px;
	margin:auto;
	float:right;
}
.logo2 p {
	height:auto;
	padding:5px;
	margin:auto;
	text-align:right;
	font-family: 'open_sansregular';
	font-weight:normal;
	font-size:17px;
	color:#176c7d;
}
.icon {
	float:right;
	padding:0px;
	margin:20px 5px;
}
a.facebook {
	background:url(../images/fb.png) no-repeat;
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	width:23px;
	height:23px;
	float:right;
	padding:0 0px 0 0px;
	margin:0 5px 0 0px;
}
a.facebook:hover {
	transform:rotate(360deg);
	box-shadow:#FFF 0 0 2px;
	border-radius:50%;
}
a.twitter {
	background:url(../images/tw.png) no-repeat;
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	width:23px;
	height:23px;
	float:right;
	padding:0 0px 0 0px;
	margin:0 5px 0 0px;
}
a.twitter:hover {
	transform:rotate(360deg);
	box-shadow:#FFF 0 0 2px;
	border-radius:50%;
}
a.in {
	background:url(../images/in.png) no-repeat;
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	width:23px;
	height:23px;
	float:right;
	padding:0 0px 0 0px;
	margin:0 5px 0 0px;
}
a.in:hover {
	transform:rotate(360deg);
	box-shadow:#FFF 0 0 2px;
	border-radius:50%;
}
a.youtub {
	background:url(../images/you.png) no-repeat;
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	width:23px;
	height:23px;
	float:right;
	padding:0 0px 0 0px;
	margin:0 5px 0 0px;
}
a.youtub:hover {
	transform:rotate(360deg);
	box-shadow:#FFF 0 0 2px;
	border-radius:50%;
}
a.go {
	background:url(../images/go.png) no-repeat;
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	width:23px;
	height:23px;
	float:right;
	padding:0 0px 0 0px;
	margin:0 5px 0 0px;
}
a.go:hover {
	transform:rotate(360deg);
	box-shadow:#FFF 0 0 2px;
	border-radius:50%;
}
.nav {
  float: right;
  margin: 30px 0 0;
  padding: 0;
}
.nav ul {
	padding:0;
	list-style:none;
	margin:0px 0 0;
}
.nav ul li {
	float:left;
	list-style-type:none;
	border-right:1px solid #4b4b4b;
	line-height:10px;
}
.nav ul li:last-child {
	border:none;
	background-image:none;
}
.nav li a {
	padding:0 10px;
	font-family: 'open_sansregular';
	font-weight:normal;
	font-size:15px;
	color:#4b4b4b;
	text-decoration:none;
	line-height:22px;
	display:block;
	margin:0 1px;
}
.nav li a:hover, .nav li a.active {
	color:#FFF;
	background:/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb900+0,6c9c02+100 */
background: #ffb900; /* Old browsers */
background: -moz-linear-gradient(top, #ffb900 0%, #6c9c02 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb900), color-stop(100%,#6c9c02)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffb900 0%,#6c9c02 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffb900 0%,#6c9c02 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffb900 0%,#6c9c02 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffb900 0%,#6c9c02 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb900', endColorstr='#6c9c02',GradientType=0 ); /* IE6-9 */
	padding:0 10px;
}
.banner {
	padding:0 0 0 0px;
	margin:0px auto;
	width:981px;
	height:auto;
	border:1px solid #71a501
}
.BodySection {
	padding:0 0 0 0px;
	margin:0px;
}
.SectionoBoxleft {
	padding:0 0 0 0px;
	margin:0px;
	float:left;
	width:67%;
}
.SectionoBoxright {
	padding:0 0 0 0px;
	margin:0px;
	float:right;
	width:30%;
}
.Welcome {
	padding:0px 0 0px 0px;
	margin:0 auto 0px;
}
.Welcome h1 {
	margin:0px auto 0px;
	padding:0 0 10px 10px;
	font-family: 'open_sansregular';
	font-weight:normal;
	font-size:28px;
	color:#3c4143;
}
.Welcome h1 span {
	color:#9c2519;
	font-size:20px;
	
}
.Welcome h2 {
	margin:0 10px 0 10px;
	padding:10px 0 5px 0;
	font-family: 'open_sansregular';
	font-weight:normal;
	font-size:20px;
	color:#9c2519;
	border-bottom:#3c4143 1px solid;
}
.Welcome h2 span {
	color:#3c4143;
}
hr {
	background: linear-gradient(to right, #454545 19.5%, #c81c58 0%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-width: 0;
	height: 3px;
	margin: 5px 10px 15px;
}
.imgbox {
	padding:0;
	margin:0;
	float:left;
}
.imgbox img {
	padding:0;
	margin:10px;
	border: 2px solid #c81c58;
	width: 184px;
}
.Welcome p {
	margin:0px auto 0px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-weight:normal;
	font-size:14px;
	color:#3c4143;
	text-align:justify;
}
a.link {
	text-decoration:none;
	display:block;
	padding:0 10px;
	margin:0px 0 0 0;
	float:right;
	color:#71a501;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:25px;
}
a.link:hover {
	color:#172100;
	text-decoration:none;
	display:block;
}
.box_1 {
	width:100%;
	padding:0 0 0 0px;
	margin:22px 0 0;
}
.box {
	width:50%;
	padding:0 0 0 0px;
	margin:0;
}
.box h2 {
	margin:0px auto 0px;
	padding:10px;
	font-family: 'open_sansregular';
	font-weight:normal;
	font-size:22px;
	color:#9c2519;
}
.box p {
	margin:0px auto 0px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-weight:normal;
	font-size:14px;
	color:#3c4143;
	text-align:justify;
}
.box img {
	width:260px;
	padding:0 0 0 0px;
	margin:0 0 0 10px;
	height:130px;
	border:#000101 1px solid;
}
.Download {
	background:url(../images/img_3.png) no-repeat;
	text-align:right;
	margin:39px 0 0 0;
}
.Download a {
	font-family: 'open_sansregular';
	line-height:83px;
	font-weight:normal;
	font-size:24px;
	color:#FFF;
	padding:0 65px 0 0;
	text-decoration:none;
}
.Download a:hover {
	color:#273803;
}
.box2 {
	padding:0 0 10px 0px;
	margin:0 10px 10px 0px;
	background:#f1f1f1;
	border:#dbd8d8 1px solid;
}
.box2 p {
	margin:0px auto 0px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-weight:normal;
	font-size:14px;
	color:#3c4143;
	text-align:justify;
}
.box2 h2 {
	margin:0 0px 0 0;
	padding:0 0 0 10px;
	font-family: 'open_sansregular';
	font-weight:normal;
	font-size:22px;
	color:#FFF;
	background:#51740e;
	line-height:42px;
	border-left:10px solid #365004;
}
.nevigation_2 {
	padding:0px;
	margin:0px;
}
.nevigation_2 ul {
	padding:0 10px 0 5px;
	margin:0px;
}
.nevigation_2 ul li {
	padding:7px 0 7px 25px;
	margin:0px;
	list-style-type:none;
	border-bottom:1px dotted #000000;
	background:url(../images/nav_dot.png) no-repeat 0px 10px;
}
.nevigation_2 ul li a {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#4d4b4b;
	text-align:justify;
	text-decoration:none;
}
.nevigation_2 ul li a:hover {
	color:#365004;
	text-decoration:none;
}
.nevigation_2 ul li .active {
	color:#365004;
}
.nevigation_2 ul li:last-child {
	border:none;
}
.Solutionsbox {
	padding:0 0 0 0px;
	margin:0 auto;
}
.Solutionsbox1 {
	padding:0 0 0 0px;
	margin:0 auto;
	float:left;
	width:25%;
}
.Solutionsbox1 img {
	padding:0 0 0 0px;
	margin:0 auto;
	width:216px;
	height:157px;
	border:#dedddd 1px solid;
}
.Solutionsbox2 {
	padding:0 0 0 0px;
	margin:0 auto;
	float:left;
	width:50%;
}
.Solutionsbox2 img {
	padding:0 0 0 0px;
	margin:0 0 0 10px;
	width:523px;
	height:169px;
	border:#dedddd 1px solid;
}
.Clientbox {
	padding:0 0 0 0px;
	margin:0 10px 10px 0;
	float:right;
	width:44%;
	background:#f0f0f0;
	height:auto;
}
.Clientbox h2 {
	margin:0px auto 0px;
	padding:10px;
	font-family: 'open_sansregular';
	font-weight:normal;
	font-size:24px;
	color:#3c4143;
}
.Clientbox h2 span {
	color:#71a501;
}
.Clientbox p {
	margin:0px auto 0px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-weight:normal;
	font-size:14px;
	color:#3c4143;
	text-align:justify;
}
.FooterSection {
	margin:0px auto 0px;
	padding:0px 0px;
	width:100%;
	height:auto;
	background:#303030;
}
.copyright {
	margin:0px auto 0px;
	padding:0 0 0 0px;
}
.copyright p {
	padding:15px 0;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#ffffff;
	text-align:center;
}
.copyright p span {
	color:#a0ea00;
}
.copyright p a {
	color:#a0ea00;
	text-decoration:none;
}
.copyright p a:hover {
	color:#FFF;
	text-decoration:underline;
}
.career_div td {
	color: #3c4143;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 auto;
	padding: 10px;
	text-align: justify;
}
.contct_txtfield {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #cccccc;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	margin: 6px 0;
	padding: 0 5px;
	width: 400px;
}
.contct_txtarea {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #cccccc;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	height: 100px;
	margin: 8px 0;
	padding: 5px;
	width: 400px;
}
.contct_submit {
	text-indent:-9999px;
	background-image:url(../images/submit.png);
	width:109px;
	height:40px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	outline:none;
	display:block;
	cursor:pointer;
}
.contct_submit:hover {
	text-indent:-9999px;
	background-image:url(../images/submit_hover.png);
	width:109px;
	height:40px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	outline:none;
	display:block;
	cursor:pointer;
}
.contct_reset {
	text-indent:-9999px;
	background-image:url(../images/Reset.png);
	width:109px;
	height:40px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	outline:none;
	display:block;
	cursor:pointer;
}
.contct_reset:hover {
	text-indent:-9999px;
	background-image:url(../images/Reset_hover.png);
	width:109px;
	height:40px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	outline:none;
	display:block;
	cursor:pointer;
}
.submit {
	padding:0 0 0 0px;
	margin:0 0 0 0px;
}
.submit_1 {
	padding:0 0px 0 0px;
	margin:0 0 0 0px;
	float:left;
}
.submit_2 {
	padding:0 0 0 0px;
	margin:0 0 0 0px;
	float:left;
}

.map{ width:670px;}

.imgs{width:78%;}



