 /* Custom CSS */
   .h2, h2 {
    font-size: 1.5rem;
}     
        .banner-slider img {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }
        .content-section {
            padding: 70px 0;
        }
        .content-section .content {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .content-section .form-container {
            background-color: #f8f9fa;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        .content-section .form-container h3 {
            margin-bottom: 20px;
        }
        .content-section .form-container .btn-primary {
            width: 100%;
        }
        .form_header {
    color: #fff;
    background-color: #1c447f;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 1rem;
}
.form_content {
    padding: 2rem 2rem;
    border: 1px solid #ccc;
}
.form_btn {
    background-color: #1c447f;
    color: #fff;
    font-size: 1rem;
    outline: none;
    border: none;
    padding: 0.8rem 2rem;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;
    margin: 1rem 0;
    border: 1px solid #fff;
}
.header {
            display: flex;
            align-items: center;
            padding: 10px 20px;
            border-bottom: 1px solid #ccc;
        }
        .header img {
            max-height: 60px;
        }
.stats-section {
            padding: 20px 0 40px;
        }
        .stats-item {
            text-align: center;
            border-right: 1px solid #ccc;
        }
        .stats-item:last-child {
            border-right: none;
        }
        .stats-number {
            font-size: 24px;
            font-weight: bold;
            color: #003366;
        }
        .stats-title {
            font-size: 18px;
            font-weight: bold;
            color: #003366;
            margin-top: 10px;
        }
        .stats-description {
            font-size: 14px;
            color: #333;
        }
        .stats-source {
            font-size: 12px;
            color: #999;
            text-align: right;
            margin-top: 15px;
        }
      .footer-area {
    background: #001737;
    color: #fff;
    padding: 8px 0;
}  
.footer-area p{
    margin-bottom: 0px;
    font-size: 14px;
}
@media (max-width: 768px) {
    .content-section {
    padding: 50px 0;
}
    .stats-section {
        padding: 10px 10px 40px 10px;
    }
.stats-item {
    margin-bottom: 10px;
}
.stats-number {
    font-size: 18px;
}
.footer-area p{
    font-size: 12px;
}
}        