
@font-face {
	font-family: "CircularStdBold";
  src: url("../font/CircularStdBold.eot");
  src: url("../font/CircularStdBold.eot") format("embedded-opentype"), url("../font/CircularStdBold.woff2") format("woff2"), url("../font/CircularStdBold.woff") format("woff"), url("../font/CircularStdBold.ttf") format("truetype"), url("https://demo.webtend.net/html/landio/assets/fonts/circularstd/CircularStdBold.svg") format("svg");
}

@font-face {
	font-family: "CircularStdMedium";
  src: url("../font/CircularStdMedium.eot");
  src: url("../font/CircularStdMedium.eot") format("embedded-opentype"), url("../font/CircularStdMedium.woff2") format("woff2"), url("../font/CircularStdMedium.woff") format("woff"), url("../font/CircularStdMedium.ttf") format("truetype"), url("https://demo.webtend.net/html/landio/assets/fonts/circularstd/CircularStdMedium.svg") format("svg");
}

@font-face {
	font-family: "CircularStdBook";
  src: url("../font/CircularStdBook.eot");
  src: url("../font/CircularStdBook.eot") format("embedded-opentype"), url("../font/CircularStdBook.woff2") format("woff2"), url("../font/CircularStdBook.woff") format("woff"), url("../font/CircularStdBook.ttf") format("truetype"), url("https://demo.webtend.net/html/landio/assets/fonts/circularstd/CircularStdBook.svg") format("svg");
}

/*======= Common =======*/
:root {
	--color-primary: #473bf0;
	--color-primary-2: #0040e5;
	--color-primary-3: #e95e6c;
	--color-primary-4: #3377ff;
	--color-primary-5: #5580ff;
	--color-primary-6: #42a66c;
	--color-primary-7: #ff5d0c;
	--color-secondary: #f4732a;
	--color-secondary-2: #f6b9a7;
	--color-secondary-3: #8208fe;
	--color-secondary-4: #2b354f;
	--color-secondary-5: #343351;
	--color-secondary-6: #fdf5e2;
	--color-secondary-7: #e0fafb;
	--color-heading: #161c2d;
	--color-heading-2: #1a1b1e;
	--color-heading-3: #36234b;
	--color-heading-4: #1f1f1f;
	--color-heading-5: #000002;
	--color-body: #6e727d;
	--color-body-2: #6f667b;
	--color-body-3: #7a7a7a;
	--color-body-4: #656871;
	--color-dark: #1b202f;
	--color-dark-2: #16171b;
	--color-dark-3: #191a1e;
	--color-dark-4: #282a33;
	--color-white: #fff;
	--color-grey: #f5f3f5;
	--color-soft-grey: #f2f5fe;
	--color-soft-grey-2: #f4f7fa;
	--color-offwhite: #e7e8ea;
	--font-cs-bold: 'CircularStdBold';
	--font-cs-medium: 'CircularStdMedium';
	--font-cs-book: 'CircularStdBook';
}

body {
	color: var(--color-body);
	font-family: var(--font-cs-book);
	font-weight: normal;
	font-size: 17px;
	line-height: 1.8;
	overflow-x: hidden !important;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.slick-slide img {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-cs-bold);
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-heading);
	margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: var(--color-heading);
}

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

p {
	margin: 0px;
}

