/*
Theme Name: king51xhoec
Theme URI: https://example.com/jianzhanpress
Author: -
Author URI: https://example.com
Description: A professional business theme built with Bootstrap 3
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jianzhanpress
Tags: business, corporate, bootstrap, responsive, clean

This theme, like WordPress, is licensed under the GPL.
*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
	height: 100%;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {
    max-width:100%;
	height:auto;
    image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
    /*image-rendering: crisp-edges; */
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 15px;
    color: #444;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
	margin: 0 0 15px;
	color: #444;
    /* font-weight: 700; */
}
h1{
	font-size: 48px;
	line-height: 50px;
	font-family: 'Raleway', sans-serif;
		
}
h2{
	font-size: 38px;
	line-height: 40px;
		
}
h3{
	font-size: 30px;
	line-height: 32px;
		
}
h4{
	font-size: 24px;
	line-height: 26px;
		
}
h5{
	font-size: 20px;
	line-height: 22px;
		
}
h6{
	font-size: 16px;
	line-height: 20px;
		
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:hover {
  color: #003D83;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #003D83;
    text-decoration: none;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #444;
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-align: left;
	overflow-x: hidden;
	line-height: 22px;
}
#scrollUp {
  background: #000 none repeat scroll 0 0;
  border-radius: 2px;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 20px;
  height: 34px;
  line-height: 30px;
  opacity: 0.6;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 34px;
}
#scrollUp:hover {
    background: #003D83;
    opacity: 1;
}
.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #003D83 !important;
  border-color: #003D83;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #fff !important;
  cursor: default;
  position: relative;
}
div#preloader { 
	position: fixed;
	left: 0; 
	top: 0; 
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('images/preloader.gif') no-repeat center center;
}

::-moz-selection {
    background: #003D83;
    text-shadow: none;
}
::selection {
    background: #003D83;
    text-shadow: none;
}
.color{
    color:#003D83;
    font-weight: 900;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.area-padding{
	padding: 90px 0px;
}
.area-padding-2{
    padding: 70px 0px 50px;
}
.padding-2{
    padding-bottom: 90px;
}
.section-headline{
    margin-bottom: 20px;
    position: relative;
}
.section-headline h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.section-headline.white-headline h3 {
    color:#fff;
}
.section-headline.white-headline h3 a{
    color:#fff;
}
.section-headline.text-left {
    margin-bottom: 30px;
}
.section-headline::after {
    border: 1px solid #003D83;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}
.section-headline.text-left h3::after {
    border: 2px solid #003D83;
    left: 0;
    right: auto;
}
.section-headline p {
    max-width: 650px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}
.sub-head h4 {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
}
.sub-head h4::after {
    border: 2px solid #003D83;
    bottom:0px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 20%;
}
.sub-head p {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    line-height: 26px;
}
.mar-row{
    margin-top: 50px;
}
.bg-gray{
    background: #f9f9f9;
}
.parallax-bg,
.parallax-blue-bg{
    position:relative;
	z-index: 1;
}
.parallax-bg:before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#111;
    opacity:.7;
    content:"";
	z-index: -1;
}
.parallax-blue-bg:before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#002c57;
    opacity:.9;
    content:"";
	z-index: -1;
}
.slogan {
    margin-bottom: 0px;
    padding: 14px 0px;
    color: #fff;
    font-size: 16px;
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}
.topbar-area {
    background:#243559;
}
.topbar-left ul li a {
    color: #fff;
    display: block;
    font-weight: 400;
    margin-right: 15px;
    padding: 14px 0;
    text-decoration: none;
}
.topbar-left ul li a i {
    color: #003D83;
    font-size: 16px;
    padding-right: 7px;
}
.topbar-right {
    position: relative;
    display: block;
}
.top-social {
    float: right;
    padding: 12px 0px;
}
.top-social ul li{
    display: inline-block;
}
.top-social ul li a {
    color:#fff;
    margin-left: 5px;
    display: block;
    text-align: center;
    font-size: 15px;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    line-height: 25px;
	background: #003D83;
}
.top-social ul li a:hover{
	color:#003D83;
	background: #fff;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.logo {
    display: block;
}
.logo a {
    display: inline-table;
    height: auto;
    text-align: center; 
     padding: 25px 0;
}
.logo a img{
    height: auto;
    max-height: 110px;
    display:table-cell; 
    /* vertical-align: middle; */
}
.logo a div{
    display:table-cell; 
    font-size:14px;
    text-align: center;
    vertical-align: middle;
    width:100px;
}
.logo a div span{
    display:block; 
    padding:5px 0px;
}
.mobile-menu a img{
    max-height: 40px;
    padding-left:15px;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding: 45px 15px;
    text-transform: uppercase;
    /* font-family: 'Montserrat', sans-serif; */
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    position: relative;
    z-index: 9999999;
}
.main-menu ul.navbar-nav li a:hover {
    color:#333;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #333;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #003D83;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}
.pagess {
    position: relative;
}
.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #d00b25;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#fff;
    background: #003D83;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}
.stick span.search-button i,.stick .header-search input{color:#444}
.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.navbar.navbar-default {
    float: right;
    position: relative;
}
.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -48px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 310px;
    z-index: 99999;
}
.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 8px;
    width: 235px;
    height: 44px;
}
.search-option button.button {
    background: #003D83;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 35px;
    padding: 5px 12px;
    text-align: center;
}
.header-right-link a.main-search {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 38px;
    position: relative;
    text-align: center;
    margin: 34px 0px 34px 15px;
    background: #003D83;
	width: auto;
    min-width: 55px;
    padding: 0 12px;
    height: 40px;
    border-radius: 5px;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 2px #ccc, -2px -2px 2px #ccc;
    background: #fff;
}
.header-area.stick .logo a {
    display: inline-table;
    height: auto;
    /* padding: 15px 0; */
}
.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 35px 15px;
}
.header-area.stick .quote-button {
    float: right;
    padding: 13px 5px;
}
.header-area.stick .header-right-link a.main-search {
    margin: 24px 0px 24px 15px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover{
    color: #fff;
    background: #003D83;
}
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#252525
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*------------------------------
 3. Slider Area
--------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
}
.intro-content::after {
    /*background: rgba(10, 27, 40, 0.8) none repeat scroll 0 0;*/
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -160px;
}
.layer-1-2 {
    margin: 20px 0;
}
.layer-1-1 p {
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.60px;
    line-height: 30px;
    max-width: 700px;
}
.layer-1-2 h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
    /* max-width: 700px; */
	letter-spacing: 2px;
}
.ready-btn {
    border: 1px solid #003D83;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #003D83;
    width: 150px;
    border-radius: 3px;
}
.ready-btn:hover{
    color: #fff;
    background: #003D83;
    border: 1px solid #003D83;
    text-decoration: none;
}
.ready-btn.right-btn {
    margin-left: 15px;
    background: #fff;
    border: 1px solid #fff;
	color: #444;
}
.ready-btn.right-btn:hover{
    background: #003D83;
    border: 1px solid #003D83;
	color: #fff;
}
.ready-btn.left-btn:hover{
    background: #fff;
    border: 1px solid #fff;
	color: #444;
}
.layer-1-2 .color {
    color: #003D83;
    font-weight: 900;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #fff;
    width: 40px;
    height: 40px;
	border-radius: 3px;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #003D83;
    border: 1px solid #003D83;
}
.intro-carousel .owl-item .layer-1-2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}
.intro-carousel .owl-item .layer-1-1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .layer-1-3{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .layer-1-2,
.intro-carousel .owl-item.active .layer-1-1,
.intro-carousel .owl-item.active .layer-1-3{
    transform: translateY(0);
    opacity: 1;
    text-align: center;
     vertical-align: middle;
}
.layer-carousel-first .title2:first-child{
    margin-top:150px;
}
.layer-carousel-first .title2{
    margin-left:598px;
}
@media (max-width: 767px) {
.layer-carousel-first .title2{
    margin-left: 150px;
}
.layer-carousel-first .title2:first-child{
    margin-top: 120px;
}
}
.intro-carousel .owl-item.active .slider-images img{
	transform: scale(1.1);
	transition: 10s;
}
/*--------------------------------*/
/* 4.Welcome Services Area
/*--------------------------------*/
.all-well-services {
	margin-top:-30px;
}
.well-services{
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
	position: relative;
	margin-top: 30px;
}
.main-services {
    display: block;
    padding: 20px;
}
.well-icon {
    width: 60px;
    float: left;
    height: 100px;
    font-size: 40px;
    color: #003D83;
}
.services-img {
    overflow: hidden;
    position: relative;
}
.image-overly-text .top-icon {
    font-size: 50px;
    line-height: 46px;
    margin-bottom: 20px;
    display: block;
	color: #003D83;
}
.services-img img {
    transform: scale(1.1);
    transition: 0.4s;
}
.image-overly {
    position: absolute;
    padding: 30px;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.image-overly-text {
    position: relative;
    top: 0;
    left: 0;
    z-index: 11;
	opacity: 0;
}
.image-overly::after{
    position: absolute;
    content:"";
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.99) none repeat scroll 0 0;
    z-index:-1;
    opacity: 0;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	transition: 0.4s;
}
.well-content h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.services-img .top-icon {
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 0px;
    display: block;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 0px;
    background: #003D83;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}
.service-btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
	z-index: 1;
}
.service-btn::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -12px;
    top: -2px;
}
.well-services:hover .services-img img {
    transform: scale(1);
    transition: 0.4s;
}
.well-services:hover .image-overly::after,
.well-services:hover .image-overly-text{
    opacity: 1;
	transition: 0.4s;
}
.service-content h4:hover{
    color: #003D83;
}
.well-services:hover .service-btn:hover{
    color: #003D83;
}
/*--------------------------------*/
/* 5.Services Area
/*--------------------------------*/
.all-services{
	margin-top: -30px;
}
.all-services .single-services {
    margin-top: 30px;
    padding:30px;
	position: relative;
	border: 1px solid #003D83;
}
.service-images {
    font-size: 54px;
    color: #003D83;
    display: block;
    margin-bottom: 15px;
    transition: 0.4s;
    line-height: 50px;
}
.service-content h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.single-services::after {
    background: #002c57;
    border: 1px solid #002c57;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
}
.single-services:hover::after {
    opacity: 1;
    transition: 0.4s;
}
.single-services:hover{
	border: 1px solid #002c57;
}
.single-services .service-content p{
    color:#444;
}
.single-services .service-btn{
    color:#444;
}
.single-services:hover .service-content h4,
.single-services:hover .service-content p,
.single-services:hover .service-btn{
    color:#fff
}
.single-services:hover .service-btn:hover{
    color:#003D83;
}
/*----------------------------------------*/
/* 6.Counter Area
/*----------------------------------------*/
.counter-area{
   background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll bottom center / cover; 
}
.counter-inner {
    background: #f6f6f6;
    padding: 100px 30px 100px 70px;
}
.counter-area .col-md-6{
	padding-left: 0px;
	padding-right: 0px;
}
.counter-inner h4 {
    color: #444;
    text-transform: uppercase;
    line-height: 36px;
    font-size: 23px;
    font-weight: 600;
	position: relative;
	padding-bottom: 15px;
}
.counter-inner h4 ::after {
    border: 1px solid #003D83;
    bottom: 0px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 12%;
}
.counter-count {
    padding: 57px 0px;
}
.about-count {
    padding: 90px 80px 90px 70px;
}
.fun-content {
    overflow: hidden;
    padding: 20px 0px;
    display: block;
}
.fun_text {
    float: left;
    width: 31%;
    text-align: center;
    background: rgba(0,44,87,0.95);
    margin-right: 20px;
    padding: 30px 15px;
	border-radius: 5px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.fun_text:nth-child(3n){
	margin-right: 0px;
}
.fun_text span {
    color: #003D83;
    display: block;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 40px;
}
.fun_text > h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
/*--------------------------------*/
/*  7.project Area
/*--------------------------------*/
.single-awesome-project {
    float: left;
    overflow: hidden;
    width:100%;
}
.first-item {
    margin-bottom: 30px;
}
.awesome-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.awesome-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img{
    transform: scale(1);
    transition: 0.4s;
}
.awesome-img > a {
    display: block;
    position: relative;
}
.single-awesome-project:hover .awesome-img > a::after{
    opacity: 1;
}
.single-awesome-project:hover .add-actions{
    opacity: 1;
}
.awesome-img > a::after {
    background: rgba(0,44,87,0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9999;
    top: 0;
    cursor: pointer;
}
.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
}
.project-dec {
    display: block;
    padding: 15px 0px 0px 20px;
    position: relative;
}
.project-dec::before {
    position: absolute;
    left: 0px;
    content: "";
    top: 20px;
    width: 6px;
    height: 15px;
    background: #003D83;
    transition: 0.5s;
}
.single-awesome-project:hover .project-dec::before {
    width: 6px;
    height: 80%;
    transition: 0.5s;
}
.project-dec h4 {
    color: #444;
    font-size: 18px;
    /* font-weight: 700; */
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    cursor: pointer;
}
.project-dec a {
    color: #444;
}
.project-dec a:hover {
    color: #333;
}
.project-dec p {
    color: #444;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 8px;
}
.pst-content {
    padding-left: 10px;
}
.single-awesome-project:hover .project-dec h4 {
    color:#003D83;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: -12%;
    right: 0px;
    width: 30px;
    height: 30px;
    border: 1px solid #003D83;
    text-align: center;
    background: #003D83;
    line-height: 30px;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    right: 51px;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 15px;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#003D83;
    background: #fff;
    border: 1px solid #fff;
}
/*--------------------------------*/
/* 8.Why choose Area
/*--------------------------------*/
.choose-area{
    background-image: url(images/bg-wcu.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.left-headline{
	position: relative;
	padding-bottom: 10px;
}
.choose-area .services-all {
    margin-top: -10px;
}
.left-headline::after {
    border: 1px solid #003D83;
    bottom: -15px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: auto;
}
.left-headline p {
    margin: initial;
}
.choose-area .single-services {
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px;
    position: relative;
    border: none;
}
.choose-area .service-images {
    font-size: 40px;
    color: #fff;
    float: left;
    margin-bottom: 0px;
    transition: 0.4s;
	line-height: 40px;
}
.choose-wrapper{
	padding: 70px 100px 70px 0px;
}
.choose-inner{
	background: #f9f9f9;
	padding: 110px 30px 110px 100px;
}
.services-all .service-content {
    padding-left: 60px;
}
.single-services .service-content h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.choose-wrapper .service-content h4 a {
    color: #fff;
}
.single-services .service-content h4 a:hover {
    color: #003D83;
}
.choose-wrapper .single-services .service-content p{
    color:#fff;
}
.choose-wrapper .single-services::after {
    display: none;
}
/*--------------------------------*/
/* 9.Testimonial Area Css
/*--------------------------------*/
.single-testi {
    padding: 30px 20px;
    position: relative;
    border: 1px solid #f5f5f5;
	background: #fff;
}
.testi-img {
    margin-top: 30px;
}
.testi-img img {
    width: 100%;
    max-width: 80px;
    height: auto;
    border-radius: 50%;
    float: left;
}
.client-rating {
    padding-bottom: 10px;
}
.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 18px;
}
.texti-name {
    padding-left: 20px;
    margin-top: 15px;
    display: inline-block;
}
.texti-name h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}
.guest-rev a{
	color: #444; 
}
.testi-text p {
    color: #444;
    margin-bottom: 0px;
}
.testi-text h5 {
    color: #444;
    font-size: 20px;
}
.testi-text a{
  color: #003D83;  
}
.Reviews-content {
    margin-top: -30px;
}
.testimonial-carousel.item-indicator{
    padding: 30px 0px 50px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #444 none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    -o-transition:0.4s;
    -ms-transition:0.4s;
    transition:0.4s;
    border-radius: 50%;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: 0px;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
}
.testimonial-content {
    margin-bottom: 15px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span{
    background: #003D83;
}
.reviews-page .single-testi{
    margin-bottom: 30px;
}
.Reviews-content .active.center .single-testi{
	background:#002c57;
}
.Reviews-content .active.center .texti-name h4,
.Reviews-content .active.center .testi-text p,
.Reviews-content .active.center .guest-rev a {
    color: #fff;
}
/*----------------------------------------
 10.Quote Area
----------------------------------------*/
.quote-area {
    background:#002c57;
	height: auto;
	width: 100%;
}
.single-contact h5 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom:15px;
}
.single-contact a {
    display: block;
    margin-bottom: 10px;
}
.single-contact a i {
    float: left;
    color: #003D83;
    font-size: 18px;
    padding-right: 20px;
    line-height: 24px;
}
.single-contact span {
    color: #fff;
}
.form-row{
  margin-top: 60px;
}
.quote-area #contactForm input {
    border: none;
    border-radius: 0;
    height: 46px;
    margin-bottom: 20px;
}
.quote-area .contact-form textarea#message{
    height: 116px;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}
