/*   font   */
@font-face {
	font-family: 'Helvetica-light';
	src: url('../fonts/HelveticaNeueLT-Roman.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica-light';
	src:  url(../fonts/HelveticaNeueLT-Roman.woff) format('woff'), url('../fonts/HelveticaNeueLT-Roman.ttf')  format('truetype'), url('../fonts/HelveticaNeueLT-Roman.svg#HelveticaNeueLT-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'Helvetica-thin';
  src: url('../fonts/HelveticaNeueLT-Thin.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica-thin';
  src:  url(../fonts/HelveticaNeueLT-Thin.woff) format('woff'), url('../fonts/HelveticaNeueLT-Thin.ttf')  format('truetype'), url('../fonts/HelveticaNeueLT-Thin.svg#HelveticaNeueLT-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'myriad-pro';
	src: url('../fonts/myriad-pro.eot');
	src: local('myriad-pro'), url('../fonts/myriad-pro.woff') format('woff'), url('../fonts/myriad-pro.ttf') format('truetype');
}


/********************/




body{
	margin: 0;
	padding:0;
	font-family: 'Helvetica-light';
}
.clear{
	clear: both;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Helvetica-light';
}
p{
	font-size: 18px;
	line-height: 23px;
	color: #484848;
}






/************************************************************
						Header
************************************************************/

.topbar{
	//background-color: #000000;
        background-color:#39b8f5;
	padding:6px 0;
}
.page-center{
	max-width: 1200px;
	float: none;
	margin: auto;
}
.home .container{
	max-width: 1100px;
}
.topbar .social{
	float: right;
	text-align: right;
}
.topbar .social ul{
	margin: 0;
	padding: 0;
}
.topbar .social ul li{
	list-style:none;
	float: left;
	padding-left:30px;
}
.topbar .social ul li a{
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
.topbar .social ul li span{
	font-size: 16px;
	float: left;
	font-family: 'Helvetica-light';
}
.topbar .social ul li a i{
    float: left;
    line-height: 23px;
    margin-right: 10px;
}
.topbar .social ul li a:hover{
	color: #fff;
}
.navbar-fixed-top{
	top:40px !important;
}
.navbar{
	height: 85px;
	background-color: #fff;
	margin-bottom: 0px;
	border: 0;
}
.navbar-brand{
	padding: 5px 0;
    height: auto;
}
.navbar-brand img{
	height: 75px;
}
.navbar-nav > li > a{
	/*height: 85px;*/
	line-height: 30px;
	padding: 7px 30px;
	font-family: 'Helvetica-light';
}
.navbar-nav > li > a:hover{
	background-color: #d9dada;
}
ul.nav.navbar-nav.navbar-right {
    margin-top: 18px;
}
.navbar-nav li{
	/*border-right: #d9dada solid 1px;*/
}
.navbar-nav li:hover{
	/*background-color: #4b1a75;*/
         background-color: #45b8f9;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-otransition:all .3s ease;
}
.navbar-nav li:hover a{
	color: #FFF !important;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-otransition:all .3s ease;
}
.navbar-nav li:first-child{
	font-size: 30px;
	border-right: none;
}
.navbar-nav li.active:hover a{
	color: #777 !important;
}
.navbar-nav li a:hover, .home .navbar-nav li:first-child:hover i{
	color: #ea3d00;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
	margin-left: 0;
}

/*************		Header end		*************/
/************************************************************
							Footer
************************************************************/

.footer{
	background-color: #bab9b9;
	padding: 20px 0;
}
.footer h2{
	font-family: 'Helvetica-light';
	color: 	#ed3d00;
	font-size: 18px;
}
.footer a{
	color: #6e6f6f;
	font-family: 'Helvetica-light';
	font-size: 16px;
}
.footer ul{
	margin: 0;
	padding: 0;
	margin-top: 25px;
}
.footer li{
	list-style: none;
	line-height: 25px;
}
.footer li:hover a{
	color: 	#ed3d00;
	text-decoration: none;
}
.footer p{
	color: #6e6f6f;
	font-family: 'Helvetica-light';
	font-size: 16px;
}
.footer p:nth-child(2){
	margin-top: 25px;
}
.footer .social{
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 20px;
}
.footer .social li{
	float: left;
	margin-right: 15px;
	list-style: none;
}
.footer .social a{
	width: 25px;
	height: 25px;
	border-radius: 25px;
	color: #fff;
	font-size: 12px;
	display: block;
	line-height: 28px;
	text-align: center;
}
.footer .social a:hover{
	background-color: #fff;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-otransition:all .3s ease;
}
.footer .social .fb{
	background-color: #3b5998 ;
}
.footer .social .insta{
	background-color: #444;
}
.footer .social .ln{
	background-color: #1686b0;
}
.footer .social .tw{
	background-color: #1cb7eb;
}
.footer .social .pin{
	background-color: #ca3737;
}
.copyright{
	background-color: #999999;
	border-top: #666 solid 1px;
	line-height: 70px;
}
.copyright .terms{
	float: right;
	display: block;
	color: #ed3d00;
}
.copyright .terms a{
	color: #6e6f6f;
	text-decoration: none;
	padding-left: 10px;
	font-family: 'Helvetica-light';
}

.copyright p{
	font-family: 'Helvetica-light';
	color: #ed3d00;
    display: initial;
    font-size: 14px;
}

/***********    footer end    **************/
/************************************************************
							Home page
************************************************************/

/*.home .box{
    width:100%;
    height:auto;
    background-color:rgb(41, 128, 185);
}*/
.box{
	width:100%;
}
.box.new{
    height: 150px;
    color: white;
    padding-top: 7%;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}
.box.new::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.box.new:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 120%;
		height: 120%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 120%;
		height: 120%;
		opacity: 0;
	}
}
.box.new img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.box.new:hover  img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.box.new h2 {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.box.new:hover  h2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.home .carousel-control:hover, .carousel-control:focus{
	opacity: .7;
}
.home .slider-container{
	position: relative;
}
.home .slider-content{
	position: absolute;
	width: 60%;
	height: auto;
	top:58%;
	left: 10%;
	z-index:9999999;
}
.home .slider-content h2{
	font-family: 'Helvetica-thin';
	color: #fff;
	font-size: 60px;
	font-weight: normal !important;
}
.home .slider-content p{
	font-family: 'Helvetica-thin';
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal !important;
}
.home .carousel-control{
	display: none;
}
.home .form-container{
	width: 100%;
    background-color:rgb(4, 118, 134);
	height: auto;
	/*position: absolute;
	bottom: 0;*/
}
.home .form{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    float: left;
    margin-bottom: 15px;
}
.home .form input::-webkit-input-placeholder {
  color: #fff;
}
.home .form select, .home .form input{
	width: 19%;
	float: left;
	height: 33px;
	background-color: transparent;
	border-radius:0 !important;
	border: #fff solid 1px;
	color: #fff;
	margin-bottom: 13px;
    margin-right: 1.25%;
}
.home .form select, .home .form input::placeholder{color: #b3aeae;}
.home .form input:nth-child(5){
	margin-right: 0;
}
.home .form select option{
	color:#333;
}
.home .form h2{
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin:20px 0;
}
.home .form .btn:hover{
	background-color: #ea3d00;
	color: #fff;
	border:none;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-otransition:all .3s ease;
}
.section.new{
    padding:60px 0 60px 0	;
}
.home .section2{
	padding:60px 0	;
}
.home .section2 .box{
	max-width: 320px;
	float: left;
	width: 100%;
	height: 200px;
    display: table;
    margin-left: 60px;
    margin-bottom: 35px;
}
.home .section2 .box:nth-child(odd){
	margin-left: 0;
}
.home .section2 .box:nth-child(3),.home .section2 .box:nth-child(4){
	margin-bottom:0;
}
.home .section2 .box h2{
    vertical-align: middle;
    float: none;
    width: 100%;
    color: #fff;
    display: table-cell;
    text-align: center;
    padding: 0 60px;
    font-family: 'Helvetica-thin';
}
.home .violet{
	background-color: #4b1a75;
}
.home .light-violet{
	background-color: #564c6e;
}
.home .dark-orange{
	background-color: #f33f00;
}
.home .light-orange{
	background-color: #ec781f;
}
.home .cyan{
	background-color: #097a8a;
}
.home .green{
	background-color: #3e6721;
}
.home .blue-newer{background-color: #089eb4;}
/**-nday package*/
.pkg-ttl {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.pkg-ttl:before {
    content: '';
    height: 1px;
    width: 100%;
    background: #421a7a;
    position: absolute;
    left: 0;
    top: 60%;
}
.pkg-ttl h2 {
    font-family: 'Oxygen';
    display: inline-block;
    font-size: 24px;
    color: #39b8f5;
    background: #fff;
    padding-right: 10px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}
.packages-top {
    margin-bottom: 15px;
    text-align: justify;
}
.select-days h4 {
    display: inline-block;
    float: left;
    padding: 5px 25px 5px 15px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: #39b8f5;
}
 .select-days {
         width: 100%;
    height: 40px;
  }
  .after-select-days{margin-top: 100px;}
  .select-days:before {
    content: "";
    position: absolute;
    left: 80px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 20px solid #39b8f5;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
.select-days ul {
    float: left;    
    margin-left: -18px;
    margin-top: 13px;
}
.select-days ul li {
    float: left;
    margin-right: 10px;
}
#current-day {
    background: #39b8f5;
    color: #fff;
}
.select-days ul{
    list-style: none;
    position: absolute;
    margin-left: 70px;
    width: 200%;
}
.select-days ul li a {
    display: block;
    height: 35px;
    width: 35px;
    color: #000;
    line-height: 35px;
    text-align: center;
    line-height: 30px;
    background: #e8e2ee;
    border: 4px solid #e8e2ee;
    text-decoration: none;
}
.select-days ul li a:hover {
    background: #39b8f5;
    color: #fff;
}
/*new adventure box*/
.adventure-box.new {
    padding: 20px;
    border: #a38bb8 solid 1px;
    margin-bottom: 25px;
    float: left;
}
.adventure-box.new .images{
        float: left;
    width: 40%;
}
.adventure-box.new .images img {
    width: 100%;max-height: 170px;    min-height: 170px;
}
.adventure-box.new .content {
    width: 60%;
    padding-left: 15px;
    box-sizing: border-box;
    float: left;
}
.adventure-box.new .content a {
    color: #fff;
    background-color: #ed3d00;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 10px;
    display: inline-block;
}
.adventure-box.new .content h3 {
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #39b8f5;
    font-size: 17px;
    text-transform: uppercase;
}
.adventure-box.new .content p {
    font-size: 14px;
}
/*new sidebar*/
.next{
    margin-top: 20px;
}
.rightbar.new{padding-top: 10px;}
.home .rightbar.new .heading{
	background-color:#525050;
	height:45px;
	line-height:45px;
	box-sizing:border-box;
	font-family: 'Helvetica-light';
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	width:100%;
        text-align:center;
}
.home .rightbar.new .ncontents div{    
    padding-top: 13.5px;
    float: left;
    width: 100%;
}
.home .rightbar.new .ncontents div::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.home .rightbar.new .ncontents div:hover::before {
	-webkit-animation: circle1 .75s;
	animation: circle1 .75s;
}
@-webkit-keyframes circle1 {
	0% {
		opacity: 0;

		height: 100%;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 100%;
		opacity: 0;
	}
}
@keyframes circle1 {
	0% {
		opacity: 0;

		height: 100%;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}
.home .rightbar.new .ncontents div p{  
    color: white;
    text-align: center;
}

.home .rightbar.new.inside .icon-ncontents div{
    background: #edebeb;
    padding-left: 0px;
        color: #444;
    font-size: 18px;
    font-family: 'myriad-pro';
    text-transform: uppercase;
    line-height: 60px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 15px;
}

.home .rightbar.new.inside .heading{
    background-color: #39b8f5;
}
.home .rightbar.new.inside{
            min-height: 362px;
}
.home .rightbar.new.inside.border-ok{
    border: 1px solid #461a77;
    padding-top:0px;
    overflow: hidden;
}
.home .rightbar.new.inside.border-ok .heading{
    margin-bottom: 30px;
}
.home .rightbar.new.inside .ncontents div{
        background: #edebeb;
        border-bottom: 1px solid;
}
.home .rightbar.new.inside .ncontents li{
    color: #e54e14;
    float: left;
    font-size: 36px;
    clear: both;
    list-style: square;
    margin-top: -10px;
}
.home .rightbar.new.inside .ncontents li p{
            font-size: 14px;
    color: #461a77;
        float: right;
        margin-top: 15px;
        margin-left: 12px;
}
.home .rightbar.new.inside .ncontents div.active,.home .rightbar.new.inside .ncontents div:hover{
    cursor: pointer;    
    font-weight: bolder;
}

/*.home .rightbar.new .ncontents .nrow1{background-color: #d6b4e7;}
.home .rightbar.new .ncontents .nrow2{background-color: #c18eda;}
.home .rightbar.new .ncontents .nrow3{background-color: #ac68cc;}
.home .rightbar.new .ncontents .nrow4{background-color: #9744be;}
.home .rightbar.new .ncontents .nrow5{background-color: #793698;}
.home .rightbar.new .ncontents .nrow6{background-color: #6e3692;}*/

.home .rightbar.new .ncontents .nrow1{background-color: #96d9f1;}
.home .rightbar.new .ncontents .nrow2{background-color: #8ed5ec;}
.home .rightbar.new .ncontents .nrow3{background-color: #75cae2;}
.home .rightbar.new .ncontents .nrow4{background-color: #65c4dc;}
.home .rightbar.new .ncontents .nrow5{background-color: #47b4cc;}
.home .rightbar.new .ncontents .nrow6{background-color: #089eb4;}
/*end*/

.home .sidebar{
	max-width:320px;
	float:right;
	width:100%;
}
.home .sidebar .heading{
	background-color:#525050;
	height:45px;
	line-height:45px;
	box-sizing:border-box;
	font-family: 'Helvetica-light';
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	width:100%;
	float:left;
        text-align:center;
}
.home .sidebar .contents{
	float:left;
	width:100%;
}
.home .sidebar .contents p{
	text-align:center;
	vertical-align: middle;
    float: none;
	font-family: 'Helvetica-light';
	color:#fff;
    display: table-cell;
    padding:29px 0; 
}
.box h2{font-size: 17px;}
.home .sidebar .contents .row1{
    background-color: #d6b4e7;
    min-height: 80px;
    width: 50%;
    display: table;
    border-left: none;
    float: left;
}

.home .sidebar .contents div:nth-child(even){
	border-left:#fff solid 1px;
}
.home .sidebar .contents .row2{
    background-color: #c18eda;
    min-height: 80px;
    width: 50%;
    display: table;
    border-left: none;
    float: left;
}
.home .sidebar .contents .row3{
    background-color: #ac68cc;
    min-height: 80px;
    width: 50%;
    display: table;
    border-left: none;
    float: left;
}
.home .sidebar .contents .row4{
    background-color: #9744be;
    min-height: 80px;
    width: 50%;
    display: table;
    border-left: none;
    float: left;
}
.home .sidebar .contents .row5{
    background-color: #793698;
    min-height: 80px;
    width: 50%;
    display: table;
    border-left: none;
    float: left;
}
.home .section3{
	background-color:#ebebeb;
	padding:65px 0 30px 0; 
}
.home .section3 .box{
	height: 200px;
    display: grid;
    margin-bottom: 35px;
    text-align: center;
}
.home .section3 .box:nth-child(1), .home .section3 .box:nth-child(4){
	margin-left:0;
}
.home .section3 .box img{
    vertical-align: middle;
    margin:auto;
	margin-top:13%;
	margin-bottom:0px;
    display: table-cell;
    text-align: center;
}
.home .section3 .box h2{
    vertical-align: middle;
    margin:auto;
    display: table-cell;
    text-align: center;
	width:100%;
	color:#fff;
	font-size:18px;
	margin-bottom:45px;
	font-family: 'Helvetica-light';
}
@-moz-document url-prefix() { 
  .home .section3 .box{
     position: relative;
  }
  .home .section3 .box h2{
  	 position: absolute;
  	 bottom: 0px;
  }
}

.home .section3 .container a:hover{
	text-decoration:none;
}
.home .section3 .box:hover{
	box-shadow:0 0 15px rgba(0,0,0,.4);
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-otransition:all .3s ease;
}
.home .section4{
        background-color:#ebebeb;
	padding:65px 0; 
}
.home .section4 .content-box{
	padding:20px;
	font-family: 'Helvetica-light';
	border:#aaaaaa solid 1px;
}
.home .section4 .content-box img{
	width:100%;
}
.home .section4 .content-box h2{
	color:#4b1a75;
	font-family: 'Helvetica-light';
	margin:30px 0 20px 0;
    font-size: 25px;
}
.home .section4 .content-box p{
	color: #777;
    font-size: 18px;
    line-height: 25px;
	font-family: 'Helvetica-light';
}
.home .section4 .content-box .btn{
	background-color:#ea3d00;
	padding:0 20px;
	height:40px;
	line-height:35px;
	color:#fff;
	font-size:16px;
}
.home .section4 .content-box .btn:hover{
	background-color:#333;
}
.home .section5{
	background-image:url(../images/gallery-bg.jpg);
	background-size:cover;
	padding:20px 0;
}
.home .section5 .title{
	color:#f33f00;
	font-size:28px;
	font-family: 'Helvetica-light';
}
.home .carousel-indicators{
	display: none;
}

/************************************************************
							Contact page
************************************************************/
.contact .container {
    max-width: 1100px;
}
.contact .navbar-nav li:first-child{
	/*border-right: #d9dada solid 1px;
	border-left: #d9dada solid 1px;*/
}
.contact .strip{
	background-color: #8a8a8a;
}
.contact .strip h2{
	margin: 22px 0; 
	color: #fff;
	font-size: 32px;
	font-family: 'myriad-pro';
}
.contact .section1{
	padding: 75px 0;
}
.contact .section1 .form{
	font-family: 'Helvetica-light';
}
.contact .section1 .form label{
	display: block;
	margin-bottom: 10px 0 20px 0;
}
.contact .section1 .form input{
	width: 100%;
	padding-left: 5px;
	height: 33px;
	border:#a088b4 solid 1px;
	margin-bottom: 20px;
}
.contact .section1 .form textarea{
	width: 100%;
	padding-left: 5px;
	height: 150px;
	resize: none;
	border:#a088b4 solid 1px;
	margin-bottom: 20px;
}
.contact .section1 .form .btn{
	background-color: #39b8f5;
    padding: 0 20px;
    height: 40px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
 	max-width: 200px;
	display: inline-block;
	float: right;
}
.contact .section1 .form .btn:hover{
	background-color: #333;
}
.contact .section1 .address{
	font-family: 'Helvetica-light';
}
.contact .section1 .address p{
	line-height: 22px;
}
.contact .section1 .social{
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 20px;
}
.contact .section1 .social li{
	float: left;
	margin-right: 15px;
	list-style: none;
}
.contact .section1 .social a{
	width: 25px;
	height: 25px;
	border-radius: 25px;
	color: #fff;
	font-size: 12px;
	display: block;
	line-height: 26px;
	text-align: center;
}
.contact .section1 .social a:hover{
	background-color: #4b1a75;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-otransition:all .3s ease;
}
.contact .section1 .social .fb{
	background-color: #3b5998 ;
}
.contact .section1 .social .insta{
	background-color: #444;
}
.contact .section1 .social .ln{
	background-color: #1686b0;
}
.contact .section1 .social .tw{
	background-color: #1cb7eb;
}
.contact .section1 .social .pin{
	background-color: #ca3737;
}
.contact .section1 .map{
	min-height: 230px;
	width: 100%;
	margin-top: 30px;
	float: left;
}


/************************************************************
							Packages page
************************************************************/

.packages .navbar-nav li:first-child{
	/*border-right: #d9dada solid 1px;
	border-left: #d9dada solid 1px;*/
}
.packages .container {
    max-width: 1100px;
}
.packages .navbar-nav li:first-child{
	/*border-right: #d9dada solid 1px;
	border-left: #d9dada solid 1px;*/
}
.packages .strip{
	background-color: #8a8a8a;
}
.packages .strip h2{
	margin: 22px 0; 
	color: #fff;
	font-size: 32px;
	font-family: 'myriad-pro';
}
.packages .section1{
	padding: 70px 0 30px 0;
}
.packages .section1 .link{
	margin-bottom: 40px;
}
.packages .section1 .package-box{
	border: #4b1a75 solid 1px;
	width: 100%;
	padding: 20px 20px 10px 20px;
}
.packages .section1 .link a{
	display: block;
    background-color: #39b8f5;
    padding: 6px 0;
    text-align: center;
    color: #fff;
}
.packages .section1 .link a:hover{
	text-decoration: none;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-otransition:all .3s ease;
}
.packages .section1 .package-box img{
	width: 100%;
}
.packages .section1 .package-box a{
	text-decoration: none;
	color: #4b1a75;
	font-size: 17px;
	font-weight: bold;
	margin-top: 5px;
	display: block;
	text-transform: uppercase;
	text-align: center;
}


/************************************************************
							About page
************************************************************/
.about .container {
    max-width: 1100px;
}
.about .navbar-nav li:first-child{
	/*border-right: #d9dada solid 1px;
	border-left: #d9dada solid 1px;*/
}
.about .section1 {
    padding: 75px 0;
}
.about .section1 p:first-child{
    margin-top: 20px;
}
.about .section2{
	padding:0 0 60px 0; 
}
.about .section2 .content-box{
	padding:20px;
	font-family: 'Helvetica-light';
	border:#aaaaaa solid 1px;
	min-height: 610px;
}
.about .section2 .content-box img{
	width:100%;
}
.about .section2 .content-box h2{
	color:#4b1a75;
	font-family: 'Helvetica-light';
	margin:30px 0 20px 0;
}
.about .section2 .content-box p{
	color: #777;
    font-size: 18px;
    line-height: 25px;
	font-family: 'Helvetica-light';
}
.about .section2 .content-box .btn{
	background-color:#4b1a75;
	padding:0 20px;
	height:40px;
	line-height:35px;
	color:#fff;
	font-size:16px;
}
.about .section2 .content-box .btn:hover{
	background-color:#333;
}
.about .section3{
	padding: 60px 0;
	background-color:#f6f6f6;
}
.about .section3 p{
	font-size: 14px;
	line-height: 22px;
}
.about .section3 .tips{
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
	border: #eee solid 1px;
}
.about .section3 .tips h2{
	margin: 10px 0 20px 0;
	font-family: 'Helvetica-light';
	color:#4b1a75;
	font-weight: bold;
	font-size: 25px;
}
.about .section3 .tips ul{
	padding-left: 18px;
}
.about .section3 .tips li{
	list-style:circle;
	line-height: 25px;	
}
.about .section3 h3 a{
	color: #4b1a75;
}
.about .section3 h3 a:hover{
	text-decoration: none;
}



/************************************************************
							Services page
************************************************************/

.services .container {
    max-width: 1100px;
}
.services .navbar-nav li:first-child{
	/*border-right: #d9dada solid 1px;
	border-left: #d9dada solid 1px;*/
}
.services .strip{
	background-color: #8a8a8a;
}
.services .strip h2{
	margin: 22px 0; 
	color: #fff;
	font-size: 32px;
	font-family: 'myriad-pro';
}
.services .section1{
	padding: 70px 0 30px 0;
}
.services .section1 .link{
	margin-bottom: 40px;
}
.services .section1 .services-box{
	border: #4b1a75 solid 1px;
	width: 100%;
	padding: 20px 20px 10px 20px;
}
.services .section1 .link a{
	display: block;
    background-color: #39b8f5;
    padding: 6px 0;
    text-align: center;
    color: #fff;
}
.services .section1 .link a:hover{
	text-decoration: none;
	background-color: #248bbc;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-otransition:all .3s ease;
}
.services .section1 .services-box img{
	width: 100%;
}
.services .section1 .services-box a{
	text-decoration: none;
	color: #4b1a75;
	font-size: 17px;
	font-weight: bold;
	margin-top: 5px;
	display: block;
	text-transform: uppercase;
	text-align: center;
}




/************************************************************
							Blog page
************************************************************/
.blog .container {
    max-width: 1100px;
}
.blog .navbar-nav li:first-child{
	border-right: #d9dada solid 1px;
	border-left: #d9dada solid 1px;
}
.blog .strip{
	background-color: #8a8a8a;
}
.blog .strip h2{
	margin: 22px 0; 
	color: #fff;
	font-size: 32px;
	font-family: 'myriad-pro';
}
.blog .pager .active a{
    background-color : #4a1a74;
    color: #FFF;
    border: 0px;
}
.blog .pager .previous > a, .pager .previous > span{
	float: inherit;
}
.blog .section1{
	padding: 70px 0;
}
.blog .section1 .caption h3{
	margin: 10px 0;
	color: #4b1a75;
    font-weight: bold;
}



/************************************************************
							Adventure page
************************************************************/
.adventure .strip{
	background-color: #8a8a8a;
}
.adventure .strip h2{
	margin: 22px 0; 
	color: #fff;
	font-size: 32px;
	font-family: 'myriad-pro';
}
.adventure .container {
    max-width: 1100px;
}
.adventure .section1{
	padding: 70px 0;
}
.adventure .section1 .content{
	width: 60%;
	padding-left: 15px;
	box-sizing: border-box;
	float: left;
}
.adventure .section1 .content h3{
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #4b1a75;
	font-size: 19px;
	text-transform: uppercase;
}
.adventure .section1 .content p{
	 font-size: 14px;
	 line-height: 18px;
}
.adventure .section1 .content a{
	color: #fff;
	background-color: #ed3d00;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 10px;
	display: inline-block;
}
.adventure .section1 .images{
	float: left;
	width: 40%;
}
.adventure .section1 .images img{
	width: 100%;max-height: 156px;
}
.adventure .section1 .adventure-box{
	padding: 20px;
	border: #a38bb8 solid 1px;
	margin-bottom: 25px;
	float: left;
}







/************************************************************
							Adventure page
************************************************************/
.gallery .strip{
	background-color: #8a8a8a;
}
.gallery .strip h2{
	margin: 22px 0; 
	color: #fff;
	font-size: 32px;
	font-family: 'myriad-pro';
}
.gallery .navbar-nav li:first-child{
	/*border-right: #d9dada solid 1px;
	border-left: #d9dada solid 1px;*/
}
.gallery .section1{
	padding: 70px 0;
}
.gallery .grid figure{
	padding: 10px;
}




/************************************************************
							Package Details page
************************************************************/

.package-detail .container {
    max-width: 1100px;
}
.package-detail .navbar-nav li:first-child{
	/*border-right: #d9dada solid 1px;
	border-left: #d9dada solid 1px;*/
}
.package-detail .strip{
	background-color: #8a8a8a;
}
.package-detail .strip h2{
	margin: 22px 0; 
	color: #fff;
	font-size: 32px;
	font-family: 'myriad-pro';
}
.package-detail .section2 {
	padding: 40px 0;
}
.package-detail .section2 h3{
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #4b1a75;
    font-size: 20px;
}
.package-detail .section2 p{
    font-size: 16px;
}
.package-detail .section2 .Overview{
	padding-bottom: 50px;
}
.package-detail .section2 .Places{
	margin-bottom: 50px;
}
.package-detail .section2 .Places h3{
	margin-bottom: 10px;
}
.package-detail .section2 .Places a:nth-child(2){
	background-color: #4b1a75;
	padding: 6px 20px;
	margin-right: 15px;
	color: #fff;
	float: left;
	margin-top: 10px;
	font-size: 16px;
}
.package-detail .section2 .Places a:nth-child(3){
	background-color: #ea3d00;
	padding: 6px 20px;
	margin-right: 15px;
	color: #fff;
	float: left;
	margin-top: 10px;
	font-size: 16px;
}
.package-detail .section2 .Places a:nth-child(4){
	background-color: #097a8a;
	padding: 6px 20px;
	font-size: 16px;
	margin-top: 10px;
	float: left;
	margin-right: 30px;
	color: #fff;
        margin-right: 15px;
}
.package-detail .section2 .Places a:nth-child(5){
	background-color: #ffc000;
	padding: 6px 20px;
	font-size: 16px;
	margin-top: 10px;
	float: left;
	margin-right: 30px;
	color: #fff;
        margin-right: 15px;
}
.package-detail .section2 .Places a:nth-child(6){
	background-color: #00cad7;
	padding: 6px 20px;
	font-size: 16px;
	margin-top: 10px;
	float: left;
	margin-right: 30px;
	color: #fff;
        margin-right: 15px;
}
.package-detail .section2 .Places a:nth-child(7){
	background-color: #029a1b;
	padding: 6px 20px;
	font-size: 16px;
	margin-top: 10px;
	float: left;
	margin-right: 30px;
	color: #fff;
        margin-right: 15px;
}
.package-detail .section2 .Gallery{
	padding: 0;
}
.package-detail .left-content .Gallery .g-images,.g-images{
	float: left;
	width: 48%;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
    max-height: 150px;
}
.package-detail .left-content .Gallery .g-images:nth-child(odd),.g-images:nth-child(odd){
	margin-left: 4%;
}
.package-detail .left-content .Gallery .g-images img,.g-images img{
	width: 100%;
    min-height: 150px;
}
.package-detail .left-content .Gallery .g-images a,.g-images a{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 150px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
}
.package-detail .left-content .Gallery .g-images a:hover,.g-images a:hover{
	opacity: 1;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-otransition:all .3s ease;
}
.package-detail .left-content iframe{
	min-height: 320px;
}
.package-detail .right-content .sidebar-links .links{
	background-color: #ccc;
	margin-bottom: 15px;
	height: 60px;
	line-height: 60px;
	float: left;
	width: 100%;
}
.package-detail .right-content .sidebar-links .icons{
	float: left;
}
.package-detail .right-content .sidebar-links .text{
	float: left;
	padding-left: 15px;
	box-sizing: border-box;
}
.package-detail .right-content .sidebar-links .text a{
	color: #444;
	font-size: 18px;
	font-family: 'myriad-pro';
	text-transform: uppercase;
	line-height: 60px;
	font-weight: bold;
	text-decoration: none;
}
.package-detail .right-content .sidebar-links .links:hover a{
	text-decoration: none;
	color: #ea3d00;
}
.package-detail .right-content .sidebar-links{
	margin-top: 40px;
}
.package-detail .right-content .form{
	border: #ddd solid 1px;
	padding: 20px;
	float: left;
	margin-top: 20px;
}
.package-detail .right-content .form input{
	width:100%;
	border: #ddd solid 1px;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 5px;
}
.package-detail .right-content .form textarea{
	width: 100%;
	height: 80px;
	border: #ddd solid 1px;
	resize: none;
}
.package-detail .right-content .form h3{
	font-size: 18px;
	text-transform: uppercase;
	color: #444;
}
.package-detail .right-content .form .btn{
	display: inline-block;
	background-color: #39b8f5;
	color: #FFF;
}


.package-detail .nearest{
    padding: 40px 0 30px 0;
    border-top: 2px solid #333;
    margin-top: 40px;
}
.package-detail .nearest .link{
	margin-bottom: 40px;
}
.package-detail .nearest .package-box{
	border: #4b1a75 solid 1px;
	width: 100%;
	padding: 10px;
}
.package-detail .nearest .link a{
	display: block;
    background-color: #4b1a75;
    padding: 3px 0;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.package-detail .nearest .link a:hover{
	text-decoration: none;
	background-color: #ea3d00;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-otransition:all .3s ease;
}
.package-detail .nearest .package-box img{
	width: 100%;
	height: 105px;
}
.package-detail .nearest .package-box a{
	text-decoration: none;
	color: #4b1a75;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	display: block;
	text-transform: uppercase;
	text-align: center;
}


@media screen and (max-width: 952px) {
    .box.new{
        height: 200px;
    }
    .home .rightbar.new .ncontents div{
        padding: 27px;
    }
}
@media screen and (max-width: 756px) {
    .home .rightbar.new.inside {
        min-height: 631px;
    }
}
@media screen and (max-width: 324px){
    .select-days ul{
    margin-left: -25px;
    margin-top: 57px;
    width: 200%;
}.after-select-days {
    margin-top: 130px;
}
.select-days ul li a {
    display: block;
    height: 20px;
    width: 20px;
    color: #000;
    text-align: center;
    line-height: 12px;
    background: #e8e2ee;
    /* border: 4px solid #e8e2ee; */
    text-decoration: none;

}
.select-days ul li {
    margin-right: 3px;
}
}


.about .section3 .tips li {
    list-style: circle;
    line-height: 28px;
    font-size: 16px;
}


.ntitle{
    position: absolute;
	width: 60%;
	height: auto;
	top:50%;
	left: 10%;
	z-index:9999999;
}
.ntitle h2{
	font-family: 'Helvetica-thin';
	color: #fff;
	font-size: 60px;
	font-weight: normal !important;
}
a:hover{text-decoration:none;}

a.bx-next, a.bx-prev {
    display: none;
}

/*13-02-2018 */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

form_main {
    width: 100%;
}
.form_main h4 {
    font-family: roboto;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 20px;
    text-transform: uppercase;
}
.heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
    position: relative;
}
.heading span {
    background: #4a1a74 none repeat scroll 0 0;
    bottom: -2px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 75px;
}   
.form {
    border-radius: 7px;
    padding: 6px;
}
.txt[type="text"] {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 0 10px 5px;
    width: 100%;
}
.txt_3[type="text"] {
    margin: 10px 0 0;
    padding: 10px 0 10px 5px;
    width: 100%;
}
.txt2[type="submit"] {
    background: #242424 none repeat scroll 0 0;
    border: 1px solid #4f5c04;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 35px;
    margin: 20px 0;
    padding: 0;
    text-transform: uppercase;
    width: 30%;
    float:right;
}
.txt2:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #5793ef;
    transition: all 0.5s ease 0s;
}



/*14-2-2018*/
.testimonial{
    padding: 70px 30px 50px;
    margin: 50px 30px 30px;
    border: 1px solid #ea816b;
    position: relative;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #c7373c;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: 100px;
}
.testimonial .description{
    font-size: 15px;
    color: #5e595b;
    line-height: 27px;
    text-align: center;
    margin: 0;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 25px;
    color: #d7d7d7;
    position: absolute;
    top: 0;
    left: -23px;
}
.testimonial .title{
    display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ea816b;
    font-size: 20px;
    font-weight: 700;
    color: #c7373c;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
}
.testimonial .post{
    font-size: 15px;
    color: #671a36;
}
.owl-theme .owl-controls{
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
}
.owl-prev{
    position: absolute;
    left: -5%;
}
.owl-next{
    position: absolute;
    right: -5%;
}
.owl-prev:after,
.owl-next:after{
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #c7373c;
    opacity: 1;
}
.owl-next:after{ content: "\f105"; }
 
@media only screen and (max-width: 479px){
    .testimonial{ padding: 70px 10px 30px; }
    .testimonial .description:before{ top: -20px }
    .testimonial .title{ font-size: 12px; }
    .testimonial .post{ font-size: 11px; }
}