*{ 
	cursor: default;
}
a, a *, button, input[type="submit"]{
	cursor: pointer;
}
a:focus{
	outline: none;
}
body{
    font-family: 'Poppins', sans-serif;
	position: relative;
	max-width: 100%;
	background-color: #f5f5f5;
    overflow-x:hidden;
}
p{
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #333;
}
h1{
	margin: 0;
	font-size: 34px;
	font-weight: normal;
}
img{
	max-width: 100%;
	height: auto;
}
.top30{margin-top: 30px;}
.top20{margin-top: 20px;}
.top10{margin-top: 10px;}
.top15{margin-top: 15px;}

.bottom30{margin-bottom: 30px;}
.bottom20{margin-bottom: 20px;}
.bottom10{margin-bottom: 10px;}
.bottom15{margin-bottom: 15px;}

.row-nopadding{
    margin-right: 0;
    margin-left: 0;
}
.row-nopadding > [class^="col-"]{
	padding-left: 0;
	padding-right: 0;
}
.row-padding-5{
    margin-right: -5px;
    margin-left: -5px;
}
.row-padding-5 > [class^="col-"]{
	padding-left: 5px;
	padding-right: 5px;
}
.row-padding-10{
    margin-right: -10px;
    margin-left: -10px;
}
.row-padding-10 > [class^="col-"]{
	padding-left: 10px;
	padding-right: 10px;
}
.normal-page {
    background-color: #fff;
    display: inline-block;
    width: 100%;
}
.top-menu span .fa {
    margin-right: 6px;
}
.top-menu span .glyphicon {
    margin-right: 6px;
}
.full-width-slider img{
    width: 100%;
    height: auto;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    padding: 0;
}
.navbar-default {
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    margin:0;
    background-color: transparent;
}
.navbar{
	border: none;
}
.navbar-brand {
    height: auto;
    max-width: 275px;
    padding: 15px 0;
    position: relative;
}
.logo-text {
    position: absolute;
    top: inherit;
    right: 0;
    bottom: 5px;
    font-size: 13px;
    font-family: "Droid Serif",serif;
    color: #FCB627;
    font-style: italic;
}
.top-menu {
    float: right;
    margin-top: 10px;
}
.top-menu span{
    margin-left:20px;
    color:#FCB627;
}
header{
	background-color: #262626;
	border-bottom:2px solid #FCB627;
    padding-bottom: 0;
}
.site-main-nav {
    padding-top: 0;
}
.navbar-default .site-main-nav.navbar-nav > li > a {
    border: 1px solid transparent;
    color: #8dc63f;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.navbar-default .site-main-nav.navbar-nav > li:hover > a{
	border-bottom-color: transparent;
	border-radius:3px;
	box-shadow:0 0 5px rgba(0,0,0,0.15);
    color: #FCB627;
    transition: all .4s ease-in-out;
}

.navbar-default .site-main-nav.navbar-nav > li.menu-item-has-children > a:after{
	content: "\f0d7";
	font-family: "fontawesome";
	margin-left: 5px;
}
.site-main-nav > li{
	position: relative;
}
.site-main-nav > li.menu-item-has-children > ul.sub-menu{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0 3px 3px 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	opacity: 0;
	font-size: 13px;
	left: -9999px;
	line-height: 24px;
	list-style: none;
	margin: -1px 0 0;
	padding: 15px 20px;
	position: absolute;
	top: 100%;
	width: 250px;
	z-index: 905;
    transition:opacity .4s;
    list-style: none!important;
}



.site-main-nav > li.menu-item-has-children > ul.sub-menu li {
    margin-right: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 0; 
}
.site-main-nav > li.menu-item-has-children:hover > ul.sub-menu{
	opacity: 1;
	left: 0;
}
.site-main-nav > li.menu-item-has-children ul.sub-menu > li > a{
	display: block;
	color: #777;
	text-decoration: none;
}
.site-main-nav > li.menu-item-has-children ul.sub-menu > li:hover > a{
	color: #8dc63f;
}
.site-main-nav > li.menu-item-has-children > ul.sub-menu li{
    position: relative;
}

.site-main-nav > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 3px 3px 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    opacity: 0;
    font-size: 13px;
    left: -9999px;
    line-height: 24px;
    list-style: none;
    margin: -1px 0 0;
    padding: 15px 20px;
    position: absolute;
    top: 0;
    width: 250px;
    z-index: 905;
    transition:opacity .4s;
    list-style: none!important;
}
.site-main-nav > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu::before{
    content: "\f0d9";
    font-family: "fontawesome";
    position: absolute;
    right: 100%;
    top: 2px;
    color: #ccc;
    font-size: 18px;
}

