@font-face {
	font-family: 'HarmonyOS Sans Bold'; /* 自定义字体名称 */
	src: url('../fonts/HarmonyOS_Sans_Bold.ttf') format('truetype'); /* 路径应指向你上传的 .ttf 文件位置 */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HarmonyOS Sans Regular'; /* 自定义字体名称 */
	src: url('../fonts/HarmonyOS_Sans_Regular.ttf') format('truetype'); /* 路径应指向你上传的 .ttf 文件位置 */
	font-weight: normal;
	font-style: normal;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
::-moz-selection {
	background: #31333e;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #31333e;
	color: #fff;
	text-shadow: none;
}
button:focus, input:focus, select:focus, textarea:focus {
	outline: none !important;
}
button[type=submit] {
	cursor: pointer;
	border: none;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #fff5d7;
	-webkit-transition: all .2s;
	transition: all .2s;
}
a:hover {
	color: #fff5d7;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'HarmonyOS Sans Bold', sans-serif;
	color: #36324a;
}
h1, .h1 {
	font-size: 30px;
	line-height: 55px;
}
h2, .h2 {
	font-size: 30px;
	line-height: 55px;
}
h3, .h3 {
	font-size: 30px;
}
h4, .h4 {
	font-size: 26px;
}
h5, .h5 {
	font-size: 20px;
}
h6, .h6 {
	font-size: 16px;
}
p {
	font-family: 'HarmonyOS Sans Regular', sans-serif;
	line-height: 30px;
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 16px;
}
body {
	font-family: 'HarmonyOS Sans Regular', sans-serif;
	font-size: 16px;
	color: #fff5d7;
	line-height: 36px;
	background: #171717 url(../images/bg.png);
	overflow-x: hidden !important;
	font-weight: 400;

}
.theme-color {
	color: #fff5d7;
}
.theme-bg {
	background: #fff5d7
}
.container{
	padding: 0;
}
.row{
	margin: 0;
}
/*1.2: background color*/

/* 1.3: Buttons */
.btn {
	cursor: pointer;
	z-index: 1;
	position: relative;
	padding: 7px 32px;
	color: #fff5d7;
	font-weight: 600;
	text-transform: capitalize;
	overflow: hidden;
	border: 2px solid #d0021b;
	border-radius: 45px;
	overflow: hidden;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
	font-size: 18px;
	background: #d0021b;
}
.btn.active, .btn:hover, .btn:focus {
	color: #fff5d7;
	text-decoration: none;
}
.btn:before {
	content: " ";
	position: absolute;
	top: 48%;
	left: 48%;
	z-index: -1;
	-webkit-transform: scale(0);
	transform: scale(0);
	width: 11px;
	height: 11px;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
	opacity: 0;
	visibility: hidden;
	background: #d0021b;
	border-radius: 50px;
}
.btn:hover {
	border-color: #d0021b;
}
.btn:hover:before {
	-webkit-transform: scale(20);
	transform: scale(20);
	opacity: 1;
	visibility: visible;
}
.btn:focus, .form-control:focus {
	box-shadow: none !important;
}
.disabled {
	pointer-events: none;
}
.bg-2 {
	background-color: #f7f6f9;
}
ul, li {
	margin-bottom: 0;
	list-style: none;
	padding: 0;
}
.font-weight-600 {
	font-weight: 600;
}
b, strong {
	font-weight: bold;
}
.list-inline > li {
	display: inline-block;
}
.form-control {
	font-size: 14px;
}
.form-control:focus {
	border-color: #fff;
}
input.parsley-error, textarea.parsley-error, select.parsley-error {
	border: 1px solid red !important;
}
.half-gutter {
	margin-right: -7.5px;
	margin-left: -7.5px;
}
.half-gutter > .col, .half-gutter > [class*="col-"] {
	padding-right: 7.5px;
	padding-left: 7.5px;
}
.no-gutters-padding {
	padding-right: 0px;
	padding-left: 0px;
}
.theme-list-style {
	padding: 0;
	list-style: none;
}
.theme-list-style li {
	font-weight: 600;
	color: #4c4f60;
	padding: 5px 0;
}
.theme-list-style li:before {
	content: '\f05d';
	font-family: 'FontAwesome';
	color: #6f6c7f;
	font-size: 12px;
	font-weight: normal;
	margin-right: 10px;
}
.theme-input-style {
	font-size: 16px;
	width: 100%;
	height: 70px;
	padding: 0 20px 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	background: transparent;
	border: none;
	border: 4px solid #f7f6f9;
	opacity: 1;
	border-radius: 10px;
	color: #6f6c7f;
	margin-bottom: 30px;
}
textarea.theme-input-style {
	padding: 10px;
	min-height: 120px;
	display: block;
}
label input[type=checkbox], label input[type=radio] {
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.form-group {
	position: relative;
}
.table-bordered, .table-bordered td, .table-bordered th {
	border-color: #e2e6fb;
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 15px;
}
/* 1.4: Padding/Margin */
.pt-300 {
	padding-top: 300px;
}
.pt-250 {
	padding-top: 250px;
}
.pt-200 {
	padding-top: 200px;
}
.pb-200 {
	padding-bottom: 200px;
}
.pt-150 {
	padding-top: 150px;
}
.pb-150 {
	padding-bottom: 150px;
}
.pt-140 {
	padding-top: 140px;
}
.pb-140 {
	padding-bottom: 140px;
}
.pt-130 {
	padding-top: 130px;
}
.pb-130 {
	padding-bottom: 130px;
}
.pt-120 {
	padding-top: 120px;
}
.pt-115 {
	padding-top: 115px;
}
.pb-115 {
	padding-bottom: 115px;
}
.pb-120 {
	padding-bottom: 120px;
}
.pt-110 {
	padding-top: 110px;
}
.pb-110 {
	padding-bottom: 70px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pt-90 {
	padding-top: 90px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pt-70 {
	padding-top: 70px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pt-55 {
	padding-top: 55px;
}
.pb-55 {
	padding-bottom: 55px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px
}
.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pt-20 {
	padding-top: 20px;
}
.pb-20 {
	padding-bottom: 20px;
}
.mt-140 {
	margin-top: 140px;
}
.mb-140 {
	margin-bottom: 140px;
}
.mt-120 {
	margin-top: 120px;
}
.mb-120 {
	margin-bottom: 120px;
}
.mt-70 {
	margin-top: 70px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mt-50 {
	margin-top: 50px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
/* 1.5: Animations */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0)
	}
	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0)
	}
	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}
	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}
	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
	}
	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
	}
	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.spin {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 1s linear infinite;
}
@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
.bounce {
	-webkit-animation: bounce 2s linear infinite;
	animation: bounce 1s linear infinite;
}
@-webkit-keyframes rotate2d {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate2d {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.rotate2d {
	-webkit-animation: rotate2d 20s linear infinite;
	animation: rotate2d 10s linear infinite;
}
@-webkit-keyframes rotate-2d {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@keyframes rotate-2d {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
.rotate-2d {
	-webkit-animation: rotate-2d 2s linear infinite;
	animation: rotate-2d 1s linear infinite;
}
@-webkit-keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}
@keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}
.rotate3d {
	-webkit-animation: rotate3d 2s linear infinite;
	animation: rotate3d 1s linear infinite;
}
@keyframes lang3 {
	0% {
		background-position:0% top
	}
	50% {
		background-position:1586px top
	}
	100% {
		background-position:0% top
	}
}
/*=============================================
    03: Header
==============================================*/

/* 3.1: Header Menu 1*/
.main-header {
	box-shadow: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0;
	padding: 15px 0;
	background: url(../images/header-bg.png) bottom repeat-x;
	-webkit-animation: lang3 160s linear 0s infinite;
	animation: lang3 160s linear 0s infinite;
}
.urgent-call span {
	margin-right: 15px;
	display: inline-block;
}
.main-header.stuck {
	position: fixed;
	top: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	width: 100%;
}
.header-menu, .header-menu ul, .header-menu ul li, .header-menu ul li a, .header-menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
}
.header-menu #menu-button {
	display: none;
}
.header-menu > ul ul {
	text-align: left;
	z-index: 99999;
}
.header-menu {
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
}
.header-menu > ul > li {
	display: inline-block;
	float: left;
}
.header-menu > ul > li.has-sub:hover:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2em;
	bottom: -2em;
	cursor: pointer;
	left: 0;
}
.header-menu > ul > li {
	padding-left: 10px;
	padding-right: 10px;
}
.header-menu > ul > li:hover:before,
.header-menu > ul > li.active:before{
	content: '';
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff5d7;
}
.header-menu > ul > li > a {
	padding: 23px 0 23px;
	font-size: 16px;
	color: #fff5d7;
	font-weight: 500;
}
.main-header.sticky .header-menu > ul > li > a {
	color: #fff5d7;
}
.header-menu > ul > li:hover > a, .header-menu > ul > li.active > a {
	color: #fff5d7;
}
.main-header .header-menu > ul > li:hover > a, .main-header .header-menu > ul > li.active > a {
	color: #fff5d7;
}
.header-menu ul ul {
	position: absolute;
	left: -9999px;
	opacity: 0;
	-webkit-transition: top .2s ease, opacity .2s ease;
	transition: top .2s ease, opacity .2s ease;
}
.header-menu > ul > li:hover > ul {
	left: auto;
	top: 60px;
	opacity: 1;
}
.header-menu > ul > li > ul {
	top: 30px;
	background: #081340;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-transition: top .2s ease, opacity .2s ease;
	transition: top .2s ease, opacity .2s ease;
	border-radius: 5px;
}
.header-menu.align-right > ul > li:hover > ul {
	right: 0;
}
.header-menu ul ul ul {
	top: 32px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.header-menu ul ul ul:after {
	content: "";
	position: absolute;
	left: -10px;
	top: 0;
	width: 10px;
	height: 100%;
	z-index: -1;
}
.header-menu ul ul ul li {
	background: #fff;
}
.header-menu ul ul > li:hover > ul {
	top: 0;
	left: 180px;
	opacity: 1;
}
.header-menu.align-right ul ul > li:hover > ul {
	left: auto;
	right: 178px;
	padding-left: 0;
	padding-right: 10px;
	opacity: 1;
}
.header-menu ul ul li a {
	width: 186px;
	padding: 8px 20px;
	font-size: 16px;
	line-height: 1.25;
	position: relative;
	background: #081340;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #979caf;
}
.main-header.sticky .header-menu ul ul li a {
	background: #081340;
	color: #979caf;
}
.header-menu ul ul li a i {
	position: absolute;
	right: 15px;
	top: 16px;
	font-size: 10px;
}
.header-menu ul ul li:hover > a, .header-menu ul ul li > a:hover, .header-menu ul ul li.active > a {
	color: #fff;
}
.main-header.sticky .header-menu ul ul li:hover > a, .main-header.sticky .header-menu ul ul li > a:hover, .main-header.sticky .header-menu ul ul li.active > a {
	color: #fff;
}
.menu-wraper {
	float: right;
}
.header-menu>ul {
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
}
.header-menu > ul > li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.header-menu ul ul ul, .header-menu ul ul {
	padding: 8px 0;
	background: #fff;
}
.header-menu > ul > li > ul .has-sub-item {
	position: relative;
}
.header-menu > ul > li > ul .has-sub-item:after {
	content: ">";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.logo .sticky-logo {
	display: none;
}
.logo .sticky-logo {
	display: none;
}
.main-header.sticky .logo .default-logo {
	display: none;
}
.main-header.sticky .logo .sticky-logo {
	display: block;
}
.main-header.sticky {
	position: fixed;
	width: 100%;
	/*-webkit-animation-duration: .5s;
	animation-duration: .5s;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	background: #7a5822;*/
}
.menu-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end; /* 水平右对齐 */
	align-items: center;       /* 垂直居中 */
	-ms-flex-pack: end;
}
.signup--out-btn {
	margin-left: 16px;
}
.main-header .header-menu ul ul li.active a:before {
	visibility: visible;
	opacity: 1;
	background: #53e1ff;
}
.main-header .header-menu ul .has-sub-item ul .has-sub-item ul li a:before {
	visibility: hidden;
	opacity: 0;
}
.main-header .header-menu ul .has-sub-item ul .has-sub-item ul li a:hover:before {
	visibility: visible;
	opacity: 1;
}
.inner-header .header-menu > ul > li > a {
	color: #fff;
}
.inner-header a.btn {
	border-color: #fff;
	color: #36324a;
	background: #fff;
}
.main-header.inner-header .btn:before {
	background: #36324a;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.main-header.inner-header .btn:hover {
	color: #fff;
	background: #36324a;
}
.main-header.inner-header .btn:hover:before {
	background: #36324a;
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(20);
	transform: scale(20);
}

.main-menu-wrap .btn {
	border-radius: 23px;
	padding: 10px 10px;
	margin-top: 13px;
}
.main-header.blog-header .header-menu > ul > li:hover > a, .main-header.blog-header .header-menu > ul > li.active > a {
	color: #fff;
	font-weight: 400;
}
.sticky.main-header.blog-header .header-menu > ul > li:hover > a, .sticky.main-header.blog-header .header-menu > ul > li.active > a {
	color: #333333;
	font-weight: 400;
}
.inner-header .header-menu > ul > li:hover > a, .inner-header .header-menu > ul > li:focus > a, .inner-header .header-menu > ul > li:active > a {
	color: #fff;
}
.sticky.inner-header .header-menu > ul > li:hover > a, .sticky.inner-header .header-menu > ul > li:focus > a, .sticky.inner-header .header-menu > ul > li:active > a {
	color: #36324a;
}

.menu-opened  .fa-bars:before{
	content: "\f00d"
}
/*=============================================
    04: Banner
==============================================*/
/*4.1: main banner 01*/
.banner-inner-area {
	padding: 200px 0 150px;
	position: relative;
	overflow: hidden;
}
.banner-area1 .banner-text-wrap h1 {
	font-weight: 600;
	line-height: 80px;
	margin-bottom: 20px;
}
/*.banner-inner-area.banner-area1:before {
	background: url(../images/main-base.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	top: 0%;
	right: -19%;
	position: absolute;
	content: "";
}
 .banner-inner-area.banner-area1:before{
    background: url(../images/base.png);
    background-position: top right;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 0%;
    right: -21%;
    position: absolute;
    content: "";
} 
 .banner-inner-area.banner-area1:after {
    background: url(../images/base2.png);
    background-position: top right;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 36%;
    right: -16%;
    position: absolute;
    content: "";
    z-index: -1;
} 
*/

.banner-area1 .banner-text-wrap span {
	color: #ffa21d;
	font-size: 30px;
	margin-bottom: 7px;
	display: block;
}
.banner-area1 .banner-text-wrap {
	padding: 0;
}
.banner-text-inner{
	text-align: center;
}
.banner-text-inner h1 {
	color: #36324a;
	margin-bottom: 10px;
}
.banner-text-inner p {
	margin-bottom: 43px;
}
.banner-text-inner .btn {
	background: #d0021b;
	border-color: #d0021b;
	color: #fff5d7;
	font-size: 18px;
	padding: 7px 32px
}
.banner-text-inner .btn:hover {
	background: #d0021b;
	border-color: #d0021b;
	color: #fff5d7;
}
.banner-text-inner .btn:before {
	background: #d0021b;
}
.banner-text-inner .btn + .btn {
	background: transparent;
	border-color: #fff5d7;
	color: #fff5d7;
	margin-left: 10px;
}
.banner-text-inner .btn + .btn:hover {
	color: #fff;
	border-color: #fff5d7;
	background: #fff5d7;
}
.banner-text-inner .btn + .btn:hover:before {
	background: #fff5d7;
}
.banner-image {
	position: relative;
	z-index: 2;
	text-align: center;
	-webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
	animation: bounce 1s ease-in-out 0s infinite alternate;
}
.main-header.sticky .logo .main-logo2 {
	display: none;
}
.banner-bg{
	position: absolute;
	top: 50%;
	margin-top: -225px;
	padding-right: 15px;
	padding-left: 15px;
}
@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}
}
.banner-shape-inner .shape {
	position: absolute;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}
