*{
	margin: 0px;
	font-family: glegoo;
	box-sizing: border-box;
}

body{
	margin: 0px;
	padding: 0px;
	width: auto;
	color: black;
}
	
img {
  max-width: 100%;   /* Images Responsive होण्यासाठी */
  height: auto;
}

@font-face {
		font-family: glegoo;
		src: url(glegoo.ttf);
}

a {
	text-decoration: none;
	color: darkblue;
	font-weight: bold;
}

marquee {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 17px;
	font-family:'Times New Roman', Times, serif;
}

.yojanalisting h4 {
    margin: 1px;
    font-size: 18px;
    padding-left: 10px;
    padding-left: 10px;
	line-height: auto;
	margin: 5px;
	border: 1px solid black;
	box-shadow: 1px 1px 3px yellow;
  }

.yojanalisting a{
	font-weight: normal;
	color: black;
}
.header {
	display: flex;
	justify-content: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: orangered;
}

.header h2{
	box-sizing: border-box;
	text-align: center;
	font-size: 23px;
	margin-top: 0px;
	padding-top: 0px;
}

.header a{
	color: white;
    text-decoration: none;
}

.m {
	margin-top: 0px;
	width: 100%;
}

p {
	font-size: 18px;
}

ul {
	margin-left: 12px;  /* left side la bullet gap kami jast karanyasathi */
  	padding-left: 12px;  /* left side la bullet gap kami jast karanyasathi */
}
ul li {
	font-size: 18px;
}

b {
	font-size: 18px;
}

table th {
	background-color: #FFF79C;
}

table, tr, th {
    border: 1px solid black;
    border-collapse: collapse;
	font-size: 18px;
	}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	font-size: 18px;
	padding: 6px;
}
table, td {
	text-align: center;
}

/* Responsive container */
.table-container {
    width: 100%;
    overflow-x: auto;
}


/* Optional: responsive font & padding for small screens */
@media (max-width: 600px) {
    table {
        font-size: 14px;
    }
    th, td {
        padding: 6px;
    }
}

.logo-text {
      display: flex;         /* एकाच रांगेत आणतो */
      align-items: center;   /* vertical center मध्ये ठेवतो */
      gap: 15px;             /* logo आणि text मध्ये अंतर */
	  box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
	  margin-top: 10px;
	  border-radius: 5px;
	  height: 50px;
}

.logo-text img {
      width: 50px;  /* logo size */
      height: auto;
	  margin-left: 10px;
	  margin-top: 5px;
	  margin-bottom: 5px;
}

.logo-text h1 {
      font-size: 18px;
      margin: 0;
	  font-weight: normal;
	  
}

.first {
	float: left;
	width: 50%;
	padding: 10px;
	line-height: 50px;
	}
	  
.second {
	float: left;
	width: 50%;
	padding: 10px;
	line-height: 50px;
	}
	  
@media (max-width: 900px) {
	  
	.first,
	.second {
	width: 100%;
	}
	}


.ul {
	float: left;
	width: 98%;
}

ul li {
	font-size: 18px;
}

ol li {
	font-size: 18px;
}

.ul p {
	font-family:'Times New Roman', Times, serif;
}

.ul a {
	color: black;
}
.ul1 {
	float: left;
	width: 20%;
	border: 1px solid #ddd;
	height: 122px;
	font-weight: normal;
	text-align: center;
	}
	  
.ul2 {
	float: left;
	width: 20%;
	border: 1px solid #ddd;
	height: 122px;
	overflow: auto;
	font-weight: normal;
	text-align: center;
	}
	  
.ul3 {
	float: left;
	width: 20%;
	border: 1px solid #ddd;
	height: 122px;
	overflow: auto;
	padding-left: 20px;
	font-weight: normal;
	text-align: center;
	}

.ul4 {
	float: left;
	width: 20%;
	border: 1px solid #ddd;
	height: 122px;
	font-weight: normal;
	text-align: center;
	}

.ul5 {
	float: left;
	width: 20%;
	border: 1px solid #ddd;
	height: 122px;
	font-weight: normal;
	text-align: center;
	}

.ul1 p {
	font-size: 17px;
}
.ul2 p {
	font-size: 17px;
}
.ul3 p {
	font-size: 17px;
}
.ul4 p {
	font-size: 17px;
}
.ul5 p {
	font-size: 17px;
}
	  
@media (max-width: 1200px) {
	  
	.ul1,
	.ul2,
	.ul3,
	.ul4,
	.ul5 {
	width: 100%;
		}
	}

.footer {
	background: #054450;
	text-align: center;
	line-height: 45px;
	border-top: 2px solid tomato;
	}
	  
.footer p {
	font-size: 14px;
	}

.footer a {
	color: white;
	
}
	  
.bottom-bar {
	background: #01303C;
	text-align: center;
	font-family: glegoo;
	margin-bottom: 0px;
	}
	  
.bottom-bar p {
	color: white;
	font-size: 14px;
	height: 35px;
	padding-top: 7px;
	}

/* m r Design CSS Start Here */

.r {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	}

.a {
	float: left;
	width: 80%;
	}

.sidebar {
	float: left;
	width: 20%;
	padding: 10px;
	text-align: center;
	}

.category {
	color: white;
	background-color: red;
	border-radius: 5px;
	}
  
.declaration {
	font-weight: 600;
	height: auto;
	width: auto;
	font-size: 16px;
	}
	
.rts a {
	text-decoration: none;
 	}
  
/* Clear floats after the columns */
.r:after {
	content: "";
	display: table;
	clear: both;
	}
/* Style the footer */
  
/* r layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 900px) {
  
	.a,
	.sidebar {
	  width: 100%;
	}
  	}
  
/* m r Design CSS End Here */



.container{
	max-width: 1170px;
	margin:auto;
}

.row{
	display: flex;
	flex-wrap: wrap;
}

.footlink-col ul{
	list-style: none;
}

.footlink{
	background-color: #131921;
	padding: 10px 0;
	border-top: 2px solid yellow;
}

.footlink-col{
   width: 25%;
   padding: 0 15px;
}

.footlink-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
	margin-left: 40px;
}

.footlink-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footlink-col ul li:not(:last-child){
	margin-bottom: 10px;
}

.footlink-col ul li a{
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 300;
	color: white;
	display: block;
	transition: all 0.3s ease;
}

/*r*/
@media(max-width: 767px){
  .footlink-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footlink-col{
    width: 100%;
}
}

.depot{
	color: red;
}


/* Alphabet Navigation Bar */
    .alphabet-nav {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 20px;
    }

    .alphabet-nav a {
      text-decoration: none;
      color: white;
      background-color: #0077cc;
      margin: 3px;
      padding: 3px 18px;
      border-radius: 1px;
      font-weight: bold;
      transition: background-color 0.2s;
    }

    .alphabet-nav a:hover {
      background-color: #005fa3;
    }