* {
	padding: 0;
	margin: 0
}

html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible
}

body {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	overflow-x: hidden;
	background-color: #fff;
	color: #666
}

html,body,.wrapper {
	height: 100%
}
#lg-download{
	display:none;
}
h1,h2,h3,h4,h5,h6 {
	color: #232323;
	font-weight: normal;
	line-height: 1.2;
	font-family: 'Inter',sans-serif;
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 20px
}

.h4,h4 {
	font-size: 1.26rem
}

img {
	border: 0;
	outline: 0;
	max-width: 100%
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%
}

a,.btn,button {
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	outline: medium none;
}

a img,iframe {
	border: 0
}

p {
	color: #666;
	line-height: 28px;
	margin: 0 0 15px;
	text-transform: none;
	font-weight: 400
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eee
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143
}

input:focus,textarea:focus,select:focus {
	outline: 0;
	box-shadow: inherit
}

ul {
	margin: 0;
	list-style-type: none
}

a,a:active,a:focus,a:hover {
	outline: 0;
	text-decoration: none;
	color: #232323
}

a:hover {
	color: #232323
}

a {
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	text-decoration: none;
}

b,strong {
	font-weight: 700
}
.subst_devel_section4 .swiper-slide{
	height:auto !important;
}
.inc-border {
	border-top: 1px solid #e7e7e7
}

.btn.active,.btn:active {
	background-image: inherit!important
}

.btn.focus,.btn:active:focus,.btn:active:hover,.btn:focus,.btn:hover {
	outline: 0
}

.btn.circle {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.btn.active,.btn:active {
	outline: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit
}

.btn i {
	font-size: 12px;
	margin-left: 0;
	position: relative;
	top: 1px
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	min-height: 50px
}

.container-half {
	margin: 0 auto;
	width: 60%;
	padding: 0 15px
}

.container-medium {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px;
	position: relative
}

@media(min-width:576px) {
	.container-medium {
		max-width: 540px
	}
}

@media(min-width:768px) {
	.container-medium {
		max-width: 720px
	}
}

@media(min-width:992px) {
	.container-medium {
		max-width: 960px
	}
}

@media(min-width:1200px) {
	.container-medium {
		max-width: 1400px;
		width: 80%
	}
}

.bg-cover {
	background-position: center center;
	background-size: cover
}

.bg-contain {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

.bg-fixed {
	background-attachment: fixed;
	background-position: center top;
	background-size: cover
}

.bg-gray {
	background-color: #f7f7f7
}

.bg-theme-small {
	background: rgba(255,53,20,0.03)
}

.bg-light {
	background-color: #fff!important
}

.bg-theme {
	background-color: #ff3514
}

.align-center {
	align-items: center
}

.text-light h1,.text-light h2,.text-light h3,.text-light h4,.text-light h5,.text-light h6,.text-light p,.text-light a {
	color: #fff
}

.shadow {
	position: relative;
	z-index: 1
}



.shadow.dark-hard::after {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: .75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.shadow.light::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: .3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.shadow.theme::after {
	background: #ff3514 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.shadow.theme-hard::after {
	background: #ff3514 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: .7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.shadow.gradient-theme::after {
	background: linear-gradient(to bottom,#ff2d0c 0,#ff7c68 100%);
	content: "";
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.shadow.gradient-dark::after {
	background: linear-gradient(to bottom,#0055A2 0,#2a3644 100%);
	content: "";
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.shadow.gradient-light::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: rgba(0,0,0,0) linear-gradient(to left,rgba(0,0,0,0) 0,rgba(255,255,255,0.65) 100%) repeat scroll 0 0;
	height: 100%;
	width: 70%
}

.default-padding {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative
}

.default-padding-top {
	padding-top: 120px;
	position: relative
}

.default-padding-top.bottom-less {
	margin-bottom: -30px
}

.default-padding-bottom {
	padding-bottom: 120px;
	position: relative
}

.default-padding-bottom.bottom-less {
	padding-bottom: 90px
}

.default-padding.bottom-less {
	padding-top: 120px;
	padding-bottom: 90px
}

.padding-xl {
	padding-top: 180px;
	padding-bottom: 180px
}

.btn {
	display: inline-block;
	font-family: "Poppins",sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 10px;
	text-transform: uppercase;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	letter-spacing: 1px;
	border-radius: inherit;
	overflow: hidden
}

.btn.angle {
	position: relative
}

.btn.angle::after {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -7px;
	content: "";
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 8px solid #232323;
	transition: all .35s ease-in-out
}

.btn.angle.btn-sm::after {
	right: 27px
}

.btn.angle.btn-theme::after {
	border-left-color: #fff
}

.btn.angle.btn-light.effect:hover::after {
	border-left-color: #fff
}

.btn-md {
	padding: 15px 40px
}

.angle.btn-md {
	padding-right: 45px
}

.btn-sm {
	padding: 10px 35px;
	font-size: 12px
}

.angle.btn-sm {
	padding-right: 40px
}

.btn.btn-sm-pro {
	font-size: 10px;
	font-weight: 600;
	margin-top: 5px;
	padding: 4px 35px;
	display: inline-block
}

.btn-border-light {
	border: 2px solid #fff
}

.btn.btn-sm-pro.btn-border-light:hover,.btn.btn-sm-pro.btn-border-light:focus {
	background-color: #fff;
	color: #666;
	border: 2px solid #fff
}

.btn-dark {
	background-color: #666;
	color: #fff;
	border: 2px solid #666
}

.btn-dark.border {
	background-color: transparent;
	color: #666;
	border: 2px solid #666!important
}

.btn-dark.border:hover {
	background-color: #0055A2;
	color: #fff!important;
	border: 2px solid #0055A2!important
}

.btn.btn-light {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #fff!important;
	color: #666;
	box-shadow: 0 0 10px rgba(0,0,0,0.1)
}

.btn.btn-light:hover,.btn.btn-light:focus {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #fff!important;
	color: #fff
}

.btn.btn-light.effect:hover,.btn.btn-light.effect:focus {
	background-color: #ff3514;
	color: #fff!important;
	border: 2px solid #ff3514!important
}

.btn.btn-light.border {
	background: transparent;
	border: 2px solid #fff!important;
	color: #fff
}

.btn.btn-light.border:hover {
	background: #fff none repeat scroll 0 0!important;
	border: 2px solid #fff!important;
	color: #232323!important
}

.btn-dark:hover,.btn-dark:focus {
	color: #232323!important;
	background: transparent
}

.bg-dark {
	background: #0055A2 none repeat scroll 0 0!important
}

.bg-dark-hard {
	background: #00081d none repeat scroll 0 0
}

.btn-theme {
	background-color: #ff3514;
	color: #fff!important;
	border: 2px solid #ff3514
}

.btn-theme.border {
	background-color: transparent;
	color: #ff3514!important;
	border: 2px solid #ff3514
}

.btn-theme.border:hover {
	background-color: #ff3514;
	color: #fff!important;
	border: 2px solid #ff3514
}

.btn-theme.effect:hover,.btn-theme.effect:focus {
	background: #ff3514 none repeat scroll 0 0;
	border: 2px solid #ff3514;
	color: #fff
}

.btn.btn-sm-lm {
	font-size: 12px;
	padding: 4px 35px
}

.bg-theme a.btn-theme.btn:hover,.bg-theme a.btn-theme.btn:focus {
	border: 2px solid #fff;
	color: #fff
}

.bg-fixed {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover
}

.bg-cover {
	background-position: center center;
	background-size: cover
}

.container-full {
	padding: 0 15px;
	width: 100%
}

.site-heading h2 {
	display: inline-block;
	font-weight: 500;
	padding-bottom: 15px;
	font-size:30px;
	margin-bottom: 0;
	position: relative;
	text-transform: capitalize;
	letter-spacing: 1px
}

.bg-dark .site-heading h2,.bg-dark .site-heading p {
	color: #fff
}

.site-heading.less-info h2 {
	margin-bottom: 0
}

.site-heading h4 {
	color: #0055A2;
	font-weight: 600;
	text-transform: uppercase;
	font-size:45px;
}

.site-heading.clean h2 {
	padding-bottom: 0
}

.site-heading.clean h2 span {
	color: #ff3514
}

.site-heading h2 span {
	color: #ff3514
}

.site-heading.barber h2 span {
	color: #bc9355
}

.site-heading p {
	margin: 0;
	margin-top: 20px
}

.site-heading h2::before {
	background: #0055A2 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 40px
}

.site-heading h2::after {
	background: #0055A2 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: 20px;
	position: absolute;
	width: 5px
}

.site-heading.text-left h2::before {
	left: 0;
	margin-left: 0
}

.site-heading.text-left h2::after {
	left: 45px;
	margin-left: 0
}

.shadow .site-heading h2,.shadow .site-heading p {
	color: #fff
}

.bg-theme .site-heading h2::before,.shadow .site-heading h2::before,.half-bg .site-heading h2::before {
	background: #fff none repeat scroll 0 0
}

.site-heading h2 span {
	color: #ff3514
}

.site-heading {
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: -5px
}

.site-heading.single {
	margin-bottom: 35px
}

.carousel-shadow .owl-stage-outer {
	margin: -15px -15px 0;
	padding: 15px
}

.relative {
	position: relative;
	z-index: 1
}

.shape-box {
	position: relative;
	z-index: 1
}

.shape-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1
}

.shape-bg img {
	width: 100%
}

.side-bg {
	height: 100%;
	position: absolute;
	left: 30px;
	top: 0;
	width: 35%
}

.side-bg.left {
	left: 30px;
	right: auto
}

.side-bg img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%)
}

.animated.side-bg {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.54,0.085,0.5,0.92);
	animation-timing-function: cubic-bezier(0.54,0.085,0.5,0.92);
	-webkit-animation-name: infiUpDown;
	animation-name: infiUpDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@keyframes infiUpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px)
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@-webkit-keyframes infiUpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px)
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

.top-bar-area {
	overflow: hidden;
	padding: 15px 0
}

.top-bar-area .logo.shape {
	position: relative;
	z-index: 1
}

.top-bar-area .logo.shape::after {
	position: absolute;
	right: 0;
	top: -100%;
	content: "";
	height: 300%;
	width: 500%;
	background: #ff3514;
	z-index: -1;
	transform: skewX(20deg);
	border-right: 5px solid #fff
}

.top-bar-area li {
	display: inline-block
}

.top-bar-area .text-left .info {
	display: flex;
	justify-content: flex-start
}

.top-bar-area .float-right .info {
	display: flex;
	justify-content: flex-end
}

.top-bar-area .info>ul li {
	display: inline-block;
	align-items: center;
	text-align: left
}

.top-bar-area .float-right .info>ul {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #e7e7e7
}

.top-bar-area .text-left .info>ul {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #e7e7e7
}

.top-bar-area.bg-dark .float-right .info>ul {
	border-left: 1px solid rgba(255,255,255,0.3)
}

.top-bar-area.bg-dark .text-left .info>ul {
	border-right: 1px solid rgba(255,255,255,0.3)
}

.top-bar-area .float-right .info>ul:first-child {
	margin: 0;
	padding: 0;
	border: 0
}

.top-bar-area .text-left .info>ul:last-child {
	margin: 0;
	padding: 0;
	border: 0
}

.top-bar-area .float-right .info .list li {
	margin-left: 20px
}

.top-bar-area .text-left .info .list li {
	margin-right: 20px
}

.top-bar-area .text-left .info .list li:last-child {
	margin-right: 0
}

.top-bar-area .info .list li i {
	color: #ff3514;
	margin-right: 5px;
	font-size: 20px;
	position: relative;
	top: 1px
}

.top-bar-area.bg-dark .float-right .social a {
	margin-left: 15px
}

.top-bar-area.bg-dark .text-left .social a {
	margin-right: 15px
}

.top-bar-area.bg-dark .float-right .social li:first-child a {
	margin: 0
}

.top-bar-area.bg-dark .text-left .social li:last-child a {
	margin: 0
}

.top-bar-area .item-flex {
	display: flex;
	align-items: center
}

.top-bar-area .item-flex ul {
	margin-left: 30px;
	padding-left: 30px;
	position: relative;
	z-index: 1
}

.top-bar-area .item-flex ul li {
	margin-left: 15px
}

.top-bar-area .item-flex ul::after {
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
	height: 20px;
	width: 1px;
	background: rgba(255,255,255,0.3)
}

.top-bar-area .item-flex ul:first-child {
	margin: 0;
	padding: 0
}

.top-bar-area .item-flex ul:first-child::after {
	display: none
}

.top-bar-area .item-flex ul li:first-child {
	margin: 0
}

.top-bar-area .text-right .button {
	position: relative;
	z-index: 1
}

.top-bar-area .text-right .button::after {
	position: absolute;
	left: 0;
	top: -35px;
	content: "";
	height: 100px;
	width: 200%;
	background: #ff3514;
	z-index: -1;
	transform: skewX(-30deg);
	border-left: 3px solid #fff
}

.top-bar-area .text-right .button a {
	font-weight: 700;
	display: inline-block
}

.breadcrumb-area {
	padding: 150px 0
}

.breadcrumb-area .breadcrumb {
	background: transparent none repeat scroll 0 0;
	border: 1px solid rgba(255,255,255,0.3);
	display: inline-block;
	margin: 0;
	position: relative;
	z-index: 1;
	padding: 12px 15px
}

.breadcrumb-area h1 {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 40px;
	margin-top: -10px
}

.breadcrumb>li+li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding: 0 5px;
	color: #fff;
	display: none
}

.breadcrumb-area .breadcrumb li i {
	margin-right: 5px
}

.breadcrumb-area .breadcrumb li {
	padding: 0 15px;
	position: relative;
	display: inline-block;
	z-index: 1
}

.breadcrumb-area .breadcrumb li.active {
	text-decoration: underline
}

.breadcrumb-area .breadcrumb li::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 10px;
	left: -1px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 1px
}

.breadcrumb-area .breadcrumb li:first-child::after {
	display: none
}

.breadcrumb-area .breadcrumb a,.breadcrumb-area .breadcrumb li {
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff
}

body,.banner-area,.banner-area div {
	height: 100%
}

.banner-area.auto-height,.banner-area.auto-height div {
	height: auto;
	min-height: 100%
}

.banner-area .box-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%
}

.banner-area .box-table {
	display: table;
	width: 100%
}

.banner-area .box-cell,.banner-area .box-cell div {
	height: auto
}

.banner-area {
	position: relative;
	margin-top:-100px;
	overflow: hidden;
	height:auto;
}

.banner-area .wavesshape {
	bottom: -2px;
	left: 0;
	position: absolute;
	right: 0;
	top: auto;
	width: 100%
}

.banner-area .wavesshape.shape {
	bottom: -50px;
	height: auto
}

.banner-area .content {
	position: relative;
	z-index: 9
}

.banner-area.wavesshape {
	position: relative;
	z-index: 1
}

.banner-area.triangle-shadow {
	position: relative;
	z-index: 1
}

.banner-area.triangle-shadow::before {
	border-bottom: 0 solid transparent;
	border-right: 100vw solid #fff;
	border-top: 80px solid transparent;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 101
}

.banner-area.shadow-inner .content {
	padding: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.banner-area.content-double .double-items {
	align-items: center;
	align-self: center;
	display: flex;
	justify-content: center;
	vertical-align: middle
}

.banner-area .banner-carousel .owl-item.center img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1)
}

.banner-area .banner-carousel .owl-item img {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9)
}

.banner-area .item h1:first-child,.banner-area .item h2:first-child,.banner-area .item h3:first-child,.banner-area .item h4:first-child,.banner-area .item h5:first-child,.banner-area .item h6:first-child {
	animation-delay: .5s
}

.banner-area .item h1:nth-child(2),.banner-area .item h2:nth-child(2),.banner-area .item h3:nth-child(2),.banner-area .item h4:nth-child(2),.banner-area .item h5:nth-child(2),.banner-area .item h6:nth-child(2) {
	animation-delay: .7s
}

.carousel-caption h1:nth-child(3),.carousel-caption h2:nth-child(3),.carousel-caption h3:nth-child(3),.carousel-caption h4:nth-child(3),.carousel-caption h5:nth-child(3),.carousel-caption h6:nth-child(3) {
	animation-delay: .9s
}

.banner-area .item p {
	animation-delay: .5s
}

.banner-area .item ul {
	animation-delay: .6s
}

.banner-area .item a,.banner-area .item button {
	animation-delay: .7s
}

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.carousel-fade .carousel-inner .item,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {
	opacity: 0
}

.carousel-fade .carousel-inner .active,.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
	opacity: 1
}

.carousel-fade .carousel-inner .next,.carousel-fade .carousel-inner .prev,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0)
}

.carousel-fade .carousel-control {
	z-index: 2
}

@-webkit-keyframes zoom {
	from {
		transform: scale(1.1,1.1)
	}

	to {
		transform: scale(1,1)
	}
}

@-moz-keyframes zoom {
	from {
		transform: scale(1.1,1.1)
	}

	to {
		transform: scale(1,1)
	}
}

@-o-keyframes zoom {
	from {
		transform: scale(1.1,1.1)
	}

	to {
		transform: scale(1,1)
	}
}

