:root{
	--nmg-primary-color:#63AB45;
	--nmg-secondary-color:#0a2200;
	--nmg-third-color:#63AB47;
	--nmg-font-1:"Roboto Condensed", sans-serif;;
	--nmg-font-2: "Rajdhani", sans-serif;;
}
/* p, address {
    margin: 0px;
    padding: 0px;
} */
body{
	font-family: var(--nmg-font-1);
	overflow-x: hidden;
	font-size: 1.1rem;
	overflow-x:hidden;
}
.nmg-navbar{
	/*background: #ffffff12 !important;
	position: fixed;
	    width: 100%;
	    top: 0;*/
/*	padding: .875rem 0;*/
	padding: 15px 0px 5px 0px;
/*	z-index:9999 !important;*/
	/*border-bottom: 1px solid #f7f7f7;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;*/
/*	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;*/
/*
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 0;
    right: 0;
	z-index: 10;
    -webkit-transition: none;
    transition: none;
	/*    height: 0;*/*/

}
@media(min-width:960px){
	.nmg-navbar{
	background: #ffffff12 !important;
/*	position: fixed;*/
	    width: 100%;
	    top: 0;
	}
	.nmg-navbar.fixed {
		animation: slideDown .8s ease-out;
	    position: fixed;
	    width: 100%;
	    top: 0px !important;
	    z-index: 9999 !important;

	   /* position: fixed;
	    opacity: 1;
	    visibility: visible;
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	    -webkit-transition: .3s .3s ease;
	    transition: .3s .3s ease;
	    height: 70px;
	    z-index: 9999;
	    width: 100%;*/
	    background: #fff !important;
	}
}
@keyframes slideDown{
0% {
    transform: translateY(-100%);
}

100% {
    transform: translateY(0);
}
}



@media (min-width: 1200px) {
    .nmg-navbar .nav-item>.nav-link {
        padding: 0 15px;
    }


}

.nmg-navbar .nav-item>.nav-link {
    position: relative;
    font-weight: 700;
    font-size: 1.2rem;
    color: #363c48;
}

.btn-secondary.btn-inquiry{
	background: var(--nmg-primary-color);
	border-color: var(--nmg-primary-color);
	border-radius: 30px;
	padding: 5px 22px;
	color: #fff !important;
}

.btn.has-arrow:after {
    margin-left: 10px;
    font-size: 1.5rem;
    line-height: 1;
    -webkit-transition: .3s linear transform;
    transition: .3s linear transform;
    content: "\ea3c";
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    font-family: icomoon;
}
 .nmg-navbar .navbar_right a {
    color: var(--nmg-secondary-color);
    text-decoration: none;
}

.nmg-navbar .navbar_right a+a {
    margin-left: 20px;
    font-weight: 500;
}

@media (min-width: 992px) {
    .nmg-navbar.navbar_right a span {
        font-size: 1.25rem;

    }
}

.navbar-brand{
	font-weight: 500;
}

.slider-section{
	height: 900px;
	max-height: 900px;
}

.slider-section img{
	border-radius: 0px;
}

.slider-section .swiper {
	width: 100%;
	height: 100%;
}

.slider-section .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-section .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*=== slider ===*/
.caption{
	position: absolute;
	top:0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: flex;
/*	justify-content: center;*/
	align-items: center;
	color: #fff;
}

.caption .caption-inner{
	width: 700px;
/*	margin: 0px auto;*/
	text-align: left;

}

.caption .caption-inner .caption-title{
    font-family: var(--nmg-font-2);
	font-size: 4.3rem;
	font-weight: 700;
	letter-spacing: 2.5px;
	line-height: 1.1;

	/*	color: rgba(0,0,0,0.6);*/
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);

    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;

}

.btn-custom{
	background-color: var(--nmg-primary-color);
	padding: calc(30px - 15px) calc(30px - 0px);
}


@media(max-width:620px){
	.caption .caption-inner .caption-title{
		font-size: 2.5rem !important;
		letter-spacing: 2.2px !important;
	}
}

/*=== activity section ===*/
.activity-section{
	padding: 100px 0px;
	background-image: url('../img/bg-shape-01.png');
/*	background-color: #f7f7f7;*/
    background-position: top center;
    background-repeat: no-repeat;
}
@media(min-width:960px){
	.block-inner{
		width: 650px;
		margin: 0px auto;
	}
}

