footer {
  background-color: #1a1e23;
}
.footer-logo img {
  width: 150px;
  margin: 35px 0 0;
}
.footer-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 35px 0;
}
.footer-menu .col {
  width: 32%;
}
.quick-links h4 {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 5px;
}
.quick-links ul li {
  list-style: none;
  line-height: 1.8;
}
.quick-links ul li a {
  color: #fff;
  font-weight: 400;
}
.quick-links ul li a i {
  font-size: 18px;
}
.quick-links ul li a:hover {
  color: #985fa3;
}
.social-follow li {
  list-style: none;
  float: left;
  margin-right: 10px;
}
.social-follow li a i {
  background: #fff;
  color: #333;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  text-align: center;
  font-size: 22px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-follow li a i:hover {
  background: #985fa3;
  color: #fff;
}
.copyright {
  background-color: #13131b;
  padding: 10px 0;
}
.copyright .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.copyright .col1 {
}
.copyright .col2 {
}
.copyright ul li {
  list-style: none;
  float: left;
  margin-right: 15px;
  font-size: 14px;
  color: #fff;
}
.copyright ul li a {
  color: #fff;
}
.copyright ul li a:hover {
  color: #985fa3;
}
.copyright p {
  color: #fff;
  font-size: 14px;
}
.copyright p a {
  color: #fff;
}
.copyright p a:hover {
  color: #ffbc06;
}
footer .copyright ul li a:hover,
footer .quick-links ul li a:hover {
  color: #01b0b9;
  text-decoration: none;
}

/* NEWSLETTER */

.home-newsletter {
  padding: 30px 0 40px;
  background: #01b0b9;
}

.home-newsletter .single {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.home-newsletter .single h2 {
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.home-newsletter .single .form-control {
  height: 50px;
  background: rgba(255, 255, 255, 0.6);
  border-color: transparent;
  border-radius: 10px 0 0 10px;
}
.home-newsletter .single .form-control:focus {
  box-shadow: none;
  border-color: #243c4f;
}
.home-newsletter .single .btn {
  min-height: 50px;
  border-radius: 0 10px 10px 0;
  background: #243c4f;
  color: #fff;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.invalid-feedback,
.text-muted {
  color: #ffffff !important;
}

@media all and (max-width: 500px) {
  .footer-logo {
    display: block;
    text-align: center;
    width: 100%;
  }
  .footer-menu {
    flex-direction: column;
  }
  .footer-menu > .col {
    width: 100%;
    text-align: center;
    margin: 1rem 0;
  }
  footer ul.social-follow {
    display: flex;
    justify-content: center;
  }
  footer ul.social-follow > li {
    margin: 0 .2rem;
  }
}
