.footer-wrap {
  padding: 80px 0 40px;
  background-color: #242424;
}
@media (max-width: 1024px) {
  .footer-wrap {
    padding: 56px 0 32px;
  }
}
@media (max-width: 767px) {
  .footer-wrap {
    padding: 32px 0;
  }
}
.footer-wrap footer .container {
  max-width: 918px;
  display: flex;
  flex-direction: column;
}
.footer-wrap footer .container .footer-top {
  padding-bottom: 40px;
}
.footer-wrap footer .container .footer-bottom {
  padding-top: 40px;
  border-top: 1px solid #feb037;
}
.footer-wrap footer .footer-top .footer-menu .menu-title {
  padding-bottom: 34px;
}
@media (max-width: 767px) {
  .footer-wrap footer .footer-top .footer-menu .menu-title {
    padding-bottom: 15px;
  }
}
.footer-wrap footer .footer-top .footer-menu .menu-title h3 {
  color: #ffffff;
}
.footer-wrap footer .footer-top .footer-menu ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.footer-wrap footer .footer-top .footer-menu ul li {
  font-size: 16px;
  line-height: 1.5;
  color: #dbdbdb;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 767px) {
  .footer-wrap footer .footer-top .footer-menu ul li {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.footer-wrap footer .footer-top .footer-menu ul li .icon-box {
  width: 24px;
  height: 24px;
  color: currentColor;
  margin-top: -3px;
}
.footer-wrap footer .footer-top .footer-menu ul li .info {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.footer-wrap footer .footer-top .footer-menu ul li .info p {
  margin: 0;
  color: currentColor;
}
.footer-wrap footer .footer-top .footer-menu ul li .info a {
  color: currentColor;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.footer-wrap footer .footer-top .footer-menu ul li .info a:hover {
  color: #da8d28;
}
.footer-wrap footer .footer-top .footer-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  row-gap: 24px;
}
.footer-wrap footer .footer-top .footer-row .footer-col {
  width: 50%;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .footer-wrap footer .footer-top .footer-row .footer-col {
    width: 100%;
  }
}
.footer-wrap footer .footer-bottom .footer-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  row-gap: 24px;
}
.footer-wrap footer .footer-bottom .footer-row .footer-col {
  width: 25%;
  padding: 0 12px;
}
@media (max-width: 1024px) {
  .footer-wrap footer .footer-bottom .footer-row .footer-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-wrap footer .footer-bottom .footer-row .footer-col {
    width: 100%;
  }
}
.footer-wrap footer .footer-bottom .footer-row .footer-col .footer-menu .menu-title {
  padding-bottom: 16px;
}
@media (max-width: 1024px) {
  .footer-wrap footer .footer-bottom .footer-row .footer-col .footer-menu .menu-title {
    padding-bottom: 8px;
  }
}
.footer-wrap footer .footer-bottom .footer-row .footer-col .footer-menu .menu-title .h6 {
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 12px;
  border-bottom: 1px solid #8d8d8d;
}
@media (max-width: 767px) {
  .footer-wrap footer .footer-bottom .footer-row .footer-col .footer-menu .menu-title .h6 {
    padding-bottom: 8px;
  }
}
.footer-wrap footer .footer-bottom .footer-row .footer-col .footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media (max-width: 1024px) {
  .footer-wrap footer .footer-bottom .footer-row .footer-col .footer-menu ul {
    gap: 8px;
  }
}
.footer-wrap footer .footer-bottom .footer-row .footer-col .footer-menu ul li a {
  color: #dbdbdb;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.footer-wrap footer .footer-bottom .footer-row .footer-col .footer-menu ul li a:hover {
  color: #da8d28;
}
.footer-wrap footer .footer-bottom .footer-row .footer-col .footer-menu ul.social-media {
  display: flex;
  gap: 24px;
  flex-direction: row;
}
.footer-wrap footer .footer-bottom .copyright-wrap {
  margin-top: 35px;
  border-top: 1px solid #feb037;
  padding-top: 24px;
  color: #dbdbdb;
}
.footer-wrap footer .footer-bottom .copyright-wrap p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.192;
}
.footer-wrap footer .footer-bottom .copyright-wrap p a {
  display: inline-block;
  color: currentColor;
  transition: all 0.3s ease-in-out;
}
.footer-wrap footer .footer-bottom .copyright-wrap p a:hover {
  color: #da8d28;
}