﻿body
{
	background: url(../images/body_bg.png) no-repeat #b8e8e8;
	/*background: 100%;*/
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
ul, li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p
{
	margin: 0;
	padding: 0;
}
.clr
{
	clear: both;
}
.clearfix:after
{
	content: "";
	display: block;
	clear: both;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.main_container
{
	width: 100%;
	margin: 0;
	background: url(../images/grass.png) repeat-x bottom;
}
.readmore
{
	color: #3C62B1;
}
.fixed_layout
{
	width: 1107px;
	margin: 0 auto;
}
.header
{
	background: url(../images/logo_bg.png) repeat-x;
	width: 100%;
	height: 44px;
	float: left;
	margin-top: 27px;

}
/*.head_l{background:url(../images/logo_bg.png) repeat-x; float:left; width:100%; height:44px;}
.head_r{background:url(../images/logo_bg.png) repeat-x; float:right; width:100%; height:44px;}*/
.logo
{
	height: 44px;
	float: left;
	background: #FFFFFF;
	background: -moz-linear-gradient(left, #FFFFFF 41%, #C1E0EF 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(41%,#FFFFFF), color-stop(100%,#C1E0EF));
	background: -webkit-linear-gradient(left, #FFFFFF 41%,#C1E0EF 100%);
	background: -o-linear-gradient(left, #FFFFFF 41%,#C1E0EF 100%);
	background: -ms-linear-gradient(left, #FFFFFF 41%,#C1E0EF 100%);
	background: linear-gradient(to right, #FFFFFF 41%,#C1E0EF 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#FFFFFF' , endColorstr= '#C1E0EF' ,GradientType=1 );*/
}
.search
{
	float: right;
	position: relative;
}
.search input[type="text"]
{
	/*border-radius: 6px;*/
	border: none;
	margin-top: 7px;
	height: 18px;
	color: #383838;
	font-weight: bold;
	margin-right: 3px;
	padding: 4px 6px;
	width: 169px;
	outline: none;
	font-size: 12px;
	background: #9e9d9c;
	background: -moz-linear-gradient(top, #9e9d9c 0%, #D8D8D8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D8D8D8), color-stop(100%,#d0d0cf));
	background: -webkit-linear-gradient(top, #D8D8D8 0%,#d0d0cf 100%);
	background: -o-linear-gradient(top, #9e9d9c 0%,#D8D8D8 100%);
	background: -ms-linear-gradient(top, #9e9d9c 0%,#D8D8D8 100%);
	background: linear-gradient(to bottom, #9e9d9c 0%,#D8D8D8 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#9e9d9c' , endColorstr= '#D8D8D8' ,GradientType=0 );*/
}
.seacr_btn
{
	position: absolute;
	top: 5px;
	right: -4px;
}
.contact
{
	float: right;
	color: #fff;
	margin-top: 61px;
}
.contact li
{
	float: left;
	padding-left: 10px;
	border-right: 2px solid #fff;
	font-size: 14px;
	padding-right: 11px;
}
.contact li span
{
	display: block;
	font-size: 14px;
}
.contact li:last-child
{
	border-right: none;
}
.social
{
	float: right;
	padding: 7px 13px 0 13px;
	height: 39px;
	background: -webkit-linear-gradient( top, #2F6F92, #347698);
}
.social .span
{
	float: left;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	margin-right: 14px;
}
.fb
{
	background: url(../images/social.png) 0px 0px;
	display: block;
	width: 32px;
	height: 32px;
}
.in
{
	background: url(../images/social.png) -37px 0px;
	display: block;
	width: 32px;
	height: 32px;
}
.g
{
	background: url(../images/social.png) -77px 0px;
	display: block;
	width: 32px;
	height: 32px;
}
.t
{
	background: url(../images/social.png) -116px 0px;
	display: block;
	width: 32px;
	height: 32px;
}
.en
{
	background: url(../images/social.png) -153px 0px;
	display: block;
	width: 35px;
	height: 32px;
}
.social li
{
	height: 34px;
	margin-left: 2px;
	list-style: none;
	float: left;
}
.menu
{
	height: 42px;
	margin-top: 17px;
}
.menu ul
{
	width: 907px;
	background: url(../images/menu_bg.png) repeat-x;
	/*border-radius: 15px 0px 0 0;*/
	float: left;
	margin: 0px;
	padding: 0px;
	height: 40px;
	margin-top: 2px;
}
.menu li
{
	margin: 0px;
	position: relative;
	padding: 0px 29px;
	padding-left: 30px;
	line-height: 40px;
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
}
.menu li:last-child
{
	border-right: none;
}
.menu li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}

.menu li ul
{
	position: absolute;
	z-index: 5;
	display: none;
	/*border-radius: 4px;*/
	margin: 0px;
	padding: 0px;
	top: 39px;
	left: 0px;
	/*border-radius: 9px;*/
	width: 200px;
}
.menu li:hover ul
{
	display: block;
	margin: 0px;
	padding: 0px;
}
.menu li li
{
	background: #39ac39;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #fff;
	border-right: none;
}
.menu li li a
{
	font-size: 13px;
	display: block;
	width: 200px;
	line-height: 13px;
	padding: 8px;
}
.menu li li a:hover
{
	font-size: 13px;
	display: block;
	width: 200px;
	background: #FFF;
	color: #39ac39;
}

.active:before
{
	background: url( "../images/menu_l.png" ) repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	display: block;
	height: 46px;
	left: -23px;
	position: absolute;
	top: 0;
	width: 24px;
}
.active:after
{
	background: url( "../images/menu_r.png" ) repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	display: block;
	height: 46px;
	position: absolute;
	right: -24px;
	top: 0;
	width: 24px;
}
.menu li a
{
	color: #fff;
	display: block;
	font-size: 15px;
	text-decoration: none;
}
.active
{
	background: none repeat scroll 0 0 #39ac39;
	color: #fff;
	height: 34px;
	margin-top: -6px;
	padding: 6px 3px;
	position: relative;
	top: -2px;
}
.banner
{
	width: 911px;
	float: left;
	margin-top: 28px;
}
.project
{
	width: 183px;
	height: 590px;
	background: #fff;
	float: right;
	border: 0px solid #3692bd;
	margin-top: 28px;
	position: relative;
}
.pro_img
{
	z-index: 3;
	position: absolute;
	top: -10px;
	left: 15px;
}
.welcome
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 14px;
	padding: 20px;
	float: left;
	height: 73px;
	border: 2px solid #3692bd;
}
.welcome a
{
}
.welcome a:hover
{
}
.welcome span.wlcm
{
	float: left;
	display: block;
}
.welcome span h1 span
{
	display: block;
}
.welcome span h2 span
{
	display: block;
}
.welcome span h1
{
	font-size: 32px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #1F1F1F;
}
.welcome span h2
{
	font-size: 23px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #1F1F1F;
}
.gallery
{
	width: 209px;
	margin-top: 30px;
	position: relative;
	float: right;
	border: 2px solid #3692bd;
	background: url(../images/galery_bg.png) repeat-x;
}
.gallery .img
{
	margin-top: 4px;
	margin-left: 7px;
}
.gal_name
{
	position: absolute;
	left: -9px;
	top: 3px;
	z-index: 1;
}
.update
{
	float: left;
	margin-top: 24px;
	position: relative;
	border: 2px solid #3692bd;
	height: 111px;
	background: url(../images/update_bg.png)repeat-x;
}
.update_left
{
	width: 32px;
	height: 114px;
	position: absolute;
	top: -1px;
	left: -10px;
}
.update ul
{
	margin-left: 35px;
	margin-top: 16px;
}
.update li
{
	float: left;
	padding: 0 5px;
	width: 126px;
	color: #fff;
	border-right: 1px solid #fff;
	font-size: 13px;
}
.update li:last-child
{
	border-right: none;
}
.update li h5
{
	margin: 0px;
	padding: 0px;
}
.update li p
{
	margin: 5px 0px;
}
.update li a
{
	bottom: 0px;
	font-size: 12px;
	color: #272727;
}
.update li a:hover
{
}
.patner
{
	float: right;
	margin-top: 29px;
}
.patner ul
{
	margin: 0px;
	padding: 0px;
}
.patner li
{
	padding: 0 19px;
	border-right: 1px solid #6c9095;
	float: left;
}
.footer
{
	float: left;
	margin: 70px 0;

}


.footer a
{
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

.patner li:last-child
{
	border-right: none;
}
.comp
{
	float: right;
	margin: 60px 0;
}
.comp a
{
	color: #333;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#featured_slide_
{
	position: relative; /* important */
	display: block;
	width: 911px;
	height: 358px;
	color: #FFFFFF;
	top: 0px;
	left: 0px;
}
.project ul
{
	margin-top: 46px;
	margin-left: 40px;
	padding: 0px;
}
.project li
{
	border-bottom: 1px solid #C4BABA;
	padding: 22px 0px;
	width: 103px;
}

#featured_slide_Content
{
	width: 911px; /* important to be same as image width */
	position: absolute;
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
.featured_slide_Image
{
	position: relative;
	display: none;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	width: 911px; /* important - must be same as image width and slider width */
	height: 358px; /* important - must be same as image height and slider height */
	list-style: none;
}

.featured_slide_Image img
{
	width: 911px;
	height: 358px;
}

.featured_slide_Image div.introtext
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 911px;
	height: 5px;
	font-size: 20px;
	font-style: italic;
	margin-left: 10px;
	margin-top: 140px;
	color: Yellow;
	font-weight: bolder; /* Uncomment here for Opacity support in all browsers 	filter:alpha(opacity=70); 	-moz-opacity:0.7; 	-khtml-opacity:0.7; 	*/
	display: run-in;
}

#featured_slide_ h2
{
}

#featured_slide_ p
{
	line-height: 1.6em;
}
#featured_slide_ a
{
}
.welcome p
{
	font-weight: normal;
	line-height: 24px;
	text-align: justify;
	margin-top: 3px;
}
/*--------------manish-------------*/
.project_link
{
	width: 183px;
	height: 348px;
	background: #fff;
	float: right;
	margin-top: 28px;
	position: relative;
}
.project_link span
{
	margin-left: 21px;
}
.project_link ul
{
	background: #d4e9ef;
	margin-top: 2px;
}
.project_link li
{
	background: #d4e9ef;
	border-bottom: 1px solid #7B7A7A;
	padding: 6px 0px 6px 0px;
}
.project_link li a
{
	display: block;
	font-weight: bold;
	color: #333;
	padding-left: 26px;
	text-decoration: none;
	font-size: 12px;
	/*transition: 0.5s;*/
}
.project_link li a:hover
{
	padding-left: 30px;
	/*transition: 0.9s;*/
}
.project_link li:last-child
{
	border-bottom: none;
}



.gall_sec
{
	width: 183px;
	position: relative;
	height: 302px;
}
.leftpanel
{
	width: 910px;
	height: 407px;
	margin-top: 30px;
}
.tab
{
	background: #93c9d8;
	height: 407px;
	width: 167px;
	float: left;
}
.tab ul
{
	width: 167px;
	margin: 0px;
	padding: 0px;
}
.tab li
{
	margin: 0px;
	padding: 0px;
}
.opentab
{
	height: 407px;
	float: right;
	position: relative;
	width: 722px;
	border: 1px solid #0074ab;
}
.pro
{
	padding: 0 8px;
}
.banner_description
{
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/bgblue.png);
	width: 100%;
	/*box-sizing: border-box;*/
	padding: 20px;
}
.banner_description p
{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.sliderdesctext
{
	display: none !important;
}
.profile
{
	position: relative;
	margin-top: 20px;
	font-size: 14px;
	border: 2px solid #5aacca;
	padding: 20px;
	padding-top: 30px;
}
.profile p
{
	margin: 10px 0px;
	text-align: justify;
	font-size: 12px;
}
.profile_img
{
	position: absolute;
	top: -11px;
	left: -2px;
}
.profile ul
{
	margin: 0px;
	padding: 0px;
}
.profile li
{
	margin: 0px;
	margin-right: 6px;
	padding: 0px;
	float: left;
}
.profile li a
{
	margin: 0px;
	font-size: 12px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.project_link li.view_active
{
	background: #00923f;
}
.project_link li.view_active a
{
	color: #fff;
	position: relative;
}
.project_link li.view_active a:after
{
	position: absolute;
	content: "";
	height: 0;
	width: 0px;
	border: 6px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
	top: 1px;
	left: 10px;
}
.line
{
	width: 1px;
	height: 86%;
	float: left;
	background: #3F3F3F;
	margin: 0px 13px;
	margin-top: 7px;
}
.input_txt2
{
	border: none;
	background-color: #FFE4B5;
	height: 20px;
	color: Black;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
