.footer-logo {
    text-align: center;
  }
  
  .footer-logo a img {
    width: 100%;
    max-width: 100px;
  }
  footer.footer {
    background: #000;
    padding: 111px 0 70px;
    border-top: 15px solid #ffe140;
  }
  footer.footer h2 {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 43px;
    text-transform: uppercase;
  }
  footer.footer p {
    color: #fff;
    font-weight: bold;
  }
  .footer-cover ul li a {
    color: #fff;
  }
  .footer-cover ul li a i {
    padding-right: 10px;
  }
  .footer-bottom {
    text-align: center;
    margin-top: 60px;
  }
  .footer-bottom p {
    font-size: 25px;
  }
  @media (max-width: 1440px) {
    .footer-bottom p {
      font-size: 16px !important;
    }
    footer.footer {
      padding: 41px 0;
    }
    footer.footer p {
      font-size: 14px;
    }
    footer.footer h2 {
      font-size: 15px;
     
    }
    .footer-cover ul li a {
      font-size: 14px;
    }
  }
  @media (max-width: 767px) {
    .footer-cover {
      text-align: center;
    }
    footer.footer h2 {
      font-size: 15px;
      margin-bottom: 7px;
    }
    .footer-cover .row .col-lg-9 .row .col-lg-3 {
      margin-bottom: 30px;
  }
  .footer-cover .row .col-lg-9 .row .col-lg-3:last-child {
    margin-bottom: 0;
  }
    footer.footer .col-lg-9 .row .col-lg-3:nth-child(3) ul li {
      display: flex;
      align-items: center;
      justify-content: unset;
    }
    footer.footer .col-lg-9 .row .col-lg-3:nth-child(3) ul {
      width: 100%;
      max-width: 100%;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
    }
    .footer-cover ul li a i {
      padding-right: 10px;
      display: none;
    }
    .footer-logo {
      margin-bottom: 20px;
  }
    ul.use-list li a {
      text-transform: uppercase;
      margin: 0 10px;
      margin-bottom: 12px;
      border-bottom: 1px solid #ffffffcf;
      color: #ffffffcf;
    }
    .footer-bottom p {
      font-size: 12px !important;
    }
  }
  