.banner-shape-inner .shape1 {
	top: -34%;
	left: -12%;
}
.banner-shape-inner .shape2 {
	top: -24%;
	left: 37%;
}
.banner-shape-inner .shape3 {
	top: -34%;
	left: 114%;
}
.banner-shape-inner .shape4 {
	top: -5%;
	right: 13%;
}
.banner-shape-inner .shape5 {
	top: 43%;
	left: 49%;
}
.banner-shape-inner .shape6 {
	top: 53%;
	left: -12%;
}
.banner-shape-inner .shape7 {
	top: 103%;
	right: -6%;
}
/* home2 */
.banner-inner-area.banner-area1.banner2:before {
	background: url(../images/base3.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	top: 0%;
	right: 0%;
	position: absolute;
	content: "";
	background-position: 47% 0%;
	content: "";
}
.banner-inner-area.banner-area1.banner2:after {
	display: none
}
.banner2 .banner-shape-inner .shape1 {
	top: -20%;
	left: -25%;
}
.banner2 .banner-shape-inner .shape2 {
	top: 1%;
	left: 0;
}
.banner2 .banner-shape-inner .shape3 {
	top: -21%;
	left: 108%;
}
.banner2 .banner-shape-inner .shape4 {
	top: -10%;
	right: 28%;
}
.banner2 .banner-shape-inner .shape5 {
	top: 17%;
	right: -20%;
	left: auto;
}
.banner2 .banner-shape-inner .shape6 {
	top: 53%;
	right: 0;
	left: auto;
}
.banner2 .banner-shape-inner .shape7 {
	top: 80%;
	right: -12%;
}
.main-header.inner-header.header-2 .btn:hover {
	background: #fff5d7;
	border-color: transparent;
}
.main-header.inner-header.header-2 .btn::before {
	background: #fff5d7;
}
.main-header.sticky {
	background-size: cover;
}
/*==============================================
    05:标题
==============================================*/
.section-logo{
	margin-bottom: 10px;
}
.section-title h1 {
	color: #3a3833;
	font-weight: 600;
	font-size: 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	line-height: 100px;
	margin: 0;
	overflow: hidden;
}
.section-title h2 {
	color: #fff5d7;
	font-weight: 600;
	position: relative;
	z-index: 2;
	line-height: 100px;
	font-size: 32px;
	margin: 0;
}
.section-title h2.htwo{
	line-height: 50px;
}
.section-title p {
	color: #6f6c7f;
	line-height: 30px;
}
.section-title {
	position: relative;
	margin-top: -8px;
	margin: -8px 40px 78px;
}

/*==============================================
    05: Feature area
==============================================*/

.single-feature-inner {
	background: #7a5822;
	padding: 35px;
	border-radius: 35px;
	margin-bottom: 0px;
	margin-top: 50px;
}
.single-feature-inner h5 {
	color: #fff5d7;
	font-weight: 600;
	font-size: 22px;
	line-height: 52px;
	margin-bottom: 0;
}
.single-feature-inner p {
	margin-bottom: 0;
	color: #fff5d7;
	font-size: 11px;
	line-height: 21px;
	min-height: 63px;
}
.single-feature-inner .feature-icon {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	display: grid;
	place-items: center; /* 同时垂直和水平居中 */
}
.single-feature-inner .feature-icon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/qiu.png);
	background-size: cover;
	background-position: center;
	/* 添加旋转动画 */
	animation: rotate-bg 10s linear infinite;
}
.single-feature-inner .feature-icon img{
	height: 40px;
	width: auto !important;
}
.center .single-feature-inner {
	border: 10px solid #7a5822;
	background: #fff5d7;
	margin-top: 0px;
}
.center .single-feature-inner h5 {
	color: #7a5822;
	font-size: 26px;
	line-height: 56px;
}
.center .single-feature-inner p {
	color: #7a5822;
	font-size: 13px;
	line-height: 23px;
	min-height: 69px;
}
.center .single-feature-inner .feature-icon {
	width: 100px;
	height: 100px;
}
.center .single-feature-inner .feature-icon img{
	height: 50px;
	width: auto !important;
}
.single-feature-inner .noselect,.center .single-feature-inner .select{
	display: block!important;;
}
.center .single-feature-inner .noselect,.single-feature-inner .select{
	display: none!important;
}

