.navbar-area .nav-container .logo-wrapper .logo img {
    margin-top: -20px;
    margin-bottom: -20px;
    max-width: 140px !important;
}

.categoriesTwo .singleCat .cat-icon img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.agro_banner .sliderArea .slider-items .slider-contents{
	display: none !important;
}

.agro_banner .sliderArea .slider-items .slider-contents img{
	objetc-fit: cover;
}
.footerWrapper .footer-area .footer-logo img {
    max-width: 125px;
    margin-bottom: -30px;
}

.aboutImg-global img {
    height: 550px;
    width: 100%;
    border-radius: 8px;
}

.singleBlog .blog-img img{
	height: 250px;
  	width: 100%;
  	object-fit: cover;
}

.singleBlog-global .blog-img img {
	height: 250px;
  	width: 100%;
  	object-fit: cover;
}

.header-top .header-info-right .header-cart .listItem .social {
    font-family: var(--heading-font);
    color: #ffffff;
    margin-left: 4px;
    background: var(--main-color-one);
    font-size: 18px;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a{
	font-size: 20px;
}

.agro_banner .slick-slide img{
	object-fit:cover;
}

.agro_banner{
	background: none !important;
}

@media screen and (max-width: 576px){
  .agro_banner .slick-slide img{height: 38vh !important;width: 100%;}
  .sliderArea {
    height: auto !important;
}