:root {
	--primary-text-color: #525560;
	--primary-bg-color: #6321D1;
	--hover-primary-bg-color: #5a18c5;
	--info-bg-color: #00B0FA;
	--hover-info-bg-color: #07a4e7;
	--secondary-bg-color: #005CF2;
	--hover-secondary-bg-color: #0559e2;
}

.z-9 {
	z-index: 9 !important;
}

html,
body {
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	/* font-smoothing: antialiased; */
}

body {
	font-size: 16px;
	font-family: "Sora", sans-serif !important;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	color: var(--primary-text-color);
	background-color: #fff;
	word-break: break-word;
}

h1,h2,h3,h4,h5,h6 {
	color: #291240;
}

p {
	margin: 0;
}

a {
	text-decoration: none !important;
	color: #2b2c2f;
}

a:hover {
	color: #f16121;
}

.btn {
	box-shadow: none !important;
	outline: none !important;
	font-size: 16px;
	font-weight: 600;
	padding-left: 32px;
	padding-right: 32px;
	min-height: 52px;
	border-radius: 4px !important;
	transition: 0.2s ease-in-out 0s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-sm {
	min-height: 44px !important;
	font-size: 14px !important;
}

.btn-lg {
	min-height: 70px !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	border-radius: 8px !important;
}

.fs-16 {
	font-size: 16px !important;
}

.btn-plain {
	box-shadow: none !important;
	outline: none !important;
	border: none !important;
	border-radius: 0;
	padding: 0 !important;
	background: none;
	min-height: 10px !important;
	transition: 0.2s ease-in-out 0s;
}

.btn-primary {
	background-color: var(--primary-bg-color) !important;
	border-color: var(--primary-bg-color) !important;
}

.btn-primary:hover {
	background-color: var(--hover-primary-bg-color) !important;
	border-color: var(--hover-primary-bg-color) !important;
}

.btn-info {
	background-color: var(--info-bg-color) !important;
	border-color: var(--info-bg-color) !important;
	color: #fff !important;
}

.btn-info:hover {
	background-color: var(--hover-info-bg-color) !important;
	border-color: var(--hover-info-bg-color) !important;
}

.btn-light {
	border: 1px solid rgba(0, 0, 0, 0.10) !important;
	background: #FFF !important;
	color: #291240 !important;
}

.btn-light:hover {
	border: 1px solid rgba(4, 4, 4, 0.1) !important;
	background: #f6f4f4 !important;
}

.btn-secondary {
	background-color: var(--secondary-bg-color) !important;
	border-color: var(--secondary-bg-color) !important;
}

.btn-secondary:hover {
	background-color: var(--hover-secondary-bg-color) !important;
	border-color: var(--hover-secondary-bg-color) !important;
}

.pt-110 {
	padding-top: 110px !important;
}

.pb-110 {
	padding-bottom: 110px !important;
}

.py-110 {
	padding-top: 110px !important;
	padding-bottom: 110px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.mb-32 {
	margin-bottom: 32px !important;
}

.form-control,
.form-select {
	box-shadow: none !important;
	outline: none !important;
	resize: none;
	border-color: rgba(0, 0, 0, 0.10) !important;
	border-radius: 4px !important;
	color: ;
	font-size: 14px;
}

textarea {
	padding: 20px !important;
}

input.form-control,
.form-select {
	border: none !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
	border-radius: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

input[type="file"]{
	border: 1px solid rgba(0, 0, 0, 0.10) !important;
    height: 42px;
    padding: 10px 5px 0px 15px !important;
    color: rgb(41, 18, 64, 0.3) !important;
}

::-webkit-input-placeholder {
	color: rgb(41, 18, 64, 0.3) !important;
	font-size: 14px !important;
}

::-moz-placeholder{
	color: rgb(41, 18, 64, 0.3) !important;
	font-size: 14px !important;
}

:-ms-input-placeholder{
	color: rgb(41, 18, 64, 0.3) !important;
	font-size: 14px !important;
}

:-moz-placeholder {
	color: rgb(41, 18, 64, 0.3) !important;
	font-size: 14px !important;
}

.header {
	min-height: 87px;
    padding: 8px 0;
	align-items: center;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.03);
}

.header-content {
	display: flex;
}

.header-content .navbar {
	flex-grow: 1;
	padding: 0;
}

.navbar-brand {
	padding: 0 !important;
}

.navbar-brand img {
    max-height: 71px;
}

.header-content .navbar-collapse {
	justify-content: flex-end;
}

.header-content .navbar-nav {
	gap: 48px;
}

.header-content .navbar-nav .nav-link {
	color: #525560;
	font-size: 16px;
	font-weight: 400;
	transition: 0.2s ease-in-out 0s;
	padding: 0;
}

.header-content .navbar-nav .nav-link:hover {
	color: #6321D1;
}

.header-content .navbar-nav .nav-link.active {
	color: #6321D1;
	font-weight: 600;
}

.header-buttons {
	margin-left: 45px;
	display: flex;
    align-items: center;
}

.navbar-toggler {
    margin-left: auto;
    height: 44px;
    outline: none !important;
    box-shadow: none !important;
	transition: 0.2s ease-in-out 0s;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	border-color: var(--primary-bg-color);
}

.home-banner-sec {
	background: linear-gradient(90deg, #E3F3FA 0%, #FFF 100%);
}

.banner-content {
    max-width: 622px;
}

.banner-content h1 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 32px;
}

.banner-content p {
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 32px;
}

.home-about-content {
	padding: 0 30px 0 96px;
}

.home-about-content h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 10px;
}

.home-about-content p {
	line-height: 160%;
	margin-bottom: 32px;
}

.home-about-content label {
	color: #1D2130;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 32px;
	position: relative;
}

.home-about-content label:before {
    position: absolute;
    top: 50%;
    height: 2px;
    background: #1D2130;
    left: -96px;
    width: 72px;
    content: "";
    margin-top: -1px;
}

.home-about-img {
	text-align: right;
}

.business-support-sec {
	background-color: #291240;
	position: relative;
}

.business-support-sec:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
	background: url(../images/business-bg.png) repeat;
	mix-blend-mode: multiply;
	opacity: 0.20;
}

