.custom-navbar,
.custom-nav {
  background-color: black;
}

h1 {
  color: white;
}

ul.header_info {
  color: white;
}

.hero-img {
  margin: 2rem 1rem;
  width: 90%;
}

.home-title {
  text-align: center;
}

.custom-form {
  padding: 0 40px 40px 40px;
}

.custom-btn-form {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}

.custom-contact-form {
  margin: 30px 50px 30px 0;
  background-color: rgba(255, 255, 255, 0.25);
}

.custom-contact-form input,
.custom-contact-form textarea {
  background-color: #c63c53;
  margin-top: 10px;
}
.custom-contact-btn {
  color: white;
  padding: 1rem;
  border: none;
}

/* .form-control{
    background-color: white;
} */

@media (max-width: 992px) {
  .custom-contact-form {
    margin: 30px 0;
  }
}

ul {
  padding-left: 0;
}

.custom-home-title,
.custom-text-shadow {
  text-shadow: 2px 2px black;
}

.box1 {
  height: 210px;
  background-color: white;
}

.custom-moto {
  background: url(../images/icon_bg_moto.jpg);
  background-size: cover;
}
.custom-car {
  background: url(../images/icon-bg-car.jpg);
  background-size: cover;
}
.custom-truck {
  background: url(../images/icon-bg-truck.jpg);
  background-size: cover;
}
.custom-work {
  background: url(../images/icon-bg-work.jpg);
  background-size: cover;
}
.custom-pedestrian {
  background: url(../images/icon-bg-pedestrian.jpg);
  background-size: cover;
}
.custom-slip {
  background: url(../images/icon-bg-slip.jpg);
  background-size: cover;
  backdrop-filter: brightness(60%);
}

.subtxt {
  padding-top: 0;
}

@media (max-width: 952px) {
  .aboutImg {
    width: 80%;
  }
  .box1 {
    height: auto;
  }
}
/* .custom-ul > li:hover {
    background: red;
} */

/* .custom-practice-areas{
    padding-inline: 2rem;
} */

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important
;
    flex-basis: auto;
    justify-content: center;
  }
}
