@charset "utf-8";
/* CSS Document */

.header{
	width:100%;
	padding:15px 0;
	border-bottom:1px solid #e0e0e0;
	float:left;
	position: fixed;
	z-index:9999;
	background:#FFFFFF;
	top:0;
	left:0;
}

.row {
	width:90%;
	margin:0 5%;
	
}

.logo{
	width:170px;
	float:left;
}

h1.title{
	color:#64c621;
	font-size:32px;
	line-height:25px;
	width:100%;
	font-weight:normal;
	font-weight: 300;
	float:left;
	padding:0 0 18px 0;
	
}

h2.title{
	color:#000000;
	font-size:26px;
	line-height: 24px;
	width:100%;
	font-weight:normal;
	font-weight: 300;
	float:left;
	padding:0 0 8px 0;
}

.menu{
	width:auto;
	float:right;
	margin:15px 0 0 0;
}

h1.title{
	color:#64c621;
	font-size:28px;
	line-height:38px;
	width:100%;
	font-weight: 300;
	float:left;
	padding:0 0 18px 0;
	margin:0;
	
}

h2.title{
	color:#000000;
	font-size:24px;
	line-height: 24px;
	width:100%;
	font-weight:normal;
	font-weight: 300;
	float:left;
	padding:0 0 8px 0;
	margin:0;
}


.banner{
	width:100%;
	float:left;
	margin:80px 0 0 0;
}

.banner01{
	width:100%;
	height:220px;
	background:url(../images/banner01.jpg) top center no-repeat;
	background-size:auto 100%;
}

.banner02{
	width:100%;
	height:220px;
	background:url(../images/banner02.jpg) bottom center no-repeat;
	background-size:auto 100%;
}

.banner03{
	width:100%;
	height:220px;
	background:url(../images/banner03.jpg) center no-repeat;
	background-size:auto 100%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	top:80%;
}

/**** Footer ****/
.footer_wrapper{
	position:relative;
	bottom:0;
	width:100%;
	background:#2f2f2f;
	float:left;
}

.footer_services{
	width:100%;
	margin:0 auto;
	background:url(../images/footer_bg.jpg) center;
	background-size:auto 100%  ;
	padding:30px 0;
}

.footer_services .column1{
	width:100%;
}

.footer_services .column1 span{
	width:100%;
	float:left;
}


.footer_services .column2{
	width:100%;
	float:left;
	padding:5px 0 0 0;
}

.footer_services .column2 .textfield{
	width:100%;
	float:left;
	margin:5px 0;
	padding:8px 3%;
	background:#FFFFFF;
	outline:none;
	font-size:16px;
	color:#666;
	border::none;
}

.footer_services .column2 a{
	width:100%;
	float:left;
	margin:5px 0;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	background:#64c621;
	font-size:18px;
}

.footer_services .column2 a:hover{
	text-decoration:none;
	background:#408d0c;
}

.copyright .copyrighttext{
	width:100%;
	text-align: center;
	color:#FFFFFF;
	font-size:15px;
	float:left;
}

.copyright .login{
	width:100%;
	margin:0;
	text-align: center;
	font-size:15px;
	float:right;
}

/**** END Footer ****/

/**** Index ****/
.welcome{
	font-size:16px;
	padding:0 0 50px 0;
	width:100%;
	text-align:center;
	float:left;
}

.welcome h1{
	color:#555555;
	font-size:38px;
	padding:0 0 20px 0;
	font-weight: 300;
	margin:0;
	line-height:45px
}

.welcome h1 > span{
	color:#555555;
	font-size:38px;
	font-weight: 700;	
}


.welcome img{
	width:100%;
}

.h_proserv > .row > .column1{
	width:100%;
	float:left;
	text-align:center;
}

.h_proserv > .row > .column1 img{
	width:100%;
	margin:0 0 20px 0;
}

.h_proserv > .row > .column2{
	width:100%;
	float:left;
	text-align:center;
}

.h_content{
	padding:50px 0;
	width:100%;
	float:left;
}

.h_awards{
	width:100%;
	float:left;
	padding:25px 5%;
	background:#f6f6f6;
}

.h_contact{
	width:100%;
	float:left;
	padding:25px 0 0 0;
	margin:0;
}

.h_datelist{
	width:100%;
	float:left;
	margin:8px 0;
}

.h_datelist .date{
	width:20%;
	min-width:65px;
	max-width:75px;
	float:left;
	padding:5px 2%;
	background:#64c621;
	
}

.h_datelist .month{
	font-size:17px;
	width:40%;
	float:left;
	color:#FFFFFF;
	line-height:15px;
	padding:20px 0 0 0;
}

.h_datelist .year{
	font-size:23px;
	font-weight:700;
	width:100%;
	float:left;
	color:#FFFFFF;
	line-height:20px;
}

.h_datelist .awardname{
	width:68%;
	float:left;
	padding:0;
	margin:0 0 0 5%;
}

.h_telephone{
	float:left;
	width:100%;
}

.h_fax{
	float:left;
	padding:0;
	width:100%;
}
/**** END Index ****/

/* Back to top button */
#back-top {
	position: fixed;
	bottom: 30px;
	right:30px;
}
#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #64c621;
}

/* Back to top button */


/* About Us */
.bg_green{
	background:#74bf08;
	width:100%;
	padding:50px 0;
	float:left;
}

.bg_about{
	background: url(../images/img_about.jpg) center no-repeat;
	width:100%;
	padding:70px 0;
	float:left;
}

.about_col{
	width:90%;
	margin:0 5% 10px 5%;
	background:#FFFFFF;
	padding:10px 5% 20px 5%;
	float:left;
	vertical-align:middle;
	text-align:center;
	height: auto;
}


.about_col h1{
	width:100%;
	font-size:32px;
	line-height:25px;
	width:100%;
	font-weight:normal;
	font-weight: 300;
}

.about_row{
	width:100%;
	padding:40px 0;
	float:left;
}

.about_standard{
	width:100%;
	margin:1px 0 0 1px;
	padding:5px 4% 15px 4%;
	float:left;
	background:#f1f1f1;
	color:#000;
	height: auto;
	text-align:center;
	float:left;
	font-size:16px;
	line-height:24px;
}

.about_standard h1{
	font-size:26px;
	line-height:25px;
	width:100%;
	font-weight:normal;
	font-weight: 300;
	color:#66ab03;
}


/* About Us */

/* Award */
.award{
	width:260px;
	background:#FFFFFF;
	float:left;
	height:260px;
	margin:10px 3%;
	padding:40px 5% 0 5%;
	text-align:center;
	color:#000000;
	-moz-border-radius: 300px;
	-webkit-border-radius: 300px;
	border-radius: 300px; /* future proofing */
	-khtml-border-radius: 300px; /* for old Konqueror browsers */
}

.award h1{
	font-size:40px;
	font-weight:300;
	color:#66ab03;
}
/* Award */

/* Contact */
.icon_col{
	width:100%;
	float:left;
	text-align:center;
	margin:0 0 30px 0;
}

.icon_col span{
	width:100%;
	float:left;
	text-align:center;
	margin:20px 0;
}
/* Contact */