:root {
  --primary-color: #00457f;
  --secondary-color: #3F6AFF;
  --white-color: #ffffff;
  --accent-color: #707070;
  --light-grey: #f6f6f6;
  --dark-grey: #eeeeee;
  --form-border:#ebebeb;
  --form-color:#b1b1b1;
  --menu-color:#353535;
  --menu-color-item:#424141;
  --number-color:#f2f2f2;
  --black-color: #000000;
  --link-color:#495057;
  --card-title:#444242;
  --post-title:#333333;
  --widget-color:#788487;
  --font-secondary:"antonio";
}

.footer-wrap {
  padding: 100px 0 56px;
  background-color: #F9F6ED;
}
@media (max-width: 991px) {
  .footer-wrap {
    padding: 45px 0 25px;
  }
}
@media (max-width: 576px) {
  .footer-wrap {
    padding: 30px 0 20px;
  }
}
.footer-wrap .company-bio p {
  color: #333333;
}
.footer-wrap .footer-links h6 {
  color: #2563EB;
  font-weight: 600;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .footer-wrap .footer-links h6 {
    padding-bottom: 20px;
  }
}
.footer-wrap .footer-links ul {
  list-style: none;
}
.footer-wrap .footer-links ul li {
  padding-bottom: 13px;
}
.footer-wrap .footer-links ul li:last-child {
  padding-bottom: 0;
}
.footer-wrap .footer-links ul li a {
  color: #333333;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
}
.footer-wrap .footer-links ul li a:hover {
  color: var(--primary-color);
  font-weight: 600;
}
.footer-wrap .social-icons {
  gap: 12px;
}
.footer-wrap .social-icons a {
  padding: 7px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D4D4D8;
  text-decoration: none;
}
.footer-wrap .social-icons a:hover {
  background: linear-gradient(89.88deg, #00457F 1.57%, #2947CB 95.72%);
  color: var(--white-color);
}
.footer-wrap .social-icons a:hover img {
  filter: brightness(0) invert(1);
}
.footer-wrap .social-icons a i {
  font-size: 12px;
}
.footer-wrap .footer-list {
  gap: 59px;
}
@media (max-width: 991px) {
  .footer-wrap .footer-list {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .footer-wrap .footer-list {
    gap: 15px;
  }
}
.footer-wrap .footer-list .footer-menu {
  flex: 1 auto;
}
.footer-wrap .footer-list .footer-menu a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.footer-wrap .footer-list .footer-menu a:hover {
  color: var(--primary-color);
}

/*# sourceMappingURL=common-footer.css.map */
