@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600');
@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700');
/*font-family: 'Cinzel', serif;*/
body {
  font-family: 'Hind', sans-serif;
  background: #fff;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
}
body.fh5co-offcanvas {
  overflow: hidden;
}
a {
  -webkit-transition: 0.5s, ease;
  -o-transition: 0.5s, ease;
  transition: 0.5s, ease;
}
a:hover {
  text-decoration: none;
  color: #F78536;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 16px;
  color: #848484;
  
}

h1, h2, h3, h4, h5, h6 {
  color: #5a5a5a;
  
  font-weight: 400;
  margin: 0 0 30px 0;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #F78536;
}

::-moz-selection {
  color: #fcfcfc;
  background: #F78536;
}

::selection {
  color: #fcfcfc;
  background: #6C3;
}
 .goog-logo-link {
 display:none !important;
} 
 .goog-te-gadget{
     color: #1b1e36 !important;
 } 
 .goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    padding: 2px 2px;
    border: none; border-radius:2px; background:#F4F4F4;
}
#fh5co-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

.stuck {
  position: fixed !important;
  top: 0 !important;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.header-top{
	width:100%; background:#1b1e36; padding:5px 0px;
}
.header-top ul {
	margin-bottom:0px !important;
}
.contact-info{
	padding:5px 0px;
}
.contact-info a {
  color:#f5f5f5; text-decoration:none;
  padding: 0px 5px 0px 0px; font-size:15px;
}
.header-top ul.social-list {
  float: right;
  padding: 0px 0px 0px 0px;
}
.social-list{
	float:right; padding-right:10px;
}
ul.social-list li {
  float: left;list-style:none; margin-left:5px;
}
ul.social-list li a {
  display: inline-block; color:#fff; 
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; border-radius:2px;
}
ul.social-list li a:hover {
  color: #fff; text-decoration:none;
}
ul.social-list li a.facebook {
  /*background-color: #507CBE; */ border:1px solid #507CBE;
}
ul.social-list li a.facebook:hover {
  background-color: #507CBE;
}
ul.social-list li a.twitter {
  /*background-color: #63CDF1;*/border:1px solid #63CDF1;
}
ul.social-list li a.twitter:hover {
  background-color: #63CDF1;
}
ul.social-list li a.google {
 /* background-color: #F16261;*/border:1px solid #F16261;
}
ul.social-list li a.google:hover {
  background-color: #F16261;
}
ul.social-list li a.instagram {
 /* background-color: #F06;*/border:1px solid #F16261;
}
ul.social-list li a.instagram:hover {
  background-color: #F06;
}
ul.social-list li a i {
  font-size: 13px;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
/******enquiry********/
.cal_qury {
	padding: 0px 0px;
	text-align: center; width:auto; float:right;
	margin-left: 5px; border-radius:2px;
}
.cal_qury a {
	font-size: 14px;
	color: #fff; text-decoration:none;
	padding:5px 7px;
	font-weight: 400;
	text-transform: uppercase;
}
.cal_qury a:hover {
	/*margin-bottom: 2px;*/
}
.cal_qury i { /*width:28px; height:28px; line-height:26px; border-radius:50%; background:#F0F0F0; */
	left: 0%;
	right: 0%;
	font-size: 14px;
	padding: 5px 0px;
	top: 2px;
	text-align: center;
	text-indent: inherit;
}
.wrap-popup-block {
	/* background: #FFF; */
    /*padding: 20px 30px; */
	text-align: left;
	max-width: 45%;
	margin: 40px auto;
	position: relative;
}
.enquiry-btn {
	color: #fff;background:#3C9 !important;
	text-align: left; border-radius:2px;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px !important;
	outline: medium none;
	text-decoration: none;
	transition: all 0.2s linear 0s;
	cursor: pointer;
}
.enquiry-btn:hover {
	color: #fff; background:#ff9e0f;
	text-decoration: none;
}
.modal-header { 
    padding: 0px;
    border-bottom: 1px solid transparent !important;
    min-height: 0px;
}
button.close {
    padding: 0;
    cursor: pointer;
position: relative;
    top: -3px;
    background: transparent;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: none !important;
     opacity: 0.9;
    filter: alpha(opacity=20);
}

.lightbox {
	position: fixed;
	height: auto;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0,0,0,0.6);
	display: none;
	width: 100%;
	height: 100%;
}
#enquiry {
	vertical-align: top;
	/*width:50%;
	position:absolute !important; 
	top: 5%;
	left:0%;
	right:0%;
	margin:0px auto;*/
	z-index: 1000;
	box-shadow: 0px 1px 3px #333;
}
.enquiry-bg {
	background: #FFF;
	position: relative !important;
	padding: 0px 0px 0px 0px;
}
#enquiry h2 {
	background: #36a044;
	color: #fff;font-family: 'Cinzel', serif;
	font-size: 22px; margin-bottom:0px;
	font-weight: 400; text-transform:uppercase;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
