.logo-black{
  display:none;
}
@media (max-width: 912px) {
  /* header */
  .header-style {
    background: var(--bg-primary-color);
  }

  .nav-menus {
    position: absolute;
    top: 100%;
    padding: 20px;
    background: var(--bg-primary-color);
    /* width: 100%; */
    right: 0;
  }

  .footer-bg-secondary {
    background: var(--bg-secondary-color);
  }

  .logo-footer-extra {
    width: 100%;
  }

  .footer-padding {
    background: var(--bg-secondary-color);
  }

  span[style*="font-size: 16px"] {
    font-size: 16px !important;
  }

  span[style*="font-size: 65px"] {
    font-size: 60px !important;
  }

  span[style*="font-size: 60px"] {
    font-size: 40px !important;
  }

  span[style*="font-size: 80px"] {
    font-size: 40px !important;
  }

  span[style*="font-size: 85px"] {
    font-size: 60px !important;
  }

  .header-logo a img {
    width: 130px;
    padding-left: 10px;
  }

  .contact-style a {
    font-size: 11px;
  }
  .logo-black{
    display:inline-block;
  }
  .default-logo{
    display:none;
  }
}
