
h2 {
      line-height:1.1;
}

.hero-style .container-content {
    padding-top: 0px;
}

.forLargScrn .container-content h2{
    font-family: 'Lato';
    font-size: 3rem!important;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 1px rgb(0 0 0 / 45%);
}

.forLargScrn .container-content {
    background: #7a7a7a40;
    max-width: 500px;
    width: 500px;
    padding: 30px;
    margin: 15px 70px;
}

.forLargScrn .container-content p{
    font-size: 1.3rem;
    margin: 25px 0;
    line-height: initial;
    color: #fff;
}

.hero-slider {
  width: 100%;
  height:850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.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: contain;
  background-position: center;
  display: flex;
  justify-content: left;
  padding-left:15px!important;
  align-items: center;
  text-align: left;
  background-repeat: no-repeat;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: #b91e1e;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@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:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000!important;
  opacity: 0.3;
  background:#000;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

.swiper-pagination {
  text-align:center;
}

  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
  @media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:30px;
   
   }
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 850px;
  transition:all .4s ease;
}

@media screen and (min-width: 992px) {
  .hero-style .container-content {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}


.hero-style .slide-text p {
  opacity: 0.8;
  font-family: 'Lato';
  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-family: 'Lato';
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
  background-color: #b91e1e;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#fff;
  padding: 15px 32px;
  border: 0; 
  border-radius: 50px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition:all .4s ease;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}


.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#960e0e ;
    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 screen (min-width: 540px), (max-width: 600px){
  .hero-slider .slide-inner {
      background-size: cover;
      background-position: bottom;
  }

}

@media (max-width: 767px) {
  .hero-slider {
    height:50vh;
  }

  .hero-slider .slide-inner {
      height: 65vh;
  }

  .hero-style {
      margin-top: -5px;
      height: 75vh;
  }

  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 20px 0 12px;
  }

  .theme-btn, .theme-btn-s2{

  }

}

@media (min-width:768px) {
  .hero-slider {
    height:50vh;
  }
}

@media (min-width:1024px) {
  .hero-slider {
    height:740px;
  }
 
  .hero-slider .slide-inner{
    padding-left: 10px!important;
    margin-left: -5px;
    background-repeat: repeat-x;
  }
}

@media (min-width:1267px) {
  .hero-slider {
    height:740px;
  }
 
  .hero-slider .slide-inner{
    background-size: cover;
  }
}

