.header-fixed .header-inner.style-2 {
  background: #fff;
}

.currency a {
  color: #121212;
  font-size: 16px;
  font-weight: 600;
}
.currency a.active {
  color: #009b4d;
}
.currency span {
  margin: 0 10px;
}
.currency ul {
  display: flex;
}

.our_partners {
  padding: 80px 0;
}
.our_partners .partner_logo a {
  display: block;
  margin: 20px 0;
}
.our_partners .partner_logo a img {
  width: 100%;
  height: 135px;
  -o-object-fit: contain;
     object-fit: contain;
}

.plan h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.plan .box {
  border: 1px solid #dee2e6;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 6px;
}
.plan .box h5 {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 22px;
}
.plan .plan-form {
  margin: 15px 0;
}
.plan .plan-form label {
  margin-bottom: 15px;
  font-size: 14px;
}
.plan .plan-form input,
.plan .plan-form select,
.plan .plan-form textarea {
  font-size: 16px;
  padding: 10px;
  display: block;
  width: 100%;
  border: 1px solid #dee2e6;
}
.plan .plan-form textarea {
  height: 50px;
}

.banner {
  position: relative;
}
.banner .container {
  width: 884px;
  max-width: 100%;
}
.banner .banner_fact {
  position: absolute;
  bottom: 20px;
  z-index: 3;
  width: 100%;
}
.banner .banner_fact .search_div {
  position: relative;
  margin-bottom: 30px;
}
.banner .banner_fact .search_div input {
  width: 100%;
  padding: 14px;
  border-radius: 6px;
  border: 1px solid transparent;
}
.banner .banner_fact .search_div input::-moz-placeholder {
  color: #5d5959;
}
.banner .banner_fact .search_div input::placeholder {
  color: #5d5959;
}
.banner .banner_fact .search_div button {
  background: #117747;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.banner .banner_fact .fact_card {
  text-align: center;
}
.banner .banner_fact .fact_card img {
  width: 60px;
}
.banner .banner_fact .fact_card p {
  font-weight: 500;
  margin: 10px 0 15px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.35;
  font-size: 16px;
}

.section-about {
  padding: 100px 0;
}

.tours-home {
  background: #f7f7f7;
  padding: 100px 0;
}

.tour-best {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}
.tour-best .image_container {
  width: 100%;
  position: relative;
}
.tour-best .image_container .badge {
  position: absolute;
  bottom: -13px;
  left: 20px;
  background: #74b695;
  padding: 8px 10px;
  z-index: 3;
  font-size: 13px;
  font-weight: 300;
  border-radius: 3px;
}
.tour-best .image_container .badge:hover {
  background: #009b4d;
  color: #fff;
}
.tour-best .image_container a {
  display: block;
}
.tour-best .image_container img {
  width: 100%;
  aspect-ratio: 1/0.7;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: auto;
}
.tour-best .content {
  padding: 30px 20px 40px;
}
.tour-best .content .detail h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.tour-best .content .detail p {
  margin: 10px 0 0;
  font-size: 15px;
}
.tour-best .content .detail p span {
  color: #009b4d;
  font-size: 20px;
  font-weight: 600;
}
.tour-best .content .review {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  color: #252525;
}
.tour-best .content .review .duration {
  font-size: 15px;
}
.tour-best .content .review .duration i {
  color: #252525;
  margin-right: 5px;
  font-size: 16px;
}
.tour-best .content .review .stars span {
  color: #009b4d;
  font-weight: 600;
  margin-right: 3px;
  font-size: 18px;
}
.tour-best .content .review .stars small {
  font-size: 13px;
  text-decoration: underline;
}
.tour-best .content .review .stars i {
  color: #009b4d;
}

.why_choose {
  position: relative;
  padding: 100px 0 150px;
  background: #117747;
}
.why_choose .row {
  position: relative;
  z-index: 4;
}
.why_choose .bg_background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  bottom: 0;
  opacity: 0.3;
}
.why_choose .bg_background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why_choose .heading-section .title {
  color: #fff;
}
.why_choose .box-icon {
  background: #fff;
  border-radius: 6px;
  padding: 40px 20px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}
.why_choose .box-icon .icon {
  text-align: center;
  max-width: 100%;
}
.why_choose .box-icon .icon img {
  margin: 0 auto;
}
.why_choose .box-icon .box-icon-content .text {
  color: #252525;
  font-weight: 300;
  line-height: 1.5 !important;
}

.more_reviews {
  margin-top: 5px;
}
.more_reviews img {
  display: inline-block;
  margin: 10px;
  height: 54px;
  transition: 0.5s all ease;
}
.more_reviews img:hover {
  transform: translateY(-5px);
}

