/*------------------------------------------*/
/*   NAVIGATION MENU
/*------------------------------------------*/

#loading {
  background: linear-gradient(180deg,rgba(0,154,206,1.00) 0%, rgba(0,66,88,1.00) 100%);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  margin-top: 0px;
  top: 0px;
}

.container {
  scroll-margin-top: 300px !important;
}

.tra-menu .wsmainfull.scroll {
  background-color: rgba(255,255,255,1.00) !important;
  background-image: linear-gradient(to bottom, rgba(255,255,255,1.00), rgba(252,229,1,0.5)) !important;
  padding: 15px 0;
}

#hero-8 {
  background-image: url(/assets/landing/images/hero-8.jpg?v=1.3);
}

#hero-9 {
  background-image: url(/assets/landing/images/hero-9.jpg?v=1.1);
  padding-bottom: 0px;
}


.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.primary-scroll a, .tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.primary-scroll a {
  color: rgba(0,154,206,1.00);
}

#hero-8 h1 {
  font-size: 15rem;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(252,229,1,0.2);
  z-index: 1000 !important;
  letter-spacing: -0.5rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 30px;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.35);
}

@media (min-width: 321px) and (max-width: 479.95px) {
  .bg-scroll, .division {
    background-attachment: scroll !important;
  }
  #hero-8 h1 {
    display: none;
  }
  #hero-8 {
    padding-top: 40px !important;
  }
  .list-group-item i {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
  }
  .list-group-item strong {
    max-width: 280px;
    display: inline-block;
  }
}

#hero-8 h2, #hero-9 h2 {
  text-transform: none;
  line-height: 1.1;
  margin-bottom: 10px;
  z-index: 9900 !important;
  position: relative;
}

#hero-8 h2 strong, #hero-9 h2 strong {
  font-size: 3rem;
  font-weight: 900;
}

.hero-txt p {
  text-shadow: 0px 0px 7px rgba(0,0,0,1);
  font-weight: 300;
  font-size: 1.35rem;
}

#hero-8 .hero-txt, #hero-9 .hero-txt, #hero-10 .hero-txt {
  padding-bottom: 10px;
  text-align: center;
}

.blue-color, .blue-color h2, .blue-color h3, .blue-color h4, .blue-color h5, .blue-color h6, .blue-color p, .blue-color a, .blue-color li, .blue-color i, .blue-color span, .white-color .blue-color {
  color: rgba(0,154,206,1.00);
}

.cbox-1-txt p {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.content-5-img {
  padding-left: 15px;
}

.content-6-img {
  left: -25%;
}

.content-4-img img, .content-5-img img, .content-6-img img {
  max-width: 650px;
}

#cta-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bg-03 {
  background-image: url(/assets/landing/images/bg-03.jpg?v=1.1);
}

.bg-05 {
  background-image: url(/assets/landing/images/bg-05.jpg?v=1.0);
}

#brands-2 .brand-logo {
  width: 12%;
  padding: 15px;
  display: inline-block;
}

.btn-primary:disabled, .btn-primary:disabled:hover {
  color: rgba(255,255,255,1.00);
  background-color: rgba(69,106,147,1.00);
  border-color: rgba(48,75,104,1.00) !important;
  cursor: not-allowed;
}
.btn.disabled, .btn:disabled {
  opacity: .5;
}

.seo-form .error {
  color: rgba(201,44,28,1.00) !important;
  font-size: 1.05rem !important;
  font-weight: normal !important;
  padding-top: 5px !important;
  margin-bottom: 10px !important;
}

.seo-form .error::placeholder {
  color: rgba(201,44,28,1.00) !important;
}