@import url('../css/fonts.css');

#main-wrapper {
	min-height: calc(100vh - 47vh);
}

body {
	font-family: 'Nunito' !important;
	background-color: #000425;
	color: #fff;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

h1,
h2,
h5,
h6 {
	font-family: 'Work Sans' !important;
}

a {
	text-decoration: none;
}

h1.title {
	font-size: 46px;
	line-height: 56px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	padding: 0 0 20px;
	font-family: 'Nunito' !important;
}

h1.title.style_one {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: #fff;
	font-family: 'Nunito' !important;
}

h1.title span {
	background: -webkit-linear-gradient(50deg, rgba(19, 158, 188, 1) 0%, rgba(170, 30, 205, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}

.main-btn {
	font-size: 16px;
	line-height: 26px;
	padding: 5px 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	border: 1px solid #797979;
	border-radius: 40px;
	transition: all .5s ease-in-out;
	background: linear-gradient(90deg, rgba(19, 158, 188, 1) 45%, rgba(170, 30, 205, 1) 95%);
	color: #fff;
	gap: 5px;
}

.main-btn-small {
	min-height: 25px !important;
}

.main-btn:hover {
	color: #fff;
	background: transparent;
}

.main-btn.btn-head {
	background: transparent;
	color: #fff;
	border: 2px solid #4467FF;
}

.main-btn.btn-head:hover {
	background: #4467FF;
	color: #fff;
	border: 2px solid #4467FF;
}

.ptb80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

/*--------------------------------------------------------------
# HEADER CSS START
--------------------------------------------------------------*/

.head-logo .logo-card {
	display: inline-block;
}

.header-nav ul {
	margin-bottom: 0;
}

.header-nav .nav-link:focus,
.header-nav .nav-link:hover,
.header-nav .nav-link.active {
	color: #4467FF;
}

.header-nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
}


.header-nav ul li {
	margin-right: 25px;
}

.header-nav ul li:last-child {
	margin-right: 0;
}

.header-card {
	width: 100%;
	height: auto;
	background: transparent;
	z-index: 9;
	position: absolute;
}

.header-card.fixed-header {
	background: #090d2d;
	z-index: 1001;
	position: fixed;
}

.header-card .navbar-toggler {
	background-color: #2c146b;
	border: 1px solid #2c146b;
	color: #fff;
}

.header-card .navbar-toggler:focus {
	box-shadow: none;
}


/*--------------------------------------------------------------
# HEADER CSS END
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# BANNER CSS START
--------------------------------------------------------------*/


.banner-area {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0A0D2D;
	padding: 150px 0 120px;
	position: relative;
	overflow: hidden;
	background-image: url('../images/bg-layer.png');
}

.banner-area::before {
	content: "";
	position: absolute;
	top: inherit;
	bottom: 0%;
	left: 0%;
	background-image: url('../images/layer.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 390px;
	height: 742px;
	transform: rotate(180deg);
}

.banner-area::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0%;
	background-image: url('../images/layer.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 390px;
	height: 742px;
}

.banner-cont {
	text-align: center;
}

.banner-cont h6 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	letter-spacing: 5px;
	gap: 15px;
	text-transform: uppercase;
}

.banner-cont h1 {
	font-size: 53px;
	line-height: 70px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	padding: 30px 0;
}

.banner-cont h1 span.text-bg {
	width: auto;
	font-weight: 800;
	background: url('../images/text-bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	min-width: 315px;
	min-height: 105px;
	line-height: 100px;
}

.banner-cont h1 span.gradient-text {
	background: -webkit-linear-gradient(45deg, #139EBC 5%, #AA1ECD 85%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner-cont p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 40px;
}


/*--------------------------------------------------------------
# BANNER CSS END
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# ABOUT CSS START
--------------------------------------------------------------*/
.about_main {
	background-image: url('../images/bg-layer.png');
}

.about_area {
	width: 100%;
	height: auto;
	padding: 50px;
	border-radius: 24px;
	position: relative;
	transform-style: preserve-3d;
	background-color: #000;
	z-index: 9;

}

.about_area::before {
	content: "";
	position: absolute;
	inset: 0px;
	background: conic-gradient(from 90deg at 40% -25%, #4467FF, #7241FF);
	filter: blur(10px);
	transform: translate3d(-1px, -2px, -1px);
	border-radius: inherit;
	pointer-events: none;
}

.about_area::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	background-image: url('../images/layer1.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 742px;
	height: 742px;
	z-index: -1;
	transform: translate(50%, -50%);
}

.abt_cont p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# ABOUT CSS END
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# TOOLS CSS START
--------------------------------------------------------------*/

.tools_area {
	width: 100%;
	height: auto;
	background-color: #292069;
	padding: 80px 0;
}

.tool-bx {
	display: flex;
	align-items: center;
	justify-content: start;
	background-color: #170E56;
	padding: 10px;
	border-radius: 16px;
	width: 100%;
	gap: 25px;
	position: relative;
	z-index: 9;
	margin-bottom: 55px;
}

.tool-bx:after {
	content: '';
	position: absolute;
	width: 99.2%;
	height: 90.5%;
	border: 1px dashed #129DBC;
	z-index: -1;
	top: 5px;
	left: 5px;
	border-radius: 16px;
}

.tool-bx .count-ic {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 105px;
	min-width: 105px;
	height: 105px;
	min-height: 105px;
	background-color: #129DBC;
	border-radius: 16px;
	font-size: 65px;
	color: #000;
	margin-top: -30px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.tool-bx p {
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# TOOLS CSS END
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# HOW IT WORKS CSS START
--------------------------------------------------------------*/
.how-it-work {
	position: relative;
	overflow: hidden;
	background-image: url('../images/bg-layer.png');
}

.how-it-work::before {
	content: "";
	position: absolute;
	top: 0%;
	right: 0%;
	background-image: url('../images/layer-2.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 870px;
	height: 873px;
	z-index: -1;
}

.how-it-work::after {
	content: "";
	position: absolute;
	bottom: -10%;
	right: -20%;
	background-image: url('../images/layer1.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 924px;
	height: 526px;
	z-index: -1;
	transform: rotate(155deg);
}

.how-it-work .how-bx {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.how-it-work .how-bx.how-lft {
	background-image: url('../images/form-left-bg.png');
	min-height: 510px;
}

.how-it-work .how-bx.how-rgt {
	background-image: url('../images/form-right-bg.png');
	min-height: 510px;
}

.how-it-work .how-bx .img_cont {
	padding: 50px;
}

.how-it-work .how-bx.how-lft .img_cont {
	padding-right: 50px;
}

.how-it-work .how-bx.how-rgt .img_cont {
	padding-left: 50px;
}

.how-it-work .how-bx .img_cont h6 {
	font-size: 17px;
	line-height: 27px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 40px;
}

.how-it-work .how-bx.how-lft .img_cont h6 {
	padding-right: 50px;
}

.how-it-work .how-bx.how-rgt .img_cont h6 {
	padding-left: 50px;
}

.how-it-work .how-bx .cont {
	padding: 0 40px;
}

.how-it-work .how-bx .cont h3 {
	font-size: 35px;
	line-height: 45px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.how-it-work .how-bx .cont p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
}

.how-it-work .how-bx .box-count {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 58px;
	min-width: 58px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: double 2px transparent;
	border-radius: 30px;
	background-image: linear-gradient(#000000, #000000), linear-gradient(to right, #4467FF, #7241FF);
	background-origin: border-box;
	background-clip: content-box, border-box;
	font-size: 22px;
	line-height: 1;
}

.how-it-work .how-bx.how-rgt .box-count {
	right: inherit;
	left: 10px;
}

.how-it-work .how-bx .form-control,
.how-it-work .how-bx .form-select {
	border: 1px solid rgba(255 255 255 / 34%);
	background-color: transparent;
	border-radius: 4px !important;
	box-shadow: none !important;
	color: #fff !important;
	min-height: 50px;
}

.how-it-work .how-bx select option {
	background: rgba(0, 0, 0);
	color: #fff;
}

.how-it-work .how-bx .form-select {
	background-image: url("../images/down.svg") !important;
}

.how-it-work .how-bx textarea {
	min-height: 206px;
}

.how-it-work .how-bx .upload-bx {
    width: 100%;
    height: auto;
    min-height: 250px;
    border: 1px solid rgba(255 255 255 / 34%);
    position: relative;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    padding: 5px 10px;
    display: flex;
    align-items: start;
    gap: 12px;
}

.how-it-work .how-bx .upload-bx span.icon {
	width: 54px;
	min-width: 54px;
	height: 54px;
}

.how-it-work .how-bx .upload-bx span.icon img{
	width: 100%;
}

.how-it-work .how-bx .upload-bx .form-control[type=file] {
	position: absolute;
	top: 0;
	height: 100%;
	opacity: 0;
	left: 0;
}


.how-it-work .how-bx .img_cont p.subtitle{
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	margin-bottom: 0;
	color: #fff;
	margin-top: 5px;
}

.how-it-work .how-bx .upload-bx .cont {
	padding: 0;
}

.how-it-work .how-bx .upload-bx .cont p {
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    color: rgba(255 255 255 / 46%);
}

.how-it-work .how-bx .form-label {
	font-size: 13px;
	line-height: 23px;
	color: #fff;
}

.how-it-work .how-bx .form-label.style-one {
	color: rgba(255 255 255 / 46%);
}


.how-it-work .how-bx .upload-bx .brows-file {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.how-it-work .how-bx .upload-bx .brows-file input[type=file] {
    position: absolute;
    bottom: 0;
    height: 100%;
    opacity: 0;
    right: 0;
    width: 158px;
    z-index: 1;
    cursor: pointer;
}

.how-it-work .how-bx .upload-bx .brows-file .main-btn {
    position: relative;
    border-radius: 12px;
    border: transparent;
}

/*--------------------------------------------------------------
# HOW IT WORKS CSS END
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# BENIFITS CSS START
--------------------------------------------------------------*/

.benifit-area {
	width: 100%;
	height: auto;
	background-color: rgba(37 0 101 / 58%);
}

.benifit-bx {
	width: 100%;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	position: relative;
	z-index: 9;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url('../images/benifit-bg.png');
	min-height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 60px 40px 40px;
}

.benifit-bx .box-count {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 54px;
	min-width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: double 2px transparent;
	border-radius: 30px;
	background-image: linear-gradient(#15024a, #15024a), linear-gradient(to right, #4467FF, #7241FF);
	background-origin: border-box;
	background-clip: content-box, border-box;
	font-size: 22px;
	line-height: 1;
}

.benifit-bx h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

.benifit-bx p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# BENIFITS CSS END
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# PLOCICIES AREA CSS START
--------------------------------------------------------------*/

.policies_area {
	width: 100%;
	height: auto;
	background-image: url('../images/bg-layer.png');
}

.policies_area .policy-inner {
	background-color: rgba(37 0 101 / 58%);
}

.policies_area .policy-inner .box {
	padding: 50px 30px;
}

.policies_area .policy-inner .left_side {
	background-color: #010314;
	border-top-right-radius: 100px;
}

.policies_area .policy-inner .right_side.box {
	padding: 50px 0;
}

.steps .step-inr {
	margin-bottom: 30px;
}

.steps .step-inr .count-ic {
	font-size: 46px;
	line-height: 46px;
	font-weight: 600;
	-webkit-text-stroke: 1px #fff;
	color: transparent;
}

.steps .step-inr:nth-child(2) {
	margin-left: 22%;
}

.steps .step-inr .head {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	padding: 15px;
	background-color: #1D213D;
	margin: 0;
	color: #fff;
	display: inline-block;
	max-width: 498px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.steps .step-inr p {
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	width: 80%;
}

.right-steps .step-bx {
	padding: 10px 20px 10px 80px;
	width: 100%;
	height: auto;
	min-height: 160px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.right-steps .step-bx h3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
}

.right-steps .step-bx:nth-child(1) {
	background-image: url('../images/policy-step1.png');
}

.right-steps .step-bx:nth-child(2) {
	background-image: url('../images/policy-step2.png');
}

.right-steps .step-bx:nth-child(3) {
	background-image: url('../images/policy-step3.png');
	margin-bottom: 0;
}


/*--------------------------------------------------------------
# PLOCICIES AREA CSS END
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# ISO AREA CSS START
--------------------------------------------------------------*/
.iso-area {
	background-image: url('../images/bg-layer.png');
}

.iso-bx {
	padding: 20px;
	height: 100%;
	border-radius: 12px;
	position: relative;
	z-index: 9;
	margin-bottom: 20px;
	height: calc(100% - 20px);
}

.iso-bx .bx-inr {
	padding: 25px;
	border-radius: 12px;
	background: linear-gradient(90deg, rgba(36, 36, 116, 1) 45%, rgba(71, 40, 124, 1) 95%);
	height: 100%;
}

.iso-bx::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(36, 36, 116, 1) 45%, rgba(71, 40, 124, 1) 95%);
	content: '';
	z-index: -1;
	border-radius: 12px;
	opacity: 0.8;
}

.iso-area .iso-bx ul {
	padding: 0;
	margin: 0;
}

.iso-area .iso-bx ul li {
	display: flex;
	align-items: center;
	justify-content: start;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
	gap: 10px;
}

.iso-area .iso-bx ul li i {
	font-size: 8px;
	color: #fff;
}

.iso-area .iso-bx ul li:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# ISO AREA CSS END
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# CTA AREA CSS START
--------------------------------------------------------------*/

.cta {
	position: relative;
	overflow: hidden;
	background-image: url('../images/bg-layer.png');
}

.cta::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/layer.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 300px;
	height: 450px;
	transform: rotate(180deg);
	z-index: 0;
}

.cta .cta_inner {
	padding: 50px;
	background-color: #010314;
	border-radius: 24px;
	text-align: center;
	position: relative;
	transform-style: preserve-3d;
	z-index: 9;
}

.cta .cta_inner::before {
	content: "";
	position: absolute;
	inset: 0px;
	background: conic-gradient(from 90deg at 40% -25%, #4467FF, #7241FF);
	filter: blur(10px);
	transform: translate3d(-1px, -2px, -1px);
	border-radius: inherit;
	pointer-events: none;
}

.cta .cta_inner p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	padding: 20px 0;
}


/*--------------------------------------------------------------
# CTA AREA CSS END
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# FOOTER CSS START
--------------------------------------------------------------*/

#footer {
	font-size: 14px;
	position: relative;
	overflow: hidden;
	background-color: #000425;
}

#footer .footer-top {
	padding: 60px 0 30px 0;
	position: relative;
	border-top: 1px solid rgba(255 255 255 / 44%);
}

#footer .footer-top p {
	font-weight: 400;
	font-size: 18px;
	line-height: 33px;
	color: #CDCDCD;
	padding: 15px 100px 15px 0;
}

#footer .footer-top h4 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	padding-bottom: 30px;
	margin-bottom: 0;
	font-family: 'Nunito' !important;
}


#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	transition: 0.3s;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
}


#footer .footer-top .footer-links ul a:hover {
	text-decoration: none;
	color: #664DFF;
}

#footer .footer-top .contact-link ul span {
	font-size: 18px;
	display: inline-block;
	color: #664DFF;
	line-height: 1;
	padding: 12px 0;
	margin-right: 4px;
	text-align: center;
	width: 44px;
	height: 43px;
	transition: 0.3s;
	background: #fff;
	border-radius: 5px;
}

#footer .footer-top .contact-link ul span {
	width: 34px;
	height: 33px;
	padding: 7px 0;
	font-size: 18px;
	line-height: 10px;
}

#footer .footer-top .contact-link ul li a,
#footer .footer-top .contact-link ul li p {
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0;
}


#footer .footer-top .social-links a:hover {
	background: #664DFF;
	color: #23202F;
	text-decoration: none;
}

#footer .footer-bottom {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#footer .footer-bottom {
	border-top: 1px solid rgba(255 255 255 / 44%);
}

