<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url(../revolution/css/settings.css);

body{
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	line-height: 180%;
}
ul, li{
	list-style-image: none;
	list-style-type: none;
}
a:hover{
	text-decoration: none;
}


img{
	height: auto;
	max-width: 100%;
	}
	
.clearfloat{*zoom:1;}
.clearfloat:before,.clearfloat:after{content:""; display:table; line-height:0;visibility:hidden;}
.clearfloat:after{ clear:both;}
.wrap {width: 1200px; height: auto; margin: 0 auto;}


body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
    border: medium none;
    margin: 0;
    padding: 0;
}


.top {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0066b3;
}
.top a{
	color: #fff;
}
.map {
	text-align: right;
	float: right;
	color: #FFF;
	background-image: url(../images/top-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 5px;
}


.header {
	background: #fff;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 28px;
	padding-left: 0;
}

.single-header-info {
    float: left;
    padding-left: 35px;
}

.single-header-info .icon-box,
.single-header-info .content {
    display: table-cell;
    vertical-align: middle;
    float: left;
}

.single-header-info .icon-box .inner-box {
	width: 60px;
	height: 60px;
	border: 1px solid #CE2E40;
	border-radius: 50%;
	text-align: center;
	line-height: 58px;
	margin-right: 5px;
}

.single-header-info .icon-box .inner-box i:before {
    font-size: 30px;
    color: #CE2E40;
}

.single-header-info .content h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    margin: 0;
    margin-bottom: 5px;
}

.single-header-info .content p {
    font-size: 13px;
    margin: 0;
    color: #B6B6B6;
}
.single-header-info .content p a {
    font-size: 13px;
    margin: 0;
    color: #333;
}
.single-header-info .content p b {
	font-size: 32px;
	color: #CE2E40;
	font-weight: 500;
}

.single-header-info .thm-btn {
    margin: 7px 0;
}






.mainmenu-area {
    background: #0066b3;
}

.mainmenu-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.navigation .nav-footer {
    display: none;
}

.navigation .nav-header &gt; ul {
    padding: 0;
    margin: 0;
}

.navigation .nav-header &gt; ul &gt; li {
    display: inline-block;
    position: relative;
}

.navigation .nav-header &gt; ul &gt; li:first-child &gt; a {
    padding-left: 30;
}

.navigation .nav-header &gt; ul &gt; li &gt; a {
    display: block;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 23px 69px;
    transition: all .3s ease;
}

.navigation .nav-header &gt; ul &gt; li:hover &gt; a {
    color: #fff;
    background: #CE2E40;

}

.navigation .nav-header &gt; ul &gt; li:hover &gt; ul {
    opacity: 1;
    visibility: visible;
}

.navigation .nav-header &gt; ul &gt; li &gt; ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 240px;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 0 11px -3px rgba(0, 0, 0, .2);
    transition: all .5s ease;
}

.navigation .nav-header &gt; ul &gt; li &gt; ul &gt; li {
    display: block;
    position: relative;
}

.navigation .nav-header &gt; ul &gt; li &gt; ul &gt; li:last-child &gt; a {
    border-bottom: 0;
}

.navigation .nav-header &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #2B2B2B;
    padding: 14px 19px;
    border-bottom: 1px solid #E9E9E9;
    transition: all .3s ease;
}

.navigation .nav-header &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a {
	background: #1693f1;
	color: #fff;
	text-decoration: none;
}

.navigation .nav-header &gt; ul &gt; li &gt; ul &gt; li:hover &gt; ul {
    opacity: 1;
    visibility: visible;
}

.navigation .nav-header &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 300px;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    background: #fff;
    box-shadow: 2px 0 11px -3px rgba(0, 0, 0, .2);
    transition: all .5s ease;
}

.navigation .nav-header &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
    display: block;
    position: relative;
}

.navigation .nav-header &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li:last-child &gt; a {
    border-bottom: 0;
}

.navigation .nav-header &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #2B2B2B;
    padding: 14px 19px;
    border-bottom: 1px solid #E9E9E9;
    transition: all .3s ease;
}

.navigation .nav-header &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a {
    background: #1693f1;
    color: #fff;
    text-decoration: none;

}
.dropdown-menu{
	    border-radius: 0px;
}

