/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 24 2026 | 15:26:46 */
.g-breadcrumbs-item {
	margin-top: 0px;
}
.faqDesign .w-tabs {
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 20px;
}
.faqDesign .w-tabs.accordion > div > .w-tabs-section {
	border-style: none !important;
}
.faqDesign .w-tabs-section-header.active {
	background: transparent;
}
.faqDesign  .w-tabs-section-content {
	padding-top: 0px !important;
}

.allLinks ul li a {
	color: #010100;
}
.allLinks ul {
	margin-left: 0px;
}
.allLinks ul li {
	list-style: none;
	padding-left: 0px !important;
	margin-left: 0px !important;
	margin-bottom: 0px;
}
/*.allLinks .wpb_column .vc_column-inner .vc_wp_custommenu, .allLinks .wpb_column .vc_column-inner .links {
	border: 1px solid #ddd;
	border-radius: 25px;
	padding: 30px !important;
	min-height: 250px !important;
}*/
.allLinks .innerInterSection .wpb_column {
	border: 1px solid #ddd;
	border-radius: 25px;
	padding: 30px !important;
	min-height: 250px !important;
}
.allLinks ul li a::before, .megaMenu .menu .menu-item a::before {
	content: "\f061";
	font-family: fontawesome;
	padding-right: 10px;
}
.allLinks ul li a:hover, .linksDesign .menu li a:hover {
	color: #FF8132;
}
.allLinks ul li a {
	border-bottom: none;
	background: transparent;
	padding: 0px;
	border-radius: 0px;
}
.allLinks ul li {
	min-width: 100%;
	display: block;
}
.allLinks ul li a::after {
	display:none;
}
.innerInterSectionFull .wpb_text_column ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px 20px;
}