
*{ box-sizing: border-box;}

	html, body {
	width: auto!important;
   font-family:  arial, vaderna,san-serif;
	font-size: 100%;
	 margin: 0px;
   padding: 0px;
    color: #333;
    overflow-x: hidden!important;
	 background: #282A35;
	}
	

	
	 #container{
	 width: 100%;
    max-width: 1440px;
	margin-left: auto;
    margin-right: auto;
	 background: #fff;
	}
	               /* Header begins  */

	                  /* Wrapper begins  */ 
	
	 .wrapper{
    width: 100%;
    max-width: 1200px;
    padding: 20px;
	margin-left: auto;
    margin-right: auto;
	 }
	
	 .main{
    width: 100%;
    max-width: 1000px;
	margin-left: auto;
    margin-right: auto;
	}
	
	 .main ull{
    width: 100%;
    max-width: 600px;
	margin-left: auto;
    margin-right: auto;
	padding: 0px;
	}
	 .main h1, h2{
   text-align: center;
	 font: bold 30px tahoma;
    word-spacing: 8px;
    color: #B79D54;
   line-height: 40px;
	}
	
	  .wrapper a,a:visited{
   font: bold 18px arial;
	text-decoration: none;
	  color: #B79D54;
  }
	
	  .wrapper h1{
   font: bold 30px tahoma;
    word-spacing: 8px;
    color: #B79D54;
   line-height: 40px;
	}
	                    /* Index Contents & Images  Begins  */ 
	
.flex-cover{
display: flex;
}
	
 .index-flex{
width: 100%;
max-width: 1200px;
margin-left:  auto;
margin-right:  auto;
padding: 0px;
list-style: none;
}

.index-content{
width: 840px;
}
.index-img{
width: 360px;

}

.flex-cover img{
width: 100%;
height: auto;
object-fit: cover;
}


.indexImg-span{
display: block;
font: bold 12px arial;
color: #666;
text-align: center;
}


p{
font: normal 16px arial;
line-height: 25px;
padding: 10px;
color: #222;
}
                  
			  
 .flex-cover:nth-child(3){
  background-color: blue;
}			  
				     /* Ends Index Contents & Images  */ 	
	
	
	   
     .newsUpdate{
        width: 250px;
		margin: 20px auto;
        padding: 10px;
	    text-align: center;
		border: 1px #222 solid;
		border-radius: 10px;
		background: #222;
	   }
	   
	    #regNow{
        width: 300px;
		margin: 20px auto;
        padding: 10px;
	    text-align: center;
		color: #fff;
		border: 1px #222 solid;
		border-radius: 10px;
		background: red;
	   }
	   
	     .newsUpdate a, a:visited{
		 font: bold 16px arial;
		 text-decoration: none;
		  color: #fff;
		 }
		 #regNow a, a:visited{
		 font: bold 16px arial;
		 text-decoration: none;
		  color: #fff;
		 }
		 
		 
		 #promo{
		   padding: 10px;
		 background: #000;
		  color: #fff;
		  text-align: center;
		 }
	
	  #promoWrap{ 
  width: 100%;
  max-width: 500px;
  padding: 0px;
   margin: 0px auto;
   white-space: nowrap;
  overflow: hidden;
  object-fit: cover;
   filter: brightness(90%);
 }
 
 #promoWrap li{
  width: 100%;
  max-width: 700px;
  position: relative;
 background-position: center;
 background-size: cover; 
  display: inline-block;
   }
		 
		    .promoImg{
		   width: 160px;
		   height: 144px;
		   border-radius: 50%;
		    }
			
			  .sponsor{
		  width: 100%;
         max-width: 700px;
        margin: 20px auto;
		    }
			
			                /* Inner pages begins  */	
			  .register{
		  width: 100%;
         margin: 20px auto;
		background: #b49857;
		display: flex;
		    }				
			.register div{
		  width: 50%;
             }				
							
				 #showPic{
		   width: 60px;
		   height: 40px;
		   margin: opx auto;
		   border-radius: 50%;
		    }
			
			
			   /* Images in Middle of Inner Pages  */ 
			   #mid-image{
            width: 100%;
           max-width: 950px;
           height: 450px;
         margin top: 20px;
		   margin left: auto;
		   margin right: auto;
		 position: relative;
		 overflow: hidden;
             }
         #mid-image img{
           width: 100%;
         height: auto;
        object-fit: cover;
            }
         #mid-tag{
       width: 300px;
       position: absolute;
       font-family: 'Brush Script MT', cursive;
       font-size: 40px;
        font-weight: bold;
       text-align: center;
      color: #fe301d;
      top: 6px;
    left: 10px;
        }    
			
		
			                     /* Youtube Properties footer begins  */ 
						
			.youtube-holder{
			width: 100%;
			margin: 0px auto;
			padding: 0px;
			list-style: none;
			display: flex;
			flex-wrap: wrap;
			gap: 10px;
			justify-content: space-evenly;
			}
			
			.youtube-holder li{
			width: 23%;
			}	
			
			.photo-cover{
			width: 100%;
			height: 150px;
			}
		    .photo-cover img{
			width: 100%;
			height: 150px;
			overflow: hidden;
			object-fit: cover;
			}
				
			 .imgOne{
        display: block;
       width: 100%;
	  height: 400px
	   margin-top: 40px;
	   margin-left: auto;
	   margin-right: auto;
	   object-fit: cover;
	}
	                    /* News page Properties begins */   
	
