/**
* 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: "Inter", sans-serif;
	color: #222;
	line-height: 1.8;
	font-weight: 400; 
}
a {
  color: #1abada;
  text-decoration: none !important;
}

a:hover {
  color: #1d76bc;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", serif;
  color: #222;
  font-weight: 700;
}
p {
  line-height: 2;
  font-weight: 400;
}
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: 1.6rem; 
  }
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.notification {
	color: #fff;
	background-color: #0b3c5d;
	font-size: 13px;
	padding: 2px .75rem;
	text-align: center;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.notification .bell-icon{
	font-size: 17px;
	position: relative;
	display: inline-block;
	padding-right: 15px;
}
.notification .bell-icon span{
	position: absolute;
	color: #fff;
	background: red;
	width: 14px;
	height: 14px;
	right: 10px;
	top: 10px;
	font-size: 8px;
	border-radius: 50%;
	font-weight: 600;
}
.header-social ul {
	list-style: none;
	display: flex;
	gap: 18px;
	font-size: 14px;
	margin-bottom: 0;
	padding-left: 0;
}
.header-social ul li a{
	color: #fff;
}
.header-social ul li a:hover{
	color: #1d76bc;
}
.header-link-list li:last-child a{
	color: #fff;
	border-bottom: 3px double #fff;
	text-transform: uppercase;
	padding: 2px 4px; 
}
.header-social ul ul li a{
	color:#fff;
}
.header-social ul ul li a:hover{
	color: #1d76bc;
}
.header-link-list{
	list-style: none;
	display: flex;
	gap: 18px;
	margin-bottom: 0;
	padding-left: 0;
}
 
.header-link-list li a{
	color: #fff;
}
.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);
	background: #fff;
}

.header-logo-section {
	padding: 15px 0 15px;
	/*background: rgba(3,18,28,0.9); */
	background: #fff;
}

#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 {
	font-weight: 600;
	color: #222;
	font-size: 16px;
	font-family: "Inter", serif;
}
.header-logo-section .navbar-text .number {
  color: #ddd;
}
.header-logo-section .navbar-text .winkler-search i { 
	padding: 10px;
	font-size: 20px;
	position: relative;
	left: -15px;
	top: -12px;
}  
.header-logo-section .navbar-text .winkler-search i.la-times {
	padding: 10px;
	font-size: 20px;
	position: relative;
	left: 11px;
	top: -7px;
}
.header-logo-section .navbar-text i { 
  padding: 10px; 
  font-size: 26px; 
  position: relative;
  left: -4px;
  top: 0;
} 
.header-logo-section .navbar ul li a i {
	font-size: 12px; 
	padding: 0;
}
/* .header-logo-section .navbar ul li.dropdown ul li a i{
	color: #0b3c5d;
}  */
.header-logo-section .number-text { 
	font-size: 12px;
	line-height: 1.2;
	text-align: left;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	font-weight: 400;
	color: #878787;
}
.header-logo-section .number i{
	color: #0bab54;
	font-size: 22px;
	left: 0; 
}
.logo img{
  max-width: 340px;
  width: 100%;
}
.caroseal-location {
	font-size: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	padding: 4px 12px;  
}
@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

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

.nav-menu-section { 
	position: relative;
	z-index: 55;
} 
.navbar {
  padding: 0;
}
.navbar ul {
	margin: 0; 
	display: flex;
	list-style: none;
	align-items: center;
	gap: 20px;
	padding-left: 0;
}
.navbar li {
	position: relative;
} 
.navbar a,
.navbar a:focus { 
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	white-space: nowrap;
	transition: 0.3s;
	text-transform: uppercase;
	font-weight: 600;
	padding: 16px 2px;
	font-family: "Inter", serif;
} 
.navbar a i,
.navbar a:focus i {
  font-size: 10px;
  line-height: 0;
  margin-left: 10px;
}
.navbar a, .navbar a i{
	color: #222;
}
.navbar a:hover
.navbar li:hover > a {
  color: #0e6db8;
}
.navbar li:hover > a {
  color: #0e6db8;
}

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

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

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.search-iten .btn-border { 
	border-radius: 4px;
	padding: 8px 10px 5px;
	color: #222;
} 
.search-iten i {
	color: #222;
	font-size: 26px !important;
	transform: rotate(260deg);
}
.head-plan{
	font-size: 15px;
	border-radius: 0;
	padding: 8px 20px;
	color: #2179bd;
	border: 1px solid #2179bd;
}
.head-plan:hover{
	background: #2179bd;
	color:#fff;
}

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

  .navbar .dropdown .dropdown:hover > ul {
    left: -102%;
  }
}
@media (max-width: 500px) { 
	.header-logo-section .navbar-text {
		text-align: left;
		width: 60px;
		display: inline-block;
	}
	.search-iten i { 
	  font-size: 22px !important; 
	}
	.header-social{
		display: none;
	}
	.header-logo-section .navbar-text i{
		font-size: 20px;
	}
	.header-logo-section .number-text{
		text-align: left;
		left: 44px;
	}
}
/**
* Mobile Navigation 
*/
.nav-menu-section .mobile-nav-toggle {
  color: #222;
  font-size: 26px;
  cursor: pointer;
  display: none;
  transition: 0.5s;
} 

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