#footer .footer-bottom .copyright p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 33px;
	color: #fff;
	margin: 0;
	text-align: center;
}

#footer .footer-bottom p a {
	color: #fff;
}

#footer .footer-bottom p a:hover {
	color: #664DFF;
}

/*--------------------------------------------------------------
# FOOTER CSS END
--------------------------------------------------------------*/

@media (max-width: 991px) {

	.banner-area::after,
	.banner-area::before {
		display: none;
	}

	.banner-cont h6 {
		letter-spacing: 2px;
	}

	.banner-cont h1 {
		font-size: 25px;
		line-height: 35px;
	}


	h1.title {
		font-size: 25px;
		line-height: 35px;
	}

	p {
		font-size: 14px !important;
		line-height: 26px !important;
	}


	h1.title.style_one {
		font-size: 20px;
		line-height: 30px;
	}

	.ptb80 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.about_area {
		padding: 20px;
	}

	.tool-bx {
		display: block;
		padding: 20px;
	}

	.tool-bx p {
		font-size: 18px;
		line-height: 28px;
	}

	.tool-bx .count-ic {
		width: 85px;
		min-width: 85px;
		height: 85px;
		min-height: 85px;
		font-size: 45px;
		margin-left: 0;
	}

	.tool-bx:after {
		width: 98.2%;
		height: 92.5%;
	}

	.how-it-work .how-bx.how-lft .img_cont {
		padding-right: 40px;
	}

	.how-it-work .how-bx.how-rgt .img_cont {
		padding-left: 40px;
	}

	.how-it-work .how-bx .img_cont {
		padding: 40px;
	}

	.how-it-work .how-bx .box-count {
		top: 20px;
		right: 0px;
		width: 48px;
		min-width: 48px;
		height: 48px;
	}

	.how-it-work .how-bx .cont {
		padding: 0 15px;
	}

	.how-it-work .how-bx.how-rgt .box-count {
		left: 0;
	}

	.steps .step-inr p,
	.right-steps .step-bx h3 {
		width: 100%;
	}

	.steps .step-inr:nth-child(2) {
		margin-left: 0%;
	}

	.right-steps .step-bx h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.right-steps .step-bx {
		padding: 40px;
	}

	.contact-form-box {
		padding: 20px;
	}

	#footer .footer-top p {
		padding: 15px 0 15px 0;
	}

	#footer .footer-top {
		padding: 40px 0 0px 0;
	}

	.header-card {
		background: #0A0D2D;
	}
}

