html {
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-style: normal;
	font-family: "Roboto", sans-serif;
	line-height: 1.2500;
	/*20px*/
	font-size: 1.000em;
	/*16px*/
	color: #1c1c1c;
}

.container {
	width: 100%;
	padding: 0 15px;
	max-width: 1220px;
	box-sizing: border-box;
	word-wrap: break-word;
	position: relative;
	margin: auto;
	z-index: 1;
}

* {
	box-sizing: border-box;
	outline: none;
}

*:focus {
	outline: none
}

*::-moz-focus-inner {
	outline: none;
	border: 0
}

a {
	color: #5dc269
}

a:hover {
	text-decoration: none;
	color: #403062;
}

.heading {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
	color: #000;
}

.heading::before {
	width: 100px;
	height: 5px;
	background-color: #5F7D31;
	transform: translateX(-50%);
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
}

h1,
h2 {
	width: 100%;
	margin: 0 0 20px;
	line-height: 1.0416;
	/*50px*/
	font-size: 3.000em;
	/*48px*/
	font-weight: 600;
}

.heading h1,
.heading h2 {
	margin: 0;
	line-height: 1.1;
}

.bgImg {
	width: 100%;
	height: 100%;
	position: absolute;
	line-height: 0;
	left: 0;
	top: 0;
}

img {
	max-width: 100%
}

.bgImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


label {
	display: block;
	margin-bottom: 5px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
}

.contactForm label {
	display: none
}

/* input[type="email"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select{
	width: 100%;
	padding:15px;
	height: var(--form-height);	
	font-family: "Open Sans", sans-serif;
	border: var(--form-brd-width) solid var(--form-brd-color);
	border-radius: var(--form-brd-radius);
	background-color: var(--form-bg);
	color: var(--form-color);
	transition: border-color .5s ease;
	vertical-align: middle;
	font-size:0.875em;
} */
textarea {
	overflow: auto;
	min-height: 150px;
}

@media screen and (max-width:1220px) {
	body {
		font-size: 1.1475409836065573vw
	}
}

@media screen and (max-width:767px) {
	body {
		font-size: 13px
	}

	h1,
	h2 {
		margin-bottom: 15px;
		font-size: 2.000em;
	}
}

/********************************/
/*******      HEADER      *******/
/********************************/
#header {
	width: 100%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
	background-color: #f3f3f3;
	position: sticky;
	display: block;
	z-index: 99999;
	left: 0;
	top: 0;
}

#header .container {
	position: static;
	justify-content: right;
	align-items: center;
	flex-wrap: wrap;
	display: flex;
}

.logo {
	margin-right: auto;
	display: inline-block;
	line-height: 0;
}

.logo img {
	width: auto;
	height: 45px;
}

.menuTop {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	position: relative;
	background-color: #FFF;
	justify-content: space-between;
	align-items: center;
	display: none;
}

.menuOpen,
.menuClose {
	width: 30px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	background: none;
	position: relative;
	cursor: pointer;
	z-index: 1000;
	display: none;
	border: none;
	padding: 0;
	margin: 0;
}

.menuOpen {
	width: 24px;
	height: 22px;
	margin-left: 15px;
}

.menuOpen span,
.menuOpen span::after,
.menuOpen span::before {
	width: 24px;
	height: 4px;
	content: "";
	display: block;
	background-color: #000;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 9px;
}

.menuOpen span::after {
	top: -8px;
}

.menuOpen span::before {
	top: 8px;
}

.menuClose svg {
	width: 100%;
	height: auto;
	color: #000;
}

.opener {
	width: 50px;
	height: 50px;
	border-left: 1px solid rgb(0, 0, 0, 0.105);
	position: relative;
	display: none;
}

.opener::after {
	width: 7px;
	height: 7px;
	margin: -4px 0 0 -4px;
	border-right: 1px solid #242424;
	border-bottom: 1px solid #242424;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	pointer-events: none;
	position: absolute;
	display: block;
	content: '';
	left: 50%;
	top: 50%;
}

