/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 19 2024 | 03:36:05 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2023 | 06:12:35 */
.footer {
  background: #fff;
}
.footer-box {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 5% 0;
  grid-template-columns: 160px minmax(0, 1fr) minmax(0, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 796px) {
  .footer-box {
    padding: 7% 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 565px) {
  .footer-box {
    padding: 10% 0;
    grid-template-columns: minmax(0, 1fr);
  }
}
.footer-box .footer-logo {
  width: 160px;
  height: auto;
}
@media only screen and (max-width: 565px) {
  .footer-box .footer-logo {
    margin: auto;
  }
}
.footer-box .footer-logo img {
  width: 100%;
}
@media only screen and (max-width: 565px) {
  .footer-box .footer-info {
    text-align: center;
    margin-top: 1em;
  }
}
.footer-box .footer-info .info-icon {
  color: var(--color-dark-brown);
  margin-right: 10px;
}
.footer-box .footer-info a {
  color: var(--color-black);
}
.footer-copyright {
  font-size: 14px;
  text-align: center;
  color: var(--color-white);
  padding: 1em 3%;
  background-color: var(--color-dark-brown);
}
@media only screen and (max-width: 1200px) {
  .footer-copyright {
    padding-bottom: 6em;
  }
}
