body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Microsoft YaHei','SimHei','SimSun';
	font-size: 15px;
}
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    color: #09197B;
}

body a:hover {
    text-decoration: none;
}

body a:focus, a:hover {
    text-decoration: none;
}

body::-webkit-scrollbar{
  width: 4px;
  height: 4px;
}
body::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  border-radius:2px;
}
body::-webkit-scrollbar-thumb{
  background: #09197B;
  border-radius:2px;
}
body::-webkit-scrollbar-thumb:hover{
  background: #09197B;
}
body::-webkit-scrollbar-corner{
  background: #09197B;
}

input[type="button"], input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

a:focus, a:hover {
    text-decoration: none;
    outline: none;
}
/*-- //Reset-Code --*/
.header-top {
	padding: 1em 0;
	background: #09197B;
}

.header-top-left p, .header-top-right p {
	color: #FFFFFF;
	font-size: 1em;
	display: inline-block;
	padding-left: 4em;
	letter-spacing: 1px;
}

.header-top-right {
	float: right;
}
/*-- banner --*/
.head {
	padding-bottom: 16px;
	background-color: #09197B;
}
/*--header--*/
.logo h1 a {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1em;
}

.header-top-right a {
	color: #fff;
}

.logo h1 a span {
	font-size: .3em;
	text-transform: uppercase;
	font-weight: 600;
	margin: .5em 0 0 0;
	color: #000000;
}
.navbar-top{
    
}
.navbar-brand {
	height: auto;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	padding-left: 10px;
	display: flex;
	align-items: center;
}

.navbar-nav {
	float: right;
	margin-top: 0em;
}

.navbar-default {
	border: none;
	background: none;
	min-height: auto;
	margin-bottom: 0;
}

.navbar-brand .title {
	color: #fff;
	font-size: 48px;
	padding-left: 16px;
}

div#bs-example-navbar-collapse-1 {
	padding: 0;
}

