h3 {
  line-height: inherit;
}

.nav-pills li a {
  color: #01354e !important;
}
.nav-pills li a:hover {
  color: #ad1008 !important;
}
.nav-pills li a.active {
  color: #b99f55 !important;
}

.carousel .carousel-inner .carousel-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 450px;
}
.carousel .carousel-inner .carousel-item:after {
  background: linear-gradient(0deg, rgba(185, 159, 85, 0.3) 5%, rgba(255, 255, 255, 0) 70%, white 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.carousel .carousel-inner .carousel-item .carousel-caption {
  z-index: 20;
  transform: translateY(-50%);
  bottom: 0;
  top: 50%;
  background-color: #FFFFFF;
  min-height: 60%;
  left: 57%;
  width: 420px;
  text-align: left;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .carousel .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    min-height: 75%;
    width: 70%;
    text-align: center;
  }
}
.custom-thumb-info-style-1 .thumb-info-wrapper img {
  filter: grayscale(0) !important;
}
.custom-thumb-info-style-1 .thumb-info-wrapper:after {
  background: #FFFFFF !important;
  opacity: 0.3;
}

/*# sourceMappingURL=custom.css.map */