h2.title{
	font-weight: 700;
	font-size: 2.7rem;
	letter-spacing: -0.9px;
	font-family: var(--nmg-font-2);
	color: var(--nmg-secondary-color);
}

#category-content h2, #category-content h3, #category-content h4{
	font-family: var(--nmg-font-2) !important;
	color: var(--nmg-secondary-color) !important;
	font-weight:600;
}

.block-inner .description{
	display: block;
	font-size: 18px;
	font-style: italic;
}

.trip-box{
	height: 410px;
	background-color: #f5f5f5;
	border-radius: 8px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.trip-box img{
	display: block;
	width: 100%;
	height: 410px;
	object-fit: cover;
}

.trip-box .trip-caption{
	position: absolute;
    z-index: 11;
    background: #fff;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border-radius: 8px;
    padding: 30px;
    color: var(--nmg-secondary-color);
}

.trip-box .trip-caption h4{
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 1.2px;
}

.trip-box .trip-caption .trip-caption-inner{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.trip-box .trip-caption .trip-caption-inner div.icon{
	width: 42px;
    height: 42px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--nmg-primary-color);
    color: #fff;
    font-size: 18px;
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .35s;
    transition: all .35s;
}


.trip-caption_des{
	line-height: 24px;
    height: auto;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.trip-box:hover .trip-caption_des {
    opacity: 1;
    max-height: 90px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: cubic-bezier(1,1,1,1);
    transition-timing-function: cubic-bezier(1,1,1,1);
}

img{
	border-radius: 8px;
}


.about-us-section{
	padding: 100px 0px;
	
	
	position: relative;
}
.about-us-section .about-overlay{
	position: absolute;
	top:0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
	background-image: url('../img/mountain-banner.png');
	background-color: #ccc;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.1;
	z-index: 1;
/*	transform: rotate(180deg);*/
	-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.about-us-section .container-md{
	position:relative;
	z-index: 2;
}

.about-img{
	padding-right: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
}

.about-us-section img{
	border-radius: 0px 40px 40px 0px;
	height: 100%;
	object-fit: cover;
}

.about-img .ribbon{
	position: absolute;
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
	left: -100px;
	bottom: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	
}

.about-img .ribbon .ribbon-inner{
	border: 2px solid var(--nmg-secondary-color);
	padding: 0px 20px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 18px;
}

.about-img .ribbon .ribbon-inner span.title{
	font-size: 4rem;
	font-weight: 700;
	color: var(--nmg-primary-color);
	vertical-align:middle;
}


.tour-list-section{
	padding: 100px 0px 70px 0px;
}

.tour-list-section .tour-box{
	height: 370px;
	background-color: #f7f7f7;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	border-radius: 8px;
	margin-bottom: 30px;
}


.tour-list-section .tour-box img{
	height: 370px;
	object-fit: cover;
}

.tour-box .tour-box-content{
	position: absolute;
	top:0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-size: 14px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.7217480742296919) 0%, rgba(0,0,0,0) 100%);
	display: flex;
	flex-flow: column wrap;
	justify-content: end;
	z-index: 1;
	border-radius: 0px 0px 8px 8px;
}

.tour-box-content .tour-box-content-inner{
	padding: 10px 25px 25px 25px;
	position: relative;
}

.tour-box-content h3{
	font-size: 20px;
    margin: 5px 0;
    line-height: 26px;
    font-weight: 900;
}
.tour-box-content h3 a{
	text-decoration: none;
	color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    letter-spacing: 0.75px;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
}
.tour-meta {
    margin-top: 10px;
    color: #fff;
}

.tour-meta ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.tour-meta ul li{
	font-weight: 500;
	line-height: 1;
	padding: 4px 0px;
}
.tour-meta ul li span{
	color: #fff;
}
.tour-meta ul li .icon{
	display: inline-block;
	/*width: 20px;
    height: 20px;*/
    color: var(--nmg-third-color);
/*    padding: 5px;*/
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
}
.tour-meta ul li .icon span{
	color: var(--nmg-third-color);
}
/*.calendar-icon{
	display: block;
	width: 13px;
	height: 13px;
    vertical-align: middle;
	background: url('../img/icons/icons8-calendar-100.png') no-repeat;
	background-size: cover;
}

.dollar-icon{
	display: block;
	width: 13px;
	height: 13px;
    vertical-align: middle;
	background: url('../img/icons/icons8-dollar.png') no-repeat;
	background-size: cover;
}*/


.tour-box-content-inner:after {
    content: '';
    width: 100%;
    height: calc(100% + 15px);
    border-radius: 20px 20px 0 0;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: -1;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.tour-box-content:hover .tour-box-content-inner:after {
    background: #fff;
    bottom: 0;
}

.tour-box-content:hover h3 a,.tour-box-content:hover .tour-meta {
    color: #1c231f;
}
/*=== why us section ===*/
.why-us-section{
	padding: 0px 0px 100px 0px;
}

.why-us-section .container{
	border-radius: 20px;
	position: relative;
	padding: 60px;
}

.why-us-section .bg-dark{
	background: var(--nmg-secondary-color) !important;
}

.why-box{
	background: #fff;
	padding: 30px;
	display: flex;
	border-radius: 8px;
	align-items: center;
	margin-bottom: 25px;
	-webkit-transition: all .5s;
    transition: all .5s;
}

.why-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.why-box>*{
	flex: 1 2 100%;
}
.why-box .icon{
	flex-basis: 50px;
	padding-right: 30px;
}

.why-box .icon span{
	font-size: 2rem;
	color: var(--nmg-primary-color);
}


.why-box .text h4{
	font-size: 20px;
    margin: 0 0 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 700;
}

.why-box .text{
	position: relative;
    line-height: 26px;
    -webkit-transition: all .5s;
    transition: all .5s;
}


/*==special section==*/
@media(min-width:960px){
.special-section{
	
	/* background-color: var(--nmg-third-color);
	border-radius: 10px;*/
	position: absolute;
	bottom: -150px;
	left:0px;
	right:0px;
}

.special-section-inner{
	padding: 30px 40px  !important;
	
	
}
.special-section .container-lg{
	
	padding: 60px !important;
}

}


.special-section-inner{
	padding: 10px;
	background-color: var(--nmg-third-color);
	border-radius: 10px;
}

.special-section .special-heading{
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}

.special-des{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2.5px;
}
.special-icon{
	font-size: 60px;
	color: #fff;
}


.review-section{
	padding: 100px 0px;
	background: aliceblue;
}


.review-container {
    z-index: 70;
    font-size: 1rem;
}

.review-container .review-item {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left !important;
    border-bottom: 4px solid var(--nmg-third-color);
    border-right: 4px solid var(--nmg-third-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.review-item .review-item-header {
    display: flex;
}

.review-item .review-item-header .rih-1 {
    flex-basis: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.review-item .review-item-header .rih-2 {
    flex-basis: max-content;
    padding-left: 15px;
    line-height: 0;
}

.review-item .review-item-header>div {
    flex: 0 0;
    flex-basis: auto;
}

.review-item .review-item-header .rih-2 h6 {
    font-weight: 700;
}
.review-item .rating {
    padding: 5px 0px;
    color: #f70;
    font-size: 16px;
}

.review-item .review-content {
    margin-bottom: 5px;
}


.review-item .review-content h3 {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    font-weight: 700;
}

.review-item .review-content p{
	font-size: 16px;
}

.blog-section{
	padding: 100px 0px;
	background-image: url('../img/bg-shape-01.png');
    /* background-color: #f7f7f7; */
    background-position: top center;
    background-repeat: no-repeat;
}

.blog-section .blog-list{
	border-radius: 8px;
}
.blog-section .blog-list.first-blog-list{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.blog-section .blog-list figure{
	margin: 0px;
	padding: 0px;
	max-height: 335px;
	border-radius: 8px;
	overflow: hidden;
}
.blog-section .blog-list figure img{
	object-fit: cover;
}

.blog-meta{
	padding: 20px 25px;

}
.blog-meta .blog-tag{
	text-transform: uppercase;
	color: var(--nmg-primary-color);
	font-weight: 600;
	font-size: 14px;
}

.blog-meta h4{
	font-size: 22px;
    
    line-height: 26px;
    font-weight: 900;
}

.blog-meta h4 a{

    text-decoration: none;
    color: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
    letter-spacing: 0.75px;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;

}

.blog-lists{
	display: flex;
	margin-bottom: 20px;
}

.blog-lists>*{
	flex: 0 0 50%;
}

.blog-lists figure{
	flex-basis: 30%;
	width: 190px;
	height: 130px;
}

.blog-lists figure img{
	width: 190px;
	height: 130px;
	object-fit: cover;
}

.blog-meta-info{
	font-size: 13px;
	color:#a7a7a7;
	font-weight: 600;
}


#how-it-works {
    padding: 40px 0px;
    border-bottom: 1px solid #dedede;
    /* background: #2a3d48; */
    background: var(--nmg-secondary-color);
    font-family: var(--nmg-font-2);
    color: #fdfdfd;
}

#how-it-works .how-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}


#how-it-works .how-inner .h {
    line-height: 1;
    font-size: 0.875rem;
    padding: 15px 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}

#how-it-works .how-inner .h {
    line-height: 1;
    font-size: 0.875rem;
    padding: 15px 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}

#how-it-works .how-inner .icon {
    text-align: center;
    margin: 10px auto;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

#how-it-works .how-inner .h h5 {
    font-size: 0.9rem;
    font-weight: 700;
}

#how-it-works .how-inner span {
    font-size: 0.875rem;
}

@media (min-width: 960px) {
    #how-it-works .how-inner .h:not(:last-child):not(:first-child):after {
        position: absolute;
        content: "\ea34";
        font-family: icomoon;
        color: #fff;
        font-size: 2rem;
        top: 30%;
        right: 0px;
    }
}