@keyframes zoom {
	from {
		transform: scale(1.1,1.1)
	}

	to {
		transform: scale(1,1)
	}
}

.carousel-inner.carousel-zoom .carousel-item>.slider-thumb {
	-webkit-animation: zoom 2s;
	animation: zoom 2s
}

.banner-area .carousel-zoom .slider-thumb {
	height: 100%;
	position: absolute;
	width: 100%
}

#particles-js,#ripple {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.banner-area .carousel-control {
	background: transparent none repeat scroll 0 0;
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 1;
	color: #fff
}

.banner-area .carousel-control.dark {
	color: #232323
}

.banner-area .carousel-control.theme {
	color: #ff3514
}

.banner-area .carousel-control.light {
	color: #fff
}

.banner-area .carousel-control.shadow {
	background: transparent none repeat scroll 0 0;
	color: #fff;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	text-shadow: inherit;
	top: 50%;
	width: 50px;
	z-index: 1
}

.banner-area .carousel-control.shadow::after {
	background: #1e2726 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.banner-area .carousel-control.left {
	left: -80px
}

.banner-area:hover .carousel-control.left {
	left: 20px
}

.banner-area:hover .carousel-control.shadow.left {
	left: 0
}

.banner-area .carousel-control.right {
	right: -80px
}

.banner-area:hover .carousel-control.right {
	right: 0
}

.banner-area:hover .carousel-control.shadow.right {
	right: 20px
}

.banner-area .carousel-indicator {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}

.banner-area .carousel-indicators {
	position: absolute;
	right: auto;
	left: 0;
	width: auto;
	height: auto;
	top: auto;
	bottom: 0;
	margin: 0;
	padding: 30px 0
}

.banner-area .carousel-indicators li {
	display: block;
	height: 20px;
	width: 20px;
	margin: 10px 5px;
	border: 2px solid rgba(255,255,255,0.7);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	position: relative;
	z-index: 1
}

.banner-area .carousel-indicators li.active {
	border: 2px solid #fff
}

.banner-area .carousel-indicators li::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.banner-area.video-bg-live .mbYTP_wrapper {
	z-index: 1!important
}

.banner-area .fixed-thumb .slider-thumb {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40%
}

.banner-area .content a {
	margin-right: 5px;
	margin-top: 5px
}

.banner-area.thumb-half .slider-thumb {
	position: absolute;
	right: 0;
	top: 0;
	width: 60%
}

.banner-area.top-pad-60 .content {
	padding-top: 60px
}

.banner-area .fixed-video {
	position: absolute;
	left: 200px;
	bottom: 0;
	padding: 51px 100px;
	height: auto;
	background: #0055A2;
	display: inline-block;
	width: 100px;
	z-index: 1
}

.banner-area .fixed-video .video-play-button.relative {
	position: absolute;
	display: inline-block;
	left: 50%;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	margin-top: 0!important;
	top: 50%
}

.banner-area .fixed-video .video-play-button.relative::before,.banner-area .fixed-video .video-play-button.relative::after {
	height: 60px;
	width: 60px;
	line-height: 60px
}

.banner-area .fixed-video .video-play-button i {
	display: block;
	position: relative;
	z-index: 3;
	top: 19px;
	font-size: 20px
}

.banner-area.inc-shape .content .shape {
	position: absolute;
	width: 350px;
	height: 450px;
	border: 10px solid rgba(255,255,255,0.1);
	left: -55px;
	top: 50%;
	z-index: -1;
	transform: translate(0,-50%)
}

.banner-area.inc-shape .text-center .content .shape {
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)
}

.banner-area.text-large .content h2 {
	font-size: 80px;
	font-weight: 900;
	margin-bottom: 30px;
	line-height: 1;
	text-transform: capitalize
}

.banner-area .content ul li {
	display: flex;
	align-items: center;
	float: left;
	margin-right: 30px
}

.banner-area .content ul {
	overflow: hidden;
	margin-bottom: 30px;
	display: inline-block;
	color: #232323
}

.banner-area.title-top .content ul {
	margin-bottom: 15px
}

.banner-area .content ul li h5 {
	margin: 0;
	text-transform: capitalize;
	font-weight: 600
}

.banner-area .content ul li i {
	display: inline-block;
	font-size: 40px;
	margin-right: 15px;
	color: #ff3514
}

.banner-area .carousel-item {
	position: relative
}

.banner-area.inc-fixed-thumb .carousel-item .fixed-thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 40%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px rgba(0,0,0,0.1)
}

.banner-area.text-medium .content h2 {
	font-size: 60px;
	font-weight: 200;
	margin-bottom: 25px;
	text-transform: capitalize
}

.banner-area.text-medium .content h2 strong {
	display: block;
	font-size: 100px;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 15px
}

.banner-area .content p {
	padding-right: 15%;
	font-size: 16px;
	line-height: 32px
}

.banner-area.text-center .content p,.banner-area .text-center .content p {
	padding-right: 15%;
	padding-left: 15%
}

.banner-area.text-right .content p,.banner-area .text-right .content p {
	padding-right: 0;
	padding-left: 15%
}

.banner-area.inc-content .content a {
	margin-top: 20px
}

.video-play-button {
	color: #ff3514;
	font-size: 30px;
	left: 50%;
	padding-left: 7px;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	z-index: 1
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #fff repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #fff repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

.video-play-button i {
	display: block;
	position: relative;
	z-index: 3;
	color: #0055A2
}

.about-area .info-content {
	padding-right: 35px
}

.about-area .info-content h2 {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	font-weight: 600;
	line-height: 1.3;
	font-size: 28px
}

.about-area .info-content h2 strong {
	font-size: 140px;
	line-height: 110px;
	padding-right: 20px;
	color: #ff3514;
	font-weight: 800
}

.about-area blockquote {
	font-size: 14px;
	border-left: 2px solid #ff3514;
	margin-top: 30px;
	margin-bottom: 0;
	padding: 0;
	padding-left: 25px
}

.about-area .info-content>a {
	margin-top: 30px
}

.about-area blockquote span {
	display: block;
	font-family: 'Inter',sans-serif;
	text-transform: uppercase;
	color: #232323
}

.about-area blockquote span strong {
	color: #ff3514
}

.about-area .thumb-box {
	padding-left: 10%
}

.about-area .thumb {
	position: relative;
	z-index: 1;
	text-align: right;
	margin-bottom: 50px
}

.about-area .thumb .video {
	position: absolute;
	left: -125px;
	bottom: -50px;
	background: #fff;
	box-shadow: 0 5px 30px 0 rgba(214,215,216,0.57);
	height: 250px;
	width: 250px;
	border-radius: 50%;
	border: 4px solid #fff;
	background-position: center
}

.about-area .thumb .video .video-play-button:before {
	width: 60px;
	height: 60px;
	background: #ff3514
}

.about-area .thumb .video .video-play-button:after {
	width: 60px;
	height: 60px;
	background: #ff3514
}

.about-area .thumb .video .video-play-button i {
	color: #fff
}

.about-area .thumb::after {
	position: absolute;
	right: -50px;
	top: -50px;
	content: "";
	height: 100%;
	width: 100%;
	background: url("assets/img/pattern.png");
	background-repeat: no-repeat;
	z-index: -1;
	background-position: right top
}

.about-area .content-box .item {
	padding: 30px;
	border: 1px solid #e7e7e7;
	overflow: hidden;
	text-align: center
}

.about-area .content-box .equal-height:first-child,.about-area .content-box .equal-height:nth-child(2) {
	margin-top: 0
}

.about-area .content-box .item>i {
	display: block;
	font-size: 40px;
	margin-bottom: 30px;
	color: #ff3514;
	position: relative;
	z-index: 1;
	padding-bottom: 30px
}

.about-area .content-box .item>i::after {
	position: absolute;
	left: -25%;
	bottom: 0;
	content: "";
	height: 1px;
	width: 150%;
	background: #e7e7e7
}

.about-area .content-box .equal-height {
	margin-top: 30px
}

.about-area .content-box .item h4 {
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 20px
}

.about-area .content-box .item p {
	margin: 0
}

.about-area .content-box .item a {
	text-transform: uppercase;
	font-weight: 600;
	color: #666;
	font-size: 12px;
	letter-spacing: 1px
}

.about-area .content-box .item a i {
	font-size: 10px
}

.about-area .experiecne {
	display: block;
	padding: 30px;
	text-align: center;
	position: relative;
	z-index: 1
}

.about-area .experiecne strong {
	color: #ff3514;
	font-size: 200px;
	line-height: 150px
}

.about-area .experiecne h5 {
	color: #fff;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 30px
}

.about-area .experiecne::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 60%;
	width: 100%;
	background: #0055A2;
	z-index: -1;
	clip-path: polygon(100% 0,100% 80%,95% 100%,0 100%,0 0)
}

.about-area .thumb-left {
	padding-right: 35px
}

.about-area .thumb-left .thumb {
	margin-bottom: 0
}

.about-area .thumb-left .thumb {
	position: relative;
	z-index: 1
}

.about-area .thumb-left .thumb::after {
	position: absolute;
	left: -50px;
	top: -50px;
	content: "";
	height: 300px;
	width: 300px;
	background: url("assets/img/pattern.png");
	background-repeat: no-repeat;
	background-position: left top
}

.features-area .features-items {
	padding: 70px 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	position: relative;
	top: -120px;
	z-index: 9;
	background: #fff;
	margin-bottom: -120px
}

.features-area .features-items .item {
	padding: 0 30px
}

.features-area .features-items .item p {
	margin: 0
}

.features-area .features-items .item i {
	display: inline-block;
	font-size: 50px;
	margin-bottom: 60px;
	color: #ff3514;
	position: relative;
	z-index: 1;
	margin-top: 30px
}

.features-area .features-items .single-item.feature .item i::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 120px;
	width: 120px;
	transform: translate(-50%,-50%);
	background: #ff3514;
	z-index: -1;
	clip-path: polygon(50% 0,100% 50%,50% 100%,0% 50%);
	opacity: .1
}

.features-area .features-items .item h5 {
	line-height: 1.4;
	font-weight: 700;
	font-size: 17px
}

.features-area .features-items .quotes i {
	color: #e7e7e7
}

.features-area .features-items .item h5 a {
	font-weight: 700
}

.features-area .quotes .author {
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: center;
	margin-top: 25px
}

.features-area .quotes .author img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin-right: 20px
}

.features-area .quotes .author h5 {
	margin-bottom: 0
}

.features-area .features-items .single-item.emergency {
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
	border-radius: 10px
}

.features-area .features-items .single-item.emergency::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #000;
	z-index: -1;
	opacity: .6;
	border-radius: 10px
}

.features-area .features-items .single-item.emergency .item {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 50px;
	text-align: center;
	justify-content: center
}

.features-area .features-items .single-item.emergency i {
	display: block;
	margin-top: 0;
	margin-bottom: 30px;
	color: #fff
}

.features-area .features-items .single-item.emergency p {
	margin-bottom: 20px
}

.features-area .features-items .single-item.emergency h2 {
	font-weight: 800;
	margin-bottom: 0
}

.achivement-area .fun-fact {
	align-items: center;
	text-align: center;
	padding: 0 30px
}

.achivement-area .single-item {
	position: relative;
	z-index: 1
}

.achivement-area {
	position: relative;
	z-index: 1
}

.achivement-area .fixed-thumb {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center
}

.achivement-area .fixed-thumb img {
	width: auto;
	margin: auto;
	opacity: .1;
	height: 100%;
	width: 100%
}

.achivement-area.bg-light .fixed-thumb img {
	opacity: .7
}

.achivement-area .single-item::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 1px;
	background: rgba(255,255,255,0.2);
	transform: skewX(-7deg)
}

.achivement-area .single-item:last-child::after {
	display: none
}

.achivement-area .fun-fact .info {
	margin-top: 30px
}

.achivement-area .fun-fact .info p {
	margin: 0;
	color: #ccc;
	margin-bottom: -5px
}

.achivement-area.bg-light .fun-fact .info p {
	color: #666
}

.achivement-area .fun-fact .counter {
	font-family: 'Inter',sans-serif
}

.achivement-area .fun-fact .counter .timer {
	font-size: 34px;
	line-height: 1;
	font-weight: 600;
	position: relative;
	z-index: 1;
	display: inline-block;
	color: #fff;
	margin-left: -22px
}

.achivement-area.bg-light .fun-fact .counter .timer {
	color: #232323
}

.achivement-area .fun-fact .counter .medium {
	color: #ff3514;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	display: block
}

.achivement-area .fun-fact .counter .timer::after {
	position: absolute;
	right: -25px;
	top: 2px;
	content: "K";
	color: #ff3514;
	font-size: 30px;
	font-weight: 800
}

.achivement-area .fun-fact .counter .timer.plus::after {
	position: absolute;
	right: -28px;
	top: 4px;
	content: "\f067";
	color: #ff3514;
	font-size: 26px;
	font-weight: 800;
	font-family: "Font Awesome 5 Free"
}

.achivement-area .fun-fact .counter .count {
	display: inline-block;
	height: 120px;
	width: 120px;
	text-align: center;
	line-height: 135px;
	border-radius: 50%;
	background: rgba(255,255,255,0.03);
	position: relative;
	z-index: 1;
	box-shadow: 0 0 10px rgba(0,0,0,0.1)
}

.achivement-area.bg-light .fun-fact .counter .count {
	background: rgba(255,255,255,1)
}

.achivement-area .fun-fact .counter .count::after {
	position: absolute;
	left: 1px;
	top: 1px;
	content: "";
	height: 100%;
	width: 100%;
	border: 2px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	border-top: 0;
	border-left: none
}

.achivement-area .fun-fact .info h5 {
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 15px
}

.services-area.with-thumb .services-items .item {
	background: #fff;
	box-shadow: -1px 3px 10px 0 rgba(0,0,0,0.06)
}

.services-area.with-thumb .services-items .item .info {
	padding: 30px 15px;
	position: relative;
	z-index: 1;
	
}

.services-area.with-thumb .services-items .item .thumb {
	overflow: hidden;
	position: relative;
	z-index: 1
}

.services-area.with-thumb .services-items .item .thumb::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	height: 100%;
	width: 100%;
	background: url("assets/img/brush.svg");
	background-size: cover
}

.services-area.with-thumb .services-items .item .info i {
	position: absolute;
	left: 40px;
	top: -40px;
	height: 80px;
	width: 80px;
	text-align: center;
	color: #ff3514;
	font-size: 42px;
	z-index: -1;
	border-radius: 30px;
	line-height: 80px
}

.services-area.with-thumb .services-items .item .info i::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	background: #fff;
	width: 100%;
	z-index: -1;
	transform: rotate(225deg);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 15px
}

.services-area.with-thumb .services-items .item .info h4 {
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 20px;
	font-size:16px;
}

.services-area.with-thumb .services-items .item .info p {
	margin: 0
}

.services-area.with-thumb .services-items .item .info a:hover {
	color: #0055A2
}

.services-area.with-thumb .services-items .item .info .button {
	border-top: 1px solid #e7e7e7;
	
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.services-area.with-thumb .services-items .item .info .button span {
	opacity: .1;
	font-size: 36px;
	font-weight: 800
}

.services-area.with-thumb .services-items .item .info .button a {
	text-transform: uppercase;
	color: #666;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	z-index: 1
}

.services-area.with-thumb .services-items .item:hover .info .button a {
	color: #0055A2
}

.services-area.with-thumb .services-items .item .info .button a::after {
	position: absolute;
	left: 0;
	bottom: -5px;
	content: "";
	height: 1px;
	width: 30px;
	border-bottom: 1px dashed;
	transition: all .35s ease-in-out
}

.services-area.with-thumb .services-items .item:hover .info .button a::after {
	width: 100%
}

.services-area .services-items.services-carousel .owl-dots {
	margin-top: 20px;
	margin-bottom: -8px
}

.services-area .services-items.services-carousel .owl-dots .owl-dot span {
	height: 20px;
	border: 3px solid #666;
	width: 20px;
	margin: 0 5px;
	opacity: 1;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: transparent
}

.services-area .services-items.services-carousel .owl-dots .owl-dot.active span {
	border-color: #ff3514;
	position: relative;
	z-index: 1
}

.services-area .services-items.services-carousel .owl-dots .owl-dot.active span::after {
	position: absolute;
	left: 1px;
	top: -7px;
	content: "";
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ff3514
}

.services-details-area .content h2 {
	font-weight: 600;
	margin-bottom: 30px
}

.services-details-area .content .thumb {
	margin-bottom: 15px;
	margin-top: 15px
}

.services-details-area .content img {
	margin-bottom: 15px
}

.services-details-area .content ul li {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #232323;
	font-weight: 600;
	position: relative;
	z-index: 1
}

.services-details-area .content ul li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f013";
	font-family: "Font Awesome 5 Free";
	color: #ff3514
}

.services-details-area .content blockquote {
	position: relative;
	z-index: 1;
	border: 0;
	font-size: 18px;
	line-height: 34px;
	padding-left: 60px;
	margin-top: 45px;
	margin-bottom: 30px;
	background: #fafafa;
	padding: 30px;
	border-bottom: 2px solid #e7e7e7;
	color: #232323;
	font-weight: 300
}

