/*!
Theme Name: Genesis Travel Theme
Theme URI: https://www.genesiswtech.com/
Author: https://www.genesiswtech.com
Author URI: https://www.genesiswtech.com/
Description: This Theme is designed by Genesis Web Technology specially for trekking and travel agencies.         <br>For further info Contact Us: <br>House no 17, Pragati Marg, Sankhamul New Baneshwor, Kathmandu, Nepal Phone: +97714786782 Mobile: +9779851127307 Email: info@genesiswtech.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tour-guide
Tags: custom-blogs, custom-logo, custom-menu, featured-images, trip-ready , travels-n-tours

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap'); 
 html {
 	font-size: 0.625rem;
 }

 * {
 	font-size: 100%;
    font-family: 'Nunito', sans-serif;
 }
 body {
 	font-size: 1.8rem;
    font-family: 'Nunito', sans-serif;
 }
 p {
 	line-height: 1.9;
 }
 h1,h2,h3,h4,h5,h6 {
 	
    font-family: 'Nunito', sans-serif;
 }

 a:hover{
 	text-decoration: none;
 }
.site-header .topbar {
	position: relative;
}
.topbar-nav {
    background:#f1f1f1;
    margin-left: 150px;
}
.topbar-nav div {
	font-size: 1.5rem;
	padding: 4px 1.2rem 7px 1.2rem;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}
.topbar-nav div a {
	display: inline-block;
	margin-left: 0.6rem;
	color: #000000b5;




}
.site-header .custom-logo-link {
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	padding-top: 0.8rem;
}
.site-header {
	width: 100%;
	max-width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 15px 0;
}
.grey-shaded{
	padding:5rem 0;
	background:#f1f1f1;
}


.site-header .site-branding {
    position: relative;
    padding: 0;
    display: flex;	
    
    -webkit-justify-content:space-between;
            justify-content:space-between;
    -webkit-align-items: 	center;
            align-items: 	center;
}
.topbar-nav div i {
	vertical-align: bottom;
	display: inline-block;
	color: #1f592c;
}
.topbar-nav div a:hover{
	color: #242248;
}
#site-navigation {
	margin-left: 150px;
}

#site-navigation > div > ul > li > a {
	color: #333;
	text-decoration: none;
	display: flex;
	font-size: 1.5rem;
	align-items: center;
	text-transform: uppercase;
	padding: 15px 0;
	height: 100%;
	margin-top: 0;
}
#site-navigation > div > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 240px;
	box-shadow: 0 2px 3px
    rgba(0, 0, 0, 0.1);
    transform: scale(0) translateX(-20%);
    transform-origin: left top;
    z-index: 1;
    transition: all .1s;
}
#site-navigation > div > ul > li > ul > li > a {
	color: #333 !important;
	display: block;
	opacity: 1;
	font-weight: 500;
	font-size: 14px;
	padding: 10px;
	text-transform: uppercase;
	transition: 0s;
	border-bottom: 1px solid #0000;
}

#site-navigation > div > ul > li > ul > li {
	position: relative;
	border-bottom: 1px solid #3333334d;
}
#offcanvas-reveal .uk-nav-default li .uk-icon {
	width: 40px;
	line-height: 36px;
	color: #fff;
	background: #ffffff17;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	height: 40px;
	text-align: center;
}
#site-navigation > div > ul > li:hover > ul {
	transform: scale(1) translateX(0%);
	visibility: visible;
}

#site-navigation > div > ul > li {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 2rem;
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;

}
#site-navigation > div > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	margin: 0;
	flex-wrap: wrap;
	align-items: center;
	align-self: stretch;
	list-style: none;
	padding: 0;
}
#site-navigation > div > ul > li > a {
    color:   #333;
    text-decoration: none;
    display: flex;
    font-size: 1.3rem;
    align-items: center;
    text-transform: uppercase;
    height: 100%;
    margin-top: 0;
    font-weight: bold;

}
#site-navigation > div > ul > li:hover > a {
	color: #f5b85d;
}
.banner-wrapper strong {
	font-weight: bold;
	display: block;
	font-size: 7.1rem;
	color: #fff;
	line-height: 1.1;
	text-shadow: 1px 1px 1px #000;
}
.each__banner-slider {
	position: relative;
}
.banner-wrapper p {
	font-size: 2rem;
	color: #fff;
	margin: 0 0 2rem 0;
}
.banner-wrapper {
	position: absolute;
	top: 0;
	display: flex;
	height: 100%;
	left: 0;
	align-items: center;
	width: 100%;
	text-align: center;
	justify-content: center;
}
.uk-btn {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-right: 1rem;
	border: none;
	padding: 1rem 1.6rem;
	z-index: 1;
	text-transform: uppercase;
	font-size: 1.5rem;
	cursor: pointer;
}
.uk-green {
	background: #1f592c;
	color: #fff;
}
.banner_slider .uk-slidenav {
	background: #f5b85d;
	height: 52px;
	width: 46px;
	text-align: center;
	line-height: 46px;
	margin: 0;
	padding: 0px !important;
}

.banner_slider.itinenary-banner img {
	width:100% !important;
	height:100% !important;
	object-fit:cover !important;
}

.section-about {
	background: url(./assets/img/about-shaded-banner.jpg) no-repeat center top;
	padding: 6rem 0;
	background-size: cover;
}

.cat-head {
	font-size: 3.9rem;
	font-weight: bold;
	color: #242248;
	margin: 0 0 2rem 0;
	letter-spacing: -1.1px;
}
.cat-head strong {
	color:#f5b85d;
	display: block;
	font-weight: bold;
}
.site-header.uk-active {
	background:#fff;
}
.home-section {
	margin-top:5rem;
}
.each__activity {
	position: relative;
}
.each__activity img {
	width: 100%;	
}

.activity-title {
	position: absolute;
	bottom:20px;
	left:20px;
	background:#fff;
	padding: 13px;
}

.activity-title h3 {
	margin: 0;
}
.ac-title {
	font-weight: bold;
	font-size: 20px;
	margin: 0;	
}
.ac-title a {
	color:#333;
	
}
.ac-title a:hover {
	color:#242248 	;
}
.uk-btn:hover {
	color: #fff;
}
.each__packages img {
	width: 100%;	
}
.image-wrap {
	position: relative;	
}
.image-wrap span {
	font-size: 12px;
	position: absolute;	
	top:0;
	left:0;
	color: 	#fff;
	background:#f29c06;
	display: inline-block;	
	padding: 3px 7px;
}
.trip-content {
	padding:2rem;
}
.each__testimonial {
	padding: 20px;
}
.testimonial-banner .cat-head{
	color: 	#fff;
}
.trip-content p {
	margin:10px 0 0 0 ;	
}
.testimonial__wrapper {
	background:url(./assets/img/testimonial-banner.jpg) #3e9811;
}
.testimonial__wrapper .uk-slider-container {
	background:#fff;
	border-radius: 16px;
}
.testimonial__wrapper .slider__section .uk-slidenav {
	background: #f5b85d;
	color: #fff;
	height: 4rem;
	width: 4rem;
	line-height: 4rem;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	padding: 0;	
}
.each__testimonial .review-box .testimonial-content::before {
	background: #71aa42;
	content: '';
	width: 7.0rem;
	height: 0.2rem;
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.testimonial__wrapper {
	padding: 6rem 0;
}
.testimonial__wrapper .slider__section .uk-slidenav-previous {
	margin-left: -19px;
}
.testimonial__wrapper .slider__section .uk-slidenav-next {
    margin-right: -19px;
}
.each__testimonial .review-box img {
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	margin-bottom: 1.3rem;
}
.each__testimonial .review-box .testimonial-content {
	margin: 0 0 0 0;
	font-size: 1.9rem;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 1.7rem;
	position: relative;
}
.each__testimonial .review-box h6 {
	margin: 1.7rem 0 0 0;
	font-size: 1.8rem;
	font-weight: bold;
}
.each__testimonial .review-box img {
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	margin-bottom: 1.3rem;
}
.blog-column h3.trip-title {
    margin-top: 1.3rem;
}
.trip-title {
    font-size: 2.0rem;
}
.trip-title a {
    color: inherit;
}
.each__trip-column .trip-title {
	margin-top: 0.7rem;
	margin-bottom: 0.7rem;
}

.site-footer {
	background-color:#252244;
	background-image:url(./assets/img/map-vector.png);
}
.expert-section {
	padding:4rem 0;
	background:#1e1b36;
}
.expert-section p {
	font-size: 	1.8rem;
	color: 	#fff;
	margin-bottom: 12px;	
}
.text-head--small {
    color:  #fff;
    margin-bottom: 0rem;
    margin-top: 2rem;
    font-size: 20px;
    text-transform: uppercase;
}
.associated a {
	display: inline-block;
	vertical-align: middle;
	height: 7rem;
	margin-right: 	1.1rem;
	width: 7rem;
	text-align: center;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
}

.associated {
    margin-top: 1.2rem;
}

.site-footer ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 20px;
}

.menu-footer ul li a {
	font-size: 	1.6rem;
	color: 	#fff;
	display: block;	
	padding:5px 0;
}
.social-info {
    margin-top: 0.9rem;
}
.social-info a {
    margin-right: 7px;
    background: #ffffff12;
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	color: #fff;
}
.associated {
	margin-top: 1.2rem;
	padding-left: 22px;
	padding-bottom: 12px;
	padding-top: 12px;
}

.last-footer {
	text-align: center;
	color: #fff;
	padding-bottom: 2.5rem;
}
.contact-us {
    margin-top: 0.9rem;
}

.last-footer p  {
	display: block;	
}

.site-footer p {
    color: 
    #fff;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 9px;
}
#offcanvas-reveal .uk-nav-default {
    font-size: inherit;
}



.breadcrumb-menu {
	background: #fafafa;
	padding:1.2rem 0;
	border-bottom: 1px solid #e5e5e5;
}
.sep {
	margin: 0 10px;
	color: #0058aa;
	font-size: 11px;
}
.breadcrumb li, .breadcrumb a {
	color: #111;
	margin:0;
	transition: linear 0.2s;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0px;
	
}
.main-title {
	font-weight:bold;
	font-size:40px;
	color:#252244;
}


.breadcrumb li:nth-child(even),
.breadcrumb li:nth-child(n+2) {
	margin:0;
}
.breadcrumb a:hover{
	color:var(--primary--color);
}



.uk-responsive-menu {
	padding:12px;
	display: block;	
	text-align: right;	
	color:#333;
	font-size: 12px;	
}
#offcanvas-reveal .uk-nav-default li {
    color: #fff;
	position: relative;
	border-bottom: 1px solid #ffffff17;
	border-top: 1px solid #00000012;
    position: relative;
}
#offcanvas-reveal .uk-nav-default li a {
	display: block;
	font-size: 15px;
	padding: 8px 20px;
	text-transform: uppercase;
	color: #fff;
}
.uk-offcanvas-reveal .uk-offcanvas-bar {
	left:0;
	padding: 0;	
}

.tour-tabs-nav-container >  ul {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f1f1f1;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}
.section-gallery {
	margin:30px 0 30px 0;
}
.uk__tabs {
	margin:0;
	padding:0;
}
.the-content {
	font-size: 16px;
}

.uk__tabs li {
	margin: 0;
	position: relative;	
	padding: 15px 14px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 18px;
	border-left: 1px solid #f1f1f1;
	font-size: inherit;
	border-top: 1px solid #f1f1f1;
	font-weight: bold;
}
.uk__tabs  li.active, .uk__tabs  li:hover {
	background: #f7f7f7;
	color: #333;
}

.uk__tabs  li.active:after {
	position: absolute;	
	top:100%;
	left:0;
	width:100%;
	content: 	'';
	height:2px;
	background:#f7f7f7;
}


.price-detail {
    background:#1e1b36;
	padding: 30px;
	font-weight:600;
}

.field-items {
    display: block;
    margin-bottom: 4px;
}
.tab-content.active {
	display: inherit;
}
.currency-code {
    margin-right: 2px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    margin-top: 13px;
    display: inline-block;
}


.trip-cost-holder {
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
}

.show__field {
	margin-bottom:16px;
}
.total-price {
	margin-bottom:16px;
}
.total-price strong {
	font-weight: bold;	
	font-size: 	25px;
	color:#fff;
}
.itinenary-head {		
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333d9;
	margin: 0 0 14px 0rem !important;
}
.tab-panel li:last-child {
	border-right: 1px solid #f1f1f1;

}
.divTable .divTableRow:nth-child(2n) {
	background: #fff;
	
	border-bottom: 2px solid #f1f1f1;
}
.tab-content {
	display: none;	
	border: 1px solid #f1f1f1;
	background: #f7f7f7;
	padding: 3rem 3rem 3rem 3rem;
}
.included-section h5 {
	margin:10px 0 0 0;
	font-size: 2.0rem;
	text-transform: uppercase;
}
.included-section .is-not-included h5 {
	color: #900;
}
.the-content ul li {
	padding-top: 7px;
}

.the-content ul {
	margin: 0;	
}
#itinenary ul {
	padding: 0;	
} 
.the-content ul, .the-content ol {
	padding-top: 0;
}
.included-section .is-included h5 {
    color: 
    #3e9811;
    margin: 0;	
}
.tab-contents.active {
	display:inherit;
}
.list-itinenary a h3.accordion-title {
	padding-left: 4rem;
	margin-left: 4rem;
	padding-top: 0;
	font-size: 2.2rem;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	color: #333333b8;
}
.list-itinenary ul li .days {
	text-transform: uppercase;
	vertical-align: middle;
	position: absolute;
	font-size: 20px;
	margin-bottom: 12px;
	margin-top: 3px;
	margin-right: 90px;
}
.list-itinenary .uk-accordion-content {
	padding-left: 80px;
	margin-top: 15px;
}

.divTable {
	display: table;
	width: 100%;
}

.divTable .divTableHeading {
    display: table-header-group;
}
.divTable .divTableRow {
    display: table-row;
}

.divTable .divTableCell, .divTable .divTableHead {
	display: table-cell;
}
.divTable .divTableHead {
    color: #333;
    font-weight: bold;
    padding: 10px 20px 10px 0;
    text-transform: uppercase;
}
.divTableBody {
    display: table-row-group;
    background: 
    rgba(204, 204, 204, 0.16);
}
.divTable .divTableCell {
	font-size: 1.6rem;
	padding: 1.1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

#faqs .uk-accordion-title h3 {
	margin: 0;
	font-size: 2rem;
}

#faqs ul li {
    margin: 0;
    padding: 15px 0 0 0;
}
#faqs ul li .uk-accordion-content {
	margin: 20px 0 0 0;
	background: #fff;
	padding: 19px;
}


.review-post:first-child {
	padding-top: 0;	
	border-top: none;
}
.review-post:last-child {
	padding-bottom: 0;	
} 

.uk-margin-medium-bottom-X {
	margin-bottom: 30px;	
}
.enquiry-Info ul {
    padding: 0;
    list-style: none;
    margin-top:4px;
}

.each__trip-fact {
	border-top:2px solid #f1f1f1;
	padding:2rem 0;
}
.each__trip-fact:first-child {
	padding-top: 0;
	border-top:none;
}
.uk-margin-medium-bottom-X {
	margin-bottom: 2.5rem;
}
.each__trip-fact i {
	text-align:center;
    font-size: 2.3rem;
    margin-right: 1.4rem;
    color: var(--primary--color);
    background:  #fff;
    height: 50px;
    width: 50px;
	text-align: center;
	border-radius:100%;
    line-height: 50px;
}
.each__trip-fact strong {
	display:block;
	font-size:1.7rem;
	color: 	#38307b;
}
.each__trip-fact i {
	color: 	#1e1b36		;
}

.sections {
	margin:5rem 0;
}
.widget .widget-title {
	background: #004165;
	color: #fff;
	padding: 1.0rem 1.3rem;
	margin: 0;
	text-transform: uppercase;
	font-size: 19px !important;
}
.widget {
	margin-bottom: 3.5rem;
}
.widget ul {
	margin: 0;
	background: #f1f1f1;
	padding: 1.2rem 0;
	list-style-type: none;
}
.widget ul li {
    padding-left: 1.2rem;
}
.widget ul li a {
	color: #333;
	position: relative;
	display: block;
}
.enquiry-Info ul li {
    padding-top: 6px;
    font-size: 16px;
}
.enquiry-Info ul li strong {
    color:   #007bff;
    font-size: 14px;
}
.enquiry-Info ul li a {
	color: 	#333;
}
.review-post {
	padding: 30px 0 30px 0;
	display: block;
	margin-bottom: 0;
	border-top: 1px solid #ccc;
}
.review-post i svg polygon {
	fill: #e79805;
	stroke: none !important;
}
.testimonial-area {
	margin-top: 15px;
	background:#fff;
	padding: 20px;	
}
.testimonial-area p {
	margin: 0;	
}

.review-post .traveller-pic {
    display: flex;
}
.uk-review-section-column .user-photo {
	flex: 1;
}
.review-post h6 {
	font-size: 18px;
}
.review-post .traveller-pic .user-photo img {
	margin-right: 1.2rem;
	height: 5.5rem;
	width: 5.5rem;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.uk-review-section-column .traveller--header {
	flex: 12;
}

.contact__info--detail h3 {
	font-size: 	25px;
	font-weight: bold;	
	margin: 0 0 19px  0 ;	
	letter-spacing: -1px;
}
.contact__info--detail i, .contact__info--detail .social a {
	padding: 0;
	margin-right: 16px;
	font-size: 1.8rem;
	display: inline-block;
	color: #034385;
	font-weight: bold;
	height: 40px;
	width: 40px;
	border: 2px solid #034385;
	text-align: center;
	margin-bottom: 11px;
	line-height: 40px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.contact__info--detail p {
	font-size: 16px;	
	margin: 0  0 10px 0;
}
@media(max-width:956px) {
	.banner-wrapper strong {
		font-size: 5.1rem;
	}
}


@media(max-width:800px) {
	.banner-wrapper strong {
 		   font-size: 3.1rem;
	}
}


@media(max-width:768px) {
	.banner-wrapper strong {
 		   font-size: 2.6rem;
	}
	.banner-wrapper p {
		font-size: 1.4rem;
		color: #fff;
		margin: 0 0 2rem 0;
	}



	.banner_slider   img {
		height: 50vh;
		object-fit: cover;
	}
}


@media(max-width:480px) {
	.text-head--small {
		margin-top: 0;	
	}
}