.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer-social {
  margin: 0;
  z-index: auto;
  border: 0;
  padding-top: 10px;
  padding-right: 0rem;
  padding-left: 0rem;
  font-size: 1em;
  padding-bottom: 0rem;
  display: flex;
  position: relative;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
}

.footer-social-items {
  flex-grow: 0;
  flex-shrink: 1;
  display: block;
  position: relative;
  width: auto;
  min-width: 0;
  max-width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  flex-basis: calc(100% - 1rem);
  z-index: 1;
  border: 0;
  font-size: 1em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: calc(1rem / 2);
  margin-right: calc(1rem / 2);
  margin-left: calc(1rem / 2);
}

.footer-social  .footer-social-wrapper .footer-social-icon>i{
  width: auto;
  border: 0;
  font-size: 1.25em;
  font-family: "FontAwesomeBrands";
  font-style: normal;
  display: inline-flex !important;
  flex-flow: row nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  height: auto;
  line-height: inherit;
  text-align: center;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
} 
.footer-social  .footer-social-wrapper .footer-social-icon .footer-social-icon-call, 
.footer-social  .footer-social-wrapper .footer-social-icon .footer-social-icon-envelope{
  font-family: "FontAwesome" !important;
  font-weight: 900;
}

.footer-social  .footer-social-wrapper .footer-social-icon .footer-social-icon-instagram{
  font-size: 28px;
  font-weight: 500;
}

.footer-social-items>a {
  display: inline-block;
  width: 2.75em;
  height: 2.75em;
  border-top-left-radius: 100em;
  border-top-right-radius: 100em;
  border-bottom-right-radius: 100em;
  border-bottom-left-radius: 100em;
  margin-right: 0.4em;
  overflow: hidden;
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  position: relative;
  min-width: 1px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
}

.footer-social  .footer-social-wrapper .footer-social-icon i::before{
  display: block !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: inherit !important;
  height: inherit !important;
  margin: 0 !important;
  line-height: inherit !important;
  text-align: inherit !important;
}
.footer-social .footer-social-wrapper .footer-social-icon .footer-social-icon-call::before{
  content: attr(data-x-icon-s);
}

.footer-social  .footer-social-wrapper .footer-social-icon .footer-social-icon-envelope::before{
  content: attr(data-x-icon-s);
}

.footer-social  .footer-social-wrapper .footer-social-icon .footer-social-icon-facebook::before{
  content: attr(data-x-icon-b);
}

.footer-social  .footer-social-wrapper .footer-social-icon .footer-social-icon-linkedin::before{
  content: attr(data-x-icon-b);
}

.footer-social  .footer-social-wrapper .footer-social-icon .footer-social-icon-instagram::before{
  content: attr(data-x-icon-b);
}