.services-details-area .content blockquote::after {
	position: absolute;
	left: 30px;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	color: #ff3514;
	font-size: 40px;
	top: -20px;
	font-weight: 600
}

.services-details-area .content blockquote .footer {
	display: block;
	margin-top: 17px
}

.services-details-area .content blockquote .footer p {
	margin: 0;
	padding-left: 90px;
	position: relative;
	display: inline-block;
	color: #232323;
	font-weight: 600
}

.services-details-area .content blockquote .footer p::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 1px;
	width: 80px;
	background: #ff3514
}

.services-details-area .sidebar {
	padding-left: 35px
}

.services-details-area .sidebar .sidebar-item {
	margin-bottom: 50px
}

.services-details-area .sidebar .sidebar-item:last-child {
	margin-bottom: 0
}

.services-details-area .sidebar .title h4 {
	font-weight: 800;
	margin-bottom: 30px;
	margin-top: -5px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	font-size: 20px;
	display: inline-block
}

.services-details-area .sidebar .title h4::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 10px;
	width: 100%;
	background: #ff3514;
	z-index: -1;
	opacity: .1
}

.services-details-area .sidebar input[type="text"] {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	min-height: 60px
}

.services-details-area .sidebar form {
	position: relative
}

.services-details-area .sidebar button[type="submit"] {
	background: #ff3514;
	border: medium none;
	color: #fff;
	font-family: 'Nunito',sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	min-height: 50px;
	width: 50px;
	position: absolute;
	right: 5px;
	text-transform: uppercase;
	top: 5px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	border-radius: 50%
}

.services-details-area .sidebar input[type="submit"]:hover {
	background: #ff3514 none repeat scroll 0 0
}

.services-details-area .sidebar .sidebar-item.category .sidebar-info,.services-details-area .sidebar .sidebar-item.archives .sidebar-info {
	margin-top: -5px
}

.services-details-area .sidebar .sidebar-item.category li {
	display: block;
	position: relative;
	padding-left: 18px;
	margin-top: 15px
}

.services-details-area .sidebar .sidebar-item.category li::after {
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	height: 7px;
	width: 7px;
	background: #ccc;
	border-radius: 50%
}

.services-details-area .sidebar .sidebar-item.category li:first-child::after {
	top: 12px
}

.services-details-area .sidebar .sidebar-item.category li a {
	display: inline-block;
	text-transform: capitalize;
	font-weight: 700;
	color: #666
}

.services-details-area .sidebar .sidebar-item li a:hover {
	color: #ff3514
}

.services-details-area .sidebar .sidebar-item.category li a span {
	position: absolute;
	right: 0;
	top: 10px;
	color: #232323;
	font-size: 14px
}

.services-details-area .sidebar .sidebar-item.category li:first-child a span {
	top: 0
}

.services-details-area .sidebar .sidebar-item.category li:first-child {
	margin-top: 0;
	padding-top: 0
}

.services-details-area .sidebar .sidebar-item.category li:first-child a::after {
	top: 0
}

.services-details-area .sidebar .sidebar-item.category li:last-child {
	border: medium none;
	margin-bottom: 0;
	padding-bottom: 0
}

.services-details-area .sidebar .sidebar-item.form input,.services-details-area .sidebar .sidebar-item.form textarea {
	height: 50px;
	border: 1px solid #e7e7e7;
	min-height: 50px;
	border-radius: inherit
}

.services-details-area .sidebar .sidebar-item.form textarea {
	min-height: 150px;
	padding-top: 15px
}

.services-details-area .sidebar-item.form button[type="submit"] {
	width: auto;
	border-radius: 5px;
	padding: 10px 30px;
	margin-left: 5px;
	position: inherit
}

.services-area .services-box .nav-tabs {
	border: 0;
	padding-right: 30px;
	border-right: 1px solid #ddd
}

.services-area .services-box .nav-tabs li {
	display: block;
	padding: 0;
	margin-bottom: 10px
}

.services-area .services-box .nav-tabs li a {
	display: block;
	border-radius: inherit;
	border: 0;
	border-bottom: 1px solid #ddd
}

.services-area .services-box .nav-tabs li a:hover,.services-area .services-box .nav-tabs li a:focus {
	background: #ff3514;
	color: #fff
}

.services-area .services-box .nav-tabs li a i {
	margin-right: 5px
}

.services-area .services-box .nav-tabs li a.active {
	background: #fff;
	margin: 0;
	color: #ff3514
}

.services-area .services-box .tab-content .info h3 {
	font-weight: 600;
	line-height: 1.3;
	margin-top: -05px;
	margin-bottom: 25px
}

.services-area .services-box .tab-content .info a {
	text-decoration: underline;
	font-weight: 600;
	text-transform: uppercase
}

.services-area .services-box .tab-content .info a:hover {
	color: #ff3514
}

.services-area.icon-less .thumb .overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px;
	z-index: 1
}

.services-area.icon-only .services-box .single-item {
	margin-bottom: 30px
}

.services-area.icon-only .services-box .item {
	padding: 60px 37px;
	background: rgba(255,255,255,0.04);
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 8px
}

.services-area.icon-only .services-box .item::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 3px;
	width: 0;
	background: #ff3514;
	transition: all .35s ease-in-out
}

.services-area.icon-only .services-box .item:hover::before {
	width: 100%
}

.services-area.icon-only .services-box .item i {
	display: inline-block;
	font-size: 60px;
	margin-bottom: 30px;
	margin-top: 20px;
	transition: all .35s ease-in-out;
	color: #ff3514;
	position: relative;
	z-index: 1
}

.services-area.icon-only .services-box .item i::after {
	position: absolute;
	left: -20px;
	top: -20px;
	content: "";
	height: 100%;
	width: 100%;
	background: #ff3514;
	opacity: .2;
	border-radius: 50%;
	z-index: -1;
	transition: all .35s ease-in-out
}

.services-area.icon-only .services-box .item:hover i::after {
	opacity: .5
}

.services-area.icon-only .services-box .item h4 {
	margin: 0
}

.services-area.icon-only .services-box .item a {
	margin-top: 10px
}

.services-area.icon-only .services-box .item:hover i {
	color: #fff
}

.work-process-area .single-item {
	margin-bottom: 30px
}

.work-process-area .thumb img {
	box-shadow: -1px 3px 10px 0 rgba(0,0,0,0.06);
	border: 9px solid #fff
}

.work-process-area .work-pro-items .item i {
	display: inline-block;
	color: #ff3514;
	font-size: 60px;
	margin-bottom: 25px
}

.work-process-area .work-pro-items .item h4 {
	position: relative;
	z-index: 1;
	line-height: 60px;
	font-weight: 600
}

.work-process-area .work-pro-items .item h4 span {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 80px;
	z-index: -1;
	color: #f4f4f4;
	opacity: .7;
	font-weight: 900
}

.work-process-area .work-pro-items .item {
	border: 1px solid #e7e7e7;
	padding: 50px;
	background: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.work-process-area .work-pro-items .item p {
	margin: 0
}

.work-process-area .work-pro-items .item::before,.work-process-area .work-pro-items .item::after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	transition: all .2s linear;
	background: #ff3514
}

.work-process-area .work-pro-items .item .item-inner::before,.work-process-area .work-pro-items .item .item-inner::after {
	content: "";
	width: 2px;
	height: 0;
	position: absolute;
	transition: all .2s linear;
	background: #ff3514
}

.work-process-area .work-pro-items .item:hover::before,.work-process-area .work-pro-items .item:hover::after {
	width: 100%
}

.work-process-area .work-pro-items .item:hover .item-inner::before,.work-process-area .work-pro-items .item:hover .item-inner::after {
	height: 100%
}

.work-process-area .work-pro-items .item::before,.work-process-area .work-pro-items .item::after {
	transition-delay: .2s
}

.work-process-area .work-pro-items .item .item-inner::before,.work-process-area .work-pro-items .item .item-inner::after {
	transition-delay: 0s
}

.work-process-area .work-pro-items .item::before {
	right: 0;
	top: 0
}

.work-process-area .work-pro-items .item::after {
	left: 0;
	bottom: 0
}

.work-process-area .work-pro-items .item .item-inner::before {
	left: 0;
	top: 0
}

.work-process-area .work-pro-items .item .item-inner::after {
	right: 0;
	bottom: 0
}

.work-process-area .work-pro-items .item:hover::before,.work-process-area .work-pro-items .item:hover::after {
	transition-delay: 0s
}

.work-process-area .work-pro-items .item:hover .item-inner::before,.work-process-area .work-pro-items .item:hover .item-inner::after {
	transition-delay: .2s
}

.work-with-us-area .fun-fact {
	padding: 50px 20px;
	box-shadow: 0 0 10px #ccc;
	border-bottom: 3px solid #ff3514;
	background: #ffff;
	border-radius: 10px
}

.work-with-us-area .heading-info h5 {
	font-weight: 600;
	color: #666
}

.work-with-us-area .heading-info h2 {
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 30px
}

.work-with-us-area .fun-fact h4 {
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1.5;
	margin-top: -7px;
	font-size: 15px
}

.work-with-us-area .fun-fact .timer {
	line-height: 1;
	font-size: 36px;
	font-weight: 800;
	color: #232323
}

.why-us-area {
	position: relative;
	overflow: hidden;
	z-index: 1
}

.why-us-area .info .content {
	position: relative;
	z-index: 1
}

.why-us-area .info .content>a {
	margin-top: 30px
}

.why-us-area .info .content::after {
	position: absolute;
	left: 0;
	top: -70px;
	content: "";
	height: 150px;
	width: 150px;
	background: #ff3514;
	z-index: -1;
	opacity: .05;
	clip-path: polygon(50% 0,0% 100%,100% 100%);
	transform: rotate(45deg)
}

.why-us-area .fixed-thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%
}

.why-us-area .thumb {
	position: relative;
	z-index: 1;
	text-align: center
}

.why-us-area .thumb img {
	max-width: 90%
}

.why-us-area .thumb::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 50%;
	width: 100%;
	background: #ff3514 none repeat scroll 0 0;
	z-index: -1;
	clip-path: polygon(100% 1%,4% 100%,100% 100%)
}

.why-us-area .info {
	z-index: 1;
	padding-left: 50px
}

.why-us-area .info ul>a {
	margin-top: 5px
}

.why-us-area .info .content>h5 {
	text-transform: capitalize;
	font-weight: 600;
	color: #666;
	margin-bottom: 30px;
	font-size: 18px;
	margin-top: -5px
}

.why-us-area .info h2 {
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.5;
	margin-top: -10px;
	margin-bottom: 25px
}

.why-us-area .info h2 span {
	position: relative;
	z-index: 1
}

.why-us-area .info h2 span::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 3px;
	width: 100%;
	background: #ff3514
}

.why-us-area .info li {
	display: block;
	margin-bottom: 25px;
	padding-left: 30px;
	position: relative;
	z-index: 1
}

.why-us-area .info li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f058";
	color: #ff3514;
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: 600
}

.why-us-area .info li h5 {
	text-transform: capitalize;
	font-weight: 600;
	position: relative;
	z-index: 1;
	display: inline-block
}

.why-us-area .info ul {
	margin-top: 25px
}

.why-us-area .info li:last-child {
	margin: 0
}

.why-us-area .info li p {
	margin: 0
}

.team-area .fixed-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%
}

.team-area .fixed-shape img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}

.team-area .team-items .single-item {
	margin-bottom: 30px
}

.team-area .team-items .thumb {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.team-area .team-items .thumb .info {
	position: absolute;
	left: 0;
	bottom: 20px;
	right: 0;
	padding: 30px;
	z-index: 1;
	transition: all .65s ease-in-out
}

.team-area .team-items .item:hover .thumb .info {
	opacity: 0;
	bottom: -100%
}

.team-area .team-items .thumb::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 50%;
	width: 100%;
	transition: all .35s ease-in-out;
	background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 90%) repeat scroll 0 0
}

.team-area .team-items .item:hover .thumb::after {
	height: 100%;
	background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 90%) repeat scroll 0 0
}

.team-area .team-items .thumb .info h4 {
	text-transform: capitalize;
	color: #fff;
	font-weight: 800;
	margin-bottom: 10px
}

.team-area .team-items .thumb .info span {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 14px
}

.team-area .team-items .item>.social {
	background: #fff;
	position: relative;
	width: 90%;
	left: 5%;
	top: -25px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	z-index: 1;
	margin-bottom: -25px
}

.team-area .team-items .item>.social li {
	display: inline-block;
	margin: 10px
}

.team-area .team-items .thumb .overlay {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-10%);
	padding: 30px;
	transition: all .35s ease-in-out;
	z-index: 1;
	opacity: 0
}

.team-area .team-items .item:hover .thumb .overlay {
	opacity: 1;
	transform: translate(0,-50%)
}

.team-area .team-items .thumb .overlay h4 {
	text-transform: capitalize;
	font-weight: 800;
	margin-bottom: 10px
}

.team-area .team-items .thumb .overlay p {
	margin: 0
}

.team-area .team-carousel .owl-nav {
	margin: 0
}

.team-area .team-carousel {
	margin-bottom: 15px
}

.team-area .team-carousel .owl-nav .owl-prev,.team-area .team-carousel .owl-nav .owl-next {
	background: transparent none repeat scroll 0 0;
	color: #ff3514;
	font-size: 30px;
	height: 40px;
	left: -50px;
	line-height: 40px;
	margin: -20px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 40px
}

.team-area .team-carousel .owl-nav .owl-next {
	left: auto;
	right: -50px
}

.projects-area .info ul li {
	float: left;
	width: auto;
	margin-right: 50px;
	margin-top: 30px;
	text-transform: capitalize
}

.projects-area .info ul {
	border-top: 1px dashed #ddd;
	margin-top: 25px
}

.projects-area .info ul li h5 {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px
}

.projects-area .info ul li span {
	text-transform: uppercase;
	font-size: 14px
}

.projects-area .project-item .thumb {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.projects-area .project-item .thumb::after {
	position: absolute;
	left: 0;
	bottom: -50%;
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%) repeat scroll 0 0;
	opacity: 0;
	transition: all .35s ease-in-out
}

.projects-area .project-item .thumb:hover::after {
	bottom: 0;
	opacity: .7
}

.projects-area .project-item .thumb a {
	display: inline-block;
	height: 50px;
	width: 50px;
	background: #fff;
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-90%);
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	box-shadow: 0 0 10px #ccc;
	opacity: 0;
	color: #ff3514
}

.projects-area .project-item .thumb:hover a {
	transform: translate(-50%,-50%);
	opacity: 1
}

.projects-area .item .info h4 {
	font-weight: 600;
	text-transform: capitalize;
	color: #ff3514;
	display: inline-block;
	position: relative;
	z-index: 1
}

.projects-area .item .info h4::after {
	position: absolute;
	left: 50%;
	bottom: -3px;
	content: "";
	height: 10px;
	width: 100%;
	transform: translate(-50%,0);
	background: #ff3514;
	z-index: -1;
	opacity: .1
}

.projects-area .item .info h2 {
	font-weight: 600;
	margin-bottom: 25px
}

.projects-area .project-item.projects-carousel .owl-nav {
	margin: 0
}

.projects-area .project-item.projects-carousel .owl-nav .owl-prev,.projects-area .project-item.projects-carousel .owl-nav .owl-next {
	background: transparent none repeat scroll 0 0;
	color: #ff3514;
	font-size: 30px;
	height: 40px;
	left: -70px;
	line-height: 40px;
	margin: -20px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 40px
}

.projects-area .project-item.projects-carousel .owl-nav .owl-next {
	left: auto;
	right: -70px
}

.portfolio-area.half-bg-dark {
	position: relative;
	z-index: 1
}

.portfolio-area.half-bg-dark::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 50%;
	width: 100%;
	background: #0055A2 none repeat scroll 0 0!important;
	z-index: -1
}

.portfolio-area .item .info {
	padding-top: 30px
}

.portfolio-area .item .info h5 {
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
	z-index: 1
}

.portfolio-area.half-bg-dark .item .info h5::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 15px;
	width: 100%;
	background: #ff3514;
	z-index: -1;
	opacity: .2
}

.portfolio-area .item .info span {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	display: block;
	margin-bottom: -8px
}

.portfolio-area .item .info a {
	margin-top: 20px
}

.portfolio-area.half-bg-dark .item .info a {
	color: #fff
}

.portfolio-area.half-bg-dark .item .info span {
	color: #ccc
}

.portfolio-area .item .thumb {
	overflow: hidden;
	position: relative;
	z-index: 1
}

.portfolio-area .item .thumb .overlay a {
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: #ff3514;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	box-shadow: 0 0 10px #ccc;
	color: #fff;
	opacity: 0
}

.portfolio-area .item .thumb:hover .overlay a {
	opacity: 1
}

.portfolio-area .portfolio-carousel .owl-nav {
	margin: 0
}

