
@keyframes fadeInUp{
  0%{
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    )
  }
  to
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDown{
  0%
  {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes fadeOut{
  0%
  {
    opacity: 1;
  }
  to
  {
    opacity: 0;
  }
}



.home-banner .background-image {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: calc(100vh - 162px);
}

.home-banner a.tfs-scroll-down-indicator {
  display: inline-block;
  z-index: 10000;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  font-family: awb-icons;
  color: #fff;
}

.home-banner a.tfs-scroll-down-indicator:before {
  content: "\e61f";
  color: inherit;
}

.home-banner h1.title-heading-center {
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-size: 115px;
  padding: 0;
  text-align: center;
  margin: 0;
  letter-spacing: 0;
  font-family: 'Pathway Gothic One';
}

.home-banner ul.slides-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-banner .fusion-title {
  display: inline-block;
  text-align: center;
}

.home-banner .fusion-title-sc-wrapper {
  display: inline-block;
  padding: 0;
  line-height: 1;
}

.home-banner .heading {
  margin: 0 0 14px;
}

.home-banner .slide-content {
  max-width: 1600px;
  width: auto;
  margin: 0 auto;
}

.home-banner .slide-content-container {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0;
  z-index: 5;
  transform: translateY(-50%);
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.home-banner li.slide-item {
  transition: none !important;
  background: black !important;
  width: 100%;
  float: left;
  position: relative;
  opacity: 1;
  display: block;
  z-index: 2;
}

.home-banner .slick-active h1.title-heading-center {
  -webkit-animation: fadeInUp 1s ease;
  animation: fadeInUp 1s ease;
}

.home-banner .slick-active a.tfs-scroll-down-indicator {
  -webkit-animation: fadeInDown 1s ease;
  animation: fadeInDown 1s ease;
}


.home-banner li.slide-item:before {
  content: "";
  background-color: rgba(0,0,0,0.5);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity:0;
}

.home-banner li.slide-item.slick-active:before {
  -webkit-animation: fadeOut 1s ease;
  animation: fadeOut 1s ease;
}


@media (min-width:768px) {

  .home-banner li.slide-item:nth-child(2) h1.title-heading-center {
    font-size: 120px;
  }

  .home-banner li.slide-item:nth-child(3) h1.title-heading-center {
    font-size: 120px;
  }

}

@media (max-width:1240px) {

  .home-banner .background-image {
    padding-top: calc(100vh - 140px);
  }

}

@media (max-width:1200px) {

  .home-banner h1.title-heading-center {
    font-size: 7.85vw;
  }

  .home-banner li.slide-item:nth-child(2) h1.title-heading-center {
    font-size: 8.17vw;
  }

  .home-banner li.slide-item:nth-child(3) h1.title-heading-center {
    font-size: 8.17vw;
  }


}

@media (max-width:767px) {

  .home-banner h1.title-heading-center {
    font-size: 10.3vw;
  }

  .home-banner li.slide-item:nth-child(2) h1.title-heading-center {
    font-size: 10.65vw;
  }

  .home-banner li.slide-item:nth-child(3) h1.title-heading-center {
    font-size: 10.65vw;
  }

}
