@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  line-height: 26px;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.z-10 {
  z-index: 10;
}

.text-first {
  color: #085ccf;
}

.text-second {
  color: #ffa500;
}

.text-6969 {
  color: #696969;
}

.text-dark-orange {
  color: #f15701;
}

.text-3a3a3a {
  color: #3a3a3a;
}

.text-666666 {
  color: #666666;
}

.text-color-3 {
  color: #075cd0;
}

.text-blue {
  color: #085ccf;
}

.bg-first {
  background: #085ccf;
}

.bg-dark-orange {
  background: #f15701;
}

.cursor-pointer {
  cursor: pointer;
}

input {
  border: 0;
  outline: 0;
}

button {
  outline: 0;
  border: 0;
}

.btn-orange,
.btn-blue,
.btn-yellow {
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  outline: 2px solid transparent;
}
.btn-orange:hover,
.btn-blue:hover,
.btn-yellow:hover {
  background: #fff;
  outline: 2px solid #f15701;
  color: #f15701;
}

.btn-orange {
  background: #f15701;
}

.btn-blue {
  background: #085ccf;
}
.btn-blue:hover {
  outline: 2px solid #085ccf;
  color: #085ccf;
}

.btn-yellow {
  background: #ffa500;
  color: #003c8f;
}
.btn-yellow:hover {
  outline: 2px solid #ffa500;
  color: #003c8f;
}

.btn-second {
  background: #ffa500;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-blue {
  background: #075cd0;
}

.btn-view-all {
  padding: 12px 24px;
  border-radius: 7px;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  outline: 2px solid transparent;
}

.hover-view-all:hover {
  background: #fff;
  color: #f15701;
  outline: 2px solid #f15701;
}

.pointer-none {
  pointer-events: none;
}

.br-8, header nav .button-side button {
  border-radius: 6px;
}

header .top-header{
  min-height: 60px;
  display: flex;
  align-items: center;
}

header .top-header .fa-whatsapp{
  font-size: 23px;
  color: #30db78;
}

header .top-header .text-top-head{
  font-size: 15px;
font-weight: 500;
color: #fff;
transition: all 500ms ease;
}

header .top-header .text-top-head span.text-small{
  font-size: 12px;
}

header .top-header .plan-trip{
  background: #d98c00;
  color: #fff;
  font-weight: 600;
transition: all 500ms ease;
padding: 6px 22px;
font-size: 16px;
border-radius: 5px;
}

header .top-header .plan-trip:hover{
  background: #085ccf;
  color: #fff !important;
}

