@font-face {
 font-family: 'Inter 18pt';
 src: url('../fonts/Inter18pt-Bold.eot');
 src: url('../fonts/Inter18pt-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter18pt-Bold.woff2') format('woff2'), url('../fonts/Inter18pt-Bold.woff') format('woff'), url('../fonts/Inter18pt-Bold.ttf') format('truetype'), url('../fonts/Inter18pt-Bold.svg#Inter18pt-Bold') format('svg');
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'Inter 18pt';
 src: url('../fonts/Inter18pt-Medium.eot');
 src: url('../fonts/Inter18pt-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter18pt-Medium.woff2') format('woff2'), url('../fonts/Inter18pt-Medium.woff') format('woff'), url('../fonts/Inter18pt-Medium.ttf') format('truetype'), url('../fonts/Inter18pt-Medium.svg#Inter18pt-Medium') format('svg');
 font-weight: 500;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'Inter 18pt';
 src: url('../fonts/Inter18pt-Regular.eot');
 src: url('../fonts/Inter18pt-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter18pt-Regular.woff2') format('woff2'), url('../fonts/Inter18pt-Regular.woff') format('woff'), url('../fonts/Inter18pt-Regular.ttf') format('truetype'), url('../fonts/Inter18pt-Regular.svg#Inter18pt-Regular') format('svg');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'Inter 18pt';
 src: url('../fonts/Inter18pt-SemiBold.eot');
 src: url('../fonts/Inter18pt-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter18pt-SemiBold.woff2') format('woff2'), url('../fonts/Inter18pt-SemiBold.woff') format('woff'), url('../fonts/Inter18pt-SemiBold.ttf') format('truetype'), url('../fonts/Inter18pt-SemiBold.svg#Inter18pt-SemiBold') format('svg');
 font-weight: 600;
 font-style: normal;
 font-display: swap;
}
body {
	font-family: 'Inter 18pt';
	background-color: #F9F9F9;
}
:root {
 --km-bg: #F9F9F9;
 --km-surface: #FFFFFF;
 --km-surface-2: #F9F9FB;
 --km-text: #1E1E1E;
 --km-muted: #545454;
 --km-accent: #62194E;
 --km-accent-2: #6b1f4d;
 --km-accent-soft: rgba(98, 25, 78, 0.12);
 --km-radius-lg: 24px;
 --km-radius-md: 16px;
 --km-radius-sm: 12px;
 --km-shadow-sm: 0 8px 18px rgba(14, 18, 24, 0.08);
 --km-shadow-md: 0 14px 34px rgba(14, 18, 24, 0.12);
 --km-ease: cubic-bezier(.2, .8, .2, 1);
}
 @media (prefers-reduced-motion: reduce) {
 * {
scroll-behavior: auto !important;
}
 *, *::before, *::after {
animation-duration: 0.001ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.001ms !important;
}
}
/* Shared section + form polish (public pages) */
section.km-gradient-bg {
	position: relative;
}
/*section.km-gradient-bg::after{
	content:"";
	position:absolute;
	inset:auto 0 0 0;
	height: 140px;
	z-index: 0;
	background: radial-gradient(55% 70% at 50% 100%, rgba(98,25,78,0.10) 0%, rgba(98,25,78,0) 70%);
	pointer-events:none;
}*/

