@charset "ISO-8859-1";

.edit-item{
	font-size: 12px;
	font-family:courier;
}
.legal-link a{
	margin-right:10px;
}

.services-overview .content h3 {
  font-weight: 600;
  font-size: 28px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}
.services-overview .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}
.services-overview .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}
#test{
	position:relative;
}
#test span{
	position:absolute; 
	/*top:-100px;*/	
}

.why-us .accordion-list h4 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-top: 10px;
  outline: none;
}

.why-us .content ul {
  list-style: none;
  padding: 0;
}

.why-us .content ul li {
  padding-left: 28px;
  position: relative;
  font-size: 14px;
}

.why-us.content ul li + li {
  margin-top: 10px;
}

.why-us .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  color: #47b2e4;
  line-height: 1;
}

.history{
	background-color:  #fff;
}