body{
	/*font-family: 'Radio Canada', sans-serif;*/
	
	font-family: Poppins,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    
	position: relative;
}



@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
}
}

#header{
	position: relative;
	left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgb(6 57 105 / 20%);
    box-shadow: 0 1px 4px 0 rgb(6 57 105 / 20%);
}
#header-top{
	padding: 15px 0px;
	background-color: #03afeb;
	color: #fff;
}

#header-top ul{
	margin-bottom: 0px;
}
#header-top .contact-info{
	list-style: none;
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
}
#header-top .contact-info li{
	padding: 0px 5px;
}
#header-top .contact-info li i{
	margin-right: 5px;
}
.navbar-brand{
	font-weight: 900;
	color: darkred !important;
	font-size: 2.5em;
	line-height: 1;
	font-family: 'Young Serif', serif;
}
.navbar-brand div{
	font-size: 12px;
		margin-top:5px;
		color:#222232;
}
.navbar-brand span{
	color: #222232;

}

#main-menu.navbar .nav-item>.nav-link {
    position: relative;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: .2px;
    color: #222;
}

/*@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}
}*/

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

#banner{
	position: relative;
	max-height: 450px;
	overflow: hidden;

}
#banner:before{
	position:absolute;
	content:"";
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	background:#0000005e;
	z-index:7777 !important;
}
#banner .banner-img img{
	object-fit: cover;
    display: block;
}

#banner .trip-search {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    height: -webkit-fill-available;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
/* 	background:#3333338a; */
	z-index:8888 !important;
}

#banner .trip-search .container{
	
}
.trip-search h2{
	font-size: 2.25rem;
	font-weight: 700;
	font-family: 'Young Serif', serif;
}
.trip-search .trip-title{
	margin-bottom: 20px;
}
.trip-search .trip-title span {
    font-size: 1.125rem;
    color: #fff;
}
.trip-search form {
    display: block;
    position: relative;
    
}
.trip-search .form-control{
	border-radius: 2px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

    font-size: 15px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #50c193;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    padding: 0 140px 0 30px;
    width: 100%;
    background-image: none;
    font-weight: 600;
    color: #222;
    height: 55px;

}
.btn-custom{
	font-weight: 700;
	padding: 10px 30px;
}

.trip-search .btn.search {
    position: absolute;
    height: 46px;
    right: 6px;
    top: calc(50% - 22px);
    font-size: 1.125rem;
    font-weight: 600;
    color: #50c193;
    text-transform: uppercase;
    padding: 0 22px;
    background:none !important;
}

.block-title{
	text-align: center;
	margin-bottom: 60px;
}

.block-title h2,.block-title h5{
	font-weight: 700;
	position: relative;
	font-family: 'Young Serif', serif;
}

#destinations{
	padding-top: 70px;
	padding-bottom: 70px;
}

.box{
	position: relative;
	/*padding: 5px;*/
	/*-webkit-transition: .3s linear box-shadow,.3s linear border-color;
    transition: .3s linear box-shadow,.3s linear border-color;
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    background-color: #fff;*/
    margin-bottom: 30px;
}
.box .box-img{
	-webkit-transition: .3s linear box-shadow,.3s linear border-color;
    transition: .3s linear box-shadow,.3s linear border-color;
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    padding: 5px;
}
.box .box-text{
	position: relative;
	/*top: 90%;
	left: 15px;
	right: 15px;
	
	/*background-color: #fff;*/
	padding: 0px 20px;
	
}
.box-text .box-text-inner{
	-webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    border-radius: 17px 0px 17px 0px;
    padding: 25px 25px 10px 25px;
    margin-top: -50px;
    background-color:#fff;
}

.box .box-text h4 a{
	text-decoration: none;
	color: #222;
	
	transition: .3s linear;

}

.box .box-text h4{
	margin-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 700;
}

.box .box-text .trip-data{
	font-size: .875rem;
	font-weight: 500;
	color: #424242;
}
.box .box-text .trip-data .trip-data-header{
	display: flex;
	justify-content: space-between
}
.trip-data .trip-data-footer{
	margin: 15px -25px 0px;
	padding: 15px 25px 0px;
	border-top: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
}
.trip-data .trip-data-footer .price{
	font-weight: 700;
    text-transform: uppercase;
    color: #50c193;
    font-size: 1.125rem;
}
.trip-data .trip-data-footer .price-block small{
	display: block;
    font-size: .8125rem;
    position: relative;
    
}
.trip-data .trip-data-footer .price-block small:before{
	/*position: absolute;
    content: '\f02b';
    left: 0;
    top: -5px;
    font: var(--fa-font-solid);
    font-size: 1.125rem;
    font-weight: 400;
    color: #1d2c38;*/
}

