/*imported styles*/
@import url("pagebar.css");

/* gengral style*/
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
body {
	background: #ffffff none repeat scroll 0 0;
	font-family:Microsoft YaHei;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
	color: #222222;
	font-family: 'Poppins', sans-serif;
}

a {
	color: #292b2c;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}
a:hover {
	color: #00acff;
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
}
ul,li,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}
label {
	color: #222222;
	font-weight: 500;
}
input:focus,
textarea:focus,
button:focus{
	outline: none;
	box-shadow: none;
}
iframe {
	border: 0;
	display: block;
}
video {
	width: 100%;
}

.btn-radius {
	border-radius: 40px;
}
@media (min-width:1200px){
	.container{max-width:1300px}
}
.btn-white {
	background-color: #fff;
	color: #a11919!important;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.btn-white i{
	color:#a11919;
}
.btn-white::before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	top: 0;
	bottom: 0;
	opacity: 0;
	color: #a11919 !important;
	background-color: rgba(255,255,255,1);
	z-index: -1;
	transition: all 0.5s ease-in-out;
}
.btn-white:hover::before {
	left: 0;
	opacity: 1;
	right: 0;
}
.btn-white:hover {
	background-color: transparent;
	color: #a11919 !important;
}

.text-white * {
	color: #fff;
}
.text-dark * {
	color: #333;
}
.text-default {
	color: #a11919 !important;
}

.scrollup {
	background-color: #171717;
	border-radius: 100%;
	bottom: 20px;
	color: #ffffff;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 99;
}
.scrollup:hover {
	background-color: #005cb3;
	color:#fff;
}
.scrollup:focus {
	color:#fff;
}

.scrollup.scrollup_style1:hover {
	background-color: #333;
}
.background-bg {
	background-position: center center;
	background-size: cover;
}

.bg-size-auto {
	background-size: auto !important;
}
.bg-size-contain {
	background-size: contain !important;
}
.bg-norepeat {
	background-repeat: no-repeat !important;
}
.position-top-center {
	background-position: top center !important;
}
.position-center-bottom {
	background-position: center bottom !important;
}
.position-right-center {
	background-position: right center !important;
}
.position-right-bottom {
	background-position: right bottom !important;
}
.fixed-bg {
	background-attachment: fixed !important;
}

