﻿/*All setup css
https://www.w3schools.com/css/css_examples.asp
*/

.TopBanner {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	background: #1e4d72;
	text-align: center;
	padding:0px;
	margin:0px;
	height:18%;
	width:100%;
	}

.TopBanner img {
	width:100%;
	height:100%;
	object-fit:cover;
	}
	
.TopBanner h5 {
	position: absolute;
	top: 265px; 
	left:0px;
	width: 60%;
	text-align:left;
	}
    
.TopBanner h5 span { 
	color:#FFD700;
	text-shadow: 1px 0px 1px #000;
	font-size:20px;
	font-weight:bold;
	letter-spacing: 2px;
	word-spacing:2px;
	padding: 5px; 
	}

/*-------Vision-Mission Begins ------------------*/

.Text-Container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	margin-top:5px;
	padding:auto;
	height:auto;
	margin:auto;
	width:90%;
	text-align: center;
	align-items: center;
	align-content: center;
	}

.Text-Head {
	color: #1e4d72;
    		/*text-shadow: 1px 0px 1px #B8860B;*/
	text-shadow: 1px 0px 1px #000;
	text-align: center;
	word-spacing:2px;
	letter-spacing:2px;
	font-size:27px;
	font-weight:bold;
	width:35%;
	font-family: "Sofia", montserrat, sans-serif;
	padding:5px;
	margin:5px;
		
	border-style: solid;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-color:#FF8C00;
	border-bottom-color:#FF8C00;
	border-top-width: 0px;
	border-left-width: 0px;
	border-radius:10px;
	}

.All-Text {
	color: #000000;
	text-align: justify;
	padding: 10px;
	margin:10px;
	word-spacing:3px;
	letter-spacing:1px;
	line-height:30px;
	font-size:22px;
	font-family: "Sofia", montserrat, sans-serif;    
	object-fit: cover;
	width:98%;
	}

.All-Text b {
	color: #8B0000;
	letter-spacing:1px;
	font-weight:bold;
	font-size:22px;
	text-decoration:none;
   	}

/*-------Vision-Mission Ends ------------------*/

/*-------Principal MSG Begins ------------------*/
	
.All-Text p {
	color:#8B0000;
	font-weight:bold;	
	}
    	
.All-Text h4 {
	color:#008B8B;
	font-weight:bold;	
	font-size:22px;
	text-align:right;
	}

.All-Text img {
	width:280px;
	height:300px;
	border:3px solid #FF8C00;
	border-radius:8px;
	}

.Textwrap{
	float:left;
	margin-top:20px;
	margin-left:1px;
	margin-right:30px;
	margin-bottom:20px;
	}

.All-Text a{ 
	color: #8B0000;
	letter-spacing:1px;
	font-weight:bold;
	font-size:22px;
	}
     
.All-Text a:hover{ 
	color:#1e4d92;   
	background:#FFD700; 
     	}

/*-------Principal MSG Ends ------------------*/

/*-------Board of Governers Begins ------------------*/
.Rec-container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	padding:3px;
	margin-top:12px;
	height:auto;
	width:100%;
	text-align: center;
	background-image:url("/imagesM/BG.jpg");
    	}

.Rec1 {
	margin: auto;
	padding:auto;
	height:100%;
	width:80%;
	margin-top:12px;
	background-image:url('/imagesM/BG.jpg');
	}
	    
.Rec1 img {
	height:280px;
	width:270px;
	border-radius:15%;
	border:2px solid #FF8C00;
	box-shadow:  5px 5px 5px grey;
	z-index:99; 
    	} 

.Rec1 h5 {
    	color:#8B0000;   
    	text-shadow: 0px 0px 1px #B8860B;
    	text-align: center;
    	padding: 5px;
    	margin:5px;
    	word-spacing:3px;
    	letter-spacing:1px;
    	font-size:24px;
    	font-weight: bold;    	
    	}
    	
.Rec1 h6 {
	color: #2F4F4F;
	text-align: center;
	padding: 0px;
	margin:0px;
	word-spacing:1px;
	letter-spacing:1px;
	font-size:22px;
	}
