.bold, strong, b {
  font-weight: 700; }

#footer-outer #footer-widgets .col ul li:first-child > a {
  padding-top: 8px !important; }

.home .container-wrap {
  padding-bottom: 0; }

.section-banner {
  height: 400px; }
  @media only screen and (min-width: 768px) {
  .section-banner {
    height: 550px; } }

.video-player-area {
  border-radius: 10px;
  overflow: hidden;
  padding: 125px 25px; }

.no-mb {
  margin-bottom: 0; }

.nectar-button {
  margin: 0 10px; }

.span_12.dark .nectar_video_lightbox:before {
  border-color: white; }

.span_12.dark .nectar_video_lightbox path {
  fill: #fff; }

.welcome-text h2 {
  font-weight: 800;
  margin: 0 0 20px; }
  .welcome-text p {
    padding-bottom: 15px; }

.wpb_row.full-width-content.hero-section {
  margin: 0 0 50px; }

.owl-carousel .owl-stage {
  padding: 0; }
  .owl-carousel .owl-stage .owl-item .carousel-item {
    height: 450px;
    overflow: hidden;
    position: relative; }
    .owl-carousel .owl-stage .owl-item .carousel-item > div {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      .owl-carousel .owl-stage .owl-item .carousel-item > div .inner {
        height: 100%; }
        .owl-carousel .owl-stage .owl-item .carousel-item > div .inner img {
          opacity: 1;
          object-fit: cover;
          height: 100%;
          width: 100%; }
    .owl-carousel .owl-stage .owl-item .carousel-item .wpb_content_element .wpb_wrapper {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      text-align: center;
      width: 95%;
      z-index: 3; }
    .owl-carousel .owl-stage .owl-item .carousel-item:after {
      content: "";
      background: #000;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      z-index: 1;
      height: 100%;
      width: 100%;
      opacity: 0.4; }
  .owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    bottom: 5px; }
  .owl-carousel .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.4) !important; }
    .owl-carousel .owl-dots .owl-dot.active span {
      background: #fff !important; }

.gform_wrapper .gform_body ul.gform_fields {
  margin: 0; }
  .gform_wrapper .gform_body ul.gform_fields li {
    list-style: none; }
  .gform_wrapper .gform_footer #gform_submit_button_1 {
    margin-top: 10px; }
  .gform_wrapper .gform_footer .gform_button {
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 20px !important;
    font-weight: bold; }
  .gform_wrapper#gform_wrapper_1 {
    max-width: 450px;
    margin: 0 auto; }
  .gform_wrapper#gform_wrapper_1 .gform_body .gform_fields li.gfield {
    border: none !important; }
    .gform_wrapper#gform_wrapper_1 .gform_body .gform_fields li.gfield label {
      display: none; }
    .gform_wrapper#gform_wrapper_1 .gform_body .gform_fields li.gfield .ginput_container input {
      background: #383838;
      color: white;
      border: none !important; }
  .gform_wrapper#gform_wrapper_2 .gform_body .gform_fields li.gfield {
    border: none !important;
    margin-bottom: 20px; }
    .gform_wrapper#gform_wrapper_2 .gform_body .gform_fields li.gfield label {
      display: none; }
    .gform_wrapper#gform_wrapper_2 .gform_body .gform_fields li.gfield .ginput_container input, .gform_wrapper#gform_wrapper_2 .gform_body .gform_fields li.gfield .ginput_container textarea {
      border: none;
      padding: 10px 20px;
      border-radius: 5px; }
    @media only screen and (min-width: 768px) {
        .gform_wrapper#gform_wrapper_2 .gform_body .gform_fields li.input-left, .gform_wrapper#gform_wrapper_2 .gform_body .gform_fields li.input-right {
          display: inline-block;
          width: 49%; }
        .gform_wrapper#gform_wrapper_2 .gform_body .gform_fields li.input-left {
          margin-right: 2%; } }

body[data-form-submit="regular"] .container-wrap .deposit-widget {
  text-align: center;
  background-color: #1c1c1c;
  padding: 50px 20px;
  margin: 0 0 30px;
  border-radius: 3px;
  color: white; }
  body[data-form-submit="regular"] .container-wrap .deposit-widget h3, body[data-form-submit="regular"] .container-wrap .deposit-widget h4, body[data-form-submit="regular"] .container-wrap .deposit-widget p {
    color: white; }
  body[data-form-submit="regular"] .container-wrap .deposit-widget h3 {
    margin: 0; }
  body[data-form-submit="regular"] .container-wrap .deposit-widget h4 {
    opacity: 0.5; }
  body[data-form-submit="regular"] .container-wrap .deposit-widget button[type=submit] {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #eb3757 !important; }
  body[data-form-submit="regular"] .container-wrap .deposit-widget button[type=submit]:hover {
    background-color: #5dc2e6 !important; }

.wpb_row.full-width-section.page-hero-section {
  padding: 30px 0;
  height: 375px;
  margin: 0 0 50px; }
  @media only screen and (min-width: 768px) {
  .wpb_row.full-width-section.page-hero-section {
    padding: 50px 0;
    height: 450px; } }
  .wpb_row.full-width-section.page-hero-section .col {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .wpb_row.full-width-section.page-hero-section .col:after {
    clear: none; }

.contact-us-section h2 {
  font-weight: bold; }
  .contact-us-section .font-size-18 {
    font-size: 18px; }