.menu {
	justify-content: center;
	align-items: center;
	overflow: inherit;
	list-style: none;
	flex-wrap: wrap;
	display: flex;
	gap: 0 30px;
	padding: 0;
	margin: 0;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	position: relative;
	font-weight: 600;
}

.menu li a {
	color: #1c1c1c;
	font-size: 1.000em;
	/*16px*/
	text-decoration: none;
	display: block;
}

.menu>li>a {
	line-height: 68px
}

.menu>li:last-child a {
	padding: 0 15px;
	background-color: #5F7D31;
	border-radius: 4px;
	line-height: 44px;
	color: #fff;
}

.menu>li:before {
	transform: scaleX(0);
	border-bottom: 3px solid #5dc269;
	;
	transition: transform .25s;
	position: absolute;
	content: "";
	z-index: -1;
	opacity: 1;
	bottom: 0;
	right: 0;
	left: 0;
}

.menu>li:hover:before {
	transform: scaleX(1);
	transition: transform .25s;
	z-index: 1
}

.menu>li:last-child:before {
	display: none;
}

.menu .sub-menu {
	width: 240px;
	padding: 16px 4px;
	top: calc(100% + 8px);
	background-color: #fff;
	transition: all 0.5s ease;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
	border-radius: 4px;
	visibility: hidden;
	position: absolute;
	flex-wrap: wrap;
	display: flex;
	z-index: -9;
	opacity: 0;
	left: 0;
}

.menu .sub-menu:before {
	width: 100%;
	height: 10px;
	display: block;
	position: absolute;
	content: "";
	top: -9px;
	left: 0;
}

.menu li:hover>.sub-menu {
	visibility: visible;
	z-index: 99;
	opacity: 1;
}

.menu .sub-menu li {
	width: 100%
}

.menu .sub-menu li a {
	line-height: 19px;
	padding: 14px 25px;
}

.menu .sub-menu li:hover a {
	background-color: #f0f0f0
}

.nav-search-form {
	margin-left: 15px;
	padding-left: 55px;
	border-left: 1px solid #d1d2d3;
	position: relative;
}

.searchOpen {
	width: 44px;
	height: 44px;
	margin: 8px 15px 8px 0;
	background: url(../images/search.png) no-repeat center center;
	border-radius: 4px;
	cursor: pointer;
	display: none;
	border: none;
	padding: 0;
}

.searchOpen:hover {
	background-color: #ececec;
}

.nav-search-btn {
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url(../images/search.png) no-repeat left center;
	transform: translateY(-50%);
	position: absolute;
	border: none;
	padding: 0;
	margin: 0;
	left: 15px;
	top: 50%;
}

.nav-search-form input[type="search"] {
	width: 100%;
	height: 68px;
	border: none;
	background-color: transparent;
	line-height: 68px;
	font-size: 1.000em;
	/*16px*/
	color: #808080;
	padding: 0;
	margin: 0;
}

.myArannayk {
	display: block;
	text-decoration: none;
	line-height: 1.0416;
	font-size: 14px;
	font-weight: 600;
	color: #5F7D31;
	margin-left: 16px;
}


@media screen and (max-width:991px) {
	.nav-search-form input[type="search"] {
		width: 100px
	}
}

@media screen and (min-width:768px) {
	#header .container {
		position: relative
	}

	.logo {
		padding: 10px;
		overflow: hidden;
		box-shadow: 0 3px 5px 0 rgba(91, 92, 97, 0.2);
		border-radius: 0 0 10px 10px;
		background-color: #fff;
		position: absolute;
		left: 15px;
		top: 0;
	}

	.logo img {
		height: 75px
	}
}

