.footer-area {
  background-color: #f7f9fa;
}
.footer-area .footer-top {
  padding: 60px 100px 30px 100px;
}
@media (max-width: 991px) {
  .footer-area .footer-top {
    padding: 30px 15px 0;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-top {
    padding: 30px 0 0;
  }
}
.footer-area .footer-top .footer-widget {
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .footer-area .footer-top .footer-widget.logo-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer-area .footer-top .footer-widget img {
  margin-bottom: 20px;
  max-width: 180px;
}
@media (max-width: 991px) {
  .footer-area .footer-top .footer-widget img {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-top .footer-widget img {
    max-width: 100px;
  }
}
.footer-area .footer-top .footer-widget .footer-social-icon .icon {
  font-size: 40px;
  color: #838282;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .footer-area .footer-top .footer-widget .footer-social-icon .icon {
    font-size: 30px;
  }
}
.footer-area .footer-top .footer-widget .widget-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 20px;
  position: relative;
  color: #707070;
}
.footer-area .footer-top .footer-widget .widget-title::after {
  content: "";
  clear: both;
  display: table;
  height: 2px;
  width: 40px;
  background: #57b847;
  margin-top: 10px;
  margin-bottom: 25px;
}

.footer-area .footer-top .footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-area .footer-top .footer-widget ul li {
  font-size: 14px;
  line-height: 30px;
  display: flex;
  align-items: baseline;
}
.footer-area .footer-top .footer-widget ul li .icon {
  margin-right: 10px;
  color: #57b847;
}
.footer-area .footer-top .footer-widget ul li .link {
  color: #a7a7a7;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
}
.footer-area .footer-top .heading-02 {
  color: #707070;
  font-size: 40px;
  margin: 0 0 25px 0;
}
.footer-area .copyright-area {
  padding: 20px 0;
  text-align: center;
  color: #838282;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.footer-area .copyright-area a {
  color: #838282;
  text-decoration: none;
}

.backToTop {
  position: fixed;
  right: 40px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #57b847;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  visibility: hidden;
}
.backToTop.active {
  visibility: visible;
}
.backToTop:hover {
  background-color: #003367;
  color: #fff;
}