/* Stylesheet for Footer navigation */

.footer-v2 {
  background: #000035;
  color: #fff;
  padding-top: 7.8rem;
  padding-bottom: 4.1rem;
  position: relative;
  z-index: 10;

  .DownArrow {
    --circle-size: 60px;
    --btn-size: 60px !important;
    --icon-width: 15px !important;
    box-shadow: none !important;
  }
}

.footer-v2 .col {
  padding-left: 2em;
  padding-right: 2rem
}

.footer-v2 img {
  padding-right: 1rem
}

.footer-v2 a, .footer-v2 p {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: "Como", sans-serif;
  line-height: 1.75rem;
  font-weight: 400;
  display: block;
  letter-spacing: 2px;
  margin-bottom: 1.8rem;
}
.footer-v2 p {
  letter-spacing: 2.4px;
  margin-right: -1rem;
}
.footer-v2 a:hover {
  color: #00F38C;
}
.footer-v2 .footer-logo-v2 {
  width: 5.3rem;
}

.footer-v2 hr {
  opacity: 1;
  margin-bottom: 3rem;
}

.footer-v2 .copyright {
  text-align: center;
}

.footer-v2 .col:first-child {
  flex: 0 0 10%;
  max-width: 10%;
}
.footer-v2 .col:nth-child(2) {
  flex: 0 0 30%;
  max-width: 30%;
}
.footer-v2 .col:nth-child(3) {
  flex: 0 0 30%;
  max-width: 30%;
}

.footer-v2 .col:nth-child(4) {
  flex: 0 0 30%;
  max-width: 30%;
}

.footer-v2 .col:nth-child(5) {
  flex: 0 0 100%;
  max-width: 100%;
}
.footer-v2 .container {
  position: relative;
}
.footer-v2 .container::before {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: -7.9rem;
  z-index: 10;
  left: 0;
  right: 0;
}

.footer-v2 .social-footer ul {
  column-count: 1;
}

.footer-v2 .social-footer ul li {
  display: inline-block;
  vertical-align: middle;
}

.footer-v2 .social-footer ul li a {
  display: block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  padding: 8px;
  box-sizing: border-box;
  background-color: #fff;
}

.footer-v2 .social-footer ul li svg a {
  fill: #000035;
}

.footer-v2 .social-footer a:hover {
  background-color: #00F38C;
}

.footer-v2 .social-footer ul li:not(:last-child) {
  margin-right: 10px;
  border: 0;
}
/* ----- FOOTER ----- */
/*  */
@media(max-width: 991px) {
  /* ----- FOOTER ----- */
  .footer-v2 .col:first-child {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .footer-v2 .col:nth-child(2) {
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer-v2 .col:nth-child(3) {
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer-v2 .col:nth-child(4) {
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* ----- /FOOTER ----- */
  /*  */
}
@media(max-width: 767px) {
  /* ----- FOOTER ----- */
  .footer-v2 {
    text-align: center;
    padding-top: 4.8rem;
  }

  .footer-v2 .footer-logo-v2 {
    margin: 0 auto 2rem;
  }

  .footer-v2 .row {
    margin: 0;
  }

  .footer-v2 .col:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-v2 .col:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 2rem;
  }

  .footer-v2 .col:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 2rem;
  }

  .footer-v2 .col:nth-child(4) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer-v2 .col:nth-child(5) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-v2 .container::before {
    top: -4.9rem;
    left: 1rem;
    right: 1rem;
  }
}