body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}

h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 52px;
	color: #011d52;
}

h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 33px;
	color: #011d52;

	margin: 1em 0;
}

.main-title {
	font-weight: 700;
}

.subtitle {
	font-size: 20px;
	margin: 20px 0;
}

h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.7rem;
	color: #011d52;
}

p,
li {

	font-size: 18px;
	margin-bottom: 1rem;
	color: #011d52;
}

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

a {
	color: #069cf3;
	text-decoration: none;
}

ul li {
	margin-bottom: 1em;
}

body>img {
	display: none;
}


.jw-900 {
	font-weight: 900;
}

.jweb-container {
	background: #f5f5f5 url(../img/hero-bg.png) no-repeat center center / cover;
	padding: 1rem 0rem 4em 0rem;

	;
}

.text-white {
	color: #fff;
}

.text-gold {
	color: #caac62 !important;
}

.text-blue {
	color: #4451e2 !important;
}

.text-purple {
	color: #625df5;
}

.text-lpurple {
	color: #ccd1e9;
}

.text-yellow {
	color: #f9be4b;
}

.top-container {
	padding: 5px;
	border-radius: 25.5px;
	border: solid 1px #625df5;
	background-color: #fff;
}

.top-container p {
	margin-bottom: 0rem;
	font-size: 24px;
	font-weight: bold;
	font-family: "Space Grotesk", sans-serif;
}

.b-right {
	border-right: 2px solid #625df5;

}

.b-left {
	border-left: 2px solid #625df5;

}

.gbg {
	background: linear-gradient(276deg, #caac62 89%, #8b763d 73%, #d1ad59 66%, #fff2d5 59%, #72623c 25%, #b29656 14%);
	padding: 1px;
	border-radius: 7px;

}

.dg-box {
	background-color: #2d2d34;
	border-radius: 6px;
	padding: 20px 10px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.6);
	color: #fff;
}

