﻿/* team element-six */

.team.element-six{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.team.element-six .team-item{
	padding:0px 15px 0px 15px;
}

.team.element-six:not(.owl-carousel) .team-item{
	float:left;
	margin-bottom:40px;
}

.team.element-six .team-item > .holder{
	text-align:center;
	background-color:rgba(0,0,0,0.005);
	border:1px #f0f0f0 solid;
}

.team.element-six .team-item > .holder > .row{
	margin-right:0;
	margin-left:0;
}

.team.element-six .team-item > .holder > .row > [class*='col-']{
	padding-right:0;
	padding-left:0;
}

.team.element-six .team-item > .holder .pic{
}

.team.element-six .team-item > .holder .pic img{
	width:100%;
}

.team.element-six .team-item > .holder .data{
	padding:25px 30px 30px 30px;
	text-align:left;
}

.team.element-six .team-item > .holder .data > *:last-child{
	margin-bottom:0 !important;
}

.team.element-six .team-item > .holder .data h5{
	margin-bottom:7px;
	font-weight:700;
	font-size:24px;
	color:#333;
	line-height:35px;
}

.team.element-six .team-item > .holder .data h5 a{
	color:#333;
}

.team.element-six .team-item > .holder .data p.designation,
.team.element-six .team-item > .holder .data p.phone,
.team.element-six .team-item > .holder .data p.email{
	margin-bottom:6px;
	font-weight:500;
	font-size:14px;
	color:#858585;
	line-height:22px;
}

.team.element-six .team-item > .holder .data p.excerpt{
	margin-bottom:15px;
	font-size:15px;
	color:#5a5a5a;
	line-height:27px;
}

.team.element-six .team-item > .holder .data ul.social{
	margin-bottom:12px;
	font-size:0;
}

.team.element-six .team-item > .holder .data ul.social > li{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
	margin-bottom:10px;
}

.team.element-six .team-item > .holder .data ul.social > li > a{
	display:block;
	width:30px;
	height:30px;
	background-color:initial;
	border:1px #414141 solid;
	border-radius:50%;
	text-align:center;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	font-size:15px;
	color:#414141;
	line-height:28px;
}

.team.element-six .team-item > .holder .data ul.social > li > a:hover{
	background-color:#414141;
	color:#fff;
}

.team.element-six .team-item > .holder .data .btn{
	margin-bottom:15px;
}

/* 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){
}