.club-porpuse {
	padding: 50px 0;
}
.club-porpuse h2 {
	color: #44546a;
	text-align: center;
	margin-top: 200px;
	font-weight: 700;
	position: relative;
}
.club-porpuse h2:before {
	content: '';
	position: absolute;
	top: -160px;
	left: 50%;
	transform: translate(-50% , 0);
	width: 70px;
	height: 132px;
	background: url('../../club/lamp.png') center;
	border-bottom: 3px solid #00bdfb;
}
.club-porpuse ul {
	padding: 30px 0 0;
	margin: 0;
	list-style: none;
}
.club-porpuse ul li {
	margin-top: 30px;
	font-weight: 700;
	position: relative;
	padding-left: 40px;
	line-height: 24px;
}
.club-porpuse ul li:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 3px;
	background: #00bdfb;
}

.club-story {
	padding: 50px 0;
}
.club-story h2 {
	position: relative;
	display: block;
	width: 150px;
	height: 150px;
	background: #00bdfb;
	border-radius: 50%;
	color: #fff;
	margin: 75px auto 0;
	text-align: center;
	font-weight: 700;
	line-height: 40px;
	padding: 40px 0;
	font-size: 20px !important;
}
.club-story h2:before {
	content: '';
	position: absolute;
	top: -15px;
	right: -15px;
	bottom: -15px;
	left: -15px;
	border-radius: 50%;
	background: #00bdfb;
	opacity: 0.3;
	z-index: -1;
}
.club-story h2:after {
	content: '';
	position: absolute;
	top: -30px;
	right: -30px;
	bottom: -30px;
	left: -30px;
	border-radius: 50%;
	background: #00bdfb;
	opacity: 0.15;
	z-index: -1;
}
.club-story ul {
	position: relative;
	padding: 100px 0 150px;
	margin-top: 0;
	list-style: none;
	overflow: hidden;
}
.club-story ul:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-50% , 0);
	width: 5px;
	background: #00bdfb;
}
.club-story ul:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50% , 0);
	width: 120px;
	height: 120px;
	background: url('../../club/tc-logo.png') center;
	background-size: contain;
	border-radius: 50%;
	border: 5px solid #00bdfb;
}
.club-story ul li {
	width: 40%;
	height: 120px;
	border-radius: 60px;
	background: #f1f1f1;
	margin-top: -50px;
	clear: both;
	position: relative;
}
.club-story ul li:nth-child(odd) {
	float: right;
	margin-right: 5%;
}
.club-story ul li:nth-child(even) {
	float: left;
	margin-left: 5%;
}
.club-story ul li:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0 , -50%);
	width: 100px;
	height: 4px;
	background: #00bdfb;
}
.club-story ul li:nth-child(odd):before {
	left: -12.5%;
}
.club-story ul li:nth-child(even):before {
	right: -12.5%;
}
.club-story ul li .year {
	position: absolute;
	top: 10px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #11d3a6;
	color: #fff;
	text-align: center;
	line-height: 50px;
	padding: 25px 0;
	font-size: 28px;
	font-weight: 700;
}
.club-story ul li:nth-child(odd) .year {
	left: 10px;
}
.club-story ul li:nth-child(even) .year {
	right: 10px;
}
.club-story ul li .title {
	position: absolute;
	top: 50%;
	transform: translate(0 , -50%);
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
}
.club-story ul li:nth-child(odd) .title {
	left: 130px;
	right: 30px;
}
.club-story ul li:nth-child(even) .title {
	right: 130px;
	left: 30px;
}
.club-mentors h2, .club-team h2, .club-contact h2, .club-h2 {
	color: #44546a;
	text-align: center;
	margin-top: 50px;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
}
.club-team {
	padding: 50px 0;
}
.club-team-item {
	margin: 30px 0;
	text-align: center;
}
.club-team-item img {
	display: block;
	margin: 0 auto 20px !important;
	width: 60%;
}
.club-team-item .club-title {
	font-weight: 700;
	font-size: 16px;
}
.club-contact {
	overflow: hidden;
}
.club-contact ul {
	padding: 0;
	margin: 70px auto 0;
	list-style: none;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	margin-bottom: -150px;
	border: 5px solid #11d3a6;
	position: relative;
}
.club-contact ul:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	height: 150px;
	background: url('../../club/contact.png') center no-repeat;
	background-size: contain;
}
.club-contact ul li {
	position: absolute;
}
.club-contact ul li i {
	color: #fff;
	width: 40px;
	height: 40px;
	background: #11d3a6;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}
.club-contact ul li:nth-child(1) {
	right: -20px;
	bottom: 50%;
}
.club-contact ul li:nth-child(2) {
	right: 40px;
	top: 5px;
}
.club-contact ul li:nth-child(3) {
	left: 40px;
	top: 5px;
}
.club-contact ul li:nth-child(4) {
	left: -20px;
	bottom: 50%;
}
.club-contact ul li span {
	position: absolute;
	font-size: 18px;
}
.club-contact ul li:nth-child(1) span {
	left: 50px;
	top: 5px;
	width: 200px;
	text-align: left;
}
.club-contact ul li:nth-child(2) span {
	left: 50px;
	top: 5px;
	width: 200px;
	text-align: left;
	direction: ltr;
}
.club-contact ul li:nth-child(3) span {
	right: 50px;
	top: 5px;
	width: 200px;
	text-align: right;
	direction: ltr;
}
.club-contact ul li:nth-child(4) span {
	right: 50px;
	top: -20px;
	width: 250px;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
}
.club-description {
	padding: 50px 0;
	font-size: 16px;
}
.mentor {
	padding: 75px 0;
}
.mentor-name {
	font-size: 20px;
	font-weight: 700;
	margin-top: 100px;
}
.mentor-position {
	color: #555;
	font-size: 16px;
	font-style: italic;
}
.mentor-img img {
	display: block;
	margin: 0 auto !important;
	width: 300px;
}

.team-team {

}
.team-team h2 {
	color: #44546a;
	margin-top: 50px;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
}
.team-team-item {
	border-radius: 50px;
	margin: 20px 0;
	height: 100px;
	padding: 10px;
	background: #f1f1f1;
	border: 1px solid #ddd;
	box-shadow: 0 3px 15px rgba(0,0,0,0.15);
	position: relative;
}
.team-team-img {
	float: right;
}
.team-team-img img {
	width: 80px;
	height: 80px;
	margin: 0 !important;
	border-radius: 40px;
	border: 1px solid #ddd;
}
.team-team-title {
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translate(0 , -50%);
}
.team-team-title small {
	display: block;
}

.phase {
	padding: 50px 0;
}
.phase ul {
	font-size: 16px;
}
.phase h2 {
	text-align: center;
	color: #44546a;
	margin-top: 50px;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
}
.phase-item {
	overflow: hidden;
	margin: 10px 0;
	font-family: sans-serif;
}
.phase-item-title {
	direction: ltr;
	float: left;
	width: 30%;
	line-height: 40px;
	font-weight: 700;
	font-size: 16px;
	position: relative;
	padding-left: 20px;
}
.phase-item-title:before {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #11d3a6;
}
.phase-item-bar {
	float: left;
	width: 70%;
	height: 40px;
	background: #e1e1e1;
	position: relative;
}
.phase-item-bar .fill {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #11d3a6;
	text-align: left;
	line-height: 40px;
	color: #fff;
	padding-left: 20px;
}
.phase-item-bar .fill-100 {
	right: 0;
}
.phase-item-bar .fill-90 {
	right: 10%;
}
.phase-item-bar .fill-80 {
	right: 20%;
}
.phase-item-bar .fill-70 {
	right: 30%;
}
.phase-item-bar .fill-60 {
	right: 40%;
}
.phase-item-bar .fill-50 {
	right: 50%;
}
.phase-item-bar .fill-40 {
	right: 60%;
}
.phase-item-bar .fill-30 {
	right: 70%;
}
.phase-item-bar .fill-20 {
	right: 80%;
}
.phase-item-bar .fill-10 {
	right: 90%;
}
.phase-item-bar .fill-0 {
	right: 0;
	background: #e1e1e1;
	color: #5c5c5c;
}
.club-team-more {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
	font-size: 16px;
}

.club-benefits {
	padding: 0;
	margin: 0;
	list-style: none;
}
.club-benefits li {
	line-height: 30px;
	border: 1px solid #11d3a6;
	padding: 10px 75px 10px 25px;
	margin: 10px 0;
	background: #f1f1f1;
	position: relative;
}
.club-benefits li span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 50px;
	color: #fff;
	background: #11d3a6;
	text-align: center;
	font-size: 24px;
	transition: all 0.2s;
	line-height: 54px;
}
.club-benefits li:hover span {
	width: 55px;
}

