/*All setup css
https://www.w3schools.com/css/css_examples.asp
*/

/*---Responsive code for mobiles---------*/
/* Responsive layout - makes a one column layout instead of a two-column layout */

@media (max-width: 800px)
{

.TopBanner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding:0px;
    margin:0px;
    height:50px;
    width:100%;
        /*border:1px solid red;*/
    }
    
.TopBanner img {
    width:100%;
    height:50px;
    object-fit:cover;
        /*border:1px solid blue;*/
    }
	
.TopBanner h5 {
    position: absolute;
    top: 250px; 
    left:0px;
    width: 60%;
    text-align:left;
    }
    
.TopBanner h5 span { 
    color:#FFD700;
    text-shadow: 1px 0px 1px #000;
    font-size:10px;
    font-weight:bold;
    letter-spacing: 1px;
    word-spacing:2px;
    padding: auto; 
    }
    
/*-------Vision-Mission Begins ------------------*/

.Text-Container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	margin-top:10px;
	padding:auto;
	height:auto;
	margin:auto;
	width:100%;
	text-align: center;
	align-items: center;
	align-content: center;
	background-color:#ffffff;
	}

.Text-Head {
	color: #1e4d72;
    		/*text-shadow: 1px 0px 1px #B8860B;*/
	text-shadow: 1px 0px 1px #000;
	text-align: center;
	word-spacing:1px;
	letter-spacing:2px;
	font-size:14px;
	font-weight:bold;
	width:90%;
	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-Text {
	color: #000000;
	text-align: justify;
	padding: 20px;
	margin:10px;
	word-spacing:1px;
	letter-spacing:0px;
	line-height:20px;
	font-size:12px;
	font-family: "Sofia", montserrat, sans-serif;    
	object-fit: cover;
	width:100%;
	
	}

.All-Text b {
	color: #8B0000;
	letter-spacing:1px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
   	}

/*-------Vision-Mission Ends ------------------*/

/*-------Principal MSG Begins ------------------*/
	
.All-Text p {
	color:#8B0000;
	font-weight:bold;	
	}
   	
.All-Text img {
	width:150px;
	height:130px;
	border:3px solid #FF8C00;
	border-radius:8px;
	}

.Textwrap{
	float:left;
	margin-top:15px;
	margin-left:1px;
	margin-right:20px;
	margin-bottom:15px;
	}

.All-Text a{ 
	color: #8B0000;
	letter-spacing:1px;
	font-weight:bold;
	font-size:13px;
	}
     
.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:auto;
	width:100%;
	margin-top:12px;
	background-image:url('/imagesM/BG.jpg');
	}
	    
.Rec1 img {
	height:120px;
	width:120px;
	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: 1px;
    	margin:2px;
    	word-spacing:2px;
    	letter-spacing:1px;
    	font-size:12px;
    	font-weight: bold;    	
    	}
    	
.Rec1 h6 {
	color: #2F4F4F;
	text-align: center;
	padding: 0px;
	margin:0px;
	word-spacing:1px;
	letter-spacing:0px;
	font-size:11px;
	}
.Rec1 h1 {
	font-size:10px;
	}
/*-------Board of Governers Ends ------------------*/

/*-------Staff & Committee & Uniform  Begins ------------------------------------*/	

.MyTable {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;        
	padding:auto;
	margin:auto;
	height:auto;
	width:100%;
	background-color:#ffffff;
	}
	    
.MyTable table {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border-collapse: collapse;
	background:#F5F5DC;
	}

.MyTable th {
	padding: auto;
	text-align: center;
	background-color: #1e4d72;
	color:#fff;   
	border-bottom:1px solid #00008B;
	font-size:13px;
	}

.MyTable td {
	margin:5px;	
	padding:5px;
	text-align: left;
	font-family: "Sofia", montserrat, sans-serif;
	font-size:11px;	
	}

#Department td {
	text-align: center;
	background-color:#EEE8AA;
	color:#8B0000;		
	font-size:13px;
	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:12px;
	font-weight:bold;
	font-family: "Sofia", montserrat, sans-serif;
	border-bottom:1px solid #FFA500;
	}

.style11 {
	font-size: 13px;
	font-weight: bold;
	color: #FF8C00;		
	}

/*-------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:90%;
	background-color:#ffffff;
	}

.Facility-container h5 {
	width:100%;
	height:auto;
	padding:5px;
	margin:auto;
	background-color:#EEE8AA;
	color:#8B0000;	
	word-spacing:3px;
	letter-spacing:2px;
	font-weight:bold;
	font-size:15px;
	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:200px;
	width:100%;
	border-style: solid;
	border-left-width: 2px;
	border-top-width: 0px;
	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 Ends ------------------------*/

