/*@import url(http://fonts.useso.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);*/
* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	outline:none;
}

body {
	background: #fff;
	font-family: "微软雅黑", "宋体", "新宋体", Arial, Verdana, Geneva, sans-serif;
	color: #4e4e4e;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: "微软雅黑", "宋体", "新宋体", Arial, Verdana, Geneva, sans-serif;
	color: #4e4e4e;
}
h1 {
	font-size: 42px;
	font-weight: normal;
	color: #fff;
	letter-spacing: -2px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: 16px;
}
a {
	color: #2C40A9;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
a:hover, a:focus {
	color: #d43133;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.btn-primary {
	padding: 8px 20px;
	background: #3498db;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}
.btn-primary:hover, .btn-primary:focus {
	background: #2d78ae;
	outline: none;
	box-shadow: none;
}
a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}
.center h2 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #2C42A9;
	font-weight: normal;
}
.center h3 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
}

.media>.pull-left {
	margin-right: 20px;
}
.media>.pull-right {
	margin-left: 20px;
}
body > section {
	padding: 30px 0;
	background-color: #030130;
}
.center {
	text-align: center;
	padding-bottom: 30px;
}
.lead {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #525260;
}
 @-webkit-keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
/*************************
*******Header******
**************************/

.navbar>.container .navbar-brand {
	margin-left: 0;
	margin-top: 5px;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: #060D2A;
	padding: 0px 0;
	padding-bottom: 0;
}
.navbar-nav {
	margin-top: 12px;
}
.navbar-nav>li {
	margin-left: 35px;
	padding-bottom: 18px;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	color: #fff;
	line-height: 24px;
	display: inline-block;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #3498db;
	color: #fff;
}
.navbar-inverse {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #1C1642;
}
.navbar-inverse .navbar-brand {
	font-size: 30px;
	line-height: 50px;
	font-weight: 600;
	color: #fff;
}
.navbar-inverse .navbar-brand .fa {
	color: #3498db;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #109BE7;
	color: #fff;
}
/*************************
*******Home Page******
**************************/
#main-slider {
	position: relative;
	text-align: center;
}
.no-margin {
	margin: 0;
	padding: 0;
}
#main-slider .carousel .carousel-content {
	margin-top: 150px;
}
#main-slider .carousel .slide-margin {
	margin-top: 100px;
}
#main-slider .carousel .logo {
	font-weight: 600;
	margin: 20px 0;
	padding: 0 10px;
	border-radius: 10px;
	border: 1px solid #9bcaec;
	border-bottom: 0;
	border-right: 0;
	box-shadow: 6px 3px #ddd;
}
#main-slider .carousel .logo i {
	color: #3498db;
}
#main-slider .carousel h2 {
	color: #fff;
	font-weight: 500;
	margin: 20px 0;
}
#main-slider .carousel .btn-slide {
	padding: 8px 20px;
	background: #3498db;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
}
.carousel-inner {
	height: 473px;
}
#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	height: 473px;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	background-color:#000312;
	color: #ccc;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	z-index: 5;
	opacity: 0.5;
}
#main-slider .prev:hover, #main-slider .next:hover {
	background-color: #3498db;
}
#main-slider .prev {
	left: 10px;
}
#main-slider .next {
	right: 10px;
}
#main-slider .carousel-indicators li {
	width: 12px;
	height: 12px;
	margin: 0 10px 0 0;
	position: relative;
	border: 1px solid #1C5695;
}
#main-slider .carousel-indicators li:after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 100%;
}
#main-slider .carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0 10px 0 0;
	border: 1px solid #FFC800;
	position: relative;
	background-color: #FFC800;
}
#main-slider .carousel-indicators .active:after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 100%;
}
#feature {
	padding-bottom: 40px;
	background-color: #f2f2f2;
	background-image: url(../images/testimonials/txbg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#inner-page {
	padding-bottom: 0;
	background-color: #f8f8f8;
	background-image: url(../images/txtbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
}
.color-border {
	background: url(../images/color_border.jpg) repeat-x scroll center top;
	width: 100%;
	float: left;
	display: block;
	height: 5px;
}
.features {
	padding: 0;
}
.feature-wrap {
	margin-bottom: 35px;
	overflow: hidden;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
}
.feature-wrap h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.feature-wrap .pull-left {
	margin-right: 25px;
}
.feature-wrap i {
	font-size: 48px;
	height: 110px;
	width: 110px;
	margin: 3px;
	border-radius: 100%;
	line-height: 110px;
	text-align: center;
}
#recent-works .col-xs-12.col-sm-4.col-md-4 {
	padding: 0;
}
#recent-works {
	padding-bottom: 50px;
	background-image: url(../images/testimonials/atbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.recent-work-wrap {
	position: relative;
}
.recent-work-wrap img {
	width: 100%;
}
.recent-work-wrap .recent-work-inner {
	top: 0;
	background: transparent;
	opacity: 1;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	text-align: center;
}
.recent-work-wrap .recent-work-inner h3 {
	text-align: left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	font-weight: 500;
}
.recent-work-wrap .recent-work-inner h3.abicon01{
	background-image: url(../images/aticon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.recent-work-wrap .recent-work-inner h3 a {
	font-size: 14px;
	color: #000000;
	line-height: 32px;
	text-indent: 40px;
	display: block;
	
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 148px 16px;
	margin-left: 50px;
	margin-right: 50px;
}

.recent-work-wrap .overlay {
	
	width: 100%;
	
	opacity: 1;
	border-radius: 0;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	overflow: hidden;
}
.recent-work-wrap .overlay .preview {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 25px;
	right: 30px;
	width: 32px;
}
.recent-work-wrap:hover .overlay {
	opacity: 0.9;
}
.testimonials{
	background-color: #FFF;
	border-radius: 4px;
}
.testimonials blockquote {
	position: relative;
	background: white;
	min-height: 120px;
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*.testimonials blockquote:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-top: 10px solid #ecedf1;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.testimonials blockquote:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -9px;
	border-top: 9px solid white;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}*/
.testimonials blockquote img {
	height: 70px;
	width: 70px;
	position: absolute;
	border: 1px solid #ecedf1;
	background: white;
	bottom: -90px;
	left: 50%;
	margin-left: -34px;
}
blockquote p.clients-words {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
blockquote p.clients-words a{
	color: #222;
}
blockquote p.clients-words a:hover{
	text-decoration: underline;
}
span.clients-name {
	font-size: 14px;
	bottom: 10px;
	right: 10px;
	text-align: left;
	display: block;
	font-weight: 600;
	color: #2C40A9;
	text-indent: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FC0;
}
#testimonials {
	background-size: cover;
	background-color: #C6CCE0;
	background-image: url(../images/testimonials/bg_testimonials.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#assistant{background: #000 url(../images/testimonials/bg_testimonials.jpg);
	background-size: 100%;}
#testimonials .clients-name {
	color: #2C40A9;
	line-height: 14px;
}
#assistant.pic2{
	
	background-color: #e6e9eb;
}
#datacentent,#jgblock{background-color: #f8f8f8;}
#ydpt{background-color: #f8f8f8;}
#callkr{background-color: #f2f2f2;}
#callkr.pic2{background-image: url(../images/testimonials/bg_testimonials2.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;}
#testimonials .lead, #testimonials h2 {
	color: #fff;
}
.pagepic{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.pagepic img{
	display: block;
	height: auto;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}
#middle {
	background: #f2f2f2;
}
#middle h3 {
	color: #4e4e4e;
	font-size: 18px;
	font-weight: 600;
}
#middle i {
	color: #52a7e0;
}
#middle .media-body h3 {
	color: #4e4e4e;
	font-size: 18px;
}
.accordion h2 {
	margin-bottom: 25px;
}
.panel-default {
	border-color: transparent;
}
.panel-default>.panel-heading, .panel {
	background-color: #EEF4FB;
	border: 1 solid #DBE8F7;
	box-shadow: none;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	background: #f1f1f1;
	color: #4e4e4e;
	
}
.panel-body {
	padding: 20px;
}
.panel-group .panel+.panel {
	margin-top: 0;
	border-top: 1px solid #d9d9d9;
}
.panel-group .panel {
	border-radius: 8px;
	margin-bottom: 10px;
}
.panel-heading {
	border-radius: 0;
}
.panel-title>a {
	color: #4e4e4e;
	font-size: 14px;
}
.accordion-inner img {
	border-radius: 4px;
}
.accordion-inner h4 {
	margin-top: 0;
}
.panel-heading.active {
	background: #52a7e0;
	border-radius: 8px;
}
.panel-heading.active .panel-title>a {
	color: #fff;
}
a.accordion-toggle i {
	width: 45px;
	line-height: 44px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
	background: #ebebeb;
	border-radius: 8px;
}
.panel-heading.active a.accordion-toggle i {
	background: #52a7e0;
	color: #fff;
}
.panel-heading.active a.accordion-toggle.collapsed i {
	background: #52a7e0;
	color: #fff;
}
#partner {
	background-size: cover;
	background-image: url(../images/partners/coopbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#partner {
	text-align: center;
}
.partners ul {
	list-style: none;
	padding: 0;
	margin-top: 1;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	overflow: hidden;
}
.partners ul li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;/*	float: left;
	width: 16%;*/
}
.partners ul li a	{text-align: center;}
#get-started {
	padding: 20px 0 30px 0;
	text-align: center;
	background: #f2f2f2;
}
/*************************
********* About Us Page CSS ******
**************************/

