body {
  background-color:white !important;
  font-family: "Asap", sans-serif;
  color:#989898;
  margin:10px;
  font-size:16px;
}

.bannerback {
    background-image: url(../img/banner9meg.jpg);
     height: 500px;
     width: 100%;
     background-repeat: no-repeat;
     /* background-attachment: fixed;   */
     background-size: cover;
   }

   .agri-header-login-btn {
    background: #f06023;
    padding: 5px 20px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.agriheding{
 
 color: white;
 font-size: 100px;
 font-weight: 700;
 position: relative;
 top: 75%;
 left: 8%;

}
section .content-item {
  width: 80%;
  left: 10%;
  bottom: 10%;
}
section .modal-layer {
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
section .modal-layer .slide-img {
  background-image: url(https://i1.sndcdn.com/artworks-YxGUGES6DrzzCUGx-Gx32ZQ-t240x240.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}