<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clear {
	clear: both;
}

.wrap {
	width: 100%;
	/*max-width: 1600px;*/
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.section {
	width: 100%;
	/*max-width: 1600px;*/
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
}

.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}

.subMenu {
	height: 50px;
	z-index: 1000;
	width: 100%;
	background: #4e7932;
}

.subMenu .inner {
	padding:0;
	margin: 0 auto;
}

.subNavBtn {
	display: block;
	height: 35px;
	/*width: 10%;*/
	float: left;
	margin: 0px 0px 0 0;
	padding: 15px 2% 0 2%;
	text-align: center;
}
.subMenu a:hover {
	background: #395824;
}

.active {
	background: #43682b;
}

.end {
	margin: 0;
}

.sTop {
	min-height: 130px;
	background:#fff;
	padding: 50px 0;
	height: 0px;
}

.s1-part {
	background: url('/images/pic6.jpg') no-repeat top center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.s1-bedr {
	background: url('/images/Fingerprint_done.jpg') no-repeat top center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.s1 {
	background:#6b8d55;
	height: 650px;
}

.section:last-child {
	float: left;
	padding-bottom: 0;
}</pre></body></html>