@charset "UTF-8";

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	font-family: Rubik, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	position: relative;
	visibility: visible;
	color: #474747
}

body[dir=rtl] {
	text-align: right
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Rubik, sans-serif;
	color: #000;
	font-weight: 600;
}

a,
button {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	text-decoration: none;
	background-color: transparent;
	border: 0
}

a[href="javascript:void(0)"] {
	cursor: initial;
}

img {
	max-width: 100%;
}

textarea {
	width: 100%;
	padding-left: 20px;
	padding-top: 20px;
	outline: 0
}

label {
	margin-bottom: 15px
}

.form-control {
	display: block;
	width: 100%;
	min-height: 45px;
	padding: 6px 80px 6px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.625;
	color: #474747;
	border-radius: 5px;
	background-color: #fff
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ced4da;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

p:last-child {
	margin-bottom: 0
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
	list-style: none
}

li {
	list-style: none
}

button:focus,
input:focus {
	outline: 0 dotted;
	outline: 0 auto -webkit-focus-ring-color;
	-webkit-box-shadow: none;
	box-shadow: none
}

input {
	display: inline-block;
	line-height: 48px;
	height: 48px;
	font-size: 15px;
	width: 100%;
	background: 0 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	text-align: left;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding-left: 20px;
	padding-right: 10px;
	outline: 0
}

.img-responsive {
	max-width: 100%;
	display: block;
	width: 100%
}

.pt-100px {
	padding-top: 100px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.pt-100px {
		padding-top: 80px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.pt-100px {
		padding-top: 60px
	}
}

@media only screen and (max-width:767px) {
	.pt-100px {
		padding-top: 60px
	}
}

.pb-100px {
	padding-bottom: 100px
}

.pt-80px {
	padding-top: 80px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.pb-100px {
		padding-bottom: 80px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.pb-100px {
		padding-bottom: 60px
	}
}

@media only screen and (max-width:767px) {
	.pb-100px {
		padding-bottom: 60px
	}
}

.pt-70px {
	padding-top: 70px
}

.pb-40px {
	padding-bottom: 40px
}

.line-height-1 {
	line-height: 1
}

.mt-25px {
	margin-top: 25px
}

.mt-30px {
	margin-top: 30px
}

.mt-20px {
	margin-top: 20px
}

.mb-30px {
	margin-bottom: 30px
}

.ml-20px {
	margin-left: 20px
}

.ml-15px {
	margin-left: 15px
}

.mr-15px {
	margin-right: 15px
}

.ml-5px {
	margin-left: 5px
}

.ml-10px {
	margin-left: 10px
}

.pl-35px {
	padding-left: 35px
}

.pr-35px {
	padding-right: 35px
}

.mb-n-50 {
	margin-bottom: -50px
}

.mb-50px {
	margin-bottom: 50px
}

.mb-40px {
	margin-bottom: 40px
}

.ml-auto {
	margin-left: auto
}

.mr-auto {
	margin-right: auto
}

.bg-black {
	background-color: #2f333a
}

.bg-gray {
	background-color: #f4f4f4
}

.bg-white {
	background-color: #fff
}

#scrollUp {
	width: 50px;
	height: 50px;
	background: #007962;
	color: #fff;
	right: 20px;
	bottom: 60px;
	text-align: center;
	overflow: hidden;
	border-radius: 50px;
	z-index: 9811 !important;
	font-size: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#scrollUp:hover {
	background: #02a0f3;
	color: #fff;
	-webkit-box-shadow: 0 5px 15px 0 rgba(14, 167, 247, 0.71);
	box-shadow: 0 5px 15px 0 rgba(14, 167, 247, 0.71);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px)
}

.slider-animated-1>* {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

.swiper-slide-active .slider-animated-1>* {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.swiper-slide-active .slider-animated-1>:nth-child(1) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.swiper-slide-active .slider-animated-1>:nth-child(2) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.swiper-slide-active .slider-animated-1>:nth-child(3) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.swiper-slide-active .slider-animated-1>:nth-child(4) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.swiper-slide-active .slider-animated-1>:nth-child(5) {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s
}

.swiper-slide-active .slider-animated-1>:nth-child(6) {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.swiper-slide-active .slider-animated-1.slider-animated-2>* {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft
}

.swiper-slide-active .slider-animated-1.slider-animated-2>:nth-child(1) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.swiper-slide-active .slider-animated-1.slider-animated-2>:nth-child(2) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.swiper-slide-active .slider-animated-1.slider-animated-2>:nth-child(3) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.swiper-slide-active .slider-animated-1.slider-animated-2>:nth-child(4) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.swiper-slide-active .slider-animated-1.slider-animated-2>:nth-child(5) {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s
}

.swiper-slide-active .slider-animated-1.slider-animated-2>:nth-child(6) {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.section-title {
	line-height: 1;
	padding: 0 190px;
	margin-bottom: 35px
}

.section-title .title {
	font-size: 36px;
	font-family: Rubik, sans-serif;
	font-weight: bold;
	display: inline-block;
	color: #007962;
	margin: 0;
	line-height: 1.2;
}

@media only screen and (max-width:767px) {
	.section-title .title {
		font-size: 28px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title {
		padding: 0 170px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title {
		padding: 0 80px
	}
}

@media only screen and (max-width:767px) {
	.section-title {
		padding: 0 0
	}
}

@media only screen and (max-width:479px) {
	.section-title {
		margin-bottom: 30px
	}
}

.section-title P {
	line-height: 24px;
	color: #747474;
	margin-top: 20px;
	font-size: 18px;
}

@media only screen and (max-width:767px) {
	.section-title.mb-60px {
		margin-bottom: 20px;
	}

	.section-title P {
		margin-top: 14px;
		font-size: 16px;
	}
}

.sticky-nav.menu_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	-webkit-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, .25);
	box-shadow: 2px 4px 8px rgba(51, 51, 51, .25);
	background-color: #fff
}

.sticky-nav.menu_fixed .main-menu>ul>li>a {
	line-height: 90px;
}

@-webkit-keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.header-to-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #b5b5b5;
	font-size: 14px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 50px;
	background-color: #242424;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 300
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
	.header-main {
		padding: 10px 0
	}
}

.header-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header-actions>*+* {
	margin-left: 18px
}

@media only screen and (max-width:575px) {
	.header-actions>*+* {
		margin-left: 15px
	}
}

@media only screen and (max-width:479px) {
	.header-actions>*+* {
		margin-left: 8px
	}
}

.header-actions .header-action-btn {
	cursor: pointer;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	color: #000;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.header-actions .header-action-btn:hover {
	color: #007962
}

.header-actions .header-action-btn i {
	-webkit-transition: 0s;
	transition: 0s;
	font-size: 26px
}

@media only screen and (max-width:575px) {
	.header-actions .header-action-btn i {
		font-size: 25px
	}
}

@media only screen and (max-width:479px) {
	.header-actions .header-action-btn i {
		font-size: 22px
	}
}

.header-actions .header-action-btn i:hover {
	color: #007962;
}

.header-actions .header-action-btn .header-action-num {
	font-size: 11px;
	font-weight: 700;
	position: absolute;
	z-index: 2;
	top: -10px;
	right: -7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	border-radius: 50%;
	background-color: #007962;
	width: 21px;
	height: 21px
}

.header-actions .header-action-btn .cart-amount {
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding-left: 15px;
	color: #0f0f0f;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.header-actions .header-action-btn:hover .cart-amount {
	color: #007962
}

.main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.main-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.main-menu ul li+li {
	margin-left: 35px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.main-menu ul li+li {
		margin-left: 30px
	}
}

.main-menu ul li a {
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	color: #2d2d2d;
	display: block;
	position: relative;
	line-height: 100px;
}

.main-menu ul li.active>a,
.main-menu ul li:hover>a {
	color: #007962 !important
}

.main-menu ul li.dropdown {
	position: relative
}

.main-menu ul li.dropdown ul.sub-menu {
	position: absolute;
	z-index: 9;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	min-width: 250px;
	left: auto !important;
	background: #fff;
	-webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, .3);
	box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, .3);
	display: block;
	-o-transition: -o-transform .3s, opacity .3s;
	-ms-transition: -ms-transform .3s, opacity .3s;
	-moz-transition: -moz-transform .3s, opacity .3s;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	padding: 20px 0
}

.main-menu ul li.dropdown ul li {
	padding: 0;
	margin: 0;
	display: block;
	flex-wrap: wrap;
}

.main-menu ul li.dropdown ul li a {
	display: block;
	line-height: 20px;
	padding: 12px 0 12px 20px;
	font-weight: 400;
	font-size: 16px;
	color: #2d2d2d;
	text-transform: capitalize
}

.main-menu ul li.dropdown ul li a:hover {
	padding-left: 25px
}

.main-menu ul li.dropdown:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
	-o-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-o-transition: -o-transform .3s, opacity .3s;
	-ms-transition: -ms-transform .3s, opacity .3s;
	-moz-transition: -moz-transform .3s, opacity .3s;
	-webkit-transition: -webkit-transform .3s, opacity .3s
}

.main-menu ul li.dropdown:hover .mega-menu {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
	-o-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-o-transition: -o-transform .3s, opacity .3s;
	-ms-transition: -ms-transform .3s, opacity .3s;
	-moz-transition: -moz-transform .3s, opacity .3s;
	-webkit-transition: -webkit-transform .3s, opacity .3s
}

.main-menu ul li .mega-menu {
	position: absolute;
	-webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, .3);
	box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, .3);
	background: #fff;
	padding: 30px 0 30px 40px;
	opacity: 0;
	visibility: hidden;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	left: 5%;
	width: 90%;
	z-index: 2;
	-o-transition: -o-transform .3s, opacity .3s;
	-ms-transition: -ms-transform .3s, opacity .3s;
	-moz-transition: -moz-transform .3s, opacity .3s;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	z-index: 15
}

.main-menu ul li .mega-menu li ul {
	width: 29%;
	margin-right: 4%;
	border-right: 1px solid #ebebeb;
	margin-bottom: 20px;
}

.main-menu ul li .mega-menu li ul li.title a {
	color: #007861;
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 20px;
	height: auto
}

.main-menu ul li .mega-menu li ul li.title a:hover {
	color: #007962;
	padding-left: 0
}

.main-menu ul li .mega-menu li ul li a {
	color: #2d2d2d;
	text-transform: capitalize;
	line-height: 30px;
	font-weight: 400;
	font-size: 16px;
	display: block;
	padding: 0;
	border: 0;
	height: auto;
	margin-bottom: 6px
}

.main-menu ul li .mega-menu li ul li a:hover {
	color: #007962;
	padding-left: 10px
}

.main-menu ul li .mega-menu li ul li:last-child a {
	margin: 0
}

.main-menu>ul>li:last-child {
	display: flex;
	align-items: center;
}

.main-menu>ul>li:last-child>a {
	background-color: #007962;
	border-radius: 4px;
	color: #fff;
	padding: 2px 10px;
	line-height: 24px !important;
}

.main-menu>ul>li:last-child:hover>a {
	background-color: #fff;
	border: 1px solid #007962;
	color: #007962;
}

.header-bottom-set .dropdown-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border: none;
	background-color: transparent;
	padding: 0
}

.header-bottom-set .dropdown-toggle::after {
	display: none
}

.header-bottom-set .dropdown-toggle i {
	font-size: 20px;
	margin-left: 3px;
}

.header-bottom-set .dropdown-menu {
	margin: 0;
	top: 40px !important;
	left: auto !important;
	right: 0;
	min-width: 115px;
	overflow: hidden;
	padding: 0 12px;
	background: #fff;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, .06);
	box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, .06);
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	inset: 40px 0 auto auto !important
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-bottom-set .dropdown-menu {
		top: 48px !important;
		inset: 48px 0 auto auto !important
	}
}

@media only screen and (max-width:767px) {
	.header-bottom-set .dropdown-menu {
		top: 46px !important;
		inset: 46px 0 auto auto !important
	}
}

.header-bottom-set .dropdown-menu li {
	border-bottom: 1px solid #ebebeb
}

.header-bottom-set .dropdown-menu li:last-child {
	border: none
}

.header-bottom-set .dropdown-menu .dropdown-item {
	padding: 10px;
	color: #2d2d2d;
	line-height: 25px;
	font-size: 14px;
	background: 0 0;
	text-align: center;
}

.header-bottom-set .dropdown-menu .dropdown-item:hover {
	color: #007962
}

.action-form {
	position: relative
}

.submit {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	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;
	width: 60px;
	height: 100%;
	background: #007962;
	color: #fff;
	font-size: 20px;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.svg-earth {
	width: 20px;
	height: 20px;
	margin-right: 3px;
}

body.offcanvas-open {
	overflow: hidden
}

.offcanvas {
	font-size: 14px;
	font-weight: 400;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: auto;
	display: block;
	width: 400px;
	height: 100%;
	padding: 20px;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: auto;
	visibility: visible
}

@media only screen and (max-width:479px) {
	.offcanvas {
		width: 300px
	}
}

.offcanvas .inner {
	position: relative;
	z-index: 9;
	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%
}

.offcanvas .inner .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 30px 20px
}

.offcanvas .inner .head .title {
	color: #000;
	font-weight: 700
}

.offcanvas .inner .head .offcanvas-close {
	position: relative;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	border: 0;
	background-color: transparent
}

.offcanvas .inner .head .offcanvas-close::after {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 20px;
	height: 2px;
	content: "";
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #007962
}

.offcanvas .inner .head .offcanvas-close::before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 20px;
	height: 2px;
	content: "";
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #007962
}