#enquiry-close {
	background: url(../imgs/enquiry-close.png) no-repeat scroll 0 10px rgba(0, 0, 0, 0);
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 5px;
	text-indent: -1e+7px;
	top: 9px;
	width: 30px;
	z-index: 99999;
}
#enquiry-close:hover {
	background: url(../imgs/enquiry-close.png) no-repeat scroll 0 10px rgba(0, 0, 0, 0);
}
.enquiry {
	position: relative;
	margin: 0px 0px;
	padding: 5px 15px 25px 15px ; display: flow-root;
}
.call {
	position: relative;
	margin: 10px 0px;
	padding: 0px 10px 0px 10px;
}
.call h3{
	color: #333;
	font-weight: 400;text-transform:uppercase; margin-bottom:15px;
	font-size: 16px; padding-left:5px; text-align:center;font-family: 'Cinzel', serif;
}
.call p {
	font-size: 26px;
	font-weight: 400; color:#333; text-transform:uppercase;
	text-align: center; margin-bottom:0px;
}
.or {
	font-family: 'Source Sans Pro', sans-serif;
}
.or fieldset {
	border: none;
	border-top: 1px solid #ebebeb;
}
.or legend {
    border: 1px solid #ebebeb;
    padding: 13px 13px;
    color: #2587b9;
    border-radius: 50%;
    font-size: 12px;
    width: auto;
    margin: 0px 0px;
    font-weight: 500;
}
.or span {
	font-size: 14px;
	color: #636363;
	font-weight: 300;
	text-align: center;
	top: 15px;
	position: relative;
}
.or1 {
	font-family: 'Source Sans Pro', sans-serif;
}
.or1 fieldset {
	border: none;
	border-top: 1px solid #caccce; margin-top:10px;
}
.or1 legend {
    border: 2px solid #caccce;
    padding: 8px 8px;
    color: #caccce;
    border-radius: 50%;
    font-size: 14px;
    width: auto;
    margin: 0px 0px;
    font-weight: 500;
}
.or1 span {
	font-size: 14px;
	color: #636363;
	font-weight: 300;
	text-align: center;
	top: 15px;
	position: relative;
}
.call-form {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 999;
	margin: 25px 0px 10px 0px;
	padding: 0px 0px;
}
.call-form span {
	font-size: 14px;
	color: #666;
	text-align: center;
	padding: 5px;
	position: relative;
	bottom: 10px;
}
.call-form div {
	position: relative;
	float: left;
	width: 45%;
	margin: 10px 15px 10px 15px;
}
.call-form input {
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	margin: 0px 0px;
	padding: 15px 10px;
	width: 50%;
}
.call-form input:focus {
	border: 1px solid #BABABA;
}
.call-form input.submit {
	border-image: none;
	border-radius: 0;
	border: none;
	background: #d4797c;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	outline: medium none;
	padding: 12.5px 4px !important;
	text-decoration: none;
	text-transform: uppercase;
	width: 20%;
}
.call-form input.submit:hover {
	background: #c06366;
}
/***************************/
.offer-tag{
  position: absolute;
  top: 10px;
  left: 25px;
  z-index: 9999;
}
.offer-tag span {
  position: relative;
  background-color: #ffc600;
  color: #333;
  font-size: 18px; font-weight:500;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
  display: block;
}
.offer-tag span::before {
  content: "";
  height: 0;
  left: 100%;
  position: absolute;
  top: 0;
  width: 0;
  border-style: solid;
  border-color: #ffc600 transparent #ffc600 transparent;
  border-width: 15px 15px 15px 0;
}
/***************/
.slider_1 {
	width: 100%;
	height: auto;
	padding: 0px 0px;
	margin: 0px 0px;
}
.skdslider {
	position: relative;
	display: block;
	overflow: hidden;/* z-index:-9;*/
}
.skdslider:after {
	content: '';
	padding-top: 46%;
	display: block;
}
.skdslider ul.slides {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.skdslider ul.slides li {
	display: none;
}
.skdslider ul.slides li img {
	width: 100%;
	height: 100%;
	border: 0;
}
.skdslider ul.slide-navs {
	bottom: 20px;
	left: 50%;
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.skdslider ul.slide-navs li {
	float: left;
	background: url(../images/slide-bg.png) no-repeat scroll 0 0 transparent;
	height: 14px;
	width: 14px;
	margin-right: 4px;
	cursor: pointer;
}
.skdslider ul.slide-navs li.current-slide {
	background: url(../images/slide-bg-active.png) no-repeat scroll 0 0 transparent;
}
.skdslider .slide-desc {
	left: 0%;
	padding: 0% 20%;
	position: absolute;
	bottom: 30%;
	max-width: 100%;
	display: inline-block;
	text-align: center;
}
.skdslider .slide-desc > h2 {
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	padding: 10px 10px;
	margin-top: 8px;
	color: #fff;
	font-weight: normal;
	font-weight: 300;
	text-align: center;
}
.skdslider .slide-desc > h2 span {
	font-weight: 400;
	color: #fff
}
.skdslider .slide-desc > p {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	/*margin-top: 5px;*/
	text-align: center;
	padding: 0px 0px 10px 0px;
}
.skdslider .btn {
	border-radius: 2px;
	font-size: 15px;
	font-weight: 400;
	margin: 0px 0 10px 0px;
	top: 10px;
	outline: medium none;
	padding: 8px 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background: rgba(0,0,0,0.4);
	transition: background-color 0.2s ease 0s;
}
.skdslider .btn:hover {
	border-radius: 2px;
	background: rgba(255,0,0,0.7);
}
.skdslider a.prev {
	background: url(../images/prev.png) no-repeat scroll 0 0 transparent;
	width: 50px;
	height: 50px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 8%;
	margin-top: -17px;
	opacity: 0.5;
}
.skdslider a.next {
	background: url(../images/next.png) no-repeat scroll 0 0 transparent;
	width: 50px;
	height: 50px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 8%;
	margin-top: -17px;
	opacity: 0.5;
}
.skdslider a.prev:hover {
	background: url(../images/prev.png) no-repeat scroll 0 0 transparent;
	opacity: 1;
}
.skdslider a.next:hover {
	background: url(../images/next.png) no-repeat scroll 0 0 transparent;
	opacity: 1;
}
.enquiry-form {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 999;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
}
/*.enquiry-form div {
	position: relative;
	float: left;
	width: 50%;
	padding: 10px 10px;
}*/
.full{
	position: relative;
	float: left;
	width: 100% !important;
	padding: 10px 10px;
}
.smal{
	position: relative;
	float: left;
	width: 45% !important; margin-right:10px;
}
.enquiry-form input, .enquiry-form textarea {
	border: 1px solid #a4a4a4;
	color: #000;
	font-size: 14px; border-radius:2px;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px;
	width: 100%;
}
.enquiry-form select{
	border: 1px solid #a4a4a4;
	color: #000;
	font-size: 14px; border-radius:2px;
	margin: 0px 0px 10px 0px;
	padding: 7.5px 10px;
	width: 100%;
}
.enquiry-form textarea {
	height: 100px;
}
.enquiry-form .style-select select:focus, .enquiry-form .styled-select select:focus {
	border: medium none;
}
.enquiry-form input:focus, .enquiry-form select:focus {
	border: 1px solid #BABABA;
}
.req {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 50%;
	color: #666;
	font-size: 12px;
}
.req input {
	float: left;
	width: 16px;
	margin-right: 4px;
	margin-top: 1px;
	position: relative;
	vertical-align: middle;
}
.enquiry-form .pop-btn {
	border-image: none;
	border: none;
	color: #ffffff;
	display:inline-block;
	text-align:center;
	background: #2f3145;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	outline: medium none;
	padding: 12px 4px !important;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.enquiry-form .pop-btn:hover {
	background: #1b1e36;
}
/*****enquiry*********/
/*-- Page Banner Section --*/
.page-banner-section {
  /*background-image:url(../images/pg_banner.jpg);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 125px 0px 15px 0px;
}
.carrent-bnr{
  background-image:url(../images/carrent_banner.jpg); 
}
.about-bnr{
  background-image:url(../images/pg_banner.jpg); 
}
.sikkim-bnr{
  background-image:url(../images/sikkim_banner.jpg); 
}
.darjeeling-bnr{
  background-image:url(../images/darjeeling_banner.jpg); 
}
.dooars-bnr{
  background-image:url(../images/dooars_banner.jpg); 
}
.bhutan-bnr{
  background-image:url(../images/bhutan_banner.jpg); 
}
.nepal-bnr{
  background-image:url(../images/nepal_banner.jpg); 
}
.north-east-bnr{
  background-image:url(../images/north-east_banner.jpg); 
}
.page-banner-content {}
.page-banner-content h2 {
  font-size: 30px;
  font-weight: 400; color:#fff;
  margin-bottom: 15px;font-family: 'Cinzel', serif;
  text-transform: uppercase;text-shadow: 0px 1px 1px #333;
}
/*-- Page Breadcrumb --*/
.page-banner-content .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.page-banner-content .breadcrumb li {
  color: #fff;
  text-transform: none;
}
.page-banner-content .breadcrumb > li + li::before {
  color: #fff;
}
.page-banner-content .breadcrumb li a { color:#fff;}
.page-banner-content .breadcrumb li:hover a {
  color: #fff;
}
.page-banner-content .breadcrumb li.active {
  color: #fff;
}
/***About page--------------*/
.about-section {
	padding: 100px 0 0;
}
.about-inner {
	padding-bottom: 70px;
}
.about-inner p {
	font-size: 14px;
}
.about-title h2 {
	font-weight: 800;
}
.about-title h3 {
	font-size: 26px;
	line-height: 25px;
	color: rgb(121, 121, 121);
	margin-top: 0;
	font-weight: 300;
}
.about-home{
	width:100%; padding:50px 0px 0px 0px; margin:0px auto; background:url(../images/about_bg.jpg) no-repeat 100% top;
}
.about-home h2{
	color:#39b54a; font-weight:300;text-transform:uppercase; font-size:36px; margin-bottom:20px; padding-top:40px;font-family: 'Cinzel', serif;
}
.about-home h2 span{
	color:#ed1c24; font-weight:400; text-transform:uppercase;
}
.about-home p{
	color:#141414; font-weight:300;
}
.about-home a{
	text-decoration:none; color:#41a72d; border:1px solid #41a72d; background:#fff; border-radius:2px; padding:5px 15px;
}
.about-home a:hover{
	color:#fff; border:1px solid #056839; background:#056839;
}
.contact-pg{
	width:100%; padding:50px 0px 40px 0px; margin:0px auto;
}
.pkgs-pnl{
	width:100%; padding:50px 0px 50px 0px; margin:0px auto; background:#fff;
}
.galry-pnl{
	width:100%; padding:50px 0px 50px 0px; margin:0px auto; background:#fff;
}
.desti-pnl{
	width:100%; padding:50px 0px 50px 0px; margin:0px auto; background:#fff;
}
.desti-pnl h2{
	color:#333; line-height:22px; text-transform:uppercase;
}
.desti-pnl h3{
	color:#093; line-height:22px; text-transform:uppercase;
}
.desti-pnl p{
	color:#333; line-height:22px;
}
.gallery-row {
}
.image-set img {
	max-width: 100%; width:100%; min-height:220px;
	position: relative;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5 ease;
	-webkit-transition: all 0.5 ease;
}
.image-set .img-caption {
	background: rgba(10, 49, 82, 0.5);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
}
.image-set .image-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.image-set .link {
	left: 45%;
    position: absolute;
    top: 40%;
	opacity: 0;
}
.image-set .link a {
	/*background: #39b94b none repeat scroll 0 0;*/
    border-radius: 50%; border:2px solid #fff;
    color: #fff; text-align:center; line-height:40px;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    width: 40px;
	opacity: 0;
}
.image-set .image-wrapper:hover .img-caption {
	opacity: 1;
}
.image-set .image-wrapper:hover .link a {
	opacity: 1;
}
.image-set .image-wrapper:hover .link {
	opacity: 1;
}
.image-set .image-wrapper:hover img {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
}
/***********************/
.car-rent-pnl {
    width: 100%;
    padding: 50px 0px 50px 0px;
    margin: 0px auto;
    background: #fff;
}
.car-srch{
	width:100%; padding:20px 10px 10px 10px; margin-bottom:30px; background:url(../images/footer_bg.png) no-repeat left bottom#f7a214; border-radius:2px;
}
.car-bkng{
	width:100%; padding:20px 20px; margin-bottom:30px; background:url(../images/footer_bg.png) no-repeat left bottom #75aa2f; border-radius:2px;
}
.car-dtls{
	width:100%; margin-bottom: 20px;
}
.car-dtls h3 {
	font-weight: 500; text-transform:uppercase;
	margin: 0px 0px 0px;
	color: #333;
	position: relative;
	padding: 10px 0px 20px 0px;
}
.car-dtls h4 {
	font-weight: 500; text-transform:uppercase;
	margin: 10px 0px 0px 0px;
	color: #333;
	position: relative;
	padding: 10px 0px 10px 0px;
}
.car-bkng h3 {
	font-weight: 500; text-transform:uppercase;
	margin: 0px 0px 0px;
	color: #fff;
	position: relative;
	padding: 10px 0px 20px 0px;
}
.car-srch h4, .car-bkng h4 {
	font-weight: 700;
	margin: 0px 0px 20px;
	background: #44a00d;
	color: #fff;
	position: relative;
	padding: 20px 0px;
}
.car-srch h4:after, .car-bkng h4:after {
	 background: #44a00d none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "\f1d9";
    font-family: FontAwesome;
    left: 45%;
    padding: 10px;
    position: absolute;
    top: 60%;
}
.car-srch .input-group-addon, .car-bkng .input-group-addon {
	/*background: transparent none repeat scroll 0 0;*/
	background:#fff; padding:10px 10px;
    border-bottom: 1px solid #fff;
    border-radius: 0;border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #1f2b3e;
}
.car-srch label, .car-bkng label { width:100%;
	margin-bottom: 5px;color:#fff; font-weight:400; text-transform:uppercase;
	font-size:13px;
}
.car-srch .ui-spinner-up i,
.car-srch .ui-spinner-down i,
.car-bkng .ui-spinner-up i,
.car-bkng .ui-spinner-down i {
	color: #f9676b;
	z-index: 999;
}
.car-srch .form-control, .car-bkng .form-control {
	border-radius: 0px;
	height: 40px;
	padding: 10px;
	background:#fff;
	border: 1px solid #fff;
}
.car-srch .input-group, .car-bkng .input-group {
	margin-bottom: 15px;
}	
.car-srch select, .car-bkng select {
	border-radius: 0px;
	height: 40px; width:100%;
	padding: 10px;
	background:#fff;
	border: 1px solid #fff;
}
.car-srch textarea, .car-bkng textarea {
	border-radius: 0px; width:100%;
	height: 75px; width:100%;
	padding: 10px;
	background:#fff;
	border: 1px solid #fff;
}
.car-srch .padding-right, .car-bkng .padding-right {
	padding: 0px 10px 10px 0px;
}
.car-srch .padding-left, .car-bkng .padding-left {
	padding: 0px 0px 10px 10px;
}
.car-srch .center-input, .car-bkng .center-input {
	padding-left: 45%;
	z-index: 0;
}
.car-srch button{
	background: #333 none repeat scroll 0 0;
    color: #fff; text-transform:uppercase;
    font-size: 16px;
    font-weight: 400; width:100%; 
    margin-top: 23px;
    padding: 9px 20px; border:1px solid #333;
}
.car-srch button:hover {
	border: 1px solid #191919;
	background: #191919;
	color: #fff;
}
.car-bkng button {
	background: #333 none repeat scroll 0 0;
    color: #fff; text-transform:uppercase;
    font-size: 16px; width:auto;
    font-weight: 400; width:100%; 
    margin-top: 20px; margin-bottom:15px;
    padding: 10px 20px; border:1px solid #333;
}
.car-bkng button:hover {
	border: 1px solid #191919;
	background: #191919;
	color: #fff;
}
.car-srch .bootstrap-select > .dropdown-toggle, .car-bkng .bootstrap-select > .dropdown-toggle {
	/*background: transparent none repeat scroll 0 0;*/background:rgba(255,255,255,0.8);
    border: 1px solid #b6b6b6;
    color: #333;
    font-weight: normal;
    height: 40px;
    margin: 0 0 15px;
    padding: 8px 10px;
}
.car-srch .bootstrap-select > .dropdown-toggle, .car-bkng .bootstrap-select > .dropdown-toggle {
    /* background: transparent none repeat scroll 0 0; */
    background: rgba(255,255,255,0.8);
    border: 1px solid #b6b6b6;
    color: #333;
    font-weight: normal;
    height: 40px;
    margin: 0 0 15px;
    padding: 8px 10px;
}
.car-box{
	width:100%; border:1px solid #ccc; margin-bottom:20px; padding:15px 15px;display: inline-block;
}
.car-box:hover{
	box-shadow:0px 8px 15px -6px rgba(0,0,0,0.2); transition: all .25s ease;
}
.car-box-img{
	width:auto; text-align:center; border-right:1px dashed #D6D6D6;
}
.car-box-img img{
	width:auto; height:155px; text-align:center;
}
.car-box-details{
	width:100%;  border-right:1px dashed #D6D6D6;
}
.car-box-details h4{
	width:100%; margin:0px 0px 10px 0px; padding:0px; color:#000; font-weight:500; font-size:20px;
}
.car-detls{
	width:100%; font-size:15px; color:#333; padding:5px 0px; margin:0px -15px 5px -15px; font-weight:500;
}
.car-detls i{
	width:30px; height:30px; line-height:30px; margin-right:5px; text-align:center; border:1px solid #f7a214; border-radius:50%; color:#f7a214;
}
.car-detls strong{
	color:#f7a214; text-transform:uppercase; font-weight:400; color:#000; font-size:14px;
}
.car-detls img{
	width:30px; height:30px; padding:5px; line-height:30px; margin-right:5px; text-align:center; border:1px solid #f7a214; border-radius:50%; color:#f7a214;
}
.car-detls-img{
	width:auto; text-align:center; border:1px solid #D6D6D6;
}
.car-detls-img img{
	width:auto; height:225px; text-align:center;
}
.car-box-price{
	width:100%; font-size:16px; text-align:center;
}
.car-detls-price{
	width:100%; font-size:16px; text-align:left; padding-top:5px;
}
.car-box-price p, .car-detls-price p{
	font-size:16px;  text-transform:uppercase; color:#333; margin:0px;font-weight:400;
}
.car-box-price span, .car-detls-price span{
	font-size:24px; text-transform:uppercase; color:#de2f36; font-weight:600;
}
.car-box-price strong, .car-detls-price strong{
	font-size:13px; text-transform:uppercase; color:#666; font-weight:500;
}
.car-no{
	width:100%; margin:0px auto; margin-bottom:10px; text-align:right; font-size:14px;
}
.car-no p{
	text-align:left; float:left;
}
.car-no input{
	width:100px; height:30px; border:1px solid #ddd; margin:0px auto; color:#333; padding:5px 5px; color:#333;
}
.car-btn{
	width:100%;
}
.car-btn a{
	background:#2aa33a; position:relative; top:10px; color:#fff; padding:5px 15px; text-transform:uppercase; border-radius:2px;
}

/***********************/
.tnk-page{
	width:auto; padding:150px 0px; 
	background-image:url(../images/pg_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.tnk-page h2{
	font-family: 'Cinzel', serif; font-size:40px; text-transform:uppercase; color:#fff; margin-bottom:10px;
}
.tnk-page p{
	font-size:18px;  color:#fff; line-height:24px; font-weight:300;
}
.tnk-page i{
	color:#4ed461; padding-bottom:10px;
}
.tnk-page a{
	font-size:16px; text-transform:uppercase; color:#FC3; line-height:22px; border:1px solid #FC3; padding:5px 15px; border-radius:30px; margin:5px 5px;
}
.tnk-page a:hover{
	color:#fff; background:rgba(0,0,0,0.3);
}
/*Newsletter*/
.get-offer {
	/*background-image: url(../images/get-offer-bg.jpg);*/
	background-position: center center;
	background-repeat: repeat;
	padding: 50px 0;
	position: relative;
	text-align: left;
}
.get-offer  span{
	color:#fff; font-weight:300; font-size:16px; padding-bottom:5px;
}
.get-offer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:url(../images/newslater_bg.png) no-repeat left bottom #ed3e45;
	opacity: .9;
}
.get-offer h2 {
	margin-bottom:10px;
	font-weight: 500; text-transform:uppercase;
	color: #fff; font-size:24px;
}
.get-offer .input-group .form-control {
	height: 50px;
	border: 0px solid #242121;
	border-radius: 0;
	box-shadow: none;
}
.get-offer .btn-default {
	padding: 10px 12px;
	border-radius: 0;
	height: 50px; background:#333; color:#fff;
	border: 0px solid #242121;
}
.get-offer .btn-default:hover {
	background-color: #242121;
	color: #fff;
	border-color: #242121;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -3px;
}

#home-slider {
    position: relative;
    padding: 0;
}

.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} 

.sl-slide {
    z-index: 1;
}

.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 10%;
    width: 100%;
    z-index: 11;
}

.slide-caption .caption-content {
    vertical-align: middle;
    display: table-cell;
}

.caption-content h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600; line-height:42px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.caption-content > span {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.caption-content p {
    font-size: 29px;
    margin-bottom: 65px;
}

/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
}

/* Default styles for background colors

.btn-effect:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;

    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

.btn-effect:hover,
.btn-effect:active {
    color: #0e83cd;
}

.btn-effect:hover:after,
.btn-effect:active:after {
    width: 100%;
} */


/* Project laughtbox setup */

.fancybox-item.fancybox-close {
    background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}

.fancybox-next span {
    background: url("../img/right.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    right: 0;
}

.fancybox-prev span {
    background: url("../img/left.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    left: 0;
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 768px) {
  .header-top .fh5co-social {
    text-align: center !important;
  }
}

.fh5co-cover,
.fh5co-hero {
  position: relative;
  height: 800px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover,
  .fh5co-hero {
    height: 700px;
  }
}
.fh5co-cover .fh5co-overlay,
.fh5co-hero .fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(255, 62, 28, 0.5);
  background: -moz-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 62, 28, 0.5)), color-stop(100%, rgba(255, 140, 0, 0.5)));
  background: -webkit-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
  background: -ms-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
  background: linear-gradient(to right, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3e1c', endColorstr='#ff8c00', GradientType=1 );
}

.fh5co-cover {
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    heifght: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover .btn {
  padding: 1em 2em;
  opacity: .9;
}
.fh5co-cover.fh5co-cover_2 {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover_2 {
    heifght: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover .desc {
  top: 40%;
  position: absolute;
  width: 100%;
  margin-top: -80px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fh5co-cover .desc h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc h2 {
    font-size: 40px;
  }
}
.fh5co-cover .desc h3 {
  color: #fff;
}
.fh5co-cover .desc p {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
}
.fh5co-cover .desc p a {
  color: #fff;
}
.fh5co-cover .desc p a:hover, .fh5co-cover .desc p a:focus {
  color: #fff !important;
}
.fh5co-cover .desc p a:hover.btn, .fh5co-cover .desc p a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}
.fh5co-cover .desc p a.fh5co-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.fh5co-cover .desc .price {
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc .desc2 {
    display: none;
  }
}

/* Superfish Override Menu */
.sf-menu {
  margin: 7px 0 0 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
  *width: 12em;
}

.sf-menu a {
  color:#07502d;
  padding: 32px  15px !important;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1; text-transform:uppercase;
  font-size: 15px;
  border-bottom: none !important;
  font-weight: 400;
}
.sf-menu a:hover, .sf-menu a:focus {
  color: #fff !important;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #fff;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.2em 1em !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #F78536;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#fh5co-header-section {
  padding: 0;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 1022;  padding:0px 0px;
  background: #fff;
   -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

#fh5co-logo {
  position: relative;
  z-index: 2;
  float: left; margin:0px;
  padding: 0px 0px;
}
#fh5co-logo img{
	height:75px; margin:8px 0px;
}
#fh5co-logo i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #F78536;
  background: rgba(0, 0, 0, 0.06);
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-logo a {
  color: #F78536;
}
#fh5co-logo a:hover, #fh5co-logo a:focus {
  color: #F78536 !important;
}

#fh5co-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  margin-top: -8px;
}
#fh5co-menu-wrap .sf-menu a {
  padding: 1em .75em;
}
#fh5co-primary-menu > li > ul li.active > a {
  color: #F78536 !important;
}
#fh5co-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -0px;
  top: 50%;
  font-size: 12px;
  margin-top: -7px;
  content: "\f107";
  color: rgba(0, 0, 0, 0.5);
}
#fh5co-primary-menu > li > ul li {
  position: relative;
}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 12px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #ec6e00 !important;
}
.navico1{
	background:none;
}
.navico1:hover{
	 color:#fff !important;transition: 0.5s;
	background:url(../images/nav_icon/nav1.png) no-repeat top center;
}
.navico2{
	background:none;
}
.navico2:hover{
	 color:#fff !important; transition: 0.5s;
	background:url(../images/nav_icon/nav2.png) no-repeat top center;
}
.navico3{
	background:none;
}
.navico3:hover{
	 color:#fff !important; transition: 0.5s;
	background:url(../images/nav_icon/nav3.png) no-repeat top center;
}
.navico4{
	background:none;
}
.navico4:hover{
	 color:#fff !important; transition: 0.5s;
	background:url(../images/nav_icon/nav4.png) no-repeat top center;
}
.navico5{
	background:none;
}
.navico5:hover{
	 color:#fff !important; transition: 0.5s;
	background:url(../images/nav_icon/nav5.png) no-repeat top center;
}
.navico6{
	background:none;
}
.navico6:hover{
	 color:#fff !important; transition: 0.5s;
	background:url(../images/nav_icon/nav6.png) no-repeat top center;
}
.navico7{
	background:none;
}
.navico7:hover{
	 color:#fff !important; transition: 0.5s;
	background:url(../images/nav_icon/nav7.png) no-repeat top center;
}
/********************/
.tabulation {
  width: 100%;
  float: left;
  margin-top: -7em;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  -ms-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  -o-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
}
.tabulation label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .tabulation label {
    width: 40%;
  }
}
.tabulation input[type="text"] {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #F78536 !important;
}
.tabulation input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #F78536 !important;
}
.tabulation input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #F78536 !important;
}
.tabulation input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #F78536 !important;
}
.tabulation input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #F78536 !important;
}
@media screen and (max-width: 480px) {
  .tabulation input[type="text"] {
    width: 55%;
    float: right;
  }
}
@media screen and (max-width: 480px) {
  .tabulation .cs-select {
    width: 55%;
    float: right;
  }
}

