:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: 'test_shneregular';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
}

hr:not([size]) {
	height: 1px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

h1 {
	font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
	h1 {
		font-size: 2.5rem;
	}
}

h2 {
	font-size: calc(1.325rem + 0.9vw);
}

@media (min-width:1200px) {
	h2 {
		font-size: 2rem;
	}
}

h3 {
	font-size: calc(1.3rem + 0.6vw);
}

@media (min-width:1200px) {
	h3 {
		font-size: 1.75rem;
	}
}

h4 {
	font-size: calc(1.275rem + 0.3vw);
}

@media (min-width:1200px) {
	h4 {
		font-size: 1.5rem;
	}
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	font-size: 16px;
	line-height: 24px;
	font-family: 'test_shneregular';
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 25px;
}

ol,
ul {
	padding-left: 2rem;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 0.875em;
}

mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

sub,
sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #0d6efd;
	text-decoration: underline;
}

a:hover {
	color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr
		/* rtl:ignore */
	;
	unicode-bidi: bidi-override;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: 0.875em;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

code {
	font-size: 0.875em;
	color: #d63384;
	word-wrap: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 0.875em;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700;
}

figure {
	margin: 0 0 1rem;
}

img,
svg {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.p-0 {
	padding: 0px;
}

.align-items-center {
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.secondary-bg {
	background-color: #eaeaea;
}

.secondary-green {
	background-color: #386636;
}

.mt-0 {
	margin-top: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.mt-5 {
	margin-top: 5rem !important;
}

.mb-4 {
	margin-bottom: 2rem !important;
}

.mb-2 {
	margin-bottom: 1.5rem !important;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #6c757d;
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
	display: none;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::file-selector-button {
	font: inherit;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {

	.container-sm,
	.container {
		max-width: 540px;
	}
}

@media (min-width:768px) {

	.container-md,
	.container-sm,
	.container {
		max-width: 720px;
	}
}

@media (min-width:992px) {

	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 960px;
	}
}

@media (min-width:1200px) {

	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1140px;
	}
}

@media (min-width:1400px) {

	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1320px;
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -0.5);
	margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.33333333%;
}

.offset-2 {
	margin-left: 16.66666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333333%;
}

.offset-5 {
	margin-left: 41.66666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333333%;
}

.offset-8 {
	margin-left: 66.66666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333333%;
}

.offset-11 {
	margin-left: 91.66666667%;
}

@media (min-width:576px) {
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.33333333%;
	}

	.offset-sm-2 {
		margin-left: 16.66666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.33333333%;
	}

	.offset-sm-5 {
		margin-left: 41.66666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.33333333%;
	}

	.offset-sm-8 {
		margin-left: 66.66666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.33333333%;
	}

	.offset-sm-11 {
		margin-left: 91.66666667%;
	}
}

@media (min-width:800px) {
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.33333333%;
	}

	.offset-md-2 {
		margin-left: 16.66666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.33333333%;
	}

	.offset-md-5 {
		margin-left: 41.66666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.33333333%;
	}

	.offset-md-8 {
		margin-left: 66.66666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.33333333%;
	}

	.offset-md-11 {
		margin-left: 91.66666667%;
	}
}

@media (min-width:1100px) {
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.33333333%;
	}

	.offset-lg-2 {
		margin-left: 16.66666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.33333333%;
	}

	.offset-lg-5 {
		margin-left: 41.66666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.33333333%;
	}

	.offset-lg-8 {
		margin-left: 66.66666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.33333333%;
	}

	.offset-lg-11 {
		margin-left: 91.66666667%;
	}
}

@media (min-width:1200px) {
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.33333333%;
	}

	.offset-xl-2 {
		margin-left: 16.66666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.33333333%;
	}

	.offset-xl-5 {
		margin-left: 41.66666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.33333333%;
	}

	.offset-xl-8 {
		margin-left: 66.66666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.33333333%;
	}

	.offset-xl-11 {
		margin-left: 91.66666667%;
	}
}