.site-main-nav > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu{
    opacity: 1;
    left: 88%;
}
.full-width-slider > div{
    position:relative;
}
.full-width-slider > div .caption {
    position: absolute;
    top: 25%;
    left: 0;
    font-size: 52px;
    color: #fff;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-family:'Droid Serif', serif;
}
.banner-slider{
    position:relative;
}
.banner-search{
    position:absolute;
    bottom:20px;
    
}
.banner-search {
    position: absolute;
    bottom: 18%;
    z-index: 900;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
}
.banner-search select{
    color:#000;
}
.banner-search select {
    color: #000;
    font-size: 17px;
    padding: 4px 10px;
    padding-right: 60px;
    height: 40px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}
.banner-search select{
   background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
background-size: 5px 5px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat;
}
.banner-search input {
    color: #fff;
    font-size: 17px;
    padding: 4px 25px;
    height: 40px;
    background-color: #FCB627;
    border: none;
}
.banner-search h3 {
    text-shadow: 4px 4px 4px #000;
    font-size: 42px;
    text-align: center;
    margin-bottom: 20px;
}

.banner-search form{
    margin: 0 auto;
}
.banner-search input[type="submit"]{
    display: block;
    margin: 10px auto 0px;
    width: 300px;

}
.welcome-text {
    padding: 40px 0;
    background-color: #fff;
}
.welcome-text h1{
    font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #2d3e52;
	font-size: 30px;
}
.welcome-text p {
    color: #2d3e52;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 300;
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
    line-height: 28px;
    letter-spacing: 0.6px;
}

.separator {
    height: 1px;
    background-color: #e1e1e1;
    width: 20%;
    margin: 20px auto;
}
.separator-style {
    background-color: #FCFCFC;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 2px;
    display: block;
    height: 9px;
    left: 50%;
    margin-left: -5px;
    margin-top: -4px;
    position: absolute;
    width: 9px;
}
.selling-packages{
	padding: 40px 0;
    background-color: #262626;
    
}
.selling-packages h2{
	font-family: 'Droid Serif', serif;
	text-align: center;
	color: #FCB627;
	font-size: 26px;
}
.selling-packages .package-content {
    overflow: hidden;
    margin-bottom: 30px;
}
.selling-packages .bottom-content{
	background-color: #fff;
	padding: 10px 20px;
	border-bottom: 4px solid #FCB627;
}
.selling-packages .price {
    display: inline-block;
    padding: 10px 20px;
    position: absolute;
    z-index: 9999;
    color: #fff;
    background-color: #8dc63f;
    left: -5px;
    top: 5%;
}
.selling-packages .price::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid #669525;
    border-left: 20px solid transparent;
    top: 100%;
    left: 0;
}
.selling-packages .bottom-content .duration {
    position: absolute;
    right: 5px;
    bottom: 30%;
    font-weight: 500;
    color: #fff;
    background-color: #FCB627;
    z-index: 9;
    padding: 7px 20px;
}
.bottom-content h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 5px;
    color:#333;
}
.bottom-content p {
    color: #363636;
    font-family: "Raleway";
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.6px;
    margin-bottom: 7px;
}
.package-btn{
	margin-top: 10px;
	margin-bottom: 5px;
	display: inline-block;
	clear: both;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
	text-decoration: none;
	padding-right: 0;
	color: #ffb727;
	width: 100%;
	transition:all .4s ease-in-out;
}
.package-btn:hover{
	color: #8dc63f;
	text-decoration: none;
}
.selling-packages .package-content .top-content {
    position: relative;
    overflow: hidden;
    z-index: 3;
}
/*.selling-packages .top-content::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    content: '';
    z-index: 9999;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-transform: scale3d(1.9,2.2,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,2.2,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.selling-packages .package-content:hover .top-content::before{
	-webkit-transform:scale3d(1.9,2.2,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform:scale3d(1.9,2.2,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0)
}

.selling-packages .bottom-content{
	position: relative;
	z-index: 4;
}
.selling-packages .bottom-content::after {
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: -2px;
    content: "";
    height: 40px;
    transform: rotate(-3deg) skew(-3deg);
    width: 102%;
    z-index: -1;
}
*/