@media screen and (max-width:767px) {
	#header {
		font-size: 14px
	}

	#header .container {
		justify-content: space-between;
		padding: 0;
	}

	.logo {
		margin-right: 0
	}

	.menuTop {
		display: flex
	}

	.menuOpen,
	.menuClose {
		display: block
	}

	.menuBox {
		width: 300px;
		height: 100vh;
		transition: all 0.5s ease;
		position: fixed;
		left: -100%;
		top: 0;
	}

	.menuBox.show {
		z-index: 9999;
		left: 0;
	}

	.menuBox::before {
		opacity: 0
	}

	.menuBox.show::before {
		width: 100vw;
		height: 100vh;
		transition: all 0.5s ease;
		background-color: rgba(0, 0, 0, 0.7);
		position: fixed;
		content: '';
		z-index: 0;
		opacity: 1;
		right: 0;
		top: 0;
	}

	.menu-item-has-children>.opener {
		display: flex;
	}

	.menu {
		height: calc(100% - 60px);
		border-top: 1px solid rgb(0, 0, 0, 0.105);
		background-color: #fff;
		position: relative;
		overflow-y: scroll;
		display: block;
		z-index: 1;
	}

	.menu .sub-menu {
		width: 100%;
		transform: none;
		box-shadow: none;
		position: relative;
		visibility: visible;
		border-radius: 0;
		display: none;
		padding: 0;
		opacity: 1;
		z-index: 9;
		left: 0;
		top: 0;
	}

	.menu .opene+.sub-menu {
		display: block
	}

	.menu li li .sub-menu {
		transform: none;
		left: 0;
		top: 0;
	}

	.menu li {
		width: 100%;
		border-top: 1px solid rgb(0, 0, 0, 0.105);
		line-height: 20px;
		font-weight: 600;
		font-size: 13px;
		padding: 0;
		z-index: 1;
	}

	.menu>li:last-child {
		padding: 30px;
		text-align: center;
	}

	.menu>li:first-child {
		border-top: none
	}

	.menu .sub-menu li {
		padding: 0;
		line-height: 20px;
	}

	li.menu-item-has-children {
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		display: flex;
	}

	li.menu-item-has-children::after {
		display: none
	}

	.menu li a {
		padding: 15px 20px;
		color: #000;
	}

	.menu>li>a {
		line-height: 20px;
	}

	li.menu-item-has-children>a {
		width: calc(100% - 50px)
	}

	.menu .sub-menu li a {
		padding: 15px 20px
	}
}

@media screen and (max-width:767px) {

	.nav-search-btn,
	.nav-search-form {
		width: 100%;
		padding: 0 15px;
		border-left: none;
		background-color: #fff;
		border-top: 1px solid #d1d2d3;
		display: none;
		margin: 0;
	}

	.nav-search-form.open {
		display: block;
	}

	.searchOpen {
		display: block
	}

	.nav-search-form input[type="search"] {
		width: 100%;
		height: 56px;
		line-height: 56px;
	}
}

/********************************/
/*******      FOOTER      *******/
/********************************/
.footer {
	width: 100%;
	padding: 20px 0 0;
	background-color: #1f4912;
	color: #fff;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.ftrLogo {
	display: inline-block;
	line-height: 0;
}

.ftrLogo img {
	width: auto;
	height: 45px;
}

.ftrMid {
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #fff;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	display: flex;
}

.ftrIn {
	width: 25%;
	margin-bottom: 20px;
}

.ftrTitle {
	width: 100%;
	display: block;
	font-weight: 700;
	padding-bottom: 10px;
	line-height: 1.300;
	/*26px*/
	font-size: 1.429em;
	/*20px*/
}

.footer ul {
	width: 100%;
	list-style: none;
	flex-wrap: wrap;
	display: flex;
	padding: 0;
	margin: 0;
	gap: 6px;
}

.footer li {
	width: 100%;
}

.telMail,
.footer p,
.footer li {
	margin: 0;
	line-height: 1.25;
	/*20px*/
	font-size: 1.000em;
	/*16px*/
}

.telMail {
	width: 100%;
	padding-top: 10px;
}

.telMail a {
	align-items: center;
	display: flex;
	gap: 10px;
}

.scialMedia {
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
	display: flex;
	gap: 15px;
}

.scialMedia a {
	display: block;
	line-height: 0;
}

.scialMedia svg {
	width: auto;
	height: 24px;
}

.ftrBtn {
	width: 100%;
	margin-top: 15px;
	align-items: center;
	flex-wrap: wrap;
	display: flex;
	gap: 15px;
}

