.bannerwithtextslider-container {
  width: 100%;
  height: 480px;
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
}
.bannerwithtextslider-container img {
  width: 100%;
}
@media (max-width: 992px) {
  .bannerwithtextslider-container {
    height: auto;
    background-image: none !important;
  }
}
.bannerwithtextslider-container.animated .bannerwithtextslider-background {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.bannerwithtextslider-background {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: transform 20s linear;
  transition: transform 20s linear;
}
@media (max-width: 992px) {
  .bannerwithtextslider-background {
    display: block;
    height: 180px;
  }
}
.bannerwithtextslider-textslider-container {
  position: absolute;
  z-index: 100;
  top: 50px;
  right: 90px;
  background-color: rgba(23, 28, 143, 0.88);
  width: 520px;
  background-size: 50%;
  height: calc(100% - 100px);
}
@media (max-width: 1199px) {
  .bannerwithtextslider-textslider-container {
    right: 30px;
  }
}
@media (max-width: 992px) {
  .bannerwithtextslider-textslider-container {
    position: unset;
    width: 100%;
    height: 100%;
    background-color: #171C8F;
  }
}
.bannerwithtextslider-swiper-container {
  height: 100%;
  padding: 20px 55px 65px 25px;
}
@media (max-width: 992px) {
  .bannerwithtextslider-swiper-container {
    padding: 20px 20px 65px;
  }
}
.bannerwithtextslider-swiper-container .swiper-slide {
  overflow-y: auto;
}
.bannerwithtextslider-swiper-container .swiper-pagination {
  text-align: left;
  left: 0;
  bottom: 24px;
  padding: 0 25px;
}
@media (max-width: 992px) {
  .bannerwithtextslider-swiper-container .swiper-pagination {
    padding: 0 20px;
  }
}
.bannerwithtextslider-swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 17px;
  color: #ffffff;
  opacity: 1;
  border-radius: 8px;
  background-color: transparent;
}
.bannerwithtextslider-swiper-container .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.bannerwithtextslider-swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  color: #171C8F;
  background: #3BD4AE;
}

.textslider-container {
  padding-bottom: 15px;
}
.textslider-title {
  color: #ffffff;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .textslider-title {
    margin-bottom: 12px;
  }
}
.textslider-content {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .textslider-content {
    padding-bottom: 18px;
    font-size: 15px;
    line-height: 23px;
  }
}
.textslider-btn {
  border-radius: 0;
  background-color: #ffffff;
  color: #171C8F;
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 10px 30px;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.textslider-btn:hover {
  background-color: transparent;
  color: #ffffff;
}/*# sourceMappingURL=Banner_with_text_slider.min.css.map */