
* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

html {
	background-color: #062132;
}

body {
	background-color: #fff;
}

body,
html {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	color: #062333;
	text-decoration-skip-ink: auto;
	overflow-x: hidden;
}

@media ( prefers-reduced-motion: no-preference ) {

	html, body {
		scroll-behavior: smooth;
	}

}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}

h1 {
	font-family: "DM Serif Display", serif;
	font-weight: normal;
	font-size: 50px;
	line-height: 1.24;
}

h2 {
	font-weight: 600;
	font-size: 38px;
	line-height: 1.32;
}

h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.42;
}

h4 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.78;
}

h5 {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.78;
}

.ai-wrap h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.78;
}

@media ( width <= 991.98px ) {

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

	h3 {
		font-size: 20px;
		line-height: 1.5;
	}

}

@media ( width <= 767.98px ) {

	h5 {
		font-size: 16px;
	}

}

.link-btn {
	font-weight: 500;
	font-size: 21px;
	color: #ff850d;
	line-height: 1.48;
}

@media ( hover: hover ) {

	.link-btn:hover {
		text-decoration: underline;
		font-weight: 700;
	}

}

.container {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media ( width >= 576px ) {

	.container {
		max-width: 540px;
	}

}

@media ( width >= 768px ) {

	.container {
		max-width: 690px;
	}

}

@media ( width >= 992px ) {

	.container {
		max-width: 930px;
	}

}

@media ( width >= 1200px ) {

	.container {
		max-width: 1110px;
	}

}

@media ( width <= 767.98px ) {

	.container {
		padding: 0 15px;
		box-sizing: border-box;
	}

}

.eyebrow {
	margin-bottom: 16px;
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #5d9ad9;
	line-height: 1;
}

.btn-primary {
	display: inline-flex;
	column-gap: 8px;
	align-items: center;
	flex-wrap: wrap;
	min-height: 40px;
	padding: 10px 20px;
	background-color: #00c4d6;
	border-radius: 20px;
	font-weight: 600;
	font-size: 16px;
	color: #062132;
	box-sizing: border-box;
	line-height: 1;
}

@media ( hover: hover ) {

	.btn-primary:hover {
		background-color: #33a8a7;
	}

}

.btn-primary-outline {
	display: inline-flex;
	column-gap: 8px;
	align-items: center;
	flex-wrap: wrap;
	min-height: 40px;
	padding: 10px 20px;
	background-color: transparent;
	border: solid 2px #00c4d6;
	border-radius: 20px;
	font-weight: 600;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 1;
	color: #00c4d6;
}

@media ( hover: hover ) {

	.btn-primary-outline:hover {
		background-color: #00c4d6;
		color: #fff;
	}

	.btn-primary-outline:hover img {
		filter: invert( 0% ) sepia( 0% ) saturate( 0% ) hue-rotate( 50deg ) brightness( 109% ) contrast( 500% );
	}

}

.btn-inline {
	display: flex;
	gap: 30px;
	align-items: center;
	flex-wrap: wrap;
}

/* Header section start here */

.main-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	padding: 15px 0;
}

.main-header .logo img {
	height: 60px;
}

