/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 12 2026 | 08:42:23 */
.header-area .header-sing a.g_btn {
	color: #1a48aa !important;
	background: #fcd935 !important;
	border-radius: 0 !important;
	padding: 10px !important;
	line-height: 2em !important;
}

.header_menu_area  {
	background: black;
}

/* .hamburger-menu.menu-bar.info-bar {
	display: none !important;
} */

.offset_searchbar  {
	display: none !important;
}

#sticky-header .justify-content-end {
    justify-content: center !important;
}

.main-menu ul li a {
	font-size: 18px;
}

.main-menu:is(.menu_2) ul li a {
    padding: 0 !important;
}



/* Targets devices with a screen width of 769px and larger */
@media screen and (min-width: 769px) {
  /* Your desktop/laptop styles go here */
  
	.hamburger-menu {
		display: none !important;
	}
}