.Rec1 h1 {
	font-size:16px;
	}
/*-------Board of Governers Ends ------------------*/

/*-------Staff & Committee & Uniform  Begins ------------------------------------*/	

.MyTable {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;        
	padding:auto;
	margin:auto;
	margin-top:20px;
	height:auto;
	width:100%;
	}
	    
.MyTable table {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	border-collapse: collapse;
	background:#F5F5DC;
	}

.MyTable th {
	padding: auto;
	text-align: left;
	background-color: #1e4d72;
	color:#fff;   
	border-bottom:1px solid #00008B;
	font-size:20px;
	}

.MyTable td {
	margin:5px;	
	padding:5px;
	text-align: left;
	font-family: "Sofia", montserrat, sans-serif;
	font-size:21px;	
	}

#Department td {
	text-align: center;
	background-color:#EEE8AA;
	color:#8B0000;		
	font-size:20px;
	font-weight:bold;
	font-family: "Sofia", montserrat, sans-serif;
	border-bottom:1px solid #FFA500;
	}

#Comittee td {
	text-align: left;
	background-color:#EEE8AA;
	color:#8B0000;		
	font-size:20px;
	font-weight:bold;
	font-family: "Sofia", montserrat, sans-serif;
	border-bottom:1px solid #FFA500;
	}

.style11 {
	font-size: 20px;
	font-weight: bold;
	color: #FF8C00;		
	}

.style12 {
	font-size: 20px;
	font-weight: bold;
	color:#00BFFF; 
	}
/*-------Staff & Committee  & Uniform Ends ------------------------------------*/	

/*-------Facility Begins ---------------------------------------------*/

.Facility-container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	align-content: center;        
	padding:auto;
	margin:auto;
	height:auto;
	width:80%;
	}

.Facility-container h5 {
	width:100%;
	height:auto;
	padding:5px;
	margin:auto;
	background-color:#EEE8AA;
	color:#8B0000;	
	word-spacing:5px;
	letter-spacing:2px;
	font-weight:bold;
	font-size:22px;
	font-family: "Sofia", montserrat, sans-serif;    

	border-style: solid;
	border-left-width: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-color:#FF8C00;
	border-top-color:#FF8C00;
	border-right-color:#FF8C00;
	border-bottom-color:#FF8C00;	
	}

.Facility-container img {
	height:450px;
	width:100%;
	border-style: solid;
	border-left-width: 2px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-color:#1e4d72;
	border-top-color:#1e4d720;
	border-right-color:#1e4d720;
	border-bottom-color:#1e4d720;
	}

/*-------Facility Ends ------------------------*/

/*-------Cultural Facility Begins ------------------------*/
.Cul-container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	align-content: center;        
	padding:auto;
	margin:auto;
	height:auto;
	width:90%;

	border-style: solid;
	border-left-width: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-color:#FF8C00;
	border-top-color:#FF8C00;
	border-right-color:#FF8C00;
	border-bottom-color:#FF8C00;	
	}

.Cul-Detail h5 {
	width:100%;
	height:auto;
	padding:2px;
	margin:auto;
	background-color:#EEE8AA;
	color:#8B0000;	
	word-spacing:5px;
	letter-spacing:2px;
	font-weight:bold;
	font-size:22px;
	font-family: "Sofia", montserrat, sans-serif;    

	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-color:#FF8C00;
	border-top-color:#FF8C00;
	border-right-color:#FF8C00;
	border-bottom-color:#FF8C00;	
	}

.Cul-Detail img {
	height:400px;
	width:685px;
	}

/*-------Cultural Ends ------------------------*/

/*-------Admission Begins ------------------------*/

.Admission-Container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: left;
	align-content: left;        
	padding:auto;
	margin:auto;
	margin-top:20px;
	height:auto;
	width:90%;
	}

.Admission-Detail {
	width:100%;
	height:auto;
	padding:5px;
	margin:0px;
	}

