#main-navigation-wrapper.navbar-default {
  background: #697d82;
}

ul.header-info li.address {
  width: 37%;
  padding-right: 0;
}

ul.header-info li.phn {
  width: 61%;
}

.header-socials {
  float: right;
}

#minimal-bootstrap-carousel.home1 .carousel-caption {
  background: rgb(244 160 69 / 91%);
  height: 465px;
}

#minimal-bootstrap-carousel .carousel-inner .item {
  min-height: 465px;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: right;
  background-color: #1e1e1e;
}

#minimal-bootstrap-carousel.home1 .carousel-caption:after {
  border-top: 755px solid rgb(244 160 69 / 91%);
}

.service-column {
  background: linear-gradient(
    313deg,
    rgba(238, 238, 238, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}

@media (max-width: 768px) {
  #main-navigation-wrapper.navbar-default {
    margin: 0px;
  }

  header {
    padding: 0px;
  }

  #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content,
  #minimal-bootstrap-carousel.home1
    .carousel-caption
    .thm-container
    .box
    .content.home1-slides
    p {
    display: unset;
  }

  #minimal-bootstrap-carousel.home1
    .carousel-caption
    .thm-container
    .box
    .content.home1-slides {
    margin-right: 0px !important;
    margin-top: 30px !important;
  }

  #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content,
  #minimal-bootstrap-carousel.home1
    .carousel-caption
    .thm-container
    .box
    .content.home1-slides
    p {
    text-align: center;
    font-size: 14px;
    display: block;
    color: white;
    line-height: 20px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }

  #minimal-bootstrap-carousel.home1 .carousel-caption {
    background: rgb(255 133 0 / 50%);
  }
}

@media only screen and (min-width: 1400px) and (max-width: 2400px) {
  #minimal-bootstrap-carousel.home1
    .carousel-caption
    .thm-container
    .box
    .content.home1-slides {
    width: 100%;
  }
}

#minimal-bootstrap-carousel.home1
  .carousel-caption
  .thm-container
  .box
  .content.home1-slides
  h1 {
  color: #fff;
  text-shadow: 0px 0px 10px rgb(255 255 255 / 52%);
}
