@font-face {
  font-family: Helvetica;
  src: url(helvetica/Helvetica.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Helvetica;
  src: url(helvetica/Helvetica-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Helvetica;
  src: url(helvetica/Helvetica-Light.ttf);
  font-weight: 300;
}

body{
  font-family: Helvetica, sans-serif !important;
  font-weight: 300;
}

.agri-hero{
  background: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('img/hero.jpg');
  background-position: center;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 220px;
}

.agri-herobtn{
  border-radius: 50px;
  font-weight: 20px;
  font-weight: bold;
  padding: 13px 45px;
  border-width: 2px;
  width: auto;
}

section{
  padding-top: 100px;
  padding-bottom: 100px;
}

.agri-map{
  width: 100%;
}

.agri-pin{
  position: absolute;
  transform: translate(-50%, -100%);
}

.agri-pin img{
  width: 25px;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.25));
  -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.25));
}

@media(max-width: 1999px){
  .agri-pin img{
    width: 20px;
  }
}

@media(max-width: 991px){
  .agri-pin img{
    width: 15px;
  }
}

.agri-location{
  text-decoration: none;
  color: #424242;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}

.agri-location:hover{
  color: #424242;
}

.agri-location img{
  margin-right: 7px;
}

.agri-box{
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px;
}

.agri-input{
  background: transparent;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #A02710;
  padding-bottom: 5px;
  font-size: 16px;
  outline: none;
  width: 100%;
}

.agri-mt40{
  margin-top: 40px;
}

.agri-checkbox {
	//display: none;
}

.agri-checkbox:before{
  width: 20px;
  content: ' ';
  height: 20px;
  background: black;
  position: absolute;
  background: #DDDDDD;
  border-radius: 2px;
  cursor: pointer;
}

.agri-checkbox:checked:before{
  content:'\f00c';
  font-family: FontAwesome;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
}

label{
  display: inline;
  margin-left: 12px;
  padding-top: 2px;
}

.agri-form-button{
  background: #A02710;
  border-radius: 50px;
  font-weight: bold;
  color: white;
  font-size: 16px;
  padding: 11px 30px;
  margin-top: 25px;
  border: 2px solid #A02710;
}

.agri-form-button:hover{
  background: white;
  color: #A02710;
}

.agri-side-img{
  width: 100%;
  height: 330px;
  background: url('img/field.jpg');
  background-size: cover;
  background-position: center;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1)
}

.agri-footer{
  background: #B18821;
  color: white;
  text-align: center;
  padding: 15px 0;
}