/*********************
Consistent Font Sizes
*********************/
/*********************
Center Block
*********************/
/*********************
Clearfix
*********************/
/*********************
transition
*********************/
/*********************
Centering Items
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
Placeholders for input
*********************/
/*********************
Animations
*********************/
/*********************
Transition
*********************/
.header-mid {
  padding: 20px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-mid {
    padding: 10px 0;
  }
}
.header-mid .hm-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-mid .hm-wrap {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
}
.header-mid .logo a {
  color: #0457b9;
}
.header-mid .logo img {
  width: 200px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .header-mid .logo img {
    width: 190px;
  }
}
@media (max-width: 575px) {
  .header-mid .logo img {
    width: 220px;
  }
}
.header-mid .hm-inner {
  display: flex;
  justify-content: end;
  align-items: center;
}
.header-mid .hm-inner .search-desktop {
  background-color: #f0f0f0;
  padding: 4px 24px;
  border-radius: 30px;
  /* Large Devices, Wide Screens */
}
.header-mid .hm-inner .search-desktop input {
  border: none;
  background-color: transparent;
  margin: 0;
}
@media (max-width: 991px) {
  .header-mid .hm-inner .search-desktop {
    display: none;
  }
}
.header-mid .hm-inner .q-contact a {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  text-align: left;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-mid .hm-inner .q-contact a {
    padding-left: 40px;
  }
}
.header-mid .hm-inner .q-contact a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #111;
  color: #111;
  font-size: 18px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-mid .hm-inner .q-contact a i {
    height: 36px;
    line-height: 36px;
    width: 36px;
    font-size: 16px;
  }
}
.header-mid .hm-inner .q-contact a h2 {
  color: #284383;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  font-family: "Poppins", sans-serif;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-mid .hm-inner .q-contact a h2 {
    margin-bottom: 0;
    font-size: 15px;
  }
}
.header-mid .hm-inner .q-contact a span {
  color: #333;
}
.header-mid .hm-inner .plan-trip a {
  padding: 10px 20px;
  display: inline-block;
  background-color: #284383;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-mid .hm-inner .plan-trip a {
    padding: 6px 12px;
    font-size: 15px;
    background-color: #f47820;
  }
}
.header-mid .hm-inner .plan-trip a:hover {
  background-color: #f47820;
}
.header-mid .hm-inner .hm-item:not(:last-child) {
  margin-right: 30px;
}
.header-mid .hm-inner .hm-item.enquiry {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .header-mid .hm-inner .hm-item.enquiry {
    display: none;
  }
}

.header-btm {
  background-color: #284383;
}
.header-btm .menu-wrap {
  display: flex;
  justify-content: space-between;
}
.header-btm .menu-wrap .search-mob {
  display: none;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-btm .menu-wrap .search-mob {
    display: block;
    background-color: #023b7d;
    padding: 0 10px 0 0;
  }
}
.header-btm .menu-wrap .search-mob input {
  margin-bottom: 0;
  background-color: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
}
.header-btm .menu-wrap .search-mob input::-moz-placeholder {
  color: #cfe0f1;
  font-size: 15px;
}
.header-btm .menu-wrap .search-mob input::placeholder {
  color: #cfe0f1;
  font-size: 15px;
}
.header-btm .menu-wrap .search-mob i {
  color: #fff;
}
.header-btm .menu-wrap .whatsapp {
  position: relative;
  padding: 0 16px 0 52px;
  background-color: #f47820;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-btm .menu-wrap .whatsapp {
    display: none;
  }
}
.header-btm .menu-wrap .whatsapp i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  color: #25d366;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
.header-btm .menu-wrap .whatsapp span, .header-btm .menu-wrap .whatsapp a {
  font-weight: 600;
  color: #fff;
}
.header-btm .menu-wrap .whatsapp span {
  font-size: 15px;
}
.header-btm .menu-wrap .whatsapp a {
  display: block;
  font-family: "Poppins", sans-serif;
}
.header-btm .menu-wrap .whatsapp a:hover {
  color: #284383;
}
.header-btm #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-size: 16px;
  padding: 0 16px;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1364px) {
  .header-btm #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .header-btm #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 8px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .header-btm #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 20px;
    font-size: 16px;
  }
}
.header-btm #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-btm #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    padding: 10px 0;
  }
}
.header-btm #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-btm #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    width: 100%;
  }
}
.header-btm #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left,
.header-btm #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center {
  display: none;
}
.header-btm #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-size: 16px;
  line-height: unset;
  padding: 6px 10px;
}
.header-btm #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.site-footer {
  background-color: #00336f;
  padding: 4% 0;
  color: #fff;
}
.site-footer ul li {
  margin-bottom: 8px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-footer ul li {
    margin-bottom: 4px;
  }
}
.site-footer ul li a {
  color: #fff;
}
.site-footer ul li a:hover {
  color: #f47820;
}

.ft-title {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .ft-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.ft-title img {
  width: 30px;
}

.contact-det ul li {
  position: relative;
  padding-left: 24px;
}
.contact-det ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}
.contact-det ul li h4 {
  font-size: 16px;
  font-weight: 600;
}
.contact-det ul li span {
  font-weight: 600;
  display: block;
}
.contact-det ul li a {
  position: relative;
  display: inline-block;
}
.contact-det ul li a:not(:last-child) {
  padding-right: 6px;
}
.contact-det ul li a:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  right: 0;
  height: 14px;
  width: 1px;
  background-color: #fff;
}
.contact-det.dark ul li {
  margin-bottom: 10px;
}
.contact-det.dark ul li i {
  color: #f47820;
}
.contact-det.dark ul li a {
  color: #222;
}
.contact-det.dark ul li a:not(:last-child) {
  padding-right: 6px;
}
.contact-det.dark ul li a:not(:last-child)::before {
  background-color: #333;
}