.feature-carousel  .owl-prev,
.feature-carousel .owl-next {
	position: absolute;
	top: 60%;
	transform: translateY(-60%);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: rgba(255, 245, 215, 0.1) !important;
	color: #7a5822 !important;
	font-size: 20px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 999;

}
.feature-carousel .owl-prev {
	left: -100px;
}

.feature-carousel .owl-next {
	right: -100px;
}
.feature-carousel  .owl-prev:hover,.feature-carousel  .owl-next:hover{
	background-color: rgba(255, 245, 215, 1) !important;
}

.feature-carousel .owl-stage-outer {
	padding-top: 10px;
	padding-bottom: 10px;
}
.single-feature-inner .feature-icon svg rect, .single-feature-inner .feature-icon svg path {
	fill: #36324a;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
}
.center .single-feature-inner .feature-icon svg rect, .center .single-feature-inner .feature-icon svg path {
	fill: #f77fdf;
}
.feature-carousel button.owl-dot {
	height: 7px;
	width: 7px;
	background: #ded7f4 !important;
	margin-right: 5px;
	border-radius: 50%;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
	line-height: 10px;
	vertical-align: middle;
}
.feature-carousel button.owl-dot.active {
	background: #fff5d7 !important;
	height: 10px;
	width: 10px;
}
.feature-carousel .owl-dots {
	text-align: center;
	margin-top: 36px;
}
.box-top {
	border-top: 2px solid #f7f6f9;
}
.gradient-bg {
	background: #fff5d7;
	background: -webkit-linear-gradient(left, #fff5d7 0%, #fff5d7 100%);
	background: linear-gradient(to right, #fff5d7 0%, #fff5d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d7', endColorstr='#fff5d7', GradientType=1 );
}

/*===========================================
    one
===========================================*/
.single-one-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.single-one-inner .item {
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}

.single-one-inner .item h5,
.single-one-inner .item p {
	margin: 0;
	color: #fff5d7;
}

.single-one-inner .item h5 {
	font-weight: 600;
	font-size: 18px;
	line-height: 100px;
	width: 100px;
	position: relative;
	text-align: center;
}
.single-one-inner .item h5:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-image: url(../images/qiu.png);
	background-size: cover;
	/* 添加旋转动画 */
	animation: rotate-bg 10s linear infinite;
}

.single-one-inner .item p {
	font-size: 26px;
	line-height: 39px;
}
.single-one-inner .item img {
	height: 50px;
}
/* 奇数对：h5 左，p 右 */
.single-one-inner .item:nth-child(odd) {
	flex-direction: row;
}
.single-one-inner .item:nth-child(odd) p{
	padding-left: 35px;
}

/* 偶数对：h5 右，p 左 */
.single-one-inner .item:nth-child(even) {
	flex-direction: row-reverse;
}
.single-one-inner .item:nth-child(even) p{
	padding-right: 35px;
	text-align: right;
}


/*===========================================
    single-form
===========================================*/
.single-form .single-form-main{
	background-color: #7a5822;
	border-radius: 20px;
	padding: 15px;
	color: #7a5822;
}
.single-form .single-form-main form{
	background: url(../images/bj-bd.png);
	background-size: 100% 100%;
	background-position: center;
	padding: 30px;
}
.single-form .single-form-main form label{
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	line-height: 38px;
}
.single-form .single-form-main .form-control{
	border-radius: 10px;
	background: transparent;
	border: 1px solid #7a5822;
	color: #7a5822;
}
.single-form .single-form-main input,.single-form .single-form-main input::placeholder{
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	line-height: 38px;
	color: #7a5822;
}
.single-form .single-form-main input::placeholder{
	color: rgb(122 88 34 / 50%);
}
.single-form .single-form-main p{
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px;
}
.single-form .single-form-main .btn{
	margin: 0 auto;
	width: 100%;
}
.single-form .single-form-main .form-group{
	margin-bottom: 20px;
	line-height: normal;
}
.single-form .single-form-main .form-group-text{
	display:flex;
	margin: 0;
}
.single-form .single-form-main .form-group .left{
	width: 50%;
	display: inline-block;
}
.single-form .single-form-main .form-group span{
	width: 50%;
	display: inline-block;
	text-align: right;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	line-height: 38px;
}
.single-form .single-form-main .form-group span.error-message{
	width: 100%;
	font-weight: 400;
	text-align: left;
	font-size: 12px;
	margin: 0;
	line-height: normal;
}
.single-form .single-form-main ul li{
	font-size: 10px;
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.single-form .single-form-main ul{
	margin: 10px 0;
	display: inline-block;
}
/*===========================================
    single-content
===========================================*/
.single-content-bg{
	position: relative;
	text-align: center;
}
.single-content-bg .single-content-img{
	min-height: 600px;
}
.single-content-bg .single-content-item{
	position: absolute;
	top: 50px;
	width: 100%;
}
.single-content-bg .single-content-item .single-content p{
	margin: 0;
	font-size: 15px;
	line-height: 35px;
	color: #fff5d7;
}

    .single-content-bg .single-content-img .web{
        display: inline;
    }
    .single-content-bg .single-content-img .mp{
        display: none;
    }
/*===========================================
  single-counter-three
===========================================*/
.single-counter-three-title{
	height: 280px;
	width: 280px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	position: relative;
	overflow: hidden; /* 防止旋转时溢出 */
}
.single-counter-three-title::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/qiu.png);
	background-size: cover;
	background-position: center;
	/* 添加旋转动画 */
	animation: rotate-bg 10s linear infinite;
}
@keyframes rotate-bg {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.single-counter-three-title p{
	font-size:32px;
	font-weight: 400;
	color: #fff5d7;
	margin: 0;
	line-height: 42px;
	text-align: center;
}
.single-counter-three-title img{
	height:50px;
	margin-bottom: 30px;
}
.single-counter-three-inner{
	display: flex;
	height: 50%;
	align-items: center;     /* 垂直居中 */
}
.single-counter-three-item{
	width: 100%;
}
.single-counter-three-inner .counter-three-title h5{
	font-size:18px;
	font-weight: 400;
	color: #fff5d7;
	margin: 0;
	line-height: 38px;
}
.single-counter-three-inner .counter-three-title p{
	font-size:13px;
	font-weight: 200;
	color: #fff5d7;
	margin: 0;
	line-height: 23px;
}
.single-counter-three-inner .counter-three-icon{
	width:50px;
	height:50px;
	padding:5px;
	border:1px solid #fff5d7;
	border-radius: 25px;
	text-align: center;
}
.single-counter-three-inner .counter-three-icon img{
	height:30px;
}
.single-counter-three-inner.right .counter-three-icon {
	margin-right: 30px;
}

.single-counter-three-inner.left .counter-three-title {
	width: calc(100% - 50px);
}
/*===========================================
    Counter area
===========================================*/
.single-counter .counter {
	font-size: 60px;
	font-weight: 200;
	color: #fff5d7;
	line-height: 42px;
	margin-bottom: 21px;
	display: block;
}
.single-counter p {
	font-size: 18px;
	color: #36324a;
	font-weight: 400;
	margin-bottom: 0;
}
.single-counter {
	margin-bottom: 30px;
}
/*===============================================
    user interact inner
===============================================*/
.user-interact-inner .interact-icon {
	width: 65px;
	height: 65px;
	margin-bottom: 39px;
}
.user-interact-inner h2 {
	color: #36324a;
	font-weight: 600;
	line-height: 54px;
	margin-bottom: 29px;
}
.user-interact-inner p {
	margin-bottom: 40px;
}
.user-interact-image {
	width: 795px;
	margin-left: -150px;
}
.user-interact-inner .interact-icon svg#Capa_1 {
	fill: #fff5d7;
}
.bg-2 {
	background: #f7f6f9;
}
.user-interact-image.type2 {
	margin-left: 0;
	width: 700px;
}
/*=========================================
    06: Video section
=========================================*/
.app-map{
	width: 100%;
	height: 400px;
	margin-bottom: -20px;
}
.app-map iframe{
	width: 100%;
	height: 100%;
}
.theme-video-wrap .video-btn {
	height: 125px;
	width: 125px;
	background: #fff;
	line-height: 125px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	font-size: 30px;
	padding-left: 10px;
}
.teheme-video-wrap {
	position: relative;
}
.theme-video-wrap {
	height: 400px;
}
section.app-video {
	background-image: url(../images/video-bg.jpg);
	background-size: cover;
	background-position: 0% 78%;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: -20px;
}
section.app-video:before {
	content: '';
	background: #fff5d7;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: .80;
}
.theme-video-wrap .video-btn:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
	background: #fff;
	left: 0;
	border-radius: 50%;
	-webkit-animation: scale 1s linear infinite;
	animation: scale 1s linear infinite;
	opacity: .9;
	-webkit-transform: scale(1);
	transform: scale(1);
}
@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: .9;
	}
	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		background: transparent;
	}
}
@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: .9;
	}
	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		background: transparent;
	}
}
/*===============================================
    Feature screen image
===============================================*/
.app-scrin-inner {
	position: relative;
	overflow: hidden;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0px 20px;
	margin-top: -72px;
}
.app-carousel-inner {
	position: relative;
	width: 450px;
	height: 770px;
	margin: 0 auto;
	padding: 108px 70px;
	background: url(../images/mockup.png);
	margin-top: 12px;
}
.app-carousel .owl-stage-outer {
	overflow: visible;
}
.app-carousel .single-app-image img {
	display: block;
	width: 90%;
	height: 95%;
	margin: 40px auto;
	top: 20px;
}
.app-carousel button.owl-dot {
	height: 7px;
	width: 7px;
	background: #ded7f4 !important;
	margin-right: 5px;
	border-radius: 50%;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
	line-height: 10px;
	vertical-align: middle;
}
.app-carousel button.owl-dot.active {
	background: #fff5d7 !important;
	height: 10px;
	width: 10px;
}
.app-carousel .owl-dots {
	text-align: center;
	margin-top: 84px;
}
/*============================================
    pricing plan
============================================*/
.single-price-top h4 {
	color: #36324a;
	margin-bottom: 25px;
}
.single-price-top span {
	font-size: 60px;
	font-weight: 200;
	color: #fff5d7;
	display: block;
	line-height: 40px;
}
.single-price-top {
	margin-bottom: 50px;
}
.single-price-body .price-list li {
	color: #6e6b7e;
}
.single-price-body .price-list li span i.fa-check {
	color: #6ac376;
}
.single-price-body .price-list li span i.fa-times {
	color: #ed4d58;
}
.single-price-body a {
	margin-top: 41px;
	border-color: #fff5d7;
}
.single-price-plan {
	border: 4px solid #f7f6f9;
	border-radius: 10px;
	padding: 55px 0 50px;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
	margin-bottom: 60px;
}
.single-price-body .price-list li span {
	margin-right: 2px;
}
.single-price-plan.active {
	border: 4px solid #fff5d7;
	border-radius: 10px;
	padding: 85px 0 80px;
	margin-top: -30px;
	margin-bottom: 30px;
}
.single-price-body a:before {
	background: #fff5d7;
}
.single-price-body a {
	color: #fff5d7;
}
.single-price-body a:hover {
	border-color: #fff5d7;
	background: #fff5d7;
}
.price-nav-wrap {
	margin-bottom: 60px;
}
.price--nav-inner .info-tabs a {
	padding: 10px 30px;
	color: #fff5d7;
	font-size: 14px;
	font-weight: 600;
	position: relative;
}
.price--nav-inner .info-tabs {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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;
	border-radius: 50px;
	overflow: hidden;
	border: 2px solid #f7f6f9;
}
.price--nav-inner {
	text-align: center;
	padding-bottom: 20px;
}
.price--nav-inner .info-tabs a.active {
	color: #fff;
	z-index: 1;
	background: #fff5d7;
}
.single-price-plan.active .btn {
	color: #fff;
	background: #fff5d7;
}
.single-price-plan.active .btn:before {
	-webkit-transform: scale(20);
	transform: scale(20);
	visibility: visible;
	opacity: 1;
}
/*============================================
    11: testimonial area
============================================*/

