.footer4.bd-footer-area {
  overflow: hidden;
  color: #323e59;
}

.footer4 .bd-footer__logo {
  width: 267px;
}

@media (max-width: 575.98px) {
  .footer4 .bd-footer__logo {
    width: 200px;
  }
}

.footer4 .bd-footer__logo img {
  width: auto;
  height: 70px;
}

.footer4 .bd-footer__logo-wrap span {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.25em;
  color: #323e59;
  display: inline-block;
  margin-top: 30px;
}

.footer4 .bd-footer__widget {
  position: relative;
}

.footer4 .bd-footer__widget::before {
  content: "";
  position: absolute;
  height: 193px;
  width: 1px;
  background-color: #4141412e;
  right: -5px;
  top: 0;
}

@media (max-width: 1199.98px) {
  .footer4 .bd-footer__widget::before {
    right: 0px;
  }
}

@media (max-width: 991.98px) {
  .footer4 .bd-footer__widget::before {
    content: none;
  }
}

.footer4 .bd-footer__widget-3::before {
  content: none;
}

.footer4 .bd-footer__widget-title {
  color: #323e59;
  text-transform: capitalize;
}

.footer4 .bd-footer__widget-content p {
  color: #323e59;
  font-size: 16px;
  line-height: 28px;
}

.footer4 .bd-footer__meta a {
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
  color: #fa4515;
  display: inline-flex;
  font-weight: 600;
}

.footer4 .bd-footer__meta a i {
  transform: rotate(-45deg) translateY(-1px);
}

.footer4 .bd-footer__meta a span {
  font-size: 16px;
  line-height: 28px;
  display: flex;
  text-transform: none;
}

.footer4 .bd-footer__meta a:hover {
  color: #fa4515;
}

.bd-footer__meta a {
  font-weight: 500;
}

.footer4 .bd-footer__list ul {
  display: flex;
  row-gap: 10px;
  column-gap: 30px;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0;
}

@media (max-width: 991.98px) {
  .footer4 .bd-footer__list ul {
    gap: 20px;
  }
}

.footer4 .bd-footer__list ul li {
  list-style-type: none;
  position: relative;
}

.footer4 .bd-footer__list ul li::before {
  content: "|";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  color: #323e59;
}

.footer4 .bd-footer__list ul li:last-child::before {
  content: none;
}

.footer4 .bd-footer__list ul li a {
  font-size: 16px;
  line-height: 28px;
  color: #323e59;
}

.footer4 .bd-footer__list ul li a:hover {
  color: #eec78c;
}

.footer4 .bd-footer__social-wrapper {
  display: flex;
  gap: 17px;
  align-items: center;
}

.footer4 .bd-footer__social a {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  color: #292e66;
  border: 1px solid #292e66;
  opacity: 0.7;
  display: inline-block;
  line-height: 37px;
  text-align: center;
}

.footer4 .bd-footer__social a:hover {
  opacity: 1;
  border-color: #fa4515;
  background-color: #fa4515;
  color: #fff;
}

.footer4 .bd-footer__social.is-black a {
  color: #000000;
  border-color: #000000;
}

.footer4 .bd-footer__social.is-black a:hover {
  opacity: 1;
  border-color: #fa4515;
  background-color: #fa4515;
  color: #000000;
}

.footer4 .bd-footer__copyright-text p {
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #6c6c6c;
  margin-bottom: 0;
}

.footer4 .bd-footer__copyright-text p a {
    margin-right: 10px;
}

.footer4 .bd-footer__copyright-text p a:hover {
  color: #fa4515;
}

.footer4 .bd-footer-newsletter__input {
  position: relative;
}

.footer4 .bd-footer-newsletter__input input {
  width: 100%;
  height: 70px;
  background-color: transparent;
  color: #ffffff;
  padding-left: 25px;
  padding-right: 200px;
  border: 1px solid #414141;
}

@media (max-width: 575.98px) {
  .footer4 .bd-footer-newsletter__input input {
    padding-right: 25px;
  }
}

.footer4 .bd-footer-newsletter__input input::placeholder {
  color: #6c6c6c;
}

.footer4 .bd-footer-newsletter__input button {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0px 30px;
  font-weight: 500;
  line-height: 70px;
  color: #ffffff;
}

.footer4 .bd-footer-newsletter__input button::before {
  content: "";
  height: 55%;
  width: 1px;
  background: #6c6c6c;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 575.98px) {
  .footer4 .bd-footer-newsletter__input button::before {
    content: none;
  }
}

@media (max-width: 575.98px) {
  .footer4 .bd-footer-newsletter__input button {
    position: static;
    margin-top: 15px;
    height: 70px;
    border: 1px solid #d9d9d9;
  }
}

.footer4 .bd-footer-newsletter__input button:hover {
  color: #eec78c;
  border-color: #eec78c;
}

.footer4 .bd-footer-newsletter__input button i {
  transform: rotate(-45deg);
}

.footer4 .bd-footer-newsletter__input.is-black input {
  color: #000000;
}

.footer4 .bd-footer-newsletter__input.is-black button {
  color: #000000;
}

.footer4 .bd-footer-line hr {
  color: #d3d3d3;
  opacity: 1;
}

.footer4 .bd-footer-link ul {
  display: flex;
  flex-direction: inherit;
  flex-wrap: wrap;
}

.footer4 .bd-footer-link ul li {
  width: 50%;
  color: #000000;
  font-size: 16px;
  margin-bottom: 6px;
  list-style: none;
}

.footer4 .bd-footer-link ul li:hover a {
  color: #ffa455;
}

.footer4 .bd-footer-widget-title h5 {
  font-size: 20px;
  letter-spacing: 5px;
  color: #000000;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.footer4 .bd-footer-contact ul {
  margin-bottom: 30px;
}

.footer4 .bd-footer-contact ul li {
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.footer4 .bd-footer-contact ul li a {
  margin-left: 7px;
}

.footer4 .bd-footer-contact ul li a:hover {
  color: #ffa455;
}

.footer4 .bd-footer-contact ul li i {
  margin-right: 20px;
  color: #ffa455;
  margin-top: 8px;
}

.footer4 .bd-footer-contact ul li i:hover {
  color: #f8f5f0;
}

.footer4 .bd-footer-bottom {
  font-size: 14px;
  border-top: 1px solid #d9d9d9;
  padding: 22px 0;
}

@media (max-width: 575.98px) {
  .footer4 .bd-footer-bottom {
    padding: 15px 0;
  }
}

.footer4 .bd-footer-bottom .bd-footer-copyright p {
  font-size: 15px;
  margin: 0;
  color: #4d4d4d;
}

@media (max-width: 575.98px) {
  .footer4 .bd-footer-bottom .bd-footer-copyright p {
    text-align: center;
    padding-bottom: 10px;
  }
}

.footer4 .payment-methods {
  display: flex;
  align-items: center;
}

.footer4 .payment-methods-icons {
  margin-left: 10px;
}

.footer4 .payment-methods-icons span {
  margin-left: 5px;
  font-size: 22px;
  color: #373a3f;
}

.footer4 .mb-15 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
}

.footer4 .mb-35 {
  margin-bottom: 35px;
}

.footer4 .pt-45 {
  padding-top: 45px;
}

.footer4 .pb-35 {
  padding-bottom: 35px;
}

.footer4 .pt-15 {
  padding-top: 15px;
}

.footer4 .mb-25 {
  margin-bottom: 25px;
}

.footer4 .mb-40 {
  margin-bottom: 40px;
}

.footer4 .mb-50 {
  margin-bottom: 50px;
}

.footer4 .pt-140 {
  padding-top: 80px;
}