#how-it-works .how-inner .icon span {
    font-size: 2.1rem;
}

#how-it-works h4 {
    font-size: 0.875rem;
    font-weight: 700;
    color: #fdfdfd;
}

#how-it-works .h.first h4{
	font-size:1.5rem !important;
}


@media (max-width: 640px) {
    #how-it-works .how-inner {
        flex-flow: row wrap !important;
    }
    #how-it-works .how-inner .h.first {
        flex-basis: 100% !important;
    }
}



.bottom-divider, .top-divider {
    overflow: hidden;
}

.top-divider {
    position: absolute;
    top: -30px;
    margin-bottom: -25px;
    margin-left: -80px;
    z-index: 9;
}


#affiliation {
    padding: 40px 0px;
    background: var(--nmg-secondary-color);
}


.affilation-inner {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.affilation-inner>div {
    /* margin: 0px 1px; */
    background: #fff;
    padding: 10px;
    overflow: hidden;
    border-radius: 6px;
}
.affilation-inner>div img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.associated-inner {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.associated-inner>div {
    /* margin: 0px 1px; */
    background: #fff;
    padding: 10px;
    overflow: hidden;
    border-radius: 6px;
}
.associated-inner>div img {
    width: auto;
    height: 50px;
    object-fit: cover;
}


#footer {
    padding: 40px 0px 0px 0px;
    background: var(--nmg-secondary-color);
    font-size: 16px;
    color: #fff;
}

.social-links {
    display: flex;
    gap: 5px;
}
.social-links a {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1px;
}

.footer-bottom {
    margin-top: 60px;
    padding: 20px 0px;
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 13px;
}
.footer-bottom p {
    margin: 0px;
}

#footer .bottom h3 {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
}
.address-box p {
    margin: 0px;
    padding: 0px;
}