.form-control {
	border-radius: 12px;
	border: 1px solid rgba(140, 133, 148, 0.35);
	padding: 10px 12px;
	transition: box-shadow 180ms var(--km-ease), border-color 180ms var(--km-ease), transform 180ms var(--km-ease);
}
.form-control:focus {
	border-color: rgba(98, 25, 78, 0.45);
	box-shadow: 0 0 0 4px var(--km-accent-soft);
}
.tag {
	display:inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(98, 25, 78, 0.10);
	border: 1px solid rgba(98, 25, 78, 0.18);
}
/* Subtle animated gradient background utility */
.km-gradient-bg {
	position: relative;
	isolation: isolate;
}
/*.km-gradient-bg::before{
	content: "";
	position: absolute;
	inset: -40px -20px auto -20px;
	height: 560px;
	z-index: 0;
	background:
		radial-gradient(60% 70% at 20% 25%, rgba(98,25,78,0.32) 0%, rgba(98,25,78,0) 62%),
		radial-gradient(55% 65% at 85% 35%, rgba(107,31,77,0.22) 0%, rgba(107,31,77,0) 60%),
		linear-gradient(180deg, rgba(255,255,255,0.0) 0%, rgba(255,255,255,1) 75%);
	animation: kmGradientFloat 12s var(--km-ease) infinite alternate;
	pointer-events: none;
	mix-blend-mode: multiply;
}*/
.km-gradient-bg > * {
	position: relative;
	z-index: 1;
}
@keyframes kmGradientFloat {
 from {
transform: translate3d(0, 0, 0) scale(1);
}
to {
	transform: translate3d(0, 14px, 0) scale(1.02);
}
}
/* Scroll reveal */
.km-reveal {
	opacity: 0;
	transform: translate3d(0, 18px, 0);
	transition: opacity 650ms var(--km-ease), transform 650ms var(--km-ease);
	will-change: opacity, transform;
}
.km-reveal.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.km-reveal.km-reveal--fade {
	transform: none;
}
/* Slightly more noticeable "page load" feel on first paint */
.km-anim-ready .hero .content-hero {
	transition-delay: 60ms;
}
.km-anim-ready .hero .hero-image {
	transition-delay: 120ms;
}
header {
}
.navbar.navbar-expand-lg.shadow-sm {
	background: #f9f9fb;
}
/* TOP BAR */
header .topbar {
	background: var(--km-accent);
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
}
header .topbar i {
	margin-right:5px;
}
header .topbar a {
	font-family: 'Inter 18pt';
	font-weight: 400;
	font-size: 14px;
	text-align: right;
	letter-spacing: 0;
	line-height: 21px;
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 15px;
}
header .topbar a img {
	width: 16px;
}
header .topbar .container {
	justify-content: end;
}
header .navbar {
	background: #fff;
	padding: 0 0;
}
header .navbar-brand {
	font-weight:700;
	font-size:22px;
	color:#6b1f4d;
}
header .navbar-brand img {
	width: 200px;
}
header .nav-item a {
	font-family: 'Inter 18pt';
	font-weight: 500;
	color: #545454;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 23px;
	text-transform: uppercase;
	padding: 0 10px !important;
	margin: 0;
}
header .text-dark {
	color: #343a40;
	padding: 0 20px;
}
header .login_ri a {
	font-family: 'Inter 18pt';
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
	text-decoration: none;
	line-height: 24px;
	color: #555555;
	text-transform: uppercase;
}
header .nav-link:hover {
	color: var(--km-accent-2);
}
header .btn.btn-register {
	font-family: 'Inter 18pt';
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0;
	line-height: 24px;
	background-color: var(--km-accent);
	border-radius: 50px;
	padding: 6px 25px;
}
/* BUTTON */
header .btn-register {
	background: var(--km-accent-2);
	color:#fff;
	border-radius:25px;
	padding:6px 18px;
}
header .btn-register:hover {
	background:#4e1537;
	color:#fff;
}
header .btn.btn-register:hover {
	transform: translateY(-1px);
	box-shadow: var(--km-shadow-sm);
}

/* Focus rings for accessibility */
a:focus-visible, button:focus-visible, select:focus-visible, input:focus-visible, textarea:focus-visible {
 outline: none;
 box-shadow: 0 0 0 4px var(--km-accent-soft);
 border-radius: 10px;
}
/* Card micro-interactions */
.card-custom, .vmv-box, .service-card, .choose_us .card, .testimonials_section .card, .about-box {
	border-radius: var(--km-radius-md);
	transition: transform 220ms var(--km-ease), box-shadow 220ms var(--km-ease);
}
/*, .service-card:hover, .choose_us .card:hover, .testimonials_section .card:hover, .about-box*/
.card-custom:hover, .vmv-box:hover:hover {
	transform: translate3d(0, -4px, 0);
	box-shadow: var(--km-shadow-md);
}
/* Primary buttons unify */
.btn-purple, .search-btn, .btn-register {
	transition: transform 180ms var(--km-ease), box-shadow 180ms var(--km-ease), background-color 180ms var(--km-ease);
}
.btn-purple:hover, .search-btn:hover {
	transform: translate3d(0, -1px, 0);
	box-shadow: var(--km-shadow-sm);
}

/* MOBILE FIX */
@media(max-width:991px) {
header .navbar-nav {
text-align:center;
margin-top:10px;
}
}
/* HERO BG */
.hero {
	background:#f9f9fb url("../images/bannerbg.png");
	padding:80px 0;
	position:relative;
	overflow:hidden;
}
/* TEXT */
.hero h1 {
	font-weight: 600;
	font-family: 'Inter 18pt';
	color: #111111;
	font-size: 45px;
	letter-spacing: -0.8px;
}
.hero p {
	font-family: 'Inter 18pt';
	font-weight: 500;
	color: #111111;
	font-size: 18px;
	padding: 5px 0 0;
}
.hero-main {
	float: left;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}
