body,
html {
  font-family: 'Oswald', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif !important;
}
nav ul li {
  font-family: 'Montserrat', sans-serif !important;
}
.rev_slider .slotholder:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;

  /* black overlay with 50% transparency */
  background: rgba(0, 0, 0, 0.2);
}
.bg-img-shade:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;

  /* black overlay with 50% transparency */
  background: rgba(0, 0, 0, 0.2);
}
.bg-img-shade h3,
p,
a {
  z-index: 2;
  position: relative;
}
.vhs-font-brand {
  color: #99cc33;
}
.vhs-header {
  font-family: 'Montserrat', sans-serif !important;
}
.vhs-subheading {
  font-family: 'Oswald', sans-serif;
}
.vhs-txt-h-spacing {
  letter-spacing: 3.5px;
}
.vhs-header-top:after {
  width: 150px;
  padding-left: inherit;
  height: 5px;
  content: '';
  position: absolute;
  top: 0px;
  pointer-events: none;
  z-index: 1;
}
.vhs-header-top.white:after {
  border-color: white;
  border-width: 2px;
  border-style: solid;
  border-bottom: white;
  background: white;
}
.vhs-header-top.darkgray:after {
  border-color: #2e333c;
  border-width: 2px;
  border-style: solid;
  border-bottom: #2e333c;
  background: #2e333c;
}
.vhs-header-top.left:after {
  left: 0px;
}
.vhs-header-top.right:after {
  right: 15px;
}

.vhs-header-container {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  width: 100%;
}
.vhs-header-content-wrapper {
  position: relative;
}
.vhs-header-fg {
  position: absolute;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  margin: 0px;
  z-index: 2;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.vhs-header-bg {
  opacity: 0.1;
  white-space: nowrap;
  z-index: 1;
  text-transform: uppercase;
}
.vhs-header-fg-txt {
  margin: 0px;
  font-size: 200%;
  font-weight: bold;
}
.vhs-header-bg-txt {
  margin: 0px;
  font-size: 450%;
  font-weight: 700;
}
.vhs-align-fg-right {
  width: 100%;
  text-align: right;
}
.vhs-align-fg-left {
  width: 100%;
  text-align: left;
}
.overflow-hidden {
  overflow: hidden !important;
}
.vhs-testi-bg {
  background-image: url(https://hipeedia.sirv.com/Misc/woodbanner_shade.jpg?w=1920);
  background-size: inherit;
}
.vhs-testi-img-border {
  height: 700px;
  border: 3px solid white;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-start {
  justify-content: flex-start;
}
.d-flex {
  display: flex;
}
.success.error-auth {
  color: red;
}
.btn-disabled {
  background-color: gray !important;
  border-color: gray !important;
}
.btn-disabled:hover {
  background-color: gray !important;
  border-color: gray !important;
}
