/*Header Start*/
.header{
	background:url(../images/header_bg.png) repeat-x;
	min-height:100px;
	border-top:3px solid #FFF;
	border-left:3px solid #FFF;
	border-right:3px solid #FFF;
	padding-top:35px;
	padding-bottom:20px;
}
.header .en_logo{
	padding-left:5%;
	margin-bottom:10px;
}
/*Header End*/

/*Center Contain Start*/
.center_contain{
	background:#4B5E26;
	padding-bottom:25px;
}
	/* Side Navigation */
.right_contain{
}
.right_contain .navbar-inverse{
	background:rgba(255,255,255,0);
    margin-top: 20px;
	border:0;
}
.right_contain .side-nav li{
	margin-bottom:20px;
	width:100%;
	border:2px solid #fff;
	height:50px;
	
}
.right_contain .side-nav>li a{ 
	color:#fff;
	line-height:15px !important;
}
.side-nav>li>ul {
    padding: 0;
}
.side-nav>li>ul>li>a:hover {
    color: #fff;
}
.navbar-toggle {
	background:#333;
	border-color:#fff;	
}
.navbar-toggle:hover, .navbar-toggle:focus{

	border-color:#fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
	
	color:#fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
	
	color:#fff;
}

	/* End Navigation */
.right_contain .map{
	min-height:180px;
	padding:0 15px;
}
.left_contain{
	background:#eaf1dd;
	min-height:470px;
	margin-top:20px;
	padding-top:15px;
	padding-left:20px;
	padding-right:20px;
	margin-right:2.4%;
}
.left_contain .home_page{
	padding:24px;
	
}
.left_contain .home_page img{
	 
	 height:350px;
}
.left_contain .allprojects{
	padding:20px;
}
.left_contain .allprojects img{
	height:160px;
	margin-right:2%;
	width:150px;
	margin-bottom:15px;
}
.left_contain .about_title{
	color:#d80403;
	text-decoration:underline;
	font-weight:bold;
	font-size:25px;
	margin-bottom:20px;
}
.left_contain .info img{
	margin-bottom:15px;
}
.left_contain .info span{
	color:#d80403; 
	font-size:20px;
	font-weight:bold;
}
.left_contain .info p{
	color:#159808;
	font-weight:bold;
	font-size:12px;
}
.left_contain .cer img{
	margin-right:2%;
	margin-bottom:15px;
}
.left_contain .about p{
	color:#000;
	text-align:justify
}
.left_contain .about span{
	color:#d80403;
	font-weight:bold;
}
.left_contain .about a{
	color:#009;
}
.left_contain .values p{
	color:#000;
	font-size:16px;
}
.left_contain .values span{
	font-weight:bold;
	font-size:16px;
}
.left_contain .values .red_sp{
	color:#e60706;
	font-weight:bold;
}
.left_contain .green_sp{
	color:#090;
	text-decoration:underline
}
.left_contain .other{
	height:410px;
	overflow:scroll;
	background:#c2d69b;
	padding:10px;
}
.left_contain .other h2{
	color:#000;
	font-size:22px;
	font-weight:bold;
	
}
.left_contain .other h4{
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-bottom:17px;
}
.left_contain .other .se_sp{
	color:#039;
}
.left_contain .other .gre-sp{
	color:#393;
}
.left_contain .other .fr_sp{
	color:#900;
	text-decoration:underline;
}
.left_contain .other .sm{
	font-size:14px;
}
.left_contain .other hr{
	background:#03C
}
.left_contain .other a{
	color:#900;
	text-decoration:underline;
}
.left_contain .other h3{
	color:#DA1015;
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}
.left_contain .other .gre-h{
	color:#419634;
	text-decoration:underline;
	font-size:14px;
	
}
.left_contain .other .line{
	width:100%;
	height:1px;
	background:#309;
}
.left_contain .list_pro ul li{
	margin-bottom:15px;
}
.left_contain .list_pro ul li a{
	color:#00C;
	text-decoration:underline;
	
}
.left_contain .other ol li{
	color:#000;
	font-size:14px;
	margin-bottom:15px;
}
.left_contain .other .se_black{
	font-weight:bold;
}
.left_contain .other table td{
	color:#000;
}
.table-bordered{
	border:1px solid #000 !important
}
.left_contain .slide img{
	height:400px
}
.left_contain .start img{
	height:40px;
	margin-bottom:10px;
}
.left_contain .start h2{
	color:#060;
	font-size:18px;
	font-weight:bold;
}
.left_contain .start h3{
	color:#00C;
	font-size:17px;
}
.left_contain .start h4{
	color:#BD6A42;
	font-weight:normal;
	font-size:17px;
	margin-bottom:20px;
}
.left_contain .start p{
	color:#000;
	font-size:17px;
}

/*Center Contain End*/

/*Footer Start*/
.footer{
	background:url(../images/footer_bg.png) repeat-x bottom;
	min-height:160px;
	padding-top:10px;
}
.footer p{
	margin-top:40px;
	color:#fff;
}
.footer a{
	color:#fff;
}
.footer .footer_so {
	padding-top:20px;
}
/*Footer End*/

@media(max-width:767px){
.footer a ,.footer p{
	color:#000;
}
.left_contain .home_page img{
	 
	 height:300px;
}
.left_contain .slide img{
	height:260px
}
.left_contain{
	margin-right:0;
	min-height:300px;
}


	
}