*, *::after, *::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
    background-color: white;
    font-family: 'Poppins';
	margin: 0;
	width: 100%;
	padding-top: 60px;
}

header {
	background-color: #333 !important;
	height: var;
	top: 0;
}

.top-bar {
	background-color: darkgreen;
	font-size: 17px;
	font-family: poppins;
	height: 40px;
	overflow: hidden;
	border-bottom: 1px solid orange;
}

.top-bar a, .top-bar span {
	color: orange;
	float: left;
	padding: 10px 40px;
	text-decoration: none;
	line-height: 1.2;
	list-style-type: italic !imporant;
	font-family: italic;
	font-size: 20px;
}

.top-bar i {
	color: white;
	margin-right: 6px;
	list-style-type: none;
	border: 1px solid green;
	border-radius: 50px;
	padding: 2px 4px;
	background-color: orange;
	margin-bottom: 3px;
}

.top-bar a:hover {
	color: white;
}

.top-bar span:hover {
	color: white;
}

.navbar {
	display: flex;
	align-items: center;
	height: auto;
	align-items: center;
	margin: 0;
	padding: 0;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

header {
	margin: 0 !important;
	padding: 0 !important;
	position: fixed;
	top: ;
	left: 0;
	width: 100%;
	z-index: 1000;

}

.logo-section {
	background-color: white;
	display: flex;
	align-items: center;
	width: 20%;
	justify-content: center;
	height: auto;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	border-right: 2px solid orange;
}



.header-menu {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 20px;
	
}

.header-menu li a {
	text-decoration: none;
	color: orange;
	font-family: "Poppins";
	transition: color 0.3s;
	font-size: 17px;
	padding: 14px 26px;
	text-wrap: nowrap;
}
.header-menu li a:hover {background: green; color: white;}

.header-menu li:has(ul.sub-menu) > a::after {
	content: "+";
	color: white;
	font-size: 24px;
	transform: translateY(2px);
	display: inline-block;
}

.header-menu a:has(ul.sub-menu) > a::after
{background-color: orange;}
.header-menu li:hover > ul.sub-menu {display: block;}

.header-menu li:last-child {margin-right: 130px;}
}



.header-menu li ul.a:hover {
	color: white;
	background-color: orange;
	padding: 8px 12px;
}

.header-menu .sub-menu li a {
	text-wrap: nowrap
	
}

.header-menu li {position: relative;}

.icon {
	display: yes;
	color: white;
	margin-left: 20px;
}


.page-title {
	left: 50%;
	bottom: 30%;
	transform: translate(-50%, -50%);
	position: absolute;
	background-color: black;
	opacity: 0.4;
	padding: 8px 16px;
	border: 8px solid white;
	white-space: nowrap;
	color: white;
	
}

/* header .header-menu .menu-item-has-children:hover .sub-menu {
display: block;
position: absolute;
top: 25px;
background-color: darkgreen;
box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
list-style-type: none;
border-radius: 4px;    
z-index: 999;
text-align: left;
}
*/
.header-menu ul.sub-menu {box-sizing:border-box;}
.header-menu ul.sub-menu li a {
	width: 100%;
	margin: 0;
	
}

.header-menu li ul:hover {background-color:orange; color: green;}
.header-menu li ul.sub-menu {
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(10px);
	padding: 0 !important;
	z-index: 999;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	transition: all  0.3s ease-in-out;
	width: 240px;
	overflow: hidden;
	list-style-type: none;
	display: none;
	position: absolute;
	background-color: #333;
	opacity: 0.9;
	margin: 0 !important;
	border-bottom: 4px solid #333;
	border-top: 1px solid orange;
	border-left: 4px solid orange;
	
}


.header-menu ul.sub-menu li {
	padding: 10px 0;
	margin: 0 !important;
	width: 240px;
	border-bottom: 1px solid orange;
	
}
.header-menu ul.sub-menu li:hover {
	background-color: green; color: white;
	padding: 6px 8px !important;
	box-sizing: border-box;
	border-bottom: 4px solid white;
	overflow: none;
	}

.header-menu li ul.sub-menu a {
	color: orange;
	display: flex;
	padding: 4px 8px !important;
	
}

.header-menu li ul.sub-menu a:hover {color: white;text-align: center;}


.btn btn-success {
    background-color: black;
}

footer {
    background-color: black;
    padding: 2px 22px
}


/*Modal Form CSS*/
.modalform { 
	color: white;
	background-color: orange;
	padding: 6px 8px;
	top: 0;
	right: 0;
	position: relative;
	margin: 12px;
	border-radius: 8px

}
.modalform:hover {background-color: green;}
.modalform {
	text-decoration: none;
}
/* #preloader {
    height: 100vh;
    width:100%;
    background:  url("") no-repeat center center;
    background-size: 30%;
    position: fixed;
    z-index: 100;
    
}
*/

.page-title h1 {
    margin-bottom: -150px;
    text-align: center;
}

/* modal form css*/
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	padding-top: 100px;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: green;	
}

.modal-form {
	background-color: #333;
	margin: auto;
	padding: 20px;
	width: 40%;
}

.navbar a.icon {
	display: none;
}
/* media query for top bar */

@media screen and (max-width: 768px) {
	.top-bar {display: none !important;}
}

/* media query for navbar icon */

@media screen and (max-width: 768px) {
	.navbar a.icon {
	float: right;
	display: block;
	color: black;
	border: 1px solid black;
	border-radius: 10px;
	padding: 14px 14px;
	background-color: orange;
	color: white;
	margin-right: 4px;
	font-size: 20px;
}
}

/* media query for navbar */
@media screen and (max-width: 786px) {
	.header-menu {
		display: none;
		background-color: green;
		flex-direction: column;
		position: absolute;
		top: 0;
		opacity:0.9;
		left: 0;
		width: 100%;
		padding: 20px;
		box-shadow: 0 2px 10px rbga(0,0,0,0.1);
	}
	.header-menu.responsive {
		display: flex;
	}
	
	.navbar .icon {
		display: block;
		color: white;
	}
	.header-menu li:last-child {margin-right: 0;}
}
@media screen and (max-width: 786px) {
.header-menu li  {background-color: #333; width: 100%;margin: 0;text-align: center;}
	.header-menu li ul.sub-menu {
		position: static;
		transform: none;
		display: block;
		max-height: 0;
		overflow: hidden;
		border: none;
		padding: 0 !important;
}
	/* Add a class via JS to show the menu */
.header-menu.active {
    display: flex !important;
}
}