.footer-main {
  background-color: #03002f;
  padding: 64px 10px;
}
@media only screen and (max-width: 1199px) {
  .footer-main {
    padding: 20px 10px 64px;
  }
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 6px;
}

.footer-logo {
  width: 25%;
  padding-right: 24px;
}
@media only screen and (max-width: 1199px) {
  .footer-logo {
    width: 100%;
    padding: 0 0 24px;
  }
}
.footer-logo img {
  display: block;
  width: 100%;
  max-width: 207px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin: 0 -12px;
}
@media only screen and (max-width: 1199px) {
  .footer-columns {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-columns {
    margin: 0;
  }
}
.footer-columns .footer-column {
  flex: 1;
  padding: 0 12px;
}
@media only screen and (max-width: 991px) {
  .footer-columns .footer-column {
    flex: initial;
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-columns .footer-column {
    width: 100%;
    padding: 0;
  }
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.16px;
  text-transform: capitalize;
}
.footer-menu > li {
  margin: 0 0 24px;
}
.footer-menu > li > a {
  color: #fff;
  text-decoration: none;
}
.footer-menu > li > a:hover {
  color: #f04e45;
}
.footer-menu > li.current-menu-item > a, .footer-menu > li.current-menu-ancestor > a {
  color: #f04e45;
}
.footer-menu > li .sub-menu {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  opacity: 0.7;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.16px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .footer-menu > li .sub-menu {
    padding: 15px 0 0 0;
  }
}
.footer-menu > li .sub-menu > li {
  margin-bottom: 12px;
}
.footer-menu > li .sub-menu > li > a {
  color: #fff;
  text-decoration: none;
}
.footer-menu > li .sub-menu > li > a:hover {
  color: #f04e45;
}
.footer-menu > li .sub-menu > li.current-menu-item > a, .footer-menu > li .sub-menu > li.current-menu-ancestor > a {
  color: #f04e45;
}

.footer-bottom {
  border-top: solid 2px rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2px;
  padding-top: 27px;
}
@media only screen and (max-width: 991px) {
  .footer-bottom {
    padding-top: 17px;
  }
}
.footer-bottom a {
  color: #f04e45;
  text-decoration: none;
  transition: all 0.25s ease;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.footer-bottom__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -12px;
}
@media only screen and (max-width: 991px) {
  .footer-bottom__inner {
    margin: 0;
  }
}

.footer-bottom-item {
  width: 33.33%;
  padding: 0 12px;
}
@media only screen and (max-width: 991px) {
  .footer-bottom-item {
    width: 50%;
    padding: 10px 0;
  }
  .footer-bottom-item.copyright {
    width: 100%;
  }
}

.designed-by {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .designed-by {
    text-align: left;
  }
}

.footer-socials {
  display: flex;
  column-gap: 10px;
  justify-content: flex-end;
}
.footer-socials img {
  display: block;
  width: 24px !important;
}
.footer-socials a {
  opacity: 1;
  transition: opacity 0.25s ease;
  text-decoration: none !important;
}
.footer-socials a:hover {
  opacity: 0.5;
}/*# sourceMappingURL=footer-new.css.map */