button.btn-theme a {
  color: white;
}
.latest-img {
  height: 300px;
}
.slides {
  min-height: 100px;
  background-color: white;
  margin: 10px;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 10px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-white-brd {
  color: #000;
  background: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
  border-radius: 5px;
}

.btn-white-brd:hover {
  color: #fff;
  background: 0 0;
  border-color: rgba(255, 255, 255, 0.7);
  border-width: 2px;
  border-radius: 5px;
}
@media only screen and (min-width: 542px) and (max-width: 768px) {
  .content-lg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  height: 300px;
}
.promo-section-img-right img {
  height: auto;
}
@media (min-width: 992px) {
  .logo-wrap {
    padding: 5px 0 !important;
  }
}
@media (max-width: 991px) {
  img.logo-img.logo-img-main {
    width: 70px;
  }
}

.service {
  height: 350px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .service {
    height: 350px;
    padding: 30px;
  }
}
@media only screen and (min-width: 416px) and (max-width: 768px) {
  .service {
    height: 460px;
    padding: 30px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 415px) {
  .service {
    height: 320px;
    padding: 30px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 375px) {
  .service {
    height: 320px;
    padding: 30px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 360px) {
  .service {
    height: 300px;
    padding: 30px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 320px) {
  .service {
    height: 350px;
    padding: 30px;
  }
}
