@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'ALEX___';
    src: url('../fonts/alex.eot');
    src: url('../fonts/alex.eot?#iefix') format('embedded-opentype'),
         url('../fonts/alex.woff') format('woff'),
         url('../fonts/alex.ttf') format('truetype'),
         url('../fonts/alex.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CAMBRIA';
    src: url('../fonts/CAMBRIA.eot');
    src: url('../fonts/CAMBRIA.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CAMBRIA.woff') format('woff'),
         url('../fonts/CAMBRIA.ttf') format('truetype'),
         url('../fonts/CAMBRIA.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Abbeyline';
    src: url('../fonts/Abbeyline.eot');
    src: url('../fonts/Abbeyline.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Abbeyline.woff') format('woff'),
         url('../fonts/Abbeyline.ttf') format('truetype'),
         url('../fonts/Abbeyline.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
a:link{
	text-decoration:none;
	color:#000000;
	}
a:hover{
	text-decoration:none;
	color:#000000;
	}
a:visited{
	text-decoration:;
	color:#000000;
	}
a:active{
	text-decoration:none;
	
	}
span {
	color: #090;
	font-size: 14px;
}
body{
	margin:0px;
	background-color:#000000;
	}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
 div, p, ul, ol, h1, h2, h3, h4 ,img,li{
	padding:0px; margin:0px; border:0px;
 }
li {
	list-style:none;
} 
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}

/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
.clear
{
	clear:both;
}

/*============================================*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#fff;
	}
header{
	width:100%;
	height:169px;
	background:#fff;
	float:left;
}


.header_top{
	background:#779904;
	height:44px;
	border-bottom:2px solid #bbd16c;
}
.wrapper{
	width:1100px;
	margin:0 auto;
	min-width:500px;
}
.outer{
	background:#fff;
	padding:5px 0 0 0;
	box-shadow: 0px 2px 2px 0px #d0cfcb;
	float:left;
	width:100%;
	position:relative;
}
.social{
	float:right;
	margin-top:4px;
	margin-bottom:5px;
}
.social li{
	list-style:none;
	float:left;
	margin-left:5px;
}
.twt{
	background-image:url(../images/socialicon.png) ;
	background-repeat:no-repeat;
	background-position:left top;
	width: 44px;
	height: 44px;
	float:left;
	transition:all ease-out 0.5s;
	-webkit-transition:all ease-out 0.5s;
	-moz-transition:all ease-out 0.5s;
	-ms-transition:all ease-out 0.5s;
	-o-transition:all ease-out 0.5s;
}
.twt:hover{
	background-image:url(../images/socialicon.png) ;
	background-repeat:no-repeat;
	background-position:left bottom;
	width: 44px;
	height: 44px;
	float:left;
}
.fb{
	background-image:url(../images/socialicon.png) ;
	background-repeat:no-repeat;
	background-position: -46px top;
	width:44px;
	height:44px;
	float:left;
	transition:all ease-out 0.5s;
	-webkit-transition:all ease-out 0.5s;
	-moz-transition:all ease-out 0.5s;
	-ms-transition:all ease-out 0.5s;
	-o-transition:all ease-out 0.5s;
}
.fb:hover{
	background-image:url(../images/socialicon.png) ;
	background-repeat:no-repeat;
	background-position: -46px bottom;
	width:44px;
	height:44px;
	float:left;
}
.youtube{
	background-image:url(../images/socialicon.png) ;
	background-repeat:no-repeat;
	background-position: -91px top;
	width: 44px;
	height: 44px;
	float:left;
	transition:all ease-out 0.5s;
	-webkit-transition:all ease-out 0.5s;
	-moz-transition:all ease-out 0.5s;
	-ms-transition:all ease-out 0.5s;
	-o-transition:all ease-out 0.5s;
}
.youtube:hover{
	background-image:url(../images/socialicon.png) ;
	background-repeat:no-repeat;
	background-position: -91px bottom;
	width: 44px;
	height: 44px;
	float:left;
}

.gplus{
	background-image:url(../images/socialicon.png) ;
	background-repeat:no-repeat;
	background-position: -138px top;
	width: 44px;
	height: 44px;
	float:left;
	transition:all ease-out 0.5s;
	-webkit-transition:all ease-out 0.5s;
	-moz-transition:all ease-out 0.5s;
	-ms-transition:all ease-out 0.5s;
	-o-transition:all ease-out 0.5s;
}
.gplus:hover{
	background-image:url(../images/socialicon.png) ;
	background-repeat:no-repeat;
	background-position: -138px bottom;
	width: 44px;
	height: 44px;
	float:left;
}

.logo_box{
	margin:0;
	float:left;
	padding:0;
	height:100px;
}
.logo_box img { 
	width:350px;
	margin-top:15px;
}
.home_head {
	position:absolute;
	width:100%;
	height:80px;
	background:#233340;	
	top:-40px;
	z-index:999;
}
.home_head h1  {
	float:left;	
	background:url(../images/home_logo_icon.png) no-repeat left;
	color:#fff;
	font-size:22px;
	font-weight:normal;
	line-height:80px;
	padding-left:65px;
	margin-left:40px;
}
.home_mtr {
	width:1060px;
	background:#f8f8f8;
	float:left;	
	padding:20px;
}
.home_mtr_text {
	float:left;	
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}
.home_mtr_text .left {
	width:533px;
	float:left;	
}
.home_mtr_text .left h1 {
	float:left;
	font-size:18px;
	font-weight:normal;	
	color:#04a6d4;
	width:533px;
	margin-bottom:10px;
}
.home_mtr_text .left p {
	float:left;
	font-size:13px;
	width:533px;
	line-height:26px;
	text-align:justify;
}
.home_mtr_text p a {
	text-decoration:none;
	color:#04a6d4;
}
.home_mtr_text img {
	float:left;	
	padding:0 0 0px 15px;
	margin-left:15px;
	width:480px;
	/*border-left:1px solid #ccc;*/
}
.searcharea {
	float: right;
	margin-top: 12px;
}
.inpt_fieldsearch {
	background: none repeat scroll 0 0 #073d0b;
	border: medium none;
	box-shadow: 3px 3px 10px #021003 inset;
	float: left;
	padding: 8px;
	width: 250px;
	background-image: url(../images/search_icon.png);
	background-repeat: no-repeat;
	background-position: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#fff;
}
.nav1 {
	position: relative;
	background:#0289a9;
	float: left;
	width:100%;
}
.nav1 li {
	float: left;
	list-style: none;
}
.nav1 li a {
	color: #bdf2ff;
	position: relative;
	float: left;
	font-size: 16px;
	font-family:"Century Gothic", sans-serif, serif;
	text-decoration: none;
	padding: 25px 25px;
}
.nav1 li .active {
	background:#016077;
	color:#fff;
}
.nav1 li a:hover{
	background:#016077;
	color:#fff !important;
}

.nav1 li a:active{
	background:#073d0b;
	color:#fff;
	border-radius:4px 4px 0 0;
}

.nav3{
	position: relative;
	float: left;
	width:100%;
}
.nav2 {
	position: relative;
	background: #073d0b;
	float: left;
	margin-bottom:30px;
	width:100%;
	height:30px;
	color:#fff;
	font-size:16px;
	padding-top:10px;

}
.nav2 li {
	float: left;
	list-style: none;
}
.nav2 li a {
	color: #e3e3e3;
	position: relative;
	float: left;
	font-size: 16px;
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	text-decoration: none;
	padding: 15px 52px;
}
.nav2 li a:hover {
	background:#fff;
	color:#272727;


}
.banner{
	margin-top:10px;
	float:left;
}
.border_box {
	float: left;
	/*margin:10px 0 0 5px;*/
}
.banner_left{
	margin:15px 0px 0px 10px;
	width: 370px;
	
	float:left;
}
.banner_left h1{
	background-image:url(../images/enq_bg.jpg);
	padding:10px 0px 10px 0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#8cb30c;
	width:100%;
	text-decoration:none;
	text-align:center;
	font-size:16px;
	float:right;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;

}
.bnnr_lft{
	width:370px;
	background:#459db7;
	float:left;
	height:292px;
}
.bnnr_rght{
	width:185px;
	background:#3386a2;
	float:left;
	height:292px;
}
.checkout_block{
	width:181px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-top:10px;
	}
	.check_inout_block{
	width:581px;
	height:auto;
	float:left;
	margin-top:30px;
	}
.checkin_block{
	width:181px;
	height:auto;
	float:left;
	}
.checkin_text {
	width: 165px;
	height: auto;
	float: left;
	margin-top: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	}
.checkin_box{
	width: 348px;

	background-color:#35858C;
	float:left;
	border:1px solid #74b6c9;
	
	margin-top:5px;
	filter:alpha(opacity=40);
}
.box3 {
	width: 100%;
	color:#fff;
	height: 35px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #35858c;
	/*padding:5px;*/
}
.sub_btn {
	background: #eaeaea;
	padding: 8px 40px;
	color: #465800;
	text-align: center;
	margin: 280px 0 25px 125px;
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	cursor:pointer;
}
.sub_btn:hover{
	background:#8cb30c;
	color:#fff;
}
.contentleft{
	float:left;
	width:370px;
}

.contentleft h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-decoration:none;
	float:left;
	padding:14px 0 26px 30px;
	width:92%;
	margin-top: 10px;
	color:#fff;  /*#91af08*/
	background-image:url(../images/head_bg.png);
}
.contentleft h2{
	font-family: Abbeyline, sans-serif, serif;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	margin: 10px 0;
	color: #91af08;
	float: left
}
.contentleft_info{
	float:left;
	margin-left:30px;
}
.contentleft_info li{
	float:left;
	border-bottom:1px dashed #efefef;
}
.contentleft_info li:last-child{
	border:none;
}
.contentleft_info img{
	float:left;
	margin: 8px 30px 8px 0;
}
.contentleft_info h2{
	padding:10px 0;
}
.cntleftbox{
	
	float:left;
	width:286px;
	padding:5px;
	
}
.cntleftbox h2{
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	border-bottom:1px dashed #b2b2b2;
	width:100%;
	padding-bottom: 5px;
	margin-bottom:10px;
}
.cntleftbox p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:justify;
	text-decoration:none;
	line-height:24px;
	margin:10px 0;
	color:#3d3d3d;
	float:left;
}
.cntimgstyle{
	float:left;
	margin-right:10px;
}
.cntimgstyle img{ 
	padding:3px;
	box-shadow: 0px 0px 5px #a5aeb6;
}
.cnttxtstyle{
	/*float:left;*/
}
.cnttxtstyle p{
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#0C9;
}
.cnttxtstyle ul{
	margin: 10px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color:#6d6d6d;
}
.cntleftbox a{
	color:#708900;
	margin-top:30px;
	font-size:14px;
}
.contentright{
	float:left;
	/*padding: 0px 0px 0px 7px;*/
}
.contentbox2 h1{
	font-family:Abbeyline, sans-serif, serif;
	font-size:16px;
	text-decoration:none;
	text-align:left;
	padding:15px 15px;
	width:100%;
	margin-top: 10px;
	color:#91af08;
}
.contentbox2{
	margin-left:10px;
	float:left;
}
.abtcont{
	padding:60px 20px 10px 20px;
	float:left;
	width: 1060px;
	background:#efecec;
}
.abtcont img{
	padding-left:20px;
}
.abtcont h1{
	font-family:Abbeyline, sans-serif, serif;
	font-size:16px;
	text-decoration:none;
	text-align:left;
	padding-top: 15px;
	width:100%;
	margin-top: 10px;
	color:#91af08;
}
.fullcont{
	/*padding:10px 20px;*/
	float:left;
	/*width: 585px;*/
}