ul.nav.navbar-nav li a {
	font-size: 16px;
	color: #fff;
	margin: 0 15px;
	padding: 0px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul.nav.navbar-nav li a:hover {
	color: #fff;
}

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background: none !important;
	text-decoration: underline;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
	{
	color: #fff;
}

ul.nav.navbar-nav li.active a {
	color: #ff4c4c;
	background: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background: none;
}

.dropdown-menu {
	position: absolute;
	top: 115%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 105px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	/*     background-color: #ff4c4c; */
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4 !important;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

ul.dropdown-menu li {
	padding: 5px 0;
}

ul.dropdown-menu li:nth-child(2) {
	border-bottom: none;
}

ul.dropdown-menu li a {
	color: #000 !important;
}

ul.dropdown-menu li a:hover {
	color: #000 !important;
	font-weight:bold;
	background: none;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: none !important;
}
/*--//header--*/
/* banner */
.banner {
	background-size: cover;
}

.top {
	color: #000;
	padding: 2em 2em;
	text-align: center;
}

.bannergrid1 {
	padding: 2em;
	color: #000;
}


.bannergrid1:nth-child(1), .bannergrid1:nth-child(4), .bannergrid1:nth-child(7)
	{
	border-right: 1px solid;
}

.top h2 {
	text-transform: uppercase;
	font-size: 30px;
}

.top h5 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: .6em;
	font-size: 15px;
}

.bannerinfo {
	padding-top: 16px;
}

.bannergrid1 i.fa {
	float: left;
	font-size: 38px;
	margin-right: 6px;
}

.bannergrid1 h4 {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	float: left;
	margin-top: .5em;
}

.bannergrid1 p {
	font-size: 15px;
	margin-top: 1em;
	letter-spacing: .5px;
	text-transform: capitalize;
	line-height: 28px;
}

.bannerinfo a {
    text-decoration: none;
}
/* //banner */

/*-- welcome --*/
h3.agileits-title {
	font-size: 3em;
	color: #000;
	text-align: center;
	margin-bottom: 1em;
}

.welcome {
	padding: 16px;
}

.welcome h4 {
	font-size: 18px;
	text-transform: capitalize;
	line-height: 1.8em;
	color: #000;
	margin-bottom: 1em;
}

.welcome p {
	font-size: 1em;
	color: #565656;
	line-height: 2em;
	letter-spacing: 1px;
}

.readmore-w3 a {
	color: #FFFFFF;
	font-size: 16px;
	padding: .6em 2em;
	background: #1cc7d0;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
}

.readmore-w3 a:hover {
	color: #FFFFFF;
	background: #ff4c4c;
}

.media-heading{
	font-weight: bold;
	margin-bottom: 12px;
}

.heading{
	color: #09197B;
	font-weight: bold;
}

.readmore-w3 {
	margin-top: 3em;
}

button.close {
	font-size: 1.5em;
	color: #000;
	outline: none;
}

span.glyphicon.glyphicon-play-circle {
	color: #fff;
	font-size: 60px;
	margin: 0 0 7px 0;
	cursor: pointer;
}

.welcome-w3right {
	position: relative;
}

.wthree-model-video {
	position: absolute;
	bottom: 42%;
	left: 43%;
}

/*-- //welcome --*/

/* edu */
.right1 h3, .left1 h3 {
	color: #000;
	text-transform: uppercase;
	margin-bottom: .5em;
	font-size: 20px;
}

.right1 p, .left1 p {
	font-size: 15px;
	line-height: 27px;
	letter-spacing: .5px;
	color: #6d6d6d;
}

.right1 {
	margin-bottom: 3em;
}

.left1 {
	margin-bottom: 7em;
	text-align: right;
	padding-right: 4em;
	position: relative;
}

.left1 span.glyphicon.glyphicon-adjust {
	position: absolute;
	right: -9%;
	top: 0%;
	font-size: 30px;
	color: #ff4c4c;
}

.left1:nth-child(7) {
	margin-bottom: 0em;
}

.right1:nth-child(7) {
	margin-bottom: 0em;
}

.eduright {
	padding-left: 5em;
}

.eduleft {
	border-right: 1px solid #e7e7e7;
}

.left1 h3 {
	color: #1cc7d0;
}
/* //edu */

/*-- clients --*/
.clients p {
	margin-bottom: 20px;
	color: #6d6d6d;
	letter-spacing: .5px;
	line-height: 26px;
	font-size: 15px;
	padding-left: 2.5em;
}

.clients  p {
	background: url(../images/quotes.png) no-repeat 0px 0px;
	background-size: 24px;
}

.clients img {
	border-radius: 50%;
}

.clients h4 {
	text-align: left;
	font-size: 18px;
	color: #000;
	margin: 15px 0 10px 0;
}

.clients h5 {
	text-align: left;
	font-size: 16px;
	color: #999;
	text-transform: capitalize;
}

.wmuSlider {
	position: relative;
	overflow: hidden;
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	left: 1%;
	bottom: 6%;
}

ul.wmuSliderPagination {
	padding: 0;
}

.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}

.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	background: #CFCFCF;
	border-radius: 50%;
}

.wmuSliderPagination a.wmuActive {
	background: #1cc7d0;
	box-shadow: 0px 0px 10px #3D99DC;
	-webkit-box-shadow: 0px 0px 10px #3D99DC;
	-moz-box-shadow: 0px 0px 10px #3D99DC;
	-o-box-shadow: 0px 0px 10px #3D99DC;
	-ms-box-shadow: 0px 0px 10px #3D99DC;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}

.banner-wrap {
	padding: 0 0 4em;
}

.map iframe {
	width: 100%;
	min-height: 800px;
	border: none;
}

/* book */
.book {
	background: url(../images/banner1.jpg) no-repeat 0px 0px;
	background-size: cover;
	padding-top:3em;
	padding-bottom: 7em;
	min-height: 400px;
	
}

.book h2 {
	color: #fff;
	text-align: center;
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: .5em;
}

.book p {
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	width: 70%;
	margin: 2em auto 0;
	line-height: 1.8em;
}

.book ul {
	text-align: center;
}

.book li {
	list-style-type: none;
	display: inline-block;
}
/* //book */

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999;
	width: 64px;
	height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/arrow.png") no-repeat 0px 0px;
}

