


.text-container h3{


    font-size: 18px; color:#10296f;
 font-family: 'Poppins', Sans-serif;font-weight: 600;
    margin: 0 0 20px;
   
    line-height: 1.4;
}
        .navbar {
            background-color:#10296f;
        }

        .navbar-brand {
            color: #fff;
            font-size: 1.5em;
            margin-right: 15px;
        }

        .navbar-nav {
            margin-left: auto;
        }

        .nav-link {
            color: #fff !important;
            margin-right: 15px;
        }
     h2{

       color:#10296f;


    font-family: "Poppins", Sans-serif;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 2.3px;
}

     

 /* Navbar styles */
         .navbar {
            position: relative;
        }

        .navbar-brand img {
            height: 90px;
            width: 10%; /* Set width to 10% of the screen size */
            object-fit: contain; /* Maintain the aspect ratio of the image */
        }

        /* Additional styling for the image container */
        .navbar-image-container {
            text-align: center;
        }

        .navbar-image-container img {
            width: 100%;
            max-width: 100%;
            height: auto;
        }

        /* Centered Heading and Paragraph styles */
        .center-content {
            text-align: center;
            margin-top: 20px;
        }

     

      .tile {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 400px; /* Adjust the height as needed */
        color: #fff; /* Text color, adjust as needed */
        padding: 20px;
        text-align: center;
    }

    .tile h3 {
        margin-top: 0;
        text-align: center;
    }

    .underline {
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
    }
    .pclass{

           text-align: center;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    }