.tab-content {
  padding: 30px;
}
.tab-content .btn {
  border: 1px solid red !important;
}

.nav-tabs {
  border: none;
}
.nav-tabs a {
  border: none !important;
  font-weight: bold;
  padding: 15px 20px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .nav-tabs a {
    font-weight: normal;
    font-size: 13px;
    padding: 15px 10px !important;
  }
}
.nav-tabs .active a {
  border: none !important;
  background: #F78536 !important;
  color: #fff !important;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.nav-tabs:hover a, .nav-tabs:focus a {
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.mt {
  margin-bottom: 20px;
}

div.cs-select span {
  padding: 10px 10px;
}

.cs-skin-border {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 829px) {
  .cs-skin-border {
    max-width: 829px !important;
  }
}
@media screen and (max-width: 30em) {
  .cs-skin-border {
    font-size: 16px;
  }
}
.cs-skin-border span {
  font-size: 13px;
}
.cs-skin-border span:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
.cs-skin-border > span {
  border: transparent;
  background: rgba(0, 0, 0, 0.05);
  color: #F78536;
}
.cs-skin-border > span::after {
  font-size: 14px !important;
  content: '\e94d' !important;
  font-family: "icomoon";
}
.cs-skin-border .cs-selected > span::after {
  font-size: 14px !important;
}

.cs-skin-border.cs-active > span {
  background: rgba(0, 0, 0, 0.05) !important;
  color: #F78536;
}

.cs-select .cs-options {
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}

#fh5co-work-section,
#fh5co-car,
#fh5co-blog-section,
#fh5co-features,
#pkgs-tours,
#fh5co-testimonial,
.fh5co-content-section {
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-work-section,
  #fh5co-car,
  #fh5co-blog-section,
  #fh5co-features,
  #pkgs-tours,
  #fh5co-testimonial,
  .fh5co-content-section {
    padding: 4em 0;
  }
}

.fh5co-section-gray {
	background: #f5f5f5;
}

.heading-section {
  /*padding-bottom: 1em;*/
  margin-bottom:2em;
}
.heading-section h3:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%; top:50px;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #096;
}
.heading-section h3 {
  font-size: 40px;font-family: 'Cinzel', serif;
  font-weight: 300; text-transform:uppercase;
  position: relative; color:#000;
}
.heading-section h3 span{
}
.heading-section p {
  font-size: 16px; margin-bottom:10px; color:#333;
}