/* partner */
.partner-carousel .single-partner img {
	width: inherit !important;
	margin: 0 auto;
	opacity: .5;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
}
.partner-carousel .single-partner:hover img {
	opacity: 1;
}
.single-author-imge img {
	width: inherit !important;
	margin: 0 auto;
}
.author-carousel .owl-nav {
	display: none;
}
.testimonial-author-arousel {
	max-width: 326px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 75px;
}
.testimonial-author-inner {
	width: 100px;
	margin: 10px auto 10px;
	padding-left: 5px;
}
.testimonial-author-arousel  .owl-stage-outer {
	overflow: visible;
}
.center .single-author-imge img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.author-comment-carousel .owl-prev, .author-comment-carousel .owl-next {
	height: 65px;
	width: 65px;
	background: #fff !important;
	position: absolute;
	border-radius: 50%;
	right: -36%;
	top: -10%;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
}
.author-comment-carousel .owl-prev {
	left: -36%;
}
.author-comment-carousel .owl-prev:hover, .author-comment-carousel .owl-next:hover {
	background: #e3e2e7 !important;
	color: #fff !important;
}
.single-author-comment h4 {
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 34px;
	color: #36324a;
}
.single-author-comment p {
	color: #fff5d7;
	margin-bottom: 0;
}
/* =====================================================
        Our Blog
===================================================== */
.single-blog-inner .post-image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: grid;
	place-items: center; /* 同时垂直和水平居中 */
	z-index: 2;
}
.single-blog-inner .post-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/qiu.png);
	background-size: cover;
	background-position: center;
	animation: rotate-bg 10s linear infinite;
}
.single-blog-inner.middle {
	margin-top: 220px;
}
.single-blog-inner .post-image img {
	width: 50%;
}
.single-blog-inner .post-content {
	background: #7a5822;
	border-radius: 25px;
	margin-top: -50px;
	padding: 80px 0 50px;
	text-align: center;
}
.single-blog-inner .post-title h3 {
	font-weight: 600;
	font-size: 26px;
	line-height:56px;
	color: #fff5d7;
}
.single-blog-inner .post-details p {
	font-size: 13px;
	line-height: 23px;
	color: #fff5d7;
	margin: 0;
	font-weight: 200;
}
/* =====================================================
        Our Blog2
===================================================== */
.single-blog{
	display: grid;
	grid-template-columns: repeat(2, 50%);
}
.single-blog-inner2{
	position: relative;
}
.single-blog-inner2 .post-item {
	overflow: hidden;
	border-radius: 10px;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: grid;
	place-items: center; /* 同时垂直和水平居中 */
	position: absolute;
}
.single-blog-inner2 .post-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/qiu.png);
	background-size: cover;
	background-position: center;
	/* 添加旋转动画 */
	animation: rotate-bg 10s linear infinite;

}
.single-blog-inner2 .post-item h3 {
	font-weight: 600;
	font-size: 22px;
	line-height:52px;
	color: #fff5d7;
	margin: 0;
}
.single-blog-inner2:before {
	content: '';
	position: absolute;
	width: calc(40% - 50px);
	height: 3px;
	background: #7a5822;
}
.single-blog-inner2:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 150px;
	background: #7a5822;

}