@media (max-width: 991px) {
	.nav-menu-section .mobile-nav-toggle {
		display: block;
	} 
	.navbar ul {
		display: none;
	}
	.search-iten .btn-border{
		border: 0;
		padding: 14px 0 10px;
	} 
	.whyabh{
		margin-top: 30px;
	}
	.about-use-wrapper .tripbox{
		margin-left: 15px;
	}
}

.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;
	z-index: 10;
}

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

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

.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 {
	color: #2179bd;
	padding: 10px 20px;
	text-transform: uppercase !important;
}

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

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
	background:#F6F7F9;
	color: #2179bd;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
@media (min-width: 992px) and (max-width: 1521px) {
 .container-fluid {
    padding: 0 20px !important;
  }
}

/*--------------------------------------------------------------
# banner-image-wrapper
--------------------------------------------------------------*/
.banner-image-wrapper {
	position: relative;  
} 
.banner-image-wrapper:before{
	content: '';
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.single-tour .banner-image-wrapper:before{
	background: rgba(0,0,0,0);
}
.banner-image-wrapper img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.carousel-indicators{
	margin-bottom: 1.7rem;
}
.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 {
	background: linear-gradient(to bottom, rgba(246,247,249,1) 0%,rgba(255,255,255,0) 100%);
	position: relative;   
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 0;
	overflow: inherit;
}
/* .logo-about-section::before{
	background-image: url('https://hamrojob.com.np/heaven/wp-content/uploads/2025/02/pattern1.png');
	width: 100%;
	height: 45px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	z-index: 12;
	position: absolute;
	content: "";
	left: 0;
	top: -24px;
} */
/* 
.logo-about-section::after{
	background-image: url('https://hamrojob.com.np/shekhar/wp-content/uploads/2025/02/zig-zag.png');
	width: 100%;
	height: 45px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	z-index: 12;
	position: absolute;
	content: "";
	left: 0;
	bottom: -30px;
	transform: rotate(180deg);
} */
.logo-about-section-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px
}
.logo-about-section a{ 
  font-weight: bold; 
}

.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 {
	font-size: 30px;
	position: relative;
	margin-bottom: 20px;  
	font-family: "Inter", serif; 
	font-style: normal;
	text-transform: uppercase;
}
.logo-about-wrapper .logo-about-title .seperate-line { 
  background: #0e6db8;
  width: 80px;
  height: 4px; 
  margin: 10px auto;
  opacity: 0.8;
  border-top: 0;
}

