.container-fluid {
  padding: 0 !important;
}

.footer {
  background-color: #171D26;
  color: #fff;
  padding: 90px 0 0;
  position: relative;
  overflow: hidden;
  font-family "Nunito Sans", sans-serif !important;
}

.footer a:link, .footer a:visited {
text-decoration: none !important;
}

.footer-bg {
  background: url(https://www.square-9.com/wp-content/themes/square9/assets/less/../images/footer-logo.png) no-repeat center top;
  background-size: 350px 375px;
  top: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer-top {
  margin-bottom: 70px;
  font-size: 15px;
  font-weight: 500;
}

.footer-menus {
  flex: 0 0 50%;
}

.footer-menus .widget-title {
  font-size: 10px;
  font-weight: 700;
  color: #ff5800;
  text-transform: uppercase;
  font-family: 'Archivo', sans-serif;
}

.menu-item a:link, .menu-item a:visited {
  font-weight: 500 !important;
  font-size: 15px !important;
  font-family: "Nunito Sans", sans-serif;
}

.text {
    font-weight: 500 !important;
  font-size: 15px !important;
  font-family: "Nunito Sans", sans-serif;
}

.footer-menus .menu li {
padding: 0 !important;
}

.footer-menus .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menus .menu-item {
  margin-top: 15px;
  padding: 0 !important;
}

.footer-menus .menu-item a {
  color: #fff;
}

.footer-menus .menu-item a:hover {
  color: #ff5800;
}

.footer-address {
  flex: 0 0 25%;
  color: white !important;
}



.footer-bottom {
  border-top: 2px solid rgba(82,135,247,0.18);
  padding: 30px 0;
  font-size: 12px;
  font-weight: 500;
  color: #4585ff;
}

.footer-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-social ul > li + li {
  margin-left: 12px;
}

.footer-social ul > li a {
  color: #ff5800;
}

.footer-social ul > li a:hover {
  color: #fff;
}

.footer-copyright {
  opacity: 0.52;
    font-weight: 500 !important;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 12px !important;
  color: rgb(69, 133, 255) !important;
}

.footer-copyright p {
  margin-bottom: 0;
}

.footer-copyright a {
  color: inherit;
}

.footer-copyright a:hover {
  color: #fff;
}

.footer-phone, .footer-contact {
  font-family: 'Archivo', sans-serif;
  text-transform: uppercase;
  
}

.footer-phone a, .footer-contact a {
  color: #ff5800 !important;
}

.footer-phone a:hover, .footer-contact a:hover {
  color: #fff !important;
}

.footer-contact {
  margin-left: 25px;
}

@media (max-width: 767px) {
  .footer-top {
    margin-bottom: 5rem;
  }

  .footer-menus {
    flex: 0 0 100%;
  }

  .footer-address {
    flex: 0 0 100%;
  }

  .footer-address .row {
    --bs-gutter-y: 5rem;
  }

  .footer-address .row p {
    margin-bottom: 0;
  }

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

  .footer-social {
    text-align: center;
    border-top: 2px solid rgba(82,135,247,0.36);
    padding-top: 40px;
    margin-top: 40px;
  }

  .footer-social ul {
    justify-content: center;
  }

  .footer-copyright {
    text-align: center;
    margin-top: 2rem;
  }

  .footer-copyright .copyright-sep {
    display: block;
    font-size: 0px;
  }

  .footer-contact {
    margin-left: 0;
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .footer-bottom .row > div:nth-child(1) {
    order: 3;
  }
}