@font-face {
    font-family: SFProDisplay;
    src: url(../fonts/xXMKjOt0lTNK.ttf);
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
	font-family: SFProDisplay;
	overflow-x: hidden;
}

h2 {
	font-family: inherit;
	font-weight: 400;
    font-size: 1.8em;
	line-height: 36px;
    color: #fff;
}

p {
    font-family: inherit;
    font-weight: 400;
    font-size: 1em;
    line-height: 32px;
    color: #fff;
}

a {
    font-family: SFProDisplay;
    font-weight: 400; 
	font-size: 1em;
    color: #fff;
    text-decoration: none;
    font-style: none;
}

.container {
	max-width: 1200px;
}

.secondary-color {
	color: #044CBF;
}
.bg-secondary {
	background-color: #044CBF!important;
}

.top-header {
	/* min-height: 102px; */
	background-color: #044CBF;
	padding: 10px 0;
}

.logo h5 {
	font-weight: 800;
	font-family: inherit;
	font-size: 1.3em;
}

.custom-btn {
	display: flex;
	justify-content: center;
	border-radius: 5px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	padding: 8px 10px;
	font-size: 1.2em;
	width: 130px;
	font-weight: 800;
}

.custom-btn:hover {
	text-decoration: underline;
}

.btn-1 {
	border-bottom: 1px solid #C6C6C6;
	background: linear-gradient(180deg, #FF7D00 0%, #A10000 100%);
}

.btn-2 {
	border-bottom: 1px solid #C6C6C6;
	background: linear-gradient(180deg, #3476E0 0%, #0144AD 100%);
}

.btn-3 {
	color: #0146B5;
	border-bottom: 1px solid #FFF;
	background: linear-gradient(177deg, #FFF 2.2%, #A5A5A5 80.15%);
}

.btn-1:hover,
.btn-2:hover {
	color: #fff;
}

.secondary-header {
	padding: 50px 0;
}

.secondary-header .row * {
	width: fit-content;
}

.secondary-header .box {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	background: #D9D9D9;
}

.secondary-header h4 {
	font-weight: 800;
	font-size: 1.8em;
}

.secondary-header p {
	color: #595959;
	font-size: 1.2em;
}

.secondary-header .line {
	width: 100%;
	height: 2px;
	flex: 1;
}

.banner .overlay {
	background: linear-gradient(0deg, #000 -32.37%, rgba(0, 0, 0, 0.00) 153.36%);
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner h1 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	/* font-size: 3em; */
	font-size: 4.75em;
	line-height: 120px;
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%)!important;
	text-align: center;
}

.content {
	margin-bottom: 60px;
}

.content.no-mb {
	margin-bottom: 0px;
}

.content.first {
	margin-top: 60px;
}

.content p {
	color: #000;
	font-family: SFProDisplay;
	font-size: 1em;
	font-weight: 500;
	line-height: 24px;
}

.content h2 {
	color: #000;
	font-family: 'Times New Roman', Times, serif;
	font-size: 3em;
	font-weight: 700;
	line-height: normal;
}

.content h2.italic {
	font-style: italic;
}

.content.with-bg {
	background-repeat: no-repeat;
	background-position: top center;
	padding: 60px;
}

.content.first-bg {
	background-image: url('../images/udjHNRawxbMk.png');
}

.content.second-bg {
	background-image: url('../images/3VCzMcoyKh8V.png');
}

.content.third-bg {
	background-image: url('../images/qlHRSP9SVXZ4.png');
}

.regular-border-radius {
	border-radius: 20px;
}

.custom-styled-border-radius {
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
}

.custom-styled-reverse-border-radius {
	border-top-right-radius: 80px;
	border-bottom-left-radius: 80px;
}

.image-style1 {
	/*  */
}

.image-style2 {
	position: relative;
}

.image-style2 .img1 {
	position: absolute;
	right: 40px;
	z-index: -1;
}
.image-style2 .img2 {
	margin-top: 150px;
}

.image-style3 .m-top {
	margin-top: 150px;
}

.footer .about p {
	font-size: 0.85em;
	line-height: normal;
}

#video,
#player {
	border-radius: 10px;
}

#thumbnail {
	cursor: pointer;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Initially hidden */
}

.fs275 {
	font-size: 2.75em!important;
}

.fs085 {
	font-size: 0.85em!important;
}

@media (max-width: 1900px) {
	.banner h1 {
		font-size: 3em;
		line-height: unset;
	}
}

@media (max-width: 1600px) {
}

@media (min-width: 1200px) {
	/*  */
}

@media (max-width: 1199px) {
	body {
		font-size: 14px;
	}

	img {
		width: 100%;
	}

	.top-header .brand {
		justify-content: center!important;
	}

	.top-header .custom-buttons > div {
		margin: 0 auto;
	}

	.top-header .logo {
		margin-bottom: 10px;
	}

	.custom-btn {
		padding: 8px 10px;
		font-size: 1em;
		width: 110px;
		font-weight: 700;
		margin: 0 6px!important;
	}

	.secondary-header {
		padding: 30px 0;
	}

	.secondary-header .row {
		justify-content: center;
	}

	.custom-buttons {
		padding: 0;
	}

	.banner h1 {
		width: 100%;
		padding: 0 10px;
		font-size: 2.5em;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.content h2 {
		margin-top: 10px;
		font-size: 2.5em;
	}

	.image-style2 .img2 {
		margin-top: 80px;
	}

	.image-style3 .m-top {
		margin-top: 0;
	}

	.content.with-bg {
		padding: 30px;
	}

	.footer h5 {
		font-size: 1.5em;
	}

	.footer .about p {
		font-size: 1.2em;
	}

	.footer .about,
	.footer .socials {
		text-align: center;
	}

	.footer .icons {
		justify-content: center;
	}
	
	#btn-back-to-top {
		display: none;
	}
	
	.fs275 {
		font-size: unset!important;
	}

	.fs085 {
		font-size: unset!important;
	}
}

@media (max-width: 768px) {
	body {
		font-size: 12px;
	}
	.content p {
		font-size: 1.5em;
		line-height: 24px;
	}
}
  
  @media (max-width: 480px) {
    body {
		font-size: 10px;
	}
}