/* CSS Document */

.menu {/* background-color: #fff */}

.page {
  padding-top: 0 !important;
}
.home-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #000;
  height: 100vh;
  min-height: 586px;
}
/*
.home-banner:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../img/Robbins.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px;
  opacity: 1;
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
}
.home-banner.loaded:before {
  bottom: 100%;
  opacity: 0;
}
*/
.home-banner .slider-wrapper {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: .6;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #767676;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 580px;
  height: 100vh;
  display: block;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax iframe {
  position: absolute;
  height: 56vw;
  width: 100%;
}
@media (max-width: 1500px) {
  .home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax iframe {
    height: 100%;
    width: 410%;
    left: 50%;
    transform: translate(-50%,0);
  }
}
.home-banner .text-content {
  position: absolute;
  z-index: 4;
  left: 4vw;
  right: 4vw;
  bottom: 6vw;
  max-width: 100%;
  opacity: 0;
}
.home-banner.ready .text-content {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.home-banner .text-content h1 {
  color: #fff;
  line-height: 1em;
  font-size: 4vw;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: -5px
}
.home-banner .text-content h1 span {
  display: block;
  font-size: .3em;
  line-height: 1em;
  text-transform: lowercase;
  margin-left: 5px;
}
.home-banner .text-content ul{margin-left: 0;}
.home-banner .text-content li:not(:last-child) { margin-right: 20px; }
.home-banner .text-content li a {
  padding: 12px 16px;
  font-size: 14px;
}
/*
.home-banner .text-content h1 {
  display: inline-block;
  font-size: 103px;
  line-height: 1em;
  text-transform: uppercase;
  padding-left: 110px;
  position: relative;
  color: #fff;
}
.home-banner .text-content h1:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 15px;
  bottom: 20px;
  right: -90px;
  background-color: #0072be;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../img/bnn-tagline.png);
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}
.home-banner .text-content h1 span {
  display: block;
  font-size: 51px;
  line-height: 1.1em;
  text-transform: capitalize;
  left: -70px;
  position: relative;
}
*/

@media (max-width: 991px) {
  /*
  .home-banner .text-content h1:before {
    top: 0;
    bottom: 0
  }
  */
  .home-banner .text-content h1 {
    font-size: 10vw;
  }
  .home-banner .text-content li a {
    padding: 12px;
    font-size: 14px;
  }
}
@media (max-width: 590px) {
  /*
  .home-banner .text-content h1:before {
    right: -40px;
  }
  */
  .home-banner .text-content h1 {
    font-size: 12vw;
  }
  .home-banner .text-content h1 span {
    font-size: 16px;
  }
}

/*=========================================== VIDEO SECTION ========================================================*/
.ratio.scroll-section {
	opacity: 0;
}
.ratio.ready {
  opacity: 1;
  animation: fadeIn 1.2s both;
}

/*=========================================== PROJECTS SECTION ========================================================*/
.projects-section {
  opacity: 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.projects-section.ready {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.projects-section .slider-wrapper {
}

.projects-section .slick-list {
  overflow: visible;
}
.projects-section .slick-slide {
  padding-right: 1px;
  opacity: 0;
}
.projects-section.ready .slick-slide {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}

.projects-section .slider-controls {
  position: relative;
  margin: 5px 0 30px;
}
.projects-section .slider-controls > span {
  display: block;
  font-size: 18px;
  color: #0172be;
}
.projects-section .slider-controls .btn-layout {
  position: absolute;
  top: 0;
  right: 0;
}
.projects-section .projects-section p {
  font-weight: 600;
  font-size: 26px;
}
.projects-section .projects-section p strong {
  font-weight: 900;
}
/*=========================================== ABOUT SECTION ========================================================*/
.about-section {
  opacity: 0;
  padding: 80px 0 60px;
  padding-left: 60px;
  position: relative;
  border-bottom: solid 1px #0171bd;
}
.about-section.ready {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.about-section:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-size: cover;
  background-position: left center;
  background-image: url(../img/bnn-about-right.jpg);
  opacity: 0;
}
.about-section.ready:before {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
.about-section .container-fluid {
  position: relative;
  z-index: 2;
}
.about-section ul.list-inline {
  margin: 3vw 0;
}
.about-section ul.list-inline li:not(:last-child) {
  margin-right: 1vw;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .about-section {
    padding: 30px 2vw 20px;
  }
  .about-section.ready:before {
    opacity: 0.2;
    -webkit-opacity: 0.2;
    display: none;
  }
  .about-section ul.list-inline {
    margin: 30px 0;
  }
}