@font-face {
  font-family: 'RB-Regular';
  src: url('../fonts/rb/RB-Regular.eot');
  src: url('../fonts/rb/RB-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rb/RB-Regular.woff2') format('woff2'),
    url('../fonts/rb/RB-Regular.woff') format('woff'),
    url('../fonts/rb/RB-Regular.ttf') format('truetype'),
    url('../fonts/rb/RB-Regular.svg#RB-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RB-Bold';
  src: url('../fonts/rb/RB-Bold.eot');
  src: url('../fonts/rb/RB-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rb/RB-Bold.woff2') format('woff2'),
    url('../fonts/rb/RB-Bold.woff') format('woff'),
    url('../fonts/rb/RB-Bold.ttf') format('truetype'),
    url('../fonts/rb/RB-Bold.svg#RB-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html,
body,
nav {
  font-family: "RB-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "RB-Bold";
}

/* overwrite */
.theme-main-menu.white-vr .nav-item .nav-link {
  font-family: 'RB-Regular';
}

.hero-banner-one .hero-heading {
  background: none;
}

.header_span {
  font-family: 'RB-Bold';
  font-size: medium;
  color: white;
  /* padding: 0 8px; */
}

.footer_span {
  display: flex;
  font-family: 'RB-Bold';
  color: white;
  font-size: medium;
}

@media screen and (max-width: 991px) {
  .navbar-collapse .logo {
    padding-right: 12px;
    padding-left: 0;
  }
}