﻿.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
top:35% !important;
right:28% !important;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left{
top:35% !important;
left:28% !important;

}

#nextIcon {
	background-color: black;
	width: 10%;
	height: 15%;
	position: absolute;
	top: 261px;
	right: 0px;
}

#prevIcon {
	background-color: black;
	width: 10%;
	height: 15%;
	position: absolute;
	top: 261px;
	left: 4px;
}

.imageStyle {
	width: 58%;
	height: 301px;
	float: left;
	padding-top: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#contentBG {
	width: 42%;
	height: 301px;
	float: left;
	padding-top: 40px;
	background-color: #9ac287;
}

#whiteCircle {
	height: 40px;
	width: 40px;
	margin-left: 31px;
	display: inline-block;
	border: 1px solid white;
	border-radius: 50px;
	background-color: white;
}

#contentPara {
	padding: 0px 40px;
	font-weight: 700;
	height:71px;
	overflow:hidden;
	
}
#contentParaTitle{
	color:black;
}
#reportType{
	padding: 0px 40px;
	font-weight: 500;
	color:white;
	height:45px;
	overflow:hidden;


}

#contentDate {
	float: left;
	padding-left: 20px;
	color: whitesmoke;
    transform: translateY(52px);
}
 