i
{
	font-family: 'fontawesome-webfont' !important;
}
/*start of css code for Learning Group Content*/
@media screen and (max-width:992px){
	.NewsG_HeadTitle{
		right: 2% !important;
	}
	.NewsG_HeadImage{
		width: 100%;
		height: 170px !important;
		background-size: cover !important;
	}
}
.NewsG_HeadImage{
	background: url("/Images/NewsGroup.jpg");
	background-size: 100% 100%;
	width: 100%;
	height: 200px;
}
.NewsG_HeadTitle{
	position: absolute;
	top: 34%;
	right: 13%;
}
.NewsG_HeadTitle h1{
	color: #fff;
	font-size: 44px;
	text-shadow: 0px 0px 4px #256e8b,0px 0px 5px rgba(255, 255, 255, 0.1),0px 1px 7px #08193a;
	font-weight: bold;
}
.NewsG_NewsBoxCont{
	background: linear-gradient(10deg,#f5fcff 0%,#fff 100%);
	box-shadow: 1px 2px 8px rgb(235, 235, 235);
	border-radius: 5px;
}
.NewsG_NewscationBox{
	box-shadow: 0px 5px 15px rgba(48, 48, 48, 0.2);
	overflow: hidden;
	border-radius: 3px;
}
.NewsG_NewsBoxImage{
	box-shadow: -1px 2px 8px rgb(235, 235, 235);
	overflow: hidden;
}
.NewsG_NewsBoxImage img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.NewsG_NewsBoxCont h3{
	color: #104d70;
	font-size: 32px;
	font-weight: bold;
}
.NewsG_NewsBoxTxt p,ol,ul,span,div{
	margin: 0;
}
.NewsG_NewsBoxCont .NewsG_NewsBoxTxt{
	font-size: 16px;
	text-align: justify;
	text-overflow: "...";
	overflow: hidden;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 30px;
}
.NewsG_SBContBtn{
	display: flex;
	justify-content: start;
	position: relative;
}
.NewsG_SBContBtn a{
	background: #24557e;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 20px;
	border-radius: 8px;
	text-decoration: none;
	transition: 0.2s linear;
}
.NewsG_SBContBtn a:hover{
	background: #3f7cad;
	padding: 5px 23px;
	transition: 0.2s linear;
}
.NewsG_SBContBtn a i{
	font-size: 12px;
	transition: 0.2s;
}
.NewsG_SBContBtn a:hover i{
	transform: translateX(-3px);
	transition: 0.2s;
}
/*end of css code for Learning Group Content*/