/*
Template Name: Space- Technology & IT Solutions HTML5 Template 
Description:  Space- Technology & IT Solutions HTML5 Template 
Version: 1.0
*
 *-----------------CSS INDEX----------------------
 * #-Button
 * #-Header
 * #-Hero Area
 * #-Shap
 * #-About Us
 * #-Section Title
 * #-Info Box
 * #-Creating Success
 * #-Supply Optimization
 * #-Portfolio
 * #-Team
 * #-Testimonial
 * #-Blog
 * #-Subscribe Area
 * #-Footer
 * #-Hero Slider
 * #-Preeloader
 * #-Contact Us
 * #-Mobile Menu
 * #-Pricing
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
    font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #518c18;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #518c18;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #518c18;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #2b343b;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #518c18;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
textarea:focus{
	outline: none;
}
p{
	color: #191919;
}
.lsbubh{
	background: #F6FFF4;
}
.zoy03x{
	padding: 100px 0px;
}
.ktlz8c{
	padding-top: 100px;
	padding-bottom: 70px;
}
img{
	max-width: 100%;
}
/*Scroll Area*/
.dwiz3m {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}
.dwiz3m i {
    width: 50px;
    height: 50px;
    background-color: #518c18;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}
/*
 * #-Button
*/
.sdr2ra {
	text-transform: capitalize;
	font-weight: 600;
	display: inline-block;
	padding: 16px 38px;
	background: #518c18;
	color: #fff;
	border-radius: 5px;
	-webkit-transition: all .4s ease-out;
	transition: all .5s ease-in-out;
	border: 2px solid #518c18;
	font-size: 16px;
	letter-spacing: .4px;
}
.sdr2ra:hover{
	background: #fff;
	color: #518c18;
}
/*
 * #-Header
*/
.orcncd {
	background: #f4eded;
}
.htk1uw span {
	font-size: 15px;
	font-weight: 500;
	padding-right: 20px;
}
.htk1uw span:last-child{
	padding: 0px
}
.htk1uw span i {
	color: #518c18;
	padding-right: 2px;
}
.rwamig {
	float: right;
}
.vl4ajw {
	text-align: right;
	padding-right: 30px;
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
}
.vl4ajw ul li{
	display: inline-block;
	margin: 0px 10px;
}
.vl4ajw ul li a i {
	display: inline-block;
	color: #333;
	font-size: 15px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.vl4ajw ul li a i:hover{
	color: #518c18;
}
.rwamig a {
	padding: 10px 28px;
}
.zn1c9e ul li {
	display: inline-block;
	padding: 0px 20px;
	position: relative;
}
.zn1c9e ul li a {
	display: inline-block;
	color: #333;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	padding: 35px 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
}
.zn1c9e ul li a::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	background: #fff;
	bottom: 32px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .4s ease-in-out;
}
.zn1c9e ul li:hover > a::after{
	width: 100%;
}
.zn1c9e ul li > ul {
	position: absolute;
	width: 250px;
	text-align: left;
	background: #fff;
	color: #000;
	border-radius: 4px;
	box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	top: 130px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0px;
	border: 1px solid #e6eeef;
	z-index: 999;
}
.zn1c9e ul li > ul::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	left: 20px;
	top: -10px;
	transform: rotate(45deg);
	border-left: 1px solid #e6eeef;
	border-top: 1px solid #e6eeef;
}
.zn1c9e ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 90px;
	z-index: 999;
}
.zn1c9e ul li > ul > li {
	width: 100%;
}
.zn1c9e ul li > ul > li > a {
	color: #6e8270;
	font-weight: 400;
	padding: 9px 0px;
	display: inline-block;
}
.zn1c9e ul li > ul > li:hover > a{
	color: #518c18;
}
.zn1c9e ul li > ul > li > a::after {
	content: "";
	background: #518c18;
	bottom: 7px;
}
.zn1c9e ul li > ul li > ul {
	left: 100%;
}
.zn1c9e ul li > ul li:hover > ul{
	top: 0px;
}
.zn1c9e ul li > ul li > ul::after {
	width: 0px;
	height: 0px;
	border: none;
}
.zn1c9e ul li:hover > a{
	color: #518c18;
}
.zn1c9e ul li a{
	color: #333;
}
.zn1c9e {
	text-align: right;
}
.iaayj0 {
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
}
.bf5twh {
	position: relative;
}
.bf5twh {
	margin-right: 20px;
	-webkit-transition: all.3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mj6wn8{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0px 0px 10px 0px #eaeaea;
}
.bf5twh:hover{
	background: #518c18;
	color: #fff;
}
.db8qln {
	position: absolute;
	top: 100px;
	width: 250px;
	text-align: left;
	background: #fff;
	color: #000;
	border-radius: 0px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	right: 0;
	border: 1px solid #e6eeef;
	padding: 15px 10px;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}
.bf5twh:hover .db8qln {
	opacity: 1;
	visibility: visible;
	top: 70px;
}
.db8qln:after{
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	right: 10px;
	top: -10px;
	transform: rotate(45deg);
	border-left: 1px solid #e6eeef;
	border-top: 1px solid #e6eeef;
}
.qt8lb1 {
	position: relative;
}
.qt8lb1 input {
	width: 100%;
	height: 50px;
	border-radius: 0px;
	border: 2px solid #eee;
	padding: 0px 10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.qt8lb1 input:focus{
	border-color: #518c18;
}
.qt8lb1 button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	border: none;
	background: none;
	color: #9d9797;
	padding-right: 12px;
}
.qt8lb1 button:hover{
	color: #518c18;
}
/*
 * #-Hero Area
*/
.j81kkc {
	background-image: linear-gradient(50deg, #e8dbc4 0%, #f2e6c2 100%);
	position: relative;
}
.w5qckx {
	align-self: flex-end;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	margin: 0 auto 0 auto;
	transform-origin: bottom;
}
.w5qckx {
    animation-name: bounce-1;
    animation-timing-function: linear;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-50px); }
    100% { transform: translateY(0); }
}
.emjl4t h2 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}
.emjl4t h2 span{
	color: #518c18;
}
.emjl4t p {
	font-size: 18px;
	font-weight: 600;
}
/*
 * #-Shap
*/
.dp03bb {
	width: 40px;
	height: 40px;
	background: #fb41414d;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	position: absolute;
	top: 9%;
	right: 40%;
	z-index: 1;
}
.fd42ik {
	width: 40px;
	height: 40px;
	background: #fb41414d;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	position: absolute;
	bottom: 14%;
	right: 67%;
	z-index: 1;
}
.rqrfdj {
	width: 40px;
	height: 40px;
	background: #fb41414d;
	position: absolute;
	top: 29%;
	left: 40%;
	z-index: 1;
	border-radius: 50%;
}
.l67wyq {
	width: 40px;
	height: 40px;
	background: #fb41414d;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	position: absolute;
	bottom: 5%;
	right: 17%;
	z-index: 1;
}
/* heartbeat */
.qcxhr9 {
	animation: heartbeat 1s infinite alternate;
}
@-webkit-keyframes heartbeat {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.3);
	}
}
/* rotateme */
.hmwjq8 {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 20s;
	animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}