.review-section{
	padding: 20px 0;
}
.client-reviews h3,
.latest-news h3{
	font-family: 'Droid Serif', serif;
	color: #2d3e52;
	font-size: 24px;
}
.featured-trips .featured-trip-image {
    background-color: #f5f5f5;
    border: 10px solid #f5f5f5;
    transition:all .5s ease-in-out;
    height: 340px;
}
.featured-trips{
	background-color: #2975BC;
	padding: 40px 0;
}
.featured-trips h2{
	font-family: 'Droid Serif', serif;
	text-align: center;
	color: #fff;
	font-size: 26px;	
}
.featured-trips h4::after {
    content: "";
    height: 1px;
    background-color: #8dc63f;
    width: 20%;
    display: block;
    margin-top: 8px;
    transition:all .5s ease-in-out;
}
.featured-trips .featured-trip-image:hover{
    border: 10px solid #8dc63f;
    
}
.featured-trips .featured-trip-image:hover .featured-content h4::after{
    width:50%;
}
.featured-trips h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
}
.featured-content {
    padding: 10px 15px;
}
.featured-content .duration i,
.featured-content .price i{
	color:  #8dc63f;
	font-size: 18px;
	font-weight: 500;
}
.featured-content .duration,
.featured-content .price{
	font-size: 16px;
	font-weight: 400;

}
.trip-read-more{
	padding: 5px 20px;
	color: #fff;
	display: inline-block;
	background-color: #1e76c4;
	margin-top: 10px;
	margin-bottom: 10px;
	transition:all .4s ease-in-out;
}
.trip-read-more:hover{
	background-color:#8dc63f;
	color: #fff;
	text-decoration: none;
}