.quote-area .quote-btn {
    background: #003D83;
    border: 1px solid #003D83;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.quote-area .quote-btn:hover{
    background: #fff;
    color:#003D83;
}
/*----------------------------------------*/
/*  11. Blog Area
/*----------------------------------------*/
.blog-grid {
    margin-top: -30px;
}
.blog-image{
  overflow: hidden;
    display: block;
}
.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}
.image-scale::after{
    position: absolute;
    content: "";
    background: rgba(0,46,91,0.30);
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.blog-content a h4 {
    font-size: 1.6rem;
    text-transform: capitalize;
    /* font-weight: 600; */
    color: #444;
    line-height: 1.4;
    margin-top: 12px;
    margin-bottom: 16px;
}
.blog-meta {
    position: relative;
    top: -75px;
    /* background: #003D83; */
    width: 80px;
    padding: 5px 10px;
    left: 0px;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
}
.blog-meta span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px;
}
.blog-content {
    position: relative;
    z-index: 2;
    background: #fff;
}
.single-blog:hover .image-scale {
  transform: scale(1);
  transition: 0.5s;
}
.single-blog:hover .image-scale::after{
    background: rgba(0,46,91,0);
}
.single-blog {
    margin-top: 18px;
    position: relative;
    overflow: hidden;
}
.blog-grid-fast {
    margin-top: -30px;
}
.single-blog.b-mar{
    margin-top: 20px;
}
.blog-content a h4:hover{
    color:#003D83;
}
.blog-btn {
    display: inline-block;
    font-weight: 700;
    color: #444;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}
.blog-btn::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    opacity: 0;
    transition: 0.5s;
    background: #003D83;
    width: 0px;
    height: 2px;
}
.blog-btn:hover {
    color: #003D83;
}
.blog-btn:hover.blog-btn::after {
    width: 100%;
    opacity: 1;
    transition: 0.5s;
}
/*----------------------------------------*/
/*  12. Footer Area
/*----------------------------------------*/
.footer-area {
    padding: 70px 0;
    background:#071333;
}
.footer-head p {
    color: #fff;
}
.footer-head h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-head .single-blog {
    margin-top: 40px;
    position: relative;
    overflow: visible;
}
.footer-head .blog-content a h4 {
    color: #fff;
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 17px;
}
.footer-head .blog-content a h4:hover{
    color: #003D83;
}
.footer-head .blog-btn {
    color: #003D83;
}
.footer-head .blog-text p {
    margin-bottom: 10px;
}
.blog-text p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
	border-radius: 2px;
}
.footer-icons ul li a:hover{
    color: #fff;
	background: #003D83;
	border:1px solid #003D83;
}
.footer-icons {
    margin-top: 30px;
}
.footer-contacts p span {
    color: #003D83;
    font-weight: 700;
}
.footer-area hr {
    border-top: 1px solid #666;
}
.footer-content {
    display: block;
    overflow: hidden;
}
.suscribe-input input {
    background:transparent;
    border: medium none;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 42px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #777;
}
.suscribe-input button {
    background: #003D83;
    border: 1px solid #003D83;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 5px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: uppercase;
}
.suscribe-input button:hover{
    background:#fff;
    border: 1px solid #fff;
    color: #444;
    transition: 0.4s;
}
.footer-head hr {
    margin-bottom: 10px;
}
.footer-list li a {
    color: #fff;
    padding: 5px 0px 5px 20px;
    display: block;
    position: relative;
    font-weight: 500;
}
.footer-list li a::after {
    position: absolute;
    content: "\f105";
    left: 0;
    top: 5px;
    font-family: "fontawesome";
    font-size: 12px;
}
.footer-list li a:hover {
    color: #003D83;
}
.footer-area-bottom {
    background:#071333;
	border-top: 1px solid #05194d;
    padding: 35px 0px 15px 0px;
}
.copyright-text a:hover{
	text-decoration: underline;
	color:#003D83;
}
.copyright-text a {
    color: #fff;
}
.copyright > p {
    margin-bottom: 0;
    color: #fff;
}
.copyright a {
    color: #003D83;
}
.jianzhanyes-text a:hover{
	text-decoration: underline;
	color:#003D83;
}
.jianzhanyes-text a {
    color: #fff;
}
.jianzhanyes > p {
    margin-bottom: 0;
    color: #fff;
}
.jianzhanyes a {
    color: #003D83;
}
/*--------------------------------*/
/* 13.Home page area 2
/*--------------------------------*/
.header-two{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.topbar-area-2{
	background:transparent;
}
.header-area-2{
	background:transparent;
	box-shadow:none;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.topbar-area-2 .topbar-left ul li a{
	color: #fff;
}
.header-area-2 .main-menu ul.navbar-nav li a{
	color: #fff;
}
.intro-area-2 .slider-content {
    margin-top: -120px;
}
.header-area-2.stick {
    background: #252525;
}
/*----------------------------------------*/
/*  14. About area
/*----------------------------------------*/
.about-content h4 {
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 21px;
	position: relative;
}
.about-content h4 ::after {
    border: 1px solid #003D83;
    bottom: 0px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 12%;
}
.about-content p {
    font-size: 15px;
    letter-spacing: 0.50px;
    line-height: 1.8;
    margin-bottom: 16px;
}
.about-content h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 24px;
    margin-bottom: 14px;
}
.about-content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 12px;
}
.about-content ul, .about-content ol {
    margin-bottom: 16px;
    padding-left: 24px;
}
.about-content li {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 6px;
}
.about-btn {
    color: #fff;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 3px;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 30px;
    background: #003D83;
    border: 2px solid #003D83;
    letter-spacing: 1px;
    margin-top: 15px;
    display: inline-block;
}
.about-btn:hover{
    color: #003D83;
    background: #fff;
    border: 2px solid #003D83;
}
/*--------------------------------*/
/* 15.Home page 02  Project area
/*--------------------------------*/
.project-menu li a {
    color: #444;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 2px;
}
.project-menu li a.active,
.project-menu li a:hover {
    color: #fff;
    text-decoration: none;
	background: #003D83;
}
.project-menu {
    margin-bottom: 10px;
}
.project-menu li {
    display: inline-block;
}
.project-menu li a:hover {
    color: #fff;
    text-decoration: none;
}
.project-content .single-awesome-project{
	margin-top: 40px;
}
/*----------------------------------------*/
/*  16. Team Area
/*----------------------------------------*/
.team-area {
    background: #fff;
}
.single-member{
    border: 1px solid #f3f3f3
}
.single-member .team-img {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.team-hover li {
    display: inline-block;
    margin-right: 5px;
}
.team-hover li a {
    color: #fff;
    border: 1px solid #003D83;
	background: #003D83;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border-radius:50%;
}
.team-hover li a:hover {
    color: #fff;
    border: 1px solid #003D83;
    background: #003D83;
}
.team-hover {
    padding: 15px 0;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.single-member .team-img a {
    display: block;
}
.single-member {
    border: 1px solid #f3f3f3;
    background: #f5f5f5;
    padding: 30px;
}
.team-content {
    padding: 10px;
}
.team-content h4 a {
    color: #666;
}
.team-content p {
    margin-bottom: 0;
}
.team-content h4 {
    font-size: 17px;
    margin: 10px 0px;
    text-transform: uppercase;
    font-weight: 700;
}
.team-page-area .team-member{
    margin-top: -30px;
}
.team-page-area .single-member{
    margin-top: 30px;
}
.team-carousel .col-md-4{
	width: 100%;
}
.team-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.team-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border:1px solid #003D83;
	background: #003D83;
    width: 50px;
    height:50px;
	border-radius: 50%;
}
.team-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.team-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.team-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.team-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.team-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.team-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #003D83;
    border: 1px solid #003D83;
}
/*--------------------------------*/
/* 17.Home page area 3
/*--------------------------------*/
.header-middle-area .header-info {
    width: 33.33%;
    float: left;
    padding: 33px 0px;
}
.header-middle-area .header-info-text span {
    display: block;
    font-size: 14px;
}
.header-middle-area .info-simple{
	font-weight: 700;
	color: #777;
	font-size:12px;
}
.header-middle-area .header-icon {
    float: left;
    margin-right: 10px;
}
.header-middle-area .logo a{
	padding: 25px 0;
}
.header-icon i {
    color: #003D83;
    font-size: 34px;
    line-height: 40px;
}
.info-first {
    font-weight: 700;
	color: #444;
}
.header-area-3 {
    background:#fff;
	border-top:1px solid rgba(223,187,89,0.20);
	box-shadow: none;
}
.header-area-3.stick {
    background:#fff;
}
.header-area-3 .navbar.navbar-default {
    float: left;
}
.header-area-3 .main-menu ul.navbar-nav li a {
    padding: 20px 15px;
	color: #444;
	margin: 0px;
}
.header-area-3.stick .main-menu ul.navbar-nav li a {
	padding: 25px 15px;
}
.header-area-3 .main-menu ul.navbar-nav li.active >a,
.header-area-3 .main-menu ul.navbar-nav > li > a:hover{
    background:#003D83;
	color:#fff;
}
.header-area-3 .header-right-link a.main-search {
    margin: 10px 0px 10px 10px;
}
.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-area-3 .navbar-collapse {
    padding-left: 0px;
}
.header-area-3.stick .header-right-link a.main-search {
    margin: 15px 0px 15px 15px;
}
/*----------------------------------------*/
/* 18. Pricing css
/*----------------------------------------*/
.pricing-area {
    background: #fff;
}
.pricing-content {
    margin-top: 50px;
}
.top-price-inner {
    border-bottom: 1px solid #ccc;
    padding: 20px 20px;
}
.top-price-inner h4 {
    color: #444;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}
span.users {
    color: #003D83;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.prices {
    font-size: 26px;
    font-weight: 600;
    color: #444;
    padding-right: 10px;
}
.table-list {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.4s ease 0s;
    background: #fff;
	border-radius: 5px;
	position: relative;
	padding: 20px 0px;
}
.table-list ol li {
    color: #666;
    padding: 12px 0px;
    position: relative;
    text-align: center;
}
.price-btn {
    padding: 30px 20px;
}
.price-btn a {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 30px;
    background: #003D83;
    border: 1px solid #003D83;
    letter-spacing: 1px;
}
.table-list > h3 {
    color: #455454;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}
.table-list ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.price-btn a:hover {
    background: #fff;
    color: #003D83;
    border: 1px solid #003D83;
}
span.base {
    position: absolute;
    top: 0;
    left: 0;
    background: #003D83;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
	font-weight: 700;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
/*----------------------------------------*/
/* 19. Video area css
/*----------------------------------------*/
.parallax-bg-1{
    position:relative;
    background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll center center / cover;
}
.parallax-bg-1:before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:.6;
    content:"";
}
.add-area .video-inner{
	padding: 120px 0px;
}
.video-play.vid-zone {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.4s;
    margin-top: -35px;
}
.video-play.vid-zone i {
    color: #003D83;
    margin-left: 5px;
}
.video-play.vid-zone:hover {
    background: #003D83;
    color: #fff;
	transition: 0.4s;
}
.video-play.vid-zone:hover i{
    color: #fff;
}
/*----------------------------------------*/
/*  20. Breadcumbs Area
/*----------------------------------------*/
.page-area{
    position: relative;
}
 /* .page-area {
   background: url(images/bg-page-title.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; 
}*/
.breadcumb-overlay {
  position: absolute;
  background: rgba(10, 27, 40, 0.6) none repeat scroll 0 0;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.breadcrumb{
    padding: 100px 0px;
    background-color: transparent;
    margin-bottom: 0;
}
.breadcrumb .section-headline h3 {
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 48px;
	text-transform: inherit;
}
.breadcrumb .section-headline{
    margin-bottom: 0px;
}
.breadcrumb .section-headline h3::after {
    display: none;
}
.breadcrumb ul {
    padding: 10px 0px;
}
.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 16px;
}
.breadcrumb ul li a{
    color: #fff;
}
.breadcrumb ul li.home-bread{
    padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}
.breadcrumb .section-headline::after {
    display: none;
}
.testimonial-page-area{
	background: #fff;
}
.welcome-page-area {
	background: #f9f9f9;
}
.pricing-page-area{
	background: #f9f9f9;
}
.testimonial-page-area .single-testi{
	margin-top: 30px;
}
/*----------------------------------------*/
/*  21. About video Area
/*----------------------------------------*/
.video-area .video-inner {
    background: url(img/about/vd.jpg);
	background-position: center center;
	background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 6px;
}
.video-area .video-inner::after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    content:"";
    background: rgba(10, 27, 40, 0.2) none repeat scroll 0 0;
}
.video-area .video-content {
    width: 100%;
    height: 100%;
    min-height: 330px;
}
.video-text h4 {
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 21px;
    position: relative;
}
.marker-list li {
    color: #444;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
}
.marker-list li::after {
    position: absolute;
    content: "\e886";
    left: 0;
    top: 3px;
    font-family: nigocio;
    color: #003D83;
    font-weight: 700;
}
.single-brand-item a {
    border: 1px solid #ddd;
    display: block;
}
/*--------------------------------*/ 
/* 22. Faq Area
/*--------------------------------*/
.testimonial-review .single-testi{
    margin-top: 30px;
}
.faq-details .panel-heading {
    padding: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
   box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.panel-default {
    border-color: #ddd;
    border-radius: 0 !important;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-default > .panel-heading {
    color: #666;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    background: #fff;
}
.faq-details h4.check-title a {
    color: #666;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 40px;
    text-decoration: none;
    background: #fff;
}
.panel-body {
    padding: 15px 15px 0px 45px;
}
.faq-details h4.check-title {
    color: #666;
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.faq-details a span.acc-icons {
    position: relative;
}
.faq-details a span.acc-icons::before {
    color: #666;
    content:"\e874 ";
    font-family: nigocio;
    font-size: 16px;
    left: -26px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
}
.faq-details a.active span.acc-icons::before {
    color: #003D83;
    content: "\e873";
    font-family: nigocio;
    font-size: 16px;
    left: -26px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
}
.faq-details .panel-heading h4 a.active {
    color: #003D83;
    background: #f9f9f9;
}
.faq-content {
    background: #f9f9f9;
    padding: 6% 10%;
    border-radius: 5px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.faq-content .contact-form textarea#message {
    height: 135px;
}
.faq-page .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #003D83;
    display: inline-block;
    border: 2px solid #003D83;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
	transition: 0.4s;
	margin-top: 10px;
}
.faq-page .quote-btn:hover{
    color: #003D83;
    background: #fff;
    border: 2px solid #003D83;
	transition: 0.4s;
}
/*--------------------------------*/ 
/* 23. Error page
/*--------------------------------*/
.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}
.high-text{
    font-size: 200px;
    line-height: 200px;
	font-family: 'Montserrat', sans-serif;
}
.error-bot{
    font-size: 24px;
}
.error-btn {
    background: #003D83;
    border: 2px solid #003D83;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
	font-weight: 700;
}
.error-btn:hover{
    background: #fff;
    border: 2px solid #003D83;
    color: #003D83;
}
/*----------------------------------------*/
/*  24.	Contact Us page
/*----------------------------------------*/
.contact-details {
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    padding: 40px 30px;
    margin-bottom: 40px;
}
.contact-head {
    background: #f9f9f9;
    padding: 40px 30px;
}
.contact-head h3 {
    font-weight: 600;
    font-size: 26px;
}
.contact-inner a i {
    color: #003D83;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}
.contact-inner a {
    color: #666;
    font-size: 16px;
    display: block;
}
.contact-head p {
    font-size: 16px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}
.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 180px;
    padding: 20px;
    width: 100%;
}
.contact-page .contact-btn {
    background: #003D83;
    border: 2px solid #003D83;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 40px;
    transition: 0.4s;
    width: auto;
    float: left;
    text-transform: uppercase;
	border-radius: 2px;
	font-weight: 700;
}
.contact-page .contact-btn:hover {
    background:transparent;
    border: 2px solid #003D83 ;
    color: #003D83;
    transition: 0.4s;
}
/*----------------------------------------
   25. Blog Details page
----------------------------------------*/
.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 42px;
}
.blog-search-option {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #ccc;
}
.blog-search-option button {
    background: transparent;
    border: none;
}
.blog-search-option button i {
    line-height: 16px;
    font-size: 20px;
    padding: 0px 10px;
}
.blog-search-option button i:hover {
    color: #003D83;
}
.left-blog h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 15px 0px;
    text-transform: uppercase;
}
.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}
.left-blog li {
    display: block;
}
.left-blog ul li a {
    color: #444;
    display: block;
    font-size: 16px;
    padding: 10px 15px 10px 25px;
    text-transform: capitalize;
    position: relative;
}
.left-blog ul li a:before {
    position: absolute;
    content: "\f105";
    font-family: "fontawesome";
    left: 0px;
    top: 10px;
    font-size: 14px;
}
.left-blog li.current-menu-item a{
    color: #003D83;
}
.popular-tag.left-blog ul li a:before {
    display: none;
}
.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}
.post-img {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 35%;
}
.pst-content {
    display: inline-block;
    float: left;
    width: 65%;
    padding-left: 10px;
}
.pst-content p a:hover,.left-blog ul li a:hover {
    color: #003D83;
}
.pst-content p a {
    color: #444;
    font-size: 15px;
}
.blog-tags {
    padding: 1px 0;
}
.left-blog li:last-child {
    border-bottom: 0 ;
}
.popular-tag.left-blog ul li a:hover{
    color: #fff;
}
.popular-tag.left-side-tags.left-blog ul {
    padding:0px;
}
.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 0px;
}
.left-tags .left-side-tags ul li a {
    padding: 3px 10px;
    width: auto;
    border: 2px solid #003D83;
    background: #003D83;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
}
.left-tags .left-side-tags ul li a:hover {
    border: 2px solid #003D83;
    background: #fff;
	color:#003D83;
}
.left-side-tags h4 {
    margin-bottom: 15px;
}
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.comments-list ul li{
    margin-bottom: 25px;
}
.comments-list-img{
    float: left;
    margin-right: 15px;
}
.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 0 15px 60px;
    padding: 10px;
    position: relative;
}
.blog-content p {
    font-size: 15px;
    letter-spacing: 0.50px;
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 16px;
    text-align: left;
}
.blog-content h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 14px;
    line-height: 1.4;
    text-align: left;
}
.blog-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 22px;
    margin-bottom: 12px;
    line-height: 1.4;
    text-align: left;
}
.blog-content ul, .blog-content ol {
    margin-bottom: 16px;
    padding-left: 24px;
    text-align: left;
}
.blog-content li {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 6px;
}
.blog-content img{
  width:auto;
  height: auto;
  max-width: 90%;
  padding:10px 10px;
}
.blog-content ol {
  text-align: left;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #003D83;
    font-style: italic;
}
blockquote p {
    font-size: 16px !important;
    line-height: 28px;
}
.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}
.blog-details .blog-content {
    padding: 0px;
}
.author-description h2 {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
}
.author-description h2 a {
    color: #333;
}
.comments-content-wrap span b{margin-right:5px}
.comments-content-wrap span a:hover{}
span.post-time{margin-right:5px}
.comments-content-wrap p {
    color: #444;
    margin-top: 10px;
}
li.threaded-comments{margin-left:50px}
.comment-respond {
    margin-top: 20px;
}
span.email-notes{color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;}
.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}
.comment-respond input[type=text],.comment-respond input[type=email]{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;}
.comment-respond textarea#message-box{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
	height: 160px;
    width: 100%;
}
.comments-content-wrap span a {
    color: #003D83;
}
.comments-content-wrap span a:hover {
    color: #003D83;
}
.comment-respond .add-btn.contact-btn {
    background: #003D83;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 12px 20px;
    transition: 0.4s;
    border-radius: 5px;
    width: auto !important;
    margin-top: 20px;
    border: 2px solid #003D83;
    text-transform: uppercase;
    font-weight: 700;
}
.comment-respond .add-btn.contact-btn:hover{
    background: #fff;
	color: #003D83;
    border:2px solid #003D83;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0 0px;
    border-radius: 4px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #fff;
    background-color: #333;
    border: none;
    margin-left: -1px;
    border-radius: 5px;
}
.pagination>li {
    display: inline-block;
    margin: 0px 3px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
    z-index: 3;
    color: #fff;
    background-color: #003D83;
    border-color: #003D83;
    cursor: default;
    border-radius: 5px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #003D83;
    border-color: #003D83;
    border-radius: 2px;
}
.blog-page-details .left-blog-page {
    margin-top:0px;
    margin-bottom:30px;
}
.single-post-comments {
    margin-top: 30px;
}
/*----------------------------------------
 26. Project Details page
----------------------------------------*/
.project-page-area .project-menu li a {
    color: #444;
}
.project-2-column .project-single {
    float: left;
    width: 50%;
}
.project-4-column .project-single {
    float: left;
    width: 25%;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
    border-radius: 50%;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: 50%;
    position: absolute;
    left: 3%;
    margin-top: -30px;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover{
    background: #003D83;
    border: 1px solid #003D83;
    color: #fff;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    margin-top: -30px;
    position: absolute;
    right: 3%;
    top: 50%;
}
.project-history {
    background: #003D83;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.project-details h4 {
    font-size: 26px;
    font-weight: 600;
}
.project-name ul li {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0px;
}
.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}
.project-inner {
    margin-bottom: 30px;
}
.project-details p{
	font-size: 14px;
	letter-spacing: 0.5px;
}
.clients-support {
    position: relative;
    width: 100%;
    height: auto;
}
.support-text {
    padding:30px 30px 20px;
    background: #003D83;
    transition: 0.4s;
}
.support-text h4{
    color:#fff;
    font-weight: 700;
}
.support-text a {
    margin: 30px 0px 15px;
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}
.support-text p {
    font-size: 18px;
    line-height: 26px;
    color:#fff;
    font-weight: 700;
}
.support-text a i {
    display: inline-block;
    font-size: 30px;
    line-height: 22px;
    padding-right: 8px;
}
.related-area .project-content{
	margin-top: -40px;
}
/*----------------------------------------*/
/* 27.Sub Services Pages
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}
.left-menu li:first-child {
    margin: 0px 0px 2px
}
.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.left-menu li {
    display: block;
    margin-bottom: 3px;
}
.build-img .page-img {
    padding-bottom: 0;
}
.left-menu ul li.current-menu-item a {
    background: #fff none repeat scroll 0 0;
    color: #003D83;
    position: relative;
}
.left-menu ul li a:hover {
    color: #003D83;
    background: #fff; 
}
.left-menu ul li a {
    background: #f9f9f9;
    color: #666;
    display: block;
    font-size: 15px;
    font-weight: 700;
     padding: 14px 10px 14px 30px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.left-menu ul li.current-menu-item a::after, .left-menu ul li a:hover::after {
    content: "\f105";
    font-family: "fontawesome";
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
}
.down-btn {
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    position: relative;
	background: #f5f5f5;
	margin-top: 5px;
	border: 1px solid #f5f5f5;
}
.services-side-content .down-btn i {
    padding-right: 10px;
    font-size: 22px;
    line-height: 24px;
}
.down-btn:hover{
    color:#003D83;
    background: #fff;
	border: 1px solid #fff;
}
.single-page-head .clients-testi {
    padding: 20px 15px;
    border: 1px solid #003D83;
}
.single-page-head .review-text {
    margin-top: 20px;
}
.clients-testi .review-text a,
.clients-testi .guest-rev {
    color: #666;
}
.clients-testi .single-review {
    border: none;
}
.single-page-head .review-img img{
	width: 80px;
	border-radius: 50%;
}
.single-page-head .review-text h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.single-page-head .review-text p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-style: italic;
}
.single-well h3 {
    margin-bottom: 15px;
    font-size: 28px;
}

.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}
.single-well {
    margin-top: 20px;
}
.single-well a h4 {
    font-weight: 600;
    line-height: 30px;
}
.single-page {
    overflow: hidden;
}
.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #666;
}
.service-list li::before{
    position: absolute;
    left: 0;
    content:"\f00c";
    font-family:fontawesome;
    top:0;
    color: #003D83;
}
.single-page-head .service-btn{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.single-services-page .marker-list li {
    color: #666;
}
.mar-row .single-well {
    margin-top: 0px;
}
.marker-list li {
    color: #666;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 15px;
}
.marker-list li::after {
    position: absolute;
    content: "\e87f";
    left: 0;
    top: 3px;
    font-family: nigocio;
    color: #003D83;
    font-weight: 700;
}
.tab-menu {
    display: block;
    text-align: center;
}
.tab-menu ul.nav{
    margin: 0;
    padding: 0;
}
.tab-menu ul.nav li {
    border: medium none;
    display: inline-block;
}
.tab-menu ul.nav li a {
	color: #003D83;
	border: 1px solid #003D83;
}
.tab-menu ul.nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #444;
    display: block;
    font-weight: 600;
    padding: 10px 20px;
    margin-right: 5px;
    text-transform: uppercase;
    width: 131px;
}
.event-content.head-team h5 {
    background: #003D83 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.aboutus{
    padding:40px 0px 0px 0px;
}
 .about {
    padding: 3% 0;
    background: url(images/new/about-bg_02.jpg) no-repeat center;
    background-size: cover;
    }
.area-padding-new{
    padding: 40px 0px 40px 0px;
}
  .about .txt-box {
        font-size: 1.567rem;
        color: #f5f5f5;
        line-height: 220%;
        letter-spacing: 4.5px;
        margin: 5% 0;
        text-indent:2em;
    }
    /*
    左侧菜单代码
    */
     .ins-con {
        padding: 2% 0;
      }
       .ins-con .ins-lf {
        float: left;
        width: 100%;
      }
       .ins-con .ins-lf .lf-top {
        position: relative;
        z-index: 3;
        height: 48px;
        background: #003D83;
      }
       .ins-con .ins-lf .lf-top h4 {
        font-size: 3rem;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        padding: 11px 0 8px 18px;
      }
       .ins-con .ins-lf .lf-top p {
        font-size: 1.4rem;
        color: #fff;
        text-transform: uppercase;
        padding-left: 18px;
      }
       .ins-con .ins-lf .lf-con .list-box {
        background: #f7f7f7;
        padding: 15px 0;
      }
       .ins-con .ins-lf .lf-con .list-box .list {
        background: #f7f7f7;
      }
       .ins-con .ins-lf .lf-con .list-box .list ul {
        margin: 0;
      }
       .ins-con .ins-lf .lf-con .list-box .list h5 {
        font-size: 1.35rem;
        padding-left: 15%;
        cursor: pointer;
        margin: 0;
        border-bottom: 1px solid #e5e5e5;
        height: 50px;
        line-height: 50px;
        background: url("images/new/lf-lit_03.png") no-repeat 10% center;
      }
       .ins-con .ins-lf .lf-con .list-box .list h5 a {
        color: #2e2e2e;
        display: block;
      }
       .ins-con .ins-lf .lf-con .list-box .list .h5-active {
        background: #003D83 url("images/new/lf-lit2_03.png") no-repeat 10% center;
      }
       .ins-con .ins-lf .lf-con .list-box .list .h5-active a {
        color: #fff;
      }
       .ins-con .ins-lf .lf-con .list-box .list-con {
        background: #fff;
        padding: 3% 0!important;
      }
       .ins-con .ins-lf .lf-con .list-box .list-active .list-con {
        display: block;
      }
       .ins-con .ins-lf .lf-con .list-box .list-con {
        display: none;
      }
       .ins-con .ins-lf .lf-con .list-box .sub-nav2 {
        line-height: 46px;
        font-size: 1.4rem;
        cursor: pointer;
        padding: 0% 0 0% 15%;
        background: #ffffff url("images/new/lf-lit_03.png") no-repeat 10% 17px;
      }
       .ins-con .ins-lf .lf-con .list-box .sub-nav2 a {
        color: #2e2e2e;
        display: block;
      }
       .ins-con .ins-lf .lf-con .list-box .sub-nav2 .down {
        display: block;
      }
       .ins-con .ins-lf .lf-con .list-box .sub-nav2 .a-active {
        color: #003D83;
      }
       .ins-con .ins-lf .lf-con .list-box .sub-nav2:hover a {
        color: #003D83;
      }
       .ins-con .ins-lf .lf-con .list-box .sub-nav2 ul {
        padding: 0px 0 5px;
        display: none;
      }
       .ins-con .ins-lf .lf-con .list-box .sub-nav2 ul li {
        line-height: 35px;
        font-size: 1.4rem;
        transition: 0.2s;
      }
       .ins-con .ins-lf .lf-con .list-box .sub-nav2 ul li a {
        color: #666!important;
        background: none!important;
      }
       .ins-con .ins-lf .lf-con .list-box .sub-nav2 ul li:hover a {
        color: #003D83!important;
      }
       .ins-con .ins-lf .lf-con .list-box .sub-nav2 ul .li-active a {
        color: #003D83!important;
      }
       .ins-con .ins-lf .lf-con .list-box .sub-nav-active ul {
        display: block;
      }
       .ins-con .ins-lf .lf-contact {
        margin-top: 20px;
        margin-bottom: 20px;
      }
       .ins-con .ins-lf .lf-contact .contact-box {
        background: #f7f7f7;
        padding: 3% 0;
      }
       .ins-con .ins-lf .lf-contact .contact-box li {
        border-bottom: 1px solid #eee;
        padding: 5% 10% 5% 21%;
        font-size: 1.6rem;
        color: #2e2e2e;
      }
       .ins-con .ins-lf .lf-contact .contact-box li:nth-child(1) {
        background: url("images/new/lf-con-lit_03.jpg") no-repeat 10% center;
      }
       .ins-con .ins-lf .lf-contact .contact-box li:nth-child(2) {
        background: url("images/new/lf-con-lit_06.jpg") no-repeat 10% center;
      }
       .ins-con .ins-lf .lf-contact .contact-box li:nth-child(3) {
        background: url("images/new/lf-con-lit_08.jpg") no-repeat 10% center;
      }
       .ins-con .ins-lf .lf-contact .contact-box li:nth-child(4) {
        background: url("images/new/lf-con-lit_10.jpg") no-repeat 10% 14px;
      }
      /*
      *面包屑代码
    */
    .breadcrumbs{
        /* float:right; */
        padding: 15px 0px 30px 0px;
    }
      .breadcrumbs li{
        float:left;
      }
      .breadcrumb-row{
        border-bottom: 1px solid #eee;
      }

