.profilex{}
.profilex .collapsible {
  background-color: #F8F9FA;
  color: black;
  cursor: pointer;
  padding: 10px 10px 5px 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-top:10px;
}

.profilex .active, .profilex .collapsible:hover {
  background-color: #F6F9FE;
}

.profilex .collapsible:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  font-size:24px;
  float: right;
  margin-left: 5px;
}

.profilex .active:after {
  content: "\2212";
}

.profilex .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border:1px solid #f1f1f1;
}

/* Portfolio Item2
 * -------------------------- */
.project-details-list2 {
    list-style: none;
    padding: 10px;
    margin: 0;
    overflow: hidden;
}
.project-details-list2 li {
    padding: 5px 0;
}

.project-details-list2 li:first-child {
    padding-top: 0;
}
.project-details-list2 li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.project-details-list2 h6 {
    width: 30%;
    float: left;
    font-weight: bold;
    margin: 0;
	font-size:14px;
    line-height: 1.428571429;
}
.project-details-list2 .project-terms {
    font-weight: normal;
    margin-left: 30%;
}