.footer {
	 background: var(--main-bg-color, grey);
	 color: white;/*
	 position: absolute;
	 bottom: 0;
	 left: 0;*/
	 width: 100%;
}

#footerLogo{

    width: auto;
    height: 60px;
}

.footerOnBottom{
	position: absolute;
	 bottom: 0;
	 left: 0;
}

 .footer .links ul {
	 list-style-type: none;
}
 .footer .links li a {
	 color: white;
	 transition: color 0.2s;
}
 .footer .links li a:hover {
	 text-decoration: none;
	 color: #4180cb;
}
 .footer .about-company i {
	 font-size: 25px;
}
 .footer .about-company a {
	 color: white;
	 transition: color 0.2s;
}
 .footer .about-company a:hover {
	 color: #4180cb;
}
 .footer .location i {
	 font-size: 18px;
}
 .footer .copyright p {
	 border-top: 1px solid rgba(255, 255, 255, .1);
}