.video-background-holder {
  position: fixed;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  z-indeX: -1;
}

.video-background-holder 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%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background-color: black;*/
  opacity: 0.9;
  z-index: 1;
  background: radial-gradient(black 32%, rgba(0,0,0,0.7));
}

section {
  padding: 0 20%;
}

body {
  font-family: 'Poppins';
}

p {
  /*font-size: 13px;*/
  line-height: 28px;
  font-weight: 300;
}

.background-gray {
  background: #141414;
}

.carousel-indicators {
  margin-bottom: 0;
}

.special-column {
  background: #101010;
  padding: 30px;
  box-shadow: -5px -5px 6px #000000;
  border-bottom: 12px solid #10394b;
}

.custom-icon {
  font-size: 3rem;
  padding: 25px;
}

.form-control:focus {
  color: #212529;
  background-color: rgba(0,177,255,0.1);
  border-color: #c49707;
  outline: 0;
  box-shadow: none;
}

.gold-button {
  border: 1px solid white!important;
  font-size: 20px!important;
  background: #cc9900;
  border-radius: 3px;
  border: 1px solid #124d77;
  cursor: pointer;
  padding: 6px 24px;
  text-decoration: none;
  /*text-shadow: 0px 1px 0px #a9996a;*/
  width: auto!important;
  max-width: 250px;
  color: rgb(255,255,255)!important;
}

.gold-button:hover {
  background-color: transparent;
}

.form-control:focus, .form-control:hover {
  border-bottom: 3px inset #cc9900!important;
  transition: border-color 1s ease;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #10394b;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.form-control {
  border-bottom: 3px inset rgb(61,60,60)!important;
  background-color: #292828!important;
}

.form-control {
  color: white!important;
  border: 0px!important;
  border-bottom: 3px inset #3d3c3c!important;
}

figcaption {
}

@media (min-width: 992px) and (max-width:1399px) {
  .figure-caption h2 {
    font-size: 1.2rem;
  }
}

.d-xs-none {
  display: none;
}