.box_shadow{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/*images size */
.aspect-box {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.aspect-box > * /* This targets .aspect-box__content */ {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}
.aspect-box:before /* This pseudo element uses the padding trick to set the height. */ {
	position: relative;
	display: block;
	content: "";

	box-sizing: border-box;
}
.square {
	aspect-ratio: '1:1';
}
.square:before {
	aspect-ratio: '1:1';
	padding-top: 100%;
}
.rectangle16-9{
	aspect-ratio: '16:9';
}
.rectangle16-9:before {
	padding-top: 56.25%;
}
.rectangle16-10{
	aspect-ratio: '16:10';
}
.rectangle16-10:before {
	padding-top: 62.5%;
}
.rectangle3-4{
	aspect-ratio: '3:4';
}
.rectangle3-4:before {
	padding-top: 120%;
}
/*ellipsis*/
.ellipsis-1row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.ellipsis-2row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ellipsis-3row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}




/*header navbar*/

.header_wrap {
	transition: all 0.5s ease 0s;
	background-color:#103594;
	background-image:  url(../images/top-bg.jpg) ;
	background-size:cover;
	background-position: center 0;
	background-repeat:no-repeat ;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.navbar-brand {
	padding: 30px 0;
	vertical-align: top;
	text-align: center;
}
.navbar-brand img {
	margin:0 auto;
}
.navbar-nav a{
	color: #ffffff;
}

.navbar {
	padding:0;
	background:#005ec7;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.navbar .navbar-nav li {
	position: relative;
	list-style: none;
	transition: all 0.3s ease 0s;
	word-spacing: inherit;
	word-break: keep-all;

}
.navbar-nav .dropdown-menu {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	min-width: 12.8rem;
}
.navbar-nav .dropdown-menu {
	background-color: rgba(255,255,255,1);
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.navbar-nav .dropdown-menu .dropdown-menu {
	background-color: rgba(255,255,255,1);
}

.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu > ul > li:hover > a{
	padding-left: 25px;
}

.dropdown-toggle::after {
	border: 0 none;
	content: "\e927";
	font-family: "feather";
	height: auto;
	line-height: normal;
	vertical-align: middle;
	width: auto;
	transition: all 0.3s ease-in-out;
	font-weight: 100;
}

.navbar .navbar-nav > li > .nav-link {
	font-weight: 600;
	padding: 15px 44px;
	font-size: 17px;
}
.navbar .navbar-nav > li > .nav-link.active {
	color:#ffffff;
	background:rgba(0,0,0,0.2);
}
.nav-fixed .navbar .navbar-nav > li > .nav-link {
	padding: 15px;
}
.navbar .navbar-nav > li > a.active,
.navbar .navbar-nav > li:hover > a{
	color:#ffffff;
	background:rgba(0,0,0,0.3);

}

.navbar .navbar-nav .dropdown-item {
	padding: 15px 20px 10px 20px;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
	border-bottom: 1px solid #d8d8d8;
}
.navbar .navbar-nav li:last-child .dropdown-item {
	border-bottom: 0;
}
.navbar .navbar-nav .dropdown-item.dropdown-toggler {
	padding-right: 30px;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	background-color: transparent;
}

.navbar .navbar-nav .dropdown-menu li a.active,
.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu > ul > li:hover > a {
	color: #103594;
}

.nav-fixed .navbar-nav li > a,
.nav-fixed .navbar-toggler{
	color: #333333;
}
.header_wrap{
	position: relative;
	padding-right: 0 !important;

}
.header_wrap.fixed-top {
	position: relative;
	padding-right: 0 !important;

}
.header_wrap.transparent_header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1030;
}
.header_wrap.nav-fixed {
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 999;
	-webkit-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-o-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-animation-fill-mode: none;
	-moz-animation-fill-mode: none;
	-o-animation-fill-mode: none;
	animation-fill-mode: none;
}

.header_wrap.fixed-top.nav-fixed.no-sticky,
.header_wrap.fixed-top.no-sticky {
	position: absolute;
}

.navbar-toggler {
	position: absolute;
	top:calc(50% - 15px);
	right:10px;
	font-size: 28px;
	color: #ffffff;
	transition: all 0.5s ease 0s;
	border-radius: 0;
	height: 35px;
	width: 35px;
	padding: 0;
	line-height: 36px;
	transition: none;
}
.navbar-toggler[aria-expanded="true"] span::before {
	content: "\e9e6";
	font-size: 20px;
}
.navbar-toggler[aria-expanded="true"] {
	line-height: 32px;
	font-size: 20px;
}

.main_menu_uppercase .navbar-nav > li > .nav-link {
	text-transform: uppercase;
}

/*search*/
.search_wrap{
	position: relative;
	text-align: right;
	float:right;
	margin: 25px;
}
.search_wrap .form-control {
	border-radius: 20px;
	float:right;
}
.search_wrap .form-control:focus {

}
.search_icon {
	border-radius: 22px;
	position: absolute;
	right: 2px;
	top: 3px;
	width:32px;
	height:32px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	color: #666;
}




/*banner, slider style*/
.banner_section {
	position: relative;
}
.banner_section,
.banner_section .carousel-item,
.banner_section .banner_content_wrap,
.banner_section .banner_content_wrap .carousel-item {
	/*height: 500px;*/
}
.carousel-item img {
	width: 100%;
}
.carousel-control-next,
.carousel-control-prev{
	background-color: rgba(0,0,0,0.5);
	font-size: 18px;
	height: 50px;
	opacity: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	transition: all 0.3s ease-in-out;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	opacity: 0;
}
.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
	opacity: 1;
}
.carousel-control-next {
	right: 20px;
}
.carousel-control-prev {
	left: 20px;
}
.carousel-control-next:hover, .carousel-control-prev:hover{
	background-color: #005ec7;
	color: #fff;
}

.banner_section .carousel-caption{
	height:100px;
	right:0;
	bottom:0px;
	left:0;
	padding:50px 0 0 0;
	color:#ffffff;
	text-align:left;
	z-index:10;
}
.banner_section .carousel-caption h5{
	font-size:18px;
	text-align: center;
	color:#ffffff;
}

.banner_section .carousel-indicators li{
	background-color:#ffffff;
	width:20px;
	height:4px;
	border-radius: 10px;

}
.banner_section .carousel-indicators li.active{
	background-color:#00acff;
}
.news-slide-box{
	padding:0;
	left:-25px;
	top:25px;
}
.news-slide{
}
.news-slide .carousel-inner{
	padding-bottom:30px;
}
.news-slide .carousel-item{
	position: relative;
}
.news-slide .carousel-indicators{
	bottom:-15px;
}
.news-slide .carousel-indicators li{
	background-color:rgba(0,0,0,0.3);
	width:20px;
}
.news-slide .carousel-indicators .active{
	background-color:#005ec7;
}
.news-slide .carousel-caption{
	padding:15px;
	background:rgba(0,94,199,0.9);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	width:96%;
	height:60px;
	bottom:-5px;
	left:2%;
	z-index:100;
}
.news-slide .carousel-caption h5{
	font-weight: bold;
	font-size:18px;
	text-align: center;
	color:#ffffff;
}
.news-slide .carousel-caption p{
	margin-top:10px;
	font-size: 14px;
	text-align: left;
	font-style: italic;
	color:#a0c4ec;
}


/*footer*/


.footer_dark {

	background-color: #005ec7;
	position: relative;
	color:#ffffff;
}
.footer_dark:before{
	content: "";
	position: absolute;
	top:-15px;
	left:15px;
	height:15px;
	width:calc(100% - 30px);
	background:rgba(0,0,0,0.05);
}
.footer_top {
	padding: 20px 0 10px;
}
.footer_logo {
	margin-bottom: 20px;
	width:80%;
}
footer p {
	font-size: 14px;
}
footer .widget {
	color:#ffffff;

}
footer .widget_title {
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
	color:#ffffff;
}
footer .widget li{
	padding:5px 0;
}
.bottom_footer {
	padding: 10px 0;
	position: relative;
	border-top:1px solid rgba(225,225,225,0.3);
	color:rgba(225,225,225,0.6)
}
.bottom_footer a{
	color:rgba(225,225,225,0.9)
}
/*breadcrumb*/
.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 0;
	color:#ebebeb;
	-ms-flex-pack:start!important;justify-content:flex-start!important
}
.breadcrumb li.active{
	color:#999999;
}
.breadcrumb li a{
	color:#333333;
}
.breadcrumb li a:hover{
	color:#a11919;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "/";
	color:#ebebeb;
}
.page-title + .breadcrumb {
	margin-top: 15px;
}
.page-title + span {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}
.breadcrumb-item a i {
	font-size: 26px;
	line-height: 1;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
	display: inline-block;
}