.donateBtn,
.involvedBtn {
	padding: 0 15px;
	border-radius: 4px;
	background-color: #D78C3A;
	line-height: 2.75;
	/*44px*/
	font-size: 1.000em;
	/*16px*/
	font-weight: 600;
	display: block;
	color: #000;
}

.copyright {
	width: 100%;
	padding: 16px 0;
	background: #1a3c10;
}

.copyright p {
	margin: 0
}

.copyright a {
	display: inline-block;
	font-weight: 600;
}

@media screen and (max-width:639px) {
	.ftrIn {
		width: 100%
	}
}

/********************************/
/*********    Banner    *********/
/********************************/
.banner .slick-arrow {
	width: 78px;
	height: 92px;
	border: none;
	text-indent: -10000px;
	margin-top: -23px;
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
}

.banner .slick-prev {
	background: url(../images/banner/slider-left.png) no-repeat left 20px center;
	left: 0;
}

.banner .slick-next {
	background: url(../images/banner/slider-right.png) no-repeat right 20px center;
	right: 0;
}

.banner .slick-arrow:hover {
	background-color: rgba(0, 0, 0, 0.5)
}

.banner .slick-prev:hover {
	transform: translateX(-5px)
}

.banner .slick-next:hover {
	transform: translateX(5px)
}

.banner .slick-dots {
	width: 100%;
	padding: 0 15px;
	max-width: 1220px;
	position: absolute;
	flex-wrap: wrap;
	display: flex;
	bottom: 30px;
	margin: auto;
	gap: 6px;
	right: 0;
	left: 0;
}

.banner .slick-dots button {
	width: 40px;
	height: 3px;
	cursor: pointer;
	background-color: hsla(0, 0%, 100%, .4);
	line-height: 0;
	font-size: 0;
	border: none;
	padding: 0;
	margin: 0;
}

.banner .slick-active button {
	background-color: #fff
}

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.banner .slick-slide {
	width: 100%;
	position: relative;
	color: #fff;
}

.bnrBg {
	width: 100%;
	height: 620px;
	background-color: #000;
	line-height: 0;
}

.banner img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	opacity: 0.3;
}

.banner .container {
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
}

.banner p {
	margin: 0 0 20px;
	line-height: 1.400;
	/*28px*/
	font-size: 1.250em;
	/*20px*/
}

.banner span {
	display: block;
	line-height: 1.500;
	/*24px*/
	font-size: 1.000em;
	/*16px*/
	font-weight: 600;
}

.bnrBtn {
	padding: 0 15px;
	border-radius: 4px;
	display: inline-block;
	text-decoration: none;
	background-color: #D78C3A;
	font-family: inherit;
	line-height: 2.375;
	/*38px*/
	font-size: 1.000em;
	/*16px*/
	font-weight: 600;
	color: #000;
}

@media screen and (min-width:768px) {
	.banner .container {
		max-width: 1340px;
		padding: 0 75px;
	}

	.bnrText {
		width: 50%;
	}
}

@media screen and (max-width:767px) {
	.banner .container {
		transform: none;
		position: static;
		background-color: #fff;
		padding: 15px 15px 30px;
	}

	.banner img {
		opacity: 0.7;
	}

	.banner .slick-slide {
		color: #000;
	}

	.banner .slick-dots {
		justify-content: center;
	}

	.banner .slick-dots button {
		background-color: rgba(0, 0, 0, .4)
	}

	.banner .slick-active button {
		background-color: #000
	}
}

@media screen and (max-width:639px) {
	.bnrBg {
		height: 77.77777777777778vw;
	}

	/* 280 / 360 */
	.banner .slick-dots {
		bottom: 15px
	}
}