.rightcontent{
	float:right;
	width:620px;
}
.leftcontent{
	float:left;
	width:380px;
}
.abtcont p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#3d3d3d;
	text-align:center;
	font-weight:normal;
	margin:10px 0;
	line-height:26px;
	float:left;
}
.abtcont a{
	color: #708900;
	margin-top: 30px;
	font-size: 14px;

}
.cntleftbox2{
	margin-left:12px;
	float:left;
	background:#fff;
	padding:10px 0;
	width:365px;
	border-bottom:1px dashed #cfcece;
	
}
.cntleftbox2:last-child{
	border-bottom:none;
}
.cntleftbox2 h2{
	font-family:Abbeyline, sans-serif, serif;
	font-size:14px;
	text-decoration:none;
	text-align:left;
	margin:10px 0;
	color:#91af08;
	float:left;
}

.cntleftbox2 p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
	text-decoration:none;
	line-height:21px;
	margin-bottom: 10px;
	color:#3d3d3d;
	
	
}
.marquee{
	margin-top: 20px;
	padding:50px 100px;
	margin-bottom:0px;
	background:url(../images/marquee_bg.jpg);
}
.brdline{
	border-bottom:1px dashed #093;
	width:2px;
}
/*----------------------------marquee --------------------------------------------------*/
                #container {margin: 0 auto; width: 1000px; padding-top: 60px;}
                #slider {position: relative; /*width: 830px;*/ margin: 0 auto;}
                #slider .holder_cont {width: 820px; margin: 0 auto; overflow: hidden;}
                #slider .holder {width: 10000px; height: 156px;}
                #slider .slide {position: relative; margin-right: 20px; float:left; width: 185px; height: 156px; }
                #slider .slide .caption {display: none; position: absolute; bottom: 0; left: 0;background: #FFF; padding: 10px; opacity: 0.8; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; -moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px;
				width:165px; text-align:center;}                
                #slider .button {position: absolute;}
                #slider .prev {top: 5%; left: -80px;}
                #slider .next {top: 5%; right: -80px;}
                h4 {font-size: 18px; font-weight: bold; margin-bottom: 15px;}
                .clear {clear:both;}
				
	----------------------------marquee --------------------------------------------------

.foote{
	height:300px;
}
.footer_wrap{
	width:100%;
	height:auto;
	background:#72970b;
	border-top:10px solid #a1c13a;
}
.home_box_main{
	float:left;
	padding:20px;
}
.home_box{
	width:400px;
	height:auto;
	float:left;
	height:350px;
}

.home_box h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 15px;
	width:100%;
	background:url(../images/footer_head.jpg);
	margin-top: 10px;
	color:#50b300;
}
.home_box2{
	width:272px;
	height:auto;
	float:left;
	margin-left:20px;
	height:350px;

}

.home_box2 h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 15px;
	width:100%;
	background:url(../images/footer_head.jpg);
	margin-top: 10px;
	color:#50b300;
}
.home_box3{
	width:320px;
	height:350px;
	height:auto;
	float:left;
	margin-left:20px;
	background:#f2f2f2;

}

.home_box3 h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 15px;
	width:100%;
	background:url(../images/footer_head.jpg);
	margin-top: 10px;
	color:#50b300;
}
.footer_link{
	margin-top:10px;
	display:block;
	background:rgba(255, 255, 255, 0.4);
	padding:15px;
	
}
.foonav li{
	list-style:none;
	color:#b3ffb5;
	margin-left: 30px;
}
.foonav li a{
	color:#093a0b;
	text-decoration:none;
	line-height:28px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	list-style: none;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position-y: 7px;
	padding-left: 20px;
}
.foonav li a:hover{
	color: #000 !important;
}
.footer_bottom{
	width:100%;
	background: url(../images/footer_bg.jpg);
	height: 70px;
}
.footer_text {
	width: 100%;
	background:#000;
	text-align: center;
	float: left;
	margin: 0px auto;
}
.footer_text p {
	float: left;
	margin: 0 0 0 20px;
	font-size: 14px;
	color:#fff;
	line-height:50px;
}
/*---------------------------------------about us css start here-------------------*/


.abtcontntbox{
	width:675px;
	height:auto;
	float:left;
	margin-top:20px;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-left:30px;
}