/*bootstrap thumbnail特效1207*/
.thumbnail{
	overflow: hidden;
	padding: 0;
	position: relative;
	cursor: pointer;
}
.thumbnail:hover{
	text-decoration: none;
}
.thumbnail img{
	cursor: pointer;
	transition: all 0.6s;
}
.thumbnail .img-fluid{
	width:100%;
}
.thumbnail:hover img{
	transform: scale(1.05);
}
.thumbnail .badge,
.thumbnail:hover .badge{
	position: absolute;
	top:0;
	right:0;
	z-index: 10;
	font-weight: 100;
	border-radius: 0 0 0 10px;
}

.thumbnail .caption{
	color:#333333;
}
.thumbnail .intro-2{
	color:#666666;
	height:50px;
}

/*
block-title styles
*/

.block-title {
	position: relative;
}

.block-title-title {
	position: relative;
	color: #005ec7;
	font-weight:bold;
	font-size: 24px;
	line-height: 48px;
	height:52px;
	padding-right:15px;
	margin: 0;
}
.block-title-title:after{
	content: "";
	border: 0 none;
	height: 2px;
	width: 50px;
	background: #005ec7;
	position: absolute;
	bottom:0;
	left:0;
}

.block-title .more {
	position: absolute;
	right:0;
}


.more {
	position: absolute;
	color: #005ec7;
	font-size: 14px;
	font-weight: thin;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: inline-block;

}