.social-media h5 {
  color: #111;
  font-family: "Poppins", sans-serif;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .social-media h5 {
    font-size: 18px;
  }
}
.social-media li {
  display: inline-block;
}
.social-media li:not(:last-child) {
  margin-right: 5px;
}
.social-media li i {
  height: 34px;
  line-height: 34px;
  width: 34px;
  border-radius: 50%;
  text-align: center;
  background-color: #284383;
  color: #fff;
}
.social-media li i:hover {
  background-color: #f47820;
}
.social-media.ft-media {
  margin-top: 1rem;
}
.social-media.ft-media li i {
  border-radius: 4px;
  background-color: #38a2da;
}

.copyright {
  text-align: center;
  padding-top: 24px;
}
.copyright p {
  color: #eee;
}
.copyright a {
  color: #fff;
}

.intl-row {
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.intl-row .intl-col {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 12px;
  padding-bottom: 12px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .intl-row .intl-col {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 575px) {
  .intl-row .intl-col {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.intl-row .intl-col li a {
  font-size: 15px;
}

#scroll-top {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 1;
}
#scroll-top i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-color: #f47820;
  color: #fff;
}

.heroSlider {
  position: relative;
}
.heroSlider .image {
  position: relative;
}
.heroSlider .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(45, 45, 45, 0) 0%, rgba(33, 32, 82, 0.7098039216) 50%, rgba(45, 45, 45, 0.2) 100%);
}
.heroSlider .image img {
  width: 100%;
  height: 600px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1364px) {
  .heroSlider .image img {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .heroSlider .image img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .heroSlider .image img {
    height: 360px;
  }
}
.heroSlider .image .text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 7%;
  z-index: 2;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroSlider .image .text {
    padding: 0 5%;
  }
}
.heroSlider .image .text .pkg-title {
  color: #fff;
  font-weight: 600;
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  width: 70%;
  margin: 0 auto 1rem;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroSlider .image .text .pkg-title {
    font-size: 30px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .heroSlider .image .text .pkg-title {
    font-size: 22px;
  }
}
.heroSlider .image .text .duration {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroSlider .image .text .duration {
    font-size: 18px;
  }
}
.heroSlider .image .text .duration i {
  font-weight: 100;
}
.heroSlider .image .text .link {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
}
.heroSlider .swiper-slide-active .image .kenburns-top {
  animation: kenburns-top 5s ease-out both;
}
@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    transform-origin: top;
  }
}
.heroSlider .btm-border {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  line-height: 0;
}
.heroSlider .btm-border img {
  width: 100%;
}
.heroSlider .swiper-pagination {
  bottom: 40px;
}
.heroSlider .swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.heroSlider .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #fff;
}

.triptypeSlider .swiper-slide {
  text-align: center;
}
.triptypeSlider .swiper-slide .image {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #284383;
  padding: 30px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .triptypeSlider .swiper-slide .image {
    width: 80px;
    height: 80px;
    padding: 20px;
  }
}
.triptypeSlider .swiper-slide .text h4 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #111;
  text-transform: uppercase;
  margin: 16px 0 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .triptypeSlider .swiper-slide .text h4 {
    font-size: 18px;
    margin: 10px 0 8px;
  }
}
.triptypeSlider .swiper-slide .text h5 {
  font-size: 15px;
  color: #555;
  font-weight: normal;
}
.triptypeSlider .swiper-slide:hover .image {
  background-color: #f47820;
}
.triptypeSlider .swiper-pagination {
  position: relative;
  bottom: unset;
  margin-top: 1rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .triptypeSlider .swiper-pagination {
    margin-top: 10px;
  }
}
.triptypeSlider .swiper-pagination .swiper-pagination-bullet {
  height: 14px;
  width: 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .triptypeSlider .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 16px;
  }
}
.triptypeSlider .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #f47820;
}

.welcome {
  background-color: #f4f1e8;
  background-size: cover;
}
.welcome .welcome-img {
  padding-right: 50px;
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .welcome .welcome-img {
    padding-right: 0;
    margin-bottom: 5%;
  }
}
.welcome .welcome-img img {
  height: 100%;
  width: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .welcome .welcome-img img {
    height: auto;
  }
}
.welcome .welcome-desc p {
  text-align: justify;
}

.card1 {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #ddd;
  transition: all 0.3s ease-in-out;
}
.card1 .image {
  position: relative;
  overflow: hidden;
}
.card1 .image img {
  width: 100%;
  height: 300px;
  transition: all 0.5s ease-in-out;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1364px) {
  .card1 .image img {
    height: 240px;
  }
}
@media (max-width: 575px) {
  .card1 .image img {
    height: auto;
  }
}
.card1 .text {
  padding: 16px;
  position: relative;
}
.card1 .text .duration i {
  color: #f47820;
  font-size: 14px;
}
.card1 .text .duration span {
  color: #666;
}
.card1 .text .group {
  color: #333;
}
.card1 .text .group i {
  font-size: 14px;
}
.card1 .text .duration span, .card1 .text .group span {
  font-size: 15px;
}
.card1 .text .pkg-title {
  margin: 10px 0;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  border-top: 1px dashed #ddd;
  padding-top: 10px;
}
.card1 .text .pkg-title:hover {
  color: #f47820;
}
.card1 .text .price span {
  color: #555;
  font-size: 15px;
}
.card1 .text .price h4 {
  font-weight: 600;
  color: #284383;
  font-size: 18px;
  margin: 0;
}
.card1 .text .link {
  transition: all 0.3s ease-in-out;
}
.card1:hover {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}
.card1:hover .image img {
  transform: scale(1.1);
}
.card1:hover .link {
  opacity: 1;
  right: 16px;
}

