* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f9f9f9;
            font-size: 18px;
        }
        
        a:focus, button:focus {
            outline: 3px solid #0056b3;
        }
        
        header {
            background-color: #0056b3;
            color: white;
            padding: 1rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
			padding-bottom: 0px;
        }
        
        .header-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 2rem;
        }
        
        .ilogo {
          
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
        }
        
        .logo span {
            color: #ffcc00;
        }
        
        nav ul {
            display: flex;
            list-style: none;
        }
        
        nav ul li {
            margin-left: 1.5rem;
        }
        
        nav ul li a {
            color: white;
            text-decoration: none;
            font-size: 1.1rem;
            padding: 0.5rem;
            transition: color 0.3s;
        }
        
        nav ul li a:hover {
            color: #ffcc00;
        }
        
        .carousel {
            position: relative;
            
            margin-top: 0px;
            overflow: hidden;
            height: 500px;
        }
        
        .carousel-inner {
            display: flex;
            transition: transform 0.5s ease;
            height: 100%;
        }
        
        .carousel-item {
            min-width: 100%;
            position: relative;
        }
        
        .carousel-item img {
            width: 100%;
            height: 100%;
            
        }
        
        .carousel-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 86, 179, 0.8);
            color: white;
            padding: 2rem;
            text-align: center;
        }
        
        .carousel-caption h2 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
			color: #f2eded;
        }
        
        .carousel-control {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.5);
            color: #0056b3;
            border: none;
            padding: 1rem;
            font-size: 1.5rem;
            cursor: pointer;
            z-index: 10;
        }
        
        .carousel-control.prev {
            left: 1rem;
        }
        
        .carousel-control.next {
            right: 1rem;
        }
        
        .btn {
            display: inline-block;
            background-color: #ffcc00;
            color: #0056b3;
            padding: 0.8rem 1.5rem;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            font-size: 1.1rem;
            transition: background-color 0.3s;
        }
        
        .btn:hover {
            background-color: #e6b800;
        }
        
        .container {
            max-width: 1200px;
            margin: 2rem auto;
            padding: 0 2rem;
        }
        
        section {
            margin-bottom: 3rem;
        }
        
        h2 {
            color: #0056b3;
            margin-bottom: 1.5rem;
            font-size: 2rem;
            text-align: center;
        }
        
        h3 {
            color: #0056b3;
            margin-bottom: 1rem;
            font-size: 1.5rem;
        }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }
        
        .service-card {
            background: white;
            border-radius: 8px;
            padding: 1.5rem;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
            text-align: center;
        }
        
        .service-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 5px;
            margin-bottom: 1rem;
        }
        
        footer {
            background-color: #0056b3;
            color: white;
           
        }
         .static-banner {
            width: 100%;
            max-height: 400px;
            overflow: hidden;
            margin-bottom: 2rem;
        }
        
        .static-banner img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
        }
        
        .footer-column h3 {
            color: #ffcc00;
            margin-bottom: 1.5rem;
        }
        
        .footer-column ul {
            list-style: none;
        }
        
        .footer-column ul li {
            margin-bottom: 0.8rem;
        }
        
        .footer-column a {
            color: white;
            text-decoration: none;
        }
        
        .footer-column a:hover {
            text-decoration: underline;
        }
        
        .copyright {
            text-align: center;
            margin-top: 2rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .accessibility-tools {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 100;
            display: flex;
            gap: 10px;
        }
        
        .accessibility-btn {
            background-color: #0056b3;
            color: white;
            border: none;
            padding: 10px;
            border-radius: 50%;
            cursor: pointer;
            width: 50px;
            height: 50px;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        @media (max-width: 768px) {
            .header-container {
                flex-direction: column;
                text-align: center;
            }
            
            nav ul {
                display: flex;
				flex-direction: row;
				align-items: flex-start;
            }
            .header-container{
				padding:0px;
			}
            nav ul li {
                margin: 0.5rem 0;
            }
            
            .carousel {
                height: auto;
            }
            
            .carousel-caption h2 {
                font-size: 1.8rem;
            }
            
            .footer-container {
                grid-template-columns: 1fr;
            }
			 .static-banner {
                max-height: 300px;
            }
        }
		.a-rm{
		   
		   padding:10px 15px;
		   text-decoration:none;
		   color:blue;
		   font-size:16px;
	   }
	   .mnh{
		   min-height:123px;
	   }
	   .dv-rm{
			
			bottom: 7px;
			text-align: right;
			width: 90%;
			margin: auto;
		}
		.pr{
			position:relative;
		}