.hero-slider {
  width: 100%;
  /* height: 700px; */
  height: 110vh;
  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{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
   background: #09253E;
   opacity: 0.72;
}
@media (max-width: 991px) {
  .hero-slider {
    /* height: 600px; */
    height: 110vh;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    /* height: 500px; */
    height: 110vh;
  }
}

.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: top;
  display: flex;
  justify-content: left;
  align-items: end;
  text-align: left;
}

.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 #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: 8px;
  height: 8px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  opacity: 0.3;
  background:#fff;
  transition:all .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: 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:30px;
    max-width: 100%;
    padding: 0 50px;
    margin: 0 auto;
    left: 0%;
    transform: translateX(0%);
    display: flex;
    justify-content: right;
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  /* height: 850px; */
  height: 110vh;
  transition:all .4s ease;
}
.hero-style123{
  height: 80vh;
}
@media (max-width: 991px) {
  .hero-style {
    /* height: 600px; */
    height: 110vh;
  }
}

@media (max-width: 767px) {
  .hero-style{
    /* height: 500px; */
    height: 110vh;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-bottom: 10px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  /* max-width: 690px;
  text-align: center; */
}

.hero-style .slide-title h2 {
  font-family: "Khand", sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  text-transform: capitalize;
  transition:all .4s ease;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.hero-style .slide-title h2 span{
color: #FFA200;
}
.slide-inner img{
  width: 60%;
}
.hero-style .slide-title h2::before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
  height: 20px;
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}
/* .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;
} */
 .right_form_box{
  position: absolute;
  right: 0;
  top: 0%;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  width: 38%;
  color: #09223C;
 }
 .right_form_box::before{
  position: absolute;
  left: -25px;
  top: -25px;
  width: 184px;
  height: 200px;
  content: "";
  background-color: #FFA200;
  border-radius: 15px;
  z-index: -1;
 }
 .right_form_box::after{
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 15px;
  opacity: 0.3;
  z-index: -1;
 }
 .right_form_box h3{
  font-family: "Khand", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 20px;
 }

 .multi_tabs1{

 }
 ul.tabs1{
  text-align: center;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
 }
 ul.tabs1 li{
  padding: 0 15px 20px;
  position: relative;
  color: #09223C;
  cursor: pointer;
  font-size: 18px;
 }
 ul.tabs1 li.active{
  color: #FFA200;
 }
 ul.tabs1 li.active::before{
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #FFA200;
 }
 .multi_tabs1 .tab_container{
  padding: 30px;
  background-color: #F1F1F1;
  border-radius: 20px;
 }
 .select_box{
  margin-bottom: 10px;
  border: 1px solid #707070;
  border-radius: 5px;
  /* padding-left: 40px; */
  position: relative;
  background-color: #fff;

 }
 .select_box select{
  color: #000;
  cursor: pointer;
  margin: 0;
  border: 0;
  box-shadow: 0 !important;
  padding-left: 40px;
  border-radius: 5px;
 }
 .select_box img{
  position: absolute;
  left: 10px;
  max-width: 18px;
  max-height: 18px;
  top: 50%;
  width: auto;
  transform: translateY(-50%);
 }
 button.btn{
  background-color: #09223C;
  width: 100%;
  color: #fff;
  transition: all 0.3s;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
 }
  button.btn img{
    width: 12px;
  }
   button.btn:hover{
    background-color: #FFA200;
    color: #fff;
   }
   .form-group{
    margin: 0;
   }
@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: 32px;
    margin: 0 0 20px;
  }
  .right_form_box h3{
    font-size: 21px;
  }
}

.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 .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 {
  margin-right: 10px;
}


.slide-btns{
    /* clear: both;
    display: table;
    width: 100%;
    text-align: center; */
}
 .slide-para p{
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
 }
 /* .slide-title h2{
  font-family: 'Times';
  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;
  font-family: 'Times';
  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;
 }
 .slide-btns a{
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0;
  display: inline-flex;
 }
 .slide-btns a span{
  padding: 0 25px;
 }
 .slide-btns a i{
  padding: 0 15px;
  border-left: 1px solid #fff;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .slide-btns a i img{
  height: 15px;
 }
 .slide-btns a:hover{
  background-color: #BC8E03;
 }

 /* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .right_form_box{
  width: 100%;
  position: relative;
  margin-top: 20px;
  padding: 20px;
  }
  .slide-inner img {
  width: 40%;
}
.hero-style .slide-title h2::before{
  background-size: 50%;
}
}