.abtcontntbox img{
	float:left;
	margin-right:10px;
	
}
.abtcontntbox h1{
	font-family:"alex", serif;
	font-size:24px;
	text-decoration:none;
	text-align:justify;
	color:#72970b;
	margin-bottom:20px;
}
.abtcontntbox p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: justify;
	color: #474747;
	line-height: 28px;
	/*margin-top:10px;*/

}
.ip-head-area{
	background-image: url(../images/ip-heading-border.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 986px;
	padding-bottom: 26px;
	height: 40px;
	margin-left:6px;
}
.ip-head {
	background-image: url(../images/destinations-icon.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 33px;
	width: 100%;
	margin-top: 1px;
	padding-top: 9px;
	padding-left: 34px;
	margin-left:18px;
	font-family:"alex", serif;
	font-size:24px;
	text-decoration:none;
	text-align:justify;
	color:#72970b;
	margin-bottom:20px;
	
}
.ip-head1 {
   
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 33px;
	width: 100%;
	margin-top: 1px;
	padding-top: 9px;
	padding-left: 250px;
	margin-left:18px;
	font-family:"alex", serif;
	font-size:26px;
	text-decoration:none;
	text-align:justify;
	color:#FA0808;
	margin-bottom:20px;
    font-weight: bold;
	
}
.ip-headx h2{
	font-family:"alex", serif;
	font-size:24px;
	text-decoration:none;
	text-align:justify;
	color:#72970b;
	margin-bottom:20px;
}
.abthead{
	margin-top:20px;
}
.line{
		border-bottom:1px dashed #787878;
}
.middlecnbox1{
	width:300px;
	height:150px;
	float:left;
	margin:10px;
	border-right:1px dashed #787878;
	padding:5px;
}

.middlecnbox1 h1 {
	font-family: "alex", serif;
	font-size: 24px;
	text-decoration: none;
	color: #72970b;
	margin-bottom: 20px;
	height: 50px;
	padding-top: 20px;
}
.middlecnbox1 img{
	
	float:left;
	margin-right:10px;

}
.middlecnbox1 p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: justify;
	color: #474747;
	line-height: 22px;
	margin-top:10px;

}
.middlecnbox2{
	width:300px;
	height:auto;
	float:left;
	margin:10px;

	padding:5px;
}
.middlecnbox2 h1{
	font-family: "alex", serif;
	font-size: 24px;
	text-decoration: none;
	color: #72970b;
	margin-bottom: 20px;
	height: 50px;
	padding-top: 20px;

}
.middlecnbox2 img{
	
	float:left;
	margin-right:10px;

}
.middlecnbox2 p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: justify;
	color: #474747;
	line-height: 22px;
	margin-top:10px;

}
.contrghtside{
	float:right;
	width:300px;
	height:auto;
	margin-top:20px;
}
.gallerybox1{
	width:100%;
	float:left;
	border-bottom:1px dashed #787878;
	padding:15px 0;
}
.gallerybox1:last-child{
	border:none;
}
.gallerybox1 h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-decoration:none;
	float:left;
	padding:14px 0 26px 30px;
	width:340px;
	margin-right:500px;
	color:#fff;
	background-image:url(../images/head_bg.png);
	margin-bottom:5px;
}
.gallerybox1 p{
	font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
text-align: justify;
text-decoration: none;
line-height: 24px;
margin: 10px 0;
color: #3d3d3d;
float: left;
padding:0 5px;
}
.inpt_field {
	float:left;
	width:300px;
	padding:4px;
	border:none;
	box-shadow: 3px 3px 10px #ccc inset;
	-webkit-box-shadow: 3px 3px 10px #ccc inset;
	-moz-box-shadow: 3px 3px 10px #ccc inset;
	-o-box-shadow: 3px 3px 10px #ccc inset;
	background:#eeeeee;
	color:#999;
}
.inpt_field_2 {
	float:left;
	width:280px;/*300*/
	padding:8px;
	border:none;
	box-shadow: 3px 3px 10px #ccc inset;
	-webkit-box-shadow: 3px 3px 10px #ccc inset;
	-moz-box-shadow: 3px 3px 10px #ccc inset;
	-o-box-shadow: 3px 3px 10px #ccc inset;
	background:#eeeeee;
	color:#999;
	margin-bottom:12px;
}
.inpt_field_3 {
	float:left;
	width:296px;/*316*/
	padding:8px;
	border:none;
	box-shadow: 3px 3px 10px #ccc inset;
	-webkit-box-shadow: 3px 3px 10px #ccc inset;
	-moz-box-shadow: 3px 3px 10px #ccc inset;
	-o-box-shadow: 3px 3px 10px #ccc inset;
	background:#eeeeee;
	color:#999;
	margin-bottom:12px;
}
.inpt_field_4 {
	float:left;
	width:120px;
	padding:8px;
	border:none;
	box-shadow: 3px 3px 10px #ccc inset;
	-webkit-box-shadow: 3px 3px 10px #ccc inset;
	-moz-box-shadow: 3px 3px 10px #ccc inset;
	-o-box-shadow: 3px 3px 10px #ccc inset;
	background:#eeeeee;
	color:#999;
	margin-bottom:12px;
	margin-right:24px;
}
.inpt_field_5 {
	float:left;
	width:120px;
	padding:8px;
	border:none;
	box-shadow: 3px 3px 10px #ccc inset;
	-webkit-box-shadow: 3px 3px 10px #ccc inset;
	-moz-box-shadow: 3px 3px 10px #ccc inset;
	-o-box-shadow: 3px 3px 10px #ccc inset;
	background:#eeeeee;
	color:#999;
	margin-bottom:12px;
}

.send{
	background:#407903;
	width:100px;
	height:30px;
	padding:0px;
	float:right;
	color:#FFF;
	font-size:17px;
	cursor:pointer;
	margin-top:20px;
	border:none;
	box-shadow:2px 2px 2px #000;
	-webkit-box-shadow:2px 2px 2px #000;
	-moz-box-shadow:2px 2px 2px #000;
	-o-box-shadow:2px 2px 2px #000;
	margin-left:15px;
}
.send:hover{
	background:#3e869d;
}
.wless{
	width:225px;
}
.regform{
	float:left;
}
.adrss{
	margin-left: 89px;
	float: left;
	/*margin-top: 30px;*/
}
.adrss h1{
	font-size: 20px;
	color: #5F9400;
	font-family: 'Marcellus SC', serif;
	text-shadow: 1px 1px 1px #000;
	margin-bottom:10px;
}
.adrss h2{
	font-size: 16px;
	color: #808B00;
	line-height: 32px;
}
.adrss_2{
	float: left;
	width:305px;
}
.adrss_2 h1{
	font-size: 20px;
	color: #E7040D;
	font-family: 'Marcellus SC', serif;
	text-shadow: 1px 1px 1px #000;
	margin-bottom:10px;
}
.adrss_2 h2{
	font-size: 16px;
	color: #808B00;
	line-height: 32px;
}
.adrss_2 img{
	float:left;
}
.adrss_2 a{
	float:left;
	text-decoration:none;
	color:#72970b;
	padding:10px;
}

.form_div{
	float:left;
	margin-right:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
.cntct{
	float:left;
	padding:30px;
}

.hmestay{
	width:984px;
	height:auto;
	float:left;
	padding:20px 10px;
	border-bottom:1px dashed #787878;
}

.hmestay h1 {
	font-size: 18px;
	color: #fff;
	font-family: 'Marcellus SC', serif;
	text-shadow:0px 1px 5px #000;
	background:url(../images/head_bg.png);
	background-repeat:no-repeat;
	padding:12px 0 30px 8px;
}
.hmestayleft1{
	float: left;
	width: 490px;
	margin-left: 0%;
	padding-top: 0px;
}
.btn{
	float: left;
	padding: 7px 25px;
	background: #E61616;
	margin-left: 10px;
}
.btn:hover{
	background:rgba(0, 0, 0, 0.44);
}
.btn2{
	float: left;
	padding: 7px 25px;
	background: #72970b;
	margin-left: 10px;
}
.btn2:hover{
	background:#32bad6;
}
.hmestayleft1 h2{
	float: left;
	width: 100%;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #1B1B1B;
	text-align: justify;
}
.hmestayleft1 p{
	float: left;
	width: 50%;
	margin:5px 0 8px 8px;
	font-family:"Century Gothic", sans-serif, serif;
	font-size: 14px;
	line-height: 22px;
	color: #888888;
	text-align: justify;
}
.hmestayleft1 img{
	padding:10px 5px;
	float:left;
}
.hmestayleft1 a{
	color:#fff;
}
.hmestayrit1{
	float: left;
	width: 625px;
	margin-left: 0%;
	padding-top: 0px;
}
.hmestayrit1 h2{
	font-family: Abbeyline, sans-serif, serif;
font-size: 19px;
text-decoration: none;
text-align: left;
padding: 15px 15px;
width: 100%;
color: #F53E05;
text-shadow: 0px 1px 1px #000;
}
.hmestayrit1 h3{
	font-family:"Century Gothic", sans-serif, serif;
	font-size:14px;
	text-decoration:none;
	text-align:left;
	padding:15px 15px;
	color:#72970b;
	line-height:22px;
	text-align:center;
}
.hmestayrit1 h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	text-align:left;
	padding:15px 15px;
	width:100%;
	color:#EB7425;
	float:left;
}
.hmestayrit1 span{
	color: #E61616;
	font-size: 14px;
}
.hmestayrit1 p{
	float: left;
	width:92%;
	margin: 0 15px;
	font-family:"Century Gothic", sans-serif, serif;
	font-size: 12px;
	line-height: 22px;
	color: #888888;
	text-align: justify;
}

