*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,h2,h3,h4,h5, a, label, input, textarea, button{
  font-family: 'Muli', sans-serif;
}

header{
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 1;
}

.section-header{
    position: relative;
    text-align: center;

}

.section-header h2{
    color: #505866;
    font-size:34px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    position: relative;
    top: -1em;
    margin-left: 1px;
    font-family: 'Muli', sans-serif;

}



.banner{
	position: relative;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
    width: 100%;
    max-width: 1700px;
    top: 20px;
    margin: auto;
    height: 460px;
    color: #fff;
}

.banner img{
  width: 100%;
  height: 300px;
  position: absolute;
  top: 52px;
  left: 0;
  z-index: -2;
  object-fit: fill;
}

.service-features:hover {
  background: rgba(95, 195, 89, 0.09);
  border-radius: 10px;
  cursor: pointer;

}
h3.titleimg-card {
  color: rgb(28, 140, 55);
  padding: 5px;
}
p.img-card {
color: white;
font-weight: bold;
padding: 5px;
}
.service-features2{
  background: rgba(95, 195, 89, 0.09);
  border-radius: 10px;
  cursor: pointer;

}
.service-features p {
  margin: 0 0 10px;
  padding: 10px 10px 38px;
}
.service-features {
  text-align: center;
  margin-top: 20px;
  

}
.service-features h3 {
  padding-top: 20px;
  margin-bottom: 4px;
}
.service-features .img-container {
  padding: 55px 45px;
  border-radius: 3px;
  background: #67a068;
  /* width: 120px; */
  margin: 0 auto;
  position: relative;
}
.service-features .img-container i {
    font-size: 84px;
    color: #ffffff;
}
.service-features .img-container:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid #67a068;
  border-bottom: 0px solid transparent !important;
  border-right: 20px solid transparent !important;
  border-left: 20px solid transparent !important;
  left: 50%;
  bottom: -15px;
  margin-left: -20px;
}

