/**
* Template Name: OnePage
* Updated: Jan 09 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;
  color: #424242;
  line-height: 1.8;
}
a {
  color: #1abada;
  text-decoration: none !important;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #042364;
  font-weight: 700;
}
p {
  line-height: 2;
}
img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.fa-tag {
  transform: rotate(90deg);
}

.container {
  max-width: 1200px !important;
  margin: auto;
}
.mt-10 {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2.3rem;
    
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1abada;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3e9bdd;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1abada;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.logo-fixed-top.header-scrolled {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
#header {
  transition: all 0.5s; 
  z-index: 997;
}

#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.header-logo-section {
  padding: 10px 0 0;
/*  background: #042364*/
}

#header .logo {
  font-size: 48px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#header .logo a {
  color: #6b6e71;
}

#header .logo img {
  max-height: 70px;
}
.header-logo-section .navbar-text .number strong {
  color: #fc9747;
  font-size: 19px;
  font-family: 'Poppins', sans-serif;
}
.header-logo-section .navbar-text .number {
  color: #6b6e71;
}
.header-logo-section .navbar-text i {
  background: #fc9747;
  padding: 10px;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  position: relative;
  left: -4px;
  top: 10px;
}
.header-logo-section .navbar-text {
  text-align: end;
}
.header-logo-section .number-text {
  color: #000;
  font-size: 13px;
  text-align: end;
  display: block;
  position: relative;
  top: -8px;
  font-weight: 600; 
}
.logo img{
  max-width: 170px;
  width: 100%;
}
@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.nav-menu-section {
  background: #fff;
  border-top: 1px solid #011f5e;
  background-color: #042364;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0; 
  display: flex;
  list-style: none;
  align-items: center;
  gap: 34px;
  padding-left: 0;
}

.navbar li {
  position: relative;
}
.navbar a{
  color: #042364;
}
.navbar a,
.navbar a:focus { 
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px; 
  white-space: nowrap;
  transition: 0.3s;
  /*text-transform: uppercase;*/
  font-weight: 600; 
  padding: 14px 0;
  font-family: 'Poppins', sans-serif;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar li a {
  color: #fff;
}

.navbar a:hover
.navbar li:hover > a {
  color: #555F6F;
}
.navbar li:hover > a {
  color: #f88915;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #1abada;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #3194db;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #f88915;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
} 
.navbar .dropdown ul li:hover a{
  color: #fff;
}
.navbar .dropdown ul a {
  padding: 6px 20px;
  text-transform: none;
  color: #1b1e3f;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover{
  color: #1b1e3f;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover{
  color: #333;
}
.navbar-mobile .dropdown ul li:hover {
  background: #c62827;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.search-iten .btn-border {
  /*background: #c62827;*/
  /*border-left: 1px solid #dfdfeb;
  border-right: 1px solid #dfdfeb; */
  border-radius: 0; 
  padding: 13px 18px;
} 
.search-iten i {
  color: #fff;
  font-size: 26px;
  transform: rotate(260deg);
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -102%;
  }
}
@media (max-width: 500px) {
  .header-logo-section .d-flex {
    display: block !important;
    text-align: center;
  }
  .header-logo-section .navbar-text {
     text-align: left;
    max-width: 250px;
    display: inline-block;
  }
  .header-logo-section .number-text{
    text-align: left;
    left: 44px;
  }
}
/**
* Mobile Navigation 
*/
.nav-menu-section .mobile-nav-toggle {
  color: #c62827;
  font-size: 28px;
  cursor: pointer;
  display: none;
  transition: 0.5s;
}
.nav-menu-section .mobile-nav-toggle.fa-times {
  color: #fff;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .nav-menu-section .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: block;
   left:0!important;

  }
