/*================================================
Footer Area CSS
=================================================*/
.em-footer-area {
  background: #F8F8F8;
  padding-top: 75px;
}
.em-footer-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.em-footer-with-custom-column {
  padding-left: 80px;
}
.em-footer-with-custom-column .col-5 {
  flex: 0 0 20%;
  max-width: 25%;
}

.em-single-footer-widget {
  margin-bottom: 5px;
}
.em-single-footer-widget .widget-logo {
  margin-bottom: 30px;
}
.em-single-footer-widget p {
  color: #7E7E7E;
  font-size: 14px;
  margin-bottom: 0;
  font-family: var(--font-family);
  font-weight: 500;
}
.em-single-footer-widget .support-list {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
.em-single-footer-widget .support-list span {
  color: #161414;
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
.em-single-footer-widget .support-list li {
  display: inline-block;
  margin-right: 10px;
}
.em-single-footer-widget .support-list li:last-child {
  margin-right: 0;
}
.em-single-footer-widget .support-list li a img {
  border-radius: 10px;
}
.em-single-footer-widget h3 {
  color: #161414;
  font-size: var(--font-size);
  margin-bottom: 30px;
}
.em-single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
}
.em-single-footer-widget .quick-links li {
  list-style-type: none;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #7E7E7E;
}
.em-single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}
.em-single-footer-widget .quick-links li a {
  color: #7E7E7E;
  transition: var(--transition);
}
.em-single-footer-widget .quick-links li a:hover {
  color: var(--main-color);
  text-decoration: underline;
}

.em-footer-bottom-content {
  border-top: 1px solid #EBEBEB;
  margin-top: 25px;
  padding-top: 50px;
}
.em-footer-bottom-content .em-footer-social {
  padding-left: 0;
  margin-bottom: 0;
}
.em-footer-bottom-content .em-footer-social span {
  font-weight: 700;
  color: #161414;
  display: block;
  margin-bottom: 20px;
}
.em-footer-bottom-content .em-footer-social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
}
.em-footer-bottom-content .em-footer-social li:last-child {
  margin-right: 0;
}
.em-footer-bottom-content .em-footer-social li a i {
  font-size: 20px;
  line-height: 1;
  color: var(--main-color);
  transition: var(--transition);
}
.em-footer-bottom-content .em-footer-social li a i:hover {
  color: var(--optional-color);
}
.em-footer-bottom-content .em-footer-app {
  padding-left: 0;
  margin-bottom: 0;
}
.em-footer-bottom-content .em-footer-app .sub {
  font-weight: 700;
  color: #161414;
  display: block;
  margin-bottom: 20px;
  margin-right: 200px;
}
.em-footer-bottom-content .em-footer-app li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.em-footer-bottom-content .em-footer-app li:last-child {
  margin-right: 0;
}
.em-footer-bottom-content .em-footer-app li .google-play-btn {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: var(--white-color);
  background: #8B8582;
  padding: 15.5px 30px 15.5px 75px;
  font-size: 12px;
  font-weight: 500;
  text-align: start;
}
.em-footer-bottom-content .em-footer-app li .google-play-btn img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.em-footer-bottom-content .em-footer-app li .google-play-btn span {
  display: block;
  font-weight: 600;
  margin-top: 2px;
  font-size: var(--font-size);
}
.em-footer-bottom-content .em-footer-app li .google-play-btn:hover {
  background-color: var(--main-color);
}
.em-footer-bottom-content .em-footer-app li .apple-store-btn {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: var(--white-color);
  background: #1D1D1D;
  padding: 15.5px 30px 15.5px 75px;
  font-size: 12px;
  font-weight: 500;
  text-align: start;
}
.em-footer-bottom-content .em-footer-app li .apple-store-btn img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.em-footer-bottom-content .em-footer-app li .apple-store-btn span {
  display: block;
  font-weight: 600;
  margin-top: 2px;
  font-size: var(--font-size);
}
.em-footer-bottom-content .em-footer-app li .apple-store-btn:hover {
  background-color: var(--main-color);
}

/*================================================
EM Copyright Area CSS
=================================================*/
.em-copyright-area {
  background: #1D1C1C;
  padding-top: 30px;
  padding-bottom: 30px;
}
.em-copyright-area .copyright-area-content p {
  color: #B2ABA9;
}
.em-copyright-area .copyright-area-content p span {
  color: var(--main-color);
  font-weight: 700;
}
.em-copyright-area .copyright-area-content p a {
  color: var(--main-color);
  font-weight: 700;
}
.em-copyright-area.with-large-bottom {
  margin-bottom: 150px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .em-footer-area {
    padding-top: 25px;
  }
  .em-footer-area .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    max-width: 540px;
  }
  .em-single-footer-widget .support-list {
    margin-top: 30px;
  }
  .em-footer-with-custom-column {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .em-footer-with-custom-column .col-5 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .em-footer-bottom-content .em-footer-app {
    text-align: start !important;
  }
  .em-footer-bottom-content .em-footer-app .sub {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .em-footer-bottom-content .em-footer-app li {
    margin-top: 15px;
  }
  .em-copyright-area.with-bottom {
    margin-bottom: 105px;
  }
  .em-copyright-area.with-large-bottom {
    margin-bottom: 0;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .em-footer-area {
    padding-top: 25px;
  }
  .em-footer-area .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    max-width: 720px;
  }
  .em-single-footer-widget .support-list {
    margin-top: 30px;
  }
  .em-footer-with-custom-column {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .em-footer-with-custom-column .col-5 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .em-footer-bottom-content .em-footer-app {
    text-align: start !important;
  }
  .em-footer-bottom-content .em-footer-app .sub {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .em-footer-bottom-content .em-footer-app li {
    margin-top: 15px;
    margin-right: 5px;
  }
  .em-copyright-area.with-large-bottom {
    margin-bottom: 0;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .em-single-footer-widget .support-list li a img {
    max-width: 40px;
  }
  .em-footer-with-custom-column {
    padding-left: 15px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .em-single-footer-widget .support-list li a img {
    max-width: 40px;
  }
  .em-footer-with-custom-column {
    padding-left: 20px;
  }
}
/* Min width 1600px */
@media only screen and (min-width: 1600px) {
  .em-footer-area .container-fluid {
    max-width: 1920px;
    padding-left: 200px;
    padding-right: 200px;
  }
}/*# sourceMappingURL=footer.css.map */