.logo-about-wrapper p {
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 15px; 
	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;
}
.activities-title-head{
	margin-bottom: 20px;
}
.activities-title-head h2{
	text-transform: uppercase;
}
.logo-about-section .logo-about-image img {
  height: 100%;
  object-fit: cover;
}
.about-btn {
  padding-top: 30px; 
}
.about-btn a {
	background: #0e6db8;
	font-weight: 500;
	border: 2px solid #0e6db8;
	padding: 14px 18px;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.about-btn a i{  
	position: relative;
	right: 3px;
	top: 0; 
	transform: rotate(-45deg); 
	transition: all 0.3s ease-in-out;
}
.about-btn a:hover i {
	transform: rotate(0deg); 
	top: 0px;
}

.travel{
	background: url('https://hamrojob.com.np/heaven/wp-content/uploads/2025/02/view-bg.png'); 
	background-size: cover; 
	background-repeat: no-repeat; 
	position: relative;
	background-position: 34% 75%;
	padding:  60px 0 70px 0;
}
.element-block{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.list-block{
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	align-items: center; 
}
.list-block img{
	width: 40px;
	height: auto;
	object-fit: cover;
}
.list-block h4{
	font-size: 16px;
	font-weight: 400;
}
 
.tripofmonth{
	position: relative;
	width: 100%;
	padding: 70px 0; 
}
.tripofmonth {
  background: url('https://hamrojob.com.np/heaven/wp-content/uploads/2024/12/m1-1.jpg'); 
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 100px 0;
}
.tripofmonth::before {
	content: '';
	background: rgba(8,39,64,0.6);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
} 
.tripofmonth .heading-section h2 {
	color: #fff;
	border-radius: 4px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.tripofmonth .content .title{
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 40px;
	padding: 15px 30px;
	border: 1px solid #727375;
	display: inline-block;
	border-radius: 4px; 
}
.tripofmonth .heading-section h2 span.sm-title {
  font-weight: 700; 
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
}
.trip-title{ 
	color:#fff;
	padding: 10px 30px;
	display: inline-block;
	margin: auto;
}
.tripofmonth .trip-wrapper {
  max-width: 1200px;
  margin: auto;
  text-align: center;
} 
.trip-wrapper ul {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  justify-content: space-between;
  padding: 0 30px;
}
.trip-wrapper ul li {
	position: relative;
	padding-left: 70px;
	text-align: left;
	list-style: none;
	overflow: hidden;
} 
.trip-wrapper ul li img {  
  position: absolute;
  left: 0;
  top: 0; 
}
.trip-wrapper ul li:before{
	position: absolute;
	content: "";
	left: 15px;
	top: 20px;
	width: 55px;
	height: 55px;
	z-index: 2;
	border-radius: 15px 4px 15px 4px;
	background-color: rgba(8,39,64,0,4);
}
.tripofmonth .heading-section{
	overflow: hidden;
}
.tripofmonth .heading-section img{
	filter: drop-shadow(0px 1000px 0 #fff);
	transform: translateY(-1000px);
}
.trip-wrapper ul li {
  text-align: left;
}
.trip-wrapper ul li strong {
  display: block;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  font-size: 20px;
}
.trip-wrapper ul li span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.trip-wrapper .btn.btn-primary {
	font-weight: 500;
	border: 1px solid #2179bd !important;
	color: #fff !important; 
	background: #2179bd !important;
	position: relative;
	border-radius: 0;
	padding: 12px 17px;
	z-index: 2;
}
.trip-wrapper .btn.btn-primary:hover {
	color: #fff !important; 
	background: #2179bd !important;
	border: 1px solid #2179bd !important;
}
/*--------------------------------------------------------------
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: #d0b879;
  margin-top: 30px;
}
.box-item h4 {
  text-transform: uppercase;
  color: #0e6db8;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
}
.travel-activities{
   padding: 60px 0 70px;	
}
/*--------------------------------------------------------------
# Feature Package
--------------------------------------------------------------*/
.feature-package {
  padding: 60px 0 60px;
  overflow: hidden;
  width: 100%;
  position: relative;  
}
 
.feature-package h2,
.best-selling-package h2 {
  margin-bottom: 20px;
  font-family: "Inter", serif;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
} 
 
.best-selling-package {
  padding: 60px 0 60px;
  width: 100%;
  position: relative;
 background: #F6F7F9;
} 
 
.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; 
  z-index: 5; 
  opacity: 0.4;
} 
.feature-package .card{
	border: 1px solid #eee;
}
.feature-package .card,
.best-selling-package .card { 
	background: #fff;
	padding: 15px 15px 20px 15px; 
	height: 100%; 
	border-radius: 0; 
}
.best-selling-package .card{
	border: none;
}
.best-selling-package .card .image {  
	background: #2d3131;
	transition: all 0.3s ease-in-out;
	overflow: hidden; 
}
.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: #222;  
	margin-left: 0; 
	transition: all 0.8s ease-in-out;
} 
.best-selling-package .card i.fa-long-arrow-right,
.feature-package .card i.fa-long-arrow-right{ 
	margin-left: 4px; 
} 
.feature-package .card i.fa-star{
  color: #fff; 
}
.price-txt small{
	font-weight: 500;
	font-size: 16px;
}
.best-selling-package .card:hover .book-btn i,
.feature-package .card:hover .book-btn i{
	color: #2179bd !important; 
	transform: translateX(4px);
	transition: all 0.8s ease-in-out;
}

.best-selling-package .card .book-btn,
.feature-package .card .book-btn{
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	text-transform: capitalize;
	color: #222; 
	box-sizing: border-box;
	border-radius: 0;
	padding: 4px 0; 
	white-space: nowrap;
	margin-top: 10px;
	transition: all 0.8s ease-in-out;
	border-bottom: 3px double #222;
}
.best-selling-package .card:hover .book-btn,
.feature-package .card:hover .book-btn{ 
	color: #2179bd; 
	border-bottom: 3px double #2179bd;
}
.card-post-content {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", serif;
}
.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; 
}
.best-seller {
  position: relative;
}
.feature-package .card p.card-text,
.best-selling-package .card p.card-text {
  color: #212529;
  font-weight: 900;
}
.feature-package .card p.card-text strong,
.best-selling-package .card p.card-text strong{
	color:#1f78bd;
	font-size: 20px;
	font-weight: 600; 
}
.feature-package .card p.card-text strong{
	color:#fff;
}
.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;
}
.card-post-content .price-txt {
  line-height: 0.7;
  display: block;
  margin-top: 15px;
}
.join-section .departure-title h2{ 
  font-family: "Inter", serif;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #222;
}
.join-section p{
  font-size: 16px;
  line-height: 1.6;
}
.title-text{
	position: relative;
}
.view-all{
	font-size: 16px;
	color: #222; 
	position: absolute;
	right: 10px;
	top: 20px;
}
.view-all i{
	background: #2179bd;
	color: #fff;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	margin-right: 4px;
	transition: all .5s;
	text-align: center;
}
.card-title a {
  color: #212529;
}
.card-body .card-title {
  color: #212529;
  font-weight: 600; 
}
.card-body .card-title strong{
	color: #222;
	font-weight: 700;
	font-size: 22px;
	text-transform: capitalize;
}
h5.card-title {
    margin-bottom: 15px;
}
.card-text .price strong {
  color: #212529;
  font-family: "Roboto", sans-serif;
}

