@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;
}
.page-item:first-child .page-link, .page-item:last-child .page-link,
.page-item:not(:first-child) .page-link {
  background-color: var(--four-color);
  color: white;
  border: none;
  font-size: larger;
  border-radius: 10px !important;
  width: auto;
  height: 50px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 100%;
  border-top-right-radius: none;
  border-bottom-right-radius: none;
}
.blog-meta-two .post-img .date{
  background: var(--second-color);
  color: var(--main-color);
  position: relative;
  top: 5px;
}
.blog-details .bottom-widget .tags a{
  display: ruby-text;
}
.blog-meta-two .post-img{
  overflow: hidden;
  
}

@media screen and (max-width: 991px) {
  .navbar-collapse .logo {
    padding-right: 12px;
    padding-left: 0;
  }
}
.inner-banner-one .hero-heading{
  color: white;
}
@media (max-width: 991px) {
  .inner-banner-one .hero-heading {
      font-size: 36px;
      color: var(--main-color) !important;
      background: #fff;
      border-radius: 20px;
      margin-bottom: 20px;
      line-height: 1.2em;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .inner-banner-one .hero-heading, .inner-banner-two .hero-heading {
      color: white;
      font-size: 50px;
  }
}