@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800');



.bodyDesign {
	background-color: #e6eb60;
	margin-top: 150px;
	max-width: 100%;
}



.logo {
	background-color: #e6eb60;
	border-radius: 10px;
	max-width: 100%;
}

img {
	max-width: 100%;
}

footer {
	background-color: #316b91;
	height: 5vw;

	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	max-width: 100%;
}
.gridView {
	max-width: 100%;
}
.copy {
	color: #FFF;
	display: table;
	float: right;
}

.subBody1 {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #fafbfc;
	background-color: #0d0833;

	border-top: 5px solid#e6eb60;
	border-bottom: 5px solid#e6eb60;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	max-width: 100%;
	min-height: 100vh;
}



.top-nav {
	background-color: #0d0833;
	margin-left: 1vw;
	margin-right: 1vw;
	height: 150px;
	border-top: 5px solid #e6eb60;
	border-bottom: 2px solid #e6eb60;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	max-height: 100%;
	max-width: 100%;
	
}
.nav-item {
	background-color: #0d0833;
	padding-left: 0.5vw;
}

.navbar-toggler {
	padding: .2vw .2vw;
	color: #e6eb60;
	border: none;
}


.headerclass {
	margin-left: auto;
	margin-right: auto;
}

a.btn-primary {
	background-color: #e6eb60;
	border-color: #e6eb60;
}

	a.btn-primary:hover {
		background-color: #5ec549;
		border-color: #5ec549;
	}

button.btn-primary {
	background-color: #e6eb60;
	border-color: #e6eb60;
}

	button.btn-primary:hover {
		background-color: #5ec549;
		border-color: #5ec549;
	}

a.btn-secondary {
	background-color: #e6eb60;
	border-color: #e6eb60;
}


	a.btn-secondary:hover {
		background-color: #5ec549;
		border-color: #5ec549;
	}

button.btn-secondary {
	background-color: #e6eb60;
	border-color: #e6eb60;
}

	button.btn-secondary:hover {
		background-color: #5ec549;
		border-color: #5ec549;
	}


.homepage {
	text-align: center;
	
}


.navbar-expand-lg .navbar-nav .nav-link {
	color: #fafbfc;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.nav-link:hover {
	background: #e6eb60;
	color: #000000 !important;
	border-radius: 4.8px;
}

.nav-link.active {
	background: #e6eb60;
	color: #000000 !important;
	border-radius: 4.8px;
}






.slider-main {
	height: 50vw;
	width: 100vw;
	max-height: 100%;
	max-width: 100%;
}


	.slider-main .carousel .carousel-inner .carousel-item:before {
		content: "";
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		object-fit: cover;
	}

.carousel-item {
	height:50vw;
	width: 100vw;
	background: no-repeat center center scroll;
	background-size: cover;
	min-width: 100%;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}




.card-img {
	overflow: hidden;
	position: relative;
}


.footerdiv {
	margin-left: 1%;
	margin-right: 1%;

}

.footerTable {
	margin-top: auto;
	table-layout: fixed;
	width: 100%;
	max-width: 100%;
	display: table;
	float: left;
	border-radius: 50%;
	font-size:10px;
}



.breadcrumb-main .breadcrumb {
	background: #e6eb60;
}

	.breadcrumb-main .breadcrumb li a {
		color: #07131f;
	}

	.breadcrumb-main .breadcrumb li {
		color: #07131f;
	}

.breadcrumb-main .breadcrumb-item + .breadcrumb-item::before {
	color: #07131f;
}


	
.container {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	min-height: 100%;
}






@media (min-width:768px) and (max-width:991px) {
	.navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after {
		position: absolute;
		top: 18px;
		right: 6px;
		color: #e6eb60;
	}
}

@media screen and (max-width:767px) {
	.navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after {
		position: absolute;
		top: 18px;
		right: 6px;
		color: #e6eb60;
	}

}

@media (min-width:320px) and (max-width:575.98px) {
	.navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after {
		position: absolute;
		top: 18px;
		right: 6px;
		color: #e6eb60;
	}


}


.textBox  {
	min-width: 18vw;
	border-radius: 5px;
	border-style: inset;
	height: 30px;
	text-wrap: normal;
}

.listBox {
	min-width: 18vw;
	max-width:18vw;
	border-style: inset;
	height: 65px;
	text-wrap: normal;
	border-radius: 5px;
	overflow-y: hidden;
}

.listBox1 {
	overflow-y: hidden;
	height: 60px;
}

.lblStudents {
	min-width: 10vw;	
	color:yellow;
	text-transform:uppercase;
}
.lblFees {
	color: yellow;
	text-transform: uppercase;
}
.lblHeading {
	min-width: 40vw;
	color: red;
	font-weight: bold;
}




	.lbl {
	min-width: 10vw;
}
.fileUpload {
	min-width:30vw;
}



.fullWidth {
	padding:0px;
	margin:0px;
	width: 100% !important;
}


.myTables {
	margin-left: auto;
	margin-right: auto;
	background-color: #316b91;
	border-radius: 1vw;
	
}

.myTables a{
	color:yellow;
	text-decoration:underline;
}

	.myTables td {
		padding: .2vw;
		resize: horizontal;		
	}

.table-striped td {
	padding: .5vw 1vw;
}
.table-striped th {
	padding: .5vw 1vw;
}
.table-bordered td, .table-bordered th {
	border-width: .2vw;
	border-style: none  unset;
	border-color: rgba(29, 69, 122,.5)
}
.innerTables {
	margin: 1vw;
}
.validatorMsg{	
	color:red;
}
.bttn {
	background-color: #e6eb60;
	border-color: #e6eb60;
	color: black;
	border-radius: 3px;
}
chkBox {
	width: 100px;
	height: 80px;
}
input[type='checkbox']:after {
	width: 18px;
	height: 18px;
	border-radius: 2px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #e01223;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #201c8a;
	transition: 0.2s ease;
	cursor: pointer;
}

input[type='checkbox']:checked:after {
	background-color: #1c8a40;
}