.card-title { 
  font-family: "Inter", serif;
  font-size: 19px;
  font-weight: 500;
  color: black; 
  line-height: 1.2; 
  color: #212529;
}
 
.join-section{
  background: #F6F7F9;
  padding: 60px 0;  
  position: relative;
  z-index: 12; 
}

.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 #1e77bc;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  background: #1e77bc;
}
.small-text-cont p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6; 
	color: #222;  
	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: 14px;
}
.join-section .table i.fa-tag{
  color: #f66748;
}
.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 { 
	margin-left: 4px;
	background: #1e77bc;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	border: none;
	border-radius: 0;
	padding: 10px 16px;
	font-weight: 600;
}
.join-section .table-title th {
  text-transform: uppercase;
  color: #0e6db8;
}
.yt-post i {
  position: absolute;
}
.yt-post span {
  margin-left: 21px;
}
.sidebar-sticky {
  position: fixed !important;
  top: 80px;
  margin-top: 20px;
  width: 390px;
}
.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;
}

.cat-block{
	display: none;
	margin-top: 50px;
}
.activity-wrap img {
  max-width: 90px;
  margin: 0 auto;
}
.activity-wrap { 
	text-align: center; 
}
.cat-list {  
	position: relative;
}
.cat-list:after{
	content: '';
	border-right: 2px dashed #0e6db8; 
	position: absolute;
	top: 0;
	right: -70px;
	width: 1px;
	height: 100%;
}
.cat-list:last-child:after{
	border-right: 0; 
}
.activity-wrap .activity-text {
	color: #0e6db8; 
	font-size: 20px;
	font-weight: 500;
}
@media (max-width: 1200px) and (min-width:992px) {
	.header-call{
		display: none;
	}
	.sidebar-sticky { 
	  width: 340px;
	}
}

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

@media (max-width: 800px) {
  .sidebar-sticky {
    top: 0;
    margin-top: 0px;
    width: 100%;
  }
  .body-scrolled .sticky-wrapper {
    display: none;
  }
} 
 
.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; 
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  padding: 40px 0 0;
  overflow: hidden;
}
.card-banner .card-body {
	padding: 30px 30px;
	border: 2px dashed #0e6db8;
	border-radius: 4px;
}
.card-banner .card-title { 
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}
.card-banner p {
  font-size: 16px;
  line-height: 1.6;
}  
.card-banner-inner {
  position: relative;
  z-index: 9;
}

.card-banner .card-banner-title {  
  color: #fff;
  margin-bottom: 40px;
  text-transform: uppercase; 
  font-family: "Inter", serif;
  font-weight: 700;
  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: 24px; 
	color: #fff;
	background: #0e6db8;
	width: 60px;
	border-radius: 4px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}
.card-banner .card:hover i{
	font-size: 24px; 
	color: #fff;
	background: #0e6db8;
	width: 60px;
	border-radius: 4px;
	height: 60px;
	text-align: center;
	line-height: 60px;
} 
.card-banner .card:hover  {  
  cursor: pointer;
} 


/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
.news-section img{
  border-radius: 2px;
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.news-section .cat-item a{
	font-size: 1.2rem;
}
.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: #d0b879;
  padding: 5px 9px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600; 
}
.news-date {
	color: #2d3131;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 500;
}
.news-date i{
	padding-right: 10px;
}
.small-block {
	position: relative;
	margin-bottom: 15px;
}
.small-block .cat-item {
  position: absolute;
  top: 20px;
  right: 20px;
}
.news-section .cat-item a {
  font-size: 0.8rem;
  padding: 6px 8px;
  background: #2179bd;
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
}
.small-block a h2{
	font-size: 1.2rem;
	font-weight: 500;
	margin-top: 15px;
}
.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: #0e6db8;
  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;
	font-weight: 500;
}
.write-review-text a{ 
  color: #d0b879; 
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}
 