.other-adventure h2{
	font-family: 'Droid Serif', serif;
	text-align: center;
	color: #f5f5f5;
	font-size: 26px;
    
}
.other-adventure .featured-content{
    text-align: center;
    color:#f5f5f5;
}
.other-adventure .featured-image {
    overflow: hidden;
    margin: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.other-adventure .featured-trip-image {
    background-color: transparent;
}
.other-adventure .featured-image img {
    width: 200px !important;
    display: inline-block;
    height: 200px;
    border-radius: 50%;
    padding: 0px;
    border: 5px solid #8dc63f;
}
.other-adventure {
    
}
.bg-adventure {
    padding: 40px 0;
    background-color: rgba(0, 0, 0, 1);
    display: block;
}
.other-adventure .featured-image{
    position:relative;
}
.other-adventure .featured-image .featured-read-more{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    display:inline-block;
    background-color: rgba(0,0,0, 0.6);
    transform: scale(0);
    transition:all .4s ease-in-out;
    border-radius:50%;
    text-align:center;
    color:#f5f5f5;
    line-height:200px;
}
.other-adventure .featured-trip-image:hover .featured-image .featured-read-more{
    transform: scale(1);
    
}

.reviews-content{
	width: 100%;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
 }
.client-reviews >.main-client-review {
  height: 200px!important;
  width: 100%;
  display: inline; 
}
.reviews-content h4 {
    color: #1e76c4;
    margin-bottom: 5px;
    font-size: 16px;
}
.reviews-content p {
    color: #808285;
    font-size: 14px;
    font-family: "copse", sans-serif;
    letter-spacing: 0.6px;
    font-weight: 400;
    line-height: 22px;
}
.luxuary-background span {
    margin-bottom: 10px;
}
.person-name{
	color: #8dc63f;
    font-family: 'Copse', serif;
    font-weight: 600;
}
.blog-read-more {
    color: #8dc63f;
    padding: 0;
    display: inline-block;
    margin-top: 10px;
    clear: both;
    transition: all .4s ease-in-out;
    font-size: 15px;
    font-family: 'Copse', serif;
    line-height: 26px;
}
.blog-read-more:hover{
	text-decoration: none;
}
.blog-main-content h4{
    font-weight: 600;
    font-size: 20px;
}
.affiliation {
    
}
.bg-affiliation{
	padding: 40px 0;
	background-color: #626262;
	display: block;
    position:relative;
    z-index:101;
}
.affiliation img {
    filter: grayscale(100%);
    transition: all .4s ease-in-out;
    border-radius: 15px;
    padding: 0 15px;
    background-color: #fff;
    height: 80px;
}
.affiliation img:hover{
	filter: grayscale(0);
}
.affiliation h2{
	font-family: 'Droid Serif', serif;
	text-align: center;
	color: #f5f5f5;
	font-size: 24px;
}
.affiliation p{
    color: #f5f5f5;
	font-family: "Raleway";
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.6px;
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: 600px;
	text-align: center;

}

.social-icon {
    height: auto;
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
}

.social-icon a {
    width: 16.66666667%;
    float: left;
    text-align: center;
    font-size: 44px;
    padding: 10px 0;
    color: #e5e5e5;
    transition: all .4s ease-in-out;
}
.social-icon a.facebook-icon{
	background-color: #234E9A;
}

.social-icon a.twitter-icon{
	background-color: #32AADC;
}
.social-icon a.google-plus-icon{
	background-color: #E2131E;
}
.social-icon a.pinterest-icon{
	background-color: #C8071D;
}
.social-icon a.facebook-icon{
	background-color: #3B5998;
}
.social-icon a.linkedin-icon{
	background-color: #007BB5;
}
.social-icon a.youtube-icon{
	background-color: #C71D20;
}

.social-icon a:hover{
	background-color: #222222;
}
.book-content .personal-info label{
    display: inline-block;
}
.trip-info input {
    display: inline-block;
    width:  100%;
}










footer {
    background-color: #1e76c4;
    padding: 40px 0;
    z-index: 101;
    position: relative;
}
footer h2{
	margin: 0;
	padding: 0px 0 10px 0;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
ul.footer-menu{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.footer-menu li a {
    color: #f5f5f5;
    text-decoration: none;
    line-height: 26px;
    font-size: 13px;
    letter-spacing: 0.6px;
}
ul.footer-menu li a:hover{
	color: #222;
}
/*
ul.footer-menu li:before{
	content: "\f105";
	font-family: "fontawesome";
	margin-left: -8px;
	margin-right: 5px;
	color: #f5f5f5;
}
*/
ul.footer-menu li
{
    margin-left:0;
}
.footer-contact .footer-contact-content i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
    color: #f5f5f5;
    margin-right: 10px;
}
.footer-contact-content {
    margin-bottom: 10px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    font-size: 13px;
}
.copyright{
	padding: 20px 0;
	background-color: #8dc63f;
}
.copyright p,
.copyright a{
	color: #000;
	text-decoration: none;
}
.copyright a:hover{
	color: #222;
}
.payment-methods ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.payment-methods li{
	display: inline-block;
}
.footer-social-section{
	padding: 20px 0;
	background-color: #222;
}
.footer-social a{
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
	color: #f5f5f5;
	font-size: 18px;
	border-radius: 5px;
}


.footer-social a.facebook-icon{
	background-color: #234E9A;
}

.footer-social a.twitter-icon{
	background-color: #32AADC;
}
.footer-social a.google-plus-icon{
	background-color: #E2131E;
}
.footer-social a.pinterest-icon{
	background-color: #C8071D;
}
.footer-social a.facebook-icon{
	background-color: #3B5998;
}
.footer-social a.linkedin-icon{
	background-color: #007BB5;
}
.footer-social a.youtube-icon{
	background-color: #C71D20;
}
.text h1 {
    margin-top: 10px ;
 }
 .text p {
    color: #5f676e;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.8px;
    word-spacing: 1px;
    margin-bottom: 20px;
 }
.tabs{
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.09);
}
.package-tab {
    border-bottom: 5px solid #1C76BC;
    display: inline-block;
    padding: 0;
    width: 100%;
    margin: 0;
    float: left;
}
.package-tab li {
    list-style: none;
    display: inline-block;
    float: left;
}
.package-tab li a {
    background-color: #fff;
    color: #000;
    padding: 15px 30px;
    margin-right: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
}
.package-tab li.active a{
    background-color: #1C76BC;
    color: #fff;
}

.package-detail-tab .tabs {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    margin: 0;
    min-height: 300px;
}

.trip-facts{
    height: 125px;
    width: 100%;
    background-color: #FDFDFD;
    border-bottom: 1px solid #ebebeb;
}
.tab-content{
    padding: 15px;
}
.parallax-image {
    width: 100%;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
}

.full-slider-page {
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 400px;
    background-color: #999;
}
.package-items {
    position: relative;
    margin-top: -180px;
    z-index: 22;
}

.full-slider-page h1{
    position: absolute;
    text-align: left;
    margin-top: 160px;
    color: #fff;
    text-shadow: 4px 4px 4px rgba(0,0,0,1);
    font-size: 36px;
    font-weight: 700;
    top: 0;
    z-index: 9999;
}

.package-sidebar .price {
    background-color: #1C76BC;
    text-align: center;
    margin-top: 50px;
    position: relative;
}
.package-sidebar .price .offer{
    position: absolute;
    top: -50%;
    right: 20px;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-color: #8DC642;
    box-shadow: 0 0 10px -5px #000;
    display: table;
}
.package-sidebar .price .offer span{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.package-sidebar .price .top-price{
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    color: #fff;
}
.package-sidebar .price .bottom-price{
    background-color: #374C5F;
    padding: 15px;
    color: #fff;
}
.package-sidebar .price .bottom-price p{
    color: #fff;
    font-size: 16px;
}
.trip-facts .fact-content {
    width: 20%;
    display: table;
    height: 125px;
    padding: 20px;
    border-right: 1px solid #ebebeb;
    text-align: center;
    float: left;
}
.fact-content .fact-icon {
    display: table;
    width: 30%;
    float: left;
    height: 100%;
}
.fact-content i {
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    color: #1C76BC;
    text-align: center;
}
.fact-content .content{
    display: table-cell;
    vertical-align: middle;
    width: 70%;

}
.fact-content .content span{
    width: 100%;
}
.fact-content .content .name{
    font-weight: 600;
    color: #333;
    text-align: center;
}
.face-content .content .title{
    color: #333;
}
.fact-icon .grade-icon {
    background-image: url(../images/trip-grade.png);
    width: 37px;
    height: 20px;
    display: inline-block;
    margin-top: 35px;
    background-repeat: none;
}
.fact-icon .grade-icon.Moderate{
    background-position: left -20px;
}

.fact-icon .grade-icon.Strenuous{
    background-position: left -40px;
}
.fact-icon .grade-icon.Challenging{
    background-position: left bottom;
}
.team-tab-content p, .tab-content p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222;
    letter-spacing: 0.8px;
    line-height: 28px;
}
.detail_itinerary h4 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 5px;
}
.detail_itinerary .itinerary{
    margin-bottom: 20px;
}
.price_inculde_exclude h3{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
}
.price_inculde_exclude ul{
    list-style: none;
    padding: 0;
}
.price_inculde_exclude ul li{
    margin-left: 25px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.8px;
    line-height: 28px;
}
.price_inculde_exclude .include ul li:before{
    content: "\f058";
    font-family: "fontawesome";
    margin-right: 5px;
    margin-left: -20px;
    color: #1C76BC;
}
.price_inculde_exclude .exclude ul li:before{
    content: "\f057";
    font-family: "fontawesome";
    margin-right: 5px;
    margin-left: -20px;
    color: #FCB627;
}
.booking-form h3{
    margin: 0 0 20px;
    color: #fff;
    font-family: 'Kaushan Script';
    font-size: 1.467em;
    font-weight: normal;
}
.booking-form{
    margin-top: 10px;
    padding: 35px 25px;
    padding-bottom: 30px;
    background: #1C76BC;
    border-radius: 3px;
    position: relative;
    text-align: center;
    z-index: 3;
    margin-bottom: 40px;
}
.booking-form input,
.booking-form textarea{
    border-radius: 3px;
    display: block;
    height: 45px;
    line-height: 21px;
    margin-bottom: 10px;
    padding: 12px 15px;
    width: 100%;
    border: none;
    background: rgba(255,255,255,0.9);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.booking-form input:focus,
.booking-form textarea:focus{
    background-color: #fff;
}
.booking-form textarea{
    height: 145px;
    resize: none;
}
.booking-form input[type="submit"] {
    position: absolute;
    bottom: -25px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 135px;
    text-align: center;
    left: 50%;
    margin: 0 0 0 -67px;
    border: 1px solid #fff;
    background-color: #FCB627;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    transition:all .4s ease-in-out;
}
.booking-form input[type="submit"]:hover{
    background-color: #1C76BC;
}
#ContactForm input,
#ContactForm textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #ebe6e6;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
#ContactForm textarea{
    height: 150px;
    resize: vertical;
}
#ContactForm input[type="submit"]{
    width: auto;
    padding: 10px 40px;
    background-color: #1E76C4;
    color: #fff;
    border-radius: 5px;
}
#ContactForm input[type="submit"]:hover {
    background-color: #000;
    color: fff;
}
.all-package-content{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px;
    min-height: 150px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.09);
    border-radius: 3px;
}
.all-package-content .featured-content{
    padding: 0;
    padding-top: 10px;
}
.all-package-content .featured-content h4 a{
    font-size: 18px;
    font-weight: 700;
    font-family: "Oxygen", sans-serif;
    color: #333;
}
.all-package-content .featured-content h4 a:hover{
    text-decoration: none;
}
.all-package-content .featured-content p{
    font:normal 400 15px/1.8em Oxygen;
    margin-top: -1 5px;
    color: #9A9A9A;
    line-height: 1.8em (27px);
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
}