#about{
	padding-top: 70px;
	padding-bottom: 70px;
}
#about .why-us{
	display: flex;
	flex-flow: row wrap;
	margin-top: 30px;
}
#about .why-us .w-list{
	padding: 10px 20px;
	/*height: 100px;
	border: 1px solid #f1f1f1;*/
	flex-basis: 33.33%;
	text-align: left;
	display: flex;
	
	align-items: center;
}
#about .why-us .w-list .w-list-inner{
	display: flex;
	font-size: 1rem;
	font-weight: 700;
}
#about .why-us .w-list .w-list-inner div{
	margin-right: 10px;
}
#about .why-us .w-list .w-list-inner div i{
	font-size: 2rem;
	color: #198754;
}

#testimonials{
	padding-top: 70px;
	padding-bottom: 70px;
	/*background-color: #1987540d;*/
	background-color: #dee2e6;
}

#testimonials ul{
	list-style: none;
}

#testimonials ul li{
	padding: 15px 20px;
	background-color: #fff;
	-webkit-transition: .3s linear box-shadow,.3s linear border-color;
    transition: .3s linear box-shadow,.3s linear border-color;
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    border-radius: 10px 0px 10px 0px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
#testimonials ul li .review-img-wrap{
	display: flex;

	justify-content: center;
}
#testimonials ul li .review-img-wrap span{
	font-weight: 600;
	font-size: 14px;
	display: block;
}
#testimonials ul li .review-img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	padding: 3px;
	border: 1px solid #e9e9e9;
}

#testimonials ul li span{
	
}

#video-banner{
	position: relative;
}
.video-img{
	height:410px;
	overflow: hidden;
	filter: brightness(0.6);
}
.video-img img{
	object-fit: cover;
	display: block;
}
#video-banner .player-button-wrap{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.player-button{
	font-size: 4rem;
}

.player-button i{
	color: #198754;
	border: 1px solid #198754;
	border-radius: 50%;
	padding:3px;
	cursor: pointer;
	-webkit-transition: .3s linear color box-shadow,.3s linear color border-color;
    transition: .3s linear color box-shadow,.3s linear color border-color;
}


#blog{
	padding-top: 70px;
	padding-bottom: 70px;
}
#blog .box .published-date{
	padding: 10px 0px;
	color: #787878;
	font-weight: 600;
	font-size: 14px;
}
#blog .box h4{
	font-size: 1.125rem;
	font-weight: 600;
}
#blog .box h4 a{
	text-decoration: none;
	color: #222;
}

#partners{
	padding-top: 70px;
	padding-bottom: 70px;
}
#partners .block-title h2:after{
	position: absolute;
    content: '';
    height: 1px;
    top: 50%;
    right: 0;
    width: 100%;
    background-color: #dadce0;
    z-index: -1;
}
#partners .block-title h2 span{
	background-color: #fff;
	display: inline-block;
	padding: 0px 30px;
}

#tailor-made{
	background-color: #03afeb;
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 1;
}
#tailor-made .block-title{
	color: #fff;
}
#tailor-made-team{
	background-color: transparent;

}
.tailor-made-team-inner{
	position: relative;
	z-index: 1;
	
}
.tailor-made-team-inner:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    border-radius: 2px;
    z-index: -1;
}
#tailor-made+#tailor-made-team{
	margin-top: -60px;
}
.tailor-img{
	height: 250px;
	overflow: hidden;
}
.tailor-img img{
	object-fit: cover;
	display: block;
}
#tailor-made-team .contact .phone a{
	text-decoration: none;
	font-size: 1.5em;
	font-weight: 700;
	color: #222;
}
#tailor-made-team h5{
	font-weight: 700;
	
}

#tailor-made-team h3{
    font-family: 'Young Serif', serif;
}

#footer{
	padding-top: 70px;
	padding-bottom: 10px;
	background: #212529;
	color:#fff;
}

#footer .bottom h3{
	font-size: 1.25em;
	font-weight: 700;
}

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

#footer .bottom ul li a{
	position: relative;
	font-size: .875rem;
    color: #424242;
    font-weight: 500;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #f9f9f9;
    text-decoration: none;
}
#footer .footer-bottom{
	margin-top: 30px;
}
#footer .footer-bottom .logo{
	font-weight: 500;
	font-size: 0.75rem;
}
ul.social-links{
	list-style: none;
	padding-left: 0px;
	display: flex;
	justify-content: center;
}

.bottom ul.social-links li a{
	display: block;
	padding: 10px;
}
#header-top ul.social-links li a{
	display: block;
	padding: 0px 5px;
}
ul.social-links li a i.fa-facebook {
    color: #3b5998;
}
ul.social-links li a i.twitter {
    color: #55acee;
}

ul.social-links li a i.fa-instagram {
    color: #c32aa3;
}

ul.social-links li a i.fa-youtube {
    color: #b00;
}

