/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
a {
  color: #0d0b4a;;
  text-decoration: none;
}

a:hover {
  color: #971a1e;
  font-weight: bold;
  text-decoration: none;
}

.footer {
  margin-top: 50px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px; 
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23f5f5f5' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23ebebeb' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23e2e2e2' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23d8d8d8' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23CECECE' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 50px;
}

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

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

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

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

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

.footer-links, .footer-contact{
  margin-top: 100px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  margin-top: 50px;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
 
}

.footer h4 {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.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 {
  display: inline-block;
  line-height: 1;
}

