@charset "utf-8";

body {
  word-break: normal;
  margin: 0;
  padding: 0;
    
	font-family: "lsSemilight", "HelveticaNeue", "Helvetica Neue";
	//"Helvetica Neue", Helvetica, Arial, sans-serif;
  //font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 20px;
	color: #333;
	background: rgba(255, 255, 255, 1.0);
	//max-width: 1040px;
}

h1 {
	background: rgba(255, 255, 255, 0.5);
	color: #000;
	font-size:22px;
	font-family: "lsBook", "HelveticaNeue", "Helvetica Neue"; //averta-light, sans-serif;
	font-weight: 400;  
	line-height: 80px;	
	text-align: center;
	//  "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.h1Prt {
	width: 100%;
	color: #000;
	font-size: 22px;
	font-family: "lsBook", "HelveticaNeue", "Helvetica Neue"; //averta-light, sans-serif;
	font-weight: 400;  
	line-height: 80px;	
	text-align: center;
}

.h3Wht{
	color: #fff;
	font-size:34px;
	font-family: "lsBook", "HelveticaNeue", "Helvetica Neue"; //averta-light, sans-serif;
	font-weight: 200;  
	letter-spacing:3px;	
	text-align: left;
	padding: 40px 0px;
	
}


h2 {
	color: #000;
	line-height: 30px;
	//background: rgba(255, 255, 255, 1.0);	
}

h3{
	//padding-left: 30px;
}

h4{
	font-size: 20px;
}

.hd4 {
	background: rgba(255, 255, 255, 0.6);
	font-family: "lsSemilight", "HelveticaNeue", "Helvetica Neue";
	color: #333;
	font-size: 20px;
	font-weight:550;
	padding: 30px 20px 20px 30px;
	letter-spacing: 1.6px;
	width:36%;  
	position: relative; 
	left: 58%; 
	line-height:24px;
}



.wrk{
    width:70%; 
    opacity: 0.7; 
}

.pargfs{
      
      font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-size:24px;
    //font-weight:400;
    line-height:1.5;
    color:#333;
    background-color:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    
    letter-spacing: 2px;
    
}

@media screen and (max-width: 480px) {
	.hd4{	
		padding: 10px;
		width: 80%;
		left: 10px;
	}
}


a:link {
	color: #333;
    background-color: transparent; 
    text-decoration: none;
}

a:visited {
	color: #333;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: black;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
	color: #CFB06A;
    background-color: transparent;
    text-decoration: underline;
}


.logo {
	height:100%;
	width:100%;
}

.wrk{
    width:100%; 
    opacity: 0.7; 
}

.container {
    position: relative;
}

.cllac {
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight:bold;
    margin: 4px 2px;
    display: block;
    background-color:#ffcc33;
    border-radius: 8px;
    padding: 12px 28px;  
    position: relative;
  cursor: pointer;
  box-shadow: 0 3px #ddd;

}

.cllac:hover {background-color: #ddd}


.cllac:active {
  background-color: #ffcc00;
  box-shadow: 0 1px #aaa;
  transform: translateY(4px);
}

/*
.button {
    background-color: #CFB06A;	
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
}
*/

.buttonPay {
    border: none;
	border-radius: 6px;
    background-color: #CFB06A;
    color: black;
}

.heroOLD {
 	width: 100%;
 	max-height: 400px;
 	background-image: url(img/hero,png); 
 	background-repeat: no-repeat; 

}


.nvRow{
	background-color: 336699;
	text-align: left;
	color: #fff;
	font-size: 13px;
  	letter-spacing:2px;
  	overflow: hidden;
}

.nvRow a{
	text-align: right;
	color: #fff;
	font-size: 15px
  	letter-spacing: 2px;
	width:70%;
  	vertical-align: bottom;
}


.nvRow a.logo{
	width:242px;
}

.nvColR{
	text-align: right;
	color: #fff;
	font-size: 14px;
  	letter-spacing: 2px;
  	float: right;
  	vertical-align: bottom;
  	padding-top:40px;
}
.nvColR a{
  	padding-right:25px;
}

/* The hero image */
.hero {
  /* Use "linear-gradient" to add a darken background effect to the image. This will make the text easier to read */
  background-image:  url("img/hero.png");

  /* Set a specific height */
  height: 70%;
  width: 100%;

  /* Position and center the image to scale nicely on all screens */
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
}

.hdrtxt{
	position: absolute;
	left: 25%;
	bottom:30%;
	color: #fff;
	font-size:36px;
	font-family: "lsBook", "HelveticaNeue", "Helvetica Neue"; //averta-light, sans-serif;
	//font-weight: 400;
	font-weight:50;  
	line-height: 80px;
	letter-spacing: 2px;	
}




.abt{
  	word-break: normal;
	display: block;
	margin-top:20px;
	padding: 100px 160px 50px 160px;
	text-decoration: none;
      font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-size: 24px;
    //font-weight:400;
    line-height:1.5;
    color:#333;
    background-color:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    
    letter-spacing: 2px;	
}



@media screen and (max-width: 480px) {
.abt{
	padding: 0px;
	}
}

.abtxt{	
	background: rgba(255, 255, 255, 0.6);
	font-size: 18px;
	color: #000;
  	line-height:   30px;
  	margin-bottom: 40px; 
	padding: 5px 20px 20px 30px;      
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-size:24px;
    //font-weight:400;
    line-height:1.5;
    color:#333;
    background-color:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    
    letter-spacing: 2px;
	
}


.prbtxt{	
	background: rgba(255, 255, 255, 0.6);
	font-size: 18px;
	color: #000;
  	line-height:   30px;
  	margin-bottom: 40px; 
	padding: 5px 20px 20px 30px;
	width:36%; 
	position: relative; 
	left: 58%;
	
}


@media screen and (max-width: 480px) {
	.prbtxt{	
		padding: 10px;
		width: 80%;
		left: 10px;
	}
}

.lblSection{
	padding-left: 20px;
	margin-top: 100px;
}

.svcsRow{
	background-color:#336699;
	padding:20px 80px;
	height:500px;
	line-height:22px;
	color:#fff;
	font-size: 13px;
	text-align:left;
}

@media screen and (max-width: 480px) {
.svcsRow{
	padding: 10px;
}
}

.svcsRow a{
	color: #fff;
}

.svcsCol {
  float: left;
  width: 33.33%;
}


@media screen and (max-width: 480px) {
	.svcsCol {
		width: 100%;
		clear: both;
	}
}

.ftrRow{
	//width: 100%; 
	line-height:18px;
	background-color:#133559;
	color:#336699;
	font-size:12px;
	//margin-top:40px;
	padding:20px 80px;
	text-align:left;
}

.ftrCol {
  float: left;
  width: 20%;
}
@media screen and (max-width: 480px) {
	.ftrCol {
		width: 100%;
		clear: both;
	}
}


/* Clear floats after the columns */
.ftrRow:after {
  content: "";
  display: table;
  clear: both;
}

.rg{
	width: 100%; 
	background-color:#000;
	color:#222;
	font-size: 8px;
	text-align: center;
}

.cprt {
	//width: 100%; 
	background-color:#777;
	color:#fff;
	text-align:center;
	font-size:11px;
	padding: 10px;
}

