
body{background-color: #fff9f3; }
.navbar-brand-logo img {
    max-height: 100%;
    width: 100%;
}
 
.navbar-brand {
 
    padding:0;
    height:auto;
    width: 100vw; /* Viewport width ka 100% */
	/* margin-right: -15px; */
}
.page-header h1{ font-size: 24px;}
 
p {
    margin: 0 0 10px; text-align: justify;
}
 
.pkp_block {
    border-color: #ddd;
    margin-top: 40px;
}
.footer p{ text-align:center;}
 
.page-header {
   margin: 10px 0 23px;
 
}
.bg-m{background-color: #fefefe;border-radius:3px 3px 0 0;
 
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);}
.container{ padding-left:0; padding-right:0;}
.navbar{ border-radius: 0 0 3px 3px;}
 
h3, .h3 {
    font-size: 24px;
}
h2, .h2 {
    font-size: 20px;
}
h1, .h1 {
    font-size: 24px;
}
.alert-info{background-color: #b79d8f;}
.breadcrumb{ background:transparent;    padding: 8px 0;}
 
@media screen and (max-width: 991px) {
	.nav > li > a {
    padding: 10px 7px;
}
.navbar-form .form-control {
 
    width: 100px;
 
}
 
}
 
@media screen and (max-width:767px) {
 
	.banner-header{display: block;
    max-width: 100%;
    height: auto; }
}
 
.container-fluid {
    background: #0c4b8d;
}
.navbar-default .nav > li > a, .header_view .nav > li > a {
    color: #ffffff;
    font-weight: bold;
}
.header_view .nav > li > a:hover{
   color: #ffffff;
text-decoration: underline;
}
td, th {
    border: solid 1px #b1aeae;
    margin:0 2px;
}
.show {
    display: list-item;
}







































footer {    
            background-color: #2c3e50; /* Dark professional color */
            color: #0e96f0;
            padding: 40px 20px;
            font-family: Arial, sans-serif;
        }

        .footer-container { 
            padding-left:120px;
            max-width: 100%;
            margin: 0 auto;
            display: flex;
            
            gap: 80px;
        }

        .footer-column {
            flex: 1;
            min-width: 250px;
        }

        .footer-column h3 {
            
            padding-bottom: 10px;
            margin-bottom: 20px;
            font-size: 18px;
            text-transform: uppercase;
            
        }

        .footer-column ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-column ul li {
            margin-bottom: 10px;
        }

        .footer-column ul li a {
            color: #000000;
            text-decoration: none;
            transition: 0.3s;
            font-size: 16px;
            
        }

        .footer-column ul li a:hover {
            color: #3498db;
            padding-left: 5px;
        }

        .contact-info p {
             text-align:start;
            font-size: 16px;
            line-height: 1.6;
            color: #000000;
            margin: 5px 0;
        }

        .contact-info strong {
            color: #000000;
font-size: 14px;
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .footer-container {
                flex-direction: column;
            }
        }
        .footer-bottom {
    
    padding: 20px 10px;
    text-align: center;
    color: #242628;
    font-size: 16px;
   
    
}

.footer-bottom a {
    color: #0e96f0;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-bottom .text {
    margin-top: 5px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-column h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-column ul li a:hover {
        padding-left: 0;
    }
}