.sm-text{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	color: #207bbe;
	font-weight: 500;
	z-index: 1;
	padding-bottom: 10px;
	margin: 0 28px;
}
.sm-text:before{
	content: '';
	position: absolute;
	left: -28px;
	width: 20px;
	height: 2px;
	background: #2179bd;
	bottom: 18px;
}
.sm-text:after{
	content: '';
	position: absolute;
	right: -28px;
	width: 20px;
	height: 2px;
	background: #2179bd;
	bottom: 12px;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials {
	background: #f4f7fa;
	padding: 60px 0; 
	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: #1d77bc;
  text-align: center
}
.news-section .container-dits{
  margin-bottom: 20px;
} 
.container-dits h2 {
	color:#222;
	font-family: "Inter", serif; 
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase; 
}
.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: 13px;
	display: block;
	margin-top: 7px;
	color: #a0a0a0; 
	font-weight: 500;
	text-transform: uppercase;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  gap: 15px;
  align-items: center;
} 
.testimonials .news-btn{
  text-align: center;
}
.news-section {
	padding: 60px 0; 
	position: relative;
	overflow: inherit;
}
/* .news-section::after {
	background-image: url('https://hamrojob.com.np/heaven/wp-content/uploads/2025/02/zig-zag.png');
	width: 100%;
	height: 45px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	z-index: 12;
	position: absolute;
	content: "";
	left: 0;
	bottom: -30px;
	transform: rotate(180deg);
}
.news-section::before {
	background-image: url('https://hamrojob.com.np/heaven/wp-content/uploads/2025/02/zig-zag.png');
	width: 100%;
	height: 45px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	z-index: 12;
	position: absolute;
	content: "";
	left: 0;
	top: -30px; 
} */
.testimonials .news-btn .btn.btn-primary,
.news-section .news-btn .btn.btn-primary{ 
	background: #0e6db8;
	font-weight: 500;
	border: 1px solid #0e6db8;
	padding: 10px 20px;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	margin-top: 15px;
}
.testimonials .news-btn .btn.btn-primary{
  display: none;
}
.testimonials .testimonial-item .testimonial-img {
	width: 80px;
	height: 80px;
	border-radius: 15px 4px 15px 4px;
	object-fit: cover;
}
 
.testimonials .testimonial-item .qicon{
	position: absolute;
	left: 40px;
	top: 40px;
	background: #fff; 
	height: 80px;
	width: 80px;
	display: flex;
}
.testimonials .testimonial-item .qicon img{
	width: 60px;
	height: auto;
	margin: auto;
}

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

.testimonials .testimonial-item h4 {
	font-size: 15px;
	color: #1d2c38;
	margin-top: 20px;
	font-weight: 600; 
	margin: 0;
	text-transform: capitalize;
}

.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 {
	padding: 25px 30px;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #cdd7e1;  
	position: relative; 
	font-weight: 500;
	color: #424242; 
	min-height: 330px;
} 

.testimonials .testimonial-item .testimonial-content p{
	font-size: 15px;
	line-height: 1.6;
	position: relative;
	z-index: 2; 
}   
.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 #1d77bc;
} 
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1d77bc;
}  
.testimonials-slider ul.slick-dots{
	position: absolute;
	bottom: 35px;
	list-style: none;
	display: none !important;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	transform: rotate(90deg);
	right: 0;
}

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

.testimonials-slider .slick-track {
  display: flex !important;
  gap: 24px;  
}
.testimonials-title{
	display: flex !important;
	gap: 20px; 
}

.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: 55px;
	padding: 8px;
	height: 50px;
	object-fit: contain;
	margin-right: 7px;
	background: #fff; 
	border-radius: 2px;
	filter: grayscale(0);
}
.associate-brand .brand-img:hover{
	filter: grayscale(0);
}
.pay-cards .brand-img {
	width: 210px;
	height: auto;
	background: #fff;
	padding: 4px;
	margin-left: 0; 
	border-radius: 2px;
	filter: grayscale(0);
}
.pay-cards .brand-img:hover{
	filter: grayscale(0);
}
.pay-cards .card-title{
	color:#fff;
	font-weight: 500; 
	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: #207bbe;
  border-color: #207bbe;
}
.modal-content .btn:hover { 
  background-color: #0e6db8;
  border-color: #0e6db8;
}
.card-text.price {
  font-size: 18px;
}
.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;
}

.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: #0e6db8; 
	position: relative;
	margin-top: 30px;
}
.footer .footer-info{
	border-bottom: 1px solid #FFFFFF1A;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.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;  
}

.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: "Inter", serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer h2 {
  color: #FFFFFF99;
  padding-bottom: 20px;
  font-family: "Inter", serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}
.footer-info h2 {
  font-size: 34px;
  position: relative;
} 
.carousel-caption{
	bottom: 5%;
	left: 10%;
	text-align: left;
	max-width: 780px;
	z-index: 4;
}
.carousel-caption h2{
	position: relative;
	font-family: "Inter", serif;
	font-size: 40px !important;
	font-weight: 500 !important;
	letter-spacing: -1px !important;
	line-height: 1.4;
	text-transform: none !important;
	text-shadow: 1px 1px 2px rgb(0 0 0);
}
.carousel-caption h2:after{
	content: '';
	width: 100%;
	height: 32px;
	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: 8px 0;
  display: flex;
  align-items: center;
}
.footer .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-links ul a {
	color: #fcfcfc;
	transition: 0.3s;
	display: inline-block; 
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -.02em;
}
.footer .footer-links ul a:hover {
  color: #0e6db8;
}
.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;
}
.logo-footer-bottom .container-border{
	background: #1D1E1F; 
	position: relative;
	z-index: 2; 
}
.footer .footer-newsletter { 
	background: #0e6db8; 
	color:#fff;
	padding: 40px 0;
}

