/* CSS Document */
.home-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #9f9fa0;
  height: 100vh;
  /* min-height: 586px; */
}
.home-banner:after {
  font-family: "Font Awesome 6 Pro";
  content: '\f107';
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: block;
  color: #fff;
  font-size: 33px;
  font-weight: 200;
}
.home-banner .slider-wrapper {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #1f1f1f;
}
.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 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 40%;
  transform: rotate(180deg);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.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: 2vw;
  opacity: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.home-banner.ready .text-content {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.home-banner .text-content h1 {
  display: inline-block;
  line-height: .9em;
  position: relative;
  font-size: 80px;
  color: #fff;
  margin: 0 0 30px;
  
}
.home-banner .text-content h1 span {
  display: block;
  margin-left: 120px
}
.home-banner .text-content h1 small {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 37px;
  line-height: 1.2em;
  font-weight: 400;
  font-style: italic;
  text-align: right;
  padding-right: 90px;
}
.home-banner .text-content .list-inline {
  
}
@media (max-width: 1400px) {
  .home-banner .text-content h1 {
    font-size: 80px;
    
  }
  .home-banner .text-content h1 span {
    margin-left: 60px
  }
  .home-banner .text-content h1 small {
    font-size: 18px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .home-banner .text-content { display: block; }
  .home-banner .text-content ul { padding-left: 60px }
}
@media (max-width: 590px) {
  .home-banner .text-content h1 {
    font-size: 40px;
  }
  .home-banner .text-content h1 span {
    margin-left: 35px
  }
  .home-banner .text-content h1 small {
    font-size: 16px;
    padding-right: 30px;
  }
  .home-banner .text-content ul { padding-left: 0; text-align: center; margin-bottom: 50px }
}

/*=========================================== LEFT IMAGE SECTION ==============================================*/
.left-image-section {
  padding: 20px 0 40px;
  position: relative;
  z-index: 2;
}
.left-image-section .container,
.left-image-section .container-fluid {
  opacity: 0;
}
.left-image-section.ready .container,
.left-image-section.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.left-image-section h2 { margin: 60px 0 30px }
.left-image-section picture {
  display: block;
  position: absolute;
  top: 50%;
  right: 52%;
  width: 47%;
  transform: translateY(-50%);
}
.left-image-section picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .left-image-section {padding-top: 0px;}
  .left-image-section picture {
    top: -70px;
    transform: none;
    right: 15px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .left-image-section picture { width: 240px }
}
@media (max-width: 991px) {
  .col-md-4.col-lg-6.mob {
    display: none;
}
.row.mob {
  justify-content: center;
}
  .col-md-8.col-lg-6 .h1-style{
    text-align:center;
  }
  .col-md-8.col-lg-6 img{
    display: flex;
    max-width: 49%;
    justify-self: anchor-center;
  }
}
@media (min-width: 992px) {
  .col-md-8.col-lg-6 img{
    display: none;
  }
  }

/*=========================================== SERVICES SECTION ==============================================*/
.services-section {
  padding: 100px 0 0;
  position: relative;
  background-image: url(../img/bnn-services.jpg);
  background-size: cover;
  background-position: center bottom;
}
.services-section .container,
.services-section .container-fluid {
  opacity: 0;
}
.services-section.ready .container,
.services-section.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.services-section h2 { text-align: center; margin-bottom: 80px }
.services-section h2 + .row { margin-bottom: 90px }
.services-section li { margin-bottom: 20px; }
.services-section .fa-solid { color: #016224; }
.services-section .btn-layout {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -31px;
  margin-left: -114px;
}

@media (max-width: 991px) {
}
@media (max-width: 480px) {
}
/* Video slider */
.banner-video-overlay{
  position: absolute;
  z-index: 3;           
  inset: 0;
  overflow: hidden;
  pointer-events: none;  
}

 .banner-video-overlay iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  width: 177.78%;        
  min-width: 130%;
  min-height: 110%;
}


@media (max-width: 1208px){
  .banner-video-overlay iframe{
    width: 320%;
  }
}
 @media (max-width: 988px){
  .banner-video-overlay iframe{
    width: 320%;
  }
}

@media (max-width: 630px){
  .banner-video-overlay iframe{
    width: 420%;
  }
}

@media (max-width: 470px){
  .banner-video-overlay iframe{
    width: 520%;
  }
}
@media (max-width: 390px){
  .banner-video-overlay iframe{
    width: 580%;
  }
}

