.highlight{
    background: #34b2a5;
    color: #ffffff;
    border-radius: 100px;
    padding: 10px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
}

.highlight-2{
    background: #34b2a5;
    color: #ffffff;
}

.a_white{
    color:white;
    font-weight: bold;
    border: 1px solid white;
    padding: 10px;
    border-radius: 100px;
}

.a_white i{
    padding: 15px;
}

.a_maps{

}

.a_maps:hover{
  opacity:0.5;
}

.a_maps img:hover{

}

.certifications{
  margin-bottom: 10px;
  background: white;
  color: #279c90;
  padding: 12px;
  border-left: 10px solid #00bee4;
  border-radius: 100px;
  box-shadow: 5px 10px 20px rgba(95, 95, 95, 0.2);
}



.box-detail{
  padding: 5% 0% 0% 0%;
}

.box-image{
  display: inline-block;
  margin: 30px 0 0px;
  background: white;
  border-radius: 10px;
  padding: 60px;
  box-shadow: 5px 10px 20px rgba(95, 95, 95, 0.2);
  color: white;
  text-align: left;
  background-size: cover;
  height: auto;
  background-position: center;
}

.box-image h2{
  text-align: left;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.box-white{
  display: inline-block;
  margin: 30px 0 0px;
  background: white;
  border-radius: 10px;
  padding: 60px;
  box-shadow: 5px 10px 20px rgba(95, 95, 95, 0.2);
  color: #279c90;
  text-align: left;
  height: auto;
}

.box-white h2{
  text-align: left;
  color: #555;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: inherit;
}

.foot{
  background-size: cover;
  background-image: url(../images/foot.png);
}

.positive{
  background-image: url(../images/positive.png);
}

.numeral{
  padding: 3px 10px;
  border-radius: 100px;
  font-weight: bolder;
  color: #34b2a5;
  border: 2px solid;
}

.btn-bordered{
  background: #fff;
  color: #34b2a5;
  border: 2px solid white;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  display: inherit;
  position: relative;
  font-weight: bold;
}

.btn-bordered:hover{
  background: transparent;
  color: white;
}

.btn-bordered:hover i{
  color: white;
}

.btn-bordered-dark{
  background: #fff;
  color: #34b2a5;
  border: 2px solid #34b2a5;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  display: inherit;
  position: relative;
  font-weight: bold;
}

.btn-bordered-dark:hover{
  background: #34b2a5;
  color: #ffffff;
}

.btn-bordered-dark:hover i{
  color: #ffffff;
}
