body
{
   font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

.slogan
{
  font-size: 12px
}
.slider
{
  background: linear-gradient(279.78deg, rgba(0, 114, 78, 0.78) 30.54%, #00724E 69.49%), url(../images/hand.jpg);
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  background-size: cover;
  background-repeat: no-repeat;

}
.fs-7
{
font-size:  0.8rem !important
}
.slides a        img
{
    border: solid 4px #fff !important;
      transition: all ease 0.5s;

}
.slides a        img:hover
{
transform: scale(1.1);
}

.slides a.active img
{
  border: solid 4px #057653 !important
}

.btn-green:hover
{
  background: #fecc38;
  color:#fff;
}

.btn-green
{
  background: #00724e;
  color:#fff;
}
.icons img,.icons svg
{
  width:32px;
  height: 32px;
    margin:0px 5px;
}



@media screen and (min-width:0px) and (max-width:700px) {
.icons img,.icons svg
{
  width:24px;
  height: 24px;
  margin:0px 2px;
}
}