.footer .footer-newsletter h4 {
	color:#fff;
	font-size: 26px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
	font-weight: 700; 
}
.left-15{
	border-left: 1px solid #FFFFFF1A;
	padding-left: 100px !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: 2px;
  border: 0;
}

.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: #082740;
  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;
} 
.cont-details{
	list-style: none;
	padding-left: 0;
	display:  flex;
	justify-content: space-between;
	
}
.cont-details li{
	color: #fff;
	position: relative;
	margin-bottom: 10px; 
	font-size: 15px;
	font-weight: 400;
	width: 280px;
	word-break: break-word;
}
.cont-details li:first-child{
	width: 200px;
}
.cont-details li span.d-block{
	color: #FFFFFF99;
	margin-bottom: 10px;
}
.cont-details li .icon, .cont-details li .text {
  display: table-cell;
  vertical-align: middle;
}
.cont-details li .text {
  padding-left: 0;
  color: #fff;
}
.cont-details li a{
	color:#fff;
} 
.mid-footer ul li a {
  position: relative; 
}
 
.logo-copy-right { 
  border-top: 1px solid #FFFFFF1A;
  background: #082740;
  text-align: center;
  padding: 10px 0;
}
.copyright-text {
	color: #FFFFFF99; 
	font-size: 14px; 
	margin: 20px 0;
	text-align: center; 
}
.copyright-text strong{
	font-weight: 400;
}
.office-txt{
  font-size: 10px;
  font-weight: 700;
  background: #1d77bc;
  padding: 5px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
}
.copyright-text-end,
.copyright-text-end a{
  color: #fff;
  font-weight: 500;
}
.copyright-text-end a{
	color: #d0b879;
	font-weight: 500;
}
@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;
  }
} 

.logo-footer-bottom{ 
	background: #082740;
	padding: 50px 0; 
}
.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: 18px;
  color: #f3723a;
  cursor: pointer;
}