.single-blog-inner2.item1 .post-item ,.single-blog-inner2.item3 .post-item {
	right: -50px;
	top: 0;
}
.single-blog-inner2.item1:before ,.single-blog-inner2.item3:before {
	right: 50px;
	top: 50px;
}
.single-blog-inner2.item1:after,.single-blog-inner2.item3:after {
	top: 100px;
	right: -1.5px;
}

.single-blog-inner2.item2 .post-item ,.single-blog-inner2.item4 .post-item {
	left: -50px;
	top: 0;
}
.single-blog-inner2.item2:before ,.single-blog-inner2.item4:before {
	left: 50px;
	top: 50px;
}
.single-blog-inner2.item2:after {
	top: 100px;
	left: -1.5px;
}
.single-blog-inner2.item4:after{
	display: none;
}
.single-blog-inner2.item2 .post-content,.single-blog-inner2.item4 .post-content{
	float:right;
}
.single-blog-inner2.item2{
	margin-top: 250px;
}
.single-blog-inner2.item3{
	margin-top: -107px;
}
.single-blog-inner2.item4{
	margin-top: 143px;
}


.single-blog-inner2 .post-content {
	border:10px solid #7a5822;
	background-color: #171717;
	border-radius: 25px;
	text-align: center;
	padding: 0 50px;
	width: 60%;
}
.single-blog-inner2 .post-details .post-title h3 {
	font-weight: 600;
	font-size: 26px;
	line-height:76px;
	color: #fff5d7;
	border-bottom: 3px solid #7a5822;
}
.single-blog-inner2 .post-details .post-image{
	padding: 50px 0;
}
.single-blog-inner2 .post-details img {
	height: 150px !important;
}

/* ==============================================
        blog page 
==============================================*/
.single-blog-item{
	display: flex;
	margin-bottom: 35px;
	padding: 30px;
	background-color: #7a5822;
	border-radius: 25px;
}
.blog-list-inner .single-blog-item .post-image {
	position: relative;
	height: 190px;
	margin-right: 30px;
	width: 300px;
	overflow: hidden;
}
.single-blog-item .post-content {
	width: 100%;
}
.single-blog-item .post-details h3 {
	font-size: 26px;
	line-height: 66px;
	margin: 0;
}
.blog-list-inner .single-blog-item .post-details p {
	font-size: 18px;
	margin: 0;
}
.blog-list-inner .single-blog-item .post-details .btn{
	float: right;
	margin-top: 25px;
}

.blog-details-inner .single-blog-item{
	display: flex;
	margin-bottom: 35px;
	padding: 30px;
	background-color: #fff5d7;
	border:10px solid #7a5822;
	border-radius: 25px;
	color: #7a5822;
}
.blog-details-inner .single-blog-item h1,
.blog-details-inner .single-blog-item h2,
.blog-details-inner .single-blog-item h3,
.blog-details-inner .single-blog-item h4,
.blog-details-inner .single-blog-item h5,
.blog-details-inner .single-blog-item p,
.blog-details-inner .single-blog-item span,
.blog-details-inner .single-blog-item a{
	color: #7a5822 !important;
	margin: 0;
	padding: 0;
}

