@charset "utf-8";
*, *:before, *:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html, body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}
@font-face {
	font-family: mFont;
	src: url('../fonts/SourceHanSansCN-Light.ttf');
}
@font-face {
	font-family: mFont-bold;
	src: url('../fonts/SourceHanSansCN-Bold.ttf');
}
body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	overflow-x: hidden;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	font-family: mFont, microsoft YaHei;
}

img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
}

button {
	outline: 0 !important;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-100 {
	padding-top: 100px;
}

.bg-grey {
	background-color: rgba(136, 116, 181, .11) !important;
}

.color-text {
	color: #5764ec;
}

.author-name {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.section-padding {
	padding: 100px 0;
}

a {
	color: #404040;
	outline: 0 !important;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

a:hover {
	text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	font-family: mFont, microsoft YaHei;
}

p {
	font-size: 16px;
	line-height: 1.8;
	color: #505050;
	margin-bottom: 15px;
	font-weight: 400;
	font-family: mFont, microsoft YaHei;
}

p:last-child {
	margin-bottom: 0;
}

.default-btn {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #ffffff;
	background-color: #5764ec;
	border-radius: 5px;
	font-weight: 600;
	font-size: 15px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
}

.btn-primary {
	border: none;
	display: inline-block;
	line-height: initial;
	border-radius: 3px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding: 14px 32px;
	position: relative;
	z-index: 1;
	font-size: 15px;
	font-weight: 600;
}

.btn-primary {
    display: inline-block;
    color: #ffffff;
    background-color: #5764ec;
    background-image: linear-gradient(135deg, #ff561d 0%, #ff561d 50%, #5764ec 50%, #5764ec 100%);
    background-position: right center;
    text-align: center;
    text-decoration: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background;
    transition-property: color, background;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    background-size: 270% auto;
}

.btn-primary:hover, .btn-primary:focus {
	background-position: left center;
	-webkit-box-shadow: unset !important;
	-moz-box-shadow: unset !important;
	box-shadow: unset !important;
}

.btn-mr-right-20 {
	margin-right: 20px;
}

/* margin top */
.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

/* margin bottom */
.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mr-15 {
	margin-right: 15px;
}

.section-title {
	text-align: center;
	margin-bottom: 65px;
}

.section-title h6 {
    font-size: 16px;
    color: #ff561d;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-title h2 {
	font-size: 24px;
	color: #0b0b31;
	font-weight: 800;
	margin: 0;
}

/******************************************
 ** - 00 -  Go Top CSS
 ******************************************/
.go-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 35px;
	color: #ffffff;
	background-color: #5764ec;
	z-index: 4;
	width: 45px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
	border-radius: 5px;
}

.go-top.active {
	top: 62%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #ff561d;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.go-top:hover, .go-top:focus {
	color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
	opacity: 1;
	visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

/**************************************
 ** - 00 - Preloader Area CSS
 **************************************/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background-color: #ffffff;
}

.preloader .preloader-inner {
    width: 70px;
    height: 70px;
    display: grid;
    gap: 10px;
    grid-template-columns: auto auto;
    animation: rotate 2s linear 0s infinite;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -35px;
    margin-left: -35px;
}

.preloader .item1 {
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 0%;
    background-color: #5764ec;
}

.preloader .item2 {
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 0%;
    background-color: #ff561d;
}

.preloader .item3 {
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 0%;
    background-color: #ff561d;
}

.preloader .item4 {
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 0%;
    background-color: #5764ec;
}

@keyframes rotate {
    0%{rotate: 0deg; transform: scale(0.6);}
    50%{ rotate: 100deg; transform: scale(0.4);}
    100%{rotate: 360deg; transform: scale(0.6);}
}

/**************************************
 ** - 02 - Navbar Area CSS
 **************************************/
.inspire-responsive-nav {
	display: none;
}

.navbar-area .inspire-nav-top-bar {
    background: #5764ec;
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-area .inspire-nav-top-bar .call-to-action p {
	margin: 0 13px 0 0;
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
}

.navbar-area .inspire-nav-top-bar .call-to-action p i {
	margin-right: 3px;
	font-size: 14px;
}

.navbar-area .inspire-nav-top-bar .call-to-action p a {
	color: #ffffff;
}

.navbar-area .inspire-nav-top-bar .call-to-action p a:hover, .navbar-area .inspire-nav-top-bar .call-to-action p a:focus {
	text-decoration: underline;
}

.navbar-area .inspire-nav-top-bar .top-social {
	float: right;
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
}

.navbar-area .inspire-nav-top-bar .top-social li {
	display: inline-block;
	vertical-align: sub;
}

.navbar-area .inspire-nav-top-bar .top-social li a {
	font-size: 14px;
	margin-left: 10px;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: #fff;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 50px;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	text-align: center;
}

.navbar-area .inspire-nav-top-bar .top-social li a:hover, .navbar-area .inspire-nav-top-bar .top-social li a:focus {
	color: #fff;
	background-color: transparent;
	border: 1px solid #ffffff;
}

.navbar-area .inspire-nav-top-bar.template-color-bg {
	background: #5764ec;
	border-bottom: none;
}

.navbar-area .inspire-nav-top-bar.template-color-bg .call-to-action p a {
	color: #ffffff;
}

.navbar-area .inspire-nav-top-bar.template-color-bg .top-social li a {
	color: #ffffff;
}

.navbar-area.is-sticky .inspire-nav-top-bar {
	display: none;
}

.inspire-nav {
	background-color: #fff;
	padding: 0;
}

.inspire-nav .navbar {
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.inspire-nav .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.inspire-nav .navbar .navbar-nav {
	float:right;
	margin-right:30px
}

.inspire-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding:15px 0;
}

.inspire-nav .navbar .navbar-nav .nav-item a {
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	padding:0;
	margin:0 20px;
}

.inspire-nav .navbar .navbar-nav .nav-item a:hover, .inspire-nav .navbar .navbar-nav .nav-item a:focus, .inspire-nav .navbar .navbar-nav .nav-item a.active {
	color: #5764ec;
}

.inspire-nav .navbar .navbar-nav .nav-item a i {
	font-size: 10px;
	position: relative;
	top: -1px;
	margin-left: 1px;
}

.inspire-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0;
}

.inspire-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0;
}

.inspire-nav .navbar .navbar-nav .nav-item:hover a, .inspire-nav .navbar .navbar-nav .nav-item:focus a, .inspire-nav .navbar .navbar-nav .nav-item.active a {
	color: #5764ec;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	position: absolute;
	border: none;
	top: 80px;
	right: -35px;
	width: 180px;
	z-index: 99;
	display: block;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	background-color: #292929;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0;
	margin: 0;
}
.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #6a6a6a;
}
.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child{border-bottom:0px}
.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
	content: '';
	position: absolute;
	left: -5px;
	top: 50%;
	width: 0;
	height: 1px;
	background-color: #5764ec;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: 0.4s !important;
	transition: 0.4s !important;
	padding: 0;
	margin: 0;

}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover {
	background: transparent;
}
.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #5764ec;
	padding-left: 5px;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
	width: 5px;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #696997;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #5764ec;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #5764ec;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #5764ec;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #5764ec;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #5764ec;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #5764ec;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #5764ec;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #5764ec;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #5764ec;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #5764ec;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #5764ec;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 0px;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #5764ec;
}

.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 0px;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.inspire-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.inspire-nav .navbar .other-option {
	margin-left: 0;
	margin-top: 0px;
}

.inspire-nav .black-logo {
	display: none;
}

.navbar-area {
	background-color: #ffffff;
	position: relative;
	z-index: 999;
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0 0px 8px 0 rgba(108, 112, 138, 0.15);
	-moz-box-shadow: 0 0px 8px 0 rgba(108, 112, 138, 0.15);
	box-shadow: 0 0px 8px 0 rgba(108, 112, 138, 0.15);
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.navbar-area.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	background: #ffffff !important;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
}

.inspire-nav.inspire-fixed-nav.scroll-to-fixed-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	background: #000;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
}

.navbar-area.is-sticky .navbar-nav .nav-item a {
	color: #333;
}

.navbar-area.is-sticky .navbar-nav .nav-item a:hover, .navbar-area.is-sticky .navbar-nav .nav-item a:focus, .navbar-area.is-sticky .navbar-nav .nav-item a.active {
	color: #5764ec;
}

.navbar-area.is-sticky .inspire-nav .navbar-brand .white-logo {
	display: none;
}