@media (min-width:1400px) {
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xxl-0 {
		margin-left: 0;
	}

	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}

	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}

	.offset-xxl-3 {
		margin-left: 25%;
	}

	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}

	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}

	.offset-xxl-6 {
		margin-left: 50%;
	}

	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}

	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}

	.offset-xxl-9 {
		margin-left: 75%;
	}

	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}

	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

/*tick list*/
ul.tick {
	list-style: none;
	padding-left: 0;
	margin-bottom: 15px;
	margin-top: 5px;
}

ul.tick li {
	position: relative;
	padding-left: 28px;
	font-family: 'test_shneregular';
	font-size: 22px;
	font-weight: 500;
	line-height: 33px;
	text-align: left;
	padding-bottom: 12px;
}

ul.tick li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	box-shadow: 0px 4px 12px 0px #00000026;
	border: 4px solid #FFFFFF;
	background: #8BC0FB;
	padding: 5px;
	border-radius: 50px;
}

.colr-blue {
	color: #34699E !important;
}

ul.disk {
	list-style: disc;
	padding-left: 40px;
	margin-bottom: 0;
	margin-top: 5px;
}

ul.disk li {
	position: relative;
	padding-left: 0px;
	font-family: 'test_shneregular';
	font-size: 22px;
	font-weight: 500;
	line-height: 33px;
	text-align: left;
	padding-bottom: 12px;
}

/*btn*/
.btn-one {
	text-decoration: none;
	color: #F3DF72;

	font-family: 'headline_gothic_atfround';
	padding: 13px 24px;
	border-radius: 0px;
	font-weight: 500;
	border: none;
	text-align: left;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0em;

	border: 1.5px solid #3D618A;
	background: #3D618A;

	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn-one p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	margin-bottom: 0;
	font-family: 'test_shneregular';
	color: #fff;
	margin-top: 0px;
}

.btn-one p span {
	display: block;
	font-family: 'headline_gothic_atfround';
	font-size: 44px;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: -0.01em;
	text-align: left;
	color: #fff;
}

.btn-one:hover {
	background: #6EB0FA;
	color: #F3DF72;
}

.btn-one img {
	width: 30px;
	position: relative;
	right: -10px;
	top: 0px;
}


/*section-title*/
.section-title {
	position: relative;
	margin-bottom: 55px;
	text-align: left;
}

.section-title h2 {
	text-transform: uppercase;
	font-family: 'oswaldbold';
	font-size: 80px;
	font-weight: 700;
	line-height: 85px;
	letter-spacing: -0.01em;
	color: #000000;
}

