@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 1.6;
	font-size: 16px;
	background: #fff;
	color: #848484;
	font-weight: 300;
	overflow-x: hidden;
}
body.fh5co-offcanvas {
	overflow: hidden;
}
a {
	color: #c1242d;
	-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;
	font-family: "Open Sans", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #5a5a5a;
	font-family: "Open Sans", Arial, sans-serif;
	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: #F78536;
}
#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 {
	padding: 10px 0;
	background: #F78536;
}
.header-top .fh5co-link a {
	margin-left: 10px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
}
.header-top .fh5co-link a:first-child {
	margin-left: 0;
}
.header-top .fh5co-link a:hover {
	color: white !important;
}
@media screen and (max-width: 768px) {
.header-top .fh5co-link {
	text-align: center;
}
}
.header-top .fh5co-social a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	margin-right: 15px;
	position: relative;
	-webkit-transition: 0.5s, ease-in-out;
	-o-transition: 0.5s, ease-in-out;
	transition: 0.5s, ease-in-out;
}
.header-top .fh5co-social a:last-child {
	margin-right: 0;
}
.header-top .fh5co-social a:hover, .header-top .fh5co-social a:focus, .header-top .fh5co-social a:active {
	text-decoration: none;
	color: white !important;
}
.header-top .fh5co-social a:hover i, .header-top .fh5co-social a:focus i, .header-top .fh5co-social a:active i {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
@media screen and (max-width: 768px) {
.header-top .fh5co-social {
	text-align: center !important;
}
}
.fh5co-cover, .fh5co-hero {
	position: relative;
   
	
}

.fh5co-cover .fh5co-overlay, .fh5co-hero .fh5co-overlay {
	position: absolute !important;
	width: 100%;
	top: -150px;
	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 .fh5co-overlay, .fh5co-hero .fh5co-overlay video {
	width: 100%;
}
.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: 42%;
	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: 10px 44px 0 0 !important;
}
.sf-menu {
	float: right;
}
.sf-menu ul {
	box-shadow: none;
	border: transparent;
	min-width: 27em;



}
.sf-menu a {
	
	padding: 0.75em 1em !important;
	font-weight: 600px !important;
	border-left: none;
	border-top: none;
	border-top: none;
	color: #fff;
	text-decoration: none;
	zoom: 1;
	font-size: 19px;
	border-bottom: none !important;
	
	font-family: 'Tw Cen MT';
}
.sf-menu a:hover, .sf-menu a:focus {
	color: #ec6922 !important
}
.sf-menu li.active a:hover, .sf-menu li.active a:focus {
	color: #3399CC;
}
.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: #3399CC;
}
.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;
	background: transparent;
}
.nav-header {
	position: relative;
	float: left;
	width: 100%;
}
.form-vrt
{
	 margin-top: 24px;
    margin-left: 37px;
}
#fh5co-logo {
	position: relative;
	z-index: 2;
	font-size: 28px;
	text-transform: uppercase;
	margin-top: 8px;
	font-weight: 700;
	float: left;    margin-left: 40px;
	padding-left: ;
	margin-bottom: 5px;
}
#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: 3px;
}
#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: '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: -0px;
	top: 50%;
	font-size: 12px;
	margin-top: -7px;
	content: "\e922";
	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;
	float:left;
	-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: #c1242d !important;
}
.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: #c1242d !important
}
.tabulation input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color:#c1242d !important
}
.tabulation input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #c1242d !important
}
.tabulation input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #c1242d !important
}
.tabulation input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #c1242d !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: 10px;
}
.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: #c1242d !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: #c1242d;
}
.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, #fh5co-tours, #fh5co-testimonial, .fh5co-content-section {
	padding: 4em 0;
}
@media screen and (max-width: 768px) {
#fh5co-work-section,  #fh5co-car,  #fh5co-blog-section,  #fh5co-features,  #fh5co-tours,  #fh5co-testimonial,  .fh5co-content-section {
	padding: 4em 0;
}
}
.fh5co-section-gray {
	background: rgba(0, 0, 0, 0.04);
	padding: 2em 0 3em !important;
}
.heading-section {
	padding-bottom: 0em;
	/*margin-bottom: 3em;
}
.heading-section:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	height: 2px;
	/*background: #c1242d;*/
}
.heading-section h3 {
	font-size: 30px;
	font-weight: 600;
	position: relative;
	margin-bottom: 38px;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
}
.heading-section p {
	font-size: 15px;
	font-family: 'Merienda', cursive;
	color: #1D1D1D;
}
.heading-title {
	font-size: 40px;
	margin-bottom: 1.5em;
}
.fh5co-tours {
	margin-bottom: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-tours > div {
	display: block;
	color: #000;
	position: relative;
	bottom: 0;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-tours > div img {
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-tours > div:after {
	opacity: 1;
	visibility: visible;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 8;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-tours > div .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	z-index: 12;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: rgba(0, 0, 0, 0.5);
	transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}
.fh5co-tours:hover div .desc {
	display: block;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	transform: translateY(00%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
}

.sec1{ padding:50px 0 !important;}
.fh5co-tours > div .full-overly {
	transform: translateY(0%) !important;
	-webkit-transition-duration: 0.4s;
	width: 100%;
	height: 100%;
	top: 0px;
	padding: 120px 0px;
	text-align: center;
	background: rgba(220, 0, 0, 0.0);
}
.fh5co-tours:hover div .full-overly {
	background: rgba(0, 0, 0, 0.51);
}
.fh5co-tours > div .full-overly h3 {
	font-size: 30px !important;
}
.fh5co-tours > div .hotel-name {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px 20px;
	z-index: 999;
}
.fh5co-tours > div .hotel-name h3 {
	color: #000 !important;
    font-size: 23px;
    font-style: normal;
    text-align: center;
}
.fh5co-tours .price-hotel {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 70px;
	background: rgba(255, 255, 255, 0.6);
	top: 0px;
	text-align: center;
	z-index: 99;
}
.fh5co-tours .price-hotel span {
	  font-weight: 600;
    font-size: 20px;
    color: black;
    background-color: white;
    padding: 7px;
}
.fh5co-tours > div .price-hotel .btn {
	opacity: 1;
	letter-spacing: 1px !important;
	font-weight: 400 !important;
	padding: 5px 12px;
	margin-top: 10px;
}





.fh5co-tours1 {
	margin-bottom: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-tours1 > div {
	display: block;
	color: #000;
	position: relative;
	bottom: 0;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-tours1 > div img {
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.5s;
	transition: 0.3s;
}
.fh5co-tours1 > div:after {
	opacity: 1;
	visibility: visible;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 8;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-tours1 > div .desc {
	position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    padding: 0px;
    z-index: 12;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.2s;
    background: rgba(0, 0, 0, 0.56);
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -webkit-transition-duration: 0.2s;
}
.fh5co-tours1:hover div .desc {
	display: block;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	transform: translateY(00%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
}

.sec1{ padding:50px 0 !important;}
.fh5co-tours1 > div .full-overly {
	transform: translateY(0%) !important;
	-webkit-transition-duration: 0.4s;
	width: 100%;
	height: 100%;
	top: 0px;
	padding: 120px 0px;
	text-align: center;
	background: rgba(220, 0, 0, 0.0);
}
.fh5co-tours1:hover div .full-overly {
	background: rgba(0, 0, 0, 0.51);
}
.fh5co-tours1 > div .full-overly h3 {
	font-size: 30px !important;
}
.fh5co-tours1 > div .hotel-name {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px 20px;
	z-index: 999;
}
.fh5co-tours1 > div .hotel-name h3 {
	color: #000 !important;
    font-size: 23px;
    font-style: normal;
    text-align: center;
}
.fh5co-tours1 .price-hotel {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 70px;
	background: rgba(255, 255, 255, 0.6);
	top: 0px;
	text-align: center;
	z-index: 99;
}
.fh5co-tours1 .price-hotel span {
	font-weight: 600;
}
.fh5co-tours1 > div .price-hotel .btn {
	opacity: 1;
	letter-spacing: 1px !important;
	font-weight: 400 !important;
	padding: 5px 12px;
	margin-top: 10px;
}












.world-wide {
	border: 5px solid #005b92;
	min-height: 300px;
	text-align: center;
	padding: 10px;
	background-color: #ffffff;
	background-image: url("https://www.transparenttextures.com/patterns/black-thread-light.png");/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.fh5co-tours:hover .price-hotel {
	display: block;
}
.world-wide-cont {
	margin-top: 70px;
	z-index: 999;
	position: relative;
}
.world-wide-cont h3 {
	font-size: 20px;
	line-height: 25px;
	color: #000;
}
.fh5co-tours > div .desc h3 {
	color: #fff;
	margin: 0;
	padding: 9px 0;
	background-color:rgba(0,0,0,0.5);
	opacity: 1;
	font-size: 22px;
	font-weight: 400;
	visibility: visible;
	margin-bottom: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-family: 'Roboto Slab', serif;
}
.fh5co-tours > div .desc span {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 5px;
}
.fh5co-tours > div .desc .price {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.fh5co-tours > div .desc .btn {
	opacity: 1;
    color: #fff !important;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
    padding: 5px 0;
    font-size: 10px;
    width: 114px;
    margin: 14px auto;
    float: none;
    display: block
}
.fh5co-tours > div .desc .btn:hover, .fh5co-tours > div .desc .btn:focus, .fh5co-tours > div .desc .btn:active {
	border: 2px solid #c1242d !important;
	background: #c1242d !important;
	color: #fff !important;
}
.fh5co-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);
}
.fh5co-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);*/
}







.fh5co-tours1 > div .desc h3 {
	color: #fff;
	margin: 0;
	padding: 2px 0;
	background-color:rgba(0,0,0,0.5);
	opacity: 1;
	font-size: 24px;
	font-weight: bold;
	visibility: visible;
	margin-bottom: 15px;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-family: "Montserrat",Arial,sans-serif;
}
.fh5co-tours1 > div .desc span {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 5px;
}
.fh5co-tours1 > div .desc .price {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.fh5co-tours1 > div .desc .btn {
	opacity: 1;
    color: #fff !important;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
    padding: 5px 0;
    font-size: 10px;
    width: 114px;
    margin: 14px auto;
    float: none;
    display: block
}
.fh5co-tours1 > div .desc .btn:hover, .fh5co-tours1 > div .desc .btn:focus, .fh5co-tours1 > div .desc .btn:active {
	border: 2px solid #ffffff !important;
    background: #ffffff !important;
    color: #960000 !important;
}
}
.fh5co-tours1 > 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);*/
	
}
.fh5co-tours1 > 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);*/
}















@media screen and (max-width: 768px) {
.fh5co-tours > div:hover:after {
	opacity: 0;
	visibility: hidden;
}
.fh5co-tours1 > div:hover:after {
	opacity: 0;
	visibility: hidden;
}
}
.fh5co-tours > div:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.fh5co-tours1 > 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) {
.fh5co-tours > div:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.fh5co-tours1 > 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 a {
	font-weight: 600;
}
.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%;
}
}
.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;
	color: #000;
}
#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: 220px;
	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 {
	min-height: 220px;
	padding: 2em;
	position: relative;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	background: #00AD7C;
	z-index: 12;
}
#fh5co-destination-list li .title-bg h2 {
	color: #fff;
	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 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
