/* CSS Document */
.home-banner {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 152px);
  min-height: 580px;
  padding: 0;
  background-color: #000;
  margin-top: 152px;
}
.home-banner .slider-wrapper {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: .95;
}	
.home-banner .slider-wrapper .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 580px;
  height: calc(100vh - 152px);
  background-color: #000;
}
.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%;
  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: 70%;
  opacity: .8;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.65) 80%,rgba(0,0,0,0.95) 100%);
}
*/
.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: 0;
  right: 0;
  bottom: 50px;
  opacity: 0;
  text-align: center;
}
.home-banner.ready .text-content {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.home-banner .text-content h1 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 43px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0 0 21px;
}
.home-banner .text-content .btn-layout {
  max-width: 300px;
  margin: 0 auto;
}

@media (max-width: 1060px) {
  .home-banner {
    margin-top: 100px;
    height: calc(100vh - 100px);
  }
  .home-banner .slider-wrapper .slick-slide .slick-bnn {
    height: calc(100vh - 100px);
  }
}
@media (max-width: 991px) {
  .home-banner .text-content h1 { font-size: 34px }
}
@media (max-width: 768px) {
  .home-banner .text-content h1 { font-size: 28px }
}

/*=========================================== PROJECTS SECTION ==============================================*/
.difference-section {
  padding: 3px 0;
}
.difference-section .container-fluid {
  opacity: 0;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.difference-section.ready .container-fluid {
  --bs-gutter-x: 0;
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.difference-section .container-fluid > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.difference-section .text {
  max-width: 566px;
  color: #fff;
  padding: 43px 38px;
  border-radius: 20px 0px 0px 20px;
  background: var(--color-2, #43A047);
}
.difference-section .text h2,
.difference-section .text h2 span { color: #fff; }
.difference-section .text .btn-layout {
  margin: 10px 0 0;
}
.difference-section .text .btn-layout:not(:hover, :focus) {
  color: var(--color-2, #43A047);
}
.difference-section .text .btn-layout:is(:hover, :focus) {
  background-color: var(--color-2, #43A047);
  border-color: var(--light-gray, #F5F5F5);
}
@media (max-width: 1200px) {
  .difference-section .container-fluid > img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .difference-section .container-fluid > img {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .difference-section .container-fluid {
    flex-wrap: wrap;
  }
  .difference-section .container-fluid > img,
  .difference-section .text {
    width: 100%;
    max-width: 100%;
  }
  .difference-section .text {
    margin-left: 20px;
    margin-bottom: 17px;
  }
}

#gform_wrapper_1 .gfield_required {
  color: #ffffff !important;
}