.inner-business-support-sec {
	z-index: 4;
	background: url(../images/business-icon-bg.png) no-repeat right top 420px;
}

.business-support-area {
	position: relative;
	z-index: 5;
}

.business-support-area-head h3 {
	color: #FFF;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -0.48px;
	text-transform: capitalize;
	margin-bottom: 0;
	text-align: center;
}

.item-bsupport-upper {
	margin-bottom: 64px;
}

.bsupport-dtl {
	max-width: 530px;
}

.bsupport-dtl h4 {
	color: #FFF;
	font-size: 40px;
	font-weight: 700;
	line-height: 115%;
	letter-spacing: -0.4px;
	margin-bottom: 18px;
}

.bsupport-dtl p {
	color: rgba(255, 255, 255, 0.75);
	font-size: 18px;
	line-height: 166.667%;
	margin-bottom: 24px;
}

.bsupport-dtl ul,
.lw-bsupport-dtl ul {
	margin-bottom: 32px;
	padding: 0;
	list-style: none;
}

.bsupport-dtl li,
.lw-bsupport-dtl li {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 166.667%;
	display: flex;
	align-items: center;
	padding-left: 38px;
	background: url(../images/icon-tick.svg) no-repeat;
}

.bsupport-dtl li:not(:last-child),
.lw-bsupport-dtl li:not(:last-child) {
	margin-bottom: 20px;
}

.bsupport-img {
	text-align: right;
	overflow: hidden;
	border-radius: 12px;
}

.bsupport-img img {
	border-radius: 12px;
}

.item-bsupport-upper:nth-child(2n+0) .row {
	flex-direction: row-reverse;
}

.item-bsupport-upper:nth-child(2n+0) .row .bsupport-img {
	text-align: left;
}

.item-bsupport-upper:nth-child(2n+0) .row .bsupport-dtl {
	margin-left: auto;
}

.lw-bsupport-img {
    border-radius: 12px;
    overflow: hidden;
	margin-bottom: 16px;
}

.lw-bsupport-dtl h5 {
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
	line-height: 143.75%;
	letter-spacing: -0.32px;
	margin-bottom: 12px;
}

.lw-bsupport-dtl p {
	color: rgba(255, 255, 255, 0.75);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 18px;
	line-height: 166.667%;
	margin-bottom: 34px;
}

.footer {
	background: url(../images/footer-bg.svg) no-repeat right center;
	background-color: #141414;
}

.footer-area {
	padding-left: 70px;
	padding-right: 70px;
}

.ft-logo {
	margin-bottom: 20px;
}

.ft-up-cnt {
    max-width: 375px;
}

.ft-up-cnt p {
	color: rgba(255, 255, 255, 0.75);
	font-size: 18px;
	font-weight: 400;
	line-height: 166.667%;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ft-social {
	display: flex;
	gap: 18px;
}

.ft-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0.75);
	color: rgba(255, 255, 255, 0.75);
	transition: 0.2s ease-in-out 0s;
	font-size: 20px;
	flex-shrink: 0;
}

.ft-social a:hover {
	border-color: #00A64D;
	background-color: #00A64D;
	color: #fff;
}

.ft-link h6 {
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.24px;
	margin-bottom: 24px;
}

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

.ft-link ul li:not(:last-child) {
	margin-bottom: 20px;
}

.ft-link ul li a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 16px;
	font-weight: 400;
	line-height: 162.5%;
	transition: 0.2s ease-in-out 0s;
}

.ft-link ul li a:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: underline;
}

.footer-upper {
	border-bottom: solid 1px rgba(255, 255, 255, 0.18);
}

.ft-link-area {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
}