@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 {
	min-height: 220px;
	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: 2px solid rgba(255, 255, 255, 0.8);
	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;
	font-size: 24px;
	font-weight: 400;
	-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%;
}
}
#fh5co-destination-list li.one-half {
	width: 50%;
}
@media screen and (max-width: 480px) {
#fh5co-destination-list li.one-half {
	width: 100%;
}
}
#fh5co-testimonial {
	position: relative;
	background: #00AD7C;
}
#fh5co-testimonial .fh5co-heading h2 {
	color: white;
}
#fh5co-testimonial .box-testimony {
	margin-bottom: 2em;
	float: left;
}
#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: #00AD7C;
	-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: 4em 0 2em;
	background: #000 url(../images/main-silder/back.jpg) no-repeat fixed;
	background-size: cover;
}
#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: #000 !important;
}
#fh5co-features .feature-left .icon {
	    float: left;
    text-align: center;
    width: 99%;
}
@media screen and (max-width: 992px) {
#fh5co-features .feature-left .icon {
	width: 10%;
}
}
@media screen and (max-width: 768px) {
#fh5co-features .feature-left .icon {
	width: 15%;
}
}
#fh5co-features .feature-left .feature-copy {
	float: right;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}
@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: 85%;
}
}
@media screen and (max-width: 480px) {
#fh5co-features .feature-left .feature-copy {
	width: 80%;
}
}
#fh5co-features .feature-left h3 {
	font-size: 16px;
	font-weight: 700;
}
#fh5co-features .feature-left p {
	font-size: 15px;
}
#fh5co-features .feature-left p:last-child {
	margin-bottom: 0;
}
#fh5co-services, #fh5co-about, #fh5co-contact {
	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 20px 0;
	position: relative;
	padding-left: 40px;
}
#fh5co-contact .contact-info li i {
	position: absolute;
	top: .3em;
	left: 0;
	font-size: 22px;
	color: rgba(0, 0, 0, 0.3);
}
#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 rgba(0, 0, 0, 0.1);
	font-size: 18px;
	font-weight: 400;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}