.newmegamenu ul li.dropdown.megamenu-fw.megamenu ul.dropdown-menu.megamenu-content{
  width:auto;
  Left:0!important;
}
.newmegamenu ul li.dropdown.megamenu-fw.megamenu ul.dropdown-menu.megamenu-content .col-lg-3{
  Width:100%!important;
  Margin-bottom:20px!important;

}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(10, 38, 58, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #f88915;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #c62827;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px; 
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #1abada;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# banner-image-wrapper
--------------------------------------------------------------*/
.banner-image-wrapper {
  position: relative;
}
/* .logo-about-section::after {
  background-image: url('https://bikashsoft.com.np/everestadventure/wp-content/uploads/2024/11/shape-8.png');
  width: 100%;
  height: 96px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: 10;
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px; 
}
.logo-about-section::before {
  background-image: url('https://bikashsoft.com.np/everestadventure/wp-content/uploads/2024/11/shape-8.png');
  width: 100%;
  height: 96px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: 10;
  position: absolute;
  content: "";
  left: 0;
  top: -20px; 
  transform: rotate(180deg);
} */
.banner-image-wrapper img {
  height: 75vh;
  width: 100%;
  object-fit: cover;
}

.section {
  padding: 70px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f8fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #124265;
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/

.logo-about-section {
  position: relative;
  background: url("https://bikashsoft.com.np/everestadventure/wp-content/uploads/2024/11/home_bg.jpg") center/cover no-repeat;
  color: #fff; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.logo-about-section-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px
}
.logo-about-section a{ 
  font-weight: bold;
  text-decoration: underline !important;
}

.logo-about-wrapper {
  padding-left: 15px;
  align-items: center;
  min-height: 450px;
}
.logo-about-wrapper > div {
  max-width: 100%;
  flex: 0 0 100%;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .logo-about-wrapper > div {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 30px;
    padding-bottom: 30px; 
  } 
}
.logo-title-wrapper .subtitle {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #c62827;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-left: 38px;
  z-index: 1;
  padding-bottom: 5px;
}
.logo-title-wrapper .subtitle::before {
  position: absolute;
  left: -40px;
  top: 7px;
  width: 30px;
  height: 2px;
  background-color: #c62827;
  content: "";
}
.logo-title-wrapper .subtitle::after {
  position: absolute;
  right: -40px;
  top: 7px;
  width: 30px;
  height: 2px;
  background-color: #c62827;
  content: "";
}
.logo-about-wrapper .logo-about-title {
  position: relative;
  margin-bottom: 20px; 
  color: #042364;
  font-family: 'Poppins', sans-serif; 
  font-style: normal;
}
.logo-about-wrapper .logo-about-title .seperate-line { 
  background: #042364;
  width: 80px;
  height: 2px; 
  margin: 10px auto;
  opacity: 0.8;
  border-top: 0;
}

.logo-about-wrapper p {
  margin-bottom: 0;
  margin-top: 15px;
  color: #042364;
  line-height: 1.8;
}

.logo-about-image {
  position: absolute;
  right: 40px;
  top: 0;
  width: 47%;
  height: 465px;
}
.logo-about-image img {
  height: 100%;
  object-fit: cover;
}
.logo-about-section .logo-about-image {
  position: relative;
  width: 100%;
  height: 440px;
}
 
.logo-about-section .logo-about-image img {
  height: 100%;
  object-fit: cover;
}
.about-btn {
  padding-top: 30px; 
}
.about-btn a {
  background: #f88915;
  font-weight: 600;
  border: 2px solid #f88915;
  padding: 20px 40px;
  border-radius: 6px;
  color: #fff;
}
.about-btn a .arrow{
  height: 26px;
  width: 26px;
  border-radius: 50%;
  transform: rotate(-45deg);
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  position: relative;
  margin-left: 7px;
  background: #fff;
  color: #f88915;
  top: -1px;
}
.about-btn a .arrow i {
  position: relative;
  right: 3px; 
}

/*--------------------------------------------------------------
service-section
--------------------------------------------------------------*/
.service-section {
  width: 100%;
  position: relative;
  background: url("https://asianalpinetrekking.com/new1/wp-content/uploads/2024/10/home-intro-bg.jpg") center right;
  background-size: cover;
  padding: 40px 0;
} 
.box-item {
  text-align: center;
}  
.box-item i {
  font-size: 30px;
  color: #fc9747;
  margin-top: 30px;
}
.box-item h4 {
  text-transform: uppercase;
  color: #042364;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
}
/*--------------------------------------------------------------
# Feature Package
--------------------------------------------------------------*/
.feature-package {
  padding: 60px 0 60px;
  overflow: hidden;
  width: 100%;
  position: relative; 
  background: linear-gradient(to top, rgb(255, 255, 255) 0%,rgba(238,238,238,0.4) 100%);
}
.feature-package h2{
  color: #042364;
}
.feature-package h2,
.best-selling-package h2 {
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.best-selling-package h2{
  color: #042364;
}
.best-selling-package {
  padding: 60px 0 30px;
  width: 100%;
  position: relative;
/*  background-image: url('https://asianalpinetrekking.com/new1/wp-content/uploads/2024/10/texture.png');
  background-repeat: repeat;
  background-position: center center;  
  background-size: cover;
  */
}
/* .best-selling-package::before {
  background-image: url('https://asianalpinetrekking.com/new1/wp-content/uploads/2024/10/before-line.png');
  width: 100%;
  height: 91px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: 12;
  position: absolute;
  content: "";
  left: 0;
  top: -90px;
} */
 
.planning {
  position: relative;
  padding: 80px 140px; 
  z-index: 20;
}
.planningContent {
  position: relative;
  z-index: 30;
  max-width: 900px;
  margin: auto;
}
.planning::before {
  content: "";
  background: url('https://asianalpinetrekking.com/new1/wp-content/uploads/2024/10/camping-header.png') no-repeat center center/cover;
  background-attachment: scroll;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.planning::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.planning h3 {
  color: #FFFFFF;
  padding: 0 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
}
.planning p {
  text-align: center;
  padding: 20px 105px 15px 105px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.2;
}
.globalBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.globalBtn li {
  list-style-type: none;
  cursor: pointer;
  color: #FB8E26;
  border: 2px solid #FFFFFF;
  border-radius: 0.5em;
  font-weight: bold;
  text-align: center;
  line-height: 3em;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  color: #FFFFFF;
  border-radius: 48px;
}
.globalBtn a {
  text-decoration: none;
  color: #FFFFFF;
  text-transform: capitalize;
  padding: 16px 36px !important;
}

.feature-package h2::after,
.best-selling-package h2::after{
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  transform: translateX(-50%);
  background-attachment: scroll;
  background-repeat: no-repeat;
  width: 330px;
  height: 100%;
  left: 50%;
  background-size: auto;
  margin-top: 50px;
/*  background-image: url('https://asianalpinetrekking.com/new1/wp-content/uploads/2024/10/moutain-icon-color.avif'); */
  z-index: 5; 
  opacity: 0.4;
} 
.feature-package .card,
.best-selling-package .card {
  box-shadow: 0px 1px 1px rgba(18, 66, 101, 0.08); 
  border-radius: 4px;
  padding: 15px 15px 20px 15px;
  background: #fcfcfc;
  height: 100%;
}
.best-selling-package .card .image {
  overflow: hidden; 
  transition: all 0.3s ease-in-out;
  background: #2d3131;
}
.best-selling-package .card .image img { 
  transition: all 0.3s ease-in-out;
}
.best-selling-package .card:hover .image img {
  opacity: 80%;
  transform: scale(1.1);
}
.best-selling-package .card i,
.feature-package .card i{
  color: #f88915 !important; 
} 
.feature-package .card i.fa-star{
  color: #fff !important; 
}
.review-ratings .fa-star{
  color: #ec7608 !important;
}
.review-meta .review-ratings i.fa-star{
  color: #fec401 !important; 
}
.feature-package img {
  height: 300px;
  object-fit: cover;
}
.card-radius{
  border-radius: 4px; 
}
.best-seller {
  position: relative;
}
.feature-package .card p.card-text,
.best-selling-package .card p.card-text {
  color: #042364;
  font-weight: 900;
}

.best-seller .best-seller-btn {
  position: absolute;
  top: -20px;
  background-color: #ffad39;
  color: #fff;
  border: none;
  border-radius: 2px;
  padding: 4px 15px;
}
.best-seller .card-title > i {
  color: #ffad39;
  padding-right: 5px;
}
.join-section .departure-title h2{ 
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fff;
}
.join-section p{
  font-size: 16px;
  line-height: 1.6;
}
.card-title a {
  color: #042364;
}
.card-body .card-title {
  color: #042364;
  font-weight: 600; 
}
.card-body .card-title strong{
    font-weight: 600;
}
h5.card-title {
    margin-bottom: 15px;
}
.card-text .price strong {
  color: #2d3131;
}

.card-title { 
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: black; 
  line-height: 1.2; 
  color: #172541;
}
.card-banner .card-title {
  color: #fff;
} 
.join-section{
  background: #f8f8f8;
  padding: 70px 0 40px;  
  position: relative;
  z-index: 12; 
}
.join-section::after {
  content: '';
  background: #042364;
  top: 0;
  left: 0;
  height: 75%;
  width: 100%;
  position: absolute; 
  z-index: -1;
}
.departure-title{
  max-width: 600px;
}
.join-section .table tbody tr,
.join-section .table thead tr{
  border-bottom: 1px solid #e5e7eb;
}
.join-section .table tbody tr:last-child{
  border-bottom: 0;
}
.table-btn .btn-primary{
  font-size: 14px;
  font-weight: 600; 
  border: 2px solid #fff;
  padding: 10px 20px;
  border-radius: 4px;
  color: #333;
  background: #fff;
}
.small-text-cont p{
  font-size: 14px;
    line-height: 1.6;
    background: #ffffff;
    color: #042364;
    padding: 7px 20px;
    border-radius: 4px;
    position: relative; 
}

.join-section .table th,
.join-section .table td {
  border: none;
  padding: 12px 8px;
  text-align: left;
  color: #2d3131; 
  background: transparent;
}
.join-section .table td span{
  font-size: 16px;
}
.join-section .table i.fa-tag{
  color: #c62827;
}
.available-item i.fa-check{
  color: #fff;
}
.join-section .table i {
  margin-right: 10px;
}
.join-section .table i.fa-caret-up {
  font-size: 25px;
  vertical-align: middle;
}

.join-section .table .btn-primary {
  vertical-align: baseline;
  margin-left: 4px;
  background: #f88915;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  border: none;
  border-radius: 4px;
  padding: 8px 20px;
  font-weight: 600; 
}
.join-section .table-title th {
  text-transform: uppercase;
  color: #042364;
}
.yt-post i {
  position: absolute;
}
.yt-post span {
  margin-left: 21px;
}
.sidebar-sticky {
  position: fixed !important;
  top: 80px;
  margin-top: 0px;
  width: 274px;
}
.activitybg .join-section,
.activitybg .join-section::after{
  background: none;
}


.box-item .icons {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 120px;
  margin: auto;
  margin-bottom: auto;
  height: 90px;
  line-height: 100px;
  margin-bottom: 10px;
}
.box-item .icons::before, .box-item i::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url('https://asianalpinetrekking.com/new1/wp-content/uploads/2024/10/angle-bottom.png') 0 0 no-repeat;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.box-item .icons::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 10px;
  left: 10px;
  bottom: auto;
  right: auto;
}
.box-item:hover .icons::before, .box-item:hover i::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: url('https://asianalpinetrekking.com/new1/wp-content/uploads/2024/10/angle-bottom.png') 0 0 no-repeat;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.box-item:hover .icons::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 5px;
  left: 5px;
  bottom: auto;
  right: auto;
}
 

@media (max-width: 1100px) {
  .sidebar-sticky {
    position: relative !important;
  }
}

@media (max-width: 800px) {
  .sidebar-sticky {
    top: 0;
    margin-top: 0px;
    width: 100%;
  }
  .body-scrolled .sticky-wrapper {
    display: block;
  }
.package-navbar{

 Display:block!important;
}
}
 

.rating {
  /* float: left;*/
  height: 46px;
  padding: 0 10px;
}
.rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rating:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.rating:not(:checked) > label:before {
  content: "★ ";
}
.rating > input:checked ~ label {
  color: #ffc700;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.review-badge {
  background-color: #f69a07;
  padding: 7px 7px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8125rem;
  color: #fff;
  line-height: normal;
  position: relative;
  margin: 6px 0 0px 0px;
  border-radius: 2px;
  text-decoration: none;
}
.booking-trip {
  margin-top: 7px;
}
@media (max-width: 767px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  table tbody {
    display: table;
    width: 100%;
  }
}

/*--------------------------------------------------------------
# card banner
--------------------------------------------------------------*/
.card-banner {
  position: relative;
/*  background: url("https://asianalpinetrekking.com/new1/wp-content/uploads/2024/10/poonhil.jpeg") center/cover no-repeat; */
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  padding: 60px 0 40px;
  overflow: hidden;
}
.card-banner .card-body {
  padding: 60px 40px;
  height: 430px;
}
.card-banner .card-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
}
.card-banner p {
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 840px) {
  .card-banner {
    height: auto;
    padding: 50px 0;
  }
}
.card-banner:after {
  content: "";
  position: absolute;
  top: 0;
  width: 120%;
  height: 75%;
  background: #042364;
  z-index: 1; 
  padding: 100px 0 70px;
}
.card-banner .row {
  margin-left: 0;
  margin-right: 0;
}
.card-banner .row > *{
  padding-left: 0;
  padding-right: 0;
}

.card-banner-inner {
  position: relative;
  z-index: 9;
}

.card-banner .card-banner-title {  
  color: #fff;
  margin-bottom: 40px;
  text-transform: capitalize;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
}

.card-banner .card {
  background: transparent; 
  color: #fff;
  transition: all 0.5s ease-in-out;
  border-radius: 0;
  border: 0;
}
.card-banner .card i{
  font-size: 80px;
  text-align: center;
  position: static;
  right: 30px;
  bottom: 30px;
  color: rgba(250,250,250,0.4);
}
.card-banner .row *:first-child  .card{
  background: #f69a07;
}
.card-banner .row *:nth-child( n + 2 ) .card{
  background: #eb8f04;
}
.card-banner .row *:nth-child( n + 3 ) .card{
  background: #f69a07;
} 

.card-banner .card:hover  {  
  cursor: pointer;
} 

/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
.news-section img{
  border-radius: 4px;
}
.news-section .left-section {
  position: relative;
}
@media (max-width: 768px) {
  .news-section .left-section {
    margin-bottom: 15px;
  }
}
.news-section .news-content {
  position: absolute;
  bottom: 30px;
  padding: 0 20px 10px;
}
.right-section ul,
.left-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.left-section ul li a {
  color: #fff;
}

.left-section p {
  margin: 0;
  padding: 0;
  color: #fff;
}
.right-section ul li a {
  color: #fff;
  background: #f88915;
  padding: 5px 9px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600; 
}
.news-date {
  color: #042364;
  font-size: 16px;
  font-weight: 600;
}
.left-section h2 { 
  font-size: 26px;
  font-weight: 600;
  margin-top: 20px;
}
.left-section .cat-item a,
.left-section .news-date{
  font-size: 16px;
  font-weight: 600; 
}
.left-section .cat-item a{
  background: #c62827;
  border-radius: 4px;
  padding: 5px 10px;
}
.right-section p {
  margin: 0;
  padding: 0;
}
.right-news-content{
  margin-bottom : 20px;
}
.right-section h2 {
  color: #042364;
  font-size: 20px;
  font-weight: 600; 
}
.left-section img {
  height: 440px;
  object-fit: cover;
}
.right-section img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}
#select_year {
  width: 50%;
}
.write-review-text {
  font-size: 15px;
  text-decoration: underline;
  color: #319931;
  cursor: pointer;
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}
 
