@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
html{
	overflow-x: hidden;
}
body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}

body.stopScroll {
	height: 100%;
	overflow: hidden;
}

body.stopScroll .site_header.fixed {
	min-height: 100vh;
	width: 100%;
}

.container {
	max-width: 1640px;
	margin: 0 auto;
}

/*-------------------announce_bar----------------------*/
.announce_bar {
	background: #1F820E;
	padding: 8px 0;
}

.announce_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.announce_row .announce_col .links_bar {
	display: flex;
	align-items: center;
}

.announce_row .announce_col .links_bar .phone_email {
	display: flex;
	align-items: center;
	padding-right: 10px;
}

.announce_row .announce_col .links_bar .bar_text {
	font-family: 'Poppins', sans-serif;
	color: #fff;
}

.announce_row .announce_col .links_bar .phone_email .icons_main .fa {
	color: #fff;
}

.announce_row .announce_col .links_bar .phone_email .bar_text a {
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
}

.announce_row .announce_col .links_bar .phone_email .bar_text a:hover {
	color: #d4e7d1;
	opacity: .95;
	transition: .3s;
}

@media(max-width: 1020px) {
	.announce_row .announce_col .links_bar .phone_email .bar_text a {
		font-size: 12px;
	}
}

.announce_row .announce_col .links_bar .phone_email .icons_main {
	margin-right: 8px;
}

.announce_row .announce_col .bar_icons a .fa {
	color: #fff;
	font-size: 16px;
	margin: 0 8px;
}

.announce_row .announce_col .bar_icons a .fa:hover {
	color: #d4e7d1;
	opacity: .95;
	transition: .3s;
}

@media(max-width: 1020px) {
	.announce_row .announce_col .bar_icons a .fa {
		font-size: 12px;
	}
}

/* @media(max-width: 720px){
	.announce_row .announce_col .bar_icons a .fa {
		display: none;
	}
} */

.announce_row .announce_col .bar_icons a .fa:last-child {
	margin-right: 0;
}

/**** HEADER
*****************************/
.site_header {
	background-color: #d4e7d1;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
}

.wh.fixed {
	position: fixed;
	top: 0;
	left: 0;
	animation: smoothScroll 1s forwards;
	z-index: 999;
	box-shadow: 0 0 10px #0000002b;
	width: 100%;
}

.site_header.fixed .site_logo a img {
	max-width: 100px;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}

	100% {
		transform: translateY(0px);
	}
}

.header_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo_col {
	width: 140px;
}

.site_logo a {
	display: flex;
}

.site_logo a img {
	max-width: 6rem;
	padding: 0.5rem 0;
	height: auto;
}