.breadcrum-card {
	width: 100%;
	height: auto;
	padding: 140px 0 60px;
	background: #0A0D2D;
	background-image: url('../images/bg-layer.png');
	position: relative;
	z-index: 1;
}

.breadcrum-card:after {
	content: '';
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0px;
	background-image: url('../images/abt-img.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 150px;
	height: 150px;
	opacity: 0.6;
	z-index: -1;
}

.contact-bx {
	width: 100%;
	height: auto;
	background: rgb(37 0 101 / 58%);
	box-shadow: rgba(0 0 0 / 14%) 0 0 15px 0;
	border-radius: 10px;
	padding: 25px;
	height: calc(100% - 40px);
	margin-bottom: 40px;
}

.contact-bx .icon {
	width: 60px;
	height: 60px;
	background: #664DFF;
	border-radius: 10px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	margin-top: -50px;
}

.contact-bx .title {
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	font-weight: 700;
	margin: 0;
}

.contact-bx p,
.contact-bx a {
	color: #fff;
	margin: 0;
}

.contact-form-box {
	box-shadow: 0 20px 48px 0 rgba(153, 161, 170, 0.25);
	background-color: rgb(37 0 101 / 58%);
	padding: 30px 40px;
	border-radius: 0;
}

.contact-form-box p {
	margin-bottom: 25px;
}

.contact-form-box .form-control {
	min-height: 50px;
	background-color: #000;
	border: 1px solid rgba(255 255 255 / 34%);
	background: transparent;
	border-radius: 4px !important;
	box-shadow: none !important;
	color: #fff !important;
}

.map-area {
	width: 100%;
	height: 100%;
	overflow: hidden;
}


label.error{
    color: red !important;
}

.required-field {
	position: relative;
}

.required-field .form-label:after {
	content: "*";
	color: red;
	position: absolute;
	top: 0;
	margin-left: 2px;
}