html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;

	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font:'OpenSansRegular',arial;
	/*background:url(../images/bg-pattern.png) repeat;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
	color:#aecb31;
	outline:none;
}
::-moz-selection{
	background:#aecb31;
	color:#fff;
}
::-moz-selection{
	background:#aecb31;
	color:#fff;
}


.header{
	float:left;
	width:100%;
	padding:20px 0px;
	background:#394285;
}

.header-main{
	float:left;
	width:100%;
	background:#fff;
	padding:15px 0 0px;
}
.site-title{
	float:left;
	width:150px;
	margin-right:30px;
	text-align:center;
}
.site-title span{
	color: #5b7006;
	font: 11px "OpenSansRegular";
	letter-spacing: 2px;
}
.site-title a{
	float:left;
	width:150px;
	height:32px;
	text-indent:-99999px;
	background:url(../images/logo.png) no-repeat;
	border-bottom:1px solid #aecb31;
	padding-bottom:4px;
}
.header-right{
	float:right;
	width:770px;
}
.top-head{
	float:left;
	width:100%;
}
.search{
	float:right;
	margin-left:15px;
}
.search input[type="text"]{
	border:1px solid #999;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	border-radius:15px;
	padding:5px 15px;
	font:normal 12px "OpenSansRegular";
	color:#555;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.search input[type="text"]:focus{
	box-shadow:0px 0px 3px #3a437e inset;
}
.search input[type="submit"]{
	border:none;
	background:url(../images/search.png) no-repeat;
	text-indent:-99999px;
	width:20px;
	height:20px;
	cursor:pointer;
}
.top-menu{
	float:right;
	margin-top:4px;
}
.top-menu li{
	padding-left:10px;
	display:inline-block;
	background:url(../images/top_bar.png) no-repeat left center;
	margin-left:5px;
		margin-right:5px;
}
.top-menu li:first-child{
	background:none;
}

table {
	font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 80%;
  margin:auto;
  margin-bottom:20px;
}

td {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 7px;
 font-family:sans-serif;
 border-top:2px solid #dddddd;
}

th{
 border: 1px solid #dddddd;	
font-family:sans-serif;
font-weight:bold;
font-size:16px;
background-color:#169ae0;
color:#fff;
text-align:center;
padding:13px 0px;}



.apply
{
	padding:5px 12px;
	background-color:#35aff0;
	color:#fff;
	border:none;
	border-radius:50px;
	
}

.Download
{
	padding:5px 12px;
	background-color:#35aff0;
	color:#fff;
	border:none;
	border-radius:50px;
	
}

.top-menu li a{
	display:inline-block;
	font:normal 14px "OpenSansRegular";
	color:#666;
}
.top-menu li a:hover{
	color:#000;
}
.main-menu{
	float:right;
	margin-top:10px;
}
.main-menu li{
	float:left;
	padding-left:40px;
}
.main-menu li a{
	float:left;
	font:normal 18px "OpenSansSemibold";
	color:#3a437e;
	text-transform:uppercase;
}
.main-menu li a:hover, .main-menu li.active a{
	color:#8ea90c;
}
.main-content, .banner-section{
	float:left;
	width:100%;
}
.banner-section{
	margin-bottom:15px;
	position:relative;
}
ul.bxsliderhome li{
	width:100% !important;
	float:left;
	height:380px;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:100%;
}
.slide-content{
	width:600px;
	margin-top:100px;
}
.slide-content h2{
	color:#fff;
	font:normal 40px "OpenSansBold",arial;
}
.slide-content h2 span.scr{
	color:#3a437e;
}
.slide-content h2 span.qms{
	color:#8ea90c;
}
.slide-content p{
	color:#fff;
	font:normal 20px "OpenSansRegular",arial;
}
.loginform{
	position:absolute;
	right:0px;
	top:-330px;
	width:280px;
	padding:15px 15px 20px;
	border-radius:5px;
	background:#fff;
}
.loginform h2{
	font:normal 20px "OpenSansSemibold",arial;
	color:#3a437e;
	text-align:center;
	text-transform:uppercase;
	border-bottom:2px solid #3a437e;
	padding-bottom:3px;
	margin-bottom:20px;
}
.input{
	margin-bottom:15px;
}
.input input, .contactsection-right .input.textarea textarea, .contactsection-right .input.select select{
	border:2px solid #aecb31;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	padding:10px 15px 10px 35px;
	width:226px;
	font:normal 14px "OpenSansRegular",arial;
	color:#3a437e;
	outline:none;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.input input:focus, .contactsection-right .input.textarea textarea:focus{
	-webkit-box-shadow:0px 0px 10px #aecb31 inset;
	-o-box-shadow:0px 0px 10px #aecb31 inset;
	-ms-box-shadow:0px 0px 10px #aecb31 inset;
	box-shadow:0px 0px 10px #aecb31 inset;
}
.input input[type="text"]{
	background:url(../images/user.png) no-repeat 5px center;
}
.input input[type="password"]{
	background:url(../images/pwd.png) no-repeat 10px center;
}
.submit input, .contactsection-right .contact-submit input{
	border:0px;
	background:#3a437e;
	padding:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	font:normal 14px "OpenSansRegular",arial;
	color:#fff;
	width:90px;
	text-align:center;
	cursor:pointer;
	outline:none;
}
.submit input:hover, .contactsection-right .contact-submit input:hover{
	background:#47508b;
}
.submit a{
	float:right;
	font:normal 14px "OpenSansRegular",arial;
	color:#3a437e;
}
.submit a:hover{
	text-decoration:underline;
}
.banner-section .wrapper{
	position:relative;
}
.container{
	float:left;
	width:100%;
}
.site-content{
	margin:20px 0;
}
p{
	font:normal 14px/20px "OpenSansRegular",arial;
	color:#3a437e;	
}
.site-content p{
	font:normal 16px/25px "OpenSansRegular",arial;
	color:#3a437e;
	text-align:justify;
}
.site-content p span{
	font-size:20px;
	font-weight:bold;
}
.services{
	margin-bottom:30px;
	padding-top:20px;
}
.service-content{
	border-radius:5px;
	padding:20px 5px;
	text-align:center;
	background:#e2e2e2;
}
.service-content h2{
	font:normal 26px "OpenSansBold",arial;
	color:#3a437e;
	margin-bottom:20px;
}
.service-content h2 span{
	color:#aecb31;
}
.service-content p{
	font:normal 14px/20px "OpenSansRegular",arial;
	color:#555;
	margin-bottom:20px;
}
.service-content a{
	font:normal 14px "OpenSansSemibold",arial;
	color:#3a437e;
}
.service-content a:hover{
	color:#737cb7;
}

.footer{
	float:left;
	width:100%;
	background:#aecb31;
	padding:20px 0;
}
.footer-left{
	float:left;
	width:600px;
}
.footer-left ul li{
	display:inline-block;
	padding:0px 10px;
	background:url(../images/bottom_bar.png) no-repeat left center;
}
.footer-left ul li:first-child{
	padding:0px 10px 0px 0px;
	background:none;
}
.footer-left ul li a{
	display:inline-block;
	font:normal 14px "OpenSansRegular",arial;
	color:#3a437e;
}
.footer-left ul li a:hover{
	color:#0f1853;
}
.copy-right{
	float:right;
	width:320px;
}
.copy-right p{
	font:normal 14px "OpenSansRegular",arial;
	color:#3a437e;
	text-align:right;
}
.innerbanner{
	float:left;
	width:100%;
}
.innerbanner img{
	max-width:100%;
}
.content-left{
	float:left;
	width:600px;
}
.content-right{
	float:right;
	width:340px;
	margin-top:8px;
}
.content-left h2{
	font:normal 18px "OpenSansBold",arial;
	color:#3a437e;
	margin-bottom:5px;
}
.content-left h3{
	font:normal 16px "OpenSansBold",arial;
	color:#444;
	margin-bottom:15px;
	text-transform:uppercase;
}
 .content-inner p{
	text-align:justify;
	/*font:normal 14px/20px "OpenSansRegular",arial;*/
	color:#3a437e;
	margin-bottom:15px;
	
}
.content-left p
{
	text-align:justify;
	font:normal 14px/20px "OpenSansRegular",arial;
	color:#3a437e;
	margin-bottom:15px;
	margin-left:30px;
}
.content-left ul li, .content-inner ul li{
	font:normal 14px/25px "OpenSansRegular",arial;
	color:#3a437e;
	list-style-type:disc;
	margin-left:30px;
}
.content-left ul{
	margin-bottom:20px;
}
.breadcrumb{
	margin-bottom:20px;
}
.content-left .breadcrumb ul{
	margin-bottom:0;
}
.content-left .breadcrumb li, .content-left .breadcrumb li a{
	font:normal 11px "OpenSansRegular",arial;
	color:#3a437e;
	display:inline-block;
}
.content-left .breadcrumb li{
	padding:0px 1px;
	margin-left:0px;
}
.breadcrumb li:first-child{
	padding:0px 1px 0px 0px;
}
.breadcrumb li a{
	margin-right:2px;
}
.breadcrumb li a:hover{
	color:#000;
}
.content-inner{
	border-radius:5px;
	background:#f5f5f5;
	padding:20px 15px;
	margin-bottom:20px;
	
}
.content-inner h2{
	font:normal 16px "OpenSansSemibold",arial;
	color:#3a437e;
	text-align:center;
	border-bottom:2px solid #3a437e;
	padding-bottom:10px;
	margin-bottom:20px;
	text-transform:uppercase;
}
.content-inner h3{
	font:normal 14px "OpenSansSemibold",arial;
	color:#444;
	margin-bottom:15px;
	text-transform:uppercase;
}
/* sitemap css style */
.content-right-site{
	float:right;
	width:100%;
	margin-top:0px;
	
}
.site-left
{
	float:left;
	width:48%;
}
.site-right
{
	float:left;
	width:50%;
}
.content-inner-site{
	border-radius:5px;
	background:#f5f5f5;
	padding:20px 15px;
	margin-bottom:20px;
	height:600px;	
}
.content-inner-site h2{
	font:normal 16px "OpenSansSemibold",arial;
	color:#3a437e;
	text-align:center;
	border-bottom:2px solid #3a437e;
	padding-bottom:10px;
	margin-bottom:20px;
	text-transform:uppercase;
}
.content-inner-site h3{
	font:normal 14px "OpenSansSemibold",arial;
	color:#444;
	margin-bottom:15px;
	text-transform:uppercase;
}
.site-left ul li
{
	margin-left:20px;
}
.site-right ul li
{
	margin-left:25px;
}
.contact-section
{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.contact-section h3
{
	font:16px "OpenSansSemibold";
	text-transform:uppercase;
	padding-bottom:15px;
}
.conatct-border
{
	border:2px solid #394285;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	float:left;
	width:100%;
	box-sizing:border-box;
	margin-top:15px;
	background:#394285;
}
.contactsection-left
{
	float:left;
	width:260px;	
	padding:20px;
}
.contactsection-left p
{
	font:16px "OpenSansRegular";
	color:#fff;
	margin-bottom:10px;
}
.contactsection-left p a
{
	color:#fff;
}
.contactsection-left p a:hover, .sitemap-section ul li a:hover
{
	color:#8ea90c;
}
.contactsection-right
{
	float:left;
	width:656px;	
	padding:20px;
	background:#fff;
}
.contactsection-right .input
{
	float:left;
	width:46%;
	margin:0 2%;
	position:relative;
}
.contactsection-right .input label
{
	font:14px "OpenSansRegular";
	color:#394285;
	display:block;
	padding-bottom:10px;
}
.contactsection-right .input input
{
	background:none;
	margin-bottom:15px;
	padding-left:15px;
}
.contactsection-right .input.textarea, .contactsection-right .contact-submit
{
	width:100%;
}
.contactsection-right .contact-submit
{
	float:left;
	margin-top:20px;
}
.contactsection-right .input.textarea textarea
{
	resize:none;
	overflow:auto;
	width:90%;
	height:100px;
	box-sizing:border-box;
	padding-left:15px;
}
.contactsection-right .input.select select
{	
	padding-left:15px;
	}
.contactsection-right .contact-submit input
{
	margin-left:10px;
}
.contactsection-right .input span.error
{
	font:12px "OpenSansRegular";
	color:#ff0000;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
}
.contactsection-right .input sup
{
	color:#ff0000;
}
.contact-address
{
	float:left;
	width:100%;
	margin-top:50px;
}
.contactsection-left .site-title
{
	background:#fff;
	padding:10px;
}
.sitemap-section
{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.sitemap-section ul li
{
	float:left;
	width:215px;
	padding:0 10px 10px;	
}
.sitemap-section ul li a
{
	font:14px "OpenSansRegular";
	color:#394285;
}
.sitemap-section ul li li a
{
	padding-left:15px;
	background:url("../images/leftnav-arw.png") no-repeat left center;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.sitemap-section ul li li a:hover
{
	margin-left:5px;
}
.sitemap-section ul li ul
{
	margin-top:15px;
}
.sitemap-section ul li a.mainlist
{
	font-family:"OpenSansBold";
}
.sitemap-section ul li.submenu-list
{
	width:530px;
}