
html {
  padding: 0 !important;
  margin: 0 !important;
  font-family:   "Poppins", sans-serif;
}

#body-wrapper {
  padding: 90px;

}
#footer {
  background-color: #3498db !important;
  color: white !important;
  padding: 0 !important;
  margin: 0 !important;
}
#small {
  height: 10px;
}
.card1:hover {
  background: #00ffb6;
  border: 1px solid #00ffb6;
}

.card1:hover .list-group-item {
  background: #00ffb6 !important;
}

.card2:hover {
  background: #00c9ff;
  border: 1px solid #00c9ff;
}

.card2:hover .list-group-item {
  background: #00c9ff !important;
}

.card3:hover {
  background: #ff95e9;
  border: 1px solid #ff95e9;
}

.card3:hover .list-group-item {
  background: #ff95e9 !important;
}

.card:hover .btn-outline-dark {
  color: white;
  background: #212529;
}
.card{
  margin-top: 80px !important;
}

.clients{
  text-align: center;
  padding:30px 0;
  background-color: rgb(252, 252, 252);
  margin-top: 20px;
  
}
.clients h2{
  color:rgba(13, 110, 253,1) ;
  margin: 0;
  font-size: 4rem;
  font-weight: bold;
}
.clients p{
  font-size: 1.2rem;
  padding: 40px;
}
.clients h3{
  font-size: 2rem;
}
.fa{
  margin-bottom: 20px;
  color: rgba(13, 110, 253, 1);
}

.footer-nav a{
  color: white;
  text-decoration: none;
  padding-bottom: 10px;
  
  /* font-size: medium; */
  box-sizing: border-box;
}
ul.footer-nav{
  padding: 0;
  font-size: medium;
  
}