.tbg {
	background: linear-gradient(276deg, #caac62 89%, #8b763d 73%, #d1ad59 66%, #fff2d5 59%, #72623c 25%, #b29656 14%);
	padding: 1px;
	border-radius: 7px;

}

.tg-box {
	background-color: #2d2d34;
	border-radius: 6px;
	padding: 5px 30px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.6);
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.tg-box p {
	margin-bottom: 0px;
}

/* Optional HR styling for consistency */
.grad-hr {
	border: none;
	border-top: 2px solid #caac62;
	margin: 16px 0;
}

.font-size-40 {

	font-size: 40px;

}

.header-video {
	border-radius: 9px;


	border: solid 1px #707070;
}

.container-one {
	background: #f2f7fd;

	padding: 4rem 0;


}

.dark-container {
	padding: 35px 25px;
	border-radius: 9px;
	border: solid 1px #707070;
	background-color: #474749;
	margin-top: -180px;
}

.font-size-25 {

	font-size: 25px;

}

.font-size-30 {

	font-size: 30px;

}

.font-size-40 {

	font-size: 40px;
	margin: 0.8rem 0;
}

.intro {
	display: flex;
	flex-direction: row;
	align-items: center;
}


.phases {}

.phases p {
	display: flex;
	align-items: center;
	/* Align text & span vertically */
	justify-content: center;
	/* Center content horizontally */
	gap: 8px;
	/* Optional: Adds spacing between number & text */
}

.gradient-span {
	font-size: 74px;
	font-weight: bold;
	background-image: linear-gradient(to left, #f5925d 0%, #cc5df5 20%, #8e5df5 50%, #17175d 85%);
	font-family: "Space Grotesk", sans-serif;

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	-webkit-text-stroke: 1px #7370d0;
	/* Text border */
	opacity: 0.9;
	/* Only applies to text */
}

.b-box {
	padding: 35px 25px;
	border-radius: 14px;
	background-image: linear-gradient(46deg, #07074b 10%, #1b1b38 38%, #161624 52%, #252536 96%);

}

.b-box h4 {
	font-family: "Space Grotesk", sans-serif;
	text-align: left;
}

.b-box p {

	text-align: left;
}

.grad-hr {

	height: 1px;
	/* Thin line */
	background-image: linear-gradient(to bottom, #f5925d, #cc5df5 47%, #625df5);
	width: 100%;
	/* Full width */
}

.jvformbtn {
	border-radius: 7px;
	border: solid 1px #707070;
	background-color: #808093;
	color: #fff;
}

.jvbtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 9px;
	font-weight: 700;
	background-image: linear-gradient(115deg, #375fe5 22%, #4c4be0 83%);
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
	padding: 20px 30px;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.3s ease, border 0.3s ease, box-shadow 0.3s, transform 0.2s;
    box-shadow: 0 4px 16px 0 rgba(68, 81, 226, 0.08);
	gap: 10px;
	/* space between text and icon */
}

.jvbtn:hover {
	background-color: #caac62;
	border-color: #707070;
	text-decoration: none;
	color: #fff;
    background-image: linear-gradient(115deg, #2c4db2 22%, #3a39a1 83%);
    box-shadow: 0 8px 32px 0 rgba(68, 81, 226, 0.18);
    transform: translateY(-3px) scale(1.03);
}

.btn-icon {
	width: 20px;
	/* adjust size as needed */
	height: 20px;
	margin-left: 8px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-100 {
	margin-top: 100px;
}

.arrow-top::after {
	content: "";
	background: url(../img/arrow-top.png) no-repeat;
	background-size: contain;
	width: 254px;
	height: 132px;
	position: absolute;
	bottom: 335px;
	right: 275px;
}

.b-box-n {
	padding: 0px 25px;
	margin-top: -40px;
}

.b-box-mid {
	padding: 0px;
	border-radius: 14px;
	background-image: linear-gradient(46deg, #07074b 10%, #1b1b38 38%, #161624 52%, #252536 96%);
	text-align: left;
}


.b-box-mid p {
	padding: 35px 25px;
	text-align: left;
}

/*** Form ***/
.mpm-container {
	width: 100%;
	height: 100%;
	padding: 0px;
	box-sizing: border-box;
	background-size: cover;
	background-color: #8f454500 !important;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center;
}

#mpmInnerForm {
	margin: 0 auto;
	max-width: 100%;
	border-style: none;
	border-width: 2px;
	border-radius: 3px;
	background-size: cover;
	background-color: #8f454500 !important;

}

.mpm-row {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: column !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mpm-col-sm-6-col1 {
	max-width: 100% !important;
	flex-basis: 100% !important;
	padding: 0px !important;
}

.mpm-col-sm-6-col2 {
	max-width: 100% !important;
	flex-basis: 100% !important;
	padding: 0px !important;
}

.mpm-col-sm-6-col3 {
	max-width: 100% !important;
	flex-basis: 100% !important;
	padding: 10px 0 0 0px !important;
}

.form-container {
	max-width: 500px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.form-container::after {
	content: "";
	background: url(../img/arrow.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 50px;
	position: absolute;
	bottom: 135px;
	right: 125px;
}

input {
	width: 100% !important;
	padding: 10px !important;
	margin: 5px 0 !important;
	border: 1px solid #ccc !important;
	border-radius: 5px !important;
}

button {
	width: 100% !important;
	padding: 10px !important;

	color: #ffffff !important;
	border: solid 1px rgba(178, 150, 86, 0.49) !important;
	background-color: #caac62 !important;
	border-radius: 8px !important;
	cursor: pointer !important;
	margin-top: 0px !important;
	font-size: 18px !important;
	font-weight: 400 !important;

}

button:hover {
	background-color: #ffd37c;
}

.small {
	font-size: 0.9em;

}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.container-two {
	background: #fff;

	padding: 4rem 0 4rem 0;

}

.white-box {
	padding: 15px 30px;
	border-radius: 10px;
	box-shadow: 0 11px 30px 0 #d3dae2;
	background-color: #fff;
    transition: box-shadow 0.3s, transform 0.2s;
}

ul.jw-img-white {
	padding-inline-start: 10px;
}

.jw-img-white li {
	display: block;
	background: url(../img/gold-check.svg) no-repeat 5px 5px / 22px;
	padding-left: 45px;
	padding-right: 0px;
	padding-top: 0;
	color: #011d52;
	padding-bottom: 10px;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}

ul.jw-img-blue {
	padding-inline-start: 10px;
}

.jw-img-blue li {
	display: block;
	background: url(../img/blue-ar.svg) no-repeat 5px 5px / 22px;
	padding-left: 45px;
	padding-right: 0px;
	padding-top: 0;
	color: #011d52;
	padding-bottom: 20px;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}

.blue {
	border-radius: 23.5px;
	background-color: #4451e2;
	padding: 10px;
	margin-bottom: -20px;
}

.blue p {
	margin-bottom: 0;
}

.pill {
	position: relative;
	padding: 8px 16px 8px 36px;
	/* extra left padding for the dot */
	width: 80%;
	color: #508b74;
	border-radius: 30px;
	border: solid 1px #6fc39c;
	background-image: linear-gradient(to right, #edf9f8 2%, #f0f6fe 95%);
	display: inline-block;
	font-weight: 500;
}

.pill::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	/* size of the dot */
	height: 10px;
	background-color: #508b74;
	border-radius: 50%;
}

.bg-mid {
	background: #f5f5f5 url(../img/bg-mid.png) no-repeat top right / auto;
	padding: 0rem;
}

.nm-50 {
	margin-top: -50px;
}

.badges {
	display: flex;
	align-items: center;
}

.pill-blue {
	position: relative;
	padding: 8px 16px;
	color: #011d52;
	border-radius: 30px;
	background-color: #f2f7fd;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
}

.container-three {
	background: #141b6a;
	padding: 2rem 0 0rem 0;

}

.testimonial {
	position: relative;

	color: #fff;
	padding: 50px;
	font-style: normal;
	line-height: 1.6;
	text-align: center;
	overflow: hidden;
}

/* Quotation Marks */
.testimonial::before {
	content: "“";
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 130px;
	color: #fff;
	line-height: 1;
	opacity: 0.39;
	pointer-events: none;
	font-weight: 500;
}

.testimonial::after {
	content: "”";
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 130px;
	color: #fff;
	line-height: 1;
	opacity: 0.39;
	font-weight: 500;
	pointer-events: none;
}

.testimonial .text-white {
	font-size: 20px;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
	padding: 0 5px;
}

.testimonial .small {
	font-size: 15px;
	font-weight: 500;
	color: #d7bd79;
	font-style: italic;
	text-align: right;
	padding: 0 10px;
	z-index: 1;
	position: relative;
}

.container-four {
	background-color: #f5f5f5;

	padding: 8rem 0 4rem 0;

}

.container-seven {
	background-color: #f2f7fd;

	padding: 4rem 0 4rem 0;

}

.big {
	font-size: 76px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	color: #011d52;
}

.width-80 {
	width: 80%;
}

.blue-box-o {
	border-radius: 10px;
	box-shadow: 0 11px 30px 0 #d3dae2;
	background-color: #141b6a;
	padding: 20px;
}

.blue-box {
	background-color: #10177a;
	border-radius: 16px;
	padding: 20px;
	/* more left padding for room */

	color: #fff;
	font-family: sans-serif;
	display: flex;
	flex-direction: column;
	gap: 2px;
	overflow: visible;
}

/* Main pill ribbon */
.ribbon-pill {
	background-color: #4f5ce7;
	color: white;
	padding: 10px 30px 10px 36px;
	font-size: 14px;
	font-weight: 500;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
	white-space: nowrap;

	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;

	display: inline-block;
	margin-left: -20px;
	position: relative;
	z-index: 1;
}

/* Folded effect – black triangle */
.ribbon-pill.folded::before {
	content: "";
	position: absolute;
	bottom: -11px;
	left: -12px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-top: 12px solid #000;
	z-index: -1;
}

/* Optional: Folded tab wrap (if desired for extra realism) */
.ribbon-pill.folded::after {
	content: "";
	position: absolute;
	left: -12px;
	top: 0;
	width: 12px;
	height: 100%;
	background-color: #4f5ce7;
	z-index: 0;
}

ul.jw-img-white-reversed {
	padding-inline-start: 10px;
}

.jw-img-white-reversed li {
	display: block;
	background: url(../img/gold-check.svg) no-repeat 5px 5px / 22px;
	padding-left: 45px;
	padding-right: 0px;
	padding-top: 0;
	color: #fff;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}


.heading-inline {
	display: flex;
	align-items: center;
	gap: 10px;
	/* space between img and text */
}

.inline-icon {
	width: 30px;
	/* adjust size as needed */
	height: 30px;
	object-fit: contain;
}

.font-size-70 {
	font-size: 70px;
}

.text-lv {
	color: #a9a7f6;
}

.inline-content {
	display: inline-flex;
	align-items: center;
	gap: 34px;
	/* Adjust spacing */
}

.inline-content img {
	width: 75px;
	/* Adjust image size */
	height: auto;
}

.inline-content .big-text {
	font-size: 60px;
	/* Make $5,000 bigger */
	font-weight: bold;
	color: #414141;
	/* Adjust color if needed */
}

.inline-content .small-text {
	font-size: 25px;
	/* Make other text smaller */
	color: #414141;
	/* Adjust color */
	text-align: left;
}

.inline-content .medium-text {
	font-size: 45px;
	/* Adjust '-' size */
	color: #414141;
}


.d-box {

	padding: 30px;
	border-radius: 16px;
	box-shadow: 0 1px 21px 0 rgba(0, 0, 0, 0.62);
	border: solid 1px #b29656;
	background-color: #080707;
}

.d-box-heading {
	display: flex;
	align-items: center;
	gap: 10px;
	/* space between icon and text */
	margin-bottom: 12px;
}

.d-box-heading h3 {
	margin: 0;
	font-size: 25px;
	text-transform: uppercase;
	color: #caac62;
}

.heading-icon {
	width: 42px;
	height: 42px;
}

.d-box p {
	text-align: left;
	font-size: 16px;


}

.g-ar-1::after {
	content: "";
	background: url(../img/g-ar-1.svg) no-repeat;
	background-size: contain;
	width: 186px;
	height: 233px;
	position: absolute;
	top: 125px;
	right: 65px;
}

.g-ar-2::after {
	content: "";
	background: url(../img/g-ar-2.svg) no-repeat;
	background-size: contain;
	width: 186px;
	height: 233px;
	position: absolute;
	top: 475px;
	right: 465px;
}

.g-ar-3::after {
	content: "";
	background: url(../img/g-ar-3.svg) no-repeat;
	background-size: contain;
	width: 136px;
	height: 219px;
	position: absolute;
	bottom: 135px;
	right: 535px;
}

.bt-box {


	align-items: center;
	justify-content: center;

	padding: 0px;
	border-radius: 12px;
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	margin-bottom: 20px;
	background-color: #f0f2f7;
	text-align: center;
}

.bt-box-heading {
	padding: 20px 40px;
	border-radius: 0 0 12px 12px;

	background: #625df5;

}

.bt-box h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	background: linear-gradient(238deg, #f5925d 20%, #cc5df5 70%, #625df5 100%);
	margin-bottom: 20px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 30px 20px 20px 20px;
}

.bt-box-heading h4 {

	font-size: 50px;
	font-weight: 500;
	color: #fff;

}

.bt-box p {
	padding: 20px 20px;
	font-size: 18px;
	font-weight: 500;
	color: #414141;

}

.text-size-18 {
	font-size: 18px;
}

.s-box {

	padding: 0px 0 20px 0;
	border-radius: 11px;
	box-shadow: 0 11px 30px 0 #d3dae2;
	margin-bottom: 30px;
	background-color: #fff;
    transition: box-shadow 0.3s, transform 0.2s;
}

.s-box-heading {
	display: flex;
	align-items: center;
	gap: 10px;
	/* space between icon and text */
	margin-bottom: 12px;
	background: #fff;
	padding: 20px;
	border-top: 12px solid #4451e2;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	justify-content: space-between;
}

.s-box-heading h3 {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	color: #011d52;
}

.sm-content {
	padding: 0 20px;
}

.pill-terms {
	position: relative;
	padding: 8px 16px;
	color: #011d52;
	margin-bottom: 20px;
	background-color: #f2f7fd;

	font-size: 16px;
	font-weight: 500;
}

.s-box-icon {
	width: 140px;
	height: 40px;
}

.s-box p {
	text-align: left;
	font-size: 16px;


}

.sm-content {
	padding: 0 20px;
}

.recive {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

ul.jw-img-right {
	padding-inline-start: 10px;
}

.jw-img-right li {
	display: block;
	background: #f2f7fd url(../img/green-ar.svg) no-repeat 356px 15px / 22px;
	padding-left: 10px;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #011d52;
	padding-bottom: 20px;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}

.sub {
	background: #000;
	padding: 10px;

	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;

}

.sub p {
	margin-bottom: 0px;

}

.sub-2 {
	background: #000;
	padding: 10px 30px;
	border-left: 3px solid #caac62;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;

}

.sub-2 p {
	margin-bottom: 0px;

}

.v-box {

	padding: 0px 0 20px 0;
	border-radius: 11px;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.16);
	border: solid 1px #caac62;
	background-color: #fff;
}

.v-box-heading {

	align-items: center;

	margin-bottom: 12px;
	background: #474749;
	padding: 20px;
	border-top: 12px solid #b29656;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	justify-content: space-between;
}

.v-box-heading h3 {
	margin: 0;
	font-size: 22px;
	text-align: center;
	color: #fff;
}

.v-box-icon {}

.v-box p {
	text-align: cneter;
	font-size: 24px;


}

.vm-content {
	padding: 0 20px;
}

.container-gold {
	background: #f9edce;
	padding: 1rem;

}

.container-white {
	background: #fff;
	padding: 2rem 0 4rem 0;

}

.text-dark-gold {
	color: #b29656;
}

.m-box-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	flex-direction: row;
}

.m-box-l {


	flex: 1 1 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	padding: 30px 20px;
	gap: 10px;

	border-radius: 11px;

	background: #c8aa61;
}


.m-box-l h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;

}

.m-box-l p {
	margin-bottom: 0rem;
	font-weight: 400;
	color: #fff;
	text-align: center;

}

.m-box-d {


	flex: 1 1 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	padding: 30px 20px;
	gap: 10px;
	border-radius: 11px;

	background: #474749;
}


.m-box-d h3 {
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;

}

.m-box-d p {
	margin-bottom: 0rem;
	font-weight: 400;
	color: #fff;
	text-align: center;

}

.m-box-l d {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align: left;

}

.font-size-55 {
	font-size: 55px;
}

.jw-img-icon-p li {
	display: block;

	background: url(../img/ar-icon.png) no-repeat 5px 5px / 22px;
	padding-left: 45px;
	padding-top: 0;
	color: #fff;
	padding-bottom: 19px;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
}

ul.jw-img-icon-p {
	padding: 20px;

}

.jw-img-check-p li {
	display: block;
	font-family: "IBM Plex Sans", sans-serif;
	background: url(img/tick-circle.png) no-repeat 5px 5px / 22px;
	padding-left: 45px;
	padding-top: 0;
	color: #000;
	padding-bottom: 19px;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
}

ul.jw-img-check-p {
	padding: 20px;
	background: #F7F7F7;
	border-radius: 20px;
}

.jw-img-pr-p li {
	display: block;
	background: url(../img/pr.svg) no-repeat 5px 5px / 22px;
	padding-left: 45px;
	padding-top: 0;
	color: #000;
	padding-bottom: 19px;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
}


.container-five {
	background: #fcfdfe url(../img/logo-bg.png) no-repeat center bottom / auto;
	padding: 2rem 0 4rem 0;
}

.container-six {
	background: #141b6a;
	padding: 4rem 0 4rem 0;

}

.container-eight {
	background: #f7f2e7;

	padding: 2rem 0 4rem 0;
}

.container-black {
	background: #000;

	padding: 2rem 0 4rem 0;
}

/*** End Form ***/
/**** Footer ****/
.footer {
	background-color: #F1F1F1;
}

.footer-bottom {
	background-color: #000;
	z-index: 100;
	padding: 30px 0;
}

.footer-bottom p {
	font-weight: 100;
	margin: 10px 0;
	color: #fff;

	font-size: 14px;
	line-height: 16px;
}

.footer-clear {
	margin-bottom: 230px
}

.form-top {
	text-align: center;
}

footer ul li {
	display: inline-block;
	background: none;
	line-height: 0;
	vertical-align: middle;
	list-style: none;
	padding: 0 15px 0 0;
}

footer ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #000;
}

footer ul li a img {
	width: 120px;
}

footer ul {
	text-align: center;
	padding: 0 0 20px;
	margin: 0;
	list-style: none;
}

.footer-bottom a {
	color: #fff;

	font-size: 14px;
	line-height: 16px;
}

.footer-bottom p {
	font-weight: 400;
	margin: 10px 0;

}

/**** End Footer ****/
@media only screen and (max-width: 1200px) {
	.form-container::after {

		bottom: 155px;
		right: 65px;
	}

	.bt-box p {

		font-size: 16px;

	}

	.bt-box h3 {

		font-size: 25px;

	}
}
@media (min-width:1930px) and (max-width: 4000px) {

	.container-five {
    background: #fcfdfe url(../img/logo-bg.png) no-repeat center center / cover;
    padding: 2rem 0 4rem 0;
}
}
@media (min-width:768px) and (max-width: 1200px) {

	.main-title {

		font-size: 45px;
	}
}

@media only screen and (max-width: 1050px) {
	.font-size-40 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 992px) {
	.form-container::after {

		bottom: 155px;
		right: 105px;
	}
	.bg-mid {
    background: #f5f5f5 !important;
    padding: 0rem;
}

	.arrow-top::after {

		bottom: 385px;
		right: 145px;
	}

	.bt-box-heading h4 {
		font-size: 40px;

	}

	.inline-content .big-text {
		font-size: 40px;
		font-weight: bold;
		color: #414141;
	}

	.font-size-70 {
		font-size: 50px;
	}
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 14px;

	}


	.bt-box {
		margin: 20px;

	}

	.bg-mid {
		background: #f5f5f5 !important;
		padding: 0rem;
	}

	.m-box {
		margin: 0 20px;
		flex: 1 1 250px;
	}

	.s-box-icon {
		width: 120px;
		height: 30px;
	}

	.s-box-heading h3 {}

	.pill {

		width: 100%;

	}

	.font-size-30 {
		font-size: 25px;
	}

	.blue-box {
		margin-top: 20px;
	}

	dl,
	ol,
	ul {
		margin-top: 20px;
		margin-bottom: 1rem;
	}

	.sub-2 {

		margin-top: 20px;
	}

	.sub-2 p {
		text-align: center;
	}

	.sub {

		margin-top: 20px;
	}

	.sub p {
		text-align: center;
	}

	.d-box {
		margin: 0 0 10px 0;
	}

	.font-size-55 {
		font-size: 40px;
	}

	.d-box-heading h3 {

		font-size: 15px;

	}

	.heading-icon {
		width: 32px;
		height: 32px;
	}

	.width-80 {
		width: 100%;
	}

	.container-five {

		padding: 2rem 0 2rem 0;
	}

	.container-four {

		padding: 6rem 0 0rem 0;
	}

	h2 {
		font-size: 1.6rem;
	}

	br {
		display: none;
	}

	.form-container::after {

		bottom: 155px;
		right: 15px;
	}

	.tg-box {

		padding: 5px;

	}

	.dark-container {
		padding: 35px 5px;

	}

	.inline-content {
		gap: 10px;
		flex-direction: column;
	}

	.font-size-40 {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.subtitle {
		font-size: 20px;
	}

	.g-ar-1::after {
		display: none;
	}

	.g-ar-2::after {
		display: none;
	}

	.g-ar-3::after {
		display: none;
	}

	h3 {

		font-size: 1.5rem;
	}

	.b-right {
		border-right: none;
	}

	.b-box-mid p {

		text-align: center;
	}

	.mt-120 {
		margin-top: 50px;
	}

	.mb-50 {
		margin-bottom: 20px;
	}

	.mt-50 {
		margin-top: 20px;
	}

	h1 {

		font-size: 42px;
	}

	.arrow-top::after {

		display: none;
	}

	.b-box-mid {
		text-align: center;
		margin-bottom: 30px;
	}

	.mt-100 {
		margin-top: 30px;
	}

	.font-size-70 {
		font-size: 60px;
	}

	.inline-content .big-text {
		font-size: 50px;

	}

	.bt-box-heading h4 {
		font-size: 35px;

	}
}

@media only screen and (max-width: 766px) {
	.arrow-top::after {

		bottom: 515px;
		right: 45px;
	}

}

@media only screen and (max-width: 575px) {
	.arrow-top::after {

		display: none;
	}
}

@media only screen and (max-width: 420px) {
	body {
		font-size: 12px;
	}
}

/* Basic navbar styles */
.navbar {
	display: flex;
	justify-content: flex-end;
	/* Align navbar items to the right */
}

.navbar-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	/* Display items in a row */
	flex-direction: row;
	gap: 20px;
	/* Add space between the items */
}

.nav-item {
	display: inline-block;
	/* Makes items inline */
}

.nav-item a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
}

.nav-item a:hover {
	color: #007bff;
}