.all-package-content .featured-image{
    position: relative;
    overflow: hidden;
}
.all-package-content .featured-image span.imp-note{
    width: 200px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    top: 20px;
    left: -67px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fefefe;
    text-align: center;
    background: #8CC541;
    font-size: 0.867em;
    font-family: Oxygen;
    font-weight: 700;
    font-style: normal;
}
.all-package-content a.trip-read-more {
    line-height: 3.000em;
    padding: 0 2em;
    margin:  5px 0 auto;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-family: Oxygen;
    font-weight: 700;
    font-style: normal;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: rgba(71,160,255,0.8);
    border-radius: 50px;
    text-align: center;
    display: block;
    width: 160px;
}
.all-package-content .duration{
    text-align: center;
    display: block;
    color: #000;
    margin-top: 38px;
    margin-right: 30px;
}
.all-package-content .price {
    font-size: 22px;
    text-align: center;
    width: 81%;
    font-weight: 700;
    display: inline-block;
    color: #8CC541;
}
.trip-search{
    padding: 35px 25px;
padding-bottom: 30px;
background: #1C76BC;
border-radius: 3px;
position: relative;
text-align: center;
z-index: 3;
margin-bottom: 40px;
clear: both;
}

.trip-search h3{
    margin: 0 0 20px;
    color: #fff;
    font-family: 'Kaushan Script';
    font-size: 1.467em;
    font-weight: normal;
}
.trip-search select{
    border-radius: 3px;
    display: block;
    height: 45px;
    line-height: 21px;
    margin-bottom: 15px;
    padding: 12px 15px;
    width: 100%;
    border: none;
    background: rgba(255,255,255,0.9);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 8px), calc(100% - 15px) calc(1em + 8px), calc(100% - 2.5em) 14px;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