.hmestayrit1 img{
	float:left;
	margin-left:20px;
}
.hmestayrit1 a{
	color:#fff;
}
.p_div{
	float:left;
	width:50%;
	margin-bottom:10px;
}
.hmestayrit2{
	float:left;
	width:340px;
	margin-top:25px;
}
.hmestayimg li{
	float:left;
	list-style:none;
	margin-left:5px;
}
.homestay2{
	width:100%;
	height:auto;
	float:left;
	padding:10px;
	border-bottom:1px dashed #787878;
	margin-bottom: 20px;
}
.homestay2 h1{
	font-size: 20px;
	color: #fff;
	font-family: 'Marcellus SC', serif;
	text-shadow: 1px 1px 1px #000;
	background:url(../images/hotel_head.png);
	background-repeat:no-repeat;
	width: 100%;
	height: 17px;
	
	padding: 20px;
	margin-bottom: 10px;
}
.hmestayleft2{
	float: left;
	width: 400px;
	margin-left: 0%;
	padding-top: 0px;
}
.hmestaylink li a {
	color: #787878;
	font-size: 16px;
	margin-left: 30px;
}
.hmestaylink li {
	list-style: none;
	padding-left: 40px;
	line-height: 45px;
	color: #313130;
 }
 .listicon1 {
 	background-image:url(../images/LISTICON1.png);
	background-repeat: no-repeat;

 }
  .listicon2 {
 	background-image:url(../images/LISTICON2.png);
	background-repeat: no-repeat;

 }
   .listicon3 {
 	background-image:url(../images/LISTICON3.png);
	background-repeat: no-repeat;

 }
    .listicon4 {
 	background-image:url(../images/LISTICON4.png);
	background-repeat: no-repeat;

 }
 	    .listicon5 {
 	background-image:url(../images/LISTICON5.png);
	background-repeat: no-repeat;

 }
 			    .listicon6 {
 	background-image:url(../images/LISTICON6.png);
	background-repeat: no-repeat;

 }
		    .listicon7 {
 	background-image:url(../images/LISTICON7.png);
	background-repeat: no-repeat;

 }
	    .listicon8{
 	background-image:url(../images/LISTICON8.png);
	background-repeat: no-repeat;

 }
 		    .listicon9 {
 	background-image:url(../images/LISTICON9.png);
	background-repeat: no-repeat;
			}
			  .listicon10 {
 	background-image:url(../images/LISTICON10.png);
	background-repeat: no-repeat;
			}
			  .listicon11{
 	background-image:url(../images/LISTICON11.png);
	background-repeat: no-repeat;
			}
			.listicon12{
 	background-image:url(../images/LISTICON12.png);
	background-repeat: no-repeat;
			}
			.listicon13{
 	background-image:url(../images/LISTICON13.png);
	background-repeat: no-repeat;
			}
				.listicon14{
 	background-image:url(../images/LISTICON14.png);
	background-repeat: no-repeat;
			}
				.listicon15{
 	background-image:url(../images/LISTICON15.png);
	background-repeat: no-repeat;
			}
.footerlogo{
	float:right;
	margin-top:15px;
}

/*----------------------------  tariff   -----------------------------*/
.abtcontntbox1{
	width:800px;
	height:auto;
	float:left;
	
	
	padding-bottom:20px;

	margin:20px 20px 0px 50px;
}

.abtcontntbox1 img{
	float:left;
	margin-right:10px;
	
}
.abtcontntbox1 h1{
	font-family:"alex", serif;
	font-size:24px;
	text-decoration:none;
	text-align:justify;
	color:#72970b;
	margin-bottom:20px;
}
.abtcontntbox1 p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: justify;
	color: #474747;
	line-height: 30px;
	margin-top:10px;

}
.abtcontntbox1 h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: justify;
	color: #72970b;
	line-height: 30px;
	margin-top:10px;

}
.imgbox{
	float: left;
margin-top: 10px;
margin-left: 50px;
}
.abtcontntbox2 img{
	float:left;
	margin-left:100px;
	
}
.lctmap{
	width:100%;
	float:left;
	margin-left:40px;
}
.top_right {
text-align: right;
float: right;
color: #FFF;
font-size: 14px;
font-family: trebuchet ms;
line-height: 26px;
margin-top: 25px;
font-weight: 800;
}
.pad1{
	padding-left:27px !important;
}
.pad2{
	padding-left:26px !important;
}
.pad3{
	padding-left:16px !important;
}
.pad4{
	padding-left:33px !important;
}
.pad5{
	padding-left:32px !important;
}
/*------------------feedback---------------------*/
.feedback{
	float: left;
	padding: 30px;
}
.feedback_box{
	float: left;
	margin:0 0 15px 20px;
	border-bottom: 1px dashed #79B164;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-o-border-radius: 15px;
}
.feedback_box_left{
	float: left;
	width:100px;
	margin-right:15px;
}
.feedback_box_left:last-child{
	margin:0;
}
.feedback_box_rit{
	float: left;
	width:800px;
	margin-right:15px;
}
.feedback_box_rit:last-child{
	margin:0;
}
.feedback_box_left img{
	float: left;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-right:15px;
}
.feedback h3{
	font-family: "Century Gothic", sans-serif, serif;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	padding: 15px 15px;
	color: #72970b;
	line-height: 22px;
	text-align: center;
	float:left;
}

.feedback span{
	color: #E61616;
	font-size: 14px;
}
.feedback h4{
	font-family: "Century Gothic", sans-serif, serif;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	color: #3e869d;
	line-height: 22px;
	font-weight:900;
	width:100%;
}
.feedback p{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	padding-bottom:15px;
	color: #3d3d3d;
	line-height: 22px;
	text-align: justify;
	/*float:left;*/
	}

.feedback a{
	color:#3e869d;
}
.contactError {

   clear:left;

   color:#F7612D;

   float:left;

   font-size:11px;

   margin:15px 0 0;

   display:none;

}

/********** Gallery **********/

.p1 {
	margin-bottom:8px;
	margin:0px !important;
}
.p2 {
	margin:0 0 15px 15px;
	
}
.p3 {
	margin-bottom:30px;
	margin:0px !important;
}
.p4 {
	margin-bottom:40px;
	margin:0px !important;
}
.p5 {
	margin-bottom:50px;
	margin:0px !important;
}


#slider-2 > div {
	overflow:hidden;
	width:240px !important;
	/*margin-left:-23px !important;*/
	/*height:710px;*/
}
#slider figure {
	margin-bottom:8px;
}
#slider-2 figure {
	margin-bottom:17px;
	margin-left:10px;
}
#slider-2 h5 {
	margin-bottom:5px
}

#page3 .bx-window {
	height:710px;
	/*height:586px;*/
}
#page3 .bx-window_cat {
	height:586px;
	
}

.bx-pager {
	padding:10px 0 10px 0;
	text-align:center;
}
#page3 .bx-pager {
	text-align:right;
	padding:23px 20px 0 0;
}
.pager-link {
	display:inline-block;
	color:#54a4c6;
	margin-right:12px;
	cursor:pointer;
	text-decoration:none;
	background:#ccc;
	padding:5px 10px;
}
.pager-link:hover, .pager-active {
	color:#000;
}
.pager-active {
	cursor:default;
}
.bx-window{
	
	margin-left:24px !important;
}
/********** Gallery end **********/