.heading-title {
  font-size: 40px;
  margin-bottom: 1.5em;
}
.mt-20{
	margin-top:20px;
}
.mb-20{
	margin-bottom:20px;
}
.pkgs-row{
	width:100%; display:inline-block;  margin-bottom:20px;
}
.pkgs-reslt{
}
.pkgs-reslt h6{
	padding:0px; margin:0px; font-size:20px; font-weight:300; color:#000;
}
.pkgs-reslt h6 strong{
	font-weight:400; color:#34ac44;
}
.pkgs-sort{
	font-size:14px; float:right; text-align:right;
}
.pkgs-sort a{
	font-size:15px; color:#4e5785; padding:0px 5px;
}
.pkgs-sort a:active{
	color:#db5a5f !important;
}
.pkgs-sort i{
	display:none;font-size:12px;
}
.sort-actv{color:#db5a5f !important;
}
.sort-actv i{color:#db5a5f !important;display:inline !important; font-size:12px;
}
.item{
  padding:0px 15px;
}
.reco-bg{
	margin:0px 0px 0px 0px;
}
.box-reco{
	border:1px solid #fff; text-align:center; background:#fff; margin-top:5px;
}
.box-reco img{
	width:100%; height:65px;
}
.pkgs-tours {
  margin:0px 0px 20px 0px;
}
.pkgs-tours > div {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.pkgs-tours > div img {
  position: relative; height:250px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; width:100%;
}
.pkgs-tours > div:after {
  opacity: 1;
  visibility: visible;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  /*background: rgba(0, 0, 0, 0.3);*/
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.pkgs-tours > div .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  z-index: 12;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pkgs-tours > div .desc h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
  visibility: visible;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pkgs-tours > div .desc h3 a{
  color: #fff;
}
.pkgs-tours > div .desc h3 a:hover{
  color: #fff; text-decoration:underline;
}
.pkgs-tours > div .desc span {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 5px;
}
.pkgs-tours > div .desc .price {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.pkgs-tours > div .desc .price b{
  font-size: 14px;
  font-weight: 300; padding-right:5px;
  color: #fff;
}
.pkgs-tours > div .desc .btn {
  opacity: 1;
  border: 1px solid #fff !important; padding:5px 10px; background:rgba(0,0,0,0.3);
  color: #fff !important;
  font-weight: 400 !important;
}
.pkgs-tours > div .desc .btn:hover, .pkgs-tours > div .desc .btn:focus, .pkgs-tours > div .desc .btn:active {
  border: 2px solid #e5343b !important;
  background: #e5343b !important;
  color: #fff !important;
}
.pkgs-tours > div:hover {
  /*-webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);*/
}
.pkgs-tours > div:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  background: rgba(0, 0, 0, 0.2);
}
.pkgs-itnry {
	width:100%; padding:15px 15px; margin:0px; background:#F2F2F2;
}
.pkgs-itnry:after{
	background:none; display:none;
}
.pkgs-itnry strong {
	color: #333;
    float: left;
    font-size: 11px;
    font-weight: 500;
    padding:10px 5px 5px 0px;
}
.pkgs-itnry p {
	font-size:13px; color:#333;
	margin: 0px 0px;
	padding: 0px 0px;
}
.pkgs-itnry ul li {
    color: #333; width:30px; height:30px;
    float: left; border:1px solid #ccc; text-align:center; border-radius:2px;
    list-style: none; text-align:center;
    font-size: 14px; line-height:30px;
    margin-right: 3px;
    padding: 0px 0px;
}
.pkgs-btn{
	width:100%; padding:0px 0px; margin:15px 10px 5px 0px;display: inline-block;
}
.pkgs-btn a{
	background:#4893b6; padding:4px 15px !important; margin-right:5px; border-radius:2px; color:#fff; text-transform:uppercase;
}
.pkgs-btn a:hover{
	background:#1b6b91;
}
.pkgs-code{
	width:100%; margin-bottom:10px; font-size:14px; color:#333;
}
.pkgs-code span{
	font-size:14px; color:#F60; padding:0px 10px; font-weight:700;
}
.pkgs-inq{
	padding:10px 10px !important; background:#d6595e !important;
}
.pkgs-inq:hover{
	 background:#e1272e !important;
}
.pagination-list {
	text-align: center;
}
.pagination {
	margin: 0;
}
.pagination li .btn-pagination {
	position: relative;
	text-align: center;
	color: #b3b3b3;
	border: none;
	background-color: transparent;
}
.pagination li .btn-pagination.active {
	pointer-events: none;
	color: #434a54;
}
.pagination li .btn-pagination.active:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 20px;
	height: 1px;
	margin-left: -10px;
	content: '';
	background-color: #434a54;
}
.pagination li .btn-pagination:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1px;
	margin-left: -10px;
	content: '';
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #434a54;
}
.pagination li .btn-pagination:hover {
	color: #434a54;
	background-color: transparent;
}
.pagination li .btn-pagination:hover:after {
	width: 20px;
}
.pagination li .previous, .pagination li .next {
	line-height: 30px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}
