/*
* Team Member css
*/
.htmegavc-team {
    margin-top: 30px;
}

.htmegavc-team .htmegavc-thumb {
    position: relative;
    overflow: hidden;
}
.htmegavc-team .htmegavc-thumb img{
	display: block;
	margin: 0 auto;
}

.htmegavc-team {
    position: relative;
}

.htmegavc-team .htmegavc-team-content {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
    border: 1px solid #dcd9d9;
    padding: 30px 20px;
}

.htmegavc-team .htmegavc-team-content h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px;
}

.htmegavc-team .htmegavc-team-content h4 {
    color: #343434;
    transition: 0.5s;
}

.htmegavc-team .htmegavc-team-content p {
    margin: 0;
    color: #343434;
    font-size: 16px;
    font-weight: 400;
}

.htmegavc-team-style-1 .htmegavc-team-hover-action {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
    top: -100px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
}

.htmegavc-team .htmegavc-team-hover-action .htmegavc-team-hover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.htmegavc-team .htmegavc-team-hover-action .htmegavc-team-hover p {
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    padding: 0 23px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    opacity: 0;
}

.htmegavc-team .htmegavc-team-hover-action .htmegavc-team-hover .htmegavc-social-network {
    margin-bottom: 7px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    opacity: 0;
}

.htmegavc-team-style-1:hover .htmegavc-team-hover-action {
    opacity: 1;
    top: 0px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear;
    background: rgba(24, 1, 44, 0.6);
}

.htmegavc-team:hover .htmegavc-team-hover-action .htmegavc-team-hover p,
.htmegavc-team:hover .htmegavc-team-hover-action .htmegavc-team-hover .htmegavc-social-network {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
}

.htmegavc-team-style-1::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #18012c;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}

.htmegavc-team-style-1:hover::before {
    width: 100%;
}

/*----------------------------
    Team Style 02
----------------------------*/

.htmegavc-team-style-2 .htmegavc-thumb img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.5s;
}

.htmegavc-team-style-2:hover .htmegavc-thumb img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.htmegavc-team-style-2 .htmegavc-team-hover-action {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 30px;
}

.htmegavc-team-style-2 .htmegavc-team-hover-action .htmegavc-hover-action {
    text-align: center;
    padding: 25px 0;
    background-color: rgba(115, 146, 184, 0.7);
    width: 100%;
    opacity: 0;
    -webkit-transform: translate(265px, 145px) rotate(45deg);
    -moz-transform: translate(265px, 145px) rotate(45deg);
    -o-transform: translate(265px, 145px) rotate(45deg);
    -ms-transform: translate(265px, 145px) rotate(45deg);
    transform: translate(265px, 145px) rotate(45deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.htmegavc-team-style-2 .htmegavc-team-hover-action .htmegavc-hover-action h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 9px;
    color: #ffffff;
}

.htmegavc-team-style-2 .htmegavc-team-hover-action .htmegavc-hover-action{
    background-color: #18012c;
}
.htmegavc-team-style-2 .htmegavc-team-hover-action{
  background-color: transparent !important;
}

.htmegavc-team-style-2:hover .htmegavc-team-hover-action .htmegavc-hover-action {
    opacity: 1;
    -webkit-transform: translate(0px, -10px) rotate(45deg);
    -moz-transform: translate(0px, -10px) rotate(45deg);
    -o-transform: translate(0px, -10px) rotate(45deg);
    -ms-transform: translate(0px, -10px) rotate(45deg);
    transform: translate(0px, -10px) rotate(0deg);
}

/* Team Style 03 */

.htmegavc-team-style-3 .htmegavc-thumb {
    padding-bottom: 80px;
    position: relative;
}

.htmegavc-team-style-3 .plus_click {
    position: absolute;
    left: 50%;
    top: -14px;
    transform: translateX(-50%);
}

.htmegavc-team-style-3 .plus_click::before {
    content: "\f067";
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    color: #fff;
    background: #555555;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    z-index: 2;
    cursor: pointer;
    transition: 0.5s;
    line-height: 27px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.htmegavc-team-style-3 .plus_click.team-minus::before {
    content: "\f068";
    background: #18012c;
}

.htmegavc-team-style-3 .htmegavc-team-click-action {
    background: #343434;
    text-align: center;
    border-radius: 50px 50px 0 0;
    padding-top: 28px;
    padding-bottom: 20px;
    transition: 0.5s;
    width: 100%;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: -58px;
}

.htmegavc-team-style-3 .htmegavc-team-click-action.visible {
    margin-bottom: 0px;
    background: #18012c;
}

.htmegavc-team-style-3 .htmegavc-team-click-action h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 2px;
}

.htmegavc-team-style-3 .htmegavc-team-click-action h4{
    color: #ffffff;
}

.htmegavc-team-style-3 .htmegavc-team-click-action span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 14px;
}