.trip-search input[type="submit"] {
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 100%;
    text-align: center;
    border: 1px solid #fff;
    background-color: #FCB627;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .4s ease-in-out;
}

.trip-search input[type="submit"]:hover {
    background-color: #1C76BC;
}
.blog-page h1{
    font-family: "Oxygen", sans-serif;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.blog-page .all-package-content a.trip-read-more {
    margin: 0;
    height: 35px;
    width: 140px;
    line-height: 35px;
    margin-top: 10px;
    padding: 0;
}
.single-blog h5,
.blog-page .featured-content h5{
    color: #333;
    font-family: 'Kaushan Script';
    font-size: 1.067em;
}
.single-blog h5 i,
.blog-page .featured-content h5 i{
    color: #6CB3FF;
}
.blog-page h4 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.single-blog .blog-content{
    background: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.09);
    border-radius: 3px;
    padding: 30px 0;
    text-align: center;
}
.single-blog h1{
    margin: 0;
    margin-bottom: 20px;
    font-size: 1.867em;
    line-height: normal;
}
.single-blog h5{
    color: #333;
    font-family: 'Kaushan Script';
    font-size: 1.067em;
    margin-bottom: 15px;
}
.single-blog h5 i{
    margin-left: 10px;
    color: #1C76BC;
}
.blog-main-content{
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
    text-align: left;
}
.blog-main-content, .blog-main-content p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #333;
}
.sidebar-archive{
    padding: 35px 25px;
    padding-bottom: 30px;
    background: #1C76BC;
    border-radius: 3px;
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
    clear: both;
}
.sidebar-archive h3{
    margin: 0 0 10px;
    color: #fff;
    font-family: 'Kaushan Script';
    font-size: 28px;
    font-weight: normal;
    text-align: center;
}
.sidebar-archive ul{
    list-style: none;
    padding: 0;
}
.sidebar-archive h4{
    color: #fff;
}
.sidebar-archive ul li{
    margin-left: 25px;
    color: #fff;
}
.sidebar-archive ul li:before{
    content: "\f0da";
    font-family: "fontawesome";
    margin-right: 5px;
    margin-left: -20px;
}
.sidebar-archive ul li a{
    color: #fff;
}
.sidebar-archive h3 {
    margin: 0 0 10px;
    color: #fff;
    font-family: 'Kaushan Script';
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding-bottom: 7px;
}
label.error {
    position: absolute;
    width: 100%;
    text-align: left;
    margin-top: -10px;
    background-color: red;
    color: #fff;
    padding: 5px 10px;
    left: 0;
}
.page-content p{
    margin-bottom: 10px;
}

#book-now ul{
    list-style: none;
    padding: 0;
}
#book-now input, #book-now textarea {
    padding: 6px 10px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin-bottom: 10px;
}

.gender-selection ul li {
    display: inline-block;
    margin-right: 25px;
}
   .trip-info input {
    width: 50%;
   }
   .personal-info input {
    width: 50%;
   }
#book-now input[type="submit"] {
    width: auto;
    padding: 10px 40px;
    background-color: #1E76C4;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
