	.news-events-div

			{

			background: #8d0712;

			padding: 9%;

			margin-top: 10%;
			width: 250px;

			}

			.news-events-header

			{

			color: white;

			font-size: 16px;

			/* font-weight: 550; */

			font-family: Tahoma;

			margin: 0px;

			}

			.hr-news

			{

			width:100%;

			background:white;

			}

			.news-events-one-div {

			padding: 2% 0% 2% 0%;

			}

			.title-red{

			color:white;

			}

			.category-box{

			font-family: Tahoma;

			font-size: 13px;

			color: white;

			text-decoration: none;

			}

			.span-down{

			float: right;

			margin-top: 40%;

			margin-right: 30%;

			}

			.alert {

			font-family: Tahoma;

			font-size: 11px;

			font-weight: bold;

			text-transform: none;

			color: #FFFFFF;

			background-color: #8d0712;

			line-height: 25px;

			}
			.nocontent-index {
    font-family: Tahoma;
    font-size: 12px;
    line-height: 25px;
    color: #8d0712;
    padding-left: 71px;
    margin-top: 5px;
}
.title-red{
	color:#8d0712;
}
@media (max-width: 767px){
.carousel-inner .carousel-item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
    width: 100%;
    height: 200px;
}
}