.offcanvas .inner .head .offcanvas-close:hover:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.offcanvas .inner .head .offcanvas-close:hover:after {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.offcanvas .inner .offcanvas-menu ul li {
	position: relative;
	display: block;
	line-height: 28px
}

.offcanvas .inner .offcanvas-menu ul li a {
	display: block;
	padding: 10px 0;
	text-transform: capitalize;
	color: #474747;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-weight: 600
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu {
	position: static;
	top: auto;
	display: none;
	visibility: visible;
	width: 100%;
	min-width: auto;
	padding: 0;
	-webkit-transition: none;
	transition: none;
	opacity: 1;
	-webkit-box-shadow: none;
	box-shadow: none
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
	line-height: inherit;
	position: relative
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
	text-transform: capitalize;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 0;
	display: block;
	border-top: 1px solid #eee;
	font-size: 14px;
	font-weight: 500
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li:last-child {
	border-bottom: 0 solid #eee
}

.offcanvas .inner .offcanvas-menu ul li .menu-expand {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 24px;
	height: 49px;
	cursor: pointer;
	background-color: transparent
}

.offcanvas .inner .offcanvas-menu ul li:hover>a {
	color: #007962;
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:before {
	background: #007962;
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:after {
	background: #007962;
}

.offcanvas .inner .offcanvas-menu ul li:last-child {
	border-bottom: 1px solid #eee
}

.offcanvas .inner .offcanvas-social li {
	display: inline-block;
	margin: 0 10px 0 0;
	line-height: 40px;
	padding: 0
}

@media only screen and (max-width:479px) {
	.offcanvas .inner .offcanvas-social li {
		margin: 0 5px 0 0
	}
}

.offcanvas .inner .offcanvas-social li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	background: #007962;
	font-size: 16px;
	padding: 0;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	border: none;
	z-index: 1;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.offcanvas .inner .offcanvas-social li a:hover {
	background: #000;
	color: #fff
}

@media only screen and (max-width:479px) {
	.offcanvas .inner .offcanvas-social li a {
		line-height: 35px;
		width: 35px;
		height: 35px;
		font-size: 15px
	}
}

.offcanvas .inner .foot .buttons a {
	display: block;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 16px;
	border: none;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px 15px;
	line-height: 26px;
	border: none;
	background: #000;
	border-radius: 0;
	width: auto;
	height: auto
}

.offcanvas .inner .foot .buttons a:hover {
	background-color: #007962;
	color: #fff
}

.offcanvas .inner .foot .buttons .current-btn {
	background-color: #007962;
	color: #fff
}

.offcanvas .inner .foot .sub-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #eee;
	margin: 30px 0 0 0
}

.offcanvas .inner .foot .sub-total .table>:not(caption)>*>* {
	padding: 0;
	border: 0
}

.offcanvas .inner .foot .sub-total .table>tbody>tr>td {
	border: none;
	padding: 0;
	color: #000;
	text-transform: capitalize;
	font-size: 20px;
	vertical-align: middle;
	font-weight: 500;
	line-height: 30px
}

.offcanvas .inner .foot .sub-total .table>tbody>tr>td.theme-color {
	color: #007962
}

.offcanvas .inner .foot .sub-total .amount {
	color: #eb2606;
	font-weight: 600
}

.offcanvas .inner .foot .minicart-message {
	margin-top: 30px;
	margin-bottom: 30px
}

.offcanvas-menu>ul>li .menu-expand {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 24px;
	height: 44px;
	cursor: pointer;
	background-color: transparent
}

.offcanvas-menu>ul.sub-menu>li .menu-expand {
	right: 15px
}

.offcanvas.offcanvas-mobile-menu {
	right: auto;
	left: 0;
	padding: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 350px;
	padding: 50px 30px;
	z-index: 9999;
}

@media only screen and (max-width:479px) {
	.offcanvas.offcanvas-mobile-menu {
		width: 300px
	}
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close {
	position: absolute;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	border: 0;
	left: 0;
	top: 5px;
	background-color: #007962;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	border-radius: 50%
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close::after {
	position: absolute;
	top: calc(50% - 1px);
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 2px;
	content: "";
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #fff
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close::before {
	position: absolute;
	top: calc(50% - 1px);
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 2px;
	content: "";
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:after {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.offcanvas-menu>ul>li .menu-expand::after,
.offcanvas-menu>ul>li .menu-expand::before {
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 7px);
	width: 14px;
	height: 2px;
	content: "";
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-transform: scale(.75);
	transform: scale(.75);
	background-color: #000
}

.offcanvas-menu>ul>li .menu-expand::after {
	-webkit-transform: rotate(90deg) scale(.75);
	transform: rotate(90deg) scale(.75)
}

.offcanvas-menu>ul>li.active>.menu-expand::after {
	-webkit-transform: rotate(0) scale(.75);
	transform: rotate(0) scale(.75)
}

.offcanvas-menu>ul>li .sub-menu li.active>.menu-expand::after {
	-webkit-transform: rotate(0) scale(.75);
	transform: rotate(0) scale(.75)
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open .offcanvas-close {
	left: 80%
}

.offcanvas-overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, .5)
}

.offcanvas.offcanvas-open {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.minicart-product-list {
	margin: 0;
	padding-left: 0;
	list-style: none
}

.minicart-product-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb
}

.minicart-product-list li .image {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 75px;
	flex: 1 0 75px
}

.minicart-product-list li .image img {
	max-width: 100%;
	border: 1px solid #ebebeb
}

@media only screen and (max-width:575px) {
	.minicart-product-list li .image {
		-ms-flex: 1 0 50px;
		-webkit-box-flex: 1;
		flex: 1 0 50px
	}
}

.minicart-product-list li .content {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 calc(100% - 150px);
	flex: 1 0 calc(100% - 150px);
	padding-left: 15px
}

.minicart-product-list li .content .title {
	color: #000;
	font-weight: 500
}

.minicart-product-list li .content .title:hover {
	color: #007962
}

.minicart-product-list li .content .quantity-price {
	font-size: 14px;
	display: block;
	margin-top: 10px
}

.minicart-product-list li .content .quantity-price .amount {
	color: #007962;
	font-weight: 500;
	font-size: 18px
}

.minicart-product-list li .content .remove {
	line-height: 1.5;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 3px;
	color: #000;
	font-size: 16px
}

.minicart-product-list li .content .remove:hover {
	color: #eb2606
}

@media only screen and (max-width:575px) {
	.minicart-product-list li .content {
		-ms-flex: 1 0 calc(100% - 75px);
		-webkit-box-flex: 1;
		flex: 1 0 calc(100% - 75px)
	}
}

.minicart-product-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}

.bg-color1 {
	background-color: #f5f5f5
}

.bg-color2 {
	background-color: #cebdb5
}

.bg-color3 {
	background-color: #cebdb5
}

.slider-height {
	height: 771px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.slider-height {
		height: 700px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-height {
		height: 550px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-height {
		height: 500px
	}
}

@media only screen and (max-width:767px) {
	.slider-height {
		height: 450px
	}
}

@media only screen and (max-width:575px) {
	.slider-height {
		height: 650px
	}
}

@media only screen and (max-width:479px) {
	.slider-height {
		height: 600px
	}
}

.ptb-30px {
	padding: 30px 0
}

.pl-80px {
	padding-left: 80px
}

.slider-height-2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 513px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.slider-height-2 {
		height: 500px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-height-2 {
		height: 500px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-height-2 {
		height: 500px
	}
}

@media only screen and (max-width:767px) {
	.slider-height-2 {
		height: 500px
	}
}

.hero-slide-content {
	position: relative;
	z-index: 9;
	text-transform: capitalize;
	text-align: center
}

.hero-slide-content h1 {
	font-size: 54px;
	margin-bottom: 15px;
	color: #fff;
	text-shadow: 0 0 2px #b7b7b7;
	line-height: 1.1;
}

.hero-slide-content h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #fff;
	text-shadow: 0 0 2px #b7b7b7;
	line-height: 1.1;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slide-content h1 {
		font-size: 46px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-content h1 {
		font-size: 38px
	}
}

.hero-slide-content .price {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 37px;
	color: #4a4a4a;
	display: block
}

.hero-slide-content .price .new {
	color: #007962
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-content .price {
		font-size: 30px;
		margin-bottom: 30px
	}
}

@media only screen and (max-width:767px) {
	.hero-slide-content .price {
		font-size: 24px;
		margin-bottom: 25px
	}

	.hero-slide-content .btn {
		width: 100px;
		height: 35px;
		font-size: 13px;
		border: 1px solid #ececec;
	}
	
	.hero-slide-content .btn {
		width: auto;
		height: auto;
		font-size: 12px;
		border: 1px solid #ececec;
		display: inline-block;
		padding: 5px 8px;
		border-radius: 5px;
	}
}

.line-shape {
	position: relative
}

.line-shape::after {
	position: absolute;
	top: 10px;
	left: 20px;
	height: 100%;
	width: 1px;
	content: "";
	background-color: #454545;
	margin: auto;
	bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.line-shape::after {
		left: 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
	.line-shape::after {
		display: none
	}
}

.line-shape-top {
	border-top: 1px solid #454545;
	padding: 25px 0 25px 0
}

.pl-120px {
	padding-left: 120px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.pl-120px {
		padding-left: 40px
	}
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
	.pl-120px {
		padding-left: 0
	}
}

@media only screen and (max-width:575px) {
	.pl-120px {
		padding-left: 15px;
		padding-top: 30px
	}
}

.footer-area {
	color: #fff;
	background: #252525
}

.footer-area .footer-top {
	padding: 60px 0 55px 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.footer-area .footer-top {
		padding: 60px 0 40px 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-area .footer-top {
		padding: 60px 0 40px 0
	}
}

@media only screen and (max-width:767px) {
	.footer-area .footer-top {
		padding: 50px 0 50px 0
	}
}

.footer-area .footer-top .single-wedge .footer-logo {
	margin: 0 0 27px
}

.footer-area .footer-top .single-wedge .footer-herading {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 27px;
	position: relative;
	color: #fff
}

.footer-area .footer-top .single-wedge .footer-links li {
	display: block;
	margin: 0;
	line-height: 1;
	border: 0;
	font-weight: 400;
	margin-bottom: 8px
}

.footer-area .footer-top .single-wedge .footer-links .single-link {
	font-size: 16px;
	line-height: 27px;
	padding: 0;
	display: inline-block;
	text-transform: capitalize;
	color: #a1a1a1;
	margin-bottom: 0;
	display: inline-block;
	position: relative;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.footer-area .footer-top .single-wedge .footer-links .single-link:hover {
	padding-left: 10px;
	color: #007962;
}

.footer-area .footer-top .single-wedge .footer-links p {
	margin: 0 0 18px;
	font-weight: 400;
	color: #a1a1a1
}

@media only screen and (max-width:767px) {
	.footer-area .footer-top .single-wedge .footer-links p.mail br {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.footer-area .footer-top .single-wedge .footer-links p.mail a {
		font-size: 15px
	}
}

.footer-area .footer-top .single-wedge .footer-links p a {
	color: #007962;
	font-weight: 500
}

.footer-area .footer-top .single-wedge .footer-links p a:hover {
	color: #007962
}

.footer-area .footer-top .single-wedge .footer-links p.address,
.footer-area .footer-top .single-wedge .footer-links p.phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer-area .footer-top .single-wedge .footer-links p.address i,
.footer-area .footer-top .single-wedge .footer-links p.phone i {
	font-size: 22px;
	color: #007962;
	margin-right: 20px
}

.footer-area .footer-top .single-wedge .footer-links p.address a,
.footer-area .footer-top .single-wedge .footer-links p.phone a {
	font-weight: 400;
	color: #a1a1a1
}

.footer-area .footer-top .single-wedge .footer-links p.address a:hover,
.footer-area .footer-top .single-wedge .footer-links p.phone a:hover {
	color: #007962
}

.footer-bottom {
	background: #252525 none repeat scroll 0 0;
	line-height: 1
}

.footer-bottom .copy-text {
	color: #a1a1a1;
	font-size: 16px;
	font-family: Rubik, sans-serif;
	line-height: 1
}

.footer-bottom .privacy {
	color: #c8c8c8;
	margin-left: 15px;
}

.footer-bottom .privacy:hover {
	color: #007962;
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:479px) {
	.footer-bottom .copy-text {
		font-size: 14px
	}
}

@media only screen and (max-width:767px) {
	.footer-bottom .copy-text {
		margin-top: 15px
	}
}

.footer-bottom .copy-text .company-name {
	color: #a1a1a1
}

.footer-bottom .copy-text .company-name:hover {
	color: #007962
}

.footer-bottom .copy-text i {
	color: red;
	margin: 0 3px;
	font-size: 16px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.mb-lg-30px {
		margin-bottom: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.mb-md-30px {
		margin-bottom: 30px
	}

	.mt-md-30px {
		margin-top: 30px
	}

	.mt-md-50px {
		margin-top: 50px
	}

	.mb-md-60px {
		margin-bottom: 60px
	}
}

@media only screen and (max-width:767px) {
	.mb-lm-30px {
		margin-bottom: 30px
	}

	.mt-lm-50px {
		margin-top: 50px
	}

	.mt-lm-30px {
		margin-top: 30px
	}

	.mt-lm-20px {
		margin-top: 20px
	}

	.mb-lm-20px {
		margin-bottom: 20px
	}

	.mb-lm-60px {
		margin-bottom: 60px
	}

	.mb-lm-30px {
		margin-bottom: 30px
	}

	.mb-lm-10px {
		margin-bottom: 10px
	}

	.mb-lm-15px {
		margin-bottom: 15px
	}

	.mt-lm-15px {
		margin-top: 15px
	}
}

@media only screen and (max-width:575px) {
	.mb-xs-30px {
		margin-bottom: 30px
	}

	.mb-xs-15px {
		margin-bottom: 15px
	}
}

@media only screen and (max-width:479px) {
	.mb-es-30px {
		margin-bottom: 30px
	}
}

.modal-dialog {
	margin: 0 auto;
	max-width: 960px;
	width: 960px;
	padding: 35px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.modal-dialog {
		max-width: 720px;
		width: 720px
	}
}

@media only screen and (max-width:767px) {
	.modal-dialog {
		width: 98%;
		max-width: 100%;
		padding: 35px 0;
		margin: auto 2%
	}
}

.modal-dialog .gallery-thumbs {
	width: 100%;
	margin: 20px auto
}

.modal-dialog .gallery-thumbs .swiper-slide img {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border: 1px solid transparent;
	border-radius: 5px
}

.modal-dialog .gallery-thumbs .swiper-slide:hover img {
	border-color: #007962
}

.modal-dialog .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
	border-color: #007962
}

.modal-dialog .gallery-thumbs .swiper-slide .img-responsive {
	width: auto
}

.modal-dialog .social-info ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.modal.fade {
	display: block !important;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.modal.fade.show {
	display: block !important;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}


.mobile-tab {
	display: none
}

@media only screen and (max-width:767px) {
	.mobile-tab {
		display: block
	}
}

@media only screen and (max-width:479px) {
	.mobile-tab {
		display: none
	}
}

.mobile-view {
	display: none
}

@media only screen and (max-width:767px) {
	.mobile-view {
		display: block;
	}

	.mobile-hidden {
		display: none;
	}
}

.shop-tab {
	line-height: 1
}

.shop-tab a+a {
	margin-left: 15px
}

.shop-tab a {
	font-size: 18px;
	color: #9e9e9e;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	background-color: #fff
}

.shop-tab a.active {
	background-color: #007962;
	color: #fff;
	border-color: #007962
}

@media only screen and (max-width:767px) {
	.shop-tab {
		margin-top: 15px;
		margin-bottom: 5px
	}
}

.shot-product p {
	color: #6c6c6c
}

.shop-select {
	border: 1px solid #d5d5d5;
	margin-left: 10px;
	border-radius: 5px;
	height: 40px
}

.shop-select.show {
	height: 40px
}

.shop-select.show .nice-select {
	max-width: 64px;
	width: 64px;
	padding-right: 10px
}

.shop-select.show .nice-select:after {
	right: 10px
}

.shop-select .nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	border-radius: 0;
	border: solid 1px transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Rubik, sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding-left: 10px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	max-width: 200px;
	width: 200px;
	color: #6c6c6c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.shop-select .nice-select {
		max-width: 170px;
		width: 170px
	}
}

@media only screen and (max-width:575px) {
	.shop-select .nice-select {
		max-width: 200px
	}
}

.shop-select .nice-select .current {
	color: #090909
}

.shop-select .nice-select:after {
	border: 0;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	height: auto;
	margin-top: 0;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: auto;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	width: auto;
	color: #007962;
	font-size: 16px
}

.shop-select .nice-select .list {
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
	box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 5px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(.75) translate(-21px);
	transform: scale(.75) translate(-21px);
	-webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 15;
	width: 100%;
	color: #090909;
	font-size: 16px
}

.shop-select .nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translate(0);
	transform: scale(1) translate(0)
}

.single-product-gallery .single-product-slider-item {
	width: 50%
}

.single-product-gallery img {
	border: 1px solid #fff;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	margin: auto;
	width: 100%
}

.single-product-gallery img:hover {
	border-color: #007962
}

.single-product-sticky .single-product-slider-item {
	width: 100%;
	text-align: center
}

.single-product-sticky img {
	border: 1px solid #fff;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	width: 100%
}

.single-product-sticky img:hover {
	border-color: #007962
}

.product-details-content.sticky {
	position: sticky;
	top: 140px;
	left: 0;
	width: 100%
}

.open-toggle,
.open-toggle2 {
	display: none
}


.input-radio span {
	font-weight: 500;
	padding-right: 10px
}

.input-radio span input[type=radio] {
	width: 15px;
	height: 15px;
	margin-right: 2px;
	position: relative;
	top: 2px
}

.checkbox-default-more-text em {
	margin-top: 14px;
	display: block;
	line-height: 24px
}

.table_page table {
	width: 100%;
	caption-side: bottom;
	border-collapse: collapse
}

.table_page table thead {
	background: #f2f2f2
}

.table_page table thead tr th {
	color: #24262b;
	border-bottom: 3px solid #007962;
	border-right: 1px solid #ededed;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 10px;
	text-align: center
}

.table_page tbody tr td {
	border-right: 1px solid #ededed;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 14px;
	text-align: center;
	min-width: 150px
}

.table_page tbody tr td a:hover {
	color: #007962
}

.table_page table tbody tr td {
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	text-align: center;
	padding: 10px
}

.table_desc table tbody tr td:last-child,
.table_page table thead tr:last-child th {
	border-right: 0
}

.blank-page-area {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 770px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blank-page-area {
		height: 560px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blank-page-area {
		height: 550px
	}
}

@media only screen and (max-width:767px) {
	.blank-page-area {
		height: 500px
	}
}

.blank-page-area .page-not-found {
	margin-top: 310px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.blank-page-area .page-not-found {
		margin-top: 200px
	}
}

@media only screen and (max-width:767px) {
	.blank-page-area .page-not-found {
		margin-top: 150px
	}
}

.blank-page-area .page-not-found h2 {
	font-size: 48px;
	font-weight: 700;
	font-style: italic;
	color: #4e4e4e;
	line-height: 61px
}

@media only screen and (max-width:767px) {
	.blank-page-area .page-not-found h2 {
		font-size: 36px;
		line-height: 48px
	}
}

.blank-page-area .page-not-found p {
	font-size: 36px;
	font-weight: 400;
	color: #4e4e4e;
	line-height: 61px;
	margin: 0 0 50px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.blank-page-area .page-not-found p {
		margin: 0 0 30px
	}
}

@media only screen and (max-width:767px) {
	.blank-page-area .page-not-found p {
		font-size: 28px;
		line-height: 40px;
		margin: 0 0 20px
	}
}

.blank-page-area .page-not-found a {
	color: #fff;
	font-weight: 500;
	margin: 10px 0;
	display: inline-block;
	text-transform: capitalize;
	width: 208px;
	height: 63px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	background-color: #007962;
	margin-top: 20px;
	margin: auto
}

.blank-page-area .page-not-found a i {
	margin-left: 10px;
	font-size: 20px
}

.blank-page-area .page-not-found a:hover {
	background-color: #000
}

.inner_complated {
	text-align: center
}

.inner_complated img {
	max-width: 100%
}

.img_cmpted {
	margin: 0 0 30px
}

.dsc_cmpted {
	margin: 0 0 30px;
	line-height: 24px
}

.btn_cmpted .shop-btn {
	width: 210px;
	background: #007962;
	text-transform: capitalize;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-weight: 500;
	border-radius: 5px;
	font-size: 16px
}

.btn_cmpted .shop-btn:hover {
	background-color: #1d1d1d
}

.quick_order {
	margin: 60px 0 60px;
	text-align: center
}

.quick_order .title {
	font-size: 32px
}

@media only screen and (max-width:575px) {
	.quick_order .title {
		font-size: 26px
	}
}

.cntct.typewriter-effect a {
	font-size: 20px;
	color: #eb2606;
	margin: 15px 0 0;
	display: inline-block;
	font-weight: 500
}

.service-left {
	position: relative;
	z-index: 1
}

.service-left-image {
	max-width: 100%;
	display: block;
	/*border-radius: 50%*/
}

.service-right-content h2 {
	color: #007962;
	font-size: 32px;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 16px;
}

.service-right-content h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 105px;
	height: 4px;
	background-color: #007962;
}

.service-right-content p {
	color: #6d6d6d;
	line-height: 1.7;
	font-size: 18px;
	margin: 20px auto;
	text-align: justify;
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
	.service-left-image {
		margin: auto
	}

	.service-area .service-right-content {
		margin-top: 80px
	}
}


.overlay-box {
	width: 98px;
	height: 98px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	position: absolute;
	left: calc(50% - 49px);
	top: calc(50% - 49px);
}

.header-logo img {
	height: 43px;
}

@media only screen and (max-width:768px) {
	.header-logo img {
		height: 38px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.overlay-box {
		left: 35%
	}
}

.overlay-box span {
	position: absolute;
	width: 98px;
	height: 98px;
	left: 50%;
	top: 50%;
	z-index: 10;
	color: #fff;
	font-weight: 400;
	font-size: 38px;
	border-radius: 50%;
	margin-top: -49px;
	margin-left: -49px;
	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;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	background-color: #007962;
}

@media only screen and (max-width:479px) {
	.overlay-box span {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		margin-left: -30px;
		font-size: 14px
	}
}

.ripple,
.ripple:after,
.ripple:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 98px;
	height: 98px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(7, 72, 51, 0.58);
	-ms-box-shadow: 0 0 0 0 rgba(7, 72, 51, 0.58);
	-o-box-shadow: 0 0 0 0 rgba(7, 72, 51, 0.58);
	box-shadow: 0 0 0 0 rgba(7, 72, 51, 0.58);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite
}

@media only screen and (max-width:479px) {

	.ripple,
	.ripple:after,
	.ripple:before {
		width: 60px;
		height: 60px
	}
}

.ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute
}

.ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(37, 24, 24, 0);
		box-shadow: 0 0 0 70px rgba(37, 24, 24, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

.team-wrapper .team-image img {
	max-width: 100%;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	width: 100%
}

.team-wrapper .team-inner {
	margin-top: -30px;
	padding: 20px 0 20px 30px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	background-color: #fff;
	position: relative
}

.team-wrapper .team-inner .team-content {
	text-align: left;
	line-height: 1
}

.team-wrapper .team-inner .team-content .title {
	font-size: 18px;
	color: #393939;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.team-wrapper .team-inner .team-content .sub-title {
	font-size: 16px;
	font-weight: 400;
	color: grey;
	text-transform: uppercase;
	margin: 9px 0 27px;
	display: block;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.team-wrapper .team-inner .team-social {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.team-wrapper .team-inner .team-social li+li {
	margin-left: 10px
}

.team-wrapper .team-inner .team-social li a {
	width: 36px;
	height: 36px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: -1px;
	border-radius: 5px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.team-wrapper:hover .team-image img {
	-webkit-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg)
}

.team-wrapper:hover .team-inner {
	margin-left: 40px;
	background-color: #007962
}

@media only screen and (max-width:767px) {
	.team-wrapper:hover .team-inner {
		margin-left: 30px
	}
}

.team-wrapper:hover .team-inner .title {
	color: #fff
}

.team-wrapper:hover .team-inner .sub-title {
	color: #fff
}

.team-wrapper:hover .team-inner .team-social li a {
	background-color: #fff;
	color: #007962
}

.gmap_canvas {
	line-height: 0
}

.gmap_canvas iframe {
	overflow: hidden;
	background: 0 0 !important;
	height: 600px;
	width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.gmap_canvas iframe {
		height: 400px
	}
}

@media only screen and (max-width:767px) {
	.gmap_canvas iframe {
		height: 350px
	}
}

.contact-wrapper .contact-info {
	padding: 60px 40px 60px 0;
}

.contact-wrapper .contact-info .sub-title {
	font-size: 18px;
	font-weight: bold;
	color: #007962;
	margin: 0 0 5px;
	display: block;
	position: relative;
	padding-bottom: 5px;
}

.contact-wrapper .contact-info .heading {
	font-size: 24px;
	color: #007962;
	margin: 18px 0 35px;
	line-height: 38px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.contact-wrapper .contact-info .heading {
		font-size: 28px;
		line-height: 45px
	}
}

@media only screen and (max-width:575px) {
	.contact-wrapper .contact-info .heading {
		font-size: 24px;
		line-height: 35px
	}
}

.contact-wrapper .contact-info .single-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contact-wrapper .contact-info .single-contact p {
	font-size: 18px;
}

.contact-wrapper .contact-info .single-contact .icon-box {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #2a2a2a;
	margin-right: 30px;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.contact-wrapper .contact-info .single-contact .icon-box::after {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	background-color: #007962;
	content: "";
	z-index: -1;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.contact-wrapper .contact-info .single-contact .icon-box i {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	font-size: 30px;
	color: #fff
}

@media only screen and (max-width:479px) {
	.contact-wrapper .contact-info .single-contact .icon-box {
		width: 60px;
		height: 60px;
		margin-right: 20px
	}
}

.contact-wrapper .contact-info .single-contact .info-box {
	width: calc(100% - 110px)
}

@media only screen and (max-width:479px) {
	.contact-wrapper .contact-info .single-contact .info-box {
		width: calc(100% - 80px)
	}
}

.contact-wrapper .contact-info .single-contact .info-box .title {
	font-size: 24px;
	color: #2e2e2e;
	font-weight: 400;
	margin: 0 0 3px
}

@media only screen and (max-width:479px) {
	.contact-wrapper .contact-info .single-contact .info-box .title {
		font-size: 20px
	}
}

.contact-wrapper .contact-info .single-contact .info-box p {
	font-size: 18px;
	color: #848484;
	font-weight: 400
}

.contact-wrapper .contact-info .single-contact .info-box a {
	color: #848484
}

.contact-wrapper .contact-info .single-contact .info-box a:hover {
	color: #007962
}

.contact-wrapper .contact-info .single-contact:hover i {
	-webkit-transform: scale(.95) rotate(0);
	transform: scale(.95) rotate(0)
}

.contact-wrapper .contact-info .single-contact:hover .icon-box {
	background-color: #007962;
}

.contact-wrapper .contact-info .single-contact:hover .icon-box::after {
	background-color: #2e2e2e
}

.contact-wrapper .contact-info .single-contact+.single-contact {
	margin-top: 35px;
}

.contact-wrapper .contact-info .social {
	margin-top: 60px
}

.social li {
	display: inline-block;
	margin-right: 13px;
}

.social li a {
	width: 40px;
	height: 40px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 50%;
}

.social li a.facebook {
	background-color: #3b5998;
}

.social li a.twitter {
	background-color: #34aaff;
}

.social li a.youtube {
	background-color: #f80000;
}

.social li a.reddit {
	background-color: #f80000;
}

.social li a.linkedin {
	background-color: #007ebb;
}

.social li a.wechat {
	background-color: #07ae06;
}

.social li a:hover {
	background-color: #0471fe;
}

.social li.wechat_icon {
	position: relative;
}

.social li.wechat_icon a:hover {
	background-color: #07c706;
}

.social .erweima {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 126px;
	height: 126px;
	padding: 2px;
	background-color: #fff;
	transform: translate(-44px, -140px);
	border-radius: 4px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}

.social .erweima::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 8px solid #fff;
	filter: drop-shadow(1px 3px 1px rgba(0, 0, 0, .2));
}

.social li.wechat_icon:hover .erweima {
	display: block;
}

.contact-form {
	padding: 40px;
	-webkit-box-shadow: 0 8px 36px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 8px 36px 0 rgba(0, 0, 0, .1);
	border-radius: 10px;
	background-color: #FFF;
	border-top: 4px solid #007962;
	height: 100%;
}

.contact-form .contact-title {
	margin: 0 0 31px
}

.contact-form .contact-title .title {
	font-size: 36px;
	color: #007962;
	font-weight: 600;
	margin: 0 0 10px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.contact-form .contact-title .title {
		font-size: 28px
	}
}

@media only screen and (max-width:575px) {
	.contact-form .contact-title .title {
		font-size: 24px
	}
}

.contact-form .contact-title p {
	color: #747474;
	line-height: 27px
}

.contact-form .contact-form-style input,
.contact-form .contact-form-style textarea {
	background: 0 0;
	border: 1px solid #c1c1c1;
	margin-bottom: 20px;
	color: #474747;
	font-size: 14px
}

.contact-form .contact-form-style input::-webkit-input-placeholder,
.contact-form .contact-form-style textarea::-webkit-input-placeholder {
	font-style: italic;
	color: #999
}

.contact-form .contact-form-style input::-moz-placeholder,
.contact-form .contact-form-style textarea::-moz-placeholder {
	font-style: italic;
	color: #999
}

.contact-form .contact-form-style input:-ms-input-placeholder,
.contact-form .contact-form-style textarea:-ms-input-placeholder {
	font-style: italic;
	color: #999
}

.contact-form .contact-form-style input::-ms-input-placeholder,
.contact-form .contact-form-style textarea::-ms-input-placeholder {
	font-style: italic;
	color: #999
}

.contact-form .contact-form-style input::placeholder,
.contact-form .contact-form-style textarea::placeholder {
	font-style: italic;
	color: #858585;
}

.contact-form .contact-form-style input:focus,
.contact-form .contact-form-style textarea:focus {
	border-color: #007962
}

.contact-form .contact-form-style textarea {
	margin-bottom: 0;
	height: 120px
}

.contact-form p {
	color: #474747
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
	.contact-form {
		margin-top: 60px
	}
}

@media only screen and (max-width:575px) {
	.contact-form {
		padding: 40px 20px
	}
}

.contact-form button {
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #007962;
}

.contact-form button i {
	font-size: 16px;
	margin-left: 10px
}

.btn {
	padding: 0;
	font-size: 16px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	font-weight: 400;
	line-height: 1;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-primary {
	color: #fff;
	background: #007962;
	width: 210px;
	height: 65px;
	z-index: 1;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-primary::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #007962;
	z-index: -1;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	-webkit-transform: scale(0);
	transform: scale(0);
	border-radius: 50%;
	width: 100%;
	height: 100%
}

.btn-primary:hover {
	color: #fff;
	-webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, .3);
	box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, .3);
	background: 0 0;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

.btn-primary:hover::before {
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}

.btn-primary.blog-btn {
	background: #252525;
	width: 130px;
	height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400
}

.btn-primary.blog-btn::before {
	background: #007962
}

.btn-check:focus+.btn,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	color: #fff
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0
}

.category-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.category-wrapper .category-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 180px;
	height: 180px;
	border: 2px solid #474747;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	position: relative;
	margin: auto
}

@media only screen and (max-width:479px) {
	.category-wrapper .category-inner {
		width: 140px;
		height: 140px
	}
}

.category-wrapper .category-inner:after {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 100%;
	z-index: -1;
	border: 2px dashed #007962;
	opacity: 0;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.category-wrapper .category-inner .category-single-item {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	text-align: center
}

.category-wrapper .category-inner .category-single-item img {
	margin: auto
}

@media only screen and (max-width:479px) {
	.category-wrapper .category-inner .category-single-item img {
		max-width: 100%
	}
}

.category-wrapper .category-inner .category-single-item .title {
	display: block;
	font-family: Rubik, sans-serif;
	font-weight: 600;
	color: #474747;
	margin: 12px 0 0;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

@media only screen and (max-width:479px) {
	.category-wrapper .category-inner .category-single-item .title {
		font-size: 13px
	}
}

.category-wrapper .category-inner:hover {
	border-color: transparent
}

.category-wrapper .category-inner:hover:after {
	opacity: 1;
	-webkit-animation: spinAround 9s linear infinite;
	animation: spinAround 9s linear infinite
}

.category-wrapper .category-inner:hover .title {
	color: #007962
}

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spinAround {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.nav-center .product-tab-nav .nav-item {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	text-transform: capitalize;
	padding: 0;
	cursor: pointer;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.nav-center .product-tab-nav .nav-item:last-child {
	margin-right: 0
}

@media only screen and (max-width:575px) {
	.nav-center.nav-center-2 .product-tab-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media only screen and (max-width:479px) {
	.nav-center.nav-center-2 .product-tab-nav .nav-item {
		margin: 0 0 0 5px
	}
}

.mb-n-30px {
	margin-bottom: -30px
}

.product-tab-nav.nav {
	-ms-flex-wrap: inherit;
	flex-wrap: inherit
}

.product-tab-nav .nav-item {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	text-transform: capitalize;
	padding: 12px;
	cursor: pointer;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.product-tab-nav .nav-item img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 0 10px #e2e2e2;
	height: 180px;
	object-fit: contain;
}

@media only screen and (max-width:575px) {
	.col-xs-6 {
		width: 50%
	}
}

.plr-15px {
	padding: 0 15px
}

@media only screen and (max-width:479px) {
	.plr-15px {
		padding: 0
	}
}

.banner-area-2 .single-banner {
	position: relative;
	overflow: hidden;
	border-radius: 0
}

.banner-area-2 .single-banner.nth-child-1 {
	border-radius: 20px 0 0 20px
}

@media only screen and (max-width:767px) {
	.banner-area-2 .single-banner.nth-child-1 {
		border-radius: 20px
	}
}

.banner-area-2 .single-banner.nth-child-2 {
	border-radius: 0 20px 0 0
}

@media only screen and (max-width:767px) {
	.banner-area-2 .single-banner.nth-child-2 {
		border-radius: 20px
	}
}

.banner-area-2 .single-banner.nth-child-3 {
	border-radius: 0 0 20px 0
}

@media only screen and (max-width:767px) {
	.banner-area-2 .single-banner.nth-child-3 {
		border-radius: 20px
	}
}

.banner-area-2 .single-banner img {
	max-width: 100%;
	width: 100%;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.banner-area-2 .single-banner .banner-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.banner-area-2 .single-banner .banner-content.nth-child-1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.banner-area-2 .single-banner .banner-content.nth-child-2 {
	left: auto;
	padding-right: 70px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-area-2 .single-banner .banner-content.nth-child-2 {
		padding-right: 40px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area-2 .single-banner .banner-content.nth-child-2 {
		padding-right: 20px
	}
}

@media only screen and (max-width:479px) {
	.banner-area-2 .single-banner .banner-content.nth-child-2 {
		padding-right: 20px
	}
}

.banner-area-2 .single-banner .banner-content.nth-child-2 .category {
	color: #414141
}

.banner-area-2 .single-banner .banner-content.nth-child-2 .title {
	color: #424242;
	font-size: 30px;
	line-height: 43px;
	font-weight: 500;
	margin: 0 0 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area-2 .single-banner .banner-content.nth-child-2 .title {
		font-size: 20px;
		line-height: 30px;
		margin: 0 0 5px
	}
}

@media only screen and (max-width:479px) {
	.banner-area-2 .single-banner .banner-content.nth-child-2 .title {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 0
	}
}

.banner-area-2 .single-banner .banner-content.nth-child-3 {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-area-2 .single-banner .banner-content.nth-child-3 {
		padding-left: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:479px) {
	.banner-area-2 .single-banner .banner-content.nth-child-3 {
		padding-left: 20px
	}
}

.banner-area-2 .single-banner .banner-content.nth-child-3 .category {
	color: #414141
}

.banner-area-2 .single-banner .banner-content.nth-child-3 .title {
	color: #424242;
	font-size: 30px;
	line-height: 43px;
	font-weight: 500;
	margin: 0 0 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area-2 .single-banner .banner-content.nth-child-3 .title {
		font-size: 20px;
		line-height: 30px;
		margin: 0 0 5px
	}
}

@media only screen and (max-width:479px) {
	.banner-area-2 .single-banner .banner-content.nth-child-3 .title {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 0
	}
}

.banner-area-2 .single-banner .banner-content .category {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 3px
}

.banner-area-2 .single-banner .banner-content .title {
	color: #fff;
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	margin: 0 0 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area-2 .single-banner .banner-content .title {
		font-size: 24px;
		line-height: 36px;
		margin: 0 0 5px
	}
}

.banner-area-2 .single-banner .banner-content .shop-link {
	font-size: 14px;
	width: 120px;
	height: 40px;
	margin: 21px 0 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-area-2 .single-banner .banner-content .shop-link {
		margin: 15px 0 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area-2 .single-banner .banner-content .shop-link {
		margin: 10px 0 0
	}
}

@media only screen and (max-width:479px) {
	.banner-area-2 .single-banner .banner-content .shop-link {
		margin: 15px 0 0;
		font-size: 12px;
		width: 100px;
		height: 35px
	}
}

.banner-area-2 .single-banner:hover img {
	-webkit-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg)
}

.banner-area-3 .single-banner {
	position: relative;
	overflow: hidden;
	border-radius: 0
}

.banner-area-3 .single-banner img {
	max-width: 100%;
	width: 100%;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.banner-area-3 .single-banner .banner-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.banner-area-3 .single-banner .banner-content .category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 15px;
	background-image: url(/assets/images/banner/sticker-bg.png);
	width: 80px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 12px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.banner-area-3 .single-banner .banner-content .title {
	color: #424242;
	font-size: 30px;
	line-height: 43px;
	font-weight: 500;
	margin: 0 0 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area-3 .single-banner .banner-content .title {
		font-size: 24px;
		line-height: 36px;
		margin: 0 0 5px
	}
}

@media only screen and (max-width:575px) {
	.banner-area-3 .single-banner .banner-content .title {
		font-size: 24px;
		line-height: 34px
	}
}

@media only screen and (max-width:479px) {
	.banner-area-3 .single-banner .banner-content .title {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 5px
	}
}

.banner-area-3 .single-banner .banner-content .shop-link {
	font-size: 14px;
	width: 120px;
	height: 40px;
	margin: 21px 0 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-area-3 .single-banner .banner-content .shop-link {
		margin: 15px 0 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area-3 .single-banner .banner-content .shop-link {
		margin: 10px 0 0
	}
}

@media only screen and (max-width:479px) {
	.banner-area-3 .single-banner .banner-content .shop-link {
		margin: 15px 0 0;
		font-size: 12px;
		width: 100px;
		height: 35px
	}
}

.banner-area-3 .single-banner:hover img {
	-webkit-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg)
}

.slider-banner .single-banner {
	position: relative;
	overflow: hidden;
	border-radius: 0
}

.slider-banner .single-banner img {
	max-width: 100%;
	width: 100%;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-banner .single-banner img {
		height: 237.5px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center
	}
}

.slider-banner .single-banner .banner-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.slider-banner .single-banner .banner-content .category {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 3px
}

.slider-banner .single-banner .banner-content .title {
	color: #424242;
	font-size: 30px;
	line-height: 38px;
	font-weight: 400;
	margin: 0 0 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-banner .single-banner .banner-content .title {
		font-size: 24px;
		line-height: 36px;
		margin: 0 0 5px
	}
}

.slider-banner .single-banner .banner-content .shop-link {
	font-size: 14px;
	width: 120px;
	height: 40px;
	margin: 21px 0 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-banner .single-banner .banner-content .shop-link {
		margin: 15px 0 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-banner .single-banner .banner-content .shop-link {
		margin: 10px 0 0
	}
}

@media only screen and (max-width:479px) {
	.slider-banner .single-banner .banner-content .shop-link {
		margin: 15px 0 0;
		font-size: 12px;
		width: 100px;
		height: 35px
	}
}

.slider-banner .single-banner:hover img {
	-webkit-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-banner .responsive-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-banner .responsive-flex .single-banner {
		margin-top: 30px;
		padding: 0 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
	.slider-banner .responsive-flex .single-banner img {
		-webkit-transform: none;
		transform: none
	}
}

@media only screen and (max-width:767px) {
	.slider-banner .responsive-flex .single-banner {
		margin-top: 30px
	}
}

.single-blog {
	position: relative
}

.single-blog .blog-image {
	overflow: hidden;
	border-radius: 20px
}

.single-blog .blog-image img {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.single-blog:hover .blog-image img {
	-webkit-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.single-blog .blog-text {
	padding: 30px 0 0 0
}

.single-blog .blog-text .blog-heading {
	margin: 15px 0 21px 0;
	font-size: 30px;
	font-weight: 400;
	line-height: 43px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.single-blog .blog-text .blog-heading {
		font-size: 30px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.single-blog .blog-text .blog-heading {
		font-size: 24px;
		line-height: 36px
	}
}

@media only screen and (max-width:575px) {
	.single-blog .blog-text .blog-heading {
		font-size: 21px;
		line-height: 32px
	}
}

.single-blog .blog-text .blog-heading .blog-heading-link {
	color: #007962;
}

.single-blog .blog-text .blog-heading .blog-heading-link:hover {
	color: #2c86d4;
}

.single-blog .blog-text .blog-detail-text {
	margin: 10px 0
}

.single-blog .blog-text p {
	margin-bottom: 25px
}

.blog-post-content-inner .blog-title {
	font-size: 36px;
	font-weight: 500;
	margin: 15px 0 35px;
	line-height: 1.4;
	color: #2d2d2d
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.blog-post-content-inner .blog-title {
		font-size: 28px
	}
}

@media only screen and (max-width:767px) {
	.blog-post-content-inner .blog-title {
		font-size: 24px
	}
}

.blog-post-content-inner .blog-athor-date span {
	color: #adadad;
	font-size: 18px;
	font-weight: 500
}

.blog-post-content-inner .blog-athor-date span.blog-date {
	color: #424242
}

.blog-post-content-inner .title {
	font-size: 30px;
	color: #2d2d2d;
	margin: 20px 0 30px;
	display: block;
	font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.blog-post-content-inner .title {
		font-size: 28px
	}
}

@media only screen and (max-width:767px) {
	.blog-post-content-inner .title {
		font-size: 24px
	}
}

.blog-post-content-inner P {
	color: #525252;
	line-height: 30px;
	margin-bottom: 40px
}

.blog-post-content-inner P+p {
	margin-bottom: 40px
}

.single-post-content .quate-speech-area {
	position: relative;
	min-height: 360px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 50px;
	z-index: 2
}

.single-post-content .quate-speech-area .speecker-img {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	max-width: 100%
}

@media only screen and (max-width:575px) {
	.single-post-content .quate-speech-area .speecker-img {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.single-post-content p.quate-speech {
	padding: 40px 45px;
	font-size: 24px;
	line-height: 40px;
	font-style: italic;
	color: #fff;
	background-color: #007962;
	position: relative;
	text-align: center;
	margin: 40px 0;
	font-weight: 300;
	border-radius: 5px;
	max-width: 585px;
	overflow: hidden;
	z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.single-post-content p.quate-speech {
		font-size: 18px;
		line-height: 32px;
		padding: 35px 20px;
		max-width: 370px
	}
}

@media only screen and (max-width:767px) {
	.single-post-content p.quate-speech {
		font-size: 18px;
		line-height: 32px;
		padding: 30px 25px;
		max-width: 300px
	}
}

@media only screen and (max-width:575px) {
	.single-post-content p.quate-speech {
		padding: 30px 20px;
		font-size: 18px;
		line-height: 28px;
		max-width: 100%
	}
}

.single-post-content p.quate-speech::after {
	position: absolute;
	top: auto;
	left: auto;
	right: -7px;
	bottom: -7px;
	content: "";
	background-image: url(../images/blog-image/quate-icon.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 72px;
	height: 64px;
	opacity: .1
}

.single-post-content .title {
	font-size: 30px;
	color: #2d2d2d;
	margin: 20px 0 30px;
	display: block;
	font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.single-post-content .title {
		font-size: 28px
	}
}

@media only screen and (max-width:767px) {
	.single-post-content .title {
		font-size: 24px
	}
}

.single-post-content ul li+li {
	margin-top: 20px
}

.single-post-content ul li {
	color: #525252;
	font-weight: 500;
	line-height: 30px
}

.single-post-content P {
	color: #525252;
	line-height: 30px;
	margin-bottom: 30px
}

.single-post-content P+p {
	margin-bottom: 40px
}

.blog-post-audio {
	line-height: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-post-audio.sidebar iframe {
		height: 200px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-post-audio.sidebar iframe {
		height: 228px
	}
}

.blog-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.blog-post-media {
	overflow: hidden
}

.blog-post-media .blog-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.blog-post-media iframe {
	border-radius: 20px;
	height: 250px;
	width: 100%;
	position: relative;
	border: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-post-media iframe {
		height: 308px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-post-media iframe {
		height: 228px
	}
}

.blog-post-media .blog-post-video .thumb-image {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.blog-post-media .blog-post-video .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.blog-post-media .blog-gallery .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.blog-single-tags-share {
	padding-bottom: 60px;
	line-height: 24px;
	border-bottom: 2px solid #f3f3f3;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px
}

@media only screen and (max-width:575px) {
	.blog-single-tags-share {
		padding: 20px 20px
	}
}

.blog-single-tags-share .blog-single-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:767px) {
	.blog-single-tags-share .blog-single-tags {
		margin-bottom: 30px
	}
}

.blog-single-tags-share span.title {
	color: #2e2e2e;
	font-size: 30px
}

@media only screen and (max-width:479px) {
	.blog-single-tags-share span.title {
		font-size: 20px
	}
}

.blog-single-tags-share span.title i {
	margin-right: 30px
}

@media only screen and (max-width:479px) {
	.blog-single-tags-share span.title i {
		margin-right: 10px
	}
}

.blog-single-tags-share .tag-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.blog-single-tags-share .tag-list li {
	display: inline-block;
	margin-right: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.blog-single-tags-share .tag-list li {
		margin-right: 10px
	}
}

@media only screen and (max-width:479px) {
	.blog-single-tags-share .tag-list li {
		margin-right: 10px
	}
}

.blog-single-tags-share .tag-list li a {
	display: block;
	float: left;
	padding: 4px 18px;
	font-size: 16px;
	color: #7e7e7e;
	font-weight: 400;
	border: 1px solid #f3f3f3;
	border-radius: 5px;
	background: 0 0;
	text-transform: capitalize
}

@media only screen and (max-width:479px) {
	.blog-single-tags-share .tag-list li a {
		padding: 4px 10px
	}
}

.blog-single-tags-share .tag-list li a:hover {
	background-color: #007962;
	color: #fff;
	border-color: #007962
}

.blog-single-tags-share .social li {
	display: inline-block;
	margin-left: 10px
}

.blog-single-tags-share .social li a {
	width: 36px;
	height: 36px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	background-color: #000;
	border-radius: 5px
}

.blog-single-tags-share .social li a:hover {
	background-color: #007962
}

.pro-pagination-style {
	margin-top: 60px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
	.pro-pagination-style {
		margin-bottom: 60px
	}
}

.pro-pagination-style li {
	display: inline-block
}

.pro-pagination-style li+li {
	margin-left: 10px
}

.pro-pagination-style a {
	font-weight: 400;
	color: #d5d5d5;
	padding: 0;
	height: 40px;
	line-height: 40px;
	background: #fff;
	display: inline-block;
	width: 40px;
	border-radius: 5px;
	text-align: center;
	vertical-align: top;
	font-size: 16px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-color: #d5d5d5;
	font-weight: 500
}

.pro-pagination-style a .fa {
	font-size: 24px
}

.pro-pagination-style a.page-num-current {
	color: #fff;
	background-color: #007962;
	-webkit-box-shadow: 0 5px 10px 0 rgba(23, 162, 26, 0.71);
	box-shadow: 0 5px 10px 0 rgba(23, 162, 26, 0.71);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	border-color: #007962
}

.pro-pagination-style a:hover {
	color: #fff;
	background-color: #007962;
	-webkit-box-shadow: 0 5px 10px 0 rgba(23, 162, 26, 0.71);
	box-shadow: 0 5px 10px 0 rgba(23, 162, 26, 0.71);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	border-color: #007962
}

.feature-area {
	position: relative;
	z-index: 1;
	padding-top: 70px;
	padding-bottom: 90px;
}

.feature-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	-webkit-box-shadow: 0 24px 29px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 24px 29px 0 rgba(0, 0, 0, .08);
	border-radius: 10px;
	z-index: 1
}

.feature-wrapper::after {
	position: absolute;
	top: 15px;
	left: 0;
	width: 95%;
	height: 100%;
	-webkit-box-shadow: 0 24px 29px 0 rgba(0, 0, 0, .04);
	box-shadow: 0 24px 29px 0 rgba(0, 0, 0, .04);
	content: "";
	border-radius: 10px;
	margin: auto;
	right: 0;
	z-index: -1
}

.feature-wrapper::before {
	position: absolute;
	top: 30px;
	left: 0;
	width: 90%;
	height: 100%;
	-webkit-box-shadow: 0 24px 29px 0 rgba(0, 0, 0, .02);
	box-shadow: 0 24px 29px 0 rgba(0, 0, 0, .02);
	content: "";
	border-radius: 10px;
	margin: auto;
	right: 0;
	z-index: -2
}

.feature-wrapper .single-feture-col {
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.3333333333%
}

@media only screen and (min-width:1200px) and (max-width:1599px),
only screen and (min-width:992px) and (max-width:1199px) {
	.feature-wrapper .single-feture-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.feature-wrapper .single-feture-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
}

@media only screen and (max-width:767px) {
	.feature-area {
		padding-top: 30px;
	}
	.feature-wrapper .single-feture-col {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 100%;
		max-width: 100%
	}
}

.feature-wrapper .single-feture-col+.single-feture-col {
	position: relative
}

.feature-wrapper .single-feture-col+.single-feture-col::after {
	position: absolute;
	top: 50%;
	left: -7.5px;
	width: 2px;
	height: 60px;
	background-color: #e7e7e7;
	content: "";
	margin-top: -30px
}

@media only screen and (max-width:767px) {
	.feature-wrapper .single-feture-col+.single-feture-col::after {
		display: none
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.feature-wrapper .single-feture-col+.single-feture-col+.single-feture-col::after {
		display: none
	}
}

.single-feature {
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	padding-right: 15px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-feature {
		padding: 12px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-feature {
		padding: 25px
	}
}

@media only screen and (max-width:479px) {
	.single-feature {
		padding: 20px
	}
}

.single-feature .feature-icon {
	width: 79px;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (max-width:479px) {
	.single-feature .feature-icon {
		margin-right: 20px
	}
}

.single-feature .feature-content {
	width: calc(100% - 99px)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (max-width:479px) {
	.single-feature .feature-content {
		width: calc(100% - 90px)
	}
}

.single-feature .feature-content .title {
	font-size: 24px;
	color: #2e2e2e;
	font-weight: 400;
	margin: 0 0 3px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:479px) {
	.single-feature .feature-content .title {
		font-size: 20px
	}
}

.single-feature .feature-content .sub-title {
	font-size: 16px;
	color: #848484;
	font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:479px) {
	.single-feature .feature-content .sub-title {
		font-size: 14px
	}
}

.single-feature img {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.single-feature:hover img {
	-webkit-transform: scale(.9) rotate(3deg);
	transform: scale(.9) rotate(3deg)
}

.slider-nav-style-1 {
	position: relative
}

.slider-nav-style-1 .swiper-button-next:after {
	content: ""
}

.slider-nav-style-1 .swiper-button-prev:after {
	content: ""
}

.slider-nav-style-1 .swiper-button-next:after,
.slider-nav-style-1 .swiper-button-prev:after {
	font-family: Pe-icon-7-stroke;
	font-size: 40px;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	outline: 0
}

@media only screen and (max-width:575px) {

	.slider-nav-style-1 .swiper-button-next:after,
	.slider-nav-style-1 .swiper-button-prev:after {
		font-size: 24px
	}
}

.slider-nav-style-1.small-nav .swiper-button-next:after,
.slider-nav-style-1.small-nav .swiper-button-prev:after {
	font-size: 30px
}

.small-nav.slider-nav-style-1.small-nav .swiper-button-next:after,
.small-nav.slider-nav-style-1.small-nav .swiper-button-prev:after {
	font-size: 24px
}

.slider-nav-style-1 .swiper-buttons .swiper-button-next,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	width: 50px;
	height: 50px;
	line-height: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: auto;
	border-radius: 50%;
	text-align: center;
	-webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, .06);
	box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, .06);
	color: #000;
	background-color: #fff
}

.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-next,
.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-prev {
	top: 67%;
}

@media only screen and (max-width:575px) {

	.slider-nav-style-1 .swiper-buttons .swiper-button-next,
	.slider-nav-style-1 .swiper-buttons .swiper-button-prev {
		width: 35px;
		height: 35px;
		line-height: 35px
	}
}

.slider-nav-style-1 .swiper-buttons .swiper-button-next:hover,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev:hover {
	background-color: #007962;
	color: #fff;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3)
}

.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-next,
.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-prev {
	width: 40px;
	height: 40px;
	line-height: 40px
}

.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-next:hover,
.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-prev:hover {
	background-color: #007962;
	color: #fff
}

.slider-nav-style-1 .swiper-button-prev {
	outline: 0;
	right: auto;
	left: 30px
}

@media only screen and (max-width:767px) {
	.slider-nav-style-1 .swiper-button-prev {
		left: 15px
	}
}

.slider-nav-style-1.small-nav .swiper-button-prev {
	outline: 0;
	right: auto;
	left: 10px
}

@media only screen and (max-width:767px) {
	.slider-nav-style-1.small-nav .swiper-button-prev {
		left: 5px
	}
}

.slider-nav-style-1 .swiper-button-next {
	outline: 0;
	left: auto;
	right: 30px
}

@media only screen and (max-width:767px) {
	.slider-nav-style-1 .swiper-button-next {
		right: 15px
	}
}

.slider-nav-style-1.small-nav .swiper-button-next {
	outline: 0;
	left: auto;
	right: 10px
}

@media only screen and (max-width:767px) {
	.slider-nav-style-1.small-nav .swiper-button-next {
		right: 5px
	}
}

.slider-nav-style-1:hover .swiper-button-next,
.slider-nav-style-1:hover .swiper-button-prev {
	opacity: 1;
	visibility: visible
}

.slider-nav-style-1:hover .swiper-button-next {
	right: 50px;
}

.slider-nav-style-1:hover .swiper-button-prev {
	left: 50px;
}

.slider-nav-style-1.small-nav:hover .swiper-button-next {
	right: -20px;
}

.slider-nav-style-1.small-nav:hover .swiper-button-prev {
	left: -20px;
}

@media only screen and (max-width:575px) {
	.slider-nav-style-1:hover .swiper-button-next {
		right: 20px;
	}

	.slider-nav-style-1:hover .swiper-button-prev {
		left: 20px;
	}

	.slider-nav-style-1.small-nav:hover .swiper-button-next {
		right: 10px;
	}

	.slider-nav-style-1.small-nav:hover .swiper-button-prev {
		left: 10px;
	}
}

.banner-center-word {
	background-size: 100% 100% !important;
	border-bottom-width: 0;
	height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	line-height: 1
}

.banner-center-word .breadcrumb-title {
	font-weight: 500;
	text-transform: capitalize;
	font-size: 60px;
	color: #fff;
	margin: 0;
	text-shadow: 0 0 3px #b7b7b7;
}

@media only screen and (max-width:767px) {
	.banner-center-word {
		height: 170px
	}

	.banner-center-word .breadcrumb-title {
		font-size: 36px
	}
}

.page-pagination li {
	display: inline-block
}

.page-pagination li a {
	font-weight: 500;
	padding: 0 10px;
	display: block;
	text-align: center;
	line-height: 41px;
	min-width: 41px;
	height: 41px;
	text-transform: uppercase;
	color: #ababab;
	letter-spacing: 2px;
	border-radius: 5px
}

.page-pagination li a.current {
	background: #f6f5f9;
	color: #007962
}

.page-pagination li a:hover {
	color: #007962
}

.page-num {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #dee2e6;
	margin-left: 10px;
}

.deal-bg {
	position: relative;
	background-color: #e7e7e7;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.deal-bg.ptb-80px {
	padding: 66px 0 80px
}

.deal-bg-2 {
	border-radius: 10px;
	margin: 0 30px
}

@media only screen and (max-width:479px) {
	.deal-bg-2 {
		margin: 0
	}
}

.deal-image {
	position: absolute;
	left: auto;
	right: 168px;
	bottom: 28px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.deal-image {
		right: 100px;
		bottom: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.deal-image {
		right: 0;
		width: 50%;
		bottom: 0
	}
}

@media only screen and (max-width:767px) {
	.deal-image {
		margin: auto;
		position: initial;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.deal-image .discount {
	width: 103px;
	height: 103px;
	color: #fff;
	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: #007962;
	border-radius: 50%;
	position: absolute;
	bottom: 60px;
	right: -30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.deal-image .discount {
		right: 30px
	}
}

@media only screen and (max-width:767px) {
	.deal-image .discount {
		bottom: 145px;
		right: auto;
		left: 68%
	}
}

.deal-image .discount h3 {
	color: #fff;
	font-weight: 500
}

.deal-wrapper {
	width: 50%;
	padding-left: 90px;
	line-height: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.deal-wrapper {
		width: 40%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.deal-wrapper {
		width: 50%;
		padding-left: 40px
	}
}

@media only screen and (max-width:767px) {
	.deal-wrapper {
		margin: auto;
		width: 100%;
		margin: 0 0 50px
	}
}

@media only screen and (max-width:479px) {
	.deal-wrapper {
		padding-left: 30px
	}
}

.deal-wrapper .title {
	font-size: 36px;
	color: #424242;
	font-weight: 500;
	margin: 0;
	line-height: 55px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.deal-wrapper .title {
		font-size: 26px;
		line-height: 40px
	}
}

@media only screen and (max-width:575px) {
	.deal-wrapper .title {
		font-size: 30px;
		line-height: 45px
	}
}

@media only screen and (max-width:479px) {
	.deal-wrapper .title {
		font-size: 24px;
		line-height: 36px
	}
}

.deal-wrapper .price {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 55px;
	margin-top: 22px;
	color: #4a4a4a;
	display: block
}

@media only screen and (max-width:575px) {
	.deal-wrapper .price {
		font-size: 24px;
		margin-top: 15px;
		margin-bottom: 40px
	}
}

@media only screen and (max-width:479px) {
	.deal-wrapper .price {
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 30px
	}
}

.deal-wrapper .price .new {
	color: #007962
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.deal-wrapper .price {
		font-size: 24px;
		margin-bottom: 40px;
		margin-top: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.deal-wrapper .price {
		font-size: 20px;
		margin-bottom: 40px;
		margin-top: 20px
	}
}

.deal-wrapper a.btn-primary {
	width: 140px;
	height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
	.testimonial-area.pb-40px {
		padding-bottom: 0
	}
}

.testimonial-wrapper {
	max-width: 570px
}

.testimonial-wrapper .swiper-wrapper .swiper-slide .testi-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto
}

.testimonial-wrapper .swiper-wrapper .swiper-slide .testi-inner .testi-content {
	text-align: center;
	margin-top: 45px;
	position: relative
}

.testimonial-wrapper .swiper-wrapper .swiper-slide .testi-inner .testi-content::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	background-image: url(../images/testimonial-image/quate-1.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 136px;
	height: 117px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -58.5px;
	margin-left: -68px;
	z-index: -1
}

.testimonial-wrapper .swiper-wrapper .swiper-slide .testi-inner .testi-content p {
	font-size: 30px;
	line-height: 48px;
	color: #565656;
	font-style: italic
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-wrapper .swiper-wrapper .swiper-slide .testi-inner .testi-content p {
		font-size: 24px;
		line-height: 38px
	}
}

@media only screen and (max-width:767px) {
	.testimonial-wrapper .swiper-wrapper .swiper-slide .testi-inner .testi-content p {
		font-size: 24px;
		line-height: 38px
	}
}

.testimonial-wrapper .swiper-wrapper .swiper-slide .testi-inner .testi-author {
	line-height: 1;
	margin: 45px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.testimonial-wrapper .swiper-wrapper .swiper-slide .testi-inner .testi-author .author-img {
	position: relative
}

.testimonial-wrapper .swiper-wrapper .swiper-slide .testi-inner .testi-author .author-name .name {
	color: #393939;
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: 500;
	text-transform: uppercase
}

.testimonial-wrapper .swiper-wrapper .swiper-slide .testi-inner .testi-author .author-name .title {
	color: grey;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase
}

.testimonial-wrapper .swiper-button-next:after,
.testimonial-wrapper .swiper-button-prev:after {
	font-family: FontAwesome;
	font-size: 24px;
	color: #424242;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.testimonial-wrapper .swiper-button-prev:after {
	content: ""
}

.testimonial-wrapper .swiper-button-next:after {
	content: ""
}

.testimonial-wrapper .swiper-button-prev {
	left: 25%
}

@media only screen and (max-width:575px) {
	.testimonial-wrapper .swiper-button-prev {
		left: 15%
	}
}

.testimonial-wrapper .swiper-button-next {
	right: 25%
}

@media only screen and (max-width:575px) {
	.testimonial-wrapper .swiper-button-next {
		right: 15%
	}
}

.testimonial-wrapper .swiper-button-next,
.testimonial-wrapper .swiper-button-prev {
	top: 60px
}

.testimonial-wrapper .swiper-button-next:hover:after,
.testimonial-wrapper .swiper-button-prev:hover:after {
	color: #007962
}

.brand-slider {
	border: 1px solid #e1e1e1
}

.brand-slider .brand-slider-item {
	position: relative
}

.brand-slider .brand-slider-item::after {
	position: absolute;
	top: -20px;
	left: 0;
	width: 1px;
	height: 250px;
	content: "";
	background-color: #e1e1e1
}

.brand-slider .brand-slider-item a {
	padding: 48px 0;
	display: inline-block
}

.brand-slider .brand-slider-item img {
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	margin: auto;
	opacity: .5
}

.brand-slider .brand-slider-item:hover img {
	filter: none;
	-webkit-filter: grayscale(0);
	opacity: 1
}

.brand-slider .brand-slider-item.swiper-slide-active::after {
	display: none
}

.modal-backdrop {
	background-color: transparent
}

.modal {
	overflow: hidden !important;
	padding-right: 0 !important
}

.modal::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(234, 170, 133, .87);
	width: 100%;
	height: 0%;
	padding-bottom: 100%;
	border-radius: 100%;
	-webkit-transform: scale(.04) translateY(9999px);
	transform: scale(.04) translateY(9999px);
	overflow: hidden;
	z-index: 9
}

.modal .modal-overlay {
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	position: relative
}

.modal .modal-dialog {
	top: 0 !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .55s ease, opacity .35s ease-in;
	transition: all .55s ease, opacity .35s ease-in;
	background-color: transparent;
	width: 100%;
	opacity: 0;
	margin: auto;
	z-index: 9999
}

.modal.show::before {
	-webkit-animation: menu-animation .8s ease-out forwards;
	animation: menu-animation .8s ease-out forwards;
	-webkit-transform: scale(2) translateY(0);
	transform: scale(2) translateY(0)
}

.modal.show .modal-dialog {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
	opacity: 1;
	top: 50%
}

.header-search-form-wrapper {
	position: relative;
}

.header-search-form .submit-btn {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60px;
	height: 50px;
	background: #505050;
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 0;
	outline: 0;
	font-size: 20px;
	border-radius: 0 5px 5px 0;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.header-search-form {
	position: absolute;
	width: 350px;
	right: 0;
	top: 50px;
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	background: #fff;
	padding: 30px;
	border-radius: 6px;
	transition: all 0.5s;
	box-shadow: -2px 18px 40px -9px #999999;
	z-index: 999;
}

.header-search-form-wrapper .header-search-content-toggle {
	opacity: 1;
	visibility: visible;
	right: 0;
	transform: scale(1);
}

.modal .submit-btn:hover {
	background-color: #000
}

.modal h2 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 30px
}

.modal.fade .modal-dialog {
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}

.modal-2.fade .modal-dialog {
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
	-webkit-transition: opacity .7s;
	transition: opacity .7s
}

.modal-2.fade.show::before {
	-webkit-animation: menu-animation .8s ease-out forwards;
	animation: menu-animation .8s ease-out forwards;
	-webkit-transform: scale(2) translateY(0);
	transform: scale(2) translateY(0)
}

.modal-2.fade.show .modal-dialog {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
	opacity: 1;
	top: 50%
}

.modal-2 h2 {
	color: #747474;
	font-size: 30px;
	text-transform: capitalize;
	line-height: 1;
	font-weight: 500;
	margin: 0 0 18px 0
}

@media only screen and (max-width:479px) {
	.modal-2 h2 {
		font-size: 24px
	}
}

@media only screen and (max-width:479px) {
	.modal-2 .product-details-content .pro-details-quality .pro-details-cart .add-cart {
		font-size: 12px
	}
}

.modal-open .modal-2 {
	overflow-x: hidden !important;
	overflow-y: auto !important
}

@-webkit-keyframes menu-animation {
	0% {
		opacity: 0;
		-webkit-transform: scale(.04) translateY(300%);
		transform: scale(.04) translateY(300%)
	}

	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
		-webkit-transition: ease-out;
		transition: ease-out
	}

	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.02) translateY(0);
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(2) translateY(0);
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		-webkit-transform: scale(.04) translateY(300%);
		transform: scale(.04) translateY(300%)
	}

	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
		-webkit-transition: ease-out;
		transition: ease-out
	}

	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.02) translateY(0);
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(2) translateY(0);
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

/* 头部 */
.header-main {
	/* border-bottom: 1px solid #eaeaea; */
	background-color: #fff;
	box-shadow: 0px 0px 8px #f0f0f0;
	z-index: 999;
	position: relative;
}

/* 首页轮播图 */
.myslider {
	height: calc(100vh - 100px);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	/* 确保视频不会溢出到父元素外 */
}

.myslider video {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -100;
	background-size: cover;
	overflow: hidden;
	display: block;
	object-fit: cover;
}

.myslider img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -100;
	background-size: cover;
	overflow: hidden;
	display: block;
	object-fit: cover;
}

.dark-overlay {
	position: absolute;
	background: linear-gradient(86deg, hsla(0, 0%, 7.8%, 0.5), hsla(0, 0%, 7.8%, 0.5) 21%, hsla(0, 0%, 7.8%, 0));
	height: 100%;
	width: 100%;
}

.myslider .container {
	position: relative;
	/* 确保容器内的内容相对于视频定位 */
	z-index: 1;
	/* 确保内容在视频之上 */
}

.blue-btn {
	background: #007962;
	width: 170px;
	height: 58px;
	border-radius: 5px;
	text-transform: uppercase;
}

.blue-btn-small {
	background: #007962;
	width: 144px;
	height: 50px;
	font-size: 14px;
	border-radius: 5px;
	text-transform: uppercase;
	margin-top: 15px;
}

.trans-btn {
	width: 160px;
	height: 50px;
	border-radius: 5px;
	text-transform: uppercase;
	background-color: transparent;
	border: 2px solid #f9f9f9;
	color: #fff;
	text-shadow: 0 0 1px #b6b6b6;
}

.trans-btn:hover {
	border-color: #007962 !important;
}

.trans-btn-small {
	background-color: transparent;
	width: 144px;
	height: 50px;
	border: 1px solid #828282;
	color: #828282;
	font-size: 14px;
	border-radius: 5px;
	text-transform: uppercase;
}

@media only screen and (max-width:768px) {
	.myslider {
		height: 220px;
	}

	.blue-btn-small {
		width: 122px;
		height: 43px;
		font-size: 14px;
		margin: 15px auto;
	}
}

/* 首页解决方案 */
.product-area {
	padding: 60px 0 0;
}

.product-area ul {
	overflow: hidden;
	background-color: #f9f9f9;
}

.product {
	display: flex;
	flex-wrap: wrap;
}

.product-area li:nth-child(even) .product {
	flex-direction: row-reverse;
}

.product .left {
	width: 50%;
	padding: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product .left h2 {
	margin-bottom: 16px;
}

.product .left h2 a {
	color: #007962;
	font-weight: bold;
}

.product .left p {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #7a7a7a;
}

.product .right {
	width: 50%;
	overflow: hidden;
}

.product img {
	width: 100%;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	height: 100%;
	object-fit: cover;
}

.product .right:hover img {
	-webkit-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
}

/* 首页案例 */
.case-area {
	padding: 80px 0 0;
}

.case-area .row {
	justify-content: space-around;
	flex-wrap: wrap;
}

.case-area .col-md-4 {
	flex: 0 0 auto;
	width: 32%;
	margin-bottom: 40px;
}

.case-single {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 20px 30px 0px rgba(25, 45, 54, 0.1);
	margin-bottom: 35px;
	border: 1px solid #e7e7e7;
}

.case-single .top {
	height: 260px;
	overflow: hidden;
}

.case-single .top img {
	height: 100%;
	width: 100%;
	transition: transform 0.3s ease-in-out;
}

.case-single .top img:hover {
	transform: scale(1.2);
}

.case-single .bottom {
	padding: 15px 17px 20px;
	text-align: center;
}

.case-single .bottom h3 {
	text-align: center;
	line-height: 1;
	margin-bottom: 0.7rem;
}

.case-single .bottom h3 a {
	color: #007962;
	font-size: 19px;
}

.case-single .bottom h3 a:hover {
	color: #0985f3;
}

.btn-more {
	width: 175px;
	height: 60px;
	background-color: #007962;
	margin: 10px auto;
	text-transform: uppercase;
}

/* 首页关于我们 */
.about-area {
	padding: 60px 0 0;
	margin-bottom: 20px;
}

.about-area .content-left {
	position: relative;
}

.about-area .content-left img {
	width: 100%;
}

.about-area .content-right .sub-heading {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	background-color: #ff7554;
	padding: 5px 20px;
	border-radius: 4px;
}

.about-area .content-right h2 {
	font-size: 30px;
	margin-bottom: 22px;
	line-height: 38px;
	text-transform: capitalize;
	font-weight: 600;
	color: #007962;
}

.about-area .content-right p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
	color: #8e8e8e;
}

.about-box .box {
	align-items: center;
	margin-bottom: 22px;
}

.about-box i {
	display: block;
	width: 35px;
	height: 35px;
	color: #048ccf;
	font-size: 35px;
	margin-right: 15px;
}

.about-box h3 {
	margin: 0;
	font-size: 24px;
	color: #007962;
}

.about-box h5 {
	font-weight: normal;
	margin: 0;
	color: #737373;
	font-size: 16px;
}

/* 合作伙伴 */
.partner-area {
	padding: 20px 0 60px;
}

/* 首页新闻列表 */
.news-area {
	padding: 70px 0;
	background-color: #fff;
}

.news-area .news-head {
	margin-bottom: 15px;
}

.news-area .news-head .row {
	align-items: center;
}

.news-area .news-head h2 {
	font-size: 40px;
	color: #007962;
}

.news-list .row {
	align-items: center;
	margin: 0;
}

.news-list .col-md-7 {
	width: 57%;
	padding-left: 0;
	padding-right: 20px;
}

.news-list .col-md-5 {
	width: 43%;
}

.news-list .single-news .image {
	overflow: hidden;
	max-height: 580px;
}

.news-list .content2 .title {
	margin-bottom: 15px;
	margin-top: 3px;
	line-height: 24px;
}

div.single-news-left:not(:last-child) {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news-area .single-news {
	overflow: hidden !important;
}

.news-area .single-news .image img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 100%;
	object-fit: cover;
}

.news-area .single-news:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.news-area .single-news .content {
	padding: 0;
	background-color: #fff;
}

.news-area .single-news .content .title {
	line-height: 22px;
}

.news-area .single-news .content .title a {
	font-size: 20px;
	color: #007962;
}

.news-area .single-news .content .title a:hover {
	color: #02a0f3;
}

.news-area .single-news .content p {
	margin-top: 14px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #999;
}

.news-area .single-news .content span {
	font-size: 13px;
	color: #007962;
}

.big-news {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.big-news .content2 {
	position: absolute;
	bottom: 0;
}

.news-area .single-news .content2 {
	padding: 30px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
	color: white;
}

.news-area .single-news .content2 .title a {
	color: white;
	font-size: 23px;
	font-weight: 500;
}

.news-area .single-news .content2 .title a:hover {
	color: #007962;
}

.news-area .single-news .content2 span {
	font-size: 14px;
}

.news-area .single-news .content2 p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 10px;
	color: #b9b9b9;
}

.theme-btn {
	padding: 22px 45px;
	display: inline-block;
	background-color: #ff5400;
	position: relative;
}

.theme-btn:hover::before {
	width: 100%;
	left: 0px;
}

.theme-btn::before {
	position: absolute;
	content: "";
	width: 0%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #007962;
	transition: all 0.4s ease-in-out;
}

.theme-btn {
	padding: 15px 26px;
	display: inline-block;
	position: relative;
	background-color: #f7f7f7;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
}

.theme-btn .theme-effect {
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
	transition: all 0.4s ease-in-out;
	color: #333;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	display: block;
	height: 17px;
	line-height: normal;
}

.theme-btn .theme-effect .effect-1 {
	display: block;
	height: 100%;
	position: relative;
	top: 0%;
	transition: 0.3s;
}

.theme-btn:hover .theme-effect .effect-1 {
	top: -100%;
}

.theme-btn .theme-effect i {
	position: relative;
	color: #333;
	transition: all 0.4s ease-in-out;
	margin-right: 5px;
}

.theme-btn:hover span,
.theme-btn:hover i {
	color: #fff;
}


@media (max-width: 768px) {
	.product-area {
		padding: 40px 0 0;
	}

	.product .left h2 {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.product-area li {
		margin-bottom: 25px;
	}

	.product .left {
		width: 100%;
		padding: 25px 25px;
	}

	.product .left p {
		margin-bottom: 13px;
		font-size: 16px;
		line-height: 25px;
		color: #7a7a7a;
	}

	.product .right {
		width: 100%;
		padding: 0 15px;
	}

	.blue-btn {
		width: 130px;
		height: 45px;
		border-radius: 5px;
	}

	.news-list .col-md-7 {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 20px;
	}

	.news-list .col-md-5 {
		width: 100%;
	}

	.news-area .news-head {
		margin-bottom: 15px;
	}

	.news-area .single-news .content2 .title a {
		font-size: 18px;
	}

	.news-area .news-head h2 {
		font-size: 30px;
	}

	div.single-news-left:not(:last-child) {
		padding-bottom: 12px;
		margin-bottom: 12px;
	}

	.news-area .single-news .content .title a {
		font-size: 17px;
	}

	.about-area .content-right h2 {
		font-size: 24px;
		margin-bottom: 16px;
		line-height: 32px;
		margin-top: 15px;
	}

	.about-box h5 {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.about-area .container {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.about-area .container .row {
		margin-left: 0;
		margin-right: 0;
	}

	.partner-area .container {
		padding: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* 首页联系我们 */
.contact-area {
	padding: 80px 0;
	background-image: url(../images/contact.png);
	background-size: 100% 100%;
}

.sub-title::before {
	content: "";
	background-color: #007962;
	width: 60px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 10px;
}

@media only screen and (max-width:767px) {
	.header-search-form {
		top: 40px;
		padding: 20px;
	}

	.header-search-form-wrapper .header-search-content-toggle {
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}

	.svg-earth {
		display: none;
	}

	.slider-words {
		left: 0;
		top: 0;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

	.hero-slide-content h1 {
		font-size: 29px;
		margin-bottom: 10px;
		text-shadow: 0 0 2px #fff;
	}

	.hero-slide-content h3 {
		font-size: 14px;
		margin-bottom: 12px;
	}

	/* 用户案例 */
	.case-area {
		padding: 30px 0 0;
	}

	.case-area .row {
		margin-left: -8px;
		margin-right: -8px;
	}

	.case-area .col-md-4 {
		width: 100%;
		/*width: 50%;*/
		margin-bottom: 0;
		padding: 8px;
		display: flex;
		justify-content: space-between;
	}

	.case-single {
		border-radius: 5px;
		box-shadow: 0px 15px 22px 0px rgba(25, 45, 54, 0.1);
		margin-bottom: 0;
		width: 49%;
	}

	.case-single .top {
		height: 140px;
	}

	.case-single .bottom {
		padding: 8px;
	}

	.case-single .bottom h3 {
		line-height: 18px;
		margin-bottom: 0.3rem;
	}

	.case-single .bottom h3 a {
		font-size: 16px;
	}

	.case-single .bottom p {
		line-height: 22px;
		font-size: 14px;
		color: #7f7f7f;
	}

	.trans-btn-small {
		width: 120px;
		height: 43px;
		margin-top: 20px !important;
	}

	/* 关于我们 */
	.about-area {
		padding: 30px 0 0;
	}

	.about-row {
		flex-direction: column-reverse;
	}

	.about-row .left {
		width: 100%;
		padding: 0 15px 0 0;
	}

	.about-row .right {
		width: 100%;
		padding: 0;
		padding-right: 10px;
		margin-bottom: 20px;
	}

	.about-row .right>div {
		background-color: red;
		width: 100%;
		margin-left: 0%;
	}

	.service-left {
		top: -10px;
		left: 10px;
	}

	/* 合作伙伴 */
	.partner-area {
		padding: 0 0 10px;
		margin-top: 0;
	}

	/* 新闻列表 */
	.news-area {
		padding: 40px 0;
		background-color: #fff;
	}

	.news-area .single-news .content2 {
		padding: 15px;
	}

	.news-area .single-news .content2 p {
		display: none;
	}

}

/* 产品列表页 */
.second-banner {
	padding: 40px 0;
	background-color: #f6f6f8;
	height: 500px;
	display: flex;
	align-items: center;
}

.second-banner .container {
	width: 84%;
}

.second-banner .row {
	align-items: center;
}

.second-banner h1 {
	margin-bottom: 30px;
	font-size: 42px;
	font-weight: 500;
	color: #007962;
}

.second-banner p {
	font-size: 18px;
	line-height: 1.4;
	color: #7a7a7a;
}

.second-banner img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.anchor-text {
	background-color: #007962;
}

.anchor-text ul {
	display: flex;
}

.anchor-text ul li {
	min-width: 180px;
	border-right: 2px solid #fbfbfb;
}

.anchor-text ul li a {
	color: #fff;
	padding: 10px 12px;
	font-size: 15px;
	letter-spacing: normal;
	transition: background-color .3s;
	display: block;
	text-align: center;
}

.anchor-text ul li a:hover,
.anchor-text ul li a.active {
	border-bottom: 3px solid #01c9a2;
	color: #fff;
	background-color: #01a385;
}

.anchor-text i {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: 1px solid #58a3c7;
	border-radius: 50%;
	text-align: center;
	margin-right: 4px;
	background-color: transparent;
}

.anchor-text ul li a:hover i,
.anchor-text ul li a.active i {
	background-color: #fff;
	color: #3087b2;
	border-color: #1e739c;
}

/* 产品子系列 */
.product-series {
	padding-top: 50px;
}

.product-series ul li {
	padding-top: 30px;
}

.product-series .row {
	flex-wrap: wrap;
	align-items: center;
	min-height: 400px;
}

.product-series ul li:nth-child(odd) .row {
	flex-direction: row-reverse;
}

.product-series h2 {
	border: 2px solid #007962;
	display: inline-block;
	margin-bottom: 20px;
}

.product-series h2 a {
	position: relative;
	left: 10px;
	top: -10px;
	background-color: #007962;
	color: white;
	padding: 8px 20px;
	display: inline-block;
}

.product-series h2 a:hover {
	color: #007962;
	background-color: #fff;
	border: 2px solid #007962;
}

.product-series p {
	font-size: 18px;
	color: #636363;
	margin-bottom: 10px;
}

.solution-cases {
	padding: 80px 0 80px;
	/*background-color: #f6f6f6;*/
}

.solution-cases h2 {
	text-align: center;
	margin-bottom: 15px;
	color: #007962;
}

.solution-cases h5 {
	text-align: right;
	margin-bottom: 12px;
}

.solution-cases h5 a {
	color: #007962;
	font-weight: normal;
}

.solution-cases img {
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease-in-out;
}

.solution-cases img:hover {
	transform: scale(1.1);
}

.case-wraper {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	height: 500px;
}

.case-wraper .text-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 30px 35px 45px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.9) 100%);
	color: white;
}

.case-wraper .text-box p {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 14px;
}

.case-wraper .text-box p a {
	color: #fff;
}

.case-wraper .text-box p a:hover {
	color: #007962;
}

.case-wraper .text-box>a {
	color: #fff;
	border: 1px solid #eee;
	padding: 5px 8px;
	border-radius: 10px;
	font-size: 14px;
	vertical-align: middle;
}

.case-wraper .text-box>a:hover {
	color: #007962;
	background-color: #fff;
}

.case-wraper2 {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	height: 240px;
}

.case-wraper2:last-child {
	margin-bottom: 0;
}

.case-wraper2 .text-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.9) 100%);
	color: white;
}

.case-wraper2 .text-box p {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 6px;
}

.case-wraper2 .text-box p a {
	color: #fff;
}

.case-wraper2 .text-box p a:hover {
	color: #007962;
}

.case-wraper2 .text-box>a {
	color: #fff;
	border: 1px solid #eee;
	padding: 3px 5px;
	border-radius: 8px;
	font-size: 12px;
	vertical-align: middle;
}

.case-wraper2 .text-box>a:hover {
	color: #007962;
	background-color: #fff;
}


@media (max-width:768px) {
	.second-banner {
		padding: 40px 0;
		height: auto;
	}

	.second-banner .container {
		width: 90%;
	}

	.second-banner h1 {
		margin-bottom: 20px;
		font-size: 30px;
		font-weight: 500;
	}

	.anchor-text ul li a {
		font-size: 14px;
		text-align: left;
	}

	.anchor-text i {
		font-size: 14px;
		height: 22px;
		width: 22px;
		line-height: 22px;
		margin-right: 4px;
	}

	.anchor-text .container {
		padding: 0;
	}

	.anchor-text ul {
		padding-left: 0;
		flex-wrap: wrap;
	}

	.anchor-text ul li {
		border: 1px solid #fbfbfb;
		width: 50%;
		box-sizing: border-box;
	}

	.product-series {
		padding-top: 10px;
	}

	.product-series h2 a {
		left: 8px;
		top: -8px;
		padding: 8px 15px;
		font-size: 20px;
	}

	.product-series ul li {
		height: auto;
		padding-top: 50px;
	}

	.solution-cases {
		padding: 50px 0;
	}

	.case-wraper {
		height: auto;
		margin-bottom: 20px;
	}
}

/* 解决方案详情页 */
.third-banner {
	padding: 40px 0;
	height: 500px;
	position: relative;
	background-image: url(../images/case-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.third-banner .container {
	width: 90%;
	z-index: 2;
}

.third-banner .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 9, 147, 0.7), rgba(21, 51, 187, .3));
	z-index: 1;
}

.third-banner .position {
	position: absolute;
	top: 1rem;
	color: #dedede;
}

.third-banner .position a {
	color: #fff;
}

.third-banner .position a:hover {
	color: #045cfd;
}

.third-banner .position i {
	margin: 0 6px;
}

.third-banner h1 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
}

.third-banner h3 {
	color: #fff;
	font-size: 30px;
}

.third-banner p {
	font-size: 20px;
	line-height: 1.6;
}

.product-advantages {
	padding-top: 70px;
}

.product-advantages h2 {
	margin-bottom: 60px;
	font-size: 30px;
	padding-left: 12px;
	border-left: 8px solid #007962;
	line-height: 28px;
	color: #007962;
}

.product-advantages ul {}

.product-advantages ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
	align-items: center;
}

.product-advantages ul li:last-child {
	margin-bottom: 50px;
}

.product-advantages ul li:nth-child(2n) {
	flex-direction: row-reverse;
}

.product-advantages .left {
	width: 32%;
}

.product-advantages .left h3 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #007962;
}

.product-advantages .left p {
	font-size: 18px;
	color: #868686;
}

.product-advantages .right {
	width: 66%;
}

.product-advantages .right img {
	max-height: 350px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.solution-features {
	padding-top: 80px;
	height: 100vh;
	display: flex;
	align-items: center;
}

/* .solution-features .container{
	width: 90%;
} */
.solution-features h2 {
	margin-bottom: 50px;
	font-size: 30px;
	padding-left: 12px;
	border-left: 8px solid #007962;
	line-height: 28px;
	color: #007962;
}

.solution-features ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.solution-features ul li {
	width: 50%;
	margin-bottom: 35px;
	padding: 0 20px;
}

.solution-features ul li>div {
	display: flex;
}

.solution-features ul li .left {
	width: 60px;
	height: 60px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	border-radius: 50%;
	background-color: #d7efe0;
	margin-right: 1.5rem;
	flex: 0 0 auto;
}

.solution-features h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.solution-features p {
	font-size: 16px;
	line-height: 1.3;
	color: #777;
}

.solution-features i {
	font-size: 30px;
}

.solution-function h2 {
	margin-bottom: 38px;
	font-size: 30px;
	padding-left: 12px;
	border-left: 8px solid #007962;
	line-height: 28px;
	color: #007962;
}

.solution-function ul {
	padding-left: 15px;
	padding-right: 30px;
}

.solution-function ul li {
	list-style: initial;
	margin-bottom: 14px;
	line-height: 1.4;
	font-size: 17px;
}

.solution-function {
	padding-top: 80px;
	height: 100vh;
	display: flex;
	align-items: center;
}

.solution-function .row {
	align-items: center;
}

.version-area {
	padding: 80px 0;
	background-color: #f4f4f4;
}

.version-area .row {
	align-items: center;
}

.version-area .col-md-5 {
	width: 46%;
}

.version-area .col-md-7 {
	width: 54%;
}

.version-area .col-md-7>div {
	padding: 30px;
}

.version-area .tab-slider {
	margin-top: 30px;
	margin-bottom: 30px;
}

.version-area .nav-item a {
	border-radius: 20px;
	padding: 5px 18px;
	font-size: 16px;
	color: #707070;
	box-shadow: 0 1px 4px #d3e2ef;
	margin-right: 20px;
	font-weight: normal;
	-webkit-background-clip: no-clip;
	-moz-background-clip: no-clip;
	background-color: #fff;
}

.version-area .nav-item a:hover,
.version-area .nav-item a.active {
	background-color: #007962;
	color: #fff;
}

.version-area .product-tab-nav.nav {
	flex-wrap: wrap;
}

.version-area .tab-content {
	box-shadow: 0 0 4px #e6e6e6;
	border-radius: 15px;
	overflow: hidden;
	background-color: white;
}

.version-area .tab-content h3 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 12px;
	color: #007962;
}

.version-area table {
	background-color: white;
	border: 1px solid #d5d5d5;
	margin-bottom: 0;
}

.version-area table td {
	line-height: 38px;
	font-size: 15px;
	color: #777777;
	padding-left: 12px;
}

.version-area table td:nth-child(2n+1) {
	font-weight: 500;
	color: #3c3c3c;
	background-color: #f6f6f6;
}

.version-area .scrollable-table {
	max-height: 328px;
	/* 设置表格的最大高度 */
	overflow-y: auto;
	/* 当内容超出时显示垂直滚动条 */
	display: block;
}

.recommend-area {
	padding: 70px 0 90px;
}

.recommend-area h2 {
	margin-bottom: 25px;
	color: #007962;
}

.recommend-area .single {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 0 10px #e3e3e3;
	border-radius: 10px;
	overflow: hidden;
}

.recommend-area .bottom {
	padding: 11px 5px 3px;
}

.recommend-area .bottom h3 {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}

.recommend-area .bottom h3 a {
	color: #007962;
	font-weight: 400;
}

.img_scale {
	padding: 0;
	width: 100%;
	height: 230px;
	overflow: hidden;
}

.img_scale img {
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease-in-out;
}

.img_scale img:hover {
	transform: scale(1.2);
}

@media (max-width: 768px) {
	.third-banner {
		height: 440px;
		background-position: initial;
	}

	.third-banner .container {
		width: 96%;
	}

	.third-banner h1 {
		font-size: 32px;
	}

	.third-banner p {
		font-size: 18px;
	}

	.third-banner .position {
		line-height: 20px;
	}

	.third-banner .position a {
		font-size: 13px;
	}

	.third-banner .position i {
		margin: 0;
	}

	.anchor-text ul li a {
		font-size: 16px;
		text-align: left;
		white-space: nowrap;
		padding: 10px 10px;
	}

	.product-advantages {
		padding: 40px 0 12px;
	}

	.product-advantages .container {
		width: 96%;
	}

	.product-advantages h2 {
		margin-bottom: 25px;
		font-size: 23px;
		padding-left: 8px;
		border-left: 5px solid #0093ff;
		line-height: 28px;
	}

	.product-advantages ul li {
		margin-bottom: 40px;
		flex-wrap: wrap;
	}

	.product-advantages .left {
		width: 100%;
	}

	.product-advantages .left h3 {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.product-advantages .left p {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 20px;
	}

	.product-advantages .right {
		width: 100%;
	}

	.solution-features .container {
		width: 96%;
	}

	.solution-features {
		padding: 40px 0 30px;
		height: auto;
	}

	.solution-features h2 {
		margin-bottom: 35px;
		font-size: 25px;
		padding-left: 10px;
		border-left: 6px solid #0093ff;
	}

	.solution-features ul li {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 20px;
	}

	.solution-features ul li .left {
		width: 50px;
		height: 50px;
		margin-right: 1rem;
	}

	.solution-features i {
		font-size: 22px;
	}

	.solution-features p {
		font-size: 14px;
	}

	.solution-function {
		padding-bottom: 50px;
		height: auto;
		padding-top: 50px;
	}

	.solution-function .row {
		flex-direction: column-reverse;
	}

	.solution-function h2 {
		margin-bottom: 29px;
		font-size: 25px;
		padding-left: 10px;
		border-left: 6px solid #0093ff;
		line-height: 28px;
	}

	.version-area {
		padding: 60px 0;
	}

	.version-area .container {
		width: 100%;
	}

	.nav-center .product-tab-nav .nav-item {
		margin: 0 0 12px 5px;
		font-size: 14px;
	}

	.version-area .nav-item a {
		border-radius: 8px;
		padding: 4px 9px;
		font-size: 14px;
		margin-right: 6px;
		white-space: nowrap;
	}

	.version-area .col-md-5 {
		width: 100%;
	}

	.version-area .col-md-7 {
		width: 100%;
	}

	.version-area .col-md-7>div {
		padding: 15px;
	}

	.version-area .scrollable-table {
		max-height: initial;
	}

	.version-area table td {
		line-height: 30px;
		font-size: 14px;
		padding-left: 10px;
		word-wrap: anywhere;
	}

	.recommend-area {
		padding: 40px 0;
	}

	.recommend-area .col-sm-4 {
		margin-bottom: 20px;
	}
}

/* 新闻列表页 */
.single-blog .blog-text .blog-heading {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin: 12px 0 18px 0;
}

.single-blog .blog-athor-date span {
	color: #007962;
}

.subcategory {
	padding: 70px 0 50px;
}

.subcategory ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.subcategory ul li.nav-item {
	padding: 3px;
}

.subcategory ul li a {
	color: #888;
	font-size: 18px;
}

.subcategory ul li a.active,
.subcategory ul li a:hover {
	color: #007962;
}

/* 新闻详情页 */
.news-detail {
	background-color: #f4f4f4;
	padding: 20px 0;
}

.position2 {
	margin-bottom: 20px;
}

.position2 ul {
	display: flex;
}

.position2 a {
	color: #757575;
}

.position2 a:hover {
	color: #045cfd;
}

.position2 i {
	margin: 0 6px;
}

.article-wraper {
	background-color: #fff;
	padding: 50px;
}

.article>h1 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 5px;
	color: #007962;
}

.article>span {
	display: block;
	text-align: center;
	color: #007962;
	margin-bottom: 23px;
	font-size: 14px;
}

.article .content img {
	margin-bottom: 1rem;
	margin: 0 auto;
	display: block;
	height: auto !important;
}

.article .content video {
	margin-bottom: 1rem;
}

.article .content p {
	margin-left: 0 !important;
	text-align: left !important;
}

.share-btns {
	display: flex;
	align-items: center;
	margin: 40px auto;
}

.share-btns span {
	display: inline-block;
	margin-right: 20px;
	font-size: 18px;
}

.before-next {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.before-next a {
	color: #007962;
}

.before-next a:hover {
	color: #156eda;
}

.before-next span {
	color: #252525;
	margin-right: 12px;
}

.recommend {
	background-color: #fff;
	margin: 30px auto;
	padding: 40px 50px;
}

.recommend-row:first-child {
	margin-bottom: 40px;
}

.recommend-row img {
	border-radius: 5px;
}

.recommend-row h4 {
	color: #007962;
}

.recommend-row .title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: center;
}

.recommend-row .title a {
	color: #007962;
}

.recommend-row .title a:hover {
	color: #02a0f3;
}

.recommend-row p {
	margin: 0;
	color: #7a7a7a;
}

.recommend-row h5 {
	margin: 0;
	padding: 12px 0;
	text-align: center;
}

.recommend-row h5 a {
	color: #007962;
}

.recommend-row h5 a:hover {
	color: #02a0f3;
}

@media (max-width: 768px) {
	.position2 a {
		font-size: 12px;
	}

	.before-next {
		flex-wrap: wrap;
	}

	.before-next a {
		display: block;
		margin-bottom: 15px;
	}

	.article-wraper {
		padding: 25px 12px;
	}

	.recommend {
		margin: 20px auto;
		padding: 20px 12px;
	}

	.recommend-row h5 {
		padding: 10px 0;
		font-size: 18px;
	}

	.recommend-row p {
		font-size: 16px;
		line-height: 22px;
	}

	.recommend-row .col-sm-4 {
		margin-bottom: 30px;
	}

	.pt-80px {
		padding-top: 40px;
	}

	.mb-50px {
		margin-bottom: 30px;
	}

	.article>h1 {
		font-size: 20px;
	}

	.subcategory .product-tab-nav.nav {
		flex-wrap: wrap;
	}

	.subcategory ul li a {
		font-size: 15px;
	}

	.subcategory ul li.nav-item {
		padding: 0;
		width: 50%;
	}
}


/* 联系我们页 */
.nobackground {
	background-image: none;
}

.my-contact-info {
	padding: 20px 30px 40px 40px !important;
}

.my-contact-info {
	-webkit-box-shadow: 0 8px 36px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 8px 36px 0 rgba(0, 0, 0, .1);
	border-radius: 10px;
	background-color: #FFF;
	border-top: 4px solid #007962;
	height: 100%;
}

.my-contact-info .social {
	margin-top: 40px !important;
}

.contact-map {
	padding: 70px 15px 20px;
	margin: 0 auto;
}

.contact-map .row {
	border-radius: 15px;
	overflow: hidden;
}

.contact-map .col-md-3 {
	padding: 0 25px;
	background-color: #1252a4;
	color: white;
	display: flex;
	align-items: center;
}

.contact-map .col-md-9 {
	padding: 0;
}

.contact-map .col-md-9 > div {
	width: 100%;
	max-height: 400px;
}

.map-words h2 {
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 26px;
}

@media (max-width: 768px) {
	.contact-area {
		padding: 30px 0;
		background-size: 100% auto;
	}

	.contact-wrapper .contact-info .social {
		margin-top: 30px;
	}

	.contact-form {
		margin-top: 10px;
	}

	.contact-wrapper .contact-info {
		padding: 10px 15px;
	}

	.map-words {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.map-words h2 {
		font-size: 28px;
		margin-bottom: 14px;
	}
}


/* 案例详情页 */
.four-banner {
	padding: 40px 0;
	height: 400px;
	position: relative;
	background-image: url(../images/four-bg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.four-banner .container {
	width: 84%;
	z-index: 2;
}

.four-banner .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 9, 147, 0.7), rgba(21, 51, 187, .3));
	z-index: 1;
}

.four-banner .position {
	position: absolute;
	top: 1rem;
	color: #dedede;
}

.four-banner .position a {
	color: #fff;
}

.third-banner .position a:hover {
	color: #045cfd;
}

.four-banner .position i {
	margin: 0 6px;
}

.four-banner h1 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
}

.four-banner h2 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
}

.four-banner h3 {
	color: #fff;
	font-size: 30px;
}

.four-banner p {
	font-size: 20px;
	line-height: 1.4;
}

.article .brief {
	background-color: #f0f0f0;
	padding: 18px 30px;
	color: #5f5f5f;
	text-indent: initial !important;
}

/* 公司介绍页 */
.feature-area i {
	font-size: 40px;
	color: #048ccf;
}

.feature-area span {}

.feature-area h4 {
	font-weight: 500;
	font-size: 34px;
	margin: 0;
	color: #007962;
}

/* 时间轴 */
.timeline-area {
	padding: 80px 0;
	background-color: #f7f7f7;
}

.timeline {
	position: relative;
	padding: 50px 0;
}

/* 中间线 */
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background: #007962;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
	border-radius: 10px;
}

.timeline-item {
	position: relative;
	margin-bottom: 100px;
	width: 100%;
}

/* 左侧和右侧的时间点 */
.timeline-item::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	background: white;
	border: 4px solid #007962;
	border-radius: 50%;
	top: 30px;
	z-index: 1;
}

.timeline .left {
	padding-right: calc(50% + 30px);
}

.timeline .right {
	padding-left: calc(50% + 30px);
}

.timeline .left::after {
	right: calc(50% - 12.5px);
}

.timeline .right::after {
	left: calc(50% - 12.5px);
}

.timeline-content {
	padding: 0;
	background: white;
	border-radius: 10px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease;
	opacity: 0;
	transform: translateY(20px);
	overflow: hidden;
}

.timeline-img {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.timeline-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.timeline-content:hover .timeline-img img {
	transform: scale(1.1);
}

.timeline-text {
	padding: 20px;
}

.timeline-text h2 {
	color: #007962;
	margin-bottom: 15px;
}

.timeline-text p {
	line-height: 1.8;
}

/* 动画效果类 */
.fade-in {
	opacity: 1;
	transform: translateY(0);
}

.timeline-content[data-aos="fade-right"].fade-in {
	animation: fadeRight 0.8s forwards;
}

.timeline-content[data-aos="fade-left"].fade-in {
	animation: fadeLeft 0.8s forwards;
}

@keyframes fadeRight {
	from {
		opacity: 0;
		transform: translateX(-100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeLeft {
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* 响应式设计 */
@media screen and (max-width: 768px) {
	.timeline::after {
		left: 40px;
	}

	.timeline-item {
		width: 100%;
		padding-left: 80px;
		padding-right: 0;
	}

	.timeline-item::after {
		left: 40px;
	}

	.timeline .left::after,
	.timeline .right::after {
		left: 27.5px;
	}

	.timeline .left,
	.timeline .right {
		padding: 0 0 0 80px;
	}

	.timeline-img {
		height: 180px;
	}
}

@media screen and (max-width: 480px) {

	.timeline-text {
		padding: 15px;
	}

	.timeline-text h2 {
		font-size: 1.2rem;
	}

	.timeline-text p {
		font-size: 0.9rem;
	}
}

.strength-area {
	padding: 80px 0;
}

.strength-area .container {
	width: 90%;
}

.strength-area h2 {
	margin-bottom: 35px;
	font-size: 30px;
	line-height: 28px;
	text-align: center;
	color: #007962;
}

.strength-area .single {
	padding: 10px;
	box-shadow: 0 0 15px #e5e5e5;
	border-radius: 5px;
}

.strength-area .bottom {
	padding: 15px 5px 10px;
}

.strength-area .bottom h3 {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 8px;
	color: #007962;
}

.strength-area .bottom p {
	margin: 0;
	color: #7a7a7a;
}

.hide {
	display: none;
}

@media (max-width: 768px) {
	.strength-area .container {
		width: 96%;
	}

	.strength-area .single {
		margin-bottom: 20px;
	}

	.four-banner {
		padding: 40px 0;
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: center;
	}

	.four-banner h1 {
		font-size: 32px;
	}
}

/* 技术支持 */
.support-page {
	padding: 20px 0 0;
}

.support {
	padding: 0 0 20px;
}

/* .support .container {
	width: 85%;
} */
.support ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
	flex-wrap: wrap;
}

.support .left {
	width: 52%;
	margin-right: 5%;
}

.support .right {
	width: 43%;
}

.support .right h3 {
	margin-bottom: 32px;
	color: #007962;
}

.support .right p {
	font-size: 18px;
	color: #7a7a7a;
}

.support ul li:nth-child(2n) {
	flex-direction: row-reverse;
}

.support ul li:nth-child(2n) .left {
	margin-right: 0%;
	margin-left: 5%;
}

.support ul li:nth-child(2n) .right {
	text-align: right;
}

.customer-service {
	padding: 65px 0 80px;
	background-color: #f4f4f4;
}

.customer-service h2 {
	margin-bottom: 50px;
	font-size: 30px;
	line-height: 28px;
	text-align: center;
	color: #007962;
}

.customer-service ul {
	justify-content: space-between;
}

.customer-service ul li {
	width: 32.5%;
}

.customer-service .single {
	background-color: #fff;
	padding: 40px 20px;
	box-shadow: 4px 7px 18px 0 rgba(0, 0, 0, .1);
	text-align: center;
	height: 100%;
	color: #7a7a7a;
}

.customer-service .single h3 {
	margin-bottom: 17px;
	color: #007962;
}

.customer-service .single p {
	margin-bottom: 30px;
}

.customer-service .intach {
	text-align: left;
	padding-left: 30px;
}

.customer-service .intach span {
	color: #007962;
	font-size: 20px;
	font-weight: 500;
	margin-right: 10px;
}

@media (max-width: 768px) {
	.support ul li {
		margin-bottom: 35px;
	}

	.support .left {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}

	.support .right {
		width: 100%;
	}

	.support .right h3 {
		margin-bottom: 12px;
	}

	.position2 {
		margin-bottom: 5px;
		font-size: 12px;
	}

	.support ul li:nth-child(2n) .left {
		margin-right: 0%;
		margin-left: 0%;
	}

	.support ul li:nth-child(2n) .right {
		text-align: left;
	}

	.customer-service {
		padding: 40px 0;
	}

	.customer-service h2 {
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 24px;
	}

	.customer-service ul {
		flex-wrap: wrap;
	}

	.customer-service ul li {
		width: 100%;
		margin-bottom: 15px;
	}
}

/* 案例列表页 */
.usecases-page {
	padding: 80px 0;
}

.usecases-card {
	display: flex;
	background-color: white;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 35px;
	border: none;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.03);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.usecases-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08),
		0 4px 12px rgba(0, 0, 0, 0.05);
	/* 调整悬停阴影 */
}

.usecases-image {
	min-height: 300px;
}

.usecases-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.usecases-content {
	padding: 30px;
}

.usecases-content h3 {
	font-size: 24px;
	margin-bottom: 25px;
}

.usecases-content h3 a {
	color: #007962;
}

.usecases-content h3 a:hover {
	color: #0985f3;
}

.usecases-content p {
	line-height: 1.8;
	color: #555;
	font-size: 18px;
}


/* 搜索结果页 */
.search-page {
	background-color: #f4f4f4;
	padding: 20px 0 30px;
}

.search-page h1 {
	font-size: 26px;
	font-weight: 400;
	color: #414141;
	margin-bottom: 18px;
	padding-left: 15px;
	border-left: 7px solid #007962;
	line-height: 26px;
}

.search-page h1 span {
	color: red;
}

.search-result {
	background-color: #fff;
	padding: 23px;
}

.search-result .col-md-4 {
	margin-bottom: 25px;
}

.blog-thumb {
	position: relative;
	z-index: 1;
}

.blog-thumb img {
	max-width: 100%;
	height: 220px;
	width: 100%;
	border-radius: 5px;
}

.blog-content {
	margin-top: 32px;
}

.meta-blog {
	position: absolute;
	bottom: -20px;
	left: 30px;
}

.meta-blog.upper a {
	font-size: 14px;
	padding: 7px 22px 7px 48px;
	background: #007962;
	color: #fff;
	display: inline-block;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	text-decoration: none;
}

.meta-blog a::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #FD8F14;
	border-radius: 30px;
	z-index: -1;
	transform: scale(0);
	transition: .5s;
}

.meta-blog a::after {
	position: absolute;
	content: "";
	left: 20px;
	top: 22px;
	background: #fff;
	width: 20px;
	height: 1px;
}

.blog-title {
	font-size: 22px;
	font-weight: 400;
}

.blog-title a {
	color: #333;
}


/*网站地图*/
.sitemap {
	padding: 40px 0;
}

.sitemap h1 {
	color: #007962;
	margin-bottom: 30px;
}

.sitemap-row {
	padding: 20px 0;
	border-top: 1px solid #d2d2d2;
}

.sitemap-row h2,
.sitemap-row h2 a {
	color: #007962;
}

.sitemap-row h3 a {
	color: #0572c0;
	font-size: 22px;
}

.sitemap-row ul li a {
	color: #5e95fb;
	font-size: 18px;
}

.sitemap-row h3 a:hover,
.sitemap-row ul li a:hover {
	color: #000;
}

/*隐私条例*/
#cookieBanner {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #f1f1f1;
	padding: 25px 0;
	text-align: center;
	z-index: 1000;
}

#cookieBanner .row {
	align-items: center;
}

#cookieBanner p {
	text-align: left;
	color: #666;
	line-height: 26px;
}

#cookieBanner button {
	margin: 0 10px;
	padding: 6px 20px;
	border: 1px solid #6f6f6f;
	border-radius: 20px;
	font-size: 14px;
}

#cookieBanner button:first-child {
	background: #0096f6;
	border-color: #0096f6;
	color: #fff;
}

#cookieBanner button:hover {
	background: #252525;
	border-color: #252525;
	color: #fff;
}