.footer-logo img {
  max-width: 200px;
  height: max-content;
  margin: 15px;
}

@media (min-width: 767px) {
  .footer-box .content {
    /*margin-right: 20px;*/
    display: flex;
    /*justify-content: space-evenly;*/
    flex-direction: column;
    flex-wrap: wrap;
  }
}

#footer {
  margin-top: 75px;
  background-color: #000;
  padding: 25px 20px;
}

.footer-hr {
  all: revert;
  width: 80%;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #fff;
}

.footer-inner {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 25px 0;
  color: #ffffff;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 576px) {
  .footer-inner {
    display: flex;
    /*width: 100%;*/
    /*max-width: 1000px;*/
    /*margin: auto;*/
    /*padding: 25px 0;*/
    /*color: #ffffff;*/
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.footer-inner-top {
  display: flex;
  width: 100%;
  margin: auto;
  padding: 25px 0;
  color: #ffffff;
  flex-direction: column;
}

@media (min-width: 576px) {
  .footer-inner-top {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 25px 0;
    color: #ffffff;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.footer-menu-box a {
  color: #ffffff;
  text-decoration: none;
}

.footer-menu-box a:hover {
  color: #f48d20;
  text-decoration: none;
}

.footer-box {
  width: 100%;
}

@media (min-width: 768px) {
  .footer-box {
    width: 30%;
  }
}

.social-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
}

.social-icon a {
  background: #ff6900;
  color: #fff;
  margin: 0px 5px;
  padding-top: 1px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social-icon i {
  margin: 5px;
  /*font: normal normal normal 20px / 1 FontAwesome;*/
}

.footer-box h6.header {
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .footer-box h6.header {
    text-align: left;
  }
}

.footer-social-links span {
  color: #eeeeee;
  font-size: 10px;
}