#book-now input[type="submit"]:hover {
    background-color: #000;
    color: #fff;

}
.normal-page-content ul li,
.normal-page-content p{
    font-weight: 400;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.8px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.rating-star-1{
    height: 17px;
    width: 17px;
    background: url(../images/newstars.png) no-repeat;
}
.rating-star-2{
    height: 17px;
    width: 34px;
    display: inline-block;
    background: url(../images/newstars.png) no-repeat;
}
.rating-star-3{
    height: 17px;
    width: 51px;
    display: inline-block;
    background: url(../images/newstars.png) no-repeat;
}
.rating-star-4{
    height: 17px;
    width: 68px;
    display: inline-block;
    background: url(../images/newstars.png) no-repeat;
}
.rating-star-5{
    height: 17px;
    width: 88px;
    display: inline-block;
    background: url(../images/newstars.png) no-repeat;
}
.wpcr3_respond_2{
    display: block !important;
}
.wpcr3_respond_3{
    display: none;
}
.wpcr3_leave_text {
    font-size: 20px !important;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.wpcr3_review_form_text_field {
    padding: 0 !important;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.wpcr3_review_form_rating_field td:first-child,
.wpcr3_review_form_text_field td:first-child {
    width: 30%;
    float: left;
}
.wpcr3_review_form_rating_field td:nth-child(2){
    float: left;
}
.review-main-form input,
.review-main-form textarea{
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    resize: none;
    padding: 3px 7px;
}
.review-main-form input[type="file"]{
    border: none !important;
    padding: 0;
}
.wpcr3_cancel_btn{
    display: none !important;
}
.all-reviewss{
    border-bottom: 2px solid rgba(0,0,0,0.1);
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.all-reviewss h4{
    margin: 0;
    font-size: 16px;
}
.all-reviewss h3{
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}
.wpcr3_submit_btn {
    padding: 10px 35px !important;
    background: #1C76BC !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    margin-top: 10px;
}

.wpcr3_check_confirm {
    padding-top: 15px !important;
}
.country-select button, .country-select select {
   height: 30px;
    margin-bottom: 10px;
    width: 16%;
}
.check-box ul {
    margin-left: 18px;
}
.gender-selection ul {
    width: 50%;
}
.passport-enquiry input  {
    width: 50%!important;
}
.airfare ul {
    width: 55%;
    margin-bottom: 15px;
}
.accomodation select {
    width: 20%;
    border: 1px solid #e5e5e5;
    height: 30px;
}
.generation select {
    width: 50px;
}
.fix-age label {
    margin-top: 10px;
}
.checking label {
    margin-top: 10px;
}
.check-box li label {
    margin-top: 0;

}
.trip-info label {
    font-weight: 500;
   }
   label {
    font-weight: 500;
   }
   .book-content h2 {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
   }
   .personal h2 {
    margin-top: 25px;
   }
   .book-btn {
    margin-top: 50px;
   }
   .book-btn a {
    color: #fff;
    background-color: #8DC642;
    border: 1px solid #fff;
    padding: 0;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    line-height: 50px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    width: 100%;
    }
    .book-btn a:hover {
        background-color: #000;
        color: #fff;
    }
    .main-contact-info h2 {
        margin: 0;
        padding: 0;
        font-weight: normal;
        }
.top-menu span a {
    color: #FCB628;
}
.footer-contact-content a {
    color: #fff;
}
.trip-menu{
    padding:10px;
    background-color:#fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.09);    
}  
.other-adventure{
    position:relative;
}
.other-adventure .lsAction a {
    position: absolute;
    top: 45%;
    font-size: 70px;
    color: #fff;
    cursor: pointer;
}
.other-adventure .lsAction a.lSPrev {
    left: 20px;
}
.other-adventure .lsAction a.lSNext {
    right: 20px;
}
.re-trips {
    background-color: #fff;
    border-bottom: 5px solid #1c76bc;
    padding:20px 0;
    margin-top:30px;
    box-shadow:0 2px 3px rgba(0,0,0,0.09);
}
.re-trips h3 {
    margin-left: 15px;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}
.related-trips {
    display: inline-block;
    width: 100%;
}
.trip-button {
    margin-bottom: 0;
}
*::after, *::before {
    box-sizing: border-box;
}
*::after, *::before {
    box-sizing: border-box;
}
.team-tab .tab-links {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    float: left;
}
.team-tab li a {
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    color: #000;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.team-tab .tab-links li {
    display: inline-block;
    float: left;
}
.team-tab .tab-links li > a {
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    margin-right: 10px;
    padding: 15px 30px;
}
.team-tab li.active a {
    background-color: #1c76bc;
    color: #fff;
}
.team-tab-content {
    background-color: #fff;
    float: left;
    margin: 0;
    padding: 30px;
    width: 100%;
    border-top:5px solid #1c76bc; 
     box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
}
.team-tab-content h4{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
}
.team-tab-content h5{
    font-size:14px;
    font-weight:normal;
    margin:0;
}
.team-tab-content .team-image{
    text-align: center;
}
.team-tab-content .team-image img {
    margin: 0 auto;
    text-align: center;
    border: 5px solid #e5e5e5;
    border-radius: 50%;
}
.team-other .row {
    margin-top: 10px;
}
.team-row{
    margin-top:30px;
}
.menu-travel-information ul{
    list-style:none;
    padding:0;
    margin:0;
}
.menu-travel-information{
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.09);
    padding: 15px;
}
.menu-travel-information h3 {
    margin: 0;
    font-family: 'Kaushan Script';
    font-size: 1.467em;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
    background-color: #1C76BC;
    color: #fff;
    padding: 10px;
}
.menu-travel-information ul li{
    margin-left:20px;
}
.menu-travel-information ul li:before{
    content: "\f0da";
    font-family: "fontawesome";
    margin-right:7px;
    margin-left:-15px;
}
.menu-travel-information ul li a{
    text-decoration:none;
}
.breadcrumb{
    position: absolute;
    width: 100;
}
.breadcrumb {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 0;
}
.breadcrumb #breadcrumbs{
    margin:0;
    padding:10px;
    color:#fff;
}
.breadcrumb #breadcrumbs a{
    color:#fff;
}
.icon-activity {
    background-image: url(../images/activity.png);
    width: 25px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 40px;
    margin-top: 25px;
}
.legal-document h1 {
    margin: 20px 0;
}
.single-blog .blog-content img {
    width: 100%;
}
.wpcr3_div_2 {
    max-width: 100%;
}
.enquiry_btn{
    color:#fff !important;
}

.navbar-default .site-main-nav.navbar-nav  li.current-menu-item > a{
    color:#FCB627;
}
.information label {
   float: left;
   width: 180px; 
}
.passport-enquiry label {
    width: 180px;
}
.personal label {
    float: left;
}
.reviews-content.main-client-review {
    height: 200px;
}
.sidebar_sticky.isFixed{
    margin-top:-73px;
}
.nepal-tour .sub-menu {
    width: 325px!important;
}




.footer-social-section, 
.copyright{
    position:relative;
    z-index:101;
}

.sticky-scroll-box.fixed {position: fixed;top: 40px;width: 262px;}


.footer-link{
    
    text-align:center !important;
}
.footer-link a{
    text-decoration:none ;
    color:white;
    font-size:15px;
    }
 #home-departures{
    padding:40px 0;
 }   
