.top-header{
	  font-family: "Poppins", sans-serif;
}
.top-header .top-one a{
	color: white;
	font-size: 16px;
}

.top-header .top-two a{
	text-align: right;
	margin: 8px;
	color: white;
	font-weight: bold;
}
.top-two{
	text-align: right;
}

.top-header .top-two a:hover{
  color: #e87837
}

.about p{
   
    font-weight: 400;
  }
.about p i{
  font-size: 20px;
  left: 0;
  margin-right: 20px;
  position: absolute;
  top: 4px;
}
.about p{
  margin-bottom: 17px;
  position: relative;
  padding-left: 34px;
  transition: 0.7s;
}

.about p:hover{
  color: #F80958;
}


@media only screen and (max-width: 600px){
	.top-two{
		display: none;
	}
	.top-header{
		text-align: center;
	}
	.top-header .top-one a{
		font-size: 14px;
	}
}