a {
	display: inline-block;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:hover {
	text-decoration: none;
}

a,
span {
	display: inline-block;
}

/*======= Common Classes =======*/
.border-bottom-primary {
	border-bottom: 1px solid rgba(71, 59, 240, 0.1);
}

.border-top-primary {
	border-top: 1px solid rgba(71, 59, 240, 0.1);
}

.border-bottom-primary-3 {
	border-bottom: 1px solid rgba(233, 94, 108, 0.12);
}

.border-top-primary-3 {
	border-top: 1px solid rgba(233, 94, 108, 0.12);
}

.border-bottom-off-white {
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.border-top-off-white {
	border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.border-top-secondary {
	border-top: 1px solid rgba(22, 28, 45, 0.1);
}

.border-bottom-secondary {
	border-bottom: 1px solid rgba(22, 28, 45, 0.1);
}

.section-inner-line {
	height: 1px;
	width: 100%;
	background-color: #282828;
	opacity: 0.1;
}

.slick-dots {
	text-align: center;
	margin-top: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	line-height: 1;
	height: 12px;
	width: 12px;
	background: #dad8fc;
	border-radius: 50%;
	margin: 0 10px;
	cursor: pointer;
}

.slick-dots li button {
	width: 100%;
	height: 100%;
	font-size: 0;
	background-color: transparent;
	border: none;
}

.slick-dots li::after {
	position: absolute;
	content: "";
	height: 30px;
	width: 30px;
	background: transparent;
	z-index: -1;
	border-radius: 50%;
	left: -9px;
	top: -9px;
	border: 2px solid var(--color-primary);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: scale(0);
	transform: scale(0);
	z-index: 1;
}

.slick-dots li.slick-active {
	background-color: var(--color-primary);
}

.slick-dots li.slick-active::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.text-pullquote {
	position: relative;
	padding-left: 30px;
	font-family: var(--font-cs-medium);
	color: var(--color-heading);
}

.text-pullquote::after {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	background-color: var(--color-primary-2);
	height: 90%;
	width: 4px;
}

.text-pullquote.pullquote-secondary-color {
	color: var(--color-heading-2);
}

.text-pullquote.pullquote-secondary-color::after {
	background-color: var(--color-secondary);
}

/*======= Custom Container =======*/
.container-1420 {
	max-width: 1450px;
}

.container-1430 {
	max-width: 1460px;
}

.container-1380 {
	max-width: 1410px;
}

.container-1470 {
	max-width: 1500px;
}

.container-1600 {
	max-width: 1630px;
}
.container-1700 {
	max-width: 1860px;
}


@media (min-width: 1400px) {
	.container-fluid.fluid-gap-70 {
		padding-left: 70px;
		padding-right: 70px;
	}
}

.fluid-in-container-left {
	padding-left: calc((100% - 1200px) / 2);
}

.fluid-in-container-right {
	padding-right: calc((100% - 1200px) / 2);
}

.bg-cover-center {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bg-cover-left {
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}

/*======= Specific Page Color =======*/
.app-landing-page {
	color: var(--color-body-2);
}

.app-landing-page h1,
.app-landing-page h2,
.app-landing-page h3,
.app-landing-page h4,
.app-landing-page h5,
.app-landing-page h6 {
	color: #282828;
}

.app-landing-page h1 a,
.app-landing-page h2 a,
.app-landing-page h3 a,
.app-landing-page h4 a,
.app-landing-page h5 a,
.app-landing-page h6 a {
	color: #282828;
}

.fintech-landing-page {
	color: var(--color-body-3);
}

.fintech-landing-page h1,
.fintech-landing-page h2,
.fintech-landing-page h3,
.fintech-landing-page h4,
.fintech-landing-page h5,
.fintech-landing-page h6 {
	color: var(--color-heading-4);
}

.fintech-landing-page h1 a,
.fintech-landing-page h2 a,
.fintech-landing-page h3 a,
.fintech-landing-page h4 a,
.fintech-landing-page h5 a,
.fintech-landing-page h6 a {
	color: var(--color-heading-4);
}

.software-landing-page h1,
.software-landing-page h2,
.software-landing-page h3,
.software-landing-page h4,
.software-landing-page h5,
.software-landing-page h6 {
	color: var(--color-heading-4);
}

.software-landing-page h1 a,
.software-landing-page h2 a,
.software-landing-page h3 a,
.software-landing-page h4 a,
.software-landing-page h5 a,
.software-landing-page h6 a {
	color: var(--color-heading-4);
}

.e-wallet-landing {
	background-color: var(--color-dark-2);
	color: var(--color-body-4);
}

.e-wallet-landing h1,
.e-wallet-landing h2,
.e-wallet-landing h3,
.e-wallet-landing h4,
.e-wallet-landing h5,
.e-wallet-landing h6 {
	color: var(--color-white);
}

.e-wallet-landing h1 a,
.e-wallet-landing h2 a,
.e-wallet-landing h3 a,
.e-wallet-landing h4 a,
.e-wallet-landing h5 a,
.e-wallet-landing h6 a {
	color: var(--color-white);
}

.e-wallet-boxed-container {
	max-width: 1600px;
	margin: auto;
	background-color: var(--color-dark-3);
	border-radius: 12px;
}

.e-wallet-boxed-container.boxed-bordered {
	border-right: 7px solid var(--color-primary-6);
	border-bottom: 7px solid var(--color-primary-6);
}

.e-wallet-boxed-container.boxed-shape {
	position: relative;
	z-index: 1;
}

.e-wallet-boxed-container.boxed-shape::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 79%;
	height: 49%;
	z-index: -1;
	background-image: url(/skin/image/e-wallet-boxed-shape.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}

.webinar-landing {
	color: var(--color-body-3);
}

.webinar-landing h1,
.webinar-landing h2,
.webinar-landing h3,
.webinar-landing h4,
.webinar-landing h5,
.webinar-landing h6 {
	color: var(--color-heading-5);
}

.webinar-landing h1 a,
.webinar-landing h2 a,
.webinar-landing h3 a,
.webinar-landing h4 a,
.webinar-landing h5 a,
.webinar-landing h6 a {
	color: var(--color-heading-5);
}

/*======= Background & Colors =======*/
.bg-primary-color {
	background-color: var(--color-primary);
}

.bg-primary-color-2 {
	background-color:#0B1720;
}
.hfjshfjwhfjw.bg-primary-color-4{

	background-color:#0B1720;
	border-bottom: 1px solid #fff;

}
.bg-primary-color-4 {
	background-color: var(--color-primary-4);
}

.bg-secondary-color {
	background-color: var(--color-secondary);
}

.bg-secondary-color-3 {
	background-color: var(--color-secondary-2);
}

.bg-secondary-color-2 {
	background-color: var(--color-secondary-3);
}

.bg-secondary-color-4 {
	background-color: var(--color-secondary-4);
}

.bg-secondary-color-5 {
	background-color: var(--color-secondary-5);
}

.bg-heading-color {
	background-color: var(--color-heading);
}

.bg-heading-color-2 {
	background-color: var(--color-heading-2);
}

.bg-heading-color-3 {
	background-color: #282828;
}

.bg-grey-color {
	background-color: var(--color-grey);
}

.bg-soft-grey-color {
	background-color: var(--color-soft-grey);
}

.bg-soft-grey-color-2 {
	background-color: var(--color-soft-grey-2);
}

.bg-dark-color {
	background-color: var(--color-dark);
}

.bg-dark-color-3 {
	background-color: var(--color-dark-3);
}

.color-primary-4 {
	color: var(--color-primary-4);
}

.color-primary-5 {
	color: var(--color-primary-5);
}

.color-primary-6 {
	color: var(--color-primary-6);
}

.bg-secondary-color-7 {
	background-color: var(--color-secondary-7);
}

.bg-heading-color-5 {
	background-color: var(--color-heading-5);
}

/*======= Input field =======*/
a:focus,
.slick-initialized .slick-slide:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

input[type="search"]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

input,
select,
textarea,
.nice-select {
	width: 100%;
	height: 65px;
	padding: 0 30px;
	background-color: var(--color-soft-grey);
	border: none;
	color: var(--color-body);
	border-radius: 0;
	font-size: 16px;
}

textarea {
	padding-top: 20px;
	height: 200px;
	display: inherit;
}

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

.nice-select .list {
	width: 100%;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid var(--color-soft-grey-2);
}

.nice-select .list .option {
	padding: 5px 30px;
	font-size: 16px;
	height: auto;
}

.nice-select .list .option:hover, .nice-select .list .option.selected {
	background-color: var(--color-soft-grey-2);
}

.nice-select .list .option:hover, .nice-select .list .option.focus, .nice-select .list .option.selected.focus {
	background-color: var(--color-soft-grey-2);
}

.nice-select .list .option.selected {
	font-weight: normal;
}

.nice-select .list .option:not(:last-child) {
	border-bottom: 1px solid var(--color-soft-grey-2);
}

.nice-select::after {
	content: "\f107";
	border: none;
	position: absolute;
	line-height: 1;
	right: 30px;
	top: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform-origin: unset;
	transform-origin: unset;
	width: auto;
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	font-family: "Font Awesome 5 Pro";
}

.nice-select.open::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*======= keyframes & Animation =======*/
@-webkit-keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@-webkit-keyframes zoomInOut {
	0% {
		-webkit-transform: rotate(0deg) scale(0.7);
		transform: rotate(0deg) scale(0.7);
		opacity: 0;
	}

	50% {
		-webkit-transform: rotate(180deg) scale(1);
		transform: rotate(180deg) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: rotate(360deg) scale(0.7);
		transform: rotate(360deg) scale(0.7);
		opacity: 0;
	}
}

@keyframes zoomInOut {
	0% {
		-webkit-transform: rotate(0deg) scale(0.7);
		transform: rotate(0deg) scale(0.7);
		opacity: 0;
	}

	50% {
		-webkit-transform: rotate(180deg) scale(1);
		transform: rotate(180deg) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: rotate(360deg) scale(0.7);
		transform: rotate(360deg) scale(0.7);
		opacity: 0;
	}
}

@-webkit-keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@-webkit-keyframes float-bob {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

@keyframes float-bob {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

@-webkit-keyframes float-bob-x {
	0% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes float-bob-x {
	0% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@-webkit-keyframes float-bob-y {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes float-bob-y {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.animate-zoominout {
	-webkit-animation-name: zoomInOut;
	animation-name: zoomInOut;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.animate-zoom-fade {
	-webkit-animation-name: zoom-fade;
	animation-name: zoom-fade;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.animate-float-bob {
	-webkit-animation-name: float-bob;
	animation-name: float-bob;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.animate-float-bob-x {
	-webkit-animation-name: float-bob-x;
	animation-name: float-bob-x;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.animate-float-bob-y {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.animate-rotate-me {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 24s;
	animation-duration: 24s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.hover-overly-left-to-right {
	position: relative;
	overflow: hidden;
}

.hover-overly-left-to-right::before {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(25deg);
	transform: skewX(25deg);
	z-index: 2;
}

.hover-overly-left-to-right:hover:before {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}

.hover-overly-zoom {
	position: relative;
	overflow: hidden;
}

.hover-overly-zoom:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 7px;
}

.hover-overly-zoom:hover:before {
	-webkit-animation-duration: 0.95s;
	animation-duration: 0.95s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-name: circle;
	animation-name: circle;
}

/*=======  Header  =======*/
.template-header {
	position: relative;
	z-index: 999;
}

.template-header .header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.template-header .header-left,
.template-header .header-center,
.template-header .header-right,
.template-header .header-right .header-extra,
.template-header .branding-and-language-selection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.template-header .language-selection .nice-select {
	background-color: var(--color-soft-grey-2);
	border: 0;
	width: 160px;
	height: 50px;
	padding: 0 30px 0 50px;
	border-radius: 50px;
	z-index: 1;
	color: var(--color-heading);
	font-size: 18px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
}

.template-header .language-selection .nice-select .list {
	-webkit-box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
	box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
}

.template-header .language-selection .nice-select .list .option {
	padding: 3px 10px;
	color: var(--color-body);
}

.template-header .language-selection .nice-select .list .option.selected {
	color: var(--color-primary);
}

.template-header .language-selection .nice-select::before {
	content: "\f0ac";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 25px;
	font-size: 18px;
	color: var(--color-primary);
}

.template-header .language-selection.bg-transparent .nice-select {
	width: 100px;
	background-color: transparent;
	padding: 0 0 0 25px;
}

.template-header .language-selection.bg-transparent .nice-select::before {
	left: 0;
}

.template-header .language-selection.bg-transparent .nice-select::after {
	right: 0;
}

.template-header .branding-and-language-selection .nice-select {
	margin-left: 50px;
}

.template-header .branding-and-language-selection.branding-border-right .nice-select {
	margin-left: 50px;
}

.template-header .branding-and-language-selection.branding-border-right .language-selection {
	position: relative;
	z-index: 1;
	padding-left: 20px;
}

.template-header .branding-and-language-selection.branding-border-right .language-selection::before {
	content: "";
	position: absolute;
	left: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2px;
	height: 20px;
	background-color: var(--color-dark-4);
}

.template-header .nav-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.template-header .nav-menu li {
	line-height: 110px;
	margin: 0 5px;
	position: relative;
}

.template-header .nav-menu li a {
	position: static;
	padding: 5px;
	line-height: 1.4;
	color: var(--color-heading);
	font-size: 15px;
	font-family: var(--font-cs-medium);
	font-weight: 500;

}

.template-header .nav-menu li a .dd-trigger {
	padding-left: 6px;
	font-size: 15px;
}

.template-header .nav-menu li a::before {
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	width: 0;
	top: 0;
	height: 5px;
	background-color: var(--color-primary);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
}

.template-header .nav-menu li a:hover {
	color: var(--color-primary);
}

.template-header .nav-menu li a:hover::before {
	width: calc(100% - 10px);
	visibility: visible;
	opacity: 1;
}

.template-header .nav-menu li.active > a {
	color: var(--color-primary);
}

.template-header .nav-menu li.active > a::before {
	visibility: visible;
	opacity: 1;
	width: calc(100% - 10px);
}

.template-header .nav-menu .sub-menu {
	display: block;
	position: absolute;
	width: 241px;
	background-color: var(--color-white);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 99;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
	box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
	left: 0;
	top: calc(100% + 40px);
	visibility: hidden;
	opacity: 0;
}

.template-header .nav-menu .sub-menu li {
	line-height: 1;
	margin: 0;
}

.template-header .nav-menu .sub-menu li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 29, 35, 0.05);
}

.template-header .nav-menu .sub-menu li::before {
	display: none;
}

.template-header .nav-menu .sub-menu li a {
	font-size: 15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	line-height: 1.4;
}

.template-header .nav-menu .sub-menu li a .dd-trigger i {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.template-header .nav-menu .sub-menu li a:hover {
	background-color: var(--color-primary);
	color: var(--color-white);
}

.template-header .nav-menu .sub-menu li a::before {
	display: none;
}

.template-header .nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 50%;
}

.template-header .nav-menu li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.template-header .nav-menu .sub-menu li:hover > .sub-menu {
	top: 0;
}

.template-header .search-btn {
	font-size: 18px;
	color: var(--color-heading);
}

.template-header .search-btn.search-border-right {
	margin-right: 40px;
	padding-right: 30px;
	border-right: 2px solid #dcdde0;
}

.template-header .user-login {
	font-size: 18px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
	color: var(--color-heading);
}

.template-header .user-login i {
	margin-right: 5px;
}

.template-header .user-login:hover {
	color: var(--color-primary);
}

.template-header .user-login.user-login-border-right {
	padding-right: 30px;
	border-right: 2px solid var(--color-dark-4);
}

.template-header .header-extra > li {
	line-height: 1;
}

.template-header .header-extra > li:not(:first-child) {
	margin-left: 35px;
}

.template-header .off-canvas-btn {
	width: 50px;
}

.template-header .off-canvas-btn span {
	display: block;
	height: 4px;
	background-color: var(--color-heading);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.template-header .off-canvas-btn span:nth-child(2) {
	margin: 10px 0;
}

.template-header .off-canvas-btn span:nth-child(1) {
	margin-left: 8px;
}

.template-header .off-canvas-btn span:nth-child(3) {
	margin-right: 8px;
}

.template-header .off-canvas-btn:hover span:nth-child(1) {
	margin-left: 0;
	margin-right: 8px;
}

.template-header .off-canvas-btn:hover span:nth-child(3) {
	margin-right: 0;
	margin-left: 8px;
}

.template-header .template-btn {
	padding: 13px 32px;
}

.template-header .navbar-toggler {
	width: 55px;
	padding: 10px;
	font-size: 0;
	border: 2px solid var(--color-heading);
	border-radius: 5px;
}

.template-header .navbar-toggler span {
	display: block;
	height: 3px;
	background-color: var(--color-heading);
}

.template-header .navbar-toggler span:nth-child(2) {
	margin: 6px 0;
}

.template-header.navbar-right .nav-menu ul > li:last-child {
	margin-right: 0;
}

.template-header.navbar-right .nav-menu ul > li:last-child > a {
	padding-right: 0;
}

.template-header.navbar-right .nav-menu ul > li:last-child > a::before {
	left: auto;
	right: 0;
}

.template-header.navbar-right .header-right .header-extra {
	margin-left: 40px;
}

.template-header.navbar-left .nav-menu > ul > li:first-child {
	margin-left: 0;
}

.template-header.navbar-left .nav-menu > ul > li:first-child > a {
	padding-left: 0;
}

.template-header.navbar-left .nav-menu > ul > li:first-child > a::before {
	left: 0;
}

.template-header.navbar-left .header-left .brand-logo {
	margin-right: 100px;
}

.template-header.logo-center .header-left,
.template-header.logo-center .header-right {
	max-width: 42%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 42%;
	flex: 0 0 42%;
}

.template-header.logo-center .header-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.template-header.logo-center .header-center {
	max-width: 16%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.template-header.absolute-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #ffffff80;
}

.template-header.bordered-header .header-inner {
	border-bottom: 1px solid var(--color-dark-4);
}

.template-header.bordered-header .nav-menu li a {
	color: var(--color-white);
}

.template-header.bordered-header .nav-menu li a::before {
	background-color: var(--color-primary-6);
}

.template-header.bordered-header .nav-menu li .sub-menu a {
	color: var(--color-heading);
}

.template-header.bordered-header .nav-menu li .sub-menu a:hover {
	background-color: var(--color-primary-6);
	color: var(--color-white);
}

.template-header.bordered-header .user-login i,
.template-header.bordered-header .nice-select::before {
	color: var(--color-primary-6);
}

.template-header.bordered-header .search-btn,
.template-header.bordered-header .nice-select,
.template-header.bordered-header .user-login {
	color: var(--color-white);
}

.template-header.bordered-header .navbar-toggler {
	border-color: var(--color-white);
}

.template-header.bordered-header .navbar-toggler span {
	background-color: var(--color-white);
}

.template-header.nav-white-color:not(.sticky-on) .nav-menu > ul > li > a {
	color: #363636;
}

.template-header.nav-white-color:not(.sticky-on) .nav-menu > ul > li > a::before {
	background-color: var(--color-white);
}

.template-header.nav-white-color:not(.sticky-on) .search-btn,
.template-header.nav-white-color:not(.sticky-on) .user-login,
.template-header.nav-white-color:not(.sticky-on) .nice-select,
.template-header.nav-white-color:not(.sticky-on) .nice-select::before {
	color: var(--color-white);
}

.template-header.nav-white-color:not(.sticky-on) .off-canvas-btn span {
	background-color: var(--color-white);
}

.template-header.nav-white-color:not(.sticky-on) .navbar-toggler {
	border-color: #000;
}

.template-header.nav-white-color:not(.sticky-on) .navbar-toggler span {
	background-color: #000;
}

.template-header.nav-primary-3 .nav-menu > ul > li > a {
	color: var(--color-heading);
}

.template-header.nav-primary-3 .nav-menu > ul > li > a::before {
	background-color: var(--color-primary-3);
}

.template-header.nav-primary-3 .nav-menu > ul > li.active > a {
	color: var(--color-primary-3);
}

.template-header.nav-primary-3 .language-selection .nice-select {
	background-color: var(--color-white);
}

.template-header.nav-primary-3 .language-selection .nice-select::before {
	color: var(--color-primary-3);
}

.template-header.nav-primary-5 .nav-menu > ul > li > a {
	color: var(--color-heading);
}

.template-header.nav-primary-5 .nav-menu > ul > li > a::before {
	background-color: var(--color-primary-5);
}

.template-header.nav-primary-5 .nav-menu > ul > li.active > a {
	color: var(--color-primary-5);
}

.template-header.nav-primary-5 .language-selection .nice-select {
	background-color: var(--color-white);
}

.template-header.nav-primary-5 .language-selection .nice-select::before {
	color: var(--color-primary-5);
}

.template-header.submenu-seconday-color .nav-menu li .sub-menu a:hover {
	background-color: var(--color-secondary);
}

.template-header.submenu-seconday-color.sticky-on .nav-menu li a::before {
	background-color: var(--color-secondary);
}

.template-header.submenu-seconday-color.sticky-on .nav-menu li.active > a {
	color: var(--color-secondary);
}

.template-header.submenu-seconday-color.sticky-on .nav-menu > ul > li > a:hover {
	color: var(--color-secondary);
}

.template-header.submenu-primary-3 .nav-menu li .sub-menu a:hover {
	background-color: var(--color-primary-3);
}

.template-header.submenu-primary-4 .nav-menu li .sub-menu a:hover {
	background-color: var(--color-primary-4);
}

.template-header.submenu-primary-4.sticky-on .nav-menu li a::before {
	background-color: var(--color-primary-4);
}

.template-header.submenu-primary-4.sticky-on .nav-menu li.active > a {
	color: var(--color-primary-4);
}

.template-header.submenu-primary-4.sticky-on .nav-menu > ul > li > a:hover {
	color: var(--color-primary-4);
}

.template-header.submenu-primary-5 .nav-menu li .sub-menu a:hover {
	background-color: var(--color-primary-5);
}

.template-header.nav-primary-7 .nav-menu > ul > li > a {
	color: var(--color-heading-5);
}

.template-header.nav-primary-7 .nav-menu > ul > li > a::before {
	background-color: var(--color-primary-7);
}

.template-header.nav-primary-7 .nav-menu > ul > li.active > a {
	color: var(--color-primary-7);
}

.template-header.nav-primary-7 .nav-menu li .sub-menu a:hover {
	background-color: var(--color-primary-7);
}

.template-header.nav-primary-7 .template-btn {
	background-color: var(--color-primary-7);
	border-radius: 0;
	text-transform: uppercase;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	line-height: 1;
	padding: 18px 30px;
}

.template-header.nav-primary-7 .template-btn:hover {
	background-color: var(--color-heading-5);
}

.template-header.nav-border-bottom:not(.sticky-on) .nav-menu li {
	line-height: 95px;
}

.template-header.nav-border-bottom:not(.sticky-on) .nav-menu li a::before {
	top: auto;
	bottom: 0;
}

.template-header.nav-border-bottom:not(.sticky-on) .nav-menu li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}

.template-header.nav-border-bottom:not(.sticky-on) .nav-menu .sub-menu li:hover > .sub-menu {
	top: 0;
}

.template-header.sticky-header .sticky-logo {
	display: none;
}

.template-header.sticky-header.sticky-on {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: sticky 1.2s;
	animation: sticky 1.2s;
	-webkit-box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
	box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
	background-color: var(--color-white);
}

.template-header.sticky-header.sticky-on .nav-menu ul li {
	line-height: 95px;
}

.template-header.sticky-header.sticky-on .sticky-logo {
	display: block;
}

.template-header.sticky-header.sticky-on .main-logo {
	display: none;
}

.template-header.sticky-header.bordered-header.sticky-on {
	background-color: var(--color-dark-3);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid var(--color-dark-4);
}

.template-header.sticky-header.bordered-header.sticky-on .header-inner {
	border-bottom: 0;
}

/*=======  Header Search  =======*/
.search-area {
	background: rgba(23, 26, 33, 0.85);
}

.search-area .modal-dialog {
	border: none;
	outline: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search-area form {
	max-width: 555px;
	position: relative;
}

.search-area .modal-content {
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.search-area .modal-content:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search-area input {
	padding-left: 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	color: var(--color-white);
	margin-bottom: 0;
	height: 50px;
	width: 100%;
	padding-right: 40px;
}

.search-area .search-btn {
	position: absolute;
	background: transparent;
	top: 10px;
	right: 0;
	color: var(--color-white);
	border: none;
}

/*=======  Off Canvas And Mobile Slide Panel  =======*/
.off-canvas-wrapper,
.mobile-slide-panel {
	position: fixed;
	right: 0;
	top: 0;
	background-color: transparent;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
	visibility: hidden;
}

.off-canvas-wrapper .canvas-inner,
.mobile-slide-panel .panel-inner {
	max-width: 400px;
	height: 100vh;
	background-color: var(--color-white);
	padding: 40px;
	position: relative;
	z-index: 2;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-right: -400px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.off-canvas-wrapper .canvas-overlay,
.mobile-slide-panel .panel-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: var(--color-heading);
	cursor: pointer;
	z-index: 1;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	opacity: 0;
	visibility: hidden;
}

.off-canvas-wrapper .canvas-close,
.mobile-slide-panel .panel-close {
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 2;
	font-size: 28px;
	line-height: 1;
	color: var(--color-heading);
}

.mobile-slide-panel .panel-inner {
	width: 300px;
	margin-right: -300px;
	padding: 40px 30px;
}

.mobile-slide-panel .mobile-logo {
	margin-bottom: 30px;
}

.mobile-slide-panel .mobile-menu li a {
	position: relative;
	display: block;
	line-height: 1.5;
	padding: 10px 45px 10px 0;
	border-bottom: 1px solid #e5e5e5;
	color: var(--color-heading);
	font-size: 15px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
}

.mobile-slide-panel .mobile-menu li a .dd-trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	z-index: 2;
	border-left: 1px solid #e5e5e5;
}

.mobile-slide-panel .mobile-menu li .sub-menu {
	display: none;
	padding-left: 10px;
}

.mobile-slide-panel .mobile-menu li.active > a {
	color: var(--color-primary);
}

.mobile-slide-panel .mobile-menu li.active > a::before {
	visibility: visible;
	opacity: 1;
	width: calc(100% - 10px);
}

.off-canvas-wrapper .canvas-close {
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 2;
	font-size: 28px;
	line-height: 1;
	color: var(--color-heading);
}

.off-canvas-wrapper .canvas-widget-title {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #e8e9ec;
	font-weight: 600;
	color: var(--color-heading);
}

.off-canvas-wrapper .canvas-logo,
.off-canvas-wrapper .contact-us,
.off-canvas-wrapper .about-us {
	margin-bottom: 40px;
}

.off-canvas-wrapper .contact-us li {
	position: relative;
	padding-left: 60px;
}

.off-canvas-wrapper .contact-us li:not(:last-child) {
	margin-bottom: 25px;
}

.off-canvas-wrapper .contact-us li,
.off-canvas-wrapper .contact-us li a {
	color: var(--color-body);
}

.off-canvas-wrapper .contact-us li i {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: var(--color-primary);
	border-radius: 50%;
	font-size: 14px;
	border-radius: 50%;
	color: var(--color-white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.off-canvas-wrapper.canvas-on,
.mobile-slide-panel.panel-on {
	opacity: 1;
	visibility: visible;
}

.off-canvas-wrapper.canvas-on .canvas-inner,
.mobile-slide-panel.panel-on .panel-inner {
	visibility: visible;
	opacity: 1;
	margin-right: -18px;
}

.off-canvas-wrapper.canvas-on .canvas-overlay,
.mobile-slide-panel.panel-on .panel-overlay {
	opacity: 1;
	visibility: visible;
	opacity: 0.4;
}

/*======= Preloader =======*/
#preloader {
	position: fixed;
	background-color: var(--color-heading);
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

#preloader .preloader-image {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-blend-mode: multiply;
}

/*======= Template Button =======*/
.template-btn {
	display: inline-block;
	color: #fff;
	padding: 15px 11px;
	font-size: 16px;
	font-family: var(--font-cs-bold);
	font-weight: 600;
	line-height: 1.4;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	border-radius: 50px;
	background-color: var(--color-primary);
	border: 2px solid var(--color-primary);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
	overflow: hidden;
	
}

.template-btn i {
	margin-left: 10px;
}

.template-btn:hover {
	color: var(--color-white);
	-webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
	background-color: var(--color-heading);
	border-color: var(--color-heading);
}

.template-btn.template-btn-2 {
	border-radius: 7px;
}

.template-btn.bordered-btn {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--color-heading);
	border-color: rgba(71, 59, 240, 0.1);
}

.template-btn.bordered-btn:hover {
	border-color: var(--color-heading);
	color: var(--color-white);
	background-color: var(--color-heading);
}

.template-btn.bordered-body-4 {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--color-body-4);
	border-color: #282a33;
}

.template-btn.bordered-body-4:hover {
	background-color: var(--color-primary-6);
	color: var(--color-white);
	border-color: var(--color-primary-6);
}

.template-btn.primary-bg-2:not(:hover) {
	background-color: var(--color-primary-2);
	border-color: var(--color-primary-2);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 64, 229, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(0, 64, 229, 0.36);
}

.template-btn.primary-bg-2:hover {
	background-color: var(--color-heading-2);
	border-color: var(--color-heading-2);
}

.template-btn.primary-bg-3:not(:hover) {
	background-color: var(--color-primary-3);
	border-color: var(--color-primary-3);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(226, 92, 106, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(226, 92, 106, 0.36);
}

.template-btn.primary-bg-4 {
	background-color: var(--color-primary-4);
	border-color: var(--color-primary-4);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(51, 119, 255, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(51, 119, 255, 0.36);
}

.template-btn.primary-bg-4.bordered-btn {
	background-color: transparent;
	border-color: rgba(71, 59, 240, 0.1);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.template-btn.primary-bg-4.bordered-btn:hover {
	background-color: var(--color-primary-4);
	color: var(--color-white);
	border-color: var(--color-primary-4);
}

.template-btn.primary-bg-5:not(:hover) {
	background-color: #000;
	border-color: var(--color-primary-5);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(85, 128, 255, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(85, 128, 255, 0.36);
}

.template-btn.primary-bg-5:hover {
	background-color: var(--color-heading-4);
}

.template-btn.primary-bg-6:not(:hover) {
	background-color: var(--color-primary-6);
	border-color: var(--color-primary-6);
	-webkit-box-shadow: 0px 3px 30px 0px rgba(66, 166, 108, 0.36);
	box-shadow: 0px 3px 30px 0px rgba(66, 166, 108, 0.36);
}

.template-btn.primary-bg-6:hover {
	background-color: var(--color-white);
	border-color: var(--color-white);
	color: var(--color-heading);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.template-btn.secondary-bg:not(:hover) {
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.36);
}

.template-btn.secondary-bg:hover {
	background-color: var(--color-heading-2);
	border-color: var(--color-heading-2);
}

.template-btn.secondary-2-bg:not(:hover) {
	background-color: var(--color-secondary-2);
	border-color: var(--color-secondary-2);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(246, 185, 167, 0.61);
	box-shadow: 0px 10px 30px 0px rgba(246, 185, 167, 0.61);
	color: #282828;
}

.template-btn.secondary-3-bg:not(:hover) {
	background-color: var(--color-secondary-3);
	border-color: var(--color-secondary-3);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(130, 8, 254, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(130, 8, 254, 0.36);
}

.template-btn.heading-3-bg:not(:hover) {
	background-color: #282828;
	border-color: #282828;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(54, 35, 75, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(54, 35, 75, 0.36);
}

.template-btn.bg-soft-grey-color {
	background-color: var(--color-soft-grey);
	border-color: var(--color-soft-grey);
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--color-heading);
}

.template-btn.white-bg {
	background-color: var(--color-white);
	border-color: var(--color-white);
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--color-heading-2);
}

.template-btn.white-bg:hover {
	background-color: var(--color-heading);
	border-color: var(--color-heading);
	color: var(--color-white);
}

.template-btn.white-bg.bordered-btn {
	background-color: transparent;
	color: var(--color-white);
	border-color: rgba(255, 255, 255, 0.15);
}

.template-btn.white-bg.bordered-btn:hover {
	background-color: var(--color-white);
	color: var(--color-heading-2);
	border-color: var(--color-white);
}

.template-btn.template-btn-3 {
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: rgba(0, 0, 2, 0.15);
	font-size: 14px;
	color: var(--color-heading-5);
	text-transform: uppercase;
}

.template-btn.template-btn-3:hover {
	border-color: var(--color-heading-5);
	color: var(--color-white);
	background-color: var(--color-heading-5);
}

/*======= Hero Buttons =======*/
.hero-btns {
	margin: -5px;
}

.hero-btns li {
	padding: 5px;
}

.hero-btns .play-btn {
	height: 54px;
	width: 54px;
	background-color: var(--color-white);
	color: var(--color-primary);
	font-size: 14px;
	text-align: center;
	line-height: 54px;
	border-radius: 50px;
	position: relative;
	z-index: 1;
}

/*======= Hero Area v1 =======*/
.hero-area-v1 {
	position: relative;
	z-index: 1;
	padding-bottom: 30px;
	background-image: url(/skin/picture/qywzjs/hero-1-overly.png);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.hero-area-v1 .hero-content {
	position: relative;
	z-index: 1;
	padding-top: 130px;
	padding-bottom: 50px;
	text-align: center;
}

.hero-area-v1 .hero-content .title-tag {
	margin-bottom: 20px;
	color: var(--color-primary);
	font-size: 18px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
	line-height: 1.3;
	background-color: transparent;
}

.hero-area-v1 .hero-content .title-tag span {
	background-color: #d3d3f8;
	border-radius: 25px;
	padding: 5px 15px;
	margin-right: 12px;
}

.hero-area-v1 .hero-content .hero-title {
	font-size: 85px;
	line-height: 1.15;
	margin-bottom: 45px;
	letter-spacing: -1px;
	font-size: 3rem!important;
	line-height: 1.15;
	font-weight: 600;
	letter-spacing: -.01rem;
	color: #343f52;
}

.hero-area-v1 .hero-content .hero-title span {
	color: var(--color-primary);
	padding: 5px 20px;
	position: relative;
	z-index: 1;
}

.hero-area-v1 .hero-content .hero-title span::after {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	background-image: url(/skin/picture/qywzjs/heading-line.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -1;
	background-attachment: scroll;
	background-position: bottom;
	top: auto;
	bottom: 0;
	height: 100%;
}

.hero-area-v1 .hero-content::after {
	position: absolute;
	content: "";
	z-index: -1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url(/skin/picture/qywzjs/hero-1-shadow.png) no-repeat scroll;
	background-size: 100% 100%;
	background-position: 0 0;
}

.hero-area-v1 .hero-img img {
	border-radius: 20px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(225, 223, 255, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(225, 223, 255, 0.36);
}

.hero-area-v1 .container {
	position: relative;
}

.hero-area-v1 .hero-particle-effect {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.hero-area-v1 .hero-particle-effect img {
	position: absolute;
}

.hero-area-v1 .hero-particle-effect .particle-1 {
	top: 100px;
	left: -120px;
}

.hero-area-v1 .hero-particle-effect .particle-2 {
	left: -55px;
	top: 160px;
}

.hero-area-v1 .hero-particle-effect .particle-3 {
	right: 20px;
	top: 80px;
}

.hero-area-v1 .hero-particle-effect .particle-4 {
	bottom: 130px;
	left: 0;
}

.hero-area-v1 .hero-particle-effect .particle-5 {
	right: 0;
	bottom: 100px;
}

/*======= Hero Area v2 =======*/
.hero-area-v2 {
	/* background-color: var(--color-primary-2); */
	background-image: url(/skin/picture/qywzjs/hero-map-bg.png),linear-gradient(200deg, #97affb  0%, #2c5cf4 100%);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 155px 0 40px;
}
.hero-area-v2.psd {
	background-color: #ff9700;
	background-image: url(/skin/picture/qywzjs/hero-psd.png);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 155px 0 40px;
	}


.hero-area-v2.shopify {
	background-color: #8aad4b;
	background-image: url(/skin/picture/qywzjs/hero-shioify.png);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 155px 0 40px;
	}

.hero-area-v2.wangzhanweihucolor {
	background-color: #3ba6fe;
	background-image: url(/skin/picture/qywzjs/hero-wangzhanweihu.png);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 155px 0 40px;
	}



.hero-area-v2 .hero-content-wrapper {
	padding-left: calc((100% - 1200px) / 2);
	padding-bottom: 100px;
}

.hero-area-v2 .hero-content .title-tag {
	margin-bottom: 30px;
	color: var(--color-white);
	font-size: 18px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
	line-height: 1.3;
	background-color: transparent;
}

.hero-area-v2 .hero-content .title-tag span {
	background-color: var(--color-secondary);
	border-radius: 25px;
	padding: 5px 15px;
	margin-right: 12px;
}

.hero-area-v2 .hero-content .hero-title {
	font-size: 43px;
	line-height: 1.15;
	margin-bottom: 65px;
	letter-spacing: -2px;
	color: var(--color-white);
}

.hero-area-v2 .hero-content .hero-title span {
	position: relative;
	z-index: 1;
}

.hero-area-v2 .hero-content .hero-title span::after {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	z-index: -1;
	background-position: bottom;
	background-repeat: no-repeat;
	bottom: -18px;
	height: 39px;
	background-image: url(/skin/picture/qywzjs/title-line-white.png);
	background-size: contain;
}

.hero-area-v2 .hero-content .template-btn.bordered-btn {
	border-color: rgba(255, 255, 255, 0.2);
	color: var(--color-white);
}

.hero-area-v2 .hero-content .template-btn.bordered-btn:hover {
	border-color: var(--color-white);
	background-color: #2b72f4;
	color: var(--color-secondary);
}

.hero-area-v2 .hero-content .play-btn {
	color: var(--color-secondary);
}

/*======= Hero Area v3 =======*/
.hero-area-v3 {
	position: relative;
	z-index: 1;
	background: url() no-repeat 40px,linear-gradient(200deg, #97affb  0%, #2c5cf4 100%);
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
}

.hero-area-v3::after {
	position: absolute;
	content: "";
	height: 340px;
	width: 270px;
	left: 0;
	top: 0;
	z-index: -1;
	background-image: url(/skin/picture/qywzjs/hero-3-line.png);
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
}

.hero-area-v3 .hero-content {
	padding-top: 260px;
	padding-bottom: 150px;
}

.hero-area-v3 .hero-content .hero-title {
	font-size: 46px;
	line-height: 1.15;
	margin-bottom: 60px;
	letter-spacing: -3px;
	color: var(--color-white);
}

.hero-area-v3 .hero-content .hero-title span {
	position: relative;
	z-index: 1;
}

.hero-area-v3 .hero-content .hero-title span::after {
	position: absolute;
	content: "";
	width: 65%;
	left: 0;
	z-index: -1;
	background-attachment: scroll;
	background-position: bottom;
	background-repeat: no-repeat;
	bottom: -15px;
	height: 39px;
	background-image: url(/skin/picture/qywzjs/title-line-white-2.png);
	background-size: contain;
}

.hero-area-v3 .hero-content p {
	color: var(--color-white);
	margin-bottom: 35px;
	font-size: 21px;
}

.hero-area-v3 .hero-img {
	padding-left: 50px;
}

.hero-area-v3 .particle-1 {
	position: absolute;
	left: 6%;
	top: 22%;
}

.hero-area-v3 .particle-2 {
	position: absolute;
	left: 12%;
	bottom: 10%;
}

/*======= Hero Area v4 =======*/
.hero-area-v4 {
	background-color: #f0f6ff;
	background-image: url(/skin/picture/qywzjs/hero-curve-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 52%;
	overflow: hidden;
	padding-bottom: 50px;
}

.hero-area-v4 .hero-content {
	padding-top: 260px;
	padding-bottom: 110px;
}


.hero-area-v4 .hero-content-pic {
	/* padding-top: 130px; */
	padding-bottom: 20px;
}

.hero-area-v4 .hero-content .hero-title {
	font-size: 90px;
	line-height: 1;
	margin-bottom: 45px;
}

.hero-area-v4 .hero-content .hero-title span {
	position: relative;
	z-index: 1;
}

.hero-area-v4 .hero-content .hero-title span::after {
	position: absolute;
	content: "";
	right: 0;
	z-index: -1;
	background-image: url(/skin/picture/qywzjs/heading-line-2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	top: auto;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.hero-area-v4 .hero-content .user-images {
	margin-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hero-area-v4 .hero-content .user-images li {
	width: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
}

.hero-area-v4 .hero-content .user-images li:not(:first-child) {
	margin-left: -25px;
}

.hero-area-v4 .hero-content .user-images li img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid var(--color-white);
}

.hero-area-v4 .hero-content .user-images li.note {
	margin-left: 20px;
	font-size: 20px;
	font-family: var(--font-cs-bold);
	font-weight: 700;
	line-height: 1;
	color: var(--color-heading);
	width: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.hero-area-v4 .hero-content .user-images .more-icon {
	display: block;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	background-color: #ffc001;
	color: var(--color-heading);
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-area-v4 .hero-content .user-images .more-icon:hover {
	background-color: var(--color-primary-3);
	color: var(--color-white);
}

.hero-area-v4 .hero-preview-galley {
	position: relative;
	z-index: 1;
	height: 700px;
	width: 100%;
}

.hero-area-v4 .hero-preview-galley img {
	position: absolute;
	z-index: 1;
}

.hero-area-v4 .hero-preview-galley img.main-image-1 {
	left: 0;
	top: 0;
}

.hero-area-v4 .hero-preview-galley img.main-image-2 {
	right: -250px;
	bottom: 0;
}

.hero-area-v4 .hero-preview-galley .preview-inner {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.hero-area-v4 .hero-preview-galley .preview-inner img {
	border-radius: 15px;
}

.hero-area-v4 .hero-preview-galley .preview-inner img.image-1 {
	right: 20px;
	top: 94px;
	z-index: 2;
}

.hero-area-v4 .hero-preview-galley .preview-inner img.image-2 {
	right: 50px;
	bottom: 160px;
	z-index: 2;
	-webkit-box-shadow: 0 10px 30px 0px rgba(89, 89, 89, 0.18);
	box-shadow: 0 10px 30px 0px rgba(89, 89, 89, 0.18);
}

.hero-area-v4 .hero-preview-galley .preview-inner img.image-3 {
	right: 180px;
	bottom: 105px;
	-webkit-box-shadow: 0 10px 30px 0px rgba(89, 89, 89, 0.1);
	box-shadow: 0 10px 30px 0px rgba(89, 89, 89, 0.1);
}

/*======= Hero Area v5 =======*/
.hero-area-v5 {
	background-color: var(--color-dark);
	padding-top: 330px;
	padding-bottom: 230px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.hero-area-v5::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(/skin/picture/qywzjs/map-bg.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.2;
}
.zjhero-area-v5.hero-area-v5::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(/skin/picture/yxwebseo/googleSEO.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.3;
}
.zjhero-area-v5.hero-area-v5.ewrewrwer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/skin/picture/xinmeitads/社交媒体ads.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
}
.hero-area-v5 .container {
	position: relative;
	z-index: 1;
}

.hero-area-v5 .hero-thumbnail-wrap {
	height: 685px;
	width: 740px;
	position: absolute;
	right: -100px;
	top: -148px;
	z-index: -1;
}

.hero-area-v5 .hero-thumbnail-wrap .hero-thumbnail {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hero-area-v5 .hero-thumbnail-wrap .hero-thumbnail::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #1b202f4a;
	opacity: 0.5;
}

.hero-area-v5 .hero-thumbnail-wrap::before {
	position: absolute;
	content: "";
	top: 10px;
	right: -10px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #ffffff;
}

.hero-area-v5 .hero-thumbnail-wrap::before,
.hero-area-v5 .hero-thumbnail-wrap .hero-thumbnail,
.hero-area-v5 .hero-thumbnail-wrap .hero-thumbnail::after {
	border-radius: 50% 50% 50% 50% / 0% 50% 50% 50%;
}

.hero-area-v5 .hero-content .hero-title {
	font-size: 90px;
	line-height: 1.12;
	letter-spacing: -2px;
	margin-bottom: 40px;
	color: var(--color-white);
}

.hero-area-v5 .hero-content p {
	font-size: 17px;
	color: var(--color-white);
	position: relative;
	padding-left: 32px;
	margin-bottom: 35px;
}

.hero-area-v5 .hero-content p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background-color: var(--color-primary);
}

/*======= Hero Area v6 =======*/


.hero-area-v6 .single-slider {
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

.hero-area-v6 .single-slider::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	
}

.hero-area-v6 .hero-content {
	padding-top: 280px;
	padding-bottom: 180px;
}

.hero-area-v6 .hero-content .hero-title {
	font-size: 80px;
	line-height: 1.12;
	letter-spacing: -2px;
	margin-bottom: 40px;
	color: var(--color-white);
}

.hero-area-v6 .hero-content p {
	font-size: 17px;
	color: var(--color-white);
	position: relative;
	padding-left: 32px;
	margin-bottom: 35px;
}

.hero-area-v6 .hero-content p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background-color: var(--color-white);
}

.hero-area-v6 .hero-content .template-btn {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.hero-area-v6 .hero-content .play-text-btn {
	font-size: 15px;
	font-family: var(--font-cs-bold);
	color: var(--color-white);
	position: relative;
	margin-left: 14px;
}

.hero-area-v6 .hero-content .play-text-btn:after {
	position: absolute;
	content: "";
	height: 3px;
	width: 100%;
	background-color: var(--color-white);
	bottom: -2px;
	left: 0;
}

/*======= Hero Area v7 =======*/
.hero-area-v7 {
	position: relative;
	z-index: 1;
	padding-left: calc((100% - 1200px) / 2);
	padding-top: 200px;
	padding-bottom: 125px;
}

.hero-area-v7::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}

.hero-area-v7 .hero-img {
	position: absolute;
	left: 50%;
	bottom: 0;
	max-width: 50%;
	max-height: 90%;
}

.hero-area-v7 .hero-content {
	max-width: 35%;
}

.hero-area-v7 .hero-content .hero-title {
	font-size: 40px;
	line-height: 1.05;
	letter-spacing: -2px;
	margin-bottom: 45px;
}

.hero-area-v7 .hero-content p {
	font-size: 17px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 45px;
	color: #000002;
}

.hero-area-v7 .hero-content p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background-color: #dde6ff;
}

.hero-area-v7 .hero-content .notice {
	margin-top: 35px;
	display: block;
	font-size: 17px;
}

.hero-area-v7 .hero-content .notice img {
	margin-right: 15px;
}

/*======= Hero Area v8 =======*/
.hero-area-v8 {
	background-color: var(--color-dark-2);
	overflow: hidden;
}

.hero-area-v8 .hero-content {
	padding: 280px 60px 150px 0;
	position: relative;
	z-index: 6;
}

.hero-area-v8 .hero-content .hero-title {
	font-size: 80px;
	line-height: 1.05;
	letter-spacing: -2px;
	color: var(--color-white);
	margin-bottom: 45px;
}

.hero-area-v8 .hero-content p {
	font-size: 17px;
	color: #abb0bf;
	position: relative;
	padding-left: 30px;
	margin-bottom: 45px;
}

.hero-area-v8 .hero-content p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background-color: #abb0bf;
}

.hero-area-v8 .hero-content .notice {
	margin-top: 35px;
	display: block;
	color: #abb0bf;
	font-size: 17px;
}

.hero-area-v8 .hero-content .notice i {
	margin-right: 8px;
	color: #f7d71e;
}

.hero-area-v8 .hero-img {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-area-v8 .hero-img .hero-img-inner {
	position: relative;
	z-index: 1;
}

.hero-area-v8 .hero-img .circle-shape {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translate(-42%, -42%);
	transform: translate(-42%, -42%);
	z-index: -1;
	opacity: 0.15;
}

.hero-area-v8 .hero-img::before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	z-index: -1;
	height: 100%;
	width: 150%;
	background-image: url(/skin/picture/qywzjs/hero-v8-overly.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

/*======= Hero Area v9 =======*/
.hero-area-v9 {
	padding: 130px 0 150px;
	background-color: var(--color-secondary-6);
	position: relative;
	z-index: 1;
}

.hero-area-v9::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: transparent;
	background-image: radial-gradient(at center left, var(--color-primary-7) 0%, var(--color-secondary-6) 56%);
	opacity: 0.5;
}

.hero-area-v9 .hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
}

.hero-area-v9 .hero-content .hero-title {


	color: var(--color-heading-5);
	margin-bottom: 30px;
	font-weight: 600;
    font-size: 3rem!important;
}

.hero-area-v9 .hero-content p {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--font-cs-medium);
	color: var(--color-heading-5);
	margin-bottom: 30px;
}

.hero-area-v9 .hero-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hero-area-v9 .hero-images .image-one {
	width: 60%;
	max-width: 60%;
}

.hero-area-v9 .hero-images .image-one .image-inner {
	margin: 15px -200px 0px 0px;
}

.hero-area-v9 .hero-images .image-two {
	width: 40%;
	max-width: 40%;
}

.hero-area-v9 .hero-images .image-two .image-inner {
	margin: -70px -300px 0px 230px;
}

.hero-area-v9 .hero-images .image-three {
	width: 60%;
	max-width: 60%;
}

.hero-area-v9 .hero-images .image-three .image-inner {
	margin: 30px 30px -30px -150px;
}

.hero-area-v9 .hero-images .image-four {
	width: 40%;
	max-width: 40%;
}

.hero-area-v9 .hero-images .image-four .image-inner {
	margin: 30px -150px 0px 0px;
}

/*======= Hero Slider Arrow & Nav =======*/
.hero-slider .slick-dots {
	position: absolute;
	right: 13%;
	top: 50%;
	display: block;
	margin: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hero-slider .slick-dots li {
	display: block;
	margin: 20px 0;
	background-color: var(--color-white);
}

.hero-slider .slick-dots li::after {
	border-color: var(--color-white);
}

.hero-slider .slick-dots li.slick-active {
	background-color: var(--color-white);
}

.hero-slider .slick-arrow {
	position: absolute;
	right: 4%;
	bottom: 0;
	height: 50px;
	width: 50px;
	background-color: var(--color-white);
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--color-heading);
	font-size: 18px;
	z-index: 2;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.hero-slider .slick-arrow.prev-arrow {
	right: calc(4% + 52px);
}

.hero-slider .slick-arrow:hover {
	background-color: var(--color-primary-4);
	color: var(--color-white);
}

/*======= Common Heading =======*/
.common-heading .tagline {
	font-size: 18px;
	font-family: var(--font-cs-medium);
	line-height: 1.4;
	margin-bottom: 15px;
}

.common-heading .title {
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 1.2;
}

.common-heading.tagline-boxed .tagline {
	background-color: #d3d4f8;
    color: var(--color-primary);
    padding: 4px 18px;
    border-radius: 30px;
    width: 50%;
    margin-bottom: 25px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.common-heading.tagline-boxed-two .tagline {
	background-color: #e5ecfc;
	color: #323232;
	padding: 4px 18px;
	border-radius: 30px;
	margin-bottom: 25px;
}

.common-heading.title-line .title span {
	color: var(--color-primary-2);
	position: relative;
	z-index: 1;
}

.common-heading.title-line .title span img {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -25px;
}

.common-heading.title-line.line-less-bottom .title span img {
	bottom: -10px;
}

.common-heading.title-line-bottom .heading-line {
	margin-top: 10px;
}

.common-heading.heading-white .tagline {
	color: var(--color-white);
}

.common-heading.heading-white.tagline-boxed .tagline {
	background-color: var(--color-primary);
}

.common-heading.heading-white.tagline-boxed-two .tagline {
	background-color: #1a53e8;
}

.common-heading.heading-white .title {
	color: var(--color-white);
}

.common-heading-2 .tagline {
	font-size: 14px;
	font-family: var(--font-cs-bold);
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 4px;
	word-spacing: 2px;
}

.common-heading-2 .title {
	font-size: 42px;
	letter-spacing: -1px;
	line-height: 1.2;
}

.common-heading-2.heading-white .tagline {
	color: var(--color-white);
}

.common-heading-2.heading-white .title {
	color: var(--color-white);
}

/*======= Check List =======*/
.check-list li {
	font-size: 18px;
	color: var(--color-body);
	position: relative;
	z-index: 1;
	padding-left: 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.check-list li:not(:last-child) {
	margin-bottom: 10px;
}

.check-list li::after {
	position: absolute;
	content: "\f00c";
	left: 0;
	top: 2px;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	color: var(--color-primary);
	font-weight: 800;
}

/*======= Check List Two =======*/
.check-list-2 li {
	position: relative;
	z-index: 1;
	padding-left: 40px;
	color: var(--color-heading);
}

.check-list-2 li::before {
	position: absolute;
	content: "\f00c";
	left: 0;
	height: 25px;
	width: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Pro";
	background-color: var(--color-primary-3);
	color: var(--color-white);
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
}

.check-list-2 li:not(:last-child) {
	margin-bottom: 12px;
}

/*======= Check List Three =======*/
.check-list-3 li {
	position: relative;
	padding-left: 50px;
}

.check-list-3 li:not(:last-child) {
	margin-bottom: 30px;
}

.check-list-3 li::before {
	position: absolute;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--color-primary-6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--color-white);
	font-size: 15px;
}

.check-list-3 li .title {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 10px;
}

/*======= Simple Icon Box =======*/
.simple-icon-boxes .icon {
	margin-bottom: 20px;
	font-size: 40px;
	color: var(--color-primary);
	line-height: 0.5;
}

.simple-icon-boxes .title {
	font-size: 20px;
	line-height: 1.15;
}

.simple-icon-boxes p {
	margin-top: 10px;
}

/*======= Icon Box =======*/
.icon-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.icon-box .icon {
	color: var(--color-primary-7);
	margin-right: 15px;
	font-size: 50px;
	line-height: 0.5;
}

.icon-box h5 {
	font-size: 35px;
	letter-spacing: -0.2px;
}

.icon-box span {
	font-size: 18px;
}

/*======= Image Boxes v1 =======*/
.image-boxes-v1 .image-box {
	background: #fff;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(225, 223, 255, 0.4);
	box-shadow: 0px 10px 30px 0px rgba(225, 223, 255, 0.4);
	padding: 50px 50px;
	text-align: center;
	position: relative;
	border-radius: 7px;
	overflow: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.image-boxes-v1 .image-box:before {
	position: absolute;
	content: "";
	height: 3px;
	width: 0;
	top: 0;
	left: 0;
	background: var(--color-primary);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.image-boxes-v1 .image-box .thumb {
	margin-bottom: 30px;
}

.image-boxes-v1 .image-box .title {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 700;
}

.image-boxes-v1 .image-box .box-link {
	height: 55px;
	width: 55px;
	border-radius: 50px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 1;
	color: var(--color-primary);
	border: 2px solid #ecebfd;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.image-boxes-v1 .image-box:hover::before, .image-boxes-v1 .image-box.active::before {
	width: 100%;
}

.image-boxes-v1 .image-box:hover .box-link, .image-boxes-v1 .image-box.active .box-link {
	border-color: #473bf0;
}

.image-boxes-v1.image-thumbnail-boxed .image-box {
	padding: 45px 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
}

.image-boxes-v1.image-thumbnail-boxed .image-box .thumb {
	background-color: #f2f5fe;
	height: 180px;
	width: 180px;
	margin: 0 auto 25px;
	border-radius: 50%;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.image-boxes-v1.image-thumbnail-boxed .image-box .thumb img {
	max-width: 120px;
}

.image-boxes-v1.image-thumbnail-boxed .image-box .title {
	font-size: 22px;
}

.image-boxes-v1.image-thumbnail-boxed .image-box:before {
	background-color: var(--color-primary-2);
}

.image-boxes-v1.image-thumbnail-boxed .image-box .box-link {
	color: var(--color-primary-2);
}

.image-boxes-v1.image-thumbnail-boxed .image-box:hover .box-link {
	background-color: var(--color-primary-2);
	border-color: var(--color-primary-2);
	color: var(--color-white);
}

/*======= Image Boxes v2 =======*/
.image-boxes-v2 .image-box .box-image {
	border-radius: 7px;
	overflow: hidden;
	width: 100%;
	height: 210px;
	position: relative;
	z-index: 1;
}

.image-boxes-v2 .image-box .box-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.image-boxes-v2 .image-box .box-content {
	background-color: var(--color-white);
	border-radius: 0 0 7px 7px;
	padding: 30px;
}

.image-boxes-v2 .image-box .box-content .title {
	font-size: 18px;
	margin-bottom: 15px;
}

.image-boxes-v2 .image-box .box-content .box-link {
	color: #7a7a7a;
	margin-top: 12px;
	font-size: 15px;
	font-family: var(--font-cs-bold);
	font-weight: 700;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.image-boxes-v2 .image-box .box-content .box-link i {
	margin-left: 8px;
}

.image-boxes-v2 .image-box .box-content .box-link::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 0;
	background-color: var(--color-primary);
	left: 0;
	bottom: -4px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.image-boxes-v2 .image-box:hover .box-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.image-boxes-v2 .image-box:hover .box-link {
	color: var(--color-primary);
}

.image-boxes-v2 .image-box:hover .box-link::after {
	width: 100%;
}

/*======= Image Boxes v3 =======*/
.image-boxes-v3 .image-box {
	background-color: var(--color-white);
	border-radius: 15px;
	padding: 40px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	box-shadow: 5px 5px #d7d7d7;
}

.image-boxes-v3 .image-box .box-image {
	width: 130px;
	height: 130px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 130px;
	flex: 0 0 130px;
	margin-right: 35px;
}

.image-boxes-v3 .image-box .box-image img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}

.image-boxes-v3 .image-box .box-content .title {
	font-size: 24px;
	margin-bottom: 10px;
}

.image-boxes-v3 .image-box .box-content .box-link {
	color: var(--color-body-3);
	margin-top: 12px;
	font-size: 15px;
	font-family: var(--font-cs-bold);
	font-weight: 700;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.image-boxes-v3 .image-box .box-content .box-link i {
	margin-left: 8px;
}

.image-boxes-v3 .image-box::before, .image-boxes-v3 .image-box::after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 15px;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.image-boxes-v3 .image-box::before {
	opacity: 0;
	visibility: hidden;
	left: -5px;
	top: -5px;
	z-index: -1;
	background-color: var(--color-primary-4);
	-webkit-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transform-origin: left;
	transform-origin: left;
}

.image-boxes-v3 .image-box::after {
	left: 0;
	top: 0;
	background-color: var(--color-white);
	opacity: 1;
}

.image-boxes-v3 .image-box:hover {
	-webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1);
	box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1);
}

.image-boxes-v3 .image-box:hover::before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

/*======= Iconic Boxes v1  =======*/
.iconic-boxes-v1 .iconic-box {
	position: relative;
	z-index: 1;
	padding: 45px 30px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.3);
	box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.3);
}

.iconic-boxes-v1 .iconic-box.no-shadow {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.iconic-boxes-v1 .iconic-box .icon {
	height: 60px;
	width: 60px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--color-primary);
	color: var(--color-white);
	border-radius: 50%;
	font-size: 30px;
	color: #fff;
	margin-bottom: 8px;
}

.iconic-boxes-v1 .iconic-box .icon.icon-gradient-1-1 {
	background: linear-gradient(130deg, #f5f3f5  0%, #f5f3f5  59%, #f5f3f5  100%);
	color: #e55447;
}

.iconic-boxes-v1 .iconic-box .icon.icon-gradient-1 {
	background: linear-gradient(130deg, #7839f3 0%, #b31de1 59%, #ed00ce 100%);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28);
	box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28);
}

.iconic-boxes-v1 .iconic-box .icon.icon-gradient-2 {
	background-image: linear-gradient(130deg, #ff9200 0%, #f64967 59%, #ed00ce 100%);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(253, 132, 19, 0.28);
	box-shadow: 0px 10px 60px 0px rgba(253, 132, 19, 0.28);
}

.iconic-boxes-v1 .iconic-box .icon.icon-gradient-3 {
	background-image: linear-gradient(130deg, #f33946 0%, #c81d9a 59%, #9c00ed 100%);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28);
	box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28);
}

.iconic-boxes-v1 .iconic-box .icon.icon-gradient-4 {
	background-image: linear-gradient(130deg, #4639f3 0%, #711df0 59%, #9c00ed 100%);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(84, 54, 240, 0.28);
	box-shadow: 0px 10px 60px 0px rgba(84, 54, 240, 0.28);
}

.iconic-boxes-v1 .iconic-box .icon.icon-gradient-5 {
	background-image: linear-gradient(130deg, #1f5dfb 0%, #10a5cf 59%, #00eda2 100%);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(33, 113, 238, 0.28);
	box-shadow: 0px 10px 60px 0px rgba(33, 113, 238, 0.28);
}

.iconic-boxes-v1 .iconic-box .icon.icon-gradient-6 {
	background-image: linear-gradient(130deg, #fdba1a 0%, #f55d64 59%, #ed00ad 100%);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28);
	box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28);
}

.iconic-boxes-v1 .iconic-box .title {
	font-size: 21px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.iconic-boxes-v1 .iconic-box p {
	color: var(--color-body-2);
}

.iconic-boxes-v1 .iconic-box .box-link {
	color: var(--color-body-2);
	font-size: 15px;
	font-family: var(--font-cs-bold);
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	line-height: 1;
	margin-top: 20px;
}

.iconic-boxes-v1 .iconic-box .box-link i {
	padding-left: 10px;
}

.iconic-boxes-v1 .iconic-box .box-link::before, .iconic-boxes-v1 .iconic-box .box-link::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background-color: var(--color-body-2);
	left: 0;
	bottom: -3px;
	z-index: -1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.iconic-boxes-v1 .iconic-box .box-link::after {
	width: 40%;
	background-color: var(--color-heading);
	opacity: 0;
}

.iconic-boxes-v1 .iconic-box:hover .box-link {
	color: var(--color-heading);
}

.iconic-boxes-v1 .iconic-box:hover .box-link::after {
	width: 100%;
	opacity: 1;
}

/*======= Iconic Boxes v1 Square Bordered   =======*/
.iconic-boxes-v1.icon-boxes-square-bordered {
	border-left: 1px solid rgba(54, 35, 75, 0.07);
	border-top: 1px solid rgba(54, 35, 75, 0.07);
}

.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box {
	padding: 38px 35px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-right: 1px solid rgba(54, 35, 75, 0.07);
	border-bottom: 1px solid rgba(54, 35, 75, 0.07);
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::before, .iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 10px;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transform-origin: left;
	transform-origin: left;
}

.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::before {
	left: -20px;
	top: -20px;
	bottom: -10px;
	right: -10px;
	background-color: var(--color-secondary);
}

.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::after {
	left: -15px;
	top: -15px;
	bottom: -15px;
	right: -15px;
	background-color: var(--color-white);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.3);
	box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.3);
}

.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box:hover {
	z-index: 2;
}

.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box:hover::before, .iconic-boxes-v1.icon-boxes-square-bordered .iconic-box:hover::after {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

/*======= Iconic Boxes v2  =======*/
.iconic-boxes-v2 .iconic-box .icon {
	margin-bottom: 30px;
}

.iconic-boxes-v2 .iconic-box .icon img,
.iconic-boxes-v2 .iconic-box .icon i {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.iconic-boxes-v2 .iconic-box .title {
	font-size: 24px;
	margin-bottom: 15px;
}

.iconic-boxes-v2 .iconic-box .title a:hover {
	color: var(--color-primary-4);
}

.iconic-boxes-v2 .iconic-box .box-link {
	margin-top: 30px;
	color: var(--color-primary-4);
	border: 2px solid #3377ff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.iconic-boxes-v2 .iconic-box .box-link::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	z-index: -1;
	background-color: var(--color-primary-4);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.iconic-boxes-v2 .iconic-box:hover .box-link {
	color: var(--color-white);
	border-color: var(--color-primary-4);
}

.iconic-boxes-v2 .iconic-box:hover .box-link::after {
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 1;
}

.iconic-boxes-v2 .iconic-box:hover .icon img,
.iconic-boxes-v2 .iconic-box:hover .icon i {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.iconic-boxes-v2 .iconic-box.color-1 .title a:hover {
	color: #19cb55;
}

.iconic-boxes-v2 .iconic-box.color-1 .box-link {
	color: #19cb55;
	border-color: #19cb55;
}

.iconic-boxes-v2 .iconic-box.color-1 .box-link::after {
	background-color: #19cb55;
}

.iconic-boxes-v2 .iconic-box.color-1:hover .box-link {
	color: var(--color-white);
	border-color: #19cb55;
}

.iconic-boxes-v2 .iconic-box.color-2 .title a:hover {
	color: #1d79fb;
}

.iconic-boxes-v2 .iconic-box.color-2 .box-link {
	color: #1d79fb;
	border-color: #1d79fb;
}

.iconic-boxes-v2 .iconic-box.color-2 .box-link::after {
	background-color: #1d79fb;
}

.iconic-boxes-v2 .iconic-box.color-2:hover .box-link {
	color: var(--color-white);
	border-color: #1d79fb;
}

.iconic-boxes-v2 .iconic-box.color-3 .title a:hover {
	color: #f95f75;
}

.iconic-boxes-v2 .iconic-box.color-3 .box-link {
	color: #f95f75;
	border-color: #f95f75;
}

.iconic-boxes-v2 .iconic-box.color-3 .box-link::after {
	background-color: #f95f75;
}

.iconic-boxes-v2 .iconic-box.color-3:hover .box-link {
	color: var(--color-white);
	border-color: #f95f75;
}

.iconic-boxes-v2 .iconic-box.color-4 .title a:hover {
	color: #ff8500;
}

.iconic-boxes-v2 .iconic-box.color-4 .box-link {
	color: #ff8500;
	border-color: #ff8500;
}

.iconic-boxes-v2 .iconic-box.color-4 .box-link::after {
	background-color: #ff8500;
}

.iconic-boxes-v2 .iconic-box.color-4:hover .box-link {
	color: var(--color-white);
	border-color: #ff8500;
}

/*======= Iconic Boxes v3  =======*/
.icon-boxes-v3 .iconic-box .icon {
	position: relative;
	z-index: 1;
}

.icon-boxes-v3 .iconic-box .icon i {
	height: 65px;
	width: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--color-white);
	border-radius: 50%;
	background-color: var(--color-primary-5);
	font-size: 24px;
	line-height: 0.5;
	margin-bottom: 30px;
}

.icon-boxes-v3 .iconic-box.have-icon-overly .icon::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 72px;
	height: 72px;
	background-color: var(--color-white);
	z-index: -1;
	border-radius: 50%;
	opacity: 0.07;
}

.icon-boxes-v3 .iconic-box .title {
	font-size: 24px;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

.icon-boxes-v3 .iconic-box .title a:hover {
	color: inherit;
}

.icon-boxes-v3 .iconic-box .box-btn {
	border: 2px solid var(--color-body);
	color: var(--color-body-4);
	font-weight: 700;
	line-height: 1;
	padding: 13px 30px;
	border-radius: 30px;
	margin-top: 30px;
	font-size: 15px;
}

.icon-boxes-v3 .iconic-box .box-btn i {
	margin-left: 5px;
}

.icon-boxes-v3 .iconic-box .box-btn:hover {
	background-color: var(--color-primary-5);
	border-color: var(--color-primary-5);
	color: var(--color-white);
}

.icon-boxes-v3 .iconic-box.color-v1 .icon i,
.icon-boxes-v3 .iconic-box.color-v1 .box-btn:hover {
	background-color: #2ecea8;
	border-color: #2ecea8;
}

.icon-boxes-v3 .iconic-box.color-v2 .icon i,
.icon-boxes-v3 .iconic-box.color-v2 .box-btn:hover {
	background-color: #fead44;
	border-color: #fead44;
}

.icon-boxes-v3 .iconic-box.color-v3 .icon i,
.icon-boxes-v3 .iconic-box.color-v3 .box-btn:hover {
	background-color: #ff00ff;
	border-color: #ff00ff;
}

.icon-boxes-v3 .iconic-box.color-v4 .icon i,
.icon-boxes-v3 .iconic-box.color-v4 .box-btn:hover {
	background-color: #009fe3;
	border-color: #009fe3;
}

.icon-boxes-v3 .iconic-box.box-version-white,
.icon-boxes-v3 .iconic-box.box-version-white .title a {
	color: var(--color-white);
}

.icon-boxes-v3 .iconic-box.box-version-white .box-btn:not(:hover) {
	border-color: #46446b;
	color: #afade9;
}

/*======= Icon Bordered Box  =======*/
.icon-bordered-box {
	/* padding: 30px;
	border: 1px solid #eaeaed; */
}

.icon-bordered-box .title {
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.icon-bordered-box .icon {
	font-size: 30px;
	color: var(--color-primary-5);
	line-height: 0.5;
	margin-bottom: 20px;
}

.icon-bordered-box.icon-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.icon-bordered-box.icon-left .icon {
	margin: 0 20px 0 0;
}

/*======= Iconic Boxes v4  =======*/
.icon-boxes-v4 {
	position: relative;
	padding-right: 50px;
}

.icon-boxes-v4 .icon {
	margin-bottom: 30px;
}

.icon-boxes-v4 .title {
	font-size: 20px;
	line-height: 1.42;
	margin-bottom: 20px;
}

/*======= Fancy Icon Boxes v1  =======*/
.fancy-icon-boxes-v1 .fancy-icon-box {
	border: 2px solid rgba(71, 59, 240, 0.07);
	padding: 45px 50px 45px 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	border-radius: 7px;
}

.fancy-icon-boxes-v1 .fancy-icon-box::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50%;
	height: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url(/skin/picture/qywzjs/fancy-circle-dots.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.fancy-icon-boxes-v1 .fancy-icon-box .box-icon {
	font-size: 75px;
	line-height: 0.5;
	max-width: 75px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75px;
	flex: 0 0 75px;
	color: var(--color-primary);
}

.fancy-icon-boxes-v1 .fancy-icon-box .box-icon img,
.fancy-icon-boxes-v1 .fancy-icon-box .box-icon i {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.fancy-icon-boxes-v1 .fancy-icon-box .box-content {
	padding-left: 40px;
}

.fancy-icon-boxes-v1 .fancy-icon-box .title {
	font-size: 24px;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.fancy-icon-boxes-v1 .fancy-icon-box:hover {
	border-color: var(--color-primary);
	background-color: var(--color-primary);
}

.fancy-icon-boxes-v1 .fancy-icon-box:hover::before {
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
	border-radius: 0;
}

.fancy-icon-boxes-v1 .fancy-icon-box:hover .box-icon img,
.fancy-icon-boxes-v1 .fancy-icon-box:hover .box-icon i {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.fancy-icon-boxes-v1 .fancy-icon-box:hover .box-icon,
.fancy-icon-boxes-v1 .fancy-icon-box:hover .title,
.fancy-icon-boxes-v1 .fancy-icon-box:hover .title a,
.fancy-icon-boxes-v1 .fancy-icon-box:hover .box-content {
	color: var(--color-white);
}

.fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box {
	border-color: #262c3c;
}

.fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box::before {
	display: none;
}

.fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box .box-icon,
.fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box .title,
.fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box .title a {
	color: var(--color-white);
}

.fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box .box-content {
	color: #a8acb7;
}

.fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box:hover {
	background-color: transparent;
}

/*======= Fancy Icon Boxes v2  =======*/
.fancy-icon-boxes-v2 .fancy-icon-box {
	border-radius: 7px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(219, 219, 219, 0.41);
	box-shadow: 0px 10px 30px 0px rgba(219, 219, 219, 0.41);
	padding: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.fancy-icon-boxes-v2 .fancy-icon-box::before, .fancy-icon-boxes-v2 .fancy-icon-box::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 0%;
	background-color: #ff0101;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	visibility: hidden;
	border-radius: 2.5px;
}

.fancy-icon-boxes-v2 .fancy-icon-box::after {
	top: auto;
	bottom: 0;
}

.fancy-icon-boxes-v2 .fancy-icon-box .box-icon {
	color: #ff0101;
	font-size: 55px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55px;
	flex: 0 0 55px;
	line-height: 0.5;
}

.fancy-icon-boxes-v2 .fancy-icon-box .box-icon img,
.fancy-icon-boxes-v2 .fancy-icon-box .box-icon i {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.fancy-icon-boxes-v2 .fancy-icon-box .box-icon img {
	max-width: 55px;
}

.fancy-icon-boxes-v2 .fancy-icon-box .box-content {
	padding-left: 40px;
}

.fancy-icon-boxes-v2 .fancy-icon-box .box-content .title {
	font-size: 24px;
	margin-bottom: 15px;
}

.fancy-icon-boxes-v2 .fancy-icon-box .box-content .title a:hover {
	color: #ff0101;
}

.fancy-icon-boxes-v2 .fancy-icon-box:hover::before, .fancy-icon-boxes-v2 .fancy-icon-box:hover::after {
	height: 100%;
	visibility: visible;
}

.fancy-icon-boxes-v2 .fancy-icon-box:hover .box-icon img,
.fancy-icon-boxes-v2 .fancy-icon-box:hover .box-icon i {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.fancy-icon-boxes-v2 .fancy-icon-box.color-2 .box-icon,
.fancy-icon-boxes-v2 .fancy-icon-box.color-2 .title a:hover {
	color: #dc64ff;
}

.fancy-icon-boxes-v2 .fancy-icon-box.color-2::before, .fancy-icon-boxes-v2 .fancy-icon-box.color-2::after {
	background-color: #dc64ff;
}

.fancy-icon-boxes-v2 .fancy-icon-box.color-3 .box-icon,
.fancy-icon-boxes-v2 .fancy-icon-box.color-3 .title a:hover {
	color: #2f84fb;
}

.fancy-icon-boxes-v2 .fancy-icon-box.color-3::before, .fancy-icon-boxes-v2 .fancy-icon-box.color-3::after {
	background-color: #2f84fb;
}

.fancy-icon-boxes-v2 .fancy-icon-box.color-4 .box-icon,
.fancy-icon-boxes-v2 .fancy-icon-box.color-4 .title a:hover {
	color: #ff6c02;
}

.fancy-icon-boxes-v2 .fancy-icon-box.color-4::before, .fancy-icon-boxes-v2 .fancy-icon-box.color-4::after {
	background-color: #ff6c02;
}

/*======= Preview Gallery v1 =======*/
.preview-galley-v1 {
	position: relative;
	height: 645px;
}

.preview-galley-v1 img {
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 30px 0px rgba(185, 182, 235, 0.4);
	box-shadow: 0 10px 30px 0px rgba(185, 182, 235, 0.4);
	position: relative;
	z-index: 1;
}

.preview-galley-v1 img.preview-image-2 {
	position: absolute;
	left: 26%;
	z-index: 2;
	top: 75px;
}

.preview-galley-v1 img.preview-image-3 {
	position: absolute;
	right: 80px;
	z-index: 3;
	top: 25px;
}

.preview-galley-v1 img.preview-image-4 {
	position: absolute;
	left: 30px;
	z-index: 1;
	bottom: 0;
}

.preview-galley-v1 img.preview-image-5 {
	position: absolute;
	right: 20%;
	z-index: 4;
	bottom: 78px;
}

.preview-galley-v1 img.preview-image-6 {
	position: absolute;
	right: 65px;
	bottom: 40%;
	z-index: 1;
}

/*======= Preview Gallery v2 =======*/
.preview-galley-v2 {
	position: relative;
	z-index: 1;
	padding: 80px 70px 80px 0;
}

.preview-galley-v2::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 75%;
	height: 100%;
	background-color: #f2f1fe;
	background-image: url(/skin/picture/qywzjs/preview-2-line.png);
	z-index: -1;
}

.preview-galley-v2 img {
	border-radius: 10px;
	vertical-align: top;
}

.preview-galley-v2 .image-1,
.preview-galley-v2 .image-2 {
	margin-bottom: 30px;
}

.preview-galley-v2 .image-1 img,
.preview-galley-v2 .image-2 img {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(184, 179, 252, 0.49);
	box-shadow: 0px 10px 30px 0px rgba(184, 179, 252, 0.49);
}

.preview-galley-v2 .image-4 img {
	margin-top: -80px;
}

/*======= Preview Gallery v3 =======*/
.preview-galley-v3 {
	position: relative;
	z-index: 1;
	text-align: center;
}

.preview-galley-v3::after {
	position: absolute;
	content: "";
	background-image: url(/skin/picture/qywzjs/preview-two-line.png);
	background-repeat: no-repeat;
	background-size: 90% 100%;
	top: -95px;
	right: 0px;
	height: 150%;
	width: 100%;
	z-index: -1;
}

.preview-galley-v3 img.preview-image-2 {
	position: absolute;
	top: -60px;
	right: 70px;
	z-index: 1;
}

.preview-galley-v3 img.preview-image-3 {
	position: absolute;
	bottom: -40px;
	left: 30px;
	z-index: 1;
}

/*======= Preview Gallery v4 =======*/
.preview-galley-v4 {
	position: relative;
	z-index: 1;
	text-align: center;
	width: 600px;
	height: 470px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.preview-galley-v4 img {
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.preview-galley-v4 img.preview-image-2 {
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preview-galley-v4 img.preview-image-3 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(22, 22, 44, 0.18);
	box-shadow: 0px 10px 30px 0px rgba(22, 22, 44, 0.18);
}

.preview-galley-v4 img.preview-image-4 {
	position: absolute;
	position: absolute;
	right: 0;
	bottom: 40px;
	z-index: 1;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(22, 22, 44, 0.18);
	box-shadow: 0px 10px 30px 0px rgba(22, 22, 44, 0.18);
}

.preview-galley-v4::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 130%;
	height: 180%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -2;
	background-image: url(/skin/picture/qywzjs/oval-gradient-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

/*======= Preview Gallery v5 =======*/
.preview-galley-v5 {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.preview-galley-v5 .preview-image-one img {
	border-radius: 18px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(193, 193, 193, 0.18);
	box-shadow: 0px 10px 30px 0px rgba(193, 193, 193, 0.18);
}

.preview-galley-v5 .preview-image-two {
	margin-left: -100px;
}

.preview-galley-v5 .preview-image-two img {
	border-radius: 20px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(173, 173, 173, 0.24);
	box-shadow: 0px 10px 30px 0px rgba(173, 173, 173, 0.24);
}

.preview-galley-v5::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150%;
	height: 125%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	background-image: url(/skin/picture/qywzjs/oval-gradient-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

/*======= Preview Gallery v6 =======*/
.preview-galley-v6 {
	position: relative;
	z-index: 1;
	min-height: 435px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.preview-galley-v6 .preview-image-bottom,
.preview-galley-v6 .preview-image-top {
	position: absolute;
	z-index: 2;
}

.preview-galley-v6 .preview-image-bottom img,
.preview-galley-v6 .preview-image-top img {
	border-radius: 20px;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.15);
	box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.15);
}

.preview-galley-v6 .preview-image-top {
	top: 0;
	right: 0;
}

.preview-galley-v6 .preview-image-bottom {
	bottom: 0;
	left: 0;
}

/*======= Preview Gallery v7 =======*/
.preview-galley-v7 {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 50px 60px 60px;
}

.preview-galley-v7 .main-img img {
	border-radius: 7px;
	width: 100%;
}

.preview-galley-v7 .preview-image-top,
.preview-galley-v7 .preview-image-bottom {
	position: absolute;
	z-index: 2;
}

.preview-galley-v7 .preview-image-top {
	right: 0;
	top: 0;
}

.preview-galley-v7 .preview-image-bottom {
	left: 0;
	bottom: 0;
}

.preview-galley-v7 .preview-image-bottom img {
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.15);
	box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.15);
}

/*======= Preview Gallery v8 =======*/
.preview-galley-v8 {
	position: relative;
	z-index: -5;
	width: 100%;
	min-height: 550px;
}

.preview-galley-v8 img {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.1);
	box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.1);
	/* border-radius: 30px; */
}
.zjpreview-galley-v8 img{
	-webkit-box-shadow: 0px 0px 0px 0px rgba(71, 59, 240, 0.1);
	box-shadow: 0px 0px 0px 0px rgba(71, 59, 240, 0.1);
}

.preview-galley-v8 img.preview-three {
	position: absolute;
	left: 15%;
	bottom: 20px;
}

.preview-galley-v8 img.preview-two {
	/* position: absolute;
	left: 45px; */
	/* top: 40px; */
}

/*======= Preview Gallery v9 =======*/
.preview-galley-v9 {
	position: relative;
	z-index: 1;
	text-align: center;
	/* max-width: 430px; */
	margin: auto;
}

.preview-galley-v9 .image-two {
	position: absolute;
	left: 0;
	top: 30%;
	z-index: 2;
}

.preview-galley-v9::before, .preview-galley-v9::after {
	content: "";
	position: absolute;
	height: 300px;
	width: 150px;
	z-index: -1;
	background-color: #1d1e22;
}

.preview-galley-v9::before {
	left: 0;
	top: -40px;
	border-top-left-radius: 300px;
	border-bottom-left-radius: 300px;
}

.preview-galley-v9::after {
	bottom: -40px;
	right: 0;
	border-top-right-radius: 300px;
	border-bottom-right-radius: 300px;
}

.preview-galley-v9 .icons img {
	position: absolute;
	z-index: 1;
}

.preview-galley-v9 .icons .icon-one {
	right: 35px;
	top: 0;
}

.preview-galley-v9 .icons .icon-two {
	right: 20px;
	bottom: 15px;
}

.preview-galley-v9 .icons .icon-three {
	left: 10px;
	bottom: 100px;
}

/*======= Preview Image v1 =======*/
.preview-image-v1 {
	position: relative;
	z-index: 1;
}

.preview-image-v1::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	background-image: url(/skin/picture/qywzjs/oval-gradient.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

/*======= Preview Image v2 =======*/
.preview-image-v2 {
	position: relative;
	z-index: 1;
}

.preview-image-v2:after {
	position: absolute;
	content: "";
	height: 275px;
	width: 275px;
	background-color: var(--color-white);
	top: -75px;
	right: -100px;
	z-index: -1;
	border-radius: 50%;
}

.preview-image-v2 img {
	border-radius: 35px;
	-webkit-box-shadow: 0 10px 80px rgba(54, 35, 75, 0.27);
	box-shadow: 0 10px 80px rgba(54, 35, 75, 0.27);
}

/*======= Preview Image v3 =======*/
.preview-image-v3 {
	position: relative;
	z-index: 1;
}

.preview-image-v3::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 140%;
	height: 120%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	background-image: url(/skin/picture/qywzjs/oval-gradient-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

/*======= Preview Image v4 =======*/
.preview-image-v4 {
	padding-right: 80px;
}

.preview-image-v4 img {
	border-radius: 20px;
}

.preview-image-v4 .image-two {
	margin-top: -170px;
	margin-right: -80px;
	position: relative;
	z-index: 2;
	text-align: right;
}

/*======= Preview Image v5 =======*/
.preview-image-v5 {
	position: relative;
	z-index: 1;
}

.preview-image-v5 img {
	border-radius: 260px;
	width: 100%;
}

.preview-image-v5::before, .preview-image-v5::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 260px;
}

.preview-image-v5::after {
	background-color: var(--color-primary-5);
	bottom: -10px;
	right: -10px;
}

.preview-image-v5::before {
	left: -10px;
	top: -20px;
	border: 3px solid var(--color-soft-grey);
	background-color: transparent;
}

/*======= Preview Square oval Image =======*/
.preview-square-oval-image {
	position: relative;
	padding-right: 107.5px;
	z-index: 1;
}

.preview-square-oval-image .square-image {
	position: relative;
	overflow: hidden;
}

.preview-square-oval-image .square-image::before {
	position: absolute;
	top: 0;
	left: -100%;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(25deg);
	transform: skewX(25deg);
	z-index: 2;
}

.preview-square-oval-image .oval-image {
	position: absolute;
	right: 0;
	bottom: 80px;
	width: 215px;
	height: 215px;
	border-radius: 50%;
	z-index: 3;
	-webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.3);
	box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.3);
	overflow: hidden;
}

.preview-square-oval-image .oval-image img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border: 10px solid var(--color-white);
}

.preview-square-oval-image .oval-image::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	content: "";
	width: 0px;
	height: 0px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
}

.preview-square-oval-image.with-counter-box {
	padding-left: 40px;
}

.preview-square-oval-image .counter-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.3);
	box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.3);
	border-radius: 12px;
	position: absolute;
	top: 65px;
	left: -30px;
	z-index: 5;
	background-color: var(--color-white);
	padding: 15px 30px;
}

.preview-square-oval-image .counter-item .count-icon {
	margin-right: 15px;
	background-color: var(--color-primary);
	height: 50px;
	width: 50px;
	font-size: 20px;
	border-radius: 50%;
	color: var(--color-white);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.preview-square-oval-image .counter-item .count-details {
	line-height: 1;
}

.preview-square-oval-image .counter-item .count-details .counter {
	font-size: 24px;
	font-weight: 500;
	font-family: var(--font-cs-bold);
	font-line-height: 1;
	color: var(--color-heading);
	margin-bottom: 8px;
}

.preview-square-oval-image .counter-item .count-details p {
	font-size: 17px;
	font-weight: 500;
	font-family: var(--font-cs-medium);
}

/*======= Preview Blob Image =======*/
.preview-blob-image.with-floating-icon {
	position: relative;
	z-index: 1;
}

.preview-blob-image.with-floating-icon .floating-icons img {
	position: absolute;
	max-width: 50px;
	z-index: -1;
}

.preview-blob-image.with-floating-icon .floating-icons .icon-1 {
	left: 8%;
	top: 5%;
}

.preview-blob-image.with-floating-icon .floating-icons .icon-2 {
	right: 10%;
	top: 17%;
}

.preview-blob-image.with-floating-icon .floating-icons .icon-3 {
	left: 25%;
	bottom: -5%;
}

/*======= Preview Image showcase =======*/
.preview-image-showcase {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.preview-image-showcase .images-left,
.preview-image-showcase .images-right {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.preview-image-showcase .images-left {
	margin-top: 60px;
}

.preview-image-showcase img {
	border-radius: 12px;
	margin-bottom: 30px;
}

/*======= Preview Image v6 =======*/
.preview-image-v6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.preview-image-v6 .image-one {
	max-width: 35%;
	width: 35%;
	text-align: left;
	padding: 70px 30px 0px 0px;
}

.preview-image-v6 .image-two {
	max-width: 65%;
	width: 65%;
	text-align: right;
}

.preview-image-v6 .video-wrap {
	width: 35%;
	max-width: 35%;
	margin: -85px -60px 0px 55px;
	padding: 50px 0px 50px 0px;
	border: 7px solid var(--color-white);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.preview-image-v6 .video-wrap .popup-video {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: var(--color-primary-7);
	font-size: 12px;
	color: var(--color-white);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*======= Counter Items v1  =======*/
.counter-items-v1 .counter-item .icon {
	font-size: 30px;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	color: var(--color-white);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.07);
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.counter-items-v1 .counter-item .icon::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
	background-color: var(--color-white);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.counter-items-v1 .counter-item .counter-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 42px;
	line-height: 1;
	color: var(--color-white);
}

.counter-items-v1 .counter-item .title {
	color: var(--color-white);
	margin-top: 15px;
	line-height: 1.4;
}

.counter-items-v1 .counter-item:hover .icon {
	color: var(--color-primary);
}

.counter-items-v1 .counter-item:hover .icon::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*======= Counter Items v2  =======*/
.counter-items-v2 .counter-item .counter-wrap {
	position: relative;
	z-index: 1;
	display: inline-block;
}

.counter-items-v2 .counter-item .counter {
	font-size: 85px;
	line-height: 0.8;
	color: var(--color-heading);
}

.counter-items-v2 .counter-item .suffix {
	font-size: 20px;
	top: -10px;
	position: absolute;
	right: -25px;
	line-height: 0.9;
	color: var(--color-secondary);
}

.counter-items-v2 .counter-item .title {
	padding-top: 10px;
	font-size: 18px;
	line-height: 1.4;
	font-family: var(--font-cs-medium);
	font-weight: 500;
}

.counter-items-v2 .counter-item.counter-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.counter-items-v2 .counter-item.counter-left .counter-wrap {
	min-width: 95px;
}

.counter-items-v2 .counter-item.counter-left .title {
	padding-top: 0;
	padding-left: 25px;
}

.counter-items-v2 .counter-item.white-color .title,
.counter-items-v2 .counter-item.white-color .counter,
.counter-items-v2 .counter-item.white-color .suffix {
	color: var(--color-white);
}

/*======= Fancy Check List v1   =======*/
.fancy-check-list-v1 li {
	padding: 35px 35px 35px 80px;
	position: relative;
	z-index: 1;
}

.fancy-check-list-v1 li:first-child {
	background-color: var(--color-white);
	border-radius: 15px;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.3);
	box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.3);
}

.fancy-check-list-v1 li:not(:last-child) {
	margin-bottom: 5px;
}

.fancy-check-list-v1 li::before {
	position: absolute;
	z-index: -1;
	left: 30px;
	top: 35px;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #2c5cf5;
	color: var(--color-white);
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 15px;
}

.fancy-check-list-v1 li .title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

/*======= Fancy Check List v2   =======*/
.fancy-check-list-v2 li {
	color: var(--color-heading);
	font-size: 20px;
	font-family: var(--font-cs-bold);
	/* font-weight: 600; */
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fancy-check-list-v2 li .list-inner {
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.28);
	box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.28);
	padding: 20px 35px 20px 85px;
	border-radius: 10px;
	background-color: var(--color-white);
}

.fancy-check-list-v2 li .list-inner::before {
	position: absolute;
	z-index: -1;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--color-primary);
	color: var(--color-white);
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 15px;
}

.fancy-check-list-v2 li:not(:last-child) {
	margin-bottom: 15px;
}


.fancy-check-list-v2.color-heading-3 li {
	color: #282828;
}

.fancy-check-list-v2.color-heading-3 li .list-inner::before {
	background-color: var(--color-secondary);
}

/*======= Testimonials v1  =======*/
.testimonial-slider-v1 .testimonial-item {
	text-align: center;
}

.testimonial-slider-v1 .testimonial-item .quote-icon {
	color: var(--color-primary);
	font-size: 90px;
	line-height: 0.5;
	margin-bottom: 20px;
}

.testimonial-slider-v1 .testimonial-item p {
	font-size: 20px;
	color: var(--color-heading);
	font-family: var(--font-cs-medium);
	line-height: 1.7;
}

.testimonial-slider-v1 .testimonial-item .author-info {
	margin-top: 25px;
}

.testimonial-slider-v1 .testimonial-item .author-info img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.testimonial-slider-v1 .testimonial-item .author-info .name {
	font-size: 18px;
	color: var(--color-heading);
	margin-top: 20px;
}

.testimonial-slider-v1 .testimonial-item .author-info .title {
	display: block;
	font-size: 15px;
	line-height: 1;
	font-family: var(--font-cs-medium);
	font-weight: 500;
	margin-top: 8px;
	color: var(--color-body);
}

.testimonial-slider-v1.testimonial-slider-extra-gap {
	margin-left: -40px;
	margin-right: -40px;
}

.testimonial-slider-v1.testimonial-slider-extra-gap .col,
.testimonial-slider-v1.testimonial-slider-extra-gap [class*="col-"] {
	padding-left: 40px;
	padding-right: 40px;
}

/*======= Testimonials v1 Boxed =======*/
.testimonial-slider-v1.testimonial-v1-boxed .testimonial-item {
	background-color: var(--color-white);
	border-radius: 12px;
	padding: 45px 45px 50px 45px;
	-webkit-box-shadow: -5px -5px 0 0 var(--color-secondary);
	box-shadow: -5px -5px 0 0 var(--color-secondary);
}

.testimonial-slider-v1.testimonial-v1-boxed .testimonial-item .quote-icon {
	color: var(--color-secondary);
}

.testimonial-slider-v1.testimonial-v1-boxed .testimonial-item p {
	font-size: 18px;
	color: var(--color-heading-2);
}

.testimonial-slider-v1.testimonial-v1-boxed .testimonial-item .author-info .name {
	color: var(--color-heading-2);
}

.testimonial-slider-v1.testimonial-v1-boxed .testimonial-item .author-info .title {
	color: var(--color-body-2);
}

.testimonial-slider-v1.testimonial-v1-boxed .slick-dots li {
	background: #544466;
}

.testimonial-slider-v1.testimonial-v1-boxed .slick-dots li::after {
	border: 2px solid var(--color-secondary);
}

.testimonial-slider-v1.testimonial-v1-boxed .slick-dots li.slick-active {
	background-color: var(--color-secondary);
}

/*======= Testimonials v1 Fancy Boxed =======*/
.testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item {
	background-color: var(--color-white);
	padding: 60px 50px;
	position: relative;
	z-index: 1;
	margin: 45px;
	border-radius: 12px;
}

.testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: -30px;
	right: -30px;
	top: 95px;
	bottom: 95px;
	background-color: var(--color-white);
	border-radius: 12px;
}

.testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 12px;
	background-color: var(--color-white);
	-webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1);
	box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1);
}

.testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	color: var(--color-heading);
	border: 2px solid rgba(27, 32, 47, 0.1);
	background-color: var(--color-soft-grey);
	font-size: 15px;
	position: absolute;
	left: -60px;
	top: 50%;
	z-index: 1;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow.next-arrow {
	left: auto;
	right: -60px;
}

.testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow.next-arrow, .testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow:hover {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--color-white);
}

.testimonial-slider-v1.testimonial-v1-fancy-boxed.testimonial-extra-margin {
	margin-right: 75px;
	margin-left: 0;
}

/*======= Testimonials Slider v2  =======*/
.testimonial-slider-v2 .testimonial-item {
	border-radius: 12px;
	background-color: var(--color-white);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(71, 59, 240, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(71, 59, 240, 0.1);
	padding: 40px 80px 40px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 1.5;
	position: relative;
	margin: 15px;
}

.testimonial-slider-v2 .testimonial-item::before {
	content: "";
	position: absolute;
	left: -15px;
	top: -15px;
	bottom: 15px;
	right: 15px;
	border-radius: 12px;
	background-color: var(--color-primary-4);
	z-index: -1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
}

.testimonial-slider-v2 .testimonial-item .author-quote {
	margin-right: 30px;
	width: 80px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	position: relative;
}

.testimonial-slider-v2 .testimonial-item .author-quote img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.testimonial-slider-v2 .testimonial-item .author-quote i {
	font-size: 56px;
	color: var(--color-primary-4);
	position: absolute;
	left: 50%;
	bottom: -15px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 0.5;
}

.testimonial-slider-v2 .testimonial-item .author-name {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1;
}

.testimonial-slider-v2 .testimonial-item .author-position {
	display: block;
	margin-top: 10px;
	color: var(--color-primary-4);
	font-size: 15px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
}

.testimonial-slider-v2 .slick-dots {
	margin-top: 60px;
}

.testimonial-slider-v2 .slick-dots li {
	background-color: #d5e1fd;
}

.testimonial-slider-v2 .slick-dots li::after {
	border-color: var(--color-primary-4);
}

.testimonial-slider-v2 .slick-dots li.slick-active {
	background-color: var(--color-primary-4);
}

.testimonial-slider-v2 .slick-current .testimonial-item::before {
	opacity: 1;
	visibility: visible;
}

/*======= Testimonials Boxes v1  =======*/
.testimonial-boxes-v1 .testimonial-box {
	background-color: var(--color-white);
	text-align: left;
	padding: 45px;
	border-radius: 7px;
}

.testimonial-boxes-v1 .testimonial-box .author-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

.testimonial-boxes-v1 .testimonial-box .rating-review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.testimonial-boxes-v1 .testimonial-box .rating-review li {
	display: inline-block;
	color: #ff8a00;
	font-size: 15px;
	margin-right: 5px;
}

.testimonial-boxes-v1 .testimonial-box .author-brand {
	max-width: 120px;
}

.testimonial-boxes-v1 .testimonial-box .author-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	margin-top: 20px;
}

.testimonial-boxes-v1 .testimonial-box .author-info img {
	width: 55px;
	height: 55px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55px;
	flex: 0 0 55px;
	margin-right: 20px;
}

.testimonial-boxes-v1 .testimonial-box .author-info .name {
	font-size: 18px;
	line-height: 1;
}

.testimonial-boxes-v1 .testimonial-box .author-info .name .title {
	display: block;
	color: var(--color-body);
	font-size: 15px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 10px;
}

/*======= Testimonials Quote Bordered =======*/
.testimonial-slider-v1.quote-left-bordered .testimonial-item {
	padding: 40px 40px 40px 160px;
	text-align: left;
	border: 1px solid var(--color-offwhite);
	position: relative;
}

.testimonial-slider-v1.quote-left-bordered .testimonial-item .quote-icon {
	position: absolute;
	top: 45px;
	left: 40px;
	color: var(--color-primary-5);
}

.testimonial-slider-v1.quote-left-bordered .testimonial-item .author-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.testimonial-slider-v1.quote-left-bordered .testimonial-item .author-info img {
	margin: 0 20px 0 0;
	width: 70px;
	height: 70px;
}

.testimonial-slider-v1.quote-left-bordered .testimonial-item .name {
	margin-top: 0;
}

.testimonial-slider-v1.quote-left-bordered .slick-dots {
	margin-top: 60px;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}

.testimonial-slider-v1.quote-left-bordered .slick-dots li {
	background-color: var(--color-offwhite);
	margin: 0 10px;
}

.testimonial-slider-v1.quote-left-bordered .slick-dots li.slick-active {
	background: var(--color-primary-5);
}

.testimonial-slider-v1.quote-left-bordered .slick-dots li::after {
	border-color: var(--color-primary-5);
}

/*======= Testimonials Boxes v2  =======*/
.testimonial-boxes-v2 .testimonial-box {
	position: relative;
	padding: 35px 30px;
	font-size: 17px;
	line-height: 30px;
	border: 1px solid var(--color-dark-4);
	border-radius: 7px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.testimonial-boxes-v2 .testimonial-box:hover {
	border-color: var(--color-primary-6);
}

.testimonial-boxes-v2 .testimonial-box::before {
	position: absolute;
	top: 40px;
	right: 20px;
	width: 45px;
	height: 45px;
	background-color: #59b4f3;
	border-radius: 50%;
	content: "\f099";
	font-family: "Font Awesome 5 Brands";
	color: var(--color-white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.testimonial-boxes-v2 .testimonial-box .title {
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom: 15px;
}

.testimonial-boxes-v2 .testimonial-box .rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}

.testimonial-boxes-v2 .testimonial-box .rating li {
	margin-right: 8px;
	font-size: 13px;
	line-height: 1;
	color: var(--color-primary-6);
}

.testimonial-boxes-v2 .testimonial-box .author-name {
	margin-top: 25px;
	padding-left: 35px;
	display: block;
	line-height: 1;
	position: relative;
	font-size: 18px;
}

.testimonial-boxes-v2 .testimonial-box .author-name::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 2px;
	width: 20px;
	background-color: var(--color-primary-6);
}

.testimonial-dots-2 .slick-dots {
	margin-top: 70px;
}

.testimonial-dots-2 .slick-dots li {
	margin: 0 4px;
	height: 10px;
	width: 10px;
	background-color: var(--color-white);
	border-radius: 50%;
	line-height: 1;
	font-size: 0;
	opacity: 0.15;
}

.testimonial-dots-2 .slick-dots li::after {
	display: none;
}

.testimonial-dots-2 .slick-dots li.slick-active {
	background-color: var(--color-primary-6);
	opacity: 1;
}

.testimonial-dots-3 .slick-dots {
	margin-top: 50px;
}

.testimonial-dots-3 .slick-dots li {
	margin: 0 4px;
	height: 10px;
	width: 10px;
	background-color: var(--color-heading-5);
	border-radius: 50%;
	line-height: 1;
	font-size: 0;
	opacity: 0.2;
}

.testimonial-dots-3 .slick-dots li::after {
	display: none;
}

.testimonial-dots-3 .slick-dots li.slick-active {
	opacity: 1;
}

/*======= Pricing Table  =======*/
.pricing-table {
	padding: 50px 9px;
	border: 2px solid #e5ecfc;
	border-radius: 12px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #fff;
}

.pricing-table:hover {
	border-color: var(--color-primary);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(215, 212, 255, 0.7);
	box-shadow: 0px 10px 60px 0px rgba(215, 212, 255, 0.7);
}

.pricing-table .plan-name {
	font-size: 17px;
	line-height: 1;
	color: var(--color-white);
	background-color: var(--color-primary);
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
}

.pricing-table .plan-icon {
	display: block;
	margin: auto;
	width: 130px;
}

.pricing-table .plan-title-area {
	position: relative;
	z-index: 1;
	margin-top: 40px;
}

.pricing-table .plan-title-area .plan-shape {
	position: absolute;
	right: 0;
	top: -20px;
	z-index: -1;
	width: 225px;
	height: 220px;
}

.pricing-table .plan-title-area .plan-shape .blob {
	fill: #edf2fd;
	fill-rule: evenodd;
	opacity: 0.7;
}

.pricing-table .plan-cost {
	margin-bottom: 35px;
	line-height: 1;
	letter-spacing: -1px;
}

.pricing-table .plan-cost .currency {
	color: var(--color-primary);
	font-size: 24px;
	top: -25px;
	position: relative;
}

.pricing-table .plan-cost .price {
	    font-size: 25px;
	    line-height: 1;
	    color: var(--color-heading);
	    font-size: 26px;
	    color: #ff1e1e;
	    display: block;
	    margin-bottom: 20px;
	    text-align: center;
	    font-weight: 600;
	    text-shadow: 4px 7px 6px #a5a5a5;
	}

.pricing-table .plan-cost .plan-type {
	color: #606060;
	font-size: 17px;
	margin-left: 5px;
}

.pricing-table .plan-feature li {
	color: #666;
	    font-size: 16px;
	    position: relative;
	    line-height: 1.5;
	    letter-spacing: 0.4px;
}

.pricing-table .plan-feature li:not(:last-child) {
	margin-bottom: 10px;
}

.pricing-table .plan-feature li:after {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\f058";
	font-family: "Font Awesome 5 Pro";
	font-size: 15px;
	font-weight: 900;
	color: var(--color-primary);
}

.pricing-table .plan-feature li.disabled-feature:after {
	color: #b2c5f7;
}

.pricing-table .template-btn {
	margin-top: 36px;
}

.pricing-table.pricing-secondary-1:hover {
	border-color: var(--color-secondary);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.18);
	box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.18);
}

.pricing-table.pricing-secondary-1 .plan-name {
	background: linear-gradient(145deg, #ff4e00 0%, #ff7200 59%, #fe9500 100%);
	-webkit-box-shadow: 0px 7px 25px 0px rgba(255, 78, 0, 0.4);
	box-shadow: 0px 7px 25px 0px rgba(255, 78, 0, 0.4);
}

.pricing-table.pricing-secondary-1 .plan-cost .currency {
	color: var(--color-secondary);
}

.pricing-table.pricing-secondary-1 .plan-feature li:not(.disabled-feature)::after {
	color: var(--color-secondary);
}

.pricing-table.pricing-secondary-1 .template-btn {
	background-color: var(--color-secondary);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.36);
	border-color: var(--color-secondary);
}

.pricing-table.pricing-secondary-1 .template-btn:hover {
	background-color: var(--color-heading);
	border-color: var(--color-heading);
}

/*======= Pricing Table Two =======*/
.pricing-table-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 50px;
	background-color: var(--color-white);
	padding: 45px;
	border: 2px solid #e5ecfc;
	border-radius: 12px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.pricing-table-two:hover {
	border-color: transparent;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(206, 189, 224, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(206, 189, 224, 0.36);
}

.pricing-table-two .left-content,
.pricing-table-two .right-content {
	width: 50%;
}

.pricing-table-two .plan-name {
	font-size: 17px;
	line-height: 1;
	color: var(--color-white);
	background-color: var(--color-secondary);
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px;
	margin-bottom: 35px;
	-webkit-box-shadow: 0px 7px 25px 0px rgba(255, 78, 0, 0.4);
	box-shadow: 0px 7px 25px 0px rgba(255, 78, 0, 0.4);
}

.pricing-table-two .plan-cost {
	line-height: 1;
	letter-spacing: -1px;
}

.pricing-table-two .plan-cost .currency {
	color: var(--color-secondary);
	font-size: 24px;
	top: -25px;
	position: relative;
}

.pricing-table-two .plan-cost .price {
	font-size: 65px;
	line-height: 1;
	color: #282828;
}

.pricing-table-two .plan-cost .plan-type {
	color: var(--color-body-2);
	font-size: 17px;
	margin-left: 5px;
}

.pricing-table-two .plan-feature li {
	color: var(--color-body-2);
	font-size: 17px;
	position: relative;
	line-height: 1.5;
}

.pricing-table-two .plan-feature li:not(:last-child) {
	margin-bottom: 10px;
}

.pricing-table-two .plan-feature li:after {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\f058";
	font-family: "Font Awesome 5 Pro";
	font-size: 15px;
	font-weight: 900;
	color: var(--color-secondary);
}

.pricing-table-two .plan-feature li.disabled-feature:after {
	color: #b2c5f7;
}

.pricing-table-two .template-btn {
	margin-top: 30px;
}

/*======= Pricing Table Three =======*/
.pricing-table-three {
	padding: 60px 55px;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: 2px solid var(--color-dark-4);
	border-radius: 7px;
}

.pricing-table-three .plan-name {
	font-size: 15px;
	letter-spacing: 4px;
	color: var(--color-primary-6);
	text-transform: uppercase;
	margin-bottom: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.pricing-table-three .price {
	font-size: 65px;
	line-height: 1;
	color: var(--color-white);
	letter-spacing: -2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 15px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.pricing-table-three .price .currency {
	font-size: 24px;
	margin-right: 10px;
	position: relative;
	top: 10px;
}

.pricing-table-three .plan-subtitle {
	color: #abb0bf;
	margin-bottom: 35px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	line-height: 1.5;
	font-size: 17px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
}

.pricing-table-three .plan-feature li {
	font-size: 17px;
	line-height: 1.5;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: var(--color-white);
}

.pricing-table-three .plan-feature li i {
	color: var(--color-primary-6);
	font-size: 15px;
	margin-right: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.pricing-table-three .plan-feature li:not(:last-child) {
	margin-bottom: 15px;
}

.pricing-table-three .plan-feature li.hidden-feature i, .pricing-table-three .plan-feature li.hidden-feature {
	color: var(--color-body-4);
}

.pricing-table-three .pricing-btn {
	margin-top: 35px;
	background-color: var(--color-dark-4);
	color: var(--color-body-4);
	line-height: 1.4;
	padding: 15px 45px;
	border-radius: 30px;
	font-size: 15px;
	font-family: var(--font-cs-bold);
	font-weight: 700;
}

.pricing-table-three .pricing-btn i {
	margin-left: 5px;
}

.pricing-table-three .plan-tag {
	font-size: 13px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	background-color: var(--color-primary-6);
	color: var(--color-white);
	text-transform: uppercase;
	line-height: 1;
	border-radius: 30px;
	padding: 8px 15px;
}

.pricing-table-three:hover, .pricing-table-three.featured-plan {
	background-color: #1d1e22;
	border-color: #1d1e22;
}

.pricing-table-three:hover .pricing-btn,
.pricing-table-three.featured-plan .pricing-btn {
	color: var(--color-white);
	background-color: var(--color-primary-6);
}

.pricing-table-three.style-two,
.pricing-table-three.style-two .pricing-btn {
	border-radius: 0;
}

.pricing-table-three.style-two .plan-name,
.pricing-table-three.style-two .plan-tag {
	color: var(--color-primary-7);
}

.pricing-table-three.style-two .plan-tag {
	background-color: var(--color-white);
}

.pricing-table-three.style-two .plan-feature li:not(.hidden-feature) i {
	color: var(--color-white);
}

.pricing-table-three.style-two:hover .pricing-btn,
.pricing-table-three.style-two.featured-plan .pricing-btn {
	color: var(--color-primary-7);
	background-color: var(--color-white);
}

.pricing-table-three.style-two::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(/skin/picture/qywzjs/pricing-shape.png);
	background-repeat: no-repeat;
	background-position: left top;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
}

.pricing-table-three.style-two:hover, .pricing-table-three.style-two.featured-plan {
	background-color: var(--color-primary-7);
	border-color: var(--color-primary-7);
}

.pricing-table-three.style-two:hover .plan-subtitle,
.pricing-table-three.style-two:hover .plan-name, .pricing-table-three.style-two.featured-plan .plan-subtitle,
.pricing-table-three.style-two.featured-plan .plan-name {
	color: var(--color-white);
}

.pricing-table-three.style-two:hover .plan-feature li.hidden-feature, .pricing-table-three.style-two.featured-plan .plan-feature li.hidden-feature {
	color: var(--color-white);
	opacity: 0.4;
}

.pricing-table-three.style-two:hover::before, .pricing-table-three.style-two.featured-plan::before {
	visibility: visible;
	opacity: 0.07;
}

/*======= Team Member =======*/
.team-members .member-box {
	position: relative;
	z-index: 1;
}

.team-members .member-box::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-primary);
	border-radius: 7px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	transform-origin: top;
	border-radius: 6px;
	z-index: 2;
	opacity: 0;
}

.team-members .member-box .member-photo img {
	width: 100%;
	border-radius: 7px;
}

.team-members .member-box .member-info {
	background-color: var(--color-white);
	border-radius: 7px;
	padding: 25px 15px;
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	z-index: 3;
	left: 20px;
	right: 20px;
	bottom: -10px;
	opacity: 0;
	visibility: hidden;
}

.team-members .member-box .member-info .name {
	font-size: 20px;
	margin-bottom: 8px;
	line-height: 1.2;
}

.team-members .member-box .member-info .title {
	color: var(--color-secondary);
	font-size: 15px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
	line-height: 1.3;
}

.team-members .member-box .member-info .social-links {
	margin-top: 15px;
}

.team-members .member-box .member-info .social-links li {
	display: inline-block;
	margin: 0 2px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transform-origin: left;
	transform-origin: left;
	position: relative;
	left: 3px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.team-members .member-box .member-info .social-links li a {
	display: block;
	background-color: #e5eeff;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	color: var(--color-primary);
	border-radius: 50%;
	font-size: 13px;
}

.team-members .member-box .member-info .social-links li.facebook a {
	background-color: #0040e5;
	color: #fff;
}

.team-members .member-box .member-info .social-links li.twitter a {
	background-color: #ddeffb;
	color: #55aded;
}

.team-members .member-box .member-info .social-links li.youtube a {
	background-color: #ffe5e5;
	color: #ff0303;
}

.team-members .member-box .member-info .social-links li.behance a {
	background-color: #e5eeff;
	color: #0057ff;
}

.team-members .member-box:hover::before {
	opacity: 0.6;
	-webkit-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.team-members .member-box:hover .member-info {
	opacity: 1;
	visibility: visible;
	bottom: 20px;
}

.team-members .member-box:hover .member-info .social-links li {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.team-members .member-box:hover .member-info .social-links li:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.team-members .member-box:hover .member-info .social-links li:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.team-members .member-box:hover .member-info .social-links li:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.team-members.team-masonry {
	margin-top: -175px;
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.team-members.team-masonry .masonry-item {
	max-width: 33.333%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	padding-left: 15px;
	padding-right: 15px;
}

.team-members.team-masonry .masonry-item:nth-child(1) {
	margin-top: 240px;
}

.team-members.team-masonry .masonry-item:nth-child(3) {
	margin-top: 90px;
}

.team-members.team-masonry .masonry-item:nth-child(4) {
	margin-top: -210px;
	margin-left: 33.333333%;
}

.team-members.team-masonry .masonry-item:nth-child(5) {
	margin-top: -60px;
}

.team-members-two .member-box {
	position: relative;
	padding-bottom: 50px;
}

.team-members-two .member-box .member-photo img {
	width: 100%;
}

.team-members-two .member-box .member-info {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	background-color: var(--color-white);
	border-top: 5px solid var(--color-primary-7);
	padding: 20px 15px 25px;
	text-align: center;
	line-height: 1;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 2, 0.1);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 2, 0.1);
}

.team-members-two .member-box .member-info h4 {
	font-size: 22px;
	margin-bottom: 10px;
}

/*======= Seo Score Box =======*/
.seo-score-box {
	position: relative;
	z-index: 2;
	border-radius: 12px;
	background: linear-gradient(110deg, #0040e5 0%, #028ceb 59%, #04d7f1 100%);
	padding: 80px 0;
	text-align: center;
}

.seo-score-box .score-box-title {
	font-size: 50px;
	line-height: 1.2;
	color: var(--color-white);
	margin-bottom: 15px;
}

.seo-score-box p {
	color: var(--color-white);
	font-size: 18px;
}

.seo-score-box .score-box-form {
	margin-top: 35px;
}

.seo-score-box .form-group {
	position: relative;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.seo-score-box .form-group:after {
	position: absolute;
	content: "";
	height: 40px;
	width: 3px;
	background-color: #e5ecfc;
	left: 45%;
}

.seo-score-box .form-group input {
	height: 80px;
	padding: 0 20px;
	border: 0;
	font-size: 18px;
	color: var(--color-heading-2);
}

.seo-score-box .form-group input:first-of-type {
	border-radius: 50px 0 0 50px;
	padding-left: 45px;
	width: 45%;
}

.seo-score-box .form-group input:last-of-type {
	border-radius: 0 50px 50px 0;
	padding-right: 213px;
	width: 55%;
	padding-left: 25px;
}

.seo-score-box .form-group button {
	position: absolute;
	right: 15px;
}

.seo-score-box .seo-images {
	position: absolute;
	height: 80%;
	width: 100%;
	bottom: 0;
	background-image: url("/skin/picture/qywzjs/announcement.png"), url("/skin/picture/qywzjs/launch-rocket.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 20px 0px, bottom right;
	z-index: -1;
}

.seo-score-box.particle-image-two {
	background: var(--color-primary);
}

.seo-score-box.particle-image-two .seo-images {
	height: 100%;
	background-image: url("/skin/picture/qywzjs/announcement.png"), url("/skin/picture/qywzjs/seo-lines.png");
	background-position: 2% 100%, top right;
	background-size: inherit;
}

/*======= Accordion v1 =======*/
.landio-accordion-v1 .accordion-item:not(:last-child) {
	margin-bottom: 15px;
}

.landio-accordion-v1 .accordion-item .accordion-header .accordion-button {
	padding: 20px 30px;
	width: 100%;
	text-align: left;
	background-color: var(--color-white);
	font-family: var(--font-cs-bold);
	font-size: 26px;
	line-height: 1.2;
	border-radius: 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: var(--color-heading-2);
}

.landio-accordion-v1 .accordion-item .accordion-header .accordion-button::after {
	font-family: "Font Awesome 5 Pro";
	background-image: none;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	content: "\f105";
	margin-left: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 16px;
	margin-top: 2px;
	color: var(--color-heading-2);
	font-weight: 600;
}

.landio-accordion-v1 .accordion-item .accordion-body {
	background-color: var(--color-white);
	padding: 0 30px 25px;
	border-radius: 0 0 30px 30px;
}

.landio-accordion-v1 .accordion-item .accordion-button[aria-expanded="true"] {
	border-radius: 30px 30px 0 0;
}

.landio-accordion-v1 .accordion-item .accordion-button[aria-expanded="true"]::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*======= Accordion v1 Bordered =======*/
.landio-accordion-v1.accordion-bordered .accordion-item {
	border: 2px solid #edf2fd;
	border-radius: 7px;
}

.landio-accordion-v1.accordion-bordered .accordion-item:not(:last-child) {
	margin-bottom: 15px;
}

.landio-accordion-v1.accordion-bordered .accordion-item .accordion-header .accordion-button {
	padding: 16px 30px;
	border-radius: 0;
	line-height: 1.4;
}

.landio-accordion-v1.accordion-bordered .accordion-item .accordion-header .accordion-button::after {
	content: "\f0a9";
	font-weight: 400;
}

.landio-accordion-v1.accordion-bordered .accordion-item .accordion-body {
	border-radius: 0;
}

.landio-accordion-v1.accordion-bordered .accordion-item .accordion-button[aria-expanded="true"]::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*======= Accordion v2 =======*/
.landio-accordion-v2 .accordion-item {
	background-color: var(--color-white);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 2, 0.06);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 2, 0.06);
	padding: 0px 35px;
}

.landio-accordion-v2 .accordion-item:not(:last-child) {
	margin-bottom: 15px;
}

.landio-accordion-v2 .accordion-item .accordion-header .accordion-button {
	padding: 16px 0;
	width: 100%;
	background-color: transparent;
	font-family: var(--font-cs-medium);
	font-size: 18px;
	line-height: 1.2;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: none;
	position: relative;
	color: var(--color-heading-5);
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.landio-accordion-v2 .accordion-item .accordion-header .accordion-button::before {
	content: "\f105";
	width: 30px;
	height: 30px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 15px;
	border-radius: 50%;
	font-family: "Font Awesome 5 Pro";
	font-size: 15px;
	font-weight: 600;
	color: var(--color-white);
	background-image: none;
	background-color: var(--color-primary-7);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.landio-accordion-v2 .accordion-item .accordion-body {
	padding: 0 0 25px 45px;
}

.landio-accordion-v2 .accordion-item .accordion-button[aria-expanded="true"]::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*======= Accordion Tab =======*/
.accordion-tab .nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 0;
	margin-bottom: 40px;
}

.accordion-tab .nav .nav-item {
	margin: 3px;
}

.accordion-tab .nav .nav-link {
	border: 0;
	border-radius: 5px;
	margin: 0;
	font-family: var(--font-cs-medium);
	font-size: 16px;
	line-height: 1.4;
	color: var(--color-heading-5);
	background-color: transparent;
	padding: 8px 16px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.accordion-tab .nav .nav-link.active, .accordion-tab .nav .nav-link:hover {
	background-color: var(--color-primary-7);
	color: var(--color-white);
}

/*======= Landio Vidoe v1  =======*/
.landio-video {
	position: relative;
	z-index: 3;
	height: 650px;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.landio-video .play-btn {
	z-index: 1;
	height: 80px;
	width: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--color-primary);
	color: var(--color-white);
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.landio-video .play-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1.4);
	transform: translate(-50%, -50%) scale(1.4);
	background-color: var(--color-primary);
	opacity: 0.15;
}

.landio-video .play-btn.color-heading-3, .landio-video .play-btn.color-heading-3::before {
	background-color: #282828;
}

.landio-video .play-btn.color-primary-7, .landio-video .play-btn.color-primary-7::before {
	background-color: var(--color-primary-7);
}

.landio-video::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #282828;
	z-index: -1;
	border-radius: 10px;
	opacity: 0.3;
}

/*======= Info Box =======*/
.info-boxes-wrapper {
	border-radius: 15px;
	background-color: #0146f6;
	-webkit-box-shadow: 0px 2px 14px 0px rgba(0, 64, 229, 0.59);
	box-shadow: 0px 2px 14px 0px rgba(0, 64, 229, 0.59);
	position: relative;
	z-index: 1;
	padding: 70px 105px;
	border-top: 4px solid #dce5fb;
}

.info-boxes-wrapper::after {
	position: absolute;
	content: "";
	width: 2px;
	background-color: #215ffb;
	top: 15%;
	bottom: 15%;
	right: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.info-boxes-wrapper .info-boxes {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 250px;
}

.info-boxes-wrapper .box-item {
	color: var(--color-white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-boxes-wrapper .box-item .box-icon {
	margin-right: 40px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	width: 80px;
	font-size: 80px;
	line-height: 0.5;
}

.info-boxes-wrapper .box-item .box-title {
	font-size: 24px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
	margin-bottom: 15px;
	color: var(--color-white);
}

/*======= Brand Items =======*/
.brand-items.brand-effect-one img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.4;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.brand-items.brand-effect-one img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.brand-items .brand-item {
	text-align: center;
}

.brand-items .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.brands-item-grid img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}

.brands-item-grid img:hover {
	-webkit-filter: brightness(1);
	filter: brightness(1);
}

.brand-sectioin-title {
	font-size: 30px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -1px;
}

.brand-sectioin-title span {
	color: var(--color-secondary);
}

.partner-logo img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.5;
}

.partner-logo a:hover img {
	opacity: 1;
}

/*======= Latest News v1 =======*/
.latest-news-v1 .latest-news-box {
	background: var(--color-white);
	padding: 20px 20px 35px 20px;
	border-radius: 10px;
}

.latest-news-v1 .latest-news-box .post-thumbnail {
	position: relative;
}

.latest-news-v1 .latest-news-box .post-thumbnail img {
	border-radius: 10px;
	width: 100%;
}

.latest-news-v1 .latest-news-box .post-tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 4px;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 2;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.latest-news-v1 .latest-news-box .post-tag a {
	display: block;
	background-color: var(--color-primary);
	color: var(--color-white);
	padding: 8px 15px;
	border-radius: 7px;
	line-height: 1;
	font-size: 15px;
	font-weight: 700;
	font-family: var(--font-cs-bold);
}

.latest-news-v1 .latest-news-box .post-content {
	padding: 35px 15px 0px 15px;
}

.latest-news-v1 .latest-news-box .post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
	line-height: 1;
}

.latest-news-v1 .latest-news-box .post-meta a {
	font-size: 15px;
	color: var(--color-body);
	line-height: 1;
	font-size: 15px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
}

.latest-news-v1 .latest-news-box .post-meta a i {
	margin-right: 8px;
}

.latest-news-v1 .latest-news-box .title {
	font-size: 22px;
	margin-bottom: 28px;
	line-height: 1.3;
}

.latest-news-v1 .latest-news-box .title a {
	color: var(--color-heading-2);
}

.latest-news-v1 .latest-news-box .read-more-btn {
	background-color: #e5ecfc;
	font-size: 15px;
	font-family: var(--font-cs-bold);
	font-weight: 700;
	color: var(--color-heading-2);
	border-radius: 30px;
	line-height: 1.4;
	padding: 15px 30px;
}

.latest-news-v1 .latest-news-box .read-more-btn i {
	margin-left: 8px;
}

.latest-news-v1 .latest-news-box:hover .read-more-btn {
	background-color: var(--color-heading);
	color: var(--color-white);
}

.latest-news-v1.color-secondary .latest-news-box .post-tag a {
	background-color: var(--color-secondary);
}

.latest-news-v1.color-secondary .latest-news-box:hover .read-more-btn {
	background-color: var(--color-heading-2);
	color: var(--color-white);
}

/*======= Latest News v2 =======*/
.latest-news-v2 .latest-news-box .post-thumbnail {
	overflow: hidden;
	border-radius: 7px;
}

.latest-news-v2 .latest-news-box .post-thumbnail img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.latest-news-v2 .latest-news-box .post-content {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(219, 219, 219, 0.41);
	box-shadow: 0px 10px 30px 0px rgba(219, 219, 219, 0.41);
	margin-left: 40px;
	padding: 20px 35px 25px;
	margin-top: -40px;
	position: relative;
	background-color: var(--color-white);
	z-index: 1;
	border-radius: 7px 0 7px 7px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.latest-news-v2 .latest-news-box .post-meta {
	margin-bottom: 15px;
}

.latest-news-v2 .latest-news-box .post-meta li a {
	color: #606060;
	line-height: 1;
	font-size: 15px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
}

.latest-news-v2 .latest-news-box .post-meta li a i {
	margin-right: 8px;
	color: var(--color-primary-3);
}

.latest-news-v2 .latest-news-box .title {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.4;
}

.latest-news-v2 .latest-news-box .title a:hover {
	color: var(--color-primary-3);
}

.latest-news-v2 .latest-news-box .post-author img {
	margin-right: 12px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.latest-news-v2 .latest-news-box .post-author a {
	color: #87888b;
	font-size: 18px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
}

.latest-news-v2 .latest-news-box:hover .post-thumbnail img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.latest-news-v2 .latest-news-box:hover .post-content {
	margin-left: 0;
	border-top-left-radius: 0;
}

/*======= Contact Boxes v1  =======*/
.contact-info-boxes-v1 .contact-info-box {
	background-color: var(--color-white);
	-webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1);
	box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1);
	padding: 40px 55px 45px 55px;
	border-radius: 7px;
	margin-bottom: 25px;
}

.contact-info-boxes-v1 .contact-info-box .title {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 25px;
}

.contact-info-boxes-v1 .contact-info-box .title span {
	color: var(--color-primary);
}

.contact-info-boxes-v1 .contact-info-box .template-btn {
	padding: 12px 30px;
}

/*======= Contact Boxes v2  =======*/
.contact-info-boxes-v2 .contact-info-box .info-body {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(234, 234, 234, 0.5);
	box-shadow: 0px 0px 30px 0px rgba(234, 234, 234, 0.5);
	padding: 80px 35px 35px 35px;
	margin-top: -45px;
	text-align: center;
	border-radius: 5px;
	line-height: 1.6;
	font-weight: 500;
	font-family: var(--font-cs-medium);
}

.contact-info-boxes-v2 .contact-info-box .title {
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.contact-info-boxes-v2 .contact-info-box,
.contact-info-boxes-v2 .contact-info-box a {
	color: var(--color-body);
}

.contact-info-boxes-v2 .contact-info-box .icon {
	height: 90px;
	width: 90px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 40px;
	line-height: 0.5;
	border-radius: 50px;
	background-color: var(--color-primary);
	color: var(--color-white);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
	position: relative;
	z-index: 2;
}

.contact-info-boxes-v2 .contact-info-box .icon.icon-gradient-1 {
	background-image: linear-gradient(135deg, #f33946 0%, #c81d9a 59%, #9c00ed 100%);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28);
	box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28);
}

.contact-info-boxes-v2 .contact-info-box .icon.icon-gradient-2 {
	background-image: linear-gradient(135deg, #4639f3 0%, #711df0 59%, #9c00ed 100%);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(84, 54, 240, 0.28);
	box-shadow: 0px 10px 60px 0px rgba(84, 54, 240, 0.28);
}

.contact-info-boxes-v2 .contact-info-box .icon.icon-gradient-3 {
	background-image: linear-gradient(135deg, #fdba1a 0%, #f55d64 59%, #ed00ad 100%);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28);
	box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28);
}

/*======= Contact Form v1  =======*/
.contact-form-v1 {
	padding: 58px 45px;
	border: 2px solid #efeff0;
	border-radius: 7px;
}

.contact-form-v1 .input-field .nice-select, .contact-form-v1 .input-field:not(:last-child) {
	margin-bottom: 15px;
}

.contact-form-v1 .nice-select,
.contact-form-v1 input,
.contact-form-v1 textarea {
	border-radius: 7px;
}

.contact-form-v1 textarea {
	height: 160px;
}

/*======= Contact Form v2  =======*/
.contact-form-v2 .input-field {
	position: relative;
	z-index: 1;
}

.contact-form-v2 label {
	font-size: 18px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
	line-height: 1;
	color: var(--color-heading);
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	margin: 0;
}

.contact-form-v2 .textarea-field label {
	display: none;
}

.contact-form-v2 input,
.contact-form-v2 textarea {
	border-radius: 7px;
	background-color: rgba(71, 59, 240, 0.07);
	height: 75px;
	border: 2px solid transparent;
	padding: 0 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.contact-form-v2 input:focus,
.contact-form-v2 textarea:focus {
	border-color: var(--color-primary);
	padding-left: 115px;
}

.contact-form-v2 input:focus + label,
.contact-form-v2 textarea:focus + label {
	opacity: 1;
	visibility: visible;
}

.contact-form-v2 textarea {
	padding-top: 25px;
	height: 255px;
}

.contact-form-v2 textarea:focus {
	padding-left: 30px;
}

.contact-map {
	width: 100%;
	height: 620px;
}

.contact-map iframe {
	width: 100%;
	height: 100%;
	border: none;
}

/*======= Progress Bar =======*/
.progress-bars .single-progress:not(:last-child) {
	margin-bottom: 35px;
}

.progress-bars .single-progress .progress-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 18px;
}

.progress-bars .single-progress .title,
.progress-bars .single-progress .percentage {
	color: var(--color-heading);
	font-size: 18px;
	font-family: var(--font-cs-bold);
	font-weight: 700;
	line-height: 1;
}

.progress-bars .single-progress .progress-line {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 3px;
	background-color: var(--color-white);
}

.progress-bars .single-progress .progress-line .line-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: var(--color-primary);
	-webkit-transition: linear 1s;
	transition: linear 1s;
}

.progress-bars .single-progress:nth-child(2) .progress-line .line-inner {
	background-color: var(--color-secondary);
}

.progress-bars .single-progress:nth-child(3) .progress-line .line-inner {
	background-color: #ff00fc;
}

.progress-bars .single-progress:nth-child(3) .progress-line .line-inner {
	background-color: #00b9ee;
}

/*======= Newsletter Form =======*/
.newsletter-form .input-field {
	position: relative;
}

.newsletter-form .input-field input {
	width: 100%;
	height: 95px;
	background-color: var(--color-white);
	border-radius: 45px;
	padding-left: 45px;
	padding-right: 250px;
	font-size: 17px;
	font-weight: 500;
}

.newsletter-form .input-field .template-btn {
	position: absolute;
	right: 15px;
	bottom: 15px;
	top: 15px;
}

.newsletter-form.form-two .input-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.newsletter-form.form-two .input-field input {
	border-radius: 7px;
	height: 65px;
	padding-left: 30px;
	padding-right: 0;
	width: calc(100% - 230px);
}

.newsletter-form.form-two .input-field .template-btn {
	position: unset;
}

.newsletter-form.form-two.have-form-radius input,
.newsletter-form.form-two.have-form-radius .template-btn {
	border-radius: 50px;
}

.newsletter-form-2 {
	position: relative;
	z-index: 1;
}

.newsletter-form-2 input {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(188, 183, 255, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(188, 183, 255, 0.36);
	border-radius: 30px;
	width: 100%;
	font-size: 17px;
	padding: 0 70px 0 30px;
	height: 65px;
	background-color: var(--color-white);
}

.newsletter-form-2 button {
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 10px;
	right: 10px;
	background-color: var(--color-primary);
	border: none;
	border-radius: 50%;
	color: var(--color-white);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.newsletter-form-2 button:hover {
	background-color: var(--color-heading);
}

/*======= Projects =======*/
.recent-projects .recent-project-item .project-thumbnail {
	overflow: hidden;
	border-radius: 7px 7px 0 0;
}

.recent-projects .recent-project-item .project-thumbnail img {
	width: 100%;
	border-radius: 7px 7px 0 0;
}

.recent-projects .recent-project-item .project-content {
	border: 2px solid rgba(51, 119, 255, 0.1);
	border-radius: 0 0 7px 7px;
	border-top: 0;
	padding: 40px 35px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: var(--color-white);
}

.recent-projects .recent-project-item .project-cat {
	color: var(--color-primary-4);
	margin-bottom: 15px;
	line-height: 1.3;
}

.recent-projects .recent-project-item .title {
	font-size: 22px;
	letter-spacing: -1px;
	line-height: 1.4;
}

.recent-projects .recent-project-item .read-more-btn {
	display: inline-block;
	padding: 15px 40px;
	font-size: 15px;
	font-family: var(--font-cs-bold);
	font-weight: 700;
	margin-top: 25px;
	background-color: var(--color-soft-grey);
	color: var(--color-heading);
	line-height: 1.4;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	vertical-align: middle;
	border-radius: 50px;
}

.recent-projects .recent-project-item .read-more-btn i {
	margin-left: 10px;
}

.recent-projects .recent-project-item .read-more-btn:hover {
	background-color: var(--color-primary-4);
}

.recent-projects .recent-project-item:hover .project-content {
	-webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1);
	box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1);
	border-color: transparent;
}

.recent-projects .recent-project-item:hover .read-more-btn {
	background-color: var(--color-primary-4);
	color: var(--color-white);
}

/*======= Video Call To Action =======*/
.video-cta .video-cta-text-block {
	background-color: var(--color-primary-4);
	padding: 60px 50px;
	text-align: center;
	color: var(--color-white);
	border-radius: 7px;
}

.video-cta .video-cta-text-block .title {
	font-size: 36px;
	color: var(--color-white);
	margin-bottom: 25px;
}

.video-cta .video-cta-text-block .template-btn {
	margin-top: 25px;
	padding: 14px 30px;
}

.video-cta .video-cta-text-block .template-btn:not(:hover) {
	border-color: var(--color-white);
}

.video-cta .landio-video {
	min-height: 350px;
	height: 100%;
	border-radius: 7px;
}

.video-cta .landio-video .play-btn {
	width: 75px;
	height: 75px;
	background-color: var(--color-primary-4);
}

.video-cta .landio-video .play-btn::before {
	background-color: var(--color-primary-4);
}

.video-cta .landio-video::after {
	background-color: var(--color-secondary-4);
	opacity: 0.5;
}

/*======= Service Tab  =======*/
.service-tab .service-tab-nav {
	margin-bottom: 66px;
}

.service-tab .service-tab-nav .nav-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: none;
	margin: -15px;
}

.service-tab .service-tab-nav .nav-tabs .nav-item {
	padding: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
}

.service-tab .service-tab-nav .nav-tabs .nav-link {
	margin: 0;
	border: none;
	line-height: 1.2;
	font-size: 18px;
	font-family: var(--font-cs-bold);
	font-weight: 700;
	color: var(--color-heading-4);
	letter-spacing: -0.5px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.1);
	box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.1);
	background-color: var(--color-white);
	padding: 20px 25px;
	display: block;
	text-align: center;
}

.service-tab .service-tab-nav .nav-tabs .nav-link i {
	margin-right: 10px;
}

.service-tab .service-tab-nav .nav-tabs .nav-link.active, .service-tab .service-tab-nav .nav-tabs .nav-link:hover {
	color: var(--color-white);
	background-color: var(--color-primary-5);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(85, 128, 255, 0.75);
	box-shadow: 0px 10px 30px 0px rgba(85, 128, 255, 0.75);
}

.service-tab-section {
	position: relative;
	z-index: 1;
}

.service-tab-section::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 66%;
	z-index: -1;
	background-color: #f7f7f7;
}

/*======= Screenshot Slider =======*/
.screenshot-slider .screenshot-item img {
	width: 100%;
	border-radius: 30px;
}

.screenshot-arrows .slick-arrow {
	width: 45px;
	height: 45px;
	border-radius: 7px;
	font-size: 18px;
	color: var(--color-white);
	background-color: var(--color-dark-4);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: none;
}

.screenshot-arrows .slick-arrow:hover, .screenshot-arrows .slick-arrow.next-arrow {
	background-color: var(--color-primary-6);
}

.screenshot-arrows .slick-arrow.next-arrow {
	margin-left: 8px;
}

/*======= Booking Form =======*/
.booking-form {
	background-color: var(--color-white);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(232, 232, 232, 0.77);
	box-shadow: 0px 10px 60px 0px rgba(232, 232, 232, 0.77);
	padding: 30px;
}

.booking-form .form-title {
	font-size: 24px;
	position: relative;
	z-index: 1;
	background-color: var(--color-primary-7);
	color: var(--color-white);
	letter-spacing: -0.3px;
	line-height: 1;
	padding: 18px 40px;
}

.booking-form .form-title::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(/skin/picture/qywzjs/booking-title-line.png);
	background-size: cover;
	background-position: center;
	opacity: 0.1;
}

.booking-form form {
	padding: 40px;
	background-color: #fdf5e2;
}

.booking-form form .input-field:not(:last-child) {
	margin-bottom: 25px;
}

.booking-form form input {
	height: 55px;
	background-color: var(--color-white);
	font-size: 15px;
	font-style: italic;
	padding: 0px 25px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.booking-form form input:focus {
	color: var(--color-heading-5);
}

.booking-form form button {
	height: 55px;
	background-color: var(--color-heading-5);
	color: var(--color-white);
	text-transform: uppercase;
	font-family: var(--font-cs-medium);
	font-size: 14px;
	border: none;
	padding: 0px 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.booking-form form button i {
	margin-left: 10px;
}

.booking-form form button:hover {
	background-color: var(--color-primary-7);
}

/*======= Sign In & Sign Up =======*/
.sign-in-up-wrapper {
	text-align: center;
}

.sign-in-up-wrapper form {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(225, 223, 255, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(225, 223, 255, 0.36);
	border-radius: 5px;
}

.sign-in-up-wrapper .form-groups {
	padding: 30px;
}

.sign-in-up-wrapper .form-note {
	padding: 15px 30px;
	border-top: 1px solid var(--color-offwhite);
	font-size: 16px;
	line-height: 1.7;
}

.sign-in-up-wrapper .form-title {
	font-size: 24px;
	margin-bottom: 25px;
}

.sign-in-up-wrapper .field-group {
	position: relative;
}

.sign-in-up-wrapper .field-group:not(:last-child) {
	margin-bottom: 15px;
}

.sign-in-up-wrapper .field-group .icon {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 55px;
	text-align: center;
	font-size: 15px;
	border-right: 1px solid var(--color-offwhite);
	line-height: 30px;
	color: var(--color-heading);
}

.sign-in-up-wrapper .field-group input {
	padding-left: 75px;
	height: 60px;
	border: 1px solid transparent;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: left;
}

.sign-in-up-wrapper .field-group input:focus {
	border-color: var(--color-primary);
	color: var(--color-heading);
	background-color: transparent;
}

.sign-in-up-wrapper .field-group button {
	width: 100%;
	height: 55px;
	border: none;
	background-color: var(--color-primary);
	color: var(--color-white);
	font-family: var(--font-cs-bold);
	font-size: 15px;
	font-weight: 700;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sign-in-up-wrapper .field-group button:hover {
	background-color: var(--color-heading);
}

.sign-in-up-wrapper .forgot-password {
	margin-top: 25px;
	color: var(--color-heading);
	font-family: var(--font-cs-medium);
	font-size: 15px;
	font-weight: 500;
}

.sign-in-up-wrapper .forgot-password:hover {
	color: var(--color-primary);
}

/*======= Portfolio Filter =======*/
.portfolio-filter ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.portfolio-filter ul li {
	background-color: var(--color-soft-grey);
	color: var(--color-heading);
	font-family: var(--font-cs-medium);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	padding: 15px 30px;
	margin: 5px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.portfolio-filter ul li.active, .portfolio-filter ul li:hover {
	background-color: var(--color-primary);
	color: var(--color-white);
}

/*======= Portfolio One =======*/
.portfolio-box-one {
	position: relative;
	z-index: 1;
}

.portfolio-box-one::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: var(--color-heading);
	content: "";
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.portfolio-box-one .thumb {
	width: 100%;
	height: 320px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.portfolio-box-one .content {
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 3;
	padding: 0px 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.portfolio-box-one .content .tags {
	margin-bottom: 8px;
}

.portfolio-box-one .content .tags a {
	font-size: 14px;
	line-height: 1.4;
	color: var(--color-white);
}

.portfolio-box-one .content .title {
	font-size: 20px;
}

.portfolio-box-one .content .title a {
	color: var(--color-white);
}

.portfolio-box-one:hover::before {
	opacity: 0.8;
	visibility: visible;
}

.portfolio-box-one:hover .content {
	top: 50%;
	visibility: visible;
	opacity: 1;
}

/*======= Portfolio Two =======*/
.portfolio-box-two .portfolio-thumb {
	height: 0;
	overflow: hidden;
	border-radius: 5px;
	padding-bottom: 100%;
}

.portfolio-box-two .portfolio-thumb a {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
}

.portfolio-box-two .title {
	font-size: 20px;
	margin-bottom: 3px;
	margin-top: 25px;
	line-height: 1.2;
}

.portfolio-box-two .tags a {
	color: var(--color-body);
	line-height: 1;
}

.portfolio-box-two:hover .portfolio-thumb a {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*======= Portfolio Details =======*/
.portfolio-info-box {
	background-color: var(--color-soft-grey);
	padding: 40px 45px;
	position: relative;
	z-index: 1;
}

.portfolio-info-box .box-title {
	font-size: 24px;
	margin-bottom: 25px;
}

.portfolio-info-box ul li:not(:last-child) {
	margin-bottom: 15px;
}

.portfolio-info-box ul li span {
	display: block;
	font-size: 15px;
	line-height: 1.8;
}

.portfolio-info-box ul li .info-title {
	font-size: 18px;
	font-family: var(--font-cs-bold);
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-heading);
	margin-bottom: 5px;
}

.portfolio-details-content .portfolio-title {
	font-size: 38px;
	margin-bottom: 30px;
}

/*======= Specific Section =======*/
/*======= Counter Section Bordered =======*/
.counter-section-bordered .counter-section-inner {
	background-color: var(--color-primary);
	background-image: url(/skin/picture/qywzjs/section-curve-shape.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	padding: 75px 100px 35px;
	margin: 20px;
	position: relative;
	z-index: 1;
	border-radius: 12px;
}

.counter-section-bordered .counter-section-inner::before {
	content: "";
	position: absolute;
	left: -20px;
	top: -20px;
	right: -20px;
	bottom: -20px;
	background-color: var(--color-primary);
	opacity: 0.1;
	border-radius: 12px;
}

.counter-section-bordered .counter-section-inner .counter-item {
	padding-bottom: 40px;
}

.counter-section-bordered.bordered-secondary-bg .counter-section-inner, .counter-section-bordered.bordered-secondary-bg .counter-section-inner::before {
	background-color: var(--color-secondary);
}

/*======= Service With Counter =======*/
.service-with-counter .counter-section {
	position: relative;
	z-index: 2;
	margin-bottom: -115px;
}

.service-with-counter .service-section {
	padding-bottom: 130px;
	padding-top: 120px;
}

/*======= Faq With Score Box =======*/
.faq-with-seo-score-box .faq-section {
	padding-bottom: 120px;
	padding-top: 100px;
}

.faq-with-seo-score-box .seo-score-box {
	position: relative;
	z-index: 2;
	margin-bottom: -150px;
}

/*======= Testimonial With Video =======*/
.testimonial-with-video .testimonials-section {
	padding-top: 105px;
	padding-bottom: 130px;
}

.testimonial-with-video .landio-video {
	margin-bottom: -245px;
}

/*======= Collaborate Section =======*/
.collaborate-section {
	margin-bottom: 25px;
}

.collaborate-section .collaborate-text-block {
	padding-bottom: 0px;
	padding-top: 10px;
}

.collaborate-section .preview-image-v2 {
	margin-bottom: 0px;
}

.collaborate-section .preview-image-v2 img {
	max-height: 800px;
}

/*======= Call to Action =======*/
.cta-with-particle.cta-with-particle .container {
	position: relative;
	z-index: 1;
}

.cta-with-particle.cta-with-particle .particle-left,
.cta-with-particle.cta-with-particle .particle-right {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	max-width: 160px;
}

.section-one-third-left-map::before, .section-one-third-right-map::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 33.33%;
    height: 100%;
    z-index: -1;
    background-color: #f5f3f5;
    background-image: url(/skin/image/section-map-2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


.cta-with-particle.cta-with-particle .particle-left {
	left: 0;
}

.cta-with-particle.cta-with-particle .particle-right {
	right: 0;
}

.cta-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px;
}

.cta-btns li {
	padding: 5px;
}

.cta-section-with-bg {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
}

.cta-section-with-bg::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-heading);
	opacity: 0.75;
}

.cta-section {
	position: relative;
	z-index: 1;
}

.cta-section .cta-absolute-image {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

/*======= Section With Map =======*/
.section-with-map-bg {
	position: relative;
	z-index: 1;
}

.section-with-map-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(/skin/picture/qywzjs/section-map.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

/*======= Section One Third Map =======*/
.section-one-third-left-map,
.section-one-third-right-map {
	position: relative;
	z-index: 1;
}

.section-one-third-left-map::before,
.section-one-third-right-map::before {
	/* content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 33.33%;
	height: 100%;
	z-index: -1;
	background-color: #282828;
	background-image: url(/skin/picture/qywzjs/section-map-2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover; */
}

.section-one-third-left-map::before {
	right: auto;
	left: 0;
}

/*======= Section Dots Line =======*/
.section-line-dots {
	position: relative;
	z-index: 1;
}

.section-line-dots::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(/skin/picture/qywzjs/dots-line-pattern-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*======= Simple Call to action =======*/
.simple-cta {
	background-color: var(--color-primary);
	padding: 40px 0;
	position: relative;
	z-index: 1;
}

.simple-cta .cta-title {
	color: var(--color-white);
	letter-spacing: -1px;
	line-height: 1.3;
	font-size: 24px;
	font-weight: 400;
	font-family: var(--font-cs-book);
}

.simple-cta::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(/skin/picture/qywzjs/simple-cta-bg.png);
	background-size: cover;
	background-position: center;
}

/*======= Faq With Score Box =======*/
.latest-news-with-seo-box .latest-news-section {
	padding-bottom: 50px;
	padding-top: 60px;
}

.latest-news-with-seo-box .seo-score-box {
	position: relative;
	z-index: 2;
	margin-bottom: -200px;
}

/*======= Half Dots Pattern =======*/
.section-half-dots-pattern,
.section-half-dots-pattern-fixed {
	position: relative;
	z-index: 1;
}

.section-half-dots-pattern::before,
.section-half-dots-pattern-fixed::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background-color: var(--color-soft-grey);
	background-image: url(/skin/picture/qywzjs/dots-pattern-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*======= Half Dots Pattern =======*/
.section-half-dots-pattern-fixed::before {
	background-size: contain;
	background-position: top center;
	background-attachment: fixed;
}

/*======= Service Details =======*/
.service-details-content .service-title {
	font-size: 42px;
	margin-bottom: 30px;
}

.service-details-content .service-subtitle {
	font-size: 30px;
	margin-bottom: 25px;
}

/*======= Counter With Video Cta =======*/
.counter-with-vide-cta .counter-section {
	padding-top: 200px;
	padding-bottom: 305px;
}
.zjcounter{
	text-align: center;
	color: #fff;
	font-size: 39px;
	margin-bottom: 20px;
}

.counter-with-vide-cta .video-cta {
	position: relative;
	z-index: 2;
	margin-top: -305px;
	background-color: #fff;
    padding: 20px 0px;
    border-radius: 5px;
}
.iconic-box h5{
	font-size: 25px;
}
.iconic-box p{
	font-size: 18px;
    color: #838383;
}
/*======= Section Author particle =======*/
.section-author-particle {
	position: relative;
	z-index: 1;
}

.section-author-particle .author-particle-image img {
	position: absolute;
	z-index: -1;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.49);
	box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.49);
}

.section-author-particle .author-particle-image img.image-1 {
	left: 9.5%;
	top: 31.5%;
}

.section-author-particle .author-particle-image img.image-2 {
	left: 5%;
	bottom: 23%;
}

.section-author-particle .author-particle-image img.image-3 {
	right: 9.5%;
	top: 31.5%;
}

.section-author-particle .author-particle-image img.image-4 {
	right: 5%;
	bottom: 23%;
}

/*======= Benefit Section =======*/
.benefit-section .e-wallet-boxed-container {
	position: relative;
	z-index: 1;
}

.benefit-section .container {
	position: static;
}

.benefit-section .benefit-content {
	padding-top: 36px;
	padding-bottom: 70px;
}

.benefit-section .benefit-preview-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.benefit-section .benefit-preview-images .image-one {
	margin-top: -140px;
}

.benefit-section .benefit-preview-images .image-two {
	margin-bottom: -140px;
}

/*======= Newsletter =======*/
.newsletter-area {
	position: relative;
}

.newsletter-area .newsletter-particle-effect img {
	position: absolute;
}

.newsletter-area .newsletter-particle-effect img.particle-1 {
	left: 10%;
	top: 15%;
}

.newsletter-area .newsletter-particle-effect img.particle-2 {
	left: 15%;
	bottom: 20%;
}

.newsletter-area .newsletter-particle-effect img.particle-3 {
	right: 15%;
	top: 20%;
}

.newsletter-area .newsletter-particle-effect img.particle-4 {
	left: 25%;
	bottom: 8%;
}

/*======= Dots Pattern =======*/
.section-dots-pattern {
	position: relative;
	z-index: 1;
}

.section-dots-pattern::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(/skin/picture/qywzjs/dots-pattern-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*======= Blog Standard =======*/
.blog-post-items .single-blog-post:not(:last-child) {
	margin-bottom: 60px;
}

.blog-post-items .single-blog-post .post-thumbnail {
	overflow: hidden;
	margin-bottom: 35px;
}

.blog-post-items .single-blog-post .post-thumbnail img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog-post-items .single-blog-post:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.blog-post-items .single-blog-post .post-meta {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5px;
}

.blog-post-items .single-blog-post .post-meta li {
	margin-bottom: 15px;
	line-height: 1;
}

.blog-post-items .single-blog-post .post-meta li a {
	margin: 0;
	display: block;
	font-size: 17px;
	color: var(--color-body);
}

.blog-post-items .single-blog-post .post-meta li a:hover {
	color: var(--color-primary);
}

.blog-post-items .single-blog-post .post-meta li i {
	margin-right: 10px;
}

.blog-post-items .single-blog-post .post-meta li:not(:last-child) {
	margin-right: 25px;
}

.blog-post-items .single-blog-post .post-title {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 15px;
}

.blog-post-items .single-blog-post .post-read-more {
	display: inline-block;
	padding: 15px 40px;
	font-size: 15px;
	font-family: var(--font-cs-bold);
	font-weight: 700;
	line-height: 1.4;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	vertical-align: middle;
	border-radius: 50px;
	background-color: var(--color-offwhite);
	border-color: var(--color-offwhite);
	color: var(--color-heading);
	margin-top: 35px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.blog-post-items .single-blog-post .post-read-more i {
	margin-left: 10px;
}

.blog-post-items .single-blog-post .post-read-more:hover {
	color: var(--color-white);
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
}

.blog-post-items .single-blog-post.no-thumbnail {
	background-color: var(--color-offwhite);
	padding: 40px 45px;
}

.blog-post-items .single-blog-post.no-thumbnail .post-read-more:not(:hover) {
	background-color: var(--color-white);
}

.blog-post-items .single-blog-post.thumbnail-cover {
	position: relative;
	z-index: 1;
	padding: 40px 45px;
}

.blog-post-items .single-blog-post.thumbnail-cover .post-thumbnail {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	margin: 0;
}

.blog-post-items .single-blog-post.thumbnail-cover .post-thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.blog-post-items .single-blog-post.thumbnail-cover::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--color-heading);
	opacity: 0.8;
}

.blog-post-items .single-blog-post.thumbnail-cover .post-read-more {
	margin-top: 15px;
	color: var(--color-white);
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
}

.blog-post-items .single-blog-post.thumbnail-cover .post-meta li a,
.blog-post-items .single-blog-post.thumbnail-cover .post-title a {
	color: var(--color-white);
}

/*======= Blog Details =======*/
.blog-details-content .post-thumbnail {
	overflow: hidden;
	margin-bottom: 35px;
}

.blog-details-content .post-thumbnail img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog-details-content .post-title {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 15px;
}

.blog-details-content .post-meta {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5px;
}

.blog-details-content .post-meta li {
	margin-bottom: 15px;
	line-height: 1;
}

.blog-details-content .post-meta li a {
	margin: 0;
	display: block;
	font-size: 17px;
	color: var(--color-body);
}

.blog-details-content .post-meta li a:hover {
	color: var(--color-primary);
}

.blog-details-content .post-meta li i {
	margin-right: 10px;
}

.blog-details-content .post-meta li:not(:last-child) {
	margin-right: 25px;
}

.blog-details-content .post-title {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 15px;
}

.blog-details-content blockquote {
	background-color: var(--color-offwhite);
	padding: 45px 50px;
	margin: 40px 0;
}

.blog-details-content blockquote p {
	font-size: 24px;
	font-family: var(--font-cs-bold);
	font-weight: 700;
	color: var(--color-heading);
	line-height: 1.5;
	margin-bottom: 10px;
}

.blog-details-content blockquote cite {
	font-size: 18px;
	font-family: var(--font-cs-bold);
	font-weight: 700;
	font-style: normal;
	color: var(--color-heading);
	line-height: 1;
	position: relative;
	padding-left: 60px;
}

.blog-details-content blockquote cite::before {
	position: absolute;
	content: "";
	height: 3px;
	width: 40px;
	background: var(--color-primary);
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-details-content .post-subtitle {
	font-size: 30px;
	margin-bottom: 15px;
}

.blog-details-content .related-tags,
.blog-details-content .social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog-details-content .related-tags .item-heading,
.blog-details-content .social-links .item-heading {
	color: var(--color-heading);
	min-width: 120px;
	font-size: 18px;
	font-family: var(--font-cs-bold);
	font-weight: 700;
}

.blog-details-content .related-tags {
	margin-bottom: 10px;
}

.blog-details-content .related-tags li {
	margin-right: 10px;
	margin-bottom: 10px;
}

.blog-details-content .related-tags a {
	color: var(--color-heading);
	display: block;
	background-color: var(--color-offwhite);
	padding: 0px 11px;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 15px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
}

.blog-details-content .related-tags a:hover {
	background-color: var(--color-primary);
	color: var(--color-white);
}

.blog-details-content .social-links li {
	margin-right: 15px;
}

.blog-details-content .social-links a {
	color: var(--color-body);
	line-height: 1;
}

.blog-details-content .social-links a:hover {
	color: var(--color-primary);
}

.blog-details-content .post-author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--color-offwhite);
	padding: 35px 50px;
	margin-top: 70px;
}

.blog-details-content .post-author-box .author-thumbnail {
	width: 160px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	margin-right: 35px;
}

.blog-details-content .post-author-box .author-thumbnail img {
	border-radius: 50%;
}

.blog-details-content .post-author-box .name {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 10px;
}

.blog-details-content .post-author-box .social-links {
	margin-top: 15px;
}

/*======= Blog Sidebar =======*/
.blog-sidebar .widget:not(:last-child) {
	margin-bottom: 55px;
}

.blog-sidebar .widget .widget-title {
	border-bottom: 1px solid var(--color-offwhite);
	padding-bottom: 15px;
	font-size: 24px;
	line-height: 1.1;
	position: relative;
	margin-bottom: 30px;
}

.blog-sidebar .widget .widget-title::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 60px;
	background-color: var(--color-primary);
	left: 0;
	bottom: -2px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog-sidebar .widget .widget-title:hover::after {
	-webkit-transform: translate(15px, 0px);
	transform: translate(15px, 0px);
}

.blog-sidebar .widget.category-widget {
	background-color: #f3f6f9;
	padding: 30px 35px;
}

.blog-sidebar .widget.category-widget li:not(:last-child) {
	margin-bottom: 10px;
}

.blog-sidebar .widget.category-widget li a {
	color: var(--color-heading);
	font-size: 17px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-transform: capitalize;
	display: block;
	position: relative;
}

.blog-sidebar .widget.category-widget li a::after {
	display: inline-block;
	position: absolute;
	right: 0;
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.blog-sidebar .widget.category-widget li a:hover {
	color: var(--color-primary);
}

.blog-sidebar .widget.latest-post-widget .popular-posts-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-sidebar .widget.latest-post-widget .popular-posts-item:not(:last-child) {
	margin-bottom: 15px;
}

.blog-sidebar .widget.latest-post-widget .popular-posts-item .popular-posts-thumbnail {
	width: 75px;
	height: 75px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	margin-right: 20px;
	border-radius: 7px;
	overflow: hidden;
}

.blog-sidebar .widget.latest-post-widget .popular-posts-item .popular-posts-thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 7px;
}

.blog-sidebar .widget.latest-post-widget .popular-posts-item .popular-posts-title {
	font-size: 18px;
	line-height: 1.4;
}

.blog-sidebar .widget.latest-post-widget .popular-posts-item .popular-posts-title a:hover {
	color: var(--color-primary);
}

.blog-sidebar .widget.latest-post-widget .popular-posts-item .posts-date {
	color: var(--color-body);
	font-size: 16px;
}

.blog-sidebar .widget.latest-post-widget .popular-posts-item .posts-date i {
	margin-right: 7px;
}

.blog-sidebar .widget.widget-tag-cloud .tags a {
	display: inline-block;
	padding: 3px 20px;
	background-color: var(--color-offwhite);
	border-radius: 50px;
	font-size: 17px;
	color: var(--color-body);
	margin: 0 5px 10px 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog-sidebar .widget.widget-tag-cloud .tags a:hover {
	background-color: var(--color-primary);
	color: var(--color-white);
}

.blog-sidebar .widget.search-widget {
	background-color: var(--color-primary);
	padding: 25px 30px;
}

.blog-sidebar .widget.search-widget h4 {
	color: var(--color-white);
	margin-bottom: 15px;
	text-transform: capitalize;
}

.blog-sidebar .widget.search-widget form {
	position: relative;
}

.blog-sidebar .widget.search-widget form input {
	height: 60px;
	width: 100%;
	border-radius: 30px;
	background-color: #f3f6f9;
	padding-left: 25px;
	padding-right: 55px;
}

.blog-sidebar .widget.search-widget form button {
	height: 45px;
	width: 45px;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	right: 8px;
	background: var(--color-primary);
	color: var(--color-white);
	border: none;
}

.blog-sidebar .widget.testimonial-widget {
	padding: 35px;
	background-color: var(--color-heading);
}

.blog-sidebar .widget.testimonial-widget .single-testimonial {
	color: var(--color-white);
	font-size: 18px;
}

.blog-sidebar .widget.testimonial-widget .single-testimonial .author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.blog-sidebar .widget.testimonial-widget .single-testimonial .author img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	margin-right: 10px;
}

.blog-sidebar .widget.testimonial-widget .single-testimonial .name {
	color: var(--color-white);
	font-size: 18px;
}

.blog-sidebar .widget.testimonial-widget .single-testimonial .position {
	display: block;
	color: #a5abbc;
	font-size: 15px;
	text-transform: capitalize;
	margin-top: 10px;
}

.blog-sidebar .widget.testimonial-widget .slick-dots {
	margin-top: 40px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.blog-sidebar .widget.testimonial-widget .slick-dots li {
	margin: 0 10px 0 0;
}

.blog-sidebar .widget.testimonial-widget .slick-dots li::after {
	display: none;
}

.blog-sidebar .widget.testimonial-widget .slick-dots li:not(.slick-active) {
	background-color: #393e4c;
}

/*======= Post Pagination =======*/
.post-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 70px;
}

.post-pagination li {
	margin-right: 10px;
	margin-top: 10px;
}

.post-pagination a {
	border: 2px solid var(--color-offwhite);
	border-radius: 5px;
	color: var(--color-heading);
	height: 50px;
	width: 50px;
	font-weight: 700;
	font-size: 18px;
	font-family: var(--font-cs-bold);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.post-pagination a.active {
	background: var(--color-primary);
	color: var(--color-white);
	border: 2px solid var(--color-primary);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.5);
	box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.5);
}

/*======= Comment Template =======*/
.comments-template {
	margin-top: 30px;
}

.comments-template .template-title {
	font-size: 24px;
	margin-bottom: 40px;
}

.comments-template .comments-list .comment:not(:last-child) {
	margin-bottom: 40px;
}

.comments-template .comments-list .comment .children {
	margin-top: 40px;
	padding-left: 60px;
}

.comments-template .comments-list .comment .comment-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comments-template .comments-list .comment .avatar {
	width: 100px;
	height: 100px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	margin-right: 30px;
}

.comments-template .comments-list .comment .author-name {
	color: var(--color-heading);
	font-size: 20px;
	font-family: var(--font-cs-bold);
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 14px;
}

.comments-template .comments-list .comment .author-name .date {
	font-size: 17px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
}

.comments-template .comments-list .comment .reply {
	font-size: 17px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
	color: #415674;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-top: 5px;
	text-transform: uppercase;
}

.comments-template .comments-list .comment .reply::after {
	content: "\f178";
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	padding-left: 10px;
}

.comments-template .comments-respond {
	margin-top: 70px;
	padding-top: 70px;
	border-top: 1px solid var(--color-offwhite);
}

.comments-template .comments-respond .input-field {
	position: relative;
}

.comments-template .comments-respond .input-field .icon {
	color: var(--color-primary);
	font-size: 17px;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.comments-template .comments-respond .input-field.textarea-field .icon {
	top: 20px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.comments-template .comments-respond input,
.comments-template .comments-respond textarea {
	height: 65px;
	background-color: transparent;
	border: 2px solid var(--color-offwhite);
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 50px;
}

.comments-template .comments-respond textarea {
	height: 140px;
}

/*======= Footer =======*/
.footer-widgets .widget {
	position: relative;
	margin-bottom: 50px;
	color: var(--color-body);
}

.footer-widgets .widget a:not(.template-btn) {
	color: var(--color-body);
}

.footer-widgets .widget a:not(.template-btn):hover {
	color: var(--color-primary);
}

.footer-widgets .widget .copyright-text a {
	color: var(--color-primary);
}

.footer-widgets .widget .social-links li {
	display: inline-block;
}

.footer-widgets .widget .social-links li a {
	height: 35px;
	width: 35px;
	background: #ecebfd;
	border-radius: 50%;
	font-size: 14px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--color-heading);
}

.footer-widgets .widget .social-links li a:hover {
	background-color: var(--color-primary);
	color: var(--color-white);
}

.footer-widgets .widget .social-links.primary-color-3 a:hover {
	background-color: var(--color-primary-3);
	color: var(--color-white);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(226, 92, 106, 0.36);
	box-shadow: 0px 10px 30px 0px rgba(226, 92, 106, 0.36);
}

.footer-widgets .widget .social-links.bordered-style li a {
	background-color: transparent;
	border: 2px solid var(--color-primary);
	color: var(--color-primary);
}

.footer-widgets .widget .social-links.bordered-style li a:hover {
	background-color: var(--color-primary);
	color: var(--color-white);
}

.footer-widgets .widget .download-links {
	margin-top: 20px;
}

.footer-widgets .widget .download-links li {
	display: inline-block;
	margin-right: 15px;
	line-height: 1;
}

.footer-widgets .widget .download-links li a {
	font-size: 24px;
}

.footer-widgets .widget .download-links li a:hover {
	color: var(--color-primary-5);
}

.footer-widgets .widget .widget-title {
	font-size: 22px;
	margin-bottom: 35px;
}

.footer-widgets .widget.text-block-widget img {
	margin-bottom: 30px;
}

.footer-widgets .widget.text-block-widget .contact-link {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-heading);
	font-family: var(--font-cs-bold);
	margin-top: 15px;
}

.footer-widgets .widget.text-block-widget .contact-link i {
	color: var(--color-primary);
}

.footer-widgets .widget.nav-widget ul li a {
	padding-left: 20px;
	position: relative;
	font-size: 15px;
}

.footer-widgets .widget.nav-widget ul li a::before {
	content: "\f054";
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Pro";
	font-weight: 800;
	font-size: 14px;
	top: 2px;
}

.footer-widgets .widget.nav-widget ul li:not(:last-child) {
	margin-bottom: 10px;
}

.footer-widgets .widget.contact-widget li a {
	position: relative;
	padding-left: 35px;
}

.footer-widgets .widget.contact-widget li a i {
	position: absolute;
	left: 0;
	top: 7px;
	color: var(--color-primary);
}

.footer-widgets .widget.contact-widget li a:hover {
	color: var(--color-primary);
}

.footer-widgets .widget.contact-widget li:not(:last-child) {
	margin-bottom: 10px;
}

.footer-widgets .widget.instagram-feed .instagram-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px;
}

.footer-widgets .widget.instagram-feed .instagram-images .single-img {
	padding: 5px;
	border-radius: 7px;
	position: relative;
}

.footer-widgets .widget.instagram-feed .instagram-images .single-img a {
	display: block;
}

.footer-widgets .widget.instagram-feed .instagram-images .single-img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 7px;
}

.footer-widgets .widget.instagram-feed .instagram-images .single-img::after {
	content: "";
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	z-index: 1;
	background-color: var(--color-primary-4);
	border-radius: 7px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.footer-widgets .widget.instagram-feed .instagram-images .single-img a {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--color-white);
	font-size: 24px;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.footer-widgets .widget.instagram-feed .instagram-images .single-img:hover::after {
	opacity: 0.75;
	visibility: visible;
}

.footer-widgets .widget.instagram-feed .instagram-images .single-img:hover a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.footer-widgets .widget .newsletter-form form {
	position: relative;
}

.footer-widgets .widget .newsletter-form form input {
	height: 70px;
	border: 2px solid var(--color-dark-4);
	background-color: transparent;
	border-radius: 7px;
	padding-right: 80px;
	padding-left: 30px;
}

.footer-widgets .widget .newsletter-form form button {
	position: absolute;
	z-index: 2;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 45px;
	width: 45px;
	border-radius: 50%;
	border: none;
	background-color: var(--color-primary-6);
	color: var(--color-white);
	font-size: 15px;
}

.footer-copyright {
	padding: 30px 0;
}

.footer-copyright .social-links li {
	display: inline-block;
}

.footer-copyright .social-links li a {
	font-size: 15px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-left: 15px;
	color: var(--color-body-4);
}

.footer-copyright .social-links li a:hover {
	color: var(--color-primary-6);
}

.back-to-top {
	position: fixed;
	right: 0;
	bottom: 30px;
	z-index: 999;
	width: 40px;
	height: 40px;
	background-color: var(--color-heading);
	color: var(--color-white);
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	border: 1px solid var(--color-white);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.back-to-top:hover {
	color: var(--color-white);
}

.back-to-top.show {
	right: 30px;
	visibility: visible;
	opacity: 1;
}

.template-footer.footer-with-image {
	position: relative;
	z-index: 1;
	border-bottom: 5px solid var(--color-primary);
	background-image: url(/skin/picture/qywzjs/footer-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

.template-footer.footer-white-color .footer-widgets .widget,
.template-footer.footer-white-color .footer-widgets .widget a {
	color: var(--color-white);
}

.template-footer.footer-white-color .footer-widgets .widget a:hover {
	color: var(--color-white);
}

.template-footer.footer-white-color .footer-widgets .widget .widget-title {
	color: var(--color-white);
}

.template-footer.footer-white-color .footer-widgets .widget.contact-widget li a i {
	color: var(--color-white);
}

.template-footer.footer-white-color .footer-widgets .widget .social-links li a {
	background-color: var(--color-white);
	color: var(--color-heading);
}

.template-footer.footer-white-color .footer-widgets .widget .social-links li a:hover {
	background-color: var(--color-heading);
	color: var(--color-white);
}

.template-footer.footer-white-color .footer-widgets .widget .social-links.bordered-style li a {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.15);
	color: var(--color-white);
}

.template-footer.footer-white-color .footer-widgets .widget .social-links.bordered-style li a:hover {
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
	color: var(--color-white);
}

.template-footer.footer-white-color .footer-copyright,
.template-footer.footer-white-color .footer-copyright a {
	color: var(--color-white);
}

.template-footer.footer-secondary-4-bg {
	background-color: var(--color-secondary-4);
}

.template-footer.footer-secondary-4-bg .footer-widgets .widget,
.template-footer.footer-secondary-4-bg .footer-widgets .widget a {
	color: #8496c6;
}

.template-footer.footer-secondary-4-bg .footer-widgets .widget a:hover {
	color: var(--color-white);
}

.template-footer.footer-secondary-4-bg .footer-widgets .widget .widget-title {
	color: var(--color-white);
}

.template-footer.footer-secondary-4-bg .footer-widgets .widget.contact-widget li a i {
	color: var(--color-primary-4);
}

.template-footer.footer-secondary-4-bg .footer-widgets .widget .social-links li a {
	background-color: #404767;
	color: #8496c6;
}

.template-footer.footer-secondary-4-bg .footer-widgets .widget .social-links li a:hover {
	background-color: var(--color-primary-4);
	color: var(--color-white);
}

.template-footer.footer-secondary-4-bg .footer-copyright {
	border-top: 1px solid #394565;
}

.template-footer.footer-secondary-4-bg .footer-copyright,
.template-footer.footer-secondary-4-bg .footer-copyright a {
	color: #8496c6;
}

.template-footer.footer-bordered .footer-widgets {
	padding-top: 80px;
	padding-bottom: 30px;
}

.template-footer.footer-bordered .footer-widgets .widget,
.template-footer.footer-bordered .footer-widgets .widget a {
	color: var(--color-body-4);
}

.template-footer.footer-bordered .footer-widgets .widget a:hover {
	color: var(--color-white);
}

.template-footer.footer-bordered .footer-widgets .widget .widget-title {
	color: var(--color-white);
}

.template-footer.footer-bordered .footer-widgets .widget.contact-widget li a i {
	color: var(--color-body-4);
}

.template-footer.footer-bordered .footer-copyright {
	border-top: 1px solid var(--color-dark-4);
	padding: 20px 0;
}

.template-footer.footer-bordered .footer-copyright,
.template-footer.footer-bordered .footer-copyright a {
	color: var(--color-body-4);
}

.template-footer.footer-bordered .footer-widget-left {
	padding-right: 80px;
	position: relative;
}

.template-footer.footer-bordered .footer-widget-left::after {
	content: "";
	position: absolute;
	width: 1px;
	top: -80px;
	bottom: -80px;
	right: 20px;
	background-color: var(--color-dark-4);
}

.template-footer.webinar-footer .newsletters-title h4 {
	font-size: 45px;
}

.template-footer.webinar-footer .newsletters-form form {
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.template-footer.webinar-footer .newsletters-form form input {
	height: 55px;
	padding: 0 30px;
	font-size: 17px;
	font-weight: 500;
}

.template-footer.webinar-footer .newsletters-form form button {
	height: 55px;
	padding: 0 35px;
	margin-left: 10px;
	background-color: var(--color-primary-7);
	color: var(--color-white);
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	min-width: 200px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.template-footer.webinar-footer .newsletters-form form button:hover {
	background-color: var(--color-heading-5);
}

.template-footer.webinar-footer .copyright-area {
	padding: 30px 0;
	border-top: 1px solid #e0e0e0;
}

.template-footer.webinar-footer .copyright-area .footer-nav li {
	display: inline-block;
}

.template-footer.webinar-footer .copyright-area .footer-nav li:not(:first-child) {
	margin-left: 25px;
}

.template-footer.webinar-footer .copyright-area .footer-nav li a {
	color: var(--color-body);
	font-size: 17px;
}

.template-footer.webinar-footer .copyright-area .copyright-text {
	font-size: 17px;
}

.template-footer.webinar-footer .copyright-area .copyright-text a {
	color: var(--color-primary-7);
}

.template-footer.webinar-footer .copyright-area .copyright-text a i {
	margin-left: 5px;
}

/*======= Page Title  =======*/
.page-title-area {
	padding-top: 155px;
	padding-bottom: 225px;
	background-color: var(--color-soft-grey-2);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.page-title-area .page-title {
	font-size: 65px;
	margin-bottom: 20px;
}

.page-title-area .breadcrumb-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-title-area .breadcrumb-nav li {
	position: relative;
	line-height: 1;
	font-size: 24px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
	color: var(--color-heading);
}

.page-title-area .breadcrumb-nav li:not(:last-child)::after {
	display: inline-block;
	content: "\f105";
	padding-left: 12px;
	padding-right: 12px;
	font-family: "Font Awesome 5 Pro";
	font-size: inherit;
	color: var(--color-heading);
	position: relative;
	top: 2px;
}

.page-title-area .page-title-content {
	position: relative;
	z-index: 1;
}

.page-title-area .page-title-effect img {
	position: absolute;
}

.page-title-area .page-title-effect .particle-1 {
	top: 30%;
	left: 15%;
}

.page-title-area .page-title-effect .particle-2 {
	top: 45%;
	left: 19%;
}

.page-title-area .page-title-effect .particle-3 {
	right: 26%;
	top: 20%;
}

.page-title-area .page-title-effect .particle-4 {
	left: 25%;
	bottom: 15%;
}

.page-title-area .page-title-effect .particle-5 {
	right: 15%;
	bottom: 36%;
}

/*======= 404  =======*/
.error-page-content h2 {
	margin-bottom: 20px;
	font-size: 85px;
	line-height: 1;
}

.error-page-content p {
	font-size: 30px;
	font-family: var(--font-cs-medium);
	font-weight: 500;
	line-height: 1.2;
	color: var(--color-heading);
}

/*======= Coming Soon =======*/
.coming-soon-area {
	background-color: var(--color-soft-grey-2);
	padding: 150px 0 100px;
}

.coming-soon-area .title {
	margin-bottom: 25px;
	font-size: 92px;
	line-height: 1;
	letter-spacing: -1px;
}

.coming-soon-area .newsletter-notice {
	color: var(--color-heading);
	font-size: 20px;
	font-family: var(--font-cs-medium);
	padding-top: 30px;
}

.coming-soon-page .template-header {
	padding: 20px 0;
	border-bottom: 2px solid rgba(220, 221, 224, 0.5);
}

.coming-soon-page .template-header .off-canvas-btn span {
	background-color: var(--color-primary);
}
/*# sourceMappingURL=style.css.map */

/* 自己开始 */

.col-xs-2_5,
.col-sm-2_5,
.col-md-2_5,
.col-lg-2_5 {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px
}

.col-xs-2_5 {
    float: left;
}

.col-xs-2_5 {
    width: 20%;
}

.col-xs-pull-2_5 {
    right: 20%;
}

.col-xs-push-2_5 {
    left: 20%;
}

.col-xs-offset-2_5 {
    margin-left: 20%;
}

@media (min-width: 768px) {
    .col-sm-2_5 {
        float: left;
    }
    .col-sm-2_5 {
        width: 20%;
    }
    .col-sm-pull-2_5 {
        right: 20%;
    }
    .col-sm-push-2_5 {
        left: 20%;
    }
    .col-sm-offset-2_5 {
        margin-left: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-2_5 {
        float: left;
    }
    .col-md-2_5 {
        width: 20%;
    }
    .col-md-pull-2_5 {
        right: 20%;
    }
    .col-md-push-2_5 {
        left: 20%;
    }
    .col-md-offset-2_5 {
        margin-left: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-2_5 {
        float: left;
    }
    .col-lg-2_5 {
        max-width: 20%;
    }
    .col-lg-pull-2_5 {
        right: 20%;
    }
    .col-lg-push-2_5 {
        left: 20%;
    }
    .col-lg-offset-2_5 {
        margin-left: 20%;
    }
}


/* 多语言开始 */
.pad-tb {
	padding-top: 52px;
    padding-bottom: 45px;
}

.why-choos-lg {
    position: relative;
}
.text-l {
    text-align: left!important;
}
.common-heading {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}
.common-heading>span {
    line-height: 26px;
}
.common-heading>span {
    color: #323232;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
    display: block;
}
html .mb20 {
    margin-bottom: 20px;
}
.common-heading.text-l>p {
    margin-top: 10px;
	    font-size: 17px;
	    line-height: 28px;
		color: #403f3f;
}
html .mt40 {
    margin-top: 40px;
}
.media {
    display: flex;
}
.itm-media-object .media .img-ab- {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.itm-media-object .media .img-ab- {
    background: #f5f5f5;
    border-radius: 8px;
    width: 65px;
    padding: 10px;
}
.media div:first-child {
    flex-shrink: 0;
}
.tilt-3d .base {
    transform-style: preserve-3d;
    transform: perspective(1000px);
}
.itm-media-object .media img {
    width: 100%;
}
.tilt-3d .layer {
    transform: translateZ(20px);
}
.itm-media-object .media-body {
    margin-left: 30px;
}
.itm-media-object h4 {
    text-align: left;
    margin-bottom: 10px;
	font-size: 22px;
	    line-height: 32px;
}
.media+.media {
    margin-top: 20px;
}
.bg-shape-dez {
    position: relative;
}
.bg-shape-dez::before {
    bottom: -10px;
    left: -10px;
    border-radius: 0 0 0 8px;
}
.bg-shape-dez::after, .bg-shape-dez::before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 50%;
    height: 50%;
    background: #007bff;
    background: -webkit-linear-gradient(left,#007bff 0%,#ff1f8e 100%);
    background: linear-gradient(to right,#007bff 0%,#ff1f8e 100%);
}
.single-image img {
    position: relative;
    z-index: 5;
    border-radius: 8px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.bg-shape-dez::after {
    top: -10px;
    right: -10px;
    border-radius: 0 8px 0 0;
}
.bg-shape-dez::after, .bg-shape-dez::before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 50%;
    height: 50%;
    background: #007bff;
    background: -webkit-linear-gradient(left,#007bff 0%,#ff1f8e 100%);
    background: linear-gradient(to right,#007bff 0%,#ff1f8e 100%);
}
html .mt30 {
    margin-top: 30px;
}
html .mt60 {
    margin-top: 60px;
}
html .mb20 {
    margin-bottom: 20px;
}
.text-second {
    color: #e91e63;
}
.text-bold {
    font-weight: 700;
}
.btn-outline {
    border: 2px solid #000248;
    color: #050748;
    display: inline-block;
    padding: 0 32px;
    font-family: poppins,sans-serif;
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgb(3 35 68 / 10%);
    box-shadow: 0 10px 15px 0 rgb(3 35 68 / 10%);
    line-height: 52px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.lnk {
    position: relative;
    overflow: hidden;
}
.fa-icon {
    margin-left: 5px;
    font-size: 12px;
}
span.circle {
    background: rgba(255,255,255,.2);
    display: block;
    position: absolute;
    top: -10%;
    right: -130px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.common-heading .zjft24{
	font-size:24px;
}
.zjp{
	font-size: 18px;
}
.zjb{
	font-weight: 700;
	color: #000;
}
.zjwebimg100 img{
	width: 100%;
}
.zjtextcen{
	text-align: center;
}
.zjbtn-outline {
    border: 2px solid #000248;
    color: #050748;
    display: inline-block;
    padding: 0 32px;
    font-family: poppins,sans-serif;
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(3,35,68,.1);
    box-shadow: 0 10px 15px 0 rgba(3,35,68,.1);
    line-height: 52px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
	display: block;
	    margin: auto;
	    width: 230px;
		margin-top: 25px;
}
.w1zj{
	width: 226px;
}
.w2zj{
	width: 231px;
}
.w3zj{
	width: 226px;
}
.zjbtn-outline:hover {
    background: #ff1f8e;
    color: #fff;
    border: 2px solid #ff1f8e
}
.zjlef {
	text-align: left;
}
/* 多语言结束 */

/* 新闻开始 */
.dg-bg2{background-image:-moz-linear-gradient(45deg,#ff3870 0%,#ff3870 50%,#c300c3 100%)!important;background-image:-webkit-linear-gradient(45deg,#ff3870 0%,#ff3870 50%,#c300c3 100%)!important;background-image:linear-gradient(45deg,#ff0048 0%,#ff3870 50%,#c300c3 100%)!important}
.single-blog-post-{border-radius:8px;background:#fff}
.single-blog-img- img{border-radius:8px 8px 0 0}
.single-blog-img-{position:relative}
.entry-blog-post{border-radius:100px;padding:10px 15px;margin:0 20px;position:absolute;bottom:-18px;right:0;left:0;justify-content:space-between;display:flex}
.entry-blog-post a{color:#fff;font-size:14px}.single-blog-info- h4{margin-bottom:18px}.single-blog-info- h4 a{color:#050748}
.post-social{margin:30px 0 0;border-top:1px solid #dadada;padding-top:30px}
.post-social a{color:#6a6a8e;display:inline-block;padding:0 10px 0 0}
.blog-content-tt{padding:45px 25px 25px;border:1px solid #ececec;border-top:0;border-radius:0 0 8px 8px}
.shdo{-webkit-box-shadow:0 3.4px 2.7px -30px rgba(0,0,0,.059),0 8.2px 8.9px -30px rgba(0,0,0,.071),0 25px 40px -30px rgba(0,0,0,.2);box-shadow:0 3.4px 2.7px -30px rgba(0,0,0,.059),0 8.2px 8.9px -30px rgba(0,0,0,.071),0 25px 40px -30px rgba(0,0,0,.2)}
.dg-bg2{background-image:-moz-linear-gradient(45deg,#ff3870 0%,#ff3870 50%,#c300c3 100%)!important;background-image:-webkit-linear-gradient(45deg,#ff3870 0%,#ff3870 50%,#c300c3 100%)!important;background-image:linear-gradient(45deg,#ff0048 0%,#ff3870 50%,#c300c3 100%)!important}
.bg-gradient12 {
    background: #3f36b9;
    background: -moz-linear-gradient(left,#3f36b9 0%,#20206b 100%);
    background: -webkit-linear-gradient(left,#3f36b9 0%,#20206b 100%);
    background: linear-gradient(to right,#3f36b9 0%,#20206b 100%);
}
.bg-gradient13 {
    background: #9c27b0;
    background: -moz-linear-gradient(left,#9C27B0 0%,#673AB7 100%);
    background: -webkit-linear-gradient(left,#9C27B0 0%,#673AB7 100%);
    background: linear-gradient(to right,#9C27B0 0%,#673AB7 100%);
}
/* 新闻结束 */



/* 页面建设开始 */


.work-category {
    background: #fbf9ed;
    background: -moz-linear-gradient(top,#fbf9ed 0%,#fbeaf8 100%);
    background: -webkit-linear-gradient(top,#fbf9ed 0%,#fbeaf8 100%);
    background: linear-gradient(to bottom,#fbf9ed 0%,#fbeaf8 100%);
    position: relative
}

.work-category .common-heading h2 {
    margin-bottom: 30px
}

.work-card p {
    color: #050748;
    font-family: poppins,sans-serif;
    line-height: 24px;
    font-size: 16px;
    margin: 5px 0 0;
    padding: 0 12px
}

.icon-bg {
    display: block;
    height: 62px;
    width: 62px;
    margin: 0 auto;
    text-align: center
}

.icon-set {
    width: 25%;
    display: inline-block;
    float: left;
    position: relative
}

.work-card {
    margin: 10px;
    padding: 30px 20px;
    max-height: 170px;
    text-align: center;
    min-height: 170px;
    border-radius: 8px 40px 8px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0,0,0,.059),0 8.2px 8.9px -30px rgba(0,0,0,.071),0 25px 40px -30px rgba(0,0,0,.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0,0,0,.059),0 8.2px 8.9px -30px rgba(0,0,0,.071),0 25px 40px -30px rgba(0,0,0,.2)
}

.cd1 {
    background: #70e4e8
}

.cd2 {
    background: #f5eb92
}

.cd3 {
    background: #a3ffe2
}

.cd4 {
    background: #ffbc7a
}

.cd5 {
    background: #e3ff8e
}

.cd6 {
    background: #ffa0c6
}

.cd7 {
    background: #f3a6ff
}

.cd8 {
    background: #97ffaf
}

.cd9 {
    background: #6cfffa
}

.cd10 {
    background: #77baff
}

.cd11 {
    background: #ffefd4
}

.cd12 {
    background: #7affdb
}
.cd13{
	background: #F5F6F9 ;
}

.testinomial-section {
    background: url(/skin/picture/qywzjs/shape-9.svg) #fff;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat
}

.testimonial-card .t-text p {
    font-size: 16px;
    line-height: 28px
}

.testinomial-section .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    background: #fff;
    width: 100px;
    margin: 0;
    height: 50px;
    padding: 25px 0 0
}

.user-info p {
    font-size: 16px;
    line-height: 24px
}

.owl-carousel .user-image img {
    border-radius: 100%;
    width: 80px
}

.owl-carousel .owl-dots .owl-dot:before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    opacity: 0;
    background: 0 0;
    border: 1px solid #ff1f8e
}

.owl-carousel .owl-dots .owl-dot:after,.owl-carousel .owl-dots .owl-dot:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    -webkit-transition: ease-out .16s;
    transition: ease-out .16s
}

.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    vertical-align: middle
}

.owl-carousel .owl-dots .owl-dot.active:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.owl-carousel .owl-dots .owl-dot:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: .4;
    background: #ff1f8e;
    width: 4px;
    height: 4px
}

.owl-carousel .owl-dots .owl-dot.active:after,.owl-carousel .owl-dots .owl-dot.active:before {
    opacity: 1
}

.owl-carousel .owl-dots .owl-dot.active:after,.owl-carousel .owl-dots .owl-dot:focus:after,.owl-carousel .owl-dots .owl-dot:hover:after {
    opacity: 1
}

.light-bgs {
    background: rgba(255,255,255,.52);
    padding: 30px;
    border-radius: 8px
}

.enquire-form {
    background: #d6fffc;
    background: -moz-linear-gradient(top,#D6FFFC 0%,#ffeff5 100%);
    background: -webkit-linear-gradient(top,#D6FFFC 0%,#ffeff5 100%);
    background: linear-gradient(to bottom,#D6FFFC 0%,#ffeff5 100%)
}


/* 页面建设结束 */




/* 优化开始 */
.work-category {
    background: #fbf9ed;
    background: -moz-linear-gradient(top,#fbf9ed 0%,#fbeaf8 100%);
    background: -webkit-linear-gradient(top,#fbf9ed 0%,#fbeaf8 100%);
    background: linear-gradient(to bottom,#fbf9ed 0%,#fbeaf8 100%);
    position: relative;
}
.icon-set {
    width: 20%;
    display: inline-block;
    float: left;
    position: relative;
	-webkit-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
	-o-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
	transition: 1.2s cubic-bezier(.17,.85,.438,.99);
}
.icon-set24{
	width: 24%;
}
.cd0 {
    background: #ffffff;
}

.work-card {
    margin: 10px;
    padding: 30px 20px;
    max-height: 170px;
    text-align: center;
    min-height: 170px;
    border-radius: 22px 40px 22px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
}
.icon-bg {
    display: block;
    height: 67px;
    width: 143px;
    margin: 0 auto;
    text-align: center;
}
.work-card p {
    font-weight: 700;
}
.work-card p {
	color: #1e1e1e;
    font-family: poppins,sans-serif;
    line-height: 24px;
    font-size: 20px;
    margin: 5px 0 0;
    padding: 0 0px;
    font-weight: 500;
    letter-spacing: 1px;
}
.work-card .mt10{
	margin-top: 19px;
}
.svg-animated-part {
    transform-origin: center center;
    transition: .192s all ease;
    will-change: transform;
}
.icon-set:hover svg .svg-animated-part{
	transform:scale(0.75);
}
/* 优化结束 */

/* 谷歌广告开始 */
.feature-text-block p{
	font-size: 18px;
	font-weight: 700;
}
.zjboc img{
	box-shadow: 9px 2px 19px #00000059;
}




		.network-map-wrap {
		    position: relative;
		    display: block;
		    width: 100%;
		}
		
		.network-map-wrap ul li {
		    position: absolute;
		    z-index: 1;
		    width: 10px;
		    height: 10px;
		    margin: -6px;
		    background-color: #e95e6c;
		    border-radius: 50%
		}
		
		.network-map-wrap ul p{
			position: absolute;
			font-weight: 600;
			font-size: 20px;
			margin-top:7px;
			letter-spacing: 1px;
		}
		
		.network-map-wrap ul li span {
		    display: block;
		    width: 10px;
		    height: 10px;
		    -webkit-animation: ripple 1s linear infinite;
		    animation: ripple 1s linear infinite;
		    -webkit-transition: .5s linear;
		    border-radius: 50%;
		}
		
		/*circle wave*/
		@-webkit-keyframes ripple {
		    0% {
		        -webkit-box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1), 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
		        box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1), 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1)
		    }
		    100% {
		        -webkit-box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
		        box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
		    }
		}
		
		@keyframes ripple {
		    0% {
		        -webkit-box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1), 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
		        box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1), 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
		    }
		    100% {
		        -webkit-box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
		        box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
		    }
		}
		
		@-webkit-keyframes ripple-white {
		    0% {
		        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
		        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1)
		    }
		    100% {
		        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
		        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0)
		    }
		}
		
		@keyframes ripple-white {
		    0% {
		        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
		        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1)
		    }
		    100% {
		        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
		        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0)
		    }
		}
		.tooltip.show {
		    opacity: 0.9;
		}
		.tooltip {
		    z-index: 9;
		}
		.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
		    padding: 0.4rem 0;
		}
		.tooltip {
		    position: absolute;
		    z-index: 1070;
		    display: block;
		    margin: 0;
		    font-family: "Roboto", sans-serif;
		    font-style: normal;
		    font-weight: 400;
		    line-height: 1.75;
		    text-align: left;
		    text-align: start;
		    text-decoration: none;
		    text-shadow: none;
		    text-transform: none;
		    letter-spacing: normal;
		    word-break: normal;
		    word-spacing: normal;
		    white-space: normal;
		    line-break: auto;
		    font-size: 0.875rem;
		    word-wrap: break-word;
		    opacity: 0;
		}
		.fade {
		    -webkit-transition: opacity 0.15s linear;
		    transition: opacity 0.15s linear;
		}
		.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
		    bottom: 0;
		}
		
		.tooltip .arrow {
		    position: absolute;
		    display: block;
		    width: 0.8rem;
		    height: 0.4rem;
		}
		.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
		    top: 0;
		    border-width: 0.4rem 0.4rem 0;
		    border-top-color: #000;
		}
		
		.tooltip .arrow::before {
		    position: absolute;
		    content: "";
		    border-color: transparent;
		    border-style: solid;
		}
		*, *::before, *::after {
		    -webkit-box-sizing: border-box;
		    box-sizing: border-box;
		}
		.tooltip-inner {
		    max-width: 200px;
		    padding: 0.25rem 0.5rem;
		    color: #fff;
		    text-align: center;
		    background-color: #000;
		    border-radius: 0.25rem;
		}
		


/* 谷歌广告结束 */
/* fb开始 */
		.zjhero-area-v1 .hero-content{
			padding-bottom: 0px;
		}
		.zjtxlef h2{
			text-align: left;
		}
		.text-secondfb{
			font-weight: 600;
			color:#395692;
		}
		.zjimg img{
			width:70%;
		}
		.zjtxlef{
			text-align: left;
		}
		.fbsie{
			font-size:18px;
		}
		.bot9790fd42{
			border-top: 1px solid #9790fd42;
		}
/* fb结束 */
/*  */
		.zjbox-content p{
			margin-bottom: 10px;
		}
/* 网站开发设计开始 */
		.zijih1{
			color: #fff;
		}
		.bckc191a1e{
			background-color: #191a1e;
		}
		.p-r-60{
			padding-right: 60px;
		}
/* 网站开发设计结束 */
/* 自己shopify开始 */
		.shopify .icon-boxes-v3 .iconic-box .title a{
			color: #fff;
		}
		.shopifycolor .common-heading .title{
			color: #1997fe;
		}
		.shopifycolor .template-btn.primary-bg-2:not(:hover) {
			background-color: #1997fe;
			border-color: #1997fe;
			-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 64, 229, 0.36);
			box-shadow: 0px 10px 30px 0px rgba(0, 64, 229, 0.36);
		}
		
		.shopifycolor1 .common-heading>span{
			color: #004c3f;
		}
		.shopifycolor1 .fancy-check-list-v1 li::before{
			background-color: #1997fe;
		}
		.shopifycolor1 .template-btn.primary-bg-5:not(:hover) {
			background-color: #1997fe;
			border-color: #1997fe;
			-webkit-box-shadow: 0px 10px 30px 0px rgba(85, 128, 255, 0.36);
			box-shadow: 0px 10px 30px 0px rgba(85, 128, 255, 0.36);
		}
/* 自己shopify结束 */

/*  */
		.zjbut{
			font-size: 24px;
			color: #000;
			background-color: #f3f3f3;
		}
		.zjcom{
			color: #fff;
		}
		.zjcom h1{
			color: #fff;
		}
		.zjcom h3{
			color: #fff;
		}
		.common-heading>span {
			line-height: 26px;
		}

		.common-heading>span {
			color: #323232;
			text-transform: uppercase;
			letter-spacing: .5px;
			font-size: 16px;
			font-weight: 400;
			margin: 0 0 15px;
			display: block;
		}
		html .mb30 {
			margin-bottom: 30px;
		}
		.text-second {
			color: #e91e63;
		}
		.bg-b {
			background-image: linear-gradient(to right,#673AB7 0%,#E91E63 36%,#E91E63 65%,#673AB7 100%);
		}
		.text-animation {
			font-weight: 700;
			color: transparent;
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			-webkit-animation: hue 6s infinite linear;
		}
		.text-radius {
			border-radius: 3px;
			padding: 0 3px;
		}
		.text-light {
			--bs-text-opacity: 1;
			color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important;
		}
		.text-bold {
			font-weight: 700;
		}
		.common-heading {
			padding: 0;
			text-align: center;
			position: relative;
			z-index: 10;
		}
		html .mb30 {
			margin-bottom: 30px;
		}

		html .mt30 {
			margin-top: 30px;
		}

/* 自己结束 */
/* psd转html开始 */
		.psdzhaunhtml{
			width: 100%;
		}
		.psdzhaunhtml img{
			width: 88px;
			margin: 0 auto;
		}
/* psd转html结束 */
/* 网站维护开始 */
		.wangzhanweihucolor .text-secondfb{
			color: #1997fe;
		}
		.wangzhanweihucolor .template-btn{
			background-color: #f4732a;
			color: #fff;
			border-color: #f4732a;
		}
/* 网站维护结束 */

/* 网站打开速度开始 */
		.hero-area-v4zj{
			
		}
		.pricing-tablezj .plan-cost .price{
			color: #000 ;
			text-align: left;
			text-shadow: 4px 7px 6px #a5a5a500;
		}
		.pricing-tablezj:hover{
			background-color: #FC6D3A;
		}
		.pricing-tablezj:hover .plan-cost .price{
			color: #fff;
		}
		.pricing-tablezj:hover p{
			color: #fff;
		}
/* 网站打开速度结束 */

/* 07-20 */
.text-left{
	text-align: left;
}
/* 07-20 */
/* 营销型外贸网站优化 */
	.zjhero-area-v5{
		background-color: transparent;
		background-image: radial-gradient(at center left, var(--color-primary-7) 0%, var(--color-secondary-6) 56%);
	}
	.zjcom2{

	}

	.zjhero-area-v5.hero-area-v5.ewrewrwer {
		background-color: transparent;
		background-image: radial-gradient(at center left, #352f2f 0%, #352f2f 56%);
	}
	.hero-area-v9.zjhero-area-v9{
		padding: 30px 0 10px;
		background-color: var(--color-secondary-6);
		position: relative;
		z-index: 1;
	}

	.content-box-1 {
		background: #ffffff;
		padding: 50px 40px;
		box-shadow: 0 15px 40px rgba(69, 63, 181, 0.1);
		border-radius: 30px;
		text-align: center;
		margin-bottom: 30px;
		transition: 0.3s;
	}
	.content-box-1:hover {
		transform: translateY(-10px);
	}
	.content-box-1-icon-wrapper {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 1;
		width: 180px;
		height: 180px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		border: 1px solid #6a4bc4;
		box-sizing: content-box;
		border-radius: 50%;
		color: #6a4bc4;
	}
	.content-box-1-icon-wrapper::before {
		content: '';
		position: absolute;
		z-index: -1;
		left: 0;
		top: 10%;
		width: 100%;
		height: 100%;
		box-shadow: 0px 0px 25px 0px #6a4bc4, 0px 0px 25px 0px #6a4bc4 inset;
		border-radius: 50%;
		opacity: 0.2;
	}
	.content-box-1-circle {
		position: absolute;
		z-index: -1;
		width: 84%;
		height: 84%;
		left: 8%;
		top: 8%;
	}
	.content-box-1-circle:nth-child(1) {
		transform: rotate(0deg);
		animation: content-box-1-rotation 2s infinite linear;
		animation-play-state: paused;
	}
	.content-box-1-circle:nth-child(2) {
		transform: rotate(180deg);
		animation: content-box-1-rotation-2 2s infinite linear;
		animation-play-state: paused;
	}
	.content-box-1-circle-bullet {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background-color: #6a4bc4;
	}
	.content-box-1:hover .content-box-1-circle:nth-child(1), .content-box-1:hover .content-box-1-circle:nth-child(2) {
		animation-play-state: running;
	}
	@keyframes content-box-1-rotation {
		0% {
			transform: rotate(90deg); }
		100% {
			transform: rotate(450deg); }
	}
	
	@keyframes content-box-1-rotation-2 {
		0% {
			transform: rotate(-90deg); }
		100% {
			transform: rotate(270deg); }
	}
	.content-box-1-icon {
		line-height: 0;
		font-size: 52px;
	}
	.content-box-1-content-wrapper {
		letter-spacing: 1px;
	}
	.content-box-1-title {
		font-size: 22px;
		margin: 0 0 20px;
		color: #343a40;
	}
	.content-box-1-content {
		color: #6e727d;
    	font-size: 17px;
   		 letter-spacing: 0.5px;
	}
	.content-box-1-button {
		display: inline-block;
		margin-top: 26px;
		text-decoration: none;
		color: #6a4bc4;
		font-size: 16px;
		font-weight: 600;
		transition: 0.3s;
	}
	.content-box-1-button:hover {
		color: #333 !important;
	}
	
	.content-box-1.color-2 .content-box-1-icon-wrapper {
		border: 1px solid #ff5d0c;
		color: #ff5d0c;
	}
	.content-box-1.color-2 .content-box-1-icon-wrapper::before {
		box-shadow: 0px 0px 25px 0px #ff5d0c, 0px 0px 25px 0px #ff5d0c inset;
	}
	.content-box-1.color-2 .content-box-1-circle-bullet {
		background-color: #ff5d0c;
	}
	.content-box-1.color-2 .content-box-1-button {
		color: #ff5d0c;
	}
	
	.content-box-1.color-3 .content-box-1-icon-wrapper {
		border: 1px solid #e91e63 ;
		color: #e91e63 ;
	}
	.content-box-1.color-3 .content-box-1-icon-wrapper::before {
		box-shadow: 0px 0px 25px 0px #e91e63 , 0px 0px 25px 0px #e91e63 inset;
	}
	.content-box-1.color-3 .content-box-1-circle-bullet {
		background-color: #e91e63 ;
	}
	.content-box-1.color-3 .content-box-1-button {
		color: #e91e63 ;
	}
	.elementor-icon {
		display: inline-block;
		line-height: 1;
		transition: all .3s;
		color: #69727d;
		font-size: 50px;
		text-align: center;
		box-sizing: border-box;
	}

	/**=========================
    START Content Box 8
=========================**/
.content-box-8 {
    background: #ffffff;
    padding: 50px 15px;
    position: relative;
    box-shadow: 0 15px 40px rgba(69, 63, 181, 0.1);
    text-align: center;
    margin-bottom: 30px;
    transition: 0.3s;
}
.content-box-8::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #6a4bc4;
    transition: transform 250ms ease-in;
    transform: scaleX(0);
    transform-origin: right center
}

.content-box-8:hover::before {
    transform: scaleX(1);
    transform-origin: left center
}
.content-box-8-content-wrapper {
    letter-spacing: 1px;
}
.content-box-8-title {
    font-size: 22px;
    margin: 0 0 20px;
	color: #343a40 !important;
}
.content-box-8-content {
    color: #858aa7;
    font-size: 16px;
    line-height: 1.6;
}
.content-box-8-icon-wrapper {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
}
.content-box-8-icon-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    box-shadow: 0 25px 45px 0 #6a4bc4;
    opacity: .3;
    background-color: #fff;
    border: 14px solid #fff;
}
.content-box-8-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #6a4bc4;
    border-radius: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.content-box-8-icon-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background-image: linear-gradient(45deg,rgba(0,0,0,.15) 0,rgba(0,212,255,0) 60%);
}
.content-box-8-icon-box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    box-shadow: 0 15px 15px 0 #6a4bc4;
    opacity: .3;
}
.content-box-8-icon {
    color: #fff;
    font-size: 36px;
    line-height: 0;
}
.content-box-8-button {
    display: inline-block;
    margin-top: 26px;
    text-decoration: none;
    background: #6a4bc4;
    box-shadow: 0 10px 45px 0 #6a4bc4;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 50px;
    transition: 0.3s;
}


.content-box-8.color-2 .content-box-8-icon-wrapper::before {
    box-shadow: 0 25px 45px 0 #ff5d0c;
}
.content-box-8.color-2 .content-box-8-icon-box {
    background-color: #ff5d0c;
}

.content-box-8.color-2 .content-box-8-icon-box::after {
    box-shadow: 0 15px 15px 0 #ff5d0c;
}
.content-box-8.color-2 .content-box-8-button {
    background: #ff5d0c;
    box-shadow: 0 10px 45px 0 #ff5d0c;
}
.content-box-8.color-2::before {
    background-color: #ff5d0c;
}


.content-box-8.color-3 .content-box-8-icon-wrapper::before {
    box-shadow: 0 25px 45px 0 #e91e63 ;
}
.content-box-8.color-3 .content-box-8-icon-box {
    background-color: #e91e63 ;
}

.content-box-8.color-3 .content-box-8-icon-box::after {
    box-shadow: 0 15px 15px 0 #e91e63 ;
}
.content-box-8.color-3 .content-box-8-button {
    background: #e91e63 ;
    box-shadow: 0 10px 45px 0 #e91e63 ;
}
.content-box-8.color-3::before {
    background-color: #e91e63 ;
}
.hero-area-v9 .e-wallet-boxed-container{
	background-color: #fdf5e2;
}
.hero-area-v5.zjhero-area-v5{
	padding-bottom: 198px;
}
/**=========================
    END Content Box 8
=========================**/

/* 营销型外贸网站优化 */

/* 外贸网站优化 */
.hero-area-v7.zjhero-area-v7{
	position: relative;
    z-index: 1;
    padding-left: calc((100% - 1200px) / 2);
    padding-top: 0px;
    padding-bottom: 0px;
}
/* 外贸网站优化 */
.zibutton000{
	color: #000;
}
.grid-item-icon {
    color: #19afad;
}
.grid-item-icon>svg {
    width: 62px;
    height: 62px;
}
.content-box-7 {
    background: #ffffff;
    padding: 50px 40px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 15px 40px rgb(69 63 181 / 21%);
    transition: 0.3s;
}
.content-box-7:hover {
    background: #377dff;
    transform: translateY(-15px);
}
.content-box-7-icon {
    background: #e2f2ff;
    color: #377dff;
    padding: 15px;
    border-radius: 50px;
    display: inline-flex;
    align-items:center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 36px;
    transition: 0.3s;

}
.content-box-7:hover .content-box-7-icon {
    background: #ffffff38;
    color: #fff;
}
.content-box-7-content-wrapper {
    letter-spacing: 1px;
}
.content-box-7-title {
    font-size: 22px;
    margin: 0 0 20px;
    padding-bottom: 15px;
    color: #343a40;
    transition: 0.3s;
    border-bottom: 1px solid #3f51b538;
}
.content-box-7:hover .content-box-7-title {
    color: #fff;
    border-color: #ffffff38;
}
.content-box-7-content {
    color: #858aa7;
    font-size: 15px;
    line-height: 1.6;
    transition: 0.3s;
}
.content-box-7:hover .content-box-7-content {
    color: #fff;
}
.content-box-7-button {
    display: inline-block;
    margin-top: 26px;
    text-decoration: none;
    background: #e2f2ff;
    color: #377dff;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 4px;
    letter-spacing: 0;
    transition: 0.3s;
}
.content-box-7:hover .content-box-7-button {
    color: #fff;
    background: #ffffff38;
}
.zjcontent-box-7 .content-box-7-icon-wrapper{
	text-align: center;
}
.zjcontent-box-7 .content-box-7-icon-wrapper img{
	width: 50%;
}
.zjhero-area-v5.hero-area-v5 .hero-content .hero-title {
    font-size: 54px;
    line-height: 1.12;
    letter-spacing: -2px;
    margin-bottom: 40px;
    color: var(--color-white);
    text-shadow: 10px 10px 10px #0000005e;
}
.zjhero-area-v5.hero-area-v5 .hero-thumbnail-wrap .hero-thumbnail::after {
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
    border-bottom-right-radius: 5%;
    border-bottom-left-radius: 5%;
}
.zjhero-area-v5.hero-area-v5 .hero-thumbnail-wrap .hero-thumbnail{
	border-top-left-radius: 5%;
    border-top-right-radius: 5%;
    border-bottom-right-radius: 5%;
    border-bottom-left-radius: 5%;
}
.zjhero-area-v5.hero-area-v5 .hero-thumbnail-wrap .hero-thumbnail::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
	background-color: #ffffff00;
    opacity: 0.5;
}
.zjseohero-area-v5.zjhero-area-v5{
	background-image: radial-gradient(at center left, #4285f4 0%, #ffbab47a 56%);
}
.zjseohero-area-v5{
	background-image: radial-gradient(at center left, #4285f4 0%, #ffbab47a 56%);
}
.zjseohero-area-v5.zjhero-area-v9{
	background-image: radial-gradient(at center left, #4285f4 0%, #ffbab47a 56%);
}
.zjseohero-area-v5.hero-area-v9::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: transparent;
    background-image: radial-gradient(at center left, #4285f4 0%, #ffbab47a 56%);
    opacity: 0.5;
}
.p-t-50{
	padding-top: 50px;
}
.hero-area-v9.zjhero-area-v9.zjseohero-area-v5{
	padding: 60px 0 10px;
}
.p-t-150{
	padding-top: 150px;
}
.hero-area-v9.zjhero-area-v9.p-t-100.p-b-88{
	/* padding-top: 100px; */
	padding-bottom: 88px;
}
/* .hero-area-v5 .hero-thumbnail-wrap.zjhero-thumbnail-wrap{
	height: 685px;
    width: 1310px;
    position: absolute;
    right: -100px;
    top: -148px;
    z-index: -1;
} */
.zj000hero-area-v3.hero-area-v3 .hero-content .hero-title {
    font-size: 46px;
    line-height: 1.15;
    margin-bottom: 60px;
    letter-spacing: -3px;
    color: #fff
}
.zj000hero-area-v3.hero-area-v3 .hero-content p {
		color: #fff;
		margin-bottom: 35px;
		font-size: 21px;
	};
.zjbenefit-section .e-wallet-boxed-container{
	background-color: #ffffff;
}
.check-list-4 li h4{
	margin-bottom: 13px;
    font-weight: 500;
    font-size: 19px;

}
.check-list-4 li h4 i{
	margin-right: 9px;
	color: #ff7e00;
	font-size: 22px;
}
.zjbenefit-content .title.zjtitle{
	text-align: left;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .5px;
}
.zjspan{
	color: #ff7e00;
}
.benefit-content.zjbenefit-content{
	padding-left: 61px;
    background-color: #f7f7f7;
    box-shadow: 0px -3px 29px #ffe5e5;
    background-color: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    box-shadow: 0px 11px 80px 0px rgb(0 0 0 / 6%);	
}
.zjbenefit-section.benefit-section{
	background-color: rgba(255,255,255,0.9)!important;
}

/**=========================
    START Content Box 4
=========================**/
.content-box-4 {
    background: #ffffff;
    position: relative;
    padding: 30px 10px;
    text-align: center;
    margin-bottom: 10px;
    transition: 0.3s;
}
.content-box-4:hover {
    box-shadow: 0 15px 40px rgba(69, 63, 181, 0.1);
}
.content-box-4::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #6a4bc4;
    transition: transform 250ms ease-in;
    transform: scaleX(0);
    transform-origin: right center
}

.content-box-4:hover::before {
    transform: scaleX(1);
    transform-origin: left center
}

.content-box-4-icon-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 110px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border: 1px solid #6a4bc4;
    box-sizing: content-box;
    border-radius: 50%;
    color: #6a4bc4;
}
.content-box-4-icon-wrapper::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 10%;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 25px 0px #6a4bc4, 0px 0px 25px 0px #6a4bc4 inset;
    border-radius: 50%;
    opacity: 0.2;
}
.content-box-4-circle {
    position: absolute;
    z-index: -1;
    width: 84%;
    height: 84%;
    left: 8%;
    top: 8%;
}
.content-box-4-circle:nth-child(1) {
    transform: rotate(0deg);
    animation: content-box-4-rotation 2s infinite linear;
    animation-play-state: paused;
}
.content-box-4-circle:nth-child(2) {
    transform: rotate(180deg);
    animation: content-box-4-rotation-2 2s infinite linear;
    animation-play-state: paused;
}
.content-box-4-circle-bullet {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #6a4bc4;
}
.content-box-4:hover .content-box-4-circle:nth-child(1), .content-box-4:hover .content-box-4-circle:nth-child(2) {
    animation-play-state: running;
}
@keyframes content-box-4-rotation {
    0% {
        transform: rotate(90deg); }
    100% {
        transform: rotate(450deg); }
}

@keyframes content-box-4-rotation-2 {
    0% {
        transform: rotate(-90deg); }
    100% {
        transform: rotate(270deg); }
}
.content-box-4-icon {
    line-height: 0;
    font-size: 52px;
}
.content-box-4-content-wrapper {
    letter-spacing: 1px;
}
.content-box-4-title {
    font-size: 22px;
    margin: 0 0 20px;
    color: #343a40;
}
.content-box-4-content {
    color: #858aa7;
    font-size: 16px;
    line-height: 1.6;
}
.content-box-4-button {
    display: inline-block;
    margin-top: 26px;
    text-decoration: none;
    color: #6a4bc4;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}
.content-box-4-button:hover {
    color: #333 !important;
}

.content-box-4.color-2 .content-box-4-icon-wrapper {
    border: 1px solid #54e0c4;
    color: #54e0c4;
}
.content-box-4.color-2 .content-box-4-icon-wrapper::before {
    box-shadow: 0px 0px 25px 0px #54e0c4, 0px 0px 25px 0px #54e0c4 inset;
}
.content-box-4.color-2 .content-box-4-circle-bullet {
    background-color: #54e0c4;
}
.content-box-4.color-2 .content-box-4-button {
    color: #54e0c4;
}
.content-box-4.color-2::before {
    background-color: #54e0c4;
}

.content-box-4.color-3 .content-box-4-icon-wrapper {
    border: 1px solid #ffb507;
    color: #ffb507;
}
.content-box-4.color-3 .content-box-4-icon-wrapper::before {
    box-shadow: 0px 0px 25px 0px #ffb507, 0px 0px 25px 0px #ffb507 inset;
}
.content-box-4.color-3 .content-box-4-circle-bullet {
    background-color: #ffb507;
}
.content-box-4.color-3 .content-box-4-button {
    color: #ffb507;
}
.content-box-4.color-3::before {
    background-color: #ffb507;
}

/**=========================
    END Content Box 4
=========================**/
.content-box-4 img{
	width: 110px;
    margin-bottom: 10px;
}
.app-landing-page .content-box-4-title{
	color: #2c5cf5;
}
.fancy-check-list-v1.zjfancy-check-list-v1 li::before {
    position: absolute;
    z-index: -999;
    left: 30px;
    top: 35px;
    width: 0px;
    height: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #2c5cf5;
    color: var(--color-white);
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 0px;
}
.fancy-check-list-v1.zjfancy-check-list-v1 li{
	padding: 35px 15px 35px 11px;
}
.fancy-check-list-v1.zjfancy-check-list-v1 li p{
	font-weight: 500;
	font-size: 17px;
}
.app-landing-page .color2c5cf5{
	color: #2c5cf5;
}
.hero-area-v3.yygoogle{
	background: url() no-repeat 40px,linear-gradient(200deg, #fff 0%, #fff 100%);
}
.yygoogle.hero-area-v3 .hero-content .hero-title{
	color: #000;
}
.yygoogle.hero-area-v3 .hero-content p{
	color: #000;
}
.yygoogle .template-btn.white-bg.bordered-btn {
    background-color: transparent;
    color: #000;
    border-color: rgb(0 0 0);
}
.yygoogle.zjbenefit-section.benefit-section{
	background-color: rgb(255 126 0)!important;
}
.yygoogle .color2c5cf5 {
    color: #000;
}
.yygoogle .common-heading>span {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
    display: block;
}

/**=========================
    START Content Box 7
=========================**/
.content-box-7 {
    background: #ffffff;
    padding: 30px 10px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 15px 40px rgba(69, 63, 181, 0.1);
    transition: 0.3s;
	border-radius: 10px;
}
.content-box-7:hover {
    background: #377dff;
    transform: translateY(-15px);
}
.content-box-7-icon {
    background: #e2f2ff;
    color: #377dff;
    padding: 15px;
    border-radius: 50px;
    display: inline-flex;
    align-items:center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 36px;
    transition: 0.3s;

}
.content-box-7:hover .content-box-7-icon {
    background: #ffffff38;
    color: #fff;
}
.content-box-7-content-wrapper {
    letter-spacing: 1px;
}
.content-box-7-title {
    font-size: 22px;
    margin: 0 0 20px;
    padding-bottom: 15px;
    color: #343a40;
    transition: 0.3s;
    border-bottom: 1px solid #3f51b538;
}
.content-box-7:hover .content-box-7-title {
    color: #fff;
    border-color: #ffffff38;
}
.content-box-7-content {
    color: #363636;
    font-size: 17px;
    line-height: 1.6;
    transition: 0.3s;
}
.content-box-7:hover .content-box-7-content {
    color: #fff;
}
.content-box-7-button {
    display: inline-block;
    margin-top: 26px;
    text-decoration: none;
    background: #e2f2ff;
    color: #377dff;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 4px;
    letter-spacing: 0;
    transition: 0.3s;
}
.content-box-7:hover .content-box-7-button {
    color: #fff;
    background: #ffffff38;
}

/**=========================
    END Content Box 7
=========================**/
.content-box-7 img{
	margin-bottom: 20px;
	width: 100%;
}
.zjgoogledfgee{
	margin-bottom: 30px;
}
.zjimgere .content-box-4 img {
    width: 100%;
    margin-bottom: 10px;
}
.zjimgere .content-box-4-content {
    color: #1e1e1e;
    font-size: 17px;
    line-height: 1.6;
}
.zjimgere .content-box-4-title {
    font-size: 25px;
    margin: 0 0 20px;
    color: #343a40;
    color: #000;
}
.zjimgere .content-box-4 {
    background: #ffffff;
    position: relative;
    padding: 10px 10px;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.3s;
}
.common-heading .colorff7e00 {
    color: #ff7e00;
}

.app-landing-page .colorff7e00 {
    color: #ff7e00;
}
.zjiehgjewh{
	color: #202020;
    font-size: 28px;
}
.feature-text-block .zjiehgjewh{
	color: #202020;
    font-size: 28px;
	font-weight: 500;
}
/* 5列开始 */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
}

/* 5列结束 */
.zjulerjef li{
	float: left;
    width: 48%;
    font-size: 24px;
    margin: 10px 0px;
    color: #fff;
    background-color: #000000d6;
    border-radius: 28px;
    padding: 10px 3px;
    margin-right: 1%;
}
.wid100{
	width: 100%;
}
.googsjhero-area-v9{
	padding: 80px 0 70px;
    background-color: var(--color-secondary-6);
}








.image-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* width: 60%; */
	margin: auto;
	margin-bottom: 50px;
  }
  
  .media {

	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
  }
  
  .media:hover {
	cursor: pointer;
  }
  
  .overlay {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 3;
	opacity: 0;
	transition: all ease-in-out 0.5s;
  }
  
  .media:hover .overlay {
	opacity: 1;
  }
  
  .image-wrapper img {
	width: 100%;
	z-index: -1;
	margin: auto;
	transition: all ease-in-out 0.5s;
  }
  
  .media:hover img {
	/* transform: scale(1.1);
	filter: blur(2px); */
	width: 100%;
  }
  
  .image-details {
	text-align: center;
	color: white;
	font-size: 20px;
	z-index: 4;
	position: absolute;
	top: 100%;
	opacity: 0;
	width: 100%;
	transition: all ease-in-out 0.2s;
  }
  
  .media:hover .image-details {
	top: 0%;
	opacity: 1;
  }
  
  @media only screen and (max-width: 900px) {
	.media {
	  width: 70%;
	  height: 70%;
	}
  }
  .zjimage-wrapper p{
	background-color: #727272;
    color: #fff;
    font-size: 19px;
	padding: 10px 16px;
  }
  .zjimage-wrapper{
	margin-bottom: 50px;
  }
  .faq-with-seo-score-box .accordion-item p{
	font-size: 22px;
    color: #363636;
  }
  .zjpfont25px{
	font-size: 20px;
	color: #242424;
  }
  .zjbfont25px{
	font-size: 22px;
    color: #2c2c2c;
    font-weight: 600;
  }
  .fancy-check-list-v1.zjfancy-check-list-v1 li {
    padding: 9px 15px 9px 11px;
    position: relative;
    z-index: 1;
	list-style: none;
}
.feature-text-block .zjdekfkedf{
	font-size: 17px;
    font-weight: 500;
	color: #000002;
}
.zjspancol207DE9{
	color: #207DE9;
}
.feature-text-block .zjpfont25px{
	font-size: 20px;
	color: #242424;
	font-weight: 500;
  }
.zjpfont25px{
	font-size: 20px;
	color: #242424;
	font-weight: 500;
}
/**=========================
    START Content Box 5
=========================**/
.content-box-5 {
    background: #f2f2f2;
    padding: 50px 40px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.3s;
    border: solid 1px #e6e5e5;
    border-radius: 3px;
}
.content-box-5:hover {
    box-shadow: 0 15px 40px rgba(69, 63, 181, 0.1);
}
.content-box-5-content-wrapper {
    letter-spacing: 1px;
}
.content-box-5-title {
    font-size: 22px;
    margin: 0 0 20px;
    color: #343a40;
}
.content-box-5-content {
    font-size: 18px;
    color: #444;
    line-height: 1.6;
}
.content-box-5-icon-wrapper {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
}
.content-box-5-icon-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    box-shadow: 0 25px 45px 0 #6a4bc4;
    opacity: .3;
    background-color: #fff;
    border: 14px solid #fff;
}
.content-box-5-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #6a4bc4;
    border-radius: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.content-box-5-icon-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background-image: linear-gradient(45deg,rgba(0,0,0,.15) 0,rgba(0,212,255,0) 60%);
}
.content-box-5-icon-box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    box-shadow: 0 15px 15px 0 #6a4bc4;
    opacity: .3;
}
.content-box-5-icon {
    color: #fff;
    font-size: 36px;
    line-height: 0;
}
.content-box-5-link {
    border-radius: inherit;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.content-box-5.color-2 .content-box-5-icon-wrapper::before {
    box-shadow: 0 25px 45px 0 #54e0c4;
}
.content-box-5.color-2 .content-box-5-icon-box {
    background-color: #54e0c4;
}

.content-box-5.color-2 .content-box-5-icon-box::after {
    box-shadow: 0 15px 15px 0 #54e0c4;
}



.content-box-5.color-3 .content-box-5-icon-wrapper::before {
    box-shadow: 0 25px 45px 0 #ffb507;
}
.content-box-5.color-3 .content-box-5-icon-box {
    background-color: #ffb507;
}

.content-box-5.color-3 .content-box-5-icon-box::after {
    box-shadow: 0 15px 15px 0 #ffb507;
}
.zjsousuogoog h2{
	color: #ffffff;
}
.zjsousuogoog p{
	font-size: 21px;
}
.zjsousuogoog ul li{
	list-style:disc;
	margin-bottom: 20px;
}
.zijidejkg li{
	list-style: disc;
    color: #222;
    font-weight: 300;
    line-height: 1.2em;
    padding: 11px 12px;
    font-size: 21px;
}
.c000{
	color:#000;
}
.software-text-block .zjpekjfgelkl{
	font-size: 28px;
    color: #161616;
}
.software-text-block p{
	color: #222;
	font-size: 19px;
}
.dsklfewkrwe p{
	color: #222;
	font-size: 20px;
}
.content-box-7:hover p{
	color: #fff;
}

.template-header .nav-menu .sub-menu.zjmeni{

	width: 1100px;
    top: calc(100%);
    left: -14em;
}
.template-header .nav-menu .sub-menu.zjmeni .zifkekg{
	float: left;
	width: 24%;
	margin-right: 1%;

}
.template-header .nav-menu .sub-menu.zjmeni li a{
	justify-content: flex-start;
	justify-content: flex-start;
}
.template-header .nav-menu .sub-menu.zjmeni li a i{
	margin-right: 5px;
}
.template-header .nav-menu .zifkekg .uidkehjhfgj{
	display: block;
}
.zifkekg .uidkehjhfgj li{
	width: 100%;
}

.headfeffp{
	color: #473bf0;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 15px 10px;
}
.zjimgerer{
	width: 11%	;
}

/* woo轮播开始 */

.zjlunboeejje .post-slide{
    margin: 0 15px;
}
.zjlunboeejje .post-slide .post-img{
    overflow: hidden;
}
.zjlunboeejje .post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.zjlunboeejje .post-slide:hover .post-img img{
    transform: scale(1.08);
}
.zjlunboeejje .post-slide .post-content{
    background: #fff;
    padding: 20px;
}
.zjlunboeejje .post-slide .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.zjlunboeejje .post-slide .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.zjlunboeejje .post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.zjlunboeejje .post-slide .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.zjlunboeejje .post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.zjlunboeejje .post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.zjlunboeejje .post-slide .post-bar li i{
    margin-right: 5px;
}
.zjlunboeejje .post-slide .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.zjlunboeejje .post-slide .post-bar li a:after{
    content: ",";
}
.zjlunboeejje .post-slide .post-bar li a:last-child:after{
    content: "";
}
.zjlunboeejje .post-slide .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.zjlunboeejje .post-slide .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.zjlunboeejje .post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}
/* woo轮播结束 */



/**=========================
    START content box 2
=========================**/
.content-box-2 {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    transition: 0.3s;
}
.content-box-2::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #2e2e2e;
    transition: transform 250ms ease-in;
    transform: scaleX(0);
    transform-origin: right center
}

.content-box-2:hover::before {
    transform: scaleX(1);
    transform-origin: left center
}

.content-box-2-icon-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 110px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border: 1px solid #6a4bc4;
    box-sizing: content-box;
    border-radius: 50%;
    color: #6a4bc4;
}
.content-box-2-icon-wrapper::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 10%;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 25px 0px #6a4bc4, 0px 0px 25px 0px #6a4bc4 inset;
    border-radius: 50%;
    opacity: 0.2;
}
.content-box-2-circle {
    position: absolute;
    z-index: -1;
    width: 84%;
    height: 84%;
    left: 8%;
    top: 8%;
}
.content-box-2-circle:nth-child(1) {
    transform: rotate(0deg);
    animation: content-box-2-rotation 2s infinite linear;
    animation-play-state: paused;
}
.content-box-2-circle:nth-child(2) {
    transform: rotate(180deg);
    animation: content-box-2-rotation-2 2s infinite linear;
    animation-play-state: paused;
}
.content-box-2-circle-bullet {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #6a4bc4;
}
.content-box-2:hover .content-box-2-circle:nth-child(1), .content-box-2:hover .content-box-2-circle:nth-child(2) {
    animation-play-state: running;
}
@keyframes content-box-2-rotation {
    0% {
        transform: rotate(90deg); }
    100% {
        transform: rotate(450deg); }
}

@keyframes content-box-2-rotation-2 {
    0% {
        transform: rotate(-90deg); }
    100% {
        transform: rotate(270deg); }
}
.content-box-2-icon {
    line-height: 0;
    font-size: 52px;
}
.content-box-2-content-wrapper {
    letter-spacing: 1px;
}
.content-box-2-title {
	font-size: 19px;
    color: #343a40;
    position: relative;
    margin-bottom: 15px;
	margin-top: 20px;
    transition: 0.3s;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
}





.content-box-2-content {
    color: #858aa7;
    font-size: 16px;
    line-height: 1.7;
	text-align: left;
}
.content-box-2-button {
    display: inline-block;
    margin-top: 26px;
    text-decoration: none;
    color: #6a4bc4;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}
.content-box-2-button:hover {
    color: #333 !important;
}

.content-box-2.color-2 .content-box-2-icon-wrapper {
    border: 1px solid #54e0c4;
    color: #54e0c4;
}
.content-box-2.color-2 .content-box-2-icon-wrapper::before {
    box-shadow: 0px 0px 25px 0px #54e0c4, 0px 0px 25px 0px #54e0c4 inset;
}
.content-box-2.color-2 .content-box-2-circle-bullet {
    background-color: #54e0c4;
}
.content-box-2.color-2 .content-box-2-button {
    color: #54e0c4;
}
.content-box-2.color-2::before {
    background-color: #54e0c4;
}

.content-box-2.color-3 .content-box-2-icon-wrapper {
    border: 1px solid #ffb507;
    color: #ffb507;
}
.content-box-2.color-3 .content-box-2-icon-wrapper::before {
    box-shadow: 0px 0px 25px 0px #ffb507, 0px 0px 25px 0px #ffb507 inset;
}
.content-box-2.color-3 .content-box-2-circle-bullet {
    background-color: #ffb507;
}
.content-box-2.color-3 .content-box-2-button {
    color: #ffb507;
}
.content-box-2.color-3::before {
    background-color: #ffb507;
}

/**=========================
    END content box 2
=========================**/
.zijiwpnejkwrew{
	padding: 0px 40px;
}
.content-box-2 img{
	float:left;
    margin-right:20px;
	width: 75%;
}
.clear{
	clear:both;
}
.content-box-2-felevfek{
	padding: 24px;
	box-shadow: 0 6px 105px rgb(18 4 108 / 8%);
    background-color: #fff;
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    --p-size-proportion: 1.16;



	position: relative;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.3s;


}

.content-box-2-felevfek::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #2e2e2e;
    transition: transform 250ms ease-in;
    transform: scaleX(0);
    transform-origin: right center
}

.content-box-2-felevfek:hover::before {
    transform: scaleX(1);
    transform-origin: left center
}





.jfkewjkgp{
	text-transform: capitalize;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #1e1e1e;
    font-family: poppins,sans-serif;
    line-height: 26px;
    font-size: 22px;
    margin: 5px 0 0;
    padding: 0 0px;
    font-weight: 500;
    letter-spacing: 1px;
    width: 100%;
}
.zijiwpnejkwrew .content-box-2 img{
	transition: all 0.3s;/* 上浮这个过程需要的时间 */
}
.zijiwpnejkwrew .content-box-2 img:hover {
	box-shadow: 0 16px 32px 0 rgba(48, 55, 66, 0.15);/* 鼠标悬浮时盒子出现的阴影 */
	transform: translate(0, -10px);/* 鼠标悬浮时盒子上移10px */
}
.woosfjkwejke .content-box-2 img {
    width: 100%;
	box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.2);
}
.content-box-7-zj{
	background: #ffffff;
    padding: 30px 10px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 15px 40px rgba(69, 63, 181, 0.1);
    transition: 0.3s;
    border-radius: 10px;
}
.content-box-7-zj:hover {
    transform: translateY(-15px);
}
.content-box-7-zj p{
	text-align: center;
	margin-top: 10px;
}
.pricing-table-two .left-content.zjleft-content{
    width: 100%;
}
.zkejww234dker{
	text-align: center;
	padding-bottom: 10px;
	color: #2a8a44;
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
}
.wwper5656jff{
	text-align: center;
	padding-bottom: 27px;
	color: #000a12;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}
.imgwplmmii{
	vertical-align: middle;
    display: block;
	height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
	margin: 0 auto;
	width: 70%;
}
.imgwplmmii100{
	width: 46%;
	vertical-align: middle;
    display: block;
	height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
	margin: 0 auto;
	width: 100%;
}
.hero-area-v6 .hero-area-v5 .hero-content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.hero-area-v6 .hero-area-v5.zjhero-area-v5 {
    padding-bottom: 172px;
}
.hero-area-v6 .hero-area-v2 .hero-content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.hero-area-v6 .hero-area-v2 .hero-content .hero-title {
    font-size: 43px;
    line-height: 1.15;
    margin-bottom: 65px;
    letter-spacing: -2px;
    color: var(--color-white);
}

.hero-area-v6 .hero-area-v3 .hero-content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.bc-f8f8f8{
	background-color: #f8f8f8;
}
.zijejgewwpl{
	margin: 0 auto;
	text-align: center;
}
.check-list-4 li{
	border-bottom: 1px solid #ccc;
	width: 95%;
	margin-bottom: 23px;
}
.check-list-4 li h4{
	margin-bottom: 0px;
}
/* 其他网站内容开始 */
.web_title{padding:45px 0 35px 0; min-width:1200px;}
.web_title h3{text-align:center; font-size:36px; color:#222; margin-bottom:20px;}
/*.page2_title h6:after{ content:''; width:20px; height:2px; display:block; background:#035CAC; margin:10px auto 0 auto;}*/
.web_title P{text-align:center; font-size:14px; color:#333; width:760px; line-height:24px; margin:auto;}
.web_service {
    margin-top: 20px;
}
.main100 {
    width: 90%;
    margin: auto;
    max-width: 1380px;
    min-width: 1200px;
}
.web_service li:first-child {
    border-left: 1px solid #ddd;
}
.web_service li {
    padding: 55px 2.5% 35px 2.5%;
    width: 25%;
    height: 420px;
    float: left;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-left: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #fff;
}
.web_service li .title {
    font-size: 24px;
    margin-bottom: 60px;
}
.web_service .web_ico1 {
    background: url(/skin/picture/qywzjs/web_ico1.png) no-repeat top right;
}
.web_service li .title span {
    margin-top: 15px;
    display: block;
    color: #888;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.web_service li .title {
    margin-bottom: 60px;
}
.web_service li .txt {
    line-height: 1.8;
    position: relative;
    padding-top: 25px;
}
.web_service .web_ico2 {
    background: url(/skin/picture/qywzjs/web_ico2.png) no-repeat top right;
}
.web_service .web_ico3 {
    background: url(/skin/picture/qywzjs/web_ico3.png) no-repeat top right;
}
.web_service .web_ico4 {
    background: url(/skin/picture/qywzjs/web_ico4.png) no-repeat top right;
}
.web_service li .txt:before {
    width: 100px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
    background: #035CAC;
    content: "";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-bottom: 25px;
}
.web_service li .txt {
    line-height: 1.8;
    position: relative;
    padding-top: 25px;
}
.web_service li .txt:after {
    width: 0;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    content: "";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.jxjewkf3esolution {
    height: 600px;
    background: #151515;
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
}
.jxjewkf3esolution-slide {
    position: relative;
}
.werwrw_erwreer {
    width: 86%;
    max-width: 1380px;
    min-width: 1200px;
    margin: auto;
}
.jxjewkf3esolution-slide .hd {
    width: 270px;
    position: absolute;
    z-index: 2;
    background: #000000;
    height: 600px;
    left: 0;
    top: 0;
    color: #fff;
}
.jxjewkf3esolution-slide .hd ul {
    margin-top: 30px;
}
.jxjewkf3esolution-slide .hd li {
    height: 90px;
    padding-top: 20px;
    box-sizing: border-box;
    position: relative;
    cursor: default;
    transition: all .5s;
    cursor: pointer;
}
.jxjewkf3esolution-slide .hd li:before {
    background: #035CAC;
    background: -moz-linear-gradient(left, #035CAC 0%, #f05251 100%);
    background: -webkit-linear-gradient(left, #035CAC 0%,#f05251 100%);
    background: linear-gradient(to right, #035CAC 0%,#f05251 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035CAC', endColorstr='#f05251',GradientType=1 );
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    transition: all .2s;
}
.jxjewkf3esolution-slide .hd li.item-1 i {
    background-position: 0 0;
}
.jxjewkf3esolution-slide .hd li i {
    margin-left: 20px;
    margin-right: 10px;
    float: left;
    background: url(/skin/picture/qywzjs/fa_icon.png) no-repeat;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2;
    transition: all .2s;
}
.jxjewkf3esolution-slide .hd .text {
    position: relative;
    z-index: 2;
}
.jxjewkf3esolution-slide .hd .text h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: normal;
}
.jxjewkf3esolution-slide .hd .text p {
    font-size: 13px;
    color: #fff;
    color: rgba(255,255,255,.7);
}
.jxjewkf3esolution-slide .hd li:after {
    content: "";
    width: 80%;
    border-bottom: 1px solid #2A2A2A;
    position: absolute;
    left: 10%;
    bottom: 0;
}
.jxjewkf3esolution-slide .hd li.on:before {
    width: 100%;
}
.jxjewkf3esolution-slide .bd {
    width: 1920px;
    margin-left: -320px;
}
.jxjewkf3esolution-slide .bd li.item-1 {
    background: url(/skin/picture/qywzjs/fa_img01.jpg) no-repeat center top;
}
.jxjewkf3esolution-slide .bd li.item-2 {
    background: url(/skin/picture/qywzjs/fa_img02.jpg) no-repeat center top;
}
.jxjewkf3esolution-slide .bd li.item-3 {
    background: url(/skin/picture/qywzjs/fa_img03.jpg) no-repeat center top;
}
.jxjewkf3esolution-slide .bd li.item-4 {
    background: url(/skin/picture/qywzjs/fa_img04.jpg) no-repeat center top;
}
.jxjewkf3esolution-slide .bd li.item-5 {
    background: url(/skin/picture/qywzjs/fa_img05.jpg) no-repeat center top;
}
.jxjewkf3esolution-slide .bd li.item-6 {
    background: url(/skin/picture/qywzjs/fa_img06.jpg) no-repeat center top;
}
.jxjewkf3esolution-slide .container {
    width: 1200px;
    margin: auto;
    height: 600px;
    position: relative;
}
.jxjewkf3esolution-slide .bd .inner {
    padding-left: 390px;
    padding-top: 73px;
    color: #fff;
}
.jxjewkf3esolution-slide .bd h2 {
    font-size: 36px;
    margin-bottom: 38px;
    font-weight: normal;
}
.jxjewkf3esolution-slide .bd .intro {
    font-size: 14px;
    margin-bottom: 40px;
}
.jxjewkf3esolution-slide .bd .intro dt {
    margin-bottom: 15px;
    font-size: 18px;
}
.jxjewkf3esolution-slide .bd .intro dd {
    color: #aaa;
    margin-bottom: 40px;
    line-height: 1.8;
}
.jxjewkf3esolution-slide .bd .intro dt {
    margin-bottom: 15px;
    font-size: 18px;
}
.jxjewkf3esolution-slide .bd .btn-wrap {
    overflow: hidden;
    margin-bottom: 40px;
}
.jxjewkf3esolution-slide .bd .btn-wrap a {
    width: 130px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-right: 15px;
    transition: all .2s;
}
.jxjewkf3esolution-slide .bd .btn-wrap a.btn-2 {
    background: rgba(255,255,255,0.5);
    color: #000;
}
.clear, .clearfix {
    clear: both;
}

.blank40 {
    height: 40px;
}
.bz_box li {
    float: left;
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    border-right: solid 1px #ddd;
    margin: 30px 0;
}
.bz_box li img {
    margin-bottom: 15px;
}
.bz_box li p {
    line-height: 26px;
    color: #666;
    font-size: 13px;
}
.bz_box li p span {
    display: block;
    font-weight: bold;
    color: #222;
    font-size: 15px;
}
.web-ffewrwerw_gvkewkrqw {
    background: url(/skin/picture/qywzjs/testimonial-bg.jpg);
    min-width: 1200px;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 10px 0 80px 0;
}

/*流程*/
.web-ffewrwerw_gvkewkrqw{background: url(/skin/picture/qywzjs/testimonial-bg.jpg);min-width: 1200px; background-size: cover;background-position: top; background-attachment: fixed; background-repeat: no-repeat;padding: 10px 0 80px 0;}
.lc_box{ margin-top:20px;}
.lc_box li{text-align:center; color:#FFF; font-size:16px; float:left; width:11.1%}
.lc_box li .lc_ico img{max-width: 40%;transition: all 0.5s;}
.lc_box li:hover .lc_ico img{ transform:rotateY(180deg);}
.lc_box li .lc_bian img{ width:100%;}

/*服务保障*/
.bz_box{}
.bz_box li{float:left; box-sizing:border-box; width:20%; text-align:center; border-right:solid 1px #ddd; margin:30px 0;}
.bz_box li:nth-child(4n){border-right:0;}
.bz_box li img{margin-bottom:15px;}
.bz_box li p{line-height:26px; color:#666; font-size:13px;}
.bz_box li p span{display:block; font-weight:bold; color:#222; font-size:18px;margin-bottom: 10px;margin-top: 10px;}

/*网站建设*/
.web_service{ margin-top:20px;}
.web_service ul{}
.web_service li:first-child{ border-left: 1px solid #ddd;}
.web_service li{padding: 55px 2.5% 35px 2.5%;width: 25%;height: 472px;float: left;position: relative;cursor: pointer;box-sizing: border-box;border: 1px solid #ddd;border-left: none;
	transition: all 0.3s;-webkit-transition: all 0.3s; background:#fff;
	}
.web_service li:hover{ background:#035CAC; color:#fff;}	
.web_service.wordpress li:hover{ background:#4385f5; color:#fff;}	
.web_service .web_icoemail {background:url(/skin/picture/qywzjs/web_icoemailon.png) no-repeat top right;}
.web_service li:hover .web_icoemail{background:url(/skin/picture/qywzjs/web_icoemail.png) no-repeat top right;}

.web_service .web_icoexmail {background:url(/skin/picture/qywzjs/web_icoexmailon.png) no-repeat top right;}
.web_service li:hover .web_icoexmail{background:url(/skin/picture/qywzjs/web_icoexmail.png) no-repeat top right;}

.web_service .web_ico1{background:url(/skin/picture/qywzjs/web_ico1.png) no-repeat top right;}
.web_service li:hover .web_ico1{background:url(/skin/picture/qywzjs/web_ico01.png) no-repeat top right;}
.web_service .web_ico2{background:url(/skin/picture/qywzjs/web_ico2.png) no-repeat top right;}
.web_service li:hover .web_ico2{background:url(/skin/picture/qywzjs/web_ico02.png) no-repeat top right;}
.web_service .web_ico3{background:url(/skin/picture/qywzjs/web_ico3.png) no-repeat top right;}
.web_service li:hover .web_ico3{background:url(/skin/picture/qywzjs/web_ico03.png) no-repeat top right;}
.web_service .web_ico4{background:url(/skin/picture/qywzjs/web_ico4.png) no-repeat top right;}
.web_service li:hover .web_ico4{background:url(/skin/picture/qywzjs/web_ico04.png) no-repeat top right;}

.web_service li .title{font-size: 24px;margin-bottom:60px;}
.web_service li .title span {margin-top: 15px;display: block;color:#888; font-size:12px; font-weight:normal; text-transform:uppercase;}
.web_service li:hover span{color:rgba(255,255,255,0.6);}

.web_service li .txt{ line-height:1.8; position:relative; padding-top:25px;}
.web_service li .txt:before {width: 100px;height: 4px;position: absolute;left: 0;top: 0;background: #035CAC;content: "";transition: all 0.3s;-webkit-transition: all 0.3s; margin-bottom:25px;}
.web_service.wordpress li .txt:before {width: 100px;height: 4px;position: absolute;left: 0;top: 0;background: #4385f5;content: "";transition: all 0.3s;-webkit-transition: all 0.3s; margin-bottom:25px;}
.web_service li .txt:after {width: 0;height: 4px;position: absolute;left: 0;top: 0;opacity: 0;visibility: hidden;background: #fff;content: "";transition: all 0.3s;-webkit-transition: all 0.3s;}
.web_service li:hover .txt:after {width: 100px;opacity: 1;visibility: visible;}
.web_service li .txt .price {color:#035CAC;font-size:16px;padding:10px 0;padding-bottom:15px;font-weight:bold;}
.web_service li:hover .price {color:#fff;}
.web_service li .price span {display:inline-block;padding-left:10px;font-size:12px;font-weight:normal;color:#ccc;}
.web_service li .txt .buy a {display:block;border:1px solid #035CAC;border-radius:3px;padding:3px 0;width:150px;background:#035CAC;text-align:center;color:#fff;}
.web_service li:hover .txt .buy a {border:1px solid #fff;background:#fff;color:#035CAC;}
.web_service li:hover .txt .p{color: #fff;}
/*解决方案*/

.jxjewkf3esolution{ height: 600px; background: #151515; width: 100%; overflow: hidden;  min-width:1200px;}
.jxjewkf3esolution-slide{position: relative;}

.jxjewkf3esolution-slide .hd{ width: 270px; position: absolute; z-index: 2; background: #000000; height: 600px; left: 0; top: 0; color: #fff;}
.jxjewkf3esolution-slide .hd ul{ margin-top: 30px; }
.jxjewkf3esolution-slide .hd li{ height: 90px; padding-top: 20px; box-sizing:border-box; position: relative; cursor: default; transition: all .5s;cursor:pointer}
.jxjewkf3esolution-slide .hd li:after{ content: ""; width: 80%; border-bottom: 1px solid #2A2A2A; position: absolute; left: 10%; bottom: 0; }
.jxjewkf3esolution-slide .hd li i{ margin-left: 20px; margin-right: 10px; float: left; background: url(/skin/picture/qywzjs/fa_icon.png) no-repeat; width: 40px; height: 40px; position: relative; z-index: 2; transition: all .2s;}
.jxjewkf3esolution-slide .hd li.item-1 i{ background-position: 0 0; }
.jxjewkf3esolution-slide .hd li.item-2 i{ background-position: -40px 0; }
.jxjewkf3esolution-slide .hd li.item-3 i{ background-position: -80px 0; }
.jxjewkf3esolution-slide .hd li.item-4 i{ background-position: -120px 0; }
.jxjewkf3esolution-slide .hd li.item-5 i{ background-position: -160px 0; }
.jxjewkf3esolution-slide .hd li.item-6 i{ background-position: -200px 0; }
.jxjewkf3esolution-slide .hd li.item-1.on i{ background-position: 0 -40px; }
.jxjewkf3esolution-slide .hd li.item-2.on i{ background-position: -40px -40px; }
.jxjewkf3esolution-slide .hd li.item-3.on i{ background-position: -80px -40px; }
.jxjewkf3esolution-slide .hd li.item-4.on i{ background-position: -120px -40px; }
.jxjewkf3esolution-slide .hd li.item-5.on i{ background-position: -160px -40px; }
.jxjewkf3esolution-slide .hd li.item-6.on i{ background-position: -200px -40px; }
.jxjewkf3esolution-slide .hd li:before{background: #035CAC; /* Old browsers */ background: -moz-linear-gradient(left,  #035CAC 0%, #f05251 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left,  #035CAC 0%,#f05251 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right,  #035CAC 0%,#f05251 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035CAC', endColorstr='#f05251',GradientType=1 ); /* IE6-9 */ content: ""; position: absolute; top: 0; left: 0; bottom: 0; z-index: 1;  width: 0; transition: all .2s;}
.wordpress .jxjewkf3esolution-slide .hd li:before{background: #035CAC; /* Old browsers */ background: -moz-linear-gradient(left,  #3c7cf2 0%, #4385f5 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left,  #3c7cf2 0%,#4385f5 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right,  #3c7cf2 0%,#4385f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035CAC', endColorstr='#f05251',GradientType=1 ); /* IE6-9 */ content: ""; position: absolute; top: 0; left: 0; bottom: 0; z-index: 1;  width: 0; transition: all .2s;}
.jxjewkf3esolution-slide .hd li.on:before{ width: 100%; }
.jxjewkf3esolution-slide .hd li.on:after{ display: none; }
.jxjewkf3esolution-slide .hd .text{ position: relative; z-index: 2; }
.jxjewkf3esolution-slide .hd .text h3{ font-size: 16px; margin-bottom: 5px; font-weight:normal;}
.jxjewkf3esolution-slide .hd .text p{ font-size: 13px; color: #fff; color: rgba(255,255,255,.7); }

.jxjewkf3esolution-slide .bd{ width: 1920px; margin-left: -320px; }
.jxjewkf3esolution-slide .bd li.item-1{ background: url(/skin/picture/qywzjs/fa_img01.jpg) no-repeat center top; }
.jxjewkf3esolution-slide .bd li.item-2{ background: url(/skin/picture/qywzjs/fa_img02.jpg) no-repeat center top; }
.jxjewkf3esolution-slide .bd li.item-3{ background: url(/skin/picture/qywzjs/fa_img03.jpg) no-repeat center top; }
.jxjewkf3esolution-slide .bd li.item-4{ background: url(/skin/picture/qywzjs/fa_img04.jpg) no-repeat center top; }
.jxjewkf3esolution-slide .bd li.item-5{ background: url(/skin/picture/qywzjs/fa_img05.jpg) no-repeat center top; }
.jxjewkf3esolution-slide .bd li.item-6{ background: url(/skin/picture/qywzjs/fa_img06.jpg) no-repeat center top; }




.jxjewkf3esolution-slide .bd.zjbdqyseo li.item-1{ background: url(/skin/454786.jpg) no-repeat center top; }
.jxjewkf3esolution-slide .bd.zjbdqyseo li.item-2{ background: url(/skin/454787.jpg) no-repeat center top; }
.jxjewkf3esolution-slide .bd.zjbdqyseo li.item-3{ background: url(/skin/454788.jpg) no-repeat center top; }
.jxjewkf3esolution-slide .bd.zjbdqyseo li.item-4{ background: url(/skin/454789.jpg) no-repeat center top; }
.jxjewkf3esolution-slide .bd.zjbdqyseo li.item-5{ background: url(/skin/454786.jpg) no-repeat center top; }

.jxjewkf3esolution-slide .container{width:1200px; margin:auto; height: 600px; position: relative; }
.jxjewkf3esolution-slide .bd .inner{ padding-left: 390px; padding-top: 73px; color: #fff; }
.jxjewkf3esolution-slide .bd h2{ font-size: 36px; margin-bottom: 38px; font-weight:normal;color: #fff;}
.jxjewkf3esolution-slide .bd .intro{ font-size: 14px; margin-bottom: 40px;}
.jxjewkf3esolution-slide .bd .intro dt{ margin-bottom: 15px;font-size:18px; }
.jxjewkf3esolution-slide .bd .intro dd{ color: #aaa; margin-bottom: 40px; line-height: 1.8;}

.jxjewkf3esolution-slide .bd .btn-wrap{ overflow: hidden; margin-bottom: 40px;}
.jxjewkf3esolution-slide .bd .btn-wrap a{ width: 130px; height: 40px; border: 1px solid #fff; color: #fff; line-height: 40px; text-align: center; font-size: 14px; float: left; margin-right: 15px; transition: all .2s;}
.jxjewkf3esolution-slide .bd .btn-wrap a.btn-2{ background:rgba(255,255,255,0.5); color: #000; }
.jxjewkf3esolution-slide .bd .btn-wrap a:hover{ background: #035CAC; color: #fff; border-color: #035CAC; opacity: .9; }
.jxjewkf3esolution-slide .bd .btn-wrap a.btn-2:hover{ background: #035CAC; color: #fff; border-color: #035CAC; opacity: .9; }

/*web 我们可以做得更好*/
.web_zijiejf-efs{ min-width:1200px;}
.web_zijiejf-efs li{position: relative;float: left;width: 25%; height:500px;overflow: hidden;}
.web_zijiejf-efs li img{position: relative;left: 50%;margin-left: -335px;max-width: 145%;}
.web_zijiejf-efs li .bg{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: rgba(3,92,172,.66);opacity: 0; filter: alpha(opacity=0); transition: all 0.5s;}
.web_zijiejf-efs li .box{position: absolute;width: 100%; top: 200px; bottom: 0; left: 0;text-align: center; color: #fff;transition: all 0.5s;}
.web_zijiejf-efs li .box .ico{margin: 0 auto;width: 60px;height: 60px;background-position: center;background-repeat: no-repeat;background-size: 100% 100%;transition: all 0.5s;}
.web_zijiejf-efs li .box .ico1{background-image: url(/skin/picture/qywzjs/ico11.png);}
.web_zijiejf-efs li .box .ico2{background-image: url(/skin/picture/qywzjs/ico12.png);}
.web_zijiejf-efs li .box .ico3{background-image: url(/skin/picture/qywzjs/ico13.png);}
.web_zijiejf-efs li .box .ico4{background-image: url(/skin/picture/qywzjs/ico14.png);}
.web_zijiejf-efs li .box .ico5{background-image: url(/skin/picture/qywzjs/ico15.png);}
.web_zijiejf-efs li .box h3{margin-top: 30px;margin-bottom: 20px;font-size: 20px;font-weight: bold;line-height: 1.5;color: #fff;}
.web_zijiejf-efs li .box p{width: 70%;margin:0 auto;padding-top: 20px;font-size: 14px;line-height: 24px;opacity: 0;filter: alpha(opacity=0);transition: all 0.5s;color:#fff;}
.web_zijiejf-efs li:hover .bg{opacity: 1;filter: alpha(opacity=100);}
.web_zijiejf-efs li:hover .box p{padding-top: 0;opacity: 1;filter: alpha(opacity=100);}
.web_zijiejf-efs li:hover .box{top: 132px;}
.web_zijiejf-efs li:hover .box .ico1{background-image: url(/skin/picture/qywzjs/ico11_11.png);}
.web_zijiejf-efs li:hover .box .ico2{background-image: url(/skin/picture/qywzjs/ico12_12.png);}
.web_zijiejf-efs li:hover .box .ico3{background-image: url(/skin/picture/qywzjs/ico13_13.png);}
.web_zijiejf-efs li:hover .box .ico4{background-image: url(/skin/picture/qywzjs/ico14_14.png);}
.web_zijiejf-efs li:hover .box .ico5{background-image: url(/skin/picture/qywzjs/ico15.png);}
.jxjewkf3esolution-slide .hd ul li h3 {
  
    color: #fff;
}

.video-background{
	position:absolute;
	top: -1;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	background-image: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65));
  
}
.bg-duoyu{
	background-image: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45));
}
.douyuyan15{
	text-align: center;
}
.zjulduoyuyan{
	padding-left: 50px;
}
.zjulduoyuyan li{
	list-style: none;
	float: left;
	width: 31%;
	text-align: left;
	margin-bottom: 5px;
	color: #fff;
}
.m-b-150{
	margin-bottom: 150px;
}
.bgcfe1ff{
	background-color: #cfe1ff;
}
.text-left{
	text-align: left;
}
.hero-area-v2.wordpressseo{
	background-image: url(/skin/picture/wordpress/new-wpbanner.png), linear-gradient(200deg, #0072ac 0%, #0072ac 100%);
}
.hero-area-v2.wordpressseo .hero-content .hero-title{
	color: #fff;
}
.wordpressseo .zijih1{
	color: #fff;
}
.hero-area-v2.wordpressseo .hero-content .template-btn.bordered-btn{
	border-color: rgb(14 14 14);
    color: #fff;
}
.wordpressseozj h3{
	font-size: 22px;
	color: #3b3b3b;
}
.zjwordpressseo{
	font-size: 25px;
	color: #3b3b3b;
}
.h4zjwordpressseo{
	font-size: 18px;
	color: #3b3b3b;
}
.wordpresszijieg .check-list-4 li {
    border-bottom: 0px solid #ccc;
	color: #fff;
}
.wordpresszijieg .check-list-4 li h4 i {
    margin-right: 9px;
    color: #ffffff;
    font-size: 22px;
}
.wordpresszijieg .check-list-4 li h4 {
    margin-bottom: 0px;
	color: #ffffff;
}
.zjchahaodkejkjg{
	margin: 4px 8px 0;
}
.zjchahaodkejkjg svg{
	margin-bottom: 10px;
}
.jkjekwbkjrklwkjtkew li{
	float: left;
	width: 50%;
}
.jxjewkf3esolution-slide .hd.zjhd li{
	height: 117px;
}
.web_service .web_ico1.zjweb_ico1 {
    background: url(/skin/qiywgoogle-SEO.png) no-repeat top right;
}
.web_service .web_ico2.zjweb_ico2 {
    background: url(/skin/qiywgoogle-SEO.png) no-repeat top right;
}
.web_service .web_ico3.zjweb_ico3 {
    background: url(/skin/qiywgoogle-SEO.png) no-repeat top right;
}
.web_service .web_ico4.zjweb_ico4 {
    background: url(/skin/qiywgoogle-SEO.png) no-repeat top right;
}

.web_service li:hover .web_ico1.zjweb_ico1{background:url(/skin/qiyeGoogle-SEO-1.png) no-repeat top right;}
.web_service li:hover .web_ico2.zjweb_ico2{background:url(/skin/qiyeGoogle-SEO-1.png) no-repeat top right;}
.web_service li:hover .web_ico3.zjweb_ico3{background:url(/skin/qiyeGoogle-SEO-1.png) no-repeat top right;}
.web_service li:hover .web_ico4.zjweb_ico4{background:url(/skin/qiyeGoogle-SEO-1.png) no-repeat top right;}


/* 轮播开始  */

#zSlider {
	margin:0px auto;
	width:1380px;
	overflow:hidden;
}
#picshow {
	position:relative;
}
#picshow{
	width:75%;
	height:650px;
	overflow:hidden;
	float:right;
}

#picshow_img {
	width:100%;
	height:650px;
	overflow:hidden;
	float:right;
}




#picshow_img li {
	width:880px;
	height:650px;
	overflow:hidden;
	float:left;
	display:none;
}
#picshow_img img {
	width:880px;
	height:650px;
}
#picshow_tx {
	left:0px;
	width:100%;
	bottom:0px;
	position:absolute;
	height:650px;
	overflow:hidden;
}
#picshow_tx li {
	background:url(../image/picshow_bg.png) repeat;
	padding:10px 30px;
	height:650px;
	color:#fff;
	display:none;
}
#picshow_tx li a {
	color:#1878f0;
}
#picshow_tx li a:hover {
	text-decoration:underline;	
}
#picshow_tx li h3 {
	margin:13px 0;
}
#picshow_tx li p {
	color:#121212;
	font-size: 21px;
}
#select_btn {
	width:25%;
	height:650px;
	color:#111;
	float:right;
	display:inline;
	/* background-color:#f0f0f0; */
}
#select_btn li {
    padding: 9px 11px 0px 9px;
    width: 100%;
    /* height: 64px; */
    border-top: 1px solid #4284f5;
    cursor: pointer;
    transition: all .7s ease 0s;
	padding: 21px;
}
#select_btn li:hover {
    background-color: #4284f5
}
#select_btn li a:hover {
    color: aliceblue
}
#select_btn li.current {
    background-color: #4284f5;
}
#select_btn li.current a{
    color: aliceblue
}
#select_btn li.current:hover {
    background-color: #4284f5;
}
#select_btn a {
	color:#000;
	display: flex;

}
#select_btn img {
	padding:2px;
	border:1px solid #ccc;
	width:70px;
	height:49px;
	margin-right:10px;
	float:left;
}
#select_btn .select_text {
	overflow:hidden;
	display:block;
	font-size: 19px;
    font-weight: 700;
}
#select_btn .select_text:hover {
	text-decoration:underline;
}
#select_btn .select_date {
	height:23px;
	line-height:23px;
	overflow:hidden;
	display:block;
}
#foot_bm a, #foot_bm, p, p a {
	color:#666;
}
.szyx #select_btn {
    width: 25%;
    height: 773px;
    color: #111;
    float: right;
    display: inline;
    /* background-color: #f0f0f0; */
}
._title-icon{
	margin-right: 15px;
}
.pp40{
	padding: 40px;
}
.hero-area-v9.bgfff{
	background-color: #fff;
}
.hero-area-v9.bgfff::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: transparent;
    background-image: radial-gradient(at center left, #fff 0%, #fff 56%);
    opacity: 0.5;
}
.zijiespan{
	color: #000;
    font-weight: 600;
}
.common-heading>span.zijiespan{
	color: #000;
    font-weight: 600;
}
.psdfegerre{
	font-size: 20px;
    color: #000;
}
.boerdfegber15{
	border-radius: 15px;
}


/* 中间添加开始 */
.pricing-table {
  padding-top: 64px;
  padding-bottom: 64px
}

@media(min-width :600px) {
  .pricing-table {
	padding-top: 96px;
	padding-bottom: 96px
  }
}

section.pricing_plan_format_2 {
  padding: 120px 0
}

section.pricing_plan_format_2 .pricing_plan_wrapper {
  padding-left: 24px;
  padding-right: 24px
}

section.pricing_plan_format_2 .pricing_plan_wrapper.is-count-less-three>.row {
  justify-content: center
}

section.pricing_plan_format_2 .pricing_plan_wrapper:not(:first-child) {
  margin-top: 40px
}

section.pricing_plan_format_2 .row {
  margin-left: -16px;
  margin-right: -16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

section.pricing_plan_format_2 .row>div {
  margin-bottom: 68px;
  padding-left: 16px;
  padding-right: 16px
}

section.pricing_plan_format_2 .row .plan-card {
  margin-bottom: 0;
  min-height: 100%;
  margin-top: 0
}

section.pricing_plan_format_2 .pricing_plan-title {
  margin: 0 0 90px;
  text-align: center
}

section.pricing_plan_format_2 .pricing_plan-link {
  font-size: 18px;
  color: #207DE9;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  font-size: 18px !important;
  text-transform: uppercase
}

section.pricing_plan_format_2 .pricing_plan-link i {
  font-size: 28px;
  line-height: 1;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px
}

section.pricing_plan_format_2 .plan-card {
  margin: 44px 0 68px;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Inter', sans-serif
}

section.pricing_plan_format_2 .plan-card:hover,
section.pricing_plan_format_2 .plan-card.active {
  -webkit-box-shadow: 0 3px 20px rgba(204, 228, 255, .501961);
  -moz-box-shadow: 0 3px 20px rgba(204, 228, 255, .501961);
  box-shadow: 0 3px 20px rgba(204, 228, 255, .501961)
}

section.pricing_plan_format_2 .plan-card .card-icon {
  z-index: 2;
  width: 88px;
  height: 88px;
  line-height: 86px;
  position: absolute;
  text-align: center;
  top: -44px;
  left: 50%;
  margin-left: -44px;
  background-color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 15px rgba(204, 228, 255, .505882);
  -moz-box-shadow: 0 3px 15px rgba(204, 228, 255, .505882);
  box-shadow: 0 3px 15px rgba(204, 228, 255, .505882)
}

section.pricing_plan_format_2 .plan-card .card-icon img {
  display: inline-block;
  vertical-align: middle
}

section.pricing_plan_format_2 .plan-card .card-head {
  min-height: 260px;
  padding: 66px 13% 35px;
  text-align: center;
  background-color: #f0f6fe;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0
}

section.pricing_plan_format_2 .plan-card .card-title {
  white-space: break-spaces !important;
  font-family: inherit;
  font-weight: 900;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #374046;
  margin: 0 0 30px
}

section.pricing_plan_format_2 .plan-card .card-price {
  font-family: inherit;
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 21px;
  line-height: 31px;
  color: #374046;
  white-space: nowrap
}

section.pricing_plan_format_2 .plan-card .card-price span {
  white-space: break-spaces !important
}

section.pricing_plan_format_2 .plan-card .card-price span.price {
  font-weight: 900;
  font-size: 50px;
  color: #2EB16D;
  line-height: 60px
}

section.pricing_plan_format_2 .plan-card .card-price span.cycle {
  font-family: inherit;
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 21px;
  line-height: 31px;
  color: #374046;
  white-space: nowrap
}

section.pricing_plan_format_2 .plan-card .card-text {
  white-space: break-spaces !important;
  font-family: inherit;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  color: #374046;
  margin: 0 0 30px
}

section.pricing_plan_format_2 .plan-card .card-text:last-child {
  margin-bottom: 0
}

section.pricing_plan_format_2 .plan-card .card-body {
  padding: 40px 30px 27px
}

section.pricing_plan_format_2 .plan-card .card-list {
  list-style: none;
  margin: 0;
  padding: 0
}

section.pricing_plan_format_2 .plan-card .card-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 36px;
  margin-bottom: 23px;
  padding: 0;
  font-family: inherit;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  color: #374046
}

section.pricing_plan_format_2 .plan-card .card-list li .card-list-icon {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 15px;
  width: 36px;
  min-width: 36px
}

section.pricing_plan_format_2 .plan-card .card-footer {
  min-height: 250px;
  padding: 40px 0 108px;
  margin: 0 30px;
  border-top: 1px solid #DDD
}

section.pricing_plan_format_2 .plan-card .card-lead {
  white-space: break-spaces !important;
  margin: 0 0 40px;
  font-family: inherit;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #6E7B81
}

section.pricing_plan_format_2 .plan-card .card-action {
  text-align: center;
  position: absolute;
  bottom: 56px;
  left: 0;
  width: 100%
}

section.pricing_plan_format_2 .plan-card .card-btn {
  padding: 12px 24px;
  font-family: inherit;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

@media(min-width :600px) {
  section.pricing_plan_format_2 .pricing_plan_wrapper .row {
	display: flex;
	flex-wrap: wrap
  }
}

@media (min-width:1200px) and (max-width:1440px) {
  section.pricing_plan_format_2 .plan-card .card-lead {
	line-height: 26px;
	font-size: 20px
  }

  section.pricing_plan_format_2 .plan-card .card-price span {
	font-size: 40px
  }
}

@media (min-width:768px) and (max-width:1199px) {
  section.pricing_plan_format_2 .plan-card .card-lead {
	line-height: 24px;
	font-size: 16px
  }

  section.pricing_plan_format_2 .plan-card .card-list li {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 26px
  }

  section.pricing_plan_format_2 .plan-card .card-text {
	font-size: 18px;
	line-height: 26px
  }

  section.pricing_plan_format_2 .plan-card .card-price {
	font-size: 18px;
	line-height: 26px
  }

  section.pricing_plan_format_2 .plan-card .card-title {
	font-size: 20px;
	line-height: 26px
  }

  section.pricing_plan_format_2 .plan-card .card-price span {
	font-size: 34px
  }
}

@media (max-width:400px) {
  section.pricing_plan_format_2 .plan-card .card-lead {
	line-height: 24px;
	font-size: 16px
  }

  section.pricing_plan_format_2 .plan-card .card-list li {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 26px;
	padding-top: 5px;
	padding-bottom: 5px
  }

  section.pricing_plan_format_2 .plan-card .card-text {
	font-size: 18px;
	line-height: 26px
  }

  section.pricing_plan_format_2 .plan-card .card-price {
	font-size: 18px;
	line-height: 26px
  }

  section.pricing_plan_format_2 .plan-card .card-title {
	font-size: 20px;
	line-height: 26px
  }

  section.pricing_plan_format_2 .plan-card .card-price span {
	font-size: 34px
  }
}

@media (max-width:1025px) {
  section.pricing_plan_format_2 .pricing_plan_wrapper .plan {
	flex: 50%
  }
}

@media (max-width:800px) {
  section.pricing_plan_format_2 .pricing_plan_wrapper .plan {
	flex: 100%
  }
}

section.pricing_plan_format_2 .plans {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

section.pricing_plan_format_2 .plan-wrapper {
  display: flex;
  flex-direction: row;
  width: 33.33%
}

section.pricing_plan_format_2 .plan-wrapper .plan {
  display: flex;
  flex-direction: column;
  width: 100%
}

section.pricing_plan_format_2 .plan-card {
  display: flex;
  flex-direction: column
}

section.pricing_plan_format_2 .plan-card .flexible {
  flex-grow: 1
}

section.pricing_plan_format_2 .is-count-less-three .plan-wrapper {
  width: 50%
}

@media (max-width:1024px) {
  section.pricing_plan_format_2 .plan-wrapper {
	width: 50%
  }
}

@media (max-width:800px) {
  section.pricing_plan_format_2 .plan-wrapper {
	width: 100%
  }
}

.plan-features-table.bofu_pricing .flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.plan-features-table.bofu_pricing .flex-align-center {
  -ms-flex-align: center;
  align-items: center
}

.plan-features-table.bofu_pricing .row.sp_80 {
  margin-left: -40px;
  margin-right: -40px
}

.plan-features-table.bofu_pricing .row.sp_80>div {
  padding-left: 40px;
  padding-right: 40px
}

.plan-features-table.bofu_pricing .row.sp_72 {
  margin-left: -36px;
  margin-right: -36px
}

.plan-features-table.bofu_pricing .row.sp_72>div {
  padding-left: 36px;
  padding-right: 36px
}

.plan-features-table.bofu_pricing .row.sp_64 {
  margin-left: -32px;
  margin-right: -32px
}

.plan-features-table.bofu_pricing .row.sp_64>div {
  padding-left: 32px;
  padding-right: 32px
}

.plan-features-table.bofu_pricing .row.sp_40 {
  margin-left: -20px;
  margin-right: -20px
}

.plan-features-table.bofu_pricing .row.sp_40>div {
  padding-left: 20px;
  padding-right: 20px
}

.plan-features-table.bofu_pricing .row.sp_32 {
  margin-left: -16px;
  margin-right: -16px
}

.plan-features-table.bofu_pricing .row.sp_32>div {
  padding-left: 16px;
  padding-right: 16px
}

.plan-features-table.bofu_pricing .equalcol-card {
  margin-bottom: 40px
}

.plan-features-table.bofu_pricing .equalcol-card .equal-card {
  min-height: 100% !important;
  margin-bottom: 0 !important
}

.plan-features-table.bofu_pricing {
  text-align: center;
  padding:30px 0 30px;
  position: relative;
  z-index: 0;
  font-family: 'Inter', sans-serif
}

.plan-features-table.bofu_pricing:before {
  content: "";
  position: absolute;
  left: 0;
  top: 39%;
  width: 100%;
  height: 61%;
  z-index: -1
}

.plan-features-table.bofu_pricing .introduction>p,
.plan-features-table.bofu_pricing .description>p {
  text-align: center;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: -.0055em;
  color: #222
}

.plan-features-table.bofu_pricing .introduction>p {
  font-size: 21px;
  margin: 0 0 80px;
  margin-bottom: 64px
}

.plan-features-table.bofu_pricing .introduction>h2 {
  text-align: center;
  font-family: inherit;
  margin: 0 0 24px;
  font-weight: 900;
  letter-spacing: -.024em;
  color: #222
}

.plan-features-table.bofu_pricing .description p {
  font-family: inherit;
  margin: 0 auto 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -.0045em;
  color: #000;
  max-width: 1250px
}

.plan-features-table.bofu_pricing .description a {
  font-family: inherit;
  font-weight: 600;
  font-size: 21px;
  line-height: 32px;
  text-decoration: none;
  color: #207DE9
}

.plan-features-table.bofu_pricing .bofu_pricing-table {
  max-width: 1010px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  -webkit-box-shadow: 0 2px 24px rgba(110, 123, 129, .2);
  -moz-box-shadow: 0 2px 24px rgba(110, 123, 129, .2);
  box-shadow: 0 2px 24px rgba(110, 123, 129, .2);
  background-color: #FFF;
  margin: 0 auto 64px
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._item {
  width: 50%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._head {
  text-align: center;
  background-color: #00316A;
  position: relative;
  padding: 66px 32px 40px;
  -webkit-border-radius: 30px 0 0 0;
  -moz-border-radius: 30px 0 0 0;
  border-radius: 30px 0 0 0
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._icon {
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._title {
  font-family: inherit;
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -.018em;
  text-transform: uppercase;
  color: #FFF
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._stitle {
  font-family: inherit;
  margin: 0 0 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
  letter-spacing: -.0045em;
  color: #FFF
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._price {
  font-family: inherit;
  margin: 0;
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -.018em;
  color: #6ADFD7
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._price span {
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
  letter-spacing: -.0045em;
  color: #FFF;
  display: inline-block;
  vertical-align: middle
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._body {
  border-right: 1px solid #BDBDBD;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 24px 40px 32px;
  margin-bottom: auto
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._item ._body ._title {
  font-family: inherit;
  margin: 0 0 24px;
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -.012em;
  color: #222
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._body_card {
  margin-bottom: 24px
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._body_card:last-child {
  margin-bottom: 0
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._body_card_title {
  font-family: inherit;
  margin: 0 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -.0045em;
  color: #000;
  text-transform: initial
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._body_card_title img {
  margin-right: 16px;
  width: 48px;
  height: auto
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._body_card_text p {
  font-family: inherit;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -.003em;
  color: #000
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._foot {
  border-right: 1px solid #BDBDBD;
  padding: 0 40px 40px;
  text-align: center
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._item_include {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._item_include ._body {
  border-right: 0;
  padding: 64px 40px
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._item_include ._title {
  color: #000;
  text-align: center;
  margin-bottom: 40px
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._item_include ._foot {
  border-right: 0;
  padding: 0 40px 40px;
  text-align: center;
  margin-top: auto
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._item_include ._foot .btn {
  background-color: #fff;
  color: #207DE9;
  border: 1px solid #207DE9;
  font-weight: 500 !important
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._item_include ._foot .btn {
  background-color: #fff;
  color: #0c57ad;
  border-color: #0c57ad
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._list {
  font-family: inherit;
  margin: 0;
  padding: 0;
  list-style: none
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._list li {
  padding-left: 40px;
  margin-bottom: 32px;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -.003em;
  color: #000;
  padding-top: 0;
  padding-bottom: 0
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._list li:before {
  content: "";
  background: url(/skin/picture/szyxseo/check-circle.png) no-repeat center #d4efe2;
  color: #26B16D;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._list li:last-child {
  margin-bottom: 0
}

.plan-features-table.bofu_pricing .bofu_pricing-table ._list li._itimes:before {
  content: "\e90b";
  background-color: #FCDBDC;
  color: #DB2E31
}

@media (max-width:1024px) {
  .plan-features-table.bofu_pricing .introduction>h2 {
	margin-bottom: 16px
  }

  .plan-features-table.bofu_pricing {
	padding: 48px 0 64px
  }

  .plan-features-table.bofu_pricing .introduction>p {
	margin-bottom: 56px
  }
}

@media (max-width:767px) {
  .plan-features-table.bofu_pricing .bofu_pricing-table {
	display: block
  }

  .plan-features-table.bofu_pricing .bofu_pricing-table ._item {
	border-bottom: 1px solid #BDBDBD
  }

  .plan-features-table.bofu_pricing .bofu_pricing-table ._item,
  .plan-features-table.bofu_pricing .bofu_pricing-table ._item_include {
	width: 100%
  }

  .plan-features-table.bofu_pricing .bofu_pricing-table ._body,
  .plan-features-table.bofu_pricing .bofu_pricing-table ._foot {
	border-right: 0
  }

  .plan-features-table.bofu_pricing .bofu_pricing-table ._head {
	-webkit-border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0;
	border-radius: 30px 30px 0 0
  }
}

.features-comparison-table.appr_impact {
  padding: 1px 0 144px
}

.features-comparison-table.appr_impact .flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.features-comparison-table.appr_impact .row.sp_40 {
  margin-left: -20px;
  margin-right: -20px
}

.features-comparison-table.appr_impact .appr_impact-card>img {
  margin: 0 0 32px
}

.features-comparison-table.appr_impact .appr_impact-card {
  margin-top: 80px;
  padding: 40px
}

.features-comparison-table.appr_impact .appr_impact-card ._title {
  font-family: inherit;
  margin: 0 0 32px;
  font-weight: 600;
  letter-spacing: -.018em;
  color: #222
}

.features-comparison-table.appr_impact .appr_impact-card ._list {
  font-family: inherit;
  margin: 0;
  font-weight: 400;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -.0045em;
  list-style: none;
  color: #6E7B81
}

.features-comparison-table.appr_impact .appr_impact-card ._list li {
  padding-left: 40px;
  margin-bottom: 16px;
  position: relative
}

.features-comparison-table.appr_impact .appr_impact-card ._list li:before {
  content: "";
  background: url(/wp-content/themes/fx/assets/img/blocks/innerpage/pricing-table/features-comparison-table/on.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px
}

.features-comparison-table.appr_impact .appr_impact-card ._list li._itimes:before {
  background-image: url(/wp-content/themes/fx/assets/img/blocks/innerpage/pricing-table/features-comparison-table/off.png)
}

.features-comparison-table.appr_impact .appr_impact-card._featured {
  background: url(/wp-content/themes/fx/assets/img/blocks/innerpage/pricing-table/features-comparison-table/card-bg.png) no-repeat right 0 #EDF9F8;
  -webkit-box-shadow: 0 2px 24px rgba(110, 123, 129, .2);
  -moz-box-shadow: 0 2px 24px rgba(110, 123, 129, .2);
  box-shadow: 0 2px 24px rgba(110, 123, 129, .2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.features-comparison-table.appr_impact.no-padding-top,
.plan-features-table.bofu_pricing.no-padding-top,
section.pricing_plan_format_2.no-padding-top {
  padding-top: 0px !important
}

.plan-features-table.bofu_pricing.no-padding-bottom,
.features-comparison-table.appr_impact.no-padding-bottom,
section.pricing_plan_format_2.no-padding-bottom {
  padding-bottom: 0px !important
}
.fx-btn {
    display: inline-block;
    font-weight: 700 !important;
    line-height: 30px !important;
    font-size: 18px !important;
    color: var(--gray-07);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: var(--font-inter);
    text-transform: none;
    outline: none;
    height: auto;
    margin: 0;
    letter-spacing: -.144px;
    padding: var(--s2) var(--s2-5);
}
.fx-primary-btn {
    font-size: 18px;
    line-height: 1.333em;
    font-weight: 500;
    transition: background .35s, color .35s !important;
    border-color: #207de9 !important;
    color: #fff !important;
    background-color: #207de9 !important;
	padding: 16px 20px;
}
.fx-secondary-btn {
    color: #fff !important;
    border: 1px solid #26b16d !important;
    font-size: 18px;
    line-height: 1.333em;
    background-color: #26b16d !important;
    font-weight: 500;
    transition: background .35s, color .35s !important;
	padding: 16px 20px;
}
.p-b-30{
	padding-bottom: 30px;
}
.iconic-boxes-v1 .iconic-box .icon.icon-gradient-000 {
    background-image: linear-gradient(130deg, #3a3a3a 0%, #3a3a3a 59%, #3a3a3a 100%);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(84, 54, 240, 0.28);
    box-shadow: 0px 10px 60px 0px rgba(84, 54, 240, 0.28);
}
.zijiejfs{

	font-size: 13px;
	color: #fff !important;
}
.fkwfjfk a{
	font-size: 8px;
}
.rweioibowieo{
	font-size: 16px !important;
}
.template-btn.bordered-btn.dfjkewjkger{
	color: #fff;
	border-color: #fff;
}
.werwrw_erwreer.lc_box .lc_bian p{
	color: #fff;
}
.counter-with-vide-cta .counter-section.shejiwere{
	padding-top: 20px;
    padding-bottom: 30px;
}
.common-heading.zjcom p{
	color: #fff;
}
.ewrwerwerwer .latest-news-section{
	padding-bottom: 50px;
    padding-top: 60px;

}
.zjseohero-area-v5 .template-btn.primary-bg-5:not(:hover) {
    background-color: #fff;
}
.payment-section.hero-area-v9{
	padding: 30px 0 30px;
}
.gjkjrkt.page-title-area{
	padding-top: 155px;
    padding-bottom: 125px;
}
.fgrejktjktjker{
	line-height: 28px !important;
	text-align: center;
        letter-spacing: -.008em;
        padding: 24px 15px;
		color:#473bf0 !important;
		border: 2px solid #fff !important;
		background-color: #ffffff8a;
		font-size: 18px;
		line-height: 28px !important;
		font-weight: 600;
		transition: background .35s, color .35s !important;
}

.zijiwpnejkwrewrrtrtert {
    padding: 0px 100px;
}

.hero-area-v6 .hero-area-v3 .hero-content .hero-title {
    font-size: 46px;
}
.hero-content.gkltkggretg{
	padding-top: 260px !important;
    padding-bottom: 150px !important;
}
.content-box-7:hover .content-box-7-title a{
    color: #fff;
    border-color: #ffffff38;
}

/* 手机端开始 */

@media (max-width: 768px) {

	.main100{
		max-width: 100%;
		min-width: 100%;
	}
	.web_service li{
		width: 50%;
	}
	.web_title{
		min-width: 100%;
	}
	.web_title P{
		width: 100%;
	}
	.jxjewkf3esolution{
		min-width: 100%;
	}
	.werwrw_erwreer{
		width: 100%;
    	max-width: 100%;
    	min-width: 100%;
	}
	.icon-set{
		width: 50%;
	}
	.col-sm-6{
		width: 50%;
		padding-right: 5px;
        padding-left: 5px;
	}
	.hero-area-v6 .hero-area-v2 .hero-content .hero-title{
		font-size: 30px;
	}
	.common-heading .tagline{
		font-size: 13px;
	}
	.content-box-7-title{
		font-size: 17px;
	}
	.content-box-7-content{
		font-size: 14px;
	}
	.web_service li{
		padding: 20px 1.5% 15px 1.5%;
		height: 385px;
	}
	.common-heading.title-line-bottom.text-center.m-b-30{
		font-size: 14px;
	}
	.benefit-section .benefit-content{
		padding-top: 25px;
        padding-bottom: 58px;
		padding-left: 18px;
	}
	.check-list-4 li h4{
		font-size: 16px;
	}
	.zjbenefit-content .title.zjtitle{
		font-size: 21px;
	}
	.plan-title-area .zjbtn-outline{
		display: none;
	}
	.work-card{
		padding: 10px 12px;
	}
	.content-box-2 img{
		width: 100%;
	}
	.content-box-2-title{
		font-size: 15px;
	}
	.zijiwpnejkwrew {
		padding: 0px 5px;
	}
	.col-sm-3{
		width: 33.333%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.col-sm-6{
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.content-box-2-felevfek{
		padding: 5px;
	}
	.jfkewjkgp{
		font-size: 11px;
	}
	.hero-area-v2 .hero-content .title-tag{
		font-size: 16px;
	}
	.web-ffewrwerw_gvkewkrqw{
		min-width: 100%;
		display: none;
	}
	.bz_box li{
		width: 50%;
	}
	.hero-area-v3 .hero-img {
		padding-left: 0px;
	}
	.woodmart-video{
		width: 100%;
	}
	.video-background{
		width: 100%;
	}
	.zjulerjef li{
		font-size: 18px;
	}
	.container-fluid .zjimage-wrapper .media{
		height: 70%;
	}
	.iconic-boxes-v1 .iconic-box{
		padding: 5px 5px;
	}
	.service-area .iconic-boxes-v1 .iconic-box p{
		display: none;
	}
	.iconic-boxes-v1 .iconic-box .title{
		font-size: 15px;
	}
	.zjimgere .content-box-4-title{
		font-size: 17px;
	}
	.zjimgere .content-box-4-content{
		font-size: 15px;
	}
	.gflkerwkleh{
		width: 100%;
	}
	.hero-area-v9 .hero-content .hero-title{
		font-size: 1.5rem !important;
	}
	.zjhero-area-v5.hero-area-v5 .hero-content .hero-title{
		font-size: 28px;
	}
	#zSlider{
		width: 100%;
	}
	#select_btn .select_text {
		overflow: hidden;
		display: block;
		font-size: 15px;
		font-weight: 700;
	}
	#select_btn li{
		padding: 8px;
	}
  }

/* 轮播结束 */
.zje-wallet-boxed-container .common-heading.title-line-bottom.text-center.m-b-30 img{
	width: 100%;
}

.hero-area-v2.wordpressseo .hero-img.preview-blob-image.with-floating-icon img{
	width: 100%;
}

.hero-area-v2 .hero-img.preview-blob-image img{
	width: 100%;
}
.hero-area-v3 .hero-img.wow img{
	width: 100%;
}

.OnlineService_Bg {
    width:46px;
    overflow:hidden;
    position:fixed;
    right: 20px;
    bottom: 220px;
    z-index:10;
}
.erweimabregt {
    width:233px;
    overflow:hidden;
    position:fixed;
    right: 70px;
    bottom: 210px;
    z-index:10000;
}

.OnlineService_Box {width:100%;overflow:hidden;}
.OnlineService_Phone {margin-bottom:10px;}
.OnlineService_Phone a {
    display:block;
    font-size:12px;
    text-align:center;
    color:#000;
    cursor:pointer;
    text-decoration:none;
}

.shoujixianshi{
	display: none;
}
.shoujiyincang{
	display: block;
}
@media screen and (max-width: 768px) {
	/* 手机端显示 */
	.shoujixianshi {
	  display: block; 
	}
	/* 手机端隐藏 */
	.shoujiyincang {
		display: none; 
	}
	.logo1456{
		width: 45%;
	}
	.logo1456789{
		width: 22%;
	}
	.logo145610545{
		width: 23%;
	}
	.hero-area-v6 .hero-area-v3 .hero-content .hero-title {
		font-size: 27px;
	}
	.hero-content.gkltkggretg {
		padding-top: 100px !important;
		padding-bottom: 40px !important;
	}
	.hero-area-v6 .hero-area-v3 .hero-content {
		padding-top: 130px;
		padding-bottom: 0px;
	}
  }


.erwerwrmob-fix-foot {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, .5);
    bottom: 0px;
    box-shadow: rgb(0 0 0 / 20%) 6px 10px 15px;
}
.mrt3434ob-fix-ft-cet {
	float: left;
    width: 283px;
    margin-left: calc(42% - 122px);
    margin-top: 10px;
}
.mpioiuoob-f-foot-conusbtn {
	float: left;
    width: 180px;
    height: 30px;
    background: #FF7E0E;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: all 0s ease 0s;
}
.mpioiuoob-f-foot-conusbtn2 {
    float: right;
    width: 90px;
    height: 30px;
    background: #4285F4;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-left: 0px;
    transition: all 0s ease 0s;
}



/* 其他网站内容结束 */