.atf-footer-area {
  position: relative;
  background: #212529;
}

.atf-footer-area.atf-section-padding {
  padding: 90px 0;
}

.atf-footer-top {
  padding-bottom: 55px;
}

.atf-footer-boottom {
  padding: 35px 0;
  background: rgba(0, 0, 0, 0.4);
}

.atf-footer-area .atf-footer-social-icon li a {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid;
  transition: all 0.3s ease 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  
}
.atf-footer-area .atf-footer-social-icon li a:hover {
  border: 2px solid var(--color-primary);
}
.atf-footer-area .atf-footer-social-icon li i {
  line-height: 40px;
}

.atf-footer-area .atf-single-footer .atf-footer-social-icon li {
  display: inline-block;
}

.atf-footer-area .atf-single-footer {
  position: relative;
}

.atf-single-footer h4 {
  position: relative;
  margin-bottom: 35px;
  color: #fff;
  font-size: 24px;
}
.atf-single-footer h4::after {
  content: '';
  position: absolute;
  left: 3px;
  bottom: -18px;
  background: #fff;
  width: 65px;
  height: 3px;
  border-radius: 10px;
}

.atf-single-footer .atf-list-menu li {
  color: #fff;
  margin-bottom: 10px;
}
.atf-single-footer .atf-list-menu li a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.atf-single-footer .atf-list-menu li a:hover {
  color: var(--color-primary);
}

.atf-single-footer .atf-list-menu li a span {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  font-weight: 500;
}

.atf-single-footer p {
  color: #fff;
}

.atf-footer-boottom p {
  color: #fff;
}

.atf-footer-boottom a {
  font-weight: 700;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}


@media only screen and (max-width: 991px) {
  .atf-footer-area .atf-single-footer {
    margin: 15px 0;
  }
}