/*
* 联系我们
*/

       .ins-contact {
        padding: 3% 0;
      }
       .ins-contact .content-top {
        border: 1px solid #f5f5f5;
      }
       .ins-contact .content-top .list {
        width: 100%;
        float: left;
        /* height: 350px; */
        padding: 15px 0 0 40px;
      }
       .ins-contact .content-top .list li {
        margin: 20px 0;
        font-size: 1.4rem;
        color: #262626;
      }
       .ins-contact .content-top .list li img {
        margin-right: 22px;
      }
       .ins-contact .content-top .list:nth-child(5) {
        height: 290px;
      }
       .ins-contact .content-top .list:nth-child(6) {
        height: 290px;
      }
       .ins-contact .content-top .list-bg {
        background: #f7f7f7;
      }
       .ins-contact .contact-box {
        background: #003D83;
        padding: 3% 4% 2%;
      }
       .ins-contact .contact-box p {
        font-size: 1.4rem;
        color: #fff;
      }
       .ins-contact .contact-box img {
        margin-right: 22px;
      }
       .ins-contact .map-box {
        margin-top: 20px;
      }
       .ins-contact .map-box .my-map {
        margin: 0 auto;
        width: 100%;
        height: 430px;
      }
       .ins-contact .map-box .my-map .icon {
        background: url(https://lbs.amap.com/console/public/show/marker.png) no-repeat;
      }
       .ins-contact .map-box .my-map .icon-cir {
        height: 31px;
        width: 28px;
      }
       .ins-contact .map-box .my-map .icon-cir-red {
        background-position: -11px -5px;
      }
       .ins-contact .map-box .amap-container {
        height: 100%;
      }
/*
* 新闻中心
*/

       .ins-news li {
        padding: 3% 0;
        border-bottom: 1px solid #eee;
      }
       .ins-news li:hover .txt h6 {
        color: #003D83;
      }
       .ins-news li:hover .txt p {
        color: #003D83;
      }
       .ins-news li .img {
        width: 34%;
        float: left;
      }
       .ins-news li .img img {
        width: 100%;
      }
       .ins-news li .txt {
        width: 63%;
        float: right;
      }
       .ins-news li .txt h6 {
        font-size: 1.6rem;
        color: #313131;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 5%;
      }
       .ins-news li .txt p {
        font-size: 1.4rem;
        color: #7f7f7f;
        line-height: 170%;
        margin-bottom: 5%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -moz-line-clamp: 3;
        -o-line-clamp: 3;
      }
       .ins-news li .txt span {
        display: block;
        line-height: 25px;
        color: #afafaf;
        font-size: 1.4rem;
        padding-left: 35px;
        background: url("images/new/time_03.jpg") no-repeat left center;
      }
       .ins-news li:nth-child(4n+4) {
        margin-right: 0;
      }
      .footer .footer-content .list .form-box li {
        margin-bottom: 10px;
      }
      .footer .footer-content .list .form-box li input {
        background: #434343;
        border: none;
        padding: 0 10px;
        height: 45px;
        line-height: 45px;
        width: 100%;
        color: #ccc;
      }
      .footer .footer-content .list .form-box li textarea {
        background: #434343;
        border: none;
        padding: 10px;
        height: 88px;
        width: 100%;
        color: #ccc;
      }
      .footer .footer-content .list .form-box li:last-child input {
        font-size: 1.4rem;
        color: #fff;
        background: #003D83;
      }
      .footer .footer-content .list .contact li {
        font-size: 1.4rem;
        color: #d7d7d7;
        line-height: 200%;
        margin-bottom: 30px;
        padding-left: 38px;
      }
      .footer .footer-content .list .contact li:nth-child(1) {
        background: url("images/new/footer-icon_03.jpg") no-repeat left center;
      }
      .footer .footer-content .list .contact li:nth-child(2) {
        background: url("images/new/footer-icon_09.jpg") no-repeat left center;
      }
      .footer .footer-content .list .contact li:nth-child(3) {
        background: url("images/new/footer-icon_12.jpg") no-repeat left center;
      }
      .footer .footer-content .list .contact li:nth-child(4) {
        background: url("images/new/footer-icon_14.jpg") no-repeat left top;
      }
      .footer .footer-content .list .download li {
        font-size: 1.4rem;
        line-height: 200%;
        margin-bottom: 30px;
        padding-left: 38px;
        background: url("images/new/footer-icon_07.jpg") no-repeat left center;
      }
      .footer .footer-content .list .download li a {
        color: #d7d7d7;
      }
      .footer .footer-content .list:nth-child(4) {
        margin-right: 0;
      }
      /*首页新闻中心*/
      .news {
        padding: 3% 0;
      }
       .news .content .slideTxtBox .hd {
        position: relative;
        margin-bottom: 2%;
        text-align: center;
      }
       .news .content .slideTxtBox .hd ul li {
        width: 130px;
        height: 44px;
        text-align: center;
        line-height: 44px;
        cursor: pointer;
        font-size: 1.6rem;
        color: #595959;
        margin-right: 18px;
        margin-bottom: 15px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
      }
       .news .content .slideTxtBox .hd ul li:last-child {
        margin-right: 0;
      }
       .news .content .slideTxtBox .hd ul li.on {
        color: #fff;
        background: #003D83;
      }
       .news .content .slideTxtBox .bd ul {
        zoom: 1;
      }
       .news .content .slideTxtBox .bd li .list {
        width: 24%;
        float: left;
        margin-right: 1.333333%;
        text-align: center;
        margin-bottom: 2%;
      }
      @media (max-width: 768px) {
         .news .content .slideTxtBox .bd li .list {
          width: 49%;
          margin: 0 2% 2% 0;
        }
      }
       .news .content .slideTxtBox .bd li .list:hover .img img {
        transform: scale(1.1);
      }
       .news .content .slideTxtBox .bd li .list:hover .txt {
        background: #003D83;
      }
       .news .content .slideTxtBox .bd li .list:hover .txt h6 {
        color: #fff;
      }
       .news .content .slideTxtBox .bd li .list:hover .txt p {
        color: #fff;
      }
       .news .content .slideTxtBox .bd li .list:hover .txt span {
        color: #fff;
        background: url("images/new/time_03.png") no-repeat left center;
      }
       .news .content .slideTxtBox .bd li .list .img {
        border: 1px solid #f4f4f4;
        overflow: hidden;
      }
       .news .content .slideTxtBox .bd li .list .img img {
        transition: 0.4s;
        width: 100%;
      }
       .news .content .slideTxtBox .bd li .list .txt {
        padding: 4%;
        background: #f5f5f5;
        text-align: left;
      }
       .news .content .slideTxtBox .bd li .list .txt h6 {
        font-size: 1.6rem;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
       .news .content .slideTxtBox .bd li .list .txt p {
        font-size: 1.4rem;
        color: #7a7a7a;
        line-height: 160%;
        margin: 3% 0 5%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -moz-line-clamp: 2;
        -o-line-clamp: 2;
      }
       .news .content .slideTxtBox .bd li .list .txt span {
        font-size: 1.4rem;
        color: #8e8e8e;
        display: block;
        padding-left: 30px;
        line-height: 22px;
        background: url("images/new/time_06.png") no-repeat left center;
      }
       .news .content .slideTxtBox .bd li .list:nth-child(4n+4) {
        margin-right: 0;
      }
      @media (max-width: 768px){
.pc-con {
    display: none!important;
}

}


.index-about img{
	width:100%;
	height:234px;
}
.index-about h1{
	font-size:1.5em;
}
.index-about p{
	margin-top:30px;
	line-height:1.5em;
  text-indent: 2rem;
}
.index-about ul{
	margin:30px 0px 0px 0px;
	padding:0px;
}
.index-about ul li{
	font-size:1em;
	line-height:1.8em;
}
.index-about ul li::before{
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-right:15px;
	color:#003D83;
}
.section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.section-title h2 {
  position: relative;
  text-transform: capitalize;
}
.section-title h3 {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
}
.section-title h4 {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
}
.section-title h2 span{
  color:#999;
  font-size:0.8em;
  margin-left:8px;
}
.section-title h2 span:before{
  content: "";
  margin-right:8px;
}
.section-title:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dbdcde;
}

.section-title:after {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 60px;
    height: 1px;
    background: #0c0c18;
}
.section-title.center:after {
    left: 50%;
    margin-left: -30px;
}


.section-default-title-2 {
    position: relative;
    padding-bottom: 15px;
    
  }
  .section-default-title-2 h2 {
    position: relative;
    text-transform: capitalize;
    font-size:1.8em;
  }
  .section-default-title-2 h3 {
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
  }
  .section-default-title-2 h4 {
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
  }
  .section-default-title-2 h2 span{
    color:#999;
    font-size:0.8em;
    margin-left:8px;
  }
  .section-default-title-2 h2 span:before{
    content: "";
    margin-right:8px;
  }
  .section-default-title-2:before {
      content: "";
      position: absolute;
      top: 48px;
      left: 0;
      width: 100%;
      height: 0px;
      background: #dbdcde;
  }
  
  .section-default-title-2:after {
      content: "";
      position: absolute;
      top: 50px;
      left: 0;
      width: 40px;
      height: 3px;
      background: #003D83;
  }
  .section-default-title-2.center:after {
      left: 50%;
      margin-left: -20px;
  }
  .section-default-title-2 p{
    margin-top: 30px;
  }
  
  
  .section-default-title-3 {
    position: relative;
    padding-bottom: 15px;
  
    
  }
  .section-default-title-3 h2 {
    position: relative;
    text-transform: capitalize;
    font-size:1.8em;
    color:#fff;
  }
  .section-default-title-3 h3 {
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
  }
  .section-default-title-3 h4 {
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
  }
  .section-default-title-3 h2 span{
    color:#999;
    font-size:0.8em;
    margin-left:8px;
  }
  .section-default-title-3 h2 span:before{
    content: "";
    margin-right:8px;
  }
  .section-default-title-3:before {
      content: "";
      position: absolute;
      top: 48px;
      left: 0;
      width: 100%;
      height: 0px;
      background: #dbdcde;
  }
  
  .section-default-title-3:after {
      content: "";
      position: absolute;
      top: 50px;
      left: 0;
      width: 40px;
      height: 3px;
      background: #003D83;
  }
  .section-default-title-3.center:after {
      left: 50%;
      margin-left: -20px;
  }
  .section-default-title-3 p{
    margin-top: 30px;
  }
  
  
  .section-page-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
  
  }
  .section-page-title h2 {
    position: relative;
    text-transform: capitalize;
    font-size:1.5em;
  }
  /*.section-page-title h2::first-letter{
    color:#0c0c18;
    width:6em;
  }*/
  .section-page-title h2 span{
    color:#999;
    font-size:0.7em;
    margin-left:8px;
  
  }
  .section-page-title h2 span:before{
    content: "";
    margin-right:8px;
  }
  .section-page-title:before {
      content: "";
      position: absolute;
      top: 38px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #dbdcde;
  }
  
  .section-page-title:after {
      content: "";
      position: absolute;
      top: 37px;
      left: 0;
      width: 100px;
      height: 2px;
      background: #003D83;
  }
  .section-page-title.center:after {
      left: 50%;
      margin-left: -60px;
  }


  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  
  .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  
  .shadow-none {
    box-shadow: none !important;
  }
  
  .w-25 {
    width: 25% !important;
  }
  
  .w-50 {
    width: 50% !important;
  }
  
  .w-75 {
    width: 75% !important;
  }
  
  .w-100 {
    width: 100% !important;
  }
  
  .w-auto {
    width: auto !important;
  }
  
  .h-25 {
    height: 25% !important;
  }
  
  .h-50 {
    height: 50% !important;
  }
  
  .h-75 {
    height: 75% !important;
  }
  
  .h-100 {
    height: 100% !important;
  }
  
  .h-auto {
    height: auto !important;
  }
  
  .mw-100 {
    max-width: 100% !important;
  }
  
  .mh-100 {
    max-height: 100% !important;
  }
  
  .min-vw-100 {
    min-width: 100vw !important;
  }
  
  .min-vh-100 {
    min-height: 100vh !important;
  }
  
  .vw-100 {
    width: 100vw !important;
  }
  
  .vh-100 {
    height: 100vh !important;
  }
  
  .m-0 {
    margin: 0 !important;
  }
  
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
  
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  
  .m-1 {
    margin: 0.25rem !important;
  }
  
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }
  
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }
  
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }
  
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }
  
  .m-2 {
    margin: 0.5rem !important;
  }
  
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }
  
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }
  
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }
  
  .m-3 {
    margin: 1rem !important;
  }
  
  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
  
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }
  
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }
  
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }
  
  .m-4 {
    margin: 1.5rem !important;
  }
  
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }
  
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }
  
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }
  
  .m-5 {
    margin: 3rem !important;
  }
  
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }
  
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }
  
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
  
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  
  .p-1 {
    padding: 0.25rem !important;
  }
  
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
  
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }
  
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
  
  .p-2 {
    padding: 0.5rem !important;
  }
  
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
  
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
  
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
  
  .p-3 {
    padding: 1rem !important;
  }
  
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
  
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
  
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }
  
  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }
  
  .p-4 {
    padding: 1.5rem !important;
  }
  
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
  
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  
  .p-5 {
    padding: 3rem !important;
  }
  
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }
  
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
  
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
  
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }
  
  .m-n1 {
    margin: -0.25rem !important;
  }
  
  .mt-n1,
  .my-n1 {
    margin-top: -0.25rem !important;
  }
  
  .mr-n1,
  .mx-n1 {
    margin-right: -0.25rem !important;
  }
  
  .mb-n1,
  .my-n1 {
    margin-bottom: -0.25rem !important;
  }
  
  .ml-n1,
  .mx-n1 {
    margin-left: -0.25rem !important;
  }
  
  .m-n2 {
    margin: -0.5rem !important;
  }
  
  .mt-n2,
  .my-n2 {
    margin-top: -0.5rem !important;
  }
  
  .mr-n2,
  .mx-n2 {
    margin-right: -0.5rem !important;
  }
  
  .mb-n2,
  .my-n2 {
    margin-bottom: -0.5rem !important;
  }
  
  .ml-n2,
  .mx-n2 {
    margin-left: -0.5rem !important;
  }
  
  .m-n3 {
    margin: -1rem !important;
  }
  
  .mt-n3,
  .my-n3 {
    margin-top: -1rem !important;
  }
  
  .mr-n3,
  .mx-n3 {
    margin-right: -1rem !important;
  }
  
  .mb-n3,
  .my-n3 {
    margin-bottom: -1rem !important;
  }
  
  .ml-n3,
  .mx-n3 {
    margin-left: -1rem !important;
  }
  
  .m-n4 {
    margin: -1.5rem !important;
  }
  
  .mt-n4,
  .my-n4 {
    margin-top: -1.5rem !important;
  }
  
  .mr-n4,
  .mx-n4 {
    margin-right: -1.5rem !important;
  }
  
  .mb-n4,
  .my-n4 {
    margin-bottom: -1.5rem !important;
  }
  
  .ml-n4,
  .mx-n4 {
    margin-left: -1.5rem !important;
  }
  
  .m-n5 {
    margin: -3rem !important;
  }
  
  .mt-n5,
  .my-n5 {
    margin-top: -3rem !important;
  }
  
  .mr-n5,
  .mx-n5 {
    margin-right: -3rem !important;
  }
  
  .mb-n5,
  .my-n5 {
    margin-bottom: -3rem !important;
  }
  
  .ml-n5,
  .mx-n5 {
    margin-left: -3rem !important;
  }
  
  .m-auto {
    margin: auto !important;
  }
  
  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }
  
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }
  
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
  
  @media (min-width: 576px) {
    .m-sm-0 {
      margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
      margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
      margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
      margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
      margin-left: 0 !important;
    }
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
      margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
      margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
      margin-left: 0.25rem !important;
    }
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
      margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
      margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
      margin-left: 0.5rem !important;
    }
    .m-sm-3 {
      margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
      margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
      margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
      margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
      margin-left: 1rem !important;
    }
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
      margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
      margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
      margin-left: 1.5rem !important;
    }
    .m-sm-5 {
      margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
      margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
      margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
      margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
      margin-left: 3rem !important;
    }
    .p-sm-0 {
      padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
      padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
      padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
      padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
      padding-left: 0 !important;
    }
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
      padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
      padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
      padding-left: 0.25rem !important;
    }
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
      padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
      padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
      padding-left: 0.5rem !important;
    }
    .p-sm-3 {
      padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
      padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
      padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
      padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
      padding-left: 1rem !important;
    }
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
      padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
      padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
      padding-left: 1.5rem !important;
    }
    .p-sm-5 {
      padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
      padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
      padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
      padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
      padding-left: 3rem !important;
    }
    .m-sm-n1 {
      margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
      margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
      margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
      margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
      margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
      margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
      margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
      margin-left: -1rem !important;
    }
    .m-sm-n4 {
      margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
      margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
      margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
      margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
      margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
      margin-left: -3rem !important;
    }
    .m-sm-auto {
      margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
      margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
      margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
      margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
      margin-left: auto !important;
    }
  }
  
  @media (min-width: 768px) {
    .m-md-0 {
      margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
      margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
      margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
      margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
      margin-left: 0 !important;
    }
    .m-md-1 {
      margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
      margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
      margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
      margin-left: 0.25rem !important;
    }
    .m-md-2 {
      margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
      margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
      margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
      margin-left: 0.5rem !important;
    }
    .m-md-3 {
      margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
      margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
      margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
      margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
      margin-left: 1rem !important;
    }
    .m-md-4 {
      margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
      margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
      margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
      margin-left: 1.5rem !important;
    }
    .m-md-5 {
      margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
      margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
      margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
      margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
      margin-left: 3rem !important;
    }
    .p-md-0 {
      padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
      padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
      padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
      padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
      padding-left: 0 !important;
    }
    .p-md-1 {
      padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
      padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
      padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
      padding-left: 0.25rem !important;
    }
    .p-md-2 {
      padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
      padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
      padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
      padding-left: 0.5rem !important;
    }
    .p-md-3 {
      padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
      padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
      padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
      padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
      padding-left: 1rem !important;
    }
    .p-md-4 {
      padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
      padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
      padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
      padding-left: 1.5rem !important;
    }
    .p-md-5 {
      padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
      padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
      padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
      padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
      padding-left: 3rem !important;
    }
    .m-md-n1 {
      margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
      margin-left: -0.25rem !important;
    }
    .m-md-n2 {
      margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
      margin-left: -0.5rem !important;
    }
    .m-md-n3 {
      margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
      margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
      margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
      margin-left: -1rem !important;
    }
    .m-md-n4 {
      margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
      margin-left: -1.5rem !important;
    }
    .m-md-n5 {
      margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
      margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
      margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
      margin-left: -3rem !important;
    }
    .m-md-auto {
      margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
      margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
      margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
      margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
      margin-left: auto !important;
    }
  }
  
  @media (min-width: 992px) {
    .m-lg-0 {
      margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
      margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
      margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
      margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
      margin-left: 0 !important;
    }
    .m-lg-1 {
      margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
      margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
      margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
      margin-left: 0.25rem !important;
    }
    .m-lg-2 {
      margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
      margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
      margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
      margin-left: 0.5rem !important;
    }
    .m-lg-3 {
      margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
      margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
      margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
      margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
      margin-left: 1rem !important;
    }
    .m-lg-4 {
      margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
      margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
      margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
      margin-left: 1.5rem !important;
    }
    .m-lg-5 {
      margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
      margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
      margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
      margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
      margin-left: 3rem !important;
    }
    .p-lg-0 {
      padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
      padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
      padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
      padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
      padding-left: 0 !important;
    }
    .p-lg-1 {
      padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
      padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
      padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
      padding-left: 0.25rem !important;
    }
    .p-lg-2 {
      padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
      padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
      padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
      padding-left: 0.5rem !important;
    }
    .p-lg-3 {
      padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
      padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
      padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
      padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
      padding-left: 1rem !important;
    }
    .p-lg-4 {
      padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
      padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
      padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
      padding-left: 1.5rem !important;
    }
    .p-lg-5 {
      padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
      padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
      padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
      padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
      padding-left: 3rem !important;
    }
    .m-lg-n1 {
      margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
      margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
      margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
      margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
      margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
      margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
      margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
      margin-left: -1rem !important;
    }
    .m-lg-n4 {
      margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
      margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
      margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
      margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
      margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
      margin-left: -3rem !important;
    }
    .m-lg-auto {
      margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
      margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
      margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
      margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
      margin-left: auto !important;
    }
  }
  
  @media (min-width: 1200px) {
    .m-xl-0 {
      margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
      margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
      margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
      margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
      margin-left: 0 !important;
    }
    .m-xl-1 {
      margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
      margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
      margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
      margin-left: 0.25rem !important;
    }
    .m-xl-2 {
      margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
      margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
      margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
      margin-left: 0.5rem !important;
    }
    .m-xl-3 {
      margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
      margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
      margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
      margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
      margin-left: 1rem !important;
    }
    .m-xl-4 {
      margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
      margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
      margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
      margin-left: 1.5rem !important;
    }
    .m-xl-5 {
      margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
      margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
      margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
      margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
      margin-left: 3rem !important;
    }
    .p-xl-0 {
      padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
      padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
      padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
      padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
      padding-left: 0 !important;
    }
    .p-xl-1 {
      padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
      padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
      padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
      padding-left: 0.25rem !important;
    }
    .p-xl-2 {
      padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
      padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
      padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
      padding-left: 0.5rem !important;
    }
    .p-xl-3 {
      padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
      padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
      padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
      padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
      padding-left: 1rem !important;
    }
    .p-xl-4 {
      padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
      padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
      padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
      padding-left: 1.5rem !important;
    }
    .p-xl-5 {
      padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
      padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
      padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
      padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
      padding-left: 3rem !important;
    }
    .m-xl-n1 {
      margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
      margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
      margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
      margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
      margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
      margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
      margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
      margin-left: -1rem !important;
    }
    .m-xl-n4 {
      margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
      margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
      margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
      margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
      margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
      margin-left: -3rem !important;
    }
    .m-xl-auto {
      margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
      margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
      margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
      margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
      margin-left: auto !important;
    }
  }
  