.rating-star:hover,
.rating-star.active {
  color: #d0b879;
}
.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 #d0b879 !important;
  border-radius: 50%; 
  text-indent: -9999px;
  background: none;
}
.slick-dots li.slick-active button {
  background-color: #d0b879;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
@media (max-width: 992px) {
	.breadcrumbs {
		margin-top: 58px;
	}
	.brands-list{
		display: flex;
		justify-content: flex-start;
		gap: 40px;
		border-bottom: 1px solid #FFFFFF1A;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.header-link-list{
		display: none;
	}
}
@media (max-width: 768px) {
	.cont-details li{
		width: 100%;
	}
	.cont-details{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	} 
	.header-call{
		display: none;
	}
}
@media (max-width: 560px) {
	.cont-details{
		display: block; 
	} 
	.brands-list{
		display: block;
	}
	.brands-list > div:first-child{
		margin-bottom: 40px;
	}
}
/*--------------------------------------------------------------
# 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: #222;
}
.contact-address li a {
  color: #0e6db8;
}

.contact-address li:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	display: inline-block;
	background: #0e6db8;
	padding: 16px 20px;
	margin-right: 10px; 
	font-size: 22px;
	height: 66px;
	width: 64px;
	text-align: center;
	line-height: 38px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	border-radius: 15px 4px 15px 4px;
}
.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: #0e6db8;
  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: 700;
	font-size: 30px;
	padding: 0 20px;
	margin-top: 10px;
	color: #0e6db8;
	text-transform: uppercase; 
}
.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: #212529;
	border-radius: 7px;
	font-weight: 400;
	padding: 40px 30px;
	box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.06);
	margin-left: 0;
	margin-right: 0;
}

.about-use-wrapper .tripbox p{
	
}

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

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

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

.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%);
	margin-bottom: 20px;
}
.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: #0e6db8;
  font-size: 18px;
  background-repeat: no-repeat;
}

.about-use-wrapper .package-price {
	background: #0e6db8;
	color: #fff; 
	padding: 40px 25px 40px;
	margin-top: 0;
	box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.16);
	border-radius: 4px; 
}
.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;
	border-radius: 4px; 
	border: 1px solid #E5E5E5;
	margin: -30px auto 0;
	width: 90%
}
.about-use-wrapper .talkto img {
	border-radius: 3px;
	margin-top: -30px;
	border: 4px solid #fff;
	margin-bottom: 0;
	margin-right: 5px;
	height: 80px;
	width: 80px;
}
.about-use-wrapper .talkto sup {
	top: 0;
	color: #0e6db8;
	font-size: 13px;
	font-weight: 400;
}
.about-use-wrapper .talkto h5 {
  margin: 5px 0;
  font-weight: 800;
  font-size: 16px;
  color: #0e6db8;
  font-family: "DM Sans", sans-serif;
}
.about-use-wrapper .talkto p {
  color: #000;
  margin-top: 5px;
  font-size: 16px;
}
.about-use-wrapper .talkto .fa-whatsapp {
  font-size: 48px;
  float: left;
  margin-right: 10px;
  font-weight: 200;
  color: #39ca4b;
}
.about-use-wrapper .talkto span {
  display: block;
}
.top-10 {
  top: 10px;
}

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

@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: linear-gradient(to bottom, rgba(235,241,247,0.65) 0%,rgba(0,0,0,0) 100%);
  padding-top: 50px;
  margin-top: 50px;
}
.banner-inner-wrapper {
  position: relative;
}
.banner-inner-wrapper img {
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;
}

.packages-count {
  color: #207bbe;
  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: absolute;
	width: 320px;
	right: 4%;
	top: 40px;
	z-index: 5; 
}
.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 {
	color:#fff;
	position: absolute;
	display: flex;
	align-items: center;
	padding: 14px;
}
.winkler-search > form .form-control {
	padding-left: 35px;
	padding-right: 35px;
	background: none;
	color: #fff;
	font-weight: 500;
	border: 1px solid #222;
	border-radius: 3px;
	padding: .6rem 2.4rem;
	background: #0b3c5d;
}
 
.form-control:focus{
	box-shadow: transparent;
	outline: 0; 
}

.winkler-search > form .form-control::placeholder{
	color:#fff;
}

.winkler-search > form .search-popup-close {
  position: absolute;
  right: 20px;
  top: 26px;
  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 #d0b879; 
} 
.feature-package span.card-btn,
.best-selling-package span.card-btn{
  position: absolute;
  top: 30px;
  left: 30px;
  background: #207bbe;
  border: none;
  font-size: 12px;
  color: #fff;
}
.feature-package span.card-btn{
	background: #207bbe;
	border-radius: 4px;
}
.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: 16px;
  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: #1e77bc;
  padding: 4px;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
}
.modal-header {
  background-color: #2179bd;
}
.modal-title {
  color: #fff;
}
.modal-body span {
  color: red;
}
.modal-header .btn-close{
	color:#fff;
}

.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; 
}
.review-ratings {
  font-size: 13px;
}
.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: #0e6db8;
  color: #fff;
  left: -9px;
  padding: 4px 20px;
}

.feature-package .card .offer-price p.card-text {
  color: #fff;
  font-size: 19px;
  font-weight: 600; 
} 
.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: 310px;
	object-fit: cover;
	border-radius: 0;
}
.post-block img {
	height: 350px;
	object-fit: cover;
	border-radius: 0;
}

.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;
} 
.news-btn{
	text-align: center;
}

@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: #0e6db8;
    font-size: 24px;
  }
  .testimonials .news-btn .btn.btn-primary, .news-section .news-btn .btn.btn-primary{
	  padding: 14px 30px;
	  font-size: 16px;
	  border-radius: 0;
  }
  .testimonials .testimonial-item .testimonial-content{
    padding: 15px 32px; 
    font-size: 16px; 
  }
  .feature-package h2, .best-selling-package h2{
    font-size: 26px;
  }
	.trip-wrapper ul {
	  display: grid !important;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 40px;
	  margin-bottom: 40px;
	  padding: 0 30px;
	  align-items: center; /* Aligns items vertically within their cells */
	  justify-items: center; /* Aligns items horizontally within their cells */
	}
	.carousel-caption h2{
		font-size: 30px !important;
	}
  
}
@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;
  } 
  .left-15 {
    padding-left: 30px !important;
  }
  .key-wrapper ul.trip-fact > li.item{
    max-width: 50%;
    flex: 0 0 50%;
  }
  .planning { 
    padding: 60px 30px; 
  }
	.trip-adv{
		margin-top: 30px;
	}
	.logo-footer-bottom .container-border{
		padding: 0px 40px 15px;
	}
	
}
@media (max-width: 560px) { 
  .join-section .d-flex{
    display: block !important;
    margin-bottom: 20px;
  }
  .logo-footer-bottom .row > .footer-links{
    padding: 15px 0;
  }
  .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; 
  } 
	.trip-wrapper ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
    padding: 0 10px;
    align-items: center;
    justify-items: center;
  }
	.trip-wrapper ul li strong { 
	  font-size: 14px;
	}
	.footer-img{
	  height: 100px;
	  width: 100%;
	  object-fit: cover;
	}
  
}
.social-nav{ 
  padding-left: 0;
  margin-top: 20px;
}
.social-nav li{
  display: inline-block;
  list-style: none;
  margin: 0 2px 0px 0px;
  text-align: center;
}
.social-nav li i{
  font-size: 14px;
  margin-top: 14px;
}

