body {

  background: #fff !important;
  font-family: 'Poppins', sans-serif;
}
a {
  text-decoration: none;
  color: #1a1e21;
}

.section-title h2 {
  text-shadow: 1px 1px 2px #4444;
}
@media(max-width: 567px){
  
}
.carousel-item {
  width: 100%;
  /*height: 100vh!important;*/
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgb(249, 246, 246);
}

.carousel-item::before {
  content: '';
  /*background-color: rgba(12, 11, 10, 0.5);*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.carousel-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 40%;
  left: 0;
  right: 0;
}

@media (max-width: 991px){
  .slider,.carousel-item {
      height: 150px;
      margin-bottom: 0px;
  }

}

 /* Image slider Btn1 */
.imageSliderBtn1{
  position: absolute;
  /* z-index: 10; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.imageSliderBtn1 .Btn1{
  padding: 30px 12px;
  background-color: white;
  border:none;
  outline: none;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
  font-size: 30px;
  /* border-radius: 5px; */
  z-index: 13;
}
.imageSliderBtn1 .Btn1:nth-child(odd){
  border-radius: 0px 3px 3px 0px;
}
.imageSliderBtn1 .Btn1:nth-child(even){
  border-radius: 3px 0px 0px 3px;
}
