#banner-slider div.jumbotron.carousel-hero {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
  height: 300px;
}

@media (min-width: 768px) {
  #banner-slider div.jumbotron.carousel-hero {
    height: 400px;
  }
}

@media (min-width: 992px) {
  #banner-slider div.jumbotron.carousel-hero {
    height: 600px;
  }
}

@media (min-width: 1400px) {
  #banner-slider div.jumbotron.carousel-hero {
    height: 800px;
  }
}

div.jumbotron.slide01 {
  background-image: url('../../assets/img/header-01.jpg');
}

div.jumbotron.slide02 {
  background-image: url('../../assets/img/header-02.jpg');
}

div.jumbotron.slide03 {
  background-image: url('../../assets/img/header-03.jpg');
}

div.jumbotron.slide04 {
  background-image: url('../../assets/img/header-04.jpg');
}

div.jumbotron.slide05 {
  background-image: url('../../assets/img/header-05.jpg');
}

div.jumbotron.slide06 {
  background-image: url('../../assets/img/header-06.jpg');
}

@media (min-width: 768px) {
  div.jumbotron.serv01 {
    background: linear-gradient(90deg, rgb(255,255,255) 25%, rgba(255,255,255,0) 75%), url("../../assets/img/s1.jpg") no-repeat;
    background-size: auto, cover;
  }
}

@media (min-width: 768px) {
  div.jumbotron.serv02 {
    background: linear-gradient(90deg, rgb(255,255,255) 25%, rgba(255,255,255,0) 75%), url("../../assets/img/s2.jpg");
  }
}

@media (min-width: 768px) {
  div.jumbotron.serv03 {
    background: linear-gradient(90deg, rgb(255,255,255) 25%, rgba(255,255,255,0) 75%), url("../../assets/img/s3.jpg");
  }
}

@media (min-width: 768px) {
  div.jumbotron.serv04 {
    background: linear-gradient(90deg, rgb(255,255,255) 25%, rgba(255,255,255,0) 75%), url("../../assets/img/s4.jpg");
  }
}

@media (min-width: 768px) {
  div.jumbotron.serv05 {
    background: linear-gradient(90deg, rgb(255,255,255) 25%, rgba(255,255,255,0) 75%), url("../../assets/img/s5.jpg");
  }
}

@media (min-width: 768px) {
  div.jumbotron.serv06 {
    background: linear-gradient(90deg, rgb(255,255,255) 25%, rgba(255,255,255,0) 75%), url("../../assets/img/s6.jpg");
  }
}

@media (min-width: 768px) {
  div.jumbotron.serv07 {
    background: linear-gradient(90deg, rgb(255,255,255) 25%, rgba(255,255,255,0) 75%), url("../../assets/img/s7.jpg");
  }
}

@media (min-width: 768px) {
  div.jumbotron.serv08 {
    background: linear-gradient(90deg, rgb(255,255,255) 25%, rgba(255,255,255,0) 75%), url("../../assets/img/s8.jpg");
  }
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  color: #fff;
}

p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #fff;
}

.plat {
  border-radius: 0px;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0 #048f83!important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #016090;
  border-color: #016090;
}

.btn.btn-primary {
  background-color: #048f83!important;
  border-color: #048f83!important;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

span {
  font-style: inherit;
  font-weight: inherit;
}

.service-slider h1 {
  font-size: 2em;
  font-family: 'Montserrat';
  color: black;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.75em;
}

@media (min-width: 768px) {
  .service-slider h1 {
    font-size: 2em;
    font-family: 'Montserrat';
    color: black;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.75em;
  }
}

.service-slider h2 {
  font-size: 1.2em;
  font-family: 'Montserrat';
  color: black;
  font-weight: bold;
  text-align: left;
  margin: 1.2em 0 0.5em 0;
}

@media (min-width: 768px) {
  .service-slider h2 {
    font-size: 1.2em;
    font-family: 'Montserrat';
    color: black;
    font-weight: bold;
    text-align: left;
    margin: 1.2em 0 0.5em 0;
  }
}

.service-slider p {
  font-size: 0.8em;
  font-family: 'Montserrat';
  color: black;
  text-align: left;
}

@media (min-width: 768px) {
  .service-slider p {
    font-size: 1em;
    font-family: 'Montserrat';
    color: black;
    text-align: left;
    width: 40%;
  }
}

@media (min-width: 992px) {
  #service-slider div.jumbotron.carousel-hero {
    height: 600px;
  }
}

#service-slider div.jumbotron.carousel-hero {
  height: 500px;
}

#service-slider div.jumbotron.carousel-hero ul {
  font-family: Montserrat, sans-serif;
  padding-left: 1em;
  color: black;
}

@media (min-width: 768px) {
  #service-slider div.jumbotron.carousel-hero ul {
    font-family: Montserrat, sans-serif;
    width: 40%;
    padding-left: 1em;
    color: black;
  }
}

@media (max-width: 576px) {
  #service-slider div.jumbotron {
    background: linear-gradient(0deg, var(--bs-primary), #f2f2f2 25%);
  }
}

