ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
 background: url('../images/football_pic.png');
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
}
.footer-cta {
  border-bottom: 1px solid #fff;
}
.single-cta i {
  color: #C70101;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #fff;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 13px;
  margin-top: -10px;
}
.footer-logo img {
  width: 310px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  font-family: "Heebo", sans-serif;
  text-align: justify;
  max-width: 380px;
  width: 100%;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Heebo", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 5px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.whatsapp_bg{
  background: #28a219;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #C70101;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  font-family: "Heebo", sans-serif;
  font-size: 14px;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
  font-family: "Heebo", sans-serif;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #C70101;
  border: 1px solid #C70101;
  color: #fff;
}

.subscribe-form .form-control {
    background: #fff;
    color: #fff;
    border: #fff;
}

.footer-section input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control {
    background: #C70101 !important;
    border: #C70101 !important;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 150px;
	border-radius:0px;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #C70101;
    padding: 13px 20px;
    border: 1px solid #C70101;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color:  #C70101;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}