html {
	scroll-behavior: auto;
	/* disable default smooth scroll */
}

html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

/* Fix Bootstrap modal layering in WordPress */
.modal {
	z-index: 99999 !important;
}

.modal-backdrop {
	z-index: 99998 !important;
}

/* WordPress admin bar fix */
#wpadminbar {
	z-index: 9999 !important;
}

@font-face {
	font-family: 'Helvetica';
	/* src: url('/assets/fonts/helvetica-255/Helvetica.ttf') format('ttf'); */
	src: url('/assets/fonts/helvetica-255/HelveticaNowDisplay-Regular.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-primary: 'Helvetica', sans-serif;
}

body {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #646B76;
}

a,
span {
	display: inline-block;
	font-family: var(--font-primary);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

h1 {
	font-weight: 500;
	font-size: 60px;
	line-height: 70px;
}

h2 {
	font-weight: 500;
	font-size: 42px;
	line-height: 52px;
}

h3 {
	font-weight: 500;
	font-size: 36px;
	line-height: 46px;
}

span {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}


header,
.main-header,
.site-header,
body {
	transform: none !important;
}

.text-blue {
	color: #07365B;
}

.bg-blue {
	background-color: #07365B;
}

.container {
	max-width: 1304px !important;
}

header.main-header {
	position: fixed;
	width: 100%;
	z-index: 99;
	padding: 20px 0 11px;
	transition: padding 0.7s ease,
		background-color 0.7s ease,
		box-shadow 0.3s ease;
}

header.main-header.scrolled {
	background: #fff;
	padding: 5px 0;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.navbar-nav .nav-item a {
	font-size: 16px;
	font-weight: 700;
	color: #07365B;
	text-decoration: none;
	cursor: pointer;
	padding: 11px 18px;
	transition: color 0.3s ease, transform 0.3s ease;
	position: relative;
}

.navbar-nav .nav-item a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, #1e88e5, #0B6CB6);
	transition: all 0.35s ease;
	transform: translateX(-50%);
	border-radius: 2px;
}

/* hover effect */
.navbar-nav .nav-item a:hover {
	color: #0B6CB6;
	transform: translateY(-3px);
}

.navbar-nav .nav-item a:hover::after {
	width: 100%;
}

/* active menu */
.navbar-nav .nav-item a.active {
	color: #0B6CB6;
	font-weight: 600;
}

.navbar-nav .nav-item a.active::after {
	width: 100%;
}

.navbar-brand img {
	max-width: 280px;
}

.get-started-btn {
	color: #fff;
	padding: 13px 41px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 13px;
	line-height: 24px;
	border: 1px solid #07365B;
	position: relative;
	overflow: hidden;
	z-index: 22;
}

.get-started-btn:hover:before {
	background-color: #fff;
	opacity: 1;
	border-radius: 0 !important;
	transform: translateY(0) !important;
}

.dropdown-toggle::after {
	content: '\f078';
	font-family: "Font Awesome 7 Free";
	border: none !important;
	vertical-align: inherit;
	margin-left: 8px;
}

.btn-primary-hero {
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	background: rgba(11, 108, 182, 1);
	text-align: center;
	padding: 16px 24px;
	border-radius: 32px;
	color: #fff;
	border: 1px solid rgba(11, 108, 182, 1);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	z-index: 22;
}

.btn-primary-hero:hover:before {
	background-color: #fff;
	opacity: 1;
	border-radius: 0 !important;
	transform: translateY(0) !important;
}

.btn-primary-hero:before,
.btn-outline-hero:before,
.strategic-guidance__cta:before,
.get-started-btn:before,
.footer-form .submit:before {
	content: "" !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	transform: translateY(101%) !important;
	border-radius: 50% 50% 0 0 !important;
	transition: transform .5s cubic-bezier(.4, 0, 0, 1), border-radius .5s cubic-bezier(.4, 0, 0, 1) !important;
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	z-index: -1 !important;
	background-color: #fff;
}

.footer-form br {
	display: none;
}

.btn-outline-hero {
	background: rgba(251, 253, 255, 1);
	color: rgba(26, 29, 31, 1);
	padding: 16px 24px;
	border-radius: 34px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid rgba(239, 239, 239, 1);
	line-height: 24px;
	border: 1px solid rgba(251, 253, 255, 1);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	z-index: 22;
}

.btn-outline-hero:hover {
	color: #fff;
}

.btn-outline-hero:hover:before {
	background-color: rgba(26, 29, 31, 1);
	opacity: 1;
	border-radius: 0 !important;
	transform: translateY(0) !important;
	color: #fff;
}

.btn-primary-hero.bg-red {
	background: #D95256;
	border: 1px solid #D95256;
}

.btn-primary-hero.bg-red:hover {
	color: #D95256;
	border: 1px solid #fff;
}

/* footer */
.qust-footer {
	background-image: url('../images/Home/output-onlinepngtools.png');
	padding: 80px 0;
	color: #0b2b4c;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 100px;
}

.footer-top h2 {
	font-size: 64px;
	font-weight: 500;
	line-height: 120%;
	text-align: left;
	margin-bottom: 16px;
	color: rgba(7, 80, 136, 1);
	width: 100%;
	max-width: 700px;
}

.footer-desc {
	font-weight: 400;
	font-size: 26px;
	line-height: 140%;
	color: #646B76;
	padding-bottom: 40px;
	max-width: 600px;
}

.footer-form {
	gap: 40px;
}

.footer-form .wpcf7-not-valid-tip {
	position: absolute;
	padding: 5px 0px 0 10px;
}

.footer-form .wpcf7-email {
	flex: 1;
	padding: 14px 20px;
	border-radius: 12px;
	border: none;
	outline: none;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: rgba(21, 21, 21, 1);
	max-width: 500px;
}

.footer-form .submit {
	background: rgba(11, 108, 182, 1);
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 25px;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	z-index: 22;
	border: 1px solid rgba(11, 108, 182, 1);
	transition: all 0.35s ease;
	width: 200px;
	cursor: pointer;
}

.footer-form .submit input {
	padding: 0;
	background: transparent;
	border: none;
	color: #fff;
	width: 100%;
	font-size: 13px;
	line-height: 24px;
}

.footer-form .submit:hover input {
	color: rgba(11, 108, 182, 1);
}

.footer-form .submit:hover:before {
	background-color: #fff;
	opacity: 1;
	border-radius: 0 !important;
	transform: translateY(0) !important;
}

.footer-note {
	gap: 14px;
	color: #5c7c99;
}

.footer-details {
	gap: 48px;
}

.note-line {
	font-weight: 500;
	font-size: 28.28px;
	line-height: 80%;
	width: 10px;
	height: 23px;
	opacity: 1;
	color: rgba(219, 47, 21, 1);
}

.footer-note p {
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
	color: rgba(100, 107, 118, 1);
	max-width: 280px;
	width: 100%;
	opacity: 0.8;
}

.footer-divider {
	height: 1px;
	background: rgba(99, 104, 115, 1);
	opacity: 0.2;
	margin: 64px 0 60px;
}

.footer-links {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	margin-bottom: 48px;
}

.footer-links a {
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	color: rgba(21, 21, 21, 1);
	font-weight: 500;
	line-height: 140%;
}

.footer-bottom h6 {
	font-weight: 500;
	margin-bottom: 12px;
	color: rgba(21, 21, 21, 1);
	opacity: 0.6;
	font-size: 14px;
	line-height: 140%;
	text-transform: uppercase;
}

.footer-bottom p {
	color: rgba(21, 21, 21, 1);
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
}

.footer-brand {
	text-align: end;
}

.footer-brand img {
	height: 61px;
	margin-bottom: 25px;
}

.footer-brand p {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	text-align: right;
	color: rgba(21, 21, 21, 1);
	opacity: 0.5;
	margin-bottom: 8px;
}

.address {
	max-width: 423px;
}

.footer-details a {
	color: #151515;
}

@media (max-width: 1024px) {
	body {
		font-size: 18px;
		line-height: 28px;
	}

	h1 {
		font-size: 48px;
		line-height: 58px;
	}

	h2 {
		font-size: 38px;
		line-height: 48px;
	}

	.container {
		padding: 0 24px;
	}

	.footer-top h2 {
		font-size: 47px;
		line-height: 58px;
	}

	header.main-header {
		padding: 10px 0 10px;
	}

	.navbar-nav .nav-item a {
		font-size: 13px;
		padding: 5px 5px;
	}

	.navbar-brand img {
		max-width: 200px;
	}
}

@media (max-width: 767px) {

	.container {
		padding: 0 15px;
	}

	h1 {
		font-size: 30px;
		line-height: 40px;
	}

	h2 {
		font-size: 26px;
		line-height: 36px;
	}

	h3 {
		font-size: 26px;
		line-height: 36px;
	}

	span {
		font-size: 14px;
		line-height: 22px;
	}

	.footer-top h2 {
		font-size: 30px;
		font-weight: 500;
		line-height: 40px;
	}

	.footer-desc {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 25px;

	}

	.qust-footer {
		padding: 50px 0;
	}

	.footer-note p {
		font-size: 20px;
		line-height: 30px;
	}

	.footer-divider {
		margin: 30px 0 40px;
	}

	.hours {
		padding-top: 30px;
	}

	.footer-details {
		gap: 30px;
	}

	.footer-bottom p,
	.footer-details a {
		font-size: 16px;
		line-height: 26px;
	}

	.footer-bottom h6 {
		margin-bottom: 6px;
	}

	.footer-brand p,
	.footer-brand {
		text-align: left;
	}

	.footer-brand {
		padding-top: 30px;
	}

	.footer-form p {
		gap: 20px;
		flex-direction: column;
	}

	.footer-form .wpcf7-submit {
		width: fit-content;
	}

	.footer-top {
		gap: 30px;
	}

	.footer-links {
		gap: 20px;
		margin-bottom: 30px;
	}

	.footer-links a {
		font-size: 14px;
		line-height: 24px;
	}

	.footer-form .submit {
		margin-top: 20px;
	}
}