/********************************/
/*******   videoScreen    *******/
/********************************/
.videoScreen {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.videoScreen p {
	line-height: 0;
	padding: 0;
	margin: 0;
}

.videoScreen iframe {
	width: calc(100% + 30px);
	height: 56.28vw;
	margin: 0 -15px;
}

/********************************/
/*******     achieve      *******/
/********************************/
.achieve {
	width: 100%;
	padding: 50px 0;
	background-color: #f6f4ef;
}

.achieve h2 {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
	line-height: 1.2916;
	/*31px*/
	font-size: 1.500em;
	/*24px*/
	font-weight: 480;
	color: #3f3f3f;
	/*align-items: center;*/
	/*flex-wrap: wrap;*/
	/*   display:flex;*/
	/*gap:10px;*/
	text-align: center;
}

.achievSlider {
	padding: 0 40px;
	margin: 50px 0 0;
	position: relative;
}

.achieve .slick-slide {
	padding: 0 15px
}

.achieve h3 {
	margin: 0 0 15px;
	line-height: 1.2857;
	/*27px*/
	font-size: 3.500em;
	/*56px*/
	font-weight: 600;
}

.achieve p {
	margin: 0;
	line-height: 1.363;
	/*30px*/
	font-size: 1.375em;
	/*22px*/
}

.achieve .slick-arrow {
	width: 45px;
	height: 75px;
	border: none;
	border-radius: 5px;
	text-indent: -10000px;
	margin-top: -37px;
	cursor: pointer;
	position: absolute;
	padding: 0;
	z-index: 5;
	top: 50%;
}

.achieve .slick-prev {
	background: rgba(0, 0, 0, 0.5) url(../images/banner/slider-left.png) no-repeat left 5px center;
	left: -45px;
}

.achieve .slick-next {
	background: rgba(0, 0, 0, 0.5) url(../images/banner/slider-right.png) no-repeat right 5px center;
	right: -45px;
}

@media screen and (max-width:1280px) {
	.achieve .slick-prev {
		left: -15px;
	}

	.achieve .slick-next {
		right: -15px;
	}
}

/********************************/
/*******     projects     *******/
/********************************/
.projects {
	width: 100%;
	padding: 50px 0;
	background-color: #fff;
}

.projects p {
	margin: 0 0 20px;
	line-height: 1.500;
	/*30px*/
	font-size: 1.125em;
	/*18px*/
}

.projects .row {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	gap: 30px;
}

.projectBox {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
}

.projectImg {
	width: 30%;
	line-height: 0;
}

.projectImg img {
	width: 100%;
	height: auto;
}

.projectTxt {
	width: 70%;
	padding-left: 30px;
}

.hashTag {
	width: 100%;
	margin-bottom: 15px;
	flex-wrap: wrap;
	display: flex;
	gap: 5px;
}

.hashTag a {
	display: block;
	text-decoration: none;
	line-height: 1.500;
	/*24px*/
	font-size: 1.000em;
	/*16px*/
	font-weight: 600;
	color: #198700;
}

.hashTag a:hover {
	text-decoration: underline
}

.hashTag a::before {
	content: "#";
	speak-as: none;
}

.projectTxt h3 {
	margin: 0;
	line-height: 1.500;
	/*30px*/
	font-size: 1.125em;
	/*18px*/
}

.projectTxt h3 a {
	text-decoration: none;
	color: #1c1c1c;
}

.projectTxt h3 a:hover {
	text-decoration: underline
}

.projectTxt p {
	margin: 15px 0;
	line-height: 1.500;
	/*24px*/
	font-size: 1.000em;
	/*16px*/
}

.projectTxt span {
	display: block;
	font-weight: 300;
	line-height: 1.500;
	/*24px*/
	font-size: 0.938em;
	/*16px*/
}

@media screen and (max-width: 767px) {
	.projectImg {
		width: 100%
	}

	.projectTxt {
		width: 100%;
		padding: 15px 0 0;
	}
}


/********************************/
/*******      partner     *******/
/********************************/
.partner {
	width: 100%;
	text-align: center;
	background-color: #f3f3f3;
	position: relative;
	padding: 0 0 20px;
	--widthm: -238px;
	--width: 238px;
	--height: 180px;
	--quantity: 12;
	--duration: 15s;
}

.partner::before {
	width: 100%;
	height: 100px;
	background-color: #fff;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
}

.partner .heading {
	margin-bottom: 50px
}

.clientBox {
	width: 100%;
	margin-top: 40px;
	-webkit-mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
	mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
	position: relative;
	overflow: hidden;
}

.slide-track {
	width: calc(var(--width) * var(--quantity));
	animation: slide var(--duration) linear infinite;
	align-items: center;
	display: flex;
}

.slide-track:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.clientLogo {
	width: var(--width);
	text-align: center;
}

.clientLogo img {
	max-width: 80%;
	height: auto;
	margin: auto;
}

@keyframes slide {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(var(--widthm) * 3))
	}
}

