/* global */
/* Header */
/* footer */
/* Home Page */
/* what we offer */
/* success stories */
/* services page */
/* services */
/* About us */
footer {
  background: #F3F8F9;
  padding: 54px 0px; }

footer .footer-logo {
  width: 170px; }

footer .site_links .link_item {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #838588;
  margin-bottom: 10px;
  display: inline-block; }
  footer .site_links .link_item a{
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #838588;
    margin-bottom: 0px;
    display: inline-block;
}
footer .site_links .link_item:hover{
  color: #EE3A33;
}
@media screen and (max-width: 991px) {
  footer {
    padding: 54px 34px; }
  footer .footer-logo_wrap {
    text-align: center; }
  footer .footer-logo {
    width: auto; }
  footer .site_links {
    margin-top: 20px; }
  footer .site_links .link_item {
    margin-bottom: 10px; } }