.portfolio-area .portfolio-carousel .owl-nav .owl-prev,.portfolio-area .portfolio-carousel .owl-nav .owl-next {
	background: transparent none repeat scroll 0 0;
	color: #ff3514;
	font-size: 30px;
	height: 40px;
	left: -50px;
	line-height: 40px;
	margin: -20px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 40px
}

.portfolio-area .portfolio-carousel .owl-nav .owl-next {
	left: auto;
	right: -50px
}

.portfolio-area .item .thumb img {
	max-width: 100%;
	position: relative;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.portfolio-area .item .thumb:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.portfolio-area .item .thumb:hover img {
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	background-position: top;
	-webkit-filter: grayscale(0.4) blur(2px);
	filter: grayscale(0.4) blur(2px);
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .45s;
	-o-transition-duration: .45s;
	-webkit-transition-duration: .45s;
	transition-duration: .45s
}

.portfolio-area .item .thumb:hover img {
	filter: alpha(opacity=50)
}

.portfolio-area .item .thumb img {
	display: inline-block;
	-moz-transform: scale(1.09,1.09);
	-ms-transform: scale(1.09,1.09);
	-webkit-transform: scale(1.09,1.09);
	transform: scale(1.09,1.09);
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	-webkit-transition-duration: .4s;
	transition-duration: .4s
}

.portfolio-area .item .thumb:hover:before,.portfolio-area .item .thumb.hover:before,.portfolio-area .item .thumb:hover:after,.portfolio-area .item .thumb.hover:after {
	opacity: 1;
	-webkit-transition-delay: .25s;
	transition-delay: .25s
}

.clients-area .clients-item-box {
	border-top: 1px solid #e7e7e7;
	margin-top: 50px;
	padding-top: 40px
}

.clients-area .clients-box img {
	width: auto;
	margin: auto
}

.clients-area .left-info h4 {
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	z-index: 1
}

.clients-area .left-info h4::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 10px;
	width: 100%;
	background: #ff3514;
	z-index: -1;
	opacity: .2
}

.clients-area .left-info p {
	margin: 0
}

.testimonial-items {
	position: relative;
	z-index: 1
}

.testimonial-items::after {
	position: absolute;
	left: 0;
	top: -15px;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 100px;
	z-index: -1;
	opacity: .07
}

.testimonial-items .title h2 {
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: -5px
}

.testimonial-items .title a {
	margin-top: 10px
}

.testimonials-area .testimonial-content {
	border-left: 2px solid #ff3514;
	padding-left: 50px
}

.testimonials-area .testimonial-content .provider {
	display: flex;
	align-items: center;
	margin-top: 30px
}

.testimonials-area .testimonial-content .provider img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	margin-right: 20px
}

.testimonials-area .testimonial-content .provider .info h5 {
	margin-bottom: 7px;
	font-weight: 600;
	text-transform: capitalize
}

.testimonials-area .testimonial-content p {
	font-size: 18px;
	line-height: 34px;
	font-style: italic;
	margin-top: -5px
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-nav {
	text-align: left;
	margin-top: 30px;
	margin-left: 5px;
	margin-bottom: -8px
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-nav .owl-prev,.testimonials-area .testimonial-content.testimonials-carousel .owl-nav .owl-next {
	background: transparent;
	color: #232323;
	font-size: 24px;
	margin: 0;
	padding: 0;
	margin-right: 15px
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-dots {
	margin-top: 30px;
	margin-bottom: -8px;
	text-align: left
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-dots .owl-dot span {
	height: 20px;
	border: 3px solid #666;
	width: 20px;
	margin: 0 5px;
	opacity: 1;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: transparent
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-dots .owl-dot.active span {
	border-color: #ff3514;
	position: relative;
	z-index: 1
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-dots .owl-dot.active span::after {
	position: absolute;
	left: 1px;
	top: -7px;
	content: "";
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ff3514
}

.blog-area .blog-items {
	margin-top: -30px
}

.blog-area.right-sidebar .blog-items {
	margin-top: 0
}

.blog-area.right-sidebar .blog-items .blog-content {
	margin-top: -30px
}

.blog-area .single-item {
	margin-top: 30px
}

.blog-area .blog-items .item {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background: #fff
}

.blog-area .blog-items .blog-thin-colums .item {
	box-shadow: inherit;
	border-top: 1px solid #e7e7e7;
	padding-top: 30px;
	background: transparent
}

.blog-area .blog-items .blog-thin-colums .single-item:first-child .item {
	padding-top: 0;
	border: 0
}

.blog-area .blog-items .blog-thin-colums .item .info {
	padding: 0 15px
}

.blog-area .thumb {
	position: relative;
	z-index: 1
}

.blog-area .thumb .cats {
	position: absolute;
	left: 30px;
	bottom: -20px
}

.blog-area .thumb .cats a {
	display: inline-block;
	padding: 7px 25px;
	position: relative;
	z-index: 1;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-right: 5px
}

.blog-area .item .info {
	padding: 30px
}

.blog-area.full-blog .item .info {
	padding: 30px;
	padding-top: 50px
}

a.simple {
	text-transform: uppercase;
	color: #ff3514;
	position: relative;
	z-index: 1;
	padding-left: 27px;
	font-weight: 700;
	margin-top: 5px
}

a.simple::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 1px;
	width: 20px;
	background: #ff3514
}

.blog-area .item .info .meta ul {
	display: flex;
	align-items: center
}

.blog-area .item .info .meta ul li {
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
	font-weight: 600;
	color: #666
}

.blog-area .item .info .meta ul li i {
	margin-right: 3px
}

i.fas.fa-calendar {
	font-weight: 500
}

.blog-area .item .info .meta ul li::after {
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	height: 20px;
	width: 1px;
	background: #ccc;
	margin-top: -10px
}

.blog-area .item .info .meta ul li:last-child::after {
	display: none
}

.blog-area .item .info .meta ul li:last-child {
	margin: 0;
	padding: 0
}

.blog-area .item .info .meta ul li a {
	color: #666
}

.blog-area .item .info .meta ul li img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 3px solid rgba(255,53,20,0.1);
	padding: 2px;
	margin-right: 5px
}

.blog-area .item .info .meta {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.blog-area .item .info .content>a {
	margin-top: 8px
}

.blog-area .item .info .content h4 {
	line-height: 1.4
}

.blog-area .item .info h2,.blog-area .item .info h3,.blog-area .item .info h4 {
	font-weight: 600;
	line-height: 1.4
}

.blog-area .item .info .content h4 a:hover {
	color: #ff3514
}

.blog-area .item .info .meta ul li i.fas.fa-share-alt {
	color: #ff3514
}

.blog-area .item .info .meta .social-share ul li.facebook a {
	color: #3B5998
}

.blog-area .item .info .meta .social-share ul li.twitter a {
	color: #1DA1F2
}

.blog-area .item .info .meta .social-share ul li.pinterest a {
	color: #BD081C
}

.blog-area .item .info .meta .social-share ul li.g-plus a {
	color: #DB4437
}

.blog-area .item .info .meta .social-share ul li.linkedin a {
	color: #0077B5
}

.blog-area .pagi-area .pagination {
	align-items: center;
	justify-content: center;
	margin-top: 45px
}

.blog-area .pagi-area .pagination li a {
	display: inline-block;
	padding: 15px 20px;
	margin: 5px;
	margin-bottom: 0;
	border-radius: 10px;
	color: #ff3514
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff!important;
	background-color: #ff3514;
	border-color: #ff3514
}

.blog-area.left-sidebar .blog-content {
	float: right
}

.blog-area.left-sidebar .sidebar {
	padding-right: 35px
}

.blog-area.right-sidebar .sidebar {
	padding-left: 35px
}

.blog-area .sidebar .title {
	display: block
}

.blog-area .sidebar .title h4 {
	font-weight: 800;
	margin-bottom: 30px;
	margin-top: -5px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	font-size: 20px;
	display: inline-block
}

.blog-area .sidebar .title h4::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 10px;
	width: 100%;
	background: #ff3514;
	z-index: -1;
	opacity: .1
}

.blog-area .sidebar input[type="text"] {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	min-height: 60px
}

.blog-area .sidebar form {
	position: relative
}

.blog-area .sidebar button[type="submit"] {
	background: #ff3514;
	border: medium none;
	color: #fff;
	font-family: 'Nunito',sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	min-height: 50px;
	width: 50px;
	position: absolute;
	right: 5px;
	text-transform: uppercase;
	top: 5px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	border-radius: 50%
}

.blog-area .sidebar input[type="submit"]:hover {
	background: #ff3514 none repeat scroll 0 0
}

.blog-area .sidebar .sidebar-item {
	float: left;
	margin-bottom: 50px;
	width: 100%
}

.blog-area .sidebar .sidebar-item:last-child {
	margin-bottom: 0
}

.blog-area .sidebar .sidebar-item.category .sidebar-info,.blog-area .sidebar .sidebar-item.archives .sidebar-info {
	margin-top: -5px
}

.blog-area .sidebar .sidebar-item.category li {
	display: block;
	position: relative;
	padding-left: 18px;
	margin-top: 15px
}

.blog-area .sidebar .sidebar-item.category li::after {
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	height: 7px;
	width: 7px;
	background: #ccc;
	border-radius: 50%
}

.blog-area .sidebar .sidebar-item.category li:first-child::after {
	top: 12px
}

.blog-area .sidebar .sidebar-item.category li a {
	display: inline-block;
	text-transform: capitalize;
	font-weight: 700;
	color: #666
}

.blog-area .sidebar .sidebar-item li a:hover {
	color: #ff3514
}

.blog-area .sidebar .sidebar-item.category li a span {
	position: absolute;
	right: 0;
	top: 10px;
	color: #232323;
	font-size: 14px
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
	top: 0
}

.blog-area .sidebar .sidebar-item.category li:first-child {
	margin-top: 0;
	padding-top: 0
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
	top: 0
}

.blog-area .sidebar .sidebar-item.category li:last-child {
	border: medium none;
	margin-bottom: 0;
	padding-bottom: 0
}

.sidebar-item.recent-post li a {
	color: #333;
	display: block;
	font-weight: 600
}

.sidebar-item.recent-post li a:last-child {
	display: inline-block
}

.sidebar-item.recent-post .meta-title {
	font-family: 'Nunito',sans-serif;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 13px
}

.sidebar-item.recent-post .meta-title i {
	margin-right: 3px;
	font-weight: 500;
	color: #ff3514
}

.sidebar-item.recent-post li a:hover {
	color: #ff3514
}

.color-yellow .sidebar-item.recent-post li a:hover {
	color: #ff9800
}

.sidebar-item.recent-post li a span {
	display: inline-block;
	color: #002359
}

.sidebar-item.recent-post li span {
	display: inline-block
}

.sidebar-item.recent-post .meta-title a {
	color: #999
}

.sidebar-item.recent-post li {
	color: #cdd0d3
}

.sidebar-item.recent-post li {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
	padding-bottom: 15px
}

.sidebar-item.recent-post li:last-child {
	border: medium none;
	margin: 0;
	padding: 0
}

.sidebar-item.recent-post li:last-child {
	margin: 0
}

.sidebar-item.recent-post li .thumb {
	display: table-cell;
	padding-top: 5px;
	vertical-align: top;
	width: 80px
}

.sidebar-item.recent-post .thumb img {
	width: 100%
}

.sidebar-item.recent-post li .info {
	box-shadow: inherit;
	color: #837f7e;
	display: table-cell;
	line-height: 26px;
	padding: 0;
	padding-left: 25px;
	vertical-align: top
}

.sidebar-item.recent-post li .info a {
	color: #666;
	text-decoration: inherit;
	font-weight: 800
}

.blog-area .sidebar-item.gallery ul {
	margin: -7px;
	overflow: hidden
}

.sidebar-item.gallery ul li {
	box-sizing: border-box;
	float: left;
	padding: 7px;
	width: 33.333%
}

.sidebar-item.gallery ul li img {
	min-height: 70px;
	width: 100%
}

.sidebar-item.archives ul li {
	display: block;
	margin-bottom: 20px;
	position: relative
}

.sidebar-item.archives ul li:last-child {
	margin-bottom: 0
}

.sidebar-item.archives ul li a {
	display: inline-block;
	font-weight: 800;
	text-transform: capitalize;
	z-index: 1;
	padding-left: 25px;
	font-size: 14px;
	color: #666
}

.sidebar-item.archives ul li a::after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "\f07b";
	font-family: "Font Awesome 5 Free";
	height: 8px;
	left: 0;
	position: absolute;
	width: 8px;
	font-weight: 500
}

.sidebar-item.social-sidebar ul {
	margin-bottom: -10px;
	overflow: hidden
}

.sidebar-item.social-sidebar li {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px
}

.sidebar-item.social-sidebar li a {
	background: #002359 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin-bottom: 5px;
	text-align: center;
	width: 50px;
	border-radius: 50%;
	font-size: 14px
}

.sidebar-item.social-sidebar li a:hover {
	color: #fff!important
}

.sidebar-item.social-sidebar li.facebook a {
	background: #3B5998 none repeat scroll 0 0
}

.sidebar-item.social-sidebar li.twitter a {
	background: #1DA1F2 none repeat scroll 0 0
}

.sidebar-item.social-sidebar li.pinterest a {
	background: #BD081C none repeat scroll 0 0
}

.sidebar-item.social-sidebar li.g-plus a {
	background: #DB4437 none repeat scroll 0 0
}

.sidebar-item.social-sidebar li.linkedin a {
	background: #0077B5 none repeat scroll 0 0
}

.sidebar-item.tags ul {
	margin-top: -8px
}

.sidebar-item.tags ul li {
	display: inline-block
}

.sidebar-item.tags ul li a {
	border: 1px solid #e7e7e7;
	display: inline-block;
	font-weight: 800;
	margin-top: 8px;
	margin-right: 5px;
	padding: 5px 25px;
	text-transform: capitalize;
	font-size: 13px;
	border-radius: 30px;
	color: #666;
	background: #fafafa
}

.sidebar-item.tags ul li a:hover {
	color: #ff3514
}

.blog-area.single .item .content-box span {
	background: #ff3514 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-family: 'Nunito',sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 3px 20px;
	text-transform: uppercase
}

.blog-area.single .item .content-box h2,.blog-area.single .item .content-box h3,.blog-area.single .item .content-box h4 {
	font-weight: 500
}

.blog-area.single .content-box .cats {
	float: left;
	margin-right: 5px
}

.blog-area.single .content-box .meta .date {
	float: right;
	font-family: 'Nunito',sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase
}

.blog-area.single .content-box .meta {
	overflow: hidden;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0
}

.blog-area .blog-items .info>ul li {
	margin-top: 15px;
	color: #232323;
	position: relative;
	z-index: 1;
	padding-left: 18px
}

.blog-area .blog-items .info>ul {
	margin-top: 25px
}

.blog-area .blog-items .info>ul li::after {
	position: absolute;
	left: 0;
	top: 11px;
	content: "";
	background: #666;
	height: 7px;
	width: 7px;
	border-radius: 50%
}

.blog-area.single .content-box .cats a:last-child::after {
	display: none
}

.blog-area.single .item {
	margin-bottom: 0
}

.blog-area .item blockquote {
	position: relative;
	z-index: 1;
	border: 0;
	font-size: 18px;
	line-height: 34px;
	padding-left: 60px;
	margin-top: 45px;
	margin-bottom: 30px;
	background: #fafafa;
	padding: 30px;
	border-bottom: 2px solid #e7e7e7;
	color: #232323;
	font-weight: 300
}

.blog-area .item blockquote::after {
	position: absolute;
	left: 30px;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	color: #ff3514;
	font-size: 40px;
	top: -20px;
	font-weight: 600
}

.blog-area .item blockquote .footer {
	display: block;
	margin-top: 17px
}

.blog-area .item blockquote .footer p {
	margin: 0;
	padding-left: 90px;
	position: relative;
	display: inline-block;
	color: #232323;
	font-weight: 600
}

.blog-area .item blockquote .footer p::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 1px;
	width: 80px;
	background: #ff3514
}

.blog-area .blog-content .post-tags,.blog-area .blog-content .share {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.blog-area .blog-content .share li {
	display: inline-block;
	margin-left: 15px
}

.blog-area .blog-content .share li a {
	display: inline-block;
	color: #ff3514
}

.blog-area .blog-content .share li.facebook a {
	color: #3B5998
}

.blog-area .blog-content .share li.twitter a {
	color: #1DA1F2
}

.blog-area .blog-content .share li.pinterest a {
	color: #BD081C
}

.blog-area .blog-content .share li.g-plus a {
	color: #DB4437
}

.blog-area .blog-content .share li.linkedin a {
	color: #0077B5
}

.blog-area .blog-content .post-tags .tags a {
	background: #f7f7f7;
	padding: 10px 15px;
	font-size: 14px;
	margin-right: 3px;
	margin-bottom: 5px;
	display: inline-block
}

.blog-area.single .post-pagi-area {
	margin-top: 15px;
	overflow: hidden
}

.blog-area.single .post-pagi-area a {
	display: inline-block;
	font-weight: 800;
	text-transform: capitalize;
	color: #ff3514;
	padding: 8px 30px;
	border: 2px solid;
	border-radius: 30px
}

.blog-area.single .post-pagi-area a:hover {
	color: #ff3514
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
	color: #ff9800
}

.blog-area.single .post-pagi-area a:last-child {
	float: right
}

.blog-area.single .post-pagi-area a:first-child i {
	margin-right: 3px
}

.blog-area.single .post-pagi-area a:last-child i {
	margin-left: 3px
}

.comments-area .commen-item .comments-info p {
	display: block;
	margin: 0
}

.blog-area .contact-comments .submit {
	margin-bottom: 0
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.blog-area .comments-form {
	margin-top: 25px
}

.comments-list .commen-item .avatar {
	float: left;
	height: 105px;
	width: 105px
}

.comments-list .commen-item .content {
	display: table-cell;
	vertical-align: top
}

.comments-list .commen-item .avatar img {
	height: 80px;
	width: 80px
}

.comments-list .commen-item {
	margin-bottom: 25px
}

.comments-list .commen-item:last-child {
	margin-bottom: 0
}

.comments-list .commen-item.reply {
	padding-left: 80px
}

.comments-area {
	margin-top: 40px
}

.comments-area .comments-title h2,.comments-area .comments-title h3,.comments-area .comments-title h4 {
	border-bottom: 1px solid #e2e2e2;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 25px;
	text-transform: capitalize
}

.comments-list .commen-item .content h3,.comments-list .commen-item .content h4,.comments-list .commen-item .content h5 {
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 0
}

.comments-list .commen-item .content .title {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-weight: 700
}

.comments-list .commen-item .content .title span {
	border-left: 1px solid #e7e7e7;
	padding-left: 15px;
	margin-left: 15px
}

.comments-info a {
	border: 1px solid #e7e7e7;
	color: #002359;
	display: inline-block;
	font-size: 12px;
	margin-top: 5px;
	padding: 1px 10px;
	text-transform: uppercase;
	font-weight: 600
}

.comments-info a:hover {
	color: #ff3514
}

.color-yellow .comments-info a:hover {
	color: #ff9800
}

.comments-info a i {
	margin-right: 10px
}

.comments-form input,.comments-form textarea {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #e7e7e7;
	border-image: none;
	border-radius: inherit;
	border-style: none none solid;
	border-width: medium medium 1px;
	box-shadow: inherit
}

.comments-form textarea {
	min-height: 180px;
	padding: 15px
}

.blog-area.full-blog.single-blog .form-group.submit {
	margin-bottom: 0
}

.comments-form button {
	background: #ff3514;
	border: 1px solid transparent;
	color: #fff;
	display: inline-block;
	font-family: 'Nunito',sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
	margin-top: 20px;
	padding: 15px 45px;
	text-transform: uppercase;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	border-radius: 30px
}

.comments-form button:hover {
	color: #fff;
	background-color: #ff3514;
	border: 1px solid transparent
}

.comments-area .commen-item .comments-info {
	margin-bottom: 15px
}

.comments-form .title h2,.comments-form .title h3,.comments-form .title h4 {
	border-bottom: 1px solid #e7e7e7;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 25px;
	text-transform: capitalize
}

.blog-area .contact-comments .comments {
	margin-top: 20px
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
	float: left;
	padding: 0 15px
}

.faq-area {
	position: relative;
	z-index: 1
}

.faq-area img {
	max-width: 130%;
	position: relative;
	left: -30%;
	z-index: -1
}

.accordion .card-header h4:after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	position: absolute;
	right: 30px;
	top: 37px;
	font-weight: 600
}

.accordion .card-header h4.collapsed:after {
	content: "\f105";
	font-weight: 600
}

.faqs .card {
	border: 1px solid #e7e7e7!important;
	margin-bottom: 15px;
	overflow: inherit;
	background: #fff;
	border-radius: inherit
}

.faqs .card:last-child {
	margin-bottom: 0
}

.faqs .card .card-header {
	border: 0;
	background: transparent;
	padding: 0
}

.faqs .card .card-header h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	padding: 30px;
	padding-right: 50px;
	cursor: pointer
}

.faq-area .accordion h4 span {
	margin-right: 10px;
	position: relative;
	z-index: 1;
	height: 35px;
	width: 50px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	font-weight: 800
}

.faq-area .accordion h4 span::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #ededed;
	z-index: -1;
	clip-path: polygon(25% 0,100% 0,75% 100%,0% 100%)
}

.faqs .card .card-header h4 strong {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 38px;
	text-align: center;
	background: rgba(12,184,182,0.070605);
	border: 2px solid #e7e7e7;
	border-radius: 50%;
	font-weight: 700;
	margin-right: 10px;
	color: #0cb8b6;
	font-size: 14px
}

.faqs .card .card-body {
	padding-left: 30px;
	border-top: 1px solid #e7e7e7
}

.faqs .card .card-body p {
	margin: 0
}

.contact-area {
	position: relative;
	overflow: hidden
}

.contact-area .fixed-bg {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	text-align: right
}

.contact-area .fixed-bg img {
	width: 60%;
	position: relative;
	right: 0;
	height: 100%;
	bottom: 0
}

.contact-area .contact-items {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow: hidden
}

.contact-area .contact-items .right-item {
	padding: 50px;
	background: #0055A2 none repeat scroll 0 0!important;
	padding-left: 65px;
	position: relative;
	z-index: 1
}

.contact-area .contact-items .right-item::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: url("assets/img/map.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	opacity: .2;
	z-index: -1
}

.contact-area .contact-items .left-item {
	padding: 50px;
	padding-right: 65px
}

.contact-area .contact-items .item {
	display: flex;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.3)
}