#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"] {
	height: 50px;
}
#fh5co-contact .form-group {
	margin-bottom: 30px;
}

.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;
}
#footer {
	background: #393e46;
	padding: 30px 0 20px;
}
#footer p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}
#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: 10px;
	
}
#footer .fh5co-footer-link h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 25px;
}
#tawkchat-minified-container
{
	background-color: #c1242d !important ;
}
#footer .fh5co-footer-link li, #footer .fh5co-footer-link ul {
	padding: 0;
    margin: 0;
    line-height: 13px !important;
    font-size: 13px;
    color: #fff;
}
#footer .fh5co-footer-link li {
	list-style: none;
	margin-bottom: 15px;
	line-height: 1.3;
	
}
#footer .fh5co-footer-link li a {
	color: #fff;
}
#footer .fh5co-footer-link li a:hover, #footer .fh5co-footer-link li a:active, #footer .fh5co-footer-link li a:focus {
	color: #999999 !important;
}
.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: #c1242d;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
    padding: 8px 36px;
    height: 41px;
	
    height: initial;
}
.btn.btn-primary2 {
background: #c1242d;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
    padding: 8px 36px;
    height: 41px;
	position:relative;
	    left: 473px;
    bottom: 38px;
    height: initial;
}
.btn.btn-primary1 {
	background: #3775bb;
	color: #fff;
	margin-left:150px;
	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: #c1242d;
	border: 2px solid #fff !important;
}
.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active {
	background: #c1242d !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: 768px) {
#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: 768px) {
#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: 14px;
	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: 768px) {
.fh5co-nav-toggle {
	display: block;
	top: 0px;
	margin-top: 2em;
}
}
 @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;
}
}
.row-top-padded-lg {
	padding-top: 7em;
}
@media screen and (max-width: 768px) {
.row-top-padded-lg {
	padding-top: 2em;
}
}
.row-bottom-padded-md {
	padding-bottom: 4em;
}
@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;
}
/*# sourceMappingURL=style.css.map */