.blog-details-inner .single-blog-item .text-secondary{
	border-top: 1px dotted  #7a5822;
	padding-top: 25px;
}
.blog-details-inner .single-blog-item .post-info{
	border-bottom: 1px dotted  #7a5822;
}

/* ==============================================
        blog  
==============================================*/
.theme-pagination li a {
	height: 45px;
	width: 45px;
	display: block;
	border: 2px solid;
	text-align: center;
	line-height: 44px;
	border-radius: 50%;
	border-color: #f7f6f9;
	color: #6f6c7f;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
}
.theme-pagination li {
	padding-right: 10px;
}
.theme-pagination li.active a {
	color: #fff;
	border-color: #fff5d7;
	background: #fff5d7;
}
.theme-pagination li:last-child a, .theme-pagination li:first-child a {
	color: #fff5d7;
	font-size: 20px;
	border-color: #fff5d7;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
	line-height: 40px;
}
.theme-pagination li:last-child a:hover, .theme-pagination li:first-child a:hover {
	background: #fff5d7;
	color: #fff;
}
.theme-pagination li a:hover {
	background: #fff5d7;
	color: #fff;
}
.theme-pagination {
	margin-bottom: 4px;
}
.search-form {
	position: relative;
}
.search-form input {
	height: 88px;
	width: 100%;
	border-radius: 10px;
	padding-left: 50px;
	color: #fff;
	background: #fff5d7;
	border: none;
}
.contact-page-form button {
	background: transparent;
	border: 2px solid #fff5d7;
	color: #fff5d7;
}
.contact-page-form button:hover {
	background: #fff5d7;
}
.search-form input::-webkit-input-placeholder {
	color: #fff;
}
.search-form input::-moz-placeholder {
	color: #fff;
}
.search-form input:-ms-input-placeholder {
	color: #fff;
}
.search-form input::placeholder {
	color: #fff;
}
.search-form input:focus::-webkit-input-placeholder {
	padding-left: 50px;
	opacity: 0;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
}
.search-form input:focus::-moz-placeholder {
	padding-left: 50px;
	opacity: 0;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
}
.search-form input:focus:-ms-input-placeholder {
	padding-left: 50px;
	opacity: 0;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
}
.search-form input:focus::placeholder {
	padding-left: 50px;
	opacity: 0;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
}
.single-sidebar-widget:not(:first-child) {
	border: 4px solid #f7f6f9;
	border-radius: 10px;
	padding: 40px 45px;
}
.latest-post-wrap p {
	margin-bottom: 0;
	color: #6f6c7f;
	line-height: 24px;
}
.latest-post-wrap p a {
	color: currentColor;
}
.sidebar-body ul li:not(:last-child) {
	padding-bottom: 30px;
}
.sidebar-title h5 {
	margin-bottom: 30px;
	font-weight: 600;
}
.latest-post-wrap .latest-post-img {
	width: 60px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 20px;
}
.latest-post-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}
.latest-post-wrap:hover p a, .latest-post-wrap:hover p {
	color: #36324a;
}
.single-sidebar-widget .sidebar-body.categories-inner ul li {
	padding-bottom: 25px;
	line-height: 1;
}
.single-sidebar-widget .sidebar-body.categories-inner ul li:last-child {
	padding-bottom: 0;
}
.single-sidebar-widget .sidebar-body.categories-inner ul li a {
	color: #6f6c7f;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
}
.single-sidebar-widget .sidebar-body.categories-inner ul li a:hover {
	color: #36324a;
}
.single-sidebar-widget .sidebar-body.tag-inner {
	line-height: 1;
	margin-top: -10px;
}
.single-sidebar-widget .sidebar-body.tag-inner a {
	font-size: 16px;
	line-height: 30px;
	color: #6f6c7f;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
}
.single-sidebar-widget .sidebar-body.tag-inner a:hover {
	color: #36324a;
}
.comment-author-content .btn:hover {
	background: #fff5d7;
	border-color: #fff5d7;
}
.comment-author-content .btn:hover:before {
	background: #fff5d7;
}
/*===========================================
    16: Bloge details page
===========================================*/
/*16:01 blog details*/
.blog-details-image {
	position: relative;
}
.blog-details-image .post-image {
	position: relative;
}
.blog-details-image .post-date {
	position: absolute;
	top: 10px;
	height: 65px;
	width: 65px;
	background: #ffff;
	border-radius: 50%;
	left: 10px;
	text-align: center;
	line-height: 65px;
}
.blog-details-image .post-date p {
	margin-bottom: 0;
	line-height: 25px;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	color: #081340;
	font-weight: 600;
}
.blog-details-image .post-date p span {
	display: block;
	line-height: 1;
}
.blog-details-image .post-title h3 {
	margin-top: -7px;
	margin-bottom: 30px;
	font-weight: 600;
}
.blog-details-head {
	margin-top: 20px;
}
.blog-details-head h2 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 0;
}
.post-info a {
	color: #00c3ed;
	font-size: 16px;
	font-weight: 600;
}
.post-info a + a {
	margin-left: 20px;
}
.blog-details-wrap .post-info {
	margin-bottom: 26px;
}
.blog-details-body p {
	font-size: 16px;
	line-height: 30px;
	color: #70768e;
}
.post-tag-share .post-tag h4 {
	display: inline-block;
}
.post-tag-share .post-tag a {
	margin-left: 2px;
	font-size: 16px;
	color: #6f6c7f;
	line-height: 1;
}
.social-list li a:hover {
	color: #fff5d7;
}
.post-tag-share {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	-ms-grid-row-align: center !important;
	align-items: center !important;
	padding-top: 37px;
	border-top: 2px solid #f7f6f9;
	padding-bottom: 32px;
	margin-top: 55px;
}
.post-tag-share .post-tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.post-tag h5 {
	font-size: 20px;
	font-weight: 600;
}
.post-share ul li {
	display: inline-block;
	margin-left: 21px;
}
.social-list li a {
	display: inline-block;
	text-align: center;
	color: #6f6c7f;
	line-height: 1;
	font-size: 20px;
}
.author-details a {
	text-decoration: underline;
	color: #fff5d7;
}
.post-author-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 60px 35px 50px 60px;
	border: 4px solid #f7f6f9;
	border-radius: 10px;
	margin-bottom: 53px;
}
.post-author-inner img {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.author-details {
	margin-left: 40px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.author-details h4 {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 37px;
	color: #36324a;
}
.author-details p {
	margin-bottom: 11px;
	font-size: 16px;
	line-height: 30px;
	color: #6f6c7f;
}
.post-comment h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 48px;
	color: #36324a;
}
.comment-author-details img {
	border-radius: 10px;
}
.comment-author-content {
	margin-left: 30px;
}
.comment-author-content h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 14px;
	color: #36324a;
}
.comment-author-content h6 {
	font-size: 14px;
	margin-bottom: 34px;
	color: #fff5d7;
	font-weight: 400;
}
.comment-author-details p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 0;
}
.comment-author-details {
	border-bottom: 2px solid #f7f6f9;
	position: relative;
	padding-bottom: 53px;
	margin-bottom: 53px;
}
.comment-author-content a {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 27px;
}
.contact-page-form h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 50px;
}
.theme-input-style:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
	padding-left: 50px;
}
.theme-input-style:focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
	padding-left: 50px;
}
.theme-input-style:focus:-ms-input-placeholder {
	opacity: 0;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
	padding-left: 50px;
}
.theme-input-style:focus::placeholder {
	opacity: 0;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
	padding-left: 50px;
}
.theme-input-style {
	position: relative;
}
.user-interact-inner .btn {
	color: #fff5d7
}
.user-interact-inner .btn:hover {
	border-color: #fff5d7;
	background: #fff5d7;
	color: #fff;
}
.user-interact-inner .btn:before {
	background: #fff5d7;
}
/* =================================================
        download area
================================================= */
.download-app-inner {
	padding: 0 60px;
}
.download-app-inner h2.h1 {
	font-size: 30px;
	font-weight: 600;
	line-height: 60px;
	margin-bottom: 18px;
}
.download-app-inner h3 {
	font-size: 24px;
	color: #6f6c7f;
	font-weight: 400;
	margin-bottom: 80px;
}
.download-app-inner .btn {
	border-color: #fff5d7;
	color: #fff;
	background: #fff5d7;
	margin-bottom: 4px;
	font-size: 20px;
	font-weight: 600;
	padding: 23px 60px;
}
.download-app-inner .btn:hover {
	border-color: #36324a;
	background: #36324a;
}
.download-app-inner .btn:hover:before {
	background: #36324a;
	border-color: #36324a;
	-webkit-transform: scale(30);
	transform: scale(30);
}