.content-hero {
	float: left;
	width: 55%;
}
.hero-image {
	float: left;
	width: 45%;
	z-index: -1;
}
/* SEARCH BAR */
.hero-search-head {
	display:flex;
	align-items:center;
	gap:10px;
	margin-top: 18px;
	flex-wrap: wrap;
}
.hero-search-pill {
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(98, 25, 78, 0.10);
	border: 1px solid rgba(98, 25, 78, 0.20);
	color: #3a0f2d;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .2px;
}
.hero-search-note {
	color: #3f3f3f;
	font-weight: 500;
	font-size: 13px;
	opacity: .9;
}
.hero .search-box {
	background: #fff;
	background-color: rgb(255, 255, 255);
	padding: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	height: 66px;
	background-color: #ffffff;
	border-radius: 15px;
	border: 1px solid #62194e;
	padding: 10px 10px;
	width: 143%;
	z-index: 9;
	position: relative;
}
.hero .search-box::after {
 content:"";
 position:absolute;
 inset:-1px;
 border-radius: 19px;
 padding: 1px;
 background: linear-gradient(135deg, rgba(98, 25, 78, 0.40), rgba(98, 25, 78, 0.08), rgba(107, 31, 77, 0.20));
 -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
 -webkit-mask-composite: xor;
 mask-composite: exclude;
 pointer-events:none;
}
.search-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0px;
}
.field {
	display: flex;
	align-items: center;
	gap: 2px;
	flex: 1;
	padding: 4px 10px;
	border-right: 1px solid #D1CED4;
}
.field:last-child {
	border-right: none;
}
.field select {
	border: none;
	outline: none;
	width: 100%;
	background: transparent;
}
.range-field {
	flex: 1.5; /* thoda bada for slider */
}
.btn-field {
	flex: 0.8;
	justify-content: flex-end;
	border-right: none;
}
.hero .search-box .col-md-3 {
	margin: 0;
	padding: 0;
}
.hero .search-box select {
	border: none;
	outline: none;
	width: 100%;
	padding: 0px;
	font-family: 'Inter 18pt';
	font-weight: 400;
	color: #8C8594;
	font-size: 14px;
	background: #fff;
}
.hero .search-btn {
	background: #6b1f4d;
	border-radius: 30px;
	padding: 10px 15px;
	border: none;
	font-family: 'Inter 18pt';
	font-weight: 500;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	float: right;
	margin: auto 10px;
}
.hero .search-btn {
	padding: 11px 18px;
	font-size: 14px;
}
 @media (max-width: 991px) {
 .content-hero {
width: 100%;
}
 .hero-image {
display:none;
}
 .hero .search-box {
max-width: 100%;
}
}
 @media (max-width: 767px) {
 .search-flex {
flex-wrap: wrap;
gap: 10px;
}
 .field {
flex: 1 1 48%;
border-right: none;
border: 1px solid rgba(209, 206, 212, 0.8);
border-radius: 12px;
}
 .range-field {
flex: 1 1 100%;
}
 .btn-field {
flex: 1 1 100%;
justify-content: stretch;
}
 .hero .search-btn {
width: 100%;
}
}
.filed_shape {
	display: flex;
	align-items: center;
	gap: 10px;
}
/* STATS */
.hero .stats {
	margin-top:40px;
	margin-right: 0;
	margin-left: 0;
}
.hero .our-stats {
	font-family: "Inter-Bold", Helvetica;
	font-weight: 700;
	color: #555555;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 27px;
	white-space: nowrap;
	width: 100%;
	float: left;
	padding: 10px 0 20px;
}
.hero h6 {
	font-family: 'Inter 18pt';
	font-weight: 500;
	color: #555555;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 24px;
}
.hero .stats h4 {
	font-family: "Inter-Bold", Helvetica;
	font-weight: 900;
	color: #62194e;
	font-size: 34px;
	text-align: center;
	letter-spacing: 0;
	line-height: 50px;
	margin: 0;
}
.hero .stats h5 {
	font-family: 'Inter 18pt';
	font-weight: 500;
	color: #555555;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0;
	line-height: 24px;
}
/* IMAGE */
.hero .hero-img {
	position:relative;
}
/* FLOAT CARDS */
.hero .floating {
	position:absolute;
	background:#fff;
	padding:10px 15px;
	border-radius:10px;
	box-shadow:0 5px 20px rgba(0, 0, 0, 0.1);
	font-size:14px;
}
.hero .alert-box {
	top:50%;
	left:-50px;
}
.hero .candidate-box {
	bottom:20px;
	right:0;
}

