body {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('../img/Watermark_bigger.jpg') ;
  background-attachment: fixed;
  background-size:cover;
  font-weight:300;
  color: rgba(41,86,149,1);
}


.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/*.tickyo li:before {
  content: "\20ac";
  position:absolute;
  font-size: 40px;
}*/

.tickyo span {
	left: -20px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
}

.heroim img {
	max-width: 100%;
	border-bottom: none;
	border-top: none;
}

.smicons {
	letter-spacing: 14px;
}

.heroim {
	margin-bottom: 20px;
}

/*---- p class -----*/

p {
	padding: 0 40px;

}


.leadc {
	text-align:center;
	padding-top: 20px;
	font-size: 20px;
	color: rgba(0,46,145,1);
	line-height: 2;
}

.pcenter {
	text-align: center;
	padding-bottom: 30px;
	font-size: 16px;
}

.ptest {
	text-align: center;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 26px;
}

.lineh {
	line-height: 2;
	padding-bottom: 20px;
	text-align: center;
	
}
	
.linea {
	line-height: 2;
	padding-bottom: 5px;
	text-align: center;
}
	
.lined {
	color: rgba(255,203,5,1);
	
}

.headerlogo {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

.headerlogo img {
	max-width: 400px;
	width: 90%;
}
	
.aboutsec {
	font-size: 16px;
}

ul.aboutsec {
	margin: 20px 0;
	padding: 0 20px;
	font-size: 0;
}

ul.aboutsec li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid rgba(255, 203, 5, 1);
	padding: 0 14px;
	font-size: 16px;
}

ul.aboutsec li:last-child {
	border-right: none;
}

/*---- icons ----*/


.iconc {
	background: rgba(255,203,5,1);
	color: rgba(0,46,145,1);
	border-radius: 50%;
	padding: 20px;
}

.iconho {
	text-align: center;
	font-size: 34px;
}

.aboutho {
	padding-top: 30px;
}


/*-----LISTS-----*/

.twolists {
	clear: both;
	overflow: hidden;

}

.listleft, .listright {
	width: 48%;
	padding: 0 2%;
	float: left;
}

/*----CONTACT HEADING----*/

h4, .h4 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 600;
	color: rgba(0,46,145,1);
	font-size: 36px;
    letter-spacing: 1px;
    padding: 0 30px;
}
	
/*----ADDRESS AND EMAIL----*/

address {
    font-style: normal;
    line-height: 2;
    margin-bottom: 20px;
    padding: 0 40px;
}

.p1 {
	font-size: 16px;
	text-align: center;
}

.header {
  border-bottom: 1px solid #f6f6f6;
}

.header h3 {
  color: #fff;
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

.container .list-group-item {
	border-left: none;
	border-right: none;
	border-radius: 0;
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	list-style: disc;
	border-top: 1px solid #e7e7e7 ;
}

.list-group {
	padding: 0 40px;
}

.list-group-item:first-child {
    -webkit-border-radius: 0;
	border-radius: 0;
	border-top:none;
}

.list-group-item:last-child {
    -webkit-border-radius: 0;
	border-radius: 0;
	border-bottom: 1px solid #e7e7e7;
}

.footer {
  padding-top: 19px;
  padding-bottom: 14px;
  background-color: rgba(0, 46, 145, 1);
  color: #ccc;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

.container {
	 padding-bottom: 0;
	 background: rgba(255,255,255,0.7);
	 padding-left: 0;
	 padding-right: 0;
}

.controw {
	text-align: center;
}

@media (min-width: 768px) {
  .container {
    max-width: 870px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

.img-circle {
	width: 100px;
	height: 100px;
}

.jumbotron {
  text-align: center;
  background-image:url(../../Kustom/shutterstock_54037855.jpg);
  border-bottom: 1px solid #e5e5e5;
  color: #666;
  background-size: cover;
}

hr.lilborder {
	position: relative;	
	padding: 10px;
	margin-left: 40px;
	margin-right: 40px;

}

.list-group-item {
	padding: 10px 5px;
	margin-left: 20px;
	background: none;
}

.kustomnav {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    border-top: 1px solid #f6f6f6;
}

.kustomnav li {
	display: inline-block;
	float: none;
}

.kustomnav li a {
	color: rgba(0, 46, 145, 1);
	padding: 10px 52px;
}


.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}


.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 16px;
    padding: 8px 10px;
}

.btn-success {
    background-color: rgba(0, 46, 145, 1);
    border-color: #428bca !important;
    color: #fff;
    padding: 16px 30px;
}

.btn-success:hover, .btn-success:active {
	background-color: #255,203,5,1;
    border-color: #255,203,5,1;
}

.btmlinks a {
	border-right: 1px solid #777;
	padding: 0px 10px;
}

.btmlinks a:last-child {
	border-right: none;
}

@media screen and (min-width: 768px) {

  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }

  .header {
    margin-bottom: 0;
    background: #fff;
    padding: 0;
  }

  .jumbotron {
    border-bottom: 0;
  }
  
  a {
  	color: rgba(41,86,149,1);
  }
  
}

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

  .listleft, .listright {
	  width: 100%;
  }
  
  .twolists .listleft {
	  margin-bottom: 0;
  }
  
  body {
	  padding-bottom: 0 !important;
  }
  
  .heroim {
	  margin-bottom: 0;
  }
  
    .row {
	    margin-left: 0;
	    margin-right: 0;
	}
  
}

@media screen and (max-width: 500px) {

	.btmlinks a {
	    border-right: none;
	    display: block;
	    padding: 5px 10px;
	 }
	 
	 ul.aboutsec li {
		 display: block;
		 border-right: none;
		 padding: 0;
	 }
	 
}