* {
  margin: 0;
  padding: 0;
}
.type-wrap .typed-cursor {
  font-size: 16px;
}
.mega_team_case {
  width: 100%;
}
.mega_team_case i {
  font-size: 13px;
}
.mega_team_case .mega_team_wrap {
  position: relative;
}
.mega_team_case .member-image img {
  width: 100%;
  border: 1px solid #fff;
  box-shadow: 0px 0px 12px #aaa;
}
.mega_team_case .member-image img:hover {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
}
.mega_team_case .member-name {
  position: absolute;
  bottom: 12px;
  right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: #444;
  z-index: 998;
}
.mega_team_case .member-name span {
  background-color: #27bebe;
  position: absolute;
  top: 90%;
  right: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  padding: 1px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}
.mega_team_case .member-desc {
  display: block;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 14px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
  color: #888;
}
.mega_team_case .member-info {
  color: #333;
  font-size: 11px;
}
.mega_team_case .member-skills {
  margin-top: 10px;
}
.mega_team_case .skill-label {
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  line-height: 16px;
  color: #444;
  margin-bottom: 2px;
  font-weight: 600;
}
.mega_team_case .skill-prog {
  height: 2px;
  margin-bottom: 6px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.mega_team_case .member-info {
  color: #333;
  font-size: 11px;
  line-height: 15px;
}

.mega_team_case .member-info p {
  margin: 0;
  padding-bottom: 7px;
}
.mega_team_case .fill {
  height: 100%;
  -webkit-animation: 400ms;
  background-color: #00afd1;
}
.mega_team_case .member-social {
  margin-top: 5px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.mega_team_case .member-social a {
  color: #fff;
  padding: 2px 2px 2px 5px;
  margin-right: 4px;
  text-decoration: none;
}

/* Style 2
==================================*/

.mega_team_case_2 {
  width: 100%;
}
.mega_team_case_2 i {
  font-size: 13px;
}
.mega_team_case_2 .mega_team_head {
  width: 45%;
  float: left;
}
.mega_team_case_2 .mega_team_footer {
  width: 50%;
  float: right;
}
.clearfix {
  clear: both;
}
.mega_team_case_2 .mega_team_wrap {
  position: relative;
}
.mega_team_case_2 .member-image img {
  width: 100%;
  border: 1px solid #fff;
  box-shadow: 0px 0px 12px #aaa;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
}
.mega_team_case_2 .member-image img:hover {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  border-radius: 100px;
}
.mega_team_case_2 .member-name {
  position: absolute;
  bottom: 12px;
  right: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: #444;
  z-index: 9994;
}
.mega_team_case_2 .member-name span {
  background-color: #27bebe;
  position: absolute;
  top: 90%;
  right: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  padding: 1px 7px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}
.mega_team_case_2 .member-desc {
  display: block;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 14px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
  color: #888;
}
.mega_team_case_2 .member-info {
  color: #333;
  font-size: 11px;
  margin-top: 5px;
}
.mega_team_case_2 .member-skills {
}
.mega_team_case_2 .skill-label {
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
  line-height: 14px;
  color: #444;
  margin-bottom: 1px;
  font-weight: 600;
}
.mega_team_case_2 .skill-prog {
  height: 2px;
  margin-bottom: 2px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.mega_team_case_2 .member-info {
  color: #333;
  font-size: 11px;
  line-height: 14px;
}

.mega_team_case_2 .member-info p {
  margin: 0;
  padding-bottom: 7px;
}
.mega_team_case_2 .fill {
  height: 100%;
  -webkit-animation: 400ms;
  background-color: #00afd1;
}
.mega_team_case_2 .member-social {
  margin-top: 5px;
  width: 100%;
  margin-bottom: 15px;
}
.mega_team_case_2 .member-social a {
  color: #fff;
  padding: 2px 2px 2px 5px;
  margin-right: 4px;
  text-decoration: none;
}

/*********
Style 3
**********/

.mega_team_case_3 {
  width: 100%;
}
.mega_team_case_3 i {
  font-size: 13px;
}
.mega_team_case_3 .mega_team_wrap {
  position: relative;
}
.mega_team_case_3 .member-image img {
  width: 100%;
  border: 1px solid #fff;
  box-shadow: 0px 0px 12px #aaa;
}
.mega_team_case_3 .member-image img:hover {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
}
.mega_team_case_3 .member-name {
  font-size: 26.667px;
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
}
.mega_team_case_3 .member-name span {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
  display: block;
  color: #333333;
}
.mega_team_case_3 .member-desc {
  display: block;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 14px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
  color: #888;
}
.mega_team_case_3 .member-desc:before {
  content: "\00A0";
  width: 40px;
  height: 3px;
  margin: 0 auto 15px;
  display: block;
  background-color: #000;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.mega_team_case_3 .member-skills {
  margin-top: 10px;
}
.mega_team_case_3 .skill-label {
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  line-height: 16px;
  color: #444;
  margin-bottom: 2px;
  font-weight: 600;
}
.mega_team_case_3 .skill-prog {
  height: 2px;
  margin-bottom: 6px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.mega_team_case_3 .member-info {
  color: #333;
  font-size: 12px;
  line-height: 15px;
}
.mega_team_case_3 .member-info p {
  margin: 0;
  padding-bottom: 7px;
}
.mega_team_case_3 .fill {
  height: 100%;
  -webkit-animation: 400ms;
  background-color: #00afd1;
}
.mega_team_case_3 .member-social {
  margin-top: 5px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

.mega_team_case_3 .member-social a {
  color: #fff;
  padding: 2px 2px 2px 5px;
  margin-right: 4px;
  text-decoration: none;
}

/*********
Style 4
**********/

.mega_team_case_4 {
  max-width: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 12px #aaa;
}
.mega_team_case_4 i {
  font-size: 14px;
}
.mega_team_case_4 .member-image img {
  width: 100%;
  border: 1px solid #fff;
  position: relative;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
  margin-bottom: -6px;
}
.mega_team_case_4:hover .member-image img {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}
.mega_team_case_4 .mega_wrap {
  width: 100%;
  position: absolute;
  bottom: -130px;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
  color: #fff;
  padding: 20px;
}
.mega_team_case_4:hover .mega_wrap {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.mega_team_case_4 .member-name {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.mega_team_case_4:hover .member-name {
  margin-bottom: 15px;
}
.mega_team_case_4 .member-name span {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
  display: block;
}
.mega_team_case_4 .member-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  margin-bottom: 15px;
}
.mega_team_case_4 .member-social {
  margin-top: 5px;
  width: 100%;
  margin-bottom: 5px;
}

.mega_team_case_4 .member-social a {
  color: #fff;
  font-size: 18px;
  padding: 2px 2px 2px 5px;
  margin-right: 4px;
  text-decoration: none;
}
