/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
/*@font-face {
	font-family: 'flexslider-icon';
	src:url('../fonts/flexslider-icon.eot');
	src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/flexslider-icon.woff') format('woff'),
		url('../fonts/flexslider-icon.ttf') format('truetype'),
		url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

/* FlexSlider Necessary Styles
*********************************/

.flexslider {margin: 0; padding: 0;text-align:center;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%;max-height: 361px;width:auto !important;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: #5cbcc9; text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: -50px; }
.flexslider:hover .flex-next { opacity: 0.7; right: -50px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
.flexslider .slides a{ }
.flexslider .slides span{
  display:block ;

  background: #717c87;
  font-family: 'robotoregular';
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  height: 30px;
  width: 248px;
  line-height:30px;
  border-top: 1px solid #fff;overflow:hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #717c87;
	line-height: 24px;
	background: #fff;
}
.clear {
	clear: both;
}
a:link, a:visited {
	outline: none;
	text-decoration: none;
	color: #1162ae;
}
a:hover {
	color: #1162ae;
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	margin: 0 0 12px 0;
	padding: 0px 0px 0px 4px;
}
h1, h2, h3, h4, h5 {
	margin: 0px 0 12px 0;
	padding: 0px;
}
ol, ul {
	margin: 0 0 0 16px;
	padding: 12px 0;
}
blockquote, q {
	quotes: none;
	border: 1px solid #cdcdcd;
	padding: 10px;
	margin: 0px 0px 15px 0px;
}

table, table td {
	border-collapse: collapse;
	border-color: #cdcdcd;
}

table td {
	padding: 5px;
	text-align: left;
}

embed {
	vertical-align: top;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}

mark, rp, rt, ruby, summary, time {
	display: inline;
}

iframe {
	border: 0;
	margin: 0;
	padding: 0;
}

input[type="tel"], input[type="email"], input[type="text"], textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #393939;
	border: solid 1px #a1a1a1;
	padding: 5px;
	outline: none;
	clear: both;
	background: #fafafa;
}

input[type="submit"] {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #fafafa;
	padding: 5px 12px;
	text-align: center;
}

@import url(http://fonts.googleapis.com/css?family=Roboto);

/*@font-face {
	font-family: 'robotoregular';src: url('roboto-regular-webfont.eot');src: url('roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),url('roboto-regular-webfont.woff') format('woff'),url('roboto-regular-webfont.ttf') format('truetype'),url('roboto-regular-webfont.svg#robotoregular') format('svg');font-weight: normal;font-style: normal;
}

@font-face {
	font-family: 'robotobold';src: url('roboto-bold-webfont.eot');src: url('roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),url('roboto-bold-webfont.woff') format('woff'),url('roboto-bold-webfont.ttf') format('truetype'),url('roboto-bold-webfont.svg#robotobold') format('svg');font-weight: normal;font-style: normal;
}

@font-face {
	font-family: 'bebas_neuebold';src: url('bebasneue_bold-webfont.eot');src: url('bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),url('bebasneue_bold-webfont.woff') format('woff'),url('bebasneue_bold-webfont.ttf') format('truetype'),url('bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');font-weight: normal;font-style: normal;
}*/

::-webkit-input-placeholder {
 /* WebKit browsers */
	color: #45545b;
}

:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
	color: #45545b;
	opacity: 1;
}

::-moz-placeholder {
 /* Mozilla Firefox 19+ */
	color: #45545b;
	opacity: 1;
}

:-ms-input-placeholder {
 /* Internet Explorer 10+ */
	color: #45545b;
}


.wrap {
	width: 100%;
	float: left;
}

#topheader {
	width: 100%;
	float: left;
	clear: both;
	background: #0057a7 url(../images/header_bg.jpg) repeat 0 0;
}

#topheader .innerheader {
	min-height: 78px;
	margin: 0 auto;
width: 1060px;
	padding: 20px 0;
}

#topheader .innerheader .logo {
	float: left;
}

#topheader .innerheader .logo img {
	float: left;
}

#topheader .innerheader .rightpannel {
	float: right;
	max-width: 850px;
}

#topheader .innerheader .rightpannel .call {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	float: right;
	margin-bottom: 24px;
}

#topheader .innerheader .rightpannel .call img {
	margin-right: 12px;
	vertical-align: top;
}

#topheader .innerheader .rightpannel .manu {
	clear: both;
	float: right;
	margin: 0;
	font-family: "robotoregular";
	text-align: right;
}

#topheader .innerheader .rightpannel .manu ul {
	margin: 0px;
	padding: 0px;
}

#topheader .innerheader .rightpannel .manu ul li {
	display: inline-block;
	position: relative;
	margin-left: 2px;
}

#topheader .innerheader .rightpannel .manu ul li:last-child {
	margin-right: 0px;
}

#topheader .innerheader .rightpannel .manu ul li a {
	font-family: 'robotoregular';
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	padding: 6px 12px;
}

#topheader .innerheader .rightpannel .manu ul li a:hover {
	text-decoration: none;
	color: #0057a8;
	background: #cee3f2;
}

#topheader .innerheader .rightpannel .manu ul li.active a {
	text-decoration: none;
	color: #0057a8;
	background: #cee3f2;
}

#topheader .innerheader .rightpannel .manu ul li:hover > a {
	color: #0057a8;
	background: #cee3f2;
	text-decoration: none;
}

#topheader .innerheader .rightpannel .manu ul li ul {
	background: #cee3f2;
	display: none;
	left: 0;
	position: absolute;
	top: 33px;
	top: 32px\9;
	padding: 18px 0 0;
	width: 190px;
	z-index: 99;
	text-align: left;
}

#topheader .innerheader .rightpannel .manu ul li ul ul {
	width: 237px;
	left: auto;
	left: 100%;
	display: none;
	top: 0;
}

#topheader .innerheader .rightpannel .manu ul li:hover > ul {
	display: block;
}

#topheader .innerheader .rightpannel .manu ul li.item-137:hover > ul {
	display: none !important;
}

#topheader .innerheader .rightpannel .manu ul li ul li {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#topheader .innerheader .rightpannel .manu ul li ul li a {
	text-decoration: none;
	padding: 2px 12px;
	color: #0057a8;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	display: block;
	text-transform: none;
}

#topheader .innerheader .rightpannel .manu ul li ul li a:hover {
	color: #fff;
}

#topheader .innerheader .rightpannel .manu ul li ul li:hover > a {
	background: #0057a8 /*url(../images/menu_arrow.png) no-repeat 164px 16px*/;
	color: #FFF;
}

#topheader .innerheader .rightpannel .manu ul li ul li.parent:hover > a {
	background: #0057a8 url(../images/menu_arrow.png) no-repeat 164px 16px;
	color: #FFF;
}

#topheader .innerheader .rightpannel .manu ul li ul li ul li a {
	text-decoration: none;
	padding: 2px 12px;
	color: #0057a8;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	display: block;
	text-transform: none;
}