.menu_col {
	width: calc(100% - 170px);
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.main_nav {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.main_nav li {
	list-style: none;
	margin-left: 40px;
}

.main_nav li:first-child {
	margin-left: 0;
}

.main_nav li a {
	text-decoration: none !important;
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #3D3D3D;
	padding: 12px 0;
	line-height: 1.2;
	display: block;
	border-bottom: 3px solid transparent;
	transition: 0.3s;
}

.main_nav li.active a,
.main_nav li a:hover {
	border-color: #1F820E;
	color: #1F820E;
}

.search-icon a {
	background-color: #1F820E;
	border-radius: 4px;
	height: 44px;
	width: 51px;
	line-height: 1 !important;
	font-size: unset !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 50px;
}

.header_search {
	position: relative;
}

.search_form {
	position: absolute;
	right: 0;
	background-color: #FFF;
	padding: 12px 12px;
	width: 280px;
	box-shadow: 0 0 10px #00000029;
	border-radius: 4px;
	margin-top: 3px;
	display: flex;
	display: none;
}

.search_form input {
	width: calc(100% - 24px);
	border: 1px solid #ddd;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	outline: none !important;
	padding: 10px;
	border-radius: 4px;
}

.search-icon a {
	text-decoration: none !important;
	color: #fff !important;
}

.search-icon a.opened img {
	display: none;
}

.search-icon a.opened::before {
	content: "\f00d";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 26px;
	color: #fff;
}

/****** HERO SECTION
**********************************************/
/* .hero_section {
  	background-image: url('../../assets/images/hero_bg.png');
  	padding: 100px 0 375px;
  	background-position: 35% 5%;
  	background-repeat: no-repeat;
  	background-size: 2450px;
} */
.hero_content {
	max-width: 860px;
}

.hero_content h1 {
	font-size: 70px;
	font-weight: 700;
	line-height: 92px;
	color: #3D3D3D;
	margin: 0 0 17px;
	font-family: 'Yu Gothic';
}

.hero_content p {
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 40px;
	font-weight: 400;
	color: #707070;
	line-height: 35px;
}

.site_button {
	font-size: 24px;
	line-height: 29px;
	text-decoration: none !important;
	display: inline-block;
	background-color: #1F820E;
	border-radius: 4px;
	padding: 19px 44px;
	border: 2px solid #1F820E;
	color: #fff !important;
	font-weight: 500;
	transition: 0.3s;
}

.site_button.outline_button,
.site_button:hover {
	background-color: transparent;
	color: #1F820E !important;
}

.site_button.outline_button:hover {
	background-color: #1F820E;
	color: #fff !important;
}

.hero_buttons .site_button {
	margin-right: 30px;
}

/******* ABOUT SECTION
********************************/
.about_section {
	padding: 120px 0 100px;
	position: relative;
}

.about_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about_image {
	width: calc(100% - 740px);
}

.about_image .img_box {
	/* position: absolute; */
	left: 0;
	top: 40px;
}

.about_content {
	width: 740px;
}

.section_heading {}

.section_heading h3 {
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 0px;
	font-weight: 600;
	color: #1F820E;
	text-transform: uppercase;
	line-height: 35px;
}

.section_heading h1 {
	font-size: 48px;
	line-height: 61px;
	font-family: 'Yu Gothic';
	margin: 0 0 20px;
	font-weight: 700;
	color: #3D3D3D;
}

.section_heading.text_center h1 {
	text-align: center;
}

.section_heading h1 span {
	color: #1F820E;
}

.about_content p {
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 40px;
	font-weight: 400;
	color: #707070;
	line-height: 35px;
}

.sec_button {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	line-height: 29px;
	text-decoration: none !important;
	display: inline-block;
	background-color: #1F820E;
	border-radius: 4px;
	padding: 16px 36px;
	border: 2px solid #1F820E;
	color: #fff !important;
	font-weight: 600;
	transition: 0.3s;
	display: inline-flex;
	align-items: center;
}

.sec_button img {
	margin-left: 10px;
}

.sec_button:hover {
	background-color: transparent;
	color: #1F820E !important;
}

/******* GLOSSARY SECTION
****************************************/
.glossary_section {
	padding: 60px 0 70px;
}

.glossary_box_row {
	margin-top: 50px;
}

.glossary_box {
	display: flex;
	background-color: #F9F9F9;
	box-shadow: 0 0 10px #0000001a;
	margin: 0 0 40px;
	border-radius: 20px;
	overflow: hidden;
}

.glossary_box_image {
	width: 50%;
	display: flex;
}

.glossary_box_content {
	width: 50%;
}

.glossary_content_box {
	padding: 75px 86px 60px;
}

.glossary_content_box h2 {
	font-size: 40px;
	line-height: 61px;
	font-family: 'Yu Gothic';
	margin: 0 0 0px;
	font-weight: 700;
	color: #1E1D1D;
}

.glossary_content_box p {
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 40px;
	font-weight: 400;
	color: #707070;
	line-height: 48px;
}

.glossary_content_box a {
	text-decoration: none !important;
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #1F820E;
	line-height: 1.3;
	border-bottom: 1px solid #1F820E;
	padding-bottom: 3px;
	display: inline-block;
	transition: .3s;
}

.glossary_content_box a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

/******* PARTNERSHIP SECTION
********************************/
.partnership_section {
	padding: 0 0 2rem;
	position: relative;
}

.partnership_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.partnership_image {
	width: calc(100% - 740px);
	position: relative;
}

.partnership_image .img_box {
	/* position: absolute; */
	left: 0;
	top: 75px;
	width: 100%;
}

.partnership_content {
	width: 720px;
}

.partnership_content p {
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 50px;
	font-weight: 400;
	color: #707070;
	line-height: 35px;
}

/******* WORK SECTION
********************************/
.work_section {
	padding: 0;
	position: relative;
	background-color: #F9F9F9;
	overflow: hidden;
	background-color: #fff;
}

.work_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.work_col_image {
	width: calc(100% - 830px);
}

.work_col_image .img_box {
	position: absolute;
	right: -400px;
	top: 100px;
}

.work_col_points {
	width: 825px;
}

.work_col_points ul {
	margin: 40px 0 0;
	padding: 0;
}

.work_col_points ul li {
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 30px;
	font-weight: 400;
	color: #707070;
	line-height: 48px;
	list-style: none;
	display: flex;
}

.work_col_points ul li .icon {
	margin-right: 30px;
}

.work_col_points ul li strong {
	color: #3D3D3D;
	font-weight: 600;
}

.work_col_points ul li.low strong {
	color: #707070;
}

/***** HELP SECTION
********************************/
.help_section {
	padding: 1rem 0;
	background-image: url('../../assets/images/pexels-kailash-kumar-693776.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.help_section_heading {
	font-size: 48px;
	line-height: 61px;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	font-weight: 700;
	color: #000;
	text-align: center;
}

.help_row {
	display: flex;
	justify-content: space-around;
	padding: 1rem 0 0;
}

.help_box {
	max-width: 392px;
	border-radius: 12px;
	background-color: #1F820E;
	height: auto;
	margin: 01rem;
}

.help_box_inner {
	padding: 25px 30px 40px;
	text-align: center;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.help_box_inner .icon {
	width: 114px;
	height: 114px;
	background-color: #fff;
	margin: 0 auto 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.help_box_inner h2 {
	font-size: 24px;
	line-height: 32px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 15px;
	font-weight: 600;
}

.help_box_inner p {
	font-size: 20px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 0px;
	font-weight: 400;
}

/*-------------------news-----------------------*/
.news,
.blogs {
	background-color: #F5F5F5;
}

.card_row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.news .card_row .card_col {
	width: calc(50% - 30px);
	padding: 0 15px;
}

.card_body {
	background: #fff;
	border: 1px solid #D2D5D9;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 30px;
	transition: all ease .3s;
	padding: 1rem;
	margin: 0.25rem;
	border-radius: 0.45rem;
}

.card_body:hover {
	background: #d4e7d1;
	transition: all ease .3s;
}

.card_body:hover {
	box-shadow: 0px 0px 16px #d8d8d8;
	transition: all ease .3s;
}

.card_image a {
	display: block;
	overflow: hidden;
	border-radius: 0.35rem 0.35rem 0 0;
}

.card_image a img {
	width: 100%;
	border-radius: 0.35rem 0.35rem 0 0;
	transition: transform .5s ease;
}

.card_image a img:hover {
	transform: scale(1.1);
}

.card_btn a {
	background-color: transparent;
	color: #1F820E !important;
	line-height: 29px;
	text-decoration: none !important;
	font-weight: 500;
	transition: 0.3s;
	border: 1px solid #1F820E;
	padding: 10px 22px;
}

.card_btn a:hover {
	background-color: #1F820E;
	color: #fff !important;
}

.card_footer {
	padding: 20px;
}

/*-----------------blogs--------------------*/

.blogs .card_row .card_col {
	width: calc(33.333% - 30px);
	padding: 0 15px;
}

.section_heading.card_heading {
	padding-top: 30px !important;
	padding-bottom: 10px;
}

.blogs .date span {
	color: #9fa1ac;
}

.blogs .veiw_btn,
.gallery .veiw_btn {
	text-align: center;
	padding-bottom: 20px;
}

.blogs .veiw_btn a,
.gallery .veiw_btn a {
	text-decoration: none !important;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #1F820E;
	line-height: 1.3;
	border-bottom: 1px solid #1F820E;
	padding-bottom: 3px;
	display: inline-block;
}

.blogs .veiw_btn a:hover,
.gallery .veiw_btn a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

/***** PLAYSTORE SECTION
****************************************/
.playstore_section {
	padding: 0 0 0;
	background-color: #F9F9F9;
}

.playstore_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.playstore_image {
	width: 50%;
	text-align: center;
}

.playstore_image img {
	max-width: 100%;
}

.playstore_content {
	width: calc(50% - 60px);
}

.playstore_content_inner {
	padding-right: 30px;
}

.playstore_content h1 {
	font-size: 67px;
	line-height: 90px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 40px;
	font-weight: 600;
	color: #3D3D3D;
	text-transform: uppercase;
}

.playstore_content p {
	font-size: 24px;
	line-height: 48px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 50px;
	font-weight: 400;
	color: #707070;
}

.playstore_content p span {
	color: #3D3D3D;
	font-weight: 500;
	display: block;
	margin: 0 0 15px;
}

.playstore_buttons a:first-child {
	margin-right: 40px;
}

/******* FOOTER
********************************/
.site_footer {
	background-color: #d4e7d1;
	font-family: 'Poppins', sans-serif;
}

.main_footer {
	padding: 70px 0 45px;
}

.footer_row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer_col p {
	font-size: 16px;
	line-height: 30px;
	color: #3D3D3D;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	max-width: 325px;
}

.footer_heading {
	font-size: 24px;
	font-weight: 700;
	color: #1F820E;
	line-height: 35px;
	margin: 0 0 15px;
}

.footer_nav {
	margin: 0;
	padding: 0;
}

.footer_nav li {
	list-style: none;
	padding: 0 0 15px;
	font-size: 22px;
}

.footer_nav li a {
	text-decoration: none;
	color: #3D3D3D;
	font-size: 1rem;
	font-weight: 400;
	display: block;
}

.footer_nav li a:hover {
	color: #1F820E;
}

.footer_nav.info_nav li {
	display: flex;
	padding: 0 0 25px;
}

.footer_nav.info_nav li i {
	color: #1F820E;
	margin-right: 20px;
	position: relative;
	top: 6px;
	min-width: 22px;
}

.footer_nav.social_nav li {
	display: inline-block;
	padding: 0;
	margin-right: 2rem;
}

.footer_nav.social_nav li:last-child {
	margin-right: 0;
}

.footer_nav.social_nav li a {
	font-size: 25px;
	transition: 0.3s;
}

.footer_nav.social_nav li a:hover {
	color: #1f820e;
}

.footer_logo {
	display: flex;
	height: 5rem;
    padding: 0 0 0.5rem;
	max-width: 8rem;
}

.footer_copyright {
	border-top: 1px solid #3D3D3D;
	padding: 30px 0;
}

.footer_copyright p {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	color: #3D3D3D;
	text-align: center;
}

.toTop {
	position: fixed;
	bottom: 5px;
	right: 22px;
	background-color: #1f820e;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	cursor: pointer;
	font-size: 20px;
	box-shadow: 0 0 10px #00000040;
}

.toTop.active {
	visibility: visible;
	opacity: 1;
}

/******* ABOUT PAGE
***************************************/
.hero_image img {
	width: 100%;
	max-width: 100%;
}

.page_heading h1 {
	font-size: 70px;
	line-height: 92px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #3D3D3D;
	margin: 0 0 45px;
	font-family: 'Yu Gothic';
}

.page_heading h1 span {
	color: #1F820E;
}

/****** CONTENT SECTION ******/
.about_page_heading h1 {
	margin-top: -65px;
}

.about_page_content {
	padding: 100px 0;
	background-color: #F1FFEF;
}

.about_page_content p {
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	color: #707070;
	line-height: 1.8;
	margin: 0;
}

/****** PARTNERSHIP SECTION ********/
.partnership_section.about_page_partnership {
	padding: 80px 0 20px;
}

.about_page_partnership .partnership_image {
	width: 35%;
}

.about_page_partnership .partnership_content {
	width: calc(65% - 40px);
}

.about_page_partnership .partnership_image .img_box {
	position: relative;
	right: unset;
	top: unset;
}

.about_page_partnership .partnership_image .img_box img {
	max-width: 100%;
}

/***** ISSUE SECTION  ****/
.farmer_issue_section {
	background-image: url('../../assets/images/issue_img.png');
	background-position: -25px 25px;
	background-repeat: no-repeat;
	background-size: 600px;
	min-height: 900px;
	display: flex;
	align-items: center;
}

.former_issue_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.farmer_issue_image {
	width: 30%;
}

.farmer_issue_content {
	width: calc(70% - 40px);
}

.farmer_issue_content p {
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 40px;
	font-weight: 400;
	color: #707070;
	line-height: 35px;
}

/****** CONTACT PAGE
*********************************/
.banner_image img {
	width: 100%;
	max-width: 100%;
}

.form_section {
	padding: 80px 0 100px;
}

.form_heading {
	margin: 0 0 80px;
}

.form_heading {
	text-align: center;
	font-family: 'Poppins', sans-serif;
}

.form_heading h1 {
	font-size: 45px;
	font-weight: bold;
	line-height: 68px;
	margin: 0 0 0px;
	color: #3D3D3D;
}

.form_heading h1 span {
	color: #1F820E;
}

.form_heading p {
	font-size: 23px;
	font-weight: 400;
	color: #212529;
	margin: 0;
}

.form_form form {
	display: flex;
	flex-wrap: wrap;
}

.form_row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.form_form {
	width: calc(50% - 50px);
}

.form_contant {
	width: calc(50% - 50px);
}

.form_form form input,
.form_form form textarea,
.form_form form select {
	width: 100%;
	margin: 0 0 20px;
	border: 1px solid #707070;
	padding: 18px 15px;
	border-radius: 8px;
	color: #707070;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	outline: none;
	transition: 0.3s;
}

.form_form form input:focus,
.form_form form textarea:focus {
	border-color: #1f820e;
}

.form_form form textarea {
	height: 120px;
}

.form_form form input.sec_button {
	width: unset;
	text-transform: uppercase;
	cursor: pointer;
	border: 2px solid #1F820E;
}

.form_form form input.sec_button:hover {
	border-color: #1f820e;
}

.form_contant {}

.form_contant ul {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

.form_contant ul li {
	list-style: none;
	display: block;
	margin: 0 0 90px;
}

.form_contant ul li:last-child {
	margin-bottom: 0;
}

.form_contant ul li a {
	display: block;
	font-size: 18px;
	line-height: 1.3;
	color: #3D3D3D;
	display: flex;
	align-items: center;
	background-color: #FDF4CE;
	text-decoration: none !important;
	padding: 26px 30px;
	border-radius: 6px;
}

.form_contant ul li a i {
	margin-right: 10px;
}

.contact_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 60px;
}

.contact_col {
	width: calc(50% - 30px);
}

.contact_box {
	width: 100%;
	box-shadow: 3px 3px 12px #0000001c;
	border-radius: 56px;
	text-align: center;
	padding: 50px 0 30px;
	position: relative;
}

.contact_box {
	font-family: 'Poppins', sans-serif;
}

.contact_box h3 {
	font-size: 23px;
	font-weight: 600;
	color: #2A2A2A;
	margin: 0 0 0px;
}

.contact_box a {
	font-size: 23px;
	font-weight: 200;
	color: #3D3D3D;
	margin: 0;
	text-decoration: none !important;
}

.contact_icon {
	margin-top: -120px;
	margin-bottom: 10px;
}

.contact_information {
	padding-top: 60px;
}

/******** APATHBHANDAS PAGE
********************************************/
.why_apath_section {
	padding: 70px 0 220px;
	background-image: url('../../assets/images/apath_bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 60px;
}

.help_row.why_apath {
	margin-top: 150px;
}

.help_row.why_apath .icon {
	width: unset;
	height: unset;
	background: transparent;
	margin: -110px 0 15px;
}

.money_section {
	text-align: center;
	margin: -120px 0 0 0;
	padding-bottom: 80px;
}

.heading_small {
	font-size: 32px;
	line-height: 41px;
	font-family: 'Yu Gothic';
	margin: 0 0 10px;
	font-weight: 700;
	color: #3D3D3D;
}

.heading_small span {
	color: #1F820E;
}

.money_section p {
	font-size: 24px;
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 0px;
	font-weight: 400;
	color: #707070;
}

.money_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #FFF7D8;
	border-radius: 20px;
	box-shadow: 0 0 10px #00000017;
	max-width: 825px;
	margin: 35px auto 20px;
	padding: 0 50px;
}

.money_col {
	width: calc(50% - 10px);
}

.money_row.style_2 {
	background-color: #E1F4DE;
}

.money_content h3 {
	font-size: 28px;
	line-height: 1.3;
	font-family: 'Yu Gothic';
	font-weight: 700;
	color: #3D3D3D;
	margin: 0 0 5px;
}

.money_content p {
	font-size: 20px !important;
}

.money_content {
	max-width: 320px;
	padding: 0 0 0 0px;
	text-align: left;
}

.turn_section {
	background-color: #FCE569;
	padding: 60px 0;
}

.turn_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.turn_image {
	width: 40%;
	text-align: right;
}

.turn_content {
	width: calc(60% - 50px);
}

.turn_content p {
	font-size: 22px;
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 0px;
	font-weight: 200;
	color: #2A2A2A;
}

.image img {
	max-width: 100%;
}

.money_image {
	display: flex;
	justify-content: flex-start;
}

.style_2 .money_image {
	justify-content: flex-end;
}

/****** KHETIWALA PAGE
********************************/
.kheti_hero_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.kheti_hero_content,
.kheti_hero_image {
	width: calc(50% - 20px);
}

.kheti_hero_content h1 {
	font-size: 65px;
	font-weight: 700;
	line-height: 1.3;
	color: #1F820E;
	margin: 0 0 0px;
	font-family: 'Yu Gothic';
}

.kheti_hero_content p {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #707070;
	line-height: 1.6;
	margin: 0;

}

.kheti_hero_section {
	padding: 30px 0 0;
}

.solution_section {
	background-image: url('../../assets/images/solution_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 220px 0 70px;
	margin-top: -50px;
}

.solution_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px;
}

.solution_box {
	width: calc(16.666% - 30px);
	padding: 0 15px;
	text-align: center;
	color: #fff;
	margin: 20px 0;
}

.solution_box img {
	max-width: 120px;
}

.solution_section h1 {
	color: #fff;
	margin: 0 0 30px;
	text-align: center;
	font-family: 'Yu Gothic';
	font-weight: 700;
	font-size: 36px;
}

.solution_box h3 {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 1.5;
	margin: 0;
}

.former_service {
	padding: 70px 0;
}

.former_service_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.former_service_col {
	width: calc(50% - 20px);
}

.former_service_content h1 {
	font-size: 48px;
	line-height: 1.4;
	font-family: 'Yu Gothic';
	margin: 0 0 20px;
	font-weight: 700;
	color: #1F820E;
}

.former_service_content p {
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 0px;
	font-weight: 400;
	color: #707070;
	line-height: 1.5;
}

.former_service_image img {
	width: 100%;
}

.former_service h1 {
	margin-bottom: 15px;
}

.team_row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1150px;
	margin: 0 auto;
}

.team_col {
	max-width: 300px;
	text-align: center;
}

.team_box h3 {
	font-size: 28px;
	line-height: 1.4;
	font-family: 'Yu Gothic';
	margin: 0 0 10px;
	font-weight: 700;
	color: #3D3D3D;
}

.team_box p {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 0px;
	font-weight: 400;
	color: #707070;
	line-height: 1.5;
}

.team_box .img_box {
	min-height: 220px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 0 0 10px;
}

.team_seaction {
	padding: 0 0 70px;
}

.buyer_auction .former_service_image img {
	width: unset;
}

.buyer_auction .former_service_content.former_service_col {
	width: calc(60% - 20px);
}

.buyer_auction .former_service_image.former_service_col {
	width: calc(40% - 20px);
}

.buyer_auction .former_service_image.former_service_col .image {
	text-align: right;
}

.former_service.buyer_auction {
	background-color: #F5F5F5;
	padding: 10px 0;
}

.auction_row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1300px;
	margin: 0 auto;
}

.auction_col {
	width: calc(50% - 25px);
	max-width: 550px;
}

.aution_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.auction_image {
	width: 170px;
}

.auction_image img {
	max-width: 100%;
}

.auction_content {
	width: calc(100% - 200px);
	text-align: center;
}

.auction_content h3 {
	font-size: 24px;
	line-height: 1.4;
	font-family: 'Yu Gothic';
	margin: 0 0 10px;
	font-weight: 700;
	color: #1F820E;
}

.auction_content p {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 0px;
	font-weight: 400;
	color: #707070;
	line-height: 1.5;
}

.auction_buyer {
	padding: 50px 0 80px;
}

.work_step_row {
	display: flex;
	justify-content: space-between;
	max-width: 1024px;
	margin: 50px auto 0;
}

.work_step_col {
	max-width: 300px;
	text-align: center;
	background-color: #d4e7d1;
	box-shadow: 0 0 10px #00000017;
	border-radius: 15px;
	position: relative;
	margin: 0 10px;
	width: 33.333%;
}

.work_step_section {
	padding: 20px 0 100px;
}

.step_box {
	text-align: center;
	padding: 40px;
}

.step_box span {
	position: absolute;
	left: 0;
	top: 0;
	background: #2A2A2A;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 700;
}

.step_box h3 {
	font-size: 24px;
	line-height: 1.4;
	font-family: 'Yu Gothic';
	margin: 0 0 10px;
	font-weight: 700;
	color: #1F820E;
}

.step_box p {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 0px;
	font-weight: 400;
	color: #707070;
	line-height: 1.5;
}


.nityom-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5rem 0 0 0;
}

.turn_row .nityom-cta {
	display: flex;
	align-items: center;
	justify-content: start;
	margin: 5rem 0 0 0;
}

.nityom-hero-container {
	max-height: 50rem;
	padding: 5rem 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

@media only screen and (max-width: 1660px) {
	.nityom-hero-container {
		max-width: 1170px;
		padding: 0 15px;
	}
}

@media only screen and (max-width: 750px) {
	.nityom-hero-container {
		flex-direction: column;
		max-height: 100rem;
		align-items: self-start;
	}
}

.hero_content {
	flex: 0 0 50%;
}

.hero-img {
	flex-grow: 1;
	padding: 1rem;
	align-self: center;
}

.img_box {
	display: flex;
}

.hero-img img {
	height: 30rem;
	width: auto;
	margin: auto;
}

.fs-section {
	background: #faffdc;
	padding: 5rem 0;
}

.help_section.fs1-section{
  padding-top: 7rem;
}
.nityom-title {
	color: #FCE569;
}

.fs-section .icon {
	width: 70%;
	margin-top: -5rem;
	margin-bottom: 5rem;
}

.fs-section .icon img {
	width: 100%;
}

.solution_box img:hover {
	box-shadow: 0 0 1.5rem #fcff00;
	border-radius: 100%;
	transition: .5s;
}

/* #Finance,
#Insurance,
#Seeds,
#Pesticides,
#Machinery,
#Borewell,
#Guidance {
	padding-top: 15rem;
}

@media only screen and (max-width: 750px) {

	#Finance,
	#Insurance,
	#Seeds #Pesticides #Machinery,
	#Borewell,
	#Guidance {
		padding-top: 15rem;
	}
} */

.spcr {
	height: 1rem;
	width: 1rem;
}

.spcr2 {
	height: 2rem;
	width: 2rem;
}

.spcr-5 {
	height: 5rem;
	width: 5rem;
}

.nimg {
	width: 100%;
	height: auto;
}

.img {
	width: auto;
	width: 100%;
}

.light {
	color: #ffff;
}

label {
	padding: 1rem .25rem;
}

.blog-page_banner {
	height: 30rem;
	background-size: 30rem;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.01)), url(../images/help-bg-2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer_col {
	padding: 0 1rem 0 0;
}

.footer_col.links {
	width: 15%;
	padding: 0 1rem;
}

.footer_col.foll {
	width: 20%;
	padding: 0 .25rem;
}

@media only screen and (max-width: 1080px) {
	.footer_col.links {
		width: 20%;
	}
}

@media only screen and (max-width: 840px) {
	.footer_col.links {
		width: 30%;
	}
}

@media only screen and (max-width: 768px) {

	.footer_col,
	.footer_col.links,
	.footer_col.foll {
		width: 100%;
	}
}

.news .veiw_btn,
.feeds .veiw_btn {
	text-align: center;
	padding-bottom: 20px;
}

.news .veiw_btn a,
.feeds .veiw_btn a {
	text-decoration: none !important;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #1F820E;
	line-height: 1.3;
	border-bottom: 1px solid #1F820E;
	padding-bottom: 3px;
	display: inline-block;
}

.news .veiw_btn a:hover,
.feeds .veiw_btn a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

.green {
	color: #1F820E;
}

.career_section {
	padding: 7rem 0 0;
}

.career-container {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #aeaeae;
	border-radius: 0.5rem;
	padding: 1rem;
	margin: 1rem;
}

@media only screen and (max-width: 768px) {
	.career-container {
		flex-direction: column;
	}
}

.career-title {
	padding: 2rem 1rem;
}

.crr-tittl {
	font-size: 2rem;
	text-decoration: none;
	color: #000;
	font-weight: 700;
}

.crr-tittl:hover {
	color: #1F820E;
}

.crr-designation {
	text-decoration: underline;
	color: #4b4b4b;
	font-size: .85rem;
	font-weight: 300;
	margin: 0;
}

.career-container h2 {
	margin: 0;
}

.crr-status {
	font-size: 1.15rem;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
}

.career-description {
	padding: 2rem 1rem;
}

.crr-main-description {
	text-decoration: none;
	color: #000;
	font-size: 1.45rem;
	font-weight: 500;
}

.crr-description {
	text-decoration: none;
	color: rgb(53, 53, 53);
	font-size: 1.25rem;
	font-weight: 400;
}

.career-btn {
	padding: 2rem 1rem;
}

.career-btn .nityom-cta {
	margin: 0 0 0 0;
}

.career-btn .nityom-cta .sec_button {
	margin: 0 0 0 0;
	padding: 1rem 5rem;
}

@media only screen and (max-width: 768px) {
	.career-container {
		flex-direction: column;
	}
	.career-title {
		padding: .15rem;
	}
	.career-description {
		padding: .05rem;
	}
	.career-btn {
		padding: .5rem;
	}
}



/* gallery */

/* .containerg {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    min-height: 550px;
    min-width: 300px;
	background: #F5F5F5;
}

.carousel-container {
    display: flex;
    align-items: center;
    min-height: 475px;
    width: 90%;
    min-width: 350px;
    overflow: hidden;
}
@media only screen and (max-width: 768px){
	.carousel-container {
		width: 80%;
	}
}

.card {
    display: flex;
    flex-direction: column;
    height: auto;
    max-width: 33.33%;
    min-width: 33.33%;
    margin: 0;
    transition: transform 0.2s;
}
@media only screen and (max-width: 920px){
	.card {
		max-width: 50%;
		min-width: 50%;
	}
}
@media only screen and (max-width: 658px){
	.card {
		max-width: 100%;
		min-width: 100%;
	}
}
.card-img{
    border-radius: 10px 10px 0px 0px;
    background: rgb(58, 95, 111);
    min-height: 140px;
}

.card-title{
    padding: 0px 0px 0px 20px;
    margin-bottom: -20px;
}

.card-text{
    padding: 0px 0px 0px 20px;
}

.card-btn{
    border: none;
    color: white;
    text-align: center;
    background-color: #0275d8;
    border-radius: 8px;
    margin:auto 20px 20px 20px;
    padding: 15px;
}

.card-mover-btn{
    position: absolute;
}

.btn{
    font-size: 2rem;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 3px;
    background: #1F820E;
    transition: background-color 0.05s;
}
@media(max-width: 630px){
    .btn{
		font-size: .75rem;
	}
	.prev-cont{
		left: .75rem;
	}
	
	.next-cont{
		right: .75rem;
	}
}

.btn:hover{
	box-shadow: 0px 0px 5px #1F820E;
}

.prev-cont{
    left: .75rem;
}

.next-cont{
    right: .75rem;
}
@media(max-width: 830px){
    .btn{
		font-size: 1.15rem;
	}
	.prev-cont{
		left: .275rem;
	}
	
	.next-cont{
		right: .275rem;
	}
}

@media(max-width: 630px){
    .card:first-child{
    } 
}
@media(max-width: 630px){
    .btn{
		font-size: .75rem;
	}
	.prev-cont{
		left: .175rem;
	}
	
	.next-cont{
		right: .175rem;
	}
}

@media(max-width: 630px){
    .card:first-child{
    } 
}
.gimg{
	margin: .5rem;
	padding: .5rem;
	height: 20rem;
}
.gimg img{
	width: 100%;
	height: auto;
	border-radius: 0.5rem;
}
.gimg .ci1{
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/farmer.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
	border-radius: 0.5rem;
} */

.gimg {
	margin: .5rem;
	height: 20rem;
	overflow: hidden;
	border-radius: 0.5rem;
}

.gimg img {
	width: 100%;
	height: auto;
}

.gimg .ci1 {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/farmer.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
section.gallery .inner-nano-container1 .gimg .ci1 {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/farmer.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
section.gallery .inner-nano-container2 .gimg .ci1 {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/glossary1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}section.gallery .inner-nano-container3 .gimg .ci1 {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/kheti_hero.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}section.gallery .inner-nano-container4 .gimg .ci1 {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/PartnershipSection.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}section.gallery .inner-nano-container5 .gimg .ci1 {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/HomepageSection.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
section.gallery .inner-nano-container6 .gimg .ci1 {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/glossary1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}section.gallery .inner-nano-container7 .gimg .ci1 {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/kheti_hero.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}section.gallery .inner-nano-container8 .gimg .ci1 {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/PartnershipSection.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}section.gallery .inner-nano-container9 .gimg .ci1 {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/HomepageSection.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}





.gallery-page_banner {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/pexels-kailash-kumar-693776.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 20rem;
}

.feeds .card_row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	justify-content: center;
	align-items: center;
}

.feeds .card_row .fadeInUp {
	padding: .5rem;
}

.feeds .card_row .card_body {
	/* padding: 1rem; */
	margin: 0.25rem;
}

@media(max-width: 920px) {
	.bar_icons .bar-btn {
		display: none;
	}
}

@media(max-width: 720px) {
	.announce_row .announce_col .links_bar .phone_email.email .bar_text {
		display: none;
	}

	.announce_row .announce_col .links_bar {
		margin-right: 1rem;
	}
}

.bar-btn {
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	margin-right: 2rem;
}

.bar-btn:hover {
	color: #d4e7d1;
	opacity: .95;
	transition: .3s;
}

@media(max-width: 1020px) {
	.bar-btn {
		font-size: 12px;
		margin-right: 1.25rem;
	}
}

.btn {
	padding: .5rem 1rem !important;
	background-color: #1F820E;
	color: #fff !important;
	border-radius: .5rem;
	border: .15rem solid #1F820E !important;
	font-weight: 600 !important;
	text-decoration: none;
	transition: .3s;
}

.btn:hover {
	background-color: #1f820e00;
	color: #1F820E !important;
}

@media only screen and (max-width: 750px) {
	.strip .nityom-hero-container {
		flex-direction: column;
		max-height: 100rem;
		align-items: center;
		justify-content: center;
	}

	.nityom-hc1 {
		text-align: center;
	}
}

.strip1 {
	background: #FCE569;
}

.strip-heading {
	font-size: 2.5rem;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 .15rem;
	font-weight: 600;
	color: #000;
}

@media(max-width: 1020px) {
	.strip-heading {
		font-size: 2rem;
	}
}

@media(max-width: 720px) {
	.strip-heading {
		font-size: 1.5rem;
	}
}

.strip-content {
	font-size: 1rem;
	font-family: 'Poppins', sans-serif;
	color: #000;
}

.work-hero-container .inner-hero-container1 .form_heading {
	margin: 0;
}

.feeds .form_heading {
	margin: 0;
}


.gallery-container {
	position: relative;
	display: grid;
	grid-template-columns: repeat(24, 1fr);
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.gc {
	grid-column: span 6;
}


img {
	max-width: 100%;
}



@media(max-width: 1480px) {
	.footer_nav.social_nav li a {
		font-size: 20px;
		transition: 0.3s;
	}
}

@media(max-width: 1280px) {
	.footer_nav.social_nav li a {
		font-size: 18px;
		transition: 0.3s;
	}
}

@media(max-width: 1180px) {
	.footer_nav.social_nav li a {
		font-size: 18px;
		transition: 0.3s;
	}
}
.icon img:hover{
	box-shadow: 0 0 1.5rem #fcff00;
    border-radius: 100%;
    transition: .5s;
}

.playstore_content .sec_button{
	font-size: 20px;
}