/*
 * #-About Us
*/
.lypl5d{
	text-align: center;
}
.lypl5d img {
	width: 93%;
}
.v63qqk h4 {
	font-size: 20px;
	font-weight: 400;
	color: #518c18;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-style: italic;
}
.v63qqk h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 10px;
}
.v63qqk p {
	line-height: 30px;
	margin-bottom: 20px;
}
.r4iuk9 {
	width: 100%;
	overflow: hidden;
}
.r4iuk9 .n1q0c9 {
	float: left;
	font-size: 62px;
	color: #518c18;
	margin-right: 20px;
}
.r4iuk9 .k0kzk2 {
	overflow: hidden;
}
.r4iuk9 .k0kzk2 h3 {
	font-size: 24px;
	font-weight: 600;
	color: #666;
	line-height: 1;
	margin-bottom: 5px;
}
.r4iuk9 .k0kzk2 p {
	font-size: 15px;
	line-height: 26px;
	color: #666;
	margin-bottom: 0px;
}
.r4iuk9.ar35cd {
	border-bottom: 1px solid #eaeaea;
}
/*
 * #-Section Title
*/
.fsw1kf h4 {
	text-transform: capitalize;
	position: relative;
	display: inline-block;
	z-index: 1;
	padding: 0px 50px;
}
.fsw1kf h4::after {
	position: absolute;
	width: 100%;
	height: 1px;
	content: "";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #777;
	z-index: -1;
}
.fsw1kf h4 span {
	background: #fff;
	display: block;
	padding: 0px 10px;
	color: #777;
	font-size: 16px;
	font-weight: 400;
}
.fsw1kf.hblcej h4 span {
	background: #F6FFF4;
}
.fsw1kf h2 {
	font-size: 40px;
	font-weight: 700;
	margin-top: 15px;
	letter-spacing: .3px;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #518c18;
	color: transparent;
}
/*
 * #-Info Box
*/
.py4wxx {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #d2d2d266;
	text-align: center;
	padding: 40px 20px;
	border-radius: 3px;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.py4wxx:hover{
	transform: translateY(-7px);
}
.py4wxx .n1q0c9 {
	width: 100px;
	margin: 0 auto;
	background: #fdf9f9;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.py4wxx::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 0%;
	height: 5px;
	background: #518c18;
	left: 0;
	bottom: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.py4wxx:hover::after{
	width: 100%;
}
.py4wxx .k0kzk2 h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #2b343b;
}
.py4wxx .k0kzk2 p {
	line-height: 26px;
	color: #666;
	font-size: 15px;
}
.mg206s {
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all.5s ease-in-out;
	padding: 40px 35px;
}
.mg206s:hover{
	background: #fff;
	transform: translateY(-5px);
	-webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
	box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.mg206s.mf6a9t{
	background: #fff;
	transform: translateY(-5px);
	-webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
	box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.mg206s .n1q0c9 {
	width: 70px;
	height: 70px;
	background: #518c18;
	margin: 0 auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 10px 0px #dbd8d8;
	color: #fff;
	font-size: 26px;
}
.mg206s .k0kzk2 h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.mg206s .k0kzk2 h3 a{
	color: #2b343b;
}
.mg206s .k0kzk2 h3 a:hover{
	color: #518c18;
}
.mg206s .k0kzk2 p {
	margin-bottom: 20px;
	color: #333;
	line-height: 28px;
	font-size: 15px;
}
.mg206s .k0kzk2 a.sgo8pd {
	color: #518c18;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding: 4px 0px;
}
.mg206s .k0kzk2 a.sgo8pd::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 55%;
	background: #518c18;
	height: 2px;
	bottom: 0;
	left: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.mg206s:hover .k0kzk2 a.sgo8pd::after{
	width: 100%;
}
.mg206s.mf6a9t .k0kzk2 a.sgo8pd::after{
	width: 100%;
}
/*
 * Box 3
*/
.ecnvb1 {
	background: #fff;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	padding: 50px 30px 45px;
	transition: .5s;
}
.ecnvb1:hover{
	background: #518c18;
}
.ecnvb1.mf6a9t{
	background: #518c18;
}
.ecnvb1 .n1q0c9 {
	margin-bottom: 20px;
	display: inline-block;
	color: #518c18;
	font-size: 60px;
	transition: .5s;
	line-height: 1;
}
.ecnvb1:hover .n1q0c9{
	color: #fff;
}
.ecnvb1.mf6a9t .n1q0c9{
	color: #fff;
}
.ecnvb1 .k0kzk2 h3 {
	margin: 0 0 10px 0;
	font-size: 24px;
	padding: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	text-transform: capitalize;
	font-weight: 600;
}
.ecnvb1 .k0kzk2 h3 a{
	color: #000;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.ecnvb1 .k0kzk2 p {
	color: #444;
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.ecnvb1:hover .k0kzk2 h3 a{
	color: #fff;
}
.ecnvb1.mf6a9t .k0kzk2 h3 a{
	color: #fff;
}
.ecnvb1:hover .k0kzk2 p{
	color: #fff;
}
.ecnvb1.mf6a9t .k0kzk2 p{
	color: #fff;
}
.ecnvb1 .k0kzk2 a.sgo8pd {
	color: #000;
	font-weight: 500;
	font-size: 15px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.ecnvb1:hover .k0kzk2 a.sgo8pd {
	color: #fff;
}
.ecnvb1.mf6a9t .k0kzk2 a.sgo8pd {
	color: #fff;
}
.ecnvb1 .k0kzk2 a.sgo8pd i {
	padding-left: 2px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.ecnvb1 .k0kzk2 a.sgo8pd:hover i{
	padding-left: 12px;
}
/*
 * #-Creating Success
*/
.dczjep {
	position: relative;
}
.gdsadb img {
	position: absolute;
	left: 0;
	width: 78%;
	z-index: -1;
	right: 0;
	margin: 0 auto;
}
.fxshrt h3 {
	font-size: 45px;
	line-height: 1.1;
	margin-bottom: 20px;
}
.fxshrt h3 span{
	color: #518c18;
}
.fxshrt p {
	line-height: 30px;
	color: #555;
	margin-bottom: 20px;
}
.fxshrt p:last-child{
	margin-bottom: 0px;
}
.yiotd5 .kudo6q {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.yiotd5 .kudo6q span.fth79b {
	width: 100%;
	border-radius: 0px !important;
	background: inherit !important;
	border: none !important;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 0px;
	position: relative;
}
.yiotd5 .kudo6q span.fth79b::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 3px;
	background: #518c18;
	bottom: 0;
	position: absolute;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	left: 0;
	visibility: hidden;
	opacity: 0;
}
.yiotd5 .kudo6q span.fth79b.mf6a9t::after {
	visibility: visible;
	opacity: 1;
}
.yiotd5 .kudo6q span.fth79b::before {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 23px;
	height: 9px;
	background: #518c18;
	bottom: -9px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 auto;
	left: 0;
	right: 0;
	clip-path: polygon(47% 100%, 0 0, 100% 0);
	visibility: hidden;
	opacity: 0;
}
.yiotd5 .kudo6q span.fth79b.mf6a9t::before {
	visibility: visible;
	opacity: 1;
}
.yiotd5 .kudo6q span.fth79b.mf6a9t {
	color: #518c18;
}
.yiotd5 {
	border-bottom: 2px solid #eee;
}
.fba6o0.ouyxdr {
	transition: all 0.6s ease-out;
	transform: translateY(1rem);
}
.fba6o0.ouyxdr.ryn3mn {
	transform: translateY(0rem);
}
.aje9xg .fba6o0 {
	padding: 20px;
	border: 1px solid #eee;
	border-top: none;
}
.ec9b0o h3 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.2;
}
.ec9b0o p {
	line-height: 30px;
	color: #666;
	margin-bottom: 10px;
}
.ec9b0o span {
	display: block;
	line-height: 30px;
	padding: 2px 0px;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}
.ec9b0o span i {
	color: #518c18;
	padding-right: 5px;
}
/*
 * #-Supply Optimization
*/
.ljxhlo {
	position: relative;
}
.rnpa84 {
	width: 400px;
	height: 400px;
	position: absolute;
	top: 100px;
	left: 70px;
	background: #FEF3ED;
	z-index: -1;
	border-radius: 50%;
}
.hjhy60 {
	padding: 0px 50px;
}
.hjhy60 .nf5ciu {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #eeeeeebf;
	border-radius: 5px;
	padding: 15px 25px;
	margin-left: 40px;
	max-width: 350px;
	overflow: hidden;
}
.hjhy60 .nf5ciu.fovckb .n1q0c9 {
	background: #FDB6B1;
}
.hjhy60 .nf5ciu.ajnjux .n1q0c9 {
	background: #B7B413;
}
.hjhy60 .nf5ciu.q7z17x {
	margin-left: 0px;
	margin-right: 40px;
}
.hjhy60 .nf5ciu .n1q0c9 {
	width: 55px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	background: #1E9EA3;
	color: #fff;
	font-size: 22px;
	border-radius: 50%;
	margin-right: 12px;
	margin-top: 12px;
}
.hjhy60 .nf5ciu .o51hba {
	overflow: hidden;
}
.hjhy60 .nf5ciu .o51hba h4 {
	font-size: 16px;
	font-weight: 400;
	color: #666;
}
.hjhy60 .nf5ciu .o51hba h3 {
	font-size: 20px;
	line-height: 1.1;
	font-weight: 600;
	color: #666;
	margin-top: 4px;
}
.vquzqf h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
}
.vquzqf p {
	line-height: 28px;
	margin-bottom: 15px;
	color: #666;
}
.vquzqf p:last-child{
	margin-bottom: 0px;
}
.izomje p {
	line-height: 28px;
	color: #555;
}
/*
 * #-Portfolio
*/
.i8lvfs {
	overflow: hidden;
}
.j7qiwe {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.j7qiwe .k0kzk2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 30px;
	background: #518c18F0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform: scale(1.2);
	opacity: 0;
	visibility: hidden;
}
.j7qiwe:hover .k0kzk2{
	transform: scale(1.0);
	opacity: 1;
	visibility: visible;
}
.j7qiwe .k0kzk2 .vbjbf3 i {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
}
.j7qiwe .k0kzk2 .vbjbf3 h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 12px;
}
.j7qiwe .k0kzk2 .vbjbf3 h3 a{
	color: #fff;
}
.j7qiwe .k0kzk2 .vbjbf3 p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 18px;
	line-height: 26px;
}
.j7qiwe .k0kzk2 .vbjbf3 a.sgo8pd {
	display: inline-block;
}
.j7qiwe .k0kzk2 .vbjbf3 a.sgo8pd i {
	font-size: 16px;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.j7qiwe .k0kzk2 .vbjbf3 a.sgo8pd i:hover {
	color: #fff;
	background: #518c18;
	box-shadow: 0px 0px 8px 0px #eee;
}
.pnsp9n .owl-dots {
	margin-top: 20px;
}
.pnsp9n .owl-dots .owl-dot {
	margin: 0 6px;
	border: 0;
	background: none;
	cursor: pointer;
}
.pnsp9n .owl-dots .owl-dot.mf6a9t span {
	background: #518c18;
}
.pnsp9n .owl-dots .owl-dot span {
	display: block;
	border-radius: 50%;
	background-color: #333;
	width: 8px;
	height: 8px;
	position: relative;
	transition: all 0.3s ease;
}
.pnsp9n .owl-dots .owl-dot span::after {
	position: absolute;
	content: "";
	top: -5px;
	left: -5px;
	border: 1px solid #518c18;
	border-radius: 50%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	transform: scale(0);
	transition: all 0.3s ease;
}
.pnsp9n .owl-dots .owl-dot.mf6a9t span::after {
	transform: scale(1);
}
/*
 * #-Team
*/
.lkczi7 {
	width: 100%;
	overflow: hidden;
	text-align: center;
	border: 1px solid #eee;
}
.lkczi7 .ujmawm {
	position: relative;
	overflow: hidden;
}
.lkczi7 .ujmawm img{
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .7s ease;
}
.lkczi7:hover .ujmawm img{
	transform: scale(1.11);
}
.lkczi7 .ujmawm:after{
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.15);
	top: 0;
	bottom: 0;
	left: 50%;
	right: 50%;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
.lkczi7:hover .ujmawm:after{
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.lkczi7 .ujmawm:before{
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.15);
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
.lkczi7:hover .ujmawm:before{
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.lkczi7 .ujmawm .o505dy {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	display: flex;
	align-items: center;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 22;
}
.lkczi7:hover .ujmawm .o505dy{
	opacity: 1;
	visibility: visible;
}
.o505dy ul li a {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #518c18;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #FFE7E594;
}
.o505dy ul li:last-child a{
	border-bottom: none;
}
.lkczi7 .p54i22 {
	padding: 20px 0px;
}
.lkczi7 .p54i22 h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 6px;
}
.lkczi7 .p54i22 span {
	font-size: 16px;
	color: #518c18;
}
/*
 * #-Testimonial
*/
.gcuj1t {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 7px 4px #cccccc24;
	margin: 10px auto;
	width: 88%;
}
.a24wyz {
	overflow: hidden;
	width: 100%;
	padding: 20px 30px 30px 30px;
}
.a24wyz p {
	font-size: 18px;
	font-style: italic;
	line-height: 32px;
	color: #888;
}
.kr0ulg .ujmawm {
	width: 120px;
	margin-left: -30px;
	padding-top: 30px;
	float: left;
}
.c3beau {
	overflow: hidden;
	padding-top: 45px;
	padding-left: 20px;
}
.c3beau h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 4px;
}
.c3beau p {
	font-size: 20px;
}
.g8r6zy {
	margin-top: 8px;
	color: #f2ba13f5;
}
.vye0tu .owl-dots {
	margin-top: 20px;
	text-align: center;
}
.vye0tu .owl-dots .owl-dot {
	margin: 0 6px;
	border: 0;
	background: none;
	cursor: pointer;
}
.vye0tu .owl-dots .owl-dot.mf6a9t span {
	background: #518c18;
}
.vye0tu .owl-dots .owl-dot span {
	display: block;
	border-radius: 50%;
	background-color: #333;
	width: 8px;
	height: 8px;
	position: relative;
	transition: all 0.3s ease;
}
.vye0tu .owl-dots .owl-dot span::after {
	position: absolute;
	content: "";
	top: -5px;
	left: -5px;
	border: 1px solid #518c18;
	border-radius: 50%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	transform: scale(0);
	transition: all 0.3s ease;
}
.vye0tu .owl-dots .owl-dot.mf6a9t span::after {
	transform: scale(1);
}
/*
 * #-Blog
*/
.e405l3{
	width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
}
.e405l3 img {
	width: 100%;
}
.e405l3 .k0kzk2 {
	padding: 32px 20px;
	background-color: #fff;
	position: relative;
	border-top: 0px;
}
.e405l3 .k0kzk2 .lyodlz {
	position: absolute;
	right: 40px;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #FFF;
	color: #111111;
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	padding: 16px 26px;
	padding-top: 16px;
	padding-top: 12px;
	text-transform: capitalize;
	-webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.e405l3 .k0kzk2 .lyodlz span {
	display: block;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}
.e405l3 .k0kzk2 .zoamqp {
	margin-bottom: 10px;
}
.e405l3 .k0kzk2 .zoamqp a {
	color: #333;
	font-size: 14px;
	margin-right: 10px
}
.e405l3 .k0kzk2 .zoamqp a:last-child {
	margin: 0px;
}
.e405l3 .k0kzk2 .zoamqp a i {
	font-size: 14px;
	color: #518c18;
}
.e405l3 .k0kzk2 .zoamqp a:hover{
	color: #518c18;
}
.e405l3 .k0kzk2 h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 15px;
}
.e405l3 .k0kzk2 h3 a {
	color: #444;
}
.e405l3 .k0kzk2 h3 a:hover{
	color: #518c18;
}
.e405l3 .k0kzk2 p {
	line-height: 28px;
	color: #666;
}
/*
 * #-Subscribe Area
*/
.g2a1r6 {
	padding: 70px 50px;
	background: #EDF9FF;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border-radius: 20px;
	margin-bottom: -200px;
}
.lujblf h2 {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2;
}
.lujblf p {
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 36px;
	color: #666;
}
.lujblf form {
	width: 100%;
	position: relative;
}
.lujblf form input {
	width: 100%;
	height: 70px;
	padding: 0px 20px;
	background: no-repeat;
	border: 1px solid #dbd7d7;
	border-radius: 12px;
	padding-left: 50px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
	font-weight: 600;
	color: #555;
	padding-right: 90px;
}
.lujblf form input:focus{
	border-color: #518c18;
}
.lujblf form input::-moz-placeholder {
	color: #555555;
	font-size: 16px;
	opacity: 1;
	font-weight: 600;
}
.lujblf form input::placeholder {
	color: #555555;
	font-size: 16px;
	opacity: 1;
	font-weight: 600;
}
.lujblf form .uanr5d.bk5w1x {
	position: absolute;
	top: 21px;
	left: 13px;
	font-size: 28px;
	color: #dbd7d7;
}
.lujblf form button {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 54px;
	background: #518c18;
	border: none;
	color: #fff;
	padding: 10px 24px;
	font-size: 20px;
	border-radius: 10px;
}
.k1bm52 {
	text-align: center;
}
.k1bm52 img {
	width: 75%;
}
/*
 * #-Footer
*/
.pked0c {
	background: linear-gradient(to right, #F4E9E9, #e8dada, #f7c6c6cc);
}
.ldyqpr .post5o {
	margin-bottom: 20px;
}
.ldyqpr p {
	line-height: 28px;
	color: #444;
}
.zze8hy span a {
	display: inline-block;
	margin: 0px 2px;
}
.zze8hy span a i {
	width: 35px;
	height: 35px;
	background: #518c18;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 14px;
	color: #fff;
}
.ldyqpr h3 {
	font-size: 22px;
	font-weight: 600;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.ldyqpr h3::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #d5cdcd;
	bottom: 0;
}
.ldyqpr h3::before {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 20%;
	height: 2px;
	background: #518c18;
	bottom: 0;
	z-index: 1;
}
.zr8wj4 .pgm3cl {
	margin-bottom: 15px;
}
.zr8wj4 .pgm3cl:last-child{
	margin: 0px;
}
.zr8wj4 .pgm3cl .n1q0c9 {
	float: left;
	margin-right: 12px;
	font-size: 25px;
	color: #333;
}
.zr8wj4 .pgm3cl .nnan4q {
	overflow: hidden;
}
.zr8wj4 .pgm3cl .nnan4q h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}
.ldyqpr ul li {
	line-height: 30px;
	padding: 4px 0px;
	font-size: 16px;
}
.ldyqpr ul li a{
	color: #333;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
}
.ldyqpr ul li a:hover{
	color: #518c18;
	padding-left: 5px;
}
.xkkldz {
	border-top: 1px solid #fdfcfc;
}
.hcx0qn p {
	font-size: 15px;
}
.hcx0qn a {
	font-weight: 600;
	color: #333;
}
.hcx0qn a:hover{
	color: #518c18;
}
/*
 * #-Hero Slider
*/
.npqam6 {
	padding-top: 200px;
	padding-bottom: 150px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.ty7nz7 h4 {
	font-size: 24px;
	color: #518c18;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}
.ty7nz7 h2 {
	font-size: 65px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 20px;
}
/*Animation*/
.mf6a9t .npqam6 h2, .mf6a9t .npqam6 h4, .mf6a9t .npqam6 a{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.mf6a9t .npqam6 h2{
	 -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.mf6a9t .npqam6 a {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.aembj3 .owl-nav .owl-prev {
	position: absolute;
	top: 48%;
	left: 10px;
}
.aembj3 .owl-nav .owl-next {
	position: absolute;
	top: 48%;
	right: 10px;
}
.d5letr {
	background: #518c18;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: 2px solid #518c18;
}
.d5letr:hover{
	background: #fff;
	color: #518c18;;
}
/*
 * #-Preeloader
*/
#garzen {
    background-color: #518c18;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    margin-top: 0px;
    top: 0px;
}
#iggh4w {
    width: 100%;
    height: 100%;
    position: relative;
}
#unh2y8 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.qf3pzo {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #FFF;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FFF;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}
#jsta1p {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}
#c4jn4f {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#p54938 {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#g9andi {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}
@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}
/*
 * Call Now
*/
.iagdv5 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.p6ab5j h4 {
	font-size: 20px;
	font-weight: 400;
	color: #518c18;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-style: italic;
}
.p6ab5j h2 {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 40px;
	margin-top: 10px;
}
/*
 * Why Chooses Us
*/
.ie5qe7 h4 {
	font-size: 20px;
	font-weight: 400;
	color: #518c18;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-style: italic;
}
.ie5qe7 h2 {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 15px;
}
.ie5qe7 p {
	margin-bottom: 20px;
	line-height: 28px;
}
.ie5qe7 .bbsir7 {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #eee;
	padding: 15px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.ie5qe7 .bbsir7 .n1q0c9 {
	width: 80px;
	float: left;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #518c18;
	color: #fff;
	font-size: 30px;
	margin-right: 15px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.ie5qe7 .bbsir7 .k0kzk2 {
	overflow: hidden;
}
.ie5qe7 .bbsir7 .k0kzk2 h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.ie5qe7 .bbsir7 .k0kzk2 p {
	margin-bottom: 0px;
	line-height: 26px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.ie5qe7 .bbsir7.mf6a9t {
	background: #518c18;
}
.ie5qe7 .bbsir7.mf6a9t .n1q0c9 {
	color: #518c18;
	background: #fff;
}
.ie5qe7 .bbsir7.mf6a9t .k0kzk2 h5 {
	color: #fff;
}
.ie5qe7 .bbsir7.mf6a9t .k0kzk2 p {
	color: #fff;
}
.ie5qe7 .bbsir7:hover {
	background: #518c18;
}
.ie5qe7 .bbsir7:hover .n1q0c9 {
	color: #518c18;
	background: #fff;
}
.ie5qe7 .bbsir7:hover .k0kzk2 h5 {
	color: #fff;
}
.ie5qe7 .bbsir7:hover .k0kzk2 p {
	color: #fff;
}
/*
 * Technology Index
*/
.va5x3o {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
	background-attachment: fixed;
	background-color: #0A2C3D;
}
.va5x3o::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0A2C3D;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .92;
}
.qkf0yr h4 {
	font-size: 20px;
	font-weight: 400;
	color: #518c18;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-style: italic;
}
.qkf0yr h2 {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	line-height: 1.2;
	margin-bottom: 50px;
}
.yczrut a {
	background: #fff;
	height: 100px;
	width: 100px;
	text-align: center;
	border-radius: 50%;
	line-height: 100px;
	font-size: 30px;
	-webkit-transition: .5s -webkit-animation ripple-red 1s linear infinite;
	animation: ripple-red 1s linear infinite;
	-webkit-transition: .5s;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	color: #518c18;
}
@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}
.yczrut span {
	display: none;
}
.s5ify7{
	padding-top: 180px;
}
.vlu5dk {
	text-align: center;
	box-shadow: 0px 0px 10px 0px #eee;
	margin-bottom: -80px;
	z-index: 9;
	position: relative;
	background: #fff;
}
.nmyn95 h2 {
	display: inline-block;
	font-size: 40px;
	font-weight: 400;
}
.nmyn95 h3 {
	display: inline-block;
	font-size: 40px;
	font-weight: 400;
}
.nmyn95 p {
	margin-top: 10px;
	color: #333;
	font-size: 16px;
}
/*
 * Breadcrumb
*/
.dpb6qu {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
}
.dpb6qu::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: -1;
}
.eroqbg h2 {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 15px;
}
.eroqbg ul li {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0px 6px;
	font-size: 18px;
}
.eroqbg ul li a{
	color: #fff;
}
/*
 * Pagination
*/
.msgxxs ul li {
	display: inline-block;
	margin: 0px 2px;
}
.msgxxs ul li a {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	font-weight: 600;
	color: #333;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.msgxxs ul li span {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid #518c18;
	font-weight: 600;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: #518c18;
}
.msgxxs ul li a:hover{
	background: #518c18;
	color: #fff;
	border-color: #518c18;
}
/*
 * Widgets
*/
.k23m78 {
	border: 1px solid #eee;
	padding: 30px 25px;
	border-left: 5px solid #518c18;
}
.k23m78 h3 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
}
.r8smxa {
	position: relative;
	width: 100%;
}
.r8smxa input {
	width: 100%;
	height: 55px;
	padding: 0px 16px;
	border: 1px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.r8smxa input:focus{
	border-color: #518c18;
}
.r8smxa button {
	position: absolute;
	top: 0;
	height: 56px;
	border: none;
	right: 0px;
	background: none;
	padding: 0px 17px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.r8smxa button:hover{
	color: #518c18;
}
.k23m78 ul li {
	display: block;
	line-height: 30px;
	padding: 8px 0px;
	border-bottom: 1px solid #eee;
}
.k23m78 ul li:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}
.k23m78 ul li a{
	color: #333;
}
.k23m78 ul li a:hover{
	color: #518c18;
}
.jkzd9d .pgm3cl {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-left: 100px;
	margin-bottom: 25px;
}
.jkzd9d .pgm3cl img{
	width: 80px;
	position: absolute;
	top: 0;
	left: 0;
}
.jkzd9d .pgm3cl .k0kzk2 h4 {
	font-size: 14px;
	font-weight: 600;
}
.jkzd9d .pgm3cl .k0kzk2 h4 a{
	color: #333;
}
.jkzd9d .pgm3cl:hover .k0kzk2 h4 a{
	color: #518c18;
}
.jkzd9d .pgm3cl .k0kzk2 span {
	font-size: 13px;
	color: #666;
}
.jkzd9d .pgm3cl:last-child{
	margin-bottom: 0px;
}
.s0fkfj a {
	display: inline-block;
	border: 1px solid #eee;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
	padding: 10px 20px;
	margin: 6px 4px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.s0fkfj a:hover{
	border-color: #518c18;
	color:#fff;
	background: #518c18;
}
.e405l3 .k0kzk2 .zoamqp span {
	color: #333;
	font-size: 14px;
}
.e405l3 .k0kzk2 .zoamqp span i {
	font-size: 14px;
	font-size: 14px;
	color: #518c18;
}
.ttdqzk .e405l3 p {
	margin-bottom: 20px;
}
.ttdqzk .e405l3 p:last-child {
	margin-bottom: 0px;
}
.rgoqs5, .aw6oz2{
	border: 1px solid #eee;
	padding: 32px 20px;
}
.rgoqs5 h2, .aw6oz2 h2{
	margin-bottom: 30px;
	font-size: 26px;
}
.rgoqs5 ul li{
	position: relative;
	padding-left: 90px;
	margin-bottom: 30px;
}
.rgoqs5 ul li img {
	width: 80px;
	position: absolute;
	top: 0;
	left: 0;
}
.rgoqs5 ul li ul {
	margin-top: 30px;
}
.rgoqs5 ul li .qko3pg h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 4px;
}
.rgoqs5 ul li .qko3pg h3 a{
	color: #333;
}
.rgoqs5 ul li .qko3pg p {
	font-size: 15px;
	line-height: 25px;
}
.rgoqs5 ul li .qko3pg .rjdazi {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #eee;
	font-size: 13px;
	font-weight: 500;
	color: #555;
	padding: 3px 20px;
	border-radius: 43px;
	-webkit-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.rgoqs5 ul li .qko3pg .rjdazi:hover{
	color: #518c18;
}
.aw6oz2 input {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #eee;
	height: 60px;
	padding: 0px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.aw6oz2 textarea {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #eee;
	padding:20px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 160px;
}
.aw6oz2 input:focus{
	border-color: #518c18;
}
.aw6oz2 textarea:focus{
	border-color: #518c18;
}
/*
 * #-Contact Us
*/
.fhghuz .jexakt {
	margin-bottom: 20px;
}
.fhghuz .jexakt:last-child {
	margin-bottom: 0px;
}
.fhghuz .jexakt i {
	font-size: 35px;
	margin-bottom: 10px;
}
.fhghuz {
	padding: 30px;
	background: #EDE0C3;
}
.fhghuz .jexakt h4 {
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
}
.e3b26m {
	margin-top: 20px;
}
.e3b26m span{
	margin: 0px 2px;
}
.e3b26m span a{
	display: inline-block;
}
.e3b26m span a i {
	font-size: 14px !important;
	width: 40px;
	height: 40px;
	background: #518c18;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
}
.pzbj22 h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
}
.pzbj22 p {
	margin-bottom: 15px;
	font-size: 16px;
}
.pzbj22 input {
	width: 100%;
	margin-bottom: 25px;
	height: 60px;
	padding: 0px 20px;
	border: 1px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pzbj22 textarea {
	width: 100%;
	margin-bottom: 25px;
	height: 140px;
	padding: 20px 20px;
	border: 1px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pzbj22 input:focus{
	border-color: #518c18;
}
.pzbj22 textarea:focus{
	border-color: #518c18;
}
.okkfh7 {
	text-align: right;
}
.s5py9d span {
	display: inline-block;
	margin: 0px 3px;
}
.s5py9d span a {
	display: flex;
	width: 40px;
	height: 40px;
	color: #7d7979;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	-webkit-transition: all.4s ease-in-out;
	transition: all .4s ease-in-out;
}
.s5py9d span a:hover{
	color: #fff;
	border-color: #518c18;
	background: #518c18;
}
.opvdw6 {
	border: 1px solid #eee;
}
.opvdw6 .k0kzk2 {
	padding: 20px 25px;
}
.opvdw6 img{
	width: 100%;
}
.opvdw6 .k0kzk2 h3 {
	font-size: 26px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.opvdw6 .k0kzk2 p {
	line-height: 30px;
	color: #666;
	margin-bottom: 20px;
	font-size: 16px;
}
.cekbfv h2 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 20px;
}
.cekbfv .x2opd8 li {
	line-height: 1.5;
	width: 100%;
}
.cekbfv .x2opd8 li a {
	width: 100%;
	display: inline-block;
	background: #e3f7e0;
	margin: 5px 0px;
	padding: 12px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #333;
	text-transform: capitalize;
}
.cekbfv .x2opd8 li a:hover{
	color: #fff;
	background: #518c18;
}
.cekbfv .x2opd8 li a.mf6a9t{
	color: #fff;
	background: #518c18;
}
.cekbfv .x2opd8 li a i {
	float: right;
	padding-top: 4px;
}
.cekbfv.pjx1u8 {
	background: #e3f7e0;
	padding: 25px 20px;
}
.cekbfv.pjx1u8 .dn66n9 li {
	line-height: 1.5;
	width: 100%;
	display: block;
	padding: 10px 0px;
}
.cekbfv.pjx1u8 .dn66n9 li span{
	float: right;
}
.j7qiwe img {
	width: 100%;
}
.vti1p4 ul li {
	display: inline-block;
	margin: 4px 4px;
	border: 1px solid #eee;
	text-transform: capitalize;
	font-weight: 500;
	padding: 10px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor: pointer;
}
.vti1p4 ul li:hover{
	border-color: #518c18;
	background: #518c18;
	color: #fff;
}
.vti1p4 ul li.o6ligq{
	border-color: #518c18;
	background: #518c18;
	color: #fff;
}
.ll4mys ul li {
	display: inline-block;
	margin: 0px 2px;
}
.ll4mys ul li a {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	font-weight: 600;
	color: #333;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.ll4mys ul li span {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid #518c18;
	font-weight: 600;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: #518c18;
}
.ll4mys ul li a:hover{
	background: #518c18;
	color: #fff;
	border-color: #518c18;
}
.ejzcen img {
	width: 100%;
}
.pcfu9j {
	box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
	padding: 30px;
	border-top: 5px solid #518c18;
	border-radius: 5px;
}
.pcfu9j h4 {
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 10px;
}
.pcfu9j p {
	margin-bottom: 24px;
	line-height: 30px;
	color: #666;
}
.pcfu9j ul li {
	border-bottom: 1px solid #eee;
	font-weight: 600;
	line-height: 37px;
	padding: 10px 0px;
}
.pcfu9j ul li:last-child{
	border: none;
}
.pcfu9j ul li i {
	font-size: 18px;
	color: #518c18;
	padding-right: 5px;
}
.pcfu9j ul li span {
	font-weight: 400;
	padding-left: 5px;
}
.ejzcen h2 {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}
.ejzcen p {
	line-height: 30px;
	color: #666;
	margin-bottom: 20px;
}
.woyjpa {
	box-shadow: 0px 0px 20px 0px #e6e4e4;
	padding: 70px 40px;
	border-radius: 10px;
}
.woyjpa i {
	font-size: 120px;
	margin-bottom: 20px;
	color: #518c18;
}
.woyjpa h2 {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 10px;
}
.ep25b6 {
	background: #EDF5FF;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.r0zriz {
	max-width: 450px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 10px #cccccc;
	padding: 30px;
}
.r0zriz input {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eee;
	border-radius: 5px;
	height: 50px;
	padding: 0px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.r0zriz input:focus{
	border-color: #518c18;
}
.r0zriz p {
	font-size: 14px;
}
.r0zriz button {
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 600;
	background: #518c18;
	color: #fff;
}
/*
 * Sticky
*/
.infam1.dq5v14 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	-moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
	background: #fff;
}
@-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%); 
	} 
}
/*
 * #-Mobile Menu
*/
.l3vbnh {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}
.l3vbnh.mf6a9t {
  opacity: 0.5;
  visibility: visible;
}
.xvdt4s {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .xvdt4s {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .xvdt4s {
    display: block;
  }
}
.eez44v {
	width: 290px;
	position: fixed;
	background: #fff;
	z-index: 999;
	top: 0;
	height: 100vh;
	transition: .5s;
	left: 0;
	margin-left: -300px;
	padding: 20px 0px 30px;
	overflow-y: auto;
}
.eez44v.mf6a9t {
  margin-left: 0;
}
.eez44v .ubz4uc {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.eez44v .nvcuf2 {
  display: block;
}
.eeorvu > li.menu-item-has-children.fljact > span.menu-expand {
  transform: rotate(180deg);
}
.eeorvu > li ul li.menu-item-has-children.fljact span.menu-expand {
  transform: rotate(180deg);
}

.eeorvu li {
  position: relative;
}
.eeorvu li:last-child {
  margin: 0;
}
.eeorvu li span.menu-expand {
  position: absolute;
  right: 10px;
}
.eeorvu li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding: 0px 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  color: #333;
}
.eeorvu li a:hover {
  color: #518c18;
}
.eeorvu li ul.ik3sg6 {
  padding-left: 20px;
}

.by96tk {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.by96tk span a {
  font-size: 14px;
}
.by96tk span a:hover {
  color: #518c18;
}
.ubz4uc a:not(.h4a0lx) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.ubz4uc a:not(.h4a0lx):hover {
  background: inherit;
  color: #518c18;
}
.m0rtaj {
  position: absolute;
  top: 10px;
  right: 13px;
}
.m0rtaj a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ededed;
  border-radius: 50%;
  color: #333;
}
.m0rtaj a:hover {
  background: #518c18;
  border-color: #518c18;
  color: #fff;
}
.vxxhic {
	padding-left: 20px;
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aczkqn {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .aczkqn {
    right: 20px;
    top: 27px;
    display: block;
    width: 36px;
  }
}
.aczkqn a:hover {
  color: #fe3737;
  border-color: #fe3737;
}
/*
 * #-Pricing
*/
.og301e {
	text-align: center;
	border: 1px solid #eee;
}
.a0dqf2 {
	background-color: #2b2b2b;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 0px;
	color: #fff;
	position: relative;
	z-index: -1;
}
.a0dqf2::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #2b2b2b;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .78;
}
.a0dqf2 h4 {
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
}
.a0dqf2 h2 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
}
.og301e.mf6a9t .a0dqf2 {
	background-color: #518c18;
}
.og301e.mf6a9t .a0dqf2::after {
	background: #518c18;
	opacity: .78;
}
.abuss5 {
	padding: 45px 0px;
}
.abuss5 ul li {
	line-height: 32px;
	font-size: 16px;
	color: #666;
	padding: 10px 0px;
	border-bottom: 1px solid #eeeeee8f;
}
.jox58l a {
	padding: 10px 20px;
	margin-top: 15px;
}
/*新增加的css*/
.tqpe63 {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kdjf6b {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.kdjf6b a,
.kdjf6b span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kdjf6b .uf0ccr {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.kdjf6b .v7m6vm {
  color: #aaa;
  border-color: #eee;
}
/* Theme 449 migration utility pages */
.jidau6{display:inline-block;white-space:nowrap;margin-left:14px;font-size:0;vertical-align:middle}.jidau6 a{display:inline-block;margin:0 0 0 8px;white-space:nowrap;vertical-align:middle;font-size:14px;line-height:20px}.tjjzn7{white-space:nowrap}.udjrt8{padding:76px 0}.udjrt8 h1{font-size:42px;line-height:1.22;margin:0 0 18px;color:inherit}.udjrt8 h2{font-size:34px;line-height:1.25;margin:0 0 16px;color:inherit}.udjrt8 h3{font-size:21px;line-height:1.35;margin:0 0 10px;color:#1b1b1b}.udjrt8 p,.udjrt8 li{font-size:16px;line-height:1.8}.udjrt8 em{display:block;margin-bottom:12px;font-style:normal;font-weight:700;letter-spacing:1px}.tcf8m4{background:#f7f7f7}.utz277 img{display:block;width:100%;max-height:430px;object-fit:cover}.gs8qw3{margin-top:28px}.gs8qw3 a{margin-right:12px;margin-bottom:10px}.sfdhjg{height:100%;background:#fff;padding:30px 26px;margin-bottom:24px;border:1px solid #e8e8e8;color:#333}.sfdhjg span{display:inline-block;margin-bottom:14px;font-weight:700;color:#c7202f}.sfdhjg p{color:#555;margin:0}.rbsbtj{text-align:center;max-width:760px;margin:0 auto 36px}.chl1of{background:#fff;border:1px solid #e8e8e8;padding:38px 42px;color:#222}.chl1of ol{margin:18px 0 0;padding-left:22px}.dseakx{margin:22px 0 0;padding-left:20px}.tk9dnh{background:#fff;color:#222;padding:42px;border:1px solid #e3e3e3;box-shadow:0 12px 35px rgba(0,0,0,.08)}.tk9dnh h2{color:#111}.tk9dnh p{color:#555}.tk9dnh input{display:block;width:100%;height:54px;margin-bottom:14px;padding:0 18px;border:1px solid #ddd;background:#fff;color:#222}.ppd072{font-size:0;margin-top:10px}.ppd072 button,.ppd072 a{display:inline-block;height:52px;line-height:52px;padding:0 24px;margin:0 10px 10px 0;border:0;background:#c7202f;color:#fff;font-size:15px;font-weight:700;vertical-align:top;cursor:pointer;text-align:center}.ppd072 a{background:#222;color:#fff}.gnn4lb{text-align:center}.gnn4lb .container,.q4pcd7 .container{max-width:880px}.q4pcd7{background:#fff}.q4pcd7 .container{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding-top:34px;padding-bottom:34px}.jxz3ji{font-size:36px;line-height:1.25;margin:0 0 20px;color:inherit}@media(max-width:991px){.udjrt8{padding:54px 0}.udjrt8 h1{font-size:32px}.udjrt8 h2{font-size:28px}.jidau6{margin-left:0;margin-top:10px}.tk9dnh{padding:28px}}

/* Theme 449 rich utility pages */
.jidau6 {
    margin-left: 0;
}
.jidau6 a {
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    margin-left: 8px;
    border-radius: 5px;
    vertical-align: top;
}
.jidau6 .oflekr {
    background: #fff;
    color: #518c18;
    border: 2px solid #518c18;
}
.udjrt8 {
    overflow: hidden;
}
.ffyt1s,
.cwo6xi {
    background: #f6fbf0;
    position: relative;
}
.ffyt1s h1,
.cwo6xi h1,
.lrzfw3 h1,
.ydcykg h1 {
    color: #172331;
}
.ffyt1s p,
.cwo6xi p,
.lrzfw3 p,
.ydcykg p {
    color: #4d5b66;
}
.ffyt1s em,
.cwo6xi em,
.lrzfw3 em,
.ydcykg em {
    color: #518c18;
}
.artpjm {
    background: #fff;
    padding: 38px 34px;
    border-radius: 8px;
    border: 1px solid #e4eedb;
    box-shadow: 0 16px 45px rgba(27,58,10,.12);
}
.artpjm h2,
.artpjm p {
    color: #172331;
}
.mgf4z0 {
    border-top: 1px solid #eef2ea;
    padding: 16px 0;
    font-size: 0;
}
.mgf4z0 span,
.mgf4z0 strong,
.mgf4z0 em {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}
.mgf4z0 span {
    width: 54px;
    color: #518c18;
    font-weight: 700;
}
.mgf4z0 strong {
    width: 115px;
    color: #172331;
}
.mgf4z0 em {
    width: 50%;
    margin: 0;
    color: #64717a;
    font-weight: 400;
    letter-spacing: 0;
}
.sfdhjg {
    border-radius: 8px;
    border-color: #e8efe2;
    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}
.sfdhjg span {
    color: #518c18;
}
.mg6e4t {
    background: #fff;
    border-left: 6px solid #518c18;
    padding: 40px 44px;
    color: #172331;
    box-shadow: 0 12px 34px rgba(0,0,0,.06);
}
.mg6e4t h2 {
    color: #172331;
}
.mg6e4t ol {
    margin: 12px 0 0;
    padding-left: 22px;
}
.lrzfw3 {
    background: #fff;
}
.d61vzp {
    padding-right: 34px;
}
.kvd66l {
    display: inline-block;
    min-width: 132px;
    margin: 18px 12px 0 0;
    padding: 18px 20px;
    background: #f6fbf0;
    border: 1px solid #e3ecd9;
    border-radius: 8px;
    vertical-align: top;
}
.kvd66l strong,
.kvd66l span {
    display: block;
}
.kvd66l strong {
    color: #518c18;
    font-size: 34px;
    line-height: 1;
}
.kvd66l span {
    color: #4d5b66;
    margin-top: 8px;
}
.nj6iu8 {
    border-top: 6px solid #518c18;
}
.tk9dnh input {
    box-sizing: border-box;
    border-radius: 4px;
}
.ppd072 button,
.ppd072 a {
    min-width: 124px;
    border-radius: 5px;
    background: #518c18;
}
.ppd072 a {
    background: #172331;
}
.sotfq5 {
    font-size: 0;
    box-shadow: 0 16px 45px rgba(0,0,0,.08);
}
.tflwfc,
.sotfq5 .tk9dnh {
    display: inline-block;
    width: 42%;
    min-height: 520px;
    padding: 42px 36px;
    vertical-align: top;
    font-size: 16px;
    box-sizing: border-box;
}
.sotfq5 .tk9dnh {
    width: 58%;
    box-shadow: none;
    border-left: 0;
}
.tflwfc {
    background: #172331;
    color: #fff;
}
.tflwfc h2,
.tflwfc p,
.tflwfc li {
    color: #fff;
}
.tflwfc ul {
    margin: 20px 0 0;
    padding-left: 20px;
}
.vquyxt {
    background: #fff;
    padding: 28px;
    border-radius: 8px;
    box-shadow: 0 16px 45px rgba(27,58,10,.12);
}
.vquyxt img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: contain;
}
.cirz03 {
    font-size: 0;
}
.hzgtd5 {
    display: inline-block;
    width: 25%;
    min-height: 238px;
    padding: 34px 24px;
    background: #fff;
    border-right: 1px solid #e5ecdd;
    vertical-align: top;
    font-size: 16px;
    box-sizing: border-box;
}
.hzgtd5:last-child {
    border-right: 0;
}
.hzgtd5 span {
    display: inline-block;
    color: #518c18;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
}
.hzgtd5 h3,
.hzgtd5 p {
    color: #172331;
}
@media (max-width: 991px) {
    .d61vzp {
        padding-right: 0;
        margin-bottom: 28px;
    }
    .tflwfc,
    .sotfq5 .tk9dnh,
    .hzgtd5 {
        display: block;
        width: 100%;
        min-height: 0;
    }
    .sotfq5 .tk9dnh {
        border-left: 1px solid #e3e3e3;
    }
    .hzgtd5 {
        border-right: 0;
        border-bottom: 1px solid #e5ecdd;
    }
    .mgf4z0 span,
    .mgf4z0 strong,
    .mgf4z0 em {
        display: block;
        width: auto;
        margin-bottom: 6px;
    }
}
@media (max-width: 575px) {
    .artpjm,
    .mg6e4t,
    .tflwfc,
    .sotfq5 .tk9dnh {
        padding: 26px 22px;
    }
    .ppd072 button,
    .ppd072 a {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}
