/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2026 | 05:21:43 */
a {
	outline: none !important;
}

.offcanvas_menu span.pp-offcanvas-toggle-text.pp-toggle-label{
	display: none;
}

.offcanvas_menu span.pp-offcanvas-toggle-icon.fas.fa-align-justify::before{
	content: "";
	background: url("/wp-content/uploads/2025/09/Hamburger-Menu-Icon.svg");
	    object-fit: cover;
    width: 40px;
    height: 28px;
    display: block;
    background-repeat: no-repeat;
}

.pp-offcanvas-content-title{
	display: none;
}

.pp-offcanvas-body .menu .menu-item a{
	font-size: 20px !important;
	font-weight: 500 !important;
	padding-bottom: 8px !important;
	margin-bottom: 8px;
	border-bottom: 1px solid #fff;
}

.pp-offcanvas-body .menu .sub-menu .menu-item a{
	font-size: 16px !important;
	padding-left: 0;
	font-weight: 500 !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.pp-offcanvas-close{
	width: 32px;
	height: 32px;
	border: 1px solid #ffffff;
	border-radius: 100px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	    margin-left: auto !important;
}

.footer_menu_list .menu .menu-item:first-child a{
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-decoration: none;
}

.footer_menu_list .menu .menu-item:first-child a:hover{
	text-decoration: none;
}

.footer_menu_list .menu .menu-item a:hover{
	text-decoration: underline;
}


.footer_text_editor p{
	margin-bottom: 0;
}