:root {
	/* --main-theme-color: #2D6CDF;
  --main-theme-color-light: #328CC1; */
	--main-theme-color: #d91215;
	--main-theme-color-light: #005091;
}
.text-justify {
	text-align: justify;
}

.princi-details {
	margin-left: auto;
}

.sub-menu-active {
	background-color: #d91215 !important;
	color: #fff !important;
}

.stat thead {
	vertical-align: bottom;
	border: 1px solid #101010;
	background-color: #d91215;
	color: white;
}

.stat tr:nth-child(even) {
	background: #e8e7e7;
}

.stat {
	font-family: "Montserrat", sans-serif;
	color: #101010;
}

.stat tbody tr:hover {
	color: #d91215;
	background-color: #e8e7e7;
}

.stat td,
.stat th {
	padding: 0.75rem;
	vertical-align: middle !important;
	border: 1px solid #101010;
}

.dept-title {
	color: #d91215 !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
}

.dept-side-menu {
	list-style-type: none !important;
	border: 1px solid #000000 !important;
	border-radius: 3px;
	padding: 0 !important;
	color: #000000 !important;
}

.dept-side-menu li {
	padding: 10px 10px !important;
	font-size: 18px;
	border-bottom: 1px solid #000000 !important;
}

.dept-side-menu li a {
	text-decoration: none !important;
	color: #d91215 !important;
}

.dept-side-menu li:hover {
	cursor: pointer !important;
	background: #d91215 !important;
	color: #fff !important;
}

.dept-side-menu li:last-child {
	border: none !important;
}

/* fzl css ends */

/* bvk css start */

.bvk-list {
	font-family: Montserrat;
	font-weight: 550;
	color: #000000;
	font-size: 16px;
}

.bvk-list-text {
	font-family: Segoe UI;
	color: #707070;
	font-size: 16px;
}

.fac-arrow-btn {
	top: 40%;
	right: 15%;
	position: absolute;
	background-color: #cd5c5c;
	color: white;
	width: 20%;
}

.event-photo {
	border: 1px solid var(--vgec-text);
	margin-bottom: 15px;
	max-width: 80%;
	/* max-height: 300px; */
	height: 300px !important;
}

.event-arrow {
	top: 15%;
	right: 10%;
	position: absolute;
	background-color: #cd5c5c;
	color: white;
	width: 10%;
}

.newsletter-photo {
	max-width: 100%;
}

.stat-photo {
	width: 100% !important;
	height: 300px !important;
}

.newsletter-arrow {
	top: 8%;
	left: 85%;
	position: absolute;
	background-color: #cd5c5c;
	color: white;
	width: 15%;
}

.container {
	position: relative;
}

.headingsall {
	color: #d91215;
	font-size: 18px;
	font-weight: 900;
}

/* Add a pointer when hovering over the thumbnail images */

.cursor {
	cursor: pointer;
}

.card {
	/* Add shadows to create the "card" effect */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */

.active,
.demo:hover {
	opacity: 1;
}

.btn {
	background-color: var(--vgec-primary);
	color: #ffffff !important;
	padding: 0 20px;
	margin: 0;
	border-radius: 2em;
	border: 1px solid var(--vgec-primary);
}
.btn:hover {
	color: var(--vgec-primary) !important;
	background-color: var(--vgec-back);
	border: 1px solid var(--vgec-primary);
}

a.dropdown-item:focus {
	background-color: var(--main-theme-color);
	color: white !important;
}