/*
Aboutus
*/
.aboutus-left{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  left: 0;
  margin: 0 auto;
  color:#ffffff;
}
.aboutus-left h1{
  color:#ffffff;
  padding:10px 20px;
}
.aboutus-left p{
  color:#ffffff;
  padding:0px 10px 0px 10px;
}
.aboutus-right{
    position: absolute;
    right: 0;
    text-align: center;
    top: 35%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
}
.aboutus-right .aboutus-right-top{
    top:35%;
    display: block;
    color:#ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 2.367rem;
    line-height: 20px;
    margin-bottom: 10px;
}
.aboutus-right .aboutus-right-bottom{
    display: block;
    color:#ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;    
    font-size: 2.367rem;
    line-height: 20px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .aboutus-right .aboutus-right-top{ 
        top:18%;
        font-size: 1.867rem;
    }
    .aboutus-right .aboutus-right-bottom{
        font-size: 1.867rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .aboutus-right .aboutus-right-top{
        top:22%;
        font-size: 1.867rem;
    }
    .aboutus-right .aboutus-right-bottom{
        font-size: 1.867rem;
    }
}

@media (min-width: 992px) and (max-width: 1169px) {

}
.background-parallax-2 {
	background:url(images/parallax1.jpg) no-repeat center 50%;
	-webkit-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
}
.background-parallax-2 .text-white {
	z-index:999;
}
.background-parallax-2 .text-white p{
    color:#ffffff;
    text-align: left;
    font-size: 1.67rem;
}
.dianqi a > div{
  width:100%;
  display:block;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  margin: 0 10px 15px 10px;
}
.dianqi a:hover > div {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 61, 131, 0.12);
}
.dianqi div span{
  padding:6px 0px;
  font-size:1.687rem;
}
.dianqi img{
  width:100%;
  height: auto;
  padding: 10px 10px;
}
.dianqi{
  display: block;
}
.dianqi a{
  text-align: center;
  color: #333;
}
.index-aboutus-case{
  display: inline-block;
}
.index-aboutus-case img{
  padding:10px 10px;
}
@media (max-width: 767px) {
  .dianqi div span{
    padding:6px 0px;
    font-size:0.687rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
.dianqi div span{
  padding:6px 0px;
  font-size:0.687rem;
}
}
@media (min-width: 992px) and (max-width: 1169px) {

}
/*----------------------------------------
 .End CSS
----------------------------------------*/
/*----------------------------------------
 Language Switcher
----------------------------------------*/
header {
    position: relative;
}

.lang-switcher {
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    line-height: 1;
}

.lang-switcher a {
    padding: 4px 10px;
    font-size: 0.8rem;
    color: #fff;
    background: rgba(0,0,0,0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: background 0.2s ease;
    white-space: nowrap;
    border-radius: 3px;
}

.lang-switcher a.active {
    background: rgba(0,0,0,0.5);
}

.lang-switcher a:hover {
    background: rgba(0,0,0,0.55);
    text-decoration: none;
}

.lang-switcher a:hover {
    color: #fff;
    border-color: rgba(255,255,255,0.4);
    text-decoration: none;
}

/* =============================================
   Homepage Beautification Enhancements
   ============================================= */

/* Base typography using loaded Google Fonts */
body {
    font-family: 'Inter', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, sans-serif !important;
    letter-spacing: -0.02em;
}

/* Smooth transitions on all interactive elements */
.single-blog, .single-awesome-project, .single-services,
.well-services, .blog-image img, .awesome-img img {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* Card hover: lift and shadow */
.single-blog:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 61, 131, 0.12);
}

.single-awesome-project:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.single-services:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 61, 131, 0.1);
}