a[data-fancybox] img {
  cursor: zoom-in;
}

/*==== page ====*/
#trip-page{
	/*padding-top: 70px;*/
	padding-bottom: 70px;
	position: relative;
}

/*#trip-page:before{*/
/*	position: absolute;*/
/*    content: '';*/
/*    left: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 350px;*/
    /*background-image: -webkit-gradient(linear,left top,right top,from(#063969),to(#50c193));
    background-image: linear-gradient(to right,#063969 0,#50c193 100%);*/
/*    background-color: #063969;*/
/*    z-index: -1;*/
/*}*/

#trip-page .trip-header{
	padding-top: 40px;
	padding-bottom: 30px;
	z-index: 1;
}


.trip-title-wrapper{ 
	display: flex;
	justify-content: space-between;

}
.trip-title{
	color: #fff;
/* 	text-shadow: 0 2px 4px #333; */
}
.trip-title h1{
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 0px;
	color:#222232;
	font-family: 'Young Serif', serif;
}

.trip-breadcrumb{
	padding: 10px 0px;
	background-color: #f5f5f5;
}
.trip-breadcrumb ol.breadcrumb{
	margin: 0px;
	font-weight: 600;
    font-size: .775rem;
}

.trip-breadcrumb .breadcrumb li a {
    color: #00000085;
    text-decoration: none;
    font-weight: 600;
    font-size: .875rem;
}
.trip-gallery{
	padding: 2px;
	border: 2px solid #dddddd;
}

ul.trip-overview {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    list-style: none;
    line-height: 1.4;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.trip-overview>li {
    list-style: none;
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.trip-overview>li.item {
    position: relative;
    background-color: transparent;
    border-radius: 2px;
    padding-left: 50px;
    font-size: .9375rem;
}

ul.trip-overview>li.item b {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #222;
}

ul.trip-overview>li.item:before {
    left: 5px;
    position: absolute;
    content: '';
    font-size: 1.75rem;
    top: 10px;
    font-family: 'Font Awesome 6 Free';
    color: #063969;
}

ul.trip-overview>li.item.trip-duration:before {
    content: '\f017';
    font: var(--fa-font-solid);
    font-size: 1.75rem;

}
ul.trip-overview>li.item.difficulty:before {
    
    font: var(--fa-font-solid);
    font-size: 1.75rem;
    content: '\f51f';
}

ul.trip-overview>li.item.trip-destination:before {
    content: '\f072';
    font: var(--fa-font-solid);
    font-size: 1.75rem;
}
ul.trip-overview>li.item.best-time:before {
    content: '\f743';
    font: var(--fa-font-solid);
    font-size: 1.75rem;
}

ul.trip-overview>li.item.altitude:before {
    content: '\e289';
    font: var(--fa-font-solid);
    font-size: 1.75rem;
}
ul.trip-overview>li.item.area:before {
    content: '\f57e';
    font: var(--fa-font-solid);
    font-size: 1.75rem;
}

#trip-description{
	/*padding: 30px 0px;*/
}

#trip-page h2,#itinerary h2{
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Young Serif', serif;
}

h2.title{
	
	font-size: 2.125rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-family: 'Young Serif', serif;
}

#trip-page h3, #inclusion h3 {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: 'Young Serif', serif;
}

#trip-overview{
	padding: 30px 0px;
}
.highlights>ul{
	list-style: none;
	padding-left: 25px;
}
.highlights>ul>li{
	position: relative;
	padding: 3px 0px;
}
.highlights>ul>li:before {
    display: block;
    font-size: 15px;
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    position: absolute;
    left: -25px;
    top: 3px;
    color: #198754;

}
#inclusion{
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #e3e3e3;
}
.includes ul, .excludes ul {
    list-style: none;
    padding-left: 0px;
}
.includes ul li:before {
    position: relative;
    content: "\f05d";
    font-family: "Font Awesome 6 Free";
    margin-right: 15px;
    color: darkgreen;
}

.excludes ul li:before {
    position: relative;
    content: "\f057";
    font-family: "Font Awesome 6 Free";
    margin-right: 15px;
    color: darkred;
}

#itinerary{
	padding-top: 70px;
	padding-bottom: 70px;
	
}

#itinerary ul, #faqs ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 15px;
}

#itinerary ul>li {
    padding: 15px;
    background-color: #f8f8f8;
    margin-left: 40px;
    border-bottom: 5px solid #fff;
    position: relative;
}

#itinerary ul>li:not(last-child):before {
    position: absolute;
    content: "";
    border-left: 1px dashed #c7d0d9;
    width: 0;
    padding-top: 0px;
    height: 105%;
    left: -30px;
    top: 0px;
}

