	
	body, p { 
	font-family: 'Poppins', sans-serif;
	color:#464646;
	font-size:1rem;
	line-height:1.5rem;
	font-weight:400;
	}

	p { font-size:1rem; line-height:1.5rem; }

	a { color:#000; font-weight:normal; }
	a:hover { color:#000; font-weight:normal; }
	a:visited { color:#000; font-weight:normal; }
	

	
	.padt10 { padding-top:10px; }
	.padb10 { padding-bottom:10px; }
	.padt20 { padding-top:20px; }
	.padb20 { padding-bottom:20px; }
	
	.padt40 { padding-top:40px; }
	.padb40 { padding-bottom:40px; }

	.padt50 { padding-top:50px; }
	.padb50 { padding-bottom:50px; }
	
	
	.padt100 { padding-top:100px; }
	.padb100 { padding-bottom:100px; }
	
	
	.padl100 { padding-left:50px; }
	.padr100 { padding-right:50px; }
	
	.pad20 { padding:20px; }
	.pad10 { padding:10px; }
	.pad0 { padding:0px; }
	.padr0 { padding-right:0px; }
	.padl0 { padding-left:0px; }
	
	.margin0 { margin:0px; }
	.marginb10 { margin-bottom:10px; }
	
	
	.font14 { font-size:.8rem; }
	
	
	.bold { font-weight:700; }
	
	.white, .white:visited, .white:hover { color:#fff; }
	
	.pink, .pink:visited, .pink:hover { color:#bc0e4a; }
	
	
	.black, .black:visited, .black:hover { color:#000; }
	
	.whitebg { background: #fff; }
	

	
	.table td, .table  th {  border: 1px solid #143168  !important; font-size:14px; }
	.table tr th {  background-color: #143168; color:#fff; } 
	
	.shadow { 
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.imagewrapper { 
		display: flex;
      justify-content: center;
	  align-items: center;
	  height:200px;
	  overflow:hidden;
	  
	
	}
	
.imagewrapper img { transition: 0.3s; }
.imagewrapper:hover img { transform: scale(1.2); }
	
	.grecaptcha-badge { visibility:hidden; }

	.top_links { font-size:14px; }
	.top_links_inner { font-size:13px; }

	.logo-img { height:100px; }
	.logo-img2 { height:100px; }
	.header_main { font-family:'Gelasio', serif;  font-size:1.8rem; line-height:2rem; color:#3d63df; }
	.header_title1 { font-size:1.1rem; line-height:1.5rem; color:#000; }
	
	.home_greybox_div { padding:20px; border-radius:20px; background:#fff; margin-top:-100px; z-index:10000; }
	.home_greybox_container { border-bottom:1px solid #000; display: inline-flex; justify-content: center; align-items: center; }
	.home_greybox { width:14%; padding:20px 20px; min-height:165px; margin:5px; background:#d3d3d3; text-align:center; border-radius:15px; }
	
	.header2 { font-family:'Gelasio', serif; font-weight:400; font-size:1.6rem; line-height:1.8rem; color:#000; }
	.header3 { font-weight:700; font-size:1rem; line-height:1.5rem; color:#082d58; }
	
	.img_border { border: 8px solid #d9d9d9; }
	
	.left_linked, .left_linked:visited { color:#fff; font-size:1rem; text-decoration:none; }
	.left_linked:hover { text-decoration:none; }
	
	.left_selected { background:#fff; color:#000; border:1px solid #082d58; }
	.left_selected .left_linked { color:#000; text-decoration:none; }
	.left_selected:hover { background:#e2799d; }
	
	.chevron-icon {
	transition: transform 0.3s ease;
	}

	button[aria-expanded="true"] .chevron-icon {
	transform: rotate(180deg);
	}

	#accordion .card { border-radius:0px; border:1px solid #cccccc;}
	#accordion .card-header_css {  padding: 20px; font-size: 1rem; border-radius:0px; padding:0px; }
	#accordion .card-header_css h5 { padding:5px 10px; }
	#accordion button { width:100%; white-space: normal; border:0px solid red; text-align:left; border:0px; border-radius:0px; color:#000; text-decoration:none; }
	
	.blue_button { background:#082d58; color:#fff; border:none; }
	.blue_button:hover { background:#e2799d; color:#000; }
	
	
	.contactInfo-left { padding-top: 5px; background-color: #f2f2f2; width: 80px; height: 80px; line-height: 80px; overflow: hidden; text-align: center; float: left; border-radius: 5px; border: 1px solid #ddd; 	}
	.contactInfo-left i {font-size: 35px; color: #e2799d; padding-top: 15px; }
	
	
	#btnAdmission {
    height: 0px;
    width: 69px;
    position: fixed;
    right: 0;
    top: 56%;
    z-index: 9999;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}

#btnAdmission a {
    display: block;
    border-radius: 10px 12px 0px 10px;
    background-color: #082d58;
    padding: 8px;
    width: 159px;
    height: 221px;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 600;
	text-decoration:none;
}	

#btnAdmission a:hover {
    background:#e2799d; color:#000; text-decoration:none;
}


.grecaptcha-badge { visibility:hidden; }

	
@media screen and (max-width:600px) {
		
	.padl100 { padding-left:10px; }
	.padr100 { padding-right:10px; }
	
	body, p { font-size:14px; }

	
	.pad100 { padding:20px; }
	
	.logo-img { height:auto }
	.logo-img2 { height:auto }
	.header_main { font-family:'Gelasio', serif;  font-size:1.2rem; line-height:1.3rem; color:#3d63df; }
	.header_title1 { font-size:0.8rem; line-height:1.2rem; color:#000; }

	.home_greybox_div { margin-top:20px; z-index:20000; }
	.home_greybox_container { border-bottom:1px solid #000; display: block; justify-content: center; align-items: center; }
	.home_greybox { width:45%; float:left }
}	
	


	
	