.tourlist .package-image img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.destinationList .destination-fw-item:nth-child(even) {
  border: 1px solid #c9c9c9;
}
.destinationList .destination-fw-item:nth-child(even) .row {
  flex-direction: row-reverse;
}

.detail-sidebar.t .sidebar-item h4, .detail-sidebar.t .sidebar-item a {
  color: #fff;
}

.detail-info-price.t .detail-info span.bold {
  font-size: 20px;
  font-weight: bold;
}

section.trip-ad.t {
  background: url(../images/custom/Bhutan.jpg) no-repeat !important;
  position: relative !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
  overflow: hidden !important;
}

section.trek {
  background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.9)), url(https://static.vecteezy.com/system/resources/thumbnails/002/908/370/small/autumn-hiking-in-the-sunset-forest-concept-free-vector.jpg);
  background-size: 40%;
  background-position: center;
  color: white;
}

.mail a {
  display: none;
}
.mail a:first-child {
  display: inherit;
}

.logo img {
  width: 45%;
}
@media (max-width: 1100px) {
  .logo img {
    width: 37%;
  }
}

.footer-about .about-logo img {
  width: 70%;
}

.detail-title::after {
  background: rgb(175, 175, 175);
  height: 2px;
}

b {
  font-weight: bold !important;
}

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

section.testimonials #testimonial_094 {
  min-height: 265px !important;
}
@media (max-width: 500px) {
  section.testimonials #testimonial_094 {
    min-height: 220px !important;
  }
}

.testimonial_094_indicators > .carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  background-color: #ffffff !important;
}
.testimonial_094_indicators > .carousel-indicators li.active {
  width: 20px !important;
  height: 20px !important;
}

@media screen and (min-width: 767.95px) {
  .thumble {
    height: 320px !important;
    width: auto !important;
  }
}
.thumble {
  width: 100%;
}

.read-more-container p {
  font-size: 15px;
}

.more-text {
  display: none;
}

.text-theme {
  color: #c86332 !important;
}/*# sourceMappingURL=custom.css.map */