#footer .bottom ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

#footer .bottom ul li a {
    display: block;
    padding: 4px 0px;
    text-decoration: none;
    color: #fff;
}


/*=== page ====*/
#banner.trip-banner {
    width: 100%;
    height: 100%;
    /* height: 50vw; */
    float: none;
    background-position: center;
    background-repeat: repeat, no-repeat;
    background-size: cover;
    background-origin: content-box;
    /* background-attachment: fixed; */
    padding-left: 0;
    padding-right: 0;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    background: #fff;
}
#banner.trip-banner .review-gallery{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.relative{
    position:relative;
}
#banner.trip-banner .gallery {
       position: absolute;
   
    background: #162c3a5e;
    bottom: 10px;
    padding: 7px 15px;
    color: #fff;
    border-radius: 6px;
    border:2px solid #fff;
}

#banner.trip-banner .gallery a{
    text-decoration:none;
    color:#fff;
}

.banner-inner {
    display: grid;
    /* grid-template-areas: 'myArea myArea myArea . .'; */
    /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; */
    /* grid-template-columns: repeat(12, 1fr); */
    grid-template-columns: 3fr 1fr 1fr;
    gap: 10px;
    background-color: #fff;
    /* padding: 10px; */
    height: calc(100vh - 10px);
    min-height: 380px;
    max-height: 400px;
}
.banner-box:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
}
.banner-inner > div {
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
}
.banner-box {
    display: block;
    width: 100%;
    overflow: hidden;
}
.banner-inner .banner-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}
.banner-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-box:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 1;
}

