:root{
  --primary-color: #2e7933;
  --secondary-color: #ffc34d;
  --thrid-color: #ACCE21;
}

.navbar{
  padding: 1rem 1rem;
  height: 80px;
  background: var(--primary-color) !important;
}
@media only screen and (max-width:991px){
  .navbar{
    height: auto;
  }
}
.bg-primary{
  background-color:var(--primary-color) !important;
}

.bg-secondary{
  background-color:var(--secondary-color) !important;
}

.home{
  background: url(../assets/vectorpaint.svg) !important;
  background-repeat: repeat-x !important;
  background-position: 0 -100px;
  background-size: cover;
}

.custom-button-secondary{
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

.custom-button-outline-secondary{
  border-color: var(--secondary-color) !important;
}

.custom-button-outline-secondary:hover{
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

img.brand{
  width:150px !important;
}

.testi-custom {
  background: url(../assets/Banner.png) !important;
  padding: 100px 0 70px 0 !important;
  background-size: cover !important;
}

.footer{
  background-color: var(--primary-color);
}
@media(max-width:991px){
  .home{
    padding-top: 100px !important;
  }
}