#home-departures h2 {
    font-family: 'Droid Serif', serif;
    text-align: center;
    color: #2975BC;
    font-size: 26px;
}
.home-departure-content {
    background-color: #2975BC;
    padding: 15px;
    border-radius: 5px;
    margin-bottom:30px;
}
.home-departure-content a{
    font-size:16px;
    color:#fff;
}
.departure-price{
    font-size:16px;
}
.home-departure-content .btn-danger {
    background: #FCB627;
    border: none;
}
.package-tab li:last-child a {
    margin-right: 0;
}
/************* affiliation css start ******************/
#affiliation{
	padding: 30px 0;
	margin-left: 0px;
}
#affiliation h4 {
     color: #000000;
    font-family: "Droid Serif",serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
    opacity: 0.37;
    text-transform: uppercase;
}
.affiliation-section{
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	padding: 20px;
	position: relative;
	background-color: #fff;
}

.affiliation-section::before {
    content: "";
    height: 40px;
    width: 50%;
    box-shadow: -3px 8px 6px 0px rgba(0, 0, 0, 0.5);
    display: inline-block;
    position: absolute;
    bottom: 7px;
    left: 10px;
    z-index: -3;
    transform: rotate(-1deg);
}
.affiliation-section::after {
    content: "";
    height: 40px;
    width: 50%;
    box-shadow: 3px 8px 6px 0px rgba(0, 0, 0, 0.5);
    display: inline-block;
    position: absolute;
    bottom: 7px;
    right: 10px;
    z-index: -3;
    transform: rotate(1deg);
}
.recommended img {
    max-width: 220px;
    padding: 4px 0;
}
/************* affiliation css end ******************/

/************** css for comment form start *******************/
.comments-area .form-control {
    width: inherit;
}
.comments-area .control-label {
    text-align: left;
}
.comment-reply-title {
    text-align: left;
    color: #ff9900;
    padding-left: 15px;
    margin: 0;
}
.comment-notes {
    color: #aaaaaa;
    text-align: left;
    font-weight: lighter;
    padding: 5px 0 10px 15px;
    letter-spacing: 1px;
}
p.form-submit {
    text-align: right;
    width: 60%;
}
p.form-submit input.submit {
    background-color: #1c76bc;
    border: medium none;
    color: #ffffff;
    font-weight: 600;
    padding: 6px 12px;
    box-shadow: inset 0 0 0 0 #C14800;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
p.form-submit input.submit:hover {
    box-shadow: inset 0 100px 0 0 #C14800;
}/*******************************/

/************** css for comment list ****************/
.comment-list footer {
    padding: 0;
    background: inherit;
}
.comment-list {
    clear: both;
}
ol.comment-list {
    padding-left: 15px;
}
ol.comment-list li {
    list-style: none;
    clear: both;
    padding: 10px 0;
    display: block;  
    background-color: #f9f9f9;
    height: 100px; 
    margin-bottom: 20px;
}
.comment-list .comment-meta, .comment-list .comment-content, .comment-list .reply {
    float: left;
}
.comment-list .comment-meta {
    width: 20%;
}
.comment-list .comment-content {
    width: 65%;
}
.comment-list .reply {
    width: 10%;
}
.comment-meta img {
    width: inherit!important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid #1e76c4;
}
.comment-content p {
    text-align: left;
    margin-left: 20px;
}
.comment-metadata a {
    color: #ffffff;
    opacity: 0.8;
    font-size: 10px;
}
.comment-metadata {
    background-color: #1e76c4;
}