/*==============================================
    20: contact-us 
==============================================*/
.contact-us .widget-header{
	position: relative;
	margin-top: 60px;
}
.contact-us .widget-header:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.contact-us .widget-header h5 {
	color: #fff5d7;
	font-weight: 600;
	font-size: 26px;
	line-height: 66px;
	margin-bottom: 20px;
}
.contact-us .widget-header h5 img{
	height: 26px;
	margin-right: 15px;
}
.contact-us .widget-header h5:before{
	content: '';
	width: 45px;
	height: 1px;
	background: #b57d24;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.contact-us .widget-body p{
	color: #fff5d7;
	font-size: 13px;
	line-height: 23px;
	margin: 0;
	font-weight: 300;
}
.contact-us .widget-body a img{
	height: 35px;
	margin-right: 10px;
}
/*==============================================
    20: Q&A
==============================================*/
.section-qa .accordion{
	margin-bottom: 30px;
}
.section-qa .accordion .title{
	font-size: 18px;
	color: #fff5d7;
	background-color: #7a5822;
	border-radius: 25px 25px 25px 25px;
	height: 50px;
	line-height: 50px;
	padding:0 50px 0 15px;
	overflow: hidden;

}
.section-qa .accordion .toggle-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	margin-right: 10px;
	font-weight: bold;
	color: #fff5d7;
}
.section-qa .panel{
	color: #fff5d7;
	background-color: transparent;
	border-radius: 0 0 25px 25px;
	line-height: 23px;
	padding:20px 50px;
	border: 1px solid  #7a5822;
	border-top:0;
	display: none;
}
.section-qa .panel p{
	margin: 0;
	font-size: 13px;
}
.section-qa .accordion.active .title{
	border-radius: 25px 25px 0 0;
}
.section-qa-content {
	padding: 50px 50px 0 30px;
	font-size: 10px;
	color: #fff5d7;
	line-height: 20px;
}

.section-qa2 .accordion{
	margin-bottom: 30px;
	padding-left: 80px;
	position: relative;
}

.section-qa2 .accordion .num{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	color: #fff5d7;
	font-weight: 600;
}
.section-qa2 .accordion .num:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-image: url(../images/qiu.png);
	background-size: cover;
}
.section-qa2 .accordion .title{
	font-size: 18px;
	color: #fff5d7;
	background-color: #7a5822;
	border-radius: 25px 25px 25px 25px;
	height: 50px;
	line-height: 50px;
	padding:0 50px 0 15px;

}
.section-qa2 .accordion .toggle-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	margin-right: 10px;
	font-weight: bold;
	color: #fff5d7;
}
.section-qa2 .panel{
	color: #fff5d7;
	background-color: transparent;
	border-radius: 0 0 25px 25px;
	line-height: 23px;
	padding:20px 50px;
	border: 1px solid  #7a5822;
	border-top:0;
	display: none;
}
.section-qa2 .panel p{
	margin: 0;
	font-size: 13px;
}
.section-qa2 .accordion.active .title{
	border-radius: 25px 25px 0 0;
}
.section-qa2-content {
	margin-top: 150px;
	display: flex;
	align-items: center;
}
.section-qa2-content .itme-img{
	width: 300px;
	height: 300px;
	position: relative;
	text-align: center;
	line-height: 300px;
	margin-right: 50px;
}
.section-qa2-content .itme-img:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-image: url(../images/qiu.png);
	background-size: cover;
	/* 添加旋转动画 */
	animation: rotate-bg 10s linear infinite;
}
.section-qa2-content .itme-content h5{
	font-size: 32px;
	color: #fff5d7;
	font-weight: 600;
	margin-bottom: 20px;
}
.section-qa2-content .itme-content p{
	color: #fff5d7;
	font-size: 18px;
	line-height: 38px;
	margin: 0;
}
.section-qa2-content .itme-content .btn{
	margin-top: 25px;
}
/*==============================================
    20: Footer
==============================================*/
/*20.01: footer top*/
footer.footer {
	position: relative;
	padding-top: 20px;
	background: url(../images/footer-bg.png?1.0) top repeat-x;
	-webkit-animation: lang3 160s linear 0s infinite;
	animation: lang3 160s linear 0s infinite;
}
.footer-top {
	background: #7a5822;
}
.address-list li:hover span i, .widget-body .extra-link .link-right ul li a:hover, .widget-body .extra-link .link-left ul li a:hover {
	color: #fff5d7;
}
.footer-widget .footer-logo {
	margin-bottom: 10px;
}
.footer-widget h5{
	color: #fff5d7;
	font-size: 15px;
	font-weight: 600;
	line-height: 25px;
	margin: 0;
}
.footer-widget p{
	color: #fff5d7;
	font-size: 15px;
	line-height: 25px;
	margin: 0;
	font-weight: 300;
}
.widget-header h5 {
	color: #b57d24;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 15px;
}
.address-list ul li span i {
	font-size: 13px;
}
.address-list li span {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	left: 0;
	position: absolute;
}
.address-list li {
	padding-left: 30px;
	position: relative;
}
.widget-body .extra-link .link-left {
	float: left;
}
.widget-body .extra-link .link-right {
	float: right;
}
.widget-body .extra-link .link-right ul li a, .widget-body .extra-link .link-left ul li a {
	color: #fff5d7;
	font-size: 13px;
	line-height: 23px;
	display: block;
}
.widget-body h5{
	color: #fff5d7;
	font-size: 13px;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
}
.widget-body p{
	color: #fff5d7;
	font-size: 13px;
	line-height: 23px;
	margin: 0;
	font-weight: 300;
}
/*20.02: footer bottom*/
.footer-bottom {
	background: #7a5822;
	position: relative;
}
.footer-bottom .fonter-text{
	border-top: 2px solid #b57d24 ;
	padding: 40px 0;
}
.footer-bottom .fonter-text p {
	margin-bottom: 0;
	color: #fff5d7;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
}
.footer-bottom .fonter-text p a {
	color: #fff5d7;
	display: inline-block;
}
.footer-bottom .fonter-text p.bold {
	margin-bottom: 0;
	font-size: 40px;
	font-weight: bold;
	text-align: right;
	line-height: 40px;
}
/*===========================================
        02: Page Title
    ===========================================*/
