html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: normal;
  color: #444444;
  overflow-x: hidden;
}

a,
a:link,
a:active,
a:visited,
a:focus {
  color: #0f293c;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

a:hover {
  color: #009b3a;
}

.nav-link {
  padding: 5px 10px 5px 10px;
}

.navbar-nav .nav-link {
  color: #fff;
}
.navbar-nav .nav-link:hover {
  color: #aec3e1;
}

.navbar-padding-menu {
  padding-left: 50px;
  padding-right: 50px;
}
.dropdown-item {
  font-weight: 600;
  color: #ffffff !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  font-weight: 600;
  color: #444444 !important;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}
@media only screen and (max-width: 600px) {
  .navbar-padding-menu {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
  }
}

.navbar-button,
.navbar-button a,
.navbar-button a:link,
.navbar-button a:active,
.navbar-button a:visited {
  background: #009b3a;
  font-size: 14px;
  padding: 7px 40px;
  color: #ffffff !important;
  border-radius: 25px;
  border: none;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
  margin-left: 20px;
}

.navbar-button:hover,
.navbar-button a:hover {
  background: #00b945;
}
@media only screen and (max-width: 600px) {
  .navbar-button,
  .navbar-button a,
  .navbar-button a:link,
  .navbar-button a:active,
  .navbar-button a:visited {
    margin-left: 0px;
  }
}

#hero {
  color: #fff;
  position: relative;
  z-index: 2;
}

#hero h1 {
  line-height: 54px;
}

#hero a {
  margin-top: 50px;
}

#hero .video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-height: 720px;
}

#hero .video-wrapper video {
  width: 100%;
}

#hero .video-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

#hero .container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

#hero .container .row {
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #hero h1 {
    line-height: 28px;
  }
}

.row-xs {
  height: 100% !important;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error .checkbox label,
.has-error .checkbox-inline label,
.has-error .radio label,
.has-error .radio-inline label {
  color: red;
}
.help-block {
  display: block;
  margin-top: 3px;
  margin-left: 16px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 700;
  color: red;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

.form-control {
  padding: 10px 12px;
  border-radius: 0px;
  border: 1px solid #dee2e6;
  font-size: 14px !important;
  font-weight: 600;
}
.form-control:focus {
  background: #f9f9f9;
}

::placeholder {
  color: #999 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999 !important;
}

::-ms-input-placeholder {
  color: #999 !important;
}

.modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: ' ';
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-backdrop {
  opacity: 0.8 !important;
}

.table > tbody > tr > td {
  vertical-align: middle;
}