.ftr-image {
  position: relative;
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .ftr-image {
    height: auto;
  }
}
.ftr-image img {
  width: 100%;
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .ftr-image img {
    height: auto;
  }
}
.ftr-image .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10% 1rem 1rem;
  background-image: linear-gradient(to top, #000 30%, rgba(255, 255, 255, 0) 100%);
}
.ftr-image .text h3 {
  font-weight: 200;
  color: #fff;
  font-size: 22px;
}
.ftr-image .text h4 {
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-size: 30px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .ftr-image .text h4 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .ftr-image .text h4 {
    font-size: 20px;
  }
}

.card-ft {
  position: relative;
  padding-left: 75px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card-ft {
    padding-left: 65px;
  }
}
.card-ft .icon {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #f47820;
  padding: 4px;
  border-radius: 50%;
}
.card-ft .icon i {
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #f47820;
  font-size: 24px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card-ft .icon i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 20px;
  }
}
.card-ft h3 {
  font-size: 20px;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card-ft h3 {
    font-size: 18px;
  }
}
.card-ft p {
  margin: 0;
  color: #444;
}

.display2 {
  position: relative;
  background-position: center;
  background-size: cover;
  z-index: 1;
  background-attachment: fixed;
}
.display2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(2, 16, 49, 0.9294117647);
  z-index: -1;
}

.card3 {
  overflow: hidden;
  border-radius: 10px;
}
.card3 .image {
  overflow: hidden;
}
.card3 .image img {
  width: 100%;
  height: 260px;
  transition: all 0.5s ease-in-out;
}
.card3 .text {
  background-color: #fff;
  padding: 16px;
}
.card3 .text h3 {
  color: #111;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.card3 .text h3:hover {
  color: #f47820;
}
.card3 .text .destination {
  font-weight: 600;
}
.card3 .text .destination i {
  color: #f47820;
}
.card3 .text .destination span {
  color: #333;
}
.card3 .text .duration {
  color: #333;
  margin-left: 4px;
}
.card3 .text .destination, .card3 .text .duration {
  font-size: 15px;
}
.card3 .text .price-link {
  justify-content: space-between;
  align-items: end;
  margin-top: 16px;
}
.card3 .text .price-link .price span {
  color: #333;
  font-size: 15px;
  display: block;
}
.card3 .text .price-link .price h4 {
  margin: 0;
  color: #222;
  display: inline-block;
  font-weight: 800;
  font-size: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card3 .text .price-link .price h4 {
    font-size: 18px;
  }
}
.card3 .text .price-link .btn-one {
  transition: all 0.3s ease-in-out;
}
.card3:hover .image img {
  transform: scale(1.1);
  transform-origin: top;
}

.packageSlider1 .swiper-slide {
  background-color: #fff;
  height: auto;
  border-radius: 10px;
}
.packageSlider1 .swiper-pagination {
  position: relative;
  bottom: unset;
  margin-top: 1rem;
}
.packageSlider1 .swiper-pagination .swiper-pagination-bullet {
  height: 14px;
  width: 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.packageSlider1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #f47820;
}
.packageSlider1 .swiper-button-next,
.packageSlider1 .swiper-button-prev {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #aaa;
}
.packageSlider1 .swiper-button-next:after,
.packageSlider1 .swiper-button-prev:after {
  color: #fff;
  font-size: 16px;
}

.departure-slider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .departure-slider .swiper-slide {
    height: 100%;
  }
}
.departure-slider .swiper-slide .image {
  width: 40%;
  position: relative;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .departure-slider .swiper-slide .image {
    width: 100%;
  }
}
.departure-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .departure-slider .swiper-slide .image img {
    height: auto;
  }
}
.departure-slider .swiper-slide .image .price {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #f47820;
  color: #fff;
  padding: 4px 12px;
  font-weight: 700;
  line-height: normal;
}
.departure-slider .swiper-slide .image .price span {
  display: block;
  font-weight: normal;
  font-size: 15px;
}
.departure-slider .swiper-slide .text {
  width: 60%;
  padding: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1364px) {
  .departure-slider .swiper-slide .text {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .departure-slider .swiper-slide .text {
    width: 100%;
  }
}
.departure-slider .swiper-slide .text h4 {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1364px) {
  .departure-slider .swiper-slide .text h4 {
    font-size: 18px;
  }
}
.departure-slider .swiper-slide .text h4:hover {
  color: #f47820;
}
.departure-slider .swiper-slide .text .duration i {
  color: #284383;
  margin-right: 4px;
}
.departure-slider .swiper-slide .text .duration h6 {
  display: inline-block;
  font-weight: 600;
  margin: 0 4px 0 0;
  color: #555;
}
.departure-slider .swiper-slide .text .duration span {
  color: #555;
}
.departure-slider .swiper-slide .text p {
  margin: 16px 0 5px;
  font-weight: 300;
  color: #333;
}
.departure-slider .swiper-slide .text ul li {
  border-radius: 4px;
  display: inline-block;
  padding: 10px;
  text-align: center;
  margin: 5px 5px 0 0;
  background-color: #f0f0f0;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .departure-slider .swiper-slide .text ul li {
    width: 49%;
    margin: 5px 0 0 0;
    padding: 8px;
  }
}
.departure-slider .swiper-slide .text ul li h6 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
  color: #222;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .departure-slider .swiper-slide .text ul li h6 {
    margin-bottom: 2px;
  }
}
.departure-slider .swiper-slide .text ul li span {
  color: #284383;
  font-size: 15px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .departure-slider .swiper-slide .text ul li span {
    font-size: 14px;
  }
}
.departure-slider .swiper-slide .text ul li:hover {
  background-color: #ddd;
}
.departure-slider .swiper-button-next,
.departure-slider .swiper-button-prev {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #aaa;
}
.departure-slider .swiper-button-next:after,
.departure-slider .swiper-button-prev:after {
  color: #fff;
  font-size: 18px;
}

