#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #747474;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background-image: url("/img/download-brocher-banner.png");
}

#footer .footer-newsletter .brocher-heading {
  color: #fff;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  margin-bottom: 102px;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  background: #266090;
  color: #747474;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #e6573f;
}

#footer .footer-newsletter form ::-webkit-input-placeholder {
  /* Edge */
  color: #474747;
  font-size: 20px;
  font-family: sans-serif;
  opacity: 0.4;
}

#footer .footer-top {
  background: #ffffff;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #747474;
}

#footer .footer-top .footer-links {
  margin-top: 50px;
}

#footer .footer-top .footer-links ul {
  font-size: 16px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #266090;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #266090;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: gray;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #266090;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #747474;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #266090;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  margin-top: 50px;
}

#footer .footer-top .footer-contact p {
  line-height: 35px;
  font-size: 16px;
}

#footer .footer-top .footer-contact p .footer-phone-icon {
  color: #266090;
  font-size: 16px;
}

#footer .footer-top .footer-contact p .footer-email-icon {
  font-size: 20px;
  color: #266090;
}

#footer .footer-top .footer-contact .d-flex .map-marker {
  font-size: 25px;
  margin-right: 10px;
  color: #266090;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.newsletter {
  padding: 80px 0;
  background: #266090;
}

.newsletter .content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.content-tuned {
  font-size: 0.8rem;
  margin-bottom: 34px !important;
  color: #fff;
}

h2 {
  color: #fff;
  margin-bottom: 6px;
}

.form-control {
  height: 50px;
  border-color: #ffffff;
  border-radius: 2px 0px 0px 2px;
}

.form-control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #243c4f;
  border-color: none;
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25) !important;
          box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25) !important;
}

.btn {
  min-height: 50px;
  border-radius: 0;
  background: #243c4f;
  color: #fff;
  font-weight: 300;
}

.btn:hover {
  background: red;
  color: #fff;
}

.unsubscribe-link {
  text-decoration: none !important;
  font-size: 13px;
  color: #fff;
}

.unsubscribe-link:hover {
  text-decoration: none !important;
  color: #fff;
}
/*# sourceMappingURL=footer.css.map */