.ft-team-section {
	padding: 105px 0px 75px;
}
.ft-team-text-area {
	.ft-section-title {
		margin-bottom: 30px;
	}
}
.ft-team-inner-itembox {
	margin: 0 auto;
	max-width: 370px;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 30px;
	.hover-shape {
		opacity: 0;
		transition: .3s all ease-in-out;
	}
	.ft-team-inner-item-text {
		left: 50px;
		bottom: 25px;
		position: absolute;
		h3 {
			opacity: 0;
			color: #fff;
			font-size: 18px;
			font-weight: 700;
			padding-bottom: 5px;
			position: relative;
			transition: 500ms all ease;
			transform: translateX(30px);
			a {
				transition: none;
			}
			&:before {
				top: 12px;
				left: -30px;
				width: 25px;
				height: 3px;
				content: '';
				position: absolute;
				background-color: #fff;
			}
			&:hover {
				color: $base-color;
			}
		}
		span {
			opacity: 0;
			color: #fff;
			font-size: 15px;
			font-weight: 500;
			display: inline-block;
			transition: 500ms all ease;
			transform: translateX(-30px);
		}
	}
	&:hover {
		.hover-shape {
			opacity: 1;
		}
		.ft-team-inner-item-text {
			h3, span {
				opacity: 1;
				transform: translateX(0);
			}
		}
	}
}
.ft-team-details-content {
	padding: 0px 65px;
	border-radius: 8px;
	margin: 65px 0px;
	background-color: #003440;
	.ft-team-details-img {
		top: -60px;
		overflow: hidden;
		max-width: 365px;
		border-radius: 8px;
	}
	.ft-team-details-text-wrapper {
		padding: 50px 0px;
	}
	.ft-team-details-text {
		color: #fff;
		padding-bottom: 22px;
		h3 {
			color: #fff;
			font-size: 36px;
			font-weight: 700;
			padding-bottom: 10px;
		}
		span {
			font-size: 18px;
			font-weight: 700;
			display: inline-block;
			padding-bottom: 10px;
		}
	}
	.ft-team-details-info {
		color: #fff;
		li  {
			font-size: 18px;
			margin-bottom: 5px;
			span {
				margin-right: 8px;
				font-weight: 700;
			}
		}
	}
	.coming-soon-social {
		margin-top: 15px;
	}

}
.ft-team-personal {
	.title {
		color: #003440;
		font-size: 36px;
		font-weight: 700;
		padding-bottom: 20px;
	}
}
.ft-team-personal-skill {
	margin-top: 30px;
}
.ft-team-skill-inner {
	padding: 30px 15px 20px;
	background-color: #fff;
	box-shadow: 0.837px 11.971px 30px 0px rgba(89, 89, 89, 0.1);
	.counter-boxed  {
		padding: 0;
		box-shadow: none;
		margin-right: 15px;
	}
	.counter-boxed .graph-outer {
		margin: 0;
	}
	.ft-team-skill-text {
		h3 {
			color: #003440;
			font-size: 18px;
			font-weight: 700;
			padding-bottom: 10px;
		}
	}
}
.ft-team-contact-form-wrapper {
	margin-top: 65px;
	padding: 40px 30px;
	border-radius: 7px;
	box-shadow: 1.736px 9.848px 60px 0px rgba(0, 52, 64, 0.15);
	h3 {
		color: #003440;
		font-size: 24px;
		font-weight: 700;
		padding-bottom: 40px;
	}
	input,textarea {
		width: 100%;
		height: 55px;
		border-radius: 5px;
		padding-left: 15px;
		margin-bottom: 20px;
		border: 1px solid #cbcbcb;
	}
	textarea {
		height: 200px;
		padding-top: 10px;
	}
}
.ft-team-personal-cta {
	border-radius: 5px;
	padding: 80px 20px 70px;
	.ft-team-personal-cta-icon {
		width: 60px;
		height: 60px;
		margin: 0 auto;
		margin-bottom: 15px;
		border-radius: 100%;
		background-color: #fff;
		i {
			font-size: 35px;
			color: $base-color;
		}
	}
	.ft-team-personal-cta-text {
		color: #fff;
		h3 {
			font-size: 24px;
			font-weight: 700;
			padding-bottom: 20px;
		}
		span {
			color: #fff;
			display: block;
			font-weight: 700;
			margin-bottom: 10px;
			font-family: $heading;
		}
	}
}