.card2 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.card2 img {
  height: 500px;
  width: 100%;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 img {
    height: auto;
  }
}
.card2 .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10% 20px 20px;
  background-image: linear-gradient(to top, #000 10%, rgba(255, 255, 255, 0) 100%);
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 .text {
    padding: 10% 16px 16px;
  }
}
.card2 .text ul {
  margin-bottom: 16px;
}
.card2 .text ul li {
  margin-top: 8px;
}
.card2 .text ul li i {
  color: #f47820;
}
.card2 .text ul li span {
  color: #fff;
}
.card2 .text h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  margin: 0;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 .text h3 {
    font-size: 18px;
  }
}
.card2 .text h3:hover {
  color: #f47820;
}
.card2 .link {
  /* Large Devices, Wide Screens */
}
.card2 .link i {
  height: 44px;
  line-height: 44px;
  width: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: #284383;
  color: #fff;
  /* Large Devices, Wide Screens */
}
.card2 .link i:hover {
  background-color: #f47820;
}
@media (max-width: 575px) {
  .card2 .link i {
    height: 36px;
    width: 36px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .card2 .link {
    display: none;
  }
}
.card2 .price {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #f47820;
  color: #fff;
  padding: 6px 10px;
}
.card2:hover img {
  transform: scale(1.1);
}

.test-card {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .test-card {
    padding: 16px;
  }
}
.test-card .rating {
  margin-bottom: 16px;
}
.test-card .rating i {
  color: #efb70a;
  font-size: 15px;
}
.test-card .author img {
  height: 50px;
  width: 50px;
  max-width: 50px;
  border-radius: 50%;
}
.test-card .author .name {
  margin-left: 16px;
}
.test-card .author .name h3 {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.test-card .author .name span {
  color: #111;
  font-weight: 500;
}
.test-card .author .name a {
  color: #284383;
}
.test-card .author .name a:hover {
  color: #284383;
}
.test-card .author .name span, .test-card .author .name a {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .test-card .author .name span, .test-card .author .name a {
    font-size: 15px;
  }
}
.test-card .desc p {
  color: #111;
  margin: 16px 0 0;
  text-align: justify;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .test-card .desc p {
    text-align: left;
  }
}

.testimonialSlider .swiper-slide {
  height: auto;
}
.testimonialSlider .swiper-pagination {
  position: relative;
  bottom: unset;
  margin-top: 1rem;
}
.testimonialSlider .swiper-pagination .swiper-pagination-bullet {
  height: 14px;
  width: 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .testimonialSlider .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 16px;
  }
}
.testimonialSlider .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #38a2da;
}

.blog-card .image {
  overflow: hidden;
  border-radius: 10px;
}
.blog-card .image img {
  height: 300px;
  width: 100%;
  transition: all 0.5s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .blog-card .image img {
    height: auto;
  }
}
.blog-card h5 {
  font-family: "Poppins", sans-serif;
  color: #222;
  margin: 10px 0 8px;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.blog-card h5:hover {
  color: #f47820;
}
.blog-card:hover .image img {
  transform: scale(1.2);
}

.blog-intro ul, .blog-card ul {
  list-style-type: none;
  padding: 0;
}
.blog-intro ul li, .blog-card ul li {
  display: inline-block;
  margin-bottom: 0 !important;
}
.blog-intro ul li:first-child, .blog-card ul li:first-child {
  margin-right: 1rem;
}
.blog-intro ul li i, .blog-intro ul li span, .blog-card ul li i, .blog-card ul li span {
  font-size: 15px;
}
.blog-intro ul li i, .blog-card ul li i {
  color: #222;
}
.blog-intro ul li span, .blog-card ul li span {
  color: #444;
}
.blog-intro ul li.date i, .blog-card ul li.date i {
  color: #f47820;
}

.related-blog {
  padding-left: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .related-blog {
    padding-left: 0;
  }
}
.related-blog h4 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
}

.our-team .row {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .our-team .row {
    margin: 0 -5px;
  }
}
.our-team .row .member-col {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .our-team .row .member-col {
    padding: 0 5px;
  }
}

