<style>
@import url('https://fonts.googleapis.com/css2?family=Chivo:wght@900|Public+Sans|Lexend');
</style>


body{
	background-color:#09C;
	
}



.btn {
	color: #FFF;
    transition-duration: 0.4s;
	font-family:"Public Sans", sans-serif;
	font-size: 15px;
	font-weight:500;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
	margin-top:5px;
	margin-bottom: 5px;
	border-radius: 12px;
	width: 150px;
	vertical-align: middle;

}


	
	

div.slider{
	padding-top:70px;
	padding-left:1%;
	padding-right:1%;
	width:100%;
    margin-right: auto;
    margin-left: auto;
	background-color: #000;

}

div.container{
    width: 100%;
	background-color: #09C;
	padding-bottom: 30px;
    margin-right: auto;
    margin-left: auto;

	

}


h1{
	font-family:"Chivo:wght@900", sans-serif;
	padding-left: 5px;
	padding-top:5px;
	font-size:22px;
	font-weight:900;
	color:#FFF;
	text-align: left;
	text-shadow: 1px 1px #000;
}



h2{
	font-family:"Chivo:wght@900", sans-serif;
	font-size:20px;
	color: #000;
	text-align: left;
	padding-left: 10px;
	font-weight:900;

				
}


h3{
	font-family:"Lexend", sans-serif;
	font-size:18px;
	color: #0064AF;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-top:5px;
	
	
				
}



h4{
	font-family:"Public Sans", sans-serif;
	font-size:16px;
	color: #000;
	text-align: center;
	font-weight: bold;
	padding-top:10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}




p.content_all{
	font-family:"Public Sans", sans-serif;
	line-height:24px;
	font-size:16px;
	font-weight: 500;
	padding-top:5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align:left;
	color:  #333;
}





ul{
	font-family: "Public Sans", sans-serif;
	color:#FFF;
	font-size: 15px;
	font-weight: normal;
}

li{
	line-height: 45px;
	
}

div#about{
	width:100%;
	height:65px;	
}

div#about1{
	margin-top:50px;
	width:100%;
	padding-top: 5px;
	padding-right:3%;
    padding-left: 3%;
	padding-bottom: 10px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
	background-color: #FFF;
	margin-top: 10px;
	border-radius: 12px;

	
}

div#services{
	width:100%;
	height:65px;	
}


div#services1{
	width:100%;
	padding-top: 5px;
	padding-right:3%;
    padding-left: 3%;
	padding-bottom: 10px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
	background-color: #FFF;
	margin-top: 10px;
	border-radius: 12px;

	
}

div#contact{
	width:100%;
	height:65px;	
}

div#contact1{
	width:100%;
	background-color: #FFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
	padding-top:5px;
	padding-right:3%;
    padding-left: 3%;
	padding-bottom : 10px;
	margin-top: 10px;
	margin-bottom:10px;
	border-radius: 12px;
}

div.blank{
	height: 90px;
	
}

div.content_View{
	text-align:left;
	padding-left: 10px;
	padding-bottom:10px;
	
}

div.footer{
	clear:both;
	background-color: #111;
	font-family: "Public Sans", sans-serif;
	font-size:12px;
	padding-top:5px;
	height:60px;
	color: #CCC;
	text-align:center;
		
		
}

a.eLink:link
{ 
color: #888;
font-weight: normal;
text-decoration: none;
border:0px; 

}

a.eLink:visited 
{ 
color: #888;
font-weight: normal;
text-decoration: none;
border: 0px; 

}

a.eLink:hover 
{
color: #F09;
font-weight: normal;
text-decoration: none;
border:0px; 

}


a.emLink:link
{ 
color: #EEE;
font-weight: normal;
text-decoration: none;
border:0px; 

}

a.emLink:visited 
{ 
color: #EEE;
font-weight: normal;
text-decoration: none;
border:0px; 

}

a.emLink:hover 
{
color: #09C;
font-weight: normal;
text-decoration: none;
border:0px; 
}



