.swiper-container .pagin {width:250px; border:0px solid #fff; overflow:hidden; position:absolute; 
bottom:150px; left:5%; height:50px; z-index: 9999;  }
.swiper-container .pagin .swiper-pagination-fraction {position:relative; padding:0; top:0; }
.swiper-container .pagin .swiper-pagination-current {position: absolute; left:20px; top:12px; }
.swiper-container .pagin .swiper-pagination-total {position: absolute; right:20px; top:12px;}

.txtBox {text-align: left; width:90%; padding-bottom:50px; }

.swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.swiper-button-next, .swiper-button-prev {
  color: rgba(255,255,255,0.5); 
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: rgba(255,255,255,1); 
}

.swiper-slide-duplicate,
.swiper-container .swiper-slide {
  background-position: center !important; background-repeat:no-repeat;
  background-size: cover !important;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
 
 
}
.swiper-slide-duplicate .description,
.swiper-slide-duplicate .title,
.swiper-slide .description,
.swiper-slide .title {
  display: block; line-height: 70px;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-slide-duplicate-active .description,
.swiper-slide-duplicate-active .title,
.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}
.swiper-slide-duplicate-active .title,
.swiper-slide-active .title {
  margin-bottom: 2rem;
  font-size: 65px; line-height: 80px;
  color: #fff; font-weight:600;
  transition: opacity 1s ease 0.3s;
}
.swiper-slide-duplicate-active .description,
.swiper-slide-active .description {
  font-size: 20px; line-height: 30px;
  color: #fff;
  transition: opacity 1s ease 0.6s;
}

.swiper-progress-bar {
  position: relative;
  width:60%; margin:0 auto;
  display: block;
  z-index: 1;
  height: 2px;
}
.swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  width: auto;
  clear: both;
  opacity: 0;
  top: 24px;
  left: 0;
  right: 0;
}
.swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  width: 0;
  content: "";
  transition: 0.1s width linear;
}
.swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}
.swiper-progress-bar.animate .slide_progress-bar:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 5s;
}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
.swiper-slide-duplicate-active .title,.swiper-slide-active .title {
  margin-bottom: 1.5rem;  font-size: 35px; line-height: 45px;}
.swiper-slide-duplicate-active .description,.swiper-slide-active .description {
  font-size: 16px; line-height: 26px;}
.swiper-container .pagin {width:200px; 	
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}