@media screen and (max-width: 767px) {
	.partner::before {
		height: 70px
	}
}

/********************************/
/*******      weWork      *******/
/********************************/
.weWork {
	width: 100%;
	padding: 50px 0;
	background-color: #fff;
}

.wrorkMap {
	width: 100%;
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
	gap: 50px;
}

.mapBox {
	width: 40%;
	line-height: 0;
}

.mapBox img {
	width: 100%;
	height: auto;
}

/********************************/
/*******      newsSec     *******/
/********************************/
.newsSec {
	width: 100%;
	padding: 0 0 50px;
	background-color: #f6f4ef;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.newsSec::before {
	width: 100%;
	height: 100px;
	background-color: #fff;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
}

.newsSec .heading {
	margin-bottom: 80px
}

.newsSec .row {
	width: calc(100% + 30px);
	margin-left: -15px;
	text-align: left;
	flex-wrap: wrap;
	display: flex;
}

.newsBox {
	width: 33.3333%;
	padding: 0 15px;
	border-left: 1px solid #434347;
	flex-wrap: wrap;
	display: flex;
}

.newsBox:first-child {
	border-left: none;
}

.newsLogo {
	width: 30%;
	padding-top: 10px;
	line-height: 0;
}

.newsTxt {
	width: 70%;
	padding: 18px 0 0 15px;
	flex-wrap: wrap;
	display: flex;
	gap: 15px;
	line-height: 1.500;
	/*24px*/
	font-size: 1.000em;
	/*16px*/
}

.newsTxt strong {
	display: block;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.newsBox {
		width: 100%;
		padding: 15px;
		border-left: none;
		border-top: 1px solid #434347;
	}

	.newsBox:first-child {
		border-top: none;
	}

	.newsLogo,
	.newsTxt {
		padding-top: 0
	}
}

/********************************/
/*******     fbposts      *******/
/********************************/
.fbposts {
	width: 100%;
	padding: 50px 0;
	background-color: #fff;
	text-align: center;
}

.fbposts .row {
	width: 100%;
	text-align: left;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}

.fbpostBox {
	width: calc(33.33% - 20px);
	padding-bottom: 22px;
	position: relative;
	overflow: hidden;
}

.fbpostBox span {
	display: block;
	color: #5F7D31;
	position: absolute;
	bottom: 0;
	left: 0;
}

.fbpostImg {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.fbpostImg img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width:768px) {
	.fbpostImg {
		height: 18.4vw
	}

	.fbpostImg img {
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}
}

@media only screen and (max-width:767px) {
	.fbposts .row {
		gap: 30px;
	}

	.fbpostBox {
		width: 100%
	}
}


/********************************/
/*******      joinus      *******/
/********************************/
.joinus {
	width: 100%;
	padding: 50px 0;
	background-color: #fff;
	text-align: center;
}

.joinus .row {
	width: 100%;
	text-align: left;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
	gap: 30px;
}

.cardBox {
	width: calc(33.3333% - 20px);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .16);
	transition: box-shadow .2s;
	padding-bottom: 58px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.cardBox:hover {
	box-shadow: 0 1px 14px rgba(0, 0, 0, .3)
}

.cardImg {
	width: 100%;
	display: block;
}

.cardTxt {
	width: 100%;
	padding: 20px;
}

.card-tag {
	display: block;
	line-height: 1.333;
	/*20px*/
	font-size: 0.938em;
	/*15px*/
	font-weight: 700;
	color: #6f7376;
}

