/* 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: ;
	}
	h3{
		font-family: ;
		color: #5d5553;
		font-size: ;
	}
	.whatap{
	overflow: hidden;
	float:right;
	position:fixed;
	top: 175px;
    width: 45%;
	right:20px;
	padding: 14px 16px;
}
.whatap img{
	position:relative;
	float: right;
    display: block;
}
	/* Float four columns side by side */
.column {
  float: left;
  width: 50%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}
p{
line-height:3px;	
}

 	
	/* Float four columns side by side */
.column {
  float: left;
  width: 40%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: left;
  background-color: #f1f1f1;
}
p{
line-height:1.5px;	
}


 .space {
text-indent: 5em;
  margin: 50px;   
}
.arrow-button {
    display: flex;
    color: #C2FFE9;
    background-color:black ;
    padding: 10px 16px;
    border-radius:px;
    transition: all .3s ease;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    font-size: 14px;
}

.arrow-button > .arrow {
    width: 6px;
    height: 6px;
    border-right: 2px solid #C2FFE9;
    border-bottom: 2px solid #C2FFE9;
    position: relative;
    transform: rotate(-45deg);
    margin: 0 6px;
    transition: all .3s ease;
}

.arrow-button > .arrow::before {
    display: block;
    background-color: currentColor;
    width: 3px;
    transform-origin: bottom right;
    height: 2px;
    position: absolute;
    opacity: 0;
    bottom: calc(-2px / 2);
    transform: rotate(45deg);
    transition: all .3s ease;
    content: "";
    right: 0;
}

.arrow-button:hover > .arrow {
    transform: rotate(-45deg) translate(4px, 4px);
    border-color: text-hover-color;
}

.arrow-button:hover > .arrow::before {
    opacity: 1;
    width: 10px;
}

.arrow-button:hover {
    background-color: #F37713;
    color: #fff;
}
.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 ;
} 

