body {
	color:	rgb(94, 94, 94);
}

.topSpacing {
	margin-top: 40px;
}

.smallSpacing {
	margin-top: 20px;
}

.btn-primary {
	font-weight: bold;
	background-color: rgb(40, 56, 120);
	border-color: rgb(40, 56, 120);
}

.bannerImage {
	width: 100%;
	margin-botom:40px;
}

.categoryBody:hover .categoryHeading {
	transform: scale( 0.9 );
}

.categoryImage {
	width: 100%;
}
	
@media screen and ( max-width: 992px ) {
	.categoryImage {
		height: 160px;
		object-fit: cover;
		object-position: center;
	}
}

.categoryHeading {
	transition: transform 0.5s;
	font-weight: bold;
	font-size:	23px;
	padding-left:	15px;
	padding-right:	15px;
}

.pdfCard {
	padding-top: 20px;
	padding-bottom:20px;
}

.blue_bold {
	color: rgb(40, 56, 120);
	font-weight: bold;
}

.card p {
	margin-bottom: 0.3rem;
}

.card-title {
	margin-bottom: 0;
}

.banner_title {
	background-color: rgb(40, 56, 120);
	color: #fff;
	text-align: center;
	height: 38px;
	padding-top: 6px;
}

.line_heading {
	margin-top: 40px;
	text-align: center;
	background: linear-gradient(#ffffff 0%, #ffffff 49%, #000000 50%, #000000 51%, #ffffff 52%, #ffffff 100%);
	margin-bottom: 25px;
}

.line_heading > span {
	background: #fff;
	padding: 0 20px;
	position: relative;
	z-index: 5;
}

.videoContainer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.videoContainer > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.general_map {
	border: 0;
	width: 100%;
	height: 400px;
}

.carousel {
	margin-bottom: 30px;
}

.carousel-control-next, .carousel-control-prev {
	bottom: -30px;
	top: auto;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.CenterImage {
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.FloatRight {
	float: right;
	max-width: 50%;
	max-height: 50%;
}

.FloatLeft {
	float: left;
	max-width: 50%;
	max-height: 50%;
}

.container-fluid {
	clear: both;
}
