:root {
	--primary: #0D68F7;
	--secondary: #FCFAEF;
	--tertiary: #E4EDF4;
	--text: #17234F;
	--text-2: #333333;
	--white: #ffffff;
	--body-font: "Merriweather", serif;
	--heading-font: 'Arbeit';
}
a, button {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.33s;
	transition: all 0.33s;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
body {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	font-family: var(--body-font);
	color: var(--text);
}
h1, h2, h3, h4, h5 {
	font-family: var(--heading-font);
}
h1, .h1 {
	font-size: 60px;
	line-height: 1;
	font-weight: 700;
}
h2 {
	font-size: 48px;
	font-weight: 300;
	line-height: 1;
}
h3 {
	font-size: 36px;
	font-weight: 200;
	line-height: 1;
}
h4 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 16px;
}
h5 {
	font-size: 21px;
	font-weight: 200;
	line-height: 1.4;
}
.large {
	font-size: 18px;
	line-height: 1.6;
}
:is(h1, h2, h3, h4, h5, h6, p):last-child {
	margin-bottom: 0;
}
.container {
	max-width: 1248px;
}
.primary-solid, .white-solid {
	font-family: var(--heading-font);
	font-weight: 500;
	padding: 7px 16px;
	border: 1px solid var(--primary);
	border-radius: 8px;
	color: var(--white);
	background-color: var(--primary);
}
.primary-solid:hover {
	color: var(--primary);
	background-color: transparent;
}
.white-solid {
	border-color: var(--white);
	background-color: var(--white);
	color: var(--primary);
}
.white-solid:hover {
	background-color: transparent;
	color: var(--white);
}
span.checkmark-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	width: 30px;
	height: 30px;
	background-color: var(--primary);
	border-radius: 50%;
	padding: 8px;
}
span.checkmark-icon:after {
	content: '';
	display: block;
	width: 14px;
	height: 8px;
	border: solid var(--white);
	border-width: 0 0 1px 1px;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
	position: relative;
	top: -2px;
}
/* Header Style */
.site-header {
	padding: 24px 0;
}
a.site-logo img.mobile, a.site-logo img.mobile-white {
	display: none;
}
.mainmenu {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	text-align: center;
}
.main-navbar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}
.main-navbar ul li a {
	color: var(--text);
	font-weight: 600;
	line-height: 1;
	padding: 4px;
	font-family: var(--heading-font);
}
.main-navbar ul li a:hover, .navbar-right a.contact:hover, .main-navbar ul li.current_page_item a {
	color: var(--text);
}
.navbar-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 16px;
}
.navbar-right a.contact {
	font-size: 12px;
	line-height: 1;
	padding: 4px;
	font-family: var(--heading-font);
	color: var(--text);
	font-weight: 500;
}