.section-testi {
  background: #f7f7f7;
  padding: 100px 0;
  margin-bottom: 100px;
  position: relative;
}
.section-testi .tf-container,
.section-testi .container {
  position: relative;
  z-index: 4;
}
.section-testi .bg_background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  bottom: 0;
  opacity: 0.1;
}
.section-testi .bg_background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-item.style-3 .testimonial-content .rating {
  margin-top: 0px;
  padding-bottom: 0;
}
.testimonial-item.style-3 .testimonial-content .rating i {
  font-size: 14px;
}
.testimonial-item.style-3 .testimonial-content .testimonial-avatar .name {
  font-size: 18px;
  font-weight: 700 !important;
  margin-bottom: 2px;
}
.testimonial-item.style-3 .testimonial-content .testimonial-avatar .name .caption-1 {
  font-weight: 400;
  color: #141414;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.section-banner .heading-section .sub-title {
  color: #d9d9d9;
}
.section-banner .form-single {
  margin-bottom: 25px;
}
.section-banner .form-single label {
  display: block;
  color: #d9d9d9;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
}
.section-banner .form-single input {
  width: 420px;
  max-width: 100%;
  background: #f4f4f4;
}
.section-banner .form-single input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
}
.section-banner .form-single input::placeholder {
  font-size: 16px;
  font-weight: 300;
}

