/*-------------------Resear Chcenter--------------------*/

.ResearchCentersBanner {
	position: relative;
}
.ResearchBannerNav {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 113, 188, .5);
	width: 100%;
}
.ResearchBannerNav ul{
	margin: 0;
	padding: 0;
}
.ResearchBannerNav ul li {
	list-style: none;
	float: left;
}
.ResearchBannerNav ul li a {
	display: block;
	padding: 25px 20px;
	font-family: 'Open Sans';
    font-weight: 600;
	font-size: 18px;
	color: #FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color=#353434)";/*IE 8*/
	text-shadow: 0px 0px 1px #353434;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color=#353434); /*IE 5.5-7*/
	text-transform: lowercase;
	-webkit-transition: all 0.5s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease;/* Firefox 4-15 */
	-o-transition: all 0.5s ease;/* Opera 10.5-12.00 */
	transition: all 0.5s ease;/* Firefox 16+, Opera 12.50+ */
}
.ResearchBannerNav ul li.banglalightlogo a {
	background: url(../images/banglalight.png) no-repeat center;
	width: 170px;
	text-indent: -9999px;
}
.ResearchBannerNav ul li a:hover {
	background-color: rgba(0, 113, 188, 1);
}
.lg-widget-title {
	border-bottom: 1px solid #a9a9a9;
	padding-bottom: 5px !important;
	margin-bottom: 10px !important;
	font-family: 'Open Sans';
    font-weight: 300;
	font-size: 36px !important;
	margin: 0;
}
.parent-pageid-47 .lg-widget-title {
	color:#0071BC;
}
.parent-pageid-47 .TeamBox h3 {
	position: absolute;
	background-color: rgba(0, 113, 188, .5);
	bottom: 0;
	display: block !important;
	padding: 12px 10px 10px 12px !important;
	font-family: 'Open Sans';
    font-weight: 700;
	width: 100%;
	color: #FFF;
	font-size: 14px;
}

