ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
background: #0A2540;
position: relative;
}
.footer-cta {
border-bottom: 1px solid #1A3A5C;
}
.single-cta i {
color: #635BFF;
font-size: 20px;
float: left;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: #fff;
font-size: 14px;
font-weight: 400;
margin-bottom: 2px;
}
.cta-text span {
color: #757575;
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: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
    color: #7e7e7e;
line-height: 28px;
}
.footer-social-icon span {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.footer-social-icon a:hover {
transform: translateY(-2px);
opacity: 0.85;
}
.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;
}
.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: #635BFF;
}
.footer-widget ul li {
display: inline-block;
float: left;
width: 50%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: #635BFF;
}
.footer-widget ul li a {
color: #878787;
text-transform: capitalize;
transition: color 0.3s ease;
}
.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #0D2E4A;
border: 1px solid #1A3A5C;
color: #fff;
transition: border-color 0.3s ease;
}
.subscribe-form input:focus {
border-color: #5E6AD2;
outline: none;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #635BFF;
  padding: 13px 20px;
  border: 1px solid #635BFF;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: visible;
  transition: background 0.3s ease, transform 0.2s ease;
}
.subscribe-form button:hover {
  background: #4F5BC0;
  transform: translateY(-1px);
}
.subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
background: #061B2E;
padding: 25px 0;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #878787;
}
.copyright-text p a{
color: #635BFF;
transition: color 0.3s ease;
}
.copyright-text p a:hover{
color: #7B73FF;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #635BFF;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
transition: color 0.3s ease;
}

/* ============================================
   Footer Responsive Styles
   ============================================ */

/* Mobile (< 768px) */
@media (max-width: 767px) {
  .footer-content .row {
    flex-direction: column;
  }

  .footer-content .col-xl-4,
  .footer-content .col-lg-4,
  .footer-content .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .footer-widget ul li {
    width: 100%;
    float: none;
  }

  .footer-widget-heading h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .footer-logo img {
    max-width: 160px;
  }

  .footer-text p {
    font-size: 13px;
  }

  .single-cta {
    margin-bottom: 20px;
  }

  .single-cta i {
    font-size: 18px;
  }

  .cta-text h4 {
    font-size: 13px;
  }

  .cta-text span {
    font-size: 14px;
  }

  .footer-social-icon span {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer-social-icon a {
    margin-right: 10px;
  }

  .footer-social-icon i {
    height: 36px;
    width: 36px;
    line-height: 34px;
  }

  .copyright-text p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .footer-menu {
    text-align: center;
  }

  .footer-menu li {
    display: block;
    margin: 8px 0;
  }

  .subscribe-form input {
    padding: 12px 20px;
    font-size: 14px;
  }

  .subscribe-form button {
    padding: 11px 16px;
  }
}

/* Small phones (< 480px) */
@media (max-width: 479px) {
  .footer-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-widget-heading h3 {
    font-size: 16px;
  }

  .footer-widget ul li a {
    font-size: 13px;
  }

  .footer-logo img {
    max-width: 140px;
  }

  .single-cta {
    text-align: center;
  }

  .single-cta i {
    float: none;
    display: block;
    margin: 0 auto 8px;
  }

  .cta-text {
    padding-left: 0;
    display: block;
  }

  .footer-social-icon a {
    margin-right: 8px;
  }

  .footer-social-icon i {
    height: 32px;
    width: 32px;
    line-height: 30px;
    font-size: 14px;
  }

  .copyright-area {
    padding: 20px 0;
  }
}

/* Tablet (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-content .col-xl-4,
  .footer-content .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-content .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }

  .footer-widget ul li {
    width: 100%;
  }
}