.section-title h2 span {
	background: -webkit-linear-gradient(2.12deg, #BD932E 11.9%, #D9CE77 80.25%);
	background: linear-gradient(2.12deg, #BD932E 11.9%, #D9CE77 80.25%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-title-center {
	text-align: center;
}

section {
	padding: 130px 0;
	position: relative;
}

/*=============================
   header
==============================*/
.headerWrapper {
	position: relative;
	left: 0;
	z-index: 9999;
	margin: auto;
	top: 0;
	width: 100%;
	background-color: transparent;
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}

.headerWrapper.fixed-header {
	position: -webkit-sticky;
	position: sticky;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
	top: 0 !important;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #162C42 !important;
	transition: all 0.3s;
	transition: allease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: allease-in-out 0.3s;
}

.header-upper {
	position: relative;
	padding: 17px 0;
	background: #162C42;
}

.headerWrapper .container-fluid {
	max-width: 1500px;
}

.header-upper .header-box {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-upper .header-box .logo-box {
	position: relative;
}

.header-upper .header-box .logo-box img {
	width: 260px;
}

.header-upper .phoneBox {
	position: relative;
}

.header-upper .phoneBox a {
	text-decoration: none;
}

.header-upper .phoneBox a p {
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	margin-bottom: 0;
	font-family: 'reckless_neueregular';
	color: #fff;
}

.header-upper .phoneBox a p span {
	display: block;
	font-family: 'headline_gothic_atfround';
	font-size: 50px;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: -0.01em;
	text-align: left;
	color: #6EB0FA;
}


/*=============================
		bannerWrapper
==============================*/
.bannerWrapper {
	position: relative;
}

.bannerWrapperImg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	z-index: -1;
	width: 100%;
}

.bannerWrapper .container-fluid {
	max-width: 1500px;
}

.bannerWrapper .content-banner {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
}

.bannerWrapper .content-banner .imgbox img {
	width: auto;
}

.boxcontentt {
	position: relative;
}

.boxcontentt h1 {
	font-family: 'oswaldregular';
	font-weight: 400;
	font-size: 80px;
	line-height: 110px;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: center;
	color: #D6D6D6;
	box-shadow: 0px 4px 9.2px 0px #00000040;

}

.boxcontentt h1 strong {
	font-family: 'oswaldbold';
	font-weight: 600;
	font-size: 96.07px;
	line-height: 105.67px;
	letter-spacing: 0;
	text-align: center;
	color: #8BC0FB;
	box-shadow: 0px 4px 9.2px 0px #00000040;
}

.boxcontentt h1 span {
	display: block;
	font-family: 'oswaldbold';
	font-weight: 600;
	font-size: 111.24px;
	line-height: 122.37px;
	letter-spacing: 0;
	text-align: center;

}

.boxcontentt h1 span a {
	text-decoration: none;
	color: #fff;
}

.boxcontentt .bannerbtn {
	position: relative;
	text-align: center;
	display: flex;
	margin-top: 60px;
	flex-direction: column;
	align-items: center;
}

.boxcontentt .bannerbtn .btn-one {
	border: 1.5px solid #3D618A;
	background: #3D618A;
	width: 315px;
	height: 94px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.boxcontentt .bannerbtn .btn-one p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	margin-bottom: 0;
	font-family: 'test_shneregular';
	color: #fff;
}

.boxcontentt .bannerbtn .btn-one p span {
	display: block;
	font-family: 'headline_gothic_atfround';
	font-size: 44px;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: -0.01em;
	text-align: left;
	color: #fff;
}

.boxcontentt .bannerbtn .btn-one img {
	width: 30px;
	position: relative;
	right: -10px;
	top: 0px;
}

.boxcontentt .bannerbtn .btn-one:hover {
	border: 1.5px solid #001326;
	background: #001326;
}

.sub-heading {
	font-family: 'oswaldbold';
	font-weight: 600;
	font-size: 58.29px;
	line-height: 79.16px;
	letter-spacing: 0%;
	text-align: center;
	margin-top: 80px;
	background: -webkit-linear-gradient(2.12deg, #BD932E 11.9%, #D9CE77 80.25%);
	background: linear-gradient(2.12deg, #BD932E 11.9%, #D9CE77 80.25%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*=============================
		serviceWrapper
==============================*/
.serviceWrapper {
	position: relative;
	padding-bottom: 0px;
}

.serviceWrapper .sevBox {
	border-top: 2px solid #0000004D;
	position: relative;
}

.serviceWrapper .sevBox .container-fluid {
	max-width: 1500px;
}

.serviceWrapper .sevBox .row {
	--bs-gutter-x: -1.5rem;
}

.serviceWrapper .sevBox .col-lg-3 {
	padding: 0px;
	border-right: 2px solid #0000004D;
}

.serviceWrapper .sevBox .col-lg-3:last-child {
	border-right: none;
}

.serviceWrapper .sevBox .serviceBOxx {
	position: relative;
	padding: 60px 35px 65px;
	gap: 20px;
	padding-bottom: 100px;
	display: flex;
	flex-direction: column;
}

.serviceWrapper .sevBox .serviceBOxx .icon {
	position: relative;
}

.serviceWrapper .sevBox .serviceBOxx .icon img {
	width: 80px;
}

.serviceWrapper .sevBox .serviceBOxx h3 {
	font-family: 'oswaldbold';
	font-weight: 700;
	font-size: 32px;
	line-height: 44.2px;
	margin-bottom: 0px;
	letter-spacing: -1px;
}

.serviceWrapper .sevBox .serviceBOxx p {
	font-family: 'test_shneregular';
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0%;

}

/*=============================
		boardWrapper
==============================*/
.boardWrapper {
	position: relative;
}

.boardWrapperImg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	z-index: -1;
	width: 100%;
}

.boardWrapper .container-fluid {
	max-width: 1500px;
}

.boardWrapper .section-title h2 {
	color: #fff;
}

.boardBox {
	position: relative;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.15) 100%);
	text-align: center;
	padding: 20px 20px 0;
	margin: 40px 0;
}

.boardBox .board-img {
	position: relative;
	text-align: center;
}

.boardBox .board-img img {
	position: relative;
	width: 420px;
}

.boardBox .content {
	position: absolute;
	background: linear-gradient(180deg, rgba(37, 46, 54, 0) 0%, #252E36 100%);
	content: "";
	width: 100%;
	display: flex;
	bottom: 0px;
	left: 0px;
	justify-content: space-between;
	padding: 20px 30px;
	align-items: center;
}

.boardBox .content .left-side {
	position: relative;
	text-align: left;
}

.boardBox .content .left-side .title {
	font-family: 'test_shnekrftig';
	font-weight: 600;
	font-size: 32px;
	line-height: 48.28px;
	letter-spacing: 0;
	color: #fff;

}

.boardBox .content .left-side .distination {
	color: #fff;
	font-family: 'test_shneregular';
	font-weight: 400;
	font-size: 20px;
	line-height: 31.28px;
	text-align: left;
	letter-spacing: 0;
}

.boardBox .content .right-side img {
	width: 62px;
}

.boardWrapper .attorney-dd p {
	font-size: 20px;
	line-height: 28px;
	font-family: 'test_shneregular';
	margin-bottom: 0px;
	color: #fff;
}

/*=============================
			actionWrapper
==============================*/
.actionWrapper {
	position: relative;
}

.actionWrapperImg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	z-index: -1;
	width: 100%;
}

.actionWrapper .container-fluid {
	max-width: 1500px;
}

.actionWrapper .section-title {
	margin-bottom: 0px;
}

.actionWrapper .section-title h2 {
	color: #fff;
}

.actionWrapper .section-title p {
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	line-height: 34.08px;
	letter-spacing: 0;
	margin-top: 15px;
	margin-bottom: 0px;
}

.borromlogoImg {
	position: absolute;
	bottom: -10px;
	right: 0px;
	content: "";
	z-index: -1;

}

.borromlogoImg img {
	width: 400px;
}

.actionbtn {
	position: relative;
	margin-top: 30px;
}

.actionbtn .btn-one {
	width: 263px;
	border: 1.5px solid #6EB0FA;
	background: #6EB0FA;
}

.actionbtn .btn-one p {
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 0px;
}

.actionbtn .btn-one p span {
	display: block;
	font-family: 'headline_gothic_atfround';
	font-size: 36px;
	font-weight: 400;
	color: #000000;
	line-height: 40px;
}

.actionbtn .btn-one:hover {
	border: 1.5px solid #3D618A;
	background: #3D618A;
}

.actionbtn .btn-one img {
	width: 25px;
	position: relative;
	right: -5px;
	top: 0px;
}

/*=============================
			footer
==============================*/
footer {
	background: #000;
	padding: 100px 0 0;
	position: relative;
}

footer .container-fluid {
	max-width: 1500px;
}

footer .copyright {
	position: relative;
	border-top: 1px solid #4c4c4c;
	margin-top: 50px;
	padding: 25px 0;
}

footer .copyright p {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 400;
	line-height: 27.1px;
	text-align: left;
	margin-bottom: 0;
	color: #fff;
}

footer .copyright p a {
	color: #fff;
}

footer .footerLogo {
	position: relative;
	text-align: center;
}

footer .footerLogo p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footerSocial ul {
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}

.footerSocial ul li a i {
	width: 36px;
	color: #ffffff;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	border-radius: 9px;
	border: 1.66px solid #CECECE75;
	background: #F3F3F312;
}

.footerSocial ul li a:hover i {
	border: 1.66px solid #6EB0FA;
	background: #6EB0FA;
}

footer h3 {
	font-family: 'test_shnekrftig';
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	color: #fff;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 25px;
}

.fotterNav {
	position: relative;
	margin-top: 40px;
	margin-bottom: 20px;
}

.fotterNav ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fotterNav ul li {
	display: block;
	padding-bottom: 0;
	padding-right: 20px;
	border-right: 1px solid #FFFFFF80;
	margin-right: 20px;
}

.fotterNav ul li:last-child {
	padding-right: 0px;
	border-right: none;
	margin-right: 0;
}

.fotterNav ul li a {
	font-family: 'test_shneregular';
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
}

.fotterNav ul li a:hover {
	color: #6EB0FA;
}

.modal-body {
    overflow-y: auto;
    max-height: calc(80vh - 60px);
    /* accounts for padding and close button */
    padding: 0 15px;
    line-height: 1.6;
  }

  .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }

  .modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 70px 20px 20px 20px;
    width: 90%;
    max-width: 1000px;
    max-height: 80vh;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }

  .close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
    background-color: #6EB0FA;
    padding: 20px;
    line-height: 17.1px;
    border-radius: 50%;
  }

  .close-btn:hover {
    color: #fff;
	background-color: #162C42;
  }

  /* Scrollbar styling */
  .modal-body::-webkit-scrollbar {
    width: 8px;
  }

  .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .modal-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }

  .modal-body::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