.sm-text{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #c62827;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-left: 38px;
  z-index: 1;
  padding-bottom: 5px
}
.sm-text::before {
  position: absolute;
  left: -40px;
  top: 7px;
  width: 30px;
  height: 2px;
  background-color: currentColor;
  content: "";
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials {
  padding: 60px 0;
  background: #042364;
  position: relative;
}
.testimonials::after {
  background-image: url('https://bikashsoft.com.np/everestadventure/wp-content/uploads/2024/11/cloud.png');
  width: 268px;
  height: 84px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: 2;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0px;
}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .container-dits {  
  padding-bottom: 0;
  margin-bottom: 30px; 
  color:#fff;
  text-align: center
}
.news-section .container-dits{
  margin-bottom: 20px;
}
.container-dits span{
  text-transform: uppercase;
}
.container-dits h2 {
  font-family: 'Poppins', sans-serif; 
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize; 
}
.news-section .left-section figure{
  position: relative;
} 

.left-section figure::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-shadow: 0 0 2px rgba(0,0,0,.25);
  color: #fff;
  background: linear-gradient(0deg,rgba(0,0,0,.60),transparent);
  padding: 150px 1.5rem 1.5rem;
  content: '';
}

.testimonial-title {
  font-family: "DM Sans", sans-serif; 
  font-style: normal;
  text-transform: uppercase;
  color:#fff;
}
.testimonials .testimonial-item h4 small {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  color: #a0a0a0;
  text-transform: uppercase;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  gap: 15px;
  align-items: center;
} 
.testimonials .news-btn{
  text-align: center;
}
.news-section {
  padding: 0 0 70px;
  background: #f8f8f8;
}
.testimonials .news-btn .btn.btn-primary,
.news-section .news-btn .btn.btn-primary{ 
  font-size: 14px;
  font-weight: 600; 
  border: 2px solid #c62827;
  padding: 10px 20px;
  border-radius: 4px;
  color: #c62827;
  background: #fff;
}
.testimonials .news-btn .btn.btn-primary{
  display: none;
}
.testimonials .testimonial-item .testimonial-img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 6px solid #ebf1f7;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 5px 0;
  color: #2d3131;
  font-family: "DM Sans", sans-serif;
}

