/*
Footer Area CSS
=======================================================*/
.footer-area.black-bg .footer-weight p {
  color: #cecece;
}
.footer-area.black-bg .footer-weight h2 {
  color: var(--whiteColor);
}
.footer-area.black-bg .footer-weight .explore-service li i {
  color: var(--mainColor);
}
.footer-area.black-bg .footer-weight .explore-service li a {
  color: #cecece;
}
.footer-area.bg-black .footer-weight p {
  color: #cecece;
}
.footer-area.bg-black .footer-weight h2 {
  color: var(--whiteColor);
}
.footer-area.bg-black .footer-weight .explore-service li i {
  color: var(--mainColor);
}
.footer-area.bg-black .footer-weight .explore-service li a {
  color: #cecece;
}
.footer-area .footer-weight {
  margin-bottom: 30px;
}
.footer-area .footer-weight .white-logo {
  margin-bottom: 25px;
}
.footer-area .footer-weight p {
  margin-bottom: 25px;
}
.footer-area .footer-weight h2 {
  font-size: 24px;
  margin-bottom: 25px;
}
.footer-area .footer-weight .explore-service {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.footer-area .footer-weight .explore-service li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
}
.footer-area .footer-weight .explore-service li i {
  position: absolute;
  top: 2px;
  left: -5px;
  font-size: 20px;
}
.footer-area .footer-weight .explore-service li a:hover {
  color: var(--mainColor);
}
.footer-area .footer-weight .explore-service li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-weight .explore-service.get-service li {
  margin-bottom: 35px;
  padding-left: 50px;
}
.footer-area .footer-weight .explore-service.get-service li i {
  font-size: 18px;
  background-color: rgb(32, 32, 32);
  width: 41px;
  height: 41px;
  line-height: 42px;
  border-radius: 100%;
  text-align: center;
  transition: var(--transition);
}
.footer-area .footer-weight .explore-service.get-service li a {
  position: relative;
  top: 9px;
}
.footer-area .footer-weight .explore-service.get-service li:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.footer-area .footer-weight .explore-service.get-service li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-social {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.footer-area .footer-social li {
  display: inline-block;
  margin-right: 10px;
}
.footer-area .footer-social li a {
  color: var(--mainColor);
  font-size: 14px;
  width: 36px;
  height: 36px;
  line-height: 38px;
  border-radius: 100%;
  text-align: center;
  background-color: rgb(32, 32, 32);
}
.footer-area .footer-social li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.footer-area .footer-social li:last-child {
  margin-right: 0;
}
.footer-area .col-lg-3:nth-child(2) .footer-weight {
  position: relative;
  margin-left: 120px;
}
.footer-area .col-lg-3:nth-child(3) .footer-weight {
  position: relative;
  margin-left: 70px;
}
.footer-area .col-lg-3:nth-child(4) .footer-weight {
  position: relative;
  max-width: 280px;
  margin-left: 45px;
}

/*
Footer Area Responsive
===============================================*/
/* Min width 991px */
@media only screen and (max-width: 767px) {
  .footer-area .footer-weight h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .footer-area .footer-weight .explore-service li {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
  }
  .footer-area .footer-weight .explore-service li i {
    top: 0px;
  }
  .footer-area .col-lg-3:nth-child(2) .footer-weight {
    margin-left: 0;
  }
  .footer-area .col-lg-3:nth-child(3) .footer-weight {
    margin-left: 0;
  }
  .footer-area .col-lg-3:nth-child(4) .footer-weight {
    margin-left: 0;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-weight h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .footer-area .footer-weight .explore-service li {
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .footer-area .col-lg-3:nth-child(2) .footer-weight {
    margin-left: 0;
  }
  .footer-area .col-lg-3:nth-child(3) .footer-weight {
    margin-left: 0;
  }
  .footer-area .col-lg-3:nth-child(4) .footer-weight {
    margin-left: 0;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .col-lg-3:nth-child(2) .footer-weight {
    margin-left: 45px;
  }
  .footer-area .col-lg-3:nth-child(3) .footer-weight {
    margin-left: 20px;
  }
  .footer-area .col-lg-3:nth-child(4) .footer-weight {
    margin-left: 0;
  }
}/*# sourceMappingURL=footer.css.map */