﻿/* team element-eight */

.team.element-eight{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.team.element-eight .team-item{
	padding:5px 15px 10px 15px;
}

.team.element-eight:not(.owl-carousel) .team-item{
	float:left;
	margin-bottom:40px;
}

.team.element-eight .team-item > .holder{
	text-align:center;
}

.team.element-eight .team-item > .holder > .pic{
	position:relative;
	margin:0px 0px 20px 0px;
	overflow:hidden;
}

.team.element-eight .team-item > .holder > .pic > img{
	width:100%;
}

.team.element-eight .team-item > .holder > .pic > .holder{
	position:absolute;
	top:0;
	left:-10%;
	z-index:1;
	width:120%;
}

.team.element-eight .team-item > .holder > .pic > .holder img{
	width:100%;
}

.team.element-eight .team-item > .holder > .data{
}

.team.element-eight .team-item > .holder > .data > *:last-child{
	margin-bottom:0 !important;
}

.team.element-eight .team-item > .holder > .data h5{
	margin-bottom:5px;
	font-size:20px;
	color:#071122;
	line-height:28px;
}

.team.element-eight .team-item > .holder > .data h5 a{
	color:#071122;
}

.team.element-eight .team-item > .holder > .data p.designation{
	margin-bottom:15px;
	font-size:15px;
	line-height:23px;
}

.team.element-eight .team-item > .holder > .data ul.social{
	margin:0px 0px 5px 0px;
	font-size:0;
}

.team.element-eight .team-item > .holder > .data ul.social li{
	display:inline-block;
	vertical-align:top;
	margin:4px;
}

.team.element-eight .team-item > .holder > .data ul.social li a{
	display:block;
	width:42px;
	height:42px;
	background-color:#fff;
	border:2px #bbbcbc solid;
	border-radius:50%;
	text-align:center;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.team.element-eight .team-item > .holder > .data ul.social li a:hover{
	background-color:#d1d2d2;
	border-color:#d1d2d2;
}

.team.element-eight .team-item > .holder > .data ul.social li a i{
	font-size:18px;
	color:#bbbcbc;
	line-height:40px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.team.element-eight .team-item > .holder > .data ul.social li a:hover i{
	color:#3b3f3f;
}

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){
}