.testimonials .testimonial-item h4 {
  font-size: 20px;
  color: #003151;
  margin-top: 20px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #c9e3f5;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item .testimonial-content {
  margin: 0 15px 15px 15px;
  padding: 20px 50px;
  position: relative;
  border-radius: 6px;
  background: #ebf1f7;
  font-size: 18px;
  color: #424242;
  line-height: 2;
}
.testimonials .testimonial-item .testimonial-content p{
  position: relative;
  z-index: 2
  
} 
.testimonials .testimonial-item .testimonial-content::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #ebf1f7;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  left: 80px;
  bottom: -5px;
  transform: rotate(120deg);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1abada;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1abada;
}

.testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 20px;
}

.testimonial-item {
  display: flex;
  align-items: center;
}

.quote-icon-left,
.quote-icon-right {
  font-size: 24px;
}
.plane{
  position: absolute;
  width: 340px;
  height: auto;
  left: -50px;
  transform: rotate(30deg);
  top: 30px;
  opacity: 0;
}
.emergency-call{
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 34px;
}
.emergency-call a{
  color: #fff;
  text-decoration: none;
}
.emergency-call i{
  font-size: 20px;
  background: #2ab318;
  padding: 7px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 8px;
}

/*--------------------------------------------------------------
# brand
--------------------------------------------------------------*/
 
.associate-brand .card-title{ 
  text-transform: uppercase;
  font-weight: 600;
  position: relative; 
}
.associate-brand .card-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  border-top: .4rem solid #ffa019;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.associate-brand .card {
  background: transparent;
  border: none;
  color: #fff;
  text-align: center;
}
.associate-brand .card-body {
  padding: 0;
}
.associate-brand .brand-img {
  width: 75px; 
  padding: 12px;
  height: 80px;
  object-fit: contain;
  margin-right: 7px;
  background: #fff;
}
.pay-cards .brand-img {
  width: 195px;
  height: auto;
  background: #fff;
  padding: 2px;
  margin-left: 12px;
  border-radius: 2px;
}
.pay-cards .card-title{
  font-weight: 600; 
  font-size: 14px;
  align-self: center;
} 
.pay-cards .card {
  max-width: 320px; 
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #124265;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

.logo-footer-bottom .row .col-lg-*{
  border: 1px solid #fff;
}
.footer-social h3{
  font-size: 16px;
  font-weight: 600;
  align-self: center;
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #1abada;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #1abada;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #1abada;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(36, 135, 206, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn-primary{
	background: #c62827;
	border-color: #c62827;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1abada;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #1abada;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(18, 66, 101, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #124265;
  margin: 0 10px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #1abada;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #124265;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8fbfe;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #1a5e90;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	font-size: 14px;
	background: #042364; 
	position: relative;
}
.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px; 
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 15px; 
  font-family: "roboto", sans-serif;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer h4 {
  padding-bottom: 15px; 
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer h2 {
  color: #fff;
  padding-bottom: 20px; 
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.footer-info h2 {
  font-size: 34px;
  position: relative;
} 
.footer h2::after {
  content: '';
  width: 54%;
  height: 1px;
  background: #9B9B9B;
  left: 0;
  position: absolute;
  bottom: 10px;
  border-radius: 25%;
}
.carousel-caption h2{
  position: relative;
  font-family: "Satisfy", cursive;
  font-size: 70px !important;
  font-weight: 700 !important;
}
.carousel-caption h2:after{
  content: '';
  width: 100%;
  height: 31px;
  background-image: url('https://asianalpinetrekking.com/new1/wp-content/uploads/2024/10/title-decor-1-1.webp');
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 70%;
  left: 2%; 
}

 
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(13, 66, 255, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
	color: #ccc;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
	font-size: 15px;
	font-weight: 500;
}

.footer .footer-links ul a:hover {
  color: #fc9747;
}

.footer .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}

.footer .footer-newsletter {
  padding: 40px 0;
  background: #f8f8f8; 
}

.footer .footer-newsletter h4 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700; 
}
.left-15{
  padding-left: 60px !important;
}
.footer .footer-newsletter p{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
}

.footer .footer-newsletter form { 
  background: #fff;
  padding: 10px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #b0b1b1;
}

.footer-block-element{
  margin-top: 30px;
}

.footer .footer-newsletter form input[type="email"],
.footer .footer-newsletter form input[type="text"] {
  border: 0;
  padding: 8px;
}

.footer .footer-newsletter form .form-control:focus {
  box-shadow: none;
}

.footer-newsletter form i {
  color: #fff;
}

.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 0;
  background: #c62827;
  color: #fff;
  transition: 0.3s;
  border-radius: 0;
}
.newsletter-border-right {
  border-right: 1px solid #000;
  margin-right: 10px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
  background: #015092;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input:-moz-placeholder {
  transition: background-color 5000s ease-in-out 0s;
} 

.logo-copy-right { 
  background: #f8f8f8; 
  text-align: center;
}
.copyright-text {
  font-size: 15px; 
  margin: 20px 0;
  text-align: center;
}
.office-txt{
  font-size: 10px;
  font-weight: 700;
  background: #f88915;
  padding: 5px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 840px) { 
  .copyright-text-end {
    text-align: end;
    font-size: 14px;
  }
}
@media (max-width: 840px) {
  .copyright-text {
    text-align: center;
    margin-bottom: 10px;
  }
  .copyright-text-end {
    text-align: center;
  }
}

.copyright-text-end a {
  color: #fff;
}
.logo-footer-bottom{
  padding: 60px 0 60px;
}
.logo-footer-bottom .row > .footer-links {  
  color: #fff;
}
.footer-info{  
  font-family: "DM Sans", sans-serif;
  position: relative;  
  font-weight: 600;
} 
.footer-info strong{
  color: #fff;
  padding-right: 4px; 
}
.footer-info h2,.footer-info p{
  color: #ddd !important;
}
/*--------------------------------------------------------------
# rating
--------------------------------------------------------------*/

.rating {
  display: inline-block;
}

.rating-star {
  font-size: 24px;
  color: #fc9747;
  cursor: pointer;
}