.pagination li .previous:after, .pagination li .next:after {
	display: none;
}
.pagination li .previous:hover, .pagination li .next:hover {
	color: #ffffff;
	border: 1px solid #42b8a0;
	background-color: #42b8a0;
}
.pagination li .previous {
	margin-right: 10px;
}
.pkgs-itnry-sngl{
	width:100%; 
}
.pkgs-dvider{
	border-bottom:1px dashed #ccc; margin:20px 0px;
}
.pkgs-img {
	width:100%; padding:0px 0px; background:#fff; margin-bottom:20px;border-radius:2px;
}
.pkgs-img img{
	height:400px; width:100%; border-radius:2px;
}
.pkgs-name{
	width:100%; font-size:24px; color:#006; font-weight:600; line-height:22px; padding:10px 0px; /*    font-family: 'Cinzel', serif;*/
}
.pkgs-duration{
	width:100%; font-size:18px; color:#696969; font-weight:400; line-height:22px; padding:10px 0px;
}
.pkgs-code-sngl{
	width:100%; padding:10px 0px; text-align:right; font-size:16px; color:#333; text-transform:uppercase; font-weight:400;
}
.pkgs-code-sngl span{
	color:#FFF; background:#ff8333; padding:5px 10px; border-radius:2px; font-weight:400;
}
.itnry {
	width:100%; padding:5px 0px; margin:0px; text-align:right;
}
.itnry strong {
	color: #333;
    font-size: 11px;
    font-weight: 500;
    padding:10px 5px 5px 0px;
}
.itnry i {
    color: #333; width:30px; height:30px;
    border:1px solid #ccc; text-align:center; border-radius:2px;
    list-style: none;
    font-size: 14px; line-height:30px;
    margin-left: 3px;
    padding: 0px 0px;
}
.pkgs-txt{
	width:100%; padding:0px 0px; margin:0px 0px 20px 0px;
}
.pkgs-txt h4{
	font-size:18px; color:#333; line-height:22px; text-transform:uppercase; margin:0px 0px 5px 0px; font-weight:500;
}
.pkgs-txt p{
	font-size:15px; color:#333; line-height:22px;
}
.tour_head1 {} .tour_head1 h3 {
    background: url(../images/umbrella.png) no-repeat left center;
    padding-left: 35px;
    color: #213d44;
    margin-bottom: 20px;
    margin-top: 50px;
    background-size: 16px;
    /* text-transform: uppercase; */
    
    font-weight: 600;
    font-size: 22px;
}
.tour_head1 p {
    color: #484646;
    font-weight: 400; line-height:22px; margin-bottom:10px;
}
.tour_head1 table {
    width: 100%;
}
.tour_head1 table tr {
    border-bottom: 1px solid #e5e5e5;
}
.tour_head1 table tr th {
    color: #2e2e2e;
    /* line-height: 40px; */
    
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}
.tour_head1 table tr td {
    line-height: 40px;
    color: #7f7f7f;
    font-weight: 500;
}
.days {} .days h4 {
    margin: 25px 0px 15px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #213d44;
}
.days h4 span {
    color: #fff; background:#4bc15b; font-size:16px; font-weight:400; padding:2px 5px; margin-right:5px; border-radius:2px; text-transform:uppercase;
}
.l-info-pack-days ul {
    padding: 0px;
    padding-top: 5px;
}
.l-info-pack-days ul li {
    position: relative;
    overflow: hidden;
    padding-left: 60px;
}
.l-info-pack-days ul li i {
    width: 35px;
    height: 35px;
    background: #36acc3;
    border-radius: 50%;
    text-align: center;
    padding: 9px 10px;
    margin-left: -58px;
    position: absolute;
    z-index: 99;
    color: #fff;
    font-size: 18px;
}
.l-info-pack-days ul li h4 {
    margin-top: 7px;
}
.l-info-pack-days ul li p {
    padding-top: 0px;
}
.l-info-pack-plac::after {
    content: '';
    background: #cecece;
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 19px;
}
/********************/
.pkgs-booking{
	width:100%; margin:0px ; padding:0px;
}
.pkgs-booking-title {
	padding: 15px 30px; color:#fff;
	font-weight: 300; background:#2b7994;
	font-size: 18px; text-transform:uppercase;
	position: relative; border-top:3px solid #ec3a58;
}
.pkgs-booking-title span {
	font-size: 22px;font-family: 'Cinzel', serif;
	padding: 2px 6px; font-weight:600;
	border-radius: 25px;
	color: #ffdd12;
}
/*********************************************************************************
				35. hotel-index.html CSS Start
*********************************************************************************/
.pkgs-book {
	padding: 0px 25px 25px 25px;
    background:url(../images/footer_bg.png) no-repeat left bottom #2b7994;
}
.pkgs-book h4 {
	font-weight: 700;
	margin: 0px 0px 20px;
	background: #44a00d;
	color: #fff;
	position: relative;
	padding: 20px 0px;
}
.pkgs-book h2 {
	font-weight: 600; color:#fff; padding:30px 10px; text-transform:uppercase; text-align:center; margin-bottom:0px;
}
.pkgs-book h4:after {
	 background: #44a00d none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "\f1d9";
    font-family: FontAwesome;
    left: 45%;
    padding: 10px;
    position: absolute;
    top: 60%;
}
.pkgs-book .input-group-addon {
	/*background: transparent none repeat scroll 0 0;*/
	background:#fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #1f2b3e;
}
.pkgs-book label { width:100%;
	margin-bottom: 10px;color:#fff; font-weight:400; text-transform:uppercase;
	font-size:13px;
}
.pkgs-book .ui-spinner-up i,
.pkgs-book .ui-spinner-down i {
	color: #f9676b;
	z-index: 999;
}
.pkgs-book .form-control {
	border-radius: 0px;
	height: 40px;
	padding: 10px;
	background:#fff;
	border: 1px solid #fff;
}
.pkgs-book .input-group {
	margin-bottom: 15px;
}	
.pkgs-book select {
	border-radius: 0px;
	height: 40px; width:100%;
	padding: 10px;
	background:#fff;
	border: 1px solid #fff;
}
.pkgs-book textarea{
	border-radius: 0px;
	height: 100px !important; width:100% !important;
	padding: 10px;
	background:#fff;
	border: 1px solid #fff;
}
.pkgs-book .padding-right {
	padding: 0px 10px 10px 0px;
}
.pkgs-book .padding-left {
	padding: 0px 0px 10px 10px;
}
.pkgs-book .center-input {
	padding-left: 45%;
	z-index: 0;
}
.pkgs-book button {
	background: #e5474d none repeat scroll 0 0;
    color: #fff; text-transform:uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    padding: 10px 20px; border:1px solid #e5474d;
}
.pkgs-book button:hover {
	border: 1px solid #e92129;
	background: #e92129;
	color: #fff;
}
.pkgs-book .bootstrap-select > .dropdown-toggle {
	/*background: transparent none repeat scroll 0 0;*/background:rgba(255,255,255,0.8);
    border: 1px solid #b6b6b6;
    color: #333;
    font-weight: normal;
    height: 40px;
    margin: 0 0 15px;
    padding: 8px 10px;
}
.pkgs-book .bootstrap-select > .dropdown-toggle {
    /* background: transparent none repeat scroll 0 0; */
    background: rgba(255,255,255,0.8);
    border: 1px solid #b6b6b6;
    color: #333;
    font-weight: normal;
    height: 40px;
    margin: 0 0 15px;
    padding: 8px 10px;
}
.custom-select-button {
	background: transparent none repeat scroll 0 0;
    border: 1px solid #BEC4C8;
    border-radius: 0;
    height: 40px;
}
.bootstrap-select.btn-group .dropdown-menu {
	background: #0c7141;
	border-radius: 0;
}
.bootstrap-select.btn-group .dropdown-menu li a {
	color: #ffffff;
    padding: 2px 10px;
    display: flex;
    margin: 0px;
    background: #0c7141 !important;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
	color: #ff9001;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.map-pnl{
	width:100%; border:1px solid #ebe8de; height:auto; background:#fff; padding:5px;
}
@media screen and (max-width: 768px) {
  .pkgs-tours > div:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
.pkgs-tours > div:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .pkgs-tours > div:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.flight-book {
  width: 100%;
  float: left;
  margin-bottom: 1px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flight-book .plane-name {
  width: 40%;
  float: left;
  padding: 6px 20px;
  background: #F78536;
}
.flight-book .plane-name .p-flight {
  font-size: 18px;
  color: #fff;
}
.flight-book .desc {
  width: 60%;
  float: right;
  background: #00AD7C;
  padding: 6px 20px;
}
.flight-book .desc .left {
  float: left;
}
.flight-book .desc h4, .flight-book .desc span {
  color: #fff;
}
.flight-book .desc h4 {
  margin-bottom: 0;
}
.flight-book .desc .right {
  float: right;
  font-size: 25px;
}
.flight-book .desc .right i {
  font-weight: 300;
}
.flight-book .desc .right .price {
  font-weight: 400;
}

#fh5co-car .car {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
#fh5co-car .car .one-4 {
  width: 40%;
  float: left;
  background: #F78536;
  padding: 30px;
}
#fh5co-car .car .one-4 h3, #fh5co-car .car .one-4 span {
  color: #fff;
}
#fh5co-car .car .one-4 span {
  display: block;
  font-weight: 400;
  font-size: 20px;
}
#fh5co-car .car .one-4 small {
  font-size: 14px;
}
#fh5co-car .car .one-1 {
  width: 60%;
  float: right;
  height: auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
.feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 992px) {
  .feature-left .icon {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  .feature-left .icon {
    width: 15%;
  }
  .pkgs-book .padding-left {
    padding: 0px 0px 10px 0px;
}.pkgs-book .padding-right {
    padding: 0px 0px 10px 0px;
}
.get-offer h2 {
    margin-bottom: 20px;
}
.heading-section h3 {
    font-size: 30px;
}
.car-srch {
    padding: 20px 10px 30px 10px;
}
.car-srch label {
    margin-bottom: 5px;
    margin-top: 15px;
}
.car-srch button {
    margin-top: 10px;
    padding: 9px 20px;
}
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #F78536;
}
.feature-left .feature-copy {
  float: right;
  width: 80%;
}
@media screen and (max-width: 992px) {
  .feature-left .feature-copy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .feature-left .feature-copy {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  .feature-left .feature-copy {
    width: 80%;
  }
}
.feature-left .feature-copy h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.feature-left .feature-copy p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}

#fh5co-destination {
  width: 100%;
  padding: 0;
  margin: 0;
}

#fh5co-destination-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}
#fh5co-destination-list li {
  display: table;
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 250px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  #fh5co-destination-list li {
    margin-left: 0;
  }
}
#fh5co-destination-list li .title-bg {
  height: 250px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  background: #e8373e;
  z-index: 12;
}
#fh5co-destination-list li .title-bg h2 {
  color: #fff;font-family: 'Cinzel', serif;
  margin-bottom: 20px;
  font-size: 40px;
}
#fh5co-destination-list li .title-bg span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
#fh5co-destination-list li .title-bg span a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-destination-list li .title-bg span a:hover {
  color: #e8373e;
  border: 1px solid #fff; background:#fff;
}
@media screen and (max-width: 768px) {
  #fh5co-destination-list li .title-bg h2 {
    font-size: 24px;
  }
}
#fh5co-destination-list li:after {
  content: "";
  position: absolute; 
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-destination-list li > a {
  height: 250px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  z-index: 12;
}
#fh5co-destination-list li > a:after {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-destination-list li > a .case-studies-summary {
  width: auto;
}
@media screen and (max-width: 768px) {
  #fh5co-destination-list li > a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}
#fh5co-destination-list li > a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-destination-list li > a .case-studies-summary h2 {
  color: #fff;
  margin-bottom: 0; width:auto;
  font-size: 24px;text-transform:uppercase; background:rgba(0,0,0,0.5);
  font-weight: 400;padding: 0px 8px;
    display: inline; border-radius:2px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 768px) {
  #fh5co-destination-list li > a .case-studies-summary h2 {
    font-size: 24px; 
  }
}
#fh5co-destination-list li:hover:after {
  -webkit-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
  background: rgba(0, 0, 0, 0.3);
}
#fh5co-destination-list li:hover > a:after {
  opacity: 1;
}
#fh5co-destination-list li:hover > a .case-studies-summary h2 {
  margin-top: -5px;
}
#fh5co-destination-list li.two-third {
  width: 65.6%;
}
@media screen and (max-width: 768px) {
  #fh5co-destination-list li.two-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-destination-list li.two-third {
    width: 100%;
  }
}
#fh5co-destination-list li.one-third {
  width: 32.3%;
}
@media screen and (max-width: 768px) {
  #fh5co-destination-list li.one-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-destination-list li.one-third {
    width: 100%;
  }
}
#fh5co-destination-list li.one-forth {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #fh5co-destination-list li.one-forth {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-destination-list li.one-forth {
    width: 100%; margin-bottom:20px;
  }
}
#fh5co-destination-list li.one-half {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #fh5co-destination-list li.one-half {
    width: 100%;margin-bottom:20px;
  }
}