/*-------Cultural Facility Begins ------------------------*/
.Cul-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	align-content: center;        
	padding:auto;
	margin:auto;
	height:auto;
	width:100%;
	background-color:#ffffff;

	border-style: dotted;
	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 {
    padding:auto;
    margin:auto;
    height:auto;
    width:90%;
    background-color:#ffffff;
    }

.Cul-Detail h5 {
	width:100%;
	height:auto;
	padding:2px;
	margin:auto;
	background-color:#EEE8AA;
	color:#8B0000;	
	word-spacing:3px;
	letter-spacing:2px;
	font-weight:bold;
	font-size:13px;
	font-family: "Sofia", montserrat, sans-serif;    

	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;	
	}

.Cul-Detail img {
	height:200px;
	width:100%;
	}

/*-------Cultural Ends ------------------------*/

/*-------Admission Begins ------------------------*/

.Admission-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:100%;
	background-color:#ffffff;
	}

.Admission-Detail {
	width:90%;
	height:auto;
	padding:auto;
	margin:auto;
	}	

.Admission-Detail h5 {
	width:100%;
	height:auto;
	padding:2px;
	margin:auto;
	background-color:#EEE8AA;
	color:#8B0000;	
	text-align: left;
	word-spacing:1px;
	letter-spacing:0px;
	font-weight:bold;
	font-size:14px;
	font-family: "Sofia", montserrat, sans-serif;    

	border-style: solid;
	border-left-width: 0px;
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-color:#FF8C00;
	border-top-color:#1e4d72;
	border-right-color:#FF8C00;
	border-bottom-color:#FF8C00;	
	}

.All-Text ul {
	background:#fff;
	padding:auto;
	margin:auto;
	margin-top:-20px;
	margin-bottom:-20px;
	}

.All-Text ul li{
	text-decoration:none;
	list-style-type:square;
	list-style-position:outside;
	color: #000000;
	text-align: justify;
	padding: auto;
	margin:auto;
	word-spacing:2px;
	letter-spacing:0px;
	line-height:20px;
	font-size:12px;
	font-family: "Sofia", montserrat, sans-serif;    
	object-fit: cover;
	width:100%;
	}

/*-------Admission Ends ------------------------*/

/*-------Fee Structure Begins ------------------*/	

.FeeTable {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	align-content: center;        
	padding:auto;
	margin:auto;
 margin-top:20px;
	height:auto;
	width:98%;
	}
	    
.FeeTable table {
	width:100%;
	border-collapse: collapse;
	background:#F5F5DC; 
	}

.FeeTable th {
	padding:auto;
	margin:auto;
	text-align: left;
	background-color: #1e4d72;
	color:#fff;   
	border-bottom:1px solid #00008B;
	font-size:9px;
	}

#ClassName {
	text-align: left;
	font-size:9px;
	font-weight:bold;
	font-family: "Sofia", montserrat, sans-serif;
    	}

#FeeHead {
	text-align:left;
	background-color:#EEE8AA;
	color:#8B0000;		
	font-size:9px;
	font-weight:bold;
	font-family: "Sofia", montserrat, sans-serif;
	border-bottom:1px solid #FFA500;
	}

.FeeTable td {
	margin:auto;	
	padding:auto;
	text-align: right;
	font-family: "Sofia", montserrat, sans-serif;
	font-size:8px;	
	}
