.footer-light {
        padding: 20px 0;
        color: #ffffff;
        background-color: #282d32;
    }

    .footer-light h3 {
        margin-top:0;
        margin-bottom:12px;
        font-weight:bold;
        font-size:16px;
    }
 
    .footer-light .item.social {
        text-align:center;
    }

    @media (max-width:991px) {
        .footer-light .item.social {
          text-align:center;
          margin-top:20px;
        }
     }

    .footer-light .item.social > a {
      font-size:20px;
      width:36px;
      height:36px;
      line-height:36px;
      display:inline-block;
      text-align:center;
      border-radius:50%;
      box-shadow: 0 0 0 1px rgb(255 255 255);
      margin:0 8px;
      color:#ffffff;
      opacity:0.75;
    }

    .footer-light .item.social > a:hover {
      opacity:0.9;
    }

    .footer-light ul {
        padding: 0;
        list-style: none;
        text-align: center;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .list-inline-item a{
      color: #c2c3c5;
    }

    .footer-light .copyright {
      text-align:center;
      padding-top:13px;
      opacity: 0.8;
      font-size:13px;
      margin-bottom:0;
    }

    .footer-light .privacy{
      text-align:center;
      padding-top:24px;
      font-size:13px;
    
    }

    @media (max-width: 767px) {
        .services-content{
            margin-bottom: 20px;
        }
    }