/* CSS Document */
.home-banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
  padding: 0;
  background-color: #000;
}
.home-banner .slider-wrapper {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 1;
}	
.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:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
*/
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax iframe,
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax video {
  display: block;
  position: absolute;
  height: 56vw;
  width: 100%;
  opacity: .6;
}
@media (max-height: 600px) {
  .home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax iframe,
  .home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax video {
    height: 150%;
    width: 200%;
    left: 50%;
    transform: translate(-50%,0);
  }
}
@media (max-width: 1200px) {
  .home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax iframe,
  .home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax video {
    height: 100%;
    width: 291%;
    left: 50%;
    transform: translate(-50%,0);
  }
}
@media (max-width: 768px) {
  .home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax iframe,
  .home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax video {
    height: 100%;
    width: 391%;
    left: 50%;
    transform: translate(-50%,0);
  }
}
.home-banner .text-content {
  text-align: left;
  position: absolute;
  z-index: 4;
  left: 54px;
  right: 54px;
  bottom: 106px;
  transform: translateY(-50%);
  opacity: 0;
}
.home-banner.ready .text-content {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.home-banner .text-content .list-inline { margin: 50px 0 35px; }
.home-banner .text-content .list-inline li { margin-bottom: 15px; }
.home-banner .text-content h1 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 111.111% */
  margin: 0 0 12px;
}
.home-banner .text-content p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
  .home-banner .text-content h1 {
    font-size: 30px;
  }
  .home-banner .text-content p {
    font-size: 20px
  }
}

/*=========================================== LINKS ==============================================*/
.links-section {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
  margin: -91px 0 0;
  opacity: 0;
}
.links-section.ready {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.links-section > div {
  width: 16.6666%;
  padding: 0 10px;
}
.links-section .item {
  display: block;
  position: relative;
  padding-bottom: 62%;
  overflow: hidden;
  background-color: #000;
}
.links-section > div:first-child .item {
  border-radius: 0px 0px 0px 114px;
}
.links-section > div:last-child .item {
  border-radius: 0px 0px 114px 0px;
}
.links-section .item .bnn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .5;
  transition: all .3s ease;
}.links-section .item:hover .bnn {
  opacity: .2;
}
.links-section .item .bnn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.links-section > div:last-child .item .bnn img { object-fit: scale-down; }
.links-section .item .info {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.links-section .item .info p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px; /* 125% */
  margin: 0;
}

@media (max-width: 1300px) {
  .links-section .item .info p {
    font-size: 16px
  }
  .links-section > div {
    width: 33.3333%;
    margin-bottom: 20px
  }
  .links-section > div:first-child .item {
    border-radius: 0;
  }
  .links-section > div:nth-child(4) .item {
    border-radius: 0px 0px 0px 100px;
  }
  .links-section > div:last-child .item {
    border-radius: 0px 0px 100px 0px;
  }
}
@media (max-width: 991px) {
  .links-section .item .info p {
    font-size: 14px
  }
}
@media (max-width: 768px) {
  .links-section > div {
    width: 50%;
    margin-bottom: 20px
  }
  .links-section > div:first-child .item,
  .links-section > div:nth-child(4) .item{
    border-radius: 0;
  }
  .links-section > div:nth-child(5) .item {
    border-radius: 0px 0px 0px 60px;
  }
  .links-section > div:last-child .item {
    border-radius: 0px 0px 60px 0px;
  }
}
@media (max-width: 400px) {
  .links-section > div {
    width: 50%;
    margin-bottom: 2px;
    padding: 0 1px
  }
  .links-section .item .info {
    padding: 0 20px;
  }
}

/*=========================================== SERVICES SECTION ==============================================*/
.services-section {
  position: relative;
  max-width: 1224px;
  padding: 72px 0;
  margin: 0 auto;
  display: flex;
}
.services-section .bnn {
  display: block;
  position: relative;
  padding-bottom: 44%;
  width: 49%;
  border-radius: 41px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.services-section .bnn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-section .info {
  opacity: 0;
  width: 53%;
  padding: 50px 4vw 55px;
}
.services-section.ready .info {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.services-section .info h2 {
    margin-bottom: 40px;
}
.services-section .info p {
}
.services-section .info .btn-layout {
    margin-top: 20px;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
  .services-section {
    background: #fff;
    display: block;
  }
  .services-section .bnn {
    width: 100%;
    height: 100%;
    border: none;
    opacity: .3;
    position: absolute;
    top: 0;
    border-radius: 0;
  }
  .services-section .info {
    margin: 0;
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .services-section .info .btn-layout {
      margin-top: 20px;
  }
}

/*=========================================== QUOTE SECTION ==============================================*/
.quote-section {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  text-align: center;
  background: #17223d;
}
.quote-section .parallax {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bnn-quote.jpg);
  background-position: center;
  background-size: cover;
}
.quote-section .container,
.quote-section .container-fluid {
  position: relative;
  opacity: 0;
}
.quote-section.ready .container,
.quote-section.ready .container-fluid {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.quote-section h2 {
  color: #fff;
  margin-bottom: 60px
}
.quote-section h2 span { 
  font-size: 28px;
  margin-bottom: 30px;
}
.quote-section h2:after {
  content: '';
  display: block;
  width: 179px;
  height: 1px;
  background: #fff;
  margin: 50px auto 0;
}
.quote-section p {
  color: #fff;
  margin-bottom: 60px
}