.Admission-Detail h5 {
	width:100%;
	height:auto;
	padding:2px;
	margin:auto;
	background-color:#EEE8AA;
	color:#8B0000;	
	text-align: left;
	word-spacing:5px;
	letter-spacing:2px;
	font-weight:bold;
	font-size:22px;
	font-family: "Sofia", montserrat, sans-serif;    

	border-style: solid;
	border-left-width: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-color:#FF8C00;
	border-top-color:#FF8C00;
	border-right-color:#FF8C00;
	border-bottom-color:#FF8C00;	
	}

.All-Text ul {
	background:#fff;
	padding:10px;
	}

.All-Text ul li{
	text-decoration:none;
	list-style-type:square;
	list-style-position:outside;
	padding: 5px;
	margin:2px;
	color: #000000;
	text-align: justify;
	word-spacing:3px;
	letter-spacing:1px;
	line-height:30px;
	font-size:22px;
	font-family: "Sofia", montserrat, sans-serif;    
	object-fit: cover;
	width:100%;
	}

/*-------Admission Ends ------------------------*/

/*-------Fee Structure Begins ------------------*/	

.FeeTable {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: left;
	align-content: left;        
	padding:auto;
	margin:auto;
	margin-top:20px;
	height:auto;
	width:100%;
	}
	    
.FeeTable table {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	border-collapse: collapse;
	background:#F5F5DC;
	}

.FeeTable th {
	padding: auto;
	text-align: left;
	background-color: #1e4d72;
	color:#fff;   
	border-bottom:1px solid #00008B;
	font-size:20px;
	}

#ClassName {
	text-align: left;
	font-size:18px;
	font-weight:bold;
	font-family: "Sofia", montserrat, sans-serif;
    	}

#FeeHead {
	text-align:left;
	background-color:#EEE8AA;
	color:#8B0000;		
	font-size:20px;
	font-weight:bold;
	font-family: "Sofia", montserrat, sans-serif;
	border-bottom:1px solid #FFA500;
	}

.FeeTable td {
	margin:5px;	
	padding:5px;
	text-align: right;
	font-family: "Sofia", montserrat, sans-serif;
	font-size:18px;	
	}
/*-------Fee Structure Ends ------------------*/


/*-------NEWS Begins ------------------------*/

.News-container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	align-content: center;        
	padding:auto;
	margin:auto;
	height:auto;
	width:90%;
	}

.NewsDetail {
	height:100%;
	width:80%;
	padding:auto;
	margin:auto;
	}

.NewsDetail h5 {
	width:100%;
	height:auto;
	padding:5px;
	margin:auto;
	color:#1e4d72;			
	word-spacing:3px;
	letter-spacing:2px;
	font-weight:bold;
	font-size:22px;
	font-family: "Sofia", montserrat, sans-serif;  
	}

.NewsDetail b {
	width:100%;
	height:auto;
	padding:5px;
	margin:auto;
	color:#8B0000;			
	word-spacing:5px;
	letter-spacing:2px;
	font-size:16px;
	font-family: "Sofia", montserrat, sans-serif;    
	}

.NewsDetail p {
	color: #000000;
	text-align: justify;
	padding:20px;
	margin:10px;
	word-spacing:2px;
	letter-spacing:1px;
	line-height:30px;
	font-size:22px;
	font-family: "Sofia", montserrat, sans-serif;    
	object-fit: cover;
	width:100%;
	overflow:hidden;

	border-style: solid;
	border-left-width: 0px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-color:#FF8C00;
	border-top-color:#FF8C00;
	border-right-color:#FF8C00;
	border-bottom-color:#FF8C00;	
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	}
  
#ReadMore {
     background:#1e4d92;  
     color: #fff;
     width:150px;
     height:100px;
     padding:5px;
     margin:5px;
     text-align: center;
     border-radius:3px;
     word-spacing:3px;
     letter-spacing:2px;
     font-size:18px;
     font-weight:bold;
     text-decoration:none; 
     }
	      
#ReadMore:hover {
     color:#1e4d92;
     background:#FFD700;
     border-radius:3px;
     border:3px solid #1e4d92;
    }

/*-------NEWS Ends ------------------------*/

/*-------EVENTS Begins ------------------------*/

