:root {
  --primary-svg-color: #e05707;
}

.i-logo {
  height: 88px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 88px !important;
}

.i-logo-sm {
  height: 45px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 45px !important;
}

.text-dark {
  color: #01002a !important;
}

.bg-light {
  background-color: rgba(187, 175, 140, 0.32) !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #01002a;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
  color: #01002a;
}

.btn-outline-dark {
  color: #01002a;
  border-color: #01002a;
}

.text-bold {
  font-weight: 600;
}

p {
  line-height: 1.8 !important;
}

.mul {
  list-style: none;
  line-height: 3;
}

.accordion-item {
  background: transparent !important;
  border: none !important;
}

.accordion-button {
  color: #01002a !important;
  font-weight: 500;
  background: transparent !important;
}

.accordion-button:not(.collapsed) {
  color: #01002a;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.form-control,
.form-label {
  font-size: small;
}

.form-label {
  margin-bottom: 0 !important;
}

.material-icons-sharp {
  font-size: unset !important;
}

.xxsmall {
  font-size: 0.55rem;
}/*# sourceMappingURL=style.css.map */