<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{ margin:0 0 0 0;  background:url(../images/cnt-right.jpg) repeat;}
/* Sets the style for unvisited links. */
a, a:link {
	color: #7F480C;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #7F480C; /*#EBA00C*/
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #7B3604;
	text-decoration: none; /* underline */
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #7B3604;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #623700;
}
h3{color:#603b21}

/*==================== Main ==================== */

.wrapper{
	margin:0 auto;
	background:url(../images/cloude.jpg) no-repeat ;
	width:960px;
	/*height:605px;*/
    box-shadow: 0 0 12px 2px #603B21;
    -moz-box-shadow: 0 0 12px 2px #603B21;
    -webkit-box-shadow: 0 0 12px 2px #603B21;
}

/*==================== Header ==================== */
.user-panel
{
    padding-right:10px;
    padding-top: 0px;
}
.user-panel .pull-right
{
    float:right;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #815926;
    color:white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid gray;
}
.header{
	float:left;
	width:960px;
	/*height:619px;*/
	background:url(../images/cloude.jpg) no-repeat ;
}
.header-blank{
	float:left;
	width:960px;
	height:165px;
}
.navigation{
	float:left;
	background:url(../images/navigation-bg.png) no-repeat;
	width:837px;
	height:138px;
	margin-left:40px;
}
.logo {
	float:left;
	margin:20px 0 0 160px;
}
.navigation ul{
	float:left;
	list-style:none;
	margin:10px 0 0 92px;
	height:150px;
}
.navigation ul li{
	float:left;
	margin:0 0 0 17px;
	padding:0 1px;
	/*height:80px;*/
	background-position:top;
}
.navigation ul li:hover{
	float:left;
	margin:0 0 0 17px;
	padding:0 1px;
/*	height:100px;*/
}
.navigation ul li a{
	float:left;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#4e0a01;
	padding:48px 0 50px 0;
}
.navigation ul li a:hover{
	
	background:url(../images/button-hover.png) no-repeat top center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#a40c00;
	min-height:20px;
	z-index:1;
}
.navigation ul li a.active{
	background:url(../images/button-hover.png) no-repeat top center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#a40c00;
	height:20px;
	
}
.navigation li ul {
		background:#c2a055;
        border:1px solid gray!important;
		display:none;
		padding:0px;
		margin-top:68px;
		margin-left:0;
		position:absolute;
		width:150px;
		height:auto;
}
.navigation ul li ul li{
    margin-left: 10px;
}
.navigation li:hover ul{
		display:block;
}
.navigation li li:hover  a{
		background:none;
		}
	.navigation li ul li a{
		background:none;
		display:block;
		font-size:12px;
		font-style:normal;
		margin:0px 0 0 0;
		padding:5px 0;
		text-align:left;
		color:#FFFFFF;
		min-width:150px;
		}
		.navigation li ul a:hover{
		background:none;
		display:block;
		font-size:12px;
		font-style:normal;
		text-align:left;
		color:#a40c00;
		margin:0px 0 0 0;
        margin-left: -10px;
		padding:5px 0 0 0;
		}
.header-images{
	/*float:left;
	width:918px;
	height:283px;
	background:url(../images/header-image.jpg) repeat-x;
	border:1px solid #4a1d00;
	margin:19px 0 0 20px;*/
}
/*==================== Content Area ==================== */

.content-area{
	float:left;
	width:960px;
    background-color: white;
    padding-bottom: 20px;
}
.latest-news{
	float:left;
	width:940px;
	height:38px;
	border:1px solid #7e7e7e;
	margin:10px;
}
.news-heading{
	float:left;
	background:url(../images/news-header.jpg) no-repeat;
	width:186px;
	height:38px;
}
.news-heading span{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	size:16px;
	font-weight:bold;
	color:#4a1d00;
	margin:10px 0 0 30px;
	
}
.news{
	float:left;
	width:753px;
	height:38px;
}
.news marquee{
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4A1D00;
}

#toggle-view {
	list-style:none;	
	font-family:arial;
	font-size:11px;
	margin:0;
	padding:0;
	width:160px;
}

	#toggle-view li {
		margin:10px;
		border-bottom:1px solid #333333;
		position:relative;
		cursor:pointer;
	}
	#toggle-view .msg
    {
        cursor:default;
        color:red;
        border-bottom:none;
    }
	#toggle-view h3 {
		margin:0;
		font-size:14px;
	}

	#toggle-view span {
		position:absolute;
		right:5px; top:0;
		color:#666666;
		font-size:13px;
	}
	
	#toggle-view p {
		margin:5px 0;
		display:none;
	}