.banner-box:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}
.banner-box:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
}

@media(max-width:720px) {
    .banner-box:first-child {
        grid-column: 1 / 4 !important;
        grid-row: 1 !important;
    }
    .banner-box:nth-child(2) {
        grid-column: 1 / 2 !important;
        grid-row: 2 !important;
    }

    .banner-box:nth-child(3) {
        grid-column: 2 / 4 !important;
        grid-row: 2 !important;
    }

    .banner-box:nth-child(4) {
        visibility: hidden !important;
    }
}

#heading {
    background: #fff;
    padding: 10px 0px 10px 0px;
    position: relative;
}

#heading .heading-wrapper {
    display: flex;
    justify-content: space-between;
}
ul.breadcrumb {
    margin: 0px;
}

#heading .caption h1, #heading h1 {
    /* font-size: 2.2rem; */
    font-family: var(--nmg-font-2);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 2.6rem;
}
#heading .heading-wrapper div.trip-reviews {
    flex-basis: 25%;
}
#heading .heading-wrapper .trip-reviews ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
}

i[class*=" ratings_"], i[class^=ratings_] {
    display: inline-block;
    line-height: 1;
    font-family: icomoon;
    font-style: normal;
    position: relative;
    white-space: nowrap;
    letter-spacing: 2px;
    color: #dc3545;
}
i[class*=" ratings_"]:before, i[class^=ratings_]:before {
    content: "\e9d9 \e9d9 \e9d9 \e9d9 \e9d9";
}

i[class*=" ratings_"]:after, i[class^=ratings_]:after {
    content: "\f005 \f005 \f005 \f005 \f005";
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.trip-nav {
    background: #0a0a0ad9;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: none;
    transition: none;
    height: 0;
}

.trip-nav.fixed {
    position: fixed;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s .3s ease;
    transition: .3s .3s ease;
    height: 70px;
    z-index: 9999;
}

.trip-nav-inner {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trip-nav-inner .nav-tabs {
    border: 0px;
}

.trip-nav .nav-item>.nav-link {
    font-size: .9375rem;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    font-weight: 600;
    -webkit-transition: .3s linear all;
    transition: .3s linear all;
}
.trip-nav-inner .nav-tabs .nav-item>.nav-link.active, .trip-nav-inner .nav-tabs .nav-item>.nav-link:focus, .trip-nav-inner .nav-tabs .nav-item>.nav-link:hover {
    color: #222;
    background-color: #fff;
}
#page-content {
    padding: 0px 0px 60px 0px;
    background: #fff;
}
#trip-fact-wrapper {
    padding: 0px 0px 20px 0px;
    /* border-bottom: 1px solid #dedede; */
    /* background: #2a3d48; */
    color: #fdfdfd;
}
.trip-fact-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.trip-fact-section .trip-fact {
    background-color: var(--nmg-secondary-color);
    border-radius: 2.5rem;
    color: #fff;
    padding: 0.5rem 0.975rem;
    margin-bottom: 0.25rem;
    font-size: 16px;
    margin-right: 2px;
}

#highlights ul {
    list-style: none;
    padding-left: 0px;
}
#highlights ul li {
    position: relative;
    padding: 3px 0px;
    padding-left: 30px;
}

#highlights ul li:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    font-family: icomoon;
    font-weight: 400;
    color: var(--nmg-primary-color);
    content: "\ea34";
}

#overview {
    margin-bottom: 60px;
}

#related-trips h2, #page-content h2, #map h2, #detailed-itinerary h2, #faqs h2, #overview h2.subtitle, #inclusion h2, #category-content h2, #review-section h2{
    font-weight: 900;
    letter-spacing: 0.01875rem;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 1.7rem;
}
h2{
	font-weight: 900 !important;
    letter-spacing: 0.01875rem !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    font-size: 1.7rem !important;
	font-family: var(--nmg-font-2) !important;
    color: var(--nmg-secondary-color) !important;
}

#page-content h2 span {
    padding-left: 7px;
}