#fh5co-testimonial {
  position: relative;
  background: #35af46;
}
#fh5co-testimonial .fh5co-heading h2 {
  color: white; text-transform:uppercase;
}
#fh5co-testimonial .fh5co-heading p {
  color: white; margin-bottom:10px;
}
.fh5co-heading h2:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    top: 80px;
    width: 100px;
    margin-left: -50px;
    height: 2px;
    background: #fff;
}
#fh5co-testimonial .box-testimony {
  margin-bottom: 0px; margin-left:30px;
  float: left; padding-top:35px;
}
#fh5co-testimonial .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonial .box-testimony a:hover, #fh5co-testimonial .box-testimony a:focus, #fh5co-testimonial .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#fh5co-testimonial .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 40px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-testimonial .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 15px solid black;
  border-top-color: #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
#fh5co-testimonial .box-testimony blockquote .quote {
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 0;
  display: table;
  color: #fff;
  width: 56px;
  height: 56px;
  margin-top: -30px;
  background: #35af46;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonial .box-testimony blockquote .quote > span {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-testimonial .box-testimony blockquote p {
  letter-spacing: 1px;
}
#fh5co-testimonial .box-testimony .author {
  line-height: 20px;
  color: white;
  font-size: 20px;
  margin-left: 20px;
}
#fh5co-testimonial .box-testimony .author .subtext {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

#fh5co-features {
  padding: 3em 0; background:url(../images/tour_bg.jpg) no-repeat bottom center;
}
#fh5co-features .feature-left {
  margin-bottom: 40px; 
}
@media screen and (max-width: 992px) {
  #fh5co-features .feature-left {
    margin-bottom: 30px;
  }
}
#fh5co-features .feature-left .icon i {
  color: #d9d9d9 !important;
}
#fh5co-features .feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 992px) {
  #fh5co-features .feature-left .icon {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-features .feature-left .icon {
    width: 100%;
  }
  #fh5co-features .feature-left h3 {
    font-size: 20px; text-align:center;
    text-transform: uppercase;
    font-weight: 500;
}
}
#fh5co-features .feature-left .feature-copy {
  float: right;
  width: 60%;
}
#fh5co-features .feature-left .feature-copy a{
	text-transform:none; color:#2d435c; border:1px solid #b4c0cd; border-radius:2px; font-size:14px; padding:0px 10px;
}
#fh5co-features .feature-left .feature-copy a:hover{
	color:#fff; border:1px solid #5bb167; background:#5bb167; transition: 0.5s;
}
@media screen and (max-width: 992px) {
  #fh5co-features .feature-left .feature-copy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-features .feature-left .feature-copy {
    width: 100%;
  }
  #fh5co-features .feature-left p {
    text-align: center;
}
}
@media screen and (max-width: 480px) {
  #fh5co-features .feature-left .feature-copy {
    width: 100%;
  }
}
#fh5co-features .feature-left h3 {
  font-size: 20px; text-transform:uppercase;
  font-weight: 400;
}
#fh5co-features .feature-left p {
  font-size: 14px; color:#333; line-height:22px;
}
#fh5co-features .feature-left p:last-child {
  margin-bottom: 0;
}

#fh5co-services,
#fh5co-about{
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services,
  #fh5co-about,
  #fh5co-contact {
    padding: 4em 0;
  }
}

#fh5co-services .fh5co-number {
  font-size: 30px;
  color: #F78536;
  position: relative;
  padding-top: 10px;
  font-style: italic;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-services .fh5co-number:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #F78536;
}
#fh5co-services .fh5co-icon {
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@media screen and (max-width: 768px) {
  #fh5co-services .fh5co-icon {
    margin-top: 0px;
    float: none;
  }
}
#fh5co-services .fh5co-icon i {
  font-size: 200px;
  color: #F78536;
}
@media screen and (max-width: 768px) {
  #fh5co-services .fh5co-icon i {
    font-size: 100px;
  }
}

#fh5co-contact .contact-info {
  margin: 0;
  padding: 0;
}
#fh5co-contact .contact-info li {
    list-style: none;
    margin: 0 0 10px 0; color:#232323;
    position: relative; page-break-before:400;
    line-height: 40px;
    padding-left: 50px;
}

#fh5co-contact .contact-info li i {
  position: absolute; text-align:center;
  top: 0; padding:0px 0px; width:40px; height:40px; line-height:40px;
  left: 0; border:1px solid #CCC; background:#fff; border-radius:50%;
  font-size: 16px;
  color:#39b54a;
}
#fh5co-contact .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-contact .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid #a8a7a7;
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
#fh5co-contact .form-control:focus, #fh5co-contact .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#fh5co-contact input[type="text"] {
	border-radius:2px;
}
#fh5co-contact .form-group {
  margin-bottom: 15px;
}

