/*footer*/

.footer {
  background: #152F4F;
  color: white;
}
.footer .links ul {
  list-style-type: none;
}
.footer .links li a {
  color: white;
  transition: color 0.2s;
  text-decoration: none;
}
.footer .links li a:hover {
  text-decoration: none;
  color: #4180CB;
}
.footer .about-company i {
  font-size: 25px;
}
.footer .about-company h2{
  font-size: 18px;
}
.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, 0.1);
}
.footercolum
{
  float: left;
  width: 33.33%;
  padding: 10px;
}
.footerrow:after
{
content: "";
display:table;
clear:both;
}
@media (max-width: 900px) {
  .footercolum
{
 
  width: 100%;
  
}
}