.member-inner {
  text-align: center;
}
.member-inner img {
  border-radius: 10px;
  height: 300px;
  width: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .member-inner img {
    height: auto;
  }
}
.member-inner h5 {
  font-size: 20px;
  color: #333;
  margin: 10px 0 6px;
  font-family: "Poppins", sans-serif;
}
.member-inner h6 {
  margin: 0;
  color: #284383;
  font-weight: normal;
}

.team-detail .image {
  text-align: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .team-detail .image {
    margin-bottom: 1rem;
  }
}
.team-detail .image img {
  margin-bottom: 10px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 0px 1px #eee;
  height: auto;
}
.team-detail .image h5 {
  margin-bottom: 4px;
  font-weight: 700;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .team-detail .image h5 {
    font-size: 16px;
  }
}
.team-detail .image span {
  color: #284383;
  font-size: 15px;
}
.team-detail .member-inner h5 {
  font-size: 20px;
}
.team-detail .description {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .team-detail .description {
    margin-top: 5%;
  }
}
.team-detail .description p {
  text-align: justify;
}
.team-detail ul {
  padding: 0;
}
.team-detail ul li {
  display: inline-block;
  margin: 5px 4px 0;
}
.team-detail ul li i {
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  background-color: #f47820;
  border-radius: 50%;
  color: #fff;
}
.team-detail ul li i:hover {
  background-color: #284383;
}

.videoSlider .image {
  position: relative;
  overflow: hidden;
}
.videoSlider .image img {
  height: 500px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1364px) {
  .videoSlider .image img {
    height: 400px;
  }
}
.videoSlider .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4784313725);
  z-index: 1;
}
.videoSlider .image .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.videoSlider .image .play i {
  height: 70px;
  line-height: 70px;
  width: 70px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.videoSlider .image .play i:hover {
  color: #f47820;
  border-color: #f47820;
}
.videoSlider .image .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  text-align: center;
  z-index: 1;
}
.videoSlider .image .text .vtitle {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1364px) {
  .videoSlider .image .text .vtitle {
    font-size: 20px;
  }
}
.videoSlider .image .text .vsubtitle {
  font-weight: 200;
  color: #fff;
  font-size: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .videoSlider .image .text .vsubtitle {
    font-size: 18px;
  }
}
.videoSlider .image:hover img {
  transform: scale(1.2);
}
.videoSlider .swiper-button-next,
.videoSlider .swiper-button-prev {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #aaa;
}
.videoSlider .swiper-button-next:after,
.videoSlider .swiper-button-prev:after {
  color: #fff;
  font-size: 16px;
}

.services .service-inner {
  background-color: #f2f2ff;
  padding: 5%;
}
.services .service-inner h2 {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  width: 70%;
  margin: 0 auto 1rem;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .services .service-inner h2 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .services .service-inner h2 {
    font-size: 22px;
  }
}
.services .service-inner .ser-inner {
  position: relative;
  padding-left: 60px;
}
.services .service-inner .ser-inner i {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #f47820;
  font-size: 20px;
  color: #fff;
}
.services .service-inner .ser-inner h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .services .service-inner .ser-inner h3 {
    font-size: 18px;
  }
}
.services .service-inner .ser-inner p {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.services .service-inner .link {
  margin-top: 24px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .services .service-inner .link {
    margin-top: 0;
  }
}
.services .service-inner .ser-col:nth-child(even) .ser-inner i {
  background-color: #38a2da;
}

.partners h2 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-right: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .partners h2 {
    font-size: 16px;
  }
}
.partners .association {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .partners .association {
    display: block;
  }
}
.partners .association ul li {
  display: inline-block;
}
.partners .association ul li img {
  width: 70px;
  border-radius: 4px;
}
.partners .review {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .partners .review {
    margin: 16px 0;
  }
}
.partners .review ul li {
  display: inline-block;
  margin-bottom: 8px;
  text-align: center;
  background-color: #f2f2ff;
  width: calc(50% - 10px);
  padding: 10px;
}
.partners .review ul li:not(:last-child) {
  margin-right: 10px;
}
.partners .review ul li .view-review {
  border-radius: 4px;
  display: inline-block;
}
.partners .review ul li .w-review {
  display: block;
  color: #00336f;
  font-size: 15px;
  margin-top: 8px;
  border: 1px solid #eaf1f8;
}
.partners .review ul li .w-review:hover {
  color: #f47820;
}
.partners .review ul li img {
  width: 35px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .partners .review ul li img {
    width: 26px;
  }
}
.partners .review ul li span {
  color: #222;
  font-weight: 700;
}

.cate-intro .cate-title {
  font-size: 28px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .cate-intro .cate-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .cate-intro .cate-title {
    font-size: 20px;
  }
}
.cate-intro .pkg-count {
  margin-bottom: 1rem;
}
.cate-intro .pkg-count span {
  color: #f47820;
}

.cate-img img {
  width: 100%;
  height: 400px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .cate-img img {
    height: auto;
  }
}

.cate-desc p {
  text-align: justify;
}
.cate-desc h1, .cate-desc h2, .cate-desc h3, .cate-desc h4, .cate-desc h5, .cate-desc h6 {
  font-size: 22px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .cate-desc h1, .cate-desc h2, .cate-desc h3, .cate-desc h4, .cate-desc h5, .cate-desc h6 {
    font-size: 18px;
  }
}
.cate-desc h1 strong, .cate-desc h2 strong, .cate-desc h3 strong, .cate-desc h4 strong, .cate-desc h5 strong, .cate-desc h6 strong {
  font-weight: 600;
}

