.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
@media all and (min-width: 991px) {
.index-slider-caption-hide{ display: none;}
}
@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: 100% auto;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  background-repeat: no-repeat;
}

.hero-slider .swiper-slide .slide-inner::before{ content:''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
background: linear-gradient(45deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  z-index:2; }

.hero-slider .swiper-slide .container{position: relative; z-index: 3;}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  /* width: 30px;
  height: 30px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px; */
  opacity:0;
  visibility:hidden;
  transition:all .3s ease; filter: invert(1) brightness(100);  
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

/* .hero-slider:hover .swiper-button-prev{ transform: rotate(-180deg);} */


@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}
.hero-slider .swiper-button-prev  img{transform: rotate(-180deg);}
/* .hero-slider .swiper-button-prev:before {
 
  content: "";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  background: url(../images/arrow-active.png) no-repeat center center;  position: absolute; 
} */

/* .hero-slider .swiper-button-prev{ margin-top: 12px;} */

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

/* .hero-slider .swiper-button-next:before {
    background: url(../images/arrow-active.png) no-repeat center center;
  content: "";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900; position: absolute; top: 0;
} */

.hero-slider .swiper-pagination-bullet {
    width: 50px;
    height: 8px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
    border-radius: 6px; 
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .slider-meta {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 8;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 30px;
  pointer-events: none;

  gap: 10px; 
  height: 30px; padding: 6px;
}

.hero-slider .swiper-pagination {
  position: static;
  width: auto;
  text-align: center; 
}

.hero-slider .swiper-pagination-fraction {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  bottom: auto;   display:flex; align-items: center; justify-content: center; gap: 10px; width: 160px;}

.hero-slider .swiper-pagination-current{height:50px;
    width: 50px;
    background: #d0202e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;}

    .hero-slider .swiper-pagination-total{height: 30px;
        width: 30px;
        background: rgba(0, 0, 0, 1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;}



.hero-slider .swiper-pagination-current,
.hero-slider .swiper-pagination-total {
  color: #ffffff;
}

.hero-slider .slider-progress {
  position: relative;
  /* width: 180px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2); */
  border-radius: 999px;
  padding: 2px;
  display: flex;
  gap: 4px;
  overflow: hidden;
}

.hero-slider .slider-progress-segment {
  flex: 1;
  height:2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  overflow: hidden; width:10vw;
}

.hero-slider .slider-progress-bar {
  display: block;
  width: 0;
  height: 100%;
  background: #ffffff;
  border-radius: 999px;
}

.hero-slider .swiper-slide .slide-inner-caption{  position: absolute; right:15% !important; bottom: -12vh; left:inherit; width:150px !important;}


@media (max-width: 767px) {
  .hero-slider .slider-meta {
    bottom: 20px;
  }

  .hero-slider .swiper-pagination-fraction {
    font-size: 16px;
  }

  .hero-slider .slider-progress {
    width: 140px;
  }

  .hero-slider .swiper-slide .container{ position: absolute; bottom: 80px;}

  .hero-slider .swiper-slide .slide-inner-caption {
    right: 15px !important;
    width: 100% !important;
    bottom: 0 !important;
    left: 15px !important;
}
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%); text-align: center;

}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 100vh;
  transition:all .4s ease; 
}
.hero-style{max-height: 100vh;}

@media all and  (max-width:1440px) {
.hero-style {height: calc(90vh);}
.hero-style .slide-title h1 {font-size: 55px}
}




@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }

  .navbar-default .navbar-nav li:nth-of-type(3n+2), .navbar-default .navbar-nav li:nth-of-type(3n+5), .navbar-default .navbar-nav li:nth-of-type(3n+8){min-width:200px; max-width: 200px;}
  .navbar-default .navbar-nav li:nth-of-type(3n+3), .navbar-default .navbar-nav li:nth-of-type(3n+6), .navbar-default .navbar-nav li:nth-of-type(3n+9){ min-width: 100px;}
  .navbar-default .navbar-nav li{min-width:150px;}

  .navbar-default{ width:500px;}

  header .container{ max-width: 98vw;}

}

@media all and  (max-width: 991px) and (min-width: 768px) {
  .hero-slider .slide-inner{     background-size: 125% 100%; background-position:50% 50%;}
  
}



@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }

  .hero-style{max-height:550px;}


  .hero-slider .slide-inner{ background-size: cover;}
  .hero-slider .readmore{ margin:0px auto ;}
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h1 {
  font-size:  70px;
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media all and  (max-width:1600px) {
  .hero-slider .swiper-slide .slide-inner-caption {
    right: 20% !important;}
  }

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h1 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h1 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
 
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

.counter-section {
  margin: 35px 30px 0;
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.counter-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px 16px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.counter-number {
  display: block;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  color: #8e0c0a;
}

.counter-label {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #2d2d2d;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

@media (max-width: 991px) {
  .counter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

 
}

@media (max-width: 575px) {
  .counter-section {
    margin: 25px 10px 0;
  }

  .counter-grid {
    grid-template-columns: 1fr;
  }
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
    padding: 9px 32px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}

@media screen and (min-width: 1025px) 
and (-webkit-min-device-pixel-ratio: 1.25), 
screen and (min-width: 1025px) 
and (min-resolution: 120dpi) {
  .hero-slider .swiper-slide .slide-inner-caption{ right: 23% !important;}
  .hero-style .slide-title h1 {font-size: 4vw;}
}



@media screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio:1.5),screen and (min-width:1025px) and (min-resolution:144dpi) {
  .hero-slider .swiper-slide .slide-inner-caption{ right: 21% !important;}  
  .hero-style .slide-title h1 {font-size: 5vw;}
  .hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns {  max-width: 40vw;}
}
