﻿/* team element-thirteen */

.team.element-thirteen{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.team.element-thirteen .team-item{
	padding-left:15px;
	padding-right:15px;
}

.team.element-thirteen:not(.owl-carousel) .team-item{
	float:left;
	margin-bottom:30px;
}

.team.element-thirteen .team-item > .holder{
	text-align:center;
}

.team.element-thirteen .team-item > .holder > .pic{
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.team.element-thirteen .team-item > .holder:hover > .pic{
	box-shadow:0px 0px 5px rgba(0,0,0,0.25);
}

.team.element-thirteen .team-item > .holder > .pic > img{
	width:100%;
}

.team.element-thirteen .team-item > .holder > .pic > .holder{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.team.element-thirteen .team-item > .holder:hover > .pic > .holder{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
}

.team.element-thirteen .team-item > .holder > .title{
}

.team.element-thirteen .team-item > .holder > .title > *:last-child{
	margin-bottom:0 !important;
}

.team.element-thirteen .team-item > .holder > .title h5{
	margin-bottom:4px;
	text-transform:uppercase;
	font-weight:700;
	font-size:17px;
	color:#171c30;
	line-height:28px;
}

.team.element-thirteen .team-item > .holder > .title h5 a{
	color:inherit;
}

.team.element-thirteen .team-item > .holder > .title p.designation{
	margin-bottom:0px;
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	color:#f5b315;
	line-height:22px;
	letter-spacing:1px;
}

/* 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){
}