.mentor h6 {
  color: gray;
}
.mentor h6 span {
  color: black;
  line-height: 30px;
  font-size: 16px;
}
.mentor i {
  font-size: 22px;
  color: gray;
  margin: 0px 2px;
  border: 1px solid gray;
  border-radius: 30px;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s ease-in;
}
.mentor i:hover {
  border: 1px solid #023b6d;
  color: #023b6d;
  transition: 0.3s ease-in;
}

.footer-newsletter .newsletter-form input {
  width: 250px;
  padding: 9px;
  border-radius: 30px;
  border: 1px solid gray;
}
.footer-newsletter .newsletter-form button {
  background-color: #023b6d;
  color: white;
  padding: 10px 24px;
  border-radius: 30px;
  border: none;
  margin-left: -40px;
}

.links a {
  color: gray;
  transition: 0.3s ease-in;
}
.links a:hover {
  color: #00a6eb;
  transition: 0.2s ease-in;
}

.mentor h6 {
  font-size: 14px !important;
}

.links a {
  font-size: 14px;
}/*# sourceMappingURL=common.css.map */