/***** Lightbox image *****/
.lightbox-image {
	position:relative;
	z-index:1;
	overflow:hidden;
	display:inline-block;
	cursor:pointer;
}
.lightbox-image img {
	position:relative;
	z-index:1;
}
.lightbox-image span {
	display:inline-block;
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	background:url(../images/magnify.png) no-repeat 50% 50%;
	z-index:2;
	padding:0;
}

/*----------------abt--------------------*/
.abt_box1{
	float: left;
	width: 755px;
	margin-right: 35px;
	font-family: verdana;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.abt_box1 img{
	float:left;
	margin:8px 15px 5px 15px;
}
.abt_box1_text{
	float:left;
	width:495px;
	margin-left:10px;
}
.abt_box1_text p {
	/*margin-left:15px;*/	
}
.abt_box2{
	float:left;
	width:190px;
}
.abt_box2 h4 {
	padding:0 0 10px 0;
	line-height:24px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/head_green.png) no-repeat;
	line-height: 46px;
	color: #fff;
	padding-left: 35px;
}
.abt_box2 p {
	line-height:25px;
}
.abt_box3{
	width: 100%;
	float: left;
}
.abt_box3 {
	margin:0 0 0 15px;
	line-height:24px;	
}
.abt_box3 h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	background:url(../images/head_green.png) no-repeat;
	line-height:46px;
	color:#fff;
	padding-left:35px;
}
.abt_box3 p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:24px;	
	width:300px;
	text-align:justify;
}
.abt_box3 p strong {
	font-weight:bold;	
}
.abt_box3_left{
	float:left;
	width:330px;
	margin-right:-5px;
}
.abt_box3_left p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:24px;	
}
.abt_box3_left p strong {
	font-weight:bold;	
}
.abt_box3_left img{
	border-bottom:solid 4px #72970b;
	margin-top:20px;
}
.abt_box3_left img:hover{
	filter: gray;
	-webkit-filter: grayscale(1);
}
.abt_box3_right{
	float:left;
	width:330px;
}
.abt_box3_right img{
	border-bottom:solid 4px #72970b;
	margin-top:20px;
}
.abt_box3_right img:hover{
	filter: gray;
	-webkit-filter: grayscale(1);
}
/*-----------------services---------------*/
.services_content{
	font-family: "Verdana", Geneva, sans-serif;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	background:#fff;
	padding:0px 10px 15px 10px;
}
.services_content h3{
	text-align:left;
	padding:0 0 10px 15px;
	font-family: "Century Gothic", sans-serif, serif;
	color: #5d313e;
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
	margin-bottom: 0px;
	display: inline-block;
	padding: 0 10px;
	font-style: normal;
	margin-top: 10px;
}
.services_box1{
	float: left;
	width: 700px;
	margin-right:15px;
}
.services{
	width:700px;
	float:left;
	margin-bottom:10px;
}
.services_box1 h3{
	text-align:center;
}
.services_box1 img{
	float:left;
	margin:0 5px 5px 0;
}
.services_box1_text{
	float: left;
	width: 565px;
	margin-left: 10px;
}
.services_box1_text span{
	line-height:30px;
}
.services_box2{
	float: right;
	width: 275px;
	background:#D8AB69;
	height:760px;
	padding:15px;
}
.services_box2 h3{
	text-align:left;
	color:#D3763C;
	text-shadow:1px 1px 1px #000;
}
.services_box2 ul{
	margin-left:20px;
	display:block;
	margin-bottom:25px;
}
.services_box2 ul li{
	text-decoration:none;
	list-style:circle;
	font-size:14px;
	color:#333;
	line-height:25px;
}

.block_info1 {
	 padding: 5px 0 10px 0;
	text-align: center;
	background: #fff;
}
.block_info1 h3 {
	text-align: left;
	padding: 0 0 10px 15px;
	font-family: "Century Gothic", sans-serif, serif;
	color: #5d313e;
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
	margin-bottom: 0px;
	display: inline-block;
	padding: 0 10px;
	font-style: normal;
	margin-top: 10px;
}
.block_info1 img {
	margin:0;
	padding:0;	
	float:none;
}
.about_align {
	float:left;	
}

.inside_orgbox {
	/* background: #9dd86a;
	padding: 20px; */
	background: url(../images/side_menu.png) no-repeat;width: 215px;
	float: right;
	/*height: 371px;*/
	margin-top:60px;
}
.inside_orgbox h3 {
	font-size: 14px;
	color: #fff;
	margin-top: 0;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 8px;
	padding: 3px 0 0 75px;
}
.categories {
	padding: 0;
	margin-top: 25px;
}
.categories li {
	list-style: none;
	border-bottom: 1px dotted #D8D8D8;
	line-height: 36px;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 10px;
	margin-left: 10px;
	width:190px;
}
.categories li a {
	color: #333;
}
/*.categories li:hover{
	background:#fff;
	padding-left:25px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}*/	
.head_green {
	float:left;	
	background:#fff;
	width:100%;
}
.head_green h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/head_green.png) no-repeat;
	line-height: 46px;
	color: #fff;
	padding-left: 35px;
	margin:10px 0 0 360px;
}




/*--------------------contact start here-----------------------------*/
.content-holder {
	position:relative;
	z-index:1;
	padding-bottom:50px;
}
#content { padding-top:15px; }
#content.left {
	position:relative;
	z-index:9;
	float:right !important;
	margin-bottom:40px;
}
.google-map { margin-bottom:30px; }
.spinner_32, .thumbnail, .accordion_loader, .google-map, .flexslider, .camera_loader, .preloader {
	background:url('../images/loading_32.gif') 50% 50% no-repeat;
	background:url('../images/loading_32.gif') 50% 50% no-repeat, url('../images/loading_bg_32.png') 50% 50% no-repeat;
}
.spinner_16, div.ajax-loader, .thumbnail[rel^="prettyPhoto"] {
	background:url('../images/loading_16.gif') 50% 50% no-repeat;
	background:url('../images/loading_16.gif') 50% 50% no-repeat, url('../images/loading_bg_16.png') 50% 50% no-repeat;
}
.contact_main {
	width:100%;
	float:left;	
	background:#fff;
	padding-top:15px;
}
.contact_mtr {
	width:360px;
	height:405px;
	float:left;
	font-family:"Segoe UI";
	font-size:15px;
	color:6a6d05;
	background:url(../images/contact.png) no-repeat;
	padding:55px 0px 0px 80px;
	line-height:25px;
	margin-left:20px;
}
.contact_mtr h1 {
	font-family:"Segoe UI";
	font-size:22px;
	color:#3c3e02;
	font-weight:bold;
	text-align:left;
	margin:0px;	
}
.contact_form {
	width:400px;
	float:left;
	font-family:"Segoe UI";
	font-size:9px;
	color:#6a6d05;
	text-align:justify;
	margin: 15px 0px 10px 30px;
}
#hongkiat-form { box-sizing: border-box; }

#hongkiat-form .txtinput { 
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 20px;
font-size: 1.55em;
padding: 11px 25px;
padding-left: 55px;
width: 90%;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#hongkiat-form .txtinput:focus { 
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
outline: 0 none; 
}

#hongkiat-form input#name {
background: #fff url('../images/user.png') 5px 4px no-repeat;
}
#hongkiat-form input#email {
background: #fff url('../images/email.png') 5px 4px no-repeat;
}
#hongkiat-form input#website {
background: #fff url('../images/website.png') 5px 4px no-repeat;
}
#hongkiat-form input#telephone {
background: #fff url('../images/phone.png') 5px 4px no-repeat;
}

#hongkiat-form textarea {
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 15px;
font-size: 1.5em;
padding: 11px 25px;
padding-left: 55px;
width: 90%;
height: 85px;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#hongkiat-form textarea:focus {
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
outline: 0 none; 
}
#hongkiat-form textarea.txtblock {
background: #fff url('../images/speech.png') 5px 4px no-repeat;
}

#hongkiat-form #slider { width: 60%; }

#hongkiat-form #aligned { 
box-sizing: border-box; 
float: left; 
width: 450px; 
margin-right: 50px; 
}
#hongkiat-form #aside {
	float: left;
	width: 250px;
	padding: 0;
	box-sizing: border-box;
}

#wrapping { width: 100%; box-sizing: border-box; }

span.radiobadge { display: block; margin-bottom: 8px; }
span.radiobadge label { font-size: 1.2em; padding-bottom: 4px; }