/*=============================
   media
==============================*/
@media screen and (max-width:1500px) {
	.boxcontentt h1 {
		font-size: 60px;
		line-height: 80px;
	}

	.boxcontentt h1 strong {
		font-size: 80px;
		line-height: 105px;
	}

	.boxcontentt h1 span {
		font-size: 90px;
		line-height: 110px;
	}
}

@media screen and (max-width:1300px) {
	.bannerWrapper .content-banner .imgbox img {
		width: 150px;
	}

	.boxcontentt h1 {
		font-size: 45px;
		line-height: 70px;
	}

	.boxcontentt h1 strong {
		font-size: 65px;
		line-height: 85px;
	}

	.boxcontentt h1 span {
		font-size: 70px;
		line-height: 90px;
	}

	.boxcontentt .bannerbtn {

		margin-top: 40px;
	}
}

@media screen and (max-width:1200px) {
	.serviceWrapper .sevBox .serviceBOxx {
		padding: 50px 15px 60px;
	}

	.serviceWrapper .sevBox .serviceBOxx h3 {
		font-size: 30px;
		line-height: 36px;
	}

	.serviceWrapper .sevBox .serviceBOxx p {
		font-size: 21px;
		line-height: 30px;
	}

	.section-title h2 {
		font-size: 60px;
		line-height: 70px;
	}

	section {
		padding: 90px 0;
	}

	.boardWrapper .attorney-dd p {
		font-size: 18px;
		line-height: 26px;
	}

	.actionWrapper .section-title p {
		font-size: 20px;
		line-height: 30px;
	}

	.actionbtn .btn-one p {
		font-size: 16px;
		line-height: 24px;
	}

}

