.type-wrap .typed-cursor {
    font-size: 16px;
}
.mega_team_case {
    max-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(30%); /* Chrome, Safari, Opera */
    filter: grayscale(30%);
    -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-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;
    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 {
    max-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(30%); /* Chrome, Safari, Opera */
    filter: grayscale(30%);
    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-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;
    
    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 {
    max-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(30%); /* Chrome, Safari, Opera */
    filter: grayscale(30%);
    -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-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;
    
    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: 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(40%); /* Chrome, Safari, Opera */
    filter: grayscale(40%);
}
.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.5);
}
.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-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;
}

/* Style 5 Team Member
==================================================================
==================================================================*/

.mega_team_case_5 .mega-team-wrap .mega-team-content .teacher-bottom .link,
.mega_team_case_5 .mega-team-wrap .mega-team-content .teacher-bottom ul,
.lgx-teacher-circle .mega-team-wrap .mega-team-content .teacher-bottom .link,
.lgx-teacher-circle .mega-team-wrap .mega-team-content .teacher-bottom ul {
    float: left
}
.mega_team_case_5,
.mega_team_case_5 .mega-team-wrap .mega-team-content .teacher-name {
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s
}
.mega_team_case_5 {
    border-radius: 6px;
    border: 1px solid #ddd;
    transition-duration: .3s;
    width: 100%;
}

.mega_team_case_5 .list-inline.social-group {
    margin-left: 0;
}

.mega_team_case_5 .mega-team-wrap .mega-team-content,
.lgx-teacher-circle .mega-team-wrap a img {
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s
}

.mega_team_case_5 .mega-team-wrap {
    position: relative;
    width: 100%;
    margin-bottom: -7px;
}

.mega_team_case_5 .mega-team-wrap a img {
    border-radius: 6px;
    width: 100%;
}

.mega_team_case_5 .mega-team-wrap .mega-team-content {
    position: absolute;
    bottom: 0;
    margin: 1.5rem 1rem;
    padding: 0 1.4rem 0px;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 20px 35px rgba(0, 0, 0, .12);
    box-shadow: 0 20px 35px rgba(0, 0, 0, .12);
    transition-duration: .5s;
}

.mega_team_case_5 .mega-team-wrap .mega-team-content:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 25px solid #fff;
    position: relative;
    top: -41px
}

.mega_team_case_5 .mega-team-wrap .mega-team-content .teacher-name {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1rem;
    transition-duration: .3s
}

.mega_team_case_5 .mega-team-wrap .mega-team-content .teacher-name span {
    font-size: 16px;
    line-height: 1.5rem;
    font-style: italic;
    margin-left: 1.5rem;
    display: inline-block;
    color: #e39a31;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    font-weight: 500;
}

.mega_team_case_5 .mega-team-wrap .mega-team-content .text {
    margin-bottom: 5px;
}

.mega_team_case_5 .mega-team-wrap .mega-team-content .teacher-bottom .link {
    float: right
}

.mega_team_case_5 .mega-team-wrap .mega-team-content .teacher-bottom .link i {
    font-size: 2.6rem;
    line-height: 3.9000000000000004rem
}

.mega_team_case_5 .mega-team-wrap .mega-team-content .social-group li a {
    color: #ddd
}

.mega_team_case_5 .mega-team-wrap .mega-team-content .social-group li a i {
    font-size: 2rem;
    line-height: 3rem
}

.mega_team_case_5 .mega-team-wrap .mega-team-content .social-group li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.mega_team_case_5 .mega-team-wrap .mega-team-content .social-group li a:hover i {
    color: inherit
}

