/*--------------------------------------------------------------
                               Team
--------------------------------------------------------------*/
.iq-team-style-grid .iq-team-blog {
	margin-bottom: 32px;
}

/*Style 9*/
.iq-team-style-9 .iq-team-blog:hover .iq-team-info {
	bottom: 0;
}

.iq-team-style-9 .iq-team-blog {
	position: relative;
	overflow: hidden;
}

.iq-team-style-9 .iq-team-info {
	padding: 24px 15px;
	text-align: center;
	background: none;
	position: absolute;
	bottom: -110px;
	background: var(--secondary-color);
	left: 0;
	display: inline-block;
	width: 100%;
	-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;
	border: 1px solid #e8f8f2
}

.iq-team-style-9 .iq-team-info .member-text {
	color: var(--white-color);
	margin-bottom: 8px;

}

.iq-team-style-9 .iq-team-info .designation-text {
	text-transform: uppercase;
	color: var(--white-color);
	letter-spacing: var(--letter-spacing-two);

}


.iq-team-style-9 .iq-team-info span {
	font-size: var(--font-size-normal);
	display: inline-block;
	width: 100%;
	float: left;
}

.iq-team-style-9 .iq-team-social {
	background: none;
	position: absolute;
	left: -65px;
	top: 10px;
	width: 45px;
	-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;
}

.iq-team-style-9 .iq-team-blog:hover .iq-team-social {
	left: 15px;
}

.iq-team-style-9 .iq-team-social ul li {
	margin: 5px 0 10px;
}

.iq-team-style-9 .iq-team-social ul li a {
	color: var(--tertiry-color);
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: var(--white-color);
	border-radius: 90px;
	text-align: center;
	display: inline-block;
}

.iq-team-style-9 .iq-team-social ul li a:hover {
	color: var(--white-color);
	background: var(--primary-color);
}

.iq-team-style-9 .iq-team-img {
	position: relative;
}

.iq-team-style-9 .iq-team-img img {
	width: 100%;
}

.iq-team-style-9 .iq-team-social ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*----------------------------------------
  Responsive
----------------------------------------*/
@media(max-width:1024px) {
	.iq-team-slider {
		margin: 0;
	}
}