.well-services:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Image zoom on hover */
.single-blog:hover .blog-image img,
.single-awesome-project:hover .awesome-img img {
    transform: scale(1.08);
}

/* Section title modern refinement */
.section-headline h3 {
    position: relative;
    letter-spacing: 1px;
}

.section-headline h3::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #003D83, #4A90D9);
    margin: 15px auto 0;
    border-radius: 2px;
}

.section-headline.text-left h3::after {
    margin: 15px 0 0;
}

/* 移除首页板块标题（公司资质/应用案例/新闻中心）下多余的两条装饰横杠 */
.section-headline.text-center::after,
.section-headline.text-center h3::after {
    display: none;
}

/* 统一：关于我们使用的 section-default-title-2 也有一条标题下横杠，一并移除保持无横杠 */
.section-default-title-2:after,
.section-default-title-2.center:after {
    display: none;
}

/* Gradient overlay on hero section */
.main-overly {
    background: linear-gradient(135deg, rgba(0, 30, 70, 0.7) 0%, rgba(0, 61, 131, 0.5) 100%) !important;
}

/* Blog card - modern style */
.single-blog {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.blog-content {
    padding: 20px;
}

.blog-title h4 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}

/* Blog image with overlay */
.blog-image {
    position: relative;
    overflow: hidden;
}

