.background {
	background-image: url("https://enablingleadership.org/wp-content/uploads/2018/12/Chennai_P-Balaji-3-e1545907522768.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.header-background {
    height: 130px !important;
    position: relative;
    z-index: 1000;
    overflow: visible;
    background-color: #fff; /* Adjust the background color as needed */
}

.menu-bar-desktop .navbar-collapse,
.menu-bar-mobile .navbar-collapse {
    position: absolute;
    top: 100%; /* Position menu directly below the header */
    right: 20%;
    width: auto;
    background-color: #fff;
    z-index: 999;
    display: none; /* Hidden by default */
}

.menu-bar-desktop .navbar-collapse.show,
.menu-bar-mobile .navbar-collapse.show {
    display: block; /* Show the menu when expanded */
}

.navbar-toggler {
    position: relative;
    z-index: 1001;
}

.mlogo img {
    height: 60px; /* Adjust the logo size */
    max-height: 60px;
}

.social-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right .navbar-nav {
    display: flex;
    justify-content: flex-end;
}
.navbar-nav .nav-link {
padding-right: 10px;
    padding-left: 10px;
}
/*

.navbar-toggler {
    border: none;
    background-color: transparent;
    color: white;
    z-index: 1000; /* Ensure the menu icon is on top */
/*}*/

.navbar-toggler-icon {
    color: white;
}



.admin-background {

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.button-margin {
    margin: -10px 10px;
}

.header-button{
    font-size: 14px;
    font-weight: 600;
}

.right {
	float: right;
}

.menu-bar {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.image {
	width: auto;
	margin: 5px ;
}

.image img {
	width: 100%;

}

.menu-list {
    flex: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
}

.social-links ul li a {
	color: #fff;
	font-size: small;
	font-weight: 500;
}

.menu-list ul li a {
	color: white;
}

.menu-list ul li a:hover {
	color: #cccccc;
}

ul.dropdown-menu {
	padding: 0px;
}

ul.dropdown-menu li a {
	padding: 12px 0px;
	border-bottom: 1px dotted rgba(255, 255, 255, .2);
	font-family: "Libre Franklin";
	line-height: 18px;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 13px;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: none !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: none !important;
}

ul.dropdown-menu li:hover {
	background-color: none !important;
}

ul.dropdown-menu li {
	margin: 0px 22px;
}


.main-header-menu .dropdown-menu {
	background-color: #f96939;
}

.dropdown-item {
	background-color: #f96939;
}

.last-menu {
	padding-top: 5%;

}

.test {
	margin: auto;
	text-align: center;
}

.footer-1 {
	background-color: #fcb913;
}

.footer-1 h5 {
	margin-bottom: 1.5rem;
	margin-top: 2.5rem;
	font-weight: 500;
}

.footer-1 a {
	text-decoration: solid;
	color: black;
	margin-bottom: .7rem;
	display: block;
}

.footer-1 img {
	width: 70%;
}

.footer-social-links ul li a {
	color: rgb(0, 0, 0);
	font-size: small;
	font-weight: 500;
	padding: 0;
	margin-bottom: 0;
}

.social-footer {
	margin-top: 5rem;
	
	text-align: center;
	margin-bottom: 2rem;
}


.f-left p {
	margin-bottom: .5rem;
	font-size: small;
}

.f-left a {
	color: black;
	text-decoration: solid;
	display: inline-block;
	font-size: small;
}

i {
	margin-right: 5px;
	font-size: medium;
}

.facebook:hover {
	background-color: #4267B2;
	color: white;
	transition: .5s;
	border-radius: 5px;
}

.twitter:hover {
	background-color: #1DA1F2;
	color: white;
	transition: .5s;
	border-radius: 5px;
}

.instagram:hover {
	background-color: #4267B2;
	color: white;
	transition: .5s;
	border-radius: 5px;
}

.youtube:hover {
	background-color: #FF0000;
	color: white;
	transition: .5s;
	border-radius: 5px;
}

.linkedin:hover {
	background-color: #4267B2;
	color: white;
	transition: .5s;
	border-radius: 5px;
}

.search:hover {
	background-color: #ff5a5af8;
	color: white;
	transition: .5s;
	opacity: .7;
	border-radius: 5px;
}

.nav-center {
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 50px;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.border {
	border: 1px solid black;
}

.row.margin-adjust {
	margin: 0px;
}

.padded-button {
	margin-left: 20px;
}

.mlogo {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.menu-non-collapse {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
}

@media screen and (max-width: 768px) {
    
    .menu-list ul li a {
	    color: black;
    }
	.menu-non-collapse {
		display: flex;
		width: 100%;
		flex-direction: row;
		justify-content: space-evenly;
	}
	
	.navbar>.container,
	.navbar>.container-fluid,
	.navbar>.container-lg,
	.navbar>.container-md,
	.navbar>.container-sm,
	.navbar>.container-xl,
	.navbar>.container-xxl {
		display: flex;
		flex-wrap: inherit;
		align-items: center;
		justify-content: space-around;
	}
	
	.navbar-collapse {
        text-align: center;
        flex-basis: 100%;
    }

    .menu-bar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    
    .mlogo {
        flex: 1;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }
    
    .navbar-toggler {
        margin-left: auto;
        order: 2;
    }
    
    .image {
        width: auto;
        text-align: center;
    }
    
    .menu-list {
        text-align: right;
        margin-top: 0;
    }
}

.main-header-menu a {
	font-family: Poppins;
	line-height: 15px;
	font-weight: 600;
}

ul.dropdown-menu {
	border-radius: 0px;
	background-color: #f96939;
}

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

.nav-bar-header {
    text-align: center;
}

.nav-bar-header ul li a {
    font-family: 'Poppins', sans-serif;
    line-height: 15px;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    padding: 15px 0px 15px 15px;
}
.nav-bar-header ul .dropdown-toggle::after {
    border: none;
    content: "\2b";
    position: relative;
    top: 2px;
    left: -1px;
    opacity: 0.9;
    font-size: 11px;
    font-weight: 200;
}

.header-background{
    background-color: #000 !important;
    position: relative; /* Keep the header in place */
    z-index: 1000; /* Ensure it's above other content */
}

.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent !important;
    opacity: 0.8;
}
ul.dropdown-menu li a{
    font-family: "Libre Franklin", sans-serif;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 13px;
}
.donate-button a{
    color: #ff007b;
}

/* For Tablet View */
@media screen and (max-width: 992px) {
    .menu-bar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .mlogo {
        flex: 1;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }

    .navbar-toggler {
        margin-left: auto;
        order: 2;
        font-size: 22px;
        padding: 8px 12px;
        background-color: transparent;
        color: white;
        border: 1px solid white;
        border-radius: 4px;
    }

    .navbar-collapse {
        text-align: center;
        flex-basis: 100%;
    }

    .image {
        width: auto;
        text-align: center;
    }
    
    .menu-list {
        text-align: right;
        margin-top: 0;
    }
}

/* Menu for desktop and tablet view */
.menu-bar-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-bar-mobile {
    display: none;
}

/* Mobile view - show mobile menu and hide desktop menu */
@media screen and (max-width: 768px) {
    .menu-bar-desktop {
        display: none; /* Hide desktop menu */
    }
    
    .menu-bar-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

/* Tablet and desktop - hide mobile menu */
@media screen and (min-width: 769px) {
    .menu-bar-mobile {
        display: none;
    }
}