#topheader .innerheader .rightpannel .manu ul li ul li ul li:hover a {
	background: #0057a8;
}

.item-137 ul {
	display: none;
}

.headebanner {
	width: 100%;
	float: left;
	height: 361px;
	overflow: hidden;
	position: relative;
}

.headebanner .flexslider {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	position: relative;
}

.headebanner .flex-direction-nav {
	display: none;
}

.headebanner img {
	width: 100%;
}

.headebanner .graybar {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 rgba(113, 124, 135, 0.7);
	border-color: #fff -moz-use-text-color;
	border-image: none;
	border-style: solid none;
	border-width: 1px medium;
	background: #717c87\0/;
	top: 256px;
	height: 63px;
	position: absolute;
	width: 100%;
}

.headebanner .graybar .inner {
	height: 63px;
	line-height: 63px;
	margin: 0 auto;
	width: 1060px;
}
.logo_text_tabel{ margin-left: 10px; float: left;}
.logo_text{ font-size: 28px; font-weight: bold; color: #fff; width: 350px; padding-top:0px; display: block;}
.headebanner .graybar .lefttext {
	color: #fff;
	float: left;
	font-family: bebas_neuebold;
	font-size: 36px;
	text-align: left;
	width: 800px;
}

.headebanner .flex-control-nav {
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 282px;
	width: 1060px;
	z-index: 1;
}

.headebanner .flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: right;
}

.headebanner .flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #fff;
	background: rgba(255,255,255,1);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 0px rgba(255,255,255,1);
	-o-box-shadow: inset 0 0 0px rgba(255,255,255,1);
	box-shadow: inset 0 0 0px rgba(255,255,255,1);
}

.headebanner .flex-control-paging li a:hover {
	background: #000;
	background: rgba(0,0,0,1);
}

.headebanner .flex-control-paging li a.flex-active {
	background: #000;
	cursor: default;
}

#maincontenair {
	width: 100%;
	float: left;
	clear: both;
}

#maincontenair .innercontener {
	padding: 30px 0;
	width: 1060px;
	margin: 0 auto;
	display: table;
}

.homeclum {
	width: 498px;
	margin-right: 62px;
	float: left;
	margin-bottom: 45px;
}

.homeclum.last {
	margin-right: 0px;
}

.homeclum p {
	text-align: justify;
}

.homeclum h2.homeheading {
	color: #0057a8;
	text-transform: uppercase;
	font-family: 'robotobold';
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 18px;
}

.homeclum .highlight {
	color: #717c87;
	font-family: 'robotoregular';
	font-size: 24px;
	line-height: 30px;
	text-align: justify;
}

.homeclum .readmore {
	float: right;
}

.homeclum .our-businessh {
	margin: 0px;
	padding: 0px;
}
.homeclum .our-businessh dl{ overflow: hidden; margin-top: 0;  width: 530px;}
.homeclum .our-businessh dd {
	float: left;
	height: 116px;
	list-style: none outside none;
	overflow: hidden;
	padding: 0;
	margin: 0 20px 20px 0;
	width: 238px;
	position: relative;
}

.homeclum .our-businessh dd a:nth-child(2n) {
	margin-left: 10px;
}
.homeclum .our-businessh dd table{height: 116px !important;}
.homeclum .our-businessh dd table img{max-height:116px !important;}
.homeclum .our-businessh dd.second {
	margin-right: 0;
}

.homeclum .our-businessh dd span {
	display: block;
	position: absolute;
	
	bottom: 0px;
	background: #717c87;
	font-family: 'robotoregular';
	color: #ffffff;
	width: 238px;
	height: auto;
	text-align: center;
	font-size: 14px;
	height:30px;line-height:30px;overflow:hidden;
	border-top: 1px solid #fff;
}
.flexslider .slides span a{color: #ffffff;}
.lineli li{ line-height: 30px;}
.homeclum .our-businessh dd:hover span {
	background: #0057a7;
}

.homeclum .latestnews {
	margin: 0px;
	padding: 0px;
}

.homeclum .latestnews li {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	display: block;
	margin: 11px 0 0px 0;
	padding: 0 0 0 33px;
}

.homeclum .latestnews li a {
	font-size: 14px;
	color: #797979;
	font-family: 'robotoregular';
}

.homeclum .latestnews li a:hover {
	color: #0057a8;
	text-decoration: none;
}

.homeclum .gallery {
	float: left;
	margin-top: 10px;
	width: 100%;
}

.homeclum .gallery .flexslider {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	position: relative;
}

.homeclum .gallery .flexslider .slides > li:nth-child(2n) {
	float: left;
}


.homeclum .gallery .flexslider .slides table {
	height: 183px;
	overflow: hidden;
	width: 238px;padding:0px;margin:0px;
}
.homeclum .gallery .flexslider .slides table td {
	padding: 0px;
	text-align: center;
}
.homeclum .gallery .flexslider .slides table img{max-height:165px;max-width:100%;}
.homeclum .gallery .flexslider .flex-control-nav {
	bottom: -40px;
	display: none;
	position: absolute;
	text-align: center;
	width: 100%;
}

.homeclum .gallery .flexslider .flex-direction-nav {
	float: right;
	position: absolute;
	right: 1px;
	top: 0;
	width: 5px;
}/* Direction Nav */.homeclum .gallery .flexslider .flex-direction-nav {
	*height: 0;
}

.homeclum .gallery .flexslider .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 23px;
	height: 23px;
	margin: -20px 0 0;
	position: absolute;
	top: -31px;
	z-index: 10;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: #0057a8;
	text-shadow: none;
	-webkit-transition: all .0s ease;
	-moz-transition: all .0s ease;
	transition: all .3s ease;
	background: #e5e5e5;
	font-family: Roboto;
	background: url(../images/galleruarrow.png) no-repeat left top;
}

.homeclum .gallery .flexslider .flex-direction-nav a.flex-prev {
	left: -50px;
	background-position: 0 0px;font-size:0px;
}

.homeclum .gallery .flexslider .flex-direction-nav a.flex-next {
	right: 0;
	text-align: right;
	background-position: -30px 0;font-size:0px;
}

.homeclum .gallery .flexslider:hover .flex-prev {
	opacity: 1;
	left: -50px;
}

.homeclum .gallery .flexslider:hover .flex-next {
	opacity: 1;
	right: 0;
}

.homeclum .gallery .flexslider:hover .flex-next:hover, .homeclum .gallery .flexslider:hover .flex-prev:hover {
	opacity: 0.7;
}

.homeclum .gallery .flex-direction-nav .flex-disabled {
	opacity: 0.7!important;
	filter: alpha(opacity=0);
	cursor: default;
}

.homeclum .gallery .flex-direction-nav a:before {
	font-size: 40px;
	display: inline-block;
	content: ' ';
	font-family: Roboto;
}

.homeclum .gallery .flex-direction-nav a.flex-next:before {
	content: '';
	font-family: Roboto;
}/*inner pages starts here*/.wrapper {
	width: 1060px;
	margin: 0 auto;
}