/* MOBILE */
@media(max-width:768px) {
 .hero {
text-align:center;
}
.hero .alert-box, .candidate-box {
display:none;
}
}
.register_section {
	width:100%;
	float:left;
	background:#fff;
	padding:50px 0;
}
/* CARD */
.register_section .card-custom {
	background: #f1edf0;
	border-radius: 20px;
	padding: 30px;
}
.register_section .card-custom img {
	width:100%;
	float:left;
}
/* BUTTON */
 .register_section .card-custom a {
	font-family: 'Inter 18pt';
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0;
	line-height: 24px;
	background-color: #62194e;
	border-radius: 50px;
	padding: 6px 25px;
}
.register_section .card-custom a:hover {
	color: #62194e;
	background-color: transparent;
	border: 1px solid #62194e;
}
.register_section .card-custom h3 {
	font-family: 'Inter 18pt';
	font-weight: 600;
	color: #111111;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 31.2px;
	padding: 0 0 0px;
	margin: 0 0 5px 0;
}
.register_section .card-custom p {
	font-family: 'Inter 18pt';
	font-weight: 400;
	color: #111111;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 18px;
	padding: 0 0 10px;
}
.vision_mission {
	width: 100%;
	float: left;
	background: #fff;
	padding: 20px 0;
}
/* BOX */
.vision_mission .vmv-box {
	padding: 20px;
	float: left;
	text-align: left;
}
/* ICON */
.vision_mission .vmv-box .icon {
	font-size:40px;
	color:#f5a623;
}
/* HEADING */
.vision_mission .vmv-box h5 {
	font-family: 'Inter 18pt';
	font-weight: 600;
	color: #111111;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 30px;
}
/* TEXT */
.vision_mission .vmv-box p {
	font-family: 'Inter 18pt';
	font-weight: 400;
	color: #555555;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20.6px;
}
/* MAIN */
.about-box {
	width:100%;
	float:left;
	padding:50px 0;
}
.about-box .about-left {
	float:left;
	width:100%;
}
.about-box .tag {
	font-family: 'Inter 18pt';
	font-weight: 500;
	color: #111111;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 25.9px;
}
.about-box .about-left h2 {
	margin: 5px 0;
	font-family: 'Inter 18pt';
	font-weight: 700;
	color: #111111;
	font-size: 36px;
	letter-spacing: 0;
	line-height: 57.5px;
}
.about-box .about-left p {
	font-family: 'Inter 18pt';
	font-weight: 400;
	color: #555555;
	font-size: 14px;
	text-align: justify;
	letter-spacing: 0;
	line-height: 22px;
	padding: 0 0 30px;
}
.about-box .about-left a {
	font-family: 'Inter 18pt';
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0;
	line-height: 24px;
	background-color: #62194e;
	border-radius: 50px;
	padding: 6px 25px;
}
.about-box .about-left a:hover {
	color: #62194e;
	background-color: transparent;
	border: 1px solid #62194e;
}
.about-box .about-right {
	float:left;
	width:100%;
}
.about-box .about-right img {
	width:100%;
	float:left;
}
.km-services-hero h2 { 
	color: #000  !important;
	font-size: 34px !important;
	text-transform: uppercase  !important;
}
.km-services-hero p { 
	font-weight: 500 !important;
 }
 .km-post-theme .form-group label {
	font-weight: 600  !important;
 }
 .km-post-theme input.form-control, .km-post-theme textarea.form-control {
   	font-weight: 600 !important; 
}

