/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #333;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

header .logo {
    font-size: 20px;
    font-weight: bold;
}

header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

header nav ul li {
    margin: 0 10px;
}

header nav ul li a {
    color: white;
    text-decoration: none;
}

header nav ul li a:hover {
    text-decoration: underline;
}

main {
    padding: 20px;
    text-align: center;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
} */



.navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #343a40;
    z-index: 1000;
    padding: 10px 0;
}

.header-logo {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.5rem;
   
}

.logo-style {
    color: rgba(0, 0, 128, 0.76);
}

.header-logo img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

.nav-item {
    font-weight: 500;
}

@media (max-width:992px) {
  
    .navbar-nav > li >a {
        text-align: center;
       
    }
    /* section{
        padding-top: 90px;
            padding-bottom: 150px; 
    } */
}

@media (max-width:430px){
    section{
        padding-top: 90px;
            /* padding-bottom: 150px; */
    }
}

@media (min-width:992px) {
    .navbar-nav > li {
        margin-left: 50px;
    }
    .m  {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .home-section{
        padding-top: 180px;
        padding-bottom: 150px;
    }
}


.content {
    min-height: 100%;
    padding: 40px 20px;
    /* text-align: center; */
}





.about ul {
    text-align: start;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
background-color: black; /* Set the button color to black */
border-radius: 50%; /* Optional: make the icon background circular */
width: 20px; /* Optional: adjust size */
height: 20px;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
background-color: darkgray; /* Optional: change color on hover */
}

.carousel-item ul {
    margin: 20px 0;
}

.carousel-item strong {
    font-size: 1.2rem;
}

.carousel-item {
    min-height: 250px;
}

footer {
    background-color: #f8f9fa;
    padding: 10px 20px;
    text-align: center;
   
}