.contact-area .contact-items .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0
}

.contact-area .contact-items .item i {
	display: inline-block;
	font-size: 50px;
	min-width: 60px;
	padding-right: 20px;
	color: #ff3514
}

.contact-area .contact-items .item p {
	margin: 0;
	color: #ccc
}

.contact-area .contact-items .item h5 {
	margin-bottom: 15px;
	text-transform: capitalize;
	font-weight: 600
}

.contact-area .contact-items .content h2 {
	font-weight: 600;
	margin-bottom: 30px
}

.contact-area .contact-items .content input,.contact-area .contact-items .content textarea {
	border: 0;
	border-bottom: 1px solid #e7e7e7;
	padding: 0;
	border-radius: inherit
}

.contact-area .contact-items .content textarea {
	min-height: 150px
}

.contact-area .contact-items .content button {
	background: #ff3514;
	color: #fff;
	border: 0;
	padding: 15px 40px;
	text-transform: uppercase
}

.contact-area img.loader {
	margin-left: 10px
}

.google-maps iframe {
	border: medium none;
	height: 450px;
	margin-bottom: -10px;
	width: 100%
}

.maps-area {
	overflow: hidden
}

.error-page-area .error-box {
	position: relative;
	z-index: 1
}

.error-page-area .error-box h1 {
	font-size: 300px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	opacity: .07
}

.error-page-area .error-box h2 {
	font-weight: 600;
	margin-top: -8px
}

.error-page-area .error-box a {
	margin-top: 10px
}

.error-page-area .error-box form {
	position: relative;
	width: 60%;
	margin: 30px auto auto;
	border: 1px solid #e7e7e7;
	background: #fff
}

.error-page-area .error-box form input {
	border: 0;
	box-shadow: none;
	background: transparent
}

.error-page-area .error-box form button {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	min-height: 50px;
	width: 50px;
	background: #ff3514;
	color: #fff
}

footer {
	position: relative;
	z-index: 1
}

footer .fixed-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 1
}

footer .fixed-shape img {
	width: 100%;
	height:500px;
	position: absolute;
	bottom: 0
}

.footer-top {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7
}

.footer-top.bg-dark {
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.2)
}

.footer-top form {
	border: 1px solid #e7e7e7;
	position: relative;
	border-radius: 30px;

	
}

.footer-top.bg-dark form {
	border: 1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.05);

	
}

.footer-top form input,.footer-top form input:focus {
	border: 0;
	background: transparent;
	box-shadow: inherit;
	min-height: 60px;
	padding-left: 25px
}

.footer-top.bg-dark form input,.footer-top.bg-dark form input:focus {
	color: #fff
}

.footer-top form button {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 50px;
	width: 50px;
	border: 0;
	color: #ff3514;
	border-radius: 50%;
	background:transparent;
}

.footer-top .subscribe-form {
	border-left: 1px solid #e7e7e7;
	padding-left: 35px;
	padding-right: 35px;
	border-right: 1px solid #e7e7e7;
	padding: 35px
}

.footer-top.bg-dark .subscribe-form {
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2)
}

.footer-top h4 {
	margin: 0;
	font-weight: 600;
	line-height: 45px
}

.footer-top h4 i {
	font-size: 30px;
	align-items: center;
	margin-right: 5px;
	color: #ff3514;
	position: relative
}

footer .widget-title {
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 30px;
	font-size: 18px
}

footer .contact {
	padding-right: 50px
}

footer .contact ul li {
	margin-bottom: 15px
}

footer .contact ul {
	margin-top: 25px
}

footer .contact ul li i {
	margin-right: 15px;
	min-width: 20px;
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	border: 1px solid #e7e7e7;
	line-height: 40px;
	color: #ff3514
}

footer.bg-dark .contact ul li i {
	border-color: rgba(255,255,255,0.2)
}

footer .contact ul li:last-child {
	margin-bottom: 0
}

footer .link ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative
}

footer .link ul li::after {
	position: absolute;
	left: 0;
	top: 9px;
	content: "";
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #f8f9fa
}

footer .link ul li:last-child {
	margin-bottom: 0
}

footer .link ul li a {
	color: #666;
	font-weight: 500
}

footer.bg-dark .link ul li a {
	color: #f8f9fa
}

footer .link ul li a:hover {
	color: #ff3514
}

footer .opening-hours li {
	margin-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px
}

footer.bg-dark .opening-hours li {
	border-color: rgba(255,255,255,0.2);
	color: #fff
}

footer .opening-hours li:last-child {
	margin: 0;
	padding: 0;
	border: navajowhite
}

footer .opening-hours li .closed {
	color: #fff;
	background: #ff3514;
	padding: 0 15px;
	border-radius: 5px
}

.footer-bottom {
	padding-bottom: 30px;
	margin-top: -10px
}

.footer-bottom p {
	margin: 0
}

.footer-bottom li {
	display: inline-block;
	margin-bottom: 0!important
}

.footer-bottom .text-right li {
	margin-left: 15px
}

.footer-bottom .text-right li a {
	font-weight: 500
}

.no-js #loader {
	display: none
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0
}

.se-pre-con {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url("assets/img/preloader.gif") center no-repeat #fff;
	text-align: center
}


.container, .container-lg, .container-md, .container-sm, .container-xl{
	width:85%;
	max-width:85%;
}







/******关于我们******/
.about__wrapper-2{
	
}
.about__area{
	padding:100px 0;
	position: relative;
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
	.about__wrapper {
		padding-left: 0
	}
}

.about__wrapper-2>p {
	margin-bottom: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.about__wrapper-3 {
		padding-left: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about__wrapper-3 {
		padding-left: 0;
		padding-right: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
	.about__wrapper-3 {
		padding-left: 0;
		margin-top: 50px;
		padding-right: 0
	}
}

.about__wrapper-3>p {
	font-size: 16px;
	margin-bottom: 35px
}

.about__wrapper-4>p {
	font-size: 16px
}

.about__content>p {
	font-size: 16px;
	margin-bottom: 35px
}

.about__author {
	margin-right: 100px;
	padding: 15px 15px;
	background-color: var(--tp-common-white);
	-webkit-box-shadow: 0 16px 32px 0 rgba(0,0,0,0.04);
	-moz-box-shadow: 0 16px 32px 0 rgba(0,0,0,0.04);
	-ms-box-shadow: 0 16px 32px 0 rgba(0,0,0,0.04);
	-o-box-shadow: 0 16px 32px 0 rgba(0,0,0,0.04);
	box-shadow: 0 16px 32px 0 rgba(0,0,0,0.04)
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
	.about__author {
		margin-right: 0
	}
}

@media(max-width:575px) {
	.about__author-inner {
		margin-bottom: 25px;
		margin-right: 0
	}
}

.about__author-border {
	position: relative
}

.about__author-border::after {
	position: absolute;
	content: "";
	top: 50%;
	left: auto;
	right: 0;
	width: 2px;
	height: 100%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	background-color: var(--tp-theme-1)
}

.about__author-thumb img {
	width: 50px;
	height: 50px
}

.about__author-info h4 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1
}

.about__author-info span {
	font-size: 14px;
	line-height: 1
}

.about__author-content-3 p {
	line-height: 1;
	margin-bottom: 23px
}

.about__author-content-3 p span {
	font-size: 20px;
	color: var(--tp-common-dark-3);
	font-weight: 700
}

.about__author-4 {
	margin-right: 0
}

.about__item {
	padding: 40px 25px 35px;
	position: relative;
	-webkit-box-shadow: 0 16px 32px 0 rgba(0,0,0,0.04);
	-moz-box-shadow: 0 16px 32px 0 rgba(0,0,0,0.04);
	-ms-box-shadow: 0 16px 32px 0 rgba(0,0,0,0.04);
	-o-box-shadow: 0 16px 32px 0 rgba(0,0,0,0.04);
	box-shadow: 0 16px 32px 0 rgba(0,0,0,0.04)
}

.about__item::after {
	position: absolute;
	content: "";
	left: auto;
	top: 0;
	right: 0;
	width: 0;
	height: 2px;
	background-color: var(--tp-theme-1)
}

.about__item:hover::after {
	left: 0;
	right: auto;
	width: 100%
}

.about__item-icon {
	margin-bottom: 10px
}

.about__item-icon i {
	font-size: 50px;
	color: var(--tp-theme-1)
}

.about__item-content h4 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 0
}

.about__item-content h4 span {
	font-size: 60px
}

.about__item-content p {
	font-size: 16px;
	margin-bottom: 0
}

.about__shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.about__shape-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
	.about__shape-2 {
		width: 100%
	}
}

.about__shape-3 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
	.about__shape-3 {
		width: 100%
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
	.about__thumb-wrapper-2 {
		margin-right: 0
	}
}

.about__thumb-wrapper-2 .about-thumb-shape {
	position: absolute;
	top: 35%;
	left: 36%
}

@media(max-width:575px) {
	.about__thumb-wrapper-2 .about-thumb-shape {
		width: 120px
	}
}

.about__progress-item {
	border-bottom: 1px solid var(--tp-border-9);
	margin-bottom: 30px;
	padding-bottom: 25px
}

.about__progress-process {
	position: relative
}

@media(max-width:575px) {
	.about__progress-process {
		margin-bottom: 15px;
		margin-right: 0
	}
}

.about__progress-process .about-process-icon {
	position: absolute;
	top: 27px;
	left: 49%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.about__progress-process .about-process-icon i {
	font-size: 40px;
	color: var(--tp-theme-2)
}

.about__progress-process .about-process-icon span {
	display: inline-block;
	width: 40px;
	height: 40px
}

.about__progress-process .about-process-icon span .features-icon-theme {
	fill: var(--tp-theme-2)
}

.about__progress-process .about-process-icon span .features-icon-black {
	fill: var(--tp-common-dark-3)
}

.about__progress-process .progress-circular {
	position: relative;
	width: 130px;
	height: 130px
}

.about__progress-process .progress-circular .knob {
	position: absolute;
	bottom: 47px;
	left: 0;
	width: 100%!important;
	margin: 0!important;
	font-size: 30px!important;
	color: var(--tp-common-black)!important;
	font-weight: 700
}

.about__progress-content h4 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px
}

.about__progress-content p {
	font-size: 16px;
	margin-bottom: 0
}

.about__experience-text {
	border-bottom: 1px solid var(--tp-border-9);
	margin-bottom: 20px
}

.about__experience-text p {
	font-size: 20px;
	color: var(--tp-common-black);
	line-height: 1.5;
	position: relative;
	padding-left: 80px;
	padding-right: 80px;
	margin-bottom: 20px
}

@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
	.about__experience-text p {
		padding-right: 0
	}
}

.about__experience-text p::after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 2px;
	background-color: var(--tp-theme-1)
}

.about__experience-text p span {
	color: var(--tp-theme-1)
}


.ml-30{
	    margin-left: 30px;
}
.mt-50{
	    margin-top: 50px;
}
.mr-50{
	margin-right: 50px;
}
.pt-10{
	    padding-top: 10px;
}
.section__title-pre{
	font-size: 45px;
    font-weight: 600;
    color:#0055A2;
    display: inline-block;
    text-transform: uppercase;
	
}
.section__title{
	    font-size: 30px;
    color: #444;
    font-weight: 500;
    text-transform: uppercase;
	position:relative;
}

.section__title-wrapper h3::before {
	background: #0055A2 none repeat scroll 0 0;
	bottom: -15px;
	content: "";
	height: 2px;
	left: 0%;
	margin-left: 0px;
	position: absolute;
	width: 40px
}

.section__title-wrapper h3::after {
	background: #0055A2 none repeat scroll 0 0;
	bottom: -15px;
	content: "";
	height: 2px;
	left: 0%;
	margin-left: 45px;
	position: absolute;
	width: 5px
}