.htmegavc-team-style-3 .htmegavc-team-click-action .htmegavc-social-network {
    margin-bottom: 9px;
}

/* Team Member Social Media CSS */
.htmegavc-team ul.htmegavc-social-network {
    padding: 0 15px;
    margin: 0;
    list-style: none;
    display: block;
    text-align: center;
}
.htmegavc-social-network {
    margin-bottom: 8px;
}

.htmegavc-social-network li {
    margin: 0 10px;
    display: inline-block;
}

.htmegavc-social-network li a {
  color: #fff;
  font-size: 14px;
  display: block;
  background: transparent;
  line-height: 1;
}

.htmegavc-social-network li a:hover {
    color: #3B5998;
    background: transparent;
}

.htmegavc-team-style-3 .htmegavc-social-network li a {
  height: 28px;
  line-height: 26px;
  text-align: center;
  width: 28px;
}

/* Team Style 04 */

.htmegavc-team-style-4 {
    /*text-align: center;*/
}

.htmegavc-team-style-4 .htmegavc-thumb {
    overflow: visible;
    display: inline-block;
}

.htmegavc-team-style-4 .htmegavc-thumb.htmegavc-team-image-hover-left img {
    z-index: 11;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.htmegavc-team-style-4 .htmegavc-thumb.htmegavc-team-image-hover-right img {
    z-index: 11;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.htmegavc-team-style-4 .htmegavc-thumb.htmegavc-team-image-hover-top img {
    z-index: 11;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.htmegavc-team-style-4 .htmegavc-thumb.htmegavc-team-image-hover-bottom img {
    z-index: 11;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.htmegavc-team-style-4 .htmegavc-team-hover-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    text-align: center;
}

.htmegavc-team-style-4 .htmegavc-team-hover-action::before {
    position: absolute;
    content: "";
    background: #18012c;
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}
.htmegavc-team-style-4 .htmegavc-team-image-hover-none .htmegavc-team-hover-action::before {
  background: rgba(24, 1, 44, 0.5) none repeat scroll 0 0;
  bottom: 10px;
  content: "";
  height: auto;
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.4s ease-in-out 0s;
  width: auto;
}
.htmegavc-thumb.htmegavc-team-image-hover-none {
  overflow: hidden;
}
.htmegavc-team-style-4 .htmegavc-team-image-hover-none .htmegavc-team-hover-action .htmegavc-hover-action h4 {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.htmegavc-team-style-4 .htmegavc-team-image-hover-none ul.htmegavc-social-network{
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.htmegavc-team-style-4:hover .htmegavc-team-image-hover-none .htmegavc-team-hover-action .htmegavc-hover-action h4,.htmegavc-team-style-4:hover .htmegavc-team-image-hover-none ul.htmegavc-social-network {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.htmegavc-team-style-4:hover .htmegavc-team-image-hover-none .htmegavc-team-hover-action::before {
  opacity: 1;
}

.htmegavc-team-style-4.htmegavc-team:hover .htmegavc-team-image-hover-none .htmegavc-team-hover-action {
  background-color: transparent;
}

.htmegavc-team-style-4 .htmegavc-team-hover-action .htmegavc-hover-action {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.htmegavc-team-style-4 .htmegavc-team-hover-action .htmegavc-hover-action h4 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 13px;
    font-weight: 500;
}

.htmegavc-team-style-4 .htmegavc-team-hover-action .htmegavc-hover-action h4 {
    color: #ffffff;
}

.htmegavc-team-style-4:hover .htmegavc-thumb.htmegavc-team-image-hover-left img {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -ms-transform: rotate3d(0, 1, 0, -180deg);
    -o-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
}

.htmegavc-team-style-4:hover .htmegavc-thumb.htmegavc-team-image-hover-right img {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    z-index: 12;
}

.htmegavc-team-style-4:hover .htmegavc-thumb.htmegavc-team-image-hover-top img {
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
    -moz-transform: rotate3d(1, 0, 0, 180deg);
    -ms-transform: rotate3d(1, 0, 0, 180deg);
    -o-transform: rotate3d(1, 0, 0, 180deg);
    transform: rotate3d(1, 0, 0, 180deg);
}

.htmegavc-team-style-4:hover .htmegavc-thumb.htmegavc-team-image-hover-bottom img {
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
    -moz-transform: rotate3d(1, 0, 0, 180deg);
    -ms-transform: rotate3d(1, 0, 0, 180deg);
    -o-transform: rotate3d(1, 0, 0, 180deg);
    transform: rotate3d(1, 0, 0, 180deg);
}

/* Team Style 05 */

.htmegavc-team-style-5 .htmegavc-thumb img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.htmegavc-team-style-5 .htmegavc-team-hover-action {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: white;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
}

.htmegavc-team-style-5 .htmegavc-team-hover-action .htmegavc-hover-action {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}

.htmegavc-team-style-5 .htmegavc-team-hover-action .htmegavc-hover-action h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 9px;
}

.htmegavc-team-style-5 .htmegavc-team-hover-action .htmegavc-hover-action h4 a {
    color: #343434;
}

.htmegavc-team-style-5 .htmegavc-team-hover-action .htmegavc-hover-action span {
    font-size: 16px;
    display: block;
    color: #343434;
    margin-bottom: 12px;
}

.htmegavc-team-style-5 .htmegavc-team-hover-action .htmegavc-hover-action p {
    line-height: 26px;
    color: #494849;
    font-size: 14px;
    margin-bottom: 16px;
}

.htmegavc-team-style-5 .htmegavc-team-hover-action .htmegavc-hover-action .htmegavc-social-network {
    justify-content: flex-start;
    text-align: left;
}

.htmegavc-team-style-5 .htmegavc-team-hover-action .htmegavc-hover-action .htmegavc-social-network li:first-child {
    margin-left: 0;
}

.htmegavc-team-style-5 .htmegavc-team-hover-action .htmegavc-hover-action h4,
.htmegavc-team-style-5 .htmegavc-team-hover-action .htmegavc-hover-action span,
.htmegavc-team-style-5 .htmegavc-team-hover-action .htmegavc-hover-action ul.htmegavc-social-network,
.htmegavc-team-style-5 .htmegavc-team-hover-action .htmegavc-hover-action p {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
}

.htmegavc-team-style-5:hover .htmegavc-team-hover-action {
    opacity: 1;
    background-color: white;
}

.htmegavc-team-style-5:hover .htmegavc-team-hover-action .htmegavc-hover-action h4,
.htmegavc-team-style-5:hover .htmegavc-team-hover-action .htmegavc-hover-action ul.htmegavc-social-network,
.htmegavc-team-style-5:hover .htmegavc-team-hover-action .htmegavc-hover-action p,
.htmegavc-team-style-5:hover .htmegavc-team-hover-action .htmegavc-hover-action span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.htmegavc-team-style-5:hover .htmegavc-thumb img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    opacity: 0;
}
.htmegavc-team.htmegavc-team-style-5 ul.htmegavc-social-network{
  padding: 0;
}
.htmegavc-team.htmegavc-team-style-5 ul.htmegavc-social-network i{
    color: #18012c;
}

/* Team Style 06 */
.htmegavc-team-style-6 {
    overflow: hidden;
}

.htmegavc-team-style-6 .htmegavc-thumb img {
    transition: 0.5s;
}

.htmegavc-team-style-6:hover .htmegavc-thumb img {
    transform: scale(1.2) rotate(10deg);
}

.htmegavc-team-style-6 .htmegavc-team-info {
    background: #f4f4f4;
    text-align: center;
}

.htmegavc-team-style-6 .htmegavc-team-info .htmegavc-team-content {
    padding: 26px 18px;
}

.htmegavc-team-style-6 .htmegavc-team-info .htmegavc-team-content p {
    font-size: 14px;
    line-height: 28px;
    color: #494849;
    margin: 0;
}

.htmegavc-team-style-6 .htmegavc-team-info .htmegavc-team-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.htmegavc-team-style-6 .htmegavc-team-info .htmegavc-team-content h4 {
    color: #343434;
}

.htmegavc-team-style-6 .htmegavc-team-info .htmegavc-team-content span {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
}

.htmegavc-team-style-6 .htmegavc-team-info .htmegavc-social-network {
    padding: 14px 0;
    border-top: 2px solid #ffffff;
}
.htmegavc-team-style-6 .htmegavc-team-info .htmegavc-social-network i{
    color: #18012c;
}
.htmegavc-team.htmegavc-team-style-6 .htmegavc-team-content {
  border:none;
}

/* Team Style 07 */
.htmegavc-team-style-7 {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.htmegavc-team-style-7 .htmegavc-thumb a img,
    .htmegavc-team-style-7 .htmegavc-thumb img{
    transition: 0.5s;
     -webkit-transition: all 0.3s ease-out 0s; 
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
}

.htmegavc-team-style-7 .htmegavc-team-hover-action {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.htmegavc-team-style-7 .htmegavc-team-hover-action{
    background-color: transparent !important;
}

.htmegavc-team-style-7 .htmegavc-team-hover-action .htmegavc-hover-action .htmegavc-social-network {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.htmegavc-team-style-7 .htmegavc-team-hover-action .htmegavc-hover-action .htmegavc-social-network li a {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0.1);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: scale(0.1);
    opacity: 0;
    height: 28px;
    width: 28px;
    line-height: 28px;
    background: #fff;
    color: #404040;
    border-radius: 100%;
}

.htmegavc-team-style-7:hover .htmegavc-team-hover-action .htmegavc-hover-action .htmegavc-social-network li a {
    opacity: 1;
    transform: scale(1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.htmegavc-team-style-7 .htmegavc-team-content {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  margin: 0;
  padding: 20px 10px;
  text-align: center;
}

.htmegavc-team-style-7 .htmegavc-team-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

.htmegavc-team-style-7 .htmegavc-team-content h4 {
    color: #343434;
}

.htmegavc-team-style-7 .htmegavc-team-content h4:hover {
    color: #18012c;
}

.htmegavc-team-style-7 .htmegavc-team-content span {
    color: #343434;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.htmegavc-team-style-7:hover .htmegavc-thumb img {
    transform: scale(1.2) rotate(10deg);
}

/* Tablet desktop :768px. 
@media (min-width: 768px) and (max-width: 991px) {
	.htmegavc-team-style-1 .htmegavc-thumb img,
	.htmegavc-team-style-2 .htmegavc-thumb img,
	.htmegavc-team-style-3 .htmegavc-thumb img,
	.htmegavc-team-style-5 .htmegavc-thumb img{
		display: block;
		margin: 0 auto;
	}
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.htmegavc-team-style-1 .htmegavc-thumb img,
	.htmegavc-team-style-2 .htmegavc-thumb img,
	.htmegavc-team-style-3 .htmegavc-thumb img,
	.htmegavc-team-style-5 .htmegavc-thumb img{
		display: block;
		margin: 0 auto;
	}

	.htmegavc-team-style-4 {
		text-align: center;
	}
	.htmegavc-team-style-6 .htmegavc-thumb img,
	.htmegavc-team-style-7 .htmegavc-thumb img {
		width: 100%;
	}
}