.Event-container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;        
	padding:auto;
	margin:auto;
	height:auto;
	width:95%;
	}

.Event-Details {
	height:auto;
	width:25%;
	padding:auto;
	margin:auto;
	margin-top:20px;
	border-style: dotted;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-color:#FF8C00;
	border-top-color:#FF8C00;
	border-right-color:#FF8C00;
	border-bottom-color:#FF8C00;	
	border-bottom-left-radius: 0px;
	border-bottom-right-radius:0px;
	}

.Event-Details img {
	height:200px;
	width:280px;
	box-shadow:  5px 5px 5px grey;

	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-color:#1e4d72;
	border-top-color:#FF8C00;
	border-right-color:#FF8C00;
	border-bottom-color:#FF8C00;	

	border-top-left-radius: 10px;
	border-top-right-radius:10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius:10px;
	}

.Event-Details h5 {
	width:100%;
	height:auto;
	padding:5px;
	margin:auto;
	color:#1e4d72;			
	word-spacing:3px;
	letter-spacing:2px;
	font-weight:bold;
	font-size:20px;
	font-family: "Sofia", montserrat, sans-serif;  
	}

.Event-Details b {
	width:100%;
	height:auto;
	padding:5px;
	margin:0px;
	color:#8B0000;			
	word-spacing:2px;
	letter-spacing:1px;
	font-size:14px;
	font-family: "Sofia", montserrat, sans-serif;    
	}

.Event-Details h5 a {
	text-decoration:none;
	}

.Event-Details h5 a:hover {
	color:#000;
	background:#FFD700;
	}

.Event-Details img:hover {
	border-style: solid;
	border-left-width: 5px;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-color:#FF8C00;
	border-top-color:#FF8C00;
	border-right-color:#FF8C00;
	border-bottom-color:#FF8C00;	
	}

.PreNext {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	padding:auto;
	margin:auto;
	height:auto;
	width:90%;
	}

.PreNext img {
	width:35px;
	height:25px;
	/*box-shadow:  5px 5px 5px grey;*/
	}

/*------- EVENTS Ends ------------------------*/

/*-------Download Begins ------------------------*/

.Dwnld-Text {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	align-content: center;
	padding:auto;
	margin:auto;
	width:90%;
	}

.Dwnld-Text p {
	padding: 10px;
	margin:10px;
	line-height:10px;
	text-align: center;
	word-spacing:3px;    
	letter-spacing:1px;
	font-weight:bold;
	font-size:22px;
	font-family: "Sofia", montserrat, sans-serif;
	width:30%;
	height:auto;
	background:#1e4d92;  
	color: #fff;
	}

.Dwnld-Text img {
	width:40%;
	height:50%;
	border:3px solid #1e4d72;
	box-shadow:  5px 5px 3px grey;
	}

.Dwnld-Text p a{ 
	color: #ffffff;
	text-decoration:none; 
	}
     
.Dwnld-Text p a:hover{ 
	color:#000;    
	}

.Dwnld-Text p:hover {
	color:#000;
	background:#FFD700;
	}

/*-------Download Ends ------------------------*/


/*-------Contact Begins ------------------------*/

.Contact-container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	align-content: center;        
	padding:5px;
	margin:5px;
	height:auto;
	width:100%;
	}

.ContactDetail {
	height:auto;
	width:80%;
	padding:auto;
	margin:auto;
	box-shadow:  5px 5px 5px grey;
	}