section.about {
	background: #fff !important;
	position: relative;
	z-index: 9;
	float: left;
	width: 100%;
}
.services {
	padding: 50px 0px;
	float: left;
	width: 100%;
}
/* TOP */
.services .top-bar {
	width:100%;
	float:left;
}
.services .top-bar h2 {
	font-family: 'Inter 18pt';
	font-weight: 700;
	color: #111111;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 36.4px;
}
.services .top-bar p {
	font-family: 'Inter 18pt';
	font-weight: 400;
	color: #555555;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 25.9px;
	margin: 0;
}
.services .top-bar a {
	color: #6b1f4d;
	font-weight: 500;
	text-decoration: underline;
}
.services_silder {
	width: 100%;
	float: left;
	padding: 30px 0;
}
/* CARD */
.services .service-card {
	background: #ffffff3b;
	padding: 25px;
	border-radius: 15px;
	border: 1.5px solid #cccccc78;
	height: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: block !important;
}
.owl-dots {
	text-align: center;
	margin-top: 20px;
}
.owl-dot {
	display: inline-block;
	margin: 0 5px;
}
.owl-dot span {
	width: 10px;
	height: 10px;
	background: #EEEEEE;
	display: block;
	border-radius: 50%;
	transition: all 0.3s ease;
}
/* Active Dot */
.owl-dot.active span {
	background: #62194E;
	border-radius: 20px;
}
.services .service-card .icon {
	font-size:30px;
	margin-bottom:10px;
}
.services .service-card h4 {
	margin-bottom: 10px;
	font-family: 'Inter 18pt';
	font-weight: 500;
	color: #111111;
	font-size: 17px;
	letter-spacing: 0;
	line-height: 28.8px;
}
.services .service-card p {
	font-family: 'Inter 18pt';
	font-weight: 400;
	color: #555555;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
}
.services .service-card a {
	display: inline-block;
	margin-top: 10px;
	font-family: 'Inter 18pt';
	font-weight: 600;
	color: #62194e;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	white-space: nowrap;
}
/* NAV BUTTON */
.services .owl-nav button {
	position: absolute;
	top: 40%;
	background: #6b1f4dcf !important;
	color: #fff !important;
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
}
.services .owl-prev {
	left:-20px;
}
.services .owl-next {
	right:-20px;
}
.services .service-card .icon {
	width: 40px;
	height: 40px;
}
.choose_us {
	padding: 0px 0px;
	float: left;
	width: 100%;
}
.choose_us h2 {
	font-family: 'Inter 18pt';
	font-weight: 700;
	color: #111111;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 36.4px;
}
.choose_us .subtitle {
	font-family: 'Inter 18pt';
	font-weight: 400;
	color: #555555;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 25.9px;
	margin: 0;
}
.choose_us .cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 15px;
	margin: 30px 0 0 0;
}
.choose_us .card {
	background: #ffffff3b;
	padding: 25px;
	border-radius: 15px;
	border: 1.5px solid #cccccc78;
	height: 100%;
	transition: 0.3s ease;
}
.choose_us .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.choose_us .card h3 {
	font-size: 18px;
	font-family: 'Inter 18pt';
	font-weight: 600;
	color: #190A28;
	margin: 0 0 8px 0;
}
.choose_us .card p {
	font-size: 14px;
	color: #190A28;
	line-height: 1.5;
}
.stats_section {
	padding: 217px 0px;
	background: url('../images/bg-stats.svg') no-repeat center/cover;
	float: left;
	width: 100%;
	margin: 50px 0 0;
	background-size: contain;
}
/* RIGHT CONTENT */
.stats_section .content_box {
	flex: 1;
}
.stats_section .content_box h2 {
	font-family: 'Inter 18pt';
	font-weight: 700;
	color: #111111;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 36.4px;
}
.stats_section .content_box h4 {
	font-size: 16px;
	margin-bottom: 6px;
	color: #000;
	font-weight: 600;
}
.stats_section .content_box p {
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	font-weight: 500;
	margin: 0 0 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
 .stats_section .container {
 flex-direction: column;
 text-align: center;
}
}
.testimonials_section {
	padding: 50px 0px;
	font-family: Arial, sans-serif;
	text-align: center;
	float: left;
	width: 100%;
	background: url(../images/testbg.svg) no-repeat center / cover;
}
.testimonials_section h2 {
	font-family: 'Inter 18pt';
	font-weight: 700;
	color: #111111;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 36.4px;
	text-align: center;
	margin: 0 0 0;
}
.testimonials_slider {
	margin: 30px 0 0 0;
}
.testimonials_section .subtitle {
	font-family: 'Inter 18pt';
	font-weight: 400;
	color: #555555;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 25.9px;
	margin: 0;
	text-align: center;
}
.testimonials_section .card {
	background: #ffffffa8;
	padding: 25px;
	border-radius: 10px;
	text-align: left;
	height: 100%;
	border: none;
}
.testimonials_section .user {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
	justify-content: space-between;
}
.testimonials_section .user img {
	width: 50px !important;
	height: 50px;
	border-radius: 50%;
}
.testimonials_section .user h4 {
	margin: 0;
	font-size: 16px;
}
.testimonials_section .user span {
	font-size: 13px;
	color: #888;
}
.testimonials_section .card h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.testimonials_section .card p {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
}
/* NAV */
.testimonials_section .owl-nav button {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	background: #fff !important;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.testimonials_section .owl-nav .owl-prev {
	left: -20px;
}
.testimonials_section .owl-nav .owl-next {
	right: -20px;
}
.testimonials_section .owl-dots {
	margin-top: 20px;
}
.quto img {
	border-radius: 0 !important;
	max-width: 30px !important;
}
.name-user {
	display: flex;
	align-items: center;
	gap: 15px;
}
.newsletter_section {
	float: left;
	width: 100%;
	position: relative;
}
.newsletter_section .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}
/* LEFT */
.newsletter_section .left {
	display: flex;
	align-items: center;
	gap: 15px;
}
.newsletter_section .icon {
	width: auto;
	height: auto;
}
.newsletter_section .icon img {
	width: 60px;
}
.newsletter_section h3 {
	font-family: 'Inter 18pt';
	font-weight: 700;
	color: #111111;
	font-size: 2-px;
	letter-spacing: 0;
	line-height: 36.4px;
	text-align: center;
	margin: 0 0 0;
}
.newsletter_section p {
	font-family: 'Inter 18pt';
	font-weight: 400;
	color: #555555;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 25.9px;
	margin: 0;
	text-align: left;
}
/* RIGHT */
.newsletter_section .right form {
	display: flex;
	align-items: center;
	border: 2px solid #6a1b4d;
	border-radius: 50px;
	overflow: hidden;
	padding: 4px 15px;
	justify-content: space-between;
}
.newsletter_section .right {
	float: left;
	width: 45%;
}
.newsletter_section input {
	border: none;
	padding: 12px 15px;
	outline: none;
	width: 250px;
	font-size: 14px;
	background: none;
}
.newsletter_section button {
	font-family: 'Inter 18pt';
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0;
	line-height: 24px;
	background-color: #62194e;
	border-radius: 50px;
	padding: 6px 35px;
	border: none;
}
.newsletter_section button:hover {
	opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
 .newsletter_section .container {
 flex-direction: column;
 text-align: center;
}
 .newsletter_section .right form {
 width: 100%;
}
 .newsletter_section input {
 width: 100%;
}
}
.footer_section {
	background: #f5f5f5;
	padding: 50px 0 20px 0;
	float: left;
	width: 100%;
	position: relative;
	margin: 40px 0 0 0;
	border-top: 1px solid #d6d6d6;
}
.footer_section .container {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 40px;
}
/* LOGO */
.footer_section .logo_footer {
	float: left;
	width: 100%;
}
.logo_footer a img {
	width: 200px;
}
.footer_section p {
	font-family: 'Inter 18pt';
	font-weight: 400;
	color: #555555;
	font-size: 14px !important;
	letter-spacing: 0;
	margin: 15px 0 25px;
	text-align: left;
	width: 350px;
	float: left;
}
/* LIST */
.footer_section ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}
.footer_section ul li {
	margin-bottom: 10px;
	font-size: 14px;
	color: #555555;
}
/* LINKS */
.footer_section a {
	font-family: 'Inter 18pt';
	font-weight: 500;
	color: #545454;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 23px;
	text-transform: capitalize;
	margin: 0;
	text-decoration: none;
}
/* SOCIAL */
.footer_section .social li {
	display: flex;
	align-items: center;
	gap: 10px;
}
/* CONTACT */
.footer_section .contact li {
	display: flex;
	gap: 8px;
	color: #000;
}
.footer_col h3 {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Inter 18pt';
	text-transform: uppercase;
	color: #111111;
	margin: 0 0 20px 0;
}
/* BOTTOM */
.footer_bottom {
	text-align: center;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	font-size: 14px;
	color: #777;
}

