html, body{
	overflow-x: hidden!important;
}
h1, h2, h3, h4, h5, h6 {
}
p { margin-block-end: 0 !important; } /*remove excess spacing for accuracy*/
ul, ol {padding-inline-start: 18px !important;}
header ul, header ol {padding-inline-start: unset !important;}
footer ul, footer ol {padding-inline-start: unset !important;}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    align-items: center;
}
ul.elementor-nav-menu--dropdown a, 
ul.elementor-nav-menu--dropdown a:focus, 
ul.elementor-nav-menu--dropdown a:hover {
	border-inline-start: unset !important;
}
.ph-services-ic{
	max-width: 40px!important;
}
.menu-contact-us a {
	font-weight: 600 !important;
	color: #8C14FC !important;
	background-color: #ffffff;
	padding: 3px 3px 3px 24px !important;
	border-radius: 100px;
	gap: 24px;
	flex-direction: row-reverse;
}

/* .open-in-new-purple .elementor-button-content-wrapper:after {
	display: inline-block;
	position: relative;
 	content: '';
	background: url('../images/unity-open-in-new-tab-arrow.svg') no-repeat;
	background-size: 14px 14px;
	background-position: center;
	background-color: #8C14FC !important;
	vertical-align: middle;
	width: 42px !important;
	height: 42px !important;
	opacity: 1 !important;
	border-radius: 50%;
	transition: 0.3s;
}

.open-in-new-purple .elementor-button-content-wrapper:hover:after,
.banner-cta:hover:after {
	background-position: 65% 35%;
} */

.menu-contact-us a:before,
.open-in-new-purple .elementor-button-content-wrapper:after {
	display: inline-block;
	position: relative;
 	content: '';
	background: url('../images/unity-open-in-new-tab-arrow.svg') no-repeat;
	background-size: 14px 14px;
	background-position: center;
	background-color: #8C14FC !important;
	vertical-align: middle;
	width: 42px !important;
	height: 42px !important;
	opacity: 1 !important;
	border-radius: 50%;
	transition: 0.3s;
}

.menu-contact-us a:hover:before,
.open-in-new-purple .elementor-button-content-wrapper:hover:after,
.banner-cta:hover:after {
	background-position: 65% 35%;
}
.menu-contact-us a.elementor-item:after{
	display: none;
}

li.menu-item-type-post_type.not-last {
	margin-bottom: 0 !important;
}
.nav-item-bold a {
	font-weight: 700 !important;
}
.open-in-new-purple .elementor-button-content-wrapper {
    align-items: center;
	gap: 32px;
}
footer .elementor-nav-menu a {
	display: inline-flex;
}

/* breadcrumbs */
.breadcrumbs{
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.breadcrumbs a {
/* 	text-wrap-mode: nowrap; */
	font-weight: 400!important;
	color: black!important;
	transition: 0.3s all;
}

.breadcrumbs a:hover {
	color: #8C14FC!important;
}

.breadcrumbs .active {
/* 	text-wrap-mode: nowrap; */
	color: #8C14FC!important;
}

.content-hyperlink a {
	font-weight: 500!important;
}

.content-hyperlink a {
	font-weight: 400!important;
	transition: 0.3s all!important;
}

.content-hyperlink a:hover {
	text-decoration: underline!important;
}

.content-footnote a {
	font-weight: 400!important;
	transition: 0.3s all!important;
	font-size: 14px!important;
}
.content-footnote a:hover{
	text-decoration: underline!important;
}

:target {
	scroll-margin-top: 120px !important;
	scroll-behavior: smooth;
}

div[data-elementor-type="wp-post"] table, div[data-elementor-type="wp-post"] table a { font-size: inherit !important; }

/* --------------------------- Breakpoints For Mobile Devices --------------------------- */
@media (max-width: 1600px) {}

@media (max-width: 1230px) {}

@media (max-width: 1024px) {}

@media (max-width: 830px) {}

@media (max-width: 767px) {
	div[data-elementor-type="wp-post"] p a { font-size: inherit !important; }
	
	.menu-contact-us a {
		font-weight: unset !important;
		color: unset !important;
		flex-direction: unset;
	}
	.menu-contact-us a.elementor-item-active {
		color: #ffffff !important;
	}
	.menu-contact-us a:before {
		display: none;
		content: none;
	}
}

@media (max-width: 480px) {
	.mobile-header-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		height: 75vh;
		overflow-y: scroll;
	}
	.elementor-menu-toggle__icon--open svg {
		margin: 7px 0;
	}
	ul.elementor-nav-menu .sub-menu.elementor-nav-menu--dropdown a {
		font-size: 14px !important;
        padding: 10px 28px !important;
	}
	ul.elementor-nav-menu li.menu-item a {
		display: inline-flex;
		justify-content: space-between;
		width: 100%;
		padding: 14px 21px !important;
	}
	ul.elementor-nav-menu li.menu-contact-us a {
		border-radius: unset;
	}
	ul.elementor-nav-menu li.menu-item a.highlighted svg {
		fill: #F8F4FF;
	}
	.footer-main-section ul.elementor-nav-menu li.menu-item a {
		font-size: 14px !important;
		padding: 0 !important;
	}
	.footer-main-section ul.elementor-nav-menu li.menu-item.nav-item-bold a {
		font-size: 16px !important;
	}
	.footer-main-section .footer-pp-menu ul.elementor-nav-menu li.menu-item:nth-child(1) a {
		padding-right: 10px !important;
	}
	.footer-main-section .footer-pp-menu ul.elementor-nav-menu li.menu-item:nth-child(2) a {
		padding-left: 10px !important;
	}
	
/* 	.open-in-new-purple .elementor-button-content-wrapper:after {
		background-size: 8px 8px;
		width: 24px !important;
		height: 24px !important;
	} */
	
	.menu-contact-us a:before,
	.open-in-new-purple .elementor-button-content-wrapper:after {
		background-size: 8px 8px;
		width: 24px !important;
		height: 24px !important;
	}
	.open-in-new-purple .elementor-button-content-wrapper {
		gap: 12px;
	}
	li.menu-item-type-post_type.not-last {
		margin-bottom: 4px !important;
	}
}