/*============================
  28.footer
============================*/
footer {
  background: #f1f4f7;
}

footer .footer-top {
  padding: 40px 0 0;
}

footer .footer-top .footer-widget {
  margin-bottom: 20px;
}

footer .footer-top .footer-widget h5 {
  margin-bottom: 22px;
  position: relative;
}

footer .footer-top .footer-widget h5::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 38px;
  height: 2px;
  background: var(--primary-color);
  border-radius: 30px;
}

footer .footer-top .footer-widget .footer-menu li {
  margin-bottom: 8px;
}

footer .footer-top .footer-widget .footer-menu li a {
  position: relative;
  color: var(--secondary-light-color);
}

footer .footer-top .footer-widget .footer-menu li a:hover {
  color: var(--primary-color);
}

footer .footer-top .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}

footer .footer-wrap {
  border-radius: 10px;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  padding: 20px;
  margin: 20px 0;
}

footer .footer-bottom {
  background: #e4ebf1;
  padding-top: 10px;
}

footer .footer-bottom p {
  margin-bottom: 10px;
}

footer .footer-bottom .card-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

footer .footer-bottom .card-links li span {
  position: relative;
  margin-right: 1rem;
  color: #393f4d;
}

footer .footer-bottom .card-links li:last-child span {
  margin-right: 0;
}

footer .footer-bottom .card-links li span img {
  width: auto;
  height: 1.25rem;
}

.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.social-icon li {
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}

.social-icon li::after {
  content: "";
  width: 2px;
  height: 25px;
  background: #f1f4f7;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
}

.social-icon li a {
  color: var(--secondary-color);
}

.social-icon li a:hover {
  color: var(--primary-color);
}

.social-icon li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.social-icon li:last-child::after {
  content: none;
}

.social-icon li a svg {
  width: 1.5rem;
  height: 1.5rem;
}

.footer-logo-dark {
  display: none;
}