/* Place your CSS styles in this file */

body{
	 background-color: #ffffff;
	  font-family: Arial, Helvetica, sans-serif;
	 }
	*{
	box-zising: box-border;
	}
	
	header{
	text-align: center;
	background-color: #5d5553;
	padding: 20px;
	color: #ffffff;
	font-family: Helvetica;
	
	}
	.logo{
	width: 100px;
	position: absolute;
	left: 20px;
	top: 5px;	
}	

	ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	background-color: black;
	}
	
	li{
	float: left;
	}
	
	li a{
	display: block;
	color: white;
	padding:  14px 18px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border: 1px solid #ddd;
	width: 65px;
	}
	
	li a:hover{
	background-color: #5d5553;
	color: orange;
	}
	
	h2{
		text-align: center;
		font-family: ;
		color: #6a696a;
		font-size: ;
	}
	h4{
		font-family: ;
		color: #5d5553;
		font-size: ;
		text-align: center;
		line-height: 1rem;
	}
	
p{
line-height:1.5px;
}
.deco{
	position: ;
}
.text1{
	overflow: hidden;
	width: 95%;
	height:auto;
	font-size: 11px 14px;
	background-color: #f1f1f1;
	color:black;
	margin:10px;
	padding:5px 15px 5px 15px;
	line-height:3.5px;
	border-left: solid black  6px;
    border-radius: 25px 20px 0px 0px;
	position: relative;
	border: solid black 0px 4px 4px 4px ; 
}


.text{
	overflow: hidden;
	width: 95%;
	height:auto;
	font-size: 11px 14px;
	background-color: #f1f1f1;
	color:black;
	margin:10px;
	padding:5px 15px 5px 15px;
	line-height:3.5px;
	border-left: solid #F37713 6px;
    border-radius: 25px 20px 0px 0px;
	position: relative;
	border: solid black 0px 4px 4px 4px ; 
}

.text2 {
	overflow: hidden;
	width: 95%;
	height:auto;
	font-size: 11px 14px;
	background-color: #f1f1f1;
	color:black;
	margin:10px;
	padding:5px 15px 5px 15px;
	line-height:3.5px;
	border-left: solid #F37713 6px;
    border-radius: 25px 20px 0px 0px;
	position: relative;
	border: solid black 0px 4px 4px 4px ; 
}



.fa {
  padding: 15px;
  font-size: 12px;
  width: 10px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius:;
} 

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: ;
  color: #f37814;
 
}  
}
.fa-twitter {
  background: ;
  color: #f37814;
}
.fa-linkedin {
  background: ;
  color: #f37814;
}
.fa-youtube {
  background: ;
  color: #f37814;
}
.fol{
	text-align: center;
	color: white;
	font-size: 20px;
	
}
footer{
	background-color: black;
	padding:25px;
	color:white;
	text-align: center;
	font-size: 14px;
} 

