html {
  scroll-behavior: smooth;
}
.bold-text {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
p {
  font-family: "calibri", sans-serif;
  font-style: normal;
}

.nav-item::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #1d65ff;
  transition: width .3s;
}

.nav-item:hover::after {
  width: 100%;
  transition: width .3s;
}
.nav-link:hover {
  color: #1d65ff!important;
}

header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  z-index: 1;
}


.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  text-align: center;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.item img {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 120px;
  max-width: 120px;
  width: initial!important;
  overflow: hidden;
}

/* end fix */
.owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
  display: none;
}

.owl-nav .owl-next {
  right: -30px;
  display: none;
}

.bs_pageheading {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.bs_pageheading h2 {
  float: left;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}