.mega_team_case_5:hover {
    border: 1px solid #e39a31;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

/* Style 6 Team Member
=================================================*/
.mega_team_case_6 .mega-team-wrap {
    position: relative;
    max-width: 100%;
}
.mega_team_case_6 .mega-team-wrap img {
    max-width: 100%;
}
.mega_team_case_6 .mega-team-wrap a .top-img {
    position: absolute;
    height: auto;
    max-width: 100%;
    left: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; */
}
.mega_team_case_6 .mega-team-wrap a:hover img.top-img {
    opacity: 0;
}
.mega_team_case_6 .mega-team-wrap .mega-team-content {
    padding: 18px 0 0 0;
}
.mega_team_case_6 .mega-team-wrap .mega-team-content .entry-title{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    color: #000;
}
.mega_team_case_6 .mega-team-wrap .mega-team-content .job-title{
    margin: 12px 0;
    font-size: 13px;
    line-height: 17px;
    background: #ebebeb;
    color: #5f8fdf;
    padding: 1px 9px;
    display: inline-block;
    border-radius: 15px;
    font-weight: 600;
}
.mega_team_case_6 .mega-team-wrap .member-social a {
    background: #fff;
    display: inline-block;
    text-align: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-box-shadow: 0 20px 35px rgba(0,0,0,.16);
    -moz-box-shadow: 0 20px 35px rgba(0,0,0,.16);
    box-shadow: 0 20px 35px rgba(0,0,0,.16);
    margin: 0 2px;
}
.mega_team_case_6 .mega-team-wrap .member-social a i {
    line-height: 40px;
}


/* Style 6 Team Member
==================================================================
==================================================================*/

.mega_team_case_7 .mega-team-wrap {
    cursor: pointer;
    display: block;
}

.mega_team_case_7 .mega-team-content {
    bottom: 0;
    color: #FBFAF9;
    font-weight: bold;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 1rem;
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 40;
    font-size: 18px;
}

.mega_team_case_7 .mega-team-content strong {
    display: block;
    line-height: 1.3;
}

.mega_team_case_7 .mega-team-content span {
    display: block;
    font-size: 0.618em;
    -webkit-letter-spacing: 0.2em;
    -moz-letter-spacing: 0.2em;
    -ms-letter-spacing: 0.2em;
    letter-spacing: 0.2em;
    line-height: 1.5;
    opacity: 0.7;
    text-transform: uppercase;
}

.mega_team_case_7 .mega-team-wrap {
    grid-column: 3 / span 12;
    margin-bottom: 3.125vw;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    z-index: 20;
}

.mega_team_case_7 .mega-team-wrap:hover::after,
.mega_team_case_7 .mega-team-wrap:focus::after {
    opacity: 1;
}

.mega_team_case_7 .mega-team-wrap:hover::before,
.mega_team_case_7 .mega-team-wrap:focus::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1), transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1), transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mega_team_case_7 .mega-team-wrap:hover > div:first-child,
.mega_team_case_7 .mega-team-wrap:focus > div:first-child {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.mega_team_case_7 .mega-team-wrap:hover > div:last-child,
.mega_team_case_7 .mega-team-wrap:focus > div:last-child {
    -webkit-transform: translate(1rem, -1rem);
    -ms-transform: translate(1rem, -1rem);
    transform: translate(1rem, -1rem);
}

.mega_team_case_7 .mega-team-wrap::after {
    background: linear-gradient(rgba(50, 50, 49, 0), rgba(50, 50, 49, 1));
    bottom: 0;
    content: '';
    height: 6rem;
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    will-change: opacity;
    z-index: 20;
}

.mega_team_case_7 .mega-team-wrap::before {
    border: 2px solid #FBFAF9;
    bottom: 0;
    content: '';
    left: 0;
    margin: 1rem;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: opacity 300ms ease, -webkit-transform 0ms 300ms;
    -webkit-transition: opacity 300ms ease, transform 0ms 300ms;
    transition: opacity 300ms ease, transform 0ms 300ms;
    z-index: 30;
}

.mega_team_case_7 .mega-team-wrap > div:first-child {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: transform 800ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 800ms cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
}

.mega_team_case_7 .mega-team-wrap > div:last-child {
    will-change: transform;
}

@media (min-width:40em) {
    .mega_team_case_7 .mega-team-wrap {
        grid-column-start: auto;
        grid-column-end: span 6;
    }
    .mega_team_case_7 .mega-team-wrap:nth-child(odd) {
        grid-column-start: 3;
    }
}

@media (min-width:77em) {
    .mega_team_case_7 .mega-team-wrap {
        grid-column-end: span 4;
        padding-top: 0;
    }
    .mega_team_case_7 .mega-team-wrap:nth-child(odd) {
        grid-column-start: auto;
    }
    .mega_team_case_7 .mega-team-wrap:nth-child(3n + 1) {
        grid-column-start: 3;
        max-width: 400px;
    width: 100%;
    }
    .mega_team_case_7 .mega-team-wrap > div:first-child {
        position: static;
    }
}

@media (min-width:115em) {
    .mega_team_case_7 .mega-team-wrap {
        grid-column-end: span 3;
    }
    .mega_team_case_7 .mega-team-wrap:nth-child(odd) {
        grid-column-start: auto;
    }
    .mega_team_case_7 .mega-team-wrap:nth-child(3n + 1) {
        grid-column-start: auto;
    }
    .mega_team_case_7 .mega-team-wrap:nth-child(4n + 1) {
        grid-column-start: 3;
    }
}

@supports not (display:grid) {
    .mega_team_case_7 .mega-team-wrap {
        max-width: 20rem;
    }
}

.mega_team_case_7 img {
    display: block;
    width: 100%;
}