

.topbar {
	background: #06355f;
	color: #fff;
}
.topbar .fa {
	color: #76c043;
}
 .section-home {
	background: #133964 !important;
	padding: 80px;
	position: relative;
	min-height: 340px;
	color: #fff;
}
 .section-home h1 {
 	color: #fff;
 	font-weight: bolder;
 }
 .section-home h4 {
 	color: #fff;
 }
  .section-home a {
  	padding-left: 24px;
  	padding-right: 24px;
  	display: inline-block;
  	line-height: 38px;
  	border: 2px solid #fff;
  	margin-top: 21px;
  	color: #fff !important;
  	text-transform: uppercase;
  	-webkit-transition: all 0.2s linear;
  	-moz-transition: all 0.2s linear;
  	-ms-transition: all 0.2s linear;
  	-o-transition: all 0.2s linear;
  	transition: all 0.2s linear;
  }
 .section-home a:hover,
   .section-home a:focus,
     .section-home a:active {
	 	background: #fff;
	 	font-weight: bold;
	 	color: #133964 !important; 
	 }
.style-v2 {
	background: #133964 !important;
	color: #fff !important;
}

.wgs-title {
	color: #76c043 !important;
}