/* 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 {
  position: absolute;
  height: 56vw;
  width: 100%;
}
@media (max-width: 1500px) {
  .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: 410%;
    left: 50%;
    transform: translate(-50%,0);
  }
}
.home-banner .text-content {
  text-align: center;
  position: absolute;
  z-index: 4;
  left: 54px;
  right: 54px;
  top: 27%;
  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;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 20px 0;
  text-shadow: 0 0 3px #000;
}
.home-banner .text-content p {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-shadow: 0 0 3px #000;
}

@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
  }
}

/*=========================================== ABOUT SECTION ==============================================*/
.about-section {
  position: relative;
  background: #8499A4;
  border-top: solid 10px #22408c;
}
.about-section .bnn {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 56%;
  border-right: solid 1px #d7d7d7;
}
.about-section .bnn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section .info {
  opacity: 0;
  margin-left: 58%;
  padding: 50px 4vw 55px;
}
.about-section.ready .info {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.about-section .info h2 {
  color: #fff;
  margin-bottom: 45px;
}
.about-section .info p {
  color: #fff;
}
.about-section .info .btn-layout {
    margin-top: 20px;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
  .about-section {
    background: #000
  }
  .about-section .bnn {
    width: 100%;
    border: none;
    opacity: .3;
  }
  .about-section .info {
    margin: 0;
  }
}

/*=========================================== PROJECTS SECTION ==============================================*/
.projects-section {
    position: relative;
    overflow: hidden;
    padding: 6px 0;
}
.projects-section .parallax {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.projects-section .parallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: exclusion;
  opacity: .2;
}
.projects-section .left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.projects-section .left h2 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.projects-section .left li:not(:last-child) { margin-right: 20px; }
.projects-section .left li {
  font-size: 26px;
}
.projects-section .left li a {}
.projects-section .slider-wrapper {
  padding: 0 18vw 0 0;
  margin-left: 290px;
  overflow: hidden;
}
.projects-section .slider-wrapper .slick-list { overflow: visible; }
.projects-section .slider-wrapper .slick-slide {
  padding: 30px 15px;
}
.projects-section .slider-wrapper .item {
  display: block;
  position: relative;
  padding-bottom: 58%;
  background: #000;
  box-shadow: 0px 5px 9px 4px rgba(135, 135, 135, 0.55);
}
.projects-section .slider-wrapper .item .bnn img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .9;
  transition: all .3s ease;
}
.projects-section .slider-wrapper .item:hover .bnn img { opacity: .7 }
.projects-section .slider-wrapper .item .info {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.projects-section .slider-wrapper .item .info p {
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  color: #fff;
}
.projects-section .slider-wrapper .item .info p span {
  display: block;
  font-weight: 400;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
  .projects-section .left {
    position: static;
    width: 100%;
  }
  .projects-section .slider-wrapper {
    padding: 0;
    margin: 0;
  }
}