.blog-image img {
    transition: transform 0.5s ease;
}

/* Blog button */
.blog-btn {
    display: inline-block;
    padding: 6px 18px;
    border: 2px solid #003D83;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    color: #003D83;
    transition: all 0.3s ease;
}

.blog-btn:hover {
    background: #003D83;
    color: #fff;
    text-decoration: none;
}

/* Section separator between homepage sections */
.project-area, .blog-area, .services-area,
.welcome-area, .quote-area, .choose-area {
    position: relative;
}

/* Index about section padding */
.index-about {
    margin: 30px 0;
}

.index-about .aboutus-left {
    padding: 20px 0;
}

.index-about .aboutus-right {
    padding: 20px 0;
}

/* About section title */
.about-top-header {
    font-size: 36px !important;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-top-description {
    font-size: 18px;
    color: #666;
    letter-spacing: 1px;
}

/* Category grid in dianqi section */
.dianqi-section {
    margin-bottom: 80px; /* 电气自动化与下方"公司资质"的上下间距，与其它板块节奏统一 */
}

.dianqi a {
    display: block;
    text-align: center;
}

.dianqi a:hover {
    text-decoration: none;
}

.dianqi a img {
    max-width: 100px;
    display: block;
    margin: 0 auto 8px;
}

.dianqi a span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

/* Qualifications swiper styling */
.swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.swiper-button-next,
.swiper-button-prev {
    color: #003D83 !important;
    background: rgba(255,255,255,0.9);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px !important;
    font-weight: 700;
}

/* Intro section / hero banner enhancements */
.slider-images img {
    filter: brightness(0.8);
}

.layer-1-2 h1 {
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

/* Counter section */
.fun-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.fun_text {
    text-align: center;
    padding: 20px;
}

.fun_text .counter {
    font-size: 48px;
    font-weight: 700;
    color: #003D83;
    display: block;
    line-height: 1.2;
}

.fun_text h5 {
    font-size: 16px;
    color: #555;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Counter parallax background */
.counter-area.parallax-blue-bg {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

/* Contact form area */
.quote-area {
    background: linear-gradient(135deg, #003D83 0%, #1a5fa8 100%) !important;
}

.quote-area .sub-head h4 {
    color: #fff;
}

.quote-area .quote-btn {
    background: #fff;
    color: #003D83;
    border: none;
    padding: 12px 35px;
    border-radius: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.quote-area .quote-btn:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Footer quick form */
.sidebar-footer .form-box input[type="submit"] {
    background: #003D83;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sidebar-footer .form-box input[type="submit"]:hover {
    background: #1a5fa8;
}

/* Services area cards */
.single-services {
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
}

.single-services:hover {
    background: linear-gradient(135deg, #003D83, #1a5fa8);
}

.single-services:hover .service-content h4,
.single-services:hover .service-content p,
.single-services:hover .service-btn {
    color: #fff !important;
}

.single-services:hover .service-images i,
.single-services:hover .service-images [class^="icon-"],
.single-services:hover .service-images [class^="flaticon-"] {
    color: #fff !important;
}

/* Choose area / Why Choose Us section */
.choose-area {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    padding: 60px 0;
}

.choose-inner .section-headline h3 {
    color: #003D83;
}

/* Service icon styling */
.service-images {
    display: inline-block;
    margin-bottom: 15px;
}

.service-images i,
.service-images [class^="icon-"],
.service-images [class^="flaticon-"] {
    font-size: 48px;
    color: #003D83;
    transition: color 0.3s ease;
}

/* Welcome/featured area */
.well-services {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}

.main-services .well-content {
    padding: 20px;
}

.main-services .well-content h4 {
    font-size: 16px;
    font-weight: 600;
}

/* Image overlay effect */
.image-overly {
    background: rgba(0, 61, 131, 0.9) !important;
}

/* Pagination styling */
.pagination {
    margin: 20px 0;
}

.pagination li a,
.pagination li span {
    border: 1px solid #ddd;
    padding: 8px 14px;
    margin: 0 3px;
    border-radius: 4px !important;
    color: #003D83;
    transition: all 0.3s ease;
}

.pagination li.active a,
.pagination li a:hover {
    background: #003D83;
    color: #fff;
    border-color: #003D83;
}

/* Breadcrumb styling */
.breadcrumbs {
    padding: 8px 0;
    margin: 0;
    list-style: none;
}

.breadcrumbs li {
    display: inline;
    font-size: 13px;
    color: #666;
}

.breadcrumbs li a {
    color: #003D83;
}

/* Error page styling */
.error-easy-text {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}

.error-bot {
    font-size: 18px;
    color: #666;
    margin: 20px 0;
}

.error-btn {
    display: inline-block;
    padding: 12px 35px;
    background: #003D83;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.error-btn:hover {
    background: #1a5fa8;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 61, 131, 0.3);
}

/* Mobile menu improvements */
.mobile-menu-area {
    background: #003D83;
}

.mobile-menu .logo {
    padding: 10px 0;
}

