*{
	margin:0;
	padding:0;
	}

body{ font-family: Montserrat, Arial, sans-serif;
    color: #444; overflow-x:hidden;
	overflow-y:scroll;
}

.container{margin:0; height: auto; width:100%;}


.header{
  position: relative;
  height: 130px;
  width: 100%;
}

.fixed-top{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
}




body {
  margin:0px; padding-top: 200px; /* header height ke barabar */
}

.brand{position:0 0; position: absolute; top:5px; height:70px; width:70px; margin-left: 5px;}
.brand img {height: 60px; width: 70px;}

.brand-name{position:absolute; left:80px; top:0px; height:80px; width:280px;}
.brand-name h1{font-family: 'Fredoka One', cursive; font-size: 18px; color: black; margin:auto; padding-top:15px;}
.brand-address{position:absolute; bottom:0px; width:200px; padding-left:0px; height:40px;}
.brand-address h3{text-align:left; font-family:sans-serif; font-size: 12px; color:black; margin-top:0px;}
.brand-address h4{text-align:left; font-family:sans-serif; font-size: 11px; color:black; margin-top:0px;}


.social-top{ display: none;}
.header-banner{display: none;}
.nav{
  width: 100%;
  height: 40px;
  background: #0033cc;
}


.news{
  width:100%;
  height:30px;
  line-height:30px;
  background:#e8ffe8;
  text-align:center;
  font-weight:bold;
}
/*.news{display: none;}*/

.slider{display: none;}



.c1{
  display: inline-block;
  padding: 60px 0px 60px 0px;

  margin: 0px auto;
  width: 100%;
  text-align: justify;
  line-height: 25px;
  font-size:12px;
}


 /* About Page CSS Begin*/   
.about-banner{float:left;width: 100%; height:200px;
background-image:url(../images/about-banner.jpg);
    background-attachment: scroll;
}

.about-transparent-bg{
 background-color: black;
    
    color: #fff;
    text-align: center;
    font-size: 26px;
    width:100%;
    height:100%;
    opacity: 0.75;
}
.about-transparent-bg h2{padding-top:60px;font-size: 20px; font-weight: 600;}