.fh5co-testimonial, .fh5co-team {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .fh5co-testimonial, .fh5co-team {
    border-right: 0;
    margin-bottom: 80px;
  }
}
.fh5co-testimonial h2, .fh5co-team h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.fh5co-testimonial figure, .fh5co-team figure {
  position: relative;
  top: 0px;
  background-size: cover;
  margin-bottom: 20px;
}
.fh5co-testimonial figure img, .fh5co-team figure img {
  width: 130px;
  height: 130px;
  border: 10px solid #fff;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-testimonial > div, .fh5co-team > div {
  padding: 30px 30px 0 30px;
}
.fh5co-testimonial > div h3, .fh5co-team > div h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: #F78536;
}
.fh5co-testimonial > div .position, .fh5co-team > div .position {
  color: #d9d9d9;
  margin-bottom: 30px;
}
.fh5co-testimonial > div,
.fh5co-testimonial blockquote, .fh5co-team > div,
.fh5co-team blockquote {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.fh5co-testimonial > div p,
.fh5co-testimonial blockquote p, .fh5co-team > div p,
.fh5co-team blockquote p {
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.fh5co-testimonial span, .fh5co-team span {
  font-style: italic;
  color: #b3b3b3;
}

.fh5co-testimonial p .text-mute {
  color: #ccc !important;
}

.fh5co-blog {
  margin-bottom: 60px;
}
.fh5co-blog a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}
.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 30px;
  float: right;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text span.posted_by {
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  color: #F78536;
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.fh5co-blog .blog-text h3 a {
  color: rgba(0, 0, 0, 0.6);
}

#fh5co-start-project-section {
  padding: 7em 0;
  background: #F64E8B;
}
#fh5co-start-project-section h2 {
  color: white;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #fh5co-start-project-section h2 {
    font-size: 30px;
  }

}
#fh5co-start-project-section a:hover, #fh5co-start-project-section a:focus, #fh5co-start-project-section a:active {
  color: white !important;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.fh5co-social-icons > a {
  padding: 4px 10px;
  color: #F78536;
}
.fh5co-social-icons > a i {
  font-size: 26px;
}
.fh5co-social-icons > a:hover, .fh5co-social-icons > a:focus, .fh5co-social-icons > a:active {
  text-decoration: none;
  color: #5a5a5a;
}
.copy-rigt{
	width:100%; padding:15px 10px; background:#171f2d;
}
.copy-rigt a{
	color:#3C6;
}
.copy-rigt a:hover{
	color:#fff;
}
.copy-rigt p{
   margin-bottom:0px; font-size:14px;
}
#footer {
  background:url(../images/footer_bg.png) no-repeat left bottom #1f2b3e;
  padding: 60px 0px 0px 0px;
}
#footer p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px; font-weight:300; padding-top:5px;
}
#footer p a {
  color: rgba(255, 255, 255, 0.5);
}
#footer p a:hover, #footer p a:active, #footer p a:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}
#footer .fh5co-footer-link {
  padding-bottom: 30px;
}
#footer .fh5co-footer-link h3 {
  color: #fff;
  font-size: 18px; text-transform:uppercase;
  font-weight: 400;
  margin-bottom: 25px;
}
#footer .fh5co-footer-link h2 {
  color: #45cb58; 
  font-size: 18px; text-transform:uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}
#footer .fh5co-footer-link li, #footer .fh5co-footer-link ul {
  padding: 0;
  margin: 0;
}
#footer .fh5co-footer-link li {
  list-style: none;
  margin-bottom: 15px;
  line-height: 1.3; font-size:15px;
}
#footer .fh5co-footer-link li a {
  color: rgba(255, 255, 255, 0.5);
}
#footer .fh5co-footer-link li a:hover, #footer .fh5co-footer-link li a:active, #footer .fh5co-footer-link li a:focus {
  color: #fff !important;
}
/*address*/
.address {
	position: relative;
	line-height: 1.6;
	margin-bottom: 0;
	color: #fff;
}
.address i {
	position: absolute;
	font-size: 18px;
	top: 0px;
	color: #d6d6d6;
	font-weight: 500;
}
.address .address-name {
	margin-left: 30px;
	font-size: 15px;
}
.address p {
	margin-left: 30px; font-size:14px; 
	margin-bottom: 1.07em; font-weight:400;
	color: rgba(255, 255, 255, 0.4);
}
.address-inner {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.4);
}
.address-inner img {
	margin-bottom: 15px;
}
.address-inner h3 {
	color: #fff; font-weight:500; text-transform:uppercase; padding-bottom:10px; font-size:20px; margin-top:10px;
}
.address-inner p {
	color: #fff; color:#c2f9c9;
}
.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #2aa33a;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #F78536;
  color: #fff !important;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}
.btn.btn-outline {
  background: transparent;
  color: #1e8755; font-size:14px;
  border: 1px solid #1e8755 !important;
}
.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active {
  background: #1e8755 !important;
  color: #fff !important;
}

.tab-content .btn {
  letter-spacing: 0;
  text-transform: none;
  font-weight: bold;
  font-size: 18px;
}

.js .animate-box {
  opacity: 0;
}

#fh5co-wrapper {
  overflow-x: hidden;
  position: relative;
}

.fh5co-offcanvas {
  overflow: hidden;
}
.fh5co-offcanvas #fh5co-wrapper {
  overflow: hidden !important;
}

#fh5co-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-offcanvas #fh5co-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 991px) {
  #fh5co-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
  display: none;
}
@media screen and (max-width: 991px) {
  #offcanvas-menu {
    display: block;
  }
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px; background:none;
  color: rgba(255, 255, 255, 0.4);
}
#offcanvas-menu ul li a:hover {
  color: #F78536;
}
#offcanvas-menu ul li > .fh5co-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #F78536;
}
#offcanvas-menu ul .fh5co-sub-menu {
  display: block !important;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .fh5co-nav-toggle {
    display: block;
    top: 0px;
    margin-top: 1.5em;
  }
      .wrap-popup-block {
    max-width: 85%;
}
.pkgs-code-sngl, .itnry {
    text-align: left;
}
.pkgs-sort {
     float: left; margin-top:10px;
     text-align: left; 
}
.car-srch label {
    margin-bottom: 5px;
    margin-top: 15px;
}
.car-srch button {
    margin-top: 37px;
}
.car-box-details {
    text-align:left;
    padding-top:10px;border-right:none;
}
.car-box-price {
    text-align: right;
}
.car-box-img {
    border-right:none;
}
.car-btn {
    margin-bottom: 20px;
}
.form-control {
	display:inline;
}
}
@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
  .col-xs-6 {
    width: 100%;
}
.contact-info {
    padding: 10px 0px; text-align:center; border-bottom:1px solid #33375e; margin-bottom:10px;
}
.header-top ul.social-list {
    float: none;
    display: inline-block;
}

.row-top-padded-lg {
  padding-top: 7em;
}
.pkgs-tours > div img {
   /* height: auto;*/
}
.car-box-details {
    text-align:center;
    padding-top:10px; padding-bottom:10px;border-right:none; border-top:1px dashed #D6D6D6; border-bottom:1px dashed #D6D6D6;
}
.car-box-price {
    text-align:center;padding-top: 10px;
}
.car-box-img {
    border-right:none;
}
.car-btn {
    margin-bottom: 20px;
}
.form-control {
	display:block;
}
.car-srch button {
    margin-top: 10px;
}
.reco-bg{
	margin:15px 0px 0px 0px;
}
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }

}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}
@media screen and (max-width: 413px) {
	.about-home {
    padding: 0px 0px 0px 0px;
}
.heading-section h3:after {
	display:none;
}
.fh5co-heading h2:after {
    display:none;
}
}
@media screen and (max-width: 319px) {
#fh5co-logo img{
	height:65px;
}
.cal_qury {
    padding: 0px 0px; margin-bottom:5px;
    text-align: center;
    width: 100%;
}
.header-top ul.social-list {
    display: none;
}
}