@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@import url(menuzord.css);
body{font-family:'Roboto Condensed', sans-serif;font-size:14px;}
/*body { font-family: 'Roboto Slab', serif; font-size:13px;}*/
ul, li{padding:0px;margin:0px;list-style:none;}
a:hover{text-decoration:none;}
h1, h2, h3, h4, h5, h6{ font-weight:700;}
p{margin:0px;}
sup {top: 10px !important; font-size: 100% !important;} 
.active1{color:#FF3221 !important;}
.main-header{
	width:100%;
	float:left;
	padding:5px 0;
	position: absolute;
    z-index: 35;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	transition:all ease-in 0.5s;
	background: rgba(0,0,0,0.2);
}
.main-header.sticky {
	position: fixed;
	width: 100%;
	background:rgba(0, 0, 0);
	top:0;
	padding:0;
	box-shadow:0px 0px 5px #8c8c8c;
	-webkit-box-shadow:0px 0px 5px #8c8c8c;
	-moz-box-shadow:0px 0px 5px #8c8c8c;
	z-index:999;
	transition:all ease-in 0.5s;
}
.menuzord-brand { margin: 10px; color: #FFF; text-transform: uppercase; }
.menuzord-menu > li > a, .menuzord-menu > li > a:hover { color: #FFF !important; font-weight: 700; }

.bread_package {
	background-size: cover;
	background-position: center;
	height: 30vh;
	width: 100%;
	display: table;
	position: relative;
}
.bread_inner {
	display: table-cell;
	vertical-align: middle;
	/*color:#f9f9f9;*/
	padding: 0 22px;
	position: relative;
}
.bread {
	padding:20px 0px;
	/*background: #f7f7f7;*/
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1); 
}
.bread h4 {
	margin: 0px;
	float: left;
	background: -webkit-linear-gradient(#ffb62c, #d5520c);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	text-transform: uppercase;
}
.bread .breadcrumb {
	float: right;
	background: none;
	margin-bottom: 0px;
	border: none;
	padding: 0px;
	text-transform: uppercase;
	font-weight: 700;
}
.bread .breadcrumb li a { color: #ffb62c; }
.slider-container{width:100%;position:relative;padding:0;}
.slider-grids{width:100%;position:relative;}
.welcome{padding:80px 0px;background:#f7f7f7;}
.heading h1{
	margin:0px 0px 20px;
	font-size:30px;
	background: -webkit-linear-gradient(#ffb62c, #d5520c);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.heading img { margin-bottom: 15px; }
.heading > .separator{display:inline-block;padding:3px;position:relative;margin:0px 0px 10px}
.heading > .separator:before{content:'';position:absolute;width:200px;border-bottom:1px solid #d4540b;left:75px;top:-36px;}
.heading > .separator:after{content:'';position:absolute;width:200px;border-bottom:1px solid #d4540b;right:75px;top:-36px;}
.welcome_content h3{ margin: 0px 0px 20px; color:#FF3221; text-align: center; }
.welcome_content p{line-height:25px;text-align:center;font-size:16px;margin-bottom:10px;}


.about_details p {
	line-height: 25px;
	margin-bottom: 10px;
	text-align: justify;
	font-size: 16px;
}
.about_heading h1{ 
	border-bottom: 2px solid #ddd;
	margin: 0px 0px 20px;
	line-height: 30px;
	font-size: 24px;
	background: -webkit-linear-gradient(#ffb62c, #d5520c);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.table-bordered tr th {
	background: -webkit-linear-gradient(#ffb62c, #d5520c);
	color: #FFF;
}

.gallery_back {
	background: url(../images/back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
	position: relative;
}
.gallery_back:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.8);
}
.gallery_heading {
	border-bottom: 1px solid #ffb62c;
	padding-bottom: 10px;
}
.gallery_heading h1 {
	margin: 0px;
	background: -webkit-linear-gradient(#ffb62c, #d5520c);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-size: 30px;
	float: left;
}
.gallery_heading a {
	float: right;
	background: -webkit-linear-gradient(#ffb62c, #d5520c);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 34px;
}
.gallery_grid {
	background: #ddd;
	border-radius:4px;
	padding: 3px;
	margin: 15px 0px;
	position: relative;
	transition: all 500ms linear;
}
.gallery_inner {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	visibility: hidden;
	background: rgba(0,0,0,0.8);
}
.gallery_grid:hover .gallery_inner {
	visibility: visible;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	transition: all 500ms linear;
}
.gallery_data {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 40%;
}
.gallery_data a {
	border: 1px solid #d4540b;
	background: #d4540b;
	color: #FFF;
	padding: 5px 10px;
	display: inline-block;
}
.contact_heading h3 {
	margin: 0px 0px 10px;
	text-transform: uppercase;
}
.contact_heading .separator {
	border: 1px solid #d4540b;
	background: #d4540b;
	border-radius: 50%;
	padding:3px;
	display: inline-block; 
	position: relative;
}
.contact_heading .separator:before, .contact_heading .separator:after {
	content: '';
	position: absolute;
	width: 150px;
	border-bottom: 1px solid #ddd;
}
.contact_heading .separator:before {
	top: 1px;
	right: 20px;
}
.contact_heading .separator:after {
	top: 1px;
	left: 20px;
}
.contact_grid_1 {
	box-shadow: 0px 5px 6px rgba(0,0,0,0.15);
	padding: 20px;
	border-top: 2px solid #ffb62c;
	border-bottom: 2px solid #ffb62c;
	text-align: center;
	min-height: 180px;
}

.footer { padding: 40px 0px; border-top:5px solid #d4540b; }
.footer_grid img, .contact_grid img, .contact_grid_1 img {
	width:45px;
	margin-bottom: 10px;
}
.footer_grid h4, .contact_grid h4, .contact_grid_1 h4 {
	color: #000;
  	margin:10px 0px;
}

.bottom_bar { margin-top:20px; padding-top:10px; border-top:1px solid #ddd;}
.bottom_bar p, .bottom_bar a{color:#999;}
.button { 
	display: inline-block; 
	background:-webkit-linear-gradient(#ffb62c, #d5520c); 
	color: #FFF; 
	padding: 10px 20px; 
	margin-top: 20px;
}
.button:hover { background:-webkit-linear-gradient(#d5520c, #ffb62c); color: #FFF; }
.button1 {
	display: inline-block;
	border: 1px solid #d5520c;
	background: #d5520c;
	color: #FFF;
	padding: 10px 20px;
	width: 150px;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
}
.panel-title { font-size:13px;}
.panel-body { padding:10px;}
.trans{transition:all 500ms ease-in;-moz-transition:all 500ms ease-in;-o-transition:all 500ms ease-in;-webkit-transition:all 500ms ease-in;}
#toTop{display:none;text-decoration:none;position:fixed;bottom:14px;right:3%;overflow:hidden;width:40px;height:40px;border:none;text-indent:100%;background:url('../images/up-chevron.png') no-repeat 0px 0px;}
#toTopHover{width:40px;height:40px;display:block;overflow:hidden;float:right;opacity:0;-moz-opacity:0;filter:alpha(opacity=0);}
.sec_padding{padding:40px 0;}
.mT10{margin-top:10px;}
.mT20{margin-top:20px;}
.mB60{margin-bottom:60px;}
.mB40{margin-bottom:40px;}
.mB20{margin-bottom:20px;}
.pL0{padding-left:0px;}
.pR0{padding-right:0px;}
.pD0{padding:0px;}
.panel-title{font-size:14px;}
.panel-body{padding:10px;}
@media only screen and (max-width: 640px){
	.main-header { position: static; background: #000; }
	.menuzord-brand { margin:5px 0px !important; }
	.menuzord-brand img { width: 215px; }
	.heading > .separator::before, .heading > .separator::after { width: 50px; }
	.menuzord .showhide em { background: #FFF; margin: 3.5px 1px 0; }
	.menuzord-menu > li > a { color: #FFF !important; }
	.menuzord .showhide { width: 40px; height: 35px;}
}