.footer-lower {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ftr-cont {
    display: flex;
    gap: 20px 56px;
}

.item-ftr-cont {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cnt-icon {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.10);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cnt-dtl span {
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	line-height: 171.429%;
	display: block;
}

.cnt-dtl label {
	color: #FFF;
	font-size: 18px;
	line-height: 166.667%;
	display: block;
}

.footer-lw-right p {
	color: rgba(255, 255, 255, 0.75);
	font-size: 16px;
	line-height: 162.5%;
}

.inner-page-head {
	background: linear-gradient(90deg, #E3F3FA 0%, #FFF 100%);
	min-height: 315px;
    padding: 100px 0;
	position: relative;
	z-index: 6;
}

.inner-page-block h1 {
	font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.inner-page-block p {
	color: #000;
	font-size: 16px;
	max-width: 676px;
	line-height: 160%;
}

.inner-page-block p:not(:last-child) {
	margin-bottom: 20px;
}

.about-sec {
    display: flex;
    gap: 30px;
	padding: 45px 0 100px;
}

.about-logo {
	flex-shrink: 0;
}

.sub-head {
	color: #1D2130;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.about-dtls h2 {
	color: #1D2130;
	font-size: 56px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 24px;
}

.about-dtls p {
	line-height: 160%;
	margin-bottom: 16px;
}

.about-dtls img {
	margin-bottom: 24px;
	border-radius: 12px;
}

.about-content {
    max-width: 832px;
}

.about-dtls h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 0;
}

.about-dtls h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 16px;
}

.services-sidebar {
	position: sticky;
	top: 30px;
}

.services-dtl-sec {
    margin-top: -100px;
	padding-bottom: 100px;
	z-index: 7;
    position: relative;
}

.request-block {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 32px;
	background: url(../images/request-bg.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 62px;
}

.request-block h3 {
	font-size: 32px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 32px;
}

.request-block h3 label {
	font-size: 24px;
	font-weight: 400;
	display: block;
}

.similar-sec h4 {
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 34px;
}

.item-similar-block {
    border-radius: 8px;
    background: rgba(99, 33, 209, 0.05);
    padding: 32px;
    margin-bottom: 12px;
}

.item-similar-block h5 {
	font-size: 22px;
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 0;
}

.item-similar-block p {
	color: #291240;
	line-height: 160%;
	margin-bottom: 8px;
}

.item-similar-block a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #141414;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: -0.18px;
}

.services-sec {
    margin-top: -60px;
    padding-bottom: 100px; 
	z-index: 7;
    position: relative;
}

.item-service-block {
	margin-bottom: 24px;
	background-color: #291240;
	position: relative;
	padding: 64px 0;
	border-radius: 12px;
}

.item-service-block:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
	background: url(../images/business-bg.png) repeat;
	mix-blend-mode: multiply;
	opacity: 0.20;
}

.service-cnt,
.service-image {
	position: relative;
	z-index: 5;
	flex: 1 0 50%;
	overflow: hidden;
	border-radius: 12px;
}

.item-service-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.service-cnt {
	padding-left: 90px;
	padding-right: 53px;
}

.service-cnt .bsupport-dtl p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.inner-request-login {
	position: relative;
}

.inner-request-login:before {
	background: url(../images/business-bg.png) repeat;
	opacity: 0.10;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.request-login-sec {
	margin-top: -60px;
    padding-bottom: 150px; 
	border-radius: 12px 12px 0 0;
	position: relative;
	z-index: 7;
}

.request-login-block {
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 4px 94px 0px rgba(0, 0, 0, 0.06);
}

.request-login-block {
	display: flex;
}

.rl-img,
.rl-cnt {
	flex: 1 0 50%;
	overflow: hidden;
	border-radius: 12px;
}

.rl-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rl-cnt {
	align-self: center;
	padding: 70px;
}

.rl-cnt-head {
	margin-bottom: 32px;
}

.rl-cnt-head h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 8px;
}

.rl-cnt-head p {
	font-size: 14px;
	line-height: 160%;
}

.rl-cnt-form label {
    color: #1D2130 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	opacity: 1 !important;
	margin-bottom: 4px;
}

.rq-star {
	color: #B01AF2;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
}

.form-floating>.form-control-plaintext~label, 
.form-floating>.form-control:focus~label, 
.form-floating>.form-control:not(:placeholder-shown)~label, 
.form-floating>.form-select~label {
    transform: scale(1) translateY(-.5rem) translateX(.15rem) !important;
}

.form-floating>.form-control-plaintext:focus, 
.form-floating>.form-control-plaintext:not(:placeholder-shown), 
.form-floating>.form-control:focus, 
.form-floating>.form-control:not(:placeholder-shown) {
    padding-bottom: 0 !important;
}

.form-floating input.form-control,
.form-floating .form-select {
	padding-left: 5px !important;
}

.btn-profile {
	width: 30px;
	height: 30px;
	border-radius: 100% !important;
	overflow: hidden;
}

.btn-profile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.btn-profile-group ul li {
	font-size: 14px !important;
}

.btn-profile-group ul li span,
.btn-profile-group ul li .dropdown-item {
	display: flex;
	gap: 10px;
	align-items: center;
}

.img-account-profile {
    height: 10rem;
    object-fit: contain;
	aspect-ratio: 1 / 1;
}

.file-input {
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
}

.form-floating>.form-select {
	padding-bottom: 0 !important;
}