.more:hover {
	right:-5px;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.more:hover::before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

/*list-text*/
.list-text li{
	position: relative;
	padding:7px 0;
	border-bottom:1px solid transparent;
	background-image:url(../images/list-icon.png);
	background-position: 0 10px;
	background-repeat: no-repeat;
}



.list-text li:hover{
	background:#f7fbff;
	background-image:url(../images/list-icon.png);
	background-position: 0 10px;
	background-repeat: no-repeat;
}

.list-text li:hover::before {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}


.list-text.hover-style2 li:hover{
	background:#ffffff;
}
.list-text li a{
	font-size: 15px;
}
.list-text li a:hover{
	color:#005cb3;
}
.list-text li .title{
	display: block;
	font-size: 16px;
	position: relative;
	padding-left:10px;
	width:calc(100% - 80px);
}


.list-text li .time{
	display: block;
	font-size: 14px;
	color:#8db4f5;
}
.list-text li .time2{
	display: block;
	font-size: 14px;
	margin-top:-10px;
}
.list-text li .num{
	background:#dae6f4;
	border-radius: 3px;
	padding:2px 8px;
	margin-right:10px;
	color:#a11919;
}

.list-text{
	cursor: pointer;
}
.list-text .time-left{
	color:#ffffff;
	text-align: center;
	background:#0160b0;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 18px;
	font-size: 13px;
	width:70px;
	position: relative;
	z-index: 3;
}
.list-text .time-left2{
	color:#a11919;
	text-align: right;
	padding-right:15px;
	font-size: 20px;
	line-height: 20px;
	width:80px;
	position: relative;
	z-index: 3;
}
.list-text .time-left2 .year{
	font-size:13px;
}

.list-text .time-left .day{
	font-size: 18px;
}
.list-text .media-body{
	padding-left:10px;
	position: relative;
	z-index: 3;
}
.list-text .media-body.decorate{
	border-left:2px solid #a11919;
}
.list-text .media-body .title{
	color:#333333;
	font-size: 16px;
	font-weight: bold;
}
.list-text .desc{
	font-size: 14px;
	margin:0;
}
.list-text .img{
	width:100px;
	margin-right:10px;
}
.list-text .img-bg{
	width:200px;
	margin-right:10px;
}

.list-media .img{
	width:200px;
}
.list-media .title{
	font-size: 18px;
	line-height: 24px;
}
.list-media .summary{
	font-size:14px;
	color:#999999;
}
.list-media .time{
	font-size:12px;
	color:#8bb1da;
}
.list-media li{
	border-bottom:1px solid #f2f6fb;
}
.list-media li:hover{
	background:#f7fbff;
	border-bottom:1px solid #005ec7;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar {
	width:100%;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:center bottom;
	position:relative;
	z-index: 10;
	height:calc(100% - 80px);
	min-height: 600px;
	padding:20px;
	margin-top:80px;
	float:right;
	box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important
}
.sidebar-bg{
	background-color:#005ec7;
	width:80%;
	height:10px;
	position: absolute;
	left:10%;
	top:70px;
}
/*side-nav*/
.side-nav .nav-item a{
	display: block;
	width:100%;
	color:#333333;
}
.side-nav .nav-item{
	background-color:#ffffff;
	width:100%;
	padding: 5px 0 5px 20px;
	margin:5px 0;
	position: relative;
	font-size: 18px;
	background-image: url(../images/list-icon.png);
	background-position:0 20px;
	background-repeat:  no-repeat;
}

.side-nav .nav-item.active {
	width:100%;
	background-color:#e5f3ff;
	color:#062f85;
	background-image: url(../images/list-icon.png);
	background-position:0 20px;
	background-repeat:  no-repeat;

}

.side-nav .nav-item:hover{
	width:100%;
	position: relative;
	background-color:#e5f3ff;
	color:#062f85;
	background-image: url(../images/list-icon.png);
	background-position:0 20px;
	background-repeat:  no-repeat;
}
.side-nav .nav-item:hover .nav-link,
.side-nav .nav-item.active .nav-link{
	color:#005ec7;
}

.sidebar-title {
	margin-top:-80px;
	height:70px;
	width:100%;
	color:#005ec7;
}
.sidebar-title h3{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color:#103594;
}


.sidebar-title2{
	border-radius: 5px;
	padding:15px 20px;
	font-size: 24px;
	color:#ffffff;
	background:var(--thm-base);
}
.sidebar-title2 h3{
	font-size:20px;
	padding: 0;
	margin: 0;
}

.sub-bg{
	background: #f3f6fb;
}

.section1{
	padding:0;
	background:#ffffff;
}


.section2{
	background-color:#ffffff;
	background-size: 100%;
	background-repeat: repeat-x;
	background-position: bottom;
}

.section1 .list-text li{
	position: relative;
	padding:7px 0;
	border-bottom:1px dashed #ebebeb;
}

.section2 .list-text li{
	position: relative;
	padding:5px 0;
}
.section1 .list-text li .time,
.section2 .list-text li .time{
	position: absolute;
	top:7px;
	right:0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: inline-block;
	color:#8db4f5;
}


.section-sub-container{
	background-repeat: repeat-x;
	background-position: bottom;
}
.list-sub .list-text{

}
.list-sub .list-text li::before {
	content: "";
	width: 4px;
	height: 100%;
	background-image: #06318a;
	position: absolute;
	top: 0;
	left: -5px;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.list-sub .list-text li:hover{
	background:#f7fbff;
}

.list-sub .list-text li:hover::before {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.list-sub .list-text li{
	padding:16px 10px 13px 10px;
	border-bottom:1px solid #ebebeb;
}
.list-sub .list-text li .title{
    font-size: 16px;
    width:calc(100% - 80px)
}
.list-sub .list-text li .time{
	position: absolute;
	top:15px;
	right:15px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: inline-block;
}


/*testi-area*/
.section3 {
	background-color:#f5f5f5;
	padding:30px 0 35px 0;
}
.section3  .title{
	color:#ffffff;
	font-weight: bold;
	font-size: 24px;
	background:#005ec7;
	text-align: center;
	padding:10px;
}

.section3  .link-link li{
	float:left;
}
.section3  .link-link li a{
	padding:15px 20px;
	display: block;

}
.section3  .link-link li a:hover{
	background-color: #ffffff;
}

.article-box{
	padding:30px;
	background: #ffffff;
}
.article .title{
	margin-bottom:30px;
	text-align: center;
}
.article .title h2{
	font-size: 26px;
	color:#005ec7;
	margin-bottom:25px;
}
.article .title p{
	font-size: 14px;
}
.article .publish-info{
    background: #f2f6fb;
	padding:8px;
	font-size: 14px;
	color:#666666;
}
.article .more-article{
	padding:20px 10px 10px;
	background: #f2f6fb;
}
.article .more-article a{
	font-size: 14px;
color:#005ec7;
}
.article .more-article a:hover{
	text-decoration: underline;
}


/*thumbnail*/
.thumbnail{
	text-align: center;
	position: relative;
}

.thumbnail .ripple{
	position: absolute;
	top:calc(50% - 25px);
	left:calc(50% - 25px);
}
.thumbnail a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:80;
	opacity:80;
}
.ripple {
	background-color: rgba(0,0,0,0.3);
	border-radius: 100%;
	color: #ffffff;
	position: relative;
	display: inline-block;
	line-height: 50px;
	font-size: 30px !important;
	vertical-align: middle;

	height: 50px;
	width: 50px;
	text-align: center;
}
.ripple:hover {
	color: #a11919;
}
.ripple i {
	margin-right: 0;
	margin-left: 5px;
	font-size: 24px;
}

.ripple::before,.ripple::after {
	-webkit-animation: ripple 1.8s infinite ;
	-moz-animation: ripple 1.8s infinite ;
	-o-animation: ripple 1.8s infinite ;
	-ms-transition:ripple 1.8s infinite ;
	animation: ripple 1.8s infinite ;
	background-color: #fff;
	border-radius: 100%;
	margin: -15px;
	bottom: 0px;
	content: "";
	display: block;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:-1;
}
.ripple::before {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.ripple::after {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.nav-tabs .nav-link{
	font-size: 24px;
	border:none;
	border-radius: 0;
	position: relative;
}
.nav-tabs .nav-link.active{
	font-weight: bold;
}
.nav-tabs .nav-link.active:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #2972e5;
	position: absolute;
	bottom: -7px;
	left: 0;
}
.nav-tabs .nav-link:hover:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #2972e5;
	position: absolute;
	bottom: -7px;
	left: 0;
}

.title-lm{
	background: #ffffff;
	padding:20px;
	color:#005ec7;
}
.title-lm h4{
	color:#005ec7;
	font-size: bold;
}