.syaboutwz p {
	text-indent:2em;
	
}
.syaboutwz{
	padding:2em 0 0;
}

.abouttb{
	margin-bottom:2em;
}
.abouttubiao{
	padding:15px  0;
	/* background:rgba(27,82,138,0.05); */
	margin:10px 0;
	
}

@media(max-width:1600px){
.abouttubiao{
	padding:5px 0;
	/* background:rgba(27,82,138,0.05); */
	margin:5px 0;
	
}	
.abouttubiao span{
	font-size:14px!important;
	font-weight:500!important;
}
}
.abouttubiao img{
	height:40px;
}
.abouttubiao span{
	font-size:16px;
	font-weight:500;
}




/********精品工程*******/
.recent-project-area{
	padding:60px 0 80px;
	background: #f3f5f5;
}

.recent-project-area .section-heading {
	margin-bottom: 0
}

.recent-project-inn {
	margin-top: 40px
}

.project-img {
	position: relative;
	display: block
}

.project-img .icon {
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	visibility: hidden;
	font-size: 30px;
	line-height: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.project-img:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-color: #0055A2;
	width: 100%;
	height: 100%
}

.project-img:hover:before {
	opacity: .8;
	-ms-filter: "alpha(opacity=80)";
	visibility: visible
}

.project-img:hover .icon {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	visibility: visible
}

.recent-project-box .project-text {
	margin-top: 20px;
	text-align: center
}

.project-text span {
	text-transform: uppercase
}

.project-text h4 {
	color: #666;
	font-weight: 700;
	font-size:16px;
}

.recent-project-box:hover .project-text h4 a {
	color: #0055A2
}

.recent-project-slider .owl-dots {
	display: block!important;
	text-align: center!important;
	margin-top: 20px
}

.recent-project-slider .owl-dots button {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #666;
	margin: 0 4px;
	-webkit-transition: all .4s;
	transition: all .4s
}

.recent-project-slider .owl-dots button.active {
	background: #ff5e14
}



/********新闻中心*****/
.synews{
	padding:80px 0;
	background-image: url(../img/about-shape-2.png);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.synewslb{
	margin-top:40px;
}
  .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
.synewright li{
	padding:15px;
	display: block;
    position: relative;
    padding: 26.5px 50px;
}
.synewright li a{
	font-weight:500;
}
.synewright li:hover a{
	color:#1E528C;
}
.synewright li span{float:right;}

.synewright li:hover {
    background: #004a9a;
    transition: .5s ease-in-out;
    color: #fff;
}
.synewright li:hover a:nth-child(2):after{
    display:None;
}
.synewright li a:nth-child(1){
	font-size:20px;
	line-height:60px;
}
.synewright li a:nth-child(2):after {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100% - (50rem/40));
    background: #e5e5e5;
    right: 0;
    bottom: 0;
    transition: .5s ease-in-out;
}
.synewright li:hover  a{
	color:#fff;
}
.synewleft p{
	position: absolute;
    bottom: 20px;
    color: #fff;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	color:#fff;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	color:#fff;
}


/*******企业文化**********/

.blog-area {
	position: relative;
	z-index: 1;
	background: #f5f8fa;
	padding:80px 0;
}

.blog-bg-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1
}

.blog-bg-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

.blog-text {
	text-align: center;
	background:#0055A2;
	padding: 15px 60px;
	width: 80%;
	margin: -60px auto 0;
	position: relative;
 transition: all 1s ease;
	
}
.blog-item:hover .blog-text{
	width: 100%;
	 transition: all 1s ease;
}

.blog-item {
	margin-top: 30px
}

.blog-meta span {
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
	margin: 0 5px;
	font-weight:400;
	line-height:20px;
}

.blog-text h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 0;
	position: relative;
	color:#fff;
}
.blog-text h5 a{
	color:#fff;
}
.blog-text h5:after {
	position: absolute;
	top: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	width: 30px;
	background: #fff;
	content: ""
}

.blog-area .blog-meta1 {
	position: absolute;
    top: 40%;
	left:0;
    width: 100%;
    color: #fff;
    margin: 0px auto;
    padding: 0 170px;
	text-align: justify;
}
.blog-area .blog-meta1 span{
	color:#fff;
}

.blog-area .section-action {
	margin-top: 50px
}
.blog-img{
	width:100%;
	overflow:hidden;
}

.blog-img img{
	 -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 1.3s ease;
}
.blog-item:hover .blog-img img{
	-webkit-transform: scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform: scale(1.2);
    transform:scale(1.2);
}


/***首页地图*****/
.syfengongsi{
	background:#bed4e2;
	padding:20px 0;
}
.sydituright{
	display:flex;
	align-items:center;
}
.sydituright1{
	
}

.sydituright1 h2{
	color:#0055A2;
	font-size:40px;
}
.sydituright1 p{
	color:#0055A2;
}