.page-title-wrap {
	padding-top: 267px;
	padding-bottom: 156px;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 20% 80%;
}
.page-title h1 {
	color: #53e1ff;
	font-weight: 700;
}
.page-title-content ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.page-title-content ul li a {
	color: #fff;
	font-size: 16px;
}
.page-title-content ul li {
	position: relative;
	padding: 0 19px;
}
.page-title-content ul li + li:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	background: #fff;
	top: 50%;
	left: 0px;
}
.page-title-content h1.h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
}
.page-title-wrap:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff5d7;
	background: -webkit-linear-gradient(left, #fff5d7 0%, #fff5d7 100%);
	background: -webkit-linear-gradient(left, #fff5d7 0%, #fff5d7 100%);
	background: linear-gradient(to right, #fff5d7 0%, #fff5d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d7', endColorstr='#fff5d7', GradientType=1 );
	opacity: .85;
}
.inner-header.sticky a.btn {
	border-color: #fff5d7;
	color: #36324a;
	background: #fff;
}
/*=============================================
    21: Others
==============================================*/
.sticky .main-logo {
	display: none;
}
h1 span {
	color: #53e1ff;
}
/*21.01: pettrns*/
.crypto-patern {
	background-image: url(../images/crypto_pattern20.png);
	background-repeat: repeat;
	background-position: top center;
}
.vpn-patern {
	background-image: url(../images/vpn_pattern.png);
	background-repeat: repeat;
	background-position: top center;
}
.vc-patern {
	background-image: url(../images/vc_pattern.png);
	background-repeat: repeat;
	background-position: top center;
}
.map {
	border: 1px solid rgba(0,0,0,0.05);
}
.swiper-container-wrap {
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}
.swiper-container-wrap .swiper-container {
	overflow: visible;
	padding-left: 15px;
	padding-right: 15px;
}
/*21.02: About block */
.about-content h1 {
	margin-top: -12px;
}
.about-content p {
	margin-bottom: -5px;
}
/* 21.03: Why us */
.single-reason {
	border: 1px solid #ecf7fe;
	padding: 30px 15px 25px;
}
.single-reason i {
	font-size: 30px;
	color: #00c544;
}
.single-reason .h5 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 14px;
}
.single-reason span {
	color: #4c4f60;
}
/* 21.04: Subscription */
.primary-form {
	position: relative;
}
.primary-form input:not([type=submit]) {
	height: 60px;
	padding: 0 20px;
	font-size: 14px;
}
.primary-form .parsley-errors-list {
	display: none;
}
/* 21.05: Carousel controls */
.carousel-control {
	border: 1px solid #e2e6fb;
	width: 40px;
	height: 40px;
	color: #8388a8;
	-webkit-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
}
.carousel-control:hover, .carousel-control:focus {
	color: #fff;
	background-color: #00c544;
	border-color: #00c544;
	outline: none;
}
.swiper-button-disabled {
	pointer-events: none;
}
/* 21.06: Slider pagination style */
.slider-pagination-style .swiper-pagination-bullet {
	width: 15px;
	height: 5px;
	border: 1px solid #e2e6fb;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	margin: 0 5px;
}
.slider-pagination-style .swiper-pagination-bullet-active {
	width: 15px;
	height: 10px;
	background: #e2e6fb;
}
.slider-pagination-style .swiper-pagination-bullet:focus {
	outline: none;
}
/* 21.07: Social icons */
.social-icons li:not(:last-child) {
	margin-right: 25px;
}
/* 21.08: Back to top */
.back-to-top {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
}
.back-to-top.show {
	bottom: 30px;
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.back-to-top a {
	width: 35px;
	height: 35px;
	background: #fff5d7;
	box-shadow: 1px 5px 19px rgba(0,0,0,0.15);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size: 16px;
	color: #7a5822;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	bottom: 10%;
	right: 4%;
	position: fixed;
	z-index: 999;
}
.back-to-top a:hover {
	background: #fff5d7;
	color: #7a5822;
}
.back-to-top a i {
	-webkit-animation: bounce2 3s linear infinite;
	animation: bounce2 3s linear infinite;
}
a.whatapp{
	width: 35px;
	height: 35px;
	background: url("../images/whatapp.png");
	box-shadow: 1px 5px 19px rgba(0,0,0,0.15);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size: 16px;
	color: #7a5822;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 35px;
bottom: calc(10% + 50px);
	right: 4%;
	position: fixed;
	z-index: 999;
	background-size: cover;
}
@-webkit-keyframes bounce2 {
	0% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
}
@keyframes bounce2 {
	0% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
}
/* 21.09: Preloader */
.preLoader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999;
	overflow: hidden;
}
.preload-inner {
	height: 100%;
	width: 100%;
	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;
}
.sk-cube-grid {
	width: 50px;
	height: 50px;
}
.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #fff5d7;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}
@keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}
/* 21.10: Form validation */
.parsley-errors-list {
	list-style: none;
	padding: 0;
	position: absolute;
	left: 0;
	margin: -10px 0 0;
	top: 0%;
	text-align: center;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.parsley-errors-list li {
	font-size: 13px;
	line-height: 1.5;
	background: red;
	color: #fff;
	padding: 0 10px;
	padding: 0 10px;
}

/* 21.11: Content animation */
[data-animate] {
	visibility: hidden;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}
[data-animate].animated {
	visibility: visible;
}
.baise .header-menu a {
	color: #fff5d7
}
.baise .list-unstyle {
	color: #fff5d7
}
.post-details img {
	max-width: 100%;
	height: auto !important
}
/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #fff5d7;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
	color: #7a5822;
}
.page-num-current {
	z-index: 1;
	color: #fff5d7;
	background-color: #7a5822;
	border-color: #7a5822;
}
.page-num-current:hover {
	color: #fff5d7;
}

/*=============================================
    21: loaderbg
==============================================*/
.loaderbg {
	background-color: #fff;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999999;
}

.loaderbg .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -30px;
	width: 50px;
	height: 60px;
	text-align: center;
	font-size: 10px;
}

/* spinner的具体样式 */
.loaderbg .spinner > .double {
	background: #7a5822;
	height: 100%;
	width: 6px;
	display: inline-block;
	animation: stretchDelay 1.2s infinite ease-in-out;
}

/* 关键帧动画 */
@keyframes stretchDelay {
	0%, 40%, 100% {
		transform: scaleY(.4);
	}
	20% {
		transform: scaleY(1);
	}
}

.counter-three-grid {
	display: flex;
}
.counter-three-grid > div:nth-child(2) {
	grid-row: 1;
}


.guestbook .single-form-main form {
	background-color: #fff5d7;
}

.guestbook .single-form-main .form-group {
	margin-bottom: 20px;
	display: flex;
}

.guestbook .single-form-main .form-group label {
	display: block;
	margin-bottom: 0;
	font-weight: bold;
	width: 400px;
	color: #7a5822;
	font-size: 18px;
	line-height: 46px;
}

.guestbook .single-form-main .form-group label .text-muted {
	color: #7a5822 !important;;
	font-size: 15px;
}

.guestbook .single-form-main .form-group .required {
	color: #e74c3c;
	margin-left: 4px;
}

.guestbook .single-form-main .form-control {
	width: 100%;
	padding: 0 12px;
	border: 2px solid #7a5822;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 18px;
	transition: border-color 0.3s;
	background: transparent;
	line-height: 46px;
	height: 46px;
	color: #7a5822;
}

.guestbook .single-form-main .form-control::placeholder {
	color: rgb(122 88 34 / 50%);
}


.guestbook .single-form-main .form-control option[value=""] {
    color: rgb(122 88 34 / 50%) !important;
}

.guestbook .single-form-main .form-control:focus {
	outline: none;
	border-color: #7a5822;
	box-shadow: 0 0 5px rgba(52, 152, 219, 0.3);
}

.guestbook .single-form-main .btn{
	margin: 0;
	padding: 7px 50px;
	width: auto;
	border: 2px solid #d0021b;
}

.ball {
	animation: floating 2s ease-in-out infinite;
}

@keyframes floating {
	0% { top: -10px; }
	50% { top: 10px; } /* 根据需要调整这个值来改变浮动的高度 */
	100% { top: -10px; }
}