.hero-slider {
  width: 100%;
  /* height: 700px; */
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.hero-slider.hero-slider-projects {
  height: 700px;
  margin-top: 30px;
  display: inline-block;
}
/* .slide-bg-image:before{
    content: "";
    position: absolute;
    background: linear-gradient(0deg,rgba(0,7,20,0.2),rgba(0,7,20,0.2)),linear-gradient(0deg,rgba(0,7,20,0) 76.6%,rgba(0,7,20,0.5) 103.58%),linear-gradient(234.83deg,rgba(0,7,20,0) 21.56%,rgba(0,7,20,0.6) 72.53%);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
} */
/* .slide-bg-image:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    content: "";
    background-image: url(../images/strip1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
} */
@media (max-width: 991px) {
  .hero-slider {
    /* height: 600px; */
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    /* height: 500px; */
    height: 100vh;
  }
}

.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%;
  background-position: left top;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  background-repeat: no-repeat;
}

.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;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  background-size: 55px;
  top: auto;
  bottom: 25px;
}
.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 {
  background-image: url(../images/prev1.svg);
  left: 55px;
}

.hero-slider .swiper-button-prev:before {
  /* font-family: FontAwesome;
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900; */
}

.hero-slider .swiper-button-next {
  background-image: url(../images/next1.svg);
  left: 120px;
  right: auto;
}

.hero-slider .swiper-button-next:before {
  /* font-family: FontAwesome;
  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: 10px;
  height: 10px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
  margin: 0 8px !important;
}

.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: 60px;
}

@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: 30px;
  max-width: 100%;
  margin: 0 auto;
  left: 0%;
  transform: translateX(0%);
  display: flex;
  justify-content: center;
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  /* height: 850px; */
  margin-top: 100px;
  height: 90vh;
  transition: all 0.4s ease;
}
.hero-style123 {
  height: 80vh;
}
@media (max-width: 991px) {
  .hero-style {
    /* height: 600px; */
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 300px;
    /* height: 100vh; */
    margin-top: 100px;
  }
  .hero-slider .slide-inner {
    background-position: -60px top;
    background-size: cover;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-bottom: 50px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  /* max-width: 690px;
  text-align: center; */
}

.hero-style .slide-title h2 {
  font-size: 66px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  /* text-transform: capitalize; */
  transition: all 0.4s ease;
  margin-bottom: 40px;
  margin-top: 50px;
  text-align: left;
}
.hero-style .slide-title h2 span {
  color: #ffd900;
}
/* .hero-style .slide-title h2 em{
    font-style: normal;
    position: relative;
}
.hero-style .slide-title h2 em:before{
    position:absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 25px;
    background-color: #f8a819;
    content: "";
    z-index: -1;
} */
@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;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;

  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 90px;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 6px;
}

@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 {
}

.slide-btns {
  /* clear: both;
    display: table;
    width: 100%;
    text-align: center; */
}
.slide-para p {
  /* text-transform: uppercase; */
  font-size: 21px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.5;
}
.slide-title h2 {
  font-size: 72px;
}
.slide-text .flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.slide-text .flex .inner-flex {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  margin: 20px 0 30px;
}
.slide-text .flex .inner-flex h3 {
  font-size: 42px;

  border-right: 2px solid #ffffff3e;
  padding-right: 30px;
  font-style: italic;
  margin: 0px;
  color: #fff;
}
.slide-text .flex .inner-flex:last-child h3 {
  border: 0;
}
.slide-text .flex .inner-flex span {
  text-transform: uppercase;
}
a.btn1 {
  text-decoration: none;
  color: #000;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  /* padding: 0 20px; */
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background-color: #ffd900;
  /* border-radius: 30px; */
  font-size: 18px;
  overflow: hidden;
  position: relative;
  font-weight: 600;
}
a.btn1 span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
}
a.btn1 span {
  padding: 0 20px;
}
a.btn1 i {
  padding: 0 15px;
  border-left: 1px solid #fff;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.btn1 i img {
  height: 15px;
}
/*a.btn1:hover{
  background-color: #b71f23;
 } */
a.btn1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffc000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transition-timing-function: ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  font-weight: 500 !important;
}
a.btn1:hover:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #000;
}