/*-------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:100%;
		background-color: #ffffff;
	}

.NewsDetail {
	height:100%;
	width:90%;
	padding:auto;
	margin:auto;
	}

.NewsDetail h5 {
	width:100%;
	height:auto;
	padding:auto;
	margin:auto;
	color:#1e4d72;			
	word-spacing:2px;
	letter-spacing:0px;
	font-weight:bold;
	font-size:16px;
	font-family: "Sofia", montserrat, sans-serif;  
	}

.NewsDetail b {
	width:100%;
	height:auto;
	padding:auto;
	margin:auto;
	color:#8B0000;			
	word-spacing:2px;
	letter-spacing:0px;
	font-size:12px;
	font-family: "Sofia", montserrat, sans-serif;    
	}

.NewsDetail p {
	color: #000000;
	text-align: justify;
	padding:10px;
	margin:5px;
	word-spacing:2px;
	letter-spacing:0px;
	line-height:18px;
	font-size:12px;
	font-family: "Sofia", montserrat, sans-serif;    
	object-fit: cover;
	width:100%;
	overflow:hidden;

	border-style: dotted;
	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:2px;
     margin:2px;
     text-align: center;
     border-radius:3px;
     word-spacing:2px;
     letter-spacing:0px;
     font-size:11px;
     font-weight:bold;
     text-decoration:none; 
     }
	      
#ReadMore:hover {
     color:#1e4d92;
     background:#FFD700;
     border-radius:3px;
     border:3px solid #ADFF2F;
    }

/*-------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:75px;
	width:80px;
	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:2px;
	letter-spacing:0px;
	font-weight:bold;
	font-size:12px;
	font-family: "Sofia", montserrat, sans-serif;  
	}

.Event-Details b {
	width:100%;
	height:auto;
	padding:auto;
	margin:0px;
	color:#8B0000;			
	text-align:center;
	word-spacing:0px;
	letter-spacing:0px;
	font-size:8px;
	font-family: "Sofia", montserrat, sans-serif;    
	}

.Event-Details h5 a {
	text-decoration:none;
	}

.Event-Details h5 a:hover {
	color:maroon;
	background:#ADFF2F;
	}

.Event-Details img:hover {
	border-style: solid;
	border-left-width: 2px;
	border-top-width: 1px;
	border-right-width: 2px;
	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:28px;
	height:22px;
	/*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:13px;
	font-family: "Sofia", montserrat, sans-serif;
	width:60%;
	height:auto;
	background:#1e4d92;  
	color: #fff;
	}

.Dwnld-Text img {
	width:60%;
	height:70%;
	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:#1e4d92;    
	}

.Dwnld-Text p:hover {
	color:#1e4d92;
	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:90%;
	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:1px;
	font-weight:bold;
	font-size:16px;
	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:5px;
	margin:0px;
	word-spacing:2px;
	letter-spacing:0px;
	line-height:20px;
	font-size:12px;
	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:100%;}
.gmap_canvas {overflow:hidden;background:none!important;height:400px;width:100%;}
/*-------Contact Ends ------------------------*/

/*-------Events Gallery Details Begins ------------------------*/

.gallery-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;
	}

div.gallery {
	margin: 15px;
	border: 1px solid #ccc;
	float: left;
	width: 90%;
	box-shadow:  5px 5px 5px grey;
	}

div.gallery:hover {
	border: 1px solid #FF8C00;
	}

div.gallery img {
	width: 100%;
	height:170px;
	}

div.desc {
	padding: 15px;
	text-align: center;
	font-size:14px;
	font-weight:bold;
	font-family: "Sofia", montserrat, sans-serif;
	}


/*-------Events Gallery Details Ends ------------------------*/

/*-------Result Declaration Begins ------------------------*/

.Congrats   img {
    height:170px;
    width:100%;
    z-index:99;
    	} 
    	
.Congrats10   img {
    height:110px;
    width:100%;
    z-index:99;
    	} 
    	
.circle9 {
	    margin:auto;
	    }

.circle9   img {
    height:120px;
    width:120px;
    border-radius:100%;
    border:1px solid #FF8C00;
    z-index:99;
    	} 

.circle9 h1 {
    	color:yellow;   
    	text-shadow: 0px 0px 1px #B8860B;
    	text-align: center;
    	padding: 2px;
    	margin:2px;
    	word-spacing:2px;
    	font-size:18px;
    	font-weight: bold;    	
    	background-color:#008B8B;
	    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:12px;
    	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:12px;
    	font-weight: bold;    	
    	}
    	
.circle9 h6 {
    color: #191970;
    text-align: center;
    padding: 0px;
    margin:0px;
    word-spacing:1px;
    font-size:12px;
    }

.circle9 h2 {
    	color:#800000;   
    	text-shadow: 0px 0px 1px #B8860B;
    	text-align: center;
    	padding: 2px;
    	margin:2px;
    	word-spacing:2px;
    	font-size:16px;
    	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:110;
    width:100%;
    z-index:99;
    	} 
    	
.circle12   img {
    height:240px;
    width:240px;
    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:22px;
    	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:5px;
    	font-size:20px;
    	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:18px;
    	font-weight: bold;    	
    	}
    	
.circle12 h6 {
    color: #00008B;
    text-align: center;
    padding: 0px;
    margin:0px;
    word-spacing:1px;
    font-size:18px;
    }

/*-------Result Declaration ENds ------------------------*/

/*-------StreamTable resul  Begins ------------------*/	

.StreamTable {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-around;
	align-items: left;
	align-content: left;        
	padding:auto;
	margin:auto;
	margin-top:20px;
	height:auto;
	width:95%;
	}
	    
.StreamTable table {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	border-collapse: collapse;
	background-color: #BDB76B2;
	}