.category-aside {
  margin-left: 40px;
  position: sticky;
  top: 20px;
  padding: 0;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .category-aside {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .category-aside {
    display: none;
  }
}
.category-aside h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.category-aside .blog-item {
  list-style-type: none;
  position: relative;
  padding: 10px 10px 10px 32px;
  background-color: #284383;
  margin-bottom: 2px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.category-aside .blog-item:hover {
  background-color: #38a2da;
}
.category-aside .blog-item::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 12px;
  left: 10px;
  color: #fff;
  font-weight: 300;
}
.category-aside .blog-item a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  display: block;
}
.category-aside .blog-item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.category-aside .blog-item ul li span {
  font-weight: 200;
  font-size: 14px;
}
.category-aside .blog-item ul li i {
  font-size: 13px;
}

.pkg-category .card1 .text {
  background-color: #f5f5f5;
}

.pkg-tab {
  flex-wrap: nowrap;
  background-color: #00336f;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none;
}
.pkg-tab.active {
  display: block;
  padding: 6px 0;
}
.pkg-tab ul {
  flex-direction: row;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .pkg-tab ul {
    overflow-x: scroll;
  }
}
.pkg-tab ul .nav-item .nav-link {
  color: #fff;
  padding: 8px 16px;
  width: -moz-max-content;
  width: max-content;
  /* Large Devices, Wide Screens */
}
.pkg-tab ul .nav-item .nav-link.active, .pkg-tab ul .nav-item .nav-link:hover {
  color: #f47820;
}
@media (max-width: 575px) {
  .pkg-tab ul .nav-item .nav-link {
    padding: 8px;
  }
}

.pkgGallery .image img {
  width: 100%;
  height: 550px;
  border-radius: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .pkgGallery .image img {
    height: 300px;
  }
}
.pkgGallery .swiper-button-next,
.pkgGallery .swiper-button-prev {
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #444;
}
.pkgGallery .swiper-button-next:after,
.pkgGallery .swiper-button-prev:after {
  color: #fff;
  font-size: 20px;
}

.pkg-intro {
  margin-bottom: 20px;
}
.pkg-intro .pkg-title {
  font-weight: 600;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1364px) {
  .pkg-intro .pkg-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .pkg-intro .pkg-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .pkg-intro .pkg-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .pkg-intro .pkg-title {
    font-size: 22px;
  }
}
.pkg-intro .destination {
  margin-right: 8px;
}
.pkg-intro .destination i {
  color: #f47820;
}

.trip-facts {
  background-color: #f2f2ff;
  padding: 20px;
  border-radius: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .trip-facts {
    padding: 1rem;
  }
}
.trip-facts ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  gap: 24px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .trip-facts ul {
    gap: 16px 0;
    /* Large Devices, Wide Screens */
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  .trip-facts ul {
    margin: 0 -8px;
  }
}
.trip-facts ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  list-style-type: none;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .trip-facts ul li {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 575px) {
  .trip-facts ul li {
    padding: 0 8px;
  }
}
.trip-facts ul li .tf-item {
  position: relative;
  padding-left: 44px;
}
.trip-facts ul li i {
  color: #6a6a93;
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 0;
}
.trip-facts ul li h3 {
  font-size: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .trip-facts ul li h3 {
    margin-bottom: 2px;
    font-size: 15px;
  }
}
.trip-facts ul li h4 {
  font-size: 15px;
  font-weight: normal;
  color: #284383;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .trip-facts ul li h4 {
    font-size: 14px;
  }
}

.p-title {
  font-size: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 30px 0 16px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .p-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .p-title {
    font-size: 20px;
    margin: 20px 0 16px;
  }
}

.pkg-info {
  position: relative;
}
.pkg-info ul {
  margin-bottom: 1rem;
}
.pkg-info::before {
  display: flex;
  content: "";
  height: 40px;
  margin-top: -40px;
  visibility: hidden;
}
.pkg-info p {
  text-align: justify;
  font-size: 17px;
}
.pkg-info h1, .pkg-info h2, .pkg-info h3:not(.p-title), .pkg-info h4, .pkg-info h5, .pkg-info h6 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .pkg-info h1, .pkg-info h2, .pkg-info h3:not(.p-title), .pkg-info h4, .pkg-info h5, .pkg-info h6 {
    font-size: 18px;
  }
}
.pkg-info h1 b, .pkg-info h1 strong, .pkg-info h2 b, .pkg-info h2 strong, .pkg-info h3:not(.p-title) b, .pkg-info h3:not(.p-title) strong, .pkg-info h4 b, .pkg-info h4 strong, .pkg-info h5 b, .pkg-info h5 strong, .pkg-info h6 b, .pkg-info h6 strong {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.pkg-info .pkg-exclude ul li::before {
  content: "\f057";
  color: red;
}
.pkg-info table th, .pkg-info table td {
  vertical-align: middle;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .pkg-info table th, .pkg-info table td {
    font-size: 14px;
  }
}

.pkg-highlight ul, .pkg-info ul {
  padding-left: 1rem;
}
.pkg-highlight ul li, .pkg-info ul li {
  list-style-type: none;
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}
.pkg-highlight ul li::before, .pkg-info ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #f47820;
  font-weight: 100;
}