.team-item {
	margin: 0 0;
	text-align: center;
	padding: 30px;
}
.team-blue a {
	color: #41719c;
}
.team-blue .team-item-img {
	border: 2px solid #41719c;
}
.team-green .team-item-img {
	border: 2px solid #507e32;
}
.team-green a {
	color: #507e32;
}
.team-item .team-item-img {
	display: block;
	margin: 0 auto !important;
	width: 140px;
	padding: 10px;
	background: #fff;
	border-radius: 50%;
}
.team-item .team-item-img img {
	width: 100%;
	border-radius: 50%;
	margin: 0 !important;
}
.team-item-title {
	line-height: 30px;
	padding: 10px;
	border-radius: 25px;
	background: #fff;
}
.team-blue .team-item-title {
	color: #41719c;
	font-weight: 700;
}
.team-green .team-item-title {
	color: #507e32;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.club-story {
		padding: 0;
	}
	.club-story ul {
		padding: 50px 0 175px;
		margin-top: 0;
	}
	.club-story ul li {
		width: 100%;
		margin-top: 20px;
	}
	.club-story ul li:nth-child(odd) {
		float: none;
		margin-right: 0;
	}
	.club-story ul li:nth-child(even) {
		float: none;
		margin-left: 0;
	}
	.club-story ul li:before {
		display: none;
	}
	.club-story ul li .title {
		line-height: 24px;
		font-size: 14px;
		font-weight: 400;
		text-align: right;
	}
	.club-mentors h2, .club-team h2, .club-contact h2 {
		font-size: 20px !important;
		margin-bottom: 0;
	}
	.club-team-item {
		font-size: 12px;
		line-height: 22px;
	}
	.club-team-item img {
		width: 80%;
	}
	.club-team-item .club-title {
		font-weight: 700;
		font-size: 14px;
	}
	.club-contact ul {
		padding: 0;
		margin: 0;
		width: 100%;
		height: auto;
		border-radius: none;
		margin-bottom: 0;
		border: none;
		position: relative;
	}
	.club-contact ul:after {
		display: none;
	}
	.club-contact ul li {
		position: inherit;
		margin: 10px 0;
	}
	.club-contact ul li i {
		color: #fff;
		width: 40px;
		height: 40px;
		background: #11d3a6;
		border-radius: 50%;
		text-align: center;
		line-height: 40px;
		font-size: 20px;
	}
	.club-contact ul li:nth-child(1) {
		right: inherit;
		bottom: inherit;
	}
	.club-contact ul li:nth-child(2) {
		right: inherit;
		top: inherit;
	}
	.club-contact ul li:nth-child(3) {
		left: inherit;
		top: inherit;
	}
	.club-contact ul li:nth-child(4) {
		left: inherit;
		bottom: inherit;
	}
	.club-contact ul li span {
		position: inherit;
		font-size: 18px;
		display: inline-block;
	}
	.club-contact ul li:nth-child(1) span {
		left: inherit;
		top: inherit;
		width: auto;
		text-align: right;
	}
	.club-contact ul li:nth-child(2) span {
		left: inherit;
		top: inherit;
		width: auto;
		text-align: right;
		direction: ltr;
	}
	.club-contact ul li:nth-child(3) span {
		right: inherit;
		top: inherit;
		width: auto;
		text-align: right;
		direction: ltr;
	}
	.club-contact ul li:nth-child(4) span {
		right: inherit;
		top: inherit;
		width: auto;
		text-align: right;
		font-size: 14px;
		line-height: 24px;
		display: inline;
	}
	.club-description {
		padding: 20px 0;
		font-size: 16px;
	}
	.mentor {
		padding: 25px 0;
	}
	.mentor-name {
		margin: 0;
	}
	.mentor-img img {
		margin: 30px auto !important;
	}

	.phase {
		padding: 30px 0;
	}
}