select.selmenu {
font-size: 17px;
color: #676767;
padding: 9px !important;
border: 1px solid #aaa;
width: 200px;
}

/** custom buttons **/

#buttons { display: block; padding-top: 10px; }
#buttons #resetbtn {
display: block;
float: left;
color: #515151;
text-shadow: -1px 1px 0px #fff;
margin-right: 20px;
height: 3em;
padding: 0 1em;
outline: 0;
font-weight: bold;
font-size: 1.3em;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #fff;
background-image: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(240,240,240)), color-stop(100%,rgb(222,222,222)));
background-image: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);
background-image: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);    background-image: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);
background-image: linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
border: 1px solid #969696;
box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
-moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

#buttons #resetbtn:hover {
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
color: #818181;
background-color: #fff;
background-image: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(244,244,244) 2%, rgb(229,229,229) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(244,244,244)), color-stop(100%,rgb(229,229,229)));
background-image: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%);background-image: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
border-color: #aeaeae;
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
}

#buttons #submitbtn {
display: block;
float: left;
height: 3em;
padding: 0 1em;
border: 1px solid;
outline: 0;
font-weight: bold;
font-size: 1.3em;
color:  #fff;
text-shadow: 0px 1px 0px #222;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border-color: #5e890a #5e890a #000;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
background-color: rgb(226,238,175);
background-image: -moz-linear-gradient(top, rgb(226,238,175) 3%, rgb(188,216,77) 3%, rgb(144,176,38) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(226,238,175)), color-stop(3%,rgb(188,216,77)), color-stop(100%,rgb(144,176,38))); 
background-image: -webkit-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -o-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -ms-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 );
}
#buttons #submitbtn:hover, #buttons #submitbtn:active {
border-color: #7c9826 #7c9826 #000;
color: #fff;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
background: rgb(228,237,189);
background: -moz-linear-gradient(top, rgb(228,237,189) 2%, rgb(207,219,120) 3%, rgb(149,175,54) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(228,237,189)), color-stop(3%,rgb(207,219,120)), color-stop(100%,rgb(149,175,54))); 
background: -webkit-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
background: -o-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: -ms-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edbd', endColorstr='#95af36',GradientType=0 );
}

/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
.clrs{
	color:#963;
	font-size:18px;
}
a:hover{
	color:#F30;
}
.sociallinks{
	min-height:52px;
}
.sociallinks li{
	list-style:none;
	float:left;
}
.sc_fb{
	width: 52px;
	height: 52px;
	display: inline-block;
	margin: 4px;
	background:url(../images/social_icons.png);
	background-position:top left;
}
.sc_fb:hover{
	background-position:bottom left;
}
.sc_twt{
	width: 52px;
	height: 52px;
	display: inline-block;
	margin: 4px;
	background:url(../images/social_icons.png);
	background-position:top center;
}
.sc_twt:hover{
	background-position:bottom center;
}
.sc_in{
	width: 52px;
	height: 52px;
	display: inline-block;
	margin: 4px;
	background:url(../images/social_icons.png);
	background-position:top right;
}
.sc_in:hover{
	background-position:bottom right;
}

/*******contact_end******/

/*--------------------contact start here-----------------------------*/
<!------------------------------facilities start here------------------->
.services_content2{
	font-family: "Verdana", Geneva, sans-serif;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	background:#fff;
	padding:20px 10px;
}
.services_content2 h3{
	text-align:left;
}
.services_box12{
	float: left;
	width: 700px;
	margin-right:15px;
}
.services12{
	width:700px;
	float:left;
	margin-bottom:10px;
	border-bottom: 1px dotted #AEDA25;
	margin-left:15px;
}
.services_box12 h3{
	text-align:center;
}
.services_box12 img{
	float:left;
	margin:0 5px 5px 0;
}
.services_box12_text{
	width: 690px;
	margin-left: 10px;
}
.services_box12_text p{
	line-height:26px;
	font-size:14px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;

}
.services_box12_text span{
	line-height:30px;
}
.services_box22{
	float: left;
	width: 220px;
	background: #F0F0F0;
	height: 760px;
	padding: 15px;
	margin-left: 20px;
}
.services_box22 p{
	line-height:26px;
	margin: 0 0 0 7px;
}
.services_box22 h3{
	text-align: left;
	color: #073d0b;
	/* text-shadow: 1px 1px 1px #000; */
	margin: 0 0 5px 2px;
	font-weight: bold;
}
.services_box22 ul{
	margin-left:20px;
	display:block;
	margin-bottom:25px;
}
.services_box22 ul li{
	text-decoration:none;
	list-style:circle;
	font-size:14px;
	color:#333;
	line-height:25px;
}

/*facilities end here*/

.srch_box {
	width:270px;
	height:348px;
	float:left;
	background:#fff;	
	border:1px solid #bac9d2;
}
.srch_box h6 {
	width:255px;
	text-align:left;
	line-height:40px;
	padding-left:15px;
	font-size:14px;
	margin:0;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	background:#828a8f;	
	margin-bottom:15px;
	
}
.srch_box span {
	width:100%;
	float:left;
	margin-bottom:10px;
}
.srch_box p {
	width:70px;
	float:left;
	height:20px;
	line-height:25px;	
	margin:0px;
	color:#6a6a6a;
}
.srch_box h5 {
	width:5px;
	float:left;
	height:25px;
	line-height:25px;	
	margin:0 10px 0 0;
	color:#265275;
}
.srch_box input[type="text"] {
	width:210px;
	background:#bfeefb;
	float:left;
	line-height:35px;
	padding:0 10px;	
	border:none;
	outline-color:#CCC;
	margin:0 20px;
}
.srch_box textarea {
	width:210px;
	background:#bfeefb;
	border:none;
	float:left;
	line-height:23px;
	height:80px;	
	outline-color:#CCC;
	padding:10px;
	font-family:"Century Gothic", Verdana;
	margin:0 20px;
}
.srch_box input[type="submit"] {
	padding:0 22px;
	font-size:14px;
	line-height:35px;
	font-family:"Century Gothic", Verdana;
	color:#fff;
	height:35px;
	background:#24b1d3;
	border:none;	
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	margin:0 20px;
}
.home_contact_box {
	float:left;	
	height:350px;
}
.home_contact_box h1 {
	font-size:18px;
	width:305px;
	font-weight:normal;
	float:left;	
	color:#2b2b2b;
	background: #bfeefb;
	text-align: left;
	padding:10px 0 10px 15px;
	margin:0 0 10px 0;
}
.home_contact_box p {
	font-size:14px;
	font-weight:normal;
	float:left;
	line-height:22px;
	padding-left:15px;	
	padding-bottom:10px;
}
.home_recent_projects {
	width:1060px;
	padding:20px;
	float:left;	
	background:#efecec;
}
.home_recent_projects h1 {
	width:98%;
	float:left;	
	font-weight:normal;
	font-size:18px;
	margin-bottom:15px;
}
.home_recent_projects img {
	float:left;
	margin-right:10px;	
	height: 180px;
	width: 257px;
}
.home_recent_projects img:last-child {
	margin-right:0px;	
}
.above_footer {
	float:left;
	width:1100px;
	height:50px;
	line-height:50px;
	background:#24b1d3;	
}
.above_footer .align {
	margin:0 auto;
	width:770px;
}
.above_footer .align a {
	text-decoration:none;
	color:#fff;
	font-size:14px;
	padding:10px 15px;
	border-right:1px solid #22a0bf;	
}
.above_footer .align a:last-child {
	border:none;	
}
.footer_box {
	width:1060px;
	float:left;
	height:110px;
	background:#fff;	
}
.footer_box_left {
	height:45px;
	float:left;
	margin:35px;
}
.footer_box_left img {
	float:left;	
}
.footer_box_left p {
	float:left;
	font-size:14px;
	margin-left:30px;
	line-height:20px;
}
.footer_box_right {
	float:right;
	margin-right:30px;
	height:60px;
	width:125px;
	color:#fff;	
	font-size:16px;
	background:#000;
	padding: 15px;
	line-height:26px;
	margin-top:20px;
}