.breadcrumbs {
	float: left;
	width: 100%;
	background-color: #cee3f2;
	margin-top: 1px;
}

.breadcrumbs ul {
	list-style: none;
	margin: 0px;
	float: left;
	width: 100%;
}

.breadcrumbs ul li {
	float: left;
	background: url(../images/breadcrumb-arrow.png) no-repeat right 9px;
	padding-right: 10px;
	margin-right: 5px;
	color: #0057a8;
}

.breadcrumbs ul li.last {
	background: none;
	padding-right: 0px;
	margin-right: 0px;
}

.breadcrumbs ul li a {
	text-decoration: none;
	color: #4c4c4c;
}

.breadcrumbs ul li a:hover {
	color: #0057a8;
}

.sidebar {
	float: left;
	width: 260px;
	padding-right: 100px;
}

.sidebar h2 {
	color: #0057a8;
	font-family: 'robotobold';
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 18px;
	text-transform: uppercase;
	margin-left: 8px;
}

h1 {
	font-size: 20px;
	line-height: 24px;
	color: #464646;
	font-family: 'robotobold';
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 0px;
}

.sidebar .menu {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
}

.sidebar .menu li {
	margin: 10px 0 0;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #e5e5e5;
}

.sidebar .menu li.last {
	border-bottom: none;
}

.sidebar .menu li a {
	background-image: url("../images/arrow.png");
	background-position: left 7px;
	background-repeat: no-repeat;
	background-size: 10px auto;
	color: rgb(0, 87, 168);
	display: block;
	padding-left: 20px;
	text-decoration: none;
}

.sidebar .menu li.active a, .sidebar .menu li a:hover {
	color: #4c4c4c;
}

.sidebar .homeclum {
	width: 100%;
}

.sidebar .homeclum ul.latestnews {
	float: left;
}

.sidebar .homeclum ul.latestnews li {
	margin-top: 10px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	background-position: 10px 4px;
	padding-left: 37px;
}

.sidebar .homeclum ul.latestnews li a {
	color: #0057a8;
}

.sidebar .homeclum ul.latestnews li a:hover {
	color: #4c4c4c;
}

.slider {
	float: left;
	width: 100%;
}

.slider .flex-control-nav {
	display: none;
}

.slider .flex-direction-nav a {
	display: none;
}

.right_container {
	float: left;
	width: 700px;
	text-align: justify;
}

h2 {
	color: #0057a8;
	font-family: 'robotobold';
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 18px;
	text-align: left;
	line-height: 33px;
	text-transform: uppercase;
	padding: 4px;
}

h3 {
	color: #0057a8;
	font-family: 'robotoregular';
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 18px;
}

h4 {
	color: #0057a8;
	font-family: 'robotoregular';
	font-size: 18px;
	font-weight: normal;
}

h5 {
	color: #387fc0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.pic_row {
	float: left;
	width: 100%;
	padding: 10px 0 30px;
}

.pic_row i {
	float: left;
	margin-right: 9px;
}

.pic_row i.last {
	margin-right: 0px;
}

.tabs {
	list-style: none;
	margin: 0px;
	float: left;
	padding-bottom: 0px;
	position: relative;
	z-index: 9;
	width: 100%;
}

.tabs li {
	float: left;
}

.tabs li a {
	float: left;
	text-decoration: none;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	font-weight: bold;
	background: #0057a8;
	border: 1px solid #dddddd;
	border-bottom: none;
	margin-right: 1px;
}

.tabs li.active a, .tabs li a:hover {
	padding: 10px 12px 6px;
	color: #0057a8;
	background: #fff;
	margin-top: -4px;
}

.tab_content {
	float: left;
	width: 698px;
	border: 1px solid #dddddd;
	margin-top: -1px;
}

.tab_content .report_list {
	float: left;
	list-style: inside decimal-leading-zero;
	padding: 0px;
	margin: 0px;
}

.tab_content .report_list li {
	float: left;
	width: 664px;
	border-bottom: 1px solid #dddddd;
	padding: 0 20px 0 14px;
	font-size: 12px;
	line-height: 14px;
	color: #717c87;
}

.tab_content .report_list li.last {
	border-bottom: none;
}

.tab_content .report_list li .topic {
	display: inline-block;
	width: 574px;
	border-right: 1px solid #dddddd;
	padding: 14px 0 6px;
}

.tab_content.manage .report_list li .topic {
	width: 500px;
}

.tab_content .report_list li:first-child .topic {
	padding-top: 20px;
}

.tab_content .report_list li .topic strong {
	font-size: 12px;
	line-height: 16px;
	color: #717c87;
}

.tab_content .report_list li .topic strong span {
	font-weight: normal;
	padding-right: 5px;
}

.tab_content .report_list li .view_blk {
	display: inline-block;
	padding: 10px 0 5px 4px;
}

.tab_content .report_list li .view_blk a {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 14px;
	color: #0057a8;
}

.tab_content .report_list li .view_blk a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.tab_content .report_list li .view_blk a:hover {
	color: #4c4c4c;
}

.tab_content .report_list li .view_blk a i {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}

.tab_content .report_list li .view_blk a i img {
	float: left;
}

.tab_content .download_btn {
	float: left;
	margin: 10px;
	font-size: 12px;
}

.tab_content .download_btn img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.contact_box {
	float: left;
	width: 100%;
}

.contact_box label {
	padding-left: 0px;
	color: #474646;
	display: block;
}

.contact_box .form_control {
	float: left;
	width: 238px;
	border: 1px solid #dcdcdc;
	background: #eeeeee;
	font-size: 14px;
	line-height: 18px;
	color: 474646;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 10px;
	margin-bottom: 10px;
}

.contact_box textarea {
	resize: none;
	margin-bottom: 10px !important;
}

.contact_box span img {
	width: 85px;
}

.contact_box .code {
	width: 139px;
	clear: none;
	margin-left: 14px;
}

.contact_box input[type="submit"] {
	background-color: rgb(0, 87, 168);
	border: 1px solid rgb(0, 87, 168);
	color: rgb(255, 255, 255);
	cursor: pointer;
	float: right;
	font-size: 18px;
	line-height: 22px;
	padding: 4px 25px;
	text-transform: uppercase;
}

.contact h4 {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
}

.address_row {
	float: left;
	width: 100%;
}

.address_row .common_box {
	float: left;
	width: 261px;
	margin-right: 175px;
	padding-bottom: 25px;
}

.address_row .common_box h5 {
	margin-bottom: 0;
}

.address_row .common_box strong {
	font-size: 12px;
	line-height: 18px;
	color: #717c87;
	display: block;
	margin-top: 7px;
}

.address_row .common_box span {
	font-size: 12px;
	line-height: 18px;
	color: #717c87;
	font-weight: normal;
	display: inline-block;
}

.address_row .common_box a {
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	color: #717c87;
	font-weight: normal;
}