#itinerary .accordion-item {
  border: none;
  position: relative;
  padding-left: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  #itinerary .accordion-item {
    padding-left: 24px;
  }
}
#itinerary .accordion-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 10px 10px 10px 0;
  background-color: #ccc;
  transform: rotate(-45deg);
}
#itinerary .accordion-item:not(:last-child) {
  padding-bottom: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  #itinerary .accordion-item:not(:last-child) {
    padding-bottom: 24px;
  }
}
#itinerary .accordion-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #aaa;
}
#itinerary .accordion-item .iti-day {
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
#itinerary .accordion-item .accordion-button {
  padding: 0;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: normal;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  #itinerary .accordion-item .accordion-button {
    font-size: 16px;
  }
}
#itinerary .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #284383;
}
#itinerary .accordion-item .accordion-body {
  padding: 0;
}
#itinerary .iti-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  background-color: #f2f2ff;
  padding: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  #itinerary .iti-facts {
    gap: 16px 10px;
  }
}
#itinerary .iti-facts .fact-item {
  position: relative;
  width: calc(50% - 16px);
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  #itinerary .iti-facts .fact-item {
    width: calc(50% - 5px);
  }
}
#itinerary .iti-facts .fact-item i {
  color: #284383;
}
#itinerary .iti-facts .fact-item h5 {
  font-size: 18px;
  margin-bottom: 0;
  display: inline-block;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  #itinerary .iti-facts .fact-item h5 {
    font-size: 15px;
  }
}
#itinerary .iti-facts .fact-item span {
  font-size: 18px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  #itinerary .iti-facts .fact-item span {
    font-size: 16px;
    display: block;
  }
}

#fixeddeparture .departures {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  #fixeddeparture .departures {
    overflow-x: scroll;
  }
}
#fixeddeparture .book-btn {
  display: inline-block;
  background-color: #284383;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding: 6px 12px;
}

#equipment-list .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}
#equipment-list .accordion-item:not(:last-child) {
  margin-bottom: 1rem;
}
#equipment-list .accordion-button {
  padding: 0 0 1rem;
}
#equipment-list .accordion-button i {
  font-size: 18px;
  color: #444;
  margin-right: 10px;
}
#equipment-list .accordion-button span {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333;
}
#equipment-list .accordion-body {
  padding: 0;
}

.single-package .accordion-button::after {
  height: 1em;
  width: 1em;
  background-size: unset;
}

#faq .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 16px;
}
#faq .accordion-item .accordion-button {
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  position: relative;
  padding: 0 0 0 28px;
  font-weight: 500;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  #faq .accordion-item .accordion-button {
    font-size: 16px;
  }
}
#faq .accordion-item .accordion-button::before {
  content: "\f059";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #f47820;
  position: absolute;
  top: 0;
  left: 0;
}
#faq .accordion-item .accordion-button:not(.collapsed) {
  color: #284383;
  box-shadow: none;
}
#faq .accordion-item .accordion-body {
  padding: 10px 0 0 28px;
}

.price-wrap {
  background-color: #e4edf7;
  padding: 20px;
  position: sticky;
  top: 60px;
}
.price-wrap h5 {
  font-weight: normal;
  font-size: 18px;
}
.price-wrap h2 {
  font-weight: 800;
}
.price-wrap h2 span {
  font-weight: normal;
  font-size: 16px;
}
.price-wrap .be-btn a {
  width: 100%;
  margin-top: 10px;
}

.expert h3 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #222;
}
.expert .exp-inner {
  background-color: #fff;
  padding: 1rem;
}
.expert .expert-intro .image {
  margin-right: 16px;
}
.expert .expert-intro .image img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
}
.expert .expert-intro .name h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
}
.expert .expert-intro .name h5 {
  color: #555;
  font-weight: normal;
  font-size: 16px;
}
.expert .expert-intro .name h6 {
  color: #f47820;
}
.expert .exp-contact {
  position: relative;
  padding-left: 46px;
}
.expert .exp-contact i {
  font-size: 44px;
  position: absolute;
  top: 0;
  left: 0;
  color: #4caf50;
}
.expert .exp-contact span {
  font-weight: 600;
  display: block;
}
.expert .exp-contact a {
  color: #333;
}
.expert .exp-contact a:hover {
  color: #f47820;
}
.expert .exp-media {
  margin-top: 1rem;
}
.expert .exp-media h6 {
  font-weight: 600;
}
.expert .exp-media ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.expert .exp-media li {
  display: inline-block;
  margin-right: 4px;
}
.expert .exp-media li i {
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
  border: 1px solid #284383;
  border-radius: 50%;
  color: #284383;
}
.expert .exp-media li i:hover {
  background-color: #284383;
  color: #fff;
}
.expert .q-enquiry {
  text-align: center;
  display: block;
  background-color: #284383;
  color: #fff;
  padding: 10px;
}

.group-discount button {
  width: 100%;
  padding: 10px;
  background-color: #1066bd;
  color: #fff;
  border-radius: 4px;
}
.group-discount .dropdown-menu {
  width: 100%;
  padding: 0;
  background-color: #1066bd;
  color: #fff;
}
.group-discount .dropdown-menu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 16px;
}
.group-discount .dropdown-menu li h5 {
  margin: 0;
  font-weight: 700;
}
.group-discount .dropdown-menu li span, .group-discount .dropdown-menu li h5 {
  font-size: 14px;
}

.single-expert {
  position: sticky;
  top: 70px;
}

.related-trip .card3 {
  border: 1px solid #ddd;
}

