@charset "utf-8";
/* CSS Document */
*{margin:0; padding: 0;outline: none;}
body{background:url(../images/bg.jpg) left top repeat; margin: 20px auto;font-family: 'Lato', sans-serif;}
a{text-decoration: none;color: #585858; outline: none;}
a:hover{text-decoration: none;color:#e96b6c;text-decoration:underline;}
.clear{clear: both;}
.cotainer{ width: 980px; padding: 0 15px; margin: 0 auto; background: #fff; box-shadow:0 0px 26px 1px #c3c3c3; border-radius: 5px;}
.row{ width:100%; float: left;}
.colBox{background: #222;float: left;margin: 0 2% 2% 0;overflow: hidden;}
.col1, .col2, .col3, .col4, .col5{float: left;}
.col1{ width:100%; }
.col2{ width:50%; }
.col3{ width:33.3%;}
.col4{ width:66.7%;}
.col5{ width:15%;}
.tLeft{ text-align: left;}
.tRight{ text-align: right;}
.tCenter{ text-align: center;}
.fRight{float:right !important;}
ul{ margin:0; padding: 0; list-style: none;}

h1{font-family: 'Baloo Thambi', cursive;}



a.btn, .btn{background:#000; padding: 10px 30px; color: #fff; font-size: 15px;text-decoration: none;border-radius: 5px; border: none;}
a.btn:hover, .btn:hover{background:#e96b6c; cursor: pointer;}
.header{padding: 20px 0; }
.header .nav{ margin-top: 10px; }
.header .nav ul{float:right;}
.header .nav ul li{ float:left;}
.header .nav ul li a{ font-size: 14px; text-decoration: none; display: block; padding: 0 11px; line-height: 40px; border-radius: 5px;}
.header .nav ul li a:hover, .header .nav ul li a.active{background:#e96b6c; color:#fff;}

.welcomeMsg {padding: 30px 0;}
.welcomeMsg p{ font-size: 20px;padding:0 20px;line-height: 32px; }
.banner{ height: auto;}
.latestNews{background:#f1c40f; padding: 30px 0; font-size: 18px; font-weight: bold;}

.services{ background:#fffce4; padding: 30px 0;}
.services h2{font-size:22px; font-weight: normal;padding:5px 0px;}
.services p{ font-size: 13px;padding:0 20px;line-height: 20px; }
.services .col3{ margin:15px 0;}


.servicesBox{padding: 10px 0;}


.servicesInnerPage{width: 30.7%; background:#fffce4; padding: 30px 0 30px 25px;}
.servicesInnerPage .serviceBox{}
.servicesInnerPage .serviceBox .col3{ width: 100%;margin-bottom: 10px;}
.servicesInnerPage .serviceBox .col3 h2{ float:left;padding-top:5px; padding-left: 11px;font-size: 20px;}
.servicesInnerPage .serviceBox .col3 img{ float:left; max-width: 40px; height: 40px;}
.innerPage{ padding: 30px 0;}
.innerPage .services{}
.innerPage .leftBox{ padding-right:40px; width: 62.5%;}


.inpBox{ width: 100%; float: left;padding: 5px 0;}
.inpBox label{ font-size:14px; display: block; float: left;width: 100%;}
input[type="text"], input[type="email"], select, textarea{ padding:3px; border: solid 1px #999; width: 80%;}

.yatraSummary{ line-height: 20px; font-size: 14px;padding: 0 12px;width: 30%;}
.yatraSummary h3{ background:#fddd5d; padding: 10px;margin-bottom: 10px;}

.redClr{ color:#F90307;}

/*image hover effects*/
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin:0;
	max-height: 200px;
	width: 99%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	margin-bottom: 10px;
}





.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity:1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: capitalize;
    font-size: 14px;
	-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 {
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	    color: #000;
    font-size: 16px;
}


.grid {
    position: relative;
    margin: 0 auto;
    padding:0;
    list-style: none;
    text-align: center;
}

figure.effect-layla {background: #fff;}

.grid figurep:nth-child(2) {background: red;} 
.grid figurep:nth-child(3) {background: green;} 

figure.effect-layla img {height: 390px;}
figure.effect-layla figcaption {padding: 0;}
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {	position: absolute;	content: '';opacity: 0;}
figure.effect-layla figcaption::before {top: 50px;right: 30px;bottom: 50px;left: 30px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0,1);
transform: scale(0,1);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	margin-top: 14%;
    background: #F44336;
    padding: 8px;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/*image hover effects*/
.contactAddress{ position:relative;}
.address{ position:absolute;top: 40px;left: 40px;line-height: 30px; background:#fff; padding: 20px; border:#cbe6a3 5px solid;}



.footer{font-size: 13px;padding: 20px 0;line-height: 20px;}
.footer .flinks{padding-top: 10px;color: #585858;}

/*kedarnath banner*/
.bannerwraper {
    background-color: #f1c40f;
    margin-top: 6px;
    padding: 20px;
}
/*kedarnath popup*/
#contents{width:60%; background:#fff; border:#f1c40f 16px solid; position:absolute; left:50%; top:10%; margin-left:-32%; z-index:5; display:none; padding:20px;}
#backgrounds{width:100%; height:100%; background:#000; left:0px; top:0px; opactiy:0.8; position:absolute; z-index:4; display:none;}
 