#toTopHover {
	width: 64px;
	height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity = 0);
}
/*-- //to-top --*/

.callleft h5 {
	color: #5f5f5f;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: .5em;
}

.callleft  h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 30px;
}

.number {
	padding: 4em 0;
}

.callright input[type="tel"] {
	width: 73%;
	padding: .6em;
	font-size: 1em;
	border: none;
	border-bottom: 1px solid #6b6b6b;
	text-transform: capitalize;
	outline: none;
	letter-spacing: 1px;
}

.callright input[type="submit"] {
	background: #1cc7d0;
	color: #fff;
	border: none;
	font-size: 1em;
	letter-spacing: 1px;
	padding: .6em 1em;
	text-transform: uppercase;
}

.callright input[type="submit"]:hover {
	background: #ff4c4c;
}

.callright {
	margin-top: 1.5em;
}
/* //contact page */
.team-social {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	margin-bottom: 1em;
}

.team-social a i {
	color: #000;
	font-size: 16px;
	padding: 10px;
	width: 35px;
	height: 35px;
	line-height: 15px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.team i.fa.fa-facebook {
	color: #3b5998;
	border: 1px solid #3b5998;
}

.team i.fa.fa-facebook:hover {
	color: #fff;
	background: #3b5998;
	border: 1px solid #3b5998;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: 1s all;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}

.team i.fa.fa-twitter {
	color: #1da1f2;
	border: 1px solid #1da1f2;
}

.team i.fa.fa-twitter:hover {
	color: #fff;
	background: #1da1f2;
	border: 1px solid #1da1f2;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: 1s all;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}

.team i.fa.fa-linkedin {
	color: #e68523;
	border: 1px solid #e68523;
}

.team i.fa.fa-linkedin:hover {
	color: #fff;
	background: #e68523;
	border: 1px solid #e68523;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: 1s all;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}

.team i.fa.fa-pinterest-p {
	color: #bd081c;
	border: 1px solid #bd081c;
}

.team i.fa.fa-pinterest-p:hover {
	color: #fff;
	background: #bd081c;
	border: 1px solid #bd081c;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: 1s all;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}

.teamgrids p {
	color: #4a4a4a;
	font-size: 15px;
	margin: .8em 0;
	letter-spacing: 1px;
}

.teamgrid1 i.fa {
	color: #ff4c4c;
	font-size: 1.2em;
	padding-right: .5em;
}

.teamgrid1 h3 {
	color: #000;
	text-transform: uppercase;
	margin: 1em 0;
	font-size: 21px;
}

.team {
	padding: 2em 0;
}

.member {
    min-height: 360px;
}

.member h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 4px;
    margin-bottom: 4px;
}

.servicegrid1 {
    text-align: center;
}

.servicegrid1 h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    margin-top: .8em;
}

.servicegrid1  i.fa {
    color: #ff4c4c;
    font-size: 70px;
    margin: .5em 0;
}

.servicegrid1  p {
    font-size: 14px;
    color: #e6e6e6;
    line-height: 1.8em;
    letter-spacing: .5px;
    text-transform: capitalize;
}

.servicegrid1 i.fa.fa-graduation-cap {
    color: #0099e5;
}

.servicegrid1 i.fa.fa-book {
    color: #ff4f81;
}

.servicegrid1 i.fa.fa-bus {
    color: #1cc7d0;
}

.aboutleft h3 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	color: #000;
	margin-bottom: 1em;
}

.aboutleft p {
	font-size: 16px;
	line-height: 24px;
	color: #3e3e3e;
	margin-bottom: 1em;
}

.aboutleft i.fa.fa-check {
	color: #ff4c4c;
	font-size: 1.2em;
}

.services {
	background: url(../images/book2.jpg) no-repeat 0px 0px;
	background-size: cover;
	padding: 24px;
}
/* //about page */

/*-- gallery --*/
.agile_gallery_grids {
	margin: 0em 0 0;
}

.demo>li {
	float: left;
	list-style-type: none;
	margin: 2px;
}

.demo>li img {
	width: 281px;
	cursor: pointer;
}
/*jquery.picEyes*/
.picshade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	background-color: #000;
	opacity: 0.91;
	filter: alpha(opacity = 91);
	z-index: 99;
	display: none;
}

.pictures_eyes_close {
	position: fixed;
	top: 30px;
	right: 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat;
	z-index: 100;
	display: none;
}

.pictures_eyes {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 199;
	display: none;
}

.pictures_eyes_in {
	position: relative;
	text-align: center;
}

.pictures_eyes_in img {
	max-height: 500px;
	max-width: 700px;
}

.pictures_eyes_in .prev, .pictures_eyes_in .next {
	position: absolute;
	top: 50%;
	width: 51px;
	height: 51px;
	cursor: pointer;
}

.pictures_eyes_in .prev {
	left: 35px;
	background: url(../images/left1.png) no-repeat;
}

.pictures_eyes_in .next {
	right: 35px;
	background: url(../images/right1.png) no-repeat;
}

.pictures_eyes_indicators {
	position: fixed;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 299;
}

.pictures_eyes_indicators a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 6px 3px 0 3px;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 0 2px #000;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	overflow: hidden;
}