.address_row .common_box.last {
	margin-right: 0px;
}/*inner pages ends here*/.test {
	font-weight: bold;
}

.test li a {
	font-weight: normal;
}

#footer {
	float: left;
	width: 100%;
	clear: both;
	background: #e5e5e5;
}

#footer .inner {
	display: table;
	margin: 0 auto;
	padding: 25px 0;
	width: 1060px;
}

#footer .inner .leftpannel {
	max-width: 760px;
	float: left;
}

#footer .inner .leftpannel .footermenu {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#footer .inner .leftpannel .footermenu ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

#footer .inner .leftpannel .footermenu ul li {
	margin: 0px 11px;
	padding: 0px;
	float: left;
	list-style: none;
}

#footer .inner .leftpannel .footermenu ul li:first-child {
	margin-left: 0px;
}

#footer .inner .leftpannel .footermenu ul li a {
	font-family: 'robotoregular';
	font-size: 14px;
	color: #717c87;
}

#footer .inner .leftpannel .footermenu ul li a:hover {
	text-decoration: none;
	color: #0057a8;
}

#footer .inner .rightpannel {
	float: right;
	width: 275px;
}

#footer .inner .rightpannel  .copyright {
	color: #717c87;
	text-align: right;
	font-family: 'robotoregular';
}

#footer .inner .rightpannel  .copyright span {
	display: block;
	margin-top: 18px;
}

#footer .inner .rightpannel  .copyright span a {
	color: #acafb2;
	text-decoration: none;
}

#footer .inner .rightpannel  .copyright span a:hover {
	text-decoration: none;
	color: #0057a8;
}

.custom-tbl-format td {
	padding: 8px;
	border: 1px solid #ccc;
	text-align: left
}/*.content{color:#000000}*/#topheader .innerheader .rightpannel .manu ul li.item-111 {
	display: none !important;
}

.prtab {
	background-color: #fbfbfb;
	border: 1px solid #dddddd;
	font: bold 13px/20px Tahoma,Arial,Helvetica,sans-serif;
	margin: 0 0 5px 6px;
	padding: 10px 5px 10px 10px;
	width: 691px;
}

#hide,#hide1,#hide2,#hide3,#hide4,#hide5,#hide6,#hide7,#hide8,#hide9 {
	display: none;
}

.rucon ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 40px;
	line-height: 22px;
}

.rucon ul li {
	line-height: 27px;
}

.contact_boxfd {
	float: left;
	width: 410px;
	margin: 0px;
	padding: 20px 0px;
}

.contact_boxfd label {
	padding-left: 0px;
	color: #474646;
	display: block;
	clear: none;
	float: left;
	width: 150px;
}

.contact_boxfd .form_control {
	float: left;
	width: 238px;
	border: 1px solid #dcdcdc;
	background: #eeeeee;
	font-size: 14px;
	line-height: 18px;
	color: 474646;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 10px;
	margin-bottom: 10px;
	clear: none;
}

.contact_boxfd textarea {
	resize: none;
	margin-bottom: 20px !important;
}

.contact_boxfd span img {
	width: 85px;
}

.contact_boxfd .code {
	width: 139px;
	clear: none;
	margin-left: 14px;
}

.contact_boxfd input[type="submit"] {
	float: right;
	font-size: 18px;
	line-height: 22px;
	color: #cee3f2;
	background-color: #0057a8;
	padding: 4px 25px;
	text-transform: uppercase;
	cursor: pointer;
}

.right_container table.gallery td {
	width: 33%;
	padding: 0px;
}

.manu .mobile {
	display: none
}

