h1 {
  color: white;
  padding: 0;
  margin: 0;
}

.menu-bar {
  background-color: #000000;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
}

.nav-wrapper {
  text-align: center;
  width: 100%;
  background-color: #000000;
  border: 0;
}

.nav-item {
  font-size: 12px;
}

.menu-bar_container {
  padding-top: 4px;
  padding-bottom: 4px;
}

.header-content {
  margin-left: 0;
  margin-right: 0;
}

.header-content img {
  width: 100%;
}

.banner {
  background-color: #c8101a;
  margin: 0;
  padding: 0;
}

.banner-desc {
  text-transform: uppercase;
  color: #fff;
  align-items: center;
  display: flex;
  align-items: center;
  text-align: center;
}

.banner-desc-wrapper {
  width: 100%;
}

.banner-desc .col {
  padding: 0;
  line-height: 110%;
}

.banner-desc__service {
  font-size: 8pt;
}

.banner-desc__phone {
  font-size: 18pt;
}

.banner-desc__email {
  font-size: 12pt;
  line-height: 96%;
}

.heading img {
  width: 100%;
}

.heading-img {
  padding: 0;
  width: 100%;
  height: 100%;
}

.navbar-nav .nav-link {
  border-right: 0;
}

.heading-img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service {
  padding-top: 30px;
  padding-bottom: 30px;
}

.service-container {
  margin: 0;
}

.service-banner {
  background-color: #fff;
  padding: 0;
}

.service-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.service-banner_title {
  background: rgba(21, 27, 61, 0.8);
  height: 60px;
  position: absolute;
  bottom: 12px;
  right: 20px;
  left: 20px;
}

.service-banner_title__desc {
  font-size: 20pt;
  color: #fff;
  padding: 0px 6px 0px 6px;
  line-height: 96%;
}

.service-banner_title__inner {
  font-size: 12pt;
  color: #ffffff;
}

.service-desc {
  background-color: #000000;
  color: #fff;
  border-left: none;
}

.service-desc_detail {
  font-size: smaller;
  margin: 0px 18px 0px 8px;
  padding: 22px;
}

.service-desc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-total_desc {
  padding-top: 12px;
  margin: 0;
}

.service-total_list {
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0;
  background-color: #f4f4f4;
}

.service-total_list__item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.service-total_list__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.service-total_list__item .item-desc {
  background-color: #fcfcfc;
  padding: 12px;
}

.service-total_list__item .item-link__btn {
  background-color: #c8101a;
  padding: 4px;
  text-align: right;
  margin-top: auto;
  color: #fff;
}

.aside-bar {
  background-color: #000000;
  padding: 12px;
}

.aside-bar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-title {
  background-color: #000000;
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  font-family: "Gill Sans MT";
}

.page-contact {
  color: #000;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 120%;
  font-style: italic;
  font-family: "Gill Sans MT";
}

.page-content {
  padding-left: 12px;
  padding-right: 12px;
}

.aside-bar_item__text {
  background-color: #000000;
  color: #fff;
  font-size: smaller;
  padding: 10px;
}

footer {
  background-color: #000000;
}

footer .social-list {
  background-color: #000000;
  padding-top: 18px;
  padding-bottom: 0px;
  margin-top: 12px;
}

footer .contact {
  color: #fff;
  line-height: 12px;
  padding-top: 12px;
  padding-bottom: 20px;
}

footer .contact p {
  line-height: 18px;
}

@media only screen and (min-width: 426px) {
  .banner-desc__service {
    font-size: 8pt;
  }

  .banner-desc__phone {
    font-size: 18pt;
  }

  .banner-desc__email {
    font-size: 12pt;
    line-height: 96%;
  }

  .service-banner_title {
    background: rgba(21, 27, 61, 0.8);
    height: 66px;
    position: absolute;
    bottom: 24px;
    right: 20px;
    left: inherit;
  }
}

@media only screen and (min-width: 769px) {
  .banner-desc__service {
    font-size: 12pt;
  }

  .banner-desc__phone {
    font-size: 24pt;
  }

  .banner-desc__email {
    font-size: 16pt;
    line-height: 96%;
  }

  .service-desc {
    background-color: #000000;
    color: #fff;
    border-left: solid 32px #fff;
  }

  .service-banner_title__desc {
    font-size: 32pt;
    color: #fff;
    padding: 0px 6px 0px 6px;
    line-height: 96%;
  }

  .service-banner_title__inner {
    font-size: 18pt;
    color: #ffffff;
  }

  .service-banner_title {
    background: rgba(21, 27, 61, 0.8);
    height: 86px;
    position: absolute;
    bottom: 36px;
    right: 20px;
    left: inherit;
  }

  .aside-bar {
    background-color: #000000;
    border-left: solid 32px #fff;
  }
}

@media only screen and (min-width: 992px) {
  .nav-wrapper {
    text-align: center;
    width: 100%;
    background-color: #000000;
    border-left: 1px solid white;
  }

  .banner {
    background-color: #c8101a;
    margin: 9px 0px 24px 0px;
    padding: 0;
  }

  .banner-desc__service {
    font-size: 12pt;
  }

  .banner-desc__phone {
    font-size: 28pt;
  }

  .banner-desc__email {
    font-size: 18pt;
    line-height: 96%;
  }

  .navbar-nav .nav-link {
    border-right: 1px solid white;
  }

  .service-title {
    background-color: #000000;
    padding: 12px 12px 12px 20px;
    border-left: solid 32px #fff;
  }

  .service-banner_title {
    background: rgba(21, 27, 61, 0.8);
    height: 116px;
    position: absolute;
    bottom: 36px;
    right: 20px;
    left: inherit;
  }

  .service-banner_title__desc {
    font-size: 40pt;
    color: #fff;
    padding: 0px 6px 0px 6px;
    line-height: 96%;
  }

  .service-banner_title__inner {
    font-size: 26pt;
    color: #ffffff;
  }

  .nav-item {
    font-size: 11px;
  }
}

@media only screen and (min-width: 1200px) {
  .banner-desc__service {
    font-size: 18pt;
  }

  .banner-desc__phone {
    font-size: 36pt;
  }

  .banner-desc__email {
    font-size: 24pt;
    line-height: 96%;
  }

  .nav-item {
    font-size: 14px;
  }
}