.social-nav li a{
	height: 42px;
	width: 42px;
	display: block;
	float: left;
	border: 1px solid #FFFFFF1A;
	color:#fff;
	border-radius: 2px;
	position: relative;
}
.footer-logo{
	width: 320px;
	height: auto;
}
.social-nav li a:hover{
	background: #2179bd;
	border: 1px solid #fff; 
}
.footer-block{
  color: #fff;   
}
.footer-block .footer__title{
	color: #FFFFFF99;
	font-family: "Inter", serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;  
	padding-bottom: 15px;
}
.footer-block p{
  font-size: 14px;
  margin-bottom: 0;
}
.footer-block a{
  color: #fff;
}
.footer-block .recomendd a {
	color: #fff;
	height: 60px;
	background: #fff;
	width: auto;
	padding: 4px 10px;
	display: inline-flex;
	margin-right: 5px;
	border-radius: 0;
	border-radius: 2px; 
}   
.ytpost p{
  text-align: justify;
}
/* .fa-facebook-f{
  color: #0866FF;
}
.fa-linkedin-in{
  color: #0a66c2;
}
.fa-instagram{
  color: #833AB4;
}
.fa-youtube{
  color: #FF0000;
}
.fa-twitter{
  color: #111;
} */ 
.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;
}


/* caroseal css */
.slider-item {
	position: relative;
	overflow: hidden; 
}
.travel-activities .slider-item::after {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#1D1E1F00, #1D1E1F99);
	transition: opacity 0.3s;
}
.slider-item img {
	width: 100%;
	height: 450px;
	object-fit: cover; 
}

.slider-overlay {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: white;
	z-index: 10;
}

.slider-overlay .itineraries {
	font-size: 14px;
	margin-bottom: 5px; 
	display: inline-block;
	padding: 2px 10px;
	background: #207bbe; 
	color: #fff;
} 

.slider-overlay h5 {
	color:#fff;
	font-size: 18px;
	margin: 0;
	font-weight: bold;
}

.owl-nav {
	position: absolute;
	top: 42%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	z-index: 20;
}

.owl-nav button {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 30px;
	border-radius: 2px;
	font-size: 24px;
	cursor: pointer;
}

.owl-nav button:hover {
	background-color: rgba(0, 0, 0, 0.8);
} 
.owl-nav .owl-prev {
	position: absolute;
	left: -30px;
}

.owl-nav .owl-next {
	position: absolute;
	right: -30px;
}
.owl-carousel .owl-dots{
	display: none;
}

.tripbox.overview img {
	max-width: 550px;
	width: 100%;
	margin-bottom: 30px;
}
@media (min-width: 1500px) {
	.list-block img {
	  width: 46px; 
	}
	.list-block h4 {
	  font-size: 18px; 
	}
	.carousel-caption h2{
		font-size: 44px !important;
	} 
}
@media (max-width: 1200px) {
  
  .footer .footer-newsletter h4{
    font-size: 26px;
  }
  .footer .footer-newsletter p{
    font-size: 12px;
  }  
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar a{
		font-size: 13px;
	}
}
@media (max-width: 992px) {
	.similar-package{
		padding-top: 40px;
	}
	.logo-footer-bottom .container-border{
		margin-bottom: 0;
		border: 0;
	}
	.pay-cards .card-title{
		font-size: 18px;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	.footer-info{
		margin-bottom: 20px;
	}
	.owl-nav .owl-prev{
		left: 0;
	}
	.owl-nav .owl-next { 
	  right: 0;
	}	
	.owl-nav button{
		background-color: rgba(66, 39, 012, 0.8);
	}
  .left-15 {
	  padding-left: 30px !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;
  } 
  .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 .navbar-text { 
		max-width: 300px;
		display: inline-block;
		margin-right: 30px;
	}
	.header-logo-section .navbar-text:last-child{
		margin-right: 0;
	}
	.join-section .table .btn-primary{
		font-size: 11px;
		width: 80px;
		padding: 8px 8px;
	}
	.card-banner .card-title {
	  font-size: 13px; 
	}
	.card-banner .card i {
	  font-size: 20px; 
	  background: #0e6db8;
	  width: 54px; 
	  height: 54px; 
	  line-height: 54px;
	}

}
@media (max-width: 767px) {
	.header-logo-section .navbar-text:first-child{
		display: none
	}
	.list-block h4 {
	  font-size: 14px; 
	}
	.list-block img {
		width: 30px;
	}
	.view-all{
		display: none;
	}
}
@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: 26px !important;
	}
	.carousel-caption{
		bottom: -7%;
	}
	.carousel-caption h2::after {
		content: '';
		width: 100%;
		height: 13px; 
		left: 2%;
	}
	.element-block { 
	  grid-template-columns: 1fr;
	  gap: 10px;
	}
	.list-block h4 {
		font-size: 15px;
	 }
	h2{
		font-size: 22px;
	}
	
}


