.tp-bgimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #542f02, #542f02, rgba(0, 135, 147, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.bg-before::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(84, 47, 2, 0.8);
}

.text-primary, .btn-custom:hover {
  color: #d19511 !important;
}

.text-secondary {
  color: #95742e !important;
}

.bg-light {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.bg-primary {
  background-color: #95742e !important;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.7rem !important;
}

.fs-10 {
  font-size: 0.6rem !important;
}

.text-justify {
  text-align: justify !important;
}

.link-light:hover {
  color: white !important;
}

.logo-box {
  line-height: 0;
  padding: 15px;
  border: 2px solid #f0f0f3;
  position: relative;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
  border-radius: 5px;
  background: #f0f0f3;
}

.logo-box img {
  height: 150px;
  object-fit: contain;
}