.navbar-area.is-sticky .inspire-nav .navbar-brand .black-logo {
	display: block;
}
.navbar-brand{margin-left:20px}
@media only screen and (max-width: 991px) {
	.navbar-area {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-area.is-sticky {
		border-bottom: none;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-area.is-sticky .logo .white-logo {
		display: none;
	}

	.navbar-area.is-sticky .logo .black-logo {
		display: block;
	}

	.inspire-responsive-nav {
		display: block;
	}

	.inspire-responsive-nav .inspire-responsive-menu {
		position: relative;
	}

	.inspire-responsive-nav .inspire-responsive-menu.mean-container .mean-nav ul {
		font-size: 14px;
	}

	.inspire-responsive-nav .inspire-responsive-menu.mean-container .mean-nav ul li a {
		font-size: 15px;
	}

	.inspire-responsive-nav .inspire-responsive-menu.mean-container .mean-nav ul li a.active {
		color: #5764ec;
	}

	.inspire-responsive-nav .inspire-responsive-menu.mean-container .mean-nav ul li li a {
		font-size: 15px;
	}

	.inspire-responsive-nav .inspire-responsive-menu.mean-container .navbar-nav {
		overflow-y: scroll;
		height: 336px;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
	}

	.inspire-responsive-nav .inspire-responsive-menu.mean-container .others-options {
		display: none;
	}

	.inspire-responsive-nav .mean-container a.meanmenu-reveal {
		color: #0b0b31;
	}

	.inspire-responsive-nav .mean-container a.meanmenu-reveal span {
		background: #0b0b31;
	}

	.inspire-responsive-nav .logo {
		position: relative;
		width: 50%;
		z-index: 999;
	}

	.inspire-responsive-nav .logo .white-logo {
		display: block;
	}

	.inspire-responsive-nav .logo .black-logo {
		display: none;
	}

	.inspire-nav {
		display: none;
	}
}

.inspire-nav .navbar .option-item {
	margin-right: 30px;
	position: relative;
}

.inspire-nav .navbar .option-item .search-btn {
	font-size: 15px;
	color: #737373;
	cursor: pointer;
	background: transparent;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.inspire-nav .navbar .option-item .close-btn {
	font-size: 16px;
	color: #737373;
	cursor: pointer;
	display: none;
	background: transparent;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.inspire-nav .navbar .option-item .close-btn.active {
	display: block;
}

.search-overlay {
	display: none;
}

.search-overlay.search-popup {
	position: absolute;
	top: 60px;
	width: 350px;
	background: #ffffff;
	z-index: 2;
	right: 0;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	margin-top: 0;
}

.search-overlay.search-popup .search-form {
	position: relative;
}

.search-overlay.search-popup .search-form .search-input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: initial;
	border: 1px solid #e0e0e0;
	color: #02162e;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-top: 4px;
	padding-left: 10px;
}

.search-overlay.search-popup .search-form .search-button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	background: #5764ec;
	border: none;
	width: 50px;
	line-height: 53px;
	outline: 0;
	color: #ffffff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding: 0;
}

.search-overlay.search-popup .search-form .search-button i {
	font-size: 16px;
}

.home-slider-area {
	position: relative;
	z-index: 1;
}

.home-slider,
.home-slider-single-item {
	height: 750px;
	overflow: hidden;
	display: block;
}

.home-slider-single-item {
	display: flex;
	align-items: center;
	/*padding: 70px 0;*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
	width: 100%;
}

.home-slider-single-item::before {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: -1;
	background: #222;
}

.home-slider-single-item .container {
	position: relative;
	z-index: 3;
}

.home-slider-single-item::after {
	content: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .7);
}

.home-slider-content {
	width: 100%;
	max-width: 510px;
	padding-bottom: 50px;
	text-align: left;
}

.home-slider-title {
	color: #fff;
	font-size: 45px;
	font-weight: 800;
	margin-bottom: 20px;
}

.home-slider-description {
	max-width: 500px;
}

.home-slider-description p {
	margin-bottom: 0;
	color: #fff;
	font-size: 18px;
}

.home-slider-btn-box {
	margin-top: 25px;
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flickity-page-dots {
	position: relative;
	bottom: inherit;
	margin-top: 33px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.flickity-page-dots .dot {
	position: relative;
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	background: 0 0;
	opacity: 1;
	margin: 0 1.125rem .625rem 0;
}

.flickity-page-dots .dot:last-child {
	margin-right: 0;
}

.flickity-page-dots .dot.is-selected::after {
	background-color: #5764ec;
	width: 100%;
	height: 100%;
}

.flickity-page-dots .dot:hover::after {
	background-color: #5764ec;
}

.flickity-page-dots .dot::after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: transparent;
    border: 1px solid #5764ec;
	margin: 0;
	border-radius: 50%;
	outline: 0;
	transition: all .25s;
}

.flickity-dots-white .flickity-page-dots .dot::after {
	background-color: #fff;
}

.flickity-dots-white .flickity-page-dots .dot.is-selected::after {
	background-color: #5764ec;
}

.flickity-prev-next-button {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #000;
	border: 0;
	display: flex;
}

.flickity-prev-next-button .flickity-button-icon {
	position: relative;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	margin: auto;
	fill: #fff;
}

.ios .flickity-prev-next-button .flickity-button-icon {
	width: 15px;
	height: 15px;
}

.carusel-col {
	padding: 0;
	margin-right: 30px;
}

.carusel-col:last-child {
	margin-right: 0;
}

.flickity-dots-absolute .flickity-page-dots {
	position: absolute;
	bottom: 25px;
}

/**************************************
 ** - 03.01 - Demo-3 Home Area CSS
 **************************************/
.home-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 500px;
  min-height: 100vh;
  background-image: url(../img/home3-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
/*
.home-area::after {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
  z-index: -1;
  background: #060620;
}
*/
.main-banner-content {
	padding-top: 50px;
}

.main-banner-content h6 {
    color: #ff9800;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.main-banner-content h1 {
  color: #333;
  font-size: 45px;
  font-weight: 800;
  margin: 0 0 20px 0;
}

.main-banner-content p {
  color: #555;
  margin: 0 0 0 0;
}

.main-banner-content .banner-btn {
  margin-top: 35px;
}
.banner-image {
    text-align: center;
    padding-top: 40px;
}

/****************************************
 ** - 03.01 - Home-3 Shape Animation
 ****************************************/
.home-shape-animation .shape-1 {
    position: absolute;
    right: 10%;
    top: 16%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}
.home-shape-animation .shape-2 {
    position: absolute;
    left: 33%;
    top: 18%;
    z-index: -1;
}
.home-shape-animation .shape-2 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.home-shape-animation .shape-3 {
    position: absolute;
    left: 5%;
    bottom: 25%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}
.home-shape-animation .shape-4 {
    position: absolute;
    right: 10%;
    bottom: 25%;
    z-index: -1;
    -webkit-animation: animationFramesTwo 20s infinite linear;
    animation: animationFramesTwo 20s infinite linear;
}
.home-shape-animation .shape-5 {
    position: absolute;
    left: 5%;
    top: 30%;
    z-index: -1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}
.home-shape-animation .shape-6 {
    position: absolute;
    left: 50%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
}
.home-shape-animation .shape-7 {
    position: absolute;
    left: 50%;
    top: 15%;
    z-index: -1;
    -webkit-animation: moveScale 3s linear infinite;
    animation: moveScale 3s linear infinite;
}

@-webkit-keyframes rotateMe {
    from{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes rotateMe{
    from{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-webkit-keyframes animationFramesOne {
    0%{
        -webkit-transform:translate(0px,0px) rotate(0deg);
        transform:translate(0px,0px) rotate(0deg)
    }
    20%{
        -webkit-transform:translate(73px,-1px) rotate(36deg);
        transform:translate(73px,-1px) rotate(36deg)
    }
    40%{
        -webkit-transform:translate(141px,72px) rotate(72deg);
        transform:translate(141px,72px) rotate(72deg)
    }
    60%{
        -webkit-transform:translate(83px,122px) rotate(108deg);
        transform:translate(83px,122px) rotate(108deg)
    }
    80%{
        -webkit-transform:translate(-40px,72px) rotate(144deg);
        transform:translate(-40px,72px) rotate(144deg)
    }
    100%{
        -webkit-transform:translate(0px,0px) rotate(0deg);
        transform:translate(0px,0px) rotate(0deg)
    }
}
@keyframes animationFramesOne {
    0%{
        -webkit-transform:translate(0px,0px) rotate(0deg);
        transform:translate(0px,0px) rotate(0deg)
    }
    20%{
        -webkit-transform:translate(73px,-1px) rotate(36deg);
        transform:translate(73px,-1px) rotate(36deg)
    }
    40%{
        -webkit-transform:translate(141px,72px) rotate(72deg);
        transform:translate(141px,72px) rotate(72deg)
    }
    60%{
        -webkit-transform:translate(83px,122px) rotate(108deg);
        transform:translate(83px,122px) rotate(108deg)
    }
    80%{
        -webkit-transform:translate(-40px,72px) rotate(144deg);
        transform:translate(-40px,72px) rotate(144deg)
    }
    100%{
        -webkit-transform:translate(0px,0px) rotate(0deg);
        transform:translate(0px,0px) rotate(0deg)
    }
}
@-webkit-keyframes animationFramesTwo {
    0%{
        -webkit-transform:translate(0px,0px) rotate(0deg);
        transform:translate(0px,0px) rotate(0deg)
    }
    20%{
        -webkit-transform:translate(-73px,1px) rotate(-36deg);
        transform:translate(-73px,1px) rotate(-36deg)
    }
    40%{
        -webkit-transform:translate(-141px,-72px) rotate(-72deg);
        transform:translate(-141px,-72px) rotate(-72deg)
    }
    60%{
        -webkit-transform:translate(-83px,-122px) rotate(-108deg);
        transform:translate(-83px,-122px) rotate(-108deg)
    }
    80%{
        -webkit-transform:translate(40px,-72px) rotate(-144deg);
        transform:translate(40px,-72px) rotate(-144deg)
    }
    100%{
        -webkit-transform:translate(0px,0px) rotate(0deg);
        transform:translate(0px,0px) rotate(0deg)
    }
}
@keyframes animationFramesTwo {
    0%{
        -webkit-transform:translate(0px,0px) rotate(0deg);
        transform:translate(0px,0px) rotate(0deg)
    }
    20%{
        -webkit-transform:translate(-73px,1px) rotate(-36deg);
        transform:translate(-73px,1px) rotate(-36deg)
    }
    40%{
        -webkit-transform:translate(-141px,-72px) rotate(-72deg);
        transform:translate(-141px,-72px) rotate(-72deg)
    }
    60%{
        -webkit-transform:translate(-83px,-122px) rotate(-108deg);
        transform:translate(-83px,-122px) rotate(-108deg)
    }
    80%{
        -webkit-transform:translate(40px,-72px) rotate(-144deg);
        transform:translate(40px,-72px) rotate(-144deg)
    }
    100%{
        -webkit-transform:translate(0px,0px) rotate(0deg);
        transform:translate(0px,0px) rotate(0deg)
    }
}
@-webkit-keyframes rotate3d {
    0%{
        -webkit-transform:rotateY(0deg);
        transform:rotateY(0deg)
    }
    100%{
        -webkit-transform:rotateY(360deg);
        transform:rotateY(360deg)
    }
}
@keyframes rotate3d {
    0%{
        -webkit-transform:rotateY(0deg);
        transform:rotateY(0deg)
    }
    100%{
        -webkit-transform:rotateY(360deg);
        transform:rotateY(360deg)
    }
}
@-webkit-keyframes moveScale {
    0%{
        -webkit-transform:scale(.6);
        transform:scale(.6)
    }
    50%{
        -webkit-transform:scale(.8);
        transform:scale(.8)
    }
    100%{
        -webkit-transform:scale(.6);
        transform:scale(.6)
    }
}
@keyframes moveScale {
    0%{
        -webkit-transform:scale(.6);
        transform:scale(.6)
    }
    50%{
        -webkit-transform:scale(.8);
        transform:scale(.8)
    }
    100%{
        -webkit-transform:scale(.6);
        transform:scale(.6)
    }
}
@-webkit-keyframes moveLeftBounce {
    0%{
        -webkit-transform:translateX(0px);
        transform:translateX(0px)
    }
    50%{
        -webkit-transform:translateX(20px);
        transform:translateX(20px)
    }
    100%{
        -webkit-transform:translateX(0px);
        transform:translateX(0px)
    }
}
@keyframes moveLeftBounce {
    0%{
        -webkit-transform:translateX(0px);
        transform:translateX(0px)
    }
    50%{
        -webkit-transform:translateX(20px);
        transform:translateX(20px)
    }
    100%{
        -webkit-transform:translateX(0px);
        transform:translateX(0px)
    }
}
@-webkit-keyframes moveBounce {
    0%{
        -webkit-transform:translateY(0px);
        transform:translateY(0px)
    }
    50%{
        -webkit-transform:translateY(20px);
        transform:translateY(20px)
    }
    100%{
        -webkit-transform:translateY(0px);
        transform:translateY(0px)
    }
}
@keyframes moveBounce {
    0%{
        -webkit-transform:translateY(0px);
        transform:translateY(0px)
    }
    50%{
        -webkit-transform:translateY(20px);
        transform:translateY(20px)
    }
    100%{
        -webkit-transform:translateY(0px);
        transform:translateY(0px)
    }
}

/**************************************
 * 04. Mini Features Section Style
 *************************************/
.mini-feature-area {
	margin-top: -85px;
}

.single-mini-feature {
	position: relative;
	z-index: 1;
	padding: 30px 15px;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 2px 25px 0px rgba(85, 85, 85, 0.1);
	box-shadow: 0px 2px 25px 0px rgba(85, 85, 85, 0.1);
	border-radius: 5px;
	margin-top: 35px;
	-webkit-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
}

.single-mini-feature .mini-feature-bg-icon {
	color: #ff561d;
	opacity: .07;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100px;
	margin: 0 auto;
	z-index: -1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-mini-feature .mini-feature-bg-icon i {
	font-size: 200px;
}

.single-mini-feature-front {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}

.mini-feature-icon i {
	color: #ff561d;
	font-size: 35px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 38% 62% 62% 38% / 41% 44% 56% 59%;
	display: block;
	background: #f7f7f7;
}

.mini-feature-text {
	text-align: left;
	margin-left: 25px;
}

.mini-feature-text h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
	font-weight: 700;
}

.laundry-mini-feature h3 {
	margin-bottom: 0px;
}

/**************************************
 ** - 05 - All About Section CSS
 *************************************/

.about-area {
	position: relative;
	z-index: 1;
}

.about-content {
	padding-right: 0px;
}

.about-content h6 {
    font-size: 16px;
    color: #ff561d;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-content h2 {
	font-size: 38px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 15px;
}

ul.about-list-box {
    max-width: 400px;
    margin-top: 30px;
}

ul.about-list-box li {
    display: flex;
    margin-bottom: 25px;
}
ul.about-list-box li:last-child {
	margin-bottom: 0px;
}

ul.about-list-box li .about-list-icon i {
    display: inline-block;
    font-size: 50px;
    margin-right: 25px;
    color: #5764ec;
}

ul.about-list-box li .about-list-info h3 {
    font-size: 20px;
    font-weight: 700;
}

.feature-list-box li {
	margin-bottom: 5px;
	display: block;
}

.feature-list-box li:last-child {
	margin-bottom: 0px;
}

.feature-list-box li i {
	color: #5764ec;
	padding-right: 5px;
}
.about-image {
    position: relative;
}

.about-image img {
	border-radius: 5px;
}

.video-btn.popup-youtube {
	height: 70px;
	width: 70px;
	line-height: 75px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}

.video-btn.popup-youtube i {
	color: #ffffff;
	font-size: 30px;
	padding-left: 5px;
}
.about-inner-area {
    margin-top: 35px;
}
.about-page-content {
    margin-top: 35px;
}
.about-inner-area .about-page-content h3 {
	color: #333;
    font-size: 25px;
    margin-bottom: 10px;
}
/**********************************************
 ** - 05.01 - Demo-3 About Section CSS
 **********************************************/

.about-area .skills {
	margin-top: 30px;
}
.about-area .skills .skill-item {
	margin-bottom: 25px;
}
.about-area .skills .skill-item h6 {
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
    position: relative;
    z-index: 4;
    font-weight: 600;
    margin-bottom: 10px;
	letter-spacing: 0;
}
.about-area .skills .skill-item h6 em {
	float: right;
	font-size: 15px;
	font-style: normal;
}
.about-area .skills .skill-item .skill-progress {
	position: relative;
	height: 5px;
	border-radius: 5px;
	background: #f1f1fa;
}
.about-area .skills .skill-item .skill-progress .progres {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 10%;
	background-color: #5764ec;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
/**************************************
 ** - 06 - Call Button Section CSS
 *************************************/

.consultation-area {
	padding: 70px 0;
	background-color: rgba(136, 116, 181, .11);
	position: relative;
	z-index: 1;
	color: #fff;
	background: url(../img/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.consultation-area::before {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .7;
	z-index: -1;
	background: rgba(47, 55, 136, 0.5);
}

.consultation-content h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 800;
	margin-bottom: 10px;
}

.consultation-content p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.consultation-content .callbtn-number:hover {
	color: #5764ec;
}

/**************************************
 ** - 07 - All Services Section CSS
 **************************************/
.single-services-box {
	position: relative;
	z-index: 1;
	padding: 40px 30px;
	text-align: center;
	border-radius: 5px;
	background-color: #ffffff;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
	-moz-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
	box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.single-services-box:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	border-bottom: 2px solid #5764ec;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	transform: scaleX(0);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.single-services-box:hover:before {
	transform: scaleX(1);
}
.single-services-box .services-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #f5f6ff;
    border-radius: 50%;
    color: #5764ec;
	margin-bottom: 20px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-services-box:hover .services-icon {
    border-color: #5764ec;
    color: #ffffff;
	-webkit-transform: scale(.98);
	-moz-transform: scale(.98);
	-ms-transform: scale(.98);
	-o-transform: scale(.98);
	transform: scale(.98);
}
.single-services-box .services-icon::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f5f6ff;
    z-index: -1;
    border-radius: 50%;
    margin: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-services-box:hover .services-icon::before {
    background: #5764ec;
}
.single-services-box .services-icon i::before {
	font-size: 35px;
}

.single-services-box h3 {
	font-size: 20px;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box h3 a {
	display: inline-block;
}

.single-services-box p {
	font-size: 16px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
	margin-top: 15px;
	margin-bottom: 0;
}

.single-services-box .services-btn {
  margin-top: 16px;
}

.single-services-box .services-btn .services-btn-one {
    display: inline-block;
    font-size: 17px;
    color: #5764ec;
    font-weight: 600;
    letter-spacing: 0.5px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box .services-btn i {
	position: relative;
	top: 1px;
	color: #5764ec;
	font-weight: bold;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-box .services-btn i::before {
  font-size: 14px;
}

.single-services-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-services-box:hover h3 {
  color: #333;
}

.single-services-box:hover h3 a {
  color: #333;
}

.single-services-box:hover p {
  color: #333;
}

.single-services-box:hover .services-btn .services-btn-one {
  color: #333;
}

.single-services-box:hover .services-btn i {
  color: #333;
}
.services-more-btn-box {
    margin-top: 15px;
}

/*******************************************
 ** - 07.00 - Services Category Section CSS
 *******************************************/

.services-single-category {
    position: relative;
    padding: 40px 30px;
    display: block;
    border-radius: 5px;
    background: #fff;
	margin-top: 30px;
    -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    overflow: hidden;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.services-single-category:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(-5px);-webkit-box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
    box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
}

.services-single-category-icon {
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services-single-category-info {
    padding-left: 75px;
}

.services-single-category-icon i {
    width: 90px;
    height: 90px;
    background: #5764ec;
    display: block;
    text-align: center;
    line-height: 90px;
    color: #fff;
    border-radius: 50%;
}
.services-single-category-icon i.icon:before {
    font-size: 50px;
}

.services-single-category-info h3 {
    font-size: 20px;
    color: #5764ec;
    margin-bottom: 10px;
}

/*******************************************
 ** - 07.01 - Demo-2 Services Section CSS
 *******************************************/
.services-section-2 .section-title {
    text-align: left;
}
.services-section-2 {
    position: relative;
}

.services-category-box a {
    color: #ff561d;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 3px;
    text-align: center;
	font-weight: 600;
    background-color: #f4f5ff;
    display: inline-block;
    min-width: 120px;
	margin-right: 30px;
	margin-bottom: 20px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.services-category-box a:hover {
    color: #fff;
    background-color: #ff561d;
}

.services-category-info {
    margin-top: 30px;
    margin-bottom: 50px;
}

.services-category-info h6 {
    font-size: 18px;
    color: #5f5f5f;
}

.single-services-box-2 {
  position: relative;
  z-index: 1;
	display: block;
  padding: 35px 30px;
  text-align: left;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 30px;
    border: 2px solid transparent;
    -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    will-change: transform;
}

.single-services-box-2 .services-icon-2 {
    display: block;
    color: #ff561d;
	margin-bottom: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-box-2 .services-icon-2 i::before {
  font-size: 50px;
}

.single-services-box-2 h3 {
  font-size: 18px;
  margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box-2 h3 a {
  display: inline-block;
}

.single-services-box-2 p {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box-2 .services-btn {
  margin-top: 16px;
  text-align: left;
}

.single-services-box-2 .services-btn .services-btn-one {
    display: inline-block;
    color: #ff561d;
    font-size: 17px;
    font-weight: 600;
	letter-spacing: 0.5px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box-2 .services-btn i {
  position: relative;
  color: #ff561d;
  top: 1px;
  font-weight: bold;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box-2 .services-btn i::before {
  font-size: 14px;
}

.services-more-btn-box {
    margin-top: 15px;
}

/**************************************
 * 07.02 Demo-3 Services Section Style
 **************************************/

.single-services-3 {
	position: relative;
    z-index: 1;
	display: block;
	padding: 35px 25px;
    background: #fff;
	text-align: center;
    -webkit-box-shadow: 0px 2px 25px 0px rgba(85, 85, 85, 0.1);
    box-shadow: 0px 2px 25px 0px rgba(85, 85, 85, 0.1);
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;

}

.single-services-3 .bg-back-icon-3 {
    color: #ff561d;
    opacity: .06;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    margin: 0 auto;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-services-3 .bg-back-icon-3 i.icon:before {
    font-size: 200px;
}
.services-icon-3 {
    color: #5764ec;
    font-size: 35px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgb(243 243 243);
    position: relative;
    overflow: hidden;
	margin: 0 auto;
    margin-bottom: 15px;
}
.services-icon-3 .back-icon-3 {
    color: #fff;
    background: #5764ec;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-services-3:hover .services-icon-3 .back-icon-3 {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.services-icon-3 i {
	position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    line-height: 70px;
    border-radius: 50%;
    background: #f7f7f7;
}

.services-text-3 h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
}
.service-area-3 .services-more-btn-box {
    margin-top: 15px;
}
/**************************************
 * 07.03 Services-4 Section Style
 *************************************/

.single-services-4 {
	position: relative;
    z-index: 1;
	display: block;
	padding: 40px 30px;
    background: #fff;
	text-align: left;
    -webkit-box-shadow: 0px 2px 25px 0px rgba(85, 85, 85, 0.1);
    box-shadow: 0px 2px 25px 0px rgba(85, 85, 85, 0.1);
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;

}
.single-services-4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 0%;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #ff561d;
	background: linear-gradient(to right top, #ff9876, #ff8156, #ff6937, #ff5e28, #ff561d);
}
.single-services-4:hover::before {
	height: 100%;
}

.services-icon-4 {
    color: #5764ec;
    font-size: 35px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #5764ec;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.services-icon-4 .back-icon-4 {
    color: #5764ec;
    background: #fff;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-services-4:hover .services-icon-4 .back-icon-4 {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.services-icon-4 i {
	position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    line-height: 70px;
    border-radius: 50%;
    color: #fff;
    background: #5764ec;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.services-text-4 h3 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.services-text-4 p {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-services-4 .bg-back-icon-4 {
    color: #ff561d;
    opacity: .06;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    margin: 0 auto;
    z-index: -1;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-services-4 .bg-back-icon-4 i.icon:before {
    font-size: 200px;
}
.services-4-number-bg {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 120px;
    z-index: -1;
    text-align: right;
}

.services-4-number-bg span {
    font-size: 5.5rem;
    color: rgb(0, 0, 0, .03);
    font-weight: 800;
    line-height: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-services-4:hover .services-text-4 h3 {
    color: #fff;
}
.single-services-4:hover .services-text-4 p {
    color: #fff;
}
.single-services-4:hover .services-icon-4 {
    border: 1px solid #fff;
}
.single-services-4:hover .bg-back-icon-4 {
    opacity: .6;
}
.single-services-4:hover .services-4-number-bg span {
    color: rgb(0, 0, 0, .09);
}

/************************************************
 ** - 08 - Single Services Page Details CSS
 ************************************************/
.services-details-overview {
	margin-bottom: 60px;
}

.services-details-overview:last-child {
	margin-bottom: 0;
}

.services-details-overview .services-details-desc h3 {
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: 600;
}

.services-details-overview .services-details-desc .features-text {
	margin-top: 25px;
}

.services-details-overview .services-details-desc .features-text h4 {
	margin-bottom: 10px;
	font-size: 18px;
}

.services-details-bg-title-area {
    background: #242a2d;
	box-shadow: 0 10px 32px rgb(0, 0, 0, 0.20);
}
.services-details-bg-title-content h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 15px;
}

.services-details-bg-title-content h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
/***********************************************
 ** - 09 - Why Choosing Us Section CSS
 ***********************************************/
.whychoose-area {
}
.whychoose-area .section-title {
    margin-bottom: 5px;
}

.whychoose-single-item {
    position: relative;
	z-index: 1;
    margin-top: 45px;
}

.whychoose-icon-box {
    position: absolute;
    left: 0;
    top: 0;
}
.whychoose-icon-box .whychoose-icon-number {
    background: url(../img/circle-border.svg) 0 0 no-repeat;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.whychoose-info {
    padding-left: 85px;
    padding-top: 20px;
}

.whychoose-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.whychoose-number-bg {
    position: absolute;
    top: -40px;
    left: 10px;
    width: 120px;
    z-index: -1;
    text-align: right;
}

.whychoose-number-bg span {
    font-size: 12.5rem;
    color: rgba(0,0,0,.03);
    font-weight: 700;
    line-height: 1;
}

/**************************************
 * 10.How It Works Section Style
 *************************************/
.workprocess-area {
    background-color: #f4f5ff;
    position: relative;
    z-index: 1;
	padding-bottom: 210px;
}
.workprocess-area .section-title {
    margin-bottom: 15px;
}

.workprocess-single-item {
    position: relative;
    margin-top: 35px;
}

.workprocess-icon-box {
    position: absolute;
    left: 0;
    top: 0;
}
.workprocess-icon-box .workprocess-icon-number {
    background: url(../img/circle-border.svg) 0 0 no-repeat;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.workprocess-info {
    padding-left: 85px;
    padding-top: 20px;
}

.workprocess-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.workprocess-number-bg {
    position: absolute;
    top: -40px;
    left: 10px;
    width: 120px;
    z-index: -1;
    text-align: right;
}

.workprocess-number-bg span {
    font-size: 12.5rem;
    color: rgba(0,0,0,.03);
    font-weight: 700;
    line-height: 1;
}
/**************************************
 ** - 11 - Counter Section CSS
 *************************************/

.counter-wrapper-box {
	position: relative;
	background-color: #fff;
	z-index: 1;
	text-align: center;
	padding: 70px 0;
	margin-top: -122px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	-moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
}

.counter-wrapper-box::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #217fca;
	background-image: url(../img/counter-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: .5;
}

.counter-contents h2 {
	color: #333;
	font-size: 55px;
	font-weight: 700;
	margin-bottom: 10px;
	word-spacing: -10px;
	font-family: mFont, microsoft YaHei;
}

.counter-contents h3 {
	color: #333;
	font-size: 20px;
	font-weight: 700;
}

.counter-area2 {
	text-align: center;
	background-color: rgba(136, 116, 181, .11);
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 70px 0;
}

/**************************************
 ** - 12 - All Projects Section CSS
 **************************************/

.project-item-box {
    position: relative;
	margin-bottom: 75px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.project-item-box:hover {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}
.project-item-box .single-project-link {
    display: block;
}
.single-project-link img {
    border-radius: 5px;
}

.project-link-title-box {
    background-color: transparent;
    margin: 0 15px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 80px;
	overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px -5px rgba(68, 107, 138, 0.3);
    -moz-box-shadow: 0 0 20px -5px rgba(68, 107, 138, 0.3);
    box-shadow: 0 0 20px -5px rgba(68, 107, 138, 0.3);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.project-link-title-inside {
    text-align: center;
	width: 100%;
    height: 80px;
	overflow: hidden;
    border-radius: 5px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
	perspective: 1000px;
    position: relative;
    z-index: 1;
}

.project-item-box:hover .project-link-title-box {
    bottom: 15px;
}

.project-link-flip-front {
    background-color: #fff;
    color: #333;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
	overflow: hidden;
    border-radius: 5px;
    transition: all 700ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
}
.project-link-flip-back {
    background-color: #5764ec;
	background: linear-gradient(-48deg, #c6fdb8 -30%, #5764ec 60%);
    color: #fff;
    transform: rotateX(180deg);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
	overflow: hidden;
    border-radius: 5px;
    transition: all 700ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.project-link-title-box:hover .project-link-flip-front {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.project-link-title-box:hover .project-link-flip-back {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.project-link-title-box h3 {
	position: relative;
    font-size: 18px;
	font-weight: 700;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.project-link-title-box .project-link-flip-back h3 {
    font-size: 16px;
	font-weight: 700;
}

.project-more-btn-box {
    margin-top: 15px;
}

/*******************************************
 * 12.01 - Demo-2 Projects Section Style
 *******************************************/

.project-flip-area {
	position: relative;
}

.project-flip-area .project-flip-list {
	text-align: center;
	margin-bottom: 20px;
}

.project-flip-area .project-flip-list .nav {
	display: inline-block;
	margin: 0;
	position: relative;
}

.project-flip-area .project-flip-list .nav li {
	display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 5px;
    padding: 12px 25px;
	color: #333;
    background-color: #fff;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    transition: all 0.4s ease 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.project-flip-area .project-flip-list .nav li:hover, .project-flip-area .project-flip-list .nav li.filter-active {
    color: #fff;
    background-color: #ff561d;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.project-flip-area .project-flip-container {
	display: inline-block;
	width: 100%;
}

.project-flip-area .project-flip-grid {
	overflow: hidden;
}

.project-flip-box {
    position: relative;
    -webkit-backface-visibility: hidden;
	overflow: hidden;
    border-radius: 5px;
	margin-top: 30px;
}

.project-flip-content {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}
.project-flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.project-flip-box .project-flip-box-front:before {
	position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #000);
}
.project-flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.project-flip-box .project-flip-box-back:before {
	position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #150051);
}

.project-flip-box-front img, .project-flip-box-back img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.project-flip-box-front, .project-flip-box-back {
    border-radius: 5px;
    -ms-transition: transform 0.9s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.9s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.9s cubic-bezier(.4,.2,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.project-flip-box:hover .project-flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.project-flip-box:hover .project-flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.project-flip-content .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px 35px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
}

.project-flip-content .inner h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}
.project-flip-content .project-flip-box-front .inner p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}
.project-flip-content .project-flip-box-back .inner p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}

.project-flip-more-btn-box {
    margin-top: 45px;
}

/******************************************
 * 12.03 - Demo-3 Projects Section Style
 ******************************************/

.project-area-3 {
	position: relative;
}

.project-area-3 .project-list-3 {
	text-align: center;
	margin-bottom: 20px;
}

.project-area-3 .project-list-3 .nav {
	display: inline-block;
	margin: 0;
	position: relative;
}

.project-area-3 .project-list-3 .nav li {
	display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 5px;
    padding: 12px 25px;
	color: #333;
    background-color: #fff;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    transition: all 0.4s ease 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.project-area-3 .project-list-3 .nav li:hover, .project-area-3 .project-list-3 .nav li.filter-active {
    color: #fff;
    background-color: #5764ec;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.project-area-3 .project-container-3 {
	display: inline-block;
	width: 100%;
}

.project-area-3 .project-grid-box {
	overflow: hidden;
}

.project-grid-box img {
	width: 100%;
}

.project-single-item-3 {
	position: relative;
	display: block;
	overflow: hidden;
    border-radius: 3px;
	margin-top: 30px;
}

.project-single-item-3 .project-img-overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: transparent;
}

.project-single-item-3 .project-img-overlay:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
    z-index: -1;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.95);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.project-single-item-3:hover .project-img-overlay:after {
	height: 100%;
}

.project-single-item-3 .project-img-overlay .project-content .info {
    position: absolute;
    left: 5%;
    bottom: 5%;
    overflow: hidden;
}
.project-single-item-3 .project-img-overlay .project-content .info p {
    color: #5764ec;
    font-weight: 500;
    font-size: 13px;
	margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.project-single-item-3 .project-img-overlay .project-content .info h6 {
    margin-top: 5px;
    font-weight: 700;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.project-single-item-3 .project-img-overlay .project-content .icon {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #5764ec;
    text-align: center;
    font-size: 18px;
    color: #5764ec;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
}
.project-single-item-3:hover .project-img-overlay .project-content .icon {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.project-single-item-3:hover .project-img-overlay .project-content .info p,
.project-single-item-3:hover .project-img-overlay .project-content .info h6 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.project-more-btn {
	margin-top: 30px;
}

/**************************************
 * 12 - Projects-4 Page Section Style
 **************************************/
.single-project-4 {
	position: relative;
	margin-bottom: 30px;
}

.single-project-4::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #5764ec;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.project-image-4 img {
	border-radius: 5px;
}

.single-project-4 .image-hover-4 {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	text-align: left;
	color: #ffffff;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	font-size: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-project-4 .image-hover-4:hover {
	text-decoration: none;
}

.single-project-4 .image-hover-4 .overlay-text-4 {
	background: #ffffff;
	padding: 15px 20px;
	border-radius: 5px;
	will-change: transform;
}

.single-project-4 .image-hover-4 .overlay-text-4 h3 {
	color: #333;
	font-size: 18px;
	margin: 0;
	line-height: 1.3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-project-4 .image-hover-4 .overlay-text-4 h3 a {
	color: #333;
	font-size: 18px;
	margin: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-project-4 .image-hover-4 .overlay-text-4 .read-more {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-project-4 .image-hover-4 .overlay-text-4 .read-more:hover {
	color: #5764ec;
	text-decoration: underline;
}

.single-project-4:hover::before, .single-project-4:focus::before {
	opacity: 0.7;
	visibility: visible;
}

.single-project-4:hover .image-hover-4, .single-project-4:focus .image-hover-4 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: .6s;
	transition: .6s;
}

/******************************************************
 ** - 13 - Single Projects Details Page Section CSS
 ******************************************************/
.project-details-image {
  margin-bottom: 35px;
}

.projects-details-desc {
  margin-top: 5px;
}

.projects-details-desc h3 {
  margin-bottom: 13px;
  font-size: 25px;
}

.projects-details-desc .features-text {
  margin-top: 25px;
  margin-bottom: 25px;
}

.projects-details-desc .features-text h4 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.projects-details-desc .features-text h4 i {
  font-size: 16px;
  margin-right: 4px;
  color: #5764ec;
}

.projects-details-desc .project-details-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 35px;
}

.projects-details-desc .project-details-info .single-info-box {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.projects-details-desc .project-details-info .single-info-box h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.projects-details-desc .project-details-info .single-info-box span {
  display: block;
  color: #505050;
  font-size: 15px;
}

.projects-details-desc .project-details-info .single-info-box .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.projects-details-desc .project-details-info .single-info-box .social li {
  display: inline-block;
  margin-right: 8px;
}

.projects-details-desc .project-details-info .single-info-box .social li a {
    display: block;
    font-size: 15px;
    color: #5764ec;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    border: 1px solid #5764ec;
}

.projects-details-desc .project-details-info .single-info-box .social li a:hover {
	color: #ffffff;
	background-color: #5764ec;
}

/**********************************************
 ** - 14 - All Testimonial Section CSS
 **********************************************/
.testimonial-area {
	text-align: center;
}

.single-testimonial {
	position: relative;
	background-color: #ffffff;
	padding: 40px 40px;
	border-radius: 5px;
	margin: 15px;
	margin-bottom: 20px;
	text-align: left;
	transition: all .4s;
	-webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	-moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
}

.single-testimonial .testimonial-avatar-img {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: row;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.single-testimonial .testimonial-avatar-img img {
	border-radius: 50%;
	width: 90px;
	margin-right: 15px;
}

.single-testimonial .testimonial-bio-info {
	text-align: left;
	margin-top: 5px;
}

.single-testimonial .testimonial-bio-info .name {
	font-size: 18px;
	font-weight: 600;
	margin-top: 2px;
}

.single-testimonial .testimonial-bio-info span {
	font-size: 15px;
	color: #555;
}

.rating-box ul li {
	display: inline-block;
	margin-top: 1px;
}

.rating-box ul li i {
	color: #ffce39;
	font-size: 14px;
}

.single-testimonial .testimonial-content {
	padding-top: 40px;
}

.single-testimonial .testimonial-avatar-img .quote {
	position: absolute;
	z-index: -1;
	right: 0px;
	top: 10px;
	width: 75px;
	border-radius: 0;
	margin: 0;
	opacity: .1;
}

.single-testimonial .testimonial-content p {
	color: #505050;
	font-size: 17px;
}

.testimonial-area .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}

.testimonial-area .owl-theme .owl-dots .owl-dot.active span, .testimonial-area .owl-theme .owl-dots .owl-dot:hover span {
	background: #5764ec;
}

/***************************************************
 ** - 14.01 Demo-2 Testimonial-2 Section Style
 ***************************************************/
.testimonial-area2 {
	text-align: center;
	background-color: rgba(136, 116, 181, .11);
}

.single-testimonial2 {
	position: relative;
	background-color: #ffffff;
	padding: 40px 35px;
	border-radius: 5px;
	margin: 15px;
	margin-bottom: 20px;
	transition: all .4s;
	border-bottom: 3px solid transparent;
}

.owl-carousel.owl-drag .owl-item.active.center .single-testimonial2 {
	border-bottom: 3px solid #5764ec;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
}

.rating-box2 ul li {
	display: inline-block;
}

.rating-box2 ul li i {
	color: #ffce39;
	font-size: 18px;
}

.testimonial-content2 {
	margin-top: 15px;
	margin-bottom: 25px;
}

.testimonial-content2 p {
	color: #505050;
	font-size: 17px;
}

.single-testimonial2 .testimonial-bio2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}

.single-testimonial2 .testimonial-bio2 .avatar2 img {
	border-radius: 50%;
	width: 80px;
	margin: 0 auto;
}

.single-testimonial2 .testimonial-bio2 .bio-info2 {
	text-align: left;
	margin-left: 15px;
}

.single-testimonial2 .testimonial-bio2 .bio-info2 .name {
	font-size: 18px;
	font-weight: 600;
	margin-top: 2px;
}

.single-testimonial2 .testimonial-bio2 .bio-info2 span {
	font-size: 15px;
	color: #555;
}

.testimonial-area2 .owl-theme .owl-nav.disabled+.owl-dots {
	position: unset;
	right: 0;
	top: 50%;
	transform: none;
	margin-top: 20px;
}
/**************************************
 ** - 15 - Blog Section CSS
 *************************************/

.blog-area .section-title {
	margin-bottom: 30px;
}

.blog-area .single-blog {
	background: #ffffff;
	-webkit-box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.3);
	box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.3);
	border-radius: 3px;
	margin-top: 35px;
	overflow: hidden;
}

.blog-area .post-img {
	position: relative;
	overflow: hidden;
}

.blog-area .single-blog img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.blog-area .single-blog:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
	padding: 25px 25px;
	text-align: left;
}

.blog-content .blog-date {
	margin-bottom: 15px;
}

.blog-content .blog-date .blog-list li {
	display: inline-block;
}

.blog-content .blog-date .blog-list li h6 {
	font-size: 15px;
	color: #505050;
	display: inline-block;
}

.blog-content .blog-date .blog-list li .blog-inline-sep {
	padding: 0 5px;
	font-size: 14px;
	color: #333;
}

.blog-content .blog-date .blog-list li a {
	font-size: 15px;
	color: #5764ec;
	font-weight: 600;
	display: inline-block;
}

.blog-area .single-blog .blog-content h3 a {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
	display: block;
}

.blog-area .single-blog .blog-content h3 a:hover {
	color: #5764ec;
	text-decoration: underline !important;
}

.blog-bottom-text-link {
	margin-top: 15px;
}

.single-blog .blog-content .blog-bottom-text-link a {
    color: #5f5f5f;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
}

.single-blog .blog-content .blog-bottom-text-link a:hover {
	color: #5764ec;
	text-decoration: underline !important;
}

/***************************************************
 ** - 15.00 - Blog Page Number Pagination Area CSS
 ***************************************************/
.pagination-area {
	text-align: center;
}

.pagination-area .page-numbers {
	width: 45px;
	height: 45px;
	margin: 0 3px;
	display: inline-block;
	background-color: #ffffff;
	line-height: 48px;
	color: #0b0b31;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	-moz-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	font-size: 18px;
	font-weight: 700;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
	background: #5764ec;
	color: #ffffff;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	-moz-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
}
/************************************************
 ** - 16 - Blog Details Page Area CSS
 ************************************************/
.blog-details-desc .article-content {
	margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
	margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
	position: relative;
	display: inline-block;
	color: #0b0b31;
	margin-right: 21px;
}

.blog-details-desc .article-content .entry-meta ul li span {
	display: inline-block;
	color: #0b0b31;
	font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
	display: inline-block;
	color: #505050;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
	color: #5764ec;
}

.blog-details-desc .article-content .entry-meta ul li i {
	color: #5764ec;
	margin-right: 2px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
	content: '';
	position: absolute;
	top: 12px;
	right: -15px;
	width: 6px;
	height: 1px;
	background: #5764ec;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
	margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
	display: none;
}

.blog-details-desc .article-content h3 {
	margin-bottom: 15px;
	margin-top: 25px;
	font-size: 24px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
	padding-left: 0;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
	margin-bottom: 0;
}

.blog-details-desc .article-footer {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	color: #505050;
}

.blog-details-desc .article-footer .article-tags span {
	display: inline-block;
	color: #333;
	font-size: 15px;
	margin-right: 5px;
	font-weight: 600;
}

.blog-details-desc .article-footer .article-tags a {
	display: inline-block;
	color: #505050;
}

.blog-details-desc .article-footer .article-tags a:hover {
	color: #5764ec;
	text-decoration: underline;
}

.blog-details-desc .article-footer .article-share {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
	padding-left: 0;
	list-style-type: none;
	text-align: right;
	margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
	display: inline-block;
	margin-right: 8px;
}
.blog-details-desc .article-footer .article-share .social li:last-child {
	margin-right: 0px;
}

.blog-details-desc .article-footer .article-share .social li span {
	display: inline-block;
	margin-right: 5px;
	font-weight: 600;
	color: #505050;
}

.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: #5764ec;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #5764ec;
    text-align: center;
    font-size: 15px;
}

.blog-details-desc .article-footer .article-share .social li a:hover {
	color: #ffffff;
	background-color: #5764ec;
}

.blog-details-desc .post-navigation {
	margin-top: 30px;
}

blockquote, .blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 50px !important;
	position: relative;
	text-align: center;
	z-index: 1;
	margin-bottom: 20px;
	margin-top: 20px;
}

blockquote p, .blockquote p {
	color: #0b0b31;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 24px !important;
}

blockquote cite, .blockquote cite {
	display: none;
}

blockquote::before, .blockquote::before {
	color: #efefef;
	content: "\f10e";
	position: absolute;
	left: 50px;
	top: -50px;
	z-index: -1;
	font-family: mFont, microsoft YaHei;
	font-size: 140px;
	font-weight: 700;
}

blockquote::after, .blockquote::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #5764ec;
	margin-top: 20px;
	margin-bottom: 20px;
}

.post-navigation {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
}

.post-navigation .navigation-links {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-navigation .navigation-links .nav-previous {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.post-navigation .navigation-links .nav-next {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
}

.post-navigation .navigation-links div a {
	display: inline-block;
	font-weight: 600;
}

.comments-area {
	padding: 25px;
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	-moz-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	background-color: #ffffff;
}

.comments-area .comments-title {
	position: relative;
	margin-bottom: 30px;
	line-height: initial;
	font-size: 24px;
	font-weight: 600;
}

.comments-area ol, .comments-area ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.comments-area .comment-body {
	border-bottom: 1px solid #eeeeee;
	padding-left: 65px;
	color: #0b0b31;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.comments-area .comment-body .reply {
	margin-top: 15px;
}

.comments-area .comment-body .reply a {
	border: 1px solid #ded9d9;
	color: #0b0b31;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 30px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	font-size: 12px;
	font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
	color: #ffffff;
	background-color: #5764ec;
	border-color: #5764ec;
}

.comments-area .comment-author {
	font-size: 15px;
	margin-bottom: 0.1em;
	position: relative;
	z-index: 2;
}

.comments-area .comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comments-area .comment-author .fn {
	font-weight: 600;
}

.comments-area .comment-author .says {
	display: none;
}

.comments-area .comment-metadata {
	margin-bottom: .8em;
	color: #505050;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
}

.comments-area .comment-metadata a {
	color: #505050;
}

.comments-area .comment-metadata a:hover {
	color: #5764ec;
}

.comments-area .comment-respond {
	margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
	margin-bottom: 0;
	position: relative;
	font-size: 24px;
	font-weight: 600;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
	display: inline-block;
}

.comments-area .comment-respond .comment-form {
	overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
	margin-bottom: 0;
	margin-top: 10px;
}

.comments-area .comment-respond .comment-form-comment {
	margin-top: 15px;
	float: left;
	width: 100%;
}

.comments-area .comment-respond label {
	display: block;
	font-weight: 600;
	color: #0b0b31;
	margin-bottom: 5px;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
	border-color: #5764ec;
}

.comments-area .comment-respond .comment-form-author {
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
	float: left;
	width: 50%;
	padding-left: 12px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
	position: absolute;
	left: 0;
	top: 4px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
	display: inline-block;
	margin: 0;
	color: #505050;
	font-weight: normal;
	position: relative;
	top: -2px;
}

.comments-area .comment-respond .form-submit {
	float: left;
	width: 100%;
}

.comments-area .comment-respond .form-submit input {
	background: #5764ec;
	border: none;
	color: #ffffff;
	padding: 10px 30px;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
	font-weight: 600;
	font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
	color: #ffffff;
	background-color: #0b0b31;
}

/************************************************
 ** - 17 - Blog Page Sidebar Widget Area CSS
 ************************************************/
.widget-area .widget {
	margin-top: 35px;
}

.widget-area .widget:first-child {
	margin-top: 0;
}

.widget-area .widget .widget-title {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin-bottom: 25px;
	text-transform: capitalize;
	position: relative;
	font-size: 22px;
}

.widget-area .widget .widget-title::before {
	content: '';
	position: absolute;
	background: #5764ec;
	bottom: -1px;
	left: 0;
	width: 50px;
	height: 1px;
}

.widget-area .widget_search {
	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	-moz-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	background-color: #ffffff;
	padding: 15px;
}

.widget-area .widget_search form {
	position: relative;
}

.widget-area .widget_search form label {
	display: block;
	margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
	display: none;
}

.widget-area .widget_search form .search-field {
	background-color: transparent;
	height: 50px;
	padding: 6px 15px;
	border: 1px solid #eeeeee;
	width: 100%;
	display: block;
	outline: 0;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
}

.widget-area .widget_search form .search-field:focus {
	border-color: #5764ec;
}

.widget-area .widget_search form button {
	position: absolute;
	right: 0;
	outline: 0;
	bottom: 0;
	height: 50px;
	width: 50px;
	z-index: 1;
	border: none;
	color: #ffffff;
	background-color: #5764ec;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
}

.widget-area .widget_search form button:hover {
	background-color: #0b0b31;
	color: #ffffff;
}

.widget-area .widget_inspire_posts_thumb {
	position: relative;
	overflow: hidden;
}

.widget-area .widget_inspire_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
    display: block;
}

.widget-area .widget_inspire_posts_thumb .item:last-child {
	margin-bottom: 0;
}

.widget-area .widget_inspire_posts_thumb .item .thumb {
	position: relative;
	width: 110px;
	height: auto;
	float: left;
	overflow: hidden;
	margin-right: 15px;
	display: inline-block;
}

.widget-area .widget_inspire_posts_thumb .item .info {
	overflow: hidden;
	margin-top: 5px;
}

.widget-area .widget_inspire_posts_thumb .item .info span {
	display: block;
    color: #5f5f5f;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.widget-area .widget_inspire_posts_thumb .item .info .title {
	font-size: 16px;
    font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0;
}

.widget-area .widget_inspire_posts_thumb .item .info .title a {
	display: inline-block;
}

.widget-area .widget_recent_entries ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
	position: relative;
	margin-bottom: 12px;
	color: #0b0b31;
	padding-left: 14px;
	line-height: 1.5;
	font-weight: 400;
	font-size: 15.5px;
}

.widget-area .widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
	background: #5764ec;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_recent_entries ul li a {
	display: inline-block;
	color: #0b0b31;
}

.widget-area .widget_recent_entries ul li a:hover {
	color: #5764ec;
}

.widget-area .widget_recent_entries ul li .post-date {
	display: block;
	font-size: 13px;
	color: #505050;
	margin-top: 4px;
}

.widget-area .widget_archive ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_archive ul li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 14px;
	color: #0b0b31;
	font-size: 15.5px;
	font-weight: 400;
}

.widget-area .widget_archive ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
	background: #5764ec;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_archive ul li a {
	display: inline-block;
	color: #0b0b31;
}

.widget-area .widget_archive ul li a:hover {
	color: #5764ec;
}

.widget-area .widget_categories ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_categories ul li {
	position: relative;
	margin-bottom: 12px;
	color: #505050;
	padding-left: 14px;
	font-size: 15.5px;
	font-weight: 400;
}

.widget-area .widget_categories ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
	background: #5764ec;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_categories ul li a {
	color: #0b0b31;
	display: block;
}

.widget-area .widget_categories ul li a:hover {
	color: #5764ec;
}

.widget-area .widget_categories ul li .post-count {
	float: right;
}

.widget-area .widget_meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_meta ul li {
	position: relative;
	margin-bottom: 12px;
	color: #0b0b31;
	padding-left: 14px;
	font-size: 15.5px;
	font-weight: 400;
}

.widget-area .widget_meta ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
	background: #5764ec;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_meta ul li a {
	display: inline-block;
	color: #0b0b31;
}

.widget-area .widget_meta ul li a:hover {
	color: #5764ec;
}

.widget-area .widget_tag_cloud .widget-title {
	margin-bottom: 12px;
}

.widget-area .tagcloud a {
	display: inline-block;
	color: #0b0b31;
	font-weight: 400;
	font-size: 15px;
	padding: 8px 12px;
	border: 1px solid #eeeeee;
	margin-top: 8px;
	margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
	color: #ffffff;
	background-color: #5764ec;
	border-color: #5764ec;
}

.widget-area .widget_event_details ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_event_details ul li {
	border-bottom: 1px solid #eeeeee;
	color: #888f96;
	padding-bottom: 10px;
	padding-top: 10px;
}

.widget-area .widget_event_details ul li:first-child {
	padding-top: 0;
}

.widget-area .widget_event_details ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget-area .widget_event_details ul li span {
	display: inline-block;
	color: #0b0b31;
	font-weight: 400;
}

.widget-area .widget_event_details ul li a {
	display: inline-block;
	color: #888f96;
}

.widget-area .widget_event_details ul li a:hover {
	color: #5764ec;
}

/**************************************
 ** - 18 - Hire Section CSS
 *************************************/

.hire-wrapper {
	padding: 70px 0;
	background-color: rgba(136, 116, 181, .11);
	position: relative;
	z-index: 1;
	border-radius: 5px;
	background: url(../img/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.hire-wrapper::before {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .7;
	z-index: -1;
	background: rgba(47, 55, 136, 0.5);
}

.hire-content h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 800;
	margin-bottom: 15px;
}

.hire-content h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.btn-1 {
	margin-right: 10px;
}

/********************************************
 ** - 19 - Industries We Serve Section CSS
 ********************************************/
.industries-area .section-title {
    margin-bottom: 20px;
}
.industries-flip-single-item {
    position: relative;
    z-index: 1;
    perspective: 1000px;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
	margin-top: 30px;
}

.industries-flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.industries-flip-single-item:hover .industries-flip-box-front {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.industries-flip-single-item .industries-flip-box-front {
    background: #fff;
}
.industries-flip-box-front .inner img {
    width: 80px;
    height: 80px;
}
.industries-flip-single-item .industries-flip-box-front,
.industries-flip-single-item .industries-flip-box-back {
    position: relative;
    min-height: 230px;
    height: auto;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .7s ease, -webkit-transform .7s ease;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}
.industries-flip-single-item .industries-flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.industries-flip-single-item:hover .industries-flip-box-back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.industries-flip-single-item .industries-flip-box-back {
    background: #203be0;
	background: linear-gradient(to bottom, #203be0, #140050);
    border-radius: 5px;
}

.industries-flip-box-back img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.industries-flip-single-item .inner {
    text-align: center;
    padding: 0 25px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    width: 100%;
    perspective: inherit;
    -webkit-perspective: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
}

.industries-flip-single-item .industries-flip-box-front .inner h3 {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
	will-change: transform;
}
.industries-flip-single-item .industries-flip-box-back .inner h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
	will-change: transform;
}
.industries-flip-single-item .industries-flip-box-back .inner p {
    font-size: 15px;
    color: #fff;
	margin-bottom: 15px;
	will-change: transform;
}
/**************************************
 ** - 20 - Partner Section CSS
 *************************************/

.partner-area {
	padding: 50px 0px;
	background-color: rgba(136, 116, 181, .11);
}

.partner-item {
	padding: 0px 10px;
	margin: 0px 15px;
}

.partner-area .partner-carousel img {
	max-width: 100%;
	width: inherit!important;
	margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.partner-area .partner-carousel img:hover {
	opacity: .7;
	cursor: pointer;
}

.partner-section-2 {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	z-index: 1;
}

.partner-section-2 .partner-item-2 a {
    display: block;
    text-align: center;
    position: relative;
    padding: 30px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    border: 1px solid #ececec;
    margin-bottom: 30px;
    will-change: transform;
}

.partner-section-2 .partner-item-2 a:hover {
	-webkit-box-shadow: 0px 0px 17px 0 #00000038;
    -moz-box-shadow: 0px 0px 17px 0 #00000038;
    -ms-box-shadow: 0px 0px 17px 0 #00000038;
    box-shadow: 0px 0px 17px 0 #00000038;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #ffffff;
  border-color: #ffffff;
}

.partner-section-2 .partner-item-2:nth-child(6) {
	margin-left: 10%;
}

/**************************************
 ** - 21 - All Footer Section CSS
 *************************************/

.footer-area {
	background: #131328;
	padding: 100px 0;
}
.footer-about {
    padding-right: 50px;
}
.footer-logo {
	margin-bottom: 20px;
	display: inline-block;
}

.footer-list h5 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 25px;
}

.footer-list p {
	font-size: 15px;
	color: #e0dbdb;
}

.footer-list ul li {
	margin-bottom: 8px;
	color: #e0dbdb;
}

.footer-list ul li:last-child {
	margin-bottom: 0px;
}

.footer-list ul li a {
	display: inline-block;
	font-size: 15px;
	color: #e0dbdb;
}

.footer-list ul li a:hover {
	color: #ff561d;
    text-decoration: underline;
}

.footer-contact-info .footer-contact-list li span {
	display: inline-block;
	color: #e0dbdb;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .5px;
}

.footer-social-icon {
	margin-top: 25px;
}

.footer-social-icon li {
	margin-right: 10px;
	display: inline-block;
}

.footer-social-icon li a {
	color: #fff !important;
	font-size: 15px !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid transparent;
	background: #5764ec;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.footer-social-icon li a:hover {
	background: #ff561d;
	color: #fff !important;
	border-radius: 30px;
}

.newsletter-form {
  max-width: 580px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.newsletter-form .input-newsletter {
  color: #0b0b31;
  display: block;
  width: 100%;
  border: none;
  height: 54px;
  padding-left: 15px;
  border-radius: 3px;
  background-color: #f5f5f5;
  outline: 0;
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #505050;
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #505050;
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #505050;
}

.newsletter-form .input-newsletter::placeholder {
  color: #505050;
}

.newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #ffffff;
  font-size: 15px;
  background-color: #5764ec;
  border: none;
    height: 46px;
    line-height: 46px;
  padding: 0 20px;
  border-radius: 3px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.newsletter-form button:hover {
  background-color: #0b0b31;
  color: #ffffff;
}
/**2025***/
.daohang{float:left; width:100%; height:100px; background:#fff; position:relative}
.daohang span{ position:absolute; width:100%; line-height:100px; font-size:28px; color:#000; text-align:center;}
.daohang div{ position:absolute; left:30px; top:20px; z-index:10}
.daohang div.white{color:#fff}
.daohang div a{float:left; margin:0 10px; line-height:24px; font-size:16px}
.daohang div a:hover{color:#5764ec}
.daohang div label{float:left; line-height:24px; font-size:18px; color:#000; font-family:"宋体"}
.daohang div.white a{color:#fff}
.daohang div.white a:hover{ text-decoration:underline}
.daohang div.white label{color:#fff}

.serviceTitle{float:left; width:100%; height:60px; text-align:center; border-bottom:1px solid #b7b7bf;
font-size:25px; line-height:30px; margin-bottom:30px
}

.serviceInfo{float:left; width:100%; text-align:center; padding:30px 0; font-size:16px; line-height:40px}
.serviceInfo span{ font-size:24px}

.IndexBtn{float:left; border:1px solid #fff; color:#fff;
height:40px; width:140px; text-align:center; line-height:40px; font-size:16px;
-webkit-border-radius:21px;
    -moz-border-radius:21px;
    border-radius:21px;
}
.IndexBtn:hover{border:1px solid #fff; background:#fff; color:#000}

.IndexBtn1{float:left; color:#fff;
background:#979797;
height:50px; width:400px; margin:40px calc(50% - 200px); text-align:center; line-height:50px; font-size:16px;
-webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
	z-index:100
}
.IndexBtn1:hover{background:#000; color:#fff}

.indexInfo{width:100%; text-align:center; padding:50px 0; font-size:18px; line-height:40px; justify-content:center;}
.indexInfo span{ font-size:30px}
.indexInfo a{width:200px; height:48px; text-align:center; line-height:48px; background:#b2b2b2; color:#fff; font-size:16px;
padding:16px 65px
}
.indexInfo a:hover{background-color:#000}

.indexKV{width:100%; height:auto; position:relative}
.indexKV .indexInfo2{ position:absolute; left:0px; top:0px; width:100%; text-align:center; padding:30px 0; font-size:18px;
line-height:40px; justify-content:center; color:#FFF}
.indexKV .indexInfo2 span{ font-size:30px}
.indexKV .indexInfo2 a{width:200px; height:48px; text-align:center; line-height:48px; border:1px solid #fff; color:#fff; font-size:16px;
padding:16px 65px
}
.indexKV .indexInfo2 a:hover{background-color:#000; border:1px solid #000;}

.indexPinPai{float:left; width:100%; display: flex; justify-content: center}
.indexPinPai img{float:left}

.indexTitle{float:left; width:100%; text-align:center; border-bottom:1px solid #b7b7bf;
font-size:28px; line-height:30px; margin:30px 0; padding-bottom:20px
}
.indexTitle span{font-size:16px}

.indexNew{float:left; width:100%; background:#f7f7f7; height:550px; margin-bottom:50px}

.indexNewsBox{width:850px; margin:0 auto}
.indexNewsBox1{float:left; width:100%; margin-top:20px}
.indexNewsBox1 dl{float:left; width:100%; padding:10px 0}
.indexNewsBox1 dl dd{float:left; width:100%; margin-bottom:10px}
.indexNewsBox1 dl dd.time{font-size:14px}
.indexNewsBox1 dl dd a{float:left; width:48px; height:24px; text-align:center; font-size:12px; font-weight:bold;
line-height:24px;
background:#979797;
color:#fff; text-decoration:none;
-webkit-border-radius:9px;
   -moz-border-radius:9px;
        border-radius:9px;
}
.indexNewsBox1 dl dd a:hover{ background:#7380e0}
.indexNewsBox1 dl dd.content{font-size:16px; line-height:24px}
.indexNewsBox1 dl dt{float:left; width:100%; padding-top:10px; height:40px; border-top:1px solid #dedede; position:relative}
.indexNewsBox1 dl dt span{float:left; width:16px; height:16px; cursor:pointer;
background:url(../img/news_ax1.png) no-repeat center center
}
.indexNewsBox1 dl dt span.curr{background:url(../img/news_ax2.png) no-repeat center center}
.indexNewsBox1 dl dt em{floa:left; line-height:14px}

.brandKV{width:900px; margin:0 auto; text-align:center; padding-bottom:30px}

.copyright001 {
	float:left;
	width:100%;
	/*display:inline-table;*/
	background-color: #000;
	height:200px;
	position:relative
}

.copyright002 {float:left; width:100%}
.copyright002 dl{
	float:left; width:100%;
	margin-top:20px;
}
.copyright002 dl dt{
	float:left;
	width:100%;
	line-height:30px; font-size:13px; color:#7e8b8f;
	font-size:14px; letter-spacing:-1px;
	text-indent:50px;
}
.copyright002 dl dd{
	float:left; margin-left:50px; line-height:30px
}
.copyright002 dl dd a{color:#fff; margin-right:40px}
.copyright002 dl dd a:hover{color:#5764ec}

.bottomLink{float:left; margin:50px 0 0 50px; display:inline}
.bottomLink a{float:left; width:200px; height:40px; line-height:40px; margin-right:20px; font-size:14px; text-align:center; border:1px solid #fff;
color:#fff
}
.bottomLink a:hover{border:1px solid #fff; background:#fff; color:#000}

.bottomLink01{float:left; width:100%; margin-top:30px}
.bottomLink01 ul{float:left; margin-left:50px}
.bottomLink01 ul li{float:left; margin-right:40px; font-size:18px}
.bottomLink01 ul li a{color:#fff}
.bottomLink01 ul li a:hover{color:#5764ec}

.bottomLOGO{ position:absolute; right:20px; top:12px; width:250px; height:77px;
background:url(../img/logo-black.png) no-repeat center center;
background-size:70% 70%
}

.feedback{width:700px; margin:auto}
.feedback dl{float:left; width:100%; margin-top:15px}
.feedback dl dt{float:left; width:100%; font-size:16px; padding-bottom:5px}
.feedback dl dd{float:left; width:696px; border:2px solid #000}
.feedback dl dd:hover{border:2px solid #0099CC}
.feedback dl dd input{float:left; width:calc(100% - 10px); border:0px; height:44px; line-height:44px; font-size:16px; padding-left:10px}
.feedback dl dd textarea{float:left; width:calc(100% - 10px); border:0px; height:100px; line-height:24px; font-size:16px; padding-left:10px}
.feedback a{float:left; margin-top:50px; width:160px; height:50px; color:#fff; background:#000;
font-size:16px; text-align:center; line-height:50px; text-decoration:none
}
.feedback a:hover{ background:#1b328c}

.feedbackInfo{width:700px; margin:auto}
.feedbackInfo p{float:left; width:700px; line-height:24px; font-size:16px}

.selectbg_n{float:left; height:44px; position:relative}
.selectbg_n .option_current_n{float:left; background-image:url(../img/icon_down1.png); background-repeat:no-repeat; height:44px; line-height:44px; overflow:hidden; margin-left:6px; display:inline; font-size:16px; cursor:pointer}
.selectbg_n .options_n{position:absolute; top:45px; background-color:#fff; z-index:51;display:none;left:-2px; overflow-x:hidden; overflow-y:auto; border:2px solid #000}
.selectbg_n .options_n li{float:left; padding:2px 0 2px 6px; height:36px; line-height:36px; display:inline; cursor:pointer}
.selectbg_n .options_n li:hover{background-color:#36c;color:#fff}
.selectbg_n .options_n li:hover a{color:#fff; text-decoration:none}

.wt700{width:696px}
.wt700 .option_current_n{width:696px; background-position:right center}
.wt700 .options_n{width:696px}
.wt700 .options_n li{width:100%}

.lineAA{float:left; width:100%; height:30px; margin-top:30px; border-top:1px solid #dedede}

.feedbackInfo2{width:700px; margin:auto}
.feedbackInfo2 p{float:left; width:700px; line-height:36px; font-size:16px; text-align:center}
.feedbackInfo2 p.tel{ font-size:30px}
.feedbackInfo2 p:last-child{ text-align:left; line-height:24px}

.recurt1{float:left; width:100%; line-height:30px; text-align:center}
.recurt1 span{ font-size:16px}

.recurt2{float:left; width:100%; font-size:14px; padding:20px 0; line-height:40px; border-top:1px solid #dedede; text-align:center}
.recurt2 span{ font-size:18px}

.recurtGuide{width:700px; margin:0 auto}
.recurtGuide dl{float:left; width:100%; margin-top:24px;}
.recurtGuide dl dt{float:left; width:188px; height:38px; text-align:center; color:#000; font-size:14px; line-height:38px;
border:1px solid #000; margin-right:18px;
}
.recurtGuide dl dd{float:left; line-height:40px}

.csr1{width:900px; margin:0 auto}
.csr1 p{float:left; width:100%; padding-top:30px; line-height:24px; font-size:16px}
.csr1 p.trB{ text-align:right}

.gybox {
	height:auto;
	position:relative
}
.gybox850 {
	margin:0 auto;
	width:850px
}

.newsBox{width:900px; margin:0 auto}
.newsTag{float:left; width:100%}
.newsTag ul{float:left; width:100%}
.newsTag ul li{float:left; color:#000; height:40px; cursor:pointer; line-height:40px; font-size:15px; margin-right:25px}
.newsTag ul li:hover{color:#284bd2}
.newsTag ul li.curr{color:#284bd2}

.newsBox1{float:left; width:calc(100% - 2px); border:1px solid #eaeaea; margin-top:20px}
.newsBox1 dl{float:left; width:calc(100% - 160px); padding:30px 0; margin-left:80px}
.newsBox1 dl dd{float:left; width:100%}
.newsBox1 dl dd.time{font-size:14px; height:45px}
.newsBox1 dl dd.title{font-size:24px; line-height:30px; height:50px}
.newsBox1 dl dd.updata{font-size:14px; height:35px; line-height:20px}
.newsBox1 dl dd.content{font-size:16px; line-height:24px}
.newsBox1 dl dd.content p{float:left; width:100%; padding-bottom:20px}
.lineCC{float:left; width:calc(100% - 160px); padding-top:10px; height:50px; margin-left:80px; border-top:1px solid #eee; position:relative}
.lineCC span{float:right; width:16px; height:16px; cursor:pointer;
background:url(../img/news_ax1.png) no-repeat center center
}
.lineCC span.curr{background:url(../img/news_ax2.png) no-repeat center center}
.lineCC em{ position:absolute; right:20px; line-height:14px}

.newsPage{float:left; width:100%; padding:20px 0; line-height:30px; text-align:center; font-size:14px}
.newsPage a{color:#000; margin:0 5px; line-height:26px; font-family: mFont, microsoft YaHei; font-size:16px; text-decoration:none}
.newsPage a:hover{color:#284bd2}
.newsPage a.curr{color:#284bd2}
.newsPage .prev{width:24px; height:24px; font-size:14px; border:1px solid #dedede; background-color:#f1f1f1;
font-family:"宋体"; display:inline-table; text-align:center; background:none
}
.newsPage .prev:hover{ background:#284bd2; border:1px solid #284bd2; color:#fff}

.csr2{width:900px; margin:0 auto}
.csr2 h3{float:left; width:100%; padding:90px 0 50px 0; text-align:center; font-size:36px; font-family:"宋体"}
.csr2 h3 span{font-size:14px}
.csr2 p{float:left; width:100%; line-height:24px; font-size:16px}
.csr2 p.bt{font-size:18px; text-align:center; padding-bottom:20px}

.csr3{width:900px; margin:0 auto}
.csr3 h3{float:left; width:100%; padding:40px 0 40px 0; text-align:center; font-size:32px;
font-weight:normal}
.csr3 .pic3{float:left; width:100%; display: flex;
  justify-content: center}
.csr3 .pic3 img{float:left; width:112px; height:112px; margin:0 5px}
.csr3 .info3{float:left; width:100%; line-height:24px; padding:30px 0 50px 0}
.csr3 .cont3{float:left; width:100%}
.csr3 .cont3 dl{float:left; width:100%; margin:20px 0; position:relative}
.csr3 .cont3 dl dt{float:left; width:230px; height:44px; padding:0 5px; line-height:22px; margin-right:20px; background:#eee8e3;
font-weight:normal;
display: grid;
place-items: center;
text-align:center;
font-size:15px
}
.csr3 .cont3 dl dd{float:left; width:640px; height:44px; line-height:22px;
display: flex;
align-items: center;
}

.csrPic{ position:absolute; right:0px; top:-10px; width:128px}
.csrPic img{float:left}

.csrLink{width:960px; margin:0 auto}
.csrLink span{float:left; width:100%; font-size:18px; margin-top:60px; height:45px}
.csrLink a{float:left; width:25%; height:40px; line-height:40px; text-decoration:underline}
.csrLink a:hover{text-decoration:none}

.csr4{width:900px; margin:0 auto}
.csr4 h3{float:left; width:100%; padding:40px 0 50px 0; text-align:center; font-size:28px
}
.csr4 dl{float:left; width:100%; line-height:24px; font-size:14px}
.csr4 dl dt{float:left; width:100%; text-align:center}
.csr4 dl dd{float:left; width:100%; line-height:24px; padding-bottom:30px; font-size:14px}

.lineDD{float:left; width:100%; padding-top:10px; height:20px; margin-top:50px; border-top:1px solid #dedede; position:relative}

.aboutInfo{width:900px; margin:40px auto}
.aboutInfo img{float:left; opacity:0.8;filter:alpha(opacity=80);}
.aboutInfo img:hover{opacity:1;filter:alpha(opacity=100);}
.aboutInfo td a span{float:left; width:100%; margin-top:20px; padding-bottom:20px; font-size:18px; line-height:40px}

.aboutTitle{float:left; width:100%; height:100px; margin-top:50px; text-align:center; font-size:24px}

.aboutInfo2{width:930px; margin:40px auto}
.aboutInfo2 p{float:left; width:100%; padding-bottom:30px}
.aboutInfo2 p.title2{ text-align:center; font-size:32px}
.aboutInfo2 p:last-child{ text-align:center}

.aboutInfo3{width:930px; margin:40px auto}
.aboutInfo3 dl{float:left; width:100%; margin-bottom:70px}
.aboutInfo3 dl dt{float:left; width:440px}
.aboutInfo3 dl dt img{width:440px; height:auto}
.aboutInfo3 dl dd{float:left; width:440px; margin:0 25px}
.aboutInfo3 dl dd label{float:left; width:100%; height:36px; line-height:36px; text-align:center; font-size:18px}
.aboutInfo3 dl dd p{float:left; width:100%; margin:0px; text-align:justify; line-height:32px}

.aboutTable{border-top:1px solid #cdcdd1}
.aboutTable th{ text-align:left; padding-left:10px; background:#f1f1f1; border-bottom:1px solid #cdcdd1}
.aboutTable td{ background-color:#fff; padding:25px 15px; border-bottom:1px solid #cdcdd1}

.popQYLN{ position:absolute; z-index:100; width:750px; height:450px; left:50%; margin-left:-400px; background:#fff; display:none}
.popQYLN h2{float:left; width:100%; height:65px; position:relative}
.popQYLN h2 span{ position:absolute; width:16px; height:16px; right:25px; top:25px;
background:url(../img/close.png) no-repeat center center; opacity:0.9;filter:alpha(opacity=90); cursor:pointer
}
.popQYLN h2 span:hover{opacity:1;filter:alpha(opacity=100);
}
.popQYLN label{float:left; width:100%; text-align:center; font-size:20px}
.popQYLN label span{float:left; width:100%; font-size:14px}
.popQYLN p{float:left; width:550px; margin-left:100px; line-height:40px}
.popQYLN .btnA{float:left; width:120px; height:48px; line-height:48px; text-align:center; font-size:14px; color:#fff;
background:#4f4f4f; margin-left:305px; margin-top:50px; cursor:pointer
}
.popQYLN .btnA:hover{ background:#000}

#popMask{z-index:99;width:100%; height:100%; background-color:#000;position:absolute;top:0;left:0;opacity:0.5;filter:alpha(opacity=50); display:none}

.aboutInfo4{width:930px; margin:20px auto 40px auto}
.aboutInfo4 p{float:left; width:100%; padding-bottom:15px}

.aboutTable4{border-top:1px solid #cdcdd1}
.aboutTable4 th{ width:180px; text-align:left; padding:20px 0 20px 10px; border-bottom:1px solid #cdcdd1; vertical-align:top}
.aboutTable4 td{ background-color:#fff; padding:20px 15px; border-bottom:1px solid #cdcdd1; vertical-align:top}

.privacy{width:930px; margin:20px auto 40px auto}
.privacy h3{float:left; width:100%; height:45px; margin:20px 0 10px 0; font-size:20px; border-bottom:1px solid #dedede}
.privacy p{float:left; width:100%; padding-bottom:10px; margin-top:10px;}
.privacy p span{float:left; width:calc(100% - 20px); padding-left:20px; background:url(../img/icon_dot.png) no-repeat left 14px;
line-height:36px}
.privacy p:last-child{padding-bottom:100px}

input,textarea{outline:none; resize:none}

span.goTop{float:left; width:45px; height:45px; background:url(../img/goTop.png) no-repeat center center}


.purBG{float:left; width:100%; background:url(../img/pur_pic01.jpg) no-repeat center bottom; background-size:cover cover}

.prupose0{width:960px; margin:0 auto}
.prupose0 dl{float:left; width:300px; padding:30px 0; margin:0 10px; background:#f4f4f4}
.prupose0 dl dt{float:left; width:100%; text-align:center; font-size:24px}
.prupose0 dl dd{float:left}
.prupose0 dl dd.et{width:100%; text-align:center}
.prupose0 dl dd.ec{width:calc(100% - 40px); height:100px; margin:20px}
.prupose0 dl a{float:left; width:120px; height:40px; color:#fff; text-align:center; line-height:40px; line-height:40px; font-size:16px;
background-color:#c3c3c3; margin-left:90px;
}
.prupose0 dl a:hover{background-color:#000}

.pur0{float:left; width:100%}
.pur0 p{float:left; width:100%; color:#fff; padding-bottom:20px; text-align:center; font-size:16px; line-height:36px}
.pur0 p.tp1{ font-size:16px}
.pur0 p.tp2{ font-size:30px}
.pur0 p.tp3{ font-size:21px}
.pur0 p:last-child{padding-bottom:300px}

.pur1Title{float:left; width:100%; padding:30px 0}
.pur1Title dl{float:left; width:100%}
.pur1Title dl dt{float:left; height:60px; margin:10px 0; width:100%}
.pur1Title dl dt.t1{background:url(../img/pur_pic01.png) no-repeat center center; background-size:auto 60%}
.pur1Title dl dt.t2{background:url(../img/pur_pic02.png) no-repeat center center; background-size:auto 60%}
.pur1Title dl dt.t3{background:url(../img/pur_pic03.png) no-repeat center center; background-size:auto 60%}
.pur1Title dl dd{float:left; width:100%; text-align:center}

.pur1List{width:930px; margin:40px auto}
.pur1List dl{float:left; width:100%; margin:20px 0}

.pur1List dl dt{float:left; width:450px}
.pur1List dl dt img{width:450px; height:360px}
.pur1List dl dd{float:left; width:440px; margin:0 20px}
.pur1List dl dd label{float:left; width:100%; padding:10px 0; line-height:28px; text-align:left; font-size:18px; color:#c4a23e}
.pur1List dl dd p{float:left; width:100%; line-height:30px}

.pur1Cotent{float:left; width:100%; height:270px; text-align:center; padding:20px 0 20px; background:#f0ecd8}
.pur1Cotent h3{width:1000px; margin:0 auto; line-height:36px; font-weight:normal; font-size:24px}
.pur1Cotent h3 span{float:left; width:100%; font-size:16px}

.pur2Info{float:left; width:100%; padding:70px 0 50px 0; text-align:center; background:rgba(227,227,227,1)}
.pur2Info div{width:800px; margin:0 auto}
.pur2Info div.oneInfo{width:700px; margin:0 auto}
.pur2Info div span{float:left; width:100%; padding-bottom:40px; text-align:center; font-size:30px}
.pur2Info div span em{font-style:normal; font-size:16px}
.pur2Info div label{float:left; width:100%; font-size:20px; text-align:center; padding-bottom:20px}
.pur2Info div p{float:left; width:100%; padding-bottom:30px; line-height:30px; font-size:14px; text-align:center}

.pur2Total{float:left; width:100%; padding-top:40px; text-align:center}

.pur2Map{float:left; width:100%; padding:20px 0; text-align:center}
.pur2Map div{width:1000px; margin:0 auto}

.pur2List{width:960px; margin:0 auto}
.pur2List dl{float:left; width:calc(25% - 20px); margin:0 10px}
.pur2List dl dt{float:left; width:100%}
.pur2List dl dd{float:left; width:100%; height:50px; font-size:15px; margin-top:10px}

.otherTitle{float:left; width:100%; padding:30px 0; text-align:center; font-size:24px; line-height:40px}
.otherTitle span{font-size:24px; font-weight:bold}
.otherInfo{width:960px; margin:0 auto; padding-bottom:120px}
.otherPic{float:left; width:100%}

.banner {
	position: relative;
	overflow: auto;
	text-align: center;
}

.banner ul li {
	float: left;
	height: 350px;
}

#banenr {
	height: 350px;
	overflow: hidden;
}

#banenr .dots {
	position: absolute;
	left:50%;/**wxd0827**/
	margin-left:-34px;/**wxd0827**/
	bottom: 10px;
	z-index: 10;
	overflow: hidden;
	white-space: nowrap;
	display:none
}

#banenr .dots li {
	float: left;
	display: inline-block;
	margin: 0 4px;
	text-indent: -999em;
	width: 12px;
	height: 12px;
	cursor: pointer;
	-webkit-transition: background .5s,opacity .5s;
	-moz-transition: background .5s,opacity .5s;
	transition: background .5s,opacity .5s;
	overflow: hidden;
}

#banenr .dots li.active {
	width: 20px;
	height: 12px;
	opacity: 1;
}
.unslider-arrow04{ position:absolute; z-index:30; top:50%; width:40px; height:40px; z-index:12;
text-indent:-9999px;
-webkit-border-radius:20px;
   -moz-border-radius:20px;
        border-radius:20px;
		opacity:0.7;filter:alpha(opacity=70);
}
#banenr .prev{left:10px; background:url(../img/arrow_left.png) no-repeat center center}
#banenr .next{right:10px; background:url(../img/arrow_right.png) no-repeat center center}
.unslider-arrow04:hover{opacity:1.0;filter:alpha(opacity=100);}

.storyA{ position:absolute; z-index:15; left:150px; top:30px; color:#fff}
.storyA dl{float:left; width:200px}
.storyA dl dt{float:left; width:150px; height:70px; background:url(../img/other_pic3.png) no-repeat center top; background-size:120px 59px}
.storyA dl dd{float:left; width:150px; text-align:center; font-size:14px}
.storyA dl label{float:left; text-align:left; line-height:50px; font-size:20px; margin-top:45px}
.storyA dl label em{ font-size:36px; font-style:normal}

.storyInfo{ float:left; width:100%; text-align:center; color:#000; font-size:16px; line-height:30px; line-height:30px; padding:50px 0; border-bottom:1px solid #dedede}
.storyInfo span{font-size:20px}

.storyInfo2{ float:left; width:100%; padding:30px 0 50px 0; border-bottom:1px solid #dedede}
.storyInfo2 div{width:960px; margin:0 auto}
.storyInfo2 div .leftC{float:left; width:680px; margin-right:40px}
.storyInfo2 div .leftC p{float:left; line-height:32px}
.storyInfo2 div .rightC{float:left; width:240px}
.storyInfo2 div .rightC dl{float:left; width:100%; padding-bottom:25px}
.storyInfo2 div .rightC dl dt{float:left; width:100%}
.storyInfo2 div .rightC dl dt img{float:left; width:240px; height:240px}
.storyInfo2 div .rightC dl dd{float:left; width:100%; margin-top:10px; font-size:16px; font-weight:bold; text-align:center}
.storyInfo2 div .rightC dl dd span{font-size:20px}

.storyInfo4{ float:left; width:100%; padding:20px 0}
.storyInfo4 .sta1{width:918px; height:280px; margin:0 auto; padding:20px; border:1px solid #000}
.storyInfo4 .sta1 dl{float:left}
.storyInfo4 .sta1 dl dd{float:left; width:360px; margin-right:10px; height:240px;
}
.storyInfo4 .sta1 dl dd span{float:left; width:100%; padding:60px 0 10px 0; font-size:20px; font-weight:bold}
.storyInfo4 .sta1 dl dt{float:left; margin-left:10px}
.storyInfo4 .sta1 dl dt img{float:left; width:240px; height:240px}

.storyInfo4 .sta2{width:918px; height:212px; margin:0 auto; padding:20px; border:1px solid #000}
.storyInfo4 .sta2 dl{float:left}
.storyInfo4 .sta2 dl dd{float:left; width:300px; margin:0 10px 0 20px; height:172px;
}
.storyInfo4 .sta2 dl dd span{float:left; width:100%; padding:0px 0 10px 0; font-size:20px; font-weight:bold}
.storyInfo4 .sta2 dl dt{float:left; margin-left:10px}
.storyInfo4 .sta2 dl dt img{float:left; width:172px; height:172px}

.storyBtn{width:100%; text-align:center; padding:50px 0; font-size:18px; line-height:40px; justify-content:center;}
.storyBtn a{width:200px; height:48px; text-align:center; line-height:48px; background:#fff; color:#000; font-size:16px;
padding:16px 57px; border:1px solid #000; margin:0 30px
}
.storyBtn a:hover{background-color:#000; color:#fff;}

.storyTitle{float:left; width:100%; text-align:center; padding:30px 0; font-size:24px; line-height:30px; font-weight:bold
}

.storyInfo3{float:left; width:100%; padding:20px 0; text-align:center}
.storyInfo3 div{width:960px; margin:0 auto}
.storyInfo3 div p{float:left; width:100%; text-align:left; padding:0px; line-height:32px; margin:0px}

.storyInfo31{float:left; width:100%; padding:20px 0; text-align:center}
.storyInfo31 dl{width:960px; margin:0 auto}
.storyInfo31 dl dd{float:left; width:650px; margin-right:20px; text-align:left; line-height:32px}
.storyInfo31 dl dt{float:left; width:254px; margin:0 18px; text-align:left}
.storyInfo31 dl dt img{float:left; width:254px; height:auto}

.storyInfo32{float:left; width:100%; padding:20px 0}
.storyInfo32 dl{width:920px; margin:30px auto}

.storyInfo32 dl.story321{height:400px}
.storyInfo32 dl.story321 img{float:left; width:700px; height:auto}
.storyInfo32 dl.story321 dd{float:left; width:200px; position:relative}
.storyInfo32 dl.story321 dd p{ position:absolute; right:0px; width:350px; line-height:32px}

.storyInfo32 dl.story322{height:390px}
.storyInfo32 dl.story322 dt{float:left; width:575px; height:100%; position:relative}
.storyInfo32 dl.story322 dt img.s11{position:absolute; left:40px; z-index:4; width:170px; height:170px}
.storyInfo32 dl.story322 dt img.s12{ position:absolute; right:0px; top:150px; width:575px; height:auto; z-index:3}
.storyInfo32 dl.story322 dt p{position:absolute; left:10px; z-index:4; width:240px; top:175px; line-height:24px}
.storyInfo32 dl.story322 dd{float:left; width:315px; margin-right:30px; line-height:32px}

.storyInfo32 dl.story323{height:320px}
.storyInfo32 dl.story323 img{float:left; width:540px; height:auto}
.storyInfo32 dl.story323 dd{float:right; width:350px; line-height:32px}

.storyInfo32 dl.story324 img{float:left; width:700px; height:auto}
.storyInfo32 dl.story324 dd{float:right; width:220px; position:relative}
.storyInfo32 dl.story324 dd p{ position:absolute; right:0px; width:440px; line-height:32px}


.storyInfo33{ float:left; width:100%; padding:50px 0; border-top:1px solid #000}
.storyInfo33 dl{width:938px; margin:0 auto;}
.storyInfo33 dl dd{float:left; width:580px; margin-top:70px}
.storyInfo33 dl dd b{font-size:20px}
.storyInfo33 dl dd a{ text-decoration:underline}
.storyInfo33 dl dd a:hover{text-decoration:none}
.storyInfo33 dl dt{float:left; width:300px; margin-right:50px}
.storyInfo33 dl dt img{float:left; width:300px; height:auto}

.storyList{float:left; width:100%}
.storyList ul{width:970px; margin:0 auto}
.storyList ul li{float:left; width:140px; height:140px; position:relative; margin:25px}
.storyList ul li img{float:left; width:140px; height:140px}
.storyList ul li span{ position:absolute; left:0px; top:0px; width:100%; height:100%; background-color:rgba(0,0,0,0.5); display:none}
.storyList ul li:hover span{ display:block}

.storyPic2{float:left; width:100%; text-align:center}
.storyPic2 img{float:none; margin:0 10px}
.storyPic2 img:nth-child(1){width:330px; height:330px}
.storyPic2 img:nth-child(2){width:240px; height:240px}

.storyPic21{float:left; width:100%; padding-bottom:50px; text-align:center}
.storyPic21 img{float:none; margin:0 10px; width:459px; height:150px}

.storyInfo21{ float:left; width:100%; padding:50px 0; border-bottom:1px solid #dedede}
.storyInfo21 .sta21{width:938px; height:540px; margin:0 auto; padding:20px; border:1px solid #000}
.storyInfo21 .sta21 dl{float:left; width:100%;}
.storyInfo21 .sta21 dl dt{float:left; width:630px; margin-right:20px}
.storyInfo21 .sta21 dl dt h3{float:left; width:100%; padding-bottom:10px; font-size:20px}
.storyInfo21 .sta21 dl dt label{float:left; width:100%; font-size:14px; margin-top:7px; font-weight:normal}
.storyInfo21 .sta21 dl dt label span{float:left; width:80px; line-height:30px; margin-right:20px; font-size:16px}
.storyInfo21 .sta21 dl dt label em{float:left; width:calc(100% - 100px); font-style:normal; line-height:30px; font-size:16px}
.storyInfo21 .sta21 dl dd{float:left; width:240px}
.storyInfo21 .sta21 dl dd img{float:left; width:240px; height:240px}
.storyInfo21 .sta21 dl dd img:nth-child(1){margin-bottom:20px}

.storyInfo21 .sta21 dl dt.ts label span{width:130px}
.storyInfo21 .sta21 dl dt.ts label em{width:calc(100% - 150px)}

.storyInfo22{ float:left; width:100%; padding:50px 0}
.storyInfo22 .sta22{width:918px; height:350px; margin:0 auto; padding:20px; border:1px solid #000}
.storyInfo22 .sta22 dl{float:left; width:100%;}
.storyInfo22 .sta22 dl dt{float:left; width:610px; margin-right:20px}
.storyInfo22 .sta22 dl dt em{float:left; font-weight:normal; font-style:normal; width:100%}
.storyInfo22 .sta22 dl dt label{float:left; margin-top:20px; width:140px; height:140px; position:relative;
-webkit-border-radius:70px;
   -moz-border-radius:70px;
        border-radius:70px;
		overflow:hidden;
		margin-right:10px;
}
.storyInfo22 .sta22 dl dt label span{}
.storyInfo22 .sta22 dl dt label span{ position:absolute; left:0px; top:0px; width:100%; height:100%; background-color:rgba(0,0,0,0.5); display:none}
.storyInfo22 .sta22 dl dt label:hover span{ display:block}
.storyInfo22 .sta22 dl dt label img{float:left; width:140px; height:140px}
.storyInfo22 .sta22 dl dd{float:left; width:240px; text-align:center; font-weight:bold}
.storyInfo22 .sta22 dl dd img{float:left; margin-top:10px}
/**2025***/
.copyright-area {
	float:left;
	width:100%;
	/*display:inline-table;*/
	background-color: #2f2f2f;
	height:100px;
	position:relative
}

.copyright-area p {
	color: #e0dbdb;
	font-size: 15px;
}

.copyright-area ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: right;
}

.copyright-area ul li {
	display: inline-block;
	color: #e0dbdb;
	font-size: 15px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.copyright-area ul li a {
	display: inline-block;
	color: #e0dbdb;
}

.copyright-area ul li a:hover {
	color: #ff561d;
}

.copyright-area ul li::before {
	content: '';
	position: absolute;
	top: 5px;
	right: -13px;
	width: 1px;
	height: 14px;
	background-color: #ffffff;
}

.copyright-area ul li:last-child {
	margin-right: 0;
}

.copyright-area ul li:last-child::before {
	display: none;
}

.copyright-area ul li:first-child {
	margin-left: 0;
}

/**********************************************
 ** - 21.01 - Demo-2 Footer Section CSS
 **********************************************/
.footer-section-2 {
	background-image: url(../img/footer-shape.svg);
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.footer-section-2::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	opacity: 0.8;
	background-image: url(../img/footer-dot.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.footer-heading-2 {
	margin-bottom: 25px;
}
.footer-heading-2 h3 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	margin: 0 0 0 0;
	position: relative;
}
.single-footer-widget-2 p {
	font-size: 14px;
	color: #000;
	font-weight: 400;
}
.single-footer-widget-2 .footer-heading-2 {
	margin-bottom: 25px;
}
.single-footer-widget-2 .footer-heading-2 h3 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	margin: 0 0 0 0;
}
.single-footer-widget-2 .footer-quick-links-2 {
	padding-left: 0;
	margin-bottom: 0;
}
.single-footer-widget-2 .footer-nav-links-2 li {
	list-style-type: none;
	padding-bottom: 12px;
}
.single-footer-widget-2 .footer-nav-links-2 li:last-child {
	padding-bottom: 0;
}
.single-footer-widget-2 .footer-quick-links-2 li a {
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .5px;
}
.single-footer-widget-2 .footer-quick-links-2 li a:hover {
	color: #5764ec;
	text-decoration: underline;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.footer-offices-info-2 {
	margin-bottom: 30px;
}
.footer-offices-info-2:last-child {
	margin-bottom: 0px;
}
.footer-offices-info-2 h6 {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .5px;
}
.footer-offices-info-2 p {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .5px;
	margin-bottom: 0;
}
.footer-offices-info-2 span a {
	color: #5764ec;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.5px;
}
.single-footer-widget-2 .footer-info-contact-2 {
	position: relative;
	margin-bottom: 15px;
}
.single-footer-widget-2 .footer-social-2 {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 20px;
}
.single-footer-widget-2 .footer-social-2 li {
	display: inline-block;
	margin-right: 10px;
}
.single-footer-widget-2 .footer-social-2 li:last-child {
	margin-right: 0;
}
.single-footer-widget-2 .footer-social-2 i {
	display: inline-block;
	font-size: 18px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	color: #5764ec;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
	text-align: center;
}
.single-footer-widget-2 .footer-social-2 i:hover {
	background-color: #ff561d;
	color: #ffffff;
	border: 1px solid #ff561d;
}
.newsletter-form-2 {
	max-width: 580px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.newsletter-form-2 .input-newsletter {
	display: block;
	width: 100%;
	background-color: #f5f5f5;
	border: none;
	height: 54px;
	padding-left: 25px;
	border-radius: 3px;
	outline: 0;
	color: #0b0b31;
}
.newsletter-form-2 .input-newsletter::-webkit-input-placeholder {
	color: #505050;
}
.newsletter-form-2 .input-newsletter:-ms-input-placeholder {
	color: #505050;
}
.newsletter-form-2 .input-newsletter::-ms-input-placeholder {
	color: #505050;
}
.newsletter-form-2 .input-newsletter::placeholder {
	color: #505050;
}
.newsletter-form-2 button {
	position: absolute;
	right: 4px;
	top: 4px;
	color: #ffffff;
	font-size: 15px;
	background-color: #5764ec;
	border: none;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	border-radius: 3px;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.newsletter-form-2 button:hover {
	background-color: #0b0b31;
	color: #ffffff;
}
.single-footer-widget-2 .footer-download-btn-2 {
	margin-top: 25px;
}
.single-footer-widget-2 .footer-download-btn-2 a {
	display: inline-block;
}
.single-footer-widget-2 .footer-download-btn-2 .app-link-btn-1 {
	margin-right: 10px;
}
.single-footer-widget-2 .footer-download-btn-2 a:hover {
	opacity: .8;
}

/**********************************************
 ** - 22 - Other Page Banner Title Area CSS
 **********************************************/
.page-title-area {
	position: relative;
	z-index: 1;
	padding: 20px 0;
	background: #5764ec;
	background: linear-gradient(to right,rgb(87 100 236) 0,rgba(58,67,74,0) 50%);
}

.page-title-content {
	text-align: left;
}

.page-title-content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.page-title-content ul li {
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.page-title-content ul li a {
	display: inline-block;
	color: #ffffff;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
}

.page-title-content ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.page-title-content ul li::after {
	content: '\007c';
    padding: 0 10px;
    vertical-align: top;
    font-weight: bolder;
    font-size: 12px;
}

.page-title-content ul li:last-child::after {
	display: none;
}

/****************************************
 ** - 23 - All Contact Page Section CSS
 ****************************************/

.home-3-contact-area,
.contact-page-1-section {
	background-image: url(../img/map-image.png);
    background-position: right center;
    background-size: auto;
    background-repeat: no-repeat;
}
.contact-form-box {
    margin-top: 35px;
}
.contact-form .form-group {
	margin-bottom: 30px;
}

.contact-form form .form-control {
	background-color: #ffffff;
	border: none;
	height: 50px;
	font-size: 15px;
	border: 1px solid #cacaca;
}
.home-3-contact-area form .form-control,
.contact-page-1-section form .form-control {
	background-color: transparent;
	border: none;
	height: 50px;
	font-size: 15px;
	border: 1px solid #cacaca;
}

.contact-form form .form-control:focus {
	border: 1px solid #5764ec;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.contact-form form textarea.form-control {
	height: auto;
	padding-top: 15px;
	line-height: initial;
}

.contact-info-box .single-contact-box {
	text-align: center;
	background-color: #ffffff;
	padding: 0px 25px;
	margin-top: 30px;
}

.single-contact-box img {
	margin-bottom: 30px;
}

.contact-section .form-message {
	margin: 0;
}
.contact-section .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.contact-section .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
	margin-bottom: 30px;
}

/**************************************
 ** - 23.01 - Contact-2 Page CSS
 **************************************/
.contact-form-2 .form .form-control {
    background-color: #f3f3f3;
    border: none;
    height: 50px;
    font-size: 15px;
    border: 0px solid #f3f3f3;
}
.contact-form-2 .form textarea.form-control {
    height: auto;
    padding-top: 15px;
    line-height: initial;
}
.contact-form-2 .form .form-control:focus,
.contact-form-2 .form textarea.form-control:focus {
	border: 0px;
	outline: none;
}
.single-contact-box-2 h3 {
	font-size: 28px;
	font-weight: 700;
    margin-bottom: 15px;
}
.contact-office-address-box {
	background: #fff;
	margin-top: 30px;
	padding: 45px 20px;
	text-align: center;
	border-radius: 5px;
	border-top: 2px solid #5764ec;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}

.contact-office-address-box h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact-office-address-box a {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.5px;
	display: block;
	line-height: 1.5;
}

.contact-office-address-box p {
	font-size: 14px;
	margin-bottom: 12px;
}
.social-icon-box {
	margin-top: 20px;
}

.social-icon-box li {
	margin-right: 10px;
	display: inline-block;
}

.social-icon-box li a {
	color: #5764ec;
	font-size: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #5764ec;
	background: transparent;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.social-icon-box li a:hover {
	background: #5764ec;
	color: #fff !important;
}


/**************************************
 ** - 23.02 - Contact-3 Page CSS
 **************************************/
.contact-form-3 form .form-control {
    font-size: 15px;
    width: 100%;
    padding: 10px 20px;
    height: 50px;
    color: #333;
    border: none;
    background-color: #f3f3f3;
    font-weight: 600;
    border-radius: 5px;
    text-transform: capitalize;
    border-left: 2px solid #929292;
    transition: all 0.4s;
}
.contact-form-3 .form input:focus,
.contact-form-3 .form textarea:focus {
	outline: none;
	border: none;
	border-left: 2px solid #5764ec;
}

.contact-information-box-3 .single-contact-info-box {
	position: relative;
    z-index: 1;
    padding: 15px 25px;
    display: block;
    border-radius: 3px;
    background: #f3f3f3;
    text-align: left;
    margin-bottom: 20px;
    overflow: hidden;
}
.contact-information-box-3 .contact-info {
	position: relative;
    z-index: 1;
}
.contact-information-box-3 .contact-info i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #5764ec;
    font-size: 35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    display: block;
    background: #ffffff;
}
.contact-information-box-3 .contact-info h6 {
	font-weight: 700;
    font-size: 18px;
    color: #333;
    margin-bottom: 7px;
    text-transform: capitalize;
}

.contact-information-box-3 .contact-info p {
	font-weight: 500;
	font-size: 14px;
	color: #333;
	text-transform: capitalize;
	margin: 0;
}
.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon {
    color: #ff561d;
    opacity: .07;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    margin: 0 auto;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon i {
    font-size: 200px;
}

/*********************************************
 ** - 23.00 - Contact Page Map Section CSS
 *********************************************/
.map-section {
    margin-bottom: -10px;
}

.map-section .google-map iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

/**************************************
 ** - 24 - Pricing Page Section CSS
 **************************************/
.pricing-area {
	position: relative;
	z-index: 1;
}
.single-pricing-box {
	padding: 35px 30px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #ececec;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 30px;
	will-change: transform;
}
.single-pricing-box .pricing-header h3 {
	margin-bottom: 0;
	font-size: 26px;
	font-weight: 700;
}
.single-pricing-box .pricing-header p {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 0;
}
.single-pricing-box .price {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 10px;
}
.single-pricing-box .price span {
	display: inline-block;
	margin-left: -7px;
	font-size: 20px;
	font-weight: 600;
}
.single-pricing-box .price-btn-box {
	margin-bottom: 25px;
}
.price-btn-box .btn-primary {
	border-radius: 30px;
}
.single-pricing-box .pricing-features {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.single-pricing-box .pricing-features li {
	margin-bottom: 12px;
	color: #505050;
	position: relative;
	padding-left: 24px;
}
.single-pricing-box .pricing-features li:last-child {
	margin-bottom: 0;
}
.single-pricing-box .pricing-features li i {
	color: #5764ec;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.single-pricing-box:hover {
	-webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.08);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	background-color: #ffffff;
	border-color: #ffffff;
}
.single-pricing-box:hover .price-btn-box .btn-primary::before {
	visibility: hidden;
	opacity: 0;
}
.single-pricing-box:hover .price-btn-box .btn-primary::after {
	opacity: 1;
	visibility: visible;
}
.pricing-tab .tabs {
	padding-left: 0;
	margin-bottom: 45px;
	list-style-type: none;
	text-align: center;
}
.pricing-tab .tabs li {
	display: inline-block;
}
.pricing-tab .tabs li a {
	position: relative;
	z-index: 1;
	background-color: #f1f1f1;
	padding: 10px 30px 11px;
	margin-left: -2px;
	margin-right: -2px;
	font-weight: 600;
	font-size: 16px;
	display: block;
}
.pricing-tab .tabs li a::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	opacity: 0;
	background-color: #5764ec;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.pricing-tab .tabs li a:hover {
	color: #ffffff;
}
.pricing-tab .tabs li a:hover::before {
	opacity: 1;
	visibility: visible;
}
.pricing-tab .tabs li.current a {
	color: #ffffff;
}
.pricing-tab .tabs li.current a::before {
	opacity: 1;
	visibility: visible;
}
.pricing-tab .tabs li:nth-child(1) a {
	border-radius: 5px 0 0 5px;
}
.pricing-tab .tabs li:nth-child(1) a::before {
	border-radius: 5px 0 0 5px;
}
.pricing-tab .tabs li:nth-child(2) a {
	border-radius: 0 5px 5px 0;
}
.pricing-tab .tabs li:nth-child(2) a::before {
	border-radius: 0 5px 5px 0;
}
.tab .tabs_item {
	display: none;
}
.tab .tabs_item:first-child {
	display: block;
}

/**************************************
 ** - 25 - Team Page Section CSS
 *************************************/

.team-area {
	float:left; width:100%
}
.team-area-pt30{background-color:#f1f1f1; padding-top:30px}
.team-area .section-title {
	margin-bottom: 30px;
}

.single-team-box {
	margin-top: 35px;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.team-image {
	position: relative;
	z-index: 1;
}

.single-team-box .team-image img {
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.team-social-box {
	display: block;
}

.team-social-box {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: transparent;
}

.single-team-box .team-image .team-social-box:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	z-index: -1;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.single-team-box:hover .team-image .team-social-box:after {
	height: 100%;
}

.single-team-box .team-social-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	will-change: transform;
}

.single-team-box .team-social-icon a {
	position: relative;
	z-index: 1;
	display: inline-block;
	color: inherit;
	font-size: 15px;
	margin: 12px 5px;
	vertical-align: middle;
	background: #ffffff;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all .4s;
}

.single-team-box:hover .team-social-icon a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.single-team-box .team-social-icon a:after {
	top: 0px;
	left: 0px;
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	background: inherit;
	border-radius: inherit;
	will-change: transform;
}

.single-team-box .team-social-icon a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.single-team-box .team-social-icon a:hover i:before {
	color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.team-info {
	padding: 20px 15px 15px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.team-info h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}

.team-info span {
	color: #5764ec;
	font-size: 14px;
	font-weight: 600;
	display: block;
}

.social-color-1:hover:after {
	background-color: #3b5998 !important;
}

.social-color-2:hover:after {
	background-color: #00acee !important;
}

.social-color-3:hover:after {
	background-color: #0e76a8 !important;
}

.social-color-1 {
	color: #3b5998 !important;
	background-color: transparent;
}

.social-color-2 {
	color: #00acee !important;
	background-color: transparent;
}

.social-color-3 {
	color: #0e76a8 !important;
	background-color: transparent;
}

.mt-70 {
	margin-top: 70px !important;
}

/**2025***/
.daohang{float:left; width:100%; height:100px; background:#fff; position:relative}
.daohang span{ position:absolute; width:100%; line-height:100px; font-size:28px; color:#000; text-align:center;}
.daohang div{ position:absolute; left:30px; top:20px; z-index:10}
.daohang div.white{color:#fff}
.daohang div a{float:left; margin:0 10px; line-height:24px; font-size:16px}
.daohang div a:hover{color:#5764ec}
.daohang div label{float:left; line-height:24px; font-size:18px; color:#000; font-family:"宋体"}
.daohang div.white a{color:#fff}
.daohang div.white a:hover{ text-decoration:underline}
.daohang div.white label{color:#fff}

.serviceTitle{float:left; width:100%; height:60px; text-align:center; border-bottom:1px solid #b7b7bf;
	font-size:20px; line-height:30px; margin-bottom:30px
}

.serviceInfo{float:left; width:100%; text-align:center; padding:30px 0; font-size:16px; line-height:40px}
.serviceInfo span{ font-size:24px}

.IndexBtn{float:left; border:1px solid #fff; color:#fff;
	height:40px; width:140px; text-align:center; line-height:40px; font-size:16px;
	-webkit-border-radius:21px;
	-moz-border-radius:21px;
	border-radius:21px;
}
.IndexBtn:hover{border:1px solid #fff; background:#fff; color:#000}

.IndexBtn1{float:left; color:#fff;
	background:#979797;
	height:50px; width:400px; margin:40px calc(50% - 200px); text-align:center; line-height:50px; font-size:16px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	z-index:100
}
.IndexBtn1:hover{background:#000; color:#fff}

.indexInfo{width:100%; text-align:center; padding:50px 0; font-size:18px; line-height:40px; justify-content:center;}
.indexInfo span{ font-size:30px}
.indexInfo a{width:200px; height:48px; text-align:center; line-height:48px; background:#b2b2b2; color:#fff; font-size:16px;
	padding:16px 65px
}
.indexInfo a:hover{background-color:#000}

.indexKV{width:100%; height:auto; position:relative}
.indexKV .indexInfo2{ position:absolute; left:0px; top:0px; width:100%; text-align:center; padding:30px 0; font-size:18px;
	line-height:40px; justify-content:center; color:#FFF}
.indexKV .indexInfo2 span{ font-size:30px}
.indexKV .indexInfo2 a{width:200px; height:48px; text-align:center; line-height:48px; border:1px solid #fff; color:#fff; font-size:16px;
	padding:16px 65px
}
.indexKV .indexInfo2 a:hover{background-color:#000; border:1px solid #000;}

.indexPinPai{float:left; width:100%; display: flex; justify-content: center}
.indexPinPai img{float:left}

.indexTitle{float:left; width:100%; text-align:center; border-bottom:1px solid #b7b7bf;
	font-size:24px; line-height:30px; margin:30px 0; padding-bottom:20px
}
.indexTitle span{font-size:14px}

.indexNew{float:left; width:100%; background:#f7f7f7; height:550px; margin-bottom:50px}

.indexNewsBox{width:850px; margin:0 auto}
.indexNewsBox1{float:left; width:100%; margin-top:20px}
.indexNewsBox1 dl{float:left; width:100%; padding:10px 0}
.indexNewsBox1 dl dd{float:left; width:100%; margin-bottom:10px}
.indexNewsBox1 dl dd.time{font-size:14px}
.indexNewsBox1 dl dd a{float:left; width:48px; height:24px; text-align:center; font-size:12px; font-weight:bold;
	line-height:24px;
	background:#979797;
	color:#fff; text-decoration:none;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
}
.indexNewsBox1 dl dd a:hover{ background:#7380e0}
.indexNewsBox1 dl dd.content{font-size:16px; line-height:24px}
.indexNewsBox1 dl dt{float:left; width:100%; padding-top:10px; height:40px; border-top:1px solid #dedede; position:relative}
.indexNewsBox1 dl dt span{float:left; width:16px; height:16px; cursor:pointer;
	background:url(../img/news_ax1.png) no-repeat center center
}
.indexNewsBox1 dl dt span.curr{background:url(../img/news_ax2.png) no-repeat center center}
.indexNewsBox1 dl dt em{floa:left; line-height:14px}

.brandKV{width:900px; margin:0 auto; text-align:center; padding-bottom:30px}

.copyright001 {
	float:left;
	width:100%;
	/*display:inline-table;*/
	background-color: #000;
	height:200px;
	position:relative
}

.copyright002 {float:left; width:100%}
.copyright002 dl{
	float:left; width:100%;
	margin-top:20px;
}
.copyright002 dl dt{
	float:left;
	width:100%;
	line-height:30px; font-size:13px; color:#7e8b8f;
	font-size:14px; letter-spacing:-1px;
	text-indent:50px;
}
.copyright002 dl dd{
	float:left; margin-left:50px; line-height:30px
}
.copyright002 dl dd a{color:#fff; margin-right:40px}
.copyright002 dl dd a:hover{color:#5764ec}

.bottomLink{float:left; margin:50px 0 0 50px; display:inline}
.bottomLink a{float:left; width:200px; height:40px; line-height:40px; margin-right:20px; font-size:14px; text-align:center; border:1px solid #fff;
	color:#fff
}
.bottomLink a:hover{border:1px solid #fff; background:#fff; color:#000}

.bottomLink01{float:left; width:100%; margin-top:30px}
.bottomLink01 ul{float:left; margin-left:50px}
.bottomLink01 ul li{float:left; margin-right:40px; font-size:18px}
.bottomLink01 ul li a{color:#fff}
.bottomLink01 ul li a:hover{color:#5764ec}

.bottomLOGO{ position:absolute; right:20px; top:12px; width:250px; height:77px;
	background:url(../img/logo-black.png) no-repeat center center;
	background-size:70% 70%
}

.feedback{width:700px; margin:auto}
.feedback dl{float:left; width:100%; margin-top:15px}
.feedback dl dt{float:left; width:100%; font-size:16px; padding-bottom:5px}
.feedback dl dd{float:left; width:696px; border:2px solid #000}
.feedback dl dd:hover{border:2px solid #0099CC}
.feedback dl dd input{float:left; width:calc(100% - 10px); border:0px; height:44px; line-height:44px; font-size:16px; padding-left:10px}
.feedback dl dd textarea{float:left; width:calc(100% - 10px); border:0px; height:100px; line-height:24px; font-size:16px; padding-left:10px}
.feedback a{float:left; margin-top:50px; width:160px; height:50px; color:#fff; background:#000;
	font-size:16px; text-align:center; line-height:50px; text-decoration:none
}
.feedback a:hover{ background:#1b328c}

.feedbackInfo{width:700px; margin:auto}
.feedbackInfo p{float:left; width:700px; line-height:24px; font-size:16px}

.selectbg_n{float:left; height:44px; position:relative}
.selectbg_n .option_current_n{float:left; background-image:url(../img/icon_down1.png); background-repeat:no-repeat; height:44px; line-height:44px; overflow:hidden; margin-left:6px; display:inline; font-size:16px; cursor:pointer}
.selectbg_n .options_n{position:absolute; top:45px; background-color:#fff; z-index:51;display:none;left:-2px; overflow-x:hidden; overflow-y:auto; border:2px solid #000}
.selectbg_n .options_n li{float:left; padding:2px 0 2px 6px; height:36px; line-height:36px; display:inline; cursor:pointer}
.selectbg_n .options_n li:hover{background-color:#36c;color:#fff}
.selectbg_n .options_n li:hover a{color:#fff; text-decoration:none}

.wt700{width:696px}
.wt700 .option_current_n{width:696px; background-position:right center}
.wt700 .options_n{width:696px}
.wt700 .options_n li{width:100%}

.lineAA{float:left; width:100%; height:30px; margin-top:30px; border-top:1px solid #dedede}

.feedbackInfo2{width:700px; margin:auto}
.feedbackInfo2 p{float:left; width:700px; line-height:36px; font-size:16px; text-align:center}
.feedbackInfo2 p.tel{ font-size:30px}
.feedbackInfo2 p:last-child{ text-align:left; line-height:24px}

.recurt1{float:left; width:100%; line-height:30px; text-align:center}
.recurt1 span{ font-size:16px}

.recurt2{float:left; width:100%; font-size:14px; padding:20px 0; line-height:40px; border-top:1px solid #dedede; text-align:center}
.recurt2 span{ font-size:18px}

.recurtGuide{width:700px; margin:0 auto}
.recurtGuide dl{float:left; width:100%; margin-top:24px;}
.recurtGuide dl dt{float:left; width:188px; height:38px; text-align:center; color:#000; font-size:14px; line-height:38px;
	border:1px solid #000; margin-right:18px;
}
.recurtGuide dl dd{float:left; line-height:40px}

.csr1{width:900px; margin:0 auto}
.csr1 p{float:left; width:100%; padding-top:30px; line-height:24px; font-size:16px}
.csr1 p.trB{ text-align:right}

.gybox {
	height:auto;
	position:relative
}
.gybox850 {
	margin:0 auto;
	width:850px
}

.newsBox{width:900px; margin:0 auto}
.newsTag{float:left; width:100%}
.newsTag ul{float:left; width:100%}
.newsTag ul li{float:left; color:#000; height:40px; cursor:pointer; line-height:40px; font-size:15px; margin-right:25px}
.newsTag ul li:hover{color:#284bd2}
.newsTag ul li.curr{color:#284bd2}

.newsBox1{float:left; width:calc(100% - 2px); border:1px solid #eaeaea; margin-top:20px}
.newsBox1 dl{float:left; width:calc(100% - 160px); padding:30px 0; margin-left:80px}
.newsBox1 dl dd{float:left; width:100%}
.newsBox1 dl dd.time{font-size:14px; height:45px}
.newsBox1 dl dd.title{font-size:24px; line-height:30px; height:50px}
.newsBox1 dl dd.updata{font-size:14px; height:35px; line-height:20px}
.newsBox1 dl dd.content{font-size:16px; line-height:24px}
.newsBox1 dl dd.content p{float:left; width:100%; padding-bottom:20px}
.lineCC{float:left; width:calc(100% - 160px); padding-top:10px; height:50px; margin-left:80px; border-top:1px solid #eee; position:relative}
.lineCC span{float:right; width:16px; height:16px; cursor:pointer;
	background:url(../img/news_ax1.png) no-repeat center center
}
.lineCC span.curr{background:url(../img/news_ax2.png) no-repeat center center}
.lineCC em{ position:absolute; right:20px; line-height:14px}

.newsPage{float:left; width:100%; padding:20px 0; line-height:30px; text-align:center; font-size:14px}
.newsPage a{color:#000; margin:0 5px; line-height:26px; font-family: mFont, microsoft YaHei; font-size:16px; text-decoration:none}
.newsPage a:hover{color:#284bd2}
.newsPage a.curr{color:#284bd2}
.newsPage .prev{width:24px; height:24px; font-size:14px; border:1px solid #dedede; background-color:#f1f1f1;
	font-family:"宋体"; display:inline-table; text-align:center; background:none
}
.newsPage .prev:hover{ background:#284bd2; border:1px solid #284bd2; color:#fff}

.csr2{width:900px; margin:0 auto}
.csr2 h3{float:left; width:100%; padding:90px 0 50px 0; text-align:center; font-size:36px; font-family:"宋体"}
.csr2 h3 span{font-size:14px}
.csr2 p{float:left; width:100%; line-height:24px; font-size:16px}
.csr2 p.bt{font-size:18px; text-align:center; padding-bottom:20px}

.csr3{width:900px; margin:0 auto}
.csr3 h3{float:left; width:100%; padding:40px 0 40px 0; text-align:center; font-size:32px;
	font-weight:normal}
.csr3 .pic3{float:left; width:100%; display: flex;
	justify-content: center}
.csr3 .pic3 img{float:left; width:112px; height:112px; margin:0 5px}
.csr3 .info3{float:left; width:100%; line-height:24px; padding:30px 0 50px 0}
.csr3 .cont3{float:left; width:100%}
.csr3 .cont3 dl{float:left; width:100%; margin:20px 0; position:relative}
.csr3 .cont3 dl dt{float:left; width:230px; height:44px; padding:0 5px; line-height:22px; margin-right:20px; background:#eee8e3;
	font-weight:normal;
	display: grid;
	place-items: center;
	text-align:center;
	font-size:15px
}
.csr3 .cont3 dl dd{float:left; width:640px; height:44px; line-height:22px;
	display: flex;
	align-items: center;
}

.csrPic{ position:absolute; right:0px; top:-10px; width:128px}
.csrPic img{float:left}

.csrLink{width:960px; margin:0 auto}
.csrLink span{float:left; width:100%; font-size:18px; margin-top:60px; height:45px}
.csrLink a{float:left; width:25%; height:40px; line-height:40px; text-decoration:underline}
.csrLink a:hover{text-decoration:none}

.csr4{width:900px; margin:0 auto}
.csr4 h3{float:left; width:100%; padding:40px 0 50px 0; text-align:center; font-size:28px
}
.csr4 dl{float:left; width:100%; line-height:24px; font-size:14px}
.csr4 dl dt{float:left; width:100%; text-align:center}
.csr4 dl dd{float:left; width:100%; line-height:24px; padding-bottom:30px; font-size:14px}

.lineDD{float:left; width:100%; padding-top:10px; height:20px; margin-top:50px; border-top:1px solid #dedede; position:relative}

.aboutInfo11{width:100%; margin:40px auto}
.aboutInfo11 img{float:left; opacity:0.8;filter:alpha(opacity=80);}
.aboutInfo11 img:hover{opacity:1;filter:alpha(opacity=100);}
.aboutInfo11 td a span{float:left; width:100%; margin-top:20px; padding-bottom:20px; font-size:18px; line-height:40px}


.aboutInfo{width:900px; margin:40px auto}
.aboutInfo img{float:left; opacity:0.8;filter:alpha(opacity=80);}
.aboutInfo img:hover{opacity:1;filter:alpha(opacity=100);}
.aboutInfo td a span{float:left; width:100%; margin-top:20px; padding-bottom:20px; font-size:18px; line-height:40px}

.aboutTitle{float:left; width:100%; height:100px; margin-top:50px; text-align:center; font-size:24px}

.aboutInfo2{width:930px; margin:40px auto}
.aboutInfo2 p{float:left; width:100%; padding-bottom:30px}
.aboutInfo2 p.title2{ text-align:center; font-size:32px}
.aboutInfo2 p:last-child{ text-align:center}

.aboutInfo3{width:930px; margin:40px auto}
.aboutInfo3 dl{float:left; width:100%; margin-bottom:70px}
.aboutInfo3 dl dt{float:left; width:440px}
.aboutInfo3 dl dt img{width:440px; height:auto}
.aboutInfo3 dl dd{float:left; width:440px; margin:0 25px}
.aboutInfo3 dl dd label{float:left; width:100%; height:36px; line-height:36px; text-align:center; font-size:18px}
.aboutInfo3 dl dd p{float:left; width:100%; margin:0px; text-align:justify; line-height:32px}

.aboutTable{border-top:1px solid #cdcdd1}
.aboutTable th{ text-align:left; padding-left:10px; background:#f1f1f1; border-bottom:1px solid #cdcdd1}
.aboutTable td{ background-color:#fff; padding:25px 15px; border-bottom:1px solid #cdcdd1}

.popQYLN{ position:absolute; z-index:100; width:750px; height:450px; left:50%; margin-left:-400px; background:#fff; display:none}
.popQYLN h2{float:left; width:100%; height:65px; position:relative}
.popQYLN h2 span{ position:absolute; width:16px; height:16px; right:25px; top:25px;
	background:url(../img/close.png) no-repeat center center; opacity:0.9;filter:alpha(opacity=90); cursor:pointer
}
.popQYLN h2 span:hover{opacity:1;filter:alpha(opacity=100);
}
.popQYLN label{float:left; width:100%; text-align:center; font-size:20px}
.popQYLN label span{float:left; width:100%; font-size:14px}
.popQYLN p{float:left; width:550px; margin-left:100px; line-height:40px}
.popQYLN .btnA{float:left; width:120px; height:48px; line-height:48px; text-align:center; font-size:14px; color:#fff;
	background:#4f4f4f; margin-left:305px; margin-top:50px; cursor:pointer
}
.popQYLN .btnA:hover{ background:#000}

#popMask{z-index:99;width:100%; height:100%; background-color:#000;position:absolute;top:0;left:0;opacity:0.5;filter:alpha(opacity=50); display:none}

.aboutInfo4{width:930px; margin:20px auto 40px auto}
.aboutInfo4 p{float:left; width:100%; padding-bottom:15px}

.aboutTable4{border-top:1px solid #cdcdd1}
.aboutTable4 th{ width:180px; text-align:left; padding:20px 0 20px 10px; border-bottom:1px solid #cdcdd1; vertical-align:top}
.aboutTable4 td{ background-color:#fff; padding:20px 15px; border-bottom:1px solid #cdcdd1; vertical-align:top}

.privacy{width:930px; margin:20px auto 40px auto}
.privacy h3{float:left; width:100%; height:45px; margin:20px 0 10px 0; font-size:20px; border-bottom:1px solid #dedede}
.privacy p{float:left; width:100%; padding-bottom:10px; margin-top:10px;}
.privacy p span{float:left; width:calc(100% - 20px); padding-left:20px; background:url(../img/icon_dot.png) no-repeat left 14px;
	line-height:36px}
.privacy p:last-child{padding-bottom:100px}

input,textarea{outline:none; resize:none}

span.goTop{float:left; width:45px; height:45px; background:url(../img/goTop.png) no-repeat center center}


.purBG{float:left; width:100%; background:url(../img/pur_pic01.jpg) no-repeat center bottom; background-size:cover cover}

.prupose0{margin:0 auto}
.prupose0 dl{float:left; width:300px; padding:30px 0; margin:0 10px; background:#f4f4f4}
.prupose0 dl dt{float:left; width:100%; text-align:center; font-size:24px}
.prupose0 dl dd{float:left}
.prupose0 dl dd.et{width:100%; text-align:center}
.prupose0 dl dd.ec{width:calc(100% - 40px); height:100px; margin:20px}
.prupose0 dl a{float:left; width:120px; height:40px; color:#fff; text-align:center; line-height:40px; line-height:40px; font-size:16px;
	background-color:#c3c3c3; margin-left:90px;
}
.prupose0 dl a:hover{background-color:#000}

.pur0{float:left; width:100%}
.pur0 p{float:left; width:100%; color:#fff; padding-bottom:20px; text-align:center; font-size:16px; line-height:36px}
.pur0 p.tp1{ font-size:16px}
.pur0 p.tp2{ font-size:30px}
.pur0 p.tp3{ font-size:21px}
.pur0 p:last-child{padding-bottom:300px}

.pur1Title{float:left; width:100%; padding:30px 0}
.pur1Title dl{float:left; width:100%}
.pur1Title dl dt{float:left; height:60px; margin:10px 0; width:100%}
.pur1Title dl dt.t1{background:url(../img/pur_pic01.png) no-repeat center center; background-size:auto 60%}
.pur1Title dl dt.t2{background:url(../img/pur_pic02.png) no-repeat center center; background-size:auto 60%}
.pur1Title dl dt.t3{background:url(../img/pur_pic03.png) no-repeat center center; background-size:auto 60%}
.pur1Title dl dd{float:left; width:100%; text-align:center}

.pur1List{width:930px; margin:40px auto}
.pur1List dl{float:left; width:100%; margin:20px 0}

.pur1List dl dt{float:left; width:450px}
.pur1List dl dt img{width:450px; height:360px}
.pur1List dl dd{float:left; width:440px; margin:0 20px}
.pur1List dl dd label{float:left; width:100%; padding:10px 0; line-height:28px; text-align:left; font-size:18px; color:#c4a23e}
.pur1List dl dd p{float:left; width:100%; line-height:30px}

.pur1Cotent{float:left; width:100%; height:270px; text-align:center; padding:20px 0 20px; background:#f0ecd8}
.pur1Cotent h3{width:1000px; margin:0 auto; line-height:36px; font-weight:normal; font-size:24px}
.pur1Cotent h3 span{float:left; width:100%; font-size:16px}

.pur2Info{float:left; width:100%; padding:70px 0 50px 0; text-align:center; background:rgba(227,227,227,1)}
.pur2Info div{width:800px; margin:0 auto}
.pur2Info div.oneInfo{width:700px; margin:0 auto}
.pur2Info div span{float:left; width:100%; padding-bottom:40px; text-align:center; font-size:30px}
.pur2Info div span em{font-style:normal; font-size:16px}
.pur2Info div label{float:left; width:100%; font-size:20px; text-align:center; padding-bottom:20px}
.pur2Info div p{float:left; width:100%; padding-bottom:30px; line-height:30px; font-size:14px; text-align:left}

.pur2Total{float:left; width:100%; padding-top:40px; text-align:center}

.pur2Map{float:left; width:100%; padding:20px 0; text-align:center}
.pur2Map div{width:1000px; margin:0 auto}

.pur2List{width:960px; margin:0 auto}
.pur2List dl{float:left; width:calc(25% - 20px); margin:0 10px}
.pur2List dl dt{float:left; width:100%}
.pur2List dl dd{float:left; width:100%; height:50px; font-size:15px; margin-top:10px}

.otherTitle{float:left; width:100%; padding:30px 0; text-align:center; font-size:24px; line-height:40px}
.otherTitle span{font-size:24px; font-weight:bold}
.otherInfo{width:960px; margin:0 auto; padding-bottom:120px}
.otherPic{float:left; width:100%}

.banner {
	position: relative;
	overflow: auto;
	text-align: center;
}

.banner ul li {
	float: left;
	height: 350px;
}

#banenr {
	height: 350px;
	overflow: hidden;
}

#banenr .dots {
	position: absolute;
	left:50%;/**wxd0827**/
	margin-left:-34px;/**wxd0827**/
	bottom: 10px;
	z-index: 10;
	overflow: hidden;
	white-space: nowrap;
	display:none
}

#banenr .dots li {
	float: left;
	display: inline-block;
	margin: 0 4px;
	text-indent: -999em;
	width: 12px;
	height: 12px;
	cursor: pointer;
	-webkit-transition: background .5s,opacity .5s;
	-moz-transition: background .5s,opacity .5s;
	transition: background .5s,opacity .5s;
	overflow: hidden;
}

#banenr .dots li.active {
	width: 20px;
	height: 12px;
	opacity: 1;
}
.unslider-arrow04{ position:absolute; z-index:30; top:50%; width:40px; height:40px; z-index:12;
	text-indent:-9999px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	opacity:0.7;filter:alpha(opacity=70);
}
#banenr .prev{left:10px; background:url(../img/arrow_left.png) no-repeat center center}
#banenr .next{right:10px; background:url(../img/arrow_right.png) no-repeat center center}
.unslider-arrow04:hover{opacity:1.0;filter:alpha(opacity=100);}

.storyA{ position:absolute; z-index:15; left:150px; top:30px; color:#fff}
.storyA dl{float:left; width:200px}
.storyA dl dt{float:left; width:150px; height:70px; background:url(../img/other_pic3.png) no-repeat center top; background-size:120px 59px}
.storyA dl dd{float:left; width:150px; text-align:center; font-size:14px}
.storyA dl label{float:left; text-align:left; line-height:50px; font-size:20px; margin-top:45px}
.storyA dl label em{ font-size:36px; font-style:normal}

.storyInfo{ float:left; width:100%; text-align:center; color:#000; font-size:16px; line-height:30px; line-height:30px; padding:50px 0; border-bottom:1px solid #dedede}
.storyInfo span{font-size:20px}

.storyInfo2{ float:left; width:100%; padding:30px 0 50px 0; border-bottom:1px solid #dedede}
.storyInfo2 div{width:960px; margin:0 auto}
.storyInfo2 div .leftC{float:left; width:680px; margin-right:40px}
.storyInfo2 div .leftC p{float:left; line-height:32px}
.storyInfo2 div .rightC{float:left; width:240px}
.storyInfo2 div .rightC dl{float:left; width:100%; padding-bottom:25px}
.storyInfo2 div .rightC dl dt{float:left; width:100%}
.storyInfo2 div .rightC dl dt img{float:left; width:240px; height:240px}
.storyInfo2 div .rightC dl dd{float:left; width:100%; margin-top:10px; font-size:16px; font-weight:bold; text-align:center}
.storyInfo2 div .rightC dl dd span{font-size:20px}

.storyInfo4{ float:left; width:100%; padding:20px 0}
.storyInfo4 .sta1{width:918px; height:280px; margin:0 auto; padding:20px; border:1px solid #000}
.storyInfo4 .sta1 dl{float:left}
.storyInfo4 .sta1 dl dd{float:left; width:360px; margin-right:10px; height:240px;
}
.storyInfo4 .sta1 dl dd span{float:left; width:100%; padding:60px 0 10px 0; font-size:20px; font-weight:bold}
.storyInfo4 .sta1 dl dt{float:left; margin-left:10px}
.storyInfo4 .sta1 dl dt img{float:left; width:240px; height:240px}

.storyInfo4 .sta2{width:918px; height:212px; margin:0 auto; padding:20px; border:1px solid #000}
.storyInfo4 .sta2 dl{float:left}
.storyInfo4 .sta2 dl dd{float:left; width:300px; margin:0 10px 0 20px; height:172px;
}
.storyInfo4 .sta2 dl dd span{float:left; width:100%; padding:0px 0 10px 0; font-size:20px; font-weight:bold}
.storyInfo4 .sta2 dl dt{float:left; margin-left:10px}
.storyInfo4 .sta2 dl dt img{float:left; width:172px; height:172px}

.storyBtn{width:100%; text-align:center; padding:50px 0; font-size:18px; line-height:40px; justify-content:center;}
.storyBtn a{width:200px; height:48px; text-align:center; line-height:48px; background:#fff; color:#000; font-size:16px;
	padding:16px 57px; border:1px solid #000; margin:0 30px
}
.storyBtn a:hover{background-color:#000; color:#fff;}

.storyTitle{float:left; width:100%; text-align:center; padding:30px 0; font-size:24px; line-height:30px; font-weight:bold
}

.storyInfo3{float:left; width:100%; padding:20px 0; text-align:center}
.storyInfo3 div{width:960px; margin:0 auto}
.storyInfo3 div p{float:left; width:100%; text-align:left; padding:0px; line-height:32px; margin:0px}

.storyInfo31{float:left; width:100%; padding:20px 0; text-align:center}
.storyInfo31 dl{width:960px; margin:0 auto}
.storyInfo31 dl dd{float:left; width:650px; margin-right:20px; text-align:left; line-height:32px}
.storyInfo31 dl dt{float:left; width:254px; margin:0 18px; text-align:left}
.storyInfo31 dl dt img{float:left; width:254px; height:auto}

.storyInfo32{float:left; width:100%; padding:20px 0}
.storyInfo32 dl{width:920px; margin:30px auto}

.storyInfo32 dl.story321{height:400px}
.storyInfo32 dl.story321 img{float:left; width:700px; height:auto}
.storyInfo32 dl.story321 dd{float:left; width:200px; position:relative}
.storyInfo32 dl.story321 dd p{ position:absolute; right:0px; width:350px; line-height:32px}

.storyInfo32 dl.story322{height:390px}
.storyInfo32 dl.story322 dt{float:left; width:575px; height:100%; position:relative}
.storyInfo32 dl.story322 dt img.s11{position:absolute; left:40px; z-index:4; width:170px; height:170px}
.storyInfo32 dl.story322 dt img.s12{ position:absolute; right:0px; top:150px; width:575px; height:auto; z-index:3}
.storyInfo32 dl.story322 dt p{position:absolute; left:10px; z-index:4; width:240px; top:175px; line-height:24px}
.storyInfo32 dl.story322 dd{float:left; width:315px; margin-right:30px; line-height:32px}

.storyInfo32 dl.story323{height:320px}
.storyInfo32 dl.story323 img{float:left; width:540px; height:auto}
.storyInfo32 dl.story323 dd{float:right; width:350px; line-height:32px}

.storyInfo32 dl.story324 img{float:left; width:700px; height:auto}
.storyInfo32 dl.story324 dd{float:right; width:220px; position:relative}
.storyInfo32 dl.story324 dd p{ position:absolute; right:0px; width:440px; line-height:32px}


.storyInfo33{ float:left; width:100%; padding:50px 0; border-top:1px solid #000}
.storyInfo33 dl{width:938px; margin:0 auto;}
.storyInfo33 dl dd{float:left; width:580px; margin-top:70px}
.storyInfo33 dl dd b{font-size:20px}
.storyInfo33 dl dd a{ text-decoration:underline}
.storyInfo33 dl dd a:hover{text-decoration:none}
.storyInfo33 dl dt{float:left; width:300px; margin-right:50px}
.storyInfo33 dl dt img{float:left; width:300px; height:auto}

.storyList{float:left; width:100%}
.storyList ul{width:970px; margin:0 auto}
.storyList ul li{float:left; width:140px; height:140px; position:relative; margin:25px}
.storyList ul li img{float:left; width:140px; height:140px}
.storyList ul li span{ position:absolute; left:0px; top:0px; width:100%; height:100%; background-color:rgba(0,0,0,0.5); display:none}
.storyList ul li:hover span{ display:block}

.storyPic2{float:left; width:100%; text-align:center}
.storyPic2 img{float:none; margin:0 10px}
.storyPic2 img:nth-child(1){width:330px; height:330px}
.storyPic2 img:nth-child(2){width:240px; height:240px}

.storyPic21{float:left; width:100%; padding-bottom:50px; text-align:center}
.storyPic21 img{float:none; margin:0 10px; width:459px; height:150px}

.storyInfo21{ float:left; width:100%; padding:50px 0; border-bottom:1px solid #dedede}
.storyInfo21 .sta21{width:938px; height:540px; margin:0 auto; padding:20px; border:1px solid #000}
.storyInfo21 .sta21 dl{float:left; width:100%;}
.storyInfo21 .sta21 dl dt{float:left; width:630px; margin-right:20px}
.storyInfo21 .sta21 dl dt h3{float:left; width:100%; padding-bottom:10px; font-size:20px}
.storyInfo21 .sta21 dl dt label{float:left; width:100%; font-size:14px; margin-top:7px; font-weight:normal}
.storyInfo21 .sta21 dl dt label span{float:left; width:80px; line-height:30px; margin-right:20px; font-size:16px}
.storyInfo21 .sta21 dl dt label em{float:left; width:calc(100% - 100px); font-style:normal; line-height:30px; font-size:16px}
.storyInfo21 .sta21 dl dd{float:left; width:240px}
.storyInfo21 .sta21 dl dd img{float:left; width:240px; height:240px}
.storyInfo21 .sta21 dl dd img:nth-child(1){margin-bottom:20px}

.storyInfo21 .sta21 dl dt.ts label span{width:130px}
.storyInfo21 .sta21 dl dt.ts label em{width:calc(100% - 150px)}

.storyInfo22{ float:left; width:100%; padding:50px 0}
.storyInfo22 .sta22{width:918px; height:350px; margin:0 auto; padding:20px; border:1px solid #000}
.storyInfo22 .sta22 dl{float:left; width:100%;}
.storyInfo22 .sta22 dl dt{float:left; width:610px; margin-right:20px}
.storyInfo22 .sta22 dl dt em{float:left; font-weight:normal; font-style:normal; width:100%}
.storyInfo22 .sta22 dl dt label{float:left; margin-top:20px; width:140px; height:140px; position:relative;
	-webkit-border-radius:70px;
	-moz-border-radius:70px;
	border-radius:70px;
	overflow:hidden;
	margin-right:10px;
}
.storyInfo22 .sta22 dl dt label span{}
.storyInfo22 .sta22 dl dt label span{ position:absolute; left:0px; top:0px; width:100%; height:100%; background-color:rgba(0,0,0,0.5); display:none}
.storyInfo22 .sta22 dl dt label:hover span{ display:block}
.storyInfo22 .sta22 dl dt label img{float:left; width:140px; height:140px}
.storyInfo22 .sta22 dl dd{float:left; width:240px; text-align:center; font-weight:bold}
.storyInfo22 .sta22 dl dd img{float:left; margin-top:10px}

.person01{float:left; width:100%}
.person01 img{float:none; width:100%; height:auto}

.person02{float:left; width:80%; margin:0 10%; padding:75px 0; text-align:center}
.person02 img{float:none; width:auto; height:30%}
/**2025***/
.copyright-area {
	float:left;
	width:100%;
	/*display:inline-table;*/
	background-color: #2f2f2f;
	height:100px;
	position:relative
}

.copyright-area p {
	color: #e0dbdb;
	font-size: 15px;
}

.copyright-area ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: right;
}

.copyright-area ul li {
	display: inline-block;
	color: #e0dbdb;
	font-size: 15px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.copyright-area ul li a {
	display: inline-block;
	color: #e0dbdb;
}

.copyright-area ul li a:hover {
	color: #ff561d;
}

.copyright-area ul li::before {
	content: '';
	position: absolute;
	top: 5px;
	right: -13px;
	width: 1px;
	height: 14px;
	background-color: #ffffff;
}

.copyright-area ul li:last-child {
	margin-right: 0;
}

.copyright-area ul li:last-child::before {
	display: none;
}

.copyright-area ul li:first-child {
	margin-left: 0;
}

/**********************************************
 ** - 21.01 - Demo-2 Footer Section CSS
 **********************************************/
.footer-section-2 {
	background-image: url(../img/footer-shape.svg);
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.footer-section-2::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	opacity: 0.8;
	background-image: url(../img/footer-dot.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.footer-heading-2 {
	margin-bottom: 25px;
}
.footer-heading-2 h3 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	margin: 0 0 0 0;
	position: relative;
}
.single-footer-widget-2 p {
	font-size: 14px;
	color: #000;
	font-weight: 400;
}
.single-footer-widget-2 .footer-heading-2 {
	margin-bottom: 25px;
}
.single-footer-widget-2 .footer-heading-2 h3 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	margin: 0 0 0 0;
}
.single-footer-widget-2 .footer-quick-links-2 {
	padding-left: 0;
	margin-bottom: 0;
}
.single-footer-widget-2 .footer-nav-links-2 li {
	list-style-type: none;
	padding-bottom: 12px;
}
.single-footer-widget-2 .footer-nav-links-2 li:last-child {
	padding-bottom: 0;
}
.single-footer-widget-2 .footer-quick-links-2 li a {
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .5px;
}
.single-footer-widget-2 .footer-quick-links-2 li a:hover {
	color: #5764ec;
	text-decoration: underline;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.footer-offices-info-2 {
	margin-bottom: 30px;
}
.footer-offices-info-2:last-child {
	margin-bottom: 0px;
}
.footer-offices-info-2 h6 {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .5px;
}
.footer-offices-info-2 p {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .5px;
	margin-bottom: 0;
}
.footer-offices-info-2 span a {
	color: #5764ec;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.5px;
}
.single-footer-widget-2 .footer-info-contact-2 {
	position: relative;
	margin-bottom: 15px;
}
.single-footer-widget-2 .footer-social-2 {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 20px;
}
.single-footer-widget-2 .footer-social-2 li {
	display: inline-block;
	margin-right: 10px;
}
.single-footer-widget-2 .footer-social-2 li:last-child {
	margin-right: 0;
}
.single-footer-widget-2 .footer-social-2 i {
	display: inline-block;
	font-size: 18px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	color: #5764ec;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
	text-align: center;
}
.single-footer-widget-2 .footer-social-2 i:hover {
	background-color: #ff561d;
	color: #ffffff;
	border: 1px solid #ff561d;
}
.newsletter-form-2 {
	max-width: 580px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.newsletter-form-2 .input-newsletter {
	display: block;
	width: 100%;
	background-color: #f5f5f5;
	border: none;
	height: 54px;
	padding-left: 25px;
	border-radius: 3px;
	outline: 0;
	color: #0b0b31;
}
.newsletter-form-2 .input-newsletter::-webkit-input-placeholder {
	color: #505050;
}
.newsletter-form-2 .input-newsletter:-ms-input-placeholder {
	color: #505050;
}
.newsletter-form-2 .input-newsletter::-ms-input-placeholder {
	color: #505050;
}
.newsletter-form-2 .input-newsletter::placeholder {
	color: #505050;
}
.newsletter-form-2 button {
	position: absolute;
	right: 4px;
	top: 4px;
	color: #ffffff;
	font-size: 15px;
	background-color: #5764ec;
	border: none;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	border-radius: 3px;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.newsletter-form-2 button:hover {
	background-color: #0b0b31;
	color: #ffffff;
}
.single-footer-widget-2 .footer-download-btn-2 {
	margin-top: 25px;
}
.single-footer-widget-2 .footer-download-btn-2 a {
	display: inline-block;
}
.single-footer-widget-2 .footer-download-btn-2 .app-link-btn-1 {
	margin-right: 10px;
}
.single-footer-widget-2 .footer-download-btn-2 a:hover {
	opacity: .8;
}

/**********************************************
 ** - 22 - Other Page Banner Title Area CSS
 **********************************************/
.page-title-area {
	position: relative;
	z-index: 1;
	padding: 20px 0;
	background: #5764ec;
	background: linear-gradient(to right,rgb(87 100 236) 0,rgba(58,67,74,0) 50%);
}

.page-title-content {
	text-align: left;
}

.page-title-content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.page-title-content ul li {
	color: #ffffff;
	display: inline-block;
	position: relative;
	font-weight: 600;
	font-size: 13px;
	margin: 0;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.page-title-content ul li a {
	display: inline-block;
	color: #ffffff;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
}

.page-title-content ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.page-title-content ul li::after {
	content: '\007c';
	padding: 0 10px;
	vertical-align: top;
	font-weight: bolder;
	font-size: 12px;
}

.page-title-content ul li:last-child::after {
	display: none;
}

/****************************************
 ** - 23 - All Contact Page Section CSS
 ****************************************/

.home-3-contact-area,
.contact-page-1-section {
	background-image: url(../img/map-image.png);
	background-position: right center;
	background-size: auto;
	background-repeat: no-repeat;
}
.contact-form-box {
	margin-top: 35px;
}
.contact-form .form-group {
	margin-bottom: 30px;
}

.contact-form form .form-control {
	background-color: #ffffff;
	border: none;
	height: 50px;
	font-size: 15px;
	border: 1px solid #cacaca;
}
.home-3-contact-area form .form-control,
.contact-page-1-section form .form-control {
	background-color: transparent;
	border: none;
	height: 50px;
	font-size: 15px;
	border: 1px solid #cacaca;
}

.contact-form form .form-control:focus {
	border: 1px solid #5764ec;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.contact-form form textarea.form-control {
	height: auto;
	padding-top: 15px;
	line-height: initial;
}

.contact-info-box .single-contact-box {
	text-align: center;
	background-color: #ffffff;
	padding: 0px 25px;
	margin-top: 30px;
}

.single-contact-box img {
	margin-bottom: 30px;
}

.contact-section .form-message {
	margin: 0;
}
.contact-section .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.contact-section .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
	margin-bottom: 30px;
}

/**************************************
 ** - 23.01 - Contact-2 Page CSS
 **************************************/
.contact-form-2 .form .form-control {
	background-color: #f3f3f3;
	border: none;
	height: 50px;
	font-size: 15px;
	border: 0px solid #f3f3f3;
}
.contact-form-2 .form textarea.form-control {
	height: auto;
	padding-top: 15px;
	line-height: initial;
}
.contact-form-2 .form .form-control:focus,
.contact-form-2 .form textarea.form-control:focus {
	border: 0px;
	outline: none;
}
.single-contact-box-2 h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
}
.contact-office-address-box {
	background: #fff;
	margin-top: 30px;
	padding: 45px 20px;
	text-align: center;
	border-radius: 5px;
	border-top: 2px solid #5764ec;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}

.contact-office-address-box h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact-office-address-box a {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.5px;
	display: block;
	line-height: 1.5;
}

.contact-office-address-box p {
	font-size: 14px;
	margin-bottom: 12px;
}
.social-icon-box {
	margin-top: 20px;
}

.social-icon-box li {
	margin-right: 10px;
	display: inline-block;
}

.social-icon-box li a {
	color: #5764ec;
	font-size: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #5764ec;
	background: transparent;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.social-icon-box li a:hover {
	background: #5764ec;
	color: #fff !important;
}


/**************************************
 ** - 23.02 - Contact-3 Page CSS
 **************************************/
.contact-form-3 form .form-control {
	font-size: 15px;
	width: 100%;
	padding: 10px 20px;
	height: 50px;
	color: #333;
	border: none;
	background-color: #f3f3f3;
	font-weight: 600;
	border-radius: 5px;
	text-transform: capitalize;
	border-left: 2px solid #929292;
	transition: all 0.4s;
}
.contact-form-3 .form input:focus,
.contact-form-3 .form textarea:focus {
	outline: none;
	border: none;
	border-left: 2px solid #5764ec;
}

.contact-information-box-3 .single-contact-info-box {
	position: relative;
	z-index: 1;
	padding: 15px 25px;
	display: block;
	border-radius: 3px;
	background: #f3f3f3;
	text-align: left;
	margin-bottom: 20px;
	overflow: hidden;
}
.contact-information-box-3 .contact-info {
	position: relative;
	z-index: 1;
}
.contact-information-box-3 .contact-info i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #5764ec;
	font-size: 35px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
	display: block;
	background: #ffffff;
}
.contact-information-box-3 .contact-info h6 {
	font-weight: 700;
	font-size: 18px;
	color: #333;
	margin-bottom: 7px;
	text-transform: capitalize;
}

.contact-information-box-3 .contact-info p {
	font-weight: 500;
	font-size: 14px;
	color: #333;
	text-transform: capitalize;
	margin: 0;
}
.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon {
	color: #ff561d;
	opacity: .07;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100px;
	margin: 0 auto;
	z-index: -1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon i {
	font-size: 200px;
}

/*********************************************
 ** - 23.00 - Contact Page Map Section CSS
 *********************************************/
.map-section {
	margin-bottom: -10px;
}

.map-section .google-map iframe {
	width: 100%;
	height: 450px;
	border: 0;
}

/**************************************
 ** - 24 - Pricing Page Section CSS
 **************************************/
.pricing-area {
	position: relative;
	z-index: 1;
}
.single-pricing-box {
	padding: 35px 30px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #ececec;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 30px;
	will-change: transform;
}
.single-pricing-box .pricing-header h3 {
	margin-bottom: 0;
	font-size: 26px;
	font-weight: 700;
}
.single-pricing-box .pricing-header p {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 0;
}
.single-pricing-box .price {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 10px;
}
.single-pricing-box .price span {
	display: inline-block;
	margin-left: -7px;
	font-size: 20px;
	font-weight: 600;
}
.single-pricing-box .price-btn-box {
	margin-bottom: 25px;
}
.price-btn-box .btn-primary {
	border-radius: 30px;
}
.single-pricing-box .pricing-features {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.single-pricing-box .pricing-features li {
	margin-bottom: 12px;
	color: #505050;
	position: relative;
	padding-left: 24px;
}
.single-pricing-box .pricing-features li:last-child {
	margin-bottom: 0;
}
.single-pricing-box .pricing-features li i {
	color: #5764ec;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.single-pricing-box:hover {
	-webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.08);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	background-color: #ffffff;
	border-color: #ffffff;
}
.single-pricing-box:hover .price-btn-box .btn-primary::before {
	visibility: hidden;
	opacity: 0;
}
.single-pricing-box:hover .price-btn-box .btn-primary::after {
	opacity: 1;
	visibility: visible;
}
.pricing-tab .tabs {
	padding-left: 0;
	margin-bottom: 45px;
	list-style-type: none;
	text-align: center;
}
.pricing-tab .tabs li {
	display: inline-block;
}
.pricing-tab .tabs li a {
	position: relative;
	z-index: 1;
	background-color: #f1f1f1;
	padding: 10px 30px 11px;
	margin-left: -2px;
	margin-right: -2px;
	font-weight: 600;
	font-size: 16px;
	display: block;
}
.pricing-tab .tabs li a::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	opacity: 0;
	background-color: #5764ec;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.pricing-tab .tabs li a:hover {
	color: #ffffff;
}
.pricing-tab .tabs li a:hover::before {
	opacity: 1;
	visibility: visible;
}
.pricing-tab .tabs li.current a {
	color: #ffffff;
}
.pricing-tab .tabs li.current a::before {
	opacity: 1;
	visibility: visible;
}
.pricing-tab .tabs li:nth-child(1) a {
	border-radius: 5px 0 0 5px;
}
.pricing-tab .tabs li:nth-child(1) a::before {
	border-radius: 5px 0 0 5px;
}
.pricing-tab .tabs li:nth-child(2) a {
	border-radius: 0 5px 5px 0;
}
.pricing-tab .tabs li:nth-child(2) a::before {
	border-radius: 0 5px 5px 0;
}
.tab .tabs_item {
	display: none;
}
.tab .tabs_item:first-child {
	display: block;
}

/**************************************
 ** - 25 - Team Page Section CSS
 *************************************/

.team-area {
	float:left; width:100%
}
.team-area-pt30{background-color:#f1f1f1; padding-top:30px}
.team-area .section-title {
	margin-bottom: 30px;
}

.single-team-box {
	margin-top: 35px;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.team-image {
	position: relative;
	z-index: 1;
}

.single-team-box .team-image img {
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.team-social-box {
	display: block;
}

.team-social-box {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: transparent;
}

.single-team-box .team-image .team-social-box:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	z-index: -1;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.single-team-box:hover .team-image .team-social-box:after {
	height: 100%;
}

.single-team-box .team-social-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	will-change: transform;
}

.single-team-box .team-social-icon a {
	position: relative;
	z-index: 1;
	display: inline-block;
	color: inherit;
	font-size: 15px;
	margin: 12px 5px;
	vertical-align: middle;
	background: #ffffff;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all .4s;
}

.single-team-box:hover .team-social-icon a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.single-team-box .team-social-icon a:after {
	top: 0px;
	left: 0px;
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	background: inherit;
	border-radius: inherit;
	will-change: transform;
}

.single-team-box .team-social-icon a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.single-team-box .team-social-icon a:hover i:before {
	color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.team-info {
	padding: 20px 15px 15px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.team-info h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}

.team-info span {
	color: #5764ec;
	font-size: 14px;
	font-weight: 600;
	display: block;
}

.social-color-1:hover:after {
	background-color: #3b5998 !important;
}

.social-color-2:hover:after {
	background-color: #00acee !important;
}

.social-color-3:hover:after {
	background-color: #0e76a8 !important;
}

.social-color-1 {
	color: #3b5998 !important;
	background-color: transparent;
}

.social-color-2 {
	color: #00acee !important;
	background-color: transparent;
}

.social-color-3 {
	color: #0e76a8 !important;
	background-color: transparent;
}

.mt-70 {
	margin-top: 70px !important;
}

/**2025***/
.renwu1{float:left; width:100%; margin-top:100px; text-align:center; font-size:16px}
.renwu1 div{float:left; width:100%; line-height:40px; padding:100px 0 50px 0}
.renwu1 div span{ font-size:24px}
.renwu1 img{float:none; width:600px; height:auto}

.renwu1_1{float:left; width:100%; height:700px; background:#f5f5f5; margin-top:150px}
.renwu1_1 div{float:left; width:80%; height:700px; margin:0 10%; position:relative}

.renwu1_1 div dl{float:left; width:calc(100% - 800px); margin:0 50px 0 150px; text-align:center}
.renwu1_1 div dl span{float:left; width:100%; padding:120px 0 80px 0; font-size:24px; letter-spacing:3px; text-align:center}
.renwu1_1 div dl label{float:left; width:100%; padding:70px 0; font-size:16px; line-height:36px; text-align:center}
.renwu1_1 div dl img{float:none; width:240px; height:auto}
.renwu1_1 div ul{ position:absolute; width:600px; right:0px; top:-80px}
.renwu1_1 div ul li{float:left; width:600px; margin-bottom:40px}
.renwu1_1 div ul li img{float:left; width:600px; height:auto}

.renwu1_2{float:left; width:100%; text-align:center}
.renwu1_2 span{float:left; width:100%; padding:120px 0 80px 0; font-size:24px; letter-spacing:3px; text-align:center}
.renwu1_2 label{float:left; width:100%; padding:70px 0; font-size:16px; line-height:36px; text-align:center}
.renwu1_2 img{float:none; width:600px; height:auto}

.renwu1_3{float:left; width:100%; height:700px; background:#f5f5f5; margin-top:150px; position:relative}
.renwu1_3 img{ position:absolute; left:50%; top:-100px; margin-left:-500px; width:1000px; height:auto}

.renwu1_4{float:left; width:100%; height:1000px; background:url(../img/person/rw_pic01_06.jpg); background-size:cover; position:relative}
.renwu1_4 div{float:right; width:500px; margin-top:300px}
.renwu1_4 div span{float:left; width:100%; text-align:center; padding:5px 0; font-size:40px}
.renwu1_4 div em{float:left; width:100%; padding-bottom:30px; text-align:center; color:#666; font-style:normal}
.renwu1_4 div label{float:left; width:100%; font-size:18px; text-align:center; line-height:40px}

.renwu1_5{float:left; width:100%; margin:75px 0; position:relative}
.renwu1_5 .right01{float:left; width:50%; height:auto}
.renwu1_5 .right01 img{float:left; width:100%; height:auto}
.renwu1_5 .left01{float:left; width:50%; height:800px; position:relative}
.renwu1_5 .left01 dl{ position:absolute; left:50%; top:0px; margin-left:-250px; width:500px}
.renwu1_5 .left01 dl dt{float:left}
.renwu1_5 .left01 dl dt img{float:left; width:100%; height:auto}
.renwu1_5 .left01 dl dd{float:left; width:100%}
.renwu1_5 .left01 dl dd.r51{text-align:center; padding:5px 0; font-size:40px}
.renwu1_5 .left01 dl dd.r52{font-size:18px; padding-bottom:20px; text-align:center; line-height:40px}
.renwu1_5 .left01 dl dd.r53{text-align:center; padding:20px 0; font-size:30px}
.renwu1_5 .left01 dl dd.r54{text-align:center; line-height:12px; padding-bottom:30px;}
.renwu1_5 .left01 dl dd.r54 img{margin:0 3px}
.renwu1_5 .left01 dl dd.r54 span{font-size:24px}
.renwu1_5 .left01 dl dd.r55{line-height:30px}

.renwu1_6{float:left; width:100%; height:796px; background:url(../img/person/rw_pic01_09.jpg); background-size:cover; position:relative}
.renwu1_6 div{float:right; width:500px; margin-top:300px; margin-right:50px}
.renwu1_6 div span{float:left; width:100%; text-align:center; padding:5px 0; font-size:40px}
.renwu1_6 div em{float:left; width:100%; padding-bottom:30px; text-align:center; color:#666; font-style:normal}
.renwu1_6 div label{float:left; width:100%; font-size:18px; text-align:center; line-height:40px}

.renwu1_7{float:left; width:100%; position:relative}
.renwu1_7 div{width:1200px; margin:0 auto}
.renwu1_7 div span.r51{float:left; width:100%; text-align:center; padding:80px 0 0 0; font-size:40px}
.renwu1_7 div span.r52{float:left; width:100%; font-size:18px; padding-bottom:20px; text-align:center; line-height:40px}
.renwu1_7 div span.r56{float:left; width:100%; font-size:20px; padding-bottom:50px; text-align:center; line-height:40px; color:#666}
.renwu1_7 div dl{float:left; width:50%; padding-bottom:100px}
.renwu1_7 div dl dt{float:left; width:100%; text-align:center}
.renwu1_7 div dl dt img{float:left; width:90%; margin:0 5%; height:auto}
.renwu1_7 div dl dd{float:left; width:100%}
.renwu1_7 div dl dd.r53{text-align:center; padding:30px 0 10px 0; font-size:30px}
.renwu1_7 div dl dd.r54{text-align:center; padding-bottom:10px;}
.renwu1_7 div dl dd.r54{text-align:center; line-height:12px; padding-bottom:30px;}
.renwu1_7 div dl dd.r54 img{margin:0 3px}
.renwu1_7 div dl dd.r54 span{font-size:24px}
.renwu1_7 div dl dd.r55{text-align:center; line-height:30px}

.renwu1_8{float:left; width:100%; height:1000px; background:url(../img/person/rw_pic01_12.jpg); background-size:cover; position:relative}
.renwu1_8 div{float:left; width:500px; margin-top:200px; margin-left:-75px}
.renwu1_8 div span{float:left; width:100%; text-align:center; padding:5px 0; font-size:40px}
.renwu1_8 div em{float:left; width:100%; padding-bottom:30px; text-align:center; color:#666; font-style:normal}
.renwu1_8 div label{float:left; width:100%; font-size:18px; text-align:center; line-height:40px}

.renwu1_9{float:left; width:100%; background:#fafafa; margin-top:150px; position:relative}
.renwu1_9 h2{ float:left; width:100%; text-align:center; padding:80px 0}
.renwu1_9 dl{ float:left; width:100%; padding-bottom:100px; text-align:center; font-size:18px; line-height:36px}
.renwu1_9 dl span{ float:left; width:100%}

.renwu1_10{float:left; width:100%; background:#181818; position:relative}
.renwu1_10 .r10_text{float:left; width:100%; padding-top:100px; text-align:center}
.renwu1_10 .r10_text img{float:none; width:500px; height:auto}
.renwu1_10 .r10_text span{float:left; width:100%; font-size:24px; line-height:50px; padding:20px 0 30px 0; text-align:center; color:#fff}
.renwu1_10 .r10_text1{float:left; width:100%; color:#fff; padding:50px 0 80px 0; font-size:16px; line-height:40px; text-align:center}
.renwu1_10 .r10_pic{float:left; width:100%; height:350px;}
.renwu1_10 .r10_pic .box{width:1000px; margin:0 auto}

.r10_pic1{float:left; width:480px; height:350px; overflow:hidden; position:relative; margin:0 10px}
.r10_pic1 .picD{ position:absolute; width:960px; height:350px;}
.r10_pic1 .picD img{float:left; width:480px; height:auto}
.r10_pic1 label{ position:absolute; left:15px; top:15px; color:#fff; z-index:10}
.r10_pic1 span{ position:absolute; width:30px; height:30px; top:50%; margin-top:-15px; z-index:11; cursor:pointer;
	opacity:0.9;filter:alpha(opacity=90);
}
.r10_pic1 span.prevC{left:10px; background:url(../img/person/icon_left_13.png); background-repeat:no-repeat; background-position:center center}
.r10_pic1 span.nextC{right:10px; background:url(../img/person/icon_right_13.png); background-repeat:no-repeat; background-position:center center}
.r10_pic1 span:hover{opacity:1.0;filter:alpha(opacity=100);}

a.renwu2Btn{float:left; width:238px; height:48px; border:1px solid #5f6368;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	color:#5f6368; text-indent:20px;
	line-height:48px;
	cursor:pointer;
	text-align:left;
	background:url(../img/person/icon_right_12.png) no-repeat 195px center
}
a.renwu2Btn:hover{border:1px solid #5f6368; background:#5f6368 url(../img/person/icon_right_11.png) no-repeat 200px center; color:#fff}

.renwu2_1{float:left; width:100%; background:#fafafa; text-align:center; padding:50px 0}
.renwu2_1 .renwu20title{float:left; width:100%;
	display:flex;
	align-items: center;
	justify-content: center; padding:50px 0 0 0}
.renwu2_1 .renwu20title img.aa1{float:none; margin:0 10px; width:130px; height:auto}
.renwu2_1 .renwu20title em{font-size:28px; font-style:normal; margin-right:10px;}
.renwu2_1 span{float:left; width:100%; padding:20px 0; text-align:center;
	display:flex; align-items: center;
	justify-content: center;
}
.renwu2_1 span b{float:left; width:1000px; padding:30px 0 40px 0; font-weight:normal; border-bottom:1px solid #dedede;}
.btn21Box{float:left; width:100%; height:100px; display:flex; align-items: center;
	justify-content: center;}
.btn21Box a{float:left; margin-top:10px; height:20px; line-height:20px; padding-right:30px; font-size:16px; background:url(../img/person/icon_up_15.png) no-repeat right 3px; margin:0 20px}
.btn21Box a:hover{color:#ddc599; margin-top:15px; background:url(../img/person/icon_up_14.png) no-repeat right 3px;}

.renwu2_2{float:left; width:100%; text-align:center; padding-top:100px}
.renwu2_2 img{float:none; width:242px; height:auto}
.renwu2_2 .text2{float:left; width:100%; padding-top:50px; display:flex; justify-content: center;}
.renwu2_2 .text2 span{float:left; width:500px; line-height:36px}

.btnBox{float:left; width:100%; height:50px; display:flex; align-items: center;
	justify-content: center;}

.renwu2_3{float:left; width:100%; background:#fafafa;}
.renwu2_3 .title31{float:left; width:100%; padding:100px 0 30px 0; text-align:center}
.renwu2_3 .title31 img{float:none; width:120px; height:auto}
.renwu2_3 .text31{float:left; width:100%; text-align:center; padding-bottom:50px; line-height:40px; font-size:18px}
.renwu2_3 .pic31{float:left; width:100%}
.renwu2_3 .pic31 img.p31{float:left; width:calc(50% - 30px); height:auto; margin-right:30px}
.renwu2_3 .pic31 img.p32{float:right; width:calc(50% - 30px); height:auto; margin-left:30px; margin-top:140px}

.renwu21Box{float:left; width:100%; padding:100px 0}
.renwu21_left{float:left; width:50%}
.renwu21_left img{float:right; width:60%; margin-top:80px; margin-right:25px}
.renwu21_right{float:left; width:500px; margin-left:60px}
.renwu21Title{float:left; width:100%; text-align:center; font-size:30px; padding:20px 0}
.renwu21Text{float:left; width:80%; margin:0 10%; text-align:center}
.renwu21Price{float:left; width:100%; line-height:12px; text-align:center}
.renwu21Price img{margin:0 3px}
.renwu21Price span{font-size:20px}

.renwu21Pic{float:left; width:100%; height:250px; margin:35px 0; overflow:hidden}

.btn2Box{float:left; width:100%; height:50px; display:flex; align-items: center;
	justify-content: center;}
.btn2Box a{float:left; margin-top:10px; padding-right:30px; font-size:16px; background:url(../img/person/icon_right_12.png) no-repeat right center}
.btn2Box a:hover{ font-size:15px}

.renwu22Box{float:left; width:100%; height:1200px}
.renwu22_left{float:left; width:calc(50% - 30px); margin-right:30px; height:800px}
.renwu22_left .title22{float:left; width:100%; padding-bottom:30px}
.renwu22_left .title22 img{float:right; width:120px; height:auto}
.renwu22_left .text22{float:left; width:100%; text-align:right; padding-bottom:30px; line-height:40px; font-size:18px}
.renwu22_right{float:left; width:50%}
.renwu22_right img{float:left; width:75%; height:auto; margin-left:50px}

.renwu2_4{float:left; width:100%; text-align:center; background:#fafafa;}
.renwu24Box{width:1200px; border-top:1px solid #d9d9d9; height:360px; border-bottom:1px solid #d9d9d9; margin:0 auto}
.renwu24Text{float:left; width:100%; padding-top:80px}
.renwu24Text span{font-size:30px}

.renwu2_5{float:left; width:100%; height:1000px; background:url(../img/person/rw_pic02_16.jpg) no-repeat center center;
	background-size:cover;
	display:flex; align-items: center;
	justify-content: center;}
.renwu2_5 img{float:left; width:400px; height:auto}

.renwu2_6{float:left; width:100%; padding:50px 0;
	display:flex; align-items: center;
	justify-content: center;}
.renwu2_6 span{float:left; width:1000px; padding:50px 200px; line-height:40px; border-bottom:1px solid #d9d9d9}

.renwu2_7{float:left; width:100%; padding:50px 0;
	display:flex; align-items: center; justify-content: center}
.renwu2_7 dl{float:left; width:1000px}
.rwnwu2_7 dl dt{float:left; width:50%}
.renwu2_7 dl dt img{float:left; margin-right:50px; width:400px; height:auto}
.renwu2_7 dl dd{float:left; width:calc(50% - 30px); margin-left:50px}
.renwu2_7 dl dd span{float:left; width:100%; font-size:16px; padding-top:20px}
.renwu2_7 dl dd em{float:left; width:100%; font-style:normal; font-size:28px; padding-top:20px}
.renwu2_7 dl dd label{float:left; width:100%; font-size:16px; padding-top:20px; line-height:32px}

.btn27Box{float:left; width:100%; height:50px; display:flex; align-items: center;
	justify-content: center;}
.btn27Box a{
	float:left; width:398px; height:48px; border:1px solid #5f6368;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	color:#5f6368;
	line-height:48px;
	cursor:pointer;
	text-align:center;
}
.btn27Box a:hover{border:1px solid #5f6368; background:#5f6368; color:#fff}

.HomeFocus{float:left; position:relative;}
.HomeFocus ul{position:absolute;}
.HomeFocus ul li{float:left;overflow:hidden;position:relative}
.HomeFocus .btnBg{position:absolute; left:0;bottom:0;background:#000; z-index:4}
.HomeFocus .btn{position:absolute;right:0;bottom:0;text-align:right;}
.HomeFocus .btn span{display:inline-block;_display:inline;_zoom:1;width:18px;height:10px;_font-size:0;margin-right:6px;cursor:pointer;background:#E7E9E8;}
.HomeFocus .btn span.on{background:#D70002;}

.Focus1{width:500px;height:250px; display:inline; overflow:hidden}
.Focus1 ul{height:250px}
.Focus1 ul li{width:500px;height:250px; display:flex; align-items: center; justify-content: center}
.Focus1 ul li img.img21{width:500px; height:auto}
.Focus1 ul li img.img22{width:auto; height:250px}
.Focus1 .btnBg{display:none}
.Focus1 .btn{height:60px; right:10px; display:none}

.Focus1 .preNext{position:absolute; width:32px; height:32px; cursor:pointer; top:50%; margin-top:-16px; z-index:999;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
}
.Focus1 .pre{left:0px; background:#fff url(../img/person/icon_left_15.png) no-repeat center center;}
.Focus1 .pre:hover{ background:#f9f9f9 url(../img/person/icon_left_15.png) no-repeat center center;}
.Focus1 .next{right:0px; background:#fff url(../img/person/icon_right_15.png) no-repeat center center;}
.Focus1 .next:hover{ background:#f9f9f9 url(../img/person/icon_right_15.png) no-repeat center center;}

.Focus5{width:530px;height:300px; display:inline; margin-top:30px; overflow:hidden}
.Focus5 ul{height:300px}
.Focus5 ul li{width:300px;height:300px; margin-right:20px; display:flex; align-items: center; justify-content: center}
.Focus5 .btnBg{display:none}
.Focus5 .btn{height:60px; right:10px; display:none}

.Focus5 .preNext{position:absolute; width:50px; height:50px; cursor:pointer; top:50%; margin-top:-25px; z-index:999;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
}
.Focus5 .pre{left:5px; background:#fff url(../img/person/icon_left_15.png) no-repeat center center;}
.Focus5 .pre:hover{ background:#f9f9f9 url(../img/person/icon_left_15.png) no-repeat center center;}
.Focus5 .next{right:5px; background:#fff url(../img/person/icon_right_15.png) no-repeat center center;}
.Focus5 .next:hover{ background:#f9f9f9 url(../img/person/icon_right_15.png) no-repeat center center;}

.renwu3_1{float:left; width:100%; background:#fafafa}

.renwu31Box{float:left; width:100%; padding-bottom:80px}
.renwu31_left{float:left; width:50%; height:800px}
.renwu31_left img{float:right; width:100%;}
.renwu31_right{float:left; width:50%}
.renwu31rightBox{width:500px; margin:0 auto}
.renwu31XH{float:left; width:100%; text-align:center; margin:50px 0 30px 0}
.renwu31XH img{float:none; width:180px; height:auto}
.renwu31SM{float:left; width:100%; text-align:center; font-size:20px; padding-bottom:30px;}
.rwLine1{border-bottom:2px solid #a0cca9;}
.rwLine2{border-bottom:2px solid #dab1b8;}
.rwLine3{border-bottom:2px solid #dac6ad;}
.rwLine4{border-bottom:2px solid #96bcd6;}

.renwu31Title{float:left; width:100%; text-align:center; font-size:30px; margin:40px 0}
.renwu31Text{float:left; width:100%; text-align:center}
.renwu31Price{float:left; width:100%; line-height:12px; text-align:center}
.renwu31Price img{margin:0 3px}
.renwu31Price span{font-size:20px}
.renwu31Pic{float:left; width:100%; height:250px; margin:15px 0; overflow:hidden}
.renwu31Pic1{float:left; width:100%; text-align:center; margin-top:30px}
.renwu31Pic1 img{width:500px; height:auto}

.renwu3_8{float:left; width:100%; border-top:1px solid #000; padding:75px 0; text-align:center}
.renwu3_8 img{float:none; width:600px; height:auto}
.renwu3_8 span{float:left; width:100%; padding-bottom:30px; line-height:36px; font-size:24px}

.renwu40Pic{float:left; width:100%; height:660px; text-align:center}
.renwu40Pic img{float:none; width:100%; height:auto}

.renwu4_1{float:left; width:100%; text-align:center; padding:100px 0; line-height:36px; font-size:16px}
.renwu4_1 span{font-weight:bold; font-size:18px}
.renwu4_1 img{height:auto}
.renwu4_1 img.img411{width:auto}
.renwu4_1 img.img412{width:320px}

.renwu4_2{float:left; width:100%; height:700px; position:relative;
	color:#fff;
	text-align:center;
}
.renwu4_2 span{ position:absolute; left:0px; width:100%; text-align:center; line-height:32px; top:150px; font-size:28px; z-index:11}
.renwu4_2 label{position:absolute; left:0px; width:100%; text-align:center; font-size:20px; top:230px; z-index:11}
.renwu4_2 .video42{ position:absolute; width:100%; height:732px; left:0px; top:0px; z-index:9}

.renwu4_3{float:left; width:100%; padding-bottom:80px; background:#000; color:#fff}
.renwu4_3 span{float:left; width:100%; text-align:center; line-height:32px; padding-top:120px; font-size:28px}
.renwu4_3 label{float:left; width:100%; text-align:center; font-size:20px; padding:50px 0 50px 0}
.renwu43Pic{float:left; width:100%; padding-bottom:30px; text-align:center}
.renwu43Pic img{float:none; width:auto; height:460px}
.renwu43btn{float:left; width:100%; height:40px; margin-top:20px; position:relative}
.renwu43btn a{ position:absolute; left:50%; margin-left:-51px; top:0px; border:1px solid #fff; color:#fff; width:100px; height:36px; line-height:36px; text-align:center; font-size:13px;
-webkit-border-radius:19px;
	-moz-border-radius:19px;
	border-radius:19px;
}
.renwu43btn a:hover{ background:#fff; color:#000}

.renwu4_4{float:left; width:100%; height:700px; background:#f9f9f9 url(../img/person/rw_pic04_041.jpg) no-repeat center 50%;
	background-size:150%;
	color:#fff;
	text-align:center;
}
.renwu4_4 dl{float:left; width:100%; text-align:center; line-height:32px}
.renwu4_4 dl span{float:left; width:100%; font-size:30px; padding:200px 0 50px 0}

.moreBtn{float:left; width:100%; text-align:center;
	padding-top:50px;
	display: flex;
	justify-content: center;/*水平居中*/
}
.moreBtn a{float:left; width:198px; height:38px; line-height:38px; font-size:15px; border:1px solid #fff;
	color:#fff;}
.moreBtn a:hover{background-color:#fff; color:#666}

.renwu5_1{float:left; width:100%; position:relative}
.renwu5_1 img{float:left; width:100%; height:auto}
.renwu5_1 div{ position:absolute; width:100%; left:0px; top:50%; margin-top:-100px; z-index:1;
	font-size:20px;
	line-height:32px;
	text-align:center;
	align-items:center;/*垂直居中*/
}
.renwu5_1 div span{font-size:30px}
.renwu5_1 div label{font-size:25px}

.renwu5_3{float:left; width:100%; text-align:center}
.renwu5_3 img{float:none; width:200px; height:auto}
.renwu5_3 span{float:left; width:100%; text-align:center; padding:100px 0; font-size:30px}
.renwu5_3 em{float:left; width:100%; text-align:center; font-size:16px; font-style:normal; font-weight:bold}
.renwu5_3 p{float:left; width:100%; text-align:center; font-size:20px; line-height:36px; padding:50px 0 100px 0}

.renwu5_4{float:left; width:100%; height:650px; margin-bottom:80px; background:#fafafa}
.renwu54box{width:900px; height:100%; margin:0 auto; position:relative}
.renwu54box img{ position:absolute; width:284px; height:auto}
.renwu54box img.img54{right:308px; top:100px}
.renwu54box img.img541{right:0px; top:100px}
.renwu54box img.img542{right:0px; top:408px}
.renwu54box dl{ position:absolute; left:60px; bottom:-20px; width:500px}
.renwu54box dl dt{float:left; width:100%; height:60px}
.renwu54box dl dt img{width:295px; height:auto}
.renwu54box dl dd{float:left; width:100%}

.renwu5_5{float:left; width:100%; height:580px; margin-top:200px; margin-bottom:80px; background:#fafafa}
.renwu55box{width:900px; height:100%; margin:0 auto; position:relative}
.renwu55box img{ position:absolute; width:284px; height:auto}
.renwu55box img.img55{left:0px; top:-100px}
.renwu55box img.img551{left:0px; top:208px}
.renwu55box img.img552{left:308px; top:208px}
.renwu55box dl{ position:absolute; left:319px; top:-20px; width:500px}
.renwu55box dl dt{float:left; width:100%; height:60px}
.renwu55box dl dt img{width:295px; height:auto}
.renwu55box dl dd{float:left; width:100%}

.renwu51Box{float:left; width:100%; padding-bottom:80px}
.renwu51_left{float:left; width:50%; height:800px}
.renwu51_left img{float:right; width:100%;}
.renwu51_right{float:left; width:50%}
.renwu51rightBox{width:500px; margin:0 auto}
.renwu51Title{float:left; width:100%; text-align:center; font-size:30px; margin:40px 0}
.renwu51Text{float:left; width:100%; text-align:center}
.renwu51Price{float:left; width:100%; line-height:12px; text-align:center}
.renwu51Price img{margin:0 3px}
.renwu51Price span{font-size:20px}

.renwu51Pic{float:left; width:100%; height:300px; margin:15px 0; overflow:hidden}

.renwu5_6{float:left; width:100%; position:relative; margin-bottom:200px;
display: flex;
	justify-content: center;/*水平居中*/
}
.renwu56_left{float:left; width:50%}
.renwu56_left img{float:none; width:100%; height:auto}
.renwu56_right{float:left; width:530px}
.renwu56_right .renwu56Pic{}
.renwu56_right .renwu56Pic img{float:left; width:100%; height:auto}
.renwu56_right dl{float:left; width:400px; margin-top:10px}
.renwu56_right dl span{float:left; width:100%; font-size:24px; padding:5px 0; font-weight:bold}
.renwu56_right dl em{float:left; width:100%; font-style:normal}
.renwu56_right dl p{float:left; width:100%; padding:10px 0 30px 0; border-top:1px solid #000}
.renwu56_right dl p b{font-weight:normal; color:red}

.aui-content-max{float:left; width: 540px; height: 300px; margin:20px 0 0 -10px; position: relative;}
.aui-content-box{
	position: relative;
	width: 540px;
	height: 300px;
	margin: 0 auto;
	float: left;
}
.btnPN{position:absolute; top:50%;margin-top: -25px; width:50px; height:50px; z-index:10; cursor:pointer;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
}
.prevA{left:10px; background:#fff url(../img/person/icon_left_15.png) no-repeat center center}
.prevA:hover{background:#dedede url(../img/person/icon_left_15.png) no-repeat center center}
.nextA{right:10px; background:#fff url(../img/person/icon_right_15.png) no-repeat center center; cursor:pointer}
.nextA:hover{ background:#dedede url(../img/person/icon_right_15.png) no-repeat center center; cursor:pointer}

.aui-content-box-ovf {
	width: 540px;
	overflow: hidden;
	position: relative;
	height: 300px;
}
.aui-content-box-list ul li {
	float: left;
	margin:0 10px
}
.aui-content-box-list {
	width: 54000px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/**2025***/

.home-slider-description p{font-family: mFont-bold; text-indent:75px}
.home-slider-btn-box{margin-left:65px}