.ContactDetail h5 {
	width:100%;
	height:auto;
	padding:5px;
	margin:auto;
	background-color:#FF8C00;	
	color:#1e4d72;			
	word-spacing:5px;
	letter-spacing:2px;
	font-weight:bold;
	font-size:22px;
	font-family: "Sofia", montserrat, sans-serif;    

	border-style: solid;
	border-left-width: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-color:#FF8C00;
	border-top-color:#FF8C00;
	border-right-color:#FF8C00;
	border-bottom-color:#FF8C00;	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}

.ContactDetail p {
	color: #000000;
	text-align: justify;
	padding:10px;
	margin:0px;
	word-spacing:3px;
	letter-spacing:1px;
	line-height:28px;
	font-size:22px;
	font-family: "Sofia", montserrat, sans-serif;    
	object-fit: cover;
	width:100%;
	border-style: solid;
	border-left-width: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-color:#FF8C00;
	border-top-color:#FF8C00;
	border-right-color:#FF8C00;
	border-bottom-color:#FF8C00;	
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	}

.mapouter{position:relative;text-align:right;height:400px;width:1200px;}
.gmap_canvas {overflow:hidden;background:none!important;height:400px;width:1200px;}

/*-------Contact Ends ------------------------*/

/*-------Events Gallery Details Begins ------------------------*/

.gallery-container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;        
	padding:0px;
	margin:0px;
	height:auto;
	width:100%;
	background-color:#ffffff;
	}

div.gallery {
	margin: 6px;
	padding:0px;
	border: 1px solid #ccc;
	float: left;
	width: 320px;	/*	width: 200px;	*/
	box-shadow:  5px 5px 5px grey;
	border-radius:10px;
	}

div.gallery:hover {
	border: 2px solid #FF8C00;
	}

div.gallery img {
	width: 100%;
	height:270px;	/*   height:170px;	*/
	border-radius:10px;	
	}

div.desc {
	padding: 15px;
	text-align: center;
	font-size:17px;
	font-weight:bold;
	font-family: "Sofia", montserrat, sans-serif;
	}


/*-------Events Gallery Details Ends ------------------------*/

/*-------Result Declaration Begins ------------------------*/

.Congrats   img {
    height:170;
    width:100%;
    z-index:99;
    	} 

.Congrats10   img {
    height:20%;
    width:100%;
    z-index:99;
    	} 

.circle9 {
	    margin:auto;
	    }

.circle9   img {
    height:180px;
    width:180px;
    border-radius:100%;
    border:2px solid #FF8C00;
    z-index:99;
    	} 

.circle9 h1 {
    	color:#008B8B;   /*  #DC143C */
    	text-shadow: 0px 0px 1px #B8860B;
    	text-align: center;
    	padding: 2px;
    	margin:2px;
    	word-spacing:2px;
    	font-size:30px;
    	font-weight: bold;    	
	text-decoration:underline;
    	}

.circle9 h4 {
    	color:#191970;   
    	text-shadow: 0px 0px 1px #B8860B;
    	text-align: center;
    	padding: 2px;
    	margin:2px;
    	word-spacing:1px;
    	font-size:16px;
    	font-weight: bold;    	
    	}

.circle9 h5 {
    	color:#FF1493;   
    	text-shadow: 0px 0px 1px #B8860B;
    	text-align: center;
    	padding: 2px;
    	margin:2px;
    	word-spacing:1px;
    	font-size:16px;
    	font-weight: bold;    	
    	}
    	
.circle9 h6 {
    color: #191970;
    text-align: center;
    padding: 0px;
    margin:0px;
    word-spacing:1px;
    font-size:18px;
    }

.circle9 h2 {
    	color:#800000;   
    	text-shadow: 0px 0px 1px #B8860B;
    	text-align: center;
    	padding: 2px;
    	margin:2px;
    	word-spacing:2px;
    	font-size:22px;
    	font-weight: bold;    	
	text-decoration:underline;
    	}

.District-container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;        
	padding:0px;
	margin:0px;
	height:auto;
	width:100%;
	background-color:#ffffff;
	}

.CongratsNew   img {
    height:200;
    width:100%;
    z-index:99;
    	} 

.circle12   img {
    height:400px;
    width:400px;
    border-radius:10%;
    border:2px solid #8B008B;
    box-shadow:  3px 2px 12px grey;    
    z-index:99;
    	} 

.circle12 h2 {
    	color:#800000;   
    	text-shadow: 0px 0px 1px #B8860B;
    	text-align: center;
    	padding: 2px;
    	margin:2px;
    	word-spacing:2px;
    	font-size:28px;
    	font-weight: bold;    	
	text-decoration:underline;
    	}

