



/* 6 - Team Section
------------------------------------------------------------------------*/
.team-section .section-padding {
	padding-bottom: 0;
}
.team-member-box {
	color: #50525f;
	text-align: center;
	margin-bottom: 60px;
	clear: both;
	display: inline-block;
	position: relative;
	padding: 20px;
}
.team-member-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #327CCB;
	opacity: 0;
}
.team-member-box,
.team-member-box:before {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.team-member-box:hover {
	background-color: #ecf0f1;
    height: 220px;
}
.team-member-box:hover:before {
	opacity: 1;
}
.team-member-box figure {
	position: relative;
	width: 240px;
	height: 240px;
	border-radius: 100%;
	display: table;
	margin: auto;
	overflow: hidden;
}
.team-member-box figure img {
	width: 100%;
	height: auto;
	border-radius: 100%;
}
.team-member-box .member-name {
	color: #0d0d0d;
	font-size:1.625em;
	font-weight: 700;
	text-transform: uppercase;
}

.team-member-box .member-designation {
	color: #737373;
	font-size:1em;
	margin-bottom: 30px;
	position: relative;
}
.team-member-box .member-designation:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 20px;
	height: 4px;
	margin-left: -10px;
	background-color: #cccccc;
}
.team-member-box:hover .member-designation:after {
	background-color: #f39c12;
}

.social-buttons a {
	color: #b3b3b3;
}




/* 8 - Next Event Section
------------------------------------------------------------------------*/
.time-circle {
	color: #ffffff;
	text-align: center;
}
.time-circle .time-number {
	font-size: 2.3em;
	font-weight: 700;
	line-height: 170px;
	display: block;
	margin: 20px auto;
	width: 170px;
	height: 170px;


}
.time-circle .time-name {
	font-size: 1.5625em;
	font-weight: 700;
	display: inline-block;
	margin: 10px auto 45px auto;
}
.time-circle .time-number .digit {
	line-height: 45px;
	display: inline-block;
	overflow: hidden;
}
.event-btn-container {
	clear: both;
	text-align: center;
}
/* 8 - Next Event Section End
------------------------------------------------------------------------*/






/* 10.1 - Hover Effects
-------------------------------------------*/
.pricing-item:hover {
	background-color: #f2f2f2;
}
.pricing-item.even:hover {

}
.pricing-item:hover .item-head:before,
.pricing-item:hover .item-footer:after {
	opacity: 1;
}
.pricing-item:hover .item-head {
	background-color: #f39c12;
}
.pricing-item:hover .item-name:after {
	background-color: #ffffff;
}
.pricing-item:hover .item-name,
.pricing-item:hover .item-currency,
.pricing-item:hover .item-price {
	color: #ffffff;
}





/* 24 - Element Appear Effect
---------------------------------------------------------------------- */
@media screen and (min-width: 992px){
	.from-top {
		top: -50px;
		opacity: 0;
		position: relative;
	}
	.from-bottom {
		bottom: -50px;
		/*opacity: 0;*/
		position: relative;
	}

	.from-left {
		left: -80px;
		opacity: 0;
		position: relative;
	}

	.from-right{
		right: -80px;
		opacity: 0;
		position: relative;
	}
	.fade-in {
		opacity: 0;
		position: relative;
		right: 0px;
	}
}

/* 24 - Element Appear Effect End
---------------------------------------------------------------------- */