*{
    margin:0;
    padding:0;
    font-family: 'Poppins', sans-serif;
}
.header {
    background-color: #000435;
    color: #fff;
    padding: 20px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 100px;
    height: auto;
}

.menu {
    display: flex;
    gap: 20px;
}

.menu a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.menu a:hover {
    background-color: #555;
}

/* CSS styles for changing link color */
a {
    color: white; /* Change link text color to white */
    text-decoration: none; /* Remove underline from links if desired */
}

/* Optional: Hover styles for links */
a:hover {
    color: #FFFFFF; /* Change link text color to white on hover */
}

/* Inline styles for simplicity */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    background-color: #000435;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 10px;
    min-width: 600px; /* Increased width for two columns */
    column-count: 3; /* Split into three columns */
    column-gap: 20px; /* Gap between columns */
}

.dropdown-menu a {
    display: block;
    padding: 5px 0;
    color: #000435;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.dropdown-menu a:hover {
    background-color: #f2f2f2;
}

.submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}

.submenu li {
    margin-bottom: 5px;
}

.nav-links ul li:hover .submenu {
    display: block;
}




/* container */
.container {
    display: flex;
    align-items: center; /* Align items vertically */
	background-color: #D6FFFF;
	justify-content: center; /* Align items horizontally */
}

.text-box {
    color: #fff;
    padding: 2% 6%;
    align-items: center;
}
.logo-container {
    margin-left: 100px; /* Adjust spacing between text-box and logo */
}
.logo-container img {
    width: 200px;
}

/* container2 */
.container2 {
    display: flex;
    align-items: center; /* Align items vertically */
    background-color: #D6FFFF;
	width: 100%; /* Set the width to 100% */
}
.text-box {
    color: #000435;
    padding: 2% 6%;
    align-items: center;
	word-wrap: break-word;
	
}
.logo-container2 {
    margin-left: 200px; /* Adjust spacing between text-box and logo */
}
.logo-container2 img {
    width: 200px;
}

.row{
    margin-top: 0%;
    display: flex;
    justify-content: space-between;
}

/* mission statement */
.mission{
    width: 80%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
    color: #000435; /* Change the color to your desired color */
}

.mission-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: #fff3f3;
    padding: 25px;
    cursor: pointer;
    display: flex;
}

.mission-col img{
    height: 100px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 80%;
}

.mission-col p{
    padding: 0;
}

.mission-col h3{
    margin-top: 15px;
    text-align: left;
}

.mission-col .fa{
    color: #f44336;
}

.mission-col img {
    display: block;
    margin: 0 auto; /* Center align the image horizontally */
}

/* testimonials */
.testimonials{
    width: 80%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
    color: #000435; /* Change the color to your desired color */
}

.testimonial-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: #fff3f3;
    padding: 25px;
    cursor: pointer;
    display: flex;
}

.testimonial-col img{
    height: 100px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 80%;
}

.testimonial-col p{
    padding: 0;
}

.testimonial-col h3{
    margin-top: 15px;
    text-align: left;
}

.testimonial-col .fa{
    color: #f44336;
}


footer {
    background-color: #f0f0f0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-column {
    padding: 2% 6%;
    flex: 1;
    margin-right: 20px;
}

.footer-column h4 {
    margin-bottom: 10px;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
    
}

.footer-column ul li {
    margin-bottom: 5px;
    white-space: nowrap;
}

.footer-column ul li a {
    text-decoration: none;
    color: #333;
}

.copyright {
    margin-top: 20px;
    text-align: right;
    width: 100%;
    font-size: 12px;
    color: #888;
}


body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.content {
    max-width: 800px;
    width: 100%;
}
.section {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
h2 {
    color: #007bff;
    margin-bottom: 15px;
	
}

.sub-section {
    margin-left: 20px;
    margin-bottom: 15px;
    border-left: 4px solid #007bff;
    padding-left: 10px;
}
.sub-section h3 {
    color: #000435;
    margin-bottom: 10px;
}
p {
    color: #555;
}

.text-box2 {     
    padding: 0% 15%;
    border-radius: 8px;
    transition: background-color 0.3s ease;
	width: 100%; /* Set the width to 100% */

}

.text-box2:hover {
    background-color: #FFDDDD;
}

.text-box22:hover {
    background-color: #FFDDDD;
}

.text-box2 h2 {
	margin: 0;
    font-size: 24px;
    line-height: 1.6;    
}

.text-box22 {     
    padding: 0% 15%;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}