@import url("https://fonts.googleapis.com/css?family=Manrope:400,500,600,700,800,regular&display=swap&subset=");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900,regular,500italic,600italic,700italic,800italic,900italic&display=swap&subset=");

* {
	box-sizing: border-box;
	border: none;
}

nav {
	display: block;
}

body {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.w-builder {
	font-family: sans-serif;
}

a {
	text-decoration: none;
}

.w-nav {
	position: relative;
	z-index: 1;
}

.w-nav-menu {
	display: flex;
}

.w-nav .w-nav-btn,
.w-nav[data-collapse="all"] .w-nav-menu {
	display: none;
}

@media screen and (max-width: 991px) {
	.w-nav[data-collapse="medium"] .w-nav-menu {
		display: none;
	}

	.w-nav .w-nav-btn {
		display: block;
	}

	.w-nav[data-collapse="medium"] .w-nav-menu a {
		display: block;
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	.w-nav[data-collapse="small"] .w-nav-menu {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	.w-nav[data-collapse="tiny"] .w-nav-menu {
		display: none;
	}
}

.w-nav--open .w-nav-menu {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	display: block !important;
	min-width: 200px;
	overflow: visible;
}

.w-button {
	padding: 10px;
	color: gray;
}

.body-wrap {
	width: 100%;
}

.section-wrap {
	flex-direction: column;
}

.inline-combine {
	position: relative;
	display: block;
}

.relitive-div {
	position: relative;
	display: block;
}

.relitive-div.bg-blueimage-fix {
	height: 69vh;
	background: rgba(21, 38, 61, 1);
	background-image: url(https://weblit.cloud/Rnik7iO9TUtiQtdl2Xwtw.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	background-size: cover;
}

.absolute-div {
	position: absolute;
	top: 0%;
	right: 0%;
	bottom: auto;
	left: 0%;
	display: block;
}

.div {
	background: rgba(255, 255, 255, 0);
}

.container {
	max-width: 1095px;
	margin-right: auto;
	margin-left: auto;
}

.container.fixed-w {
	width: auto;
	max-width: 87%;
}

.navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.linkblock-8 {
	display: inline-block;
}

.image {
	width: 130px;
	max-width: 100%;
	height: auto;
}

.link {
	display: inline-block;
	padding: 20px;
	padding-right: 25px;
	padding-left: 25px;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}

.button-5 {
	display: inline-block;
	padding: 9px 15px 9px 15px;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	cursor: pointer;
	background: rgba(123, 57, 237, 1);
}

.default-width {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 87%;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

.space-section {
	display: block;
	padding-top: 80px;
	padding-bottom: 80px;
}

.row {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.row.row-gap-none {
	row-gap: 0;
}

.banner-heading {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Poppins", sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 40px;
	color: rgba(1, 19, 77, 1);
	text-transform: uppercase;
}

.min-heading {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Manrope", sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.min-heading.text-blue {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: rgba(2, 22, 87, 1);
}

.column-section.margin-top {
	margin-top: 20px;
}

.rounded-image {
	display: block;
	width: 20%;
	border: 1px none;
	border-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.round-image {
	width: 160px;
	max-width: 100%;
	height: 175px;
	border-radius: 100%;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	border-bottom-right-radius: 100%;
	border-bottom-left-radius: 100%;
}

.lg-column-w {
	display: block;
	width: 75%;
}

.row.row-margin-top {
	margin-top: 20px;
}

.paragraph {
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: rgba(66, 66, 66, 1);
	letter-spacing: 0px;
	background-clip: normal;
}

.bg-blue {
	display: block;
	padding: 0 0 0 0;
	color: rgba(252, 252, 252, 1);
	background: rgba(1, 13, 54, 1);
}

.col-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.paragraph.text-white {
	color: rgba(226, 232, 253, 1);
}

.paragraph.text-white.text-center-para {
	max-width: 750px;
	text-align: center;
}

.paragraph.text-white.text-center-para.big-font {
	margin-top: 20px;
	font-size: 30px;
	line-height: 1.4;
}

.col-div {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	align-items: center;
	justify-content: center;
	margin-left: 0px;
	color: rgba(255, 255, 255, 1);
	letter-spacing: normal;
}

.block-line {
	display: inline-block;
}

.center-row {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	column-gap: 0;
	align-items: center;
	justify-content: center;
}

.center-row.gap-row-none {
	flex-direction: column;
	row-gap: 0;
	align-items: center;
	justify-content: center;
}

.banner-smtext {
	box-sizing: content-box;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.banner-smtext.text-sm-dark {
	margin-right: 0px;
	margin-left: 0px;
	font-family: "Manrope", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 32px;
	color: rgba(89, 89, 89, 1);
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 0px;
}

.paragraph.center-text-black {
	text-align: center;
}

.relitive-div.bg-blue-image {
	color: rgba(255, 255, 255, 1);
	background-image: url(https://weblit.cloud/6MRZDmI5bPnWtxKmegh3N.jpeg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	background-size: cover;
}

.inline-text {
	display: inline-block;
}

.banner-heading.inlinetext {
	display: inline;
	margin-right: 9px;
	color: rgba(249, 249, 249, 1);
}

.banner-heading.light-banner-heading {
	margin-right: 0px;
	margin-left: 0px;
	font-family: "Manrope", sans-serif;
	font-style: italic;
	font-weight: 400;
}

.button-6 {
	display: inline-block;
	padding: 12px 34px 12px 34px;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	background: rgba(38, 69, 181, 1);
}

.row.gap-max {
	row-gap: 45px;
}

.column-section.align-start {
	column-gap: 60px;
	align-items: flex-start;
	justify-content: space-between;
}

.info-side {
	display: flex;
	flex-direction: column;
	row-gap: 45px;
	width: 50%;
}

.linkblock {
	display: inline-block;
}

.info-div {
	flex-direction: column;
	row-gap: 6px;
	column-gap: 0;
}

.small-heading-1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: rgba(208, 208, 208, 1);
	text-transform: uppercase;
	letter-spacing: 2px;
}

.small-heading-1.heading-light {
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: rgba(173, 173, 173, 1);
	text-transform: capitalize;
}

.paragraph-1 {
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	color: rgba(173, 173, 173, 1);
}

.links-side {
	display: flex;
	flex-direction: column;
	row-gap: 2px;
}

.link-1 {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	font-family: "Manrope", sans-serif;
	font-weight: 700;
	color: rgba(129, 129, 129, 0.54);
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}

@media (max-width: 991px) {
	.inline-combine {
		position: relative;
		height: auto;
	}

	.absolute-div.nav-div {
		color: rgba(0, 0, 0, 1);
		background: rgba(255, 255, 255, 0);
	}

	.container.fixed-w {
		max-width: 100%;
		padding-left: 0px;
		margin-right: 0px;
		margin-left: 0px;
	}

	.navbar {
		padding: 20px 30px 20px 30px;
		margin-left: 0px;
		color: rgba(0, 0, 0, 1);
	}

	.link {
		padding-right: 30px;
		padding-left: 30px;
		color: rgba(0, 0, 0, 1);
		background: rgba(255, 255, 255, 1);
	}

	.space-section {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 0px;
	}

	.row {
		flex-direction: column;
		row-gap: 20px;
	}

	.row.gap-sm-row {
		row-gap: 10px;
	}

	.banner-heading {
		font-size: 26px;
		line-height: 30px;
	}

	.min-heading {
		font-size: 17px;
		text-align: left;
	}

	.min-heading.text-blue {
		font-size: 18px;
		text-align: left;
	}

	.lg-column-w {
		width: 67%;
	}

	.paragraph {
		font-size: 13px;
	}

	.col-center {
		align-items: center;
		justify-content: center;
	}

	.col-div {
		row-gap: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.inline-text {
		display: inline-block;
		margin-top: 10px;
	}

	.banner-heading.light-banner-heading {
		font-size: 22px;
		line-height: 30px;
	}

	.column-section.align-start {
		align-items: flex-start;
		justify-content: space-between;
		padding-left: 0px;
	}

	.info-side.info-full {
		width: 100%;
		max-width: auto;
	}
}

@media (max-width: 479px) {
	.inline-combine {
		position: relative;
	}

	.navbar {
		padding: 15px 20px 15px 20px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.link {
		padding-right: 20px;
		padding-left: 20px;
	}

	.space-section {
		padding: 20px 0px 20px 0px;
	}

	.row {
		flex-direction: column;
		row-gap: 20px;
		column-gap: 0;
		align-items: flex-start;
		justify-content: center;
		margin-bottom: 0px;
	}

	.row.row-gap-none {
		width: auto;
	}

	.banner-heading {
		font-size: 16px;
		line-height: 22px;
	}

	.banner-heading.banner-heading-size {
		font-size: 22px;
	}

	.min-heading {
		font-size: 16px;
		text-align: left;
	}

	.min-heading.text-blue {
		font-size: 16px;
	}

	.rounded-image.round-img-set {
		width: 100%;
	}

	.lg-column-w {
		width: auto;
	}

	.paragraph {
		font-size: 12px;
		line-height: 20px;
	}

	.space-section.sided-space-sm {
		padding: 30px 20px 30px 20px;
	}

	.paragraph.text-white.text-center-para {
		text-align: left;
	}

	.col-div {
		align-items: flex-start;
	}

	.block-line {
		width: 100%;
	}

	.banner-smtext {
		font-size: 10px;
		font-weight: 400;
		line-height: 22px;
	}

	.banner-smtext.text-sm-dark {
		font-size: 14px;
	}

	.paragraph.center-text-black {
		font-size: 11px;
	}

	.inline-text {
		margin-top: 8px;
	}

	.banner-heading.inlinetext {
		margin-right: 4px;
		font-size: 21px;
	}

	.banner-heading.light-banner-heading {
		font-size: 19px;
		line-height: 25px;
	}

	.row.gap-max {
		row-gap: 35px;
	}

	.info-side {
		width: 100%;
	}

	.info-side.info-full {
		row-gap: 30px;
	}

	.small-heading-1 {
		margin-bottom: 7px;
		font-size: 13px;
	}

	.small-heading-1.heading-light {
		margin-bottom: 5px;
		font-size: 12px;
	}

	.link-1 {
		margin-bottom: 5px;
		font-size: 13px;
	}
}

.column-section {
	display: flex;
	flex-wrap: wrap; /* Ensure wrapping on smaller screens */
	gap: 20px; /* Unified gap for rows and columns */
	align-items: center;
	justify-content: space-between; /* Unified gap for rows and columns */
}

/* Tablet and Medium Screens */
@media (max-width: 1024px) {
	.column-section {
		justify-content: initial; /* Better spacing for medium screens */
	}
}

/* Mobile Screens (Small Devices) */
@media (max-width: 768px) {
	/* .column-section { */
	/* flex-direction: column; */
	/* align-items: stretch; */
	/* } */

	.button-5 {
		display: inline-block;
		padding: 7px 16px 4px 16px;
		margin-right: 8px;
		margin-bottom: 16px;
		color: rgba(255, 255, 255, 1);
		text-decoration: none;
		cursor: pointer;
		background: #ffffffe6 !important;
		border-radius: 4px;
	}
	.relitive-div.bg-blueimage-fix {
		height: 31vh !important;
	}
	.paragraph.text-white.text-center-para.big-font {
		font-size: 15px !important;
	}
}