.pictures_eyes_indicators img {
	height: 50px;
}

.pictures_eyes_indicators .current {
	filter: alpha(opacity = 100);
	opacity: 1;
}

.gallery-grid1 {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.gallery-grid1 .p-mask, .row .product .vm-product-media-container .p-mask
	{
	opacity: 0;
	visibility: hidden;
	background: rgba(25, 24, 24, 0.8);
	bottom: 0%;
	position: absolute;
	padding: 1.3em 1.3em;
	width: 100%;
	-webkit-transform: translate3d(0px, 100%, 0px);
	-moz-transform: translate3d(0px, 100%, 0px);
	-ms-transform: translate3d(0px, 100%, 0px);
	-o-transform: translate3d(0px, 100%, 0px);
	transform: translate3d(0px, 100%, 0px);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-align: left;
	border-bottom: 6px solid #ff4c4c;
}

.gallery-grid1 .p-mask .p-desc {
	color: #a3a3a3;
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1em;
}

.gallery-grid1:hover .p-mask, .row .product:hover .p-mask {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.gallery-grid1 img {
    vertical-align: middle;
    width: 100%;
}

.p-mask h4 {
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 1.8em;
	text-transform: uppercase;
	font-weight: bold;
}

.p-mask p {
	margin: 0;
	color: #f5f5f5;
	line-height: 1.8em;
}

.p-mask span {
	color: #7ac143;
}

#gallery {
	padding: 0em 0;
}

.pictures_eyes_in {
	position: relative;
	text-align: center;
}
/*-- //gallery --*/

/*-- icons --*/
.codes a {
	color: #999;
}

.icon-box {
	padding: 8px 15px;
	background: rgba(149, 149, 149, 0.18);
	margin: 1em 0 1em 0;
	border: 5px solid #ffffff;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	cursor: pointer;
}

.icon-box:hover {
	background: #ff4c4c;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.icon-box:hover i.fa {
	color: #fff !important;
}

.icon-box:hover a.agile-icon {
	color: #fff !important;
}

.codes .bs-glyphicons li {
	float: left;
	width: 12.5%;
	height: 115px;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
}

.codes .bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
}

.codes .glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
}

.codes .bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}

h3.icon-subheading {
	font-size: 1em;
	color: #212121 !important;
	margin: 30px 0 15px;
	text-transform: uppercase;
}

h3.agileits-icons-title {
	text-align: center;
	font-size: 2em;
	color: #2f2f2f;
	margin: 0;
	letter-spacing: 1px;
}

.icons a {
	color: #999;
}

.icon-box i {
	margin-right: 10px !important;
	font-size: 20px !important;
	color: #282a2b !important;
}

.icons .bs-glyphicons li {
	float: left;
	width: 18%;
	height: 115px;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
	background: rgba(149, 149, 149, 0.18);
	margin: 1%;
}

.icons .bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #282a2b;
}