.rating-star:hover,
.rating-star.active {
  color: #f88915;
}
.rating-star-o {
  font-size: 24px;
}

.slick-dots {
  display: flex;
  margin: 0;
  padding: 1rem 8rem;
  list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots li button {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: 1px solid #fc9747 !important;
  border-radius: 50%; 
  text-indent: -9999px;
  background: none;
}
.slick-dots li.slick-active button {
  background-color: #fc9747;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

/*--------------------------------------------------------------
# contact us *
--------------------------------------------------------------*/

.page-contact {
  padding: 60px 0;
  background: #f1f1f1;

  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(241, 245, 251) 35%,
    rgb(243, 245, 249) 100%
  );
}
.contact-form {
  margin-right: 0;
}
.page-contact h1 {
  font-weight: 600;
  font-size: 34px;
  padding: 0 15px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .page-contact h1 {
    padding: 0 15px;
  }
  .con-form {
    padding-left: 0px;
    margin-top: 30px;
  }
  .contact-form {
    margin-right: 0;
  }
}
.contact-address ul {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}
.contact-add h4 {
  margin-bottom: 20px;
}

.contact-address li {
  position: relative;
  list-style-type: none;
  padding: 10px;
  padding-left: 80px;
  margin-bottom: 0;
  font-size: 16px;
  color: #042364;
}
.contact-address li a {
  color: #042364;
}

.contact-address li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  display: inline-block;
  background: #c62827;
  padding: 16px 20px;
  margin-right: 10px;
  border-radius: 3px;
  font-size: 22px;
  height: 66px;
  width: 64px;
  text-align: center;
  line-height: 38px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
.contact-add li:before {
  content: "\f3c5";
}
.contact-email li:before {
  content: "\f0e0";
}
.contact-phone li:before {
  content: "\f879";
}
.con-form {
  padding-left: 30px;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.contact-form {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgb(0 0 0/6%);
}
.contact-form {
  float: left;
}
.wpcf7 form .wpcf7-response-output {
  margin: 25px 0 0;
  padding: 25px;
  border: 2px solid #00a0d2;
  position: relative;
  height: auto;
  float: left;
  margin-top: 25px;
  border-radius: 5px;
  width: 100%;
  font-weight: 600;
  background: #fff;
}

.con-b-p {
  padding-bottom: 5px;
}

.page-contact .form-label {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
.page-contact .red {
  color: red;
  font-size: 18px;
}
.page-contact .wpcf7-form-control-wrap {
  position: relative;
}
.page-contact .form-control {
  padding: 12px 20px !important;
  border: 2px solid #d9d9d9 !important;
  border-radius: 5px;
  height: auto !important;
  /* box-shadow: 0 12px 16px 0 rgb(0 0 0/3%), 0 17px 50px 0 rgb(0 0 0/3%) !important; */
  margin-bottom: 15px;
}

.page-contact .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.page-contact .inquirybtn {
  background: #c62827;
  color: #fff;
  border-radius: 3px;
  border: none;
  padding: 8px 0;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.contact-map {
  padding: 0;
}

/*--------------------------------------------------------------
# about us *
--------------------------------------------------------------*/
.activitybg {
  padding: 60px 0;
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(241, 245, 251) 35%,
    rgb(243, 245, 249) 100%
  );
}

.about-use-wrapper h1 {
  font-weight: 900;
  font-size: 34px;
  padding: 0 57px;
  color: #042364;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
}
.about-use-wrapper .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.about-use-wrapper .content {
  height: auto;
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

.about-use-wrapper .tripbox {
  background: #fff;
  color: #042364;
  border-radius: 7px;
  padding: 40px 30px; 
  box-shadow: 0 0 6px 0 rgb(0 0 0/6%);
  margin-left: 0;
  margin-right: 0;
}

.about-use-wrapper .et-slide img {
  margin: 5px 0;
}

.about-use-wrapper h2 {
  font-weight: 600;
  font-size: 32px;
  color: #042364;
}

.about-use-wrapper .et-slide h3,
.about-use-wrapper h4 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #042364;
}

.about-use-wrapper .et-slide h5 {
  font-size: 20px;
  font-weight: 400;
  font-family: "bree serif", serif;
  padding-bottom: 14px;
}
.about-use-wrapper .whyabh { 
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgb(0 0 0/6%);
}
.about-use-wrapper .whyabh h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.about-use-wrapper .pricingCheck {
  padding-left: 0;
}
.about-use-wrapper .pricingCheck li {
  color: #2d3131;
  line-height: 23px;
  font-weight: 600; 
  font-size: 16px;
  position: relative;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 15px;
}
.about-use-wrapper .pricingCheck li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  display: block;
  position: absolute;
  left: -2px;
  top: 0;
  width: 40px;
  height: 40px;
  color: #042364;
  font-size: 18px;
  background-repeat: no-repeat;
}

.about-use-wrapper .package-price {
  background: #fc9747;
  color: #fff;
  border-radius: 3px 3px 0 0;
  padding: 25px 25px 35px;
  margin-top: 0;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.16);
}
.about-use-wrapper .trip-duration {
  font-size: 16px;
  color: #fff; 
}
.about-use-wrapper .talkto {
  font-size: 15px;
  line-height: 22px;
  padding: 10px 25px 25px !important;
  background: #fff;
  position: relative;
  z-index: 20;
}
.about-use-wrapper .talkto img {
  border-radius: 3px;
  margin-top: -30px;
  border: 4px solid #fff;
  margin-bottom: 0;
  margin-right: 15px;
  height: 80px;
  width: 80px;
}
.about-use-wrapper .talkto sup {
  top: 0;
  color: #fc9747;
  font-size: 16px;
}
.about-use-wrapper .talkto h5 {
  margin: 5px 0;
  font-weight: 800;
  font-size: 16px;
  color: #fc9747;
  font-family: "DM Sans", sans-serif;
}
.about-use-wrapper .talkto p {
  color: #555;
  margin-top: 5px;
  font-size: 16px;
}
.about-use-wrapper .talkto .fa-whatsapp {
  font-size: 48px;
  float: left;
  margin-right: 10px;
  font-weight: 200;
  color: #28a745;
}
.about-use-wrapper .talkto span {
  display: block;
}
.top-10 {
  top: 10px;
}

.about-use-wrapper .talkto a {
  display: block;
  color: #555;
}

@media (max-width: 992px) {
  .video-wrapper iframe {
    width: 100%;
  }
}

.page-contact select {
  word-wrap: normal;
  width: 100%;
  height: 52px;
  background: #fff;
  border: 0;
  padding: 0 15px;
  box-shadow: 0 12px 16px 0 rgb(0 0 0/3%), 0 17px 50px 0 rgb(0 0 0/3%) !important;
  padding: 14px 20px;
  border: 1px solid #bdbdbd !important;
  border-radius: 5px;
  font-size: 16px;
}

.page-contact .pagebox {
  background: #fff;
  color: #333;
  border-radius: 7px;
  padding: 40px 45px;
  margin-top: 25px;
  box-shadow: 0 1px 4px 0 rgb(0 0 0/16%);
  margin-left: 0;
  margin-right: 0;
}

.page-payment .wrapper {
  padding: 0 15px;
}
#showing-package {
	background: #ebf1f7;
	padding-top: 50px; 
	margin-top: 0;
}
.banner-inner-wrapper {
  position: relative;
}
.banner-inner-wrapper img {
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;
}

