@media (max-width: 991px) {
  .navbar-scroll {
    background-color: #24355c;
  }
}
.navbar-scroll .navbar-brand {
  color: #fff;
}
.navbar-scrolled {
  background-color: #24355c;
}
.navbar-scrolled .navbar-brand,
.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars {
  color: #fff !important;
}
.nav-link.active {
  color: #ff6d00 !important;
}
.pseudoFooterTxt,
.pseudoTxt {
  color: #fff;
}
.h10 {
  height: 10px;
}
.h20 {
  height: 20px;
}
.h30 {
  height: 30px;
}
.h100 {
  height: 100px !important;
}
.w100 {
  width: 100px !important;
}
.w200 {
  width: 200px;
}
.w25p {
  width: 25%;
}
.w50p {
  width: 50%;
}
.w75p {
  width: 75%;
}
.w100p {
  width: 100%;
}
.gantt {
  padding: 0 !important;
  margin: 0 !important;
}
.priceCardBgImg {
  background-color: rgba(62, 69, 81, 0.7);
}
.pseudoLink:hover {
  cursor: pointer;
}
.bg-black_light {
  background-color: rgba(0, 0, 0, 0.3);
}
h6 {
  font-weight: bold;
}
h7 {
  font-style: italic;
}