.message-card {
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    border-top: 4px solid green;
    background: #f9f9f9;
}

.i-list {
    margin-bottom: 1px;
}
.i-list .title {
    display: flex;
    align-items: center;
    /* margin-bottom: 15px; */
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 6px;
    position: relative;
}
.i-list .title.show:after {
    content: '\ea43';
    transform: rotate(0deg);
}
.i-list .title:after {
    position: absolute;
    content: '\ea43';
    font-family: icomoon;
    right: 25px;
    font-size: 1.5rem;
    transform: rotate(180deg);
}

.i-list .title .f {
    font-size: 1.5rem;
    font-weight: 900;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    margin-right: 10px;
}
.i-list .title .f small {
    text-transform: uppercase;
    font-size: 16px;
}

.i-list .title .f span {
    font-size: 1.7rem;
    color: #008b00;
}
#detailed-itinerary h3 {
    font-weight: 900;
    font-size: 1.3rem;
}
.i-list .description {
    padding-top: 15px;
    padding-bottom: 15px;
}

.i-fact-box {
    display: flex;
    flex-flow: row wrap;
    gap: 0px 15px;
}

.i-fact-list{
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	position: relative;



	line-height: 1.1;
	margin-left: 45px;
}

.i-fact-list:before {
    position: absolute;
    content: "\e9b8";
    left: -45px;
    top: 0px;
    font-family: icomoon;
    font-size: 1.9rem;
    color: #413154;
}

.i-fact-list.duration:before {
    
    content: "\e953";
    
}

.i-fact-list.distance:before {
    content: "\eace";
}

.i-fact-list.altitude:before {
    content: "\ea4c";
}

.i-fact-list.accommodation:before {
    content: "\e902";
}

.i-fact-list.meals:before {
    content: "\e9a3";
}


.i-fact-list .icon{
	font-size: 2.3rem;
	font-weight: 900;
	margin-right: 7px;
}

.i-fact-list span{
	font-size: 14px;
}
.i-fact-list strong{
	font-size: 1rem;
	font-weight: 900;
}

#inclusion {
    margin-bottom: 60px;
}

#page-content h3, #faqs h3, #inclusion h3 {
    font-weight: 700;
    font-size: 1.3rem;
}
#page-content h4, #inclusion h4 {
    font-weight: 700;
    font-size: 1.2rem !important;
/* 	font-family: var(--nmg-font-2) !important; */
    color: var(--nmg-secondary-color) !important;
}

.others ul {
    list-style: none;
    padding-left: 0px;
}
.others ul li {
    position: relative;
    padding: 3px 0px;
    padding-left: 30px;
}

.others ul li:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    font-family: icomoon;
    font-weight: 400;
    color: green;
    content: "\ea10";
}
.excludes .others ul li:before {
    content: "\ea0f" !important;
    color: red;
}


.sidebar {
    padding: 30px;
    /* border: 1px solid #f9f9f9; */
}

.sidebar.price-box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    background: #ebebeb;
}

.price-box-bottom {
    padding: 10px 20px;
    background: var(--nmg-third-color);
    color: #fff;
    margin: -30px -30px 10px -30px;
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
}

@media (min-width: 992px) {
    .price-sticky {
        /* position: fixed; */
        position: sticky;
        position: -webkit-sticky;
        position: -moz-sticky;
        top: 75px;
        -webkit-transition: .3s .3s ease;
        transition: .3s .3s ease;
        /* width: 325px; */
    }
}

.sidebar.price-box .price {
    font-size: 2.7rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
}

.sidebar.price-box .price small {
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.group-discount {
    margin-top: 20px;
    font-size: 16px;
}

.group-discount .btn-collapsible {
    font-weight: 900 !important;
    position: relative;
    padding: 7px 15px;
}

.group-discount .btn-collapsible:after {
    font-family: icomoon;
    display: inline-block;
    margin-left: 5px;
    font-size: 1.125rem;
    content: "\ea50";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}

.group-discount-inner {
    display: none;
}

.group-discount-list {
    display: flex;
    flex-direction: row;
    padding: 10px 0px;
    border-bottom: 1px solid #f3f3f3;
    /* background: #f6f6f6; */
}

.group-discount-list>div {
    flex: 1;
}

.choose-traveler {
    padding: 20px 0px;
}

.btn-block {
    width: 100%;
}

/*header#header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
}*/

#header .topbar {
    position: relative;
    background-color: #ededed;
    padding: 7px 0;
    z-index: 9;
}

