.expert_bx .view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 20px;
	padding: 10px;
	text-transform: none;
	margin-bottom: 0;
	font-family: 'Gotham';
	transform: translateY(225px);
}
.view h2::after {
	content: '';
	background-color: #fff;
	height: 2px;
	width: 25px;
	display: table;
	margin: 15px auto;
}
.expert_bx .view h2::after {
	content: '';
	background-color: #fff;
	height: 2px;
	width: 25px;
	display: table;
	margin: 15px auto;
}
.expert_bx label img {
	display: inline-block;
}
.mask{
	display:block !important;
}
.meet_expert_bx {
	background-color: #2b305a;
	min-height: 420px;
	overflow: hidden;
	padding: 25px;
}
.expert_bx {
	display: block !important;
	width: 100%;
	float: left;
	margin-top: 24px;
	margin-left: 0px;
	margin-right: 0px;
}
.expert_bx > .view > img {
	max-width: 100%;
}
.view {
	margin: 4px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: top;
	background-origin: content-box;
}
.expert_bx .view-first .mask {
	opacity: 1;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.70));
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 100%;
	height: 100%;
	padding: 0px 15px;
}
.expert_bx .mask p {
	text-align: center;
	transform: translateY(210px);
	color: #fff;
	font-family: 'Gotham';
	margin-bottom: 0;
}
.expert_bx label {
	color: #fff;
	font-size: 12px;
	transform: translateY(215px);
}
.info_btns {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(280px);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #fff;
}
.info {
	background-color: #ffb01b;
	color: #fff;
	font-weight: 600;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
}
.expert_bx:hover .view-first h2 {
	transform: translateY(140px);
	transition: all 0.2s linear;
}
.expert_bx:hover .mask p {
	transform: translateY(125px);
	transition: all 0.4s ease-in-out;
	margin-bottom: 0;
}
.expert_bx:hover label {
	transform: translateY(135px);
	transition: all 0.4s ease-in-out;
}
.expert_bx .view-first:hover .info_btns {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
	opacity: 1;
	transform: translateY(160px);
}
.view-first:hover a.info {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
	color: #fff;
}
.info img {
	margin-right: 10px;
	height: 20px;
	top: 0;
}
.meet_expert_hd {
	font-size: 25px;
	margin-top: 35px;
	font-family: 'Gotham';
}
.btn_back_home {
	background-color: #ffb01b;
	color: #fff !important;
	font-size: 18px;
	padding: 8px 22px;
	float: right;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-right: -5px;
	font-family: 'Gotham';
}
.meet_expert {
	margin-bottom: 80px;
}
/* meet-expert-memory-content-section starts */
.meet-expert-memory-content-section {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #2597a3;
	margin-bottom: 0px;
}
.meet-expert-memory-content-section h2 {
	margin-bottom: 15px;
	text-align: left;
	color: #fff;
}
.meet-expert-memory-content-section p {
	color: #fff;
}
.meet-expert-memory-content-section img {
	border-radius: 25px;
	border: 15px solid #4e9ea7;
	width: 80%;
}
/* meet-expert-memory-content-section ends */
footer {
	margin-top: 0px;
}