﻿.footer .footer-top {
  background: #000099d9;
  padding: 160px 0 125px;
}
.footer .about-widget a.logo {
  display: inline-block;
  width: 150px;
  margin-bottom: 32px;
}
.footer .about-widget a.logo img {
  width: 100%;
}
.footer .about-widget p {
  color: #ababab;
  line-height: 28px;
}
.footer .about-widget .social-links {
  margin-top: 32px;
}
.footer .about-widget .social-links ul li {
  display: inline-block;
}
.footer .about-widget .social-links ul li a {
  display: inline-block;
  background: #242424;
  color: #ff4647;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 6px;
}
.footer .about-widget .social-links ul li a.active, .footer .about-widget .social-links ul li a:hover {
  background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
  color: #fff;
}
.footer .link-widget h4.title {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  margin-top: -9px;
  margin-bottom: 23px;
  letter-spacing: 0;
}
.footer .link-widget ul li {
  padding: 5px 0;
}
.footer .link-widget ul li a {
  display: inline-block;
  color: #ababab;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  transition: all 0.3s ease-in;
}
.footer .link-widget ul li a:hover {
  color: #ff4647;
}
.footer .newsletter-widget h4.title {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  margin-top: -9px;
  margin-bottom: 15px;
  letter-spacing: 0;
}
.footer .newsletter-widget .newsletter-form {
  position: relative;
  z-index: 2;
  padding-bottom: 1px;
  margin-bottom: 25px;
}
.footer .newsletter-widget .newsletter-form:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 51px;
  background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
  z-index: -1;
  opacity: 0.5;
}
.footer .newsletter-widget .newsletter-form input {
  background: #000099d9;
  border: none;
  width: 100%;
  padding: 0 90px 0 0;
  height: 50px;
  color: #999;
}
.footer .newsletter-widget .newsletter-form .def-btn {
  border: none;
  outline: none;
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none;
}
.footer .newsletter-widget p {
  color: #ababab;
  line-height: 28px;
}
.footer .copyright-area {
  background: #05246b;
  text-align: center;
  padding: 25px 0;
}
.footer .copyright-area p {
  color: #999;
  margin-bottom: 0;
  line-height: 28px;
}
.footer .copyright-area p a {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(130deg, #f3ff41, #2bffc8);
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
}