/* Footer Style */
.site-footer {
	padding: 88px 0 15%;
	background-color: var(--primary);
	color: var(--white);
	background-image: url(/img/footer-bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 20%;
}
.site-footer a:not(.primary-solid, .white-solid) {
	color: var(--white);
}
.site-footer a:not(.primary-solid, .white-solid):hover {
	color: var(--text);
}
.footer-content {
	font-family: var(--heading-font);
}
.footer-menu {
	margin-bottom: 40px;
}
.footer-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.footer-menu ul li a {
	font-weight: 600;
}
.footer-content .contact-number {
	font-size: 12px;
	font-weight: 500;
}
.footer-content .btn-group {
	margin-bottom: 40px;
}
.privacy-term {
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 6px;
}
.footer-about {
	max-width: 650px;
}
/* Page Style */
.hero-without-banner {
	padding: 130px 0;
}
.hero-without-banner h1 {
	max-width: 525px;
	margin-bottom: 32px;
}
.hero-without-banner h3 {
	max-width: 900px;
	margin-bottom: 20px;
}
.hero-without-banner p {
	max-width: 650px;
}
.benefit-section {
	padding: 100px 0;
	background-color: var(--secondary);
}
.benefits-full-image {
	margin: -220px 0 45px;
}
.benefits-full-image {
	text-align: end;
	position: relative;
}
.static-width-img {
	text-align: center;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 45%;
	left: 0;
}
.static-width-img > img {
	width: 2000px;
	max-width: inherit;
}
.benefits-content {
	max-width: 800px;
	margin: 0 auto;
}
.benefits-content h4 {
	max-width: 320px;
}
ul.benefits-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	gap: 22px;
	font-size: 18px;
	line-height: 24px;
}
ul.benefits-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	gap: 20px;
}
ul.benefits-list li span.checkmark-icon {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
}
.benefit-banner, .benefit-banner-2, .contact-section, .hero-section {
	padding: 130px 0;
}
.benefit-left-content {
	max-width: 400px;
}
.benefit-left-content :is(h4, h5) {
	margin-bottom: 12px;
}
.benefit-left-content p {
	line-height: 1.6;
}
.benefits-banner img {
	width: 100%;
}
.achieved-section, .achieved-section-2 {
	padding: 60px 0 90px;
}
.achieved-content {
	text-align: center;
	max-width: 945px;
	margin: 0 auto;
}
.achieved-box {
	margin: 0 auto;
	max-width: 300px;
	padding: 32px 40px;
	background-color: var(--secondary);
	border-radius: 15px;
}
.achieved-box span, .achieved-right span {
	font-size: 12px;
	font-weight: 800;
	display: block;
}
.achieved-box h2.percentage {
	font-size: 60px;
}
.achieved-box img {
	margin: 0 auto;
	margin-bottom: -62px;
	border-radius: 50%;
	display: block;
}
.achieved-right {
	text-align: start;
	max-width: 575px;
}
.achieved-right p {
	line-height: 1.8;
}
.contact-content h1 {
	margin-bottom: 30px;
}
.contact-content h3 {
	margin-bottom: 20px;
}
.contact-form-content {
	max-width: 500px;
	background-color: #E4EDF4;
	padding: 44px;
	text-align: center;
	border-radius: 10px;
}
.contact-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	text-align: left;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	gap: 8px;
}
.contact-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	text-align: left;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	gap: 8px;
	font-family: var(--heading-font);
}
.contact-form > label span {
	display: block;
	font-size: 12px;
	margin-bottom: 2px;
}
input {
	display: block;
	width: 100%;
	border: 1px solid #C2D7E6;
	border-radius: 8px;
	padding: 7px 16px;
	outline: none;
	background-color: transparent;
}
.form-bottom-content{
	line-height: 14px;
}
.form-bottom-content span, .checklist-group * {
	font-size: 12px;
}
.checklist-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
.checklist-field-group {
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	gap: 10px;
}
.checklist-field-group label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 5px;
}
.checklist-field-group label input {
	-webkit-box-flex: 0;
		-ms-flex: 0;
			flex: 0;
	width: 12px;
}
.hero-content h1 {
	margin-bottom: 32px;
}
.hero-content h3 {
	margin-bottom: 20px;
}
.word-line-section .static-width-img {
	position: unset;
	width: 100%;
}
.secondary-bg {
	background-color: var(--secondary);
}
.achieved-2-content {
	text-align: center;
	position: relative;
	padding-top: 65px;
}
.achieved-2-content .achieved-box {
	position: absolute;
	top: 0;
	right: 0;
}
form > div.contact-form > label:first-child {
	display:none;
}
form div.form-submit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.loader {
	transform: rotateZ(45deg);
	perspective: 1000px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #fff;
	display: none;
}
.loader:before,
.loader:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	transform: rotateX(70deg);
	animation: 1s spin linear infinite;
}
.loader:before {
	color: var(--primary);
}
.loader:after {
	color: var(--primary);
	transform: rotateY(70deg);
	animation-delay: .4s;
}
@keyframes rotate {
	0% {
		transform: translate(-50%, -50%) rotateZ(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotateZ(360deg);
	}
}
@keyframes rotateccw {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(-360deg);
	}
}
@keyframes spin {
	0%,
	100% {
		box-shadow: .2em 0px 0 0px currentcolor;
	}
	12% {
		box-shadow: .2em .2em 0 0 currentcolor;
	}
	25% {
		box-shadow: 0 .2em 0 0px currentcolor;
	}
	37% {
		box-shadow: -.2em .2em 0 0 currentcolor;
	}
	50% {
		box-shadow: -.2em 0 0 0 currentcolor;
	}
	62% {
		box-shadow: -.2em -.2em 0 0 currentcolor;
	}
	75% {
		box-shadow: 0px -.2em 0 0 currentcolor;
	}
	87% {
		box-shadow: .2em -.2em 0 0 currentcolor;
	}
}