.quick-links{
	float:left;
	width:200px;
	/*height:270px;*/
    min-height: 270px;
	margin:10px 0 0 22px;
}
.qlink-top{
	float:left;
	background:url(../images/quick-link-bg-top.png) no-repeat;
	width:200px;
	height:30px;
}
.qlink-top	span{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4a1d00;
	margin:3px 0 0 56px;
	font-weight:bold;
}
.qlink-cnt{
    float: left;
    background: url(../images/quick-link-bg.png) repeat-y;
    width: 158px;
    min-height: 208px;
    margin-left: 19px;    
}
.qlink-btm{
	float:left;
	background:url(../images/quick-link-bg-btm.png) no-repeat;
	width:200px;
	height:30px;
}
.welcome-note{
	float:left;
	background:url(../images/welcom-note-bg.jpg) no-repeat;
	width:469px;
	height:259px;
	margin:15px 0 0 25px;
}
.welcome-note h1{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4A1D00;
	text-align:center;
	margin:30px 0 0 35px;
	border-bottom:1px solid #4a1d00;
	width:400px;
}
.welcome-note p{
	float:left;
	width:400px;
	text-align:justify;
	margin:5px 0 0 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4a1d00;
	line-height:18px;
}

.regi{
	float:left;
	width:200px;
	/*height:270px;*/
	margin:10px 0 0 22px;
}
.regi-top{
	float:left;
	background:url(../images/quick-link-bg-top.png) no-repeat;
	width:200px;
	height:32px;
}
.regi-top	span{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4a1d00;
	margin:3px 0 0 55px;
	font-weight:bold;
}
.regi-cnt{
	float:left;
	background:url(../images/quick-link-bg.png) repeat-y;
	width:160px;
	min-height:208px;
	margin-left:18px;
}
.regi-cnt input{
	float:left;
	background:none;
	margin:0 0 5px 12px;
	font-family:Arial, Helvetica, sans-serif;
	/*color:#04a1d0;*/
}
.regi-cnt input.reset{
	float:left;
	background:none;
	margin:0 0 0 18px;
}
.regi-btm{
	float:left;
	background:url(../images/quick-link-bg-btm.png) no-repeat;
	width:200px;
	height:30px;
}
.login{
	float:left;
}
.login span{
	float:left;
}

.slider{
	float:left;
	background:url(../images/slider-bg.jpg) no-repeat;
	width:694px;
	height:193px;
	margin:16px 0 0 22px;
}
/*.left-arrow{
	float:left;
	background:url(../images/left-arrow.png) no-repeat;
	width:14px;
	height:15px;
	margin:100px 0 0 5px;
}*/
.slide-images{
	float:left;
	width:650px;
	height:150px;
/*	background:#666666;*/
	margin:21px 0 0 25px;
}
/*.right-arrow{
	float:right;
	background:url(../images/right-arrow.png) no-repeat;
	width:14px;
	height:15px;
	margin:100px 0 0 0;

}*/
.testimonial{
	float:left;
	background:url(../images/note-bg.jpg) no-repeat;
	width:199px;
	height:192px;
	margin:16px 0 0 20px;
}
.testimonial span{
	float:left;
	margin:4px 0 0 77px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#04a1d00;
	font-weight:bold;
}
.testimonial p{
	float:left;
	width:145px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	margin:15px 0 0 28px;
	line-height:18px;
	color:#04a1d00;
}


