footer {
  padding: 30px 45px 0;
  position: relative;
}
footer img.abs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 991px) {
  footer {
    padding: 15px;
  }
}
footer .footer-top {
  margin-top: 45px;
}
footer .footer-top .grid-footer-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media (max-width: 767px) {
  footer .footer-top .grid-footer-top {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
footer .footer-top .grid-footer-top .title h3 {
  font-weight: bold;
  font-size: 18px;
  color: var(--color-1);
  margin-bottom: 15px;
}
footer .footer-top .grid-footer-top p {
  margin-bottom: 10px;
  font-size: 16px;
}
footer .footer-top .grid-footer-top .grid-subscribe {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 10px;
}
footer .footer-top .grid-footer-top .grid-subscribe input {
  width: 100%;
  height: 100%;
  background: #eee;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
}
footer .footer-top .grid-footer-top .middle a.btn-1 {
  background-color: #eee;
  color: var(--color-1);
  font-size: 16px;
  font-weight: bold;
}
footer .footer-top .grid-footer-top .right .follow-us {
  margin-bottom: 20px;
}
footer .footer-top .grid-footer-top .right ul {
  margin-bottom: 15px;
}
footer .footer-top .grid-footer-top .right ul li {
  display: inline-block;
  margin-left: 5px;
}
footer .footer-top .grid-footer-top .right ul li a {
  display: inline-block;
}
footer .footer-top .grid-footer-top .right ul li a img {
  width: 160px;
  margin-left: 10px;
}
footer .footer-middle {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 10px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  footer .footer-middle {
    grid-template-columns: 1fr;
  }
}
footer .footer-middle .links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (max-width: 767px) {
  footer .footer-middle .links {
    grid-template-columns: 1fr 1fr;
  }
}
footer .footer-middle .links .title h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--color-1);
}
footer .footer-middle .links ul {
  margin: 0;
  padding: 0;
}
footer .footer-middle .links ul li {
  display: block;
  margin-bottom: 5px;
}
footer .footer-middle .links ul li a {
  color: #777;
}
footer .footer-middle .links ul li a:hover {
  color: var(--color-2);
}
footer .footer-middle .address {
  text-align: center;
  padding: 30px;
}
footer .footer-middle .address .logo-footer {
  max-width: 160px;
  margin-bottom: 15px;
}
footer .footer-middle .address a.bold {
  font-weight: bold;
  color: var(--color-1);
}
@media (min-width: 992px) {
  footer .footer-middle .address {
    text-align: right;
    padding: 0;
  }
}
footer .footer-bottom {
  padding: 100px 20px 20px;
  text-align: center;
}
@media (max-width: 991px) {
  footer .footer-bottom {
    margin-top: 60px;
    padding: 0;
  }
}
footer .footer-bottom p {
  position: relative;
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
  line-height: 26px;
}
footer .box-visitors {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 15px;
}
footer .box-visitors h3 {
  font-size: 16px;
  color: #222;
  margin-bottom: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}
footer .box-visitors p {
  font-size: 16px;
  display: inline-block;
}
footer .box-visitors p span {
  position: relative;
  display: inline-block;
  padding: 2px 10px 2px;
  font-size: 22px;
  border-radius: 3px;
  color: #002147;
  background-color: #fff;
  overflow: hidden;
}
footer .box-visitors p span b {
  position: relative;
}
footer .box-visitors p span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #f1f1f1;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}/*# sourceMappingURL=footer.css.map */