.StreamTable td {
	text-align: left;
	color:#8B008B;   
	font-size:7px;
	font-weight:bold;
	font-family: "Lucida Console", "Courier New", monospace;
	padding: 2px;
	background-color: #ADD8E6;
	/*border-bottom:1px dotted #00008B;*/
	}

#Streamname {
	padding: 0px;
	text-align: left;
	background-color: #8B008B;
	color:#fff;   
	border-bottom:1px solid #00008B;
	font-size:10px;
	font-weight:bold;
	font-family: "Lucida Console", "Courier New", monospace;
	
	}

#StreamBG {
	padding: 0px;
	text-align: left;
	background-color: #E6E6FA;
	color:#000000;   
	border-bottom:1px solid #00008B;
	font-size:10px;
	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:95%;
	}
	    
.SubjectTable table {
	width:95%;
	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:7px;
	font-weight:bold;
	font-family: "Lucida Console", "Courier New", monospace;
	padding: 4px;
	border-bottom:1px dotted grey;
	background-color: #F0E68C;
	}

#Subectname {
	padding: 5px;
	text-align: left;
	background-color: #8B008B;
	color:#fff;   
	border-bottom:1px solid #00008B;
	font-size:10px;
	font-weight:bold;
	font-family: "Lucida Console", "Courier New", monospace;
	}

/*-------SubjectTable Ends ------------------*/

/*-----New-EventsContainer Begins--------------------*/

.NewNE-Container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    align-content: center;
    padding:auto;
    margin:auto;
    margin-top:15px;
    height:auto;
    width:100%; 
	/*border:5px solid red;*/
    }
    
.NewNE { 
    padding:auto;
    margin:auto;
    height:auto;
    width:100%; 
     }

.NewNE-Detail {
    padding:auto;
    margin:auto;
    margin-top:15px;
    width:95%;
    height:100%;
    color: #000;
    text-align: center;
    overflow:auto; 
    box-shadow:  8px 8px 5px grey;

    border:2px 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: 7px;
    margin:0px;
    word-spacing:1px;
    letter-spacing:1px;
    font-size:12px;
    font-weight:bold;
    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:18px;
	height:15px;
    }
/*-----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:100%;
	text-align: center;
	align-items: center;
	align-content: center;
	background-color:#ffffff;
	}

.Text-HeadG {
	color: #1e4d72;
	text-shadow: 1px 0px 1px #000;
	text-align: center;
	word-spacing:2px;
	letter-spacing:2px;
	font-size:16px;
	font-weight:bold;
	width:95%;
	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:0px;
	line-height:15px;
	font-size:12px;
	font-family: "Sofia", montserrat, sans-serif;    
	object-fit: cover;
	width:100%;
	}

.TextwrapG1 {
	float:right;
	margin-top:1px;
	margin-left:10px;
	margin-right:1px;
	margin-bottom:5px;
	}

.TextwrapG2 {
	float:left;
	margin-top:1px;
	margin-left:1px;
	margin-right:10px;
	margin-bottom:5px;
	}

.All-TextG p {
	color:#8B0000;
	font-weight:bold;	
	}
    	
.All-TextG img {
	width:150px;
	height:130px;
	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:13px;
	}
     
.All-TextG a:hover { 
	color:#1e4d92;   
	background:#FFD700; 
     	}
.TbG	{
	color:#000000;
	letter-spacing:0px;
	font-weight:normal;
	font-size:9px;	
	font-family: "Sofia", montserrat, sans-serif;  
	}
.TbGth      {
	color:#C71585;
	letter-spacing:0px;
	text-align: center;
	text-decoration:underline;  
	font-weight:bold;
	font-size:9px;	
	font-family: "Sofia", montserrat, sans-serif;    
	}

.All-TextG h4{ 
	color: green;
	letter-spacing:1px;
	font-weight:bold;
	font-size:12px;
	}

.All-TextG h6{ 
	color: red;
	letter-spacing:1px;
	font-weight:bold;
	font-size:11px;
	}

/*-------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:100%;
	text-align: center;
	align-items: center;
	align-content: center;
	background-color:#ffffff;
	}

.Text-HeadH {
	color: #1e4d72;
    		/*text-shadow: 1px 0px 1px #B8860B;*/
	text-shadow: 1px 0px 1px #000;
	text-align: center;
	word-spacing:1px;
	letter-spacing:2px;
	font-size:14px;
	font-weight:bold;
	width:90%;
	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:1px;
	letter-spacing:0px;
	line-height:20px;
	font-size:12px;
	font-family: Kruti Dev 010;    
	object-fit: cover;
	width:100%;
		}
/*-------Hindi Text Ends------------------*/

}