/* CSS Document */
.page {
  padding-top: 0 !important;
}
.home-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 585px;
  background-color: #161616;
}
.home-banner .brands {
  position: absolute;
  z-index: 4;
  bottom: 65px;
  left: 35px;
  margin: 0;
}
.home-banner .brands img {
  height: 55px;
  margin-top: 7vh;
}
.home-banner:after {
  content: '';
  position: absolute;
  z-index: 3;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-image: url("../png/bnn-overlay.png");
  background-position: bottom center;
  background-size: auto;
  background-repeat: repeat-x;
}
.home-banner > .slider-wrapper {
  position: relative;
  opacity: .7;
  z-index: 2;
}
.home-banner > .slider-wrapper .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 585px;
}
.home-banner > .slider-wrapper .slick-slide .slick-bnn > span.parallax {
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-banner .text-content {
  position: absolute;
  text-align: center;
  z-index: 4;
  left: 4vw;
  right: 15px;
  bottom: 0;
  max-width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.home-banner.ready .text-content {
  bottom: 3vw;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s, bottom 0.8s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s, bottom 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, bottom 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, bottom 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.home-banner .text-content ul {
  margin: 0;
}
.home-banner .text-content ul li {
  margin-bottom: 15px;
}


/*=========================================== LOCATIONS SCETION ======================================================*/
.about-section {
  padding: 20px 0 40px;
  position: relative;
  z-index: 3;
}
.about-section:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  opacity: 0;
  background-image: url("../png/redd-about.png");
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat;
}
.about-section.ready:before {
  top: -80px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.about-section .container-fluid {
  position: relative;
  z-index: 3;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-section.ready .container-fluid {
  z-index: 2;
  width: 100%;
  max-width: none;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.about-section .container-fluid p {
  padding-left: 3vw;
}

/*=========================================== RESPONSIVE HOME ======================================================*/
@media screen and (max-width: 1400px) {
  .home-banner .brands {
    top: 200px;
    left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .home-banner .brands {
    top: 150px;
    left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .about-section:before {
    width: 50%;
    background-size: 1100px;
  }
  .about-section.ready:before {
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
   .about-section:before {
    width: 40%;
    background-size: 800px;
  }
}
@media screen and (max-width: 575px) {
  .about-section:before {
    width: 100%;
    background-size: cover;
  }
  .about-section.ready:before {
    top: 20px;
    opacity: .07;
  }
}