#update-flex{
width: 100%;
margin: 0px auto;
padding: 0px;
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: space-evenly;
}
#update-flex a,a:visited{
font: normal 16 px arial;
text-decoration: none;
color: #B79D54;
}

#update-flex li{
width: 48%;
}
#update-flex li img{
width: 100%;
 height: 400px;
object-fit: cover;
}

#update{
font: bold 14px arial;
color: #B79D54;
}


	.news-content{
     width: 100%;
   max-width: 850px;
    position: relative;
   margin-left:  auto;
    margin-right:  auto;
	margin-bottom: 60px;
    text-align: center;
	overflow: hidden;
     }
	 
	.news-content a, a:visited{ 
	 text-decoration: none;
	 font: bold 16px arial;
	  color: #fff;
	  }
	 
	 #mediaImge{
      width: 100%;
      max-width: 950px;
      height:  430px;
      margin: 20px auto;
	  background: blue; 
	 }
	 #mediaImg img{
        width: 100%;
		height: auto;
		object-fit: cover;
		}
	 
	 
	.learn-more{
     width: 140px;
    padding:  5px;
	 position: absolute;
   text-align: center;
   color: #fff;
   border-radius: 10px;
   background:  red;
   right: 20px;
   bottom: 10px;
     } 
	 
	
	   #newsReg{
        width: 300px;
		margin-left:  auto;
		margin-right:  auto;
		margin-top: 10px;
		 margin-bottom:  0px;
        padding: 10px;
	    text-align: center;
		color: #fff;
		border: 1px #222 solid;
		border-radius: 10px;
		background: red;
	   } 
	   
	   #newsReg a, a:visited{
		 font: bold 16px arial;
		 text-decoration: none;
		  color: #fff;
		 }
	 
	 #shared-icon{
     width: 150px;
     padding: 10px;
    margin-left: auto;
   margin-right: auto;
   margin-bottom:  80px;
    text-align: center;
     display: flex;
    gap: 10px;
   justify-content: space-between;
      }
	
	
	 #scroll{
	width: 100%;
	max-width: 850px;
	height: 600px;
	padding: 10px;
	margin: 10px auto;
	overflow: auto;
	box-shadow: inset 0 0 3px #000;
	background: #FFF;
	}
	
	
	                /* Admin Page Properties Bigins */

 #myWrapper{
  width: 100%;
  max-width: 958px;
  padding: 10px;
  margin: 10px auto;
 box-shadow: inset 0 0 3px #000;
  background-color: #f2f2f2;
  background-image: linear-gradient(15deg, transparent 28%, rgba(255, 255, 255, 0.5) 28%);
 }
 
  #myfrm{
  width: 98%;
  max-width: 800px;
   padding: 5px;
 margin: 50px auto;
 font: 14px arial;
 color: #999;
  box-shadow: inset 0 0 10px #000;
  background: #c8c8c3;
 }
 
  #myCover{
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
 box-shadow: inset 0 0 5px #000;
  background: #fff;
 }

 #frmTop {
  text-align: center;
  font-size: 1em;
  padding-top: 10px;
  background-color: #d3d3d3;
  background-image: linear-gradient(15deg, transparent 28%, rgba(255, 255, 255, 0.5) 28%);
  background-size: 50px;
  box-shadow: inset 0 0 5px #000;
  }
#frmTop h1 {
  font: bold 16px tahoma;
  color: #222;
}

 #loopArea{
   width: 98%;
    display: none;
   background: #fff;
  }
 
.msgWrap{
   width: 100%%;
  padding: 10px;
   margin: 20px auto;
   text-align: left;
   background: #fff;
 color: #444;
 font: normal 15px  arial;
 box-shadow: inset 0 0 6px #000;
 }
#btn{
     width: 100%;
	 margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font: bold 16px arial;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: inset 0 0 5px #000000;
	background-color: #008CBA;
	}

	#btn-holder {
    width: 100%;
	padding: 10px;
	 background: cadetblue;
       }
 
  .Date {
    width: 100%;
	padding: 5px;
	 color: teal;
	 font: bold 12px  arial;
       }
							 /* New Admin Property  */ 
                         
	 .adminReg{
    width: 100%;
	padding: 0px;
	}
	
	 .adminReg li{
    display: block;
	 font: normal 16px  arial;
	 color: #222;
   border-bottom: solid 10px gray;
	}
	  
	   .adminReg li img{
	   display: block;
     width: 240px;
	 height: 180px;
	object-fit: cover;
      }
	  
	  #btDel{
	width: 80px;
	margin-left: 4px;
	display: block;
	font: bold 14px arial;
	color: #fff;
	padding: 5px;
	border-radius: 10px;
	background: red;
	}
 
	 #logout a, a:visited{
		 font: bold 16px arial;
		 text-decoration: none;
		  color: red;
		 }
	
					
							 /* footer begins  */ 
			 footer{
		  width: 100%;
		  margin-top: 80px;
         padding: 30px;
		 color: #B79D54;
        background: #000;
		    }
				#ftNav{
			width: 800px;
			 margin: 10px auto;
			 padding: 0px;
			display: flex;
			 flex-wrap: wrap;
			list-style: none;
			justify-content: center;
             }
			
			#ftNav  li{
            width: 33%;
			text-align: center;
          padding: 10px;
            }
			
			  #ftNav a,a:visited{
               font: bold 18px arial;
	          text-decoration: none;
	          color: #B79D54;
                }
			
		
			
			#media-icon,
			#copyright{
			width: 300px;
			margin: 20px auto;
			text-align: center;
			 color: #B79D54;
			}
			
			