/*Define Accordion box*/
section {display:block;}
.accordion { width:125px; overflow:hidden; margin:0px 10px; color:#474747;  padding:10px; }

/*General Accordion****************************************************************************/
/*Set style of open slide*/
.accordion section:target { background:#FFF; padding:10px;}
.accordion section:target:hover { background:#FFF; }
.accordion section:target h2 {width:100px;}
.accordion section:target h2 a{ color:#333; padding:0;}
.accordion section:target p {display:block;}
.accordion section h2 a{padding:8px 10px;display:block; font-size:16px; font-weight:normal;color:#eee; text-decoration:none; }

/*set style of closed slide*/
.accordion section{ float:left;	overflow:hidden; color:#333; cursor:pointer; background: #993333; margin:0; }
.accordion section:hover {background:#993333;}
.accordion section p { display:none; }
.accordion section:after{position:relative;font-size:24px;color:#000;font-weight:bold;}
/*.accordion section:nth-child(1):after{content:'1';}
.accordion section:nth-child(2):after{content:'2';}
.accordion section:nth-child(3):after{content:'3';}
.accordion section:nth-child(4):after{content:'4';}
.accordion section:nth-child(5):after{content:'5';}*/
/*End General Accordion****************************************************************************/


/*Vertical Accordion ************************************************************************
.vertical section{ width:100px; height:40px;
	-webkit-transition:height 0.1s ease-out;
	-moz-transition:height 0.1s ease-out;
  	-o-transition:height 0.1s ease-out;
	-ms-transition:height 0.1s ease-out;
  	transition:height 0.1s ease-out;
}*/
/*Set height of the slide*/
.vertical :target{ min-height:105px; width:180px; }

.vertical section h2 { position:relative; left:0; top:-5px; }

/*Set position of the number on the slide*/
.vertical section:after{ top:-60px;left:810px;}



/*===================== slider =====================*/


h2 {display:inline;}
.div1, .div2 {width:650px;margin:0 auto;}
.div1 {margin-top:30px;margin-bottom:60px;text-align:center;line-height:20px;}
.div1 P {font-size:18px;}
.div1 a, .div2 a {color:#07C;}
.div2 {margin-top:0;}
.div2 li {padding-top:6px;padding-bottom:6px;}
.floatLeft {float:left;}

/*===================== End slider =====================*/



/*==================== Footer ==================== */

.footer{
	/*float:left;*/
	background-color:#603b21;
	width:960px;
	min-height:234px;
    border-top: 2px solid black;
    margin-bottom: 10px;
}

.ft-tab1{
	float:left;
	width:200px;
	height:200px;
	border-right:1px solid #815926;
	margin:15px 5px 0 10px;
	padding-right:20px;
}
.ft-tab1 h4{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	margin:5px 0 0 20px;
	border-bottom:1px solid #815926;
	width:180px;
	padding-bottom:5px;
}

.ft-tab1 span{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
	text-decoration:none;
	margin:5px 0 0 20px;
	width:180px;
}

.ft-tab1 span a{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
	text-decoration:none;
	width:180px;
}

.ft-tab2{
	float:left;
	width:200px;
	height:200px;
	border-right:1px solid #815926;
	margin:15px 5px 0 0;
	padding-right:20px;
}
.ft-tab2 h4{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	margin:5px 0 0 20px;
	border-bottom:1px solid #815926;
	width:180px;
	padding-bottom:5px;
}

.ft-tab2 span{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
	text-decoration:none;
	margin:5px 0 0 20px;
	width:180px;
}

.ft-tab2 span a{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
	text-decoration:none;
	width:180px;
}


.ft-tab3{
	float:left;
	width:200px;
	height:200px;
	border-right:1px solid #815926;
	margin:15px 5px 0 0;
	padding-right:20px;
}
.ft-tab3 h4{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	margin:5px 0 0 20px;
	border-bottom:1px solid #815926;
	width:180px;
	padding-bottom:5px;
}

.ft-tab3 span{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
	text-decoration:none;
	margin:5px 0 0 20px;
	width:180px;
}

.ft-tab3 span a{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
	text-decoration:none;
	width:180px;
}




.ft-tab4{
	float:left;
	width:250px;
	height:200px;
	margin:15px 0 0 0;
}
.ft-tab4 h4{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	margin:5px 0 0 20px;
	border-bottom:1px solid #815926;
	width:222px;
	padding-bottom:5px;
}

.ft-tab4 span{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
	text-decoration:none;
	margin:5px 0 0 20px;
	width:180px;
}

.ft-tab4 span a{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
	text-decoration:none;
	width:180px;
}

/*==================== End Footer ==================== */




/*==================== About Us ==================== */
.cnt-right1{
	float:left;
	width:708px;
	min-height:270px;
	margin:15px 0 15px 10px;
	background:url(../images/cnt-right-bg1.jpg) repeat;
	border:1px solid #56351e;
}

.cnt-right{
float: right;
width: 680px;
min-height: 270px;
margin-top: 12px;
background: #999999;
padding: 8px;
margin-right: 10px;
background:url(../images/cnt-right-bg1.jpg) repeat;
border:1px solid #56351e;
}

.media-gal-cnt-left{
float: left;
width: 580px;
min-height: 270px;
margin-top: 12px;
margin-left: 10px;
background: #999999;
padding: 10px;
margin-right: 10px;
background:url(../images/cnt-right-bg1.jpg) repeat;
border:1px solid #56351e;
}
.media-gal-cnt-left h1 {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	/*margin:10px 0 5px 10px;*/
	border-bottom:1px #041a00 solid;
	width:579px;
	padding-bottom:5px;
}

.media-gal-cnt-right{
float: right;
width: 314px;
min-height: 370px;
margin-top: 12px;
background: #999999;
padding: 5px;
margin-right: 10px;
background:url(../images/cnt-right-bg1.jpg) repeat;
border:1px solid #56351e;
}
.media-gal-cnt-right h1 {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	/*margin:10px 0 5px 10px;*/
	border-bottom:1px #041a00 solid;
	width:309px;
	padding-bottom:5px;
}


/*.cnt-right{
	float:right;
	width:718px;
	min-height:270px;
	margin:15px 0 0 20px;
	background:#999999;
}*/
.cnt-right samp{
	float:left;
	width:718px;
	
}
.cnt-right h1 {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	/*margin:10px 0 5px 10px;*/
	border-bottom:1px #041a00 solid;
    width: 665px;
    margin-left: 13px;
	padding-bottom:5px;
    
}
.cnt-right h3 {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    text-decoration: underline;
    margin: 10px 0 5px 10px;
    width: 698px;
    padding-left: 3px;
    padding-bottom: 5px;
}
.cnt-right p{
    float: left;
    width: 453px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 10px 0 0 13px;
}
.abt-img-rt{
    float: right;    
    width: 180px;
    height: 250px;
    margin: 0px 49px 10px 0;
}

.abt-img-lt{
    float: left;
    width: 180px;
    height: 250px;
    /*background: url(../images/frame.png) no-repeat;*/
    margin: 10px 0 10px 14px;
}
/*==================== End About Us ==================== */


.clear
{
    clear:both;
}
.required{
    color:red;
}
.latest-news-content{    
    margin-left: 12px;
    width: 330px;
    min-height: 330px;  
    float:left; 
}
.vrajyatra_header_image{
	float: left;
	width: 940px;	
	border: 1px solid #7e7e7e;
	margin: 10px;
}
.html5gallery-box-0 .html5gallery-elem-0{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.html5gallery-toolbox-buttons-0 .html5gallery-left-0{
	left:15px;
}
.html5gallery-toolbox-buttons-0 .html5gallery-right-0{
	left:645px;
}
.html5gallery-elem-img-0 .html5gallery-watermark-0{
	display: none;
}
.html5gallery-tn-selected-0 .html5gallery-tn-img-0{
	background: #603B21 !important;
}</pre></body></html>