.py-80 {
  padding: 80px 0;
}

.hi-footer {
  background: #000A16;
  color: #fff;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.hi-logo {
  margin-bottom: 18px;
}
.hi-brand-text p {
  font-size: 18px;
  line-height: 27px;
  color: var(--color-white);
}
.socail-fb-links ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.follow-us-label {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: var(--color-white);
  margin-bottom: 20px;
}
.hi-social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1c202a;
  color: #c2c6d6;
  margin-left: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 14px;
  text-decoration: none;
}
.hi-social-icon:hover {
  color: var(--color-white);
  background: hsla(0, 0%, 100%, 0.12);
}
.hi-social-icon:first-child {
  margin-left: 0px;
}
.footer-top-section {
  margin-bottom: 60px;
}
.hi-contact-card {
  background: rgba(11, 17, 33, 0.95);
  border-radius: 10px;
  padding: 12px 14px;
  gap: 12px;
  border: 1px solid #41372c;
  margin-bottom: 20px;
  max-width: 400px;
}
.hi-contact-icon {
  width: 62px;
  height: 62px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-white);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  background-color: #181d29;
  padding: 15px;
}
.hi-contact-label {
  font-size: 20px;
  line-height: 28px;
  color: #f2a843;
  opacity: 1;
}
.hi-contact-value {
  font-size: 20px;
  line-height: 28px;
  color: var(--color-white);
}
a.hi-contact-value:hover {
 text-decoration: underline;
}

.mb-30 {
  margin-bottom: 30px !important;
}
.hi-footer-heading {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--color-white);
  margin-bottom: 20px;
}
.hi-footer-links li + li {
  margin-top: 4px;
}
.hi-footer-links a {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
  color: #cecfd1;
  margin-bottom: 10px;
  white-space: nowrap;
}
.hi-footer-links a:hover {
  color: var(--color-white);
  text-decoration: underline;
}
.hi-see-more {
  color: #5f8bff;
}
.hi-badge {
  min-width: 130px;
  padding: 8px 14px;
  border-radius: 10px;
  background: rgba(12, 19, 39, 0.95);
  border: 1px solid hsla(0, 0%, 100%, 0.06);
  font-size: 12px;
  color: #e1e4f0;
  line-height: 1.3;
}
.hi-badge span {
  display: block;
  font-size: 10px;
  color: #9298b3;
}
.hi-footer-bottom .footer-brand-logo-slider {
  padding: 40px 0;
  margin-top: 60px;
  border: 1px dashed #202c40;
  border-left: 0;
  border-right: 0;
}
.policy-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.hi-footer-bottom-link {
  color: var(--color-white);
  text-decoration: none;
}
.hi-footer-bottom-link:hover {
  color: var(--color-white);
}
.no-bg {
  background: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
  padding: 0 !important;
}
.footer-bottom-bar {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-bottom-bar p {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-white);
}


.hi-footer-bottom {
	position: relative;
}
.hi-footer-bottom {
	border-top: 1px solid rgba(170, 172, 173, 0.10);
}

@media (max-width: 1441px) {
  .hi-footer-links a {
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
  }
  .hi-contact-value,
  .hi-contact-label,
  .hi-footer-heading {
    font-size: 18px;
    line-height: 27px;
  }
  .socail-fb-links ul {
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .py-80 {
    padding: 60px 0;
  }
  .hi-social-icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767.98px) {
.hi-footer {
	background: #000A16;
	color: #d3d7e4;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
  .hi-footer-bottom {
    text-align: left;
  }
  .hi-contact-value,
  .hi-contact-label,
  .hi-footer-heading {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-bottom-bar {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-bottom-bar p {
    text-align: center;
  }
  .hi-footer-bottom .footer-brand-logo-slider {
    margin-top: 40px;
    padding: 30px 0;
  }
}