.packages-count {
  color: #fc9747;
  padding-right: 5px;
}
.common-box[role="main"] {
  padding-top: 14px;
  padding-bottom: 10px;
}

/* search from */

.winkler-search-wrapper {
  display: none;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
  position: relative;
}
.winkler-search-wrapper .menu-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.4s ease-in-out 0s;
}

.search-popup-open {
  display: block;
  opacity: 1;
  transition: all 0.5s;
}

.winkler-search > form .search-icon {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 10px;
}
.winkler-search > form .form-control {
  padding-left: 35px;
  padding-right: 35px;
  background: none;
  color: #000;
  font-weight: 600;
  border: 1px solid #ddd;
}

.winkler-search > form .search-popup-close {
  position: absolute;
  right: 20px;
  top: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #ddd;
}

.wrap-table-data {
  padding: 20px 40px !important;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 2px 0px #A4A4A4;
}

.feature-package span.card-btn,
.best-selling-package span.card-btn{
  position: absolute;
  top: 30px;
  left: 30px;
  background: #c62827;
  border: none;
  font-size: 12px;
  color: #fff;
}
.feature-package span.card-btn{
  background: #f69a07;
}
.feature-package span.card-btn i,
.best-selling-package span.card-btn i{
  color: #fff !important;
}
span.table-title,
span.table-title a {
  font-size: 18px;
  color: #2d3131;
  margin-bottom: 4px;
  font-weight: 600;
}
.join-section .table th{
  font-weight: 600; 
  font-size: 14px;
  text-transform: uppercase;
}
.available-item i { 
  background: #042364;
  padding: 4px;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
}
.modal-header {
  background-color: #1abada;
}
.modal-title {
  color: #fff;
}
.modal-body span {
  color: red;
}
.made-by a {
  color: #cd591a;
}

.col-lg-10 {
  flex: 0 0 auto;
  width: 100%;
}
/*slider*/
.relative {
  position: relative;
}
.review-meta {
  position: absolute;
  right: 0;
  bottom: 20px;
  padding: 5px 30px;
  background: #02020224;
}
.review-ratings {
  font-size: 14px;
}
.review-ratings i {
  color: #f7941e;
  padding-right: 0px;
}
.review-ratings > span {
  color: #fff;
  font-weight: 600; 
  padding-left: 10px;
}
span.offer-price {
  position: absolute;
  bottom: 20px;
  background: #c62827;
  color: #fff;
  right: -15px;
  padding: 10px 20px;
}

.feature-package .card .offer-price p.card-text {
  color: #fff;
  font-size: 19px;
  font-weight: 600; 
}
.card-text span strong{
  color: #042364;
}
.card-text span i,
.card-text span strong{
  padding-right: 5px;
}


.feature-package .card .offer-price p.card-text span.sub-price {
  display: block;
  font-size: 15px;
  color: #fff;
  /*opacity: 0.4;*/
  text-decoration-line: line-through;
}
.offer-relative {
  position: relative;
}

/* banner css */

/* Variables */
:root {
  --slick-dot-width: 20px;
  --slick-dot-height: 20px;
  --slick-dot-color: white;
  --slick-dot-color-active: var(--slick-dot-color);
  --slick-opacity-default: 0.75;
  --slick-opacity-on-hover: 1;
  --slick-opacity-not-active: 0.25;
  --playball: "Playball", cursive;
}

/* Base */
section.banner__slider {
  position: relative;
  overflow: hidden;
}

/* Design Slider */
/*.slider,
.slide {
  height: 700px;
}*/

@media (max-width: 992px) {
  .slider,
  .slide,
  .slide__img img {
    height: 62vh !important;
  }
  .slider,
  .slide {
    height: 62vh !important;
  }
  .banner-image-wrapper img{
    height: 62vh !important;
  }
  .package-page .common-box{
    margin-top: 20px;
  }
  .logo-about-wrapper > div{
    max-width: 100%;
    flex: 0 0 100%;
  }
  .logo-about-wrapper{
    min-height: auto;
  }
}

.slide {
  position: relative;
  transition: 1s;
}

.slide__img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}

.slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}

.slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}

.slide__content--headings {
  color: #fff;
}

.slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}

.slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slide__content--headings .top-title {
  font-size: 2rem;
}

.slide__content--headings .title {
  font-size: 3.5rem;
  color: #fff;
  text-shadow: 2px 2px 4px rgb(0 0 0);
}

.slide__content--headings .button-custom {
  text-decoration: none;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  background-color: #0d6efd;
  border: none;
}

/* Change animation presets */
.slider [data-animation-in] {
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}

/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: var(--slick-dot-color);
  opacity: var(--slick-opacity-not-active);
  width: var(--slick-dot-width);
  height: var(--slick-dot-height);
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li.slick-active button {
  opacity: var(--slick-opacity-on-hover);
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: var(--slick-dot-color);
  opacity: var(--slick-opacity-not-active);
  width: 50px;
  height: 3px;
  padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li.slick-active button {
  color: var(--slick-dot-color-active);
  opacity: var(--slick-opacity-default);
}

/* Image Zoom */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

.zoomOutImage {
  animation-name: zoomOutImage;
  transition: 1s;
}

/* Slick Nav */
.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}

.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.slick-nav i:before {
  transform: rotate(-40deg);
}

.slick-nav i:after {
  transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.sec-block img {
  height: 270px;
  object-fit: cover;
}
.post-block img {
  height: 350px;
  object-fit: cover;
}

.single-tour .logo-fixed-top.header-scrolled {
  position: relative;
}

.package-navbar {
  position: relative;
  margin-top: -5px;
  display: none;
}
.package-navbar .nav {
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  gap: 15px;
}
.package-navbar .nav .nav-item {
  display: block;
}

.package-navbar .nav .nav-item > .nav-link {
  color: #6c757d;
  border: 0;
  font-size: 0.8375rem;
  padding: 10px 10px 10px 0;
  width: 100%;
  font-weight: 600;
  position: relative;
  transition: all 0.2s linear;
  text-decoration: none;
  z-index: 1;
  line-height: 1.3;
  display: block;
  text-transform: uppercase;
}

.package-navbar .nav .nav-item > .nav-link .icon {
  margin-right: 6px;
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
}

.package-navbar .nav .nav-item > .nav-link .icon > svg {
  vertical-align: sub;
  height: 18px;
  width: 18px;
}
.footer-overlay-image {
  background: #fff;
}

@media (min-width: 992px) {
  .footer-overlay-image {
    margin-top: -50px;
  }
}

.body-scrolled .sticky-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #d3d3d3;
}