.topbar-right{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.topbar-right .whatsapp, .topbar-right .email {
    font-size: 0.9rem;
    font-weight: 600;
    color: #363c48;
    padding-left: 25px;
    position: relative;
}

.topbar-right a {
    color: var(--nmg-secondary-color);
    text-decoration: none;
}
.topbar-right .email{
	padding-right: 30px;
    font-size: 0.9rem;
    color: #363c48;
}
.topbar-right .rating {
    padding-right: 30px;
    font-size: .8125rem;
    color: #363c48;
}

.topbar-right .whatsapp:before {
    position: absolute;
    content: "\ea93";
    font-family: icomoon;
    font-size: 1.25rem;
    left: 0;
    top: -6px;
    color: #7ad06d;
}

.topbar-right .email:before {
    position: absolute;
    content: "\ea86";
    font-family: icomoon;
    font-size: 1.25rem;
    left: 0;
    top: -6px;
    color: #7ad06d;
}


#faqs .card-header h3.collapsed:after {
    content: '\ea0a';
    /* transform: rotate(0deg); */
}
#faqs .card-header h3:after {
    position: absolute;
    content: '\ea0b';
    font-family: icomoon;
    right: 25px;
    font-size: 1rem;
    transform: rotate(180deg);
}

#faqs .card-header, #faqs .card {
    border-radius: 0px !important;
    border-left: none !important;
    border-right: none !important;
}
#faqs .card-header {
    background: #fff !important;
}


#review-section{
	padding: 40px 0px;
	background: #f7f7f7;
	border-top: 3px solid var(--nmg-third-color);
}

#review-section .review-section-inner{
	    max-width: 1024px;
	    margin: 0px auto;
}

#review-section h2.title{
	justify-content: center;
}
.review-card-wrapper{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
/*	align-items: center;*/
	gap: 20px;
}

.review-card-wrapper>.review-card{
	flex: 1 0 100%;
/*	max-width: 45%;*/
}

@media(min-width:960px){
	.review-card-wrapper>.review-card{
		flex: 1 0 33.33%;
		max-width: 27%;
	}
}

.review-card{
	padding: 20px;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	min-height: 200px;
	max-height: 400px;
	font-size: 1rem;
	background: #fff;
}

.review-header{
	display: flex;
	margin-bottom: 10px;
}

.review-header>div{
	flex: 1 0 50%;
}

.review-header .review-header-left{
	max-width: 60px;
	height: 60px;
}
.review-header .review-header-left img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.review-author{
	padding: 0px 10px;
	font-size: 0.875rem;
}

.review-author .author_name{
	font-size: 1rem;
	font-weight: 600;
}
.review-card h4{
	font-size: 1.1rem !important;
}
.verified-customer{
	padding: 5px 10px;
	background: green;
	color: #fff;
	border-radius: 6px;
	font-size: 0.75rem;
}

.review-header .rating{
	color: #f60;
}


.review-card-inner {
    height: 300px;
    max-height: 300px;
    overflow-y: scroll;
    scrollbar-color: #4c4c4c #ede8de;
  scrollbar-width: thin;
}





/*=== multilevel menu =====*/


.dropdown-item {
    color: #fff;
    font-family: var(--nmg-font-2);
    font-size: 18px;
  }
  .dropdown .dropdown-menu {
    display: none;
    background: var(--nmg-primary-color);
    border-radius: 0px;
    border: none;
  }
  .dropdown:hover>.dropdown-menu, 
  .dropend:hover>.dropdown-menu {
    display: block;
    margin-top: .1em;
    margin-left: .1em;
  }
  @media screen and (min-width:769px) {
    .dropend:hover>.dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: .5em;
    }
  }
  
  .navbar-expand-lg .navbar-nav .dropdown-menu * ul.dropdown-menu{
      right: -200px !important;
      top: 0px;
  }
  
  
  /*=== animate ===*/
  @media (min-width: 768px) {
    .animate {
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
    }
  }
  
  @keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
  
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
  
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
  
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
  }
  
  .slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
  }
  

  /*=== category ====*/

  .trip-list-wrapper{
	list-style: none;
	padding-left: 0px;
	display: flex;
	flex-flow: row wrap;
/*	align-items: center;*/
/*	justify-content: center;*/
	gap: 15px;

}
@media(min-width:960px){
	.trip-list-wrapper li .trip-list{
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}


	.trip-list-wrapper li .trip-list figure{
		-ms-flex: 0 0 35%;
	    flex: 0 0 38%;
	    max-width: 38%;
	    
	}

	.trip-list-wrapper li .trip-list .trip-text{
		-ms-flex: 0 0 35%;
	    flex: 0 0 62%;
	    max-width: 62%;
	    padding: 15px 15px 15px 0px !important;
	}


	.trip-list-wrapper li{
		
	    flex:0 0 49% !important;
	   
	}




}