.circle12 h4 {
    	color:#DC143C;   
    	text-shadow: 0px 0px 1px #B8860B;
    	text-align: center;
    	padding: 2px;
    	margin:2px;
    	word-spacing:10px;
    	font-size:24px;
    	font-weight: bold;    	
    	}

.circle12 h5 {
    	color:#00008B;   
    	text-shadow: 0px 0px 1px #B8860B;
    	text-align: center;
    	padding: 2px;
    	margin:2px;
    	word-spacing:1px;
    	font-size:20px;
    	font-weight: bold;    	
    	}
    	
.circle12 h6 {
    color: #00008B;
    text-align: center;
    padding: 0px;
    margin:0px;
    word-spacing:1px;
    font-size:22px;
    }


/*-------Result Declaration ENds ------------------------*/

/*-------StreamTable resul  Begins ------------------*/	

.StreamTable {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: left;
	align-content: left;        
	padding:auto;
	margin:auto;
	margin-top:20px;
	height:auto;
	width:85%;
	}
	    
.StreamTable table {
	width:85%;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	border-collapse: collapse;
	background-color: #BDB76B2;
	}

.StreamTable td {
	text-align: left;
	color:#8B008B;   
	font-size:15px;
	font-weight:bold;
	font-family: "Lucida Console", "Courier New", monospace;
	padding: 5px;
	background-color: #ADD8E6;
	}

#Streamname {
	padding: 2px;
	text-align: left;
	background-color: #8B008B;
	color:#fff;   
	border-bottom:1px solid #00008B;
	font-size:18px;
	font-weight:bold;
	font-family: "Lucida Console", "Courier New", monospace;
	}
#StreamBG {
	padding: 2px;
	text-align: center;
	background-color: #E6E6FA;
	color:#000000;   
	border-bottom:1px solid #00008B;
	font-size:18px;
	font-weight:bold;
	font-family: "Lucida Console", "Courier New", monospace;
	}

/*-------StreamTable result Ends ------------------*/


/*-------SubjectTable Begins ------------------*/	

.SubjectTable {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: left;
	align-content: left;        
	padding:auto;
	margin:auto;
	margin-top:20px;
	height:auto;
	width:85%;
	}
	    
.SubjectTable table {
	width:85%;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	border-collapse: collapse;
	background-color: #BDB76B2;
	border-bottom-color:#BDB76B2;
	}

.SubjectTable td {
	text-align: left;
	color:#BDB76B2;   
	font-size:15px;
	font-weight:bold;
	font-family: "Lucida Console", "Courier New", monospace;
	padding: 7px;
	border-bottom:1px solid grey;
	background-color: #F0E68C;
	}

#Subectname {
	padding: 5px;
	text-align: left;
	background-color: #8B008B;
	color:#fff;   
	border-bottom:1px solid #00008B;
	font-size:18px;
	font-weight:bold;
	font-family: "Lucida Console", "Courier New", monospace;
	}

/*-------SubjectTable Ends ------------------*/

/*-----New-EventsContainer Begins--------------------*/

.NewNE-Container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    align-content: center;
    padding:auto;
    margin:auto;
    margin-top:15px;
    height:100%;
    width:100%; 
	/*border:5px solid red;*/
    }
    
.NewNE { 
    padding:auto;
    margin:auto;
    height:100%;
    width:60%; 
	/*border:5px solid green;*/
     }

  
