@media screen and (min-width: 991px) and (max-width: 1129px) {
  .rev_slider .rstitle {
    font-size: 59px !important;
    line-height: 59px !important;
    margin-top: 30px !important;
  }
}

.banner-bg-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-overlay {
  position: absolute;
}

.banner-content {
  padding-top: 338px;
  padding-bottom: 226px;
}

.banner-content .h1-title {
  margin-top: 20px;
}

.banner-content p {
  margin-bottom: 0;
  margin-top: 14px;
  font-size: 18px;
  line-height: 28px;
  color: #cdcfd2;
}

.banner-btn-play-btn .sec-btn:hover {
  color: #162541 !important;
  transition: 0.5s;
}

.banner-btn-play-btn .sec-btn:hover.sec-btn::after {
  background-color: #ffffff;
  transition: 0.5s;
}

.banner-btn-play-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.banner-play-btn {
  display: inline-block;
  align-items: center;
  margin-left: 30px;
}

.banner-play-btn a {
  display: flex;
  align-items: center;
}

.play-btn i {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #b68c5a;
  border-radius: 50%;
}

.home-startup .rs-btn.play-btn:hover i, .play-btn:hover i {
  color: #162542 !important;
}

.play-btn p {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  color: #ffffff;
  text-transform: uppercase;
}

.count-number {
  font-size: 50px;
  line-height: 50px;
}
/* .count-number::after {
  content: '+';
  font-weight: 500;
  font-size: 15px;
  margin-left: 5px;
} */

@media screen and (max-width: 1399px) {
  .banner-overlay {
    left: -150px;
  }

  .h1-title {
    font-size: 70px;
    line-height: 80px;
  }

  .h2-title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-overlay {
    left: -290px;
  }

  .h1-title {
    font-size: 60px;
    line-height: 70px;
  }

  .h2-title {
    font-size: 50px;
    line-height: 60px;
  }

  .h2-subtitle {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .banner-overlay {
    display: none;
  }

  .banner-content {
    padding-top: 235px;
    padding-bottom: 226px;
  }

  .h2-title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .h2-subtitle {
    font-size: 18px;
    line-height: 18px;
  }

  .h2-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .banner-btn-play-btn {
    display: block;
  }

  .banner-play-btn {
    display: block;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .h1-title {
    font-size: 45px;
    line-height: 55px;
  }
  .banner-btn-play-btn {
    display: block;
  }

  .banner-play-btn {
    display: block;
    margin-top: 30px;
    margin-left: 0;
  }
}


/* call to action section */
.call-to-action-section {
  padding: 30px 2%;
  width: 90%;
  margin: 0 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #191919;
  position: absolute;
  bottom: -80px;
  border-radius: 10px;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.call-to-action-section h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.call-to-action-section h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 27px;
  color: #c7c7c7;
  text-align: center;
  margin-bottom: 0px;
}
.call-to-action-button {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  width: 256px;
  height: 49px;
  border-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.call-to-action-button:hover {
  box-shadow: 0px 0px 0px rgb(0 0 0 / 15%);
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
.vertical-line {
  border-left: 2px solid #c7c7c7;
  height: 90px;
}
@media (min-width: 769px) {
  .vertical-line {
    margin: 0 15px;
  }
}
@media (min-width: 1440px) {
  .call-to-action-section {
    width: 70%;
    margin: 0 15%;
  }
}
@media (max-width: 768px) {
  .vertical-line {
    display: none;
  }
  .call-to-action-section {
    width: unset;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70%;
    margin: 0 15%;
    gap: 10px;
    bottom: -100px;
  }
  .call-to-action-section h3 {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }
  .call-to-action-section h4 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .call-to-action-button {
    width: 219px;
    height: 44px;
    font-size: 16px;
  }
}
@media (max-width: 475px) {
  .call-to-action-section {
    width: 90%;
    margin: 0 5%;
  }
  .call-to-action-section h3 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .call-to-action-section {
    bottom: -110px;
  }
}
#news {
  padding-bottom: 130px;
}
footer {
  padding-top: 90px;
}