/****** menu *****/	
.menu_main {
	width:100%;
	height:62px;
	line-height:55px;
	float:left;
	font-family:Droid Sans,Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#000;
	color:#fff;
}
.menu_text {
	height:62px;
	line-height:67px;
	color:#fff;
	min-width:10px;
	padding:0px 30px 0px 30px;
	float:left;
	position:relative;
	text-decoration:none;
	font-size:16px;
	border-right:1px solid #818181;
}
.menu_text a {
	color:#fff !important;
	font-size:14px !important;
	text-decoration:none;
	height:62px;
	line-height:62px;
		
}
.menu_main .active {
	border-top:4px solid #56c5cf ;
	height:58px;
	line-height:58px;
}
.menu_text:hover {
	border-top:4px solid #56c5cf;
	height:58px;
	line-height:58px;
}

.menu_icon {
	width:7px;
	height:5px;
	float:left;
	background:url(../images/menu_down.png);
	margin:15px 0px 0px 5px;
}
.menu_drop {
	width:190px;
	position:absolute;	
	border-bottom:#016077 solid 6px;
	background:#0289a9;
	top:68px;
	left:0px;
	z-index:1000;
}
.menu_drop_text {
	width:190px;
	height:35px;
	/*margin:0px auto;*/
	border-bottom:#bdf2ff solid 1px;
		
}
.menu_drop_text:hover {
	background:#b2ee87;	
}
.menu_drop_text .last {
 border:none;	
}
.menu_drop_text a {
	color:#009900;
	text-decoration:none;	
	line-height:36px !important;
	float:none;
	padding:0px 10px !important;
	width:170px;
}
.menu_drop_text a:hover {
	color:#009900;	
}
.menu_hover {
	position:relative;	
}
.mini_banner {
	width:100%;
	float:left;
	height:250px;	
}
.inner_head {
	width:100%;
	height:80px;
	background:#016077;	
	float:left;
}
.inner_head h1  {
	float:left;	
	background:url(../images/home_logo_icon.png) no-repeat left;
	color:#fff;
	font-size:22px;
	font-weight:normal;
	line-height:80px;
	padding-left:40px;
	margin-left:40px;
}
.map {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: -34px;
}
/*********** gallery start *************/

.leftSlideShow {
	height: 360px;
	width: 270px;
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
	float: left;
	padding-top: 0px;
}
.galleryArrow{
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 18px !important;
	padding-left: 31px;
	list-style-type: none;
	line-height: normal;
	padding: 15px 0 15px 31px;
	cursor: pointer;
	border-bottom: 1px dotted #CDBFA4;
	
}
.galleryArrow.activeLI{
	
	background: url(../images/arrow_skip.png) no-repeat;
	color:#fff;
	background-position:0px 0px !important;
}
.gallery_img{
	width:700px;
	height:450px;
	float:right;
}
.home_mtr_text .prdct {
	width:100%;
	float:left;
}
.home_mtr_text .prdct .left {
	width: 720px;
	float: left;
}
.home_mtr_text .prdct img {
	width: 300px;
	float: left;
	margin-left:0;
}
.home_mtr_text .prdct .left p {
	width: 720px;
	float: left;
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#787878;
	line-height:24px;
}
.home_mtr_text .prdct .lft {
	width: 100%;
	float: left;
}
.home_mtr_text .prdct img {
	width: 300px;
	float: left;
	margin-left:0;
}
.home_mtr_text .prdct .lft p {
	width: 100%;
	float: left;
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#787878;
	line-height:24px;
}
.product_right {
	float: left;
	padding: 0 0 15px 15px;
	margin-left: 15px;
	width: 300px;
	/* border-left: 1px solid #ccc; */
}
.gallery_content {
	width:700px !important;
	float:left;	
}
.gallery_content p {
	
}
.gallery_content p a {
	width: ;
	float: left;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0;
	text-align: justify;
	line-height: 28px;
	font-family: verdana;
	color: #fff;
	background: #24b1d3;
	padding: 10px;
}

.gallery_content p a:hover {
	background:#016077;	
}
.gallery_content p span { 
	color:#069;
}
.gallery_content p span{
	color:#006600;
	text-align:right;
	
}
.gallery_content p span a{
	color:#006600;
	text-align:right;
	text-decoration:none;
}
.gallery_content p span a:hover{
	color:#900;
}
.gallery_content img {
	float:left;	
}
.gallery_content h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	margin: 0px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000;
	background: #0B7791;
	line-height: 32px;
	padding-left: 15px;
	margin-bottom: 10px;
}
/*********** gallery end *************/
.mtr_box {
	float: left;
	width: 100%;
	background-repeat: repeat-x;
	background-color: #E8E3D9;
	padding-top: 36px;
	padding-bottom: 45px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #F7F5F2;
	border-left-color: #F7F5F2;
	padding-right: 40px;
	padding-left: 40px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border-radius: 9px 9px 9px 9px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dotted;
	border-top-color: #F7F5F2;
	border-bottom-color: #F7F5F2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	font-size: 16px;
}
.product_lstbox{
	width:100%;
	float:left;
}
.product_lstbox p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:26px;
	color:#13778F;
	text-align:justify;
	margin:10px 0;
}
.home_mtr_text .prdct .left p span{
	color:#13778F;
}
.prdct_list{
	width:530px;
	float:left;
	height:240px;
	padding: 15px 0;
}
.bak_clr1{
	background:#E7E7E7;
}
.bak_clr2{
	background:#DFDFDF;
}
.prdct_list li {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 40px;
	color:#005C72;
	padding-left: 20px;
	margin-left: 20px;
	background: url(../images/list-marker.png) no-repeat left;
	
}
.prdct_list_cinder{
	width:1050px;
	float:left;
	height:auto;
	padding: 15px 0;
}
.bak_clr1{
	background:#E7E7E7;
}
.bak_clr2{
	background:#DFDFDF;
}
.prdct_list_cinder li {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 40px;
	color:#005C72;
	padding-left: 20px;
	margin-left: 20px;
	background: url(../images/list-marker.png) no-repeat left;
	background-position: 0px 17px;
	
}
/* -------- Top 4 Boxes ----------*/

#boxes			{
				width:1060px;
				
				float:left;
				z-index:1000;
				/*font-family:Georgia, "Times New Roman", Times, serif;*/
				font-family:Calibri, Arial; /* font family name for content in boxes */
				font-size:1em; /* font size for content in boxes */
				line-height:1.6em; /* line height for content in boxes */
				/*font-weight:bold;*/ /* font weight for content in boxes */
				}
				
#boxes strong	{
				display:block;
				font:normal 1.7em Arial, Verdana, Helvetica, sans-serif;
				color:#1F1F20;
				margin-bottom:10px;
				}
				
#boxes span		{display:block; padding:0 0 0.4em;}
#boxes a:hover span{color:#ffffff;} /* font color when cursor hover boxes */
#boxes a b		{color:#80B916;	text-decoration:underline;}
				
#boxes a:hover b{
				color:#1F1F20;
				text-decoration:underline;
				}
				
div.box1, div.box2, div.box3, div.box4		{
				width:340px;
				height:230px;
				overflow:hidden;
				position:relative;
				z-index:300;
				background:#DDDDDD;
				margin:5px;
				}
				
div.box1, div.box2, div.box3	{
				float:left;
				margin-right:6px;
				}
				
div.box4		{float:right;}
div.box1 h6, div.box2 h6, div.box3 h6, div.box4 h6{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #00548B;
	line-height: 30px;
	text-align: center;
	background: #BEBEBE;
	padding: 5px 0px;
}
.prdct_list_sub {
	width: 339px;
	float: left;
	
	padding: 15px 0;
}
.prdct_list_sub li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #005C72;
	padding-left: 20px;
	margin-left: 20px;
	background: url(../images/list-marker.png) no-repeat left;
	/* top: -31px; */
	background: po;
	background-position: 2px 10px;
	margin-bottom:8px;
}
a.txt{
		width: 340px;
		height: 132px;
		display: block;
		padding: 10px 5px 10px 10px;
		position: relative;
		z-index: 500;
		color: #1F1F20;
		text-decoration: none;
		font-size: 21px;
		line-height: 20px;
}