.card-heading {
	margin-top: 8px;
	display: inline-block;
	text-decoration: none;
	line-height: 1.400;
	/*28px*/
	font-size: 1.250em;
	/*20px*/
	font-weight: 700;
	color: #1c1c1c;
}

.card-excerpt {
	margin: 8px 0 0;
	line-height: 1.333;
	/*20px*/
	font-size: 0.938em;
	/*15px*/
}

.card-btn {
	padding: 0 15px;
	border-radius: 4px;
	display: inline-block;
	text-decoration: none;
	background-color: #D78C3A;
	font-family: inherit;
	position: absolute;
	line-height: 2.375;
	/*38px*/
	font-size: 1.000em;
	/*16px*/
	font-weight: 600;
	color: #000;
	bottom: 20px;
	right: 20px;
}

.load-more-btn {
	padding: 0 15px;
	border-radius: 4px;
	margin: 30px auto 0;
	display: inline-block;
	border: 1px solid #1f4912;
	background-color: #fff;
	font-family: inherit;
	line-height: 2.375;
	/*38px*/
	font-size: 1.000em;
	/*16px*/
	font-weight: 600;
	color: #1f4912;
	cursor: pointer;
}

.load-more-btn:hover {
	background-color: #1f4912;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.cardBox {
		width: calc(50% - 15px)
	}
}

@media screen and (max-width: 639px) {
	.cardBox {
		width: 100%
	}
}

/********************************/
/*******    subscribe     *******/
/********************************/
.subscribe {
	width: 100%;
	padding: 50px 0;
	background-color: #f6f4ef;
}

.subscribe p {
	margin: 0 0 20px;
	line-height: 1.500;
	/*30px*/
	font-size: 1.125em;
	/*18px*/
}

.subscribe form {
	max-width: 800px;
	position: relative;
}

.subscribe .row {
	width: 100%;
	display: flex;
	gap: 20px;
}

.subscribe .row .inputBox {
	width: 50%;
}

.subscribe select,
.subscribe input[type="text"],
.subscribe input[type="email"] {
	width: 100%;
	height: 48px;
	padding: 8px;
	margin: 0 0 20px;
	border-radius: 4px;
	border: 1px solid #a3a5a7;
	background-color: #fff;
	font-family: inherit;
	color: #1c1c1c;
	font-size: 15px;
}

.subscribe select:focus,
.subscribe input[type="text"]:focus,
.subscribe input[type="email"]:focus {
	border-color: transparent;
	box-shadow: 0 0 0 2px #198700;
}

.form-check {
	min-height: 16px;
	padding-left: 40px;
	margin-bottom: 30px;
}

.form-check input[type="checkbox"] {
	width: 26px;
	height: 26px;
	margin: 0 0 0 -40px;
	vertical-align: top;
	background-color: #fff;
	-webkit-print-color-adjust: exact;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid #a3a5a7;
	color-adjust: exact;
	border-radius: 4px;
	appearance: none;
	float: left;
}

.form-check input[type="checkbox"]:checked {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
	box-shadow: 0 0 0 3px rgba(21, 156, 228, 0.4);
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.form-check label {
	margin: 0;
	cursor: pointer;
	line-height: 26px;
	font-size: 16px;
	color: #000;
}

.form-check label small {
	color: #c02b0a;
	display: inline-block;
	font-size: 13.008px;
	padding-inline-start: 0.125em;
}

.subscribe input[type="submit"] {
	padding: 0 15px;
	border-radius: 4px;
	border: 1px solid #D78C3A;
	background-color: #D78C3A;
	font-family: inherit;
	line-height: 2.750;
	/*44px*/
	font-size: 1.000em;
	/*16px*/
	font-weight: 600;
	cursor: pointer;
	display: block;
	color: #000;
}

@media screen and (max-width:639px) {

	.subscribe select,
	.subscribe input[type="text"],
	.subscribe input[type="email"] {
		height: 38px;
		font-size: 13px;
	}
}

#loader {
	padding: 0 0 10px;
	color: #1f4912;
	display: none;
}

#success {
	color: #1f4912;
	padding: 10px 0;
	font-size: 1.5em;
	font-weight: 600;
}