@media (min-width: 1320px) {
  .container {
    max-width: 1250px !important;
  }
}

@media (min-width: 992px) {
  .body-scrolled .package-navbar {
    display: block;
  }
  
}

@media (max-width: 992px) {
  .logo-about-section{
    width: 100%;
    position: relative; 
    background-repeat: repeat;
    background-position: top left;
    padding: 0px 0;
  }
  .logo-about-section .logo-about-image {
    position: relative; 
    height: auto;
    left: 0; 
    padding: 30px;
    margin-top: 30px;
  }
  .right-section h2 {
    color: #042364;
    font-size: 24px;
  }
  .testimonials .news-btn .btn.btn-primary, .news-section .news-btn .btn.btn-primary{
    padding: 14px 30px;
    font-size: 16px;
  }
  .testimonials .testimonial-item .testimonial-content{
    padding: 15px 32px; 
    font-size: 16px; 
  }
  .feature-package h2, .best-selling-package h2{
    font-size: 34px;
  }
  
}
@media (max-width: 768px) {
  .planning { 
    padding: 80px 40px; 
  }
  .planning p{
    padding: 20px 10px 15px 10px;
  }
  .card-title{
    font-size: 22px;
  } 
   
  .logo-footer-bottom .row > .footer-links{
    padding: 40px 30px 20px;
  }
  .logo-footer-bottom .row > .footer-links:last-child{
    padding-bottom: 40px;
  }
  .left-15 {
    padding-left: 30px !important;
  }
  .key-wrapper ul.trip-fact > li.item{
    max-width: 50%;
    flex: 0 0 50%;
  }
  .planning { 
    padding: 60px 30px; 
  }
}
@media (max-width: 560px) { 
  .join-section .d-flex{
    display: block !important;
    margin-bottom: 20px;
  }
  .logo-footer-bottom .row > .footer-links{
    padding: 15px 30px;
  }
  .planning h3{
    font-size: 30px;
  }
  .key-wrapper ul.trip-fact > li.item{
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom :20px;
  }
  .itinerary-content .itinerary-meta ul li{
    max-width: 50% !important; 
    flex: 0 0 50% !important;
  }
  .itinerary-note-wrapper .itinerary-custom,
  .itinerary-note-wrapper .itinerary-note{
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: start !important;
  } 
  
  .itinerary-note-wrapper{
    display: block !important;    
  } 
  .itinerary-note-wrapper{
    padding: 0 !important;
  }
  .itinerary-note-shorts{
    padding: 30px 20px !important;
  }
  .itinerary-note-wrapper.mt-4{
    margin-top: 0 !important; 
  }
  
  .logo-about-section{
    padding: 60px 0;
  }
  
}
.social-nav{
  margin-top: 20px; 
  padding-left: 0;
}
.social-nav li{
  display: inline-block;
  list-style: none;
  margin: 0 7px 0px 0px;
  text-align: center;
}
.social-nav li i{
  font-size: 15px;
  margin-top: 11px;
}