.icons .glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
}

.icons .bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}

ul.bs-glyphicons-list {
	padding: 0;
	margin: 0;
}
/*-- //icons --*/

/*-- typography --*/
h3.hdg {
	font-size: 2.5em;
	color: #000 !important;
}

.show-grid [class^=col-] {
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}

.grid_3 {
	margin-bottom: 2em;
}

.xs h3, h3.m_1 {
	color: #000;
	font-size: 1.7em;
	font-weight: 300;
	margin-bottom: 1em;
}

.grid_3 p {
	color: #555;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}

.grid_4 {
	background: none;
}

.label {
	font-weight: 300 !important;
	border-radius: 4px;
}

.grid_5 {
	background: none;
	padding: 2em 0;
}

.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg {
	margin-bottom: 1em;
	color: #333;
}

.tab-content>.active {
	display: block;
	visibility: visible;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
	.pagination>.active>span:hover, .pagination>.active>a:focus,
	.pagination>.active>span:focus {
	z-index: 0;
}

.badge-primary {
	background-color: #03a9f4;
}

.badge-success {
	background-color: #8bc34a;
}

.badge-warning {
	background-color: #ffc107;
}

.badge-danger {
	background-color: #e51c23;
}

.grid_3 p {
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}

.bs-docs-example {
	margin: 1em 0;
}

.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}

.tab-content>.active {
	display: block;
	visibility: visible;
}

.label {
	font-weight: 300 !important;
}

.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}

.nav-tabs {
	margin-bottom: 1em;
}

.alert {
	font-size: 0.85em;
}

h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
	line-height: 1.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li.list-group-item1 {
	line-height: 2.5em;
}

.input-group {
	margin-bottom: 20px;
}

.in-gp-tl {
	padding: 0;
}

.in-gp-tb {
	padding-right: 0;
}

.list-group {
	margin-bottom: 48px;
}

ol {
	margin-bottom: 44px;
}

h2.typoh2 {
	margin: 0 0 10px;
}

.bannergrid {
	margin-bottom: 8px;
}

/* responsive design */

/* 前端网页专用按钮 */
.front-btn {
	color: #FFFFFF;
	font-size: 16px;
	padding: .6em 2em;
	background: #1cc7d0;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
}

.front-btn:hover {
	color: #FFFFFF !important;
	background: #ff4c4c;
}

.box {
	margin: 10px;
}

.article .title {
	font-size: 25px;
	text-align: center;
}

.article .content {
	font-size: 16px;
}

.article .content p {
	text-indent: 1cm;
}

.btn-front {
	background: #1cc7d0;
	border: none;
	padding: 9px 10px;
	color: #fff;
	font-size: 15px;
	outline: none;
	margin: 0 auto;
	margin-top: 20px;
	width: 35%;
	border-radius: 25px;
	letter-spacing: 2px;
	display: block;
}

.page-title {
	text-align: center;
	padding: 8px;
	margin: 20px 0 20px;
	border-bottom: 1px solid #09197B;
}

.page-title h2{
	font-weight:bold;
    color:#09197B;
}

.page-sub-title {
	text-align: left;
	padding: 6px;
	margin: 20px 0 20px;
	border-bottom: 1px solid #09197B;
}

.welcome-sub-title {
	text-align: left;
	padding: 6px;
	margin-bottom: 10px;
	border-bottom: 1px solid #09197B;
}

.education {
	padding: 16px;
}

.education-sub-title {
	text-align: center;
	padding: 6px;
	margin-bottom: 10px;
	border-bottom: 1px solid #09197B;
}

.page-footer {
	display:block;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    background-color: #09197B;
}

.btn-danger {
  color: #ffffff;
  background-color: #ff0039;
  border-color: #ff0039;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #cc002e;
  border-color: #80001c;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #cc002e;
  border-color: #c2002b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #cc002e;
  border-color: #c2002b;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #a80026;
  border-color: #80001c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #ff0039;
  border-color: #ff0039;
}
.btn-danger .badge {
  color: #ff0039;
  background-color: #ffffff;
}

.text-danger {
    color: #ff0039;
}