.NewNE-Detail {
    padding:auto;
    margin:auto;
    margin-top:15px;
    width:100%;
    height:100%;
    color: #000;
    text-align: center;
    overflow:auto; 
    box-shadow:  8px 8px 5px grey;

    border:3px solid #1e4d92;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    }
    
.NewNE-Detail p a {
    display: flex;
    flex-wrap: wrap;
    border-bottom:1px dashed #1e4d92;
    color: #000000;
    text-align: left;
    padding: 5px;
    margin:10px;
    word-spacing:2px;
    letter-spacing:1px;
    font-size:20px;
    font-family: "Sofia", montserrat, sans-serif;   
    text-decoration:none; 
    }

.NewNE-Detail p a:hover {    
     /*color:maroon;*/
     background:#FFD700;
     font-weight:bold;
    }

.NewNE-Detail img{
	margin:0px;
	padding:0px;
	width:30px;
	height:22px;
    }
/*-----New-EventsContainer Ends--------------------*/
/*-------GOTAN Gallery Begins ------------------------*/

.Text-ContainerG {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	margin-top:10px;
	padding:auto;
	height:auto;
	margin:auto;
	width:90%;
	text-align: center;
	align-items: center;
	align-content: center;
	}

.Text-HeadG {
	color: #1e4d72;
    		/*text-shadow: 1px 0px 1px #B8860B;*/
	text-shadow: 1px 0px 1px #000;
	text-align: center;
	word-spacing:2px;
	letter-spacing:2px;
	font-size:27px;
	font-weight:bold;
	width:45%;
	font-family: "Sofia", montserrat, sans-serif;
	padding:5px;
	margin:8px;
		
	border-style: solid;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-color:#FF8C00;
	border-bottom-color:#FF8C00;
	border-top-width: 0px;
	border-left-width: 0px;
	border-radius:10px;
	}

.All-TextG {
	color: #000000;
	text-align: justify;
	padding: 20px;
	margin:10px;
	word-spacing:1px;
	letter-spacing:1px;
	line-height:30px;
	font-size:25px;
	font-family: "Sofia", montserrat, sans-serif;    
	object-fit: cover;
	width:98%;
	}

.TextwrapG1{
	float:right;
	margin-top:15px;
	margin-left:30px;
	margin-right:1px;
	margin-bottom:12px;
	}

.TextwrapG2{
	float:left;
	margin-top:20px;
	margin-left:1px;
	margin-right:30px;
	margin-bottom:12px;
	}

.All-TextG p {
	color:#8B0000;
	font-weight:bold;	
	}
    	
.All-TextG img {
	width:350px;
	height:300px;
	border:3px dotted #DAA520;
	border-radius:20px;
	box-shadow:  5px 5px 5px grey;
	}

.All-TextG a{ 
	color: #8B0000;
	letter-spacing:1px;
	font-weight:bold;
	font-size:22px;
	}
     
.All-TextG a:hover{ 
	color:#1e4d92;   
	background:#FFD700; 
     	}
.TbG{
	color:#000000;
	letter-spacing:0px;
	font-weight:normal;
	font-size:22px;	
	font-family: "Sofia", montserrat, sans-serif;  
}
.TbGth{
	color:#C71585;
	letter-spacing:0px;
	text-align: center;
	text-decoration:underline;  
	font-weight:bold;
	font-size:23px;	
	font-family: "Sofia", montserrat, sans-serif;    
}

.All-TextG h4{ 
	color: green;
	letter-spacing:1px;
	font-weight:bold;
	font-size:22px;
	}

.All-TextG h6{ 
	color: red;
	letter-spacing:1px;
	font-weight:bold;
	font-size:21px;
	}

/*-------GOTAN Gallery Ends ------------------------*/

/*-------Hindi TEXT Begins ------------------*/

.Text-ContainerH {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	margin-top:10px;
	padding:auto;
	height:auto;
	margin:auto;
	width:90%;
	text-align: center;
	align-items: center;
	align-content: center;
	}

.Text-HeadH {
	color: #1e4d72;
    		/*text-shadow: 1px 0px 1px #B8860B;*/
	text-shadow: 1px 0px 1px #000;
	text-align: center;
	word-spacing:2px;
	letter-spacing:2px;
	font-size:27px;
	font-weight:bold;
	width:35%;
	font-family: Kruti Dev 010;
	padding:5px;
	margin:8px;
		
	border-style: solid;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-color:#FF8C00;
	border-bottom-color:#FF8C00;
	border-top-width: 0px;
	border-left-width: 0px;
	border-radius:10px;
	}

.All-TextH {
	color: #000000;
	text-align: justify;
	padding: 20px;
	margin:10px;
	word-spacing:3px;
	letter-spacing:1px;
	line-height:30px;
	font-size:22px;
	font-family: Kruti Dev 010;    
	object-fit: cover;
	width:98%;
	}
/*-------Hindi TEXT Ends------------------*/