/* RESPONSIVE */
@media (max-width: 768px) {
 .footer_section .container {
 grid-template-columns: 1fr;
 text-align: center;
}
 .register_section .card-custom img {
 margin: 30px 0 0 0;
}
 .footer_section .contact li, .footer_section .social li {
 justify-content: left;
 text-align: left !important;
}
 .footer_col h3 {
 text-align: left;
}
 .footer_section ul li {
 text-align: left;
}
 .footer_bottom {
 margin-top: 20px;
}
.footer_section .container {
 gap: 30px;
}
}
.footer_section ul.social a img {
	margin: 0 5px 0 0;
}
.navbar-toggler {
	border: none;
	outline: none;
	box-shadow: none;
}
/* CUSTOM HAMBURGER */
.navbar-toggler-icon {
	background-image: none;
	width: 25px;
	height: 2px;
	background-color: #7a1f5c; /* your theme color */
	position: relative;
	display: inline-block;
}

/* TOP LINE */
.navbar-toggler-icon::before, .navbar-toggler-icon::after {
 content: "";
 position: absolute;
 width: 25px;
 height: 2px;
 background-color: #7a1f5c;
 left: 0;
 transition: 0.3s ease;
}

/* POSITION */
.navbar-toggler-icon::before {
 top: -7px;
}
 .navbar-toggler-icon::after {
 top: 7px;
}
/* ANIMATION (when open) */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-color: transparent;
}
 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
 transform: rotate(45deg);
 top: 0;
}
 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
 transform: rotate(-45deg);
 top: 0;
}
.range-wrapper {
	position: relative;
	width: 100%;
}
.range-wrapper .slider {
	position: relative;
	height: 9px;
	background: #8c85942b;
	border-radius: 5px;
}
.range-wrapper .progress {
	position: absolute;
	height: 9px;
	background: #6b1f4d;
	border-radius: 5px;
}
/* Range Inputs */
.range-wrapper input[type=range] {
	position: absolute;
	width: 100%;
	top: -6px;
	pointer-events: none;
	-webkit-appearance: none;
	background: none;
}
 .range-wrapper input[type=range]::-webkit-slider-thumb {
 pointer-events: all;
 width: 22px;
 height: 22px;
 background: #6b1f4d;
 border-radius: 50%;
 border: none;
 cursor: pointer;
 -webkit-appearance: none;
}
/* Value Box */
.range-wrapper .value-box {
	position: absolute;
	top: 25px;
	background: #6b1f4d;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	transform: translateX(-50%);
}
.inner_banner_sec {
	float: left;
	width: 100%;
	position: relative;
	background-image: url(../images/about_banner.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.services_banner_content {
	float: left;
	width: 100%;
	text-align: left;
}
.services_banner_content img {
	width:100%;
	float:left;
}
.services_banner_content h2 {
	color: #040404;
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Inter 18pt';
	padding: 0;
	margin: 0;
}
.services_banner_content p {
	font-family: 'Inter 18pt';
	font-weight: 600;
	color: #555555;
	font-size: 15px;
	text-align: left;
	letter-spacing: 0;
	line-height: 22px;
}
.services_banner_content p span {
	display:block;
}
.about_page_section {
	float: left;
	width: 100%;
	position: relative;
	padding: 40px 0;
	background: rgb(254,242,254);
	background: #f1edf0;
}
.about_page_content {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 0 43px;
}
.about_page_content span {
	float: left;
	width: 100%;
	color: #f00;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat';
	padding: 0px 0 5px 0;
}
.about_page_content h2 {
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Montserrat';
}
.about_page_content p {
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
}
.about_page_image {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 0;
}
.about_page_image img {
	float: right;
	width: 100%;
	padding: 0;
}
/*------------------- login page -------------------*/
 
 .login-page {
	float: left;
	width: 100%;
	background-color: #fff0;
	background-image: linear-gradient(180deg, #FEF5F1 101%, #FEF5F1 90%);
}
.login-page .login_page_content {
	width: 100%;
	color: #000;
	padding: 10px 30px 0 0;
	position: relative;
	float: left;
}
.login-page .logo {
	margin-top: 0;
	float:left;
	width:100%;
	padding:10px;
}
.login-page .logo img {
	float:left;
	width:100px;
}
.login_bg {
	width:100%;
	float:left;
}
.login_bg img {
	width: 90%;
	float: left;
}
.login_page_right_content {
	float: left;
	width: 100%;
	background: #ffffff59;
	padding: 30px 30px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin: 50px 0;
	border: 2px solid #62194e3d;
}
.login-page input {
	width:100%;
	padding:12px;
	border-radius:8px;
	border:1px solid rgba(255, 255, 255, 0.2);
	background:transparent;
	color:#fff;
}
 .login-page input::placeholder {
 color:#ccc;
}
/* ICON */
.login-page .icon {
	position:absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
}
/* LOGIN BTN */
.login-page .login-btn {
	width:100%;
	padding:12px;
	background:#7fc3d8;
	border:none;
	border-radius:10px;
	margin-bottom:15px;
	cursor:pointer;
}
/* SIGNUP */
.login-page .signup {
	text-align:center;
	font-size:14px;
}
.login-page .signup-btn {
	margin-top:10px;
	width:100%;
	padding:10px;
	background:transparent;
	border:1px solid rgba(255, 255, 255, 0.3);
	border-radius:10px;
	color:#fff;
	cursor:pointer;
}
.login-page .login_page_right_content {
	position: relative;
	z-index: 2;
}
.login-page .logo {
	margin-bottom: 30px;
}
.login-page .logo a img {
	width: 200px;
}
.login-page .left h2 {
	margin-bottom: 20px;
	font-family: 'Inter 18pt';
	font-size: 24px;
}
.login-page .login_page_right_content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 50px;
	text-align: center;
}
.login-page .login_page_right_content ul li {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.login-page .form-box {
	width: 100%;
	max-width: 100%;
}
.login-page .form-box h2 {
	margin-bottom: 40px;
	font-family: 'Inter 18pt';
	font-size: 30px;
	color: #000;
	padding: 0;
}
.login-page .tabs {
	display: flex;
	gap: 10px;
	margin-bottom: 25px;
}
.login-page .tab {
	flex: 1;
	cursor: pointer;
}
.login-page .tab span {
	display: block;
	font-size: 14px;
	margin-bottom: 6px;
	color: #9f9f9f;
	font-weight: 500;
	font-family: 'Inter 18pt';
}
/* progress line */
.login-page .progress {
	height: 5px;
	background: #dcdcdc;
	border-radius: 0;
	overflow: hidden;
	position: relative;
}
/* active fill */
.login-page .tab.active span {
	color: #62194E;
	font-weight: 500;
	font-family: 'Inter 18pt';
}
 .login-page .tab.active .progress::after {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 height: 100%;
 width: 100%;
 background: #62194E;
 border-radius: 0;
}

/* previous completed tabs */
.login-page .tab.completed .progress::after {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 height: 100%;
 width: 100%;
 background: #62194E;
}
/* INPUT */
.login-page .input-group {
	position: relative;
	margin-bottom: 15px;
}
.login-page input {
	width: 100%;
	padding: 10px 10px;
	border-radius: 6px;
	border: 1.5px solid #e4e4e4;
	outline: none;
	background: none;
	box-shadow: rgb(99 99 99 / 7%) 0px 2px 8px 0px;
	font-size: 14px;
	font-family: 'Inter 18pt';
	color: #000;
	height:45px;
}
 .login-page input::placeholder {
 color: #000;
}
.login-page .social {
	float: left;
	width: 100%;
	padding: 40px 0 0 0;
}
.login-page ul.social li a {
	font-family: 'Inter 18pt';
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 23px;
	text-transform: capitalize;
	margin: 0;
	text-decoration: none;
}
.login-page ul.social li {
	margin-bottom: 15px;
	float: left;
	padding: 0 0 0 10px;
	display: inline-block;
}
.login-page ul.social li a {
	font-family: 'Inter 18pt';
	font-weight: 500;
	color: #000;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 23px;
	text-transform: capitalize;
	margin: 0;
	text-decoration: none;
}
.login-page ul.social img {
	margin:5px;
	float:left;
}
.login-page .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
/* LINKS */
.login-page .forgot {
	text-align: right;
	margin-bottom: 20px;
}
.login-page .forgot a {
	color: #62194E;
	font-size: 14px;
	text-decoration: underline;
}
/* BUTTON */
.login-page button {
	width: 100%;
	padding: 12px;
	background: #62194E;
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}
.login-page .signup {
	margin-top: 20px;
	text-align: center;
	color: #000;
}
.login-page .signup a {
	color: #62194E;
	text-decoration: none;
}
/* HIDE FORMS */
.login-page .form {
	display: none;
}
.login-page .form.active {
	display: block;
}
.register_page {
	width:100%;
	float:left;
}
.register_page .stepper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
/* Step circle */
.register_page .step {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ddd;
	text-align: center;
	line-height: 40px;
}
/* Active step */
.register_page .step-box.active .step {
	background: #62194E;
	color: white;
}
/* Line */
.register_page .line {
	width: 80px;
	height: 5px;
	background: #ddd;
	transition: 0.3s;
}
/* Active line */
.register_page .line.active {
	background: #62194E;
}
/* Form steps */
.register_page .form-step {
	display: none;
	text-align: center;
	font-size: 20px;
}
.register_page .form-step.active {
	display: block;
}
.register_page .form-control {
	width: 100%;
	padding: 10px 10px;
	border-radius: 6px;
	border: 1.5px solid #e4e4e4;
	outline: none;
	background: none;
	box-shadow: rgb(99 99 99 / 7%) 0px 2px 8px 0px;
	font-size: 14px;
	font-family: 'Inter 18pt';
	color: #000;
	height:45px;
}
.register_page label {
	display: inline-block;
	margin-bottom: 0.5rem;
	color: #000;
	font-weight: 600;
	font-size: 13px;
	font-family: 'Montserrat';
	text-align: left;
	float: left;
	width: 100%;
}
.register_page .form-group {
	margin-bottom: 1rem;
	position: relative;
}
.register_page .form-group .form_icon {
	position: absolute;
	right: 7px;
	top: 50%;
}
.register_page .form-group .form_icon .fa {
	font-size: 14px;
}
.register_page button {
	width: auto;
	padding: 9px 35px;
	background: #62194E;
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	float: right;
	margin: 0px 0 0 10px;
}



 @media (min-width: 768px) and (max-width: 991px) {
.about-box .about-left h2 {
	margin: 5px 0; 
	font-size: 30px; 
	line-height: 40px;
}
.footer_section .container {
	grid-template-columns: auto auto auto auto;
	text-align: center;
}
.services_banner_content h2 {
 	font-size: 24px; 
 }
.services_banner_content { 
	padding: 50px 0;
}
.about_page_content { 
	margin: 0 0 0 0;
}
.about_page_content h2 { 
 	font-size: 24px; 
}.services_banner_content p {
   	font-size: 14px; 
	line-height: 22px;
}
.km-services-hero h2 {
	margin: 14px 0 0 0; 
	color: #4a1238; 
	letter-spacing: 1px;
	font-size: 24px !important;
}.km-services-hero .km-hero-blob { 
	padding: 18px !important;
	margin: 30px 0 0 !important;
}





 }
 






 @media only screen and (max-width: 767px) {
.hero .search-box {
 height: auto !important;
}
.register_section .card-custom a {
 padding: 1px 25px;
 line-height: 31px;
 min-height: 34px;
}
.login-page .tab span {
	display: block;
	font-size: 12px;
	margin-bottom: 6px;}
	.login-page .tab {
	flex: 1 1 1;padding: 10px 2px 8px !important;
 } 
.services_banner_content h2 {
 	font-size: 24px; 
 }
.services_banner_content { 
	padding: 50px 0;
}
.about_page_content { 
	margin: 0 0 0 0;
}
.about_page_content h2 { 
 	font-size: 24px; 
}.services_banner_content p {
   	font-size: 14px; 
	line-height: 22px;
}
.km-services-hero h2 {
	margin: 14px 0 0 0; 
	color: #4a1238; 
	letter-spacing: 1px;
	font-size: 24px !important;
}.km-services-hero .km-hero-blob { 
	padding: 18px !important;
	margin: 30px 0 0 !important;
}



}
 @media only screen and (max-width: 575px) {
 .hero {
 padding: 50px 0;
}
 .content-hero {
 width: 100%;
}
.hero h1 {
 font-size: 35px;
}
 .hero-main {
 flex-direction: column;
}
 .hero p {
 font-size: 14px;
}
 .hero .search-box {
 width: 100%;
 height: auto;
}
 .hero .search-box .row {
 gap: 15px;
}
 .hero .search-btn {
 width: 100%;
}
 .hero .our-stats {
 padding: 0px 0 20px;
}
 .hero-image {
 float: left;
 width: 100%;
}
 .vision_mission .vmv-box {
 padding: 10px 0px;
}
 .about-box {
 padding: 30px 0;
}
 .about-box .about-left p {
 padding: 0 0 10px;
}
 .about-box .about-left h2 {
 font-size: 24px;
 line-height: 33.5px;
}
 .services {
 padding: 50px 0px;
}
 .services .top-bar p {
 margin: 0 0 10px 0;
}
 .services .top-bar .col-md-4.col-12 {
 text-align: left !important;
}
 .newsletter_section h3 {
 font-size: 18px;
 text-align: left;
}
 .newsletter_section p {
 font-size: 14px;
}
 .newsletter_section .right {
 width: 100%;
}
 .testimonials_section {
 padding: 50px 0px;
}
 .stats_section {
 padding: 217px 0px 0px;
 margin: 50px 0 0;
 background-size: 100%;
 background-position: top center;
}
 .footer_section {
 padding: 0px 0 20px 0;
 margin: 50px 0 0 0;
 border-top: none;
}
 .footer_section .logo_footer {
 text-align: left;
}
.register_section .card-custom {
 margin: 0 0 20px 0;
}
 .register_section {
 padding: 50px 0 30px;
}
 header .navbar-brand img {
 width: 160px;
}
header .navbar {
 background: #fff;
 padding: 0 10px;
}
 header .topbar a {
 font-size: 13px;
 gap: 5px;
}
.navbar-nav .nav-link {
 margin: 0 0 10px 0;
 text-align: left;
}
 header .topbar .container {
 justify-content: space-between;
}
 .register_section .card-custom a {
 padding: 5px 25px;
 line-height: 30px;
}
.about-box .tag {
 font-size: 14px;
}
header .btn.btn-register {
 padding: 1px 25px;
 line-height: 31px;
 min-height: 34px;
}
.register_section .card-custom a {
 padding: 1px 25px;
 line-height: 31px;
 min-height: 34px;
}
}