.main-container{margin:auto;position:relative;background-color:#fff;clear:both;  width:90%; height:auto;}
.left-var-nav{
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  text-align: justify;
  padding: 10px 0;
  font-size:12px;
}


#menubox  
        {  
          
        
            height: 100%;
          margin: auto;
          background-color: #fff;
        }  
        .menu ul  
        {  
            width: 100%;  
            background: transparent;
            border:1px solid #ddd;  
            margin:auto;
        }  
        .menu ul li  
        {  
            list-style: none;  
            position: relative;
            border-bottom: 1px solid #ddd;
            text-align: center;

        }  

        .menu ul li a  
        {  
            text-decoration: none;  
            padding: 14px 30px 14px 30px;  
            color: #777777;  
            display: block;  
            border-bottom: 1px solid #fff;  
            background-color: transparent;
        }  
        
        .menu ul li:hover  
        {  
            background: #0033CC;  
            color: #FFFFFF;  
        }  

    .menu ul li a:hover {
    background: #da1b17;
    color: #fff; }

.menu ul li a.active{ background: #da1b17; color:#fff;}

.content{position: relative;
  display:inline-block;
  float: left;
  width: 100%;
  text-align: left;
  padding: 20px 0;
   height: 100%;
  padding-right: 10px;
  padding-left: 0px;  
  padding-top: 50px;
 
}
.content h2{margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    text-transform: uppercase;
  color: #333;
}

.abt-content1 img{float:left;
   height:120px; width:130px;
    border: 7px solid #ffffff;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.15);
    margin-right: 10px;}


.content p{line-height: 25px; font-size: 11px;}
.content h3{color:#DA1B17; font-size:16px;}

.abt-content1{box-sizing: border-box; height: 100%; width:100%;
}
.abt-content2{padding-top: 20px;}

.abt-content3{
background-color: #fff;
    border-left: 5px solid #1c3d76;
    padding: 5px 15px;
    margin: 15px;
    margin-top: 5px;
    float:left; font-style: italic; color:#333; font-weight: 600;}

.abt-content4{margin-top:10px; float:left;}
.abt-content5 li{font-size:11px;padding-left:10px;list-style: none; line-height: 30px;}
.abt-content5 li:before{content: "\f006";
    font-family: FontAwesome;
    color: #0074D9;}
.abt-content6{margin-top:10px; float:left;}
.abt-content7{margin-top:10px; float:left;}
/* About Page End */

.signature {
    font-family: 'Bulgatti-Regular';
    font-size: 24px;
    color: #333;
}

.award-content2{margin-top:50px;}
.award-content2 li{font-size:11px;padding-left:10px;list-style: none; line-height: 30px;}
.award-content2 li:before{content: "\f006";
    font-family: FontAwesome;
    color: #0074D9;}
	
	/* Gallery Page */
	.gallery{clear:both;}
	.gallery img{transition:1s;}
	.gallery img:hover { 
        filter: drop-shadow(4px 4px 6px gray); 
	transform: scale(1.1); }
	section{padding:5px; width:100%; margin:10px auto;}
	section ul{ margin-bottom:5px;}
	section ul li{ font-size:12px; list-style:none; background:#eee; padding:4px 0px; margin:5px; letter-spacing:1px; cursor:pointer;}
	section ul li.active{background:#03a9f4; color:#fff;}
	.product{display:flex; flex-wrap:wrap;}
	.product .itemBox{position:relative; width:150px; height:150px; margin:5px;}
	.product .itemBox img{position:absolute;top:0; left:0; width:100%; height:100%; object-fit:cover;}
	
		/* Fee Structure */
	.table-box{
  width:100%;
  overflow-x:auto;
  margin-top:20px;
}

/* Main Table */
table{
  width:100%;
  border-collapse:collapse;
  background:#eaf3ff;   /* light blue base */
  font-family:'Montserrat', Arial, sans-serif;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

/* Table Header */
table th{
  background:#1e5fa3;   /* CBSE blue */
  color:#ffffff;
  padding:14px 10px;
  font-size:14px;
  text-transform:uppercase;
  border-right:1px solid rgba(255,255,255,0.3);
}

table th:last-child{
  border-right:none;
}

/* Table Cells */
table td{
  padding:12px 10px;
  font-size:14px;
  color:#0f3057;
  background:#ffffff;
  border-bottom:1px solid #d6e4f5;
}

/* Light Zebra Rows */
table tr:nth-child(even) td{
  background:#f4f9ff;
}

/* Hover Effect */
table tr:hover td{
  background:#dcecff;
  transition:0.2s ease-in-out;
}

/* First Column (Months) */
table td:first-child{
  font-weight:600;
  color:#1e5fa3;
}

/* Yearly Payment Highlight */
table tr:last-child td{
  background:#cfe3ff;
  font-weight:700;
  color:#0b3c6f;
}

/* Mobile Friendly */
@media(max-width:768px){
  table{
    font-size:13px;
  }
}

td.rupee::before{
  content: "₹ ";
  font-weight:600;
  color:#0b3c6f;
}
	
	/* testimonial */
	.headline{ height:60px; width: 300px; margin: auto; }
	.headline h2{font-size:12px;padding-top: 10px; text-align: center; color:white; font-family: helvetica; margin:0px;}
hr{ width:200px; margin:auto;border-bottom: 2px solid #fb6c04;}
.testimonial-review .description{
    color: #fff;
    margin: 0;
    font-size: 12px;
    line-height: 25px;
}

/* Contact Page */
.reach-us h2{padding-top: 30px;}
.contact-address h2{font-size:20px; padding-left: 30px; padding-top: 30px;}
.contact-address h3{font-size:18px;padding-left: 30px;}
.contact-address p{font-size:12px;padding-left: 30px;}

    .reach-us h2,
    .contact-address h2{
        text-align: center;
    }
}

/* CBSE Circular Page */
.cbse_circular{width:90%; height:auto; margin:auto;}
.cbse_content h2{font-size:12px; margin-top:10px; background:#e4e4e4; padding:5px 3px 0 5px;}
table {
    margin: 0 0 1.5em;
    width: 100%;
	border-collapse: collapse;
border-spacing: 0;
}
td, th { font-size:10px;
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.cm_head{font-size:14px;}
.note{font-size:10px; text-align:justify;}
.n1{font-size:12px;}
.cbse_notice{position:absolute; top:0px; right:5px;}
.cbse_notice a{text-decoration:none; font-size:13px; color:black;}