.useful-info {
	background: #e6e6e6;
	width: 100%;
	padding: 20px 0px;
}
.use-heading {
	font-size: 30px;
	color: #404040;
	font-weight: 600;
	font-family: 'Roboto Slab', serif;
	margin-top: -59px;
}
.useful-info img {
    border: 1px solid #b9b9b9;
    padding: 6px;
	width: auto;
	cursor: pointer;
	margin:0 auto;
}
.get-offer {
	background-image: url(../images/get-offer-bg.jpg);
	background-position: center center;
	background-repeat: repeat;
	padding: 50px 0;
	position: relative;
	text-align: right;
}
.get-offer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(255, 171, 0);
	opacity: .9;
}
.get-offer h2 {
	margin: 0;
	font-weight: 800;
	color: #fff;
}
.get-offer .input-group .form-control {
	height: 50px;
	border: 3px solid #b9800c;
	border-radius: 0;
	box-shadow: none;
}
.get-offer .btn-default {
	padding: 10px 12px;
	border-radius: 0;
	height: 50px;
	border: 3px solid #b9800c;
}
.get-offer .btn-default:hover {
	background-color: #006B9F !important;
	color: #fff;
	border-color: #b9800c;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -3px;
}
.get-offer span {
	color: #000;
	font-weight: 600;
	font-size: 16px;
}
.contact-top {
	float: right;
}
.contact-top ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.contact-top ul li {
	float: left;
	font-size: 13px;
	color: #fff;
	padding: 4px 10px;
	font-weight: 600;
}
.contact-top ul li a {
	display: block;
	color: #fff;
	font-weight: 600;
}
.social-icon-fixd {
	position: relative;
	z-index: 999;
	float: left;
}
.social-icon-fixd ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.social-icon-fixd ul li {
	display: inline-block;
	margin-left: 5px;
}
.social-icon-fixd ul li a {
	display: block;
	width: 25px;
	height: 20px;
	text-align: center;
	line-height: 30px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	margin-bottom: 3px;
	font-weight: 400;
	color: #fff;
}
.social-icon-fixd ul li a:hover {
	color: #fff;
}
.domestic ul li{
	 font-size: 14px;
    color: #360000;
    list-style: disc ;
    line-height: 36px;
	
    
}
 .domestic ul li a{
	   
    color: #360000;
	font-weight: 500;    
    
}

.domestic ul li a:hover{
	   
    color: #0099CC;
    
    
}
/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 468px;
    min-height: 98px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 19px 2%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
       padding: 7px 30px;
    margin-top: 10px;
    float: right;
    background: #45bd47;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    font-weight: 600;
    transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}
.popup
{
	margin-top:20px;
}
.pop-para
{
	font-size: 36px;
    font-weight: 500;
    color: #000000;
}
/* Popup box BEGIN */