@media screen and (max-width:1099px) {
	.serviceWrapper .sevBox .col-lg-3:nth-child(2) {
		border-right: none;
	}

	.btn-one p span {
		font-size: 30px !important;
		line-height: 30px !important;
	}

	.serviceWrapper .sevBox .serviceBOxx {
		padding: 50px 30px;
	}

	.serviceWrapper .sevBox .serviceBOxx h3 br {
		display: none;
	}

	footer .copyright p {
		text-align: center;
		margin-bottom: 20px;
	}

	.boardBox .content .left-side .title {
		font-size: 26px;
		line-height: 40px;
	}

	.boardBox .content .left-side .distination {
		font-size: 18px;
	}

	.footerSocial ul {

		align-items: center;
		justify-content: center;
		gap: 15px;
	}

	.boxcontentt h1 strong {
		font-size: 50px;
		line-height: 70px;
	}

	.boxcontentt h1 span {
		font-size: 50px;
		line-height: 64px;
	}

	.boxcontentt h1 {
		font-size: 36px;
		line-height: 60px;
	}

	.boxcontentt .bannerbtn .btn-one p span {
		font-size: 40px;
		line-height: 40px;
	}

	.boxcontentt .bannerbtn .btn-one {
		width: 280px;
		height: 85px;
	}

	.boxcontentt .bannerbtn .btn-one img {
		width: 20px;
	}

	.sub-heading {
		font-family: 'oswaldbold';
		font-weight: 600;
		font-size: 50px;
		line-height: 60px;
		margin-top: 50px;
	}

	.boardWrapper .section-title {
		margin-bottom: 2px;
	}

	.boardBox {
		margin: 30px 0;
	}

	.fotterNav ul {
		gap: 15px;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.fotterNav ul li {
		display: block;
		padding-bottom: 0;
		padding-right: 0;
		border-right: none;
		margin-right: 0;
	}
}

@media screen and (max-width:767px) {
	.serviceWrapper .sevBox .col-lg-3 {
		border-right: none;
		border-bottom: 2px solid #0000004D;
	}

	.section-title {
		position: relative;
		margin-bottom: 35px;
	}

	.serviceWrapper .sevBox .serviceBOxx {
		padding: 35px 0px;
	}

	.serviceWrapper .sevBox .serviceBOxx p {
		margin-bottom: 0px;
	}

	.borromlogoImg img {
		width: 300px;
	}

	.bannerWrapper .content-banner .imgbox img {
		width: 100px;
	}

	.section-title h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.sub-heading {
		font-family: 'oswaldbold';
		font-weight: 600;
		font-size: 32px;
		line-height: 40px;
		margin-top: 45px;
	}

	.serviceWrapper .container {
		max-width: 100%;
	}

	.serviceWrapper .sevBox .serviceBOxx h3 {
		font-size: 24px;
		line-height: 30px;
	}

	.serviceWrapper .sevBox .serviceBOxx {
		gap: 15px
	}

	.serviceWrapper .sevBox .serviceBOxx .icon img {
		width: 65px;
	}

	.serviceWrapper .sevBox .serviceBOxx p {
		font-size: 16px;
		line-height: 24px;
	}

	section {
		padding: 70px 0;
	}

	footer {
		padding: 70px 0 0;
	}

	.actionWrapper .section-title p {
		font-size: 18px;
		line-height: 26px;
	}

	.actionbtn .btn-one img {
		width: 20px;
	}

	.actionbtn .btn-one {
		width: 220px;
	}

	.boardWrapper .attorney-dd p {
		font-size: 16px;
		line-height: 24px;
	}

	footer .copyright {
		margin-top: 25px;
	}
	.actionbtn .btn-one p {
        font-size: 16px !important;
        line-height: 24px;
    }
}

@media screen and (max-width:550px) {
	.header-upper .phoneBox {
		position: absolute;
		top: 72px;
		background: #6EB0FA;
		width: 100%;
		left: 0;
		padding: 0;
		right: 0px;
	}

	.section-title h2 {
		font-size: 32px;
		line-height: 43px;
	}

	.header-upper .phoneBox a p {
		font-size: 16px;
		font-weight: 400;
		line-height: 25px;
		text-align: left;
		margin-bottom: 0;
		font-family: 'reckless_neueregular';
		color: #fff;
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
		padding: 10px 20px;
		margin: 0;
	}

	.header-upper .header-box {
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}

	.header-upper .phoneBox a p span {
		display: block;
		font-family: 'headline_gothic_atfround';
		font-size: 30px;
		font-weight: 400;
		line-height: 36px;
		letter-spacing: -0.01em;
		text-align: left;
		color: #fff;
		position: relative;
		top: 4px;
	}

	.bannerWrapper .content-banner .imgbox img {
		display: none;
	}
}

@media screen and (max-width:400px) {
	.header-upper .phoneBox {
		display: none;
	}
}