body{
	font-family: 'Poppins', 'Courier New', Courier, monospace;
	background-color: #ccccd2; 
}

.bg-light{
	background-color: #f0f0f0 !important;
}

.btn {
	font-weight: 500;
	transition: .5s;
	-webkit-border-radius: 0px !important;
}
.form-control {

-webkit-border-radius: 0px !important;
}

.btn.btn-primary {
	color: #FFFFFF;
}

.btn-sm-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	font-weight: normal;
}

.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
	margin-right: 30px;
	padding: 25px 0;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	outline: none;
}

.navbar-brand .logo {
	position: relative;
	display: block;
	width: 250px;
	max-width: 85%;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	color: blue;
}

@media (max-width: 991.98px) {
	.navbar-light .navbar-nav .nav-link  {
		margin-right: 0;
		padding: 10px 0;
	}
	.container,
	.container-fluid {
		padding: 0px 15px !important;
	}
	.navbar-light .navbar-nav {
		border-top: 1px solid #EEEEEE;
	}
	.carousel-control-prev,
	.carousel-control-next {
		display: none;
	}
	.navbar-toggler {
		position: fixed !important;
		right: 10px;
		top: 20px;
	}
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
	height: 75px;
}

.navbar-light .navbar-nav .nav-link {
	color: black;
	font-weight: 500;
}

.navbar-light.sticky-top {
	top: -100px;
	transition: .5s;
}

@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		border: none;
		margin-top: 0;
		top: 150%;
		opacity: 0;
		visibility: hidden;
		transition: .5s;
	}

	.navbar .nav-item:hover .dropdown-menu {
		top: 100%;
		visibility: visible;
		transition: .5s;
		opacity: 1;
	}
}
 
body {
	background: #f3f3f3;
	font-family: arial !important;
}

@media(max-width: 768px ){
	.container {
		padding-left: 15px;
	}
}

h3 {
	font-family: lato;
	font-weight: 600;
	margin: 20px auto 10px auto;
	color: white;
}

.carousel-item {
	padding: 15px;
	cursor: -webkit-grabbing;
}
.carousel-item img {
	border-radius: 30px;
	height: 500px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.21);
	transition: 0.25s linear;
}
.carousel-item:hover img {
	transform: translatey(-1%);
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9 ;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 2px;
	position: relative;
	top: 30px;
}
.carousel-indicators li.active {
	background: #fff;
}

@media only screen and (max-width: 650px) {
	.carousel-item img {
		height: auto;
	}
}
.carousel-control-prev {
	left: -50px;
	margin: 0 -55px;
}

.carousel-control-next {
	right: -50px;
	margin: 0 -55px;
}

.carousel-item h1 {
	position: absolute;
	visibility: visible;
	opacity: 1;
	text-align: center;
	bottom: 0px;
	z-index: 999;
	display: inline-block;
	background: #007a00;
	color: #fff;
	font-weight: 800;
	margin: 0 auto;
	left: 50px; 
	bottom: 30px;
	padding: 10px;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.carousel-item h4 {
	position: absolute;
	visibility: visible;
	opacity: 1;
	z-index: 999;
	display: inline-block;
	background: #007a00;
	color: #fff;
	bottom: 100px;
	width: 60%;
	padding: 10px;
	left: 50px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
@media(max-width: 768px ){
	.carousel-item h4 {
		display: none;
	}
	.carousel-item h1 {
		font-size: 100%;
	}
}
.main_slider {
	width: 100%;
	height: auto;
	background: #fff url('../img/banners/img_1.jpg') no-repeat center 100%;
	background-size: cover;
	position: relative;
	margin-top: -30px;
} 
.products_sliders {
	position: relative;
	width: 100%;
	min-height: 250px;
	background: #ffffff;
}

.products_sliders a {
	display: block;
	position: absolute;
	bottom: 0px;
	z-index: 10;
	background: #5555ff;
	line-height: 45px;
	width: 100%;
	left: 0px;
	right: 0px;
	color: #fff !important;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
}
 
@media(max-width: 768px ){
	.products_sliders a {
		font-size: 100%;
	}
}

/* to remove slide effect  css */
.animated  {
	-webkit-animation-duration: 0 ms  !important;
	animation-duration: 0 ms  !important;
	-webkit-animation-fill-mode: both  !important;
	animation-fill-mode: both  !important;
}


.fadeOut  {
	-webkit-animation-name: fadeOut  ;
	animation-name: fadeOut  ;
}
@-webkit-keyframes  fadeOut  {
	0% {
		opacity: 0   ;
	}
	100% {
		opacity: 0   ;
	}
}
@keyframes  fadeOut  {
	0% {
		opacity: 0   ;
	}
	100% {
		opacity: 0   ;
	}
}
#products_main_slider {
	position: relative;
	padding: 20px;
	background: #007800;
}

#products_main_slider .item {
	position: relative;
	width: 100%;
	height: 250px;
	
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	overflow: hidden;
}
#products_main_slider .item img {
	object-fit: cover;
	object-position: center;
	height: 250px;
}

.about_us {
	position: relative;
	width: 100%;
	min-height: 400px;
	background: #fff;
	padding: 50px 0px;
}

.about_us h2 {
	font-weight: 900; 
}

