:after,
:before,
*{
    box-sizing: border-box;
}
.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.hero-slider .container{max-width:100%}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

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

.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: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #fff;
  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;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  background:#f1634e;
  border: 2px solid #f1634e;  
}


@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: #fff;
  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: #fff;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  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;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:20px;
    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: 930px;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
.hero-style {
    height: 400px;
    margin-top: 53px;
}
}

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

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
/*  width:80%;*/
/*  max-width: 800px;*/
/*  margin:0 auto;*/
}

.hero-style .slide-title h2 {
  font-size: 4em;
  /*font-weight: 500;*/
  line-height: 1.3;
  color: #fff;
  margin: 0 0 30px;
  text-transform: capitalize;
  transition:all .4s ease;
  text-align:center;
}

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


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

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 2em;
    margin: 0 0 30px;
  }
}

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

.hero-style .slide-text p {
    font-size: 1.4em;
    letter-spacing: normal;
    color: #fbfbfb;
    margin: 0 auto 40px;
    transition: all .4s ease;
    text-align: center;
    word-break: keep-all;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

@media (max-width: 580px) {
  .hero-style .slide-text p { font-size: 1em;}
}

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


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn{
	background-color: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color:#fff;
	padding: 9px 32px;
	border: 0; 
	text-transform: uppercase;
	display: inline-block;
	line-height: initial;
	transition:all .4s ease;
}
.theme-btn-s2 {
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    background-color: transparent;
    border: solid 2px #fff;
    color: #fff;
    transition: all 0.25s;
    border-radius: 50px;
    font-size: 1.1em;
}


.theme-btn-s2:after {
    content: '';
    display: inline-block;
    width: 35px;
    height: 11px;
    background: url('../img/arrow.png') no-repeat 50% 50%;
    margin-bottom: 3px;
    margin-left: 12px;
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color: #f1634e;
	border: solid 2px #f1634e;
    color: #fff;
}

.theme-btn-s2:hover:after {
    content: '';
    display: inline-block;
    width: 35px;
    height: 11px;
    background: url('../img/arrow.png') no-repeat 50% 50%;
    margin-bottom: 3px;
    margin-left: 12px;
}

.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: 0px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 0px 20px;
    font-size: 13px;
  }
}

@media (max-width: 580px){
  .theme-btn, .theme-btn-s2{line-height: 35px;}
}

.swiper-slide .slide01 {background:url("../img/back1.jpg") no-repeat 50% 50%; background-size:cover;}
.swiper-slide .slide02 {background:url("../img/back2.jpg") no-repeat 50% 50%; background-size:cover;}
.swiper-slide .slide03 {background:url("../img/back3.jpg") no-repeat 50% 50%; background-size:cover;}
.swiper-slide .slide04 {background:url("../img/back4.jpg") no-repeat 50% 50%; background-size:cover;}
