body{
	
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	font-family: Courier New;
}
.border{
	border-top: 1px solid #FF9E00;;
	width: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-right: 20px;
	margin-left: 20px;
	
}
.border .box{
	text-align: center;
}


 
.border .box .icon .fa{
	font-size: 30px;
	cursor: pointer;
	text-shadow: 20px 10px 35px rgba(0,0,0,5);
	
}

.border .box .icon .fa:before{
	position:relative;
		display:block;
		width:40px;
		height:40px;
		text-align:center;
		line-height:40px;
		border-radius:50%;
	font-size: 25px;
		color:black;
		transition:.5s;
}
.border .box .icon .fa:hover:before{
		box-shadow:0 0 66px #ffee10;
	
}


.border .box .icon h4 {
position: relative;
	overflow: hidden;
	font-weight: 400px;
	margin: 0;
	padding:2px 5px;
	font-size: 24px;
	transition-delay: 0.3333s;
	color: transparent;
}
/*--------------------------------------------------------------*/
.border .box .icon h4 a{
position: relative;
	overflow: hidden;
	font-weight: 400px;
	margin: 0;
	padding:2px 5px;
	font-size: 24px;
	transition-delay: 0.3333s;
	color: transparent;
}
.border .box .fa:hover ~ h4 a
{
	color:#FF9E00;
}

.border .box .fa:hover ~ h4 a:before
{
	left: -100%;
}
/*------------------------------------------------------------*/
.border .box .fa:hover ~ h4
{
	color:#FF9E00;
}
.border .box .icon h4{
	font-weight: 600;
	margin: 5px 0;
	font-style: 30px;
}
.border .box .icon h4:before{
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	
	transition: 1s;
	
}

.border .box .fa:hover ~ h4:before
{
	left: -100%;
}
@media screen and (max-width: 625px){
	.ab{margin-top: 15px;}
	.ab1{font-size: 10px;width: 100%;margin-left: 2px;}
	.border .box .icon .fa{font-size: 15px;}
	.border .box .icon h3{font-weight: 100px;font-size: 10px; }
	.border .box .icon h3 a{font-size: 10px; }
}