/* icons in top boxes */				
#boxes div.box1 a.txt {background:url(../images/icon1.png) 11px 16px no-repeat; -background:url(../images/icon1.jpg) 11px 16px no-repeat;} /* path to icon for first box */
#boxes div.box2 a.txt {background:url(../images/icon2.png) 11px 16px no-repeat; -background:url(../images/icon2.jpg) 11px 16px no-repeat;} /* path to icon for second box */
#boxes div.box3 a.txt {background:url(../images/icon3.png) 11px 16px no-repeat; -background:url(../images/icon3.jpg) 11px 16px no-repeat;} /* path to icon for third box */
#boxes div.box4 a.txt {background:url(../images/icon4.png) 11px 16px no-repeat; -background:url(../images/icon4.jpg) 11px 16px no-repeat;} /* path to icon for forth box */

/* Styles for "fade" effect */
.fadeThis		{background:url(../images/box.png) 0 0 no-repeat; -background:url(../images/box.jpg) 0 0 no-repeat;}
.fadeThis span.hover	{
				width:246px;
				height:167px;
				position:absolute;
				top:0;
				left:0;
				display:block;
				overflow:hidden;
				background:url(../images/box.png) 0 -167px no-repeat;
				-background:url(../images/box.jpg) 0 -167px no-repeat;
				z-index:400;
				}


.heading_sec{float:left;margin: 10px 0;}
.heading_sec h2{background: #0072bc;color: #fff;padding-left: 20px;font-weight: normal;line-height: 3;font-family:Verdana, Geneva, sans-serif; font-size:14px; }
.heading_sec h2 span {background:#24B1D3;display: inline-block;padding-right: 20px; color:#fff;}
.course_box {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border-top: solid 5px #24B1D3;
	position: relative;
	width: 303px;
	float: left;
	padding: 10px 15px 30px 15px;
	margin: 10px;
	height: 275px;
}
.course_box img {
	width: 300px;
	padding: 0;
	margin: 0;
	height:120px;
}
.course_box h2 {
	background-image: url(../images/course-green.png);
	border: none !important;
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	position: absolute;
	padding: 2px 10px 2px 30px !important;
	background-color: rgba(1, 96, 119, 0.65) !important;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 20px !important;
	font-weight: 300 !important;
	top: 0px;
	left: 0px;
}
.course_box h3 {
	border-bottom: solid 2px #24B1D3;
	padding-left: 10px;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	margin: 0px;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	line-height: 31px;
}
.course_box p {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 10px;
	text-align: justify;
	line-height: 25px;
}
.prdct_list_panel{
	width:1000px;
	float:left;
	height:410px;
	padding: 15px 0;
}

.prdct_list_panel li {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 40px;
	color:#005C72;
	padding-left: 20px;
	margin-left: 20px;
	background: url(../images/list-marker.png) no-repeat left;
	
}

.fee-structure table{ width: 100%; border-collapse: collapse; margin: 25px 0 30px 0;background: #F4F3E1;}
.fee-structure table th, .fee-structure table td{ padding: 10px 5px; border:1px solid #acacac; text-align: center;}
.fee-structure table th{ font-size: 16px; color: #FFF; font-family: 'Roboto Condensed', sans-serif; background: #929cab; font-weight: normal; position: relative;}
.fee-structure table th:nth-child(11):after, .fee-structure table th:nth-child(7):after, .fee-structure table th:nth-child(5):after, .fee-structure table th:nth-child(2):after, .fee-structure table th:nth-child(1):after{ content: ""; position: absolute; border-right: 8px solid transparent; border-left: 8px solid transparent; border-top: 6px solid #929cab; left: 48%; bottom: -6px;}
.fee-structure table td{font-size: 14px;
color: #C60000;
font-family: verdana;
text-align: center;
padding: 20px 5px;
}
.ad-concession{ width: 370px; float: left;}
.p2 {
	color: #016077;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 110px;
	opacity: 1;
	font-weight:bold;
}
.p2:after {
position: relative;
content: url(../images/black-line.png);
padding-left: 40px;
top: 5px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
display: inline-block;
left: 20px;
}
.beach-data, .backwater-data, .pilgrimage-data, .heritage-data {
float: left;
width: 60%;
/* background: #B6CCD2; 
height: 175px;*/
left: 11px;
position: relative;
padding: 1% 2%;
}
.beach-data h2, .backwater-data h2, .pilgrimage-data h2, .heritage-data h2 {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 28px;
	color: #FFF;
	padding-left: 25px;
	position: relative;
	transition: all .4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
.beach-data p:nth-child(2), .backwater-data p:nth-child(2), .pilgrimage-data p:nth-child(2), .heritage-data p:nth-child(2) {
padding: 0px 0px 0px 25px;
width: 90%;
position: relative;
color: #FFF;
line-height: 16px;
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
}
.beach-data p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:32px;
	width:725px;
	float:left;
}
.honeymoon-wrapper:hover .honeymoon-img, .cruise-wrapper:hover .cruise-img, .beach-wrapper:hover .beach-img, .backwater-wrapper:hover .backwater-img, .pilgrimage-wrapper:hover .pilgrimage-img, .adventure-wrapper:hover .adventure-img, .medical-wrapper:hover .medical-img, .heritage-wrapper:hover .heritage-img {
opacity: 1;
transition: all .3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: all .3s ease-in;
-o-transition: all .3s ease-in-out;
opacity: 1;
}
.beach-img {
	float: left;
	width: 36%;
	/*height: 196px;*/
	background-size: cover;
	position: relative;
	right: 0px;
	top: 0px;
	opacity: 1;
	transition: all .4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	z-index: 99;
}
.beach-wrapper{
	float: left;
	border: 1px dashed #0072BC;
	margin-bottom: 32px;
}
.weather-data {
	float: left;
	width: 60%;
	/* background: #B6CCD2; */
	height: 327px;
	left: 11px;
	position: relative;
	padding: 1% 2%;
}
.weather-data p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.weather-img {
	float: left;
	width: 36%;
	height: 350px;
	background-size: cover;
	position: relative;
	right: 0px;
	top: 0px;
	opacity: 1;
	transition: all .4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	z-index: 99;
}
.beach-img img{
	width:366px !important;
}
.beach-wrapper img{
	width: 262px;
	height: 208px;
}
 .read_more{ }
.read_more:hover p,
span.greenMission,
.newsEvents .read_more p{
    color:#fff;
}
 .read_more p:nth-child(2),  .read_more p:nth-child(2),
.read_more:hover p:nth-child(2),
.newsEvents .read_more p:nth-child(2){
    background: url(../images/readMore_hover.png) no-repeat;
    padding: 0;
}
.read_more p, .newsEvents .read_more:hover p {
	float: left;
	text-transform: capitalize;
	color: #fff;
	font-size: 14px;
	padding: 0px 6px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.read_more p:nth-child(2) {
float: left;
background: url(../images/readMore.png) no-repeat;
width: 16px;
height: 16px;
padding: 0;
}
.read_more {
float: right;
margin-right:15px;
background:#24b1d3;
padding:5px;
}
.block_bg_posi {
	background-position-y: 19px !important;	
}

.headHr, .headVr, .data  { border:1px solid #c9dbe8; padding:0px 10px; font-family: Verdana, Geneva, sans-serif;
font-size: 14px; }
.headHr { background:#55b6db; color:#fff; }
.headVr { background:#fafafa; }
.data {
background: #B7CACD;
border-style: dashed;
line-height: 28px;
padding: 10px;
font-family:Verdana, Geneva, sans-serif;
font-size: 14px;
}.buttons { border-top:2px dashed #b3c6e6; }
.mendatory { padding:8px 6px 2px; }

.picOuter { border:4px solid #fff; }
.pic { border:1px dashed #c99; }
.prdct_list_panel_app{
	width:1000px;
	float:left;
	height:410px;
	padding: 15px 0;
}

.prdct_list_panel_app li {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 40px;
	color:#005C72;
	padding-left: 20px;
	margin-left: 20px;
	background: url(../images/list-marker.png) no-repeat left;
	width:245px;
	float:left;
	background-position:0px 18px;
	
}
.app_block{
	line-height:32px !important;
	margin-bottom:20px !important;
	color:#999 !important;
}
.wdth1{
	width:50px;
}
.block_wrap{
	width:100%;
	float:left;
	height:auto;
}
.block_box{
	width: 320px;
	height: auto;
	float: left;
	border: 1px dashed #5CB7CD;
	margin: 10px;
}
.cind_img{
	width:260px !important;
	height:auto;
	float:left;
}