img {
	display: block;
	width: 100%;

	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.section_farming {
	position: relative;
	width: 100%;
	height: auto;
	background: #f3f3f3;
}
 

.section_farming .backgrounds_prd {
	min-height: 400px;
	position: relative;
	width: 100%;
	background: red url('../img/farming-1.jpeg')no-repeat center 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.section_farming h1 {
	font-weight: 900;
	position: relative;
	margin-bottom: 21px;
	color: #5555ff;
}
.section_farming h2 { 
	position: relative;
	margin-top: 21px; 
}
.section_farming p {
	position: relative;
	font-size: 22px;
}
.middle_about {
	background: blue;
	position: relative;
	width: 100%;
	min-height: 300px;
	padding: 50px 0px;
	color: #ff !important;
}
 .page_crumber_headers {
	background: url('../img/Bunker-with-JD-R-1024x576.jpg')no-repeat center 100%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 150px;
	margin-top:-41px;
	padding: 30px 0px;
	background-position: center;
}

.page_crumber_headers ul {
	display: block;
	margin-top: 80px;
}
.page_crumber_headers ul li {
	list-style-type: none;
	float: left;
}
.page_crumber_headers ul li a {
	color: #fff !important;
}
.page_crumber_headers ul li:last-child {
	margin-left: 21px;
}

.min_about_us {
	position: relative;
	width: 100%;
	min-height: 550px;
	background: url('../img/Grain-Management-Ad-Image-1500x844.jpg')no-repeat center 100%;
	background-size: cover;
	background-position: center;
	padding: 80px 0px;
}

.block_content_mini {
	position: relative;
	width: 100%;
	min-height: 400px;
	background: rgba(0,0,0,0.8);
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	padding: 30px;
	color: #fff;
}

.product_item {
	position: relative;
	width: 100%;
	height: 280px;
	overflow: hidden;
	border: 4px solid #c5c5c5;
	margin-bottom: 21px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.product_item:hover img {
	transform: scale(1.1);
}
@supports(object-fit: cover){
	.product_item img {
		width: 100%;
		height: 280px;
		-o-object-fit: cover;
		-o-object-position: center;
	}
}
.product_item h4 {
	position: absolute;
	bottom: -10px;
	left: 0px;
	right: 0px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #00557f;
}
.all_product_display h1 {
	font-weight: 900;
	color: #0055ff
}

.all_product_display h3 {
	font-weight: 900;
	color: #00557f
}


.contact-pg {
	position: relative;
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 21px;
	background: #5555ff;
	overflow: hidden;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	color: #fff;
}
 
.contact-form {
	position: relative;
	width: 100%;
	min-height: 200px;
	padding: 30px;
}
.contact-pg .row div.col-lg-5 {
	background: silver url('../../assets/img/bg-contact.svg')no-repeat center ;
	background-position: right;
	background-size: cover;
	position: relative;
	min-height: 400px;
}
.contact-pg .contact-details {
	position: absolute;
	left: 30%;
	top: 50%;
	min-height: 100px;
	min-width: 300px;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.contact-form .form-control {
	display: block; 
	border-bottom: 1px solid #fff;
	margin-bottom: 21px;
	-webkit-border-radius: 0em;
}
.contact-form button {
	background: none;
	border: 0px;
	font-size: 22px;
}
@media (max-width: 768px ){
	.contact-pg .contact-details {
		left: 50%;
	}
}
.contact-pg .contact-details ul li {
	background: #3a3b41;
	display: block;
	text-align: left;
	line-height: 45px;
	color: #fff;
	padding: 5px 16px;
	margin-bottom: 10px;
}
.contact-pg .contact-details ul li:last-child {
	line-height: normal;
}
.contact-pg .contact-details ul li i {
	display: inline-block;
	width: 30px;
	height: 45px;
	float: left;
	line-height: 45px;
	font-size: 22px;
	text-align: center;
	margin-right: 12px;
}












































.footer_bottom {
	position: relative;
	width: 100%;
	min-height: 60px;
	background: #000;
	color: #f3f3f3;
	text-align: center;
	line-height: 45px;
}
.footer hr {
	display: block;
	width: 100%;
	height: 6px;
	border-top: 2px solid #878787;
	border-bottom: 2px solid #878787;
}
.footer {
	position: relative;
	width: 100%;
	min-height: 300px;
	background: #3e3e3e url('../img/map-bg.png')no-repeat center 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding: 40px 0px;
	margin-top: 21px;
}
.footer h1 {
	color: #fff;
	font-weight: 900;
}
.logo-bottom { 
	width: 400px;
	max-width: 100%;
	min-height: 100px;
	background:  url('../img/Logo-Global-2.png')no-repeat center 100%;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto; 
}
.footer label {
	font-size: 28px;
	color: #fff;
	margin-bottom: 21px;
}
.footer .form-control {
	display: inline-block;
	background: none transparent;
	color: #878787;
	height: 38px !important;
	margin-right: -4px;
}

.footer .form-control:placeholder {
	color: #878787;
}

.social_media_btm {
	width: 100%;
	height: auto;
	position: relative;
	color: #fff;
	text-align: center;
}

.social_media_btm h4 {
	margin-bottom: 31px;
}

.social_media_btm a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: #fff;
	color: #999 !important;
	text-decoration: none;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}






