/*------------------------------------------------------------------
body 
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES 
 + APPOINMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + MEGA MENU
 + 3 MENU LEVEL 
-------------------------------------------------------------------*/
/*=======================================================
      IMPORT FILE
========================================================*/
@import url("animate.css");
/*=======================================================
      THEME STYLING START
========================================================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	font-weight: normal;
	position: relative;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #141414;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
	font-weight: bold;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
}

a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #173a80;
}
.font-montserrat {
	font-family: 'Montserrat', sans-serif;
}
.font-alegreya{
	font-family: 'Alegreya Sans';
}
.font-open-sans {
	font-family: 'Open Sans', sans-serif;
}
.text-transform-none {
	text-transform: none !important;
}
.text-white {
	color: #fff !important;
}
.text-bold {
	font-weight: bold !important;
}
.text-normal {
	font-weight: normal !important;
}
.font-12px {
	font-size: 12px !important;
}
.font-14px {
	font-size: 14px !important;
}
.font-16px {
	font-size: 16px !important;
}
.font-18px {
	font-size: 18px !important;
}
.font-20px {
	font-size: 20px !important;
}
.font-bold {
	font-weight: bold !important;
}
.font-normal {
	font-weight: normal !important;
}
.white-text {
	color: #fff !important;
}
.font-italic {
	font-style: italic;
}
.font-bold {
	font-weight: bold !important;
}
a:hover, a:focus {
	color: #f6b138;
}
.text-color-primary {
	color: #f6b138;
}
.border-bottom-1 {
	border-bottom: 1px solid #ededed;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.intro-style{
	margin:0 auto;
	width:60%;
	display:inline-block;
	line-height:30px;
}
.line-height-30{
	line-height:30px !important;
}
.white-bg {
	background: #fff !important;
}
.red-bg {
	background: #f1786e !important;
}
.light-gray-bg{
	background:#f9f9f9;
}
.relative {
	position: relative;
}

.orange-bg{
	background:#ff6c3a !important;
}
/*=======================================================
      SECTION
========================================================*/
section {
	position: relative;
	overflow: hidden;
	width: 100%;
	background:#fff;
}
/*=======================================================
      HEADINGS
========================================================*/
.heading-block, .heading-block1 {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.heading-block h2, .heading-block1 h2 {
	font-size: 40px;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
	color:#232c3b;
	letter-spacing: 1px;
}
.heading-block span{
	color:#6a7483;
	font-size:15px;
	letter-spacing:1px;
}
.heading-block.white-text h2{
	color:#fff;
}
.heading-block.white-text span{
	color:#fff;
}


/*=======================================================
      BUTTON
========================================================*/
.btn {
	background: #5e4140;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	padding: 7px 20px;
	font-weight: bold;
	border-radius: 4px;
	color: #fff;
	position: relative;
	overflow: hidden;
	border-bottom:2px solid rgba(0,0,0,0.4);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.btn:hover{
	background:#ff6c3a;
	color:#fff;
}
.btn-orange{
	background:#ff6c3a;
	border-bottom:3px solid rgba(0,0,0,0.4);
}
.btn-orange:hover{
	background:#222935;
}
.btn-white{
	background:#fff;
	color:#232c3b;
}

/*=======================================================
      TOP BAR
========================================================*/
.top-bar {
	background: #970101 url(../images/bg-header.png);
	float: left; width: 100%;
	position:relative; margin: 0px !important;
}
.top-bar .container, .top-bar .row{
 margin-bottom: 0px !important;
}
/* 
.top-bar:before{
	position:absolute;
	background:url(../images/top-left-bar.jpg) no-repeat;
	width:35px;
	height:48px;
	float:left;
	left:0px;
	top:0px;
	content:"";
	left:-30px;
}
.top-bar:after{
	position:absolute;
	background:url(../images/top-right-bar.jpg) no-repeat;
	width:35px;
	height:48px;
	float:right;
	right:0px;
	top:0px;
	content:"";
	right:0px;
}
*/
.top-bar .slogan {
	margin-top: 5px;color:#EEE; font-weight: 600; font-size: 13px;
}

.top-bar .social_icons {
	margin-top: 5px;
}
.top-bar .some-info{
}
.top-bar .some-info li{
	display:inline-block;
	color:#fff;
	line-height:38px;
	font-weight:normal;
	font-size:13px;
	margin-left:20px;
	text-align:right;
}
.top-bar .some-info li i{
	margin-right:5px;
	color:#fccd56;
	font-size:14px; font-weight: 500;
}

.top-bar .some-info li a {
	color:#FFF;
}
.top-bar .some-info li a:hover {
	color:#fccd56;
}

/*=======================================================
      HEADER
========================================================*/
header {
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 999;
	margin-top: 0px;
	padding: 10px 0 20px;
	padding-top:10px;
	background: #b70000 url(../images/bg-header.png);

}
header .logo {
	float: left;
	position: absolute;
	text-align: left;
	z-index: 9999;
	margin-top: 0px;
}
header nav {
	display: inline-block;
	width: 100%;
	float: right;
	position: relative;
	z-index: 999;
	min-height: 50px;
	text-align: right;
	margin-top:15px;
	font-family: 'Montserrat', sans-serif;
}
header nav li a {
	padding: 10px 15px;
	margin-left: 1px;
	border-color: transparent;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	position: relative;
}
header.dark-text nav .ownmenu li a {
	color: #141414;
}
header nav .ownmenu li {
}
header nav li a:hover {
	color: #fff;
	background:#a2130f;
}
header nav li.active a {
	color: #fff;
	background:#a2130f;
}

header .ownmenu ul li:hover > a, header nav li:hover>a {
	color: #fff;
	background:#a2130f;
}

header .ownmenu ul.dropdown {
	padding-bottom: 0px;
	background: #FFF;
	padding:5px;
}

header .ownmenu ul.dropdown li a {
	text-transform: uppercase;
	line-height: 20px;
	background: none;
	color: #6f6f6f !important;
	border-bottom: 1px solid #EEE;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	font-weight: normal;
	letter-spacing: 0px;
	padding-right: 0px;
	text-align: left;
	padding: 7px 10px;
	text-transform: none;
}
header .ownmenu ul.dropdown li a:hover {
	color: #ff6c3a !important;
	background: none;
}
header .ownmenu li > .megamenu li a:hover {
	color: #ff6c3a !important;
}
header .ownmenu li > .megamenu li a {
	text-transform: uppercase;
	border: none !important;
	line-height: 40px;
	background: none;
	color: #6f6f6f !important;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	font-weight: normal;
	letter-spacing: 0px;
	padding-right: 0px;
	text-align: left;
	padding: 0px;
}
header ul.dropdown {
}
header .ownmenu .megamenu hr {
	width: 23px;
	height: 3px;
	background: #eeb013;
	margin: 20px 0px;
	border: none;
}
header ul.dropdown li {
	padding: 0px;
}
header ul.dropdown li:hover {
	background: none
}
header .ownmenu .megamenu h6 {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
}
header .ownmenu .megamenu img {
	width: auto;
	margin-top: -1px;
}
header .ownmenu > li > .megamenu.full-width {
	background: #141414;
	padding: 50px;
	padding-bottom: 40px;
}
header .ownmenu > li > .megamenu.full-width li {
	text-align: left;
}
header nav .ownmenu .indicator {
	margin-left: 5px;
	display: none;
}
header .search-nav {
	float: right !important;
}
header .search-nav a{
	padding:0px;
}
header .search-nav ul.dropdown {
	padding: 20px;
}
header .search-nav ul.dropdown {
	padding: 30px !important;
	width: 50% !important;
}
header .search-nav input {
	width: 100%;
	background: rgba(255,255,255,0.1);
	border: none;
	box-shadow: none;
	border-radius: 0px;
	height: 40px;
	padding-left: 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	border: 1px solid;
	border-color: transparent;
}
.search-nav :-moz-placeholder { /* Firefox 18- */
	color: #e4e4e4;
}
.search-nav ::-moz-placeholder {  /* Firefox 19+ */
	color: #e4e4e4;
}
.search-nav :-ms-input-placeholder {
	color: #e4e4e4;
}
.search-nav ::-webkit-input-placeholder {
	color: #e4e4e4;
}
header input:focus, textarea:focus, keygen:focus, select:focus {
	outline: none !important;
}
header .search-nav .btn {
	margin-top: 0px;
	border-right: 1px solid #ff6c3a;
	color: #ff6c3a;
}
header .search-nav .bootstrap-select.btn-group .dropdown-menu li a {
	padding: 2px 10px;
	font-size: 10px !important;
}
header .search-nav button {
	border: none;
	color: #fff;
	background: #ff6c3a;
	height: 40px;
	float: right;
	right: 0px;
	padding: 0 40px;
	margin-top: -40px;
}
header .search-nav .ownmenu ul.dropdown li a:hover {
	background: #af5875 !important;
	color: #fff !important;
}
header .search-nav .bootstrap-select .dropdown-menu>li>a:hover {
	background: #af5875 !important;
	color: #fff !important;
}
header .search-nav .bootstrap-select .dropdown-menu>li.selected a {
	color: #fff !important;
}
header .ownmenu > li.search-nav i {
	font-size: 12px;
	margin: 0px;
	height: 37px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	padding-top: 10px;
	border-radius: 50%;
}
header nav .ownmenu li.search-nav .row {
	margin: 0px;
}
header nav .ownmenu li.search-nav {
	padding: 0px;
}
.sticky-wrapper {
	height: auto !important;
}
.sticky-wrapper .sticky {
	width: 100%;
}
.is-sticky .sticky {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #b70000 url(../images/bg-header.png);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.is-sticky .sticky .logo img {
	height: 50px;
}

.ownmenu ul.dropdown {
	top: 63px;
}
.ownmenu > li > .megamenu {
	top: 63px;
}
header.dark-text .is-sticky .sticky {
	background: rgba(255,255,255,0.9);
}
header.coporate-header .ownmenu ul.dropdown {
	top: 37px;
}
header.coporate-header .ownmenu > li > .megamenu {
	top: 37px;
}
#cd-menu-trigger {
	position: fixed;
	left: 380px;
	top: 50px;
	z-index: 9999999;
	width: 50px;
	height: 50px;
}
.bg-parallax{
	background-size:cover !important;
}
/*=======================================================
      SUB BANNER
========================================================*/
.sub-banner{
	background:url(../images/bg/sub-banner.jpg) fixed center center no-repeat;
	background-size:cover;
	position:relative;
	height:382px;
}
.sub-banner .position-center-center{
	width:100%;
	text-align:center; 
}
.sub-banner h2{
	font-family: 'Alegreya Sans';
	font-size:50px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
}
.sub-banner .breadcrumb{
	background:none;
	text-align:center;
}
.sub-banner .breadcrumb li{
	color:#ff6c3a;
	font-family: 'Open Sans', sans-serif;
}
.sub-banner .breadcrumb li a{
	color:#ff6c3a;
	font-family: 'Open Sans', sans-serif;
}
/*=======================================================
      HOME SLIDER
========================================================*/
.home-slider{
	position:relative;
	overflow:hidden;
	max-height:450px;
	z-index:9;
	margin-top: -5px;
}
.home-slider .btn{
	font-size:18px;
	font-weight:normal;
	padding:15px 30px;
}

.in-slider{
	position:relative;
	overflow:hidden;
	max-height:350px;
	z-index:9;
	margin-top: 0px;
	margin-bottom: 20px;
}
/*=======================================================
      SEO SECORE
========================================================*/
.seo-secore .btn{
	width:100%;
	height:50px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.seo-secore form input{
	width:100%;
	height:50px;
	padding:0 30px;
}

/*=======================================================
      
========================================================*/
.solution{
}
.solution h6{
	font-size:12px;	
	margin-top:40px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1.3px;
}
.front-page span{
	
}
.list-style li{
	padding:5px 0;
}
.list-style p{
	font-size:15px;
	color:#232c3b;
}
.list-style p img{
	display:inline-block;
	margin-right:15px;
}
/*=======================================================
      OFFER SERVICES
========================================================*/
.offer-services{
	background:#f9f9f9;
}

/* Welcome box */
.welcome-box {
	width: 100%; font-size: 14px; line-height: 1.5; color: #333; font-size:14px;
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;font-weight: 500;
}

.welcome-box .heading-block {
	margin: 0px !important; padding: 0px !important;
	
}
.welcome-box .heading-block h1 {
	font-size: 28px;
	color: #333;
	border-bottom: 1px solid #EEE; padding-bottom: 5px; margin: 0px 0px 20px 0px;
}
.welcome-box .heading-block h1 span {
	color: #b5332d;
	font-size: 28px;
	text-transform: uppercase;
}

.welcome-box .heading-block h1::after {
content: '';
            position: absolute;
            width: 100px;
            height: 2px;
            background: #a72521;
            left: 15px; top: 35px;
		
}

.welcome-box p {
padding: 0px 0px 10px 0px;

}

.welcome-box ul, .welcome-box ol {
	margin: 0px 0px 10px 30px;

}

.welcome-box ul li, .welcome-box ol li {
	padding: 5px 0px;
	list-style: disc;

}

.welcome-box table {
	padding: 5px 0px;

}
.welcome-box table td {
	padding: 5px;

}

.welcome-box img {
	max-width: 100%;
	

}

.welcome-box #slider ul.slides, .welcome-box #slider ul.slides li {
	max-width: 100%;
	list-style: none; margin: 0px !important; padding: 0px !important;
	

}
.welcome-box .slides, .slides > li, .flex-control-nav, .flex-direction-nav{margin:0;padding:0;list-style:none;}
.welcome-box .flex-pauseplay span{text-transform:capitalize;}
.welcome-box .flexslider{margin:0;padding:0;}
.welcome-box .flexslider .slides > li{display:none;-webkit-backface-visibility:hidden;}
.welcome-box .flexslider .slides img{width:100%;display:block;}
.welcome-box .flexslider .slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
@media(max-width:1024px) {
	.welcome-box .slides, .slides > li, .welcome-box .flex-control-nav, .welcome-box .flex-direction-nav, .welcome-box .flex-direction-nav .flex-nav-prev, .welcome-box .flex-direction-nav .flex-nav-next {margin:0;padding:0;list-style:none !important;}
	.welcome-box .flex-direction-nav, .welcome-box .flex-direction-nav .flex-nav-prev, .welcome-box .flex-direction-nav .flex-nav-next {}
.welcome-box .flex-pauseplay span{text-transform:capitalize;}
.welcome-box .flexslider{margin:0;padding:0;}
.welcome-box .flexslider .slides > li{display:none;-webkit-backface-visibility:hidden; list-style: none !important; overflow: hidden;}
.welcome-box .flexslider .slides img{width:100%;display:block;}
}
.further {border-top: 1px solid #DDD; margin: 10px 0px 0px; padding: 10px 0px 0px; } 
.red { color: #b70000;} 
/*=======================================================
      CASE STUDIES
========================================================*/
.case-studies{
}


.best-trips{
	
}
.best-trips .heading-block {
	margin: 0px !important;
	
}
.best-trips .heading-block h2 {
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	color: #333;
	border-bottom: 1px solid #EEE; padding-bottom: 5px; margin: 0px 0px 20px 0px;
}
.best-trips .heading-block h2 span {
	color: #ffa626;
	font-size: 28px; text-transform: uppercase;
}

.best-trips .heading-block h2::after {
content: '';
            position: absolute;
            width: 100px;
            height: 2px;
            background: #ffa626;
            left: 15px; top: 35px;
		
}

.best-trips ul li article{
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
}

.best-trips ul li article img{
	width: 100%;
}

.best-trips ul li article .best-detail{
	background:#b4312c;
	position:absolute;
	bottom:-25%;
	padding:5px;
	text-align:center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width:100%;
}
.best-trips ul li article .best-detail h5{
	font-weight:normal;
	margin: 0px 0px 5px 0px; padding: 5px 0px;
}
.best-trips ul li article .best-detail h5 a{
	color: #FFF;
}
.best-trips ul li article .best-detail h5 a span{
	font-size: 12px;
	color: #ffa626;
}
.best-trips ul li article .best-detail p{
	font-size: 13px;
	color: #FFF;
}
.best-trips ul li article:hover img{
	opacity:0.7;
}
.best-trips ul li article:hover .best-detail{
	bottom:0px;
}


/* popular trips */

.popular-trips { background: #ede6d4 url(../images/popular-back.jpg) top center repeat-x; }
.popular{
	
}
.popular-trips .heading-block {
 padding: 10px 20px 5px 5px !important;
 border-bottom: 3px dotted #c1c1c1; margin: 0px 0px 10px 0px;
	}
.popular-trips .heading-block .btn-sm {
    margin: -25px 5px 0 0;
}
.popular-trips .heading-block .btn-primary, .popular-trips .heading-block1 .btn-primary { background: #ad2b26; border: 1px solid #a2221d;}
.popular-trips .heading-block1 {
 padding: 10px 20px 10px 5px !important;
 border-bottom: 3px dotted #a2a2a2; margin: 0px 0px 10px 0px;
	}
.popular-trips .heading-block1 .btn-sm {
     margin: -25px 5px 0 0;
}
.popular-trips .heading-block1 .btn-primary { background: #ad2b26; border: 1px solid #a2221d;}
.popular-trips h2{
	margin: 0px 0px;
	padding: 0px;
	color: #b4312c; letter-spacing: 0px; font-size: 32px; text-transform: none;
}

.popular-trips .intro-style{
	margin:0 auto;
	width:80%;
	display:inline-block;
	line-height:2;
	margin-bottom: 10px; font-size: 15px; font-weight: 500; letter-spacing: 0px; color: #111;
}

.popular, .popular ul{
	border: 0px !important; background: none !important;
}
.popular ul li article{
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
}
.popular ul li article img{
	width: 100%;
}
.popular ul li article .popular-detail{
	background:#f9f5ec;
	position:relative;
	padding:5px;
	text-align:center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width:100%;
	min-height: 150px;
}
.popular ul li article .popular-detail h5{
	font-weight:normal;
}

.popular ul li article .popular-detail h5 a{
	color: #b4312c;
}

.popular ul li article .popular-detail h5 a:hover{
	color: #ffa626;
}

.popular ul li article .popular-detail h5 a span{
	font-size: 12px;
	color: #ffa626;
}
.popular ul li article .popular-detail p{
	font-size: 13px;
	color: #251d10;
}

.popular ul li article:hover img{
	opacity:0.7;
}
.popular ul li article:hover .popular-detail{
	bottom:0px;
}


/* video bar */

.video-bar {background: #edeff6 url(../images/video-back.jpg) top center repeat-x; }
.video-bar h3 { border-bottom: 1px solid #d3d8e7; margin-bottom: 10px; padding-bottom: 5px; font-size: 22px; }

.video-bar iframe { width: 100%}

.departure { font-size: 13px }

.departure a { color:#900;}
.departure a:hover { color:#ff9e35;}

.departure table {
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
	margin-bottom: 10px;
}

.departure table tr.t-head {
	color: #FFF;
	background: #ae2b27;
}


.departure table td {
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	padding:5px 5px !important;
	font-size: 12px !important;
	margin: 0px !important;
	}

.margin-left-80px{
	margin-left:-80px;
}
.margin-left-250px{
	margin-left:-250px;
}
.next-last a{
	text-transform:uppercase;
}
.next-last a i{
	border:1px solid #838383;
	border-radius:50%;
	height:30px;
	width:30px;
	text-align:center;
	line-height:28px;
}
/*=======================================================
      PRICING TABLE
========================================================*/
.pricing-table{
}
.pricing-table .pricing-head{
	background:#232c3b;
	padding:40px;
	text-align:center;
}
.pricing-table .pricing-head h4{
	font-size:22px;
	color:#fff;
	margin-top:0px;
	letter-spacing:1px;
	border-bottom:1px solid rgba(255,255,255,0.3);
	padding-bottom:20px;
}
.pricing-table .pricing-head span{
	color:#fff;
}
.pricing-table .pricing-head .curency{
	display:inline-block;
	position:relative;
	top:-30px;
	font-size:20px;
}
.pricing-table .pricing-head .amount{
	font-size:60px;
	font-weight:bold;
}
.pricing-table .pricing-head .amount span{
	font-size:16px;
	position:relative;
	top:-30px;
	font-weight:normal;
}
.pricing-table .pricing-head .month{
	position:relative;
	left:-20px;
}
.pricing-table ul{
	background:#fff;
	padding:20px 0;
}
.pricing-table ul li{
	line-height:50px;
	font-size:14px;
	color:#6a7483;
}
.pricing-table ul li:nth-child(2){
	background:#f0f0f0;
}
.pricing-table ul li:nth-child(4){
	background:#f0f0f0;
}
.pricing-table ul li:nth-child(6){
	background:#f0f0f0;
}
.pricing-table ul li:nth-child(8){
	background:#f0f0f0;
}
.pricing-table ul li:nth-child(10){
	background:#f0f0f0;
}
.pricing-table .price-in{
	background:#fff;
	text-align:center;
	padding-bottom:50px;
	border:1px solid #ececec;
}
.pricing-table .plan-icon{
	background:#232c3b;
	width:60px;
	height:55px;
	display:inline-block;
	line-height:55px;
	border-radius:4px 4px 0  0 ;
	text-align:center;
}


/*=======================================================
      flow-work
========================================================*/
.flow-work li{
	text-align:center;
	margin-top:30px;
	padding:0 30px;
}
.flow-work li .icon{
	height:80px;
	width:80px;
	line-height:80px;
	text-align:center;
	display:inline-block;
	background:#f08d4d;
	border-radius:50%;
	margin-bottom:20px;
}
.flow-work li:nth-child(1) .icon{
	background:#f08d4d;
}
.flow-work li:nth-child(2) .icon{
	background:#fad97f;
}
.flow-work li:nth-child(3) .icon{
	background:#f67656;
}
.flow-work li:nth-child(4) .icon{
	background:#90dea9;
}
.flow-work li h6{
	font-weight:normal;
	font-size:15px;
	margin:20px 0;
}
/*=======================================================
      Clients
========================================================*/
.clients{
	background:#4ad5c0;
}
.clients .col-5 li{
	width:20%;
	float:left;
}
/*=======================================================
      TESTIMONIALS
========================================================*/
.testimonial{
	background:#f9f9f9;
}
.testimonial .heading-block i{
	color:#ff6c3a;
	font-size:30px;
}
.testimonial h6{
	font-size:15px;
	color:#232c3b;
	margin-bottom:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:80px;
}
.testimonial h6 span{
	color:#ff6c3a;
	font-size:12px;
	text-transform:none;
}
.testimonial .slides p{
	font-size:14px;
	font-style:italic;
	line-height:33px;
}
.testimonial img{
	width:auto !important;
}
.testimonial #carousel li{
	position:relative;
	margin-right:70px;
	cursor:pointer;
}
.testimonial #carousel span{
	position:absolute;
	font-size:10px;
	width:100%;
	display:inline-block;
	background:#232c3b;
	left:0px;
	bottom:0px;
	padding:10px 0;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.testimonial #carousel{
	margin-top:-122px;
	position:relative;
	z-index:999;
}
.testimonial #carousel li:hover span{
	background:#ff6c3a;
}
.testimonial #carousel .flex-active-slide span{
	background:#ff6c3a;
}
.testimonial .flex-direction-nav{
	display:none;
}

.testi-slides-flex{
	width:75%;
	margin:0 auto;
	text-align:center;
}
.testi-slides-flex h6{
	margin:20px 0px;
	color:#fff;
}
.testi-slides-flex h6 span{
	color:#fff;
}
.testi-slides-flex p{
	color:#fff;
	font-size:14px;
	font-style:normal !important;
}
.testi-slides-flex .flex-control-nav{
	position:absolute;
	bottom:50px;
	text-align:center;
	left:0px;
}
.testi-slides-flex .flex-control-nav li a{
	height:7px;
	width:7px;
	background:rgba(255,255,255,1);
}
.testi-slides-flex .flex-control-nav li{
	margin:0 2px;
}
.testi-slides-flex .flex-control-nav li a.flex-active{
	background:#232a36;
}
/*=======================================================
      LATEST NEWS
========================================================*/
.latest-news { }

.latest-news h3 { color: #ae2b27; border-bottom: 1px solid #EEE; margin-bottom: 10px; padding-bottom: 5px; font-size: 20px; }

.latest-news a{ color: #333;}
.latest-news a:hover{ color: #ae2b27; text-decoration: underline;}

.latest-news a.btn {color: #FFF;}
.news-box {float: left; width: 100%; margin: 0px 0px 10px 0px; padding: 0px !important;}
.news-detail{
	background:#f9f9f9;
	padding:0 20px 20px 20px;
	padding-bottom:20px;
}
.news-detail p{
	margin:0px;
}
.news-detail i{
	margin-right:5px;
}
.news-detail .avatar{
	height:75px;
	width:75px;
	display:inline-block;
	border-radius:50%;
	position:relative;
	overflow:hidden;
	margin-top:-35px;
	margin-bottom:10px;
}

.news-detail h4{
	text-transform:uppercase;
	font-size:14px;
	margin-top:15px;
	display:inline-block;
	margin-bottom:10px;
}

.news-detail .date{
	border-top: 1px solid #FFF;
	padding-top: 5px; margin-top: 5px; font-size: 12px;
}





/* why with us */

.list-why-us {
	padding-left: 0px;
}
.list-why-us li{
	float:left;
	width:100%;
	
	position:relative;
	display: block;
	border-bottom:1px dotted #EEE;
	font-weight: 600;
	font-size: 14px;
	padding: 5px 0px 5px 25px;
}
.list-why-us li:before{
	content:"\f152";
	position:absolute;
	left:5px;
	top:6px;
	color:#f58351;
	font-family:'FontAwesome';
}

.list-why-us li a{
	display: block;
	
}



.blog article img.img-responsive{
	width:100%;
}
.side-bar a{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}
.side-bar .bg-defult{
	padding:10px 20px;
	background:#f9f9f9;
	border-top:2px solid #ff6c3a;
	display:inline-block;
	width:100%;
	margin-bottom:50px;
}

.right-box { float: left; width: 100%; margin-bottom: 20px; }

.right-box h5{
	font-size:16px;
	margin:0px;
	padding: 10px 15px;
	font-weight:500;
	background: #b3312b;
	color: #FFF;
	margin-top:0px;
}

.right-box h4{
	font-size:16px;
	margin:0px;
	padding: 10px 15px;
	font-weight:500;
	background: #5e4140;
	color: #FFF;
	margin-top:0px;
}
.cate ul {
	list-style-type:none;
	width:100%;
	float: left;
	background: #fdf3df;
}
.cate li{
	border-bottom:1px solid #ede5d5;
	position:relative;
	display: block;
	width:100%;
	float: left;
}
.cate li a{
	color: #c54513;
	display: block;
	padding: 7px 0px 7px 25px;
}

.cate li a:hover{
	color: #b3312b;
	background: #fefbf5;
	
}


.cate li a:before{
	content:"\f101";
	position:absolute;
	left:10px;
	top: 10px;
	font-size:10px;
	font-family:'FontAwesome';
}
.cate li:nth-last-child(1) a:before{
	display:none;
}
.cate li:nth-last-child(1){
	border-bottom:none !important;
}
.cate li a span{
	float:right;
}


.blog-single .news-detail{
	background:#fff;
	border:1px solid #ececec;
}
.blog-single .news-detail .font-italic{
	color:#232c3b;
	line-height:28px;
	font-weight:600
}
/*=======================================================
			CONTACT
========================================================*/
.contact-us #map{
	height:700px;
	width:100%;
}
.contact .error {
	border: 1px solid red;
}
.success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
#contact_form{
	margin-top:30px;
	padding-right:30%;
}
#contact_form li {
	text-align: left;
	margin-bottom: 10px;
}
#contact_form li input {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	padding: 0 10px;
	height: 40px;
}
#contact_form li .form-control {	
	border: none;
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #e8e8e8;
	background: #fff;
}
#contact_form li textarea {
	height:	208px !important;
	font-size: 13px;
}
#contact_form li .btn {
}
.contact-form .tittle {
	text-align: center;
}
.contact-form .tittle hr {
	width: 28px;
	height: 5px;
	margin: 15px auto;
	background: #448aff;
	border: none;
}
.contact-form .tittle p {
	text-transform: none;
	font-size: 16px;
}
.contact-form label {
	font-weight: normal;
	color: #444444;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin: 0px;
    margin-top: 0px;	
	line-height: 26px;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
}
.contact-form {
}
.contact-info li h4{
	margin-top:15px;
	margin-bottom:15px;
}
.contact-info li i{
	font-size:30px;
	color:#ff6c3a;
}
.contact-info li p{
	margin:0px;
}

/*=======================================================
			PAPULAR POST
========================================================*/
.side-bar .papu-post {
}
.side-bar .papu-post .media-left {
	width: 80px;
	margin-right: 0px;
}
.side-bar .papu-post .media-left img {
	width: 100%;
}
.side-bar .papu-post .media-left a {
	width: 70px;
	margin-right: 10px;
	display: inline-block;
}
.side-bar .papu-post span {
	color: #999999;
	letter-spacing: 0px;
	font-size: 11px;
}
.side-bar .papu-post li {
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0;
	margin: 0px;
}
.side-bar .papu-post .media-heading {
	display: inline-block;
	width: 100%;
	color: #232c3b;
	margin-top: 0px;
	font-size: 13px;
	letter-spacing: 0px;
}
.side-bar .tags li {
	display: inline-block;
}
.side-bar .tags li a {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding: 8px 15px;
	float: left;
	background: #dadada;
	color: #fff;
	border: 1px solid #dadada;
}
.side-bar .tags li a:hover {
	background: #232323;
	border-color: #232323;
	color: #fff;
}
.side-bar .tweets {
}
.side-bar .tweets li{
	position:relative;
	padding-left:40px;
	font-size:13px;
	line-height:24px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom:20px;
	padding-bottom:20px;
}
.side-bar .tweets li a{
	color:#ff6c3a;
}
.side-bar .tweets li span{
	width:100%;
	display:inline-block;
}
.side-bar .tweets li:before{
	content:"\f099 ";
	position:absolute;
	left:0px;
	color:#ff6c3a;
	font-size:22px;
	font-family:'FontAwesome';
}


/*=======================================================
      CASE STUDIO SINGLE
========================================================*/
.case-studies-single{
	
}
/*=======================================================
      TEAM
========================================================*/
.team{
}
.team .team-info{
	background:rgba(35,44,59,0.8);
	width:100%;
	position:absolute;
	left:0px;
	bottom:-1px;
	padding:0 25px;
	height:80px;
}
.team article{
	position:relative;
}
.team .team-info p{
	color:#fff;
	margin-bottom:20px;
}
.team .team-info h5{
	font-size:18px;
	color:#fff;
	margin-bottom:0px;
	margin-top:20px;
	font-family: 'Alegreya Sans';
}
.team .team-info .cont{
	float:right;
	position:relative;
	margin-top:-80px;
	border-left:1px solid #a15642;
	color:#a25742;
	font-size:20px;
	line-height:70px;
	padding-left:20px;
}
.team .team-info .cont:hover{
	color:#fff;
}
.comments .media-left .media-object {
	border: 3px solid #fff;
	border-radius: 50%;
	width:100%;
}
.comments .media-left{
	position:relative;
}
.comments .media-left:before{
	position:absolute;
	content:"";
	height:100%;
	width:50%;
	right:0px;
	background:#f9f9f9;
	z-index:1;
}
.comments  a.reply{
	margin-top:20px !important;
	color:#232c3b !important;
	border-bottom:1px solid #232c3b;
}
.comments .media-left .media-object{
	position:relative;
	z-index:2;
	margin-top:30px;
}
.comments .media-body {
	padding: 25px;
}
.comments .media-body h4 span {
	font-size: 12px;
	color: #777777;
	margin-left: 20px;
}
.comments .media-body a {
	float: right;
	margin-top: -23px;
}
.comments {
	margin-top: 30px;
}
.comments .media-list {
	margin-bottom: 30px;
}
.comments .media-left {
	margin-right: 20px;
}
.comments .media-left a {
	width: 103px;
	display: inline-block;
}
.comments .media p {
	margin-top: 15px;
	font-size: 13px;
}
.comments .media h6 span {
	font-size: 11px;
	color: #777777;
	display: inline-block;
	margin: 0;
	margin-top:-10px;
	text-transform: none;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 0px;
	float:right
}
.comments .media {
	margin-top: 30px;
}
.comments .media h6 {
	font-weight: bold;
	font-size: 16px;
	font-family: 'Alegreya Sans';
	text-transform: none;
}
.comments .media a {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #9c9c9c;
	text-transform: uppercase;
}
.comments .media a img {
	margin-bottom: 10px;
}
.comments form label {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	color:#6a7483;
	font-size: 12px;
}
.comments form .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none;
	background: none;
	border: 1px solid #dddddd;
}
.comments form textarea.form-control {
	display: inline-block;
	width: 100%;
	height: 135px;
}

.comments form .btn {
	float: right;
}
.comments {
	margin-bottom: 50px;
}
/*=======================================================
      FOOTER
========================================================*/
footer{
	background: #2c2323;
}
footer p{
	color:#e2e2e2;
	line-height:1.5;
}
footer .aet img { max-width: 100%;}
footer .f-logo img {margin-bottom: 10px;}
footer h6{
	color:#fff;
	font-size:15px;
	margin-top:0px;
	margin-bottom:30px;
	text-transform:uppercase;
	font-weight:normal;
}
footer .news-letter h6{
	float:left;
	color:#fff;
	margin-top:20px;
	margin-bottom:0px;
	text-transform:uppercase;
	font-weight:normal;
}
footer .news-letter form{
	float:right;
	width:70%;
}
footer .news-letter input{
	border:1px solid #3c4450;
	height:50px;
	width:100%;
	padding:0 20px;
	background:none;
}
footer .news-letter button{
	background:#ff6c3a;
	width:55px;
	height:50px;
	float:right;
	margin-top:-50px;
	position:relative;
	z-index:1;
	border:none;
	color:#fff;
	font-size:20px;
}
.footer-info{
	margin-top:30px;
	border-top:1px solid rgba(255,255,255,0.2);
	padding-top:30px;
}
.footer-info h5, .footer-info h6 { margin-bottom: 5px !important; padding: 10px 0px 0px; color: #fff; font-weight: 500;}
.footer-info .links ul{ 
padding-left: 20px;}
.footer-info .links li{
	float:left;
	width:100%;
	padding-left:20px;	
	position:relative;
	display: block;
	border-bottom:1px dashed #3a3030;
}
.footer-info .links li:before{
	content:"\f0da";
	position:absolute;
	left:5px;
	top:10px;
	color:#fccd56;
	font-family:'FontAwesome';
}
.footer-info .links li a{
	color:#e2e2e2;
	line-height:30px;
	font-size:13px;
	font-weight: 500;
	padding-bottom:3px;
	
	display: block;
}
.footer-info .links li a:hover{
	color:#fccd56;
}

.footer-info .quote textarea.form-control{
	height:80px;
}
.footer-info  .personal-info {
	margin-top:10px;
	
}
.footer-info  .personal-info li{
	color:#e2e2e2;
	font-size:12px;
	line-height:18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	border-bottom:1px solid #3a3030;
	padding:7px 0;
	display:inline-block;
	width:100%;
}
.footer-info  .personal-info li i {
	font-size:18px;
	color:#fccd56;
	margin-right:20px;
	float:left;
	margin-top:5px;
}

.footer-info a, .rights a{
	color:#FFF;
}
.footer-info a:hover, .rights a:hover{
	color:#fccd56;
}

#CDSWIDSSP {width: 100% !important;
}



.rights{
	background:#000 url(../images/bg-header.png);
	margin-top:20px;
	padding:10px 0;
}
.rights p{
	margin:0px; font-size: 13px;
}
.social_icons li{
	display:inline-block;
}
.social_icons li a{
	background:#ac332a;
	height:31px;
	width:31px;
	text-align:center;
	line-height:31px;
	color:#fff;
	border-radius:50%;
	display:inline-block;
	font-size:12px;
}
.social_icons li a:hover{
	background:#c2450f;
}

/* tab */

.iti-box {}
.iti-box p { padding: 5px 0px 5px; border-bottom: 1px solid #EEE; margin: 0px 0px 0px 0px;}
.iti-box p:last-child { margin: 0px 0px 10px 0px;}


.book-bar { margin: 20px 0px !important; padding: 0px 0px !important; } 
.book-bar a { margin: 0px 5px 0px !important; } 

.book-bar a i { margin: 0px 5px 0px !important; } 
/* Quick Inquiry*/
.qi-box-in {
	border: 1px solid #DDD;
	padding: 15px 15px;
	float: left; width: 100%;
}


.qi-box-in p {
	padding: 0px 0px 6px 0px;
	margin: 0px;
}

.inc-input {
	padding: 5px 5px !important;
	border:solid 1px #DDD !important;
	/*box-shadow:2px 2px 3px #ddd; */
	border-radius: 2px;
	width: 100%;
	margin: 0px 0px 10px 0px;
	background: #FFF !important;
	line-height: 22px !important;
}

.qi-box-in form  textarea:focus, .qi-box-in form input:focus {
	border: 1px solid #b4322c !important;
}
.qi-box-in div {
	margin: 0px;
	padding: 0px;
	height: 1px !important;

}

.trip-facts  {
	padding: 5px 10px; border: 1px solid #CCC; border-top-width: 0px;
}

.trip-facts p {
	padding: 5px 0px;
	margin: 0px !important;
	border-bottom: 1px solid #EEE;
	font-size: 13px;
	color: #5e4140;
}

.trip-facts p strong, .trip-facts strong, .trip-facts b {
	
	font-weight: 700;
}

/* gallery */
.gallery a{
border-bottom: none;
  }

  .gallery li{
  	margin-left: 0;

  }
  ul.gallery{
  	padding: 10px 0px 0px 10px;
	background: #ececec;
  }

 .gallery li{
	list-style-type: none;
	display: inline;
	padding: 0px 10px 0px 0px;
}
 .gallery li img{

	padding: 0px 0px 10px 0px;
}

.team {}
.team img.imgright {
	float: right;
	padding: 3px;
	border: 1px solid #eee;
	margin: 0px 0px 5px 10px;
	width: 20%;
}

.team img.imgleft {
	float: left;
	padding: 3px;
	border: 1px solid #eee;
	margin: 0px 10px 5px 0px;
	width: 20%;
}

.imgright {
	float: right;
	padding: 3px;
	border: 1px solid #eee;
	margin: 0px 0px 5px 10px;
}

.imgleft {
	float: left;
	padding: 3px;
	border: 1px solid #eee;
	margin: 0px 10px 5px 0px;
}

.error, .errors {
	color: #F00;
}

/* Inquiry Form */

.formbox{
	width: auto;
	padding: 0px;
	margin-left: 3%;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}
.formbox h3{
	font-weight: bold;
	font-size: 14px;
	color: #d67613;
	margin: 0px !important;
	padding: 0px 0px 1px 0px !important;
}

.formbox p{
	width: auto;
	clear: left;
	right: auto;
	margin: 0px !important;
	padding: 4px 2px 4px 2px !important;
	height: 5%;
	border-bottom: 1px dotted #EEE;

}
.formbox .writespace{
	color: #333;
	float: left;
	margin-right: 10px; 
	width: 25%;
	text-align: left;
}



.formbox p select, .formbox p input{
	
	background: #FFF;
	border: 1px solid #b1b1b1;
	padding: 3px 3px !important;
	margin: 0px 5px 0px 0px !important;
	line-height: 1 !important;
	color: #333;
}

.formbox p textarea{
	
	background: #FFF;
	border: 1px solid #b1b1b1;
	padding: 1px 2px !important;
	margin: 0px 5px 0px 0px !important;
	line-height: 1 !important;
	color: #333;
	width: 300px;
	height: 100px;
}

.formbox p textarea:focus, .formbox p input:focus, .formbox p select:focus {
border: 1px #F30 solid;
}

.formbox .small-input{
	width: 50px !important;
	padding: 1px 2px !important;
	margin: 0px 5px 0px 0px !important;
}

.formbox .select-opt{
	width: 100px !important;
	padding: 1px 2px !important;
	margin: 0px 5px 0px 0px !important;
}

.formbox p img {
	margin-bottom: 7px;
}


.blockquote-home {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  padding: 0.5em 10px;
}

.blockquote-home  p {
  display: inline;
}

/*** Srat Rating ***/

.user-trip-info{
    padding-left: 20px;
}

.starRating .star-rating {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 18px;
  margin: 0 -3px;
  line-height: 18px;
}
.starRating .star-rating:before {
  position: absolute;
  font-family: fontawesome;
  width: 20px;
  display: block;
  height: 18px;
}
.starRating .star-rating.star-full:before {
  content: '\f005';
  color: #fc5409;
}
.starRating .star-rating.star-null:before {
  content: '\f005';
  color: #d0d0d0;
}