html {
	scroll-behavior: auto;
	/* disable default smooth scroll */
}

@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;
}



.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: #1A1D1F;
	text-decoration: none;
	cursor: pointer;
	padding: 11px 18px;
}

.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;
}

.get-started-btn:hover {
	background: #fff;
	color: #07365B;
}

.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;
}

.btn-primary-hero:hover {
	color: rgba(11, 108, 182, 1);
	background: #fff;
}

.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;
}

.btn-outline-hero:hover {
	color: #fff;
	background: rgba(26, 29, 31, 1);
	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 {
	display: flex;
	gap: 40px;
}

.footer-form input {
	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 button {
	background: rgba(11, 108, 182, 1);
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 25px;
	font-size: 15px;
	font-weight: 500;
}

.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 20px;
	}

	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 {
		gap: 20px;
		flex-direction: column;
	}

	.footer-form button {
		width: fit-content;
	}

	.footer-top {
		gap: 30px;
	}

	.footer-links {
		gap: 20px;
		margin-bottom: 30px;
	}

	.footer-links a {
		font-size: 14px;
		line-height: 24px;
	}
}