/**{
	margin: 0;
	padding: 0;
	font-family: poppins;

}*/

.footer{
	width: 100%;
	display: block;
	padding: 0!important;
}


.icon{
max-width: 11%;	
margin-left: -10px;
margin-bottom: -28px;
/*	position: absolute;*/
 /* bottom: 8px;
  left: 16px;*/
}



.inner-footer{
	width: 95%;
	margin: auto;
	padding: 65px 10px;
	/*display: flex;
	flex-wrap: wrap;*/
	box-sizing: border-box;
	justify-content: center;
}

.footer-items{

width: 90%;
padding: 10px 20px;
box-sizing: border-box;
position: relative;
left: auto;
}

.bottom-left {
/*position: absolute;
bottom: 60px;
left: 170px;
left: auto;*/
letter-spacing: 2px;
position: absolute;
  bottom: -15px;
  left: 125px;
}


.footer-content{
	

	margin: 10px 8px;
	color: #fff;
	-webkit-text-stroke: 1px #000;
	
}
.footer-content:before{
	content: attr(data-text);
	color: black;
	white-space: nowrap;
	transition: 2s;
	overflow: hidden;
	position: absolute;
	width: 0;
	white-space: nowrap;
	overflow: hidden;
	transition: 2s;
	text-transform: uppercase;

}
.footer-content:hover:before{
	width: 100%;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #7b7b7b;
	text-decoration: none;

}
h1 a:visited 
{
    text-decoration: none; 
  
}

.footer-bottom{
	padding: 10px;
	font-size: .7rem;
	font-family: arial;
}

.social{
	float: right;
	font-size: 100%; 
	margin-right: 10px;
}
.footer:a:hover{
	color: #556fff;
}
.contact {
    margin: 10px 11px;
}
@media only screen and (max-width: 3000px) and (min-width: 1400px){
.icon{

    max-width: 7%;
}
}
@media only screen and (max-width: 600px) {
	.icon {
    max-width: 60% !important;
}
h5 {
    font-size: .9rem !important;
    }

.footer-items{

width: 50%;
line-height: 0.7;

}
.footer-content:before {
content: attr(data-text);
color: black;
white-space: nowrap;
transition: 2s;
overflow: hidden;
position: absolute;
width: 0;
white-space: nowrap;
overflow: hidden;
transition: .05s;
text-transform: uppercase;
}
}
@media only screen and (max-width: 400px){
.bottom-left {
    bottom: 29px;
    left: 18px;
    }
.footer-bottom{
	font-size: 5px;
   }
.social{
	font-size: 5px;
}
}