.about-us {
	padding-bottom: 50px;
}
.about-us h3 {
	color: #4e4e4e;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
.about-us p {
	color: #4e4e4e;
}
.about-us img {
	margin-top: 0px;
	margin-left: 0px;
}
/*************************
********* Portfolio CSS ******
**************************/
.portfolio-items{
	overflow: hidden;
	
}
.portfolio-items, .portfolio-filter {
	list-style: none outside none;
	margin: 0 0 40px 0;
	padding: 0;
}
.portfolio-filter > li {
	display: inline-block;
}
.portfolio-filter > li a {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px;
	text-transform: uppercase;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	border: 1px solid #F2F2F2;
	outline: none;
	border-radius: 3px;
}
.portfolio-filter > li a:hover, .portfolio-filter > li a.active {
	color: #fff;
	background: #3498db;
	border: 1px solid #3498db;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.portfolio-items > li {
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.portfolio-item {
	margin: 0;
	padding: 0;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/**************************
********* Pricing Table CSS *
**************************/
#inner-page .panel-primary > .panel-heading {
	color: #fff;
	background-color: #65b0e2;
	border-color: #65b0e2;
	padding: 20px 0;
}
#inner-page .panel-info > .panel-heading {
	/*color: #2C3FA9;
	padding: 20px 0;*/
}
#inner-page .panel-success > .panel-heading {
	color: #fff;
	background-color: #8ac66b;
	border-color: #8ac66b;
	padding: 20px 0;
}
#inner-page .panel-title {
	font-size: 14px;
	color: #2C3FA9;
	padding-left: 7px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FC0;
	font-weight: 600;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
}
.panel-title {
	font-size: 14px;
	text-align: left;
}
.panel-footer{
	text-align: center;
}
#inner-page .panel {
	text-align: left;
}
#inner-page .panel:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}
#inner-page .panel-body {
	padding: 0;
	text-align: center;
}
.the-price {
	
	box-shadow: 0 1px 0 #dcdcdc, inset;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.the-price ul li{
	display: block;
	list-style-type: none;
	text-align: left;
}
.the-price ul li a{
	color: #333;
	display: block;
	line-height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.the-price ul li a:hover{
	text-decoration: none;
	color: #F90;
}
.the-price h1 {
	font-weight: 500;
	line-height: 1em;
	padding: 20px 0;
	margin: 0;
}
/*************************
********* Contact Us CSS ******
**************************/

.contact_top {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2em;
	border-bottom: 2px solid #fff;
}
.contact_details {
	padding: 20px;
	text-align: center;
}
.contact_details i {
	color: #3498db;
}
.contact_details p {
	padding: 10px 0;
}
.form-group .form-control {
	padding: 7px 12px;
	border-color: #f2f2f2;
	box-shadow: none;
}
textarea#message {
	resize: none;
	padding: 10px;
}
/***********************
********* Footer ******
************************/
#footer {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #aaa;
	background: #030130;
	font-size: 12px;
}
#footer p{
	margin-bottom: 5px;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #3276b1;
}
.rowleft{
	float: left;
	display:block;
	margin-left: 5px;
}
.link{display:block;line-height: 24px;}
.copy{
	line-height: 30px;
	color: #999;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul > li {
	display: inline-block;
	margin-left: 15px;
}
.follow-us {
	margin-top: 5px;
	text-align: center;
}
.social-icon {
	padding-top: 6px;
	font-size: 16px;
	text-align: center;
	width: 32px;
	height: 32px;
	border: 2px solid #999;
	border-radius: 50%;
	color: #999;
	margin: 5px;
}
a.social-icon:hover, a.social-icon:active, a.social-icon:focus {
	text-decoration: none;
	color: #3276b1;
	border-color: #3276b1;
}
/*新增*/
.feature-wrap a .icon01{
	background-image: url(../images/icon01.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 80px;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}
.feature-wrap a:hover .icon01{background-image: url(../images/icon0102.png);}
.feature-wrap .icon02{
	background-image: url(../images/icon02.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 80px;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}
.feature-wrap a:hover .icon02{background-image: url(../images/icon0202.png);}
.feature-wrap .icon03{
	background-image: url(../images/icon03.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 80px;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}
.feature-wrap a:hover .icon03{background-image: url(../images/icon0302.png);}
.feature-wrap .icon04{
	background-image: url(../images/icon04.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 80px;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}
.feature-wrap a:hover .icon04{background-image: url(../images/icon0402.png);}
.feature-wrap .icon05{
	background-image: url(../images/icon05.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 80px;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}
.feature-wrap a:hover .icon05{background-image: url(../images/icon0502.png);}
.strong{
	font-weight: bold;
}
.newslistli li{
	list-style-image: none;
	list-style-type: none;
}
.newslistli p{
	text-align: left;
}
.newslistli li a{
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
}
.newslistli li a:hover{
	color: #09C;
}
#inner-page.newslistbg {
	background-image: url(../images/newsbg.jpg);
}
#inner-page.businessbanner {
	background-image: url(../images/business.jpg);
}
.newslistlidot {
	float: left;
	height: 14px;
	width: 14px;
	margin-right: 10px;
	margin-top: 4px;
}
.newslistlidot img {
	display: block;
	height: 14px;
	width: 14px;
}
.newslistli h2{
	display: block;
	color: #2C3FA9;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C3FA9;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.newslistli h3 {
	font-weight: bold;
	color: #2C3FA9;
	padding: 15px;
	margin-top: 30px;
	font-size: 16px;
}
.newscontent {
	text-align: left;
	display: block;
}
.containerw{
	padding-top: 50px;
}

.newscontent img {
	display: block;
	height: auto;
	width: 80%;
	margin-top: 30px;
	margin-right: 10%;
	margin-bottom: 30px;
	margin-left: 10%;
}

.newscontent ul li {
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2 .rowpic {
	background-image: url(../images/icon02.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 40px;
	width: 40px;
	float: left;
	margin-right: 15px;
	background-size:60px 60px;
	margin-top: -10px;
	margin-left: 0px;
}
h2 .rowpic01 {
	background-image: url(../images/icon01.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 40px;
	width: 40px;
	float: left;
	margin-right: 10px;
	background-size: 60px 60px;
	margin-left: 0px;
	margin-top: -2px;
}
h2 .rowpic02 {
    background-image: url(../images/icon02.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 40px;
    width: 40px;
    float: left;
    margin-right: 10px;
    background-size: 60px 60px;
   margin-left: 0px;
}
h2 .rowpic03{
    background-image: url(../images/icon03.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 40px;
    width: 40px;
    float: left;
    margin-right: 10px;
    background-size: 60px 60px;
    margin-left: 0px;
}
h2 .rowpic04{
    background-image: url(../images/icon04.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 40px;
    width: 40px;
    float: left;
    margin-right: 10px;
    background-size: 60px 60px;
    margin-left: 0px;
}
h2 .rowpic05{
    background-image: url(../images/icon05.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 40px;
    width: 40px;
    float: left;
    margin-right: 10px;
    background-size: 60px 60px;
    margin-left: 0px;
}
h4{
	margin-top: 15px;
	padding-left: 0px;
}
h2{
	line-height: 36px;
}
.col-sm-5.row3 {
	display: block;
	width: 100%;
}

.center.bluezt h2{
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}
.center.bluezt p{
	color: #fff;
}
.center.bluezt .lead{
	color: #fff;
}
section h2{
	font-size: 18px;
	font-weight: 500;
	color: #384CAC;
}
.txpic{
	display: block;
	height: auto;
	width: 100%;
}
.panel-info{
	padding-top: 20px;
}
.panel-footer{
	background-color: #DBE8F7;
}
.btn-success {
	color: #2C3FA9;
	background-color: #EEF4FB;
	border: 1px solid #FF9900;
}
btn-success:hover {
    color: #FFF;
	background-color: #2C3FA9;
	border: 1px solid #FF9900;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.isotope{
	border-radius: 4px;
	padding-top: 30px;
	padding-bottom: 30px;
}
section p img{
	display: block;
	height: auto;
	width: 100%;
}
em.abicon01{
	background-image: url(../images/abicon/abicon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 24px;
	width: 24px;
	left: 40px;
	top: 20px;
	position: absolute;
	background-size:cover;
}
em.abicon02{
	background-image: url(../images/abicon/abicon02.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 24px;
	width: 24px;
	left: 40px;
	top: 20px;
	position: absolute;
	background-size:cover;
}
em.abicon03{
	background-image: url(../images/abicon/abicon03.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 24px;
	width: 24px;
	left: 40px;
	top: 20px;
	position: absolute;
	background-size:cover;
}
em.abicon04{
	background-image: url(../images/abicon/abicon04.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 24px;
	width: 24px;
	left: 40px;
	top: 20px;
	position: absolute;
	background-size:cover;
}
em.abicon05{
	background-image: url(../images/abicon/abicon05.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 24px;
	width: 24px;
	left: 40px;
	top: 20px;
	position: absolute;
	background-size:cover;
}
em.abicon06{
	background-image: url(../images/abicon/abicon06.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 24px;
	width: 24px;
	left: 40px;
	top: 20px;
	position: absolute;
	background-size:cover;
}
em.abicon07{
	background-image: url(../images/abicon/abicon07.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 24px;
	width: 24px;
	left: 40px;
	top: 20px;
	position: absolute;
	background-size:cover;
}
em.abicon08{
	background-image: url(../images/abicon/abicon08.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 24px;
	width: 24px;
	left: 40px;
	top: 20px;
	position: absolute;
	background-size:cover;
}
em.abicon09{
	background-image: url(../images/abicon/abicon09.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 24px;
	width: 24px;
	left: 40px;
	top: 20px;
	position: absolute;
	background-size:cover;
}
.abblock{
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-left: 50px;
	background-image: url(../images/testimonials/txbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.overlay p{
	font-size: 14px;
	color: #666;
	text-align: left;
	margin-top: -10px;
	margin-right: 20px;
	margin-left: 40px;
}
.address{
	text-align: left;
}
.address i{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #2C40A9;
	text-align: left;
	display: block;
}
.address p{
	margin-top: 0px;
}
#section01{
	background-color: #F8F8F8;
}
#section02{
	background-color: #F2F2F2;
}
#section03{
	background-color: #F8F8F8;
}
#section04{
	background-color: #F2F2F2;
}
#section05{
	background-color: #F8F8F8;
}