@media (min-width: 769px) {
    .navigation .nav-header .dropdown a button {
        display: none;
    }
}














.homeadvancem {
    display: none;
    margin-top: 20px;
}
.homeadvancem {display: none; margin-top: 20px;}
.homeadvancem ul {}
.homeadvancem ul li {float: left; width: 49%; text-align: center; margin-right: 2%; margin-bottom: 15px; padding: 12px 12px; background-color: #e1e1e1; background-position: center; background-repeat: no-repeat; box-sizing: border-box;}
.homeadvancem ul li:nth-child(2n) {margin-right: 0;}
.homeadvancem ul li h3 {
	font-size: 20px;
	font-weight: 600;
	color: #CE2E40;
}
.homeadvancem ul li p {line-height: 26px; color: #444;}
.homeadvancem ul li .homeAdvanceTxt {height: 104px; margin-top: 8px; padding: 0 10px; }
.homeadvancem ul li.bg1 {background-image: url(../images/home/home_advance_01.png);}
.homeadvancem ul li.bg2 {background-image: url(../images/home/home_advance_02.png);}
.homeadvancem ul li.bg3 {background-image: url(../images/home/home_advance_03.png);}
.homeadvancem ul li.bg4 {background-image: url(../images/home/home_advance_04.png);}
@media (max-width: 420px) {
	.homeadvancem ul li h3 {font-size: 18px;}
	.homeadvancem ul li p {font-size: 13px; line-height: 22px;}
	.homeadvancem ul li .homeAdvanceTxt {height: 135px;  padding: 0 8px;}
}
@media (max-width: 380px) {
	.homeadvancem ul li h3 {font-size: 16px;}
	.homeadvancem ul li p {font-size: 12px; line-height: 20px;}
	.homeadvancem ul li .homeAdvanceTxt {height: 120px; margin-top: 4px; padding: 0;}
	.homeadvancem ul li {background-size: auto 38%;}
}
@media (max-width: 320px) {
	.homeadvancem ul li h3 {font-size: 15px;}
	.homeadvancem ul li p {font-size: 10px; line-height: 18px;}
	.homeadvancem ul li .homeAdvanceTxt {height: 126px; margin-top: 4px; }
	.homeadvancem ul li {background-size: auto 42%;}
	
}







.homeadvance {
    padding: 50px 0 50px 0;
    background: #f5f5f5;
}

.homeadvancecont h3.homeadvance01 {
    background: url(../images/home/home_advance_01.png) no-repeat center;
    background-size: auto 100%;
}
.homeadvancecont h3.homeadvance02 {
    background: url(../images/home/home_advance_02.png) no-repeat center;
    background-size: auto 100%;
}
.homeadvancecont h3.homeadvance03 {
    background: url(../images/home/home_advance_03.png) no-repeat center;
    background-size: auto 100%;
}
.homeadvancecont h3.homeadvance04 {
    background: url(../images/home/home_advance_04.png) no-repeat center;
    background-size: auto 100%;
}


.homeadvancetit {text-align: center;}
.homeadvancetit h2 {
	line-height: 66px;
	font-size: 49px;
	color: #666666;
}
.homeadvancetit h2 span {
	font-weight: 600;
	color: #CE2E40;
}
.homeadvancetit p {
	font-size: 18px;
	line-height: 36px;
	color: #000;
}
.homeadvancew {margin-left: auto; margin-right: auto; margin-top: 42px;}
.homeadvancew ul {float: left; margin-left: -69px;}
.homeadvancew ul li {width: 318px; height: 276px; margin-bottom: 11px; }
.homeadvancew .homeadvancelist1 {margin-top: 231px; margin-left: 0;}
.homeadvancew .homeadvancelist1 li {width: 452px; height: 392px;}
.homeadvancew .homeadvancelist2 {margin-top: 143px;}
.homeadvancew .homeadvancelist2 li {}
.homeadvancew .homeadvancelist3 {}
.homeadvancew .homeadvancelist3 li {}
.homeadvancew .homeadvancelist4 {margin-top: 143px;}
.homeadvancew .homeadvancelist4 li {}
.homeadvancecont {padding-top: 24px; box-sizing: border-box; background: url(../images/home/home_advance_bg.png) no-repeat center; background-size: 100%;}
.homeadvancecont h3 {height: 88px; margin-bottom: 8px; line-height: 88px; font-size: 30px; font-weight: 600; text-align: center; color: #CE2E40;}

.homeadvancecont p {
	padding: 0 32px 0 46px;
	line-height: 22px;
	color: #000;
}






@media (max-width: 1200px) {
	.wrap {width: 100%; padding: 0 20px; box-sizing: border-box;} 
	.homeadvance {padding: 86px 0 86px 0;}
	.homeadvancetit h2 {font-size: 56px;}
	.homeadvancew .homeadvanceList1 li {width: 372px; height: 338px;}
	.homeadvancew ul {margin-left: -58px;}
	.homeadvancew ul li {width: 266px;height: 231px;margin-bottom: 8px;}
	.homeadvancew .homeadvanceList1 {margin-top: 193px;}
	.homeadvancew .homeadvanceList2 {margin-top: 120px;}
	.homeadvancew .homeadvanceList4 {margin-top: 120px;}
	.homeadvancecont h3 {height: 60px; line-height: 60px; font-size: 24px;}
	.homeadvancecont { padding-top: 20px;}
	.homeadvancecont p {font-size: 13px; line-height: 20px;}
	.homeadvancew {width: 1000px;}
}

@media (max-width: 1024px) {
	.homeadvance {padding: 76px 0 76px 0;}
	.homeadvancetit h2 {font-size: 52px; line-height: 70px;}
	.homeadvancew ul li {width: 256px; height: 222px;}
	.homeadvancew .homeadvanceList1 li {width: 365px;}
	.homeadvancew .homeadvanceList2, .homeadvancew .homeadvanceList4 {margin-top: 115px;}
	.homeadvancew .homeadvanceList1 {margin-top: 184px;}
	.homeadvancecont {padding-top: 18px;}
	.homeadvancecont h3 {height: 58px; line-height: 58px; font-size: 23px;}
	.homeadvancew {width: 960px;}
}

@media (max-width: 992px) {
	.homeadvance {padding: 60px 0 60px 0;}
	.homeadvancetit h2 {font-size: 48px; line-height: 62px;}
	.homeadvancew ul li {width: 208px; height: 181px;margin-bottom: 5px;}
	.homeadvancew .homeadvanceList1 li {width: 268px; }
	.homeadvancew .homeadvanceList2, .homeadvancew .homeadvanceList4 {margin-top: 93px;}
	.homeadvancew .homeadvanceList1 {margin-top: 162px;}
	.homeadvancew ul {margin-left: -48px;}
	.homeadvancecont p {font-size: 12px; line-height: 18px; padding: 0 27px 0 40px;}
	.homeadvancecont h3 {height: 46px; line-height: 46px; font-size: 18px;margin-bottom: 4px;}
	.homeadvancecont {padding-top: 8px;}
	
	.main,.bannerBox {margin-top: 70px;}
	
	.homeadvancew {width: 960px;}
	.homeadvancem {display: block;}

	
}

@media (max-width: 768px) {
	.wrap {padding: 0 15px;}
	.homeadvance {padding: 40px 0 30px 0;}
	.homeadvancetit h2 {font-size: 30px; line-height: 32px; margin-bottom: 6px;}
	.homeadvancetit p {font-size: 14px; line-height: 20px;}
	.homeadvance {overflow-x: hidden;}
	.homeadvancetit {padding: 0 10px;}
	.homeadvancewap {width: 100%; height: 390px; padding-bottom: 6px; margin-top: 30px; overflow-x: auto; position: relative;}
	.homeadvancewap::-webkit-scrollbar-track-piece {  
    background-color: rgba(0, 0, 0, 0);  
    border-left: 1px solid rgba(0, 0, 0, 0);  
	}  
	.homeadvancewap::-webkit-scrollbar {  
    width: 2px;  
    height: 2px;  
    -webkit-border-radius: 0;  
    -moz-border-radius: 0;  
    border-radius: 0;  
	}  
	.homeadvancewap::-webkit-scrollbar-thumb {  
    background-color: rgba(0, 0, 0, 0.5);  
    background-clip: padding-box;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;  
    min-height: 2px;  
	}  
	.homeadvancewap::-webkit-scrollbar-thumb:hover {  
    background-color: rgba(0, 0, 0, 0.6);  
    -webkit-border-radius: 0;  
    -moz-border-radius: 0;  
    border-radius: 0;  
	} 
	.homeadvancew {width: 640px; margin: 0 auto 0; /*position: absolute; top: 0; left: 50%; transform: translateX(-50%);*/}
	.homeadvancew ul li {margin-bottom: 1px; width: 176px; height: 153px;}
	.homeadvancew ul {margin-left: -42px;}
	.homeadvancew .homeadvanceList2, .homeadvancew .homeadvanceList4 {margin-top: 78px;}
	.homeadvancew .homeadvanceList1 {margin-top: 130px;}
	.homeadvancew .homeadvanceList1 li {width: 238px; height: 206px;}
	.homeadvancecont {padding-top: 6px;}
	.homeadvancecont h3 {height: 36px; line-height: 36px; font-size: 15px;}
	.homeadvancecont p {font-size: 10px; line-height: 16px; padding: 0 13px 0 27px;}
	
	.homeadvancew {display: none;}
}








.index_title_box{
	overflow: hidden;
}
.index_title{ display: block; width: 100%; margin:0 auto;  height: 46px; line-height: 32px; font-size: 30px; overflow: hidden; }
.index_title_a{ display:block; float: left; padding-right: 11px; border-left: 10px solid #ce2e40; padding-left: 10px; color:#333; }
.index_title_box2{
	background: url(../images/index_title_box.png);
	width: 308px;
	line-height: 32px;
	padding-left: 11px;
	float: left;
	font-size: 14px;
	padding-bottom: 21px;
	color:#fff;
}
.index_title_box2 a{ color: #fff}
.index_title_box_1{ border-bottom: none; position:relative; }
.index_title_border{border-bottom: 2px #efefef solid;}






.footer {
	background-color: #0066b3;
	color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 1.6rem;
	line-height: 180%;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.footer a{
	color: #FFF;
}
.footer-logo {
	display: block;
	padding-bottom: 30px;
}
.copyright {
	background-color: #004679;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}





.sec-padding {
    padding: 30px 0;
}

.sec-title {
    margin-bottom: 0px;
}

.sec-title h2 {
    font-size: 32px;
    color: #202A30;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}

.sec-title p {
	color: #000;
	margin: 0;
	margin-bottom: 20px;
}

.sec-title span.decor {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #E6E6E6;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.sec-title span.inner {
    width: 6px;
    height: 6px;
    background: #EAEAEA;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: 3px;
}

.sec-title span.decor:before,
.sec-title span.decor:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 50px;
    height: 2px;
    background: #E6E6E6;
    z-index: -1;
}

.sec-title span.decor:before {
    left: 14px;
}

.sec-title span.decor:after {
    right: 14px;
}

.sec-title.text-left span.decor {
    margin-left: 50px;
}

.sec-title.style-two span.decor {
    border-color: #0062A9;
}

.sec-title.style-two span.decor .inner {
    background: #0062A9;
}

.sec-title.style-two span.decor:after {
    right: -94px;
}

.sec-title.style-two span.decor:before,
.sec-title.style-two span.decor:after {
    background: #DCDCDC;
}

.sec-title.colored span.decor {
    border-color: #72b01b;
}

.sec-title.colored span.decor span.inner {
    background: #72b01b;
}

.sec-title.colored span.decor:before,
.sec-title.colored span.decor:after {
    background: #72b01b;
}
.single-blog-post .content-box {
    margin-top: 10px;
}

.single-blog-post .img-box {
    position: relative;
    display: inline-block;
}

.single-blog-post .img-box img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius:5px;
}

.single-blog-post .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(19, 94, 143, .75);
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .5s ease;
}

.single-blog-post:hover .img-box .overlay {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.single-blog-post .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

.single-blog-post .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
}

.single-blog-post .img-box .overlay .box .content ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.single-blog-post .img-box .overlay .box .content ul li {
    display: inline-block;
    list-style: none;
}
.single-blog-post .img-box .overlay .box .content ul li i{
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}
.single-blog-post .img-box .overlay .box .content ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    background: #fff;
    color: #2196f3;
    border: 1px solid #fff;
    line-height: 38px;
    font-size: 18px;
    border-radius: 50%;
    transition: all .3s ease;
}

.single-blog-post .img-box .overlay .box .content ul li a:hover {
    background: #2196f3;
    border-color: #fff;
    color: #fff;
}

.single-blog-post .content-box .date-box,
.single-blog-post .content-box .content {
    display: table-cell;
    vertical-align: top;
}

.single-blog-post .content-box .date-box {
    padding-right: 25px;
}

.single-blog-post .content-box .date-box .inner {
    width: 65px;
    text-align: center;
}

.single-blog-post .content-box .date-box .inner .date {
    background: #0062A9;
    padding: 15px 0;
}

.single-blog-post .content-box .date-box .inner .date b {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
}

.single-blog-post .content-box .date-box .inner .date {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
}

.single-blog-post .content-box .date-box .comment {
    font-size: 20px;
    color: #202A30;
    line-height: 17px;
    font-weight: 500;
    padding: 16px 0;
    border: 1px solid #E6E6E6;
    border-top: 0px;
}

.single-blog-post .content-box .date-box .comment i:before {
    color: #374045;
    font-size: 16px;
}

.single-blog-post .content-box .content h3 {
    font-size: 20px;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 12px;
}

.single-blog-post .content-box .content p {
	font-size: 14px;
	color: #000;
	line-height: 26px;
}

.single-blog-post .content-box .content span {
    color: #222222;
    font-size: 13px;
}

.single-blog-post .content-box .content span a {
    color: #0062A9;
}

.single-blog-post .share {
    margin: 0;
    padding: 0;
}

.single-blog-post .share li {
    display: inline;
    list-style: none;
}

.single-blog-post .share li a,
.single-blog-post .share li span {
    display: inline-block;
    color: #D5DADD;
    font-size: 16px;
    margin-right: 10px;
}

.single-blog-post .share li a:hover {
    color: #0062A9;
}

.single-blog-post .share li span {
    color: #222222;
    font-size: 12px;
    text-transform: capitalize;
}

.single-blog-post .bottom-box {
    margin-top: 35px;
}

.blog-page .single-blog-post,
.blog-details .admin-info,
.blog-details .comment-box {
    padding-bottom: 50px;
    margin-bottom: 60px;
    border-bottom: 1px solid #F1F1F1;
}

li i{
	text-align: center;
	vertical-align: middle;
}
.mb-sm-40 {
	padding-bottom: 40px;
}






.about-section .tab-content {
	padding-left:20px;
}
.about-section .tab-content .title {
	font-size:35px;
	line-height:50px;
	color: #333;
	padding-top: 22px;
}
.about-section .nav-pills .nav-link {
	border-radius:0;
}
.about-section .nav-pills a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:var(--white-soft-color);
	padding:15px 30px;
	cursor:pointer;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	position:relative;
}
.about-section .nav-pills a + a {
	margin-top:30px;
}
.about-section .nav-pills a .title {
	font-size:16px;
	line-height:26px;
}
.about-section .nav-pills a i {
	color:var(--main-color-one);
	font-size:50px;
	margin-right:20px;
}
.about-section .nav-pills a:before {
	content:'';
	position:absolute;
	top:50%;
	right:-15px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	border-top:10px solid transparent;
	border-left:15px solid var(--main-color-one);
	border-bottom:10px solid transparent;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	opacity:0;
	visibility:hidden;
}
.about-section .nav-pills .active {
	background-color:var(--main-color-one) !important;
}
.about-section .nav-pills .active i,.about-section .nav-pills .active .title {
	color:var(--white-color);
}
.about-section .nav-pills .active:before {
	opacity:1;
	visibility:visible;
}
.about-section .tab-content ul {
	margin-top:20px;
}
.about-section .tab-content ul li + li {
	margin-top:10px;
}
.about-section .tab-content ul li i {
	color:var(--main-color-one);
	margin-right:10px;
}

.about-section p{
	font-size: 1.8rem;
	line-height: 1.8rem;
	padding-bottom: 15px;
	padding-top: 5px;
}


.learn{
margin-top: 30px;

}
.learn a{
	background-color: #da0e2b;
	color: #fff;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	border-radius:7px;	-moz-border-radius:7px;
}
.learn a:hover{
	background-color: #192a54;
}


.about-bj{background-color: #192a54;}
.padding-top-80 {
	padding-top:80px;
}
.padding-bottom-75 {
	padding-bottom:75px;
}
.dinghe-photo{
filter: drop-shadow(0 0 2px #bcbcbc) drop-shadow(0 0 15px #bcbcbc) drop-shadow(0 0 5px #bcbcbc);-webkit-filter: drop-shadow(0 0 2px #bcbcbc) drop-shadow(0 0 15px #bcbcbc) drop-shadow(0 0 5px #bcbcbc);}


.logo-bj1 {
	background-image: url(../images/logo-bj.png);
	background-repeat: no-repeat;
	background-position: 1050px 180px;
	background-color: #f5f5f5;
}

.about-section h1 {
	font-size: 32px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #ce2e40;
	padding-bottom: 20px;
}




.sec-padding {
	background-color: #f6f6f6;
}

.sec-title {
    margin-bottom: 25px;
}

.sec-title h2 {
    font-size: 32px;
    color: #202A30;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}
.mb-10 {
    margin-bottom: 10px !important;
}





.sec-title span.decor {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #E6E6E6;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.sec-title span.inner {
    width: 6px;
    height: 6px;
    background: #EAEAEA;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: 3px;
}

.sec-title span.decor:before,
.sec-title span.decor:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 50px;
    height: 2px;
    background: #E6E6E6;
    z-index: -1;
}

.sec-title span.decor:before {
    left: 14px;
}

.sec-title span.decor:after {
    right: 14px;
}

.sec-title.text-left span.decor {
    margin-left: 50px;
}

.sec-title.style-two span.decor {
    border-color: #0062A9;
}

.sec-title.style-two span.decor .inner {
    background: #0062A9;
}

.sec-title.style-two span.decor:after {
    right: -94px;
}

.sec-title.style-two span.decor:before,
.sec-title.style-two span.decor:after {
    background: #DCDCDC;
}

.sec-title.colored span.decor {
    border-color: #72b01b;
}

.sec-title.colored span.decor span.inner {
    background: #72b01b;
}

.sec-title.colored span.decor:before,
.sec-title.colored span.decor:after {
    background: #72b01b;
}
.color-theme {
    color: #9f0101 !important;
}
.sec-title h1, .sec-title h4 {
}
.sec-title h4 {
	font-size: 24px;
}
.sec-title h1, .sec-title h4{
	padding: 0px;
	margin: 0px;	
}
.color-black {
    color: #202a30 !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.thm-btn {
    background: #ce2e40;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 35px;
    border: 2px solid transparent;
    transition: all .3s ease;
}

.thm-btn.btn-black {
    background: #202a30;
    color: #fff;
}
.thm-btn.btn-com1 {
    background: #ce2e40;
    color: #fff;
}
.thm-btn:hover,
.thm-btn.inverse {
    background-color: #fff;
    border-color: #ce2e40;
    color: #ce2e40;
}

.thm-btn.inverse:hover {
    background: #373B85;
    border-color: #373B85;
    color: #fff;
}

.thm-btn.flat-btn {
    border-radius: 0;
    padding: 9px 35px;
}

.sec-padding img {
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}


.list1 li{
	float: left;
	width: 50%;
}
.footer h3{
	display: block;
	padding-bottom: 25px;
	font-size: 18px;
	padding-top: 25px;
}



 .dropdown-submenu {  
            position: relative;  
        }  
        .dropdown-submenu &gt; .dropdown-menu {  
            top: 0;  
            left: 100%; 
        }  
        .dropdown-submenu:hover &gt; .dropdown-menu {  
            display: block;  
        } 

.single-blog-post .content-box h4{
	line-height: 1.5em;
	height: 1.8em;
}</pre></body></html>