.masonry {
  -moz-column-count: 3;
       column-count: 3; /* number of columns */
  -moz-column-gap: 15px;
       column-gap: 15px; /* space between columns */
  padding: 20px;
}

.masonry .image {
  flex: 0 1 30%; /* 30% width, shrink if needed, no grow */
  box-sizing: border-box;
}

.masonry img {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* prevent image from breaking */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Responsive */
@media (max-width: 1200px) {
  .masonry {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 768px) {
  .masonry {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 480px) {
  .masonry {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.page-not-found img {
  width: 40%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .page-not-found img {
    width: 60%;
  }
}
.page-not-found h2 {
  color: #555;
  margin: 2rem auto;
  font-weight: 600;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .page-not-found h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .page-not-found h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .page-not-found h2 {
    font-size: 18px;
    margin: 1rem 0;
  }
}

/* =====global css starts=====*/
html {
  scroll-behavior: smooth;
  counter-reset: section;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}

/* =====typography=====*/
a, i, button {
  transition: all 0.3s ease-in-out;
}

a, a:hover {
  text-decoration: none;
}

/* =====layout=====*/
ul {
  margin: 0;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
  height: auto;
}

.sp-tb {
  padding: 5% 0;
}

.sp-t {
  padding-top: 5%;
}

.sp-b {
  padding-bottom: 5%;
}

.maincontainer {
  width: 86%;
  margin: 0 auto;
  max-width: 1440px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .maincontainer {
    width: 90%;
  }
}

#page {
  max-width: 1600px;
  margin: 0 auto;
}

/* =====components=====*/
.btn:focus, .btn-link, button:focus, .form-select:focus, .accordion-button:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

button {
  background-color: unset;
  border: none;
}

.btn-link:hover {
  text-decoration: none;
}

.form-control:focus, button:focus, .slick-slide:focus, a:focus {
  box-shadow: none;
  outline: none;
}

.mt {
  margin-top: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mt {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .mt {
    margin-top: 16px;
  }
}

.mb {
  margin-bottom: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mb {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .mb {
    margin-bottom: 16px;
  }
}

.btn-one {
  display: inline-block;
  padding: 10px 20px;
  background-color: #284383;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btn-one {
    padding: 8px 18px;
  }
}
.btn-one:hover {
  background-color: #f47820;
  color: #fff;
}
.btn-one.active {
  background-color: #f47820;
}
.btn-one.active:hover {
  background-color: #284383;
}

.section-heading span {
  font-size: 18px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .section-heading span {
    font-size: 16px;
  }
}
.section-heading h2 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  color: #284383;
  font-weight: 700;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section-heading h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 22px;
  }
}
.section-heading img {
  width: 140px;
}
.section-heading.light h2, .section-heading.light span {
  color: #fff;
}

.entry-title {
  font-size: 28px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .entry-title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.site-main {
  padding: 5%;
  background-color: #f2f2ff;
  border-radius: 10px;
}

.site-main, .single-page {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-main, .single-page {
    padding: 0;
    border: none;
    background-color: #fff;
  }
}
.site-main p, .single-page p {
  text-align: justify;
}
.site-main h1, .site-main h2:not(.entry-title), .site-main h3, .site-main h4:not(.single-title), .site-main h5, .site-main h6, .single-page h1, .single-page h2:not(.entry-title), .single-page h3, .single-page h4:not(.single-title), .single-page h5, .single-page h6 {
  font-size: 22px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-main h1, .site-main h2:not(.entry-title), .site-main h3, .site-main h4:not(.single-title), .site-main h5, .site-main h6, .single-page h1, .single-page h2:not(.entry-title), .single-page h3, .single-page h4:not(.single-title), .single-page h5, .single-page h6 {
    font-size: 18px;
  }
}
.site-main h1 strong, .site-main h2:not(.entry-title) strong, .site-main h3 strong, .site-main h4:not(.single-title) strong, .site-main h5 strong, .site-main h6 strong, .single-page h1 strong, .single-page h2:not(.entry-title) strong, .single-page h3 strong, .single-page h4:not(.single-title) strong, .single-page h5 strong, .single-page h6 strong {
  font-weight: 600;
}
.site-main ul, .single-page ul {
  margin-bottom: 1rem;
}
.site-main ul li, .single-page ul li {
  margin-bottom: 8px;
}
.site-main ul li strong, .single-page ul li strong {
  font-weight: 500;
}
.site-main .single-title, .single-page .single-title {
  font-family: "Poppins", sans-serif;
  margin-top: 1rem;
  line-height: normal;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .site-main .single-title, .single-page .single-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .site-main .single-title, .single-page .single-title {
    font-size: 18px;
  }
}

.google-map {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 5%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .google-map {
    height: 300px;
  }
}
.google-map iframe {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

form label {
  margin-bottom: 4px;
  font-weight: 500;
}
form label span {
  color: red;
}
form input, form select {
  height: 44px;
}
form input, form select, form textarea {
  margin-bottom: 10px;
}
form textarea {
  height: 100px;
}
form input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  background-color: #284383;
  color: #fff;
  height: -moz-max-content;
  height: max-content;
  border: none;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
form input[type=submit]:hover {
  background-color: #f47820;
  color: #fff;
}

section ul, header ul, footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.table > :not(:first-child) {
  border-top: none !important;
}

.table > thead {
  background-color: #f6f6f6;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}/*# sourceMappingURL=main.css.map */