.homepage-banner-slider .homepage-banner-item {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.homepage-banner-slider .homepage-banner-item h1 {
    text-align: center;
    display: block;
    padding-top: 34.7vh;
    text-align: center;
    line-height: normal;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 8.43vh;
    color: #fff;
    font-family: seravek;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 6.78vh;
}

.homepage-banner-slider .homepage-banner-item h2 {
    z-index: 6;
    font-family: seravek;
    height: auto;
    width: auto;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 3.62vh;
}

.homepage-banner-slider ul.slick-dots {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  bottom: 99px;
  text-align: center;
}

.homepage-banner-slider ul.slick-dots li {
  background: rgba(125,125,125,0.5);
  cursor: pointer;
  box-sizing: content-box;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  margin: 0 7.5px;
}

.homepage-banner-slider ul.slick-dots li button {
  display: none;
}

.homepage-banner-slider ul.slick-dots li.slick-active {
  background: rgb(125,125,125);
}

.homepage-banner-slider ul.slick-dots li:hover {
  background: rgb(125,125,125);
}





.ch-scroll-arrow, #home-section {
  position: relative;
  width: 100%;
  height: 100%;
}
#chr-scroll-arr { background: red;}

#thanks {
  background-color: #fff;
}

.homepage-banner-slider ul.slick-dots {
    bottom: 80px;
    padding-left: 0 !important;
}

#chr-scroll-arr a {
  padding-top: 0;
   position: absolute;
   bottom:150px;
   left:0;
   right:0;
   margin:0 auto;
}
#chr-scroll-arr a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#chr-scroll-arr a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#chr-scroll-arr a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#chr-scroll-arr a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



@media (max-width:1200px){
  .homepage-banner-slider .homepage-banner-item h1 {
    text-align: center;
    display: block;
    padding-top: 28.01vw;
    font-size: 6vw;
    padding-bottom: 4.76vw;
  }

  .homepage-banner-slider .homepage-banner-item h2 {
    z-index: 6;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 2.57vw;
  }
}

@media screen and (max-width: 1000px) {
  .homepage-banner-slider .homepage-banner-item h1 {
    text-align: center;
    display: block;
    padding-top: 24.15vw;
    font-size: 6vw;
    padding-bottom: 4.5vw;
  }

  .homepage-banner-slider .homepage-banner-item h2 {
    z-index: 6;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 2.54vw;
  }
}

@media (max-width:950px){
  .homepage-banner-slider .homepage-banner-item .inner {
    margin-top: -25%;
  }

  .homepage-banner-slider .homepage-banner-item h1 {
    text-align: center;
    display: block;
    padding-top: 0;
    font-size: 6vw;
    padding-bottom: 4.5vw;
  }

  .homepage-banner-slider .homepage-banner-item {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .homepage-banner-slider .homepage-banner-item h1 {
    max-width: 100%;
  }
}

@media (max-width:767px){
  .homepage-banner-slider .homepage-banner-item .inner {
    margin-top: -21%;
  } 

  .homepage-banner-slider .homepage-banner-item h1 {
    text-align: center;
    display: block;
    padding-top: 0;
    font-size: 9.75vw;
    padding-bottom: 4.5vw;
    padding-left: 10px;
    padding-right: 10px;
}

  .homepage-banner-slider .homepage-banner-item h2 {
    z-index: 6;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 3.78vw;
    width: 100% !important;
    display: block;
    white-space: normal;
    padding-left: 15px;
    padding-right: 15px;
  }

#chr-scroll-arr a
{
	bottom:100px;
}
#chr-scroll-arr a span { 
  width: 18px;
  height: 18px;
}
}