#itinerary ul li .title h4, #faqs ul li .title h4 {
    font-size: 1.1em;
    cursor: pointer;
    font-weight: 600;
}
#faqs ul li .title h4{
	font-weight: 400;
}

#itinerary ul li .description, #faqs ul li .description {
    display: none;
}
#faqs ul li .description {
	border-top: 1px solid #ddd;
	padding: 15px 0px 0px 0px;
	margin-top: 15px;
}
.d-facts {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    font-weight: 300;
}
.d-facts div {
    padding: 5px 10px 5px 0px;
    font-size: 1em;
}

#itinerary ul>li:first-child:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f041";
    left: -40px;
    top: 10px;
    color: green;
    font-size: 1.9em;
}

#itinerary ul>li:not(last-child):before {
    position: absolute;
    content: "";
    border-left: 1px dashed #c7d0d9;
    width: 0;
    padding-top: 0px;
    height: 105%;
    left: -30px;
    top: 0px;
}

#itinerary ul>li:not(last-child):before {
    position: absolute;
    content: "";
    border-left: 1px dashed #c7d0d9;
    width: 0;
    padding-top: 0px;
    height: 105%;
    left: -30px;
    top: 0px;
}

#itinerary ul>li:last-child:after {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    content: "\f024";
    left: -40px;
    top: 10px;
    color: #e91e63;
    font-size: 1.5em;
}

#itinerary ul>li:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f192";
    left: -40px;
    top: 10px;
    color: #2196f3;
    font-size: 1.5em;
}

#dates{
	padding-top: 70px;
	padding-bottom: 70px;
	
}
#dates .date-list-box{
	border: 1px solid #dddddd;
	padding: 15px;
}
#dates .date-list{
	padding: 15px 0px;
	font-size: 1.1em;
	border-bottom: 1px dotted #ddd;
	color: #676767;
}
#dates .date-list strong{
	color: #333;
}
#dates .date-list i {
	padding: 0px 20px;
}
#dates .date-list .btn{
	border-radius: 0px;
}

#faqs{
	padding-top: 70px;
	padding-bottom: 70px;
}

#faqs ul li {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.sidebar.price-box{
	padding: 30px 24px 20px;
    border-bottom: 2px solid #b0bbd6;
    background-color: #00bdff47  !important;
}
.sidebar.price-box .price-highlight{
	padding: 25px 0px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.sidebar.price-box .price .pt{
	font-size: .875rem;
	font-weight: 700;
}
.sidebar.price-box .price .pp{
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
}

.sidebar.price-box .price-highlight .highlight-row{
	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;
}
.sidebar.price-box .price-highlight .highlight-row .special{
	position: relative;
}
.sidebar.price-box .price-highlight .highlight-row .special span{
	padding: 10px 15px;
	background-color: #ffc107;
	color: #333;
	position: relative;
	border-radius: 2px 2px 0 2px;
	display: block;
	margin-right: -30px;
}
.sidebar.price-box .price-highlight .highlight-row .special span:before{
	position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #e3aa00;
    position: absolute;
    right: 0;
    top: 100%;
    border-bottom-right-radius: 100%;
}

.why-feature{
/* 	padding-top: 25px; */
}

.why-feature ul{
	list-style: none;
	padding-left: 25px;
}

.why-feature ul>li{
	padding: 3px 0px;
	position: relative;
	
}

.why-feature ul>li:before{
	display: block;
    font-size: 15px;
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    position: absolute;
    left: -25px;
    top: 3px;
    color: #198754;
}

.sidebar-wrapper{
	position: relative;
}
@media (min-width: 992px){
.price-sticky {
    position: fixed;
    top: 90px;
    -webkit-transition: .3s .3s ease;
    transition: .3s .3s ease;
    width: 325px;
}
}

.flexslider{
	border: none !important;
	border-radius: 0px !important;
	margin: 0px !important;
	background-color: transparent !important;
	padding: 0px !important;
}

#review{
	/*padding-top: 70px;*/
	padding-bottom: 70px;
}

.review-row{
	padding: 30px 20px;
	border: 1px solid #e1e1e1;
}
.review-row h5{
	font-weight: 600;
	margin-bottom: 15px;
}

.review-row .overallrating {
    width: 3.6rem;
    height: 3.6rem;
    background-color: #02C03B;
    border-radius: 50%;
    font-size: 1.6rem;
    line-height: 3.6rem;
    text-align: center;
    color: #FFFFFF;
    
    margin: 0;
}
.review-row .ratings i{
	font-size: 1.7em;
}
.header-t-wrap{
	position:relative;
}
.header-t-wrap:before{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	content:"";
	background:#063969;
	filter:opacity(0.7);
}
.header-t-wrap .block h1.title{
	filter:opacity(1);
}


.btn-inquiry {
    display: block;
    font-weight: 600;
    padding: 7px 0px;
    width:100%;
}