footer {
  width: 100%;
  background-color: var(--footer-bg-blue);
  padding: 50px 0px 0px 0px;
}

.footer-container {
  background-image: url(./../images/footer-bg.jpg);
  background-size: contain;
  background-position: center;
}

.footer-logo {
  height: 50px;
}
.footer-content {
  padding-left: 50px;
  color: #fff;
  margin-top: 30px;
}
.footer-col-title {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
  margin-top: 4.5rem;
  color: #fff;
}
.footer-menu {
  list-style: none;
  margin-left: 0px;
  padding-left: 0;
}
.footer-menu-item {
  position: relative;
  padding-left: 20px;
}
.footer-menu-item:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 10px;
}
.footer-menu-link {
  text-decoration: none;
  color: var(--cyone-blue);
}
.footer-menu-link:hover {
  text-decoration: none;
  color: var(--cyone-blue-hover);
}

.copyright-info-wrapper {
  border-top: 1px solid #fff;
  text-align: center;
  color: #ffffff;
  font-family: "Poppins", poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 50px;
}