/*.social-icon-fixd ul li:first-child a
{
	background:#3d578f;
	color:#fff;
	
}
.social-icon-fixd ul li:nth-child(2) a
{
	background:#28aae1;
	color:#fff;
	
}
.social-icon-fixd ul li:nth-child(3) a
{
	background:#d62727;
	color:#fff;
	
}
.social-icon-fixd ul li:last-child a
{
	background:#0b78b7;
	color:#fff;
*	
}
/*.social-icon-fixd ul li a:hover
{
	padding-left:30px;
	padding-right:20px;
}*/
.top-bar {
	background: #3775bb;
}
.enquery-from {
    position: absolute;
    width: 1236px;
    height: 94px;
    background: rgba(0, 0, 0, 0.4);
    right: 4%;
    top: 411px;
    z-index: 999;
    -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 5px 71px -10px rgba(0, 0, 0, 0.50);
}
.form-horizontal .form-group
{
	
    width: 43%;
    float: left;
}
.enquery-from1 {
	    position: absolute;
    width: 1197px;
    height: 129px;
    background: rgba(206, 206, 206, 0.6);
    right: 6%;
    top: 411px;
    z-index: 999;
}
.enquery-from .enquery {
	padding: 0px 0px;
}
.enquery-from1 .enquery {
	padding: 0px 20px;
}
.form-heading {
	    font-size: 20px;
    background: #c1242d;
    color: #fff;
    padding: 2px 20px;
    margin-bottom: 10px;
}
.form-heading1 {
	font-size: 20px;
	background:#3775bb;
	color: #fff;
	font-weight:bold;
	text-align:center;
	padding: 5px 20px;
	margin-bottom: 10px;
}
.enquery-from .form-control {
       height: 41px !important;
    padding: 5px 9px;
    /* float: left; */
    font-size: 10px;
    font-weight: bold;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.67);
    border: 2px solid #ffffff;
    color: #000 !important;
}
.enquery-from .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
  font-size:12px;

  
}
.enquery-from .form-control::-moz-placeholder { /* Firefox 19+ */
 color: #000000;
}
.enquery-from .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.enquery-from .form-control:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}
.enquery-from1 .form-control {
	height: 35px;
	padding: 8px 10px;
	border:none;
	border-bottom:#CCC 1px solid;
	font-size: 13px;
}
.text-area {
    height: 137px !important;
    width: 100%;
    float: none;
    text-align: left;
    margin: 0 auto;

}
.inner-header-bg {
	    width: 100%;
    height: 339px;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: black;
}
.inner-header-bg1 {
	    width: 100%;
    
    display: block;
    position: relative;
    overflow: hidden;
    background-color: black;
}
.heade-bg {
	position: absolute;
	z-index: 0; width:100%;
}
.heade-bg img {
	width: 100%; height:397px;opacity: 0.7;
    filter: alpha(opacity=50);
}
.heade-bg1 img {
	width: 100%; opacity: 0.7;
    filter: alpha(opacity=50);
}
.iner-heading {
	position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    bottom: 130px;
    left: 12px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+61,000000+61,000000+100&0.65+36,0.65+60,0+100 
background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 36%, rgba(0,0,0,0.65) 60%, rgba(0,0,0,0.63) 61%, rgba(0,0,0,0) 100%); 
background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 36%,rgba(0,0,0,0.65) 60%,rgba(0,0,0,0.63) 61%,rgba(0,0,0,0) 100%); 
background: linear-gradient(to right, rgba(0,0,0,0.65) 36%,rgba(0,0,0,0.65) 60%,rgba(0,0,0,0.63) 61%,rgba(0,0,0,0) 100%);  Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    padding: 4px 156px 7px 58px;
}
.iner-heading h1 {
	/*font-family: Century Gothic; */
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 39px;
    font-weight: 900;
    color: #464646;
}
.text-white h1 {
	color: #fff;
}
.padding-none-top {
	padding-top: 0px !important;
}
.first-pera {
	font-size: 15px;
	font-family: 'Merienda', cursive;
	color: #1D1D1D;
	text-align: center;
}
.first-pera p {
	font-size: 15px;
	font-family: 'Merienda', cursive;
	color: #1D1D1D;
}
.inner-slider {
	position: relative;
}
.heading-day {
	font-weight: 600;
	margin-top: 20px;
}
.list-of-bg {
	width: 100%;
	padding: 5px 10px;
	background: #e4e4e4;
}
.list-of-page {
	width: 100%;
}
.list-of-page ul {
	margin: 0px;
	padding: 0px;
}
.list-of-page ul li {
	float: left;
	list-style: none;
	margin-right: 5px;
	font-size: 13px;
}
.list-of-page ul li i {
	margin-left: 5px;
}
.list-of-page ul li a, .list-of-page ul li i {
	color: #222;
	font-weight: 600;
}
.full-price {
	padding: 20px 0px;
	margin-bottom: 00px;
	position:relative;
	z-index:999;
}
.price-row
{
	padding: 20px 0px;
	border-bottom: 1px dashed #e0d6d6;
	background:#fff;
	z-index:999;
}
.tour-heading-main {
	display: block;
	margin-bottom:10px;
}
.tour-heading-main h2 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
}
.tour-heading-main p {
	font-size: 14px;
	margin-bottom: 11px;
	font-weight: 600;
	color: #c1242d;
}
.icon-tour-list {
	width: 100%;
	height: auto;
	display: block;
}
.icon-tour-list ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.icon-tour-list ul li {
	float: left;
	font-weight: normal;
	margin-right: 10px;
	font-size: 14px;
}
.price-list p {
	font-size: 28px;
	margin-bottom: 0px;
}
.price-list p strong {
	color: #ca464d;
}
.price-list span {
	font-size: 14px;
	color: #1366c3;
	font-weight: 600;
}
.packesg-detail-iner {
	border: 1px solid #ccc;
	background: #fbfbfb;
	margin-bottom: 30px;
	min-height: 455px;
	box-shadow: 0px 10px 10px rgba(100, 100, 100, 0.2);
	-moz-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.packesg-detail-iner:hover {
	box-shadow: none;
}
.img-inner {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.img-inner img {
	width: 100%;
	min-height: 215px;
	max-height: 215px;
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-webkit-transition: all ease-in-out 0.4s;
}
.packesg-detail-iner:hover .img-inner img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.description-pack {
	padding: 15px;
}
.iner-pack-heading {
	font-size: 20px;
	font-weight: 600;
	color: #222;
}
.description-pack p {
	margin: 0px;
	color: #222;
	font-size: 14px;
}
.sider-bar
{
	width:100%;
	height:auto;
	display:block;
}
.sider-bar-box
{
	border:1px solid #ddd;
	padding-bottom:10px;
	
}
.side-heading
{
    border-bottom: 2px solid #eaeaea;
    font-size: 20px;
    padding: 7px 10px;
    font-weight: 600;
    color: #4e4e4e;
    background: #efebeb;

}
.list-pack-ul
{
	width:100%;
	height:auto;
}
.list-pack-ul ul
{
	padding:0px;
	list-style:none;
	margin:0px;
}
.list-pack-ul ul li
{
	padding:8px 10px;
	display:block;
	font-size:14px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	
}
.list-pack-ul ul li:last-child
{
	border:none;
}
.list-pack-ul ul li a
{
	font-size:14px;
	font-weight:500;
   font-family: 'Montserrat', sans-serif;
   line-height:20px;
}
.list-pack-ul ul li.active
{
    background: #ffb31a;
}
.thumbnail-img
{
	width:60px;
	height:60px;
	float:left;
	margin-right:5px;
	border:2px solid #ccc;
}
.thumbnail-img img
{
	width:100%;
}
.img-box-ltc
{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
		transition:all ease-in-out 0.4s;
	-moz-transition:all ease-in-out 0.4s;
	-webkit-transition:all ease-in-out 0.4s;
	-ms-transition:all ease-in-out 0.4s;
}
.img-box-ltc:hover
{
	box-shadow:0px 10px 10px rgba(100, 100, 100, 0.7);
}
.img-box-ltc img
{
	opacity:0.8;
	transition:all ease-in-out 0.4s;
	-moz-transition:all ease-in-out 0.4s;
	-webkit-transition:all ease-in-out 0.4s;
	-ms-transition:all ease-in-out 0.4s;
		transform:scale(1.1);
}
.img-box-ltc:hover img
{
	opacity:1;
	transform:scale(1);
	
}
.ltc-box-img-full img
{
	width:100%;
}
.contact-address
{
	width:100%;
	height:auto;
	display:block;
}
.contact-address h2
{
    font-size: 28px;
    /* font-family: 'Roboto Slab', serif; */
    margin-bottom: 0px;
    color: #166bcc;
    font-weight: 600;
}
.contact-address  ul
{
	padding:0px;
	margin:0px;
	margin-top:20px;
	list-style:none;
}
.contact-address  ul li
{
	display:block;
color: #5a5a5a;
	padding:5px 10px;
	font-weight:600;
}
.contact-address  ul li a
{
	color: #5a5a5a;
	font-weight:600;
}
.contact-address  ul li i
{
	margin-right:5px;

}
.contact-heading
{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    color: #166bcc;
}
.about-section
{
	width:100%;
    /*height: 572.4px;*/
	background:#f2f2f2 url(../images/about-us.png) no-repeat;
    /*background-size: 675px 575px;*/background-position-x: 51px;

}
.about-right
{
	float:right;
	background:#f2f2f2;
	position:relative;
	min-height:500px;

}
.about-right:before
{
	position:absolute;
	content:'';
	width:100%;
	height:500px;
	
	right:100%;
}

.about-box-con
{
	padding:0px 10px;
}
.about-box-con p
{

color: #8c8c8c;
	font-family: 'Poppins', sans-serif;
}
.about-box-con h2
{
	font-weight:800;
    color:#383838;margin-top: 29px;
font-family: 'Poppins', sans-serif;
	font-size:30px;
}
.about-list 
{
	width:100%;
	height:auto;
}
.about-list ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}
.about-list ul li
{
	font-size:14px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	padding:5px 0px;
	    color: #525252;
}
.about-list ul li i
{
  color:#383838;
  margin-right:5px;
}
.arrangements-section
{

	width:100%;
	height:auto;
	/*background:url(../images/globe.gif) no-repeat top 180px left 0px;*/
}
.arrangements-right
{
	
	min-height:auto;
	padding:70px 00px 50px 40px;
}
.arrangements-right:after
{
	
	content:'';
	height:100%;
	top:0px;
	width:100%;
}
.arrangements-left p
{
    font-size: 18px;
    font-weight: 600;
    color: #525252;
font-family: 'Montserrat', sans-serif;
	
}
.arrangements-left
{
	
}
.arrangements-right img{ max-width:100%;}
.arrangements-left .arrangements-box
{
	padding:65px 40px 65px 0px;
}
.arrangements-right h3
{
font-family: 'Poppins', sans-serif;
	color:#fff;
	font-weight:bold;
	font-size:25x;
}
.link-arrangements 
{
	width:100%;
	height:auto;

}
.link-arrangements ul
{
	padding:0px;
	margin:0px;
	list-style:none;
	
}
.link-arrangements ul li
{
	font-family: 'Montserrat', sans-serif;
	color:#000;
	padding:5px 0px;
}

.link-arrangements ul li i, .about-list ul li i
{
	margin-right: 5px;
    float: left;
    vertical-align: top;
    margin-top: 3px;
}
.slider-inner
{
	width:100%;
	position:relative;
	margin-bottom:40px;
}
.bg-white
{
	background:#fff;
}
.main-container
{
	z-index:0;
	position:relative;
	margin-bottom:40px;
	
}
.tourpack-container
{
	width:100%;
	height:auto;
	display:block;
	padding:00px 0px;
	
}
.contanier-detail
{
    overflow: hidden;
    padding: 10px 0px 30px;
    border-bottom: 1px solid #f1f1f1;
}
.tour-heading-box
{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #105aaf;
}
.tout-detl-descrp p
{     color: #444;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.pack-tour-img
{
	padding:2px;
	border:1px solid #ccc;
	overflow:hidden;
}
.pack-tour-img img
{
	transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
	transition:all ease-in-out 0.4s;
	-moz-transition:all ease-in-out 0.4s;
	-ms-transition:all ease-in-out 0.4s;
	-webkit-transition:all ease-in-out 0.4s;
}
.contanier-detail:hover .pack-tour-img img
{
	transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.button-book
{
    padding: 7px 30px;
    margin-top: 10px;
    float: right;
    background: #45bd47;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
	font-weight:600;
		transition:all ease-in-out 0.4s;
	-moz-transition:all ease-in-out 0.4s;
	-ms-transition:all ease-in-out 0.4s;
	-webkit-transition:all ease-in-out 0.4s;
}
.button-book:hover
{
    background: #29a52b;

}
.tabs-menu
{
	z-index:999;
	background:#fff;
}
.inclusions-list
{
	width:100%;
	height:auto;
}
.inclusions-list ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}
.inclusions-list ul li
{
    font-family: 'Montserrat', sans-serif;
	font-size:14px;
	padding:5px 8px;
	
}
.inclusions-list ul li i
{
	margin-right:10px;
}
/* 19/8/2017--*/


.link-arrangements ul li span, .about-list ul li span{    display: inline-block;
    float: left;
    width: 82%;
vertical-align: top;}
.arrangements-left .arrangements-box h3{ font-size:35px; font-family:century gothic;}

.use-heading img{ border:0px;}


.fh5co-tours > div .desc2 h3{ background-color:transparent !important; text-align:center;}
.fh5co-tours1 > div .desc2 h3{ background-color:transparent !important; text-align:center;}
.heading-section h2{ font-size:36px; text-transform:uppercase; font-weight:bold; color:#000; margin-bottom:5px; text-align;center;}
.heading-section h2:after{width: 28px;
    background-color: #000;
    height: 2px;
    display: block;
    content: "";
    margin-left: -8px;
    margin-top: -18px;
    /* float: left; */
    position: absolute;
    left: 39%;}
	
	.heading-section h2:before{width: 28px;
    background-color: #000;
    height: 2px;
    display: block;
    content: "";
       position: absolute;
    right: 38%;
    top: 20px; }
	
	.heading-section span{ font-family:Calisto MT; font-size:16px; font-style:italic; color:#c51b1b;     margin-bottom: 15px;
    display: inline-block;}
	
	.box1 img{ max-width:100%; text-align:center; border:1px solid #ddd; padding:5px;}
	.icon1{     background-color: #d7b915; 
    border: 2px solid #fff;
    border-radius: 50%;
    width: 54px; padding-top:2px;
    height: 50px;
    margin: -35px auto;
    position: absolute;
    left: 0;
    right: 0;}
	
	.icon-color1{background-color:#;}
	
	.box1{ text-align:center;}
	.icon1 img{ width:auto; text-align:center; border:0px;}
	.hotel1{ text-align:center;}
	.hotel1 h2{  font-family:Calisto MT; font-size:23px; text-align:center; font-style:italic; color:#000;     margin-bottom: 15px;
    display: inline-block;  margin-top:25px;}
	
	.hotel1 p{    font-size: 14px; color:#404040; padding: 0 27px;} 
	
	.star-six{
	width: 0;
	height: 0; display:inline-block; margin-left:5px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 15px solid #8e0909;
	position: relative;
}
.star-six:after {
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 15px solid #8e0909;
    position: absolute;
    content: "";
       top: 5px;
    left: -7px;
}

.parallax-section{ background-image:url(../images/parallax-bg.jpg); background-repeat:no-repeat; background-size:cover; padding:100px 0px;}

.inner-blog1{background-image:url(../images/itn-bg1.jpg); width:100%; margin-left:45px; background-repeat:no-repeat; background-size:cover;  padding: 0 0px 0 0px;   display: inline-block;}
.inner-blog2{background-image:url(../images/itn-bg.jpg);width:100%; margin-left:45px; background-repeat:no-repeat; background-size:cover;  padding: 0 0px 0 0px;   display: inline-block;}
.right-blog{ background-color:#000; width:59%; float:right;  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;}
.right-blog h2{ font-family:Cambria Math; line-height:50px; font-size:38px; color:#cf6a11;    padding:38px 15px; text-align: center; margin-bottom:0px;}
.right-blog span{ color:#fff; text-transform:uppercase; font-size:51px;}
.right-blog a{background-color: #cf6a11; font-weight:bold; width: 100%;  text-align: center; text-decoration: none;    display: inline-block; padding: 10px;
    color: #fff;  FONT-SIZE: 15px;}
	.sec-blog1{ text-align:center; margin-left: 25px;}
	.image1{ display:inline-block; margin: 0px 10px 25px;}
	
	.text{ position:absolute; top:0;}
	.text h2{ margin:15px;}
	.features-right{ padding-left:0px;}
	.features-section h2{ font-size:36px; text-align:center; text-transform:uppercase; font-weight:bold; color:#000; margin:45px 0px;}
.features-section h2:after{width: 28px;
    background-color: #000;
    height: 2px;
    display: block;
    content: "";
    margin-left: -8px;
    margin-top: -18px;
    /* float: left; */
    position: absolute;
    left: 30%;}
	
	.features-section h2:before{width: 28px;
    background-color: #000;
    height: 2px;
    display: block;
    content: "";
       position: absolute;
    right: 30%;
    top: 20px; }
	.features-section{ position:relative;}
	.hotel1:hover .box1 img{filter: grayscale(100%);
-webkit-filter: grayscale(100%);
	-webkit-transition: all 1s ease;}
	.hotel1:hover .icon1{ border:3px dashed #fff;}
	.inner-blog1:hover .right-blog{ width:100%; background-color:rgba(0,0,0,0.6);-webkit-transform: translateX(0%);
  transform: translateX(0%); text-align:right; 	}
  .inner-blog2:hover .right-blog{ width:100%; background-color:rgba(0,0,0,0.6);-webkit-transform: translateX(0%);
  transform: translateX(0%); text-align:right; 	}
  
  .holiday1{ width:100%;-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;}
  .holiday1 img{ width:100%;}
  .holiday-packages-sec{ padding:0px;     margin-bottom: -10px;}
  .blank{ margin-left:0px; display:inline-block; width:15px;}
  
  .left-box, .right-box{ margin-top:25px;}
 figure.effect-winston {
	background: #162633;
	text-align: left;
}

figure.effect-winston img {
	-webkit-transition: opacity 0.45s;
	transition: opacity 0.45s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-winston figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/triangle.svg) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s, transform 0.45s;
	-webkit-transform: rotate3d(0,0,1,45deg);
	transform: rotate3d(0,0,1,45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

figure.effect-winston h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-winston p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 7% 0;
}

figure.effect-winston a {
	margin: 0 10px;
	color: #5d504f;
	font-size: 170%;
}

figure.effect-winston a:hover,
figure.effect-winston a:focus {
	color: #cc6055;
}

figure.effect-winston p a span{
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	    text-transform: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

figure.effect-winston:hover img {
	opacity: 1;
}

figure.effect-winston:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-winston:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: rotate3d(0,0,1,21deg);
	transform: rotate3d(0,0,1,21deg);
}

figure.effect-winston:hover p span {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-winston:hover p a span {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}



figure.effect-winston:hover p a span {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 100%;
	max-width: 100%;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}





.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  top: 10px; }
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      background: #000 !important;
      top: 0;
      position: relative; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: #f0f0f0;
    opacity: 1 !important; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #fff; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px; } }
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0; } }
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(255, 255, 255, 0.05); }
      @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
          display: none; } }
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    padding-left: 0;
    color: #fff; }
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
      border: 2px solid #fff;
      display: inline-block;
      padding: 10px 20px;
      border-radius: 4px; }
  .ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored span {
    border-color: #ff5f5f; }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: rgba(255, 255, 255, 0.5); }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
  .ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    .ftco-navbar-light.scrolled .nav-item.active > a {
      color: #ff5f5f !important; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    @media (max-width: 767.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .ftco-navbar-light.scrolled .nav-link {
      padding-top: 0.9rem !important;
      padding-bottom: 0.9rem !important;
      color: #000 !important; }
      .ftco-navbar-light.scrolled .nav-link.active {
        color: #ff5f5f !important; }
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #000; }


























.imghvr-push-up h2{    position: absolute;
    bottom: 0;
    font-size: 25px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    padding: 8px 25px;
}
figcaption img{ width:100%;}

@media screen and (max-width: 768px) {
.fh5co-tours > div img{ width:100% !important;}	
#fh5co-destination-list li > a{padding:68px 0px;}
.about-section{ background:none;}
.arrangements-section{margin-top:0px;} 
	.enquery-from{ 
	   position: absolute;
    width: 370px;
    min-height: 310px;
    background: rgba(0, 0, 0, 0.6);
    right: 2%;
    top: 116px;
    z-index: 999;
	}
	.enquery-from .form-control
	{
		    height: 45px !important;
    padding: 5px 9px;
    /* float: left; */
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.67);
    border: 2px solid #ffffff;
    color: #000 !important;    margin-top: 20px;
	}
	input[type=date] {
    width: 102% !important;
    height: 41px !important;
    padding: 5px 9px;
    /* float: left; */
   font-size: 12px;margin-top: 23px;
    font-weight: bold;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.67);
    border: 2px solid #ffffff;
    color: #000 !important;
	
	.form-horizontal .form-group
	{
		    width: 50%;
	}

}
.btn.btn-primary2
{
	background: #c1242d;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
    padding: 8px 36px;
    height: 41px;
    position: relative;
    left: -87px;
    right: 25px;
    bottom: -22px;
    height: initial;
}
	.inner-blog1, .inner-blog2{ margin-top:10px; margin-left:0px !important;}
	.snip1401{display: block; float: none !important; width: 243px;margin: 0 auto 10px;}
}


#content .tgtimg img{
  left:0 !important;
  right:0 !important;
  width:100% !important;
}

.pagination{
    display: none;
}

@media screen and (max-width: 1000px) {

.sf-menu a{ padding: 0.75em 6px !important; font-size:12px;}
}