.navbar .navbar-nav .nav-link{
	text-transform: uppercase;
	color: #3e3e3e;
	font-weight: 600;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
	padding-bottom: 10px;
    border-bottom: 1px solid #9ea39f;
}
.navbar .navbar-brand img{
	height: 80px;
}
.carousel .carousel-item img{
	height: 596px;
}
.blog_section {
	background: rgb(64 64 64 / 75%);
}
.media_partner img{
    width: 120px;
}
.facts {
	height: 330px
}
.qr_img {
	background: #ff0000;
	padding: 10px;
	position: relative;
	top: -132px;
}
.qr_img img{
	height: 384px;
}
.bg_green {
	background: #3e7f38;
}
@media screen and (max-width: 768px) {
	.about_us h1{
		margin-top: 25px;
	}
  	.facts {
		height: auto;
	}
	.qr_img {
		margin-top: 30%;
	}
	.qr_img img{
		height: auto;
	}
}
.media_partner .krishi{
        width: 65px;
    border-radius: 50%;
}
.about_us img{
	height: 430px;
	width: 100%;
}
.err {
	color: #f80000;
}