.banner h4 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
}
.banner h4::after {
    content: '';
    width: 50px;
    height: 2px;
    display: table;
    margin: 7px auto;
    background-color: #fff;
}
ul.latest_updt{
padding-left:5px;
}
.latest_updt li {
	list-style: none;
	/*background-color: #f4f3f3;*/
	margin-bottom: 25px;
	border-bottom: solid 1px #dedede;
	position: relative;
}
.latest_updt li:last-child {
  border-bottom: none;
}
/*.latest_updt li:after {
    content: '';
    height: .4em;
    width: .4em;
    background: #4c7ffb;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 1.2em;
    left: 0;
}*/

.latest_updt li h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	padding: 10px 10px 5px 0px;
	color: #4d83fb;
}
.latest_updt .date-section {
	font-size: 12px;
	display: block;
	/*border-bottom: solid 1px #dedede;*/
	padding: 0px 5px 5px 20px;
	font-weight: 500;
	color: #444;
}
.latest_updt p{
	 display: inherit;
    margin: 0;
    color: #333;
    /* width: 80%; */
    /* border-left: dashed 1px #ccc; */
    /* margin-left: 50px; */
    padding: 15px 0px !important;
    position: relative;

    padding-top: 5px !IMPORTANT;
}
/*.latest_updt p::after {
	content: '';
	background-color: #ccc;
	height: 10px;
	width: 10px;
	display: block;
	position: absolute;
	border-radius: 100%;
	left: -5px;
	bottom: 0;
}*/
.latest_updt a{
	text-decoration:none !important;
}
.latest_updt a:hover{
	text-decoration:none !important;
}
.latest_updt a:hover li {
	background-color: #eeeeee;
	transition: all 0.7s;
	box-shadow: 1px 1px 3px 0px #888;
}
.latest_updt_view {
	/*background-color: #eeeeee;*/
	padding: 30px;
	margin-bottom:30px;
}

.latest_updt_view h2 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #4d83fb;
}
.latest_updt_view .date {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	font-weight: 500;
}
.latest_updt_view .date::after {
	content: '';
	display: block;
	background-color: #999;
	height: 1px;
	width: 45px;
	margin-top: 10px;
}
.latest_updt_view p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #333;
  display: block;
}
.view-more-button {
	background-image: linear-gradient(-90deg, #4c7ffb, #55a9fa);
	padding: 10px 20px;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
	margin: 26px auto !important;
	box-shadow: 0 2px 10px rgba(0,0,0,.175) !important;
	display: table;
	margin-top:0px !important;
}
