
* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

html {
	background-color: #062132;
}

body {
	background-color: #fff;
}

body,
html {
	background-color: #062132;
	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: normal;
	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;
	}

	.video-player-wrap .container {
		max-width: 920px;
	}

}

@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: 8px 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: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 17px 0;
	background-color: #062132;
}

.main-header .logo img {
	height: 45px;
}

.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 ) {

	.btn-primary.bottom-sticky {
		display: none;
	}

}

@media ( width <= 991.98px ) {

	.main-header .logo img {
		height: 45px;
	}

}

@media ( width <= 767.98px ) {

	.main-header .row .right .call-link {
		display: none;
	}

	.main-header {
		position: static;
		background-color: #062132;
	}

}

/* Header section end here */

/* video-player start here */

.video-player-wrap {
	padding: 110px 0;
}

.video-player-wrap .video-player-title {
	padding-top: 30px;
	color: #fff;
	text-align: center;
}

.video-player-wrap .video-player-inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.video-player-wrap .video-player-title h2 {
	margin-bottom: 15px;
}

.video-player-wrap .video-player-title h3 {
	margin-bottom: 30px;
}

.video-player-wrap .video-player-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media ( width <= 991.98px ) {

	.video-player-wrap {
		padding-bottom: 90px;
	}

}

@media ( width <= 767.98px ) {

	.video-player-wrap {
		padding-top: 30px;
	}

}

/* video-player 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 */