.mobile span.menu {
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: block;
	float: left;
	font-size: 27px;
	padding: 9px 17px 12px;
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	`  -moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.gallerywrap > ul {
	list-style: none outside none;
	margin: 0 0 27px;
	padding: 0;
}

.gallerywrap li {
	display: inline-block;
	margin: 0 4px 0 0;
}

.mymenu .c_menu span {
	right: 25px;
	transform: rotate(90deg);
}

.certificate > ul {
	margin: 0;
	padding: 0;
}

.certificate li {
	display: inline-block;
	float: left;
	margin: 9px 0 44px;
	text-align: center;
	vertical-align: top;
	width: 31%;
}

.certificate ul li a {
	vertical-align: top;
}

.certificate ul li div {
	padding: 0;
	text-align: center;
	width: 100%;
}

.right_txt {
	text-align: right;
}

.tbldesign {
	border: 1px solid #eee
}

.tbldesign tr {
	border-bottom: 1px solid rgb(238, 238, 238);
}

.tbldesign td:first-child {
	border-right: 1px solid rgb(238, 238, 238);
}

.custom-tbl-format ul {
	margin: 0 0 0 18px;
	padding: 0;
}

.unpaid-unclaimed a img {
	width: auto;
}

.contact_box #fresume {
	background: none repeat scroll 0 0 rgb(238, 238, 238);
	border: 1px solid rgb(220, 220, 220);
	float: left;
	margin: 0 0 6px;
	padding: 4px 7px !important;
	width: 94% !important;
}

.sitemap_part ul {
	list-style: disc outside none;
	padding: 0;
}

.sitemap_part ul li ul {
	list-style: square outside none;
}

.contentpaneopen {
	color: #717c87;
}

.contentpaneopen p {
	text-align: justify;
}

.contentpaneopen.faq td.ques {
	background: #f2f2f2;
	font-size: 13px;
	color: #444;
	padding: 5px 9px;
}

.item-275.deeper.parent > ul {
	display: none !important;
}

.sidebar .menu li ul {
	background: none;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	display: none;
}

.sidebar .menu ul li:last-child {
	border: medium none;
}

.sidebar .menu li ul li {
	border: medium none;
	margin: 0;
	padding: 7px 20px;
}

.hasmenu {
	background: url("../images/arrow-expand.png") repeat scroll 0 -5px rgb(0, 87, 167);
	border: 1px solid rgb(0, 87, 167);
	color: rgb(255, 255, 255);
	margin-left: 144px;
	padding: 0 7px;
	width: 21px;
}

.hasmenu.active {
	background-position: 0 -24px;
}

.menuexpand > a span {
	margin-left: 33px;
}

.menuexpand > ul {
	display: none;
	list-style: outside none disc;
	margin: 0 0 0 27px;
	padding: 0;
}

.news ul {
	padding-left: 20px;
}

.gallerywrap li a .caption {
	background: none repeat scroll 0 0 rgba(68, 68, 68, 0.9);
	color: rgb(255, 255, 255);
	font-size: 12px;
	height: 95px;
	line-height: normal;
	opacity: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.gallerywrap li a .caption span {
	position: relative;
	top: 35px;
}

.gallerywrap li {
	position: relative;
}

.gallerywrap li a.fancybox:hover .caption {
	opacity: 1;
}

.homeclum .our-businessh li img{ width: 100%;}
.contact_box input[type="button"] {
	background-color: rgb(0, 87, 168);
	border: 1px solid rgb(0, 87, 168);
	color: rgb(255, 255, 255);
	cursor: pointer;
	float: right;
	font-size: 18px;
	line-height: 22px;
	padding: 4px 25px;
	text-transform: uppercase;
}

.fr { float: right;}
.search_cnt { height: 32px; line-height: 32px; overflow: hidden; position: relative; background: #fff; margin-left: 20px; border-radius: 15px;}
.search_cnt .hot .keywd { color: #444444;}
.search_cnt .keywds { float: left; line-height: 32px;}
.search_cnt .keywds a { margin: 0 5px; color: #636364;}
.search_cnt .keywds a:hover { color: black;}
.search_cnt form { overflow: hidden; display: block; position: relative;}
.search_cnt .txt { width: 222px; height: 30px; line-height: 30px; color: #a1a1a1; border: none; background: none; padding:0 0 0 15px; border-radius: 15px;}
.search_cnt .btns { position: absolute; top: 7px; right: 11px; z-index: 9999; background: url(../images/btnbg.png) no-repeat 0 0; width: 20px; height: 22px; border: none; display: block; outline: none; cursor: pointer;}
.wrapp_posi{ position: relative;}
.frist{ position: absolute; top: 7px; right: 0;}
.calls{ float: left; margin-top: 6px;}

.padding{line-height:30px;text-align:center;}
.padding span{ padding:5px; color:#5d5d5d;}
.padding a{color:#5d5d5d;}

.page_p {
	padding: 15px 0px 30px;
	text-align: center;
	line-height: 32px;
}
.page_p span.no, .page_p span {
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 0px 12px;
	margin: 3px 3px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.page_p span {
	display: inline-block;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.page_p a, .page_p i, .page_p span.no, .page_p span {
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 0px 12px;
	margin: 3px 3px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.page_p a.omm, .page_p span {
	color: #189aed;
	border: 1px solid #fff;
}
.page_txt {
	display: inline-block;
	width: 40px;
	height: 30px;
	border: 1px solid #e5e5e5;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	outline: none;
	margin-top: -5px;
}
.page_btn {
	display: inline-block;
	margin-left: 5px;
	width: 40px;
	height: 32px;
	border: 1px solid #e5e5e5;
	cursor: pointer !important;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff;
	outline: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.page_p a.disable, .page_p i, .page_p span.no {
	background: #f5f7fa;
	border: 1px solid #e5e5e5;
	color: #bbb;
}

.top{background: #0057a7 url(../images/header_bg.jpg) repeat 0 0;color:#555;width:100%;height: 45px;line-height: 45px;border-bottom: 1px solid #fff;}
.top_main{width: 1060px;margin:0px auto;}
.top img{vertical-align: middle;margin-top: 3px;margin-right: 15px;float: left;}
.top .fl{padding:0;height: 45px;line-height: 45px;font-size:12px;font-family:"微软雅黑";color:#333;float: left;}
.top .fl a{color: #fff;float: left;}
.top .fl em{color: #fff;float: left;font-style: normal}
.top .fl span{padding: 0 14px;float:left;color: #fff;}
.top .fl span a{color: #fff;}
.top .fr a{height: 45px;line-height: 45px;color: #fff;text-decoration:none;font-size:12px;font-family:"微软雅黑";}
.top .fr a:hover{ color:#f50; text-decoration:underline;}
.fr em{margin:0px 9px;font-style:normal;color: #fff;font-size:12px;font-family:"微软雅黑";}
.top a.blue {color:#e35f13;}
.w50{ width:50px;}
.top_right_ydl dl dd.my_main a.my_me {
	display: block;
	background: #fff url(../images/ste_plk.png) 14px 7px no-repeat;
	padding-left: 36px;
	width: 26px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px;
	z-index: 2;
}


.wap_logo{display:none;padding:10px 0px;text-align:center;}

.top_main_ma{width: 1060px;margin:0px auto;}
.fl_left{float:left;line-height: 45px;}
.fl_left a{float:left;color: #fff;font-size:13px;line-height: 45px;}
.fl_left a img{vertical-align: text-bottom;margin-right:10px;}
.fl_left span{float:left;margin:0px 5px;color:#999;font-size:13px;line-height: 45px;}
.fr_right{float:right;line-height: 45px;}
.fr_right a{color: #fff;font-size:13px;}
.fr_right em{margin:0px 5px;color: #fff;font-size:13px;}

.fr_center{float:left;height: 26px;line-height: 26px;overflow: hidden;position: relative;background: #fff;border-radius: 7px;border:1px solid #e5e5e5;width:300px;margin-left: 100px;margin-top: 6px;}
.txt{height: 26px;width:250px;padding-left:10px;outline:none;color: #666;font-size:13px;line-height:26px;border:0px;float: left;background: none;}
.btns{float:right;width:40px;height:26px;border:0px;outline:none;cursor:pointer !important;background:url(../images/btnbg.png) center center no-repeat;}


/*@media (max-width:1055px) {
.wap_logo{display:block;}
.top{display:none;}

*/

.enr_lme tr td{padding:0px !important;}
.yer_mner{color:#fff !important }


.address_row dl{line-height:30px;color:#333;font-size:14px;border-bottom:1px dashed #e5e5e5;margin-bottom:15px;padding-bottom:15px;position:relative;}

.address_row .cont_m_rew{margin-top:30px;margin-right:30px;position:absolute;right:10px;top:0px;}
.ont_m_r_p2{display:block;width:145px;height:34px;line-height:34px;border:1px solid #189aed;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#189aed;font-size:14px;background:url(../images/skyp.png) 32px center no-repeat;padding-left:53px;}
.ont_m_r_p2 a{display:block;color:#189aed;font-size:14px;font-style:normal;}
.ont_m_r_p1{padding:20px 0px;min-height:60px;}
.ont_m_r_p1 table{width:60px;height:60px;float:left;}
.ont_m_r_p1 table img{width:60px;height:60px;}
.ont_m_r_pr{float:left;margin-left:10px;}
.ont_m_r_pr span{display:block;color:#333;font-family:"微软雅黑";font-size:14px;line-height:25px;margin-top:13px;}
.ont_m_r_pr em{display:block;color:#999999;font-family:"微软雅黑";font-size:12px;line-height:20px;font-style:normal;}


.address_row dl a{padding-right:15px;margin-left:10px;min-width: 174px;height:34px;line-height: 34px !important;border: 1px solid #25d268;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color: #25d268;font-size:14px;background: url(../images/wer2.png) 16px center no-repeat;padding-left: 42px;display: inline-block;}

/*@media (max-width:500px) {
.address_row dl{overflow:hidden;}
.address_row dl dd{float:left;width:100%;}
.address_row .cont_m_rew{margin-top:10px;margin-left:30px;float:left;position:static;left:0px;}	
}*/


.galle_rywrap{width:100%;overflow: hidden;}
.galle_rywrap ul{padding:0px;margin:0px;width: 100%;}
.galle_rywrap ul li{float:left;width:23.5%;margin:0px;padding:0px;margin-right:2%;margin-bottom:20px;list-style:none;}
.galle_rywrap ul li table{width:100%;height:220px;border:1px solid #e5e5e5;}
.galle_rywrap ul li table td{padding:0px;margin:0px;text-align: center;}
.galle_rywrap ul li table img{max-width:100%;max-height: 210px;}
.galle_rywrap ul li:nth-child(4n){margin-right:0px;}
.capt_ion{height:30px;line-height:30px;text-align:center;pverflow:hidden;}
.capt_ion a{display:block;color: #1162ae;font-size:12px;}


.item-page{max-width:1060px;margin:0px auto;}
.item-page img{max-width:100%;}
.footermenu p em{font-style:normal;}
.footermenu p em a{margin:0px 2px;}


.bt_mq3{margin-bottom:80px;}
.bt_mq3 table{border-top:1px solid #eeeeee;border-left:1px solid #eeeeee;background:#fff;}
.bt_mq3 table tr td{border-bottom:1px solid #eeeeee;border-right:1px solid #eeeeee;}
.bt_mq3 table tr td span{display:block;padding-left:17px;color:#888;font-size:12px;}
.bt_mq3 table tr td em{display:block;padding-left:17px;color:#333333;font-size:12px;font-style:normal;}
.bt_mq3 table tr td a{color:#333333;}


.b_md{line-height:30px;margin-bottom: 10px;border: 1px solid #e5e5e5;padding:10px 20px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.b_md a{color:#231f20;font-size:14px;margin-right:10px;}
.b_md a.omm{color: #1162ae;}

/*Mobile Responsive Code*/
@media (min-width : 300px) 
and (max-width : 480px) {
	.manu .mobile{ display:block}
	.manu .moduletable_menu{ display:none}
	
#topheader .innerheader {
    text-align: center;
    width: 100%;
}
#topheader .innerheader .logo {
    float: none;
    margin: 0 auto;
    text-align: center;
}
#topheader .innerheader .logo img {
    float: none;
}
#topheader {
    float: left;
    text-align: center;
    width: 100%;
}
#topheader .innerheader .rightpannel {
    float: none;
    max-width: 100%;
    text-align: center;
}
#topheader .innerheader .rightpannel .call {
    float: none;
    margin: 14px 0 0;
}
#topheader .innerheader .rightpannel .manu {
    float: none;
    text-align: left;
}
.certificate li {
    float: none;
    width: 100%;
}
.headebanner .graybar {
    bottom: 0;
    position: relative;
    width: 100%;
}
.headebanner .graybar .inner {
    width: 100%;
}
.headebanner .graybar .lefttext {
    float: none;
    font-size: 17px;
    text-align: center;
    width: 96%;
}
.headebanner {
    float: none;
    height: auto;
}
#maincontenair {
}
#maincontenair .innercontener {
    padding: 10px 0;
    width: 96%;
}
.homeclum {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0 0 25px;
    width: 100%;
}
.homeclum .our-businessh li {
    width: 46%;
}
.homeclum .gallery {
    float: none;
}
#footer {
    float: none;
}
#footer .inner {
    padding: 10px 0;
    width: 95%;
}
#footer .inner .leftpannel {
    float: none;
    max-width: 100%;
    width: 100%;
}
#footer .inner .leftpannel .footermenu ul li a {
}
#footer .inner .leftpannel .footermenu ul li {
    float: none;
    margin: 0;
}
#footer .inner .rightpannel {
    clear: both;
    float: none;
    text-align: center;
    width: 100%;
}
#footer .inner .rightpannel .copyright {
    padding-top: 23px;
    text-align: center;
}
.homeclum .highlight {
    font-size: 14px;
    line-height: normal;
    margin: 0;
    padding: 0;
}
#topheader .innerheader .rightpannel .manu ul {
    background: none repeat scroll 0 0 rgba(27, 62, 144, 0.5);
    clear: both;
	display:none;
    position: relative;
}
#topheader .innerheader .rightpannel .manu ul li {
    display: block;
}
#topheader .innerheader .rightpannel .manu ul li a {
    display: block;
	padding: 0 0 0 12px;
}

#topheader .innerheader .rightpannel .manu ul li ul {
    background: none repeat scroll 0 0 rgba(27, 62, 144, 0.5);
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
}
#topheader .innerheader .rightpannel .manu ul li ul li a {
    color: rgb(255, 255, 255);
    font-size: inherit;
    font-weight: normal;
}

#topheader .innerheader .rightpannel .manu ul li ul li a {
    padding: 0 0 0 23px !important;
}
#topheader .innerheader .rightpannel .manu ul li ul ul {
    left: 0;
    position: relative;
    width: 100%;
}
#topheader .innerheader .rightpannel .manu ul.sub-menu li ul.sub-menu li a {
    color: rgb(255, 255, 255);
    font-size: inherit;
    font-weight: normal;
    padding: 0 47px !important;
}
.mobile .mymenu > a:hover{background:#0057A8 !important;} 
.mobile .mymenu > a {
    background: none;
}
.mymenu > a span {
    float: right;
    font-family: "Comic Sans MS";
    font-size: 19px;
    padding: 0 0 0 12px;
    position: relative;
    right: 33px;
}

#topheader .innerheader .rightpannel .manu ul li ul li.parent:hover > a {
    background: #0057A8;
    color: rgb(255, 255, 255);
}

#topheader .innerheader .rightpannel .manu ul li.active a {
    background: none repeat scroll 0 0 rgb(0, 87, 168);
    color: rgb(255, 255, 255);
    padding: 0 0 0 12px; 
}
#topheader .innerheader .rightpannel .manu ul li a:hover {
    background: none repeat scroll 0 0 rgb(0, 87, 168);
    color: rgb(255, 255, 255);
    padding: 0 0 0 12px;
}
#topheader .innerheader .rightpannel .manu ul.active {
    display: block;
}
#topheader .innerheader .rightpannel .manu ul li ul li a:hover {
    color: rgb(255, 255, 255);
    padding: 0 0 0 23px;
}

#topheader .innerheader .rightpannel .manu ul li:hover > ul {
    display: none ;
}
#topheader .innerheader .rightpannel .manu ul li.mymenu:hover > a {
    background: #0057A8 !important;
    color: #fff;
    text-decoration: none;
}

.sidebar {
    float: none;
    margin: 0 auto;
    width: 97%;
	padding:0px;
}
.right_container {
    float: none;
     clear: both;
    width: 97%;
}
.breadcrumbs {
    float: left;
}
.wrapper {
    width: 93%;
}
.breadcrumbs ul {
    float: none;
    padding: 0;
}
.right_container .contact h2 {
    display: block;
    float: left;
    margin: 24px 0 0;
    width: 100%;
}

.content table {
  float: left;
    font-size: 11px;
    margin: 0 auto;
    width: 100%;
}
.innercontener .right_container h2{
   font-size: 14px;
    padding: 0 6px;
    width: 90%;
}
.contentpaneopen table div {
    width: 82%;
}
.content table td strong {
    display: table;
    width: 87%;
}
.contact_box {
    float: none;
}
.contact_box label {
    float: left;
    width: 100%;
}
.contact_box .form_control {
    width: 94%;
}
.contact_box span {
    float: left;
    width: 100%;
}
.contact_box .code {
    margin: 0;
}
.right_container .contact {
    clear: both;
    text-align: left;
    width: 100%;
}
.contact_box input[type="submit"] {
    clear: both;
    float: left;
    margin: 16px 0 0;
}
.right_container h2 {
    clear: both;
    float: left;
    margin: 19px 0 0;
    padding: 0;
    width: 100%;
}
.address_row .common_box {
    float: none;
    margin: 0;
    width: 100%;
}
.address_row {
    float: none;
}
.gallery td {
    display: table;
    margin: 0;
    padding: 0 6px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.gallery .fancybox > img {
    width: 100%;
}
.content table.gallery td:first-child {
    display: table;
	width:100%;
}
.content .gallery table {
    width: 100%;
}

.tabs {
    float: none;
    width: 87%;
}
.tab_content {
    float: left;
    margin: 0 auto;
    padding: 0 0 18px;
    width: 99%;
}
.tab_content .report_list {
    float: none;
    width: 100%;
}
.tab_content .report_list li {
    border: medium none;
    float: none;
    margin: 0 auto 6px;
    padding: 8px 9px 20px;
    width: 80%;
}
.tab_content.manage .report_list li .topic {
    width: 85%;
}
.tab_content .report_list li .topic {
    border: medium none;
}
.tab_content .report_list li:first-child .topic {
    float: none;
    padding: 0;
}
.tab_content .report_list li .view_blk {
    float: left;
    padding: 3px 0 0;
}
.tab_content .report_list li .topic {
    width: 83%;
	vertical-align:top;
	padding:0;
}
.unpaid-unclaimed table {
    display: block;
    font-size: 8px;
    width: 100%;
}
.unpaid-unclaimed table td {
    display: table-cell;
    line-height: normal;
    padding: 1px;
    text-align: left;
    vertical-align: top;
    width: 20%;
}
.unpaid-unclaimed table th {
    font-weight: normal;
    line-height: normal;
    text-align: left;
}
.prtab {
    clear: both;
    float: none;
    width: 91%;
}
.rucon ul {
    list-style: none outside none;
    padding: 0 0 0 10px;
    width: 90%;
}
.rucon ul li {
    line-height: normal;
    text-align: left;
	padding:0 0 12px;
}

.custom .slider {
    float: none;
    margin: 0 auto;
    width: 100%;
}
.rucon ul li a {
    font-size: 12px;
    word-wrap: break-word;
}
.homeclum .gallery .flexslider .slides a {
    float: none;
    height: auto;
    width: 100%;
}
	
}
@media (min-width : 481px) 
and (max-width : 767px) {
	.manu .mobile{ display:block}
	.manu .moduletable_menu{ display:none}
	
#topheader .innerheader {
    text-align: center;
    width: 100%;
}
#topheader .innerheader .logo {
    float: none;
    margin: 0 auto;
    text-align: center;
}
#topheader .innerheader .logo img {
    float: none;
}
#topheader {
    float: left;
    text-align: center;
    width: 100%;
}
#topheader .innerheader .rightpannel {
    float: none;
    max-width: 100%;
    text-align: center;
}
#topheader .innerheader .rightpannel .call {
    float: none;
    margin: 14px 0 0;
}
#topheader .innerheader .rightpannel .manu {
    float: none;
    text-align: left;
}
.headebanner .graybar {
    bottom: 0;
    position: relative;
    width: 100%;
}
.headebanner .graybar .inner {
    width: 100%;
}
.headebanner .graybar .lefttext {
    float: none;
    font-size: 17px;
    text-align: center;
    width: 96%;
}

.headebanner {
    float: none;
    height: auto;
}
#maincontenair .innercontener {
    padding: 10px 0;
    width: 96%;
}

.certificate li {
    float: none;
    width: 47%;
}
.homeclum {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0 0 25px;
    width: 100%;
}
.mymenu > a span {
    float: right;
    font-family: "Comic Sans MS";
    font-size: 19px;
    padding: 0 0 0 12px;
    position: relative;
    right: 33px;
}
.homeclum .our-businessh li {
    width: 47%;
}
.homeclum .gallery {
    float: none;
	width:100%;
}
#footer {
    float: none;
}
#footer .inner {
    padding: 10px 0;
    width: 95%;
}
#footer .inner .leftpannel {
    float: none;
    max-width: 100%;
    width: 100%;
}
#footer .inner .leftpannel .footermenu ul {
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
#footer .inner .leftpannel .footermenu ul li {
   display: inline-block;
    float: none;
    margin: 0 6px;
}
#footer .inner .rightpannel {
    clear: both;
    float: none;
    text-align: center;
    width: 100%;
}
#footer .inner .rightpannel .copyright {
    padding-top: 6px;
    text-align: center;
}
.homeclum .highlight {
    font-size: 14px;
    line-height: normal;
    margin: 0;
    padding: 0;
}
#topheader .innerheader .rightpannel .manu ul {
    background: none repeat scroll 0 0 rgba(27, 62, 144, 0.5);
    clear: both;
	display:none;
    position: relative;
}
#topheader .innerheader .rightpannel .manu ul li {
    display: block;
}
#topheader .innerheader .rightpannel .manu ul li a {
    display: block;
	padding: 0 0 0 12px;
}

#topheader .innerheader .rightpannel .manu ul li ul {
    background: none repeat scroll 0 0 rgba(27, 62, 144, 0.5);
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
}
#topheader .innerheader .rightpannel .manu ul li ul li a {
    color: rgb(255, 255, 255);
    font-size: inherit;
    font-weight: normal;
}

#topheader .innerheader .rightpannel .manu ul li ul li a {
    padding: 0 0 0 23px;
}
#topheader .innerheader .rightpannel .manu ul li ul ul {
    left: 0;
    position: relative;
    width: 100%;
}
#topheader .innerheader .rightpannel .manu ul.sub-menu li ul.sub-menu li a {
    color: rgb(255, 255, 255);
    font-size: inherit;
    font-weight: normal;
    padding: 0 47px;
}
.mobile .mymenu > a:hover{#0057A8 !important;} 
.mobile .mymenu > a {
    background: #0057A8;
}

#topheader .innerheader .rightpannel .manu ul li ul li.parent:hover > a {
    background: #0057A8;
    color: rgb(255, 255, 255);
}

#topheader .innerheader .rightpannel .manu ul li.active a {
    background: none repeat scroll 0 0 rgb(0, 87, 168);
    color: rgb(255, 255, 255);
    padding: 0 0 0 12px; 
}
#topheader .innerheader .rightpannel .manu ul li a:hover {
    background: none repeat scroll 0 0 rgb(0, 87, 168);
    color: rgb(255, 255, 255);}
#topheader .innerheader .rightpannel .manu ul.active {
    display: block;
}
#topheader .innerheader .rightpannel .manu ul li ul li a:hover {
    color: rgb(255, 255, 255);
}

#topheader .innerheader .rightpannel .manu ul li:hover > ul {
    display: none ;
}
#topheader .innerheader .rightpannel .manu ul li.mymenu:hover > a {
    background: #0057A8;
    color: #fff;
    text-decoration: none;
}
.our-businessh img {
    width: 100%;
}

.sidebar {
    float: none;
    margin: 0 auto;
    width: 97%;
	padding:0px;
}
.right_container {
    float: none;
    width: 97%;
    clear: both;
}
.breadcrumbs {
    float: left;
}
.wrapper {
    width: 93%;
}
.breadcrumbs ul {
    float: none;
    padding: 0;
}
.right_container .contact h2 {
    display: block;
    float: left;
    margin: 24px 0 0;
    width: 100%;
}
.contact_box {
    float: none;
}
.contact_box label {
    float: left;
    width: 100%;
}
.contact_box .form_control {
    width: 94%;
}
.contact_box span {
    float: left;
    width: 100%;
}
.contact_box .code {
    margin: 0;
}
.right_container .contact {
    clear: both;
    text-align: left;
    width: 100%;
}
.contact_box input[type="submit"] {
    clear: both;
    float: left;
    margin: 16px 0 0;
}
.right_container h2 {
    clear: both;
    float: left;
    margin: 19px 0 0;
    padding: 0;
    width: 100%;
}
.address_row .common_box {
     float: left;
    margin: 0;
    width: 50%;
}
.address_row {
    clear: both;
    float: left;
}
.gallery td {
    clear: both;
    display: table;
    float: left;
    margin: 0 4px;
    width: 100%;
}
.gallery  .fancybox > img {
    width: 43%;
}
.tabs {
    float: none;
    width: 87%;
}
.tab_content {
    float: left;
    margin: 0 auto;
    padding: 0 0 18px;
    width: 99%;
}
.tab_content .report_list {
    float: none;
    width: 100%;
}
.tab_content .report_list li {
    border: medium none;
    float: none;
    margin: 0 auto 6px;
    padding: 8px 9px;
    width: 80%;
}
.tab_content.manage .report_list li .topic {
    width: 85%;
}
.tab_content .report_list li .topic {
    border: medium none;
}
.tab_content .report_list li:first-child .topic {
    float: none;
    padding: 0;
}
.tab_content .report_list li .view_blk {
    clear: both;
    float: left;
    padding: 0;
    width: 100%;
}
.tab_content .report_list li .topic {
    width: 83%;
}
.content table {
    float: left;
    width: 100%;
}
.innercontener .right_container h2 {
    font-size: 17px;
    padding: 0 5px;
}
.prtab {
    clear: both;
    float: none;
    width: 91%;
}
.rucon ul {
    list-style: none outside none;
    padding: 0 0 0 10px;
    width: 90%;
}
.rucon ul li {
    line-height: normal;
    text-align: left;
	padding:0 0 12px;
}

.custom .slider {
    float: none;
    margin: 0 auto;
    width: 100%;
}
.rucon ul li a {
    font-size: 12px;
    word-wrap: break-word;
}
.custom .slider .slides img {
    width: 100%;
}
.homeclum .gallery .flexslider .slides a {
    float: none;
    height: auto;
    width: 100%;
}
}

/*@media (min-width : 768px) 
and (max-width : 1024px) {

#topheader .innerheader {
    padding-bottom: 0;
    
}
#topheader {
}
#topheader .innerheader .rightpannel {
    width: 74%;
}
#topheader .innerheader .rightpannel .manu ul li a {
    padding: 6px;
}
.headebanner .graybar {
    bottom: 0;
    position: relative;
    text-align: center;
}
.headebanner .graybar .inner {
    width: 65%;
}
.headebanner {
    height: auto;
}

.homeclum {
    clear: both;
    float: none;
    margin: 0;
    width: 95%;
}
#maincontenair .innercontener {
    padding: 5px 0;
    width: 97%;
}
.homeclum h2.homeheading {
    margin: 17px 0 3px;
}
.homeclum .highlight {
    font-size: 20px;
    margin: 0;
}
.homeclum .our-businessh li {
   display: inline-block;
    float: none;
    height: auto;
    margin: 0 5px 5px;
    width: 48%;
}
.homeclum .our-businessh li img {
    width: 100%;
}
.homeclum .gallery {
    float: none;
    width: 100%;
}
.gallery .flexslider .slides > li {
    float: left;
    width: 100%;
}
.homeclum .gallery .flexslider .slides a {
    float: none;
    height: auto;
    width: 84%;
}
.homeclum.last {
    margin: 16px 0 0;
}
#footer .inner {
    width: 100%;
}
#footer .inner .rightpannel {
    clear: both;
    float: none;
    text-align: center;
    width: 100%;
}
#footer .inner .rightpannel .copyright {
    text-align: center;
}
#topheader .innerheader .rightpannel .manu ul li ul ul {
    width: 88%;
}
.sidebar {
    float: left;
    padding: 17px 34px 0 0;
    width: 29%;
}
.right_container {
    float: left;
    padding-top: 17px;
    width: 65%;
}
.wrapper {
    width: 97%;
}
.content table {
    width: 100%;
}
.content table td {
    text-align: justify;
}
#footer .inner .leftpannel .footermenu ul li {
    margin: 0 7px;
}
.right_container .item-page p img {
    clear: both;
    height: 200px;
    width: 49%;
}
.custom .slider .slides img {
    width: 100%;
}
.tab_content .report_list li .topic {
    border: medium none;
    padding: 0 10px;
    text-align: left;
    width: 54%;
}
.tab_content {
    width: 100%;
}
.tab_content .report_list li {
    border: medium none;
    float: none;
    vertical-align: top;
    width: 100%;
}
.contact_box .code {
    margin: 0;
}
.contact_box {
}
.contact_box .form_control {
    width: 91%;
}
.contact_box input[type="submit"] {
    float: left;
    margin: 16px 0;
}	

#footer .inner .leftpannel {
    clear: both;
    float: none;
    max-width: 100%;
}
#footer .inner .leftpannel .footermenu ul {
    float: none;
    margin: 0 auto;
}
#footer .inner .leftpannel .footermenu {
    margin: 0 auto;
    width: 80%;
}
.certificate li {
    float: none;
    margin: 0 3px 27px 0;
    width: 31%;
}
.certificate li img {
    width: 93%;
}
.prtab {
    width: 93%;
}
.homeclum .gallery .flexslider .slides a {
    float: none;
    height: auto;
    width: 100%;
}
}*/



