
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .h6 {
  line-height: 1.2;
  color: #212529;
  font-weight: bold;
}
h6{
  line-height: 1.2;
  color: #212529;
}
h2{
  font-size: 1.5rem;
}
h3{
  font-size: 1.3rem;
}
p , li {
  font-size: 1rem;
  color: #58595b;
    text-align: justify;
    font-weight: 500;
}
img.bg-icon {
    background-color: #f05000;
    border-radius: 50%;
    margin-left: 5px;
}

/* accordion */
.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #f05000 !important;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:focus {
  z-index: 3;
  border-color: #f05000 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(253 106 13 / 25%) !important;
}
/* box personel */
/* .image-box img {
  width: 50%;
  height: auto;
} */
/* carousel text */
.title {
  width: 207px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.descriptaion{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 45px;
}

/* feature industrial */
.box-featured {
  background-color: #f05000;
  }