.single-team .site-inner{
	background:#e0e0e1
}

.content-sidebar-wrap .content {
	margin: 0 auto;
	padding:60px 0;

}

/* Team Member */
.team-profile-internal {
	border: 1px solid #E0E1E4;
}
.team-profile-internal.profile-box {
	display: block;
	margin-bottom: 60px;
	border-radius: 2px;	
	background-color: #FFFFFF;
}
.team-profile-internal .s1 {
	border-bottom: 1px solid #E0E1E4;
	padding: 30px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	vertical-align:middle;
	align-items:center;
}
.team-profile-internal.profile-box .s1 {
	margin-right: 0;
}
.team-profile-internal .s1 .btn{
	padding:16.5px 20px;
}
.team-profile-internal .name{
	font-family: 'Gotham Light';	
	font-size: 40px;
	font-weight: normal;
	margin-left: -4px;
}
.team-profile-internal .position .value{
	color: #A6916B;	
	font-family: 'Gotham Light';
	font-weight:normal;
	font-size: 17px;	
	letter-spacing: 2px;
	text-transform:uppercase;
}
.team-profile-internal .s1 i{
	font-size:23px;
}
.team-profile-internal .s1 .image {
	margin-right: 40px;
}
.team-profile-internal .s1-b{
	width:50%;
}
.team-profile-internal .s2 {
	padding: 30px;
}
.team-profile-internal .s3 {
	background: #F5F6F8;
	border-top: 1px solid #E0E1E4;
	padding: 5px 30px;
}
.team-profile-internal .social-icons a {
	margin: 5px 25px 5px 0;
	font-size: 18px;
	display: inline-block;
}
.special-text{
	color: #343433;	
	font-family: "Gotham Light";	
	font-size: 18px;	
	line-height: 36px;
	margin-bottom:20px;
}

.single-team .team-carousel{
	border: 1px solid #E0E1E4;
	background-color: #FFFFFF;
	padding:0;
}
.single-team .query-heading-section{
	border-bottom: 1px solid #E0E1E4;
	padding:30px 40px;
	margin-bottom:50px;
}
.single-team .team-overview .row{
	text-align:center;
	padding:0 40px;
}
.team-carousel .heading{
	font-size:24px;
	font-weight: normal;
	line-height:24px;
	margin-bottom:0;
}
.single-team .navigation-style-2 .slick-prev{
	right: 95px;
  	top:-95px;
  	padding-right:5px;


}

.team-cta{
	padding:40px 0;
}

@media only screen and ( max-width: 767px ) {
	.team-profile-internal .s1 .image {
		margin-right: 0px;
	}
	.team-profile-internal .name{
		margin-left: 0px;
	}
	.team-profile-internal .social-icons a {
   		 margin: 5px;
	}

	.single-team .navigation-style-2 .slick-prev,
	.single-team .navigation-style-2 .slick-next{
		display:inline-block !important;
		top:-50px;
		border:0;
		padding:0;
	
	}
	.single-team .navigation-style-2 .slick-next{
		right:0px;
	}

	.single-team .navigation-style-2 .slick-prev{
		right:65px;
	}
}

@media only screen and ( max-width: 539px ) {
	.team-profile-internal .name {
		font-size: 28px;
	}

	
	.single-team .query-heading-section .heading{
		margin-bottom:40px;
	}

	.single-team .navigation-style-2 .slick-prev{
		right:unset;
		left:0;
	}

	.single-team .navigation-style-2 .slick-next{
		right:unset;
		left:75px;
	}
}