html{
	font-size:30px;
}
.about_nav{
	background:#f5f5f5;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}
.w1280 {
    width: 85%;
    margin: 0 auto;
}

.about_nav {
    line-height: 90px;
    height: 90px;
    text-align: center;
    position: relative;
}
.about_nav ul li {
    line-height: 90px;
    height: 90px;
	width:150px;
	display:inline-block;
    text-align: center;
    position: relative;
}
.about_nav ul li:nth-child(1):before {
	display: none;
}
.about_nav ul li:before {
    position: absolute;
    width: 1px;
    content: "";
    height: 15px;
    max-height: 30%;
    background: #cccccc;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}


.about_nav ul li:after {
    position: absolute;
    width: 100%;
    content: "";
    height: 4px;
    background: #004a9a;
    left: 0;
    bottom: 0;
    transition: .5s ease-in-out;
    opacity: 0;
	z-index:2;
}
.about_nav ul li.active:after {
    opacity: 1;
    transition: .5s ease-in-out;
}
.about_nav ul li a {
    display: block;
    font-size: 16px;
    color: #666666;
    position: relative;
    margin: 0 2%;
}
.about_content_left{
	width:45%;
}
.about_content_right{
	width:48%;
}
.about_content {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    position: relative;
}
.about_content_title{
	font-size:32px;
	line-height:1;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
.about_content_description{
	font-size:44px;
	padding: 80px 0;
    color: #004a9a;
}
.about_content_content{
	
}
.jtjj_pd{
	padding:120px 0;
}
.s-span {
    width: 470px;
    height: 567px;
    position: absolute;
    left: 0px;
    top: -0px;
    z-index: -1;
}
.s-more:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 5px;
    right: 0;
    top: 8px;
    background: url(http://www.zjzhongtian.com/bocweb/web/css/../img/jpg/j18.png) no-repeat center;
    background-size: 100%;
}
.s-more {
	margin-top: 2rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #004a9a;
    line-height: 1.2;
    padding-bottom: 15px;
    border-bottom: 1px solid #004a9a;
    padding-right: 24px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.text-fixed-words {
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    display: none;
}

.text-fixed-words .fixed-box {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #ffffff;
    transform: translate(-50%, -50%);
    padding: 1rem;
    max-height: 70%;
    overflow: hidden;
    overflow-y: auto;
}
.text-fixed-words .fixed-box {
    width: 800px;
    height: 500px;
    overflow: hidden;
    padding: 0.875rem 1.25rem;
    font-size: 15px;
    color: #666666;
    line-height: 26px;
}
.text-fixed-words .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url(http://www.zjzhongtian.com/bocweb/web/css/../img/jpg/closes.png) no-repeat center;
    background-size: 100%;
    opacity: 1;
}
.text-fixed-words .fixed-box .close {
    width: 25px;
    height: 25px;
    background: url(http://www.zjzhongtian.com/bocweb/web/css/../img/jpg/j54.png) no-repeat center;
    background-size: 100%;
    top: 40px;
    right: 40px;
}
.text-fixed-words .fixed-box .left {
    width: 100%;
}

.text-fixed-words .left {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.text-fixed-words .fixed-box .tit {
    font-size: 24px;
    color: #004a9a;
    line-height: 1.6;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e5e5e5;
}
.text-fixed-words .fixed-box .con {
    margin-top: 0.5rem;
    height: 300px;
    overflow-y: auto;
}
.j-about-bot {
    color: #fff;
    padding-top: 1.875rem;
    padding-bottom: 3.5rem;
	background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.j-about-top {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    position: relative;
}
.j-about-bot {
    height: 12.5rem;
}
.j-about-bot .tit {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}
.j-about-bot .txt {
	text-align:center;
    line-height: 50px;
	font-size:33px;
}
.j-ab-botswiper .words-box {
    padding-top: 1.5rem;
    text-align: center;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.animate.add2 {
    transition-delay: .2s;
}
.j-ab-botswiper .words-box .items {
    line-height: 1;
    padding: 0 0.2rem;
    position: relative;
}
.secwen.animate {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 1s;
}
.about_bot_li:nth-child(1) .items:after {
	display: none;
}
.about_bot_li{
	float:left;
	width:33%;
}
.j-ab-botswiper .words-box .num {
    font-size: 2.5rem;
}
.j-ab-botswiper .words-box .span {
    line-height: 1.5;
    margin-top: 0.5rem;
    font-size: 16px;
}
.j-ab-botswiper .words-box .items:after {
    content: "";
    position: absolute;
    height: 70%;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    left: 0;
    top: 0;
}


.chairmanContainer {
    width: 100%;
    position: relative;
    padding-bottom: 5%;
}
.chairmanContainer:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.13;
    z-index: -1;
    background: url(http://www.hhzsgroup.com/Images/default/chairManBg.jpg) no-repeat center bottom/cover;
}

.aboutCommonTitle {
    text-align: center;
    padding: 60px 0 32px;
}
.aboutCommonTitle h3 {
    font-size: 40px;
    line-height: 45px;
    color: #3174c6;
    text-transform: uppercase;
    font-family: "pingfang";
}
.aboutCommonTitle p {
    font-size: 24px;
    line-height: 38px;
    color: #474747;
}
.chairmanBox {
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 21px rgb(0 0 0 / 27%);
}
.chairmanBox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -17%;
    opacity: 0.18;
    z-index: -1;
    background: url(http://www.hhzsgroup.com/Images/default/chairManBg.jpg) no-repeat center bottom/cover;
}
.chairmanBox dt {
    width: 540px;
    float: left;
}
.chairmanBox dt img {
    width: 100%;
    height: auto;
}
.chairmanBox dd {
    width: 758px;
    float: right;
    padding-right: 10px;
    padding-left: 30px;
    margin-top: 30px;
}
.chairmanBox dd h3 {
    font-size: 24px;
    color: #2b3649;
    line-height: 38px;
    font-family: "楷体";
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}
.chairmanBox dd p {
    font-size: 14px;
    line-height: 38px;
    color: #3d3d3d;
    text-indent: 30px;
}
.chairmanBox h2 {
    text-align: right;
    font-size: 18px;
    line-height: 104px;
    color: #384761;
}
.chairmanBox h2 img {
    height: 104px;
    width: auto;
    margin-right: 25px;
}

.j-core {
    padding-top: 80px;
    padding-bottom: 80px;
}
.j-core .j-core-tit {
    margin-bottom: 40px;
	font-size:33px;
	color:#004a9a;
	text-align:center;
}
.j-core .tit {
    line-height: 1.2;
    margin-bottom: 40px;
	text-align:center;
	font-size:27px;
}
.j-core01 .list {
    position: relative;
    height: 425px;
}
.j-core01 .list .words .li {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 25%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.j-core01 .list .images {
    height: 100%;
}
.j-core01 .list .words .li .box {
    
    position: relative;
	top:40%;
    z-index: 2;
}
.j-core01 .list .words .li:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background-color:rgba(0,114,189,0.8);
    background-size: cover;
    opacity: 0;
    transition: .5s ease-in-out;
}
.j-core01 .list .words .li:hover:after {
    transition: .5s ease-in-out;
    opacity: 1;
}
.j-core01 .list .words .li .box .i {
    font-size: 30px;
    line-height: 1;
	margin-bottom:10px;
}
.j-core01 .list .words {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 0;
}
.j-core01 .list .words .li .box .p {
	color:#FFF;
}
.j-core01 .list .words .li .box .p  p{
	color:#FFF;
	margin:0;
	font-size:16px;
}

.ry {
    width: 100%;
    background: url(../img/ry_bg.jpg) center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}
.reset_style >div {
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-delay: 1s;
    animation-fill-mode: both;
}
.reset_style p{
	font-size:46px;
	line-height:46px;
	margin:0px;
}
.reset_style .topa{
	padding-top:3%;
}
.reset_style .xian{
	margin-bottom:20px;
}
.ry_center{
    max-width:85%;
	margin: 0 auto;
}
.ry_ul{
    padding-left:0px !important;
}
.ry_ul li{
	font-size: 16px;
    transition: 0.3s ease 0s;
    margin-bottom: 2.5%;
    width: 23%;
    margin-left: 2%;
    display: inline-block;
}
.ry_ul li:nth-child(4n+1) {
    margin-left: 0%;
}
.ry_ul li a {
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    height: auto;
    display: block;
}
.ry_ul li span {
    color: #666;
    white-space: nowrap;
    transition: 0.3s ease 0s;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 3% 10px;
    box-sizing: border-box;
    border: none;
}
.ry_ul li:hover img{ 
transform:scale(1.1); 
} 
.ry_ul li:hover span{ color: #ffffff; background: #1779ce; }


.map-container{
	width: 100%;
	height:500px;
}
.licheng-content .swiper-slide{
	background:none;
}
.pr{position: relative;}
.warper{max-width: 1300px; margin: 0 auto;}
.about-main2{height:695px;width: 100%;overflow: hidden;}
.about-main2 .licheng-bg{background-color: rgba(255,255,255,.8);width: 100%;height: 100%;position: relative;}
.about-main2 .licheng-bg .warper{height: 100%;}
.about-main2 .licheng-bg img{height: 518px;position: absolute;bottom: 0px;left: 0;}
.about-main2 .ny-title{padding-top: 80px;}
.ny-title .title-en{font-size: 36px; color: #b4b4b4; font-family: arial; line-height: 36px; font-weight: normal;}
.ny-title .title-ch{font-size: 26px; color: #333333; margin: 15px 0; font-weight: normal;}
.ny-title i{display: block; width: 42px; height: 1px; background-color: #b5b5b5;}
.about-main2 .licheng-content{position: absolute;width: 100%;height: 100%;}
.about-main2 .licheng-content .swiper-wrapper,.about-main2 .licheng-content .swiper-slide,.about-main2 .licheng-content ul{width: 100%;height: 100%;}
.about-main2 .licheng-content ul li{width: 20%;float: left;height: 100%;}
.about-main2 .licheng-content ul li a{display: block;width: 100%;position: relative;height: 320px}
.about-main2 .licheng-content ul li .date{color: #0a3875;font-size: 30px;}
.about-main2 .licheng-content ul li.item1 .line,.about-main2 .licheng-content ul li.item3 .line,.about-main2 .licheng-content ul li.item5 .line{margin-bottom: 50px;}
.about-main2 .licheng-content ul li.item2 .line,.about-main2 .licheng-content ul li.item4 .line{margin-top: 30px;}
.about-main2 .licheng-content ul li.item1 .line:after,.about-main2 .licheng-content ul li.item3 .line:after,.about-main2 .licheng-content ul li.item5 .line:after{width: 25px;height: 25px;background-color: rgba(10, 56, 117, 0.8);display: block;content: "";border-radius: 50%;text-align: center;vertical-align: middle;position: absolute;}
.about-main2 .licheng-content ul li.item2 .line:before,.about-main2 .licheng-content ul li.item4 .line:before{width: 25px;height: 25px;background-color: rgba(10, 56, 117, 0.8);display: block;content: "";border-radius: 50%;text-align: center;vertical-align: middle;position: absolute;}
.about-main2 .licheng-content ul li .lc-left{position: absolute;}
.about-main2 .licheng-content ul li .line{height: 245px;width: 1px;display: block;background-color: #0A3875;position: relative;left: 30px;}
.about-main2 .licheng-content ul li .lc-right{position: absolute;left: 30px;width: 400px;height:100%;display: table;}
.about-main2 .licheng-content ul li.item5 .lc-right{width: 200px;}
.about-main2 .licheng-content ul li.item2 .lc-right, .about-main2 .licheng-content ul li.item4 .lc-right{width: 400px;}
.about-main2 .licheng-content ul li .lc-right .right-text{padding: 20px;display: table-cell;vertical-align: middle;text-align:left;}
.about-main2 .licheng-content ul li.item1 a{top: 50px;}
.about-main2 .licheng-content ul li.item1 .lc-left .line:after{bottom: -25px;left: -11px;}
.about-main2 .licheng-content ul li.item1 .lc-right{bottom: 68px;}
.about-main2 .licheng-content ul li.item2 a{top: 258px;}
.about-main2 .licheng-content ul li.item2 .lc-left .line:before{top: -25px;left: -11px;}
.about-main2 .licheng-content ul li.item2 .lc-right{top: 100px;}
.about-main2 .licheng-content ul li.item3 a{top: 136px;}
.about-main2 .licheng-content ul li.item3 .lc-left .line:after{bottom: -25px;left: -11px;}
.about-main2 .licheng-content ul li.item3 .lc-right{bottom: 100px;}
.about-main2 .licheng-content ul li.item4 a{top: 278px;}
.about-main2 .licheng-content ul li.item4 .lc-left .line:before{top: -25px;left: -11px;}
.about-main2 .licheng-content ul li.item4 .lc-right{top: 70px;}
.about-main2 .licheng-content ul li.item5 a{top: 99px;}
.about-main2 .licheng-content ul li.item5 .lc-left .line:after{bottom: -25px;left: -11px;}
.about-main2 .licheng-content ul li.item5 .lc-right{bottom: 100px;}
.about-main2 .licheng-content .right-text h3{font-size:18px;margin-bottom: 10px;}
.about-main2 .licheng-content .right-text p{font-size: 16px;}
.lc-swiper-btn{width: 100%;position: absolute;top: 370px;}
.lc-swiper-btn a{display: block;position: absolute;}
.lc-swiper-btn .btn-prev{position: absolute;left: 15px;top: 50px;z-index:999;}
.lc-swiper-btn .btn-next{position: absolute;right: 0;top: 50px;z-index:999;}
.lc-swiper-btn .iconfont{font-size: 30px;}

@media(max-width:1680px){
	.about-main2 .licheng-content ul li.item1 a{
		    top: 75px;
	}
	.about-main2 .licheng-content ul li.item2 a{
		    top: 225px;
	}
	.about-main2 .licheng-content ul li.item3 a{
			top: 115px;
	}
	.about-main2 .licheng-content ul li.item4 a{
		    top: 290px;
	}
	.about-main2 .licheng-content ul li.item5 a{
		    top: 119px;
	}
}
@media(max-width:1600px){
	.about-main2 .licheng-content ul li.item1 a{
		    top: 80px;
	}
	.about-main2 .licheng-content ul li.item2 a{
		    top: 227px;
	}
	.about-main2 .licheng-content ul li.item3 a{
			top: 100px;
	}
	.about-main2 .licheng-content ul li.item4 a{
		    top: 315px;
	}
	.about-main2 .licheng-content ul li.item5 a{
		    top: 115px;
	}
}
@media(max-width:1440px){
	.about-main2 .licheng-content ul li.item1 a{
		    top: 70px;
	}
	.about-main2 .licheng-content ul li.item2 a{
		    top: 245px;
	}
	.about-main2 .licheng-content ul li.item3 a{
			top: 65px;
	}
	.about-main2 .licheng-content ul li.item4 a{
		    top: 341px;
	}
	.about-main2 .licheng-content ul li.item5 a{
		    top: 84px;
	}
}
@media(max-width:1366px){
	.about-main2 .licheng-content ul li.item1 a{
		    top: 60px;
	}
	.about-main2 .licheng-content ul li.item2 a{
		    top: 260px;
	}
	.about-main2 .licheng-content ul li.item3 a{
			top: 50px;
	}
	.about-main2 .licheng-content ul li.item4 a{
		    top: 344px;
	}
	.about-main2 .licheng-content ul li.item5 a{
		    top: 70px;
	}
}


.product_contenta{
	margin:80px auto 30px;
	width:85%;
}
.product_contenta ul li {
    width: calc((100% - 9px)/3);
	display: inline-block;
    vertical-align: top;
	position: relative;
    overflow: hidden;
    padding: 20px;
    font-size: 14px;
}
.pro_bottom{
	background:#FFF;
	position: relative;
    overflow: hidden;
    width: 100%;
    padding: 20px 20px 10px;
	font-size:16px;
    border: 1px solid #f2f2f2;
}
.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background: none !important;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: #fff solid 1px !important;
    border-radius: 2px;
    cursor: pointer;
}
.pro_title {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.pro_descr{
	color: #777;
    white-space: nowrap;
	font-size:14px;
    overflow: hidden;
    margin: 10px 0;
    text-overflow: ellipsis;
}
.pro_a{
	position: relative;
    display: block;
    color: #777;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #e5e5e5;
}
.arrowsR {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    width: 30px;
}
.arrowsR img {
    position: absolute;
    transition: all .5s ease;
}
.harr {
    opacity: 0;
}
.pro_img{
	overflow: hidden;
}
.pro_img img{
	transition: all .3s;
}
.product_contenta ul li:hover img {
    transform:  scale(1.1);
}
.product_contenta ul li:hover .pro_bottom:before {
    width: 100%;
}

.product_contenta ul li .pro_bottom:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #004a9a;
    transition: all .3s;
}

.pages{
	text-align:center;
}

.pages ul {
    display: inline-block;
    padding: 30px 0;
}

.pages ul li{
    position: relative;
    float: left;
    height: 30px;
    min-width: 30px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    background-size: 100% 100%;
    color: #595959;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
}
.pages ul li.current {
    text-decoration: none;
    background-color: #1890ff;
    color: #fff;
    border-color: #1890ff;
}

.pro_nr{
	width:85%;
	margin:80px auto;
}
.pro_nrtitle{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom:40px;
}
.pro_nrcenter{
	font-size:16px;
}
.pro_time{
	color:#acacac;
}


.bo {
    overflow: hidden;
	padding:0 20px;
	margin-bottom:70px;
}
.bo .swiper-wrapper{
	height:auto;
}
.sxy_in_news_tj {
    width: 50%;
    float: left;
}
.in_news_time1 {
    color: #aaa;
    font-size: 16px;
}
.sxy_in_news_left_li_txt {
    color: #555;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0px;
}
.sxy_in_news_left_li_sml {
    color: #777;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sxy_in_news_li {
    display: block;
    position: relative;
	padding:26.5px 50px; 
}
.sxy_in_news_li .sxy_in_news_left_li_sml:after {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100% - (50rem/40));
    background: #e5e5e5;
    right: 0;
    bottom: 0;
    transition: .5s ease-in-out;
}
.sxy_in_news_li:hover, .sxy_in_news_li.curr {
    background: #004a9a;
    transition: .5s ease-in-out;
    color: #fff;
}
.sxy_in_news_li:hover .sxy_in_news_left_li_sml:after, .sxy_in_news_li.curr .sxy_in_news_left_li_sml:after{
	display:none;
}
.sxy_in_news_li:hover .in_news_time1, .sxy_in_news_li.curr .in_news_time1{
	color:#FFF;
}
.in_news_time1{
	position:absolute;
	right:3%;
	color:#333;
}
.new_ul{
    margin-top:50px;
}
.sxy_in_news_tj_right {
    width: 50%;
    float: left;
}
.sxy_in_news_li:hover p, .sxy_in_news_li:hover a, .sxy_in_news_li.curr p, .sxy_in_news_li.curr a {
    color: #fff;
}


.new_li {
    float: left;
    width: 49.1%;
    height: 0;
    padding-bottom: 26%;
    margin-bottom: 27px;
    margin-right: 1.8%;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}
.new_li:nth-child(2n+0) {
    margin-right: 0;
}
.news_date {
    float: left;
    width: 100%;
    text-align: left;
    line-height: 16px;
    font-family: arial;
    color: #666;
}
.news_d_d {
    float: left;
}
.fnt_24 {
    font-size: 26px;
}
.news_d_y {
    float: left;
    margin-left: 13px;
    padding-top: 2px;
}

.fnt_14 {
    font-size: 16px;
}

.new_li h1 {
    font-weight: bold;
    float:left;
    width: 88%;
}
.new_li h1 a {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.6;
    height: 2.3em;
}
.fnt_20 {
    font-size: 20px;
}
.mt_35 {
    margin-top: 35px;
}
.mt_30 {
    margin-top: 20px;
}
.new_li p.mt_35 {
    margin-top: 10px;
}
.new_li .ml_13 {
    margin-left: 40px;
}
.new_li p {
    color: #999;
    width: 88%;
    float: left;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 4.5em;
}
.mt_45 {
    margin-top: 45px;
}
.news_mm {
    float: left;
    width: 33px;
    height: 22px;
    text-indent: -999em;
    background: url(../images/new_mm.png) no-repeat;
}
.fnt_12 {
    font-size: 12px;
}
.new_li:hover {
    background: #E60013;
}
.new_li:hover a, .new_li:hover h1, .new_li:hover p, .new_li:hover span {
    color: #fff;
}
.new_li:hover .news_mm {
    background: url(../images/new_mm_on.png) no-repeat;
}
.page_area {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
a.page_l_end {
    background: url(../images/l_off.png) no-repeat;
}
a.page_left {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/l_on.png) no-repeat;
}
.page_area a.page_num {
    height: 35px;
    padding: 0 3px 6px;
    line-height: 35px;
    margin: 0 1.5%;
    position: relative;
    top: -19px;
}
a.page_on {
    color: #E60013;
    border-bottom: 2px solid #E60013;
}
a.page_right {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/r_on.png) no-repeat;
}
.wrap_con {
    margin: 0 auto;
    background: url(../images/zz_bac.jpg) no-repeat bottom center;
    width: 100%;
}
.sub_main_con {
    max-width: 1280px;
    margin: 0 auto;
    padding: 38px 0 0;
}
.pb_fre .sub_content {
    padding-bottom: 65px;
}

.sub_content {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100px;
}

.mt_20 {
    margin-top: 20px;
}
.news_d_title, .news_d_menu {
    float: left;
    text-align: center;
    width: 100%;
}
.fnt_30 {
    font-size: 30px;
}
.news_d_menu {
    color: #999;
}
.news_d_title, .news_d_menu {
    float: left;
    text-align: center;
    width: 100%;
}
.news_d_title{
	font-size:18px !important;
	font-weight:bold;
}
.about_nav ul li:hover:after {
    position: absolute;
    width: 100%;
    content: "";
    height: 4px;
    background: #004a9a;
    left: 0;
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in-out;
    z-index: 2;
}
.mt_25 {
    margin-top: 25px;
}
.news_d_con {
    float: left;
    border-top: 1px solid #ddd;
    width: 100%;
    padding-top: 35px;
    overflow: hidden;
    color: #999;
    font-size: 14px;
}
.for_back {
    color: #fff;
    border: 1px solid #E60013;
    background: #E60013;
    cursor: hand;
    cursor: pointer;
    width: 117px;
    height: 40px;
    line-height: 40px;
    margin-left: 7px;
    text-align: center;
    float: right;
}
.for_back a {
    color: #fff;
}
.news_d_relate {
    float: left;
    width: 100%;
}
.news_d_relate a {
    width: 49.9%;
    height: 118px;
    line-height: 118px;
    overflow: hidden;
    box-sizing: border-box;
}
.shzr_bztext{
	margin-top:30px;
	text-align:center;
}
.shzr_bztext p{
	font-size:18px;
	line-height:30px;
}

.shzr_bz{
	padding:50px 0;
}
.shzr_bztitle{
	font-size:32px;
	line-height:45px;
	padding-top:30px;
	text-align:center;
}
.shzr_cx{
	padding:50px 0;
}
.shzr_cx .shzr_bztitle{
	color:#fff;
}
.shzr_cx .shzr_bztext p{
	color:#FFF;
}

.shzr_cxlist{
	padding:50px 0;
}
.shzr_cx {
    padding: 30px 0;
}


.shzr_cxlist .item{
	float:left;
	text-align:center ;
}
.shzr_cxlist .item:nth-child(1),.shzr_cxlist .item:nth-child(2),.shzr_cxlist .item:nth-child(3){
	margin-bottom:100px;
}
.shzr_cxlist .item .num{
	font-size: 2.8rem;;
    line-height: 2.5rem;
    color: #fff;
    font-family: "HELVETICA CONDENSED BOLD";
}
.shzr_cxlist .item .unit{
	font-size: .8rem;
    line-height: 1rem;
    margin-left: 0.3rem;
    color: #fff;
}
.shzr_cxlist .item .num,.shzr_cxlist .item .unit {
    
	display: inline-block;
    zoom: 1;
    vertical-align: bottom;
}

.swiper_cont_img{
	height:260px;
}
.shzr_cxlist .item .txt {
    font-size: .5rem;
    line-height: 1rem;
    color: #fff;
    margin-top: 0.3rem;
}
.subst_devel_section4 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.subst_devel_section4 h2 {
    padding: 4% 0 2%;
    text-align: center;
	font-size:32px;
}
.subst_devel_section4 p {
    text-align: justify;
	font-size:16px;
}
.colorfff.fnt_16{
	text-align:center;
	font-size:16px;
	margin-top:20px;
	margin-bottom:50px;
}
.subst_devel_section4_swiper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 2%;
	padding-bottom:4%;
}
.susta_develop_swiper .next {
    position: absolute;
    right: -5%;
    top: 28%;
    width: 60px;
    height: 60px;
    background: url(../img/y.png) no-repeat;
	background-size:100%;
    cursor: pointer;
}
.susta_develop_swiper .prev {
    position: absolute;
    left: -5%;
    top: 28%;
    width: 60px;
    height: 60px;
    background: url(../img/z.png) no-repeat;
	background-size:100%;
    cursor: pointer;
}

.rczy p{
	font-size:20px;
}
.rczytitle{
	font-size:34px;
	padding:80px 0 30px 0;
	text-align:center;
	font-weight:bold;
	color:#000;
	position:relative;
}
.rczytitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 4%;
	left:48%;
	margin:0 auto;
    height:4px;
    background-color: #004a9a;
}

.rczy1_center{
	width:85%;
	margin:0 auto;
}

.rczy1{
	padding-bottom:80px;
}
.rczy1_top img{
	
	width:100%;
}
.rczy1_bottom{
	font-size:16px;
	line-height:30px;
	text-align:center;
}


.pages-whyJoin .whyJoin-left {
    float: left;
    width: 50%;
}

.pages-whyJoin .whyJoin-right {
    float: right;
    width: 50%;
}

.pages-whyJoin .hd-height {
    height: 325px;
    position: relative;
    overflow: hidden;
}

.pages-whyJoin .hd-left {
    width: 50%;
    background-color: #194397;
}

.pages-whyJoin .hd-left .particles {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 0;
}

.pages-whyJoin .hd-right {
    width: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.08);
}

.pages-whyJoin .in {
    padding: 40px 50px;
    position: relative;
    z-index: 2;
}

.pages-whyJoin .in h3 {
    margin-bottom: 20px;
}

.pages-whyJoin .in p {
    line-height: 1.55556;
    height: 130px;
    text-align: justify;
}

.pages-whyJoin .btns a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #dbdbdb;
    color: #194397;
    transform: scale(1);
    transition: all .5s;
}

.pages-whyJoin .btns.btns-white a {
    background-color: #fff;
    border-color: #fff;
}

.pages-whyJoin .btns.btns-blue a {
    background-color: #194397;
    border-color: #194397;
    color: #fff;
}

.pages-whyJoin .btns.btns-line-white a {
    border-color: #fff;
    color: #fff;
}

.pages-whyJoin .btns a:hover {
    transform: scale(0.9);
}

.pages-whyJoin .hd .imgbg {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    transform: scale(1.3);
    transition: all 3s;
}

.pages-whyJoin .hd .imgbg.animated {
    transform: scale(1);
}

.pages-whyJoin .in:hover .btns a {
    transform: scale(0.9);
}

.pages-whyJoin .whyJoin-right {
    height: 650px;
    position: relative;
    overflow: hidden;
}

.pages-whyJoin .whyJoin-right .imgbg {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    transform: scale(1.3);
    transition: all 3s;
}

.pages-whyJoin .whyJoin-right .imgbg.animated {
    transform: scale(1);
}

.pages-whyJoin .whyJoin-right .txt {
    width: 50%;
    background-color: rgba(34, 34, 34, 0.9);
    position: absolute;
    bottom: 0;
    right: 0;
}

.pages-CareerPromot {
    padding-top: 118px;
}

.pages-CareerPromot .img img {
    width: 100%;
}
.txt-white {
    color: #fff;
}

.fnt30 {
    font-size: 30px;
}
.rczy2{
	background:#fafafa;
	padding-bottom:80px;
}
.rczy3{
	padding-bottom:80px;
}
.need-box {
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.need-box .text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 0;
}
.need-box .text .pub-tit {
	font-size:32px;
    color: #fff;
}
.need-box .text .line {
    width: 1.25rem;
    height: 2px;
    background-color: rgba(255,255,255,.4);
    margin: 0.6rem auto 0;
}
.need-box .text .con {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.need-box .text .con p:nth-child(1){
	font-size:20px;
	line-height:35px;
	margin-bottom:10px;
}
.need-box .text .con p{
	color:#FFF;
	font-size:20px;
	line-height:30px;
}
.need-box .text .need-more {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 0.9rem;
    font-size: 0;
    border: 1px solid rgba(255,255,255,.4);
    margin-top: 30px;
}
.need-box .text .need-more span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: 1rem;
    color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(http://www.zjzhongtian.com/bocweb/web/css/../img/need-more.png);
    padding-right: 0.6rem;
    background-size: 0.3rem;
}
.pub-tit {
    font-size: .9rem;
    line-height: 1rem;
    color: #333;
}


.leftContainer {
	float: left;
	box-sizing: border-box;
}
.contactTitle {
	padding-bottom: 10px;
}

.contactTitle h3 {
	font-size: 30px;
	color: #3174c6;
	font-weight: 600;
	font-family: "pingfang";
	text-transform: uppercase;
}

.contactTitle p {
	font-size: 24px;
	line-height: 32px;
	color: #474747;
}

.contactInfo dt,
.contactInfo dd {
	padding: 13px 0 27px;
}

.contactInfo dt {
	border-bottom: 1px solid #ebebeb;
}

.contactInfo h3 {
	color: #3174c8;
	line-height: 38px;
}

.contactInfo dt h3 {
	font-size: 20px;
}

.contactInfo dd h3 {
	font-size: 24px;
	font-family: "mont";
}

.contactInfo p {
	font-size: 14px;
	line-height: 25px;
	color: #565857;
}

.contactList {
	padding: 80px 0 50px;
	background-color: #f8fafc;
}

.contactList:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background-color: #f8fafc;
}

.contactList dl {
	padding: 12px 20px;
	position: relative;
}

.contactList dt {
	width: 88px;
	float: left;
}

.contactList dt img {
	width: 100%;
	height: auto;
}

.contactList dd {
	width: 218px;
	float: right;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.contactList dd h3,
.contactList dd h4 {
	font-size: 16px;
	line-height: 30px;
	margin:0;
}

.contactList dd h3 {
	color: #484848;
}

.contactList dd h4 {
	color: #3174c6;
	font-family: "mont";
}

.contactList dd p {
	font-size: 14px;
	line-height: 25px;
	margin-top: 5px;
	color: #565857;
}

.contactMap {
	width: 100%;
	height: 550px;
	padding: 7px;
	padding-top: 0;
	position: relative;
	z-index: 4;
	box-sizing: border-box;
}


.target-fix {
	position: relative;
	top: -100px;
	display: block;
	height: 0; 
	overflow: hidden;
}


@media only screen and (max-width:1600px) {
	.contactList dt {
		width: 72px;
	}
	.contactList dd {
		width: 218px;
	}
	.contactList dd p {
		font-size: 12px;
		line-height: 23px;
		margin-top: 0;
	}
	.contactList dd h3,
	.contactList dd h4 {
		font-size: 15px;
		line-height: 25px;
	}
	.contactInfo dt,
	.contactInfo dd {
		padding: 13px 0 25px;
	}
	.contactMap {
		height: 460px;
	}
	.contactTitle h3 {
		font-size: 26px;
	}
	.contactTitle p {
		font-size: 22px;
		line-height: 48px;
	}
	.contactInfo dt h3 {
		font-size: 18px
	}
	.contactInfo h3 {
		line-height: 36px;
	}
}

@media only screen and (max-width:1300px) {
	.contactList dt {
		width: 58px;
	}
	.contactList dd {
		width: 210px;
	}
	.contactList dl {
		padding: 20px;
	}
	.contactTitle h3 {
		font-size: 24px;
	}
	.contactTitle p {
		font-size: 20px;
		line-height: 42px;
	}
	.contactInfo dt h3 {
		font-size: 16px
	}
	.contactInfo h3 {
		line-height: 32px;
	}
	.contactInfo p {
		line-height: 24px;
	}
	.contactMap {
		height: 370px;
	}
}

@media only screen and (max-width:991px) {
	.contactList {
		display: none;
	}
	.contactMap {
		height: 285px;
	}
	.contactTitle h3 {
		font-size: 20px;
	}
	.contactTitle p {
		font-size: 18px;
		line-height: 36px;
	}
	.contactInfo dt h3 {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.contactInfo dt,
	.contactInfo dd {
		padding: 0.15em 0 0.25em;
	}
	.contactInfo dt {
		padding-top: 0;
	}
	.contactTitle h3 {
		font-size: 0.3rem;
	}
	.contactTitle p {
		font-size: 0.28rem;
		line-height: 0.52rem;
	}
	.contactTitle p {
		font-size: 0.28rem;
		line-height: 0.48rem;
	}
	.contactInfo h3 {
		line-height: 0.48rem;
	}
	.contactInfo dt h3 {
		font-size: 0.26rem;
	}
	.contactInfo dd h3 {
		font-size: 0.3rem;
	}
	.contactInfo p {
		font-size: 0.24rem;
		line-height: 0.42rem;
	}
	.contactMap {
		height: 4.85rem;
	}
	.contactTitle {
		padding-bottom: 0.1rem;
	}
}

.innerContainer {
    overflow: hidden;
    background-color: #fff;
}

.homeContainer {
    margin: 0 auto;
	width: 85%;
    box-sizing: border-box;
}
.wrap {
    width: 100%;
    padding-bottom: 50px;
	padding-top:50px;
}
.leftContainer {
    width: 60%;
    padding: 30px 30px 30px;
}

.leftContainer {
    float: left;
    box-sizing: border-box;
}
.lxwm_right{
	padding-right:10px;
}
.rightNavBar {
    width: 38%;
}

.rightNavBar {
    float: right;
}
.input-group{
	margin-bottom:20px;
}


.icon-toRight-fill:before {
    content: url(../img/zy/y1.png);
	
}
.swiper-button-disabled .icon-toRight-fill:before {
    content: url(../img/zy/y.png);
}
.icon-xiangzuo:before {
    content: url(../img/zy/z1.png);
}
.swiper-button-disabled .icon-xiangzuo:before {
    content: url(../img/zy/z.png);
}

.page-header h3{
	margin-top:30px;
	font-size:24px;
}
.lxwm_right input{
	line-height:40px;
	height:40px;
	width:100%;
	margin-bottom:20px;
	border-radius: 10px;
	text-indent:1em;
}
.lxwm_right input:focus{ outline: none !important;color:#333;font-size:14px;}
.lxwm_right input::placeholder {
    font-weight: 400;
    color: #acacac !important;
    font-size:14px;
 }
.btna{
	width:15%;
	text-align:center;
	color:#FFF;
	background:#3174c6;
	height:35px;
}
@media screen and (max-width: 1440px) {

    .pages-CareerPromot {
        padding-top: 90px;
    }
}

@media screen and (max-width: 1024px) {
    .pages-whyJoin {
        padding-top: 60px;
    }

    .page-defualtbox2 .title h1 {
        margin-bottom: 15px;
    }

    .pages-whyJoin .cont {
        margin-top: 40px;
    }

    .pages-whyJoin .hd-height {
        height: 280px;
    }

    .pages-whyJoin .whyJoin-right {
        height: 560px;
    }

    .pages-whyJoin .in {
        padding: 20px;
    }

    .pages-CareerPromot {
        padding-top: 80px;
    }
}

@media screen and (max-width: 768px) {
    .pages-whyJoin .whyJoin-left {
        float: none;
        width: 100%;
    }

    .pages-whyJoin .whyJoin-right {
        float: none;
        width: 100%;
    }

    .pages-whyJoin {
        padding-top: 40px;
    }

    .pages-CareerPromot {
        padding-top: 60px;
    }
}



/* 发展历程 */
.develop-ft .develop-year:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
}
.w1440 .swiper-slide{
	background:none !important;
}
.w1440 {
    width: 1440px;
    margin: 0 auto;
}
.hr.hr-white {
    background-image: url(../img/hr_white.png);
}
.hr {
    display: inline-block;
    width: 71px;
    height: 5px;
    background: 0 0 /100% 100% no-repeat;
}
.page-defualtbox .title h1 {
    padding: 10px 0;
	font-size:36px;
	margin:0;
}
.page-defualtbox .title h5 {
    line-height: 28px;
    font-weight: lighter;
	font-size:16px;
}
.page-defualtbox {
    background: center 0 /cover no-repeat;
    padding: 60px 0 30px;
    overflow: hidden;
}

.page-defualtbox .title {
    padding-bottom: 40px;
    font-family: 'PingFang';
}

.page-defualtbox .title h1 {
    padding: 10px 0;
}

.page-defualtbox .title h1.blue {
    color: #194397;
}

.page-defualtbox .title h5 {
    line-height: 1.77778;
    font-weight: lighter;
}

.pages-dvlphistory {
    background-image: url(../img/about_bg_02.jpg);
}

.pages-dvlphistory .title {
    color: #fff;
}

.pages-dvlphistory .title h1 {
    color: #fff;
}

.pages-dvlphistory .title h5 {
    color: #fff;
}

.develop-bd .develop-swiper-img {
    float: left;
    width: 56.11111%;
    position: relative;
}

.develop-bd .develop-swiper-img .swiper-slide {
    width: 79.9505%;
    overflow: hidden;
}

.develop-bd .develop-swiper-img .swiper-slide .img {
    width:450px;
    transform: scale(1.3);
    transition: all 3s;
    opacity: 0.3;
    transition: all 0.5s;
    overflow: hidden;
}

.develop-bd .develop-swiper-img .swiper-slide .img.animated {
    transform: scale(1);
}

.develop-bd .develop-swiper-img .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}

.develop-bd .develop-swiper-img .swiper-slide-active .img {
    opacity: 1;
}

.develop-bd .develop-swiper-txt {
    float: right;
    width: 36.80556%;
    position: relative;
}

.develop-bd .develop-swiper-txt .txt {
    line-height: 1.8;
    margin-top: 60px;
}

.develop-bd .develop-swiper-txt .txt h3 {
    font-weight: normal;
    color: #fff;
    padding-bottom: 10px;
    line-height: 1;
	font-size:36px;
	text-align:left;
	margin:0;
}

.develop-bd .develop-swiper-txt .txt h4 {
    font-weight: normal;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
	font-size:24px;
	text-align:left;
	margin:0;
}

.develop-bd .develop-swiper-txt .txt p {
    color: #fff;
    font-weight: lighter;
	font-size:14px;
	text-align:left;
	line-height:25px;
	margin:0;
}

.develop-ft {
    margin-top: 69px;
    position: relative;
}

.develop-ft .develop-year {
    padding: 15px 0;
    position: relative;
}

.develop-ft .develop-year:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
}

.develop-ft .develop-year .swiper-slide {
    cursor: pointer;
    text-align: center;
    height: 141px;
    position: relative;
}

.develop-ft .develop-year .swiper-slide h3 {
    font-weight: normal;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 18px;
    transition: all .5s;
    opacity: 0.9;
	font-size:20px;
}

.develop-ft .develop-year .swiper-slide h3 i {
    font-weight: lighter;
    font-family: "Helvetica";
    margin-right: 2px;
}

.develop-ft .develop-year .swiper-slide h5 {
    font-weight: normal;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
	font-size:16px;
}

.develop-ft .develop-year .year-item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.develop-ft .develop-year .year-item:before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #fff;
    opacity: 0.8;
    position: absolute;
    left: 50%;
    top: calc(50% - 20px);
    transition: all .5s;
}

.develop-ft .develop-year .year-item span {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 100%;
    opacity: 0.8;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
}

.develop-ft .develop-year .year-item span:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.develop-ft .develop-year .year-item span:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.develop-ft .develop-year .on .year-item span {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
}

.develop-ft .develop-year .swiper-slide.on .year-item:before {
    top: calc(50% - 37px);
    height: 37px;
    opacity: 1;
}

.develop-ft .develop-year .swiper-slide.on h3 {
    top: 0;
    font-size: 24px;
    opacity: 1;
}

.develop-ft .develop-year .swiper-slide.on h3 i {
    font-family: "PingFang";
    font-style: normal;
    margin-right: 1px;
}

.develop-ft .develop-year .swiper-slide.on h5 {
    top: calc(50% + 20px);
    opacity: 1;
    visibility: visible;
}

.develop-ft .develop-year .swiper-slide:nth-child(2n) .year-item:before {
    top: 50%;
}

.develop-ft .develop-year .swiper-slide:nth-child(2n) h3 {
    top: calc(50% + 20px);
}

.develop-ft .develop-year .swiper-slide:nth-child(2n) h5 {
    bottom: 50%;
    top: auto;
}

.develop-ft .develop-year .swiper-slide:nth-child(2n).on h3 {
    top: calc(50% + 30px);
}

.develop-ft .develop-year .swiper-slide:nth-child(2n).on h5 {
    bottom: calc(50% + 20px);
}

.develop-ft .develop-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0055a2;
    color: #fff;
    text-align: center;
    z-index: 9;
    line-height: 40px;
    cursor: pointer;
    transition: all .5s;
}

.develop-ft .develop-btn.develop-prev {
    left: -20px;
}

.develop-ft .develop-btn.develop-next {
    right: -20px;
}

.develop-ft .develop-btn.swiper-button-disabled {
    background-color: #fff;
    color: #000;
}
.aboutContainer {
    width: 1400px;
	margin:0 auto;
}
@media screen and (max-width: 1440px) {
    .page-defualtbox .title {
        padding-bottom: 40px;
    }

    .baner-inner {
        height: 35.10417vw;
    }

    .develop-bd .develop-swiper-img .swiper-slide .img {
        height: 300px;
    }

    .develop-ft {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1280px) {
    .page-defualtbox .title {
        padding-bottom: 40px;
    }

    .develop-ft {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1024px) {
	.banner-area {
		margin-top:0px;
	}
	.banner-area, .banner-area div{
		height:auto !important;
	}
    .baner-inner {
        height: 35.10417vw;
    }

    .page-defualtbox {
        padding: 50px 0 30px;
    }

    .page-defualtbox .title {
        padding-bottom: 40px;
    }

    .btn-tx a {
        width: 145px;
        height: 40px;
        line-height: 40px;
    }

    .pages-aboutsy {
        padding-bottom: 60px;
    }

    .pages-aboutsy .title h1 {
        padding: 30px 0 10px;
    }

    .pages-aboutsy .title p {
        margin: 20px auto 40px;
    }

    .pages-aboutsy .txt {
        padding: 40px 0 35px;
    }

    .develop-ft .develop-year {
        padding: 30px 0;
    }

    .develop-bd .develop-swiper-img .swiper-slide .img {
        height: 260px;
    }

    .develop-bd .develop-swiper-txt .txt {
        margin-top: 30px;
    }

    .develop-ft {
        margin-top: 10px;
    }

    .develop-ft .develop-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .develop-ft .develop-btn.develop-prev {
        left: 0;
    }

    .develop-ft .develop-btn.develop-next {
        right: 0;
    }

    .hr {
        width: 40px;
        height: 3px;
    }

    .hr.long {
        width: 75px;
        height: 3px;
    }

    .btn-tx a {
        width: 140px;
        line-height: 39px;
        height: 39px;
    }

    .btn-tx a i {
        margin-left: 5px;
    }

    .btn-blue a {
        width: 140px;
        line-height: 39px;
        height: 39px;
    }

    .btn-blue a i {
        margin-left: 5px;
    }

    .btn-gray a {
        width: 140px;
        line-height: 39px;
        height: 39px;
    }

    .btn-gray a i {
        margin-left: 5px;
    }

    .btn-gray-full a {
        width: 140px;
        line-height: 39px;
        height: 39px;
    }

    .btn-gray-full a i {
        margin-left: 5px;
    }
}

@media screen and (max-width: 768px) {
    .baner-inner {
        height: 50vw;
    }

    .baner-inner .w1440 {
        padding-top: 20%;
    }

    .baner-inner h1 {
        margin-bottom: 10px;
    }

    .pages-aboutsy .title p {
        width: 100%;
    }

    .pages-aboutsy .txt {
        padding: 20px 0;
    }

    .develop-bd .develop-swiper-img {
        float: none;
        width: 100%;
    }

    .develop-bd .develop-swiper-txt {
        float: none;
        width: 100%;
    }

    .pages-aboutsy ul li {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 500px) {
    .baner-inner {
        height: 70vw;
    }

    .baner-inner h1 {
        font-size: 30px;
    }

    .baner-inner .w1440 {
        padding-top: 30vw;
    }

    .develop-bd .develop-swiper-img .swiper-slide .img {
        height: 200px;
    }
}



.sj{
	display:none;
}
.banner_text{
	width:85%;
	margin:0 auto;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	padding-top:5.125rem;
}
.banner_en{
	
	font-size:48px;
	font-weight:bold;
	line-height:1.8;
	color:#FFF;
}
.banner_cn{
	margin-top: 0.375em;
    margin-bottom: 0.875em;
	font-size:36px;
	line-height:1.8;
	color:#FFF;
}
.banner_line{
	background: #fff;
    height: 3px;
    width: 50px;
}
.about{
	background: url(../img/about_banner.jpg);
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	height: 600px;
}
.product{
	background: url(../img/case_banner.jpg);
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	height: 600px;
}
.news{
	background: url(../img/news_banner.jpg);
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	height: 600px;
}
.shzr{
	background: url(../img/shzr_banner.jpg);
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	height: 600px;
}
.rczyb{
	background: url(../img/rczy_banner.jpg);
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	height: 600px;
}
.lxwm{
	background: url(../img/lxwm_banner.jpg);
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	height: 600px;
}




input::-webkit-input-placeholder{
            color:#fff!important;
        }
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
             color:#fff!important;
        }
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#fff!important;
        }
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
          color:#fff!important;
        }