.departures {
  margin-top: 90px;
  position: relative;
  z-index: 99;
}
.departures__content {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.departures__content .depart_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.departures__content .depart_title h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
.departures__content .depart_title h3 i {
  display: inline-block;
  margin-right: 5px;
  font-size: 28px;
  -webkit-animation: ring 8s 1.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 8s 1.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 8s 1.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
.departures__content .depart_title a {
  color: #121212;
  font-size: 14px;
  margin-right: 20px;
}
.departures__content .depart_title a i {
  margin-left: 3px;
}
.departures__content table {
  border: 0;
  width: 100%;
  margin-bottom: 0;
  margin-top: 10px;
  border-collapse: collapse;
}
.departures__content table td,
.departures__content table th {
  border: 0;
  padding: 20px;
  padding-left: 0;
  margin-top: 15px;
}
.departures__content table tr {
  border-bottom: 1px solid #cccccc;
  transition: 0.5s all ease;
}
.departures__content table tr:hover {
  background: #edf6e9;
}
.departures__content table tr:last-child {
  border-bottom: 0;
}
.departures__content table th {
  color: #5a5959;
  font-weight: 400;
  font-size: 15px;
}
.departures__content table th:first-child {
  width: 340px;
}
.departures__content table td {
  color: #5a5959;
  font-size: 15px;
}
.departures__content table td .mb-display {
  display: none;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}
.departures__content table td .mb-display.text-right {
  text-align: right;
  margin-bottom: 10px;
}
.departures__content table td h6 {
  font-weight: 600;
  color: #646464;
  font-size: 16px;
  line-height: 1.3;
}
.departures__content table td h6 a {
  color: #646464;
}
.departures__content table td h6 a:hover {
  color: #009b4d;
}
.departures__content table td button {
  color: #009b4d;
  font-weight: 700;
  display: block;
  width: 100%;
  background: transparent;
  text-align: right;
  font-size: 15px;
  transition: 0.5s all ease;
}
.departures__content table td button:hover {
  padding-right: 25px;
}

.plating_sites_container {
  padding: 100px 0;
  background: #f7f7f7;
  position: relative;
}
.plating_sites_container .planting_sites {
  position: relative;
  z-index: 5 !important;
}
.plating_sites_container .sites {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
.plating_sites_container .sites .image img {
  width: 100%;
  aspect-ratio: 1/0.7;
  -o-object-fit: cover;
     object-fit: cover;
}
.plating_sites_container .sites .text {
  padding: 30px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.plating_sites_container .sites .text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.plating_sites_container .sites .text p {
  margin: 5px 0 30px;
  font-size: 15px;
  line-height: 1.65;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.plating_sites_container .sites .text a {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.plating_sites_container .sites .text a i {
  margin-left: 5px;
}
.plating_sites_container .pagination-sites {
  bottom: 0px !important;
}
.plating_sites_container .swiper-wrapper {
  padding-bottom: 50px;
}
.plating_sites_container .swiper-pagination-bullet {
  background: #117747 !important;
  z-index: 4;
}
.plating_sites_container .swiper-pagination-bullet-active::after {
  border-color: #117747 !important;
}

.accept {
  margin-top: 40px;
}
.accept p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.accept img {
  max-width: 100%;
  height: 35px;
}

.footer_whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.footer_whatsapp img {
  width: 50px;
}

.price_tag h6 {
  color: #949494;
  font-size: 15px;
  font-weight: 500;
}
.price_tag h3 {
  font-weight: 700;
  font-size: 38px;
}
.price_tag p {
  font-size: 14px;
  color: #5d5959;
  margin-top: 5px;
}
.price_tag p i {
  margin-right: 3px;
}

.review-package .testimonial-swiper-package-review {
  overflow: hidden;
  width: 100%;
  padding: 1px;
}
.review-package .testimonial-swiper-package-review .testimonial-content {
  padding: 20px;
}
.review-package .pagination-sites {
  bottom: 0px !important;
}
.review-package .swiper-wrapper {
  padding-bottom: 30px;
}
.review-package .swiper-pagination {
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-package .swiper-pagination-bullet {
  background: #117747 !important;
  z-index: 4;
  opacity: 0.4;
  margin: 5px 8px 5px 7px;
  width: 8px;
  height: 8px;
  position: relative;
}
.review-package .swiper-pagination-bullet::after {
  position: absolute;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 5;
}
.review-package .swiper-pagination-bullet-active::after {
  border-color: #117747 !important;
  opacity: 0.4;
  width: 210%;
  height: 210%;
  border: 1px solid #117747;
}
.review-package span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.review-package .revOpen {
  background: #009b4d;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
}

.writeReview .modal-title {
  font-size: 20px;
  font-weight: 600;
}
.writeReview .modal-body {
  margin-top: 15px;
}
.writeReview .rev_form {
  margin-bottom: 20px;
}
.writeReview .rev_form label {
  margin-bottom: 5px;
}
.writeReview .rev_form .form-control {
  padding: 15px;
}
.writeReview .rev_form textarea {
  height: 100px;
}
.writeReview .rev_form .star-rating {
  direction: rtl;
  text-align: left;
  display: block;
  margin-top: 10px;
  cursor: pointer;
}
.writeReview .rev_form .star-rating input {
  display: none;
}
.writeReview .rev_form .star-rating label {
  color: #ddd;
  font-size: 24px;
  padding: 0 2px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.writeReview .rev_form .star-rating label:hover,
.writeReview .rev_form .star-rating label:hover ~ label,
.writeReview .rev_form .star-rating input:checked ~ label {
  color: #ffc107;
}
.writeReview .btn {
  font-size: 16px;
  padding: 10px 20px;
}

.general_text {
  padding: 0 0 100px;
}
.general_text img {
  max-width: 100%;
}
.general_text h1,
.general_text h2,
.general_text h3,
.general_text h4,
.general_text h5,
.general_text h6 {
  color: #000;
}
.general_text h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}
.general_text h2 {
  font-size: 28px;
  line-height: 39px;
  font-weight: 600;
}
.general_text h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
.general_text h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}
.general_text h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.general_text p {
  margin-bottom: 15px;
}

.team2 {
  padding: 80px 0;
  background: #f4f4f4;
}
.team2 .team_card {
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  margin: 10px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.team2 .team_card img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.team2 .team_card .detail {
  padding: 20px;
}
.team2 .team_card .detail h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}
.team2 .team_card .detail p {
  margin: 0;
  color: #252525;
}

.legal_docs {
  padding: 80px 0;
  background: #f4f4f4;
}
.legal_docs .legal_card {
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  margin: 10px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.legal_docs .legal_card .image {
  position: relative;
  height: 450px;
}
.legal_docs .legal_card .image img {
  width: 100%;
  height: 450px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.legal_docs .legal_card .image i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  padding-top: 20px;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
}
.legal_docs .legal_card .image:hover i {
  opacity: 1;
  visibility: visible;
  padding: 0;
}
.legal_docs .legal_card p {
  padding: 20px;
  margin: 0;
  font-weight: 600;
}

.page-title {
  position: relative;
}
.page-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #121212;
  opacity: 0.2;
}
.page-title .review {
  align-items: center;
  margin-top: 10px;
}
.page-title .review p {
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  margin-left: 15px;
  text-decoration: underline;
}
.page-title .stars i {
  color: #009b4d;
}

@media screen and (max-width: 500px) {
  .departures__content .depart_title {
    flex-direction: column;
    align-items: flex-start;
  }
  .departures__content .depart_title h3 i {
    display: none;
  }
  .departures__content .depart_title a {
    margin-top: 30px;
  }
  .departures__content table {
    margin-top: 50px;
  }
  .departures__content table th:first-child {
    width: auto !important;
  }
  .departures__content table th:nth-child(2), .departures__content table th:nth-child(3), .departures__content table th:nth-child(4),
  .departures__content table td:nth-child(2),
  .departures__content table td:nth-child(3),
  .departures__content table td:nth-child(4) {
    display: none;
  }
  .departures__content table td .mb-display {
    display: block;
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}/*# sourceMappingURL=custom.css.map */