.hero-wrap .owl-dots{
text-align: center;
padding: 0 10px 10px;
margin-top: -40px;
}

.hero-wrap .owl-nav{
    display:none !important;
}

.center {
  line-height: calc(100vh - 200px);
  min-height:  calc(100vh - 200px);
  text-align: center;
}

.center h2 {
    color:white;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
    opacity: 1;
    z-index: 99999999;
position: relative;
}
.opacity-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
}
.bg-extra-dark-gray {
  background-color: #003063;
}