/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  position: relative;
  color: var(--default-color);
  background-color: #f6f8fa;
  border-top: 1px solid #eee;
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 0px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: #333;
  font-family: var(--heading-font);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-about_logo img {
  background: #fff;
  padding: 4px;
  border: #ddd 1px solid;
  border-radius: 5px;
}

.footer .footer-about p {
  font-size: 1rem;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 1.3rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background: #fff;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 1.25rem;
  color: #333;
  font-weight: bold;
  position: relative;
  padding-bottom: 25px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
  color: #333;
  font-size: 0.95rem;
}

.footer .footer-links ul a:hover {
  color: #c88c28;
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  color: #444;
  font-size: 0.85rem;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  background: #eceef0;
  letter-spacing: 1px;
}

.footer .copyright p {
  margin-bottom: 0;
}

.contact_form .form-group .form-check {
  width: 49%;
  display: inline-block;
  margin-bottom: 15px;
}

.footer .credits {
  margin-top: 8px;
  font-size: 13px;
}

footer {
  position: relative;
}

.contact_form .form-check {
  margin-bottom: 10px;
}


@media screen and (max-width: 992px) {
  .footer .footer-top {
    padding-top: 30px;
  }
}