header .top-header .text-top-head:hover{
  color: #ffac14;
}
#mega-menu-menu-1 li:first-child{
  margin-top: -60px !important;
}
#mega-menu-menu-1 li:last-child{
  margin-right: 0 !important;
}
.mega-menu-item-468{
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(52%, #cecece), to(#e6e6e6)) !important;
  background: -o-linear-gradient(top, #ffffff 0%, #cecece 52%, #e6e6e6 100%) !important;
  background: linear-gradient(180deg, #ffffff 0%, #cecece 52%, #e6e6e6 100%) !important;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12) !important;
border-radius: 0 0 5px 5px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-weight:600 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1{
  text-align: right !important;
}

.container-large {
  max-width: 1400px;
}

.container-inner {
  max-width: 1170px;
}

.owl-item {
  padding-right: 14px;
}

.owl-wrapper-outer {
  border-radius: 10px;
}

.owl-theme .owl-controls {
  width: 100%;
  position: absolute;
  top: 20%;
}

.owl-theme .owl-controls .owl-buttons div {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  line-height: 37px;
  background: #ffa500;
  padding: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.owl-theme .owl-controls .owl-buttons div:hover::before {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.owl-prev,
.owl-next {
  position: absolute;
  left: -4%;
}

.owl-next {
  left: auto;
  right: -3%;
}

.owl-prev:before,
.owl-next::before {
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  right: 0;
  margin: auto;
  bottom: 0;
  background: url("./assets/img/arrow-angle.svg") no-repeat;
  position: absolute;
  background-size: contain;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.owl-prev:before {
  left: 6px;
}

.owl-next::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 6px;
}

@media only screen and (max-width: 1280px) {
  .owl-theme .owl-controls,
  .owl-prev,
  .owl-next {
    position: relative;
    left: 0;
    right: 0;
  }
}
.card-style-1 .img-card {
  overflow: hidden;
  border-radius: 8px;
}
.card-style-1 .img-card img {
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 8px;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  width: 100%;
}
.card-style-1 .img-card:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.card-style-1 .title-card {
  font-size: 18px;
}

.card-style-2 {
  margin-bottom: 40px;
}
.card-style-2 .img-card-2 {
  border-radius: 7px;
  overflow: hidden;
}
.card-style-2 .img-card-2 img {
  border-radius: 7px;
  -webkit-box-shadow: 0px 133.0121612549px 106.4097213745px 0px rgba(0, 0, 0, 0.0196078431);
          box-shadow: 0px 133.0121612549px 106.4097213745px 0px rgba(0, 0, 0, 0.0196078431);
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  width: 100%;
}
.card-style-2 .text-card-2-parent {
  position: relative;
  width: 100%;
 min-height: 85px;
}
.card-style-2 .off-parent {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
}
.card-style-2 .off-parent .off-percent {
  padding: 8px 18px;
}
.card-style-2 .card-2-text-content {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 5px 4px 31px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 5px 4px 31px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 25px 30px;
  border-radius: 16px 16px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-style-2 .card-2-text-content h3 {
  font-size: 20px;
}
.card-style-2 .card-2-text-content .days {
  font-size: 16px;
}
.card-style-2 .card-2-text-content .price {
  font-family: "Mulish", sans-serif;
  font-size: 25px;
}
.card-style-2:hover .img-card-2 img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.card-hexagon .image-icon {
  width: 120px;
  height: 140px;
  background: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  margin: auto;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-hexagon .image-icon img {
  pointer-events: none;
  width: 50px;
  -webkit-transition: all 1ms ease;
  -o-transition: all 1ms ease;
  transition: all 1ms ease;
}
.card-hexagon .text-card-title {
  font-size: 19px;
  cursor: default;
}
.card-hexagon:hover .image-icon {
  background: #ffa500;
}
.card-hexagon:hover .image-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.blog-card {
  margin-top: 20px;
}
.blog-card .blog-image {
  overflow: hidden;
  border-radius: 3px;
}
.blog-card .blog-image img {
  width: 100%;
  border-radius: 3px;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.blog-card:hover .blog-image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-card .text-blog .date-blog {
  font-size: 15px;
}
.blog-card .text-blog .title-blog {
  font-size: 22px;
}

.video-icon {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  margin: auto;
  margin-top: 125px;
}

.video-play {
  z-index: auto;
}

.video-play a {
  height: 85px;
  width: 85px;
  font-weight: 900;
  font-size: 24px;
  line-height: 122px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px rgba(3, 4, 28, 0.1);
          box-shadow: 0px 0px 50px rgba(3, 4, 28, 0.1);
  z-index: 2;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.video-play a::after {
  position: absolute;
  content: "";
  height: 115px;
  width: 115px;
  top: -15px;
  left: -15px;
  background: rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  z-index: -1;
}

.video-play a:hover {
  background: #ffa500;
}

.video-play a:hover .triangle {
  fill: #fff;
}

.triangle {
  fill: #ffa500;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
header {
  position: relative;
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header nav .logo {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(52%, #cecece), to(#e6e6e6));
  background: -o-linear-gradient(top, #ffffff 0%, #cecece 52%, #e6e6e6 100%);
  background: linear-gradient(180deg, #ffffff 0%, #cecece 52%, #e6e6e6 100%);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 16px 10px 10px 10px;
  border-radius: 0 0 10px 10px;
}
header nav .nav-lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
header nav .nav-lists ul li {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
header nav .button-side button {
  padding: 12px 30px;
  font-weight: 700;
  color: #fff;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
header nav .button-side button:hover {
  background: #fff;
  color: #000;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
header nav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 417px;
  background: -webkit-gradient(linear, left top, left bottom, from(#003174), color-stop(53%, rgba(6, 60, 132, 0.67)), to(rgba(6, 58, 125, 0)));
  background: -o-linear-gradient(top, #003174 0%, rgba(6, 60, 132, 0.67) 53%, rgba(6, 58, 125, 0) 100%);
  background: linear-gradient(180deg, #003174 0%, rgba(6, 60, 132, 0.67) 53%, rgba(6, 58, 125, 0) 100%);
  left: 0;
  z-index: -1;
}

.main-banner {
  position: absolute;
  top: 0;
  z-index: -5;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-banner .banner-image-main {
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.main-banner .wave {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  overflow: hidden;
}

.top-show {
  overflow: hidden;
  position: relative;
  }

  .hero{
    padding-bottom: 8px;
  }
.main-banner .wave::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  background: url("./assets/img/wave-hill.webp") no-repeat;
  background-position: bottom;
  background-size: contain;
  left: -1px;
  right: 0;
  bottom: -35px;
}

.title-top-1 {
  font-size: 35px;
  color: #003e92;
  margin-top: 50px;
}

.title-top-2 {
  font-size: 65px;
}

.search-bar {
  max-width: 600px;
  margin: 135px auto 0 auto;
}
.search-bar .search-icon {
  position: absolute;
  width: 33px;
  left: 20px;
}
.search-bar .search-field {
  width: 100%;
  max-width: 600px;
  height: 70px;
  padding-left: 70px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3490196078);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3490196078);
}
.search-bar .search-field::-moz-placeholder {
  color: #7b7b7b;
}
.search-bar .search-field::-webkit-input-placeholder {
  color: #7b7b7b;
}
.search-bar .search-field:-ms-input-placeholder {
  color: #7b7b7b;
}
.search-bar .search-field::-ms-input-placeholder {
  color: #7b7b7b;
}
.search-bar .search-field::placeholder {
  color: #7b7b7b;
}
.search-bar .submit-btn {
  position: absolute;
  right: 15px;
  border-radius: 100px;
  padding: 10px 30px;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  outline: 2px solid transparent;
}
.search-bar .submit-btn:hover {
  background: #fff;
  color: #085ccf;
  outline: 2px solid #085ccf;
}

.choices-padding {
  padding-top: 70px;
}

.choices {
  font-family: "Mulish", sans-serif;
}
.choices .roll-image {
  padding-top: 10px;
  margin-left: -50px;
  pointer-events: none;
  margin-bottom: 20px;
}
.choices .roll-image img {
  width: 80px;
  height: auto;
}
.choices .hr-line {
  width: 100%;
  height: 1px;
  background: #fff;
  outline: 2px solid #d9d9d9;
  border-radius: 10px;
}

.main-title {
  font-size: 52px;
  color: #085ccf;
}
.main-title span {
  display: block;
  font-size: 25px;
}
.main-title .text-sub-head {
  font-size: 14px;
  color: #616161;
}

.best-selling {
  margin-top: 215px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(97.89%, rgba(243, 243, 243, 0)));
  background: -o-linear-gradient(top, #f3f3f3 0%, rgba(243, 243, 243, 0) 97.89%);
  background: linear-gradient(180deg, #f3f3f3 0%, rgba(243, 243, 243, 0) 97.89%);
  padding: 20px 0;
  position: relative;
}
.best-selling .images-top {
  position: absolute;
  top: -180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  pointer-events: none;
}
.best-selling .images-top img:nth-child(2) {
  margin-left: -20px;
  margin-top: 20px;
}
.best-selling .packages-list-selling {
  padding-top: 25px;
}

.why-us {
  margin-top: 240px;
  background: #085ccf;
  padding: 55px 0;
  margin-bottom: 160px;
  position: relative;
}
.why-us .img-top {
  position: absolute;
  top: -355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
}
.why-us .img-top img {
  width: 100%;
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-us .main-title {
  font-size: 52px;
}
.why-us .main-title .text-down {
  font-size: 60px;
}
.why-us .why-us-inner-container {
  position: relative;
  z-index: 4;
}
.why-us .image-side {
  z-index: 4;
  margin-top: -265px;
  position: absolute;
  top: 125px;
}
.why-us .image-side img {
  pointer-events: none;
}
.why-us .image-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.why-us .image-bottom img {
  width: 100%;
  max-height: 550px;
  -o-object-fit: contain;
     object-fit: contain;
}

.title-big {
  color: #f3f3f3;
  line-height: 100px;
  margin-bottom: 80px;
}
.title-big .text-first-big {
  font-size: 55px;
}
.title-big .text-second-big {
  font-size: 150px;
}

.custom-button-dark-orange .owl-theme .owl-controls .owl-buttons div {
  background: #f15701;
}
.custom-button-dark-orange .owl-theme .owl-controls .owl-buttons div:hover {
  background: #fff;
}
.custom-button-dark-orange .owl-item {
  padding-right: 8px;
  padding-left: 8px;
}
.custom-button-dark-orange .owl-prev {
  left: -1.5%;
}
.custom-button-dark-orange .owl-next {
  right: -1.5%;
}
.custom-button-dark-orange .owl-theme .owl-controls {
  top: 24%;
}

.tour-packages .tour-package-inner-content {
  margin-top: 150px;
}
.tour-packages .content-tour-package-inside {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(97.89%, rgba(243, 243, 243, 0)));
  background: -o-linear-gradient(top, #f3f3f3 0%, rgba(243, 243, 243, 0) 97.89%);
  background: linear-gradient(180deg, #f3f3f3 0%, rgba(243, 243, 243, 0) 97.89%);
}
.tour-packages .images-tour-top {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  z-index: -2;
  top: -270px;
}
.tour-packages .card-style-2 .card-2-text-content {
  -webkit-box-shadow: 5px 4px 31px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 5px 4px 31px 0px rgba(0, 0, 0, 0.0509803922);
}

.client-reviews {
  margin-top: 30px;
  padding-bottom: 80px;
}
.client-reviews .title-big {
  position: relative;
}
.client-reviews .title-big::before {
  content: "";
  width: 150px;
  height: 128px;
  background: url("./assets/img/quote.webp") no-repeat;
  position: absolute;
  top: 50px;
  left: 115px;
}
.client-reviews .content-client-reviews {
  margin-top: -85px;
}
.content-user-sayings .client-words {
  font-size: 18px;
  line-height: 32px;
}
.client-card .profile {
  margin-top: 35px;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  padding: 12px 30px 12px 20px;
  background: #075cd0;
  border-radius: 100px;
}
.image-client-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.image-client-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.client-reviews .owl-item {
  padding-right: 40px;
}
.client-reviews .owl-theme .owl-controls,
.client-reviews .owl-prev,
.client-reviews .owl-next {
  position: relative;
  left: 0;
  right: 0;
}
.client-reviews .owl-theme .owl-controls {
  position: absolute;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  top: -85px;
  margin-right: 27px;
}
.client-reviews .custom-button-dark-orange .owl-item {
  padding-left: 0;
}

.peak-climbing {
  margin-top: 70px;
  background: url(./assets/img/image-peak-climbing-top.webp) no-repeat;
  background-position: center 110px;
}
.peak-climbing .image-climbing-left {
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.peak-climbing .text-inner-content-climbing {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(97.89%, rgba(243, 243, 243, 0)));
  background: -o-linear-gradient(top, #f3f3f3 0%, rgba(243, 243, 243, 0) 97.89%);
  background: linear-gradient(180deg, #f3f3f3 0%, rgba(243, 243, 243, 0) 97.89%);
}
.peak-climbing .title-big {
  position: relative;
}
.peak-climbing .image-climbing-bottom-left {
  position: absolute;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 231px;
  height: 330px;
  bottom: -50px;
  left: 0;
}
.peak-climbing .image-climbing-bottom-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.departure-dates {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 65px;
  padding-bottom: 120px;
  background: url("./assets/img/hill-shape-1.webp") no-repeat;
  background-position: bottom;
  z-index: 4;
}
.departure-dates::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: url("./assets/img/two-person-hill.webp") no-repeat;
  background-position: right bottom;
  background-size: contain;
  z-index: -1;
}

.box-departure .title-departure {
  display: block;
  position: relative;
}
.box-departure .title-departure::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  background: #003e92;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.box-departure .join {
  padding: 5px 12px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  outline: 2px solid transparent;
}
.box-departure .join:hover {
  background: #fff;
  color: #075cd0;
  outline: 2px solid #075cd0;
}
.box-departure hr {
  width: 90%;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.box-departure small {
  font-size: 15px;
}
.box-departure .values:hover .title-departure::after {
  width: 30px;
}

.blogs {
  margin-top: 70px;
}
.blogs .blog-cards-section {
  margin-top: 0;
}
.blogs .image-blog-lefttop {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.blogs .image-blog-lefttop .mountain-1,
.blogs .image-blog-lefttop .mountain-2 {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.blogs .image-blog-lefttop .mountain-2 {
  margin-top: -90px;
}

.footer {
  margin-top: 160px;
}
.footer .img-footer-top {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  top: 100px;
  right: 0;
}
.footer .img-footer-top .img-dark {
  margin-top: -225px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
.footer .img-footer-top .img-light {
  margin-top: -21px;
}
.footer .footer-content-1 .social-icons a {
	width: 45px;
height: 45px;
font-size: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  transition: all 300ms ease-in;
}
.footer .footer-content-1 .social-icons a:hover{
	background: #003174;
}
.footer .footer-content-1 .row-top-footer {
  height: 130px;
  position: relative;
  z-index: 9;
}
.footer .footer-content-1 .logo-white-brand {
  margin-top: -36px;
}
.footer .footer-content-1 .to-top .icon-up {
  width: 47px;
  height: 47px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 45px;
  color: #fff;
}
.footer .footer-content-1 .to-top .arrow-up {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 20px solid rgb(255, 255, 255);
  margin-top: -4px;
}
.footer .footer-content-1 .to-top .text-to-top {
  font-size: 22px;
}
.footer .footer-content-1 .hr-line {
  border: 0.5px solid #ffffff;
}
.footer .footer-content-2 {
  background: #075cd0;
  padding-top: 30px;
  position: relative;
  z-index: 5;
}
.footer .footer-content-2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./assets/img/mountain-blue.webp) no-repeat;
  background-position: bottom;
  background-size: contain;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.footer .footer-content-2 .footer-options {
  line-height: 38px;
}
.footer .footer-content-2 .contact-option li {
  margin-bottom: 17px;
}
.footer .footer-content-2 .contact-option a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer .footer-content-2 .contact-option .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f15701;
  color: #fff;
  padding: 10px;
  border-radius: 100px;
}
.footer .footer-content-2 .footer-menu {
  margin-bottom: 55px;
}
.footer .footer-content-2 .footer-menu .footer-options {
  margin-top: 25px;
}
.footer .footer-content-2 .menu-top-margin {
  margin-top: -60px;
  padding-top: 20px;
}
.footer .footer-content-2 .footer-line {
  position: relative;
}
.footer .footer-content-2 .footer-line::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2549019608);
  left: -20px;
  top: 0;
}
.footer .footer-last .title-footer-last {
  letter-spacing: 1.2px;
}
.footer .footer-last .footer-last-menu img {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-last .footer-last-menu.big-image img {
  width: 55px;
  height: 55px;
}

.bread-crumb ul li a {
  font-size: 14px;
}

.inner-pages {
  font-family: "Mulish", sans-serif;
}
.inner-pages .custom-button-dark-orange .owl-theme .owl-controls .owl-buttons div {
  background: #ffa500;
}
.inner-pages .custom-button-dark-orange .owl-theme .owl-controls .owl-buttons div:hover{
  background: #f1d49d;
  
}
.inner-pages h2.main-title {
  font-size: 27px !important;
}

/* .hero-inner-page .top-content {
  padding: 0 100px;
} */
.hero-inner-page{
  padding: 140px 0 175px 0; 
}
.hero-inner-page .top-section-all {
  border-radius: 15px;
}
.hero-inner-page .star-ratings {
  color: #ffa500;
  font-size: 17px;
}

.image-main-package #main-image-package .owl-controls {
  top: 41%;
}
.image-main-package #main-image-package .owl-controls .owl-buttons div {
  width: 50px;
  height: 50px;
}
.image-main-package #main-image-package img {
  border-radius: 10px;
}
.image-main-package #main-image-package .owl-prev::before,
.image-main-package #main-image-package .owl-next::before {
  width: 25px;
  height: 25px;
}
.image-main-package #main-image-package .owl-prev {
  left: 1%;
}
.image-main-package #main-image-package .owl-next {
  right: 1%;
}

.to-scroll-top {
  position: fixed;
  right: 30px;
  bottom: 130px;
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
          box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.75rem);
      -ms-transform: translateY(0.75rem);
          transform: translateY(0.75rem);
  -webkit-transition: all 0.2s linear, margin-right 0s;
  -o-transition: all 0.2s linear, margin-right 0s;
  transition: all 0.2s linear, margin-right 0s;
}

.to-scroll-top.progress-done {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.to-scroll-top-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #000;
  background: #fff;
  z-index: -1;
  border-radius: 100px;
}

.to-scroll-top > svg path {
  fill: none;
}

.to-scroll-top > svg.progress-circle path {
  stroke: #f15701;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.to-scroll-top.progress-done {
  opacity: 1;
}

.paddingl-21 {
  padding-left: 21px;
}

.package-video-play .video-icon {
  margin-top: -140px;
  margin-left: 90%;
}

.inner-page-banner {
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-height: 600px;
}
.inner-page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-page-banner .wave::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3098039216);
}

.wave::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3098039216);
}

.margint-180 {
  margin-top: 50px;
}

.glance .glance-lists {
  margin-top: -14px;
}
.glance .glance-lists .glance-info {
  margin-top: 28px;
}
.glance .glance-lists hr {
  border: 1px solid #c2c2c2;
}
.glance .glance-lists .icon {
  background: #f8f8f8;
  border: 1px solid #ececec;
  width: 65px;
  height: 65px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
}
.glance .glance-lists .icon img {
  width: 35px;
}
.glance .glance-lists .text-info-glance {
  line-height: 23px;
}
.glance .glance-lists .text-info-glance div {
  font-size: 17px;
}
.glance .glance-lists .text-info-glance small {
  font-size: 15px;
  display: inline-block;
  line-height: 18px;
}

.gap-package {
  padding-top: 70px;
}

.highlights .highlights-content ul {
  list-style: none;
  line-height: 30px;
  padding-left: 0;
  margin: 0;
}
.highlights .highlights-content ul li {
  padding-left: 30px;
  position: relative;
}
.highlights .highlights-content ul li::before {
  content: "";
  background: url("./assets/img/tick-h.webp") no-repeat;
  background-size: contain;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 2px;
}

.itinerary .accordion .accordion-item,
.accordion-parent .accordion .accordion-item {
  background: none;
  border: 0;
}
.itinerary .accordion .accordion-item .accordion-title,
.accordion-parent .accordion .accordion-item .accordion-title {
  background: rgba(152, 190, 242, 0.22);
  border-radius: 10px;
}
.itinerary .accordion .accordion-item .accordion-title .title,
.accordion-parent .accordion .accordion-item .accordion-title .title {
  width: 100%;
}
.itinerary .accordion .accordion-item .accordion-header,
.accordion-parent .accordion .accordion-item .accordion-header {
  line-height: 28px;
  font-size: 20px;
}
.itinerary .accordion .accordion-item .accordion-header span,
.accordion-parent .accordion .accordion-item .accordion-header span {
  color: #003c8f !important;
  font-weight: 700;
}
.itinerary .accordion .accordion-item .accordion-button,
.accordion-parent .accordion .accordion-item .accordion-button {
  border-radius: 100px;
  max-width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1098039216);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1098039216);
  padding: 0;
}
.itinerary .accordion .accordion-item .accordion-button::after,
.accordion-parent .accordion .accordion-item .accordion-button::after {
  width: 15px;
  height: 15px;
  background-size: contain;
  margin-left: 0;
}
.itinerary .accordion .accordion-item .number,
.accordion-parent .accordion .accordion-item .number {
  background: #003c8f;
  padding: 12px;
  font-weight: 700;
  border-radius: 6px;
  font-size: 21px;
}
.itinerary .accordion .accordion-item .number p,
.accordion-parent .accordion .accordion-item .number p {
  color: #f1f1f1;
}
.itinerary .accordion .glance-icon,
.accordion-parent .accordion .glance-icon {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.itinerary .accordion .glance-icon img,
.accordion-parent .accordion .glance-icon img {
  max-width: 32px;
}
.itinerary .accordion .glance-text,
.accordion-parent .accordion .glance-text {
  line-height: 21px;
}
.itinerary .glance-text small,
.accordion-parent .glance-text small {
  font-size: 15px;
}

.outlineiti{
display:block;
}

.card-not-suitable {
  background: #085ccf;
  padding: 25px;
  border-radius: 9px;
}
.card-not-suitable img {
  border-radius: 12px;
}

.collapsing-btns button {
  padding: 3px 18px;
  background: #f0f0f0;
  color: #003c8f;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  transition: all 500ms ease;
}

.collapsing-btns button:hover{
  background: #d1d1d1ee !important;
  color: #000;
}

/* .top-content {
  margin-top: 35px;
} */

.inclusions ul {
  list-style: none;
  padding-left: 1rem;
}
.inclusions li {
  line-height: 24px;
  margin: 10px 0;
}
.inclusions .includes ul li,
.inclusions .excludes ul li {
  padding-left: 30px;
  position: relative;
}
.inclusions .includes ul li::before,
.inclusions .excludes ul li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("./assets/img/tick-includes.svg") no-repeat;
  background-size: contain;
  left: 0;
  top: 2px;
}
.inclusions .excludes ul {
  margin: 0;
}
.inclusions .excludes ul li::before {
  background: url("./assets/img/cross-exclude.webp") no-repeat;
  background-size: contain;
}

.departure-dates-package .box-departure {
  border: 2px solid rgba(8, 91, 207, 0.2862745098);
  padding: 5px 20px;
 border-radius: 4px;
  -webkit-box-shadow: -42.5800018311px 27.9300003052px 83.7510452271px 0px rgba(0, 0, 0, 0.1058823529);
          box-shadow: -42.5800018311px 27.9300003052px 83.7510452271px 0px rgba(0, 0, 0, 0.1058823529);
}
.departure-dates-package .box-departure .join {
  font-size: 15px;
}

.essential-info .essential-btns button {
  background: rgba(152, 190, 242, 0.22);
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  padding: 8px 19px;
  border-radius: 100px;
  color: #003c8f;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
  font-size: 17px;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.essential-info .essential-btns button:hover {
  background: rgba(145, 178, 224, 0.425);
}

.customer-reviews .card-review {
  background: rgba(208, 228, 255, 0.16);
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(7, 92, 208, 0.1882352941);
          box-shadow: 0px 0px 5px 0px rgba(7, 92, 208, 0.1882352941);
  padding: 32px;
}
.customer-reviews .yellow-stars li {
  color: #ffa500;
}
.customer-reviews .more-reviews {
  padding: 8px 23px;
  letter-spacing: 0.3px;
  font-size: 15px;
}

.faqs .accordion-parent .accordion-title {
  background: #fff !important;
}
.faqs .accordion-parent .number {
  background: #085ccf !important;
  font-size: 18px;
  width: 29px;
  height: 29px;
}

.card-more-blogs .image-card {
  overflow: hidden;
  border-radius: 7px;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-more-blogs .image-card img {
  border-radius: 7px;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  width: 100%;
}
.card-more-blogs .text-content {
  padding: 6px 10px;
}
.card-more-blogs .text-content small {
  font-size: 14px;
}
.card-more-blogs .text-content h3 {
  font-size: 17px;
}
.card-more-blogs:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.card-more-blogs:hover .text-content h3 {
  color: #003e92;
}

.divider {
  position: relative;
  margin-bottom: 10px;
}
.divider::after {
  content: "";
  background: #075cd0;
  background-size: contain;
  display: block;
  border-radius: 10px;
  width: 30px;
  height: 3px;
  bottom: -6px;
  left: 0;
}

.right-content {
  position: sticky;
  top: 90px;
}
.right-content .right-content-first {
  background: #fff;
  padding: 40px 20px 20px 20px;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
}
.right-content .right-content-first .text-pricing-content .duration {
  font-size: 13px;
}
.right-content .right-content-first .feature-travel {
  padding: 20px 0;
}
.right-content .right-content-first .feature-travel ul {
  list-style: none;
  padding-left: 0;
}
.right-content .right-content-first .feature-travel ul li {
  font-size: 18px;
  padding-left: 25px;
  position: relative;
  font-weight: 500;
}
.right-content .right-content-first .feature-travel ul li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("./assets/img/tick-includes.svg") no-repeat;
  background-size: contain;
  left: 0;
  top: 5px;
}
.right-content button.booking,
.right-content button.inquiry {
  width: 100%;
}
.right-content .booking {
  border: 2px solid transparent;
}
.right-content .booking:hover {
  outline: 0;
  border: 2px solid #085ccf;
}
.right-content .inquiry {
  background: none;
  color: #003e92;
  border: 1px solid #003e92;
  outline: 0 !important;
}
.right-content .inquiry:hover {
  background: #474747 !important;
  outline: 2px solid #f8f8f8;
  color: #fff;
}
.right-content .right-content-second {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
}
.right-content .right-content-second p {
  font-size: 16px;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #003e92;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 160px;
  padding: 15px 0;
  background-color: #085ccf;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 16px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 39px;
}

.ribbon-top-right::after {
  bottom: 39px;
  right: 0;
}

.ribbon-top-right span {
  left: 30px;
  top: 16px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-transparent-blue {
  font-size: 16px;
  background: #fff;
  color: #085ccf;
  outline: 1px solid #003e92;
  padding: 6px 15px;
}
.btn-transparent-blue:hover {
  background: #003e92;
  color: #fff;
  outline: 0;
}

.paddingl-45 {
  padding-left: 45px;
}

.package-sticky {
  visibility: hidden;
  opacity: 0;
}
.package-sticky .items-page-package {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 52px;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}
.package-sticky .items-page-package .heading-sticky {
  color: #003e92;
  display: block;
}
.package-sticky .items-page-package ul li {
  font-weight: 600;
  font-size: 15px;
}
.package-sticky .items-page-package ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  position: relative;
  color: #646464;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.package-sticky .items-page-package ul li a i {
  font-size: 14px;
}
.package-sticky .items-page-package ul li a svg {
  font-size: 13px;
}
.package-sticky .items-page-package ul li a::after {
  content: "";
  width: 50px;
  left: 10px;
  right: 0;
  margin: auto;
  height: 2px;
  border-radius: 10px;
  position: absolute;
  background-size: contain;
  background: #f15701;
  bottom: -5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.package-sticky .items-page-package ul li a.active {
  color: #f15701;
}
.package-sticky .items-page-package ul li a.active::after {
  visibility: visible;
  opacity: 1;
}

.package-sticky.active {
  visibility: visible;
  opacity: 1;
}

.btn-queries {
  font-size: 15px;
}

.dynac-content h2, .dynac-content h3, .dynac-content h4, .dynac-content h5, .dynac-content h6 {
  color: #085ccf;
  font-weight: 800 !important;
}
.dynac-content h2 {
  font-size: 27px;
}
.dynac-content h3 {
  font-size: 24px;
}
.dynac-content h4 {
  font-size: 22px;
}
.dynac-content h5 {
  font-size: 20px;
}
.dynac-content h6 {
  font-size: 19px;
}
.dynac-content p {
  margin-bottom: 1.4rem;
}
.dynac-content p:last-child{
	margin-bottom: 0;
}
.dynac-content img {
  max-width: 100%;
  height: auto;
  border-radius: 9px;
}
.dynac-content a {
  font-weight: 600;
  color: #f15701;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.dynac-content a:hover {
  color: #3a3a3a;
}
.dynac-content figure{
	max-width: 100%;
	height: auto;
}

.inner-pages .right-content-pages {
  position: sticky;
  top: 2px !important;
}
.inner-pages .right-content-pages .right-content-first {
  padding: 20px;
}
.inner-pages .right-content-pages .right-content-first .feature-travel {
  padding: 0;
}
.inner-pages .right-content-pages .right-content-first .text-dark-orange {
  color: #f15701;
}
.inner-pages .right-content-pages .right-content-first .divider::after {
  background: #f15701;
}
.inner-pages .right-content-third {
  background: rgba(255, 255, 255, 0.5803921569);
}
.inner-pages .quick-links-side {
  padding: 0;
  background: #003e92;
  border-radius: 3px 3px 0 0;
  outline: 1px solid #eee;
}
.inner-pages .quick-links-side ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
.inner-pages .quick-links-side ul li {
  width: 100%;
}
.inner-pages .quick-links-side ul li a {
  width: 100%;
  display: block;
  padding: 10px 20px;
  color: #085ccf;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  background: #ffffff;
}
.inner-pages .quick-links-side ul li a:hover {
  background: #085ccf;
  color: #fff;
}

.contact-container .left-contact {
  background: #075cd0;
  color: #fff;
  height: 100%;
  max-height: 609px;
  border-radius: 4px;
}
.contact-container .left-contact .contact-infos {
  padding: 55px 45px 30px 45px;
}
.contact-container .left-contact iframe {
  height: 230px;
  border: 0;
  width: 100%;
  margin: 0;
  margin-bottom: -6px;
  border-radius: 4px;
}
.contact-container .left-contact p {
  font-size: 16px;
}
.contact-container .left-contact .contact-details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin: 22px 0;
}
.contact-container .left-contact .contact-details li div {
  font-size: 16px;
  line-height: 22px;
}
.contact-container .left-contact .contact-details li svg, .contact-container .left-contact .contact-details li i {
  width: 20px;
  height: 20px;
  padding: 12px;
  font-size: 12px;
  border: 1px solid rgba(238, 238, 238, 0.3882352941);
  border-radius: 100px;
}
.contact-container .right-contact {
  padding: 45px;
}
.contact-container .right-contact h2.main-title {
  font-size: 30px !important;
}
.contact-container .right-contact label {
  color: #3a3a3a;
}
.contact-container .right-contact input:not(input[type=submit]) {
  width: 100%;
  padding: 20px 10px;
  max-height: 50px;
  border-bottom: 1px solid #747474;
}
.contact-container .right-contact input[type=submit] {
  background: #003e92;
  width: 100%;
  height: 50px;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border: 2px solid transparent;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.wpcf7-acceptance span{
  margin: 0;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item label, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item label {
  border: 1px solid #eee !important;
  }
.contact-container .right-contact input[type=submit]:hover {
  background: #fff;
  color: #085ccf;
  border: 2px solid #003e92;
}
.contact-container .right-contact textarea {
  outline: 0;
  width: 100%;
  min-height: 150px;
  padding: 20px 10px;
  border-bottom: 1px solid #747474;
}
.contact-container .right-contact .contact-input {
  margin: 15px 0;
}

.wpforms-page-indicator-steps {
  min-width: 140px;
  }

.page-blogs .blog-card-2 .image-blog {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.page-blogs .blog-card-2 .image-blog img {
  border-radius: 6px 6px 0 0;
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  width: 100%;
}
.page-blogs .blog-card-2 .text-blog {
  padding: 12px 18px;
  border: 1px solid #eee;
}
.page-blogs .blog-card-2 .text-blog h2.main-title {
  font-size: 21px !important;
  margin-bottom: 6px !important;
  line-height: 27px;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.page-blogs .blog-card-2 .text-blog p {
  font-size: 16px;
  line-height: 23px;
}
.page-blogs .blog-card-2 .text-blog small {
  font-size: 14px;
}
.page-blogs .blog-card-2 .text-blog small svg, .page-blogs .blog-card-2 .text-blog small i {
  color: #3a3a3a;
}
.page-blogs .blog-card-2:hover .image-blog img {
  -webkit-transform: scale(1.09);
      -ms-transform: scale(1.09);
          transform: scale(1.09);
}
.page-blogs .blog-card-2:hover .text-blog h2.main-title {
  color: #f15701;
}

.page-package-lists .card-style-2 .card-2-text-content, .our-team-container .card-style-2 .card-2-text-content {
/*   border-radius: 0 !important; */
}
.page-package-lists .title-content, .our-team-container .title-content {
  margin-bottom: 22px;
}
.page-package-lists .title-content h2.main-title, .our-team-container .title-content h2.main-title {
  font-size: 30px !important;
  margin-bottom: 3px !important;
}
.page-package-lists .title-content .short-infoo, .our-team-container .title-content .short-infoo {
  font-size: 16px !important;
  color: #003e92;
}
.page-package-lists .region-introduction, .our-team-container .region-introduction {
  padding-top: 45px;
}

figure {
  max-width: 100%;
  height: auto;
}

figcaption {
  color: #f15701;
  font-weight: 600;
  font-size: 16px;
}

.blog-single-page .left-side-blog {
  position: sticky;
  top: 8px;

}
.blog-single-page .left-side-blog .main-title {
  font-size: 25px;
}
.blog-single-page .left-side-blog .items-toc {
  padding-top: 10px;
}
.blog-single-page .left-side-blog .items-toc li {
  padding: 3px 0 3px 10px;
  font-size: 16px;
}
.blog-single-page .left-side-blog .items-toc li.active {
  background: #085ccf;
  color: #fff;
  border-radius: 3px;
}
.blog-single-page .right-side-blog .info-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.blog-single-page .right-side-blog .info-blog small {
  color: #003e92;
  margin: 10px 0;
  display: block;
  font-size: 17px;
  font-weight: 600;
  border-bottom: 2px solid #eee;
}
.blog-single-page .right-side-blog .info-blog small svg, .blog-single-page .right-side-blog .info-blog small i {
  font-size: 15px;
}

.form-container .form-parent {
  padding: 60px;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.25);
}
.form-container .form-parent .divider::after {
  background: #f15701;
}
.form-container .form-parent input, .form-container .form-parent textarea {
  background: none;
}
.form-container .form-parent select {
  background: #fff;
  outline: 0;
  padding: 7px 14px;
  color: #003e92;
  border-bottom: 1px solid #003e92;
  width: 100%;
}
.form-container .form-parent .package-select i, .form-container .form-parent .package-select svg {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.form-container input[type=radio], .form-container input[type=checkbox] {
  width: -moz-max-content !important;
  width: -webkit-max-content !important;
  width: max-content !important;
}

.our-team-container .card-style-2 {
  margin-bottom: 0;
}
.our-team-container .card-style-2 .img-card-2 {
  border-radius: 6px 6px 0 0 !important;
}
.our-team-container .card-style-2 .img-card-2 img {
  border-radius: 6px 6px 0 0 !important;
}
.our-team-container .card-style-2 .card-2-text-content {
  padding: 20px 30px;
  position: relative;
}
.our-team-container .card-style-2 .card-2-text-content h3 {
  color: #f15701;
}
.our-team-container .card-style-2 .card-2-text-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  visibility: hidden;
  opacity: 0;
  background: #085ccf;
  left: 0;
  right: 0;
  margin: auto;
}
.our-team-container .card-style-2 .text-card-2-parent {
  min-height: 85px;
}
.our-team-container .card-style-2:hover .card-2-text-content::after {
  width: 50%;
  visibility: visible;
  opacity: 1;
}

.paddingt-100 {
  padding-top: 100px;
}

.our-team-container-inner .card-style-4 .img-card-4 img {
  border-radius: 8px;
}
.our-team-container-inner .title-content {
  margin-bottom: 12px;
}
.our-team-container-inner .title-content h2.main-title {
  margin-bottom: 0 !important;
}
.our-team-container-inner .inner-user-images li {
  margin-top: 20px;
}
.our-team-container-inner .inner-user-images li img {
  border-radius: 4px;
  width: 100%;
}

.images-docs img {
  border-radius: 4px;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  width: 100%;
}
.images-docs li .img-docs {
  overflow: hidden;
  border-radius: 4px;
}
.images-docs li:hover img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
.images-docs li:hover .title-content small {
  color: #f15701;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.g-8 {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 2.5rem;
}

.g-custom-1 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.owl-carousel .card-style-2 {
  margin-bottom: 40px;
}
.owl-carousel .card-style-2 img {
  border-radius: 7px;
  -webkit-box-shadow: 0px 133.0121612549px 106.4097213745px 0px rgba(0, 0, 0, 0.0196078431);
          box-shadow: 0px 133.0121612549px 106.4097213745px 0px rgba(0, 0, 0, 0.0196078431);
}
.owl-carousel .card-style-2 .card-2-text-content {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 25px 30px;
  border-radius: 16px 16px 0 0;
  border: 1px solid #eee;
}.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}



.footer-options li a{
	position: relative;
}
.footer-options li a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	background: #eee;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	border-radius: 10px;
	transition: all 400ms linear;
}
.footer-options li a:hover::after{
	width: 100%;
}

.bread-crumb a:hover{
	text-decoration: underline;
}

.contact-input label{
	width: 100%;
}
.wpcf7-form textarea{ 
    width: 100% !important;
    height:150px;
}

.profile img{
  border-radius: 100px;
}


.bd_toc_header_title{
  font-weight: 700;
  position: relative;
}
.bd_toc_header_title::after {
  content: "";
  background: #075cd0;
  background-size: contain;
  display: block;
  border-radius: 10px;
  width: 30px;
  height: 3px;
  bottom: -6px;
  left: 0;
}

.inner-left-side{
  padding: 20px;
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.25);
  background: #075cd0;
  border-radius: 5px;
}
.inner-left-side a:hover{
  background: #003174;
  color: #fff;
}
.inner-left-side a{
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.25);
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 5px;
  text-align: center;
  border-radius: 6px;
  transition: all 600ms ease;
  font-weight: 600;
  background: #f7f7f7;
  color: #000;
}
.inner-left-side img{
  border-radius: 100px;
}
.any-question.divider::after{
  background: #fff;
}
.top-toc{
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.25);
padding: 0 10px;
}


.mfp-content {
  animation: fadefromup 700ms ease-in forwards;
}

@keyframes fadefromup {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.client-card{
  background: #ffffff85;
padding:20px;
border-radius: 20px;
}


.image-main-package .owl-item{
  padding-right: 0;
  padding-left: 0;
}



#main-image-package .caption {
    background: #ffffffcf;
    font-size: 16px !important;
    position: absolute;
    bottom: 0;
    z-index: 99;
    padding: 6px 19px;
    font-weight: 600 !important;
    border-radius: 4px 4px 0 0;
    left: 0;
    margin-left: 80px;
    text-transform: capitalize;
    }
#main-image-package  .item {
    position: relative;
    }

.info-location{
	display: flex;
  align-items: center;
  gap: 10px;
}
.old-price{
  text-decoration: line-through;
}

/* Floating Socials  */
 .floating-socials ul{
      list-style: none;
      position: fixed;
      left: -30px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: max-content;
      height: max-content;
      transform: translateY(50%);
      z-index: 999;
    }
    .floating-socials ul li a {
      display: block;
      margin-left: -2px;
      height: 60px;
      width: 60px;
      border-radius: 0 7px 7px 0;
      border: 2px solid #000;
      background: #fff;
      margin-bottom: 1em;
      transition: all 0.4s ease;
      color: #2980b9;
      text-decoration: none;
      line-height: 60px;
      position: relative;
    }
    .floating-socials ul li a:hover {
      cursor: pointer;
      width: 180px;
      color: #fff;
    }
   .floating-socials ul li a:hover span {
      left: 0;
    }
    .floating-socials ul li a span {
      padding: 0 30px 0 15px;
      position: absolute;
      left: -120px;
      transition: left 0.4s ease;
    }
   .floating-socials ul li a svg {
      position: absolute;
      top: 50%;
      right: 16px;
      transform: translateY(-50%);
      font-size: 30px;
    }
  .floating-socials  ul li .whatsapp {
      background: #27ae60;
      color: #fff;
      border: 0;
      border: 2px solid transparent;
    }
  .floating-socials  ul li .whatsapp:hover {
      background: #fff;
      border: 2px solid #27ae60;
      color: #27ae60;
    }
 .floating-socials  ul li .line {
      background: #ffa500;
      color: #fff;
      border: 0;
      border: 2px solid transparent;
    }
    .floating-socials  ul li .line:hover{
      background: #fff;
      border: 2px solid #00b900;
      color: #00b900;
    }

#tripselection{
	width: 100%;
padding: 7px 15px;
background: #fff;
border: 2px solid #eee;
font-size: 16px;
font-weight: 600;
}
#groupjointable a{
	font-weight: 700;
}
#groupjointable a:hover{
	text-decoration: underline;
}
    
/* CSS for responsive table */
@media only screen and (max-width: 991px) {
  /* Hide the table header */
  #groupjointable thead {
    display: none;
  }

  /* Display table rows as blocks */
  #groupjointable tbody,
  #groupjointable tr,
  #groupjointable td {
    display: block;
    width: 100%;
  }

  /* Style table rows */
  #groupjointable tr {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }

  /* Style table cells */
  #groupjointable td {
    text-align: left;
    padding: 10px;
  }

  /* Style table cells with data labels */
  #groupjointable td[data-label]:before {
   content: attr(data-label)":";
    font-weight: bold;
    float: left;
    text-transform: capitalize;
padding-right: 12px;
color: #085ccf;
  }
}

.left-content .client-card {
  background: #78aef738;
  padding: 30px;
  border-radius: 5px;
}

/* Pagination*/

.pagination {
  padding: 20px 0;
}

.pagination ul {
  margin-left: 0;
  padding-left: 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #183761;
  text-decoration: none;
}

.navigation li {
  display: inline;
  display: inline-grid;
  margin-bottom: 10px;
  margin-left: 7px;
transition: 700ms ease all;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  padding: 7px 18px;
  font-weight: 700;
  font-size: 14px;
}

.navigation li a:hover,
.navigation li.active a {
 background-color: #f15701;
  color: #fff;
}
.navigation li a{
	border: 1px solid #eee;
	transition: 700ms ease all;
}