/*==============================================
Index Page Banner 
==============================================*/

#index-banner-a{
background: url("../images/mobile/project-2.jpg");
background-repeat: no-repeat;
}

#index-banner-b{
background: url("../images/mobile/project-7.jpg");
background-repeat: no-repeat;
}

#index-banner-c{
background: url("../images/mobile/project-3.jpg");
background-repeat: no-repeat;
}

#index-banner-d{
background: url("../images/mobile/img_bg_3.jpg");
background-repeat: no-repeat;
}




@media screen and (max-width: 992px){
#index-banner-a{
background: url("../images/mobile/project-2.jpg");
background-repeat: no-repeat;
}

#index-banner-b{
background: url("../images/mobile/project-7.jpg");
background-repeat: no-repeat;
}

#index-banner-c{
background: url("../images/mobile/project-3.jpg");
background-repeat: no-repeat;
}

#index-banner-d{
background: url("../images/mobile/img_bg_3.jpg");
background-repeat: no-repeat;
}

  }

/*==============================================
Index Page Banner Ends Here
==============================================*/

/*
Other Banners
*/
.processing-banner{
  background: url('../images/mobile/img_bg_3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}


.importation-banner{
   background: url('../images/mobile/project-3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
 

.contact-banner{
  background: url('../images/mobile/project-4.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
}

.about-banner{
  background: url('../images/mobile/project-7.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;  
}

@media screen and (max-width: 992px){
.processing-banner{
  background: url('../images/mobile/agro processing-mobile.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center !important;
}


.importation-banner{
  background: url('../images/mobile/project-3.jpg');
  background-size: cover !important;
  background-position: top center !important;
}


.contact-banner{
  background: url('../images/mobile/project-4.jpg');
  background-size: cover !important;
  background-position: center center !important;
}

.about-banner{
  background: url('../images/mobile/project-7.jpg');
  background-size: cover !important;
  background-position: center center !important;
}

}