.social-nav li a{
  height: 34px;
  width: 34px;
  display: block;
  float: left;
  background: #E8E8E8;
  border-radius: 2px;
  position: relative;
}
.social-nav li a:hover{
  background: #fff;
}
.footer-block{
  color: #fff;
  border: 1px solid #CFD0E7;
  padding: 15px 20px;
  border-radius: 4px;
  height: 100%;
}
.footer-block .footer__title{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer-block p{
  font-size: 14px;
  margin-bottom: 0;
}
.footer-block a{
  color: #fff;
}
.footer-block .recomendd a {
  color: #fff;
  height: 80px;
  background: #fff;
  display: inline-block;
  width: 166px;
  padding: 14px 14px;
  align-self: center;
  display: inline-flex;
  margin-right: 5px;
}

.ytpost p{
  text-align: justify;
}
.fa-facebook-f{
  color: #0866FF;
}
.fa-linkedin-in{
  color: #0a66c2;
}
.fa-instagram{
  color: #833AB4;
}
.fa-youtube{
  color: #FF0000;
}

.company-contact{
	margin-top: 40px;
}
.company-contact .com-list-block{ 
	border: 1px solid #CFD0E7;
	padding: 15px 20px;
	border-radius: 4px;
	height: 100%;
}
.company-contact .com-list-block h3,
.company-contact .com-list-block h4{
	color:#fff;
	text-align: center;
}
.company-contact .com-list-block h3{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 10px;
}
.company-contact .com-list-block h4{
	font-size: 18px;
	font-weight: 700; 
	padding-bottom: 0;
	margin-bottom: 0;
} 






 .btn-toggle, .btn-toggle:hover {
	 margin: 0 1rem;
	 padding: 0;
	 position: relative;
	 border: none;
	 height: 1.5rem;
	 width: 2.7rem;
	 border-radius: 30px;
	 color: #6b7381;
	 background: #003151; 
}
 .btn-toggle:focus, .btn-toggle:focus.active, .btn-toggle.focus, .btn-toggle.focus.active {
	 outline: none;
}
 .btn-toggle:before, .btn-toggle:after {
	 line-height: 1.5rem;
	 width: 3.7rem;
	 text-align: center;
	 font-weight: 600;
	 font-size: .75rem;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 position: absolute;
	 bottom: 0;
	 transition: opacity .25s;
}
  
 .btn-toggle > .handle {
	 position: absolute;
	 top: 0.1875rem;
	 left: 0.1875rem;
	 width: 1.125rem;
	 height: 1.125rem;
	 border-radius: 1.125rem;
	 background: #fff;
	 transition: left .25s;
}
 .btn-toggle.active {
	 transition: background-color .25s;
}
 .btn-toggle.active {
	 background-color: #c62827;
}
 .btn-toggle.active > .handle {
	 left: 1.3875rem;
	 transition: left .25s;
}
 .btn-toggle.active:before {
	 opacity: .5;
}
 .btn-toggle.active:after {
	 opacity: 1;
}







 .btn-toggl, .btn-toggl:hover {
	 margin: 0 1rem;
	 padding: 0;
	 position: relative;
	 border: none;
	 height: 1.5rem;
	 width: 2.7rem;
	 border-radius: 30px;
	 color: #6b7381;
	 background: #003151; 
}
 .btn-toggl:focus, .btn-toggl:focus.active, .btn-toggl.focus, .btn-toggl.focus.active {
	 outline: none;
}
 .btn-toggl:before, .btn-toggl:after {
	 line-height: 1.5rem;
	 width: 3.7rem;
	 text-align: center;
	 font-weight: 600;
	 font-size: .75rem;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 position: absolute;
	 bottom: 0;
	 transition: opacity .25s;
}
  
 .btn-toggl > .handle {
	 position: absolute;
	 top: 0.1875rem;
	 left: 0.1875rem;
	 width: 1.125rem;
	 height: 1.125rem;
	 border-radius: 1.125rem;
	 background: #fff;
	 transition: left .25s;
}
 .btn-toggl.active {
	 transition: background-color .25s;
}
 .btn-toggl.active {
	 background-color: #c62827;
}
 .btn-toggl.active > .handle {
	 left: 1.3875rem;
	 transition: left .25s;
}
 .btn-toggl.active:before {
	 opacity: .5;
}
 .btn-toggl.active:after {
	 opacity: 1;
}



@media (max-width: 1200px) {
  
  .footer .footer-newsletter h4{
    font-size: 26px;
  }
  .footer .footer-newsletter p{
    font-size: 12px;
  }
  .footer-block .recomendd a{ 
    height: 84px;  
    padding: 14px 12px; 
    margin-right: 5px
  }
  .associate-brand .brand-img{ 
    padding: 4px;
    height: 78px; 
    margin-right: 5px; 
  }
}
@media (max-width: 992px) {
  .left-15 {
   padding-left: 20px !important;
  }
  .footer-block-element .foot-block{
    margin-bottom: 20px;
  }
	.com-list-block1{
		margin-bottom: 20px;
	}
  .logo-copy-right{
    padding: 30px 0;
  }
  .logo-about-section-inner{
    padding: 40px 0;
  }
  .logo-copy-right .d-flex{
    display: block !important; 
  }
  .copyright-text-end{
    text-align: center !important;
  }
  .card-banner .row > * .card{
    max-width: 500px;
    margin: auto;
  }
  .card-banner .card-body{
    height: auto;
    padding: 40px 50px;
  }
  .right-section{
    margin-top: 30px;
  }
  .right-section img {
    width: 100%;
    height: 215px;
    object-fit: cover;
  }
  .join-section .table .btn-primary{
    padding: 8px 12px;
  }
  .small-text-cont p{
    display: none;
  }
  .card-title{
    font-size: 18px;
  }
  .wrap-table-data{
    width: 96%;
    margin-left: 2%;
  }
  .plane{ 
    width: 203px;
    height: auto;
    left: 20%;
    transform: rotate(0deg);
    top: auto;
    bottom: -3px; 
  }
  .footer .footer-newsletter form{
    margin-top: 20px;
  }
   .header-logo-section { 
     text-align: center;
  }
  .header-logo-section .d-flex{
    display: flex !important;
  }
  .header-logo-section .navbar-text { 
    max-width: 250px;
    display: inline-block;
  }
.header-logo-section .header-brand.d-flex.align-self-center.justify-content-between{
  justify-content: center!important;
  }
.brand{
  Margin-right:20px;
}
  
} 
@media (max-width: 560px) {
  .brand{
    margin-bottom: 10px;
  }
  .no_mar_mob{
    margin-bottom: 0;
  }
    .banner-image-wrapper img {
    height: 52vh !important;
    }
   .slide {
    height: 52vh !important;
    }
  .right-news-content {
    margin-bottom: 30px;
  }
  .carousel-caption h2{
    font-size: 40px !important;
  }
  .carousel-caption h2::after {
    content: '';
    width: 100%;
    height: 13px; 
    left: 2%;
  }
  .header-logo-section .navbar-text .number strong{
   Font-size:14px;
}
.header-logo-section .navbar-text I{
Font-size:10px;


}







}
/*additional css*/
.payment-summary-block {
        position: sticky;
    top: 60px;
    border: 2px dashed #0c7867;
    padding: 15px 20px;
}
.newdestination img{

border-radius:10px 10px 10px 10px;
margin-bottom:50px;
}
.newdestination{
padding:50px 0;
}
.newdestination .text-center{

 margin-bottom:40px;
}
/*
.card-banner:after{
 height:100%!important;

}
.card-banner .row *:nth-child( n + 2 ) .card,.card-banner .row *:first-child .card{
background:none;
}*/
.newjoin .card-banner .card i{
  position:static!important;

}
.newjoin{
border-bottom:1px solid #fff;
}
.newmegamenu ul li.dropdown.megamenu-fw.megamenu ul.dropdown-menu.megamenu-content{
    width: 1200px;
    Left:-115%;
     padding:20px;
}
.newmegamenu ul li.dropdown.megamenu-fw.megamenu ul.dropdown-menu.megamenu-content .col-lg-3{
   Width:25%!important;
Margin-bottom:20px;


}
.newmegamenu ul li.dropdown.megamenu-fw.megamenu ul.dropdown-menu.megamenu-content li h3{
 font-size:20px!important;

}
.newmegamenu ul li.dropdown.megamenu-fw.megamenu ul.dropdown-menu.megamenu-content li ul{
  opacity:1;
  visibility:visible;
  Position:static;
  box-shadow:none;
  padding:0;
}
.newmegamenu ul li.dropdown.megamenu-fw.megamenu ul.dropdown-menu.megamenu-content li ul li a{

padding-left:0;
color:#1b1e3f;
}
.newmegamenu ul li.dropdown.megamenu-fw.megamenu ul.dropdown-menu.megamenu-content li ul li a:hover{
 color:#fff;


}
.newmegamenu ul li.dropdown.megamenu-fw.megamenu ul.dropdown-menu.megamenu-content .row ul{
  Visibility:visible;
  Opacity:1;
  box-shadow:none;
  top:100%;
  left:0;
    Display:contents;
}
.newmegamenu ul li.dropdown.megamenu-fw.megamenu ul.dropdown-menu.megamenu-content .row .col-lg-3 h3{
  Font-size:17px;


}
.newmegamenu ul li.dropdown.megamenu-fw.megamenu ul.dropdown-menu.megamenu-content li a{
Font-size:12px;
Padding:0 0 5px 0;

}

.newheads .dropdown-mega {
      position: static;
    }
.newheads .dropdown-menu.mega-menu {
      width: 100%;
      left: 0;
      right: 0;
      top: 100%;
      padding: 1rem;
      margin-top: 0;
      border-radius: 0;
      border: none;
      Background:#f88916 !important;
    }
.newheads .dropdown-menu.mega-menu h6,.newheads .dropdown-menu h6{

 Color:#fff;


}
.newheads nav.navbar.navbar-expand-lg.navbar-dark.bg-dark{
   Background:#042364!important;


}
.newheads .navbar .dropdown ul{
  Opacity:1;
Visibility:visible;
Position:relative;
Top:0;
Background:none;
Box-shadow:none;
Left:5px;
}
.newheads .navbar .dropdown ul li a{
Font-size:14px;
Padding-left:0;

}
.newheads .dropdown-menu{
   Background:#f88916 !important;


}
.newheads .navbar .dropdown ul li a:hover{

 Background:none;

}
.newheads .dropdown:hover .dropdown-menu .col-lg-3{

 Width:auto!important;
}


    @media (min-width: 992px) {
      .newheads .dropdown:hover .dropdown-menu {
        display: block;
      }
.newheads .dropdown:hover .dropdown-menu .col-lg-3{

 Width:auto!important;
}
    }

    @media (max-width: 991.98px) {
      .newheads .dropdown-menu.mega-menu {
        position: static !important;
      }
    }
 


/*additonal css*/
.package-page p{
  text-align: justify;
}
.icon .far{
  font-size: 17px;
}
#overview h3{
  font-size:19px;
}
