.main-header .row {
	display: flex;
	column-gap: 15px;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.main-header .row .right .call-link {
	position: relative;
	font-weight: 600;
	font-size: 14px;
	color: #63cdcc;
	line-height: 1.43;
}

.main-header .row .right .call-link::before {
	content: "";
	position: absolute;
	top: 5px;
	left: -17px;
	width: 10px;
	height: 10px;
	background-image: url( "../images/icon-phone.svg" );
	background-position: center center;
	background-repeat: no-repeat;
}

.main-header .right {
	display: flex;
	column-gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}

.main-header .right a:not( .call-link ) {
	min-height: 35px;
	padding: 7px 17px;
	font-size: 14px;
}

@media ( width >= 768px ) {

	.main-header.fixed {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		min-height: 80px;
		padding: 10px 0;
		background-color: #062132;
		box-sizing: border-box;
	}

	.main-header.fixed .logo img {
		height: 45px;
	}

	.btn-primary.bottom-sticky {
		display: none;
	}

}

@media ( width <= 991.98px ) {

	.main-header .logo img {
		height: 45px;
	}

}

@media ( width <= 767.98px ) {

	.btn-primary,
	.btn-primary-outline {
		display: none;
	}

	.main-header {
		position: static;
		background-color: #062132;
	}

	.btn-primary.bottom-sticky {
		position: fixed;
		bottom: 0;
		z-index: 99;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		min-height: 50px;
		border-radius: 0;
		text-align: center;
	}

}

/* Header section end here */

/* Hero start here */

.hero {
	min-height: 755px;
	background-image: url( "../images/Bofu-hero-img@2x.webp" );
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media ( width <= 991.98px ) {

	.hero {
		min-height: 650px;
	}

}

@media ( width <= 767.98px ) {

	.hero {
		min-height: 500px;
		background-image: url( "../images/Bofu-hero-under768@2x.webp" );
	}

}

/* Hero end here */

/* automated-wrap humans start here */

.automated-wrap {
	position: relative;
	z-index: 999;
	margin-bottom: -50px;
}

.automated-wrap .row {
	position: relative;
	top: -180px;
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	grid-template-rows: 1fr;
	grid-column-gap: 90px;
	padding: 45px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 2px 2px 12px 0 rgba( 0, 0, 0, 0.06 );
}

.automated-wrap .right img {
	border-radius: 12px;
}

.automated-wrap .left h2 {
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 1.21;
}

.automated-wrap .left h3 {
	margin-bottom: 15px;
	font-weight: normal;
}

.automated-wrap .left p {
	line-height: 1.63;
	margin-bottom: 30px;
	color: #585858;
}

.automated-wrap .title-wrap {
	grid-area: 1 / 1 / 2 / 3;
	text-align: center;
	max-width: 920px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.automated-wrap .title-wrap .eyebrow {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.42;
	color: #00c4d6;
}

.automated-wrap .title-wrap h1 {
	margin-bottom: 15px;
	font-size: 62px;
	line-height: 1.03;
}

@media ( width <= 991.98px ) {

	.automated-wrap {
		margin-top: -160px;
		box-shadow: 2px 2px 12px 0 rgba( 0, 0, 0, 0.06 );
		background-color: #fff;
	}

	.automated-wrap .row {
		top: 0;
		display: flex;
		gap: 30px;
		flex-direction: column;
		flex-wrap: wrap;
		box-shadow: none;
		padding: 33px 0;
		border-radius: 0;
	}

	.automated-wrap .title-wrap {
		padding-bottom: 20px;
	}

	.automated-wrap .row > div:not( .title-wrap ) {
		max-width: 570px;
	}

	.automated-wrap .left h3 {
		font-size: 20px;
		line-height: 1.5;
	}

	.automated-wrap .left p {
		font-size: 13px;
		line-height: 1.69;
	}

	.automated-wrap .title-wrap .eyebrow {
		font-size: 20px;
		line-height: 1.5;
	}

	.automated-wrap .title-wrap h1 {
		max-width: 680px;
	}

}

@media ( width <= 767.98px ) {

	.automated-wrap {
		margin-top: 0;
	}

	.automated-wrap .row {
		display: flex;
		gap: 0;
		flex-direction: column;
		flex-wrap: wrap;
		padding: 40px 0;
	}

	.automated-wrap .left p {
		font-size: 13px;
	}

	.automated-wrap .title-wrap h1 {
		font-size: 40px;
		line-height: 1.05;
	}

	.automated-wrap .title-wrap {
		padding-bottom: 40px;
	}

}

/* automated-wrap humans end here */

/* disruptive-ai start here */

.disruptive-ai .row {
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	grid-column-gap: 90px;
	align-items: center;
	padding-bottom: 90px;
}

.disruptive-ai .row h2 {
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 1.21;
}

.disruptive-ai .row p {
	margin-bottom: 30px;
	line-height: 1.63;
	color: #585858;
}

.disruptive-ai .left img {
	border-radius: 12px;
}

.disruptive-ai .right h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.42;
}

@media ( width <= 991.98px ) {

	.disruptive-ai .row {
		display: flex;
		row-gap: 30px;
		flex-direction: column-reverse;
		flex-wrap: wrap;
		max-width: 570px;
		margin-top: 60px;
		padding: 50px 0 80px;
	}

	.disruptive-ai .row p {
		margin-bottom: 30px;
		font-size: 13px;
		line-height: 1.69;
	}

	.disruptive-ai .right h3 {
		font-size: 20px;
		line-height: 1.5;
	}

}

@media ( width <= 767.98px ) {

	.disruptive-ai .row {
		padding: 45px 0;
	}

}

/* disruptive-ai end here */

/* healthy-book start here */

.healthy-book {
	position: relative;
	background-color: #062132;
}

.healthy-book .row {
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	grid-column-gap: 90px;
	align-items: center;
}

.healthy-book .row .left {
	padding: 90px 0;
	color: #fff;
}

.healthy-book .row .left h2 {
	margin-bottom: 15px;
}

.healthy-book .row .left p {
	line-height: 1.63;
	margin-bottom: 30px;
}

.healthy-book .row .left a {
	font-weight: 600;
	line-height: 0.88;
	color: #00c4d6;
}

.healthy-book .right-inner-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 46.5vw;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.healthy-book h3 {
	margin-bottom: 15px;
	font-weight: normal;
}

@media ( width <= 991.98px ) {

	.healthy-book .row {
		grid-template-columns: 1fr;
	}

	.healthy-book .row .left p {
		margin-bottom: 0;
		font-size: 13px;
	}

	.healthy-book .row .left {
		max-width: 570px;
		padding: 50px 0;
	}

	.healthy-book .row .right {
		height: 570px;
	}

	.healthy-book .row .right .right-inner-img {
		top: auto;
		bottom: 0;
		width: 100%;
		height: 570px;
	}

}

@media ( width <= 767.98px ) {

	.healthy-book {
		margin-top: 40px;
	}

	.healthy-book .row .right,
	.healthy-book .row .right .right-inner-img {
		height: 280px;
	}

}

/* healthy-book end here */

/* ai section start here */

.ai-wrap {
	padding: 120px 0;
}

.ai-wrap .row {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	grid-column-gap: 30px;
	align-items: center;
}

.ai-wrap .left h2 {
	margin-bottom: 15px;
}

.ai-wrap .left h3 {
	margin-bottom: 30px;
}

@media ( width <= 991.98px ) {

	.ai-wrap .row {
		grid-template-columns: 1fr 1fr;
	}

	.ai-wrap {
		padding: 105px 0;
	}

	.btn-inline {
		gap: 20px;
		align-items: self-start;
		flex-direction: column;
	}

}

@media ( width <= 767.98px ) {

	.ai-wrap .row {
		display: flex;
		row-gap: 45px;
		flex-direction: column;
		flex-wrap: wrap;
		max-width: 390px;
		margin: 0 auto;
	}

	.ai-wrap {
		padding: 70px 0;
	}

	.ai-wrap .left h3 {
		margin: 0;
	}

}

/* ai section end here */

/* footer-wrap section start here */

.footer-wrap {
	padding: 60px 0;
	background-color: #062132;
}

.footer-wrap .row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.footer-img img {
	min-width: 133px;
	max-height: 65px;
}

.footer-logo {
	display: flex;
	column-gap: 30px;
	flex-wrap: wrap;
	text-align: left;
}

.footer-links h5 a {
	text-align: left;
	display: block;
	color: #fff;
}

.footer-links h5 {
	display: flex;
	column-gap: 5px;
	flex-wrap: wrap;
	color: #fff;
}

.copyright-text {
	font-size: 12px;
	line-height: 1.83;
	color: #fff;
}

.footer-wrap ul.footer-nav {
	display: flex;
	column-gap: 30px;
	align-items: center;
	flex-wrap: wrap;
}

.footer-wrap ul.footer-nav li a {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	line-height: 1.78;
}

@media ( hover: hover ) {

	.footer-wrap ul.footer-nav li a:hover {
		text-decoration: underline;
	}

}

@media ( width <= 991.98px ) {

	.footer-wrap .row {
		row-gap: 30px;
		flex-direction: column;
		margin-bottom: 45px;
	}

	.footer-links {
		display: flex;
		column-gap: 30px;
		flex-wrap: wrap;
		margin-left: auto;
	}

	.footer-logo {
		align-items: center;
	}

	.footer-wrap .right {
		margin-left: auto;
	}

	.copyright-text {
		text-align: center;
	}

	.footer-wrap {
		padding: 45px 0;
	}

	.footer-img img {
		max-height: 50px;
	}

}

@media ( width <= 767.98px ) {

	.footer-links {
		flex-direction: column;
		margin: 0;
	}

	.footer-img img {
		min-width: 100px;
		max-height: 50px;
	}

	.footer-wrap .row {
		margin-bottom: 30px;
	}

	.copyright-text {
		text-align: left;
	}

}

@media ( width <= 767.98px ) {

	.footer-logo {
		row-gap: 15px;
		align-items: self-start;
		flex-direction: column;
	}

	.footer-wrap ul.footer-nav {
		display: grid;
		grid-template-columns: repeat( 2, 1fr );
		grid-template-rows: repeat( 2, 1fr );
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}

	.footer-wrap .right {
		margin-left: 0;
	}

	.footer-wrap {
		padding: 45px 0 90px;
	}

}

/* footer-wrap section end here */

/* sticky-xs-footer start here */

.sticky-xs-footer {
	display: none;
}

@media ( width <= 767.98px ) {

	.sticky-xs-footer {
		position: fixed;
		bottom: 0;
		z-index: 9999;
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
	}

	.sticky-xs-footer > a {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		padding: 13px 15px;
		border-radius: 0;
		text-align: center;
	}

	.sticky-xs-footer > a.btn-primary-outline {
		background-color: #fff;
	}

}

/* sticky-xs-footer end here */

/* modal popup start here */

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	display: none;
}

.modalWindow {
	z-index: 999999;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.modalWrapper {
	position: relative;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 75vw;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
}

.modal.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
	width: 100%;
	min-height: 100%;
	background: rgba( 0, 0, 0, 0.7 );
}

.modalWindow .closeBtn {
	position: absolute;
	top: -8px;
	right: -8px;
	z-index: 9;
	width: 44px;
	height: 44px;
}

.modalWindow .video-player-inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.modalWindow .video-player-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media ( width <= 767.98px ) {

	.modalWrapper {
		width: 100vw;
	}

	.modalWindow .closeBtn {
		right: 4px;
	}

}

/* modal popup end here */