.partner_img{
			padding-top:0px;
		}
/* .mentor_section{ */
	/* padding-left:0px; */
/* }		 */
.founder_social{
	float:right;
	padding-top:8px;
}

.social-btn_f {
  display: inline-block;
  position: relative;
  width:28px;
  height:28px;
  margin: 0 6px 6px 0;
  border:1px solid rgb(1, 104, 229);
  border-radius: 4px;
  background-color: transparent;
  color: #0168e5;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  vertical-align: middle;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.social-btn_f > i,
.social-btn_f > i::before {
  line-height: 28px;
}

.social-btn_f:hover {
  background-color:#0168E5;
  color: #ffffff;
}

.sb-solid-bg .social-btn_f {
  border-color: transparent;
  background-color: rgba(255, 95, 0, 0.15);
}

.sb-solid-bg .social-btn_f:hover {
  background-color: #00FDFA;
  color: #ffffff;
}