﻿/* team element-twelve */

.team.element-twelve{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.team.element-twelve .team-item{
	padding-left:15px;
	padding-right:15px;
}

.team.element-twelve:not(.owl-carousel) .team-item{
	float:left;
	margin-bottom:30px;
}

.team.element-twelve .team-item > .holder{
	text-align:center;
}

.team.element-twelve .team-item > .holder > .pic{
	position:relative;
	overflow:hidden;
	margin-bottom:25px;
}

.team.element-twelve .team-item > .holder > .pic > img{
	width:100%;
}

.team.element-twelve .team-item > .holder > .pic > .holder{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	background:center top no-repeat;
	background-size:cover;
}

.team.element-twelve .team-item > .holder > .pic > .data{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:2;
	padding:20px 25px 20px 25px;
	text-align:left;
	opacity:0;
	visibility:hidden;
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.team.element-twelve .team-item > .holder:hover > .pic > .data{
	opacity:1;
	visibility:visible;
	transform:translateY(0);
	-webkit-transform:translateY(0);
}

.team.element-twelve .team-item > .holder > .pic > .data > *:last-child{
	margin-bottom:0 !important;
}

.team.element-twelve .team-item > .holder > .pic > .data p{
	margin-bottom:10px;
	font-weight:400;
	font-size:12px;
	color:#fff;
	line-height:22px;
}

.team.element-twelve .team-item > .holder > .pic > .data p > strong{
	display:block;
	margin-bottom:8px;
	text-transform:uppercase;
	font-weight:500;
	font-size:13px;
}

.team.element-twelve .team-item > .holder > .title{
}

.team.element-twelve .team-item > .holder > .title > *:last-child{
	margin-bottom:0 !important;
}

.team.element-twelve .team-item > .holder > .title h5{
	margin-bottom:0px;
	text-transform:uppercase;
	font-weight:500;
	font-size:13px;
	color:#001a57;
	line-height:27px;
	letter-spacing:1px;
}

.team.element-twelve .team-item > .holder > .title h5 a{
	color:inherit;
}

.team.element-twelve .team-item > .holder > .title p.designation{
	margin-bottom:0px;
	text-transform:uppercase;
	font-weight:400;
	font-size:13px;
	color:#6d6d6d;
	line-height:22px;
}

/* 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){
}