.trip-list-wrapper li .trip-list figure{
	padding: 15px;
	    margin: 0px;
}

.trip-list-wrapper li .trip-list .trip-text{
	padding: 0px 15px 15px 15px;
}

.trip-list-wrapper li{
  
	border: 1px solid #efefef;
    flex:2 1 100%;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}




.trip-list-wrapper li .trip-list .trip-text span.region{
	font-size: 0.825rem;

    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
    display: block;
    color: #434343;

}

.trip-list-wrapper li .trip-list .trip-text span.region:before {
    position: absolute;
    content: "\e947";
    left: 0;
    top: -5px;
    font-family: icomoon;
    font-size: 1.125rem;
    font-weight: 400;
    color: #34b878;
}

.trip-list figure img{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

	width: 100%;
    height: 100%;
    object-fit: cover;
}

.trip-list-wrapper li .trip-list .trip-text h4{
  

/*    text-transform: uppercase;*/
    font-weight: 900;
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: #000;
    letter-spacing: .01875rem;

}

h4, .h4{
    font-size:1.5rem !important;
}

.trip-list-wrapper li .trip-list .trip-text h4 a {
    color: #1d2c38;
    text-decoration: none;
}


.trip-list-wrapper li .trip-list .trip-text p{
	font-size: 16px;
	margin-bottom: 5px;
}

.trip-text-meta .i-fact-box {
    flex: 0 0 50%;
    max-width: 50%;
}

.trip-text-meta{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.trip-text-meta .p-box{
	flex: 0 0 50%;
	max-width: 50%;
}
.trip-text-meta .p-box{
	display: flex;
	flex-direction: column;
}
.trip-text-meta .p-box .price{
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 10px;
	font-size: 1.5rem;
}
.trip-text-meta .p-box .price span{
	display: flex;
	flex-direction: column;
	font-size: 13px;
	font-weight: 500;
}

.trip-list-wrapper li .offer-ribbon{
	width: 220px;
    padding: 7px 32px;
    background: yellow;
    position: absolute;
    top: 45px;
    left: -48px;
    transform: rotate(-45deg);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}


.cat-header{
	padding: 40px 0px;
	background: #f6f6f6;
	margin-bottom: 30px;
	border-bottom: 1px solid #efefef;
}
h1.title{
    font-family: var(--nmg-font-2);
	font-weight:700;
}
#page-content h1 {
    font-size: 2.2rem;
    font-weight: 700;
}


/*===contact page==*/

.contact-address{
   
    padding: 25px;
    background: var(--nmg-third-color);
    color: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.contact-address .c-icon{
    padding-right:10px;
}

.contact-address .c-icon i{
    font-size: 1.5rem;
}

/*=== booking ===*/
.booking-form-wrapper .heading {
    font-weight: 700;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px #e5e5e5 solid;
}
.booking-form-wrapper .form-group label {
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.booking-form-wrapper .form-control {
    padding: .75rem .85rem !important;
    border-radius: 4px;
    font-size: .9rem;
    background: #21252905;
}

.booking-sidebar {
    padding: 0 0 0 20px;
    border-left: 1px solid #e5e5e5;
}
.booking-sidebar p {
    margin: 0;
}
.addons {
    list-style: none;
    padding: 0;
}
.addons li {
    display: flex;
    flex-flow: row wrap;
    padding: 7px 0;
    margin-bottom: 2px;
    background: #208fff0d;
    align-items: center;
    font-size: 1rem;
    line-height: 1.3;
    border-radius: 4px;
}
.addons li .double {
    flex: 3 1;
}

.addons li .single {
    flex: 1 1;
}
.addons li>div {
    padding: 0 10px;
}