.home-banner .item {
  min-height: 100vh;
  position:relative;
  -webkit-font-smoothing: antialiased ;
}

.home-banner .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.1);
  transition:10s;
}

.home-banner.animation .item.slick-active .bg {
  transform: scale(1);
}

.home-banner .title:after {
  background-color: #ff8307;
  width: 200px;
  height: 10px;
  display: block;
  content: '';
  margin-top: 35px;
  position: relative;
  left: 2px;
  margin-bottom: 49px;
}


.home-banner .logos-section {
  display: flex;
}


.home-banner .logos-section .items + .items {
  margin-left: 61.5px;
}

.home-banner .logos-section .items:nth-child(3) {
  margin-left: 50.5px;
}

.home-banner .item .inner {
  padding: 0px 10.7vw;
  padding-top: 333px;
  position: relative;
  padding-bottom: 100px;
}

.home-banner * {
  color: #fff;
}

.home-banner .title h1 {
  font-family: "Open Sans";
  line-height: 54px;
  font-weight: 400;
  font-size: 58px;
}

.home-banner p {
  font-family: "Open Sans";
  visibility: visible;
  text-align: inherit;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 18px;
  max-width: 862px;
}

.home-banner .info {
  padding-top: 58px;
  margin-left:-3px;
}

.home-banner .info p{
  font-family: "Open Sans";
  visibility: visible;
  text-align: inherit;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 400;
}

.home-banner .info p a {
  color: #16c1f3;
  line-height: 24px;
}

.home-banner .info p a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.home-banner ul.slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  display: flex !important;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
  padding-bottom: 20px;
}

.home-banner ul.slick-dots li {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255 ,255 ,255,0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background: transparent;
  width: 15px;
  height: 15px;
  list-style:none;
  font-size: 0;
  line-height: 0;
  margin: 0px 2.5px;
}

.home-banner ul.slick-dots li button {
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.3);
  cursor: pointer;
  border: none;
  font-size: 0;
  vertical-align: middle;
}

.home-banner ul.slick-dots li.slick-active,
.home-banner ul.slick-dots li:hover {
  box-shadow: 0 0 0 2px #fff;
  border: none;
  border-radius: 50%;
  background: transparent;
}

.home-banner ul.slick-dots li.slick-active button, 
.home-banner ul.slick-dots li:hover button {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: rgba(255,255,255,1);
}

.home-banner .item:nth-child(n+2) .inner {
  padding: 0px 9.43vw;
  padding-top: 249px;
  padding-bottom: 100px;
}

.home-banner .no-title .info:before{
  background-color: rgb(0, 122, 255);
  width: 200px;
  height: 10px;
  display: block;
  content: '';
  margin-top: 0px;
  position: relative;
  left: 2px;
  margin-bottom: 29px;
  display:block;
}

.home-banner .no-title .info {
  padding: 0px 26px;
  margin-top: -2px;
}

.home-banner .slick-arrow {
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0);
  position: absolute;
  display: block;
  z-index: 1000;
  cursor: pointer;
  padding: 0;
  transition: 1s;
  border: none;
  opacity: 0;
  padding: 0;
  top: 50%;
  font-size: 0;
  left: 20px;
  margin-top: -25px;
}

.home-banner .slick-arrow.slick-next {
  right: 20px;
  left: auto;
}

.home-banner:hover .slick-arrow {
  opacity: 1;
}

.home-banner .slick-arrow:after {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  content: '\e824';
  -webkit-transition: all 0.3s;
}

.home-banner .slick-arrow:hover:after {
  opacity: 0.75;
}

.home-banner .hs-btn {
  padding-bottom: 150px;
  background-color: rgb(255, 131, 7);
  font-family: Roboto;
  cursor: pointer;
  line-height: 1;
  font-size: 20px;
  margin: 0px;
  border-radius: 0px;
  padding: 23px 35px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: inline-block;
  margin-top: 18px;
  font-weight: 700;
}

.home-banner .item:nth-child(4) .inner .logos-section {
  padding-left: 15px !important;
}

.home-banner .item:nth-child(4) .hs-btn {
  background-color: rgba(0, 0, 0, 0.75);
  font-size:22px;
}

.home-banner .item:nth-child(4) .no-title .info:before {
  background-color: #ff8307;
  margin-top: -20px;
  margin-bottom: 38px;
}

.home-banner .item:nth-child(4) .no-title .info {
  padding: 0px 22px;
}

.home-banner .item:nth-child(4) .inner {
  padding: 0px 9.8vw;
  padding-top: 249px;
  padding-bottom: 100px;
}

.home-banner .item:nth-child(3) .logos-section {
  padding-left: 24px;
}



.home-banner .play-btn i {
  color: rgb(51, 51, 51);
}
.home-banner .item:nth-child(3) .no-title .info:before {
  background-color: rgb(255, 131, 7);
  margin-top: -17px;
  margin-bottom: 39px;
}
.home-banner .info p {
  opacity:0;
}
.home-banner .info p,
.home-banner .item:nth-child(2) .inner.no-title .logos-section img  {
  opacity:0;
}
.home-banner .title:after,
.home-banner .no-title .info:before {
  opacity:0;
  transition:1.5s all ease;
}
.home-banner  .slick-active .title:after ,
.home-banner  .slick-active .no-title .info:before{
  opacity:1;
}

.home-banner .item:not(:nth-child(4)) .info .button-group {
  opacity:0;  
}
{
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.home-banner .play-btn .icon {
  background-color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  letter-spacing: 0px;
  font-weight: 400;
  border-radius:60px;
  font-size: 20px;
  padding: 0px;
  color: rgb(51, 51, 51);
  text-decoration: none;
  white-space: nowrap;
  width: 60px;
  height: 60px;
  margin-right: 11px;
  display: inline-block;
}

.home-banner .play-btn i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.home-banner .play-btn i:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: 0;
}

.home-banner .play-btn {
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 22px;
  font-family: "Open Sans";
  display: inline-block;
  cursor: pointer;
}

.home-banner .slick-arrow.slick-next:after {
  content: '\e825';
}
@media(max-width:1680px){

  .home-banner .item .inner {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }

  .home-banner .item:nth-child(n+2) .inner {
    padding-left: 3.5vw !important;
    padding-right: 3.5vw !important;
  }

  .home-banner .item:nth-child(n+4) .inner {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }

}

@media(max-width:1124px){
  .home-banner .slick-arrow {
    display: none !important;
  }
}


@media(max-width:767px){

  .home-banner .item .inner {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }

  .home-banner .item:nth-child(n+2) .inner {
    padding-left: 3.5vw !important;
    padding-right: 3.5vw !important;
  }

  .home-banner .item:nth-child(n+4) .inner {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }

  .home-banner {
    text-align: center;
  }

  .home-banner .title:after {
    margin: 0px auto;
    margin-bottom: 49px;
    margin-top: 35px;
  }

  .home-banner .title h1 {
    line-height: 42px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 28px;
  }

  .home-banner .item .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 360px !important;
  }

  .home-banner .logos-section .items + .items {
    margin: 0;
  }

  .home-banner .logos-section .items {
    padding: 0px 10px;
  }


  .home-banner .info p {
    line-height: 20px !important;
    font-size: 14px !important;
  }

  .home-banner .item:nth-child(n+2) .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .home-banner .item:nth-child(3) .no-title .info:before {
    margin-top: 0;
    margin: 0px auto;
  }